body{
  margin: 0 0 0 0;
  border: 0 ;
}
.MenuSup {
  font-family: Arial;
  font-size: 11px;
  color: black;
  text-decoration: none;
}
.MenuSup:HOVER {
  font-family: Arial;
  font-size: 11px;
  color: black;
  text-decoration: underline overline;
}
.MenuLateral {
  background-color: #D6D6D6;
  font-family: Arial;
  font-size: 11px;
  color: black;
  text-decoration: none;
}
.Campo {
  font-family: Arial;
  font-size: 11px;
  color: black;
  border: 1px Black solid;
}
.Titulo {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  background-color: #840028;
  color: White;
}
.Rotulo {
  font-family: Arial;
  font-size: 11px;
  color: black;
}
.Erro {
  font-family: Arial;
  font-size: 9px;
  color: Red;
}
.TituloCell {
  font-family: Arial;
  font-size: 13px;
  color: White;
  text-decoration:none;
  font-weight: bold;
  background-color:#840028; /*#D2DBDF;*/
  border: 1px #840028 solid;
}
.Cell {
  font-family: Arial;
  font-size: 11px;
  color: black;
  text-decoration:none;
  background-color: #F0F0F0;
}
.RotuloTitulo {
  font-family: Arial;
  font-size: 11px;
  color: black;
  text-decoration:none;
  font-weight: bold;
}
.RotuloDestaque {
  font-family: Arial;
  font-size: 11px;
  color: Black;
  background-color: #D6D6D6;
  font-weight: bold;
  border: 1px #840028 solid;
}
.RotuloCell {
  font-family: Arial;
  font-size: 11px;
  color: #840028;
  font-weight: bold;
  border: 1px #840028 solid;
}
.Cell {
  font-family: Arial;
  font-size: 11px;
  color: Black;
  border: 1px #840028 solid;
  /*background-color: #D6D6D6;*/
}
.CellExcel {
  font-family: Arial;
  font-size: 11px;
  color: Black;
  border: 1px #840028 solid;
  background-color: White;
}
.Aba {
  font-family: Arial;
  font-size: 11px;
  color: White;
}
.Inicial {
  font-family: Arial;
  font-size: 14px;
  color: black;
}
a.info{
    position:relative; /*this is the key*/
    font-family: Arial;
    font-size: 11px;
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
