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