/* CSS Document */
BODY {
font-family: tahoma;
background-color: #e2efcf;
}
a:link {  color: #326960; text-decoration: none}
a:visited {  color: #326960; text-decoration: none}
a:hover {  color: #449284; text-decoration: underline}
a:active {  color: #449284; text-decoration: underline}



.cabec {
	font-size: 5pt;
}

.rodape {
	font-family: tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #e87817;
	padding: 5px;
}
.resultado_consulta {
	font-family: tahoma;
	font-size: 8pt;
	padding: 3px;
}
.table_consulta{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.cabec_resultado_consulta{
	padding: 3px;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	margin: 2px;
}
.td_resultado_consulta {
	padding: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.cabec_titulo {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}
.sub_titulo {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #449284;
	padding-top: 5px;
}
.lateral_esquerda{
	padding-right: 10px;
}
.texto {
	font-family: tahoma;
	font-size: 10pt;
}
.detalhes_imovel {
	font-family: tahoma;
	font-size: 9pt;
	color: #449284;
	padding: 2px;

}
.detalhes_caixa {
	font-family: tahoma;
	font-size: 9pt;
	padding: 2px;
	border: 1px solid #666666;
	color: #333333;

}
.detalhe_botao {
	font-family: tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #449284;
	border: 1px solid #000000;;
}
.index_table {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.index_td {
	padding: 2px;
	font-family: tahoma;
	font-size: 8pt;
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.index_texto{
	font-family: tahoma;
	font-size: 8pt;
	color: #006600;
	padding: 2px;
	
}
.index_caixa {
	font-family: tahoma;
	font-size: 8pt;
	padding: 2px;
	border: 1px solid #666666;
	color: #333333;

}
.index_botao {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #449284;
	border: 1px solid #000000;;
}

.sub_titulo2 {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	background-color: #449284;
}
