/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash,.sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate{
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	display: block;
	overflow: none;
	font-family:Helvetica, Verdana, Arial  sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	letter-spacing:1px;	
	font-size:30px;
	font-weight:normal;	
}

td#navigation, td#sidebar, td#logo, td#footer{
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}


