
html{
	height:100%;
	min-height:100%;
	}

body {
	margin:0;
	padding:0;
	background-color:#e8e1c6;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	height:100%;
	min-height:100%;
	font-size:1em;
	}
	
form{
	margin:0;
	}
	
h1{
	font-size:1em;
	background-color:inherit;
	color: #000000;
	padding:0.3em 0em 0.3em 0em;
	margin:0;
	}
	
h2{
	background-color:inherit;	
	color: #000000;
	font-size:1em;
	padding:0 0 0.4em 0;
	margin:0;
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, sans-serif;
	}
	
h3{
	background-color:inherit;
	color: #000000;
	font-size:0.8em;
	padding:0.3em 0 0.4em 0;
	margin:0;
	font-style:italic;
	}	
		
p{
	margin:0;
	padding:0px 0px 1.8em 0px;
	font-size:0.8em;
	line-height:1.2em;
	}
	
a {
	color:#000000;
	text-decoration:underline; 
	background-color:inherit;
	} 
	
a:hover {
	color:#000000; 
	text-decoration: none; 
	background-color:inherit;
	}
	
ul {
	margin: 4px 0 8px 0;
	}
	
	li {
		list-style-position:inside;
		list-style:square;
		margin: 0;
		font-size:0.8em;
		padding-left: 0;
		}


img{
	border:0.1em solid #9a8944;
	}
	
table.main_table td.main td.content table.contentTable {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0.1em solid #9a8944;
	font-size:0.9em;
	padding:0.3em 0 0.3em 0;
	
	}
	
table.main_table td.main td.content table.contentTable thead {
	background-color: #9a8944;
	color:#ffffff;
	}
	
table.main_table td.main td.content table.contentTable thead td {
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0.3em 0.5em 0.3em; 
	}
	
table.main_table td.main td.content table.contentTable td {
	border: 0.1em solid #9a8944;
	padding: 0.3em;
	}
	
table.main_table td.main td.content table.contentTable td p {
	text-indent: 0;
	}