.texto {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: justify;
}
.texto_normal {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.titulo {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 12px;
	color: #F60;
	text-decoration: none;
}
.link {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.link_branco {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.formulario {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #F2F2F2;
	background-repeat: repeat;
	background-image: url(../img/fundo_form.jpg);
	border: thin solid #F2F2F2;
}
.botao {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666;
	font-weight: bold;
	border: thin solid #333;
	cursor: hand;
}

