/* Print Styles */

html {width: 100%;}

#leftnav *, #exit, #header1, #header2, #header3, #header4, #header5, #header6, #header7, 
#bottomheaderbar, #bottomheaderbar2, #bottomheaderbar3 {
	display: none;
}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 12pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 90%;
  	 }

#wrapper * {
    visibility: visible;
    width: auto;
    padding-left: 0;
    float: none !important;
    background: transparent;
    color: black;
	border: 0;
  }

#content, #header {
	margin: 0 5%;
}
  	 
p {
    font-size: 11pt;
    line-height: 14pt;
  }
  
h1, h2, h3, h4, h5, h6 {
  color: #000;
  }

h4 { 
	margin-bottom: -15px; 
	font-size: 90%;
}

* img {
	height: 0;
	width: 0;
	position: absolute;
	left: -57568898px;

  }
  
a:link, a:visited {
        background: transparent;
        font-weight: bold;
        text-decoration: underline;
}
     
