/* Basic Structure */
html {
	width:100%
}
body {
	background: white;
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	margin: 1cm;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #FF0000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
/* Hide Elements */
#skipNav, #divNav, #mainNav, #subNav, #disclaimerLinks, #searchBox, #branding {
	display: none;
}









/* 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;
}
