BODY {
	BACKGROUND-COLOR: #005784; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; MARGIN: 4px; TEXT-DECORATION: none;
}

TD    { color: #333333; font-size: 8pt; font-family: Verdana, Arial, helvetica; font-weight: bold; }
.header    { color: yellow; font-size: 22pt; background-color: black }
.sidebar { color: teal; font-weight: 500; font-size: 11pt; background-color: white }
a:link { color: blue; text-decoration: underline }
a:visited { color: blue; text-decoration: underline }
a:hover { color: navy; text-decoration: underline }
H1 { color: black; font-size: 12pt }

.bold { color: blue; font-size: 9pt; background-color: white; font-weight: bold; }
.skinny { color: black; font-size: 8pt; background-color: white; font-weight: lighter; }

a.NavBar:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #0033FF;
	text-decoration: underline;
	background-color: #FFFF00;
}
a.NavBar:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #0033FF;
}
a.NavBar:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a.NavBar:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}