body {
	background-image: url(gfx/whiteBG.jpg);
}

a.nav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	border-top: 1px dotted #002277;
	border-bottom: 1px dotted #002277;
}

a.nav:hover {
	color: #002277;
	background-color: #FF9900;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.content {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #002277;
	line-height: 16pt;
}

.footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #002277;
}

a.foot {
	text-decoration: none;
	color: #002277;
}

a.foot:hover {
	color: #CC3300;
}

.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 8pt;
}