body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #3d3d3d;
	background-color:#f9f8f8;
	background-image:url(../img/bg.jpg)
}
body, input, select, button, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#topo {
	background-color:#FFF;
	/*background-image:url(../img/bg_topo.jpg);*/
	background-repeat: no-repeat;
	align:center;
}
#conteudo {
	background-color:#FFF;
	align:center;

}

#rodape {
	background-color:#FFF;
	background-image:url(../img/bg_rodape.jpg);
	background-repeat: no-repeat;
	align:center;
	height:14px;
}
#footer{
	text-align:center;
	padding-top:8px;
	font-size:12px;
}
#footer a {
	color:#1C5278;
	font-size:12px;
	text-decoration:none;
}

#topo a {
	color:#1C5278;
	font-size:14px;
	text-decoration:none;
	font-family:Arial;
}
#tabela_menu{
	background-color:#222;
	border:1px solid #666;
	color:#FFF;
	font-family:Tahoma;Georgia, 'Times New Roman', Times, serif;
	padding:5px;
	background:url(../img/barrabg.jpg)	;
	font-size:13px;
}
#menutopo ul{
	list-style:circle;
	margin:0px;
	padding:0px;
}
#menutopo li{
	padding:0px 7px 0px 5px;
	display:inline;
}
#menutopo  a{
	text-decoration:none;
	color:#f1f1f1;
}
#menutopo a:hover{
	text-decoration:underline;
	color:#fff;
}
.div_indice{
	width:230px;
	float:left;
}
