
body {
	font-size: .9em;
	font-family: Verdana, Arial;
	background-color: #CECECE;
	color: black;
}

TD {
	font-size: .9em;
	font-family: Verdana, Arial;
}

A {
	color: green;
}

A:Hover {
	font-weight: bold;
	color: #009900
}

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

UL {}

.TableHeader {
	background-color: green;
	font-size: medium;
	color: White;
	text-align: center;
}

.Field {
	background-color: #00CC00;
	font-size: x-small;
	color: white;
}

.evenRow {
	font-size: x-small;
	color: black;
	font-family: Verdana, Arial;
}

.oddRow {
	background-color: #e2e2e2; 
	color: black;
	font-size: x-small;
	font-family: Verdana, Arial;
}

.SelectedRow {background-color: #00CC00; }
.MenuItem:Hover {color: black;}

.MenuItem {
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	color: black;	
}	

.Button {}
.PageTitle  {}
.FooterText {
	Height: 10px;
	font-size: xx-small;
}