@charset "utf-8";
/* CSS Document */

<!--
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
-->
* 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="imagens/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
/*FONTES*/
.rodape{
	color:#999999;
	text-align:center;
	padding-top:5px;
}
.cinza{
	color:#666666;
	}
.bold{
	font:bold;
	}
.fonte11{
	font-size:11px;
}
.lateral{
padding:5px;
text-align:justify;
}
/*ESTRUTURA*/
.logoWeb{
padding-right:5px;
}
#menu img{
	padding-top:5px;
	}
.formAcompanhe{
	border:none;
	height:14px;
	background:url(imagens/buscafundo.jpg);
}
.formSelect{
	height:20px;
	width:380px;
	border:#CCCCCC 1px solid;
	font-size:11px;
}