body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #A3A37A;	
	}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	font-color: #fff;
	}

 
 h2 {
	font-family: font-family: Avenir, "Lucida Grande", "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
	font-size: 1em;
	margin: .2em 0em 1.2em 0em;
	font-weight: normal;
	color: #ffffff;
	background-color: #003300;
	}
	
h3 {
	font-size: 1.4em;
	
	font-weight: normal;
	color: #ffffff;
	
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	background-color: #003300;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}

strong, b {
	font-weight: bold;
	}
	
.contents {
  padding-top: 1px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 30px;
  text-indent: -14px;
}

.pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #6C460E;
	font-weight: bolder;
}

.pages p{
line-height: .8
em;
}

.pages a {
	text-decoration: underline;
	color: #212119;
	}
.pages a:link {
	}
.pages a:visited {
	color: #4E4E3B;
	}
.pages a:active {
	}
.pages a:hover {
	background-color: #000000;
	color: #DFDFA7;
	}
	
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.2em;
}
	
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #A3A37A;
	color : #000000;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-weight: bold;
	}
.note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.2em;
	text-align: left;
}

