/* SCREEN ONLY CSS Document */

.printOnly {
	display: none;
}


.screenOnly {
	display: block;
}