/* 
Website: And Beyond
Title: Print style sheet for screen media
Author: Iain Duncan
Updated: April 2008

Style Index
$1 - Sifr
$2 - Print Styles
/* ------------------------------------------------------------
	 Sifr - Flash Text Replacement
------------------------------------------------------------ */

/* 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 {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
*/
 

/* ------------------------------------------------------------
	 Print Styles
------------------------------------------------------------ */
body {font-family:Verdana, Arial, Helvetica, sans-serif;}

.print {display: block;} /* Displays hidden print items */

#logo a, #text_sze,#sitewide_search, #skip, .skipcnt, #main_nav, #header_banner, #breadcrumb, #sidebar, #footer, #ftr_logos, .noprint {   /* Hides screen items */
display:none;
}

a:link, a:visited {
color:#000000;
}



