BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 12px;
}
.normal {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 12px;
	font-weight : normal;
}
h1 {
	font-family : "Arial Black";
	color : Black;
	font-size : 14px;
}
A {
	color : #137745;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
A:Hover {
	color : #137745;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}
.toptable {
	background-color : White;
	width : 800;
	border : thin solid Black;
	border-bottom : 0px;
	text-align : left;
	max-width : 800px;
}
.menu {
	background-color : #137745;
	width : 800;
	border : thin solid Black;
	border-bottom : 0px;
	padding : 5;
	text-align : center;
	color : #fdd836;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
.side {
	border : thin solid Black;
	border-bottom : 0px;
	border-top : 0px;
}
A.menulink {
	color : #fdd836;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
A:Hover.menulink {
	color : #fdd836;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}
.maintable {
	background-color : #fdd836;
	height : 100%;
	width : 800;
	border : thin solid Black;
	padding : 5;
	border-top : 0px;
	vertical-align : top;
	text-align : left;
}
input {
	font-family : Arial, Helvetica, sans-serif;
	color : #006400;
	font-size : 12px;
	font-weight : normal;
	background-color : #FAFAD2;
}
textarea {
	font-family : Arial, Helvetica, sans-serif;
	color : #006400;
	font-size : 12px;
	font-weight : normal;
	background-color : #FAFAD2;
}
select {
	font-family : Arial, Helvetica, sans-serif;
	color : #006400;
	font-size : 12px;
	font-weight : normal;
	background-color : #FAFAD2;
}
option {
	font-family : Arial, Helvetica, sans-serif;
	color : #006400;
	font-size : 12px;
	font-weight : normal;
	background-color : #FAFAD2;
}
.radioinput {
	font-family : Arial, Helvetica, sans-serif;
	color : #006400;
	font-size : 12px;
	font-weight : normal;
	background-color : transparent;
}