

body {
	margin: 0px;
	padding: 0px;
	background: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
}

a {
	color: #c08719;
	font-weight: bold;
}

ul {
	/* color: #4a5637; */
	margin-top: 10px;
}

img {
	border-width: 0px;
}


img.borderimg {
	border-width: 1px;
	border-style: solid;
	border-color: #4a5637;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #4a5637;
	font-size: 22pt;
}

h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #4a5637;
	font-size: 15pt;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #4a5637;
	font-size: 12pt;
}

p {
}

div.bigtext {
	font-size: 13pt;
	font-weight: bold;
	color: #4a5637;
	text-align: justify
	border-style: solid;
	border-width: 1px;
}


table {
	margin: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #4a5637;
}

table.noborder {
	margin: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #4a5637;
}

td {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #4a5637;
}

td.noborder {
	padding: 3px;
	border-width: 0px;
}


div.indentdiv {
	margin-left: 16px;

}

#logosmall {
	display: none;
}

#backto {
	display: none;
}

#main {
	position: relative;
	left: 0px;
	top: 0px;
}

#title {
	display: none;
}

#border {
	display: none;
	position: absolute;
	left: 15px;
	top: 10px;
	z-index: 10;
}

#sidebar {
	display: none;
	position: absolute;
	left: 15px;
	top: 200px;
	width: 178px;
	height: 284px;
}


#buttons{
	display: none;
	position: absolute;
	left: 40px;
	top: 230px;
}

