/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
}
legend {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
body {
	background-color: #E5E3DE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
input,textarea,select  {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #666666;
}