BODY {	
	margin: 0px;	
	font-family: MS-serif;		
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal;
	text-decoration: none;
}

IMG {
	border: 0px 
}

A.nav {
	display: block;
	background-color: #006633;
	border: 1px solid #FFFFFF;
	padding: 2px;
	width: 125px;
}
A.nav:link {
 	padding-left: 5px;
	color: #A7DB94;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
A.nav:visited {
	color: #A7DB94;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
A.nav:hover {
	color: #006633;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background-color: #A7DB94;
}

A:link			{ color: #000000; 	text-decoration: underline; font-weight: bold; }
A:visited 		{ color: #000000; 	text-decoration: underline; font-weight: bold; }
A:hover 		{ color: #000000; 	text-decoration: none; 		font-weight: bold; }
