a {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input {
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background : #e5d6a1;
	border-color : #000000;
	border-style: solid;
	border-width: medium;
}

select {
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background : #e5d6a1
}
textarea {
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background : #e5d6a1;
	border-color : #000000;
	border-style: solid;
	border-width: medium;
}
