* html img { /* cdigo 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; }
.emp-home { font-size:9px; }

body, table{ font-family:Verdana; font-size:12px;

scrollbar-face-color:#88C430;
scrollbar-highlight-color:#88C430;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#F0F0F0;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#88C430;
}

input,textarea,select { font-family:Verdana; font-size:10px; }
a { color:#000000; text-decoration:none; }
a:hover{ color:#000000; text-decoration:underline; }
