a.menubutton {
	text-decoration: none ;
	color: black ;
	display: block ;
	font-family: Arial;
	background-color: #EEE8AA;
}
a.menubutton:visited {
	text-decoration: none ;
	color: black ;
	background: #dcdcdc ;
}
a.menubutton:active {
	text-decoration: none ;
	color: yellow ;
	background: black ;
}
a.menubutton:hover {
	text-decoration: none ;
	color: #7A7A7A;
	background: #F0E68C;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #766529;
}

p.text {
	font-family: Arial;
	color: Black;
	font-size: 14px;
}


table.NavTable {
	background-color: #DCE5AA;
	border: thin dotted #68573D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}

.Table2 {
	background-color: #E4F1BE;
	border: thin dotted #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	font-weight: normal;
	line-height: 17px;
}

