body{
 	background: url("../img/bg.jpg");
  	background-color: #54A7D1;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	scrollbar-face-color: #e2e2e2;
  	scrollbar-track-color: #f4f4f4;
 	scrollbar-arrow-color: #06334b;
 	scrollbar-shadow-color: #f4f4f4;
  	scrollbar-3dlight-color: #f4f4f4;
  	scrollbar-highlight-color: #f4f4f4;
  	scrollbar-darkshadow-color: #f4f4f4;
}
.barra_titulo{
	background-image:url(../img/titulo_barra.jpg);
	background-repeat:repeat-x;
	height:10px;
	background-position:top;
	}
td{
   color: #000000;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.form{
   color: #000000;
   background-color: #F5F6F5;
   border: 1px solid #D9DBD8;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.formbt{
   color: #5F5F5F;
   background-color: #F5F5F5;
   border: 1px solid #5F5F5F;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.nav{
   color: #0099FF;
	font-size: 14px;
	letter-spacing: 2px;
   text-decoration: none;
}
.nav:hover{
   color: #FF0000;
   text-decoration: underline;
}
.nav2{
   color: #000000;
   text-decoration: none;
}
.nav2:hover{
   color: #0099FF;
   text-decoration: underline;
}
.navcat{
   color: #000000;
	font-size: 11px;
	letter-spacing: 1px;
   text-decoration: none;
}
.navcat:hover{
   color: #0099FF;
   text-decoration: underline;
}
.td_bg{
   background: url("../imgs/bg_body.png");
}
.td_bgm{
   background: url("../imgs/bgm_body.png");
}
img{
  border: none;
  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="imgs/px.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
.rodape{
	background-image:url(../img/rodape.jpg);
	background-repeat:repeat-x;
	height:30px;
}
#tooltip {
	display:none;
	position: relative;
	left: 50%;
	margin-left:-175px;
}
#msg {
	font-size: 16px;
	color: #4a4a4a;
	font-weight: bold;
}