

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

html.hasFlash .replace
{
visibility: visible !important;
display: block !important;
}

html.hasFlash .sIFRobject
{
display: none !important;
}
