/* 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;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	border: none;
	}
h2 {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
a, a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover  {color: black; text-decoration: underline}



