﻿/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
/* avoid browser inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default padding or margin  */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* remove default borders on linked images */
a img,:link img,:visited img { border:none; }
a, a:link, a:hover, a:visited {outline:none; border:none; }
.printLink a:link:after,
.printLink a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
sup { margin-left:0; }
#Footnotes { font-size:7pt; }
body { font-family:Verdana; font-size:9pt; color:#000000; line-height:12pt; }
h1,h2,h3,p {margin-bottom:10pt; margin-top:5pt;}
a { margin:10pt; }
a, a:link, a:visited, a:hover { color:#506A3A; }
h1 { font-size:1.4em; margin-top:10px; font-family:Segoe UI, tahoma, Arial; font-weight:bold; }
h2 { color:#000000; margin-top:10px; margin-bottom:5px; font-size:1.1em; font-family:Segoe UI, tahoma, Arial; font-weight:bold; }
h3 { color:#000000; margin-top:10px; margin-bottom:5px; font-size:1em; font-family:Segoe UI, tahoma, Arial; font-weight:bold; }
ol, ul {list-style-type:none;}
#Footer { font-family:Verdana; font-size:7pt; color:#000000; }
#Footer p { margin:0; }
#InsideAddress {display:none;}
#Frozen {display:none;}
.separator {display:none;}
.noprint {display:none;}

.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;
}

