body
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}
HR
{
	color: #999999;
	height: 1px;
}
.Cell
{
	padding-top: 6px; 
	padding-right: 6px; 
	padding-left: 3px; 
	padding-bottom: 3px;
}
.LabelCell
{
	background-color: #f7db86;
	border: 1px solid #999999;
	padding-top: 6px; 
	padding-right: 6px; 
	padding-left: 3px;
	padding-bottom: 3px;
}
.requiredFieldLabelCell
{
	background-color: #f7db86;
	border: 1px solid #999999;
	padding-top: 6px; 
	padding-right: 6px; 
	padding-left: 3px;
	padding-bottom: 3px;
}
.requiredFieldLabelText
{
	font-size: 10pt;
}
.requiredFieldErrorLabelCell
{
	background-color: #8CC5E6;
	border: 1px solid #999999;
}
.requiredFieldErrorLabelText
{
	font-weight: bold;
	font-size: 10pt;
	color: #FF0000;
}
.validationErrorLabelCell
{
	font-weight: bold;
	font-size: 10pt;
	background-color: #8CC5E6;
	border: 1px solid #999999;
}
.validationErrorLabelText
{
	font-size: 10pt;
	color: #FF0000;
}
.highlightRow
{
	background-color: #EFEFEF;
	padding-top: 3px; 
	padding-right: 6px; 
	padding-left: 3px; 
	padding-bottom: 3px
}
H3
{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -3px;
}
.PrintBig
{
	font-size: 12pt;
	font-weight: bold;
}
.PrintMedium
{
	font-size: 10pt;
	font-weight: bold;
}
.PrintSmall, .PrintVerySmall, .LinkSmall, p, td,  li, select, a
{
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}
.LabelCell .PrintSmall, .LabelCell .LinkSmall  
{
	font-size: 10pt;
	font-weight: normal;
}
.ResumePasteInstructions
{
	font-size: 8pt;
	font-weight: normal;
	color: #555555;
	padding: 3px;
}
.ButtonClassNavigation
{
	color:#000000;
	font-family: Arial, Sans-Serif;
	font-size:10pt;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;	
	cursor: hand;
}
.ButtonClassDataModification
{	
	color:#000000;
	font-family: Arial, Sans-Serif;
	font-size:10pt;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;	
	cursor: hand;
}
.ButtonClassTools
{
	color:#000000;
	font-family: Arial, Sans-Serif;
	font-size:10pt;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;	
	cursor: hand;
}
.ButtonClassFormReset
{
	color:#000000;
	font-family: Arial, Sans-Serif;
	font-size:10pt;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;	
	cursor: hand;
}
.CustomTextBox
{
	border: 1px solid #999999;
	height: 22px;
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}
.CustomTextArea
{
	border: 1px solid #999999;
	width: 350px;
	height: 150px;
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}
.AssessHeader
{
	font-size: 14pt;
}
.AssessSubHeader
{
	font-size: 13pt;
	font: bold 13pt;
}
/** Style for Logout Header **/
.CustomLogoutHeader
{
	color: #000000;
	padding: 4px 6px 4px 6px;
	margin-bottom: 8px;
	width: 100%;
	background: #FFFFA6;
	border-bottom: #D1D342 1px solid;
	border-left: #E6E874 1px solid;
	border-right: #D1D342 1px solid;
	border-top: #E6E874 1px solid;
}
.CustomLogoutBig
{
	color: #000000;
	font: bold 14px Arial, Sans-Serif;
	vertical-align: baseline;
}
.CustomLogoutSmall
{
	color: #000000;
	font: normal 12px Arial, Sans-Serif;
	vertical-align: baseline;
}
a.CustomLogoutLink, a.CustomLogoutLink:visited
{
	color: #0000ff;
	font: bold 12px Arial, Sans-Serif;
}
a.CustomLogoutLink:active,
a.CustomLogoutLink:hover
{
 color: #000;
 font: bold 12px Arial, Sans-Serif;
} 
/** End Logout Header Styles **/
