
body {
	background-color: #ffffff;
	background-image: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

#wrap {
	width: 640px;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

#printheader {
	width: 100%;
	height: 100px;
}

#printfooter {
	padding-top: 30px;
	font-size: 11px;
}

.cbTitle {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 5px 0px;
}

#wrap_left,
#wrap_right,
#header,
#navigation,
#quicklinks,
#title_image,
#breadcrumbs,
.button,
#footer {
	display: none;
	visibility: hidden;
}

/* 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;
}

