/* ---------------------- BODY -------------------- */
BODY
  {
  background-color: black;
  font-family: verdana, arial;
  font-size: 13px;
  min-width: 590px;
  margin: 0px;
  color: #858585;
  }
        
TD
  {
  font-size: 12px;
  }

.Main b
  {
  font-size: 13px;
  color: white;
  }

/* ---------------------- PICTURE -------------------- */
.TablePic
  {
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 11px;
  }

/* ---------------------- DOWNLOAD BUTTON -------------------- */
    
.btnDownload
  {
  display: block;
  width: 228px;
  height: 102px;
  background: url(download.png);
  margin-top: 15px;
  text-decoration: none;
  color: #acacac;
}
        
.btnDownload:hover
  {
  background: url(download.png) 0px -102px;
text-decoration: underline;
  }

/* ---------------------- LINKS -------------------- */

.Links A, .Download A
  {
  padding: 2px;
  text-decoration: none;
  }

.Links A:hover, .Download A:hover
  {
  color: #999999;  
  text-decoration: underline;
  }

.Links A:active, .Download A:active
  {
  color: #999999;  
  }
        
.Links
  {
  color: #333333;
  font-size: 11px;
  }

.Links A
  {
  color: #777777;
  font-size: 11px;
  }
        
.SmallGrayLink
  {
  color: #444444;
  text-decoration: none;
  font-size: 11px;
  padding-top: 1px;
  }
        
.SmallGrayLink:hover
  {
  color: #999999;
  text-decoration: underline;
  }