/* Print Style Sheet */

	body {
		font: 10pt Arial, Helvetica, sans-serif;
		color: #000;
		}
		
	a {	
		color: #000;
		text-decoration: none;
		}
		
	a img {
		border: 0;
		}
		
	/* turn off */
	
	.skipLink,
	#mainNav,
	.searchBar,
	.footer,
	.subNav,
	#featureLinks {
		display: none;
		}
	
	h2{
		font-size:16px;
		color:#666666;
		}
	h3{
		color:#FDB813;
		font-size:14px;
		}
	hr{
		height:0;
		border:0;
		border-top:1px solid #666;
		}
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid }
	img { page-break-inside:avoid; page-break-after:avoid; }
	blockquote, table, pre { page-break-inside:avoid; page-break-before:avoid; }
	ul, ol, dl  { page-break-before:avoid; }
	
	/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

	.sIFR-flash {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}
	
	.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
	}