body {
	background: white;
	color: black;
	font-family: Arial;
	font-size: 10pt !important;
	font-size: 6pt;
	height: auto;
	overflow : visible;
} 
h1, h2, h3, h4, h5, h6, p { page-break-after: avoid; }
h1 { page-break-before: always; } 
table, tr { page-break-inside: avoid; }
p.breakhere { page-break-before: avoid; }
a:link, a:visited, a:hover, a:active { text-decoration: underline; color: black; }

#header, #secondaryContent, #jSlide, #mainContent .top, #mainContent .bottom, #mainContent .noprint, #mainContent .pagenav, #footer { display: none; }

#container {
	height: auto;
	margin: 0;
	overflow : visible;
	padding: 0;
	position: relative;
}
#mainContent {
	float: none;
	height: auto;
	overflow : visible;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100% !important;
	width: 16.5cm;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
	color: #000;
}
#mainContent .content {
	background: none;
}
@page {  
	margin: 2cm;
}