body {
	font-size: x-small;
	font-family: Verdana, Arial;
	background-color: black;
	color: white;
}

TD {
	font-size: xx-small;
	font-family: Verdana, Arial;
}

A { }
A:Hover { font-weight: bold;}

HR {
	color: #0000CC;
	width: 100%;
	text-align : center;
	height : 1px;
}

UL {}

.TableHeader {
	background-color: #0033ff;
	font-size: medium;
	color: white;
	text-align: center;
}

.Field {
	font-size: x-small;
	font-weight: bold;
	color: black;
}


.EvenRow {
	font-size: xx-small;
	color: black;
	font-family: Verdana, Arial;
	
}
.OddRow {
	background-color: #e2e2e2; 
	color: black;
	font-size: xx-small;
	font-family: Verdana, Arial;
}

.MenuHeaderRow {
	color: black; 
	font-size: xx-small;
}

.MenuRow {color: white; font-size: xx-small;}
.SelectedRow {
	background-color: #cfcfcf; 
	color: white; 
	font-size: xx-small;
}

.Button {}
.PageTitle  {}

.FooterText {
	Height: 10px;
	font-size: xx-small;
}
.FooterText A {
	color: white;
}
.FooterText A:VISITED {
	font-weight: bold;
}

.nopadding {
	margin: 0px; padding: 0px; font-size: 1px;
}
