.topFrame {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url( images/top-background.gif )
}

.bottomFrame {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image : url( images/bottom-background.gif ); 

  font-size : 9pt;
  font-family :  Arial;
  color: #FFFFFF;
  text-decoration : none; 
}

.stdDoc {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
  margin-bottom: 3px;

  font-size : 9pt;
  font-family :  Arial;
  color: #000000;
  text-decoration : none; 
}

.text {
  font-size : 9pt;
  font-family :  Arial;
  color: #000000;
  text-decoration : none; 
}

.boldText {
  font-size : 9pt;
  font-family :  Arial;
  color: #000000;
  text-decoration : none;
  font-weight: bold; 
}

.whiteText {
  font-size : 9pt;
  font-family :  Arial;
  color: #FFFFFF;
  text-decoration : none; 
}

.titleText {
  font-size : 14pt;
  font-family :  Arial;
  color: #000000;
  font-weight: bold; 
}

.smallerText {
  font-size : 7pt;
  font-family :  Arial;
  color: #000000;
  text-decoration : none;
}

a {
  font-size : 9pt;
  font-family : Arial;
  color: #0000FF;
  text-decoration : none; 
}

a:hover {
  font-size : 9pt;
  font-family : Arial;
  color: #BA85E3;
  text-decoration : none; 
}

.menuText {
  font-size : 9pt;
  font-family : Arial;
  color: #FFFFC0;
  text-decoration : none; 
}

.sectionHide {
  visibility: hidden;
  display: none;
}

.sectionShow {
  visibility: visible;
  display:inline-block;
}

.tdUnderlineGrey {
  
  font-size : 9pt;
  font-family :  Arial;
  color: #000000;
  text-decoration : none; 
  border-bottom: solid 1px grey;
  vertical-align: top;
}
