@charset "utf-8";
/* CSS Document */
body {
	font: normal 11pt/14pt "Times New Roman", Times, serif;
}


#head, #footer, #content .rootline {
	display: none;
}

#printhead {
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

#leftnavigation {
	display: none;
}

#content {
/* 	font: normal 11pt/14pt "Times New Roman", Times, serif;*/
}

	#content h1 {
		font-size: 11pt;
	}
	
	#content a {
		color: #000;
	}
	
	#content .subtext {
		font-size: 9pt;
	}
	
#printfooter {
	border-top: 1px solid #CCC;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
