@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image:url(../graphics/background.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

.img_border {border:#FFFFFF solid 1px;}


a {
	font-size: 12px;
	color: #749407;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #749407;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #749407;
}

a.wht:link, a.wht:visited, a.wht:active {
	text-decoration: none;
	color: #749407;
}

a.wht:hover {
	text-decoration: underline;
	color: #749407;
}


a.footer:link, a.footer:visited, a.footer:active {
	text-decoration: none;
	font-size:10px;
	color: #FFFFFF;
}

a.footer:hover {
	text-decoration: underline;
	font-size:10px;
	color: #749407;
}

#splash_menu a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
display: block;
padding:5px;
text-align:center;
text-decoration: none; /*lets remove the link underlines*/
} 

#splash_menu a:link, #splash_menu a:visited {
color: #FFFFFF;
}

#splash_menu a:active {
color: #ffffff;
} 


#splash_menu a:hover {
background: #749407;
color: #ffffff;
} 


<!-- TOP MENU  -->

#menu a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
display: block;
padding:5px;
text-align:center;
text-decoration: none; /*lets remove the link underlines*/
} 

#menu a:link, #menu a:visited {
color: #FFFFFF;
}

#menu a:active {
color: #ffffff;
} 


#menu a:hover {
background: #749407;
color: #ffffff;
} 


-->
</style>
<style type="text/css">

html {overflow:auto;clip:auto;overflow-y:hidden;overflow-x:hidden;}

.fine {color: #FFFFFF;
font-size:10px;
}

.page_titles {color: #CCCCCC;
font-family:tahoma, Helvetica, sans-serif;
font-size:26px;
text-align:left;
}


.FloatL {
	float:left;
	margin-right:10px;
	border:#FFFFFF 1px solid;
	padding:0px;
}
.FloatR {
	float:right;
	margin-left:10px;
	border:#FFFFFF 1px solid;
	padding:0px;
}

.FloatL-NB {
	float:left;
	margin-right:10px;
	padding:3px;
}
.FloatR-NB {
	float:right;
	margin-left:10px;
	padding:3px;
}

