body {
	font-size: x-small;
	font-family: Arial;
	background-color: black;
}

A {
	font-weight: bold;
	TEXT-DECORATION: none;
	Color: 00CC33;
}

A:Hover {
	font-weight: bold;
	TEXT-DECORATION: none;
	Color: darkGreen;
}
HR {
	color: Green;
	width: 100%;
	text-align : center;
	height : 1px;
}
UL {}
.TableHeader {
	background-color: #0000CC;
	font-size: medium;
	text-align: center;
}

.Field {
	background-color: #0000CC;
	font-size: x-small;
	color: white;
}
.OddRow {background-color: white; color: black;}
.EvenRow {background-color: #0099FF; color: black;}

.Button {}
.PageTitle  {}
.MenuItem {	font-size: x-small;}
.FooterText {
	Height: 10px;
	font-size: xx-small;
	color: white;
}
/*
.FooterText A {
	color: white;
}
.FooterText A:VISITED {
	font-weight: bold;
}
*/
.nopadding {
	margin: 0px; padding: 0px; font-size: 1px;
}
