/* $Id: print.css,v 1.1.1.1 2009/07/31 20:58:33 cmanley Exp $ */

.hideOnPrint {
	display: none;
}


.transparentOnPrint {
	visibility: hidden;
}
