body {
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
}


A {
  color: #000000;
  text-decoration: underline;
}

TD {
  background: #FFFFFF;
  font-family: Arial, helvetica;
  font-size: 13px;
  color: #000000;
  vertical-align: top;
}

TD.homeText {
  padding: 20px;
}


TD.leftSide {
  background-image: url(images/bkgnd_leftside.jpg);
  width: 250px;
}

TD.leftBox {
  background-image: url(images/bkgnd_leftbox.jpg);
  font-weight: bold;
}

TD.rightBox {
  background-image: url(images/bkgnd_rightbox.jpg);
  color: #FFFFFF;
  font-weight: bold;
}

TD.rightText {
  text-align: right;
}

TD.footer {
  font-size: 10px;
}

ul {list-style-image: url(images/bullet.gif);}

.title {
  font-family: arial,helvetica;
  font-size: 18px;
  font-weight: bold;
  color: #336699;
}
