body {
	margin: 0px;
	background-color: #648CA5;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body,td,tr {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #6B6B6B;
	text-decoration: none;
}
.darkbg {
	background-color: #5C7F96;
	background-image: url(images/bg_dark.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.gray_border {
	background-color: #DCDDDE;
}
.redbg {
	background-color: #D01847;
	background-image: url(images/redbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.welcometext {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
}
.submenu {
	font-family: "Lucida Grande", Arial, tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
.asubmenu:link,.asubmenu:active,.asubmenu:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.asubmenu:hover {
	color: #DDF104;
	text-decoration: underline;
}
a:link,a:active,a:visited{
	color: #B2133C;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.forminput {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #6B6B6B;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #898989;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #898989;
}
.formbutton {
	font-family: "Lucida Grande", Arial, tahoma;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D01847;
	border: 1px solid #D7D7D7;
	padding: 2px 2px 1px;
}
.footertxt {
	font-family: Tahoma, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #9C9B9B;
	text-decoration: none;
}
