html, 
body {
	background: none!important;
	}
	
.search { 
	display: none; 
	}
	
#wrapper, 
#header { 
	background:none;
	width:100%;
	border:none;
	}
	
#header { 
	height: auto; 
	margin-bottom: 20px;
	}
	
#header #pageheading {
	background: none;
	height: auto;
	width: auto;
	color: black;
	}
	
#header #pageheading span.texthead {
	font-weight: bold;
	color: #000;
	font-size: 175%;
	}
	
#contents, 
#pagecontents, 
#memo {
	margin: 0;
	padding: 5px 15px;
	width: 100%;
}

p {
	line-height: 1.1em; 
	}
		
#fhwahead,
#navigation, 
#breadcrumb, 
#subnavigation, 
#subnavmenu, 
#related, 
#footer, 
#moddate, 
#hephead, 
#hepfoot, 
#prefooter, 
.docnav {
	display: none;
}

h1 {
	font-weight: bold;
	font-size: 120%;
   }
   
h2 {
	font-weight: bold;
	font-size: 115%;
   }
   
h3 {
	font-weight: bold;
	font-size: 110%;
   }
   
h4 {
	font-weight: bold;
	font-size: 15%;
	font-style: italic;
   }
   
h5 {
	font-weight: bold;
	font-size: 100%;
   }

.wideitem {
	height: auto; 
	overflow: visible; 
	max-width: 100%; 
	font-size: 7px;
	}

.datatable {max-width: 95%;}
.datatable .tight {max-width: 90%;}