BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background: #FFFFFF;
}

TD, .FormField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

A, A:Active, A:Visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: #305FBE;
	text-decoration: none;
	Border-color: #000000 (1,4)
}

A:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: #305FBE;
	text-decoration: underline;
}

.A_Large, .A_Large:Active, .A_Large:Visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: Bold;
	color: #305FBE;
	text-decoration: none;
}

.A_Large:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: Bold;
	color: #305FBE;
	text-decoration: underline;
}

.Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #DF003C;
}
.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.Small_White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
}
.Small_Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #305FBE;
}
.Small_Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #DF003C;
}
.Small:A, .Small:A:Active, .Small:A:Visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: #305FBE;
	text-decoration: none;
	Border-color: #000000 (1,4)
}
.Small:A:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: #305FBE;
	text-decoration: none;
	Border-color: #000000 (1,4)
}
.Med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
} 
.Med_White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
} 
.Large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}
.Large:A, .Large:A:Active, .Large:A:Visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: Bold;
	color: #305FBE;
	text-decoration: none;
}
.Large:A:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: Bold;
	color: #305FBE;
	text-decoration: underline;
}
.Large_Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #DF003C;
}
.Large_White_On_Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #ffffff;
	background:"#000000";
}
.Large_Black_Under {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
	0
}
.XXLarge_Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #DF003C;
}

.BlueBorder_Bottom {
	border-bottom: 1px solid #5A6E95;
}

.BlueBorder_Right {
	border-right: 1px solid #5A6E95;
}
/*
Changed the Accent to reflect new color scheme. 6/20/2003 - DF
*/
.Accent {
	border: 1px solid #305FBE;
	background: #F0F5FF;
	padding: 4px;
}

.Accent_On_Accent {
	border: 1px solid #305FBE;
	background: #FFFFFF;
	padding: 4px;
}
.BlackBorder_Bottom {
	border-bottom: 1px solid #000000;
}

.Shaded_BlackBorder_Bottom {
	background: #F4D29B;
	border-bottom: 1px solid #000000;
}

.Shaded {
	background: #F4D29B;

}

.Required {
		color: #000000;
		font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
		border-color: red;
		border-style:solid;
		
}
.RequiredSELECT{
	color: #000000;
		font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
		border-color: Red;
		border-style:solid;
		background-color: #FBB0B0;
}

.CalendarBorder_Sunday {
	border-right: 1px solid #E9A537;
	border-bottom: 1px solid #E9A537;
	border-left: 1px solid #E9A537;
}

.CalendarBorder {
	border-right: 1px solid #E9A537;
	border-bottom: 1px solid #E9A537;
}
/*
The Following added to the stylesheet on 6/20/2003 - DF
*/
.FormFontDark{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333333;
}
.FormFontDarkLarge{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color:#333333;
}
.FormBGDark{
	Background-color:#e3e3e3;
}
.FormBGLight{
	background-color:#f4f4f4;
}

.FormBGError{
	background-color:#FBB0B0;
}

.FormBorderDark{
	border-style:solid;
	border-color: #999999;
	Border-size: 2px;

}
.BlueBorder_Top {
	border-top: 1px solid #5A6E95;
}

.BlueBorder_Thick {
	border: 5px solid #5A6E95;
	padding: 5px;
}

.BlueBorder_Medium {
	border: 2px solid #5A6E95;
}

.BlueBorder_Thin {
	border: 1px solid #5A6E95;
}
.BlackBorder_Thin {
	border: 1px solid #000000;
}