body
{
    margin: 0px;
    background-color:#152648;
    font-family: Arial;
}
a:link
{
    color: #152648;
    text-decoration: none;
    
}
a:visited
{
    color: #152648;
    text-decoration: none;
}
a:hover
{
    color: white;
    text-decoration: none;
}

a:active
{
    color: #f1ce2e;
    text-decoration: none;
}
.Links
{
    font-family: Arial;
    font-size: 12px;
    font-weight:bolder;
    text-transform:uppercase;
}
.Text
{
    font-family: Arial;
    font-size: 11px;
    color: black;
   
}
.FinePrint
{
    color: #0077cc;
    text-decoration: none;
    font-size: 10px;
    font-family: Arial;
}

.TextBold
{
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
    font-weight:bold;
    text-shadow: 3px 3px 3px #000000;
}
.Header
{
	font-size: 15px;
	font-weight: bold;
	color: #BC0033;
	font-family: Arial;
	text-shadow: 1px 1px 1px #000000;
}

.scrollingContent
{
	width: 645px;
	height: 420px;
	margin-top: 10px;
	
	overflow: auto;
	text-align: left;
	font-family:  Arial;
	font-size: 12px;
	position:inherit;

}
.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: #CC0000;
    font-weight: bold;
}

.highlightActiveField
{
    border: 1px solid #FF9933;
    background-color: #CCCCCC;
}

.highlightInActiveField
{
    border: 1px solid #808080;
    background-color: #ffffff;
}
.BGTop
{
   background-image:url('images/BGTop.jpg');
   background-repeat:no-repeat;
   background-position:centre top;
   background-attachment:inherit;
   height:144px;
}
.BGFooter
{
   background-image:url('images/BGFooter.jpg');
   background-repeat:no-repeat;
   background-position:centre top;
   background-attachment:inherit;
   height:100px;
}
