/* start print stylesheet */
@media print
{
* {
background-color: white !important;
background-image: none !important;
}
* html {
color:black;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: black;
}
table {
width:100%;
}
.noPrint {
	display: none;
	width:0px;
} 

/* end print stylesheet */
}