.fundo_topo {
	background-image: url(../imagens/fundo_topo.jpg);
	background-repeat: no-repeat;
}
.rodape {
	background-image: url(../imagens/rodape.gif);
	background-repeat: repeat-x;
}
.pontilhado {
	background-image: url(../imagens/pontilhado.gif);
	background-repeat: repeat-y;
}
.fundo_not_index {
	background-image: url(../imagens/fundo_repete_not_index.gif);
	background-repeat: repeat-y;
}
.textogeral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F7071;
	text-decoration: none;
}
.fundo_eventos_index {
	background-image: url(../imagens/fundo_repete_eventos_index.gif);
	background-repeat: repeat-y;
}
.linha {
	background-image: url(../imagens/linha.gif);
	background-repeat: repeat-x;
}
.fundo_secundario {
	background-image: url(../imagens/fundo_secundario.jpg);
	background-repeat: no-repeat;
}
.fundo_gambiarra_index {
	background-image: url(../imagens/fundo_gambiarra_index.jpg);
	background-repeat: no-repeat;
}
.fundo_gambiarra_secundaria {
	background-image: url(../imagens/fundo_gambiarra_secundaria.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.campo_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f5f5f5;
	border: 1px solid #999999;
	color: #114972;
}
a:link {
	color: #6F7071;
	text-decoration: none;
}
a:visited {
	color: #6F7071;
	text-decoration: none;
}
a:hover {
	color: #114972;
}
a:active {
	color: #6F7071;
	text-decoration: none;
}
