/* $Id: print.css,v 1.1.1.1 2010-09-13 13:59:46 cmanley Exp $ */

.hideOnPrint {
	display: none;
}


.transparentOnPrint {
	visibility: hidden;
}
