/* CSS Document */
body {
	font-family: Verdana, Arial, lucida, sans-serif; 
	background: #fff;
	background-image: none;
	color: #000;
	font-size: x-small;
	line-height: 1.5;
}
#base {
	background-image: none;
}
.noPrint {
	display: none;
}
#content {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	}
h2 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 35px 10px 0px 10px;
}
a, a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover  {color: black; text-decoration: underline}



