body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #B4D4D3;
}
.bodyAdvicePrint 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
}
.Footer {
	font-size: 8px;
	color: #666666;
}
.Title {
	font-size: 18px;
	font-weight: bold;
	color: #7F1A3C;
	font-family: Arial, Helvetica, sans-serif;
}
.SectionHeader {font-size: 14px; font-weight: bold; color: #005166; }
.Subtitle {
	font-size: 16px;
	font-weight: bold;
}
.small10point {font-size: 12px}
.BoldBodyText {font-size: 12px; font-weight: bold; }
.BodyText {font-size: 12px}

.NavBar {
	color: #005A83;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

.BottomNav 
{
	color: #666666;
	text-decoration: none;
}

.ON_navbar {
	color: #7f1a3c;
	font-weight: bold;
}
.Textbox_White_Large
{
	background: White; 
	width:380px;
	border: 1px solid #7f1a3c;
}
.Textbox_White_Small
{
	background: White; 
	width:100px;
	border: 1px solid #7f1a3c;
}
.Textbox_White_Multiline
{
	background: White; 
	width:100%;
	border: 1px solid #7f1a3c;
}
.Textbox_Hidden
{
	background: Yellow;
	width: 50px;
	visibility: hidden;
	/*visibility: visible;*/
}
.Label_Validation
{
	font-family: Arial, Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	color: Red;
	width: auto;
}