@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
.ocean {
	color: #0173BA;
}
.reef {
	color: #CCCCCC;
}
.highlight {
	color: #FFFFFF;
	font-weight: bold;
}
.whitetext {
	color: #FFFFFF;
}
.arrow {
	font-size: 24px;
	font-weight: bold;
}
.subtext {
	color:#999999;
	font-size:10px;
}
.dkgrey {
	color:#999999;
}
.black {
	color: #000000;
	font-weight: bold;
}
hr {
	color: #666666;
}
.nav a:link {
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #000000;
}
.nav a:hover {
	text-decoration: none;
	color: #0099FF;
}
.nav a:active {
	text-decoration: none;
	color: #000000;
}
.nav a {
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #33FFFF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
a {
	font-weight: bold;
}
li {
	color:#999999
}
