.spBody {
  color: #000000;
  font-family: Arial, Veranda, Times;
  font-size: 10pt;
}
.spFrameBody {
  background-color: #e7e7e7;
  font-family: Arial, Veranda, Times;
  font-size: 10pt;
}
.spFrameBorder {
  background-color: #000000;
  font-family: Arial, Veranda, Times;
  font-size: 10pt;
}
.spFrameTitle {
  background-color: #527bad;
  color: #FFFFFF;
  font-family: Arial, Veranda, Times;
  font-size: 10pt;
  font-weight: bold;
}
.spFrameTitleLink:link {
  color: #FFFFFF;
  font-family: Arial, Veranda, Times;
  font-size: 10pt;
}
.spHead {
  color: #000000;
  font-family: Arial, Veranda, Times;
  font-size: 10pt;
}
.spLink:active {
  color: #e6e6e6;
  font-family: Arial, Veranda, Times;
  font-size: 10pt;
}
.spLink:link {
  color: #527bad;
  font-family: Arial, Veranda, Times;
  font-size: 10pt;
}
.spLink:visited {
  color: #999999;
  font-family: Arial, Veranda, Times;
  font-size: 10pt;
}

A {text-decoration: none;
    font-weight: normal; 
    font-size: 11px;
    color: BLUE;
   }

.link2 {text-decoration: none;
    font-weight: bold; 
    font-size: 12px;
    color: #FCCD10;
   }
   
.link3 {text-decoration: none;
    font-weight: bold; 
    font-size: 12px;
    color: blue;
   }
   
   .text2 {text-decoration: none;
    font-weight: bold; 
    font-size: 11px;
    color: blue;
   }
   
   .text3 {text-decoration: none;
    font-weight: normal; 
    font-size: 11px;
    color: black;
   }
   
A:hover {text-decoration: underline;}


