body {
	font-size: xx-small;
	font-family: Verdana, Arial;
	background-color: darkgreen;
}

A {
	color: #008040;
	font-weight: bold;
}

td {
	font-size: xx-small;
	font-family: Verdana, Arial;
}

A:Hover {
	color: black;
}

HR {
	color: Black;
	width: 100%;
	text-align : center;
	height : 1px;
}

UL {}

.PageTitle {
	font-size: medium;
	font-weight: bold;
	color: darkgreen;
}

.TableHeader {
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	background-color: #008040;
	color: white;
}

.Field {
	text-align: right;
}
.Button {}


.MenuItem {
	font-size: xx-small;
}

.FooterText {
	height: 10px;
	font-size: xx-small;
	background-color: black;
	color: white;
}

A.FooterText{
	color: #008040;
}


.FooterText:HOVER{
	color: #FFFFFF;
}


.navigation {
	font-size: xx-small;
	text-decoration: none;
}

.body {
	font-size: x-small;
	font-family: verdana;
}

.OddRow {

}

.EvenRow {
	background-color: #FFFFFF;
}
