body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2041FF;
}
body {
	background-color: #FFFFA1;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	text-align: center;
	color: #2041FF;
	font-size: 36px;
	font-weight: bold;
}
.menu {
	padding: 10px;
	width: 100px;
	vertical-align: top;
	border-right: 1px solid #C0C0C0;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.current {
	font-weight: bold;
}
.content {
	padding: 20px;
	height: 400px;
	width: 700px;
	vertical-align: top;
	text-align:justify;
}
.footer {
	text-align: center;
	height: 10px;
	border-top: 1px solid #C0C0C0;
	font-size:10px;
}
.subheader {
	text-align: center;
	height: 10px;
	border-bottom: 1px solid #C0C0C0;
}
.table {
border:1px solid #2041FF;
}