  body
         {
         margin: 0;
         padding: 0;
         background: #CADBE0 url(clouds.png) fixed;
         background-repeat: repeat;
         }
  #infoflash
         {
         align: center;
         text-align: center;
         width: 800;
         color: #FFFFFF;
         }
  a.link
         {
         color: #FFFFFF;
         font-weight: bold;
         font-family: Sans-Serif;
         text-decoration: none;
         text-decoration: none;
         }
  a.link:hover
         {
         color: #CADBE0;
         font-weight: bold;
         font-family: Sans-Serif;
         text-decoration: underline;
         }
  div.footeright
         {
         color: #FFFFFF;
         font-size: 9pt;
         font-family: Sans-Serif;
         text-transform: uppercase;
         background-color: #2C3440;
         margin-top: 7px;
         height: 19px;
         border: solid 1px #2C3440;
         text-align: center;
         }
  div.footerleft
         {
         color: #FFFFFF;
         font-size: 9pt;
         font-family: Sans-Serif;
         text-transform: uppercase;
         background-color: #2C3440;
         margin-top: 7px;
         height: 19px;
         border: solid 1px #2C3440;
         text-align: center;
         }
  div.horspace
         {
         width: 4px;
         }