/* make all body text navy-colored 9-point Arial. Use cruisinback.gif as the background. */

body {font-size: 9pt;
      font-family: "Arial";
      color: navy;
      background: url(graphics/graylight3.jpg);}
      
    
/* Make headings Arial of varying sizes    */
   
h1 {font: 18pt "Arial";
    font-weight: bold;}

h2 {font: 14pt "Arial";
    font-weight: bold
    line-height: 12pt;}
    
h3 {font: 12pt "Arial";
    font-weight: bold:}
    
h4 {font: 10pt "Arial";}

h5 {font: 9pt "Arial";}
    
    

/* Make all links navy.  Make links flash red when activated  */

a:link {color: 00009c}
a:visited {color: de0000;}
a:active {color: ffcc00;}
a {text-decoration: none};


/* Format body as 12pt Arial, and center */

div.body {font: 9pt "Arial";
	      font-size: 9pt;
              text-align: center;}
              
              
/* Format footnotes as 9pt Arial, and center */

div.footnote {font: 9pt "Arial";
	      font-size: 9pt;
              line-height: 10pt;
              text-align: center;}
