<!DOCTYPE CSS "-//W3C//DTD HTML 4.0 Transitional//EN">





/* Make all body blue colored.*/
body {font-size: 10pt;
	 font-family: "Arial";
	 color: blue;}
     
table {color: blue;
      font-family: "Arial";
      font-size: 10pt;
      vertical-align: top;}

p {color: blue;
  font-family: "Arial";
  font-size: 10pt;
  vertical-align: top;}

  h1{font-family: Verdana;font-size: 16px;font-weight: 700;font-style: normal;color: #993300;
  vertical-align: top;text-align: left;}
