@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333;
	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: #006
}
a.leftnav:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family:  Lucida Sans;
	color: #006
}
a.leftnav:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family:  "Lucida Sans";
	color: #C00
}
a.leftnav:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Lucida Sans;
	color: #006
}
.white {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.blue {
	font-size: 24px;
	font-weight: bold;
	color: #006;
}
.blue2 {
	font-size: 20px;
	font-weight: bold;
	color: #006;
}
.twelvepoint {
	font-size: 12px;
}
.small {
	font-size: 10px;
}
