@charset "utf-8";
/* CSS Document */

@page {
	margin: 0.5in;
}
a:link, a:visited {
	color: #39F;
	text-decoration: none;
}
body {
	font-family: Courier New, Courier, monospace;
	line-height: 12px
}
h1 {
	font-size: 16px;
}

h3 {
	font-size:14px;
}
.bar {
	text-align: center;
}
.bioimg {
	float:left; 
	margin: 0 15px 15px 0;
	padding: 5px;
}
.contents table  {
	border-width: thin;
	border-style: outset;
	border-spacing: 0;
	border-color: black;
}
.contents table td {
	border-width: thin;
	border-style: inset;
	border-spacing: 0;
	border-color: black;
	padding: 5px;
}
.contents table tr {
	page-break-inside: avoid;
}
#IEroot .contents table tr {
}
.label {
	font-size: 12px;
	font-weight: bold;
	width: 350px;
	font-family: "Times New Roman", Times, serif;
	display: inline
}
.nav {
		display: none;
}
.subunittitle {
	font-weight: bold;
	font-size: 12px;
	margin-left: 40px;
	
}
.text {
	font-size: 12px;
	width: 100%; 
	margin: 0; 
	float: none;
}
.unittitle {
	font-weight: bold;
	font-size: 12px;
	display:inline;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#inventory {
	font-size: 12px;
	width: 100%; 
	margin: 0; 
	float: none;
}
#TOC {
	display: none;
}
