.navgreen a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
	background-color: #AFE4CA;
	text-align: center;
	display: block;
	margin: 5px;
	padding: 3px;
	border: 3px inset #CCCCCC;
	white-space: nowrap;

}
.navblue a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	background-color: #66b4d9;
	text-align: center;
	display: block;
	margin: 5px;
	padding: 3px;
	border: 3px inset #CCCCCC;
	white-space: nowrap;

}
.navblue a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	background-color: #66b4d9;
	text-align: center;
	display: block;
	margin: 8px;
	padding: 3px;
	border: 3px inset #FFFFFF;
	white-space: nowrap;

}
.navgreen a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
	background-color: #afe4ca;
	text-align: center;
	display: block;
	margin: 8px;
	padding: 3px;
	border: 3px inset #FFFFFF;
	white-space: nowrap;

}
.navblue a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	background-color: #66b4d9;
	text-align: center;
	display: block;
	margin: 8px;
	padding: 3px;
	border: 3px outset #999999;
	white-space: nowrap;

}
.navgreen a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	background-color: #afe4ca;
	text-align: center;
	display: block;
	margin: 5px;
	padding: 3px;
	border: 3px outset #CCCCCC;
	white-space: nowrap;

}
