<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------    
    Hides top and left nav
-------------------------------------------*/
* { margin: 0; padding: 0; line-height: 1.4; }
body { font: 10pt Arial, sans-serif; color: #333; width: 7in; margin: 0 auto !important; padding: 0 !important; }

h1 a, #nav, #nav li a, #footer li, #breadcrumb, #secondary, #menuwrapper, #search, fieldset { display:  none !important } 

h1, h2, h3, h4, h5, h6 {float: none; }
	h1 {display: none;}
	h3 { margin-top: 1em; }
	h4 {font-size: 11pt}
	h5 {font-size: 10pt;}
	h6 {font-size: 9pt;}

p, ul, dl, ol { font-size: 10pt; margin-bottom: 1em; }

ul li {list-style-type: circle; margin: .5em 0 .5em 1em;}

    	ul li ul li  {list-style-type: circle; margin: .5em 0 .5em 1.5em;}

ol li {margin: .5em 0 .5em 1.3em; padding-left: .3em}

a, a:visited { color: 0078ae; text-decoration: underline; }

img { border: none; margin-bottom: 10px; }
	p img { float: right; margin: 0 0 5px 5px; }
	
.hr { border-top: 2px solid #babcbe; padding-top: 13px; }

table, th, td {border: 1px solid #efefef;}
  th {text-align:left}
  caption {font-weight: bold}

blockquote {  border-top: 1px solid #babcbe;border-bottom: 1px solid #e1e2e3; both; margin-bottom: 15px; }

#footer { clear: both; border-top: 3px solid #999; padding: 5px 0 2px; color: #333; }
</pre></body></html>