﻿body

{
	background-color: Black;
	color: White;
	font-family: Verdana;
	font-size: 9pt;
}

h1 {
 font-size:14pt;
	font-family:Arial;
}

.navTable

{

	width: 100%;

	height: 30px;

}

.navTable td

{

	color: White;

	font-family: Verdana;

	font-size: 10pt;

	text-align: center;

}

.navTable td a

{

	color: White;

	text-decoration: none;

}

.navTable td a:hover

{

	color: red;

	text-decoration: none;

}

.heading

{

	color: #ffcc00;

	font-size: 18pt;

	font-weight: bold;

}

.goldtext

{

	color: #ffcc00;

}

a
{
	color:#ffcc00;
}

a:hover
{
	color:red;
}

.blankLink
{
	color:white;
	text-decoration:none;
}

ul
{
	margin-top:0px;
	margin-bottom:0px;
	
}

