body { }
p    { }
td   { }

   /*
    * Consistent fonts throughout
    */
.h1headerblue,  .h2header,
.h6headerwhite, .h6headerblue, .h6headergreen,
.bodygray, .bodyblack, .bodygreen, .bodyblue,
.menu, .copyright
    {
          font-family: Verdana, Arial, Helvetica, sans-serif;
      text-decoration: none;
    }


   /*
    * Colours/text size 
    */
li                             { color: #6e6e6e;  }    /* For list bullets */
a:link, a:visited, a:active    { color: #6e6e6e;  }
a              {       text-decoration: none;     }

.h1headerblue  { color: #0364a0; font-size: 13pt; font-weight: bold; }

.h1           { margin: 0.67em 0 0.67em 10px;     
                 color: #e3e6cf; font-size: 2em;  font-weight: bold; }
.h2header      { color: #e6e3cf; font-size: 11pt; font-weight: bold; }

.h6headerblue  { color: #0364a0; font-size: 10pt; font-weight: bold; }
.h6headergreen { color: #8f8754; font-size: 10pt; font-weight: bold; font-style: italic }
.h6headerwhite { color: #fff;    font-size: 10pt; }
a.h6headerwhite {color: #fff;    font-size: 10pt; }
.h6headerblack { color: black;   font-size: 10pt; font-weight: bold; }

.menu          { color: #8f8754; font-size: 10pt; }
a.menu         { color: #8f8754; font-size: 10pt; }

.bodygray      { color: #6e6e6e; font-size: 9pt; }
.bodyblack     { color: black;   font-size: 9pt; }
.bodyblue      { color: #0364a0; font-size: 9pt; }
a.bodyblue     { color: #0364a0; font-size: 9pt; }
.bodygreen     { color: #8f8754; font-size: 9pt; }
/* hr.bodygreen   { color: #c6be8c; } */
hr.bodygreen   { color: red; }   /* Doesn't work */

.copyright     { color: black;   font-size: 7pt; }
a.copyright    { color: black;   font-size: 7pt; }

.bold   { font-weight: bold;   }
.italic { font-style:  italic; }

a:hover                        { color: #0364a0;  }


    /*  Probably not required */

body  { bgcolor: white; }
table { bgcolor: white;
        border-style: none;
        margin-top:  0;            /* cell-spacing ? */
        padding: 0; 
      }

    /* NB:  border:  0; cellspacing:  0; cellpadding:  0;  don't work here */

    /* Setting the background color doesn't seem to work */
.h2header      { background-color: "#e17c05"; }
td.banner      { background-color: "#e17c05"; }



