

.menuBar {
    visibility: visible;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #3366CC;
    color: #FFFFFF;
    background-position: center;
    height: 24px;
  }


.menu {
    height: 24px;
    text-align: center;
    background-color: #3366CC;
  }


.menu:hover {
    background-color: #3366FF;
  }


A.menuButton {
    text-decoration: none;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
  }


TD.borda {
    font: 1px Arial, Helvetica, sans-serif;
  }


.form {
    font-size: 9px;
    font-family:Arial, Helvetica, sans-serif;
    color: #7c7c7c;
    background-image: url(../images/fundoForm.gif);
    width: 60px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }


.imagem {
    border-bottom-style : hidden;
    border-left-style : hidden;
    border-right-style : hidden;
    border-top-style : hidden;
    outline-width : 0px;
  }

