body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFEE99;
}
body {
	background-color: #203B17;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #EF8E0E;
	text-decoration: none;
}
a:hover {
	color: #FFEE99;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
    font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #203B17;
	vertical-align: middle;
	text-align: center;
	color: #FFEE99;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #FFEE99;
}
.menu {
	background-color: #203B17;
	padding: 1px;
	width: 110px;
	vertical-align: top;
	border-top: 1px solid #FFEE99;
	border-right: none;
	border-bottom: 1px solid #FFEE99;
	border-left: 1px solid #FFEE99;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 8px;
	line-height: 18px;
}
.current {
	font-weight: bold;
}
.content {
	background-color: #203B17;
	padding: 20px;
	height: 400px;
	vertical-align: top;
	border: 1px solid #FFEE99;
}
.footer {
	background-color: #203B17;
	text-align: center;
	color: #FFEE99;
	font-size: 10px;
	height: 10px;
}
.footer2 {
	background-color: #203B17;
	text-align: center;
	font-size: 10px;
	height: 10px;
}