/* Hide areas not to be printed */
#header {
	display: none;
}

#sponsor {
	display:none;
}
#footer {
	display: none;
}
#nav {
	display: none;
}

/* Content area formatting */
#content {
	text-align: left;
}
#content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.subsection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	font-style: oblique;
}
