body, td {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11pt;
}

h1 {
	font-size: large 
}
img{
	border: 0;
}

a{
	font-weight: bold;
	color: White;
	text-decoration: none;
	border: none;
}

a:hover{
	color: Black;
	text-decoration: underline;
}

a:visited {
	color: White;
}

a:link {
	color: White;
}

.MenuHeader {
	background-color: Silver;
	font-weight: bold;
	color: Black;
	text-align: center;
}

.MenuItem {
	background-color: #3BA30A;
	font-weight: bold;
	font-size: smaller;
	color: White;
	text-align: center;
}
.oddRow {
	background-color: #E7DFD2;
}
.evenRow {
	background-color: #F2EEE3;
}