@charset "utf-8";
body {
	background-color: #B0D12D;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F8931E;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #F8931E;
}
a:link.foot {
	color: #003366;
	text-decoration: none;
}
a:visited.foot {
	text-decoration: none;
	color: black;
}
a:hover.foot {
	text-decoration: underline;
	color: #003366;
}
a:active.foot {
	text-decoration: none;
	color: black;
}

.leftrule {
	background-image: url(img/images/WEB_02.jpg);
	background-repeat: repeat-y;
}
.rightrule {
	background-image: url(img/images/WEB_04.jpg);
	background-repeat: repeat-y;
}
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	line-height: 14px;
}
.SidebarHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-left: 5px;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.formContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	line-height: normal;
}
.SideBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	color: #003366;
	text-align: left;
}
.Bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: url(img/bullet.gif);
}
.subheadblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	letter-spacing: 0px;
}
.SidebarNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-left: 5px;
	font-variant: normal;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 13px;
	background-position: left;
	border: 1px none #CCCCCC;
}

