

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
body {
	font-family: "Times New Roman", Times, serif;
     font-size: 12pt;
}

h1 {
     font-size: 24pt;
     }
     
h2 { 
     font-size: 18pt;
     }
     
h3 {
     font-size: 16pt;
     }
     

     
h4 {
     font-size: 14pt;
     }
     
#navcontainer {
	display: none !important;
}

.hide {
	display: none !important;
}
.peekaboo {
	display: none !important;
}
.peekaboo2 {
	display: none !important;
}
#content {
	margin: 0 0 0 0;
}

.sIFR-flash, object, 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;
}

#content p.main:first-letter {
	font-size: 1em;
     vertical-align: text-top;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	margin-top: 0;
	padding-right: 0;
}
