BODY      {
            background: url(img/graytexture.gif) repeat scroll; width=4in;
          }

   A:active  { color: red;  font: italic bold 10pt tahoma,arial,helvetica,helv,sans-serif; }
   A:hover   { color: red;  font: italic bold 10pt tahoma,arial,helvetica,helv,sans-serif; }
   A:link    { color: blue; font:             10pt tahoma,arial,helvetica,helv,sans-serif; }
   A:visited { color: blue; font:             10pt tahoma,arial,helvetica,helv,sans-serif; }

/* -------- upleft is a logo or filler used at the upper left of each page  */
DIV.upleft{ 
            margin-left: 14px;
            width: 156px; height: 98px;
            float: left; display: block;
            background: url(img/flag_upleft.jpg)
          }
/* -------- navbar is used on the left side of every page  */
DIV.navbar{ 
            margin-left: 14px; 
            padding-top: 4px;
            width: 156px; height: 1110px;
            float: left; clear: left;
          }
/* -------- overview is on the main (index) & the links pages  */
DIV.overview { 
            margin-left: 180px; margin-right: 62px; margin-top: 100px;
            text-align: left; font-size: 12pt; color: black;
            font-style: normal; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
/* -------- text replaces overview on the amendment & original pages */
DIV.text   { 
            margin-left: 180px; margin-right: 112px; margin-top: 100px;
            text-align: left; font-size: 12pt; color: black;
            font-style: normal; font-weight: bold;
            font-family: garamond, bookman old style, clerface-bold, lucida bright,
                  century schoolbook, schoolbook, times new roman, times, serif;
           }
/* -------- text replaces overview on the amendment & original pages */
/* DIV.boldtext { 
            margin-left: 110px; margin-right: 112px; margin-top: 100px;
            text-align: left; font-size: 12pt; color:#00008B;
            font-style: normal; font-weight: bold;
            font-family: bookman old style, clerface-bold, lucida bright,
                  century schoolbook, schoolbook, garamond, times new roman, times, serif;
           }  */
/* -------- H1 used as the main title for a page  */
H1         { 
            text-align: center; font-size: 20pt; color: navy;
            font-style: normal; font-weight: bold;
           }
/* -------- H2 used as the subtitle for a page  */
H2         { 
            text-align: center; font-size: 14pt; color: blue; 
            font-style: normal; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
/* -------- H3 used as a section title in proposed legal wording */
H3         {
            text-decoration: underline; font-weight: bold;
            text-align: left; font-size: 12pt;
            font-style: normal; 
            font-family: garamond, bookman old style, clerface-bold, lucida bright,
                  century schoolbook, schoolbook, times new roman, times, serif;
           }
/* -------- H4 - Bottom-of-all-pages horizontal links */
H4        {
            margin-top: 3em;
            color: blue; text-align: center;
            font-style: normal; font-size: small; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
          }
/* -------- H5 - Revision Date & Authorship at bottom of all pages */
H5        {
            color: black; text-align: center;
            font-style: normal; font-size: small; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
          }
/* -------- H6 - Inline notes */
H6        {
            color: black; text-align: left;
            font-style: normal; font-size: small; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
          }
/* -------- H7 same as the main title but slightly smaller font  */
H7         { 
            text-align: center; font-size: 16pt; color: navy;
            font-style: normal; font-weight: normal;
           }

P.italics {
            font-style: italic; font-weight: normal;
            margin-left: 0.25in; margin-right: 0.25in;
          }
SPAN.red  {
            color:red
          }

/* This style-sheet last updated 8/8/2017 */