/* Contato */
	.contato_corpo {
        font-family: verdana, ms sans serif;
		font-size: 10px;
		color: black;
	}
	.contato_titulo {
		background: #9ACA90;
        font-family: verdana, ms sans serif;
		font-weight: bold;
		font-size: 12px;
		color: darkgreen;
	}
	.contato_subtitulo {
		background: #DFEFDC;
        font-family: verdana, ms sans serif;
		font-weight: bold;
		font-size: 11px;
		color: darkgreen;
	}
	.contato_menu {
        font-family: verdana, ms sans serif;
		font-size:10px;
		color: black;
		text-decoration:none;
	}
	.contato_menu td {
		border-bottom:1px solid #9ACA90;
	}
	.contato_menu a {
		text-decoration:none;
		display: block;
		color: black;
	}
	.contato_menu a:hover {
		background-color: #13733F;
		color: white;
	}
	TEXTAREA {
		font-family: verdana, ms sans serif;
		font-size: 10px;
		color: black;
	}
	INPUT {
		font-family: verdana, ms sans serif;
		font-size: 10px
	}
	SELECT {
		font-family: verdana, ms sans serif;
		font-size: 10px
	}
	.contato_enviado {
		font-family: verdana, ms sans serif;
		font-weight: bold;
		font-size: 18px;
		color: black;
	}
/* --- */

/* NOVA BORDA */
	.bloco_anuncio {
		background-color: #C2D3B6;
		color: #000000;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border: 2px solid #AFCBAC;
		padding: 4px;
	}
/* --- */


/* Relatorios */
	.relatorio_titulo {
        font-family: verdana, ms sans serif;
		font-size:12px;
		font-weight: bold;
		color: #009933;
	}
	.relatorio_corpo {
        font-family: verdana, ms sans serif;
		font-size:11px;
		border-color: #13733F;
	}
    PRE {
        font-family: verdana, ms sans serif;
		text-align: justify;
		white-space: normal;
        font-size: 10px;
    }
/* --- */


/* Lojas - Filiais */
	.filial td {
		border-bottom:1px solid #9ACA90;
	}
	.filial_corpo {
        font-family: verdana, ms sans serif;
		font-size: 9px;
		color: black;
	}
	.filial_titulo {
		background: #9ACA90;
        font-family: verdana, ms sans serif;
		font-weight: bold;
		font-size: 12px;
		color: darkgreen;
	}
	.filial_subtitulo {
		background: #DFEFDC;
        font-family: verdana, ms sans serif;
		font-weight: bold;
		font-size: 11px;
		color: darkgreen;
	}
	.filial_link {
        font-family: verdana, ms sans serif;
		font-weight: bold;
		font-size: 12px;
	}
/* --- */



/* INDEX */
	.barra_topo {
		background: #13733F;
        font-family: verdana, ms sans serif;
		font-size:10px;
		color: white;
		font-weight: bold;
	}
	.barra_rodape {
        font-family: verdana, ms sans serif;
		font-size:10px;
		color: white;
		font-weight: bold;
	}
	.corpo {
        font-family: verdana, ms sans serif;
		font-size:10px;
		border-color: #13733F;
	}
/* --- */



/* Barra Links */
	.barra_links a {
        font-family: verdana, ms sans serif;
		font-size:10px;
		color: black;
		text-decoration:none;
	}
	.barra_links a:hover {
		color: black;
		text-decoration: overline;
	}
/* --- */




/* Noticias - Pagina RSS */
	.noticia_titulo {
        font-family: verdana, ms sans serif;
		font-size:12px;
		font-weight: bold;
		color: #009933;
	}
	.noticia_subtitulo {
        font-family: verdana, ms sans serif;
		font-size:12px;
		font-style: italic;
		color: #009933;
	}
	.noticia_texto {
        font-family: verdana, ms sans serif;
		font-size:10px;
		color: #009933;
	}
	.noticia_autor {
        font-family: verdana, ms sans serif;
		font-style: italic;
		font-size:10px;
		color: #009933;
	}
	.foto_legenda {
        font-family: verdana, ms sans serif;
		font-size:10px;
		color: black;
	}
/* --- */


/* Estatuto Social */
	.estatuto_texto {
        font-family: verdana, ms sans serif;
		font-size:12px;
	}
	.estatuto_indice {
        font-family: verdana, ms sans serif;
		font-size:14px;
		font-weight: bold;
	}
	.estatuto_capitulo {
        font-family: verdana, ms sans serif;
		font-size:14px;
		font-weight: bold;
	}
	.estatuto_secao {
        font-family: verdana, ms sans serif;
		font-size:12px;
		font-weight: bold;
	}
/* --- */


/* Paginacao */
	#coolmenu{
		background-color: #FFFFFF;
	}
	#coolmenu a{
		font: bold 9px Verdana;
		display: block;
		color: #13733F;
		text-decoration: none;
	}
	#coolmenu a:hover{
		background-color: #13733F;
		color: white;
	}
/* --- */


/* Numero de Paginas (Preto) */
    .numpg_preto {
        border:1px solid #333333;
        font-family: verdana, ms sans serif;
        color: #222222;
		font-size: 11px;
    }
	.numpg_preto a {
		font-family: verdana, ms sans serif;
        color: #222222;
		font-size: 11px;
		text-decoration:none;
		display: block;
	}
	.numpg_preto a:hover {
		background: #FFFFFF;
		color: black;
	}
/* --- */


/* Numero de Paginas (branco) */
    .numpg_branco {
        font-family: verdana, ms sans serif;
        color: white;
		font-size: 10px;
    }
    A.numpg_branco:link {
        font-family: verdana, ms sans serif;
        color: white;
        font-size:10px;
        text-decoration: underline;
    }
    A.numpg_branco:hover {
        font-family: verdana, ms sans serif;
        color: white;
        font-size:10px;
        text-decoration: overline;
    }
/* --- */

