body 
  { 
    scrollbar-face-color: #013401; 
    scrollbar-arrow-color: #FFD700;
    background: #006400 url(SMLSBackground.jpg) Repeat-x;
  } 

a:link
  {
    color: #FFD700;
    text-decoration: underline;
  }
  
a:visited
  {
    color: #ffffff;
    text-decoration: underline;
  }
  
a:active
  {
    color: red;
    text-decoration: underline;
  }

.lblGeneralB
  {
    color: #FFD700;
    font: bold 10pt Arial;
  }

.lblGeneralNB
  {
    color: #FFD700;
    font: normal 10pt Arial;
  }

.lblGeneralNBRed
  {
    color: red;
    font: normal 10pt Arial;
  }

.tblBG
  {
    background: url(SMLSTableBG.jpg);
  }

.ulGeneralNB
  {
    color: #FFD700;
    font: normal 10pt Arial;
  }

