body#maistv{
  background-image: url(../imgs/bg_topo.png);
  background-repeat: no-repeat;
}
body#nitro{
  background-image: url(../imgsmenu/bg_topo_nitro.png);
  background-repeat: no-repeat;
}
body#maisfone{
  background-image: url(../imgsmenu/bg_topo_maisfone.png);
  background-repeat: no-repeat;
}
body#central_ass{
  background-image: url(../imgs/bg_topo.png);
  background-repeat: no-repeat;
}
div#assNav{
  xfloat: left;
  padding: 20px 0px 0px 9px;
  width: 135px;
  height: 310px;
}
/* Define o tamanho da tag <p> para que fique igualmente espaçados do IE e Mozilla */
div#assNav p{
  padding: 20px 0px 0px 0px;
  margin:  0px 0px 0px 0px;
  
}

div#central_lefttop{
  xfloat: left;
  height: 143px;
}

div#central_center{
  width:95%;
  _width:97%;
  padding-left:10px;
}

div#central_right{
  xfloat: left;
  padding: 5px 0px 0px 0px;
  _padding: 70px 0px 0px 0px;
  width: 155px;
}



div#central_tit{
  /*xfloat: right;*/
  text-align:right;
}
div#central_int{
  xfloat: none;
  padding-top: 5px;
  font-size: 11px;
  
  
}
div#central_int td{
  font-size: 11px;
  
}
div#central_int b{
  color: #555025;
}

div#central_int a{
  color: #555025;
	text-decoration : none;
}
div#central_int a:hover{
	text-decoration : underline;
}

/* TABELA DE FATURAS */
	.faturas{
		background-color: #ACACAC;
	}
	.fat_legenda{
		background-color: #333333;
	}
	.fat_tr{
		background-color: #FFFFFF;
	}
	.fat_tr_td{
		text-align: center;
	}
	dgExtratos{
		text-align: center;
	}

/* FORMS ELEMNTS */
	.central_input{
	  border: 1px solid #333333;
	  font-family : Arial, Helvetica, sans-serif;
	  margin: 0px 0px 0px 0px;
	  background-color: #FFFFFF;
	  font-size : 9px;
	  color : #333333;
	}
