body {
	background: white;
	font-size: 12pt;
	vertical-align: top;
}
.body {
	background: white;
	vertical-align: top;
}
.pj-print-header {
	display: none;
}
.pj-print-messages {
	display: none;
}
.pj-print-body {
	color: black;
	background: white;
	/*display: none;*/
}
.pj-print-footer {
	display: none;
}
.pj-spacer {
	display: none;
}
.section { 
	/*visibility: visible;*/
	vertical-align: top;
	float: none !important;
	page-break-after: always;
	background: white;
}	
.section-print-only { 
	display: inline;
	background: white;
}
.section-no-print { 
	/*visibility: visible;*/
	/*vertical-align: top;*/
	/*float: none !important;*/
	/*page-break-after: always;*/
	display: none;
}
.pjprint-page-break-after {
	page-break-after: always;
}	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.notes {
	display: none;
}
table.pjd {
	page-break-inside: avoid;
}

	





