         P  {
          	font-family : sans-serif;
          	font-size : 10pt;
          }
          
          H1  {}
          
          H2  {}
          
          H3  {
  	font : 13 pt arial;
  	font-weight : bold;
  	color : maroon;
  	text-align : left;
  }
          A  {
          	color : Maroon;
          	font-family : Helvetica,sans-serif;
          	font-size : 9pt;
          	text-decoration : none;
          }
          
          A:Visited  {
          	color : Maroon;
          	text-decoration : none;
          }
          
          A:Active  {
          	color : Black;
          	text-decoration : underline;
          	}
          
          A:Hover  {
          	color : Black;
			text-decoration : underline;
          }
          
          BODY  {
          	margin : 0pt;
			font-family : Helvetica,sans-serif;
			font-size : 9pt;
			color : Black;
		    }
			LI  {
  	font-size : 9pt;
  	font-family : Arial;
  	color : Black;
  	list-style-type : square;
  	list-style-position : outside;
  }
          td  {
          	font-family : Helvetica,sans-serif;
			font-size : 9pt;
			color : Black;
		    }
