/* CSS Document */

.texto {
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #000000;
}

.texto a:link, .texto a:visited{
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #702E64;
	text-decoration: none;
	font-weight: bold;
}

.texto a:hover{
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #702E64;
	text-decoration: underline;
	font-weight: bold;
}

.topo_rodape {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

.topo_rodape a:link, a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.topo_rodape a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.dados {
	font-family: Calibri, Arial;
	font-size: 18px;
	color: #FE70B7;
	font-weight: bolder;
}

.chamada {
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #FE0E86;
	font-weight: bolder;
}

ul {
	display: inline;
}

li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
	text-align: center;
	line-height: 19px;

}

.rodape {
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
 .rodape a{
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.rodape a:hover{
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.titulo {
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #69325A;
	font-weight: bold;
}
.titulo_maior {

	font-family: Calibri, Arial;
	font-size: 16px;
	color: #69325A;
	font-weight: bold;
}

