/* CSS Document */

table {
        font-family: "Tahoma";
        font-size: 8pt;
      }

.tableheader {
              color: white;
              font-family: "Tahoma";
              font-size: 14pt;
              font-weight: bold;
             }

.warning {
          color: red;
          font-family: "Tahoma";
          font-size: 8pt;
          font-weight: bold;
         }

a.leftnav {
          color: #FFFFFF;
          font-family: "Tahoma";
          font-size: 10pt;
          font-weight: bold;
          text-decoration: none;
         }
