body {
	margin:10px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#9C942E;
	background-color: #E7E2AD;
}

img {
	border:0px;
}

div.menubutton {
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #9C942E;
	text-decoration: none;
	width:120px;
	height:20px;
	padding:2px;
	margin-bottom:3px;
	border-width:1px;
	border-color:#996600;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #EFECCB;
}
div.submenubutton {
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #9C942E;
	text-decoration: none;
	width:90px;
	height:20px;
	padding:2px;
	margin-bottom:3px;
	border-width:1px;
	border-color:#996600;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #EFECCB;
}
a.menubutton {
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C942E;
	background-color:#D9D082;
	text-decoration: none;
	width:120px;
	height:20px;
	padding:2px;
	margin-bottom:3px;
	border-width:1px;
	border-color:#996600;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
}
a.menubutton:hover {
	color:#9C942E;
	background-color: #EFECCB;
}
a.submenubutton {
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C942E;
	background-color:#D9D082;
	text-decoration: none;
	width:90px;
	height:20px;
	padding:2px;
	margin-bottom:3px;
	border-width:1px;
	border-color:#996600;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
}
a.submenubutton:hover {
	color:#9C942E;
	background-color: #EFECCB;
}
td.contentframe {
	border: 1px solid #996600;
	height:500px;
	background-color:#EFECCB;
	padding:10px;
}
.tableborder {
	border: 1px solid #996600;
}
.header {
	font-size:16px;
}