* html img { /* código para usar PNG com fundo transparente. */

	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="pics/blank.gif").substr(0,0)):this.runtimeStyle.filter=""));

}

img { border:none; }

/* FORMS */

.dados {
font:11px Verdana;
color:#5D5D5D;
}

input.dados {
padding:2px 0 0 5px;
height:16px;
border:1px solid #666;
margin:0px 0 5px 0;
}

textarea.dados {
border:1px solid #666;
margin:0 0 5px 0;
padding:0 0 0 5px;
}

select.dados {
border:1px solid #666;
height:16px;
margin:0 0 5px 0;
padding:0 0 0 1px;
}

body, table{
font:11px Verdana;
color:#333;
line-height:16px;
text-align:justify;	
}

object {outline:0;}

a {
outline:0;
color:#0a990e;
text-decoration:none;
}

a:hover {
color:#0a990e;
text-decoration:underline;
}

#rodape {
position:absolute;
margin:55px 0 0 80px;
font-size:11px;
color:#000;
line-height:12px;
z-index:2;
}

#rodape span { font-size:14px; }

#interativa {
position:absolute;
margin-top:77px;
margin-left:820px;
z-index:6;
}

#conteudo {
width:681px;
height:255px;
}

html > body #conteudo { height:auto; min-height:255px; }

#home {
width:681px;
height:471px;
background:url(pics/gambi.jpg) no-repeat bottom;
}

html > body #home { height:auto; min-height:471px; }


