/* CSS Document */
body {
	background: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
   }
#header{
display:none;
}
#banner, menuH{
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;
}  
input, select, textarea{
	font-size: 10pt;
	border: 1pt solid #000000;
}
textarea{
	width:150pt;
}
img {
	border: none;
}
#menuV{
	height: auto;
	width: auto;
}
#menuV a{
   text-decoration: none;
}
#menuV ul ul a{
	padding-left:10pt;
   	font-size: 7pt;
}
#footer{
	padding:0;
	height:auto;
	font-size: 8pt;
}
#contact .left{
	height:auto;
}
