body {
	margin: 0 0 0 0;
	background-color: #b8dcb2;
	font-family: Verdana, Arial; 
	font-size:10pt;
	background-image:url(../img/fundo_externo.jpg);
	background-repeat:repeat-x;
	background-color:#fcff00;
}

p, table { 
	font-family: Verdana, Arial; 
	font-size:10pt; 
}

td {
	vertical-align:top;
}

#geral {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 780px; 
	left:50%; 
	margin-left:-390px;
	background-color:#FFFFFF;
	background-image:url(../img/fundo_meio.gif);
	background-repeat:repeat-y;
}

#topo { 
	background-image: url(../img/topo.jpg);
	background-repeat:no-repeat;
	position: relative;	
	width: 100%; 
	height: 200px;
}

#indice { 
	position: relative;
	width: 776px; 
	color:#FFFFFF;
	font-weight:bold;
	height:26px;
	padding-left:4px;
}

#conteudo { 
	position: relative;	
	float: right;
	width: 730px;
	min-height:380px;
	padding-right:25px;
	padding-top:20px;
	padding-left:25px;
	padding-bottom:40px;
}

#rodape { 
	position: relative;	
	clear:both;
	width: 100%;
	height:30px;
	border-top: #000000 solid 1px;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../img/rodape.gif);
	background-repeat:no-repeat;
}

p.voltar { text-align:center }
.titulo { 
	text-align:left; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF8000;
}

#pg_home p {
	text-align:justify;
}

a { text-decoration: none; color: #0000CC; }
a:link { color: #0000CC; text-decoration: none; }
a:hover { color: #009900; text-decoration: none; cursor: hand; }


ul#menu_horizontal {
	list-style: none;
	
	margin: 0 0 0 0;
	padding: 0;
	/*width: 780px;
	padding-top:10px;*/
}
ul#menu_horizontal li{
	float: left;
}
ul#menu_horizontal li a{
	display: block; 
	width: 96px; 
	text-align: center; 
	color: #FFFFFF;
	border-left: 1px solid #000000;
	background-color:#008400;
	padding-top:7px;
	padding-bottom:7px;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
}
ul#menu_horizontal li a:hover{ 
	color: #000000;
	text-decoration: none; 
	background-color: #80FF80;
}


#lista {
	list-style-image:url(../img/li_verde.gif);
	list-style-position: outside;
	padding-left:0;
	margin-left:20px;
}
#lista li {
	margin-bottom: 4px;
}

#lista_amarelo {
	list-style-image:url(../img/li_amarelo.gif);
	list-style-position: outside;
	padding-left:0;
	margin-left:20px;
}
#lista_amarelo li {
	margin-bottom: 4px;
}