
/* This is the print stylesheet to hide the Flash from the browser */

#banner object {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}