/* Estilos padronizados do HTML */
body      {
    scrollbar-3d-light-color: gray;
    scrollbar-arrow-color:gray;
    scrollbar-base-color:white;
    scrollbar-dark-shadow-color:gray;
    scrollbar-face-color:white;
    scrollbar-highlight-color:white;
    scrollbar-shadow-color:gray;

    margin: 0px 0px 0px 0px;

 }


A.menu:link    {color:   red; font-family: Verdana; font-size: 12; text-decoration: none; font-weight: bold}
A.menu:visited {color:   red; font-family: Verdana; font-size: 12; text-decoration: none; font-weight: bold}
A.menu:active  {color:   red; font-family: Verdana; font-size: 12; text-decoration: none; font-weight: bold}
A.menu:hover   {color: white; font-family: Verdana; font-size: 12; text-decoration: none; font-weight: bold}


/* Estilos da aplicação */
.texto  { font-size: 11; color: gray; font-family: Verdana; text-align: justify; }
.titulo { font-size: 14; color: gray; font-family: Verdana; text-align: justify; }
.texto_titulo_centralizado  { font-size: 14; color: black; font-weight: bold; text-align: center; }

/* Table less */
body.tl_herbalife {
background-color: #EAF9FF;
/* background-color: #EAEAEA; */
}
div.tl_herbalife {
  width:760px;
  margin-left:auto;
  margin-right:auto;
  background-color: white;
  height:100%;
  text-align: center;
}

table.tl_herbalife {
  width:760px;
  height:100%;
  border-collapse: collapse;
  border-spacing:0px;
  text-align:center;
}
.tl_herbalife_topo{
  background-image: url(images/bg_topo1a.jpg);
  height:220px;
}
.tl_herbalife_principal{
  background-color: white;
  vertical-align:top;
}
.tl_herbalife_rodape{
  background-image: url(images/fig_rodape.jpg);
  height:192px;
}
.pagina_com_menu_dir{
  vertical-align:top;
}

/* menu horizontal */
.menu-hor{
  margin-left:200px;
  margin-top:30px;

}
