/* Menu */
	.menu a {
		background: #13733F;
        font-family: verdana, ms sans serif;
		font-size:12px;
		color: white;
		text-decoration:none;
		display: block;
	}
	.menu a:hover {
		color: black;
		background: #9ACA90;
	}
	td.menu {
		background: #9ACA90;
	}
	.form_menu {
        font-family: verdana, ms sans serif;
		font-size: 10px;
	}
	.menu_titulo {
		background: #003300;
        font-family: verdana, ms sans serif;
		font-weight: bold;
		font-size: 10px;
		color: white;
	}
/* --- */

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


/* 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;
	}
	.corpo_titulo {
        font-family: verdana, ms sans serif;
		font-size:14px;
		font-weight: bold;
		color: #009933;
	}
	.corpo_texto {
        font-family: verdana, ms sans serif;
		font-size:10px;
		color: #009933;
	}
	.tabela_titulo {
		background: #9ACA90;
        font-family: verdana, ms sans serif;
		font-weight: bold;
		font-size: 12px;
		color: darkgreen;
	}
	.tabela_subtitulo {
		background: #DFEFDC;
        font-family: verdana, ms sans serif;
		font-weight: bold;
		font-size: 11px;
		color: darkgreen;
	}
/* --- */


/* Jornal e Noticias */
	.jornal_titulo {
        font-family: verdana, ms sans serif;
		font-size:14px;
		font-weight: bold;
		color: #009933;
	}
	.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;
	}
/* --- */

/* Jornal e Noticias */
	.dolar {
        font-family: verdana, ms sans serif;
		font-size: 10px;
		color: white;
	}
	.dolar_titulo {
		font-weight: bold;
		font-size: 10px;
		color: white;
		background: #13733F;
		padding-left: 2px;
	}
	.dolar_texto_esq {
		color: #003300;
		border-bottom: 1px solid #88B37E;
		padding-left: 6px;
	}
	.dolar_texto_dir {
		color: #003300;
		border-bottom: 1px solid #88B37E;
		padding-right: 6px;
	}
/* --- */

/* 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;
	}
/* --- */