body {
	background-image: url(images/gray_bg.jpg);
	padding-top: 0px;
   color: #000080;
   font-family: arial;
   font-size: 12px;}

td {
	color: #000080;
	font-family: arial;
	font-size: 12px;
	vertical-align: top;
}

H1 {
   color: #000000;
   font-family: times;
   font-size: 20px;
   font-style: italic;
   text-decoration: bold;
   text-align: right;
   padding-right: 15px;
   padding-top: 5px;			  
 }   
	
H2 {
   color: #F5AC1F;
   font-family: arial;
   font-size: 14px;
   font-style: ;
   text-decoration: bold;
   text-align: ;
   padding-right: 15px;
   padding-bottom: 1px;			  
 }       
    
a:link {
	color: #800000;
	text-decoration: underline;}

a:visited {
	color: #666666;
	text-decoration: underline;}

a:active {
	color: #800000;
	text-decoration: none;}

a:hover {
	color: #464646;
	text-decoration: none;}

.contentarea {
	background-color: #FFFFFF;
}

.content {
	font-family: arial;
	font-size: 12px;
	color: #000080;
	text-align: left;
	padding-top: 20px;
	padding-right: 14px;
	padding-left: 15px;
}

.services {
	font-family: arial;
	font-size: 14px;
	color: #1E5889;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 15px;
}

.footer {
	font-family: arial;
	font-size: 10px;
	color: #999999;
}

.footer a:link {
	color: #ADC4FF;
	text-decoration: underline;}

.footer a:visited {
	color: #C0C0C0;
	text-decoration: underline;}

.footer a:active {
	color: #FFFFFF;
	text-decoration: none;}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;}

.padding {
	padding: 4px;
}
.float_right {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.blue_highlight {
	color: #000000;
	padding: 6px;
	background-color: #AAB9D6;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.royal_blue_highlight {
	color: #FFFFFF;
	background-color: #002994;
	padding: 6px;
	text-align: center;
}
.gold_highlight {
	color: #FFFFFF;
	background-color: #D3B435;
	padding: 6px;
	text-align: center;
}