body {
	font-size: xx-small;
	font-family: Verdana, Arial, Sans-Serif;
}

td {
	font-size: xx-small;
	font-family: Verdana, Arial, Sans-Serif;
}

A {
	font-weight: bold;
	TEXT-DECORATION: none;
	Color: #CC0000;
}

A:Hover {
	font-weight: bold;
	font-style: italic;
	TEXT-DECORATION: none;
	Color: black;
}

HR {
	color: #FF0000;
	width: 100%;
	text-align : center;
	height : 1px;
}

.OddRow {
	background-color: #FFFFFF;
}
.EvenRow {
	background-color: #cfcfcf;
}

.TableHeader {
	font-weight: bold;
	font-size: xx-small;
	border: thin #FF0000 solid;
	color: black;
	background-color: #FF8080;
}

.Button {
	color: black;
	font-weight: bold;
}

.PageTitle  {
	font-weight: bold;
	font-size: large;
	height: 30; 
}

.leftmenucell {	
	background-color: white; 
	border: red thin solid; 
	width: 130px;
}

