body {
	background-image: none;
	background-color: #FEFFFF;
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #112D47;
} 
p { font-family: Verdana; font-size: 11px; font-color: #264A6E} 
li{ font-family: Verdana; font-size: 11px} 
td { font-family: Verdana; font-size: 12px}
tr { font-family: Verdana; font-size: 12px}
h1 { font-family: Verdana; font-size: 18px}
h2 { font-family: Verdana; font-size: 13px}
h3 { font-family: Verdana; font-size: 13px}
h4 { font-family: Verdana; font-size: 12px}  
hr {
	color: #264A6E;
}

a:link {
	text-decoration: underline;
	color: #205192;
}
a:visited {
	text-decoration: underline;
	color: #578CD2;
}
a:active {
	text-decoration: none;
	color: Gray;
}
a:hover {
	background-color: Silver;
}
