@media print {  

	* { width: auto; float: none; }

	body { background: white; font-size: 14pt; margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; width: 100%; }
 	#wrapper { width: auto; }
 
	.leftbar, #header, .panel_nav, #footer { display:none; }
	.text_even, .text, .text_odd { width: auto; float: none; }
	.cont_title { font-size: 22px; font-weight: bold; }
	
	a:link, a:visited {background: transparent; color:#333; }
	
}