.texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #723D2E;
}
.textoGrande {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #BA703F;
	font-variant: normal;
	font-weight: normal;

}
.textoBold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #723D2E;
	font-weight: bold;

}
a:link {

	color: #723D2E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;



}
a:hover {
	color: #D3A07E;
	text-decoration: underline;
}
.combo {
	background-color: #F9F0ED;
	border: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #723D2E;

}
.borda {
	border: 1px solid #F9F0ED;
}
