body
{
	background: Black;
	color: White;
}

html, body {
margin: 0;
padding: 0;
height: 100%
}

.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
}

A.nav:link, A.nav:visited, A.nav:active {
    text-decoration:    none;
}

A.nav:hover    {
    text-decoration: none;
	 color: White;
}

.bigtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: White;
}

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: White;
}

.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: White;
	font-weight: bold;
	line-height: 20px;
}

.tabletext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #071B39;
	font-weight: bold;
}

.tabletextheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: White;
	font-weight: bold;
}

A.text:link, A.text:visited, A.text:active {
    text-decoration: underline;
}

A.text:hover    {
    text-decoration: underline;
	 color: #FFF200;
}
