body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: beffbd;
	padding: 0px;
	border: 0px;
	margin: 0px;
}
table {
	border: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, sans-serif;
}
div.header {
	width: 100%;
	border-bottom: solid 2px #008000;
}
div.menu {
	display: none;
}
div.maindoc {
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	border: none;
	top: 2em;
	left: 0em;
	overflow: visible;
	height: auto;
}
a:hover {
	text-decoration: none;
}
col.forimg {
	width: 110px;
}
col.forlinks {
	width: 0px;
	display: none;
}
tr.buttons {
	display: none;
}