@charset "UTF-8";
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	color: #CC9900;
}
.whiteheader {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	background-color: #FFBA00;
}
.nav {
	font-weight: normal;
	text-decoration: none;
}
.nav:hover {
	font-weight: normal;
	background-color: #000000;
	color: #ffffff;
}

