/* CSS Document */
body {
	background: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
   }
#header{
display:none;
}
#mainNav{
display:none;
}
p{
	line-height: 16pt;
}
a{
	color: #666;
	background: transparent;

   }
h1{
	font-weight: normal;
	font-size: 14pt;
}   
h2{
	font-weight: normal;
	font-size: 13pt;
	margin-bottom:10pt;
	display:block;
} 
h3{
	font-weight: normal;
	font-size: 12pt;
} 
h4{
	font-weight: normal;
	font-size: 11pt;
}  
img {
	border: none;
}
#footer{
	padding:0;
	height:auto;
	font-size: 8pt;
}