@media print {
.header1 {
display:none;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pc;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center center;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pc;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center center;
}
.toolbar {
display:none;
}