@CHARSET "ISO-8859-1";

body
{
	font-family: Tahoma, Times New Roman, Times;
	background-color: rgb(204,204,204);
	color: rgb(30,23,61);
}

.headertable
{
	font-family: Tahoma, Times New Roman, Times;
	font-weight: bold;
	background-color: rgb(178,165,154);
	color: rgb(30,23,61);
}

.row1 {
	background-color: white;
}

.row1:HOVER {
	background-color: rgb(238,217,195);
}

.row2 {
	background-color: rgb(223,218,213);
}

.row2:HOVER {
	background-color: rgb(238,217,195);
}

a {
	text-decoration: none;
	color: blue;
}

a:HOVER {
	text-decoration: underline;
	color: blue;
}
.menucell {
	font-size: small; 
	padding-top: 2;
	border-top-width: 1; 
	border-top-color: rgb(204,204,204); 
	border-top-style: solid;
	white-space: nowrap;
}


