/* CSS Document */
body {
	font-family: Verdana, Arial, lucida, sans-serif; 
	background: #fff;
	color: #000;
	font-size: x-small;
	line-height: 1.5;
}
.noPrint {
	display: none;
}
#content {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #2E71A0;
	padding: 0px 0px 0px 5px;
	border: 1px solid #2E71A0;
	line-height: 200%;
	}
h2 {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #2E71A0;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	height: 20px;
	line-height: 175%;
}
h4 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: black;
	vertical-align: text-top;
	margin: 0px;
}
h5 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #175262;
	vertical-align: text-top;
	margin: 0px;
}
h6 {
	font-size: 120%;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: red;
	height: 24px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #2E71A0;
	border-color: #CC3300;
	line-height: 200%;
	}
a, a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover  {color: black; text-decoration: underline}


