/* headings.css                                                             */
/* Large font sizes for headings with inherited font face from BODY or TD.  */
/* NOTE - 12/7/2000 - added font face to headings because font face did not */
/*                    inherit from TD (after table).                        */

h1
   { font-family: verdana, arial, helvetica;
     font-size: 14pt;
     color: #003399;  /* dark blue */
   }

h2
   { font-family: verdana, arial, helvetica;
     font-size: 12pt;
     color: #3366CC;  /* light blue */
   }

h3
   { font-family: verdana, arial, helvetica;
     font-size: 12pt;
     font-weight: bold;
     /* text-indent: 3.0em; */
     color: #003399;  /* dark blue */
   }

h4
   { font-family: verdana, arial, helvetica;
     font-size: 10pt;
     /* text-indent: 1.5em; */
     color: #3366CC;  /* light blue */
   }

h5
   { font-family: verdana, arial, helvetica;
     font-size: 8pt;
     font-weight: bold;
     color: #003399;  
     /* #33CC99 green */
     /* #FF6600 orange */
   }
h6
   { font-family: verdana, arial, helvetica;
     font-size: 10pt;
     font-weight: bold;
     padding: 2px;
     background-color: #003399; /* dark blue */
     color: #FFFFFF;  /* white */
   }