/************************
 * Document Structure
 ************************/
.fHdr {
	font-size: 80%;
	text-align: center;
	margin-bottom: 0;
}

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;
	margin-top: 0;
}
h2 {
    font-size: 100%;
	font-weight: bold;
	margin: 2% 0 1% 0;
	text-align: justify;
}
.q {
    font-size: 100%;
	font-weight: bold;
	margin: 2% 0 1% 0;
	text-align: justify;
	font-style: italic;
}
.sub, .a {
	margin: 1% 0 0 0;
	padding: 0 2% 0 2%;
	text-align: justify;
}
ul.sub {
	margin: -0.5% 4% 1% 2%;
}
p {
	text-align: justify;
}