.body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.red12 {
	font-family: Arial;
	font-size: 12px;
	color: #660000;
}
.green13bold {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #2E300C;
}
.blue12bold {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #214da5;
}
.blue13bold {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #214da5;
}
h1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

body {
	background-color: #2e300c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #214DA5;
	text-decoration: none;
}
a:visited {
	color: #214DA5;
	text-decoration: none;
}
a:hover {
	color: #937F0D;
	text-decoration: underline;
	
}
a:active {
	color: #214DA5;
}.body11 {
	font-family: arial;
	font-size: 11px;
}