/************************
 * Document Structure
 ************************/
h1, h2, h3, h4, h5, h6 {
    color: black;
    background: white;
    clear: left;
    font: 100% Arial, Helvetica, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 {
    text-align: center;
	font-size: 150%;
	letter-spacing: 0.1em;
}
h2 {
    font-size: 120%;
	border-bottom: 1px solid black;
	padding: 0;
	margin-bottom: 0;
}
h3 {
    font-size: 100%;
	font-weight: bold;
	padding: 0;
	margin: 1% 2% 0 2%;
}
.sub {
	margin: 0.5% 4% 1% 4%;
	text-align: justify;
}
table.sub {
	width: auto;
}
.sub2 {
	margin: 0% 4% 2% 6%;
	text-align: justify;
}
