a:link
{
	color: blue;
	text-decoration: none;
}
a:visited
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: maroon;
	text-decoration: underline;
}
a:active 
{
	color: blue;
}
body
{
	margin: 0px;
	font-family: Verdana, Sans Serif;
	font-size: 10pt;
	background-image: url(images/bg.jpg);
}
td
{
	font-size: 10pt;
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
	
	H1 {font-size: 24pt; font-family: "Arial", sans-serif; color: #800000}
	H2 {font-size: 18pt; font-family: Arial; color: #800000}
	H3 {font-size: 12pt; font-family: Arial; color: maroon}
	H4 {font-size: 12pt; font-family: Arial; font-weight: normal; color: navy}
	H5 {font-size: 8pt; font-family: Arial; font-weight: normal; color: black}
	H6 {font-size: 6pt; font-family: Arial; color: black}
	P {font-size: 10pt; font-family: Verdana; color: black}
	td {font-size: 10pt; font-family: Verdana; color: black}
	tbody {font-size: 10pt; font-family: Verdana; color: black}
	ul {font-size: 10pt; font-family: Verdana; color: black}
	/* These are styles for the navigation bar */
.lowText {
	FONT: 12px Arial, Helvetica; font-weight: bold; COLOR: #FFFFFF; TEXT-DECORATION: none
}
.highText {
	FONT: 12px Arial, Helvetica; font-weight: bold; COLOR: #000000; TEXT-DECORATION: none
}
.headline1
{
	font-size: 12pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: maroon;
}
.headline2
{
	font-size: 11pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: maroon;
}