a:link {
	font-weight: bold;
	color: #003300;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #003300;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: underline;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
}
li {
	line-height: 150%;
	
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.title {
	color: #800000; // burgundy
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.menu {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	line-height: 105%;
	letter-spacing: -0pt;
}
.menu a:link {
	color:#003300;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited {
	color:#003300;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover{
	color:#666600;
	font-weight: bold;
	text-decoration: none;
}
.menu a:active {
	color:#666600;
	font-weight: bold;
	text-decoration: none;
}
.footer {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0pt;
}
.footer a:link {
	color:#ffffff;
	text-decoration: none;
}
.footer a:visited {
	color:#ffffff;
	text-decoration: none;
}
.footer a:hover{
	color:#ffcc00;
	text-decoration: none;
}
.footer a:active {
	color:#ffcc00;
	text-decoration: none;
}
