body {
	font-size: 1em;
	font-family: Verdana, Arial;
	background-color: #000000;
}

td {
    font-family: Verdana, Arial;
}

#MainTable {
 	background-color: #666699;
}

A {
	color: black;
	font-weight: bold;
}

A:Hover {
	font-style: italic;
}

A:Visted {
	color: #808080;
}

HR {
	color: Black;
	width: 100%;
	text-align : center;
	height : 1px;
}

UL {}

.TableHeader {
	color: white;
	background-color: black;
}

.OddRow {
	background-color: #D7D7D7;
	color: black;
}
.Button {}

.PageTitle  {
	font-size: small;
	font-weight: bold;
}

.MenuItem {
	font-size: xx-small;
}

.FooterText {
	font-size: xx-small;
	color: #C0C0C0;
}

.FooterText A {
	font-size: xx-small;
	color: white;
}

.MenuRow{
	background-color: #E1E1E1; 
}
 
.SelectedRow {
    background-color: #FFFFFF; 
}

.SelectedRow A:hover {
 	color: black;
}