BODY {
     background-color        : #D6D3CE;
     background-position     : fixed;
     }

TH
     {
     color                   : #6B8EBD;
     font-family             : Tahoma;
     font-weight             : bold;
     font-size               : 10pt;
     text-align              : center;
     }
TD
     {
     color                   : #000000;
     font-family             : Tahoma;
     font-weight             : normal;
     font-size               : 10pt;
     }

.large
     {
     color                   : #6B8EBD;
     font-family             : Tahoma;
     font-weight             : bold;
     font-size               : 15pt;
     text-align              : center;
     }
.small
     { 
     color                   : #6B8EBD;
     font-family             : Tahoma;
     font-size               : 8pt;
     text-align              : center;
     }

A:link, A:active, A:visited
     {
     font-family             : Tahoma;
     text-decoration         : none;
     font-size               : 10pt;
     font-weight             : normal;
     color                   : #00639C;
     background              : #transparent;
     }

A:hover
     {
     font-family             : Tahoma;
     text-decoration         : underline;
     font-size               : 10pt;
     font-weight             : normal;
     color                   : #00639C;
     background              : #transparent;
     }
