.texto {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.titulo {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.link {
	font-family: Tahoma, arial, verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.link_branco {
	font-family: Tahoma, arial, verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.formulario {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../img/fundo_caixa_form.jpg);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.botao {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B2D73A;
	font-weight: bold;
	border: thin solid #009900;
	cursor: hand;
}
