@charset "utf-8";
.bodyCopy {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding-top: 20px;
	padding-right: 20px;
}
.bodyHeadline {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #0C1C8D;
}
.bodySubhead {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}
.sidebarCopy {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #0C1C8D;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 15px;
}
.sidebarHeadline {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
}
.footerCopy {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #0C1C8D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0C1C8D;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
A.footer:link {
	color: #FFFFFF;
}
A.footer:visited {
	color: #FFFFFF;
}

A.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
A.footer:active {
	color: #FFFFFF;
}
