body
{
	margin: 0px;
	background-color: #01AEF2;
	font-family: Arial;
}
a:link
{
    font-family: Arial;
    color: #417fc3;
    text-decoration: underline;
    
}
a:visited
{
    font-family: Arial;
    color: #417fc3;
    text-decoration: underline;
}
a:hover
{
    color: #FCB034;
    text-decoration: underline;
}

a:active
{
    font-family: Arial;
    color: white;
    text-decoration: underline;
   
}
.Links
{
   font-family: Arial;
   color: #417fc3;
   font-size: 11px;
   text-decoration: none;
}
.Text
{
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    height: 5px;
}
.FinePrint
{
    color: #063d6b;
    text-decoration: none;
    font-size: 9px;
    font-family: Arial;
}
.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: 15px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
}
.Header
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
	text-shadow: 1px 1px 1px #000000;
}
.HeaderLarge
{
    font-size: 16px;
    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: 380px;
	height: 350px;
	overflow: auto;
	text-align: left;
	font-family:  Arial;
	font-size: 12px;
	position:inherit;
	padding-right: 5pt

}
.scrollingContent2
{
	width: 900px;
	height: 430px;
	margin-top: 10px;
	
	overflow: auto;
	text-align: left;
	font-family:  Arial;
	font-size: 12px;
	position:inherit;

}
.validationTextboxHighlight
{
    border: 1px solid #CC0000;
    background-color: #999999;
}
.validationLabelHighlight
{
	color: #FFE700;
	font-weight: bold;
}

.highlightActiveField
{
    border: 1px solid #FF9933;
    background-color: #CCCCCC;
}

.highlightInActiveField
{
    border: 1px solid #808080;
    background-color: #ffffff;
}
.BG
{
     background-image: url('../images/bg.jpg');
     background-position:center top;
     background-repeat:no-repeat;
     height:635px;
}

.BGDefault
{
    background-image: url("../images/LatePage.jpg");
    background-position:center top;
    background-repeat:no-repeat;
    height:532px;
    width:980px
}