.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;
}
.chamada {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 10px;
	color: #666;
	text-align: center;
	text-decoration: none;
}
.topo {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.titulo {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 12px;
	color: #990000;
	text-decoration: bold;
}
.link {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.link_azul {
	font-family: arial, "trebuchet MS", helvetica;
	font-size: 10px;
	color: #333;
	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;
	border: thin solid #CCC;
}
.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;
}

