@charset "iso-8859-1";
/* CSS Document */
td

{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}
a:link {
	text-decoration: none;
	text-shadow:Black;
	color:#797259 ;
	font-size:12px;
	font-family: arial;
	
}
a:visited {
	text-decoration: none;
	text-shadow:Black;
	color:#797259 ;
	font-size:12px;
	font-family: arial;
	
}
a:hover {
	text-decoration: none;
	text-shadow:Black;
	color:#797259 ;
	font-size:12px;
	font-family: arial;
	
}
a:active {
	text-decoration: none;
	text-shadow:Black;
	color:#797259 ;
	font-size:12px;
	font-family: arial;
	
}
.input
{
background-color:transparent;
border:1px solid #000000;
font-family:Arial;
font-size:12px;
width: 200px;
maxlength:100;
}
.textbox
{
background-color:transparent;
border:1px solid #000000;
font-family:Arial;
font-size:12px;
width: 200px;
maxlength:100;
}
select
{
background-color:transparent;
border:1px solid #000000;
font-family:Arial;
font-size:12px;
width: 200px;

}
textarea {

	font-family: Arial;
	font-size: 12px;
	height: 100px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #232323;
	border-bottom-color: #232323;
	border-left-color: #000000;
	color: #010101;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: transparent;
}