/* ---------------------- BODY -------------------- */
BODY
  {
  background-color: black;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 13px;
  min-width: 590px;
  margin: 0px;
  color: #5e5e5e;
  }
        
TD
  {
  font-family: "Trebuchet MS", sans-serif;  
  font-size: 13px;
  }

.Main b
  {
  font-family: "Trebuchet MS", sans-serif;  
  font-size: 13px;
  color: black;
  }


H1 /* ---------------------- top -------------------- */
  {
  font-family: "Trebuchet MS", sans-serif;  
  font-weight:normal;
  font-size: 16px;
  color: #000000;
  }

.Main H1 /* ---------------------- text -------------------- */
  {
  font-family: "Trebuchet MS", sans-serif;  
  font-weight:normal;
  font-size: 15px;
  color: #000000;
  }

/* ---------------------- 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: #666666;
}
        
.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: #005893;
  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: #000000;
  text-decoration: none;
  font-size: 13px;
  padding-top: 0px;
  }
.SmallGrayLink:hover
  {
  color: #005893;
  text-decoration: underline;
  }

.SmallGrayLinkTwo
  {
  color: #444444;
  text-decoration: none;
  font-size: 11px;
  padding-top: 1px;
  }
.SmallGrayLinkTwo:hover
  {
  color: #005893;
  text-decoration: underline;
  }

h1::selection { background: #ff811c; } 
p::selection { background: #c2e8ff; } 