/* CSS Document */

body {
	letter-spacing: 1pt;
	background: white;
	color: black;
	}
	
.noprint {	
	display: none;
	}
	
div#content {
	margin: 0 0 0 0;
	}	
	
#content p {
	margin-top: 0;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color: black;
	}
	
#content h2, #content h3, #content h4 {
	margin: .25in 0 0 0;
	font-size: 16pt;
	font-weight: bold;
	color: black;
	}

#content li {
	padding-bottom: 0;
	}
	