body
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #172834;
	background-image:  url(images/bg.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	scrollbar-face-color:#7597ad;
	scrollbar-arrow-color: #496b80;
	scrollbar-track-color:#a1c1d6;
	scrollbar-shadow-color:#7597ad;
	scrollbar-highlight-color:#7597ad;
	scrollbar-3dlight-color:#7597ad;
	scrollbar-darkshadow-Color:#638296;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	color: #1b252c;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
}

.sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

.sublink:hover {
	text-decoration:underline;
}

a.main:link, a.main:active, a.main:visited {
	text-decoration: underline;
	font-style: normal;
 	color: #496b80;
} 

a.main:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.bullet {
list-style-image: url(images/bullet.gif);
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #5d89a7;
}

a.footer:link, a.footer:active, a.footer:visited {
	text-decoration: underline;
	font-style: normal;
 	color: #5d89a7;
} 

a.footer:hover {
	text-decoration: none;
	color: #FFFFFF;
}