h1
   {
    font-size: 14pt
   }
h2
   {
    font-size: 14pt;
    font-style: italic
   }
h3
   {
    font-size: 12pt;
    font-weight: bold
   }
h4
   {
    font-size: 10pt;
    font-style: italic;
    font-weight: bold
   }
h5
   {
    font-size: 10pt;
    font-style: italic
   }
a:link, a:visited, a:hover, a:active
   {
    color: #0033cc;
    font-weight: normal
    text-decoration: underline
   }
body
   {
    background-image: url('Images/ThemeFW/fw_background.gif');
    background-color: #ffffff;
    color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12pt;
    text-align: justify;
    margin-left: 120px;
    max-width: 800px
   }

/* Header Section ---------------------------------------------------------- */
table.header
   {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 10px;
    border: 0
   }
td.header
   {
    font-size: 10pt;
    text-align: left
   }
div.header
   {
    text-align: right;
    font-size: 10pt
   }

/* References Section ------------------------------------------------------ */
table.ref
   {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 10px;
    border: 0
   }
th.ref
   {
    background-color: #000000;
    color: #ffffff;
    font-size: 12pt
   }
td.ref
   {
    font-size: 10pt;
    text-align: left;
    vertical-align: top
   }
   
/* Blog Section ------------------------------------------------------------ */
td.blog, td.blogDate
   {
    font-size: 10pt;
    vertical-align: top
   }
td.blog
   {
    background-color: cce6ff;
    text-align: justify
   }
td.blogDate
   {
    text-align: right
   }