/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-color:transparent !important; 

}

#topo{
background:url(cont_top.gif) no-repeat 58px; 
width:100%;
height:77px;
color:#FFFFFF;
}

#conteudo{
	width:100%;
	background:url(cont_lateral.gif);
	margin:0px;
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}

#conteudo img{
margin-left:3px;
}

#conteudo #textos{
padding-left:70px;
padding-right:20px;

}

#rodape{
	width:100%;
	height:26px;
	background:url(cont_rodape.gif) no-repeat 56px;
	margin-top:-2px;
}

.textos, .textos table tr td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#titulo{
color:#ab1525;
font-weight:bolder;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;		
}



