/* Print Style Sheet */
@media print {
body { 
background:white; 
color:black; 
margin:0;
font-size: smaller;
font: "Times New Roman", Times, serif;
}
#sidebarwrap {
	display: none;
}
#footer {
	display: none;
}
#hidden {
	display: none;
}
}

