/**
 **********************************************************************************
 *  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 {
    position: absolute;
    display: none !important;
	width: 0; height: 0;
	overflow: hidden;
    }

span.sIFR-alternate {
    position: static !important;
	left: auto !important; top: auto !important;
	display: block !important;
	visibility: visible !important;
    }
