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

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #FFFFFF;
	font-size: 10pt;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10pt;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10pt;
}

.navbutton {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}

.goldletter {
	color: rgb(255,204,51);
	font-size: 10pt;
	font-weight: bold;
}

a:link {
	color: rgb(255,255,255)
}

a:visited {
	color: rgb(255,255,255)
}

a:hover {
	color: rgb(255,0,0)
}

a:active {
	color: rgb(0,255,0)
}

