@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-color: #5e2000;
}
a:link, a:visited {
	color: #0055a5;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active { color: #0055a5;text-decoration: underline; }

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.header {
	font-size: 18px;
	font-weight: bold;
	color: #0055a5;
}
.header2 {
	font-size: 12px;
	font-weight: bold;
	color: #0055a5;
}
.subhead {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0055a5;
}
.homebody {
	font-size: 13px;
	line-height: 20px;
}
.footer {
	font-size: 9px;
	color: #914117;
}
a.footer:link, a.footer:visited {
	color: #914117;
	text-decoration: none;
	font-weight: bold;
}
a.footer:hover, a.footer:active { color: #fbec8b;text-decoration: underline; }