  BODY {
    scrollbar-face-color:       #0f007f;
    scrollbar-highlight-color:  #ffffcc;
    scrollbar-3dlight-color:    #0f007f;
    scrollbar-darkshadow-color: #0f007f;
    scrollbar-shadow-color:     #ffffcc;
    scrollbar-arrow-color:      #ffffcc;
    scrollbar-track-color:      #ffffcc;
  }
  BODY, TABLE, TEXTAREA, INPUT, BUTTON, SELECT {
    font-size:          10pt;
    font-family:        verdana, helvetica, sans-serif; /*trebuchet ms*/
    color:              #000000;
    background:         #ffffcc;
    text-align:         justify;
  }
  TH {
    text-decoration:    bold;
    text-align:         left;
  }
  TH, TD {
    vertical-align:     top;
  }
  TD {
    text-align:         justify;
  }
  SELECT {
    color:              #0f007f;
    background:         #ffffcc;
  }
  INPUT {
    color:              #0f007f;
    background:         #ffffcc;
    cursor:             pointer;
    cursor:             hand;
  }
  .button {
    color:              #0f007f;
    background:         #c0c0c0;
    cursor:             pointer;
    cursor:             hand;
    text-align:         center;
  }
  .butred {
    color:              #ffffff;
    background:         #800000;
    cursor:             pointer;
    cursor:             hand;
    text-align:         center;
  }
  TEXTAREA {
    color:              #0f007f;
    background:         #ffffcc;
  }
  A {
    color:              #800000;
    font-weight:        bold;
    text-decoration:    none;
  }
  A:hover {
    color:              #800000;
    background:         #cfef5f;
    text-decoration:    underline;
  }
  .link A {
    text-decoration:    none;
    width:              100%;
  }
  .titol {
    color:              #000000;
    font-size:          24pt;
    text-align:         center;
  }
  .peu {
    text-align:         right;
  }
  .revnor {
    color:              #000000;
    background:         #c0b060;
  }
  .revhig {
    color:              #ffffff;
    background:         #906000;
  }
  .num {
    text-align:         right;
  }
  .nul {
    background-color:   #c0c0c0;
  }

