<!-- Style Sheet -->
<style type="text/css">
<!-- 
  BODY { 
         font-family : Arial;
         font-size : 9pt;
         color : black;
         background-image: url(images/Image1.jpg);
         margin-left : 42pt;
         margin-right : 46pt;
         margin-top : 22pt
}
 
  A { 
         font-style : italic;
         color : #4C4C4C
}
   H1 {
          font-family: "Verdana", "Times New Roman", serif;
          font-size: x-large;
          font-weight: 600;
      }

   H2 {
          font-family: "Verdana", "Times New Roman", serif;
          font-size: large;
          font-weight: 700;
      }

   H3 {
          font-family: "Verdana", "Times New Roman", serif;
          font-size: large;
          font-weight: 500;
      }
   
   H3-red-smallcaps 
      { 
         font-family : "Verdana, Times New Roman, serif";
         font-size : largept;
         font-weight : 500;
         font-style : small-caps;
         color : red
       }
   H4 {
          font-family: "Verdana", "Times New Roman", serif;
          font-size: medium;
          font-weight: 700;
      }

   H5 {
          font-family: "Verdana", "Times New Roman", serif;
          font-size: medium;
          font-weight: 400;
      }

  H6 { 
         font-family : "Verdana, Times New Roman, serif";
         font-size : medium;
         font-weight : 200;
      }
  I { 
         font-weight : bold;
         color : maroon
}
  B { 
         font-weight : bold;
         color : maroon
}
  LI { 
         font-weight : bold;
         color : #000099;
         margin-left : 24pt
}
  cite { 
         font-family : "Courier New";
         font-size : 13pt;
         color : #EE6500
}
-->
</style>
