.body_copy {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; color: #000000}
.Body_Header {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-style: normal; font-weight: bold; color: #000000}
.Body_Subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #24266C;
	margin-top: 8px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #6060B8;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #6060B8;
}
a:hover {
	color: #393A75;
	text-decoration: underline;
}


#bar {
	background-repeat: no-repeat;
	height: 50px;
	background-image: url(images/Top2Bar2a.jpg);
	background-color: #E7E9FE;
}
body {
	background-color: #E7E9FE;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
}
.body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 10px 2px 2px 2px;
	border: 1px solid;
	border-color: #000 #000 #000 #000;
	background-color: #9F6F9F;
	background-image:  url(Development/images/box_off.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 40px;
	vertical-align: middle;
}
#navlist a:hover {
background-color: #9F6F9F;
background-image:  url(Development/images/box_on.jpg);
color: #FFFFFF;
}

