/* CSS Document */
/* Condemned Style Sheet #02 */

body 
  {
    background-image: url(images/background_01.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: white;
    color: white;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    text-decoration: none;

    scrollbar-face-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#999999;
    scrollbar-shadow-color:#CCCCCC;
    scrollbar-darkshadow-color:#666666;
    scrollbar-arrow-color:#CCCCCC;
    scrollbar-track-color:#FFFFFF;
  }
  

  a:link { text-decoration:underline; color: #003366 }
  a:visited { text-decoration:underline; color: #003366 }
  a:hover { text-decoration:none; color: #666699 }
  a:active { text-decoration:none; color: #666699 }
  
  

/* 20 AUGUST 2005 - 15:32HRS */