html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 9pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Helvetica,Arial,sans-serif,'Trebuchet MS';
	width: 90%;
}
a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content	{
	width: auto;
	border: 0;
	padding: 0;
	margin: 2% 5%;
   }
#navigation{
	display:none
}
h1{font-size:32pt;}
h2{font-size:24pt;}
h3{font-size:18pt;}
h4{font-size:16pt}
h5{font-size:13pt;}
h1,h2,h3,h4,h5 {
	font-family: Helvetica,Arial,sans-serif,'Trebuchet MS';
	background-color: transparent;
	color:#000000;
}


