body {
	margin: 0;
	background-color: #EAC67B;
}
body,td,th {
	font-family: "Courier New";
	font-size: 14px;
}
/** links **/
a:link {
	color: #CCCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #99A010; 
}
a:active {
	color: #333333;
	text-decoration: none;
}

.menubutton {
	font-size:24px;
	font-family: Monotype Corsiva;
	background-color: #E2B350;
	border-bottom: 5px solid #EAC67B;
	border-right: 20px solid #EAC67B;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.menubutton_over {
	font-size:24px;
	cursor: pointer;
	font-family: Monotype Corsiva;
	border-bottom: 5px solid #EAC67B;
	border-left: 20px solid #EAC67B;
	background-color: #E7BE69;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.rowcolor0 {
	background-color: #EAC67B;
}
.rowcolor1 { vertical-align: bottom
	background-color: #E8BF6C;
}
.textfield {
	background-color: #E8BF6C;
}
.textfield_over {
	background-color: #EAC67B;
}
.bw{
	border:1px solid #333333;
	font-weight:bold;
	background-color: #E8BF6C;
	cursor: pointer;
	padding: 3px;
}
.wb{
	border:1px solid #333333;
	font-weight:bold;
	background-color: #EAC67B;
	padding: 3px;
}
