html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 10pt !important;
	line-height: 125%;
	border: 0;
	font-family: helvetica, arial, serif;
	width: 90%;
  	 }

	
h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, serif;
	font-size:10pt;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 12pt;
	text-align:center;
	color:black;
	line-height: 1.2em;
	}


div#maincontent, div#content, div#widecontent, div#narrowcontent {
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	float: none !important;
   	color: black;
	font-size:10pt;
   	background: transparent none;
   	}
   	
ul li, ol li {
	margin-bottom:
	1em;
	}
   	

a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

table tr th, table tr td  {
	padding:2pt;
	}


#footer {
	border: 0;
	border-top: 1pt solid #ccc;
	padding: 5pt 7pt 7pt 10pt;
	text-align: left;
	clear: both;
	font-size: 10pt;	
	}

#logo, #topmenu, .access, div#leftcolumn, div#rightcolumn, .pagination, #footer {
	display: none;	
	}









