@charset "utf-8";
/* CSS Document */

/*print stylesheet that hides everything but content DIV*/
#navigation, #banner, #footer {
	display:none
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin-top: 0.1em;
	padding-top: 0.1em;
	margin-bottom: 0.2px;
}
#content h1 {
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-width: .5pt;
	border-bottom-style: solid;
}
#content h2 {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 18pt;
	margin-bottom: 3pt;
	padding-bottom: 0pt;
}
#content h3 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.1em;
	padding-bottom: 0.1em;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin-top: 1pt;
}
#content p a:link {
	color: #0033FF !important;
	text-decoration: underline !important;
}
