html,body,#tableheight
{
	background-color: black;
	color: #AAAAAA;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: Verdana;	
}

A:link, A:visited
{
	color: #003366;
	text-decoration: none;
}

A:hover, A:active
{
	color: #AAAAAA;
	text-decoration: none;
}

TD.selector
{
	color: #AAAAAA;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14;
}

TD.gradient
{
	height: 100px;
	background: url(../files/gradient.jpg) 0% 0% repeat-x;
}