@charset "ISO-8859-1";
.MainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
.sidebarnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #000000;
	float: left;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a.sidebarnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	background-color: #DFDFDF;
}
a.sidebarnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	background-color: #DFDFDF;
}
a.sidebarnav:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #C8C8C8;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #993333;
	width: 990px;
}
a.footer:link {
	color: #FFFFFF;
}
a.footer:hover {
	color: #000000;
}
.border {
	border: 1px solid #000000;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC3300;
}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC3300;
}
.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	font-weight:bold;
}