@import url("sistema.css");
<STYLE> <!--
  /*  Usado para Evidenciar textos em pesquisa*/
  A.p{
  background-color: blue;
  color:white;
  font-weight:bold;
  }

  .botao{font: bolder 8pt Arial;
    background-color:gold;
    color: black;
    cursor: hand;
        }

  TABLE
  {
  PADDING-RIGHT: .10in;
  PADDING-TOP: .05in;
  border : none;
}
  TABLE.navegar
  {
  border : none;
  background-color : #CFCFCF;
}

  TH
  {
  BACKGROUND: #FFFFE0;
  /*BORDER-BOTTOM: DarkBlue groove thin;
  */
  BORDER-TOP: DarkBlue groove thin;
  FONT: bold 15px Arial, Helvetica,sans-serif;
  color : DarkBlue;
}
  TR.par
  {
  BACKGROUND: #FFFFE0;
}

  DIV.Shadow {
  filter:shadow(color=Gray,direction=135);
  /*filter: glow(Color=PowderBlue,Strength=10);
  */
  width: 100%;
  color: Blue;
  font : bold 26px Arial, Helvetica, sans-serif;
  /*border : thin solid Green;
  */
  text-align : center;
}
  input.borda {
  filter:shadow(color=blue,direction=135);
  color: Blue;
  border : thin ridge Blue;
}
  -->
</STYLE>
