@charset "UTF-8";
/* CSS Document */

/* Print version CSS */
@media print {


.printonly {
	display: block;
	clear: both;
	font-size: 10pt;
	}
	
#leftsidebar,
.leftsidebarmain,
.footer,
#header {
	display: none;	
	}
	
.contentpaneopen {
	width: 100%;	
	}
	
	}
