body {
	background-color: #F9C609;
	margin: 0px;
}

td {
	font-family: Arial;
	font-size : 12px;
	color: #000000;
}
input {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}
input.text {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}
textarea { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
	background-color: #FFFfff; 
}
select { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #666666;
	background-color: #FFFfff; 
}
a.menu {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #326212;
}
a.menu:link {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #326212;
}
a.menu:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #2D95B3;
}

a.menu:active {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #326212;
}