@import url("/css/css.css");
/* CSS Document */


	
.Heading1 {
	color:#0000cc;
	line-height:2.45em;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	}
	
.bodyText {
	color:#333333;
	font-weight:normal;
	line-height:1.25em;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
.subhead {
	color:#0000cc;
	font-weight:bold;
	line-height:1.25em;
	margin-top:0px;
	margin-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	}	
/* next links */

div#navbar3 {
	height: 20px;
	width: 100%;
	background-color: #F5F9FC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	color: #333333;
}

div#navbar3 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 190%;
	white-space: nowrap;
}
div#navbar3 li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
div#navbar3 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #003366;
}