@charset "UTF-8";
/* CSS Document */

#topNav {
	display: none;
}
h1, h2, h3, h4, h5, h6  {
	page-break-after: avoid;
	page-break-inside: avoid; 
}
blockquote, table, pre { 
	page-break-inside:avoid; 
}
ul, ol, dl { 
	page-break-before: avoid; 
}

.subPage #header #subPrintLogo {
	position: absolute;
	top: 0px;
	left: 0px;
}
.subPage #header #subLogo {
	display: none;
}

