<!-- layout styles

body, td, p, .formclass {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFE1A4;
	font-size: 12px;
}
.ftext 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: xx-small;
	line-height: 1.5;
}
.headerLoginStatusText
{
		font-family: Arial, Helvetica, sans-serif;
	color: #053C58;
	font-size: xx-small;
	line-height: 1.5;
}
.textsmall{
	font-size:xx-small;
}
.textsmallInset{
	font-size:xx-small;
	margin: 8px;
}
.inset{
	margin: 8px;
}
.submit{
	background-color: #053C58;
	border-color: #FFFFFF;
	border-width: 1;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
}
.alert{
	color: #FFE1A4;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF ! important;
	text-decoration: none;
	background-color: #999999 ! important;
	border-color: #FFFFFF ! important;
	border-width: thin;
	border-style: inset;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF ! important;
	text-decoration: none;
	background-color: #999999 ! important;
	border-color: #FFFFFF;
	border-width: thin;
	border-style: inset;
}
.textNotReq {
	color: #FFFFFF ! important;
	font-weight:normal;
	background-color: #053C58 ! important;
	border-color: #307EA5;
	border-width:thin;
	border-style: ridge;
}
.mainbody {
	padding: 15px;
	padding-top:5px;	
}
ul, ol {
	color: #FFE1A4;
}
.tableBorder {
	border: 1px solid #37657F;
}
.tableBottomBorder {
	border-bottom: 1px solid #37657F;
}
.tableBorderSidesBlue {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #37657F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.tableBorderSidesBlueDark {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #003755;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.tableBorderSidesBlue1 {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #37657F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.tableBorderSidesBlueDark1 {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #003755;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.tableBorderSidesWhite {
	border: 1px solid #FFFFFF;
}
td.gb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
}

td.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	background-color : #E0B01E;
}
.freelist {
	padding:15px;
}

<!-- Link Styles
a.bodylink:link, a.bodylink:active, a.bodylink:visited{color: #FFE1A4}
a.bodylink:hover {color: #FFE1A4; text-decoration: none;}
a.alink:link, a.alink:active, a.alink:visited{color: #FFE1A4; text-decoration: underline; font-size: xx-small;}
a.alink:hover {color:#FFE1A4; text-decoration: none; font-size: xx-small;}
a.flink:link, a.flink:active, a.flink:visited{color: #FFFFFF; text-decoration: underline; font-size: xx-small;}
a.flink:hover {color:#FFFFFF; text-decoration: none; font-size: xx-small;}
a.headerLoginStatusLink:link, a.headerLoginStatusLink:active, a.headerLoginStatusLink:visited{color: #053C58; text-decoration: underline; font-size: xx-small;}
a.headerLoginStatusLink:hover {color:#053C58; text-decoration: none; font-size: xx-small;}

#footerText a
{
	text-decoration: none;
	color: #FFFFFF;
}
