@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a.leftnav:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family:  Lucida Sans;
	color: #663300
}
a.leftnav:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family:  Lucida Sans;
	color: #663300
}
a.leftnav:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family:  Lucida Sans;
	color: #336600
}
a.leftnav:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Lucida Sans;
	color: #663300
}
.white {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.red {
	font-size: 24px;
	font-weight: bold;
	color: #900;
}
.green {
	font-size: 24px;
	font-weight: bold;
	color: #336600;
}
.twelvepoint {
	font-size: 12px;
}
.small {
	font-size: 10px;
}
