body {
	margin: 0 0 0 0;
	background-color: #b8dcb2;
	font-family: Verdana, Arial; 
	font-size:10pt;
	/*
	background-image: url(../img/fundo.jpg);
	background-repeat: no-repeat;
	*/
	background-image:url(../img/fundo_externo.jpg);
	background-repeat:repeat;
}

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;
	border: #000000 solid 1px;
}

#topo { 
	background-image: url(../img/topo.jpg);
	background-repeat:no-repeat;
	position: relative;	
	width: 100%; 
	height: 120px;
}

#indice { 
	position: relative;
	width: 100%; 
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:#008400;
	color:#FFFFFF;
	font-weight:bold;
	height:26px;
}

#conteudo { 
	position: relative;	
	float: right;
	width: 730px;
	min-height:380px;
	padding-right:25px;
	padding-top:20px;
	padding-left:25px;
	padding-bottom:20px;
}

#rodape { 
	position: relative;	
	clear:both;
	width: 100%; 
	border-top: #000000 solid 1px;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#008400;
	color:#FFFFFF;
}

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: #336699; }
a:link { color: #336699; text-decoration: none; }
a:hover { color: #336699; text-decoration: none; cursor: hand; color: #FF9900; }


ul#menu_horizontal {
	list-style: none;
	
	margin: 0 0 0 -1px;
	padding: 0;
	/*width: 780px;
	padding-top:10px;*/
}
ul#menu_horizontal li{
	float: left;
}
ul#menu_horizontal li a{
	display: block; 
	width: 155px; 
	text-align: center; 
	color: #FFFFFF;
	border-left: 1px solid #000000;
	padding-top:5px;
	padding-bottom:5px;
}
ul#menu_horizontal li a:hover{ 
	color: #000000;
	text-decoration: none; 
	background-color: #80FF80;
}

#lista_artigos {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
#lista_artigos li {
	margin-bottom: 15px;
	margin-left:0;
	padding-left:0;
	font-weight:bold;
}
#lista_artigos li a:hover {
	text-decoration:underline;
}
.artigo_data {
	font-size:7pt;
	color:#999999;
	font-weight:normal;
}

#pg_artigo h1.titulo {
	font-size:15pt;
	color:#333333;	
}
#pg_artigo p.data_e_autor {
	font-size:8pt;
	color:#999999;
}
#pg_artigo p.texto {
	text-align:justify;
}
#pg_artigo p.fonte {
	font-size:8pt;
	color:#666666;
}
