body
{
    margin: 0px;
    font-family: Arial;
    background-color:#ffffff;
}
a:link
{
	font-family: Arial;
	color: #2B4C93;
	text-decoration: none;
}
a:visited
{
    font-family: Arial;
    color: #2B4C93;
    text-decoration: none;
    text-decoration: none;
}
a:hover
{
	color: #666666;
	text-decoration: none;
	text-decoration: none;
}

a:active
{
    font-family: Arial;
    color: #666666;
    text-decoration: none;
    
   
}
.Links
{
    font-family: Arial;
    color: #fdb913;
    font-size: 12px;
    font-weight: normal;
    text-transform:uppercase;
}
.Text
{
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}
.FinePrint
{
   font-family: Arial;
    font-size: 11px;
    color: #ffffff;
}
.FinePrint2
{
    color: #063d6b;
    text-decoration: none;
    font-size: 9px;
    font-family: Arial;
    margin-left:3px;
}
.Error
{
    font-family: Arial;
    font-size: 12px;
    color: red;
   
}
.TextBold
{
	font-family: Arial;
	font-size: 12px;
	color: #325494;
	font-weight: bold;
}
.Header
{
    font-size: 16px;
    font-weight: bold;
    color: #DB251B;
    font-family: Arial;
}
.HeaderLarge
{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    font-family: Arial;
    text-shadow: 1px 1px 1px #000000;
}

.subheader
{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    font-family: Arial;
    text-shadow: 1px 1px 1px #000000;
}

.scrollingContent
{
	width: 485px;
	height: 420px;	
	margin-top:0px;
	margin-right:0px;	
	overflow: auto;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	position:inherit;	

}

.validationTextboxHighlight
{
	border: 1px solid #4E6EA7;
	background-color: #D3D3D3;
}
.validationLabelHighlight
{
    color: #DB312A;
}
.highlightActiveField
{
    border: 1px solid #A85231;
    background-color: #FCE7B0;
}
.highlightInActiveField
{
	border: 1px solid #808080;
	background-color: #ffffff;
}
.BG
{
background-image: url("images/bg.jpg");
background-position:center top;
background-repeat:no-repeat;
}


