
<style>
normal { font-family: verdana; font-size: 11px; color: #666666 }

body { font-family: verdana; font-size: 11px; color: #666666 }

td { font-family: verdana;  font-size: 11px; color: #666666 }

.text {color: #000000;  font-family: verdana;  font-size: 11px; text-decoration: none}

.mash {font-family: arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #669900 }

.mash2 {font-family: arial, helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #669900 }

.h1 {font-family: arial, helvetica, sans-serif; font-size: 15px; font-weight: bold; color="#7E9402"}

a:link {color: #666666;  font-family: arial;   font-size: 11px; text-decoration: none}

a:visited {color: #000000;  font-family: arial;  font-size: 11px; text-decoration: none} 

a:active {color: #999999;  font-family: arial;  font-size: 11px; text-decoration: none} 

A:hover {text-decoration: underline;  arial;   font-size: 11px;color: #88ac0b }


</style>
/* Navigation */
#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	background: url('images/nav.jpg') repeat-x;	
	width: 790px;		
	text-transform: uppercase;
	padding: 0;	
	display: inline; list-style-type:none; margin-left:23px; margin-right:0; margin-top:0; margin-bottom:0
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(images/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(images/nav-current.jpg) repeat-x;	
}