/* CSS Document */
@media print {
	.displayonly {
		display: none; 
		width: 0; 
		height: 0;
	}	
	
	.printonly {
		
	}
}