body {
	background:url(../imagens/bg_home.gif) repeat;
	background-color:#fff;
	scrollbar-base-color:#bbaa68;
	scrollbar-arrow-color:#836b15;			
	margin: 0;
	font-family: Arial;
	font-size:11px;
}

#div_topo {
	clip:rect(0 930px 130px 0);
}

#div_conteudo {
	width:930px;
	position:absolute;
	height: 414px;	
	top: 120px;
	padding: 18px 5px 15px 25px;
	overflow: scroll;
	overflow-x: hidden;
	z-index: 3;
	background:url(../imagens/bg_branco_930px.gif) repeat-y;
}

#div_fundo_conteudo_rodape {
	position:absolute;
	width:418px;
	height:444px;
	top: 572px;
	left: 0px;
	z-index: 6;
}

TABLE .tabela TD.titulo_Azul_df, TR.titulo_Azul_df TD {
	color: #006489;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 2px #248aaf;
}

.Titulo {color: #006489;
	font-size: 12px;

}
.bottom_azul_2px { border-bottom: solid 1px #248aaf;
}

TABLE .tabela TD {
	padding: 3px;
	border-bottom: solid 1px #c9d7e0;
	background-color:#ecf3f8;
}

TABLE .tabela {
	border-collapse: collapse;
}

TD.total, TR.total TD {
	color: #000;
	font-weight: bold;
}

TD.numeros, TR.numeros TD {
	text-align: right;
}
.subtitulo_bottom {
	color: #248aaf;
	font-size: 11px;
	border-bottom: solid 1px #248aaf;
}

TD.titulo_td, TR.titulo_td TD {
	background-color: #00749c;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #006489;
}

TD.subtitulo, TR.subtitulo TD {
	font-size: 12px;
	font-weight: bold;
}

.subtitulo {
font-size: 11px;
color: #006489;

}

TD BLOCKQUOTE {
	margin: 0 0 0 10px;
	text-align:LEFT;
}

TD BLOCKQUOTE P {
	display: inline;
}


.link { font-size: 12px; 
color: #248aaf; 
text-decoration: none 
}

.legenda {  font-family:Arial;
			font-size:10px;
}

@media print {

	#div_topo, #div_quadrado {
		display: none;
	}
	
	#div_conteudo {
		margin-left: 0px;
	}
}