

 body  {
           color : #000080;
           font-size : 10pt;
           font-family : Arial, Verdana, Helvetica;
      }
     td		{
           color : #000080;
           font-size : 10pt;

           font-family : Arial, Verdana, Helvetica;
      }
     p {
           font-family : Arial;
           font-size : 10pt;
           color : #000080;
      }
     blockquote {
           font-family : Arial;
           font-size : 10pt;
           color :#000080;
      }
    h1 {
           font-family : Arial;
           font-size : 12pt;
           font-weight : bold;
      }
     h2 {
           font-family : Arial;
           font-size : 11pt;
           font-weight : bold;
      }
     h3 {
           font-family : Arial;
           font-size : 10pt;
           font-weight : bold;
      }       
     a:link {
           font-family: arial;
           font-size: 10pt;
           font-weight: normal;
           text-decoration: none;
           color : #000080;
      }
      a:visited {
           font-family: arial;
           font-size: 10pt;
           font-weight: normal;
           text-decoration: none;
           color : #000080;
      }
     a:hover {
           font-family: Arial;
           font-size: 10pt;
           font-weight: normal;
           text-decoration: underline;
           color : #808080;
      }
       a:active {
           font-family: Arial;
           font-size: 10pt;
           font-weight: normal;
           text-decoration: none;
           color : #000053;
      }