body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:9pt;
	margin: 0px;
	background-color: #CCCC77;
	color: black;
}

.top_menu, a.top_menu:link, a.top_menu:visited, a.top_menu:active {
	color: #FFFFFF;
	font-weight: bold;
}
a.top_menu:hover {
	text-decoration: none;
	color: #999;
}


a.menu:link, a.menu:visited, a.menu:active{
	text-align:center;
	font-size: medium;
	color:#AAAA00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a.menu:hover {
	text-decoration: none;
	color: #999;
}

.sub_menu, a.sub_menu:link, a.sub_menu:visited, a.sub_menu:active{
	/* border: 1px #AAAA00 solid; */
	/* background-color:#CCCC77; */
	font-size: 11px;
	font-weight: bold;
	color:#ffffff;
}
a.sub_menu:hover {
	text-decoration: none;
	color: #999;
}

.content {
	background-color:white;
	color: black;
	border: 2px #AAAA00 solid;
	padding: 15px;
}

.form {
	margin: 5px;
	padding: 5px;
	border: 1px #AAAA00 solid;
	background-color: #CCCC77;
}

.err_msg {
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	border: 1px #000000 solid;
	background-color: #CCCC77;
}

h1, h2, h3, h4 {
	color: #AAAA00;
}


a:link, a:visited, a:active {
	text-decoration: none;
	color: #AAAA00;
	/* font-weight: bold; */
}

a:hover {
	text-decoration: underline;
	color:#AAAA00;
}

.copyright {
	color: black;
}

a.footer {
	color: black;
	font-size: smaller;
}
