/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
#header h1 {
	font-size: 24pt;
}
#topNav, #navigation, #footer {
	display: none;
}
#content h1 {
	font-size: 18pt;
	border-bottom: 1pt solid black;
	width: 4.5in;
	padding-bottom: 2pt;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
#content p {
	font-size: 12pt;
	line-height: 14pt;
	width: 7in;
	margin-left: 0.25in;
	text-align: justify;
}
