body {
	font-family: Tahmona, Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin: 0px;
}

a.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:#114488;
}

a.top_menu_test, a.top_menu_test:link, a.top_menu_test:visited, a.top_menu_test:active {
	color:#FF0000;
	font-weight: bold;
}

a.top_menu_test:hover {
	text-decoration: none;
	color:#77CC00;
}


a.menu:link, a.menu:visited, a.menu:active{
	text-align:center;
	font-size: small;
	color:#114488;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a.menu:hover {
	text-decoration: none;
	color: #000000;
}



.sub_menu, a.sub_menu:link, a.sub_menu:visited, a.sub_menu:active{
	/* border: 1px #EB9F0B solid; */
	/* background-color:#FEEEB4; */
	font-family:  Arial, Helvetica, sans-serif;
	 /*padding: 3px; */
	font-size: 11px;
	font-weight: light;
	color:#000000;
}

a.sub_menu:hover {
	text-decoration: none;
	color: #999;
}
.sub_menu_indent, a.sub_menu_indent:link, a.sub_menu_indent:visited, a.sub_menu_indent:active{
	/* border: 1px #EB9F0B solid; */
	/* background-color:#FEEEB4; */
	font-family:  Arial, Helvetica, sans-serif;
	/*padding: 3px; */
	font-size: 11px;
	color:#999;
}
a.sub_menu_indent:hover {
	text-decoration: none;
	color: #060660;
}

.content {
	background-color:white;
	color: black;
	
	padding: 15px;
}

.form {
	margin: 5px;
	padding: 5px;
	border: 1px #9B8F8F solid;
	background-color:#CFE2BE; <!-- #F0F0F0-->
}

.err_msg {
	text-align: center;
	color: red;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	border: 1px red solid;
	background-color: #FFFFFF;
}

h1, h2, h3, h4 {
	color: #000000;
}
 
table.outsideBorder {
	border-color: #999999;
	border-style: solid;
}

table.outsideBorder td{
	border:none
}
a:link, a:visited, a:active {
	text-decoration: none;
	color:#0000FF;
	/* font-weight: bold; */
}

a:hover {
	text-decoration: underline;
	color:#FF9900;
}

.copyright {
	color: white;
}

a.footer {
	color: gray;
	font-size: smaller;
}
