<!--
.lowText {
  text-decoration: none;
  color: #ffffff;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
}

.highText {
  text-decoration: none;
  color: #ffffff;
  font-family: Arial, Helvetica;
  font-size: 12px;
}

.itemBorder {
  border-top: 0px #666666 solid;
  border-right: 0px #666666 solid;
  border-bottom: 0px #666666 solid;
  border-left: 0px #666666 solid;
}

.itemBorderBlank {
  border-top: 0px #CCCCDD solid;
  border-right: 0px #CCCCDD solid;
  border-bottom: 0px #CCCCDD solid;
  border-left: 0px #CCCCDD solid;
}

/* Delete these "button" styles if you're not using them */
.buttonText {
  text-decoration: none;
  color: #FFCC99;
  font-family: Arial, Helvetica;
  font-size: 12px;
}

.buttonHover {
  text-decoration: none;
  color: #99CCFF;
  font-family: Arial, Helvetica;
  font-size: 12px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.buttonBorder {
  border-top: 0px #339966 outset;
  border-right: 0px #339966 outset;
  border-bottom: 0px #339966 outset;
  border-left: 0px #339966 outset;
}

.buttonBorderOver {
  border-top: 0px #CC9966 inset;
  border-right: 0px #CC9966 inset;
  border-bottom: 0px #CC9966 inset;
  border-left: 0px #CC9966 inset;
}
-->