/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #C0CFF8;
}




.mainnav1 { text-align: center; }
.mainnav1 a:active { color: #ECE9D8; text-decoration: none;  font-size: 12pt; font-weight: bold; }
.mainnav1 a:link { color: #0F2561;  text-decoration: none; font-size: 12pt; font-weight: bold; }
.mainnav1 a:visited { color: #0F2561; text-decoration: none; font-size: 12pt; font-weight: bold; }
.mainnav1 a:hover {
	color:#FFFFCC;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}

.bottomnav { text-align: center; }
.bottomnav a:active { color: #ECE9D8; text-decoration: none;  font-size: 10pt; }
.bottomnav a:link { color: #0F2561;  text-decoration: none; font-size: 10pt; }
.bottomnav a:visited { color: #0F2561; text-decoration: none; font-size: 10pt; }
.bottomnav a:hover {
	color:#000000;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
}


a:active { color: #000000; text-decoration: none; font-weight: bold; }
a:link { color: #0E2364;  text-decoration: none; font-weight: bold; }
a:visited { color: #C0CFF8; text-decoration: none; font-weight: bold; }
a:hover { color: #000000; text-decoration: underline; font-weight: bold;  }
