/* 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;
}

h1 {
	color: #BF311A;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	text-transform: uppercase;
}

h2 {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	text-transform: uppercase;
}

h3 {
	color: #BF311A;
	font-size: 14px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	text-transform: uppercase;
}

h4 {
	color: #666666;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	text-transform: uppercase;
}

h5 {
	color: #ffffff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	text-transform: uppercase;
}


h6 {
	color: #BF311A;
	font-size: 12px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	line-height: 12px;
	text-transform: uppercase;
}



