#topNav a:link, #topNav a:active, #topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:hover {
	text-decoration: underline;
	color: #D7DDDD;
}
#mainNav a:link, #mainNav a:active, #mainNav a:visited {
	color: #FFD784;
	text-decoration: none;
}
#mainNav a:hover {
	color: #B97C00;
}
#footer {
	font-size: 13px;
}
#footer a:link, #footer a:active, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #46272C;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}


h1 {
	font-size: 19px;
	margin-left: 40px;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #66211C;
	font-family: tahoma;
}
h2 {
	font-size: 16px;
	margin-left: 12px;
}
h3 {
}
p {
	font-size: 13px;
	margin: 15px;
	padding-right: 10px;
}
ul {
	font-size: 12px;
	margin-left: 30px;
}
span.small {
	font-size: 10px;
}


table {
	font-size: 12px;
	border-style: none;
}
table td {
	padding: 5px;
}


a:link, a:active, a:visited {
	color: #7A2928;
	font-weight: bold;
}
a:hover {
	color: #999999;
}
