@charset "UTF-8";
body {
	background-color: #F9F9F0;
	margin: 0px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	color: #462000;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.body a:link{
	color: #462000;
	text-decoration: underline;
}
.body a:visited{
	color: #462000;
	text-decoration: underline;
}
.body a:active{
	color: #462000;
	text-decoration: underline;
}
.body a:hover{
	color: #00324C;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #492002;
	padding: 10px;
}
.footer a:link{
	color: #492002;
}
.footer a:visited{
	color: #492002;
}
.footer a:active{
	color: #492002;
}
.footer a:hover{
	color: #00324C;
}
.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00324C;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.leftNav a:link{
	color: #00324C;
	text-decoration: none;
}
.leftNav a:visited{
	color: #00324C;
	text-decoration: none;
}
.leftNav a:active{
	color: #00324C;
	text-decoration: none;
}
.leftNav a:hover{
	color: #492002;
	text-decoration: none;
}

.leftNavTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #727E07;
}
.bodyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00324C;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
