a { color: #009; }
a:link { color: #009 }
a:visited { color: #009 }
a:hover { color: red; text-decoration: none }
a:active { color: red; text-decoration: none }
table.nav a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
table.nav a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
table.nav a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
table.nav a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
h1 { color: #009; font-size: 2em; font-weight: bold; margin: 0.67em 0 0.25em }
h2 { color: #009; font-size: 1.8em; font-weight: bold; margin: 0.2em 0 }
h3 { color: #009; font-size: 1.3em; font-weight: bold; line-height: 1.3em; margin-right: 0; margin-bottom: 0; margin-left: 0 }
html, body { color: black; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: #009 }
td { font-size: 11px }
td.footer { color: white; font-size: 11px }
.edge { border-right: 1px solid black; border-left: 1px solid black }
table.nav td.space {
	width: 40px;
}

table.nav td {
	color: #FFFFFF;

}

