   body {
          background-color: #FFFFFF;
        }

   A:active {
          font-family: "Arial", "Helvetica", "sans-serif";
          color: #004a8f;
          text-decoration: none
            }

   A:link {
          font-family: "Arial", "Helvetica", "sans-serif";
          color: #3c566e;
          text-decoration: none
          }

   A:visited {
          font-family: "Arial", "Helvetica", "sans-serif";
          color: gray;
          text-decoration: none
             }

   A:hover {
          font-family: "Arial", "Helvetica", "sans-serif";
          color:white;
          background-color: #3c566e;
          text-decoration: none
           }

   H1 {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-size: 24pt;
          font-weight: bold;
          margin-top: 40px;
          color: #bbbbbb;
      }

   H2 {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-size: 14pt;
          font-weight: bold;
          margin-top: 40px;
          margin-bottom: 0px;
          color: #0000cc;
      }

   H3 {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-size: 12pt;
          font-weight: bold;
          margin-top: 40px;
          margin-bottom: 0px;
          margin-left: 20px;
          color: #666666;
      }

   H4 {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-size: 11pt;
          font-weight: bold;
          margin-top: 40px;
          margin-bottom: 0px;
          color: #000000;
      }

   H5 {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-size: 11pt;
          font-weight: bold;
          margin-top: 40px;
          margin-bottom: 0px;
          margin-left: 20px;
          color: #666666;
      }

   P {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-size: 10pt;
          font-weight: normal;
          color: #000000;
     }

   b {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-weight: bold;
          color: #333333;
     }

   i {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-weight: bold;
          font-style: italic;
          color: #333333;
     }

   ul {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-weight: normal;
          font-size: 10pt;
          color: #000000;
          list-style-type: round;
      }

   ol {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-weight: normal;
          font-size: 10pt;
          color: #000000;
      }

   ul.h {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-weight: normal;
          color: #000088;
          list-style-image: url(list.jpg);
        }

   li.h {
          margin-top: 8px;
        }

   table {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-size: 10pt;
          font-weight: normal;
          color: #000000;
          empty-cells: borders;
         }

   tr.head {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-weight: bold;
          color: white;
          background-color: #880000;
           }

   tr.dark {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-weight: normal;
          color: black;
          background-color: #d0d0d0;
           }

   tr.light {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-weight: normal;
          color: black;
          background-color: #eeeeee;
            }

   td {
          text-align: left;
          vertical-align: top;
      }

   td.ct {
          text-align: center;
          vertical-align: top;
         }

   .date {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-size: 8pt;
          font-weight: normal;
          color: #666666;
         }

   .left {
          border-left-width:1px;
          border-left-style:solid;
          border-left-color:grey;
          border-bottom-width:1px;
          border-bottom-style:solid;
          border-bottom-color:grey;
          padding:5px;
          text-align:left; }

   .right {
          border-right-width:1px;
          border-right-style:solid;
          border-right-color:grey;
          border-bottom-width:1px;
          border-bottom-style:solid;
          border-bottom-color:grey;
          background-image:url(bg_right.jpg);
          padding:5px;
          text-align:left; }
}