h1, h2, h3
   {
    color: #003366;
    font-family: Arial;
    font-weight: bold
   }
h1 { font-size: 20px }
h2 { font-size: 18px }
h3 { font-size: 16px }
a:link
   {
    color: #003366;
    font-weight: bold;
    text-decoration: none
   }
a:link.neg
   {
    color: #ffffcc;
    font-weight: bold;
    text-decoration: none
   }
a:visited
   {
    color: #003366;
    font-weight: bold;
    text-decoration: none
   }
a:visited.neg
   {
    color: #ffffcc;
    font-weight: bold;
    text-decoration: none
   }
a:active
   {
    color: #ff0000;
    font-weight: bold;
    text-decoration: none
   }
a:active.neg
   {
    color: #fff00;
    font-weight: bold;
    text-decoration: none
   }
a:hover
   {
    color: #ff0000;
    font-weight: bold;
    text-decoration: underline
   }
a:hover.neg
   {
    color: #c0c0c0;
    font-weight: bold;
    text-decoration: underline
   }
body
   {
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px
   }
div.main
   {
    width: 740px;
    margin: 0 auto;
    text-align: justify
   }

div.logoTop
   {
    text-align: center;
    margin-bottom: 5px
   }
table.gHeader
   {
    width: 100%;
    border-collapse: collapse;
    cell-padding: 0;
    margin-top: 5px;
    margin-bottom: 5px
   }
td.gHeader
   {
    width: 10%;
    text-align: center;
    font-size: 11px;
    background-color: #ffffff;
    border: 1px solid #c0c0c0
   }
td.gTOC
   {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    width: 10%;
    white-space: nowrap;
    padding-left: 2px
   }
td.gTOCHeader
   {
    background-color: #c0c0c0;
    color: #000000;
    text-align: center;
    padding: 3px;
    border: 1px solid #000000
   }
td.gTOCLink, td.gTOCSpacer
   {
    padding: 3px;
    border: 1px solid #000000
   }
td.gTOCSpacer { background-color: #c0c0c0 }

table.stg
   {
    width: 100%;
    border-collapse: collapse;
    cell-padding: 0
   }
td.stgLabel
   {
    text-align: right;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px
   }
td.stgData
   {
    text-align: left;
    vertical-align: top;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px
   }

img
   {
    border: 0
   }