/** print-style.css: Override the normal styles to alter for printing */

body {
	background: white;
}
	
#main {

	margin: 0;
	float: none;
	background: white;	
	border: 0px;
	-webkit-box-shadow: none;
}

#header, #footer, .filters, .WizardLinks, .Wizards, .noprint {
	display: none;
}

