div#cover {
        width: auto;
        margin: auto;
        text-align: center;
        font-weight: normal;
        font-variant: small-caps;
        color: black;
        }
        
div#cover p {
        font-size: 1.6em;
        }

div#cover h1 {
        color: black;
        font-size: 2em;
        }   

H1, H2, H3, H4, H5, H6 {

	font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
        color: rgb(00,00,102); 
	font-weight: normal;
	}
									
h1 { 
	text-align: center; 
	font-size: 1.4em;
	font-variant: small-caps;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1em;
	margin-left: 3em;
	}

h4 {	
	font-size: 1em;
	margin-left: 5em;
	}

h5 {
	font-size: 1em;
	margin-left: 6em;
	}
/*.line { text-decoration: underline; }*/
.line td { text-decoration: underline; padding-top: 1em;}
.appen {
	margin-left: 1.2em;
	}
	
h2.appendix {
	margin-top: 2em;
	padding-top: 2em;
	border-top: solid 1px navy;
	text-align: center;
	}
	
table { 
	border-collapse: collapse; 
	}
dd, dl {
	margin-bottom: 1em;
	}

ol.paren1  li {
	list-style-type: none; 
	margin-left: 3em;
	
	}
	
ol.parena li {
	list-style-type: none; 
	margin-left: 2em;
	}
	
ol.paren_low_roman  li {
	list-style-type: none; 
	margin-left: 5em;
	
	}
.float {
	display: block;
	float: left;
	margin-left: -3em;
	}	
p.parena {
	text-indent: 3em;
	}
p.paren1 {
	text-indent: 6em;
	}
p.paren_A {
	text-indent: 9em;
	}
p.fake_h3 {
	text-indent: 3em;
	}
p.fake_h4 {
	text-indent: 5em;
	}
p.fake_h5 {
	text-indent: 7em;
	}
.contents {
	text-align: center;
	color: navy;
	font-size: 1.3em;
	margin: 1em 0 1em 0;
	}
.checklist { 
	margin-left: 5em; 
	}
.checklist span { 
	display: block;
	float: left;
	margin-left: -5em;
	}