h1, h2
   {
    color: #333300;
    font-family: Book Antiqua, Times New Roman, Times, Arial;
    font-size: 14pt;
    margin-top: 2px;
    margin-bottom: 4px
   }
h2
   {
    font-style: italic
   }
a:link
   {
    color: #a00000;
    font-weight: bold;
    text-decoration: none
   }
a:visited
   {
    color: #500000;
    font-weight: bold;
    text-decoration: none
   }
a:hover
   {
    color: #000000;
    text-decoration: underline
   }
a:active
   {
    color: #000050;
    font-weight: bold;
    text-decoration: none
   }
/* Main section (body) --------------------------------------------- */
body, body.main
   {
    background-image: url("../Jolynne/Images/bkground.jpg");
    background-color: #ffffff;
    color: #333300;
    font-family: Book Antiqua, Times New Roman, Times, Arial;
    font-size: 12pt;
    min-width: 640px;
    max-width: 800px
   }
table.main
   {
    min-width: 640px;
    border-collapse: collapse;
    border-spacing: 3px;
    border: 1px solid #000000
   }
td.main
   {
    font-size: 11pt;
    text-align: justify;
    vertical-align: top;
    padding: 2px;
    border: 0
   }
div.note
   {
    background-color: #ffd9d9;
    font-family: Arial, Book Antiqua, Times New Roman, Times;
    font-size: 8pt;
    text-align: justify;
    vertical-align: top;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 2px;
    border: 0
   }

/* Page Header/Footer - TOC ----------------------------------------- */
table.h1, table.toc1
   {
    border-collapse: collapse;
    border-spacing: 3px;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
    border: 1px solid #000000
   }
td.h1l, td.h1r
   {
    font-weight: bold;
    font-size: 16pt;
    vertical-align: top;
    padding: 2px;
    border: 0
   }
td.h1l
   {
    text-align: left
   }
td.h1r
   {
    font-style: italic;
    text-align: right
   }
div.footer
   {
    font-size: 8pt;
    padding: 5px;
    text-align: right;
    vertical-align: top;
    margin-top: 7px;
    margin-bottom: 7px;
    border: 1px solid #000000
   }
th.toc1
   {
    background-color: #ff99cc;
    font-weight: bold;
    font-size: 10pt;
    width: 20%;
    white-space: nowrap;
    border: 1px outset #ff99cc
   }
td.toc2
   {
    text-align: left;
    vertical-align: top;
    padding: 2px;
    border-right-color: #333300;
    border-right-style: ridge;
    border-right-width: 1px
   }
div.toc2
   {
    font-weight: bold;
    font-size: 9pt;
    white-space: nowrap;
    padding: 5px
   }

