body, table, tr, td {
	font: 10px Tahoma;
	color: #8E844A;
	text-decoration: none;
}
body {
	font-family: Tahoma;
	font-size: 10px;
	color: #8E844A;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #CEC400;
	font-family: Tahoma;
	font-size: 10px;
	background-color: #FAFAF8;
	border: none;
}
a:hover {
	color: #5F5927;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	border: none;
	background-color: #B1A769;
}
input, textarea, option, select {
	background-color: #B1A769;
	font: bold 8pt Tahoma;
	color: #5F5927;
	border: 1px double #5F5927;
	padding:0px; }

