BODY.bg {
	background-color: #CCFFFF;
}
BODY.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCFFFF; 
	font-size: 1pt;
}
BODY.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCFFFF;
	font-size: 10pt;
	margin-top: 10;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
H1 {
	text-align:center;
	color: #b3b3b3;
}
TD {
	background: #faf0e6;
}

A:link {
	font-size: 9pt;
	font-weight:bold;
	color:blue;
	text-decoration:none;
}
A:visited {
	font-weight:bold;
	font-size: 9pt;
	color:blue;
	text-decoration:none;

}
A:hover {
	font-weight:bold;
	font-size: 9pt;
	color:maroon;
	text-decoration:underline;
}


