@charset "utf-8";
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}
.style2 a {
	color: #555555;
	text-decoration: none;
}
.style2 a:hover {
	color: #627752;

}
.style3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
.style3 a {
	color: #555555;
	text-decoration: none;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #CCD9B7;
	border: 1px outset #8AA857;
	width: 210px;
	height: 100px;
}
.texfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #CCD9B7;
	border: 1px outset #8AA857;
	width: 210px;
	height: 20px;
}
.enviar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #CCD9B7;
	border: 1px outset #8AA857;
	width: 80px;
	height: 20px;
}
