@charset "iso-8859-1";
/* CSS Document */

body {
	background: #ffffff;
	margin: 0;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
	text-align: center;
}

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #0a280a;
	font-size: 11px;
	font-weight: bold;
	line-height: 2.0em;
}

#menu li a {
	display: block;
	color: #0a280a;
	text-decoration: none;
	width: 140px;
	text-indent: 5px;
}

#menu li a:hover {
	color: #ffffff;
	background: #218907;
}

#rodape a:link, #rodape a:active, #rodape a:visited {
	color:#FFFFFF;
	font-weight:bold;
}

#rodape a:hover{
	text-decoration:underline;
	color:#CCCCCC;
}

.topo {
	background: url(../img/topo_fundo.gif) #ffffff;
	height: 84px;
	color: #509650;
	top: 10px;
	line-height: 1.3em;
}

.topo#titulo {
	font-size: 20px;
	font-weight: bold;
	background: #ffffff;
}

.topo#subtitulo {
	font-size: 14px;
	font-weight: bold;
	background: #ffffff;
}

.topo#lateral {
	font-size: 14px;
	font-weight: bold;
	background: #ffffff;
}

.noticias {
	height: 60px; 
	background: url(img/topo_noticias.gif) no-repeat;
}

.noticias#topo {
	height: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 3.8em;	
}

.noticias#imagem {
	width: 100px;
	height: 75px;
	float: left;
	margin-right: 10px;
}

.noticias#texto {
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 90px;	
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;		
}

.noticias#texto a {
	color: #0a280a;
	text-decoration: none;
}

.noticias#texto a:hover {
	color: #0a280a;
	font-weight: bold;
	text-decoration: underline;
}

.destaques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;		
}


.destaques a {
	color: #0a280a;
	text-decoration: none;
}

.destaques a:hover {
	color: #0a280a;
	font-weight: bold;
	text-decoration: underline;
}

.menu {
	float: left;
	width: 140px;	
}

.conteudo {
	float: left;
	width: auto;
	background: #ffffff;
	padding: 10px;
}

.anuncios {
	float: left;
	width: 230px;
	height: auto;
	background: #ffffff;
	padding: 10px 10px 10px 10px;
	border:#218907 1px dashed;
}

.rodape {
	width: 100%;
	height: 100%;
	float: left;
	background: #1B8102;
	color: #ffffff;
	line-height: 1.3em;
	margin-top: 10px;
}
.topo_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #218907;
	line-height: 190%;
}
.texto_sub {
	font-family: Trebuchet MS; 
	font-size: 12px;
	color: #000000;
	text-align:left;
}
.campo {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border:1px groove #CCCCCC;
	background-color:#FFFFFF;
}
.botao_ok {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;	
	border:0px #efefef;
	border-style: solid;
	color: #FFFFFF;
	background:#006600;
}