
body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	width: 90%;
  	 }


#sidebar, #subnav, #subsubnav, #menu, #menu-top, #header, #gallery, .marginnote {
	display: none;
   	}


#wrapper	{
	width: 100%;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: auto;
	}	

#maincontent {
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	}

#maincontent p.bodytext-small 
	{
	font-size: 9pt;
	}

#maincontent p.subheading 
	{
	font-size: 14pt;
	font-weight: bold;
	}

#footer {
	border: 0;
	border-top: 1pt solid #ccc;
	padding: 5pt 7pt 7pt 10pt;
	text-align: left;
	clear: both;
	font-size: 9pt;	
	}

#footer p	{
	margin: 10pt 0;
	padding: 0;
	}


a  
	{
   color: black;
   text-decoration: underline;
   }

h1, h2, h3, h4, h5, h6	{
	font-size: 16pt;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
	}



code, pre	{
	font-family: "Courier New", courier, monospace;
	}
	
