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

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