<!--
html {
	width:100%;
	height:100%;
	overflow-x: hidden;
	overflow-y: auto;
}
a:link {
	text-decoration: none;
	color: #AD5B05;
}
a:visited {
	color: #AD5B05;
	text-decoration: none;
}
a:hover {
	color: #060100;
	background-color:#000000;
	text-decoration: none;
}
a:active {
	color: #AD5B05;
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E1204;
	font-weight: bold;
	margin-right:10%;
}
body {
	background-color: #040200;
	margin-left: 0px;
	margin-top: 0px;
}
.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	text-align:left;
	color:#005432;
	font-weight:bold;
}
.submenu {
}
.submenu li{
	display:block;
	list-style-type: none;
	margin-left: 25px;
}

-->
