

  a.footernav {
     font-family:     Verdana;
     font-size:       12pt;
     font-weight:     normal;
     color:           #ffffff;
     text-decoration: none;
  }

  .copyr {
     font-family: Verdana;
     font-size:   9pt;
     font-weight: bold;
     color:       #ffffff;
  }


  a {
     text-decoration: none;
     color: black;
  }

  a.white {
     text-decoration: none;
     color: white;
  }

  a.black {
     text-decoration: none;
     color: black;
  }

     .nobr {
          white-space: nowrap;
     }

     .myTable {
          font-family: Verdana;
          font-size:   14pt;
          font-weight: bold;
          color:       #000000;
          white-space: nowrap;
     }

     .gray_button {
          display: inline;
          background: #eeeeee;
          padding: 8px;
          text-align: center;
          border-radius: 10px;
          color: black;
          font-weight: bold;
          font-size:   13pt;
          line-height: 13px;
     }

     .yellow_button {
          display: inline;
          background: #ffff55;
          padding: 8px;
          text-align: center;
          border-radius: 10px;
          color: black;
          font-weight: bold;
          font-size:   13pt;
          line-height: 13px;
     }

     .red_button {
          display: inline;
          background: #ffaaaa;
          padding: 8px;
          text-align: center;
          border-radius: 10px;
          color: black;
          font-weight: bold;
          font-size:   13pt;
          line-height: 13px;
     }

     select {
          font-size:   18pt;
          font-family: verdana;
     }


     input.checkbox {
          width:  20px;
          height: 20px;
     }