body {
	font-size: x-small;
	font-family: Verdana, Arial;
	color: black;
	background-color: #CECECE;
}

A {
	font-weight: bold;
	TEXT-DECORATION: none;
	Color: blue;
}

A:Hover {
	font-weight: bold;
	TEXT-DECORATION: none;
	Color: black;
}


HR {
	color: blue;
	width: 100%;
	text-align : center;
	height : 1px;
}

UL {}

.TableHeader {
	background-color: #0000CC;
	font-size: medium;
	color: blue;
	text-align: center;
}

.Field {
	background-color: #0000CC;
	font-size: x-small;
	color: blue;
}

.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;
}
