body {
	text-align: center;
	background-color: #336600;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 10pt;
}

#container {
	background-color: #fefaef;
	margin-top: 0px;
	margin: 0 auto;
	width: 80%;
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#main {
	clear: both;
	background-color: #fefaef;
	background-repeat: repeat-y;
	float: left;
	overflow: visible;
	margin-top: 0px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

a:link {
	color:gray;}
	
a:hover {
	color:gray;}
		
a:visited {
	color:gray;}

a:active {
	color:gray;}

h1 {
	font-family: Arial, sans-serif;
	font-size: 32pt;
	color: #336600;
	text-align: center;
}

h2 {
	font-family: Arial, sans-serif;	
	font-size: 24pt;
	color: #336600;
	text-align: left;
}

h3 {
	font-family: Arial, sans-serif;	
	font-size: 24pt;
	color: #336600;
	text-align: left;
}

p {
	font-family: Arial, sans-serif;	
	font-size: 12pt;
	font-weight: bold;
	color: #336600;
	align: justify;
}

.caption {
	font-family: Arial, sans-serif;	
	font-size: 10pt;
	color: #336600;
	align: justify;
}

.caption-small {
	font-family: Arial, sans-serif;	
	font-size: 8pt;
	color: #336600;
	align: justify;
}

img {
	max-width: 100%;
}

table {
	max-width: 100%;
}