h1  {
     font-size: 14pt;
     font-family : Arial;
     }

h2  {
     font-family : Verdana, Arial;
     }

h3  {
     font-family : Verdana, Arial;
     }

h4  {
     font-family : Verdana, Arial;
     }

p    {
     font-size : 9pt;
     font-family : Verdana, Arial;
     font-style : normal
     }

body {
     font-size : 9pt;
     font-family : Verdana, Arial;
     font-style : normal
     }

td   {
     font-size : 9pt;
     font-family : Verdana, Arial;
     font-style : normal
     }

a    {
     font-size: 9pt;
     font-family: Verdana, Arial;
     text-decoration: none;
     color: white
     }

a:hover
     {
     text-decoration: underline;
     color: #FFE38C
     }

a:visited
     {
     text-decoration: none;
     color: white
     }

a:active
     {
     text-decoration: none;
     color: #FFE38C
     }

#text
    {
    position: absolute; left: 0px; top: 0px; height: 264px;
    visibility: visible;
    z-index: 2;
    background-color: #084DA5;
    }

#logo
    {
    position: absolute; left: 5px; bottom: 0px;
    visibility: visible;
    z-index: 1;
    background-color: #084DA5;
    }

