 body {
         color: #000000;
         background-color: #ffffff;
         font-family: Tahoma,Helvetica;
 }

 body a:link, body a:visited, body a:active {
         color: #000000;
         text-decoration: underline;
 }

 body a:hover {
         color: #000000;
         text-decoration: none;
 }

 a.navigation:link, a.navigation:visited, a.navigation:active {
         color: #000000;
         text-decoration: none;
         font-weight: bold;
         font-size: 13px;
 }

 a.navigation:hover {
         color: #FF5601;
         text-decoration: none;
         font-weight: bold;
         font-size: 13px;
 }
 
 table {
         font-size: 13px;
 }

 .normalfont {
         font-size: 13px;
 }

 .smallfont {
         font-size: 11px;
 }

 #head {
         width: 600px;
         height: 100px;
         padding: 0px;
 }

 #navigation {
         padding-top: 50px;
         padding-left: 20px;
 }

 #content {
         width: 600px;
         padding-top: 15px;
         padding-bottom: 45px;
         margin-bottom: 45px;
         font-size: 10pt;
 }

 #footer {
    position:fixed;
    bottom:0px;
    left: 0px;
    right: 0px;
    background-color: #D3D3D3;
    width: 100%;
    padding-top: 5px;
    padding-left: 30px; }
 
 .maintd {
         height: 600px;
         }