/* Print Style Sheet */

	body {
        	font-family: Verdana, Arial, 'Lucida Grande', Verdana, Arial, sans-serif;
        	font-size: 10pt;
		color: #000;
		text-align:left;
		}
		
	a {	color: #000;text-decoration: none;}	
	a img {border: 0;}
	
	h1, h2, h3, h4, h5 {
		float:none;
		text-align:left;
		margin:0px;
		padding:0px;
		text-indent:0px;
	}

	table {width:100%; /* border:1px solid #666; */}
	.tblhead { border: solid 1px silver; background-color: silver; }
	.tblline { border: solid 1px silver;}
	.tbllineL { border: solid 1px silver;}
	
/*	table tr {background:#666;}
	table tr td {background:#fff;}
*/		
	.container {float:none;width:600px;}
	
	/* turn off these styles */
	.lefthead03,
	.rightHead03,
	.printthis,
	.footer_01,
	.menu { display:none;
	}
	
/* 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;
		}

