   <STYLE>
      td{font-size:x-small; font-family:Arial;}
      table.info
      {
         BACKGROUND-COLOR : white;
        	color : Blue;
        	font-style : italic;
        	font-weight : bold;
        	font-family : Courier;
        	text-align : center;
        	text-transform : uppercase;
      }
     
      table.title
      {
        	BACKGROUND-COLOR : White;
        	COLOR : Black;
        	FONT-SIZE : large;
        	font-family : ACaslon Bold;
        	font-weight : bold;
      }
     
     td.title
     {
        font-weight : bold;
        font-size : medium;
        font-family : Arial;
        BACKGROUND-COLOR : #00386B;
        COLOR : #FFC61E;
     }
     
     tr.title{font-weight:bold; font-size:medium;
              background-color:Blue; color:White;}
     H1{color:Blue;}

     .mediumwhite{color:white; font-size:medium; font-weight:bold}
     .boldlable{color:blue;  font-size:small; font-style:italic;}
     .boldwhite{color:white; font-size:large; font-style:italic;}
     .boldred{color:red;   font-size:large;}
     .smallblue{color:blue;  font-size:xx-small;}
     .largeblue{color:blue;  font-size:large; font-weight:bold}
     .smallwhite{color:white; font-size:xx-small; font-style:italic;}
     .sectiontitle{background-color:Blue; color:White; font-size:large; font-weight:bold;}
     .smallred{color:red; font-size:xx-small;}
     .mediumred{color:red; font-size:medium;}
     .mediumblack{color:black; font-size:medium; font-family: Arial}
     .largeblack{color:black; font-size:large; font-weight:bold;}

     .red{color:red;}

     </STYLE>
