h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;	
	font-weight: normal;
	color: #666666;
}
h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	color: #cc9966;
}
a:link {
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
	background-color: none;
	border: none;
	padding: none;
}
a:active {
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	background-color: none;
	padding: none;
	border: none;
}


body {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: center;
	background-color:#FFFFFF;
}

#topNav a {
	color: #8c9545;
	margin-right: 25px;
}
#topNav .active {
	color: #575b33;
	margin-right: 25px;
	font-weight: bold;
}

#topNav a:hover, #topNav a:active, #topNav a:visited {
	color: #575b33;
}
