@charset "utf-8";
/* CSS Document */
* html img {
filter:expression(
this.alphaxLoaded ? "" :
(
this.src.substr(this.src.length-4)==".png"
?
(
(!this.complete)
? "" :
this.runtimeStyle.filter=
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
String(this.alphaxLoaded=true).substr(0,0)+
(this.src="images/blank.png").substr(0,0)
)
:
this.runtimeStyle.filter=""
)
);
}
h1 {
	width:342px;
    height:26px;
    background:url("images/tit_cadastre.gif") no-repeat;
    }
	
.busca {
	width: 295 px;
	background-color:#320915;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-bottom-color: #320915;
	text-align: justify;
}
