/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

body {
	background: none;
}
div#content {	
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	background: none;	
	float: none !important;
}
div#header {
	background-image: none;
}
#topright {
	display: none; 
}
p.button {
	display: none;
}
div#header #print_header { text-align: center; }
div#header #print_header img { display: inline; }
div#flashcontent { display: none; }
#frmMain { display: none; }
div#header img { display: none; }
div#header a { display: none; }
div#header #headertxt { display: none; }
p, table {
	text-align: left;
	font-size: 10px;
	margin: 10px 5px;
}
p, li {
	line-height: 15px;
	font-size: 10px;
}
ul {
	padding-left: 10px;
	list-style-type: disc;
}
li {
	margin-bottom: 2px;
}
.pagebreak { page-break-before: always; }
.photoframe {
	margin: 10px 10px 20px 20px;
	padding: 5px;
	float: right;
	border: solid black 2px;
}
div#footer img { display: none; }
div#footer { clear: both; }
div#footer p { text-align: center; margin-left: 150px; text-size: 10px; }
div#prim_nav  { display: none; }
h1, h2, h3, h4, h5 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0;
}
img { margin: 10px 10px 10px 0; }

.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;
}

