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

.noPrint {
	
	display: none;	
}

.printOnly {
	
	display: inherit;	
}


