@media screen {
	DIV#prttext {
		position:absolute; 
		left:158px; 
		top:80px; 
		width:626px; 
		height:408px; 
		z-index:auto; 
		overflow: auto; 
		visibility: visible;
	}			
}
@media print {
	DIV#prttext {
		left:0.5in; 
		top:0.5in; 
		visibility: visible; 
		overflow: visible; 
		clip:  rect(   )
	}

	IMG {
    	display : none ;
    }
	
	#topbar {
		display: none;
	}
	
	#body {
		display: none;
	}
	
	#bottom {
		display: none;
	}
	
	#printbutton {
		display: none;
	}		
}
