/* 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;
}


#Header, #LeftColumn, #Footer{
	display:none;
}

*{
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
}

h1{
	clear:left;
	font-size:2em;
	color:#006742;
	margin:0;
	font-weight:normal;
}
h2{
	clear:left;
	font-size:1.6em;
	color:#006742;
	font-weight:normal;
}

h3{
	clear:left;
	font-size:1.4em;
	color:#006742;
	font-weight:normal;
}

h4{
	clear:left;
	font-size:1.2em;
	color:#006742;
	font-weight:normal;
}

p{
	font-size:.7em;
	color:#006742;
}

ul{
	font-size:.7em;
	color:#006742;
}

