td.selectedTab
{
  background-image: url("./assets/images/whitetab.gif");
  width: 110px;
  height: 38px;
  text-align: center;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #FF0033;
}
td.unselectedTab
{
  background-image: url("./assets/images/bluetab.gif");
  width: 110px;
  height: 38px;
  text-align: center;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
td.spacerTab
{
  background-image: url("./assets/images/tabspacer.gif");
  width: 110px;
  height: 38px;
}

a.tabLink:link, a.tabLink:visited, a.tabLink:active
{
  text-decoration: none;
  color: #FFFFFF;
}
a.tabLink:hover
{
  text-decoration: underline;
  color: #FFFFFF;
}

td.tabAreaTopBorder
{
  background-image: url("./assets/images/tabspacer.gif");
}

td.tabAreaSideBorder
{
  background-color: #000000;
}

td.tabAreaContent
{
  padding: 5px;
  text-align: center;
  font-family: verdana;
  font-size: 10px;
  font-weight: normal;
}

td.tabAreaBottomBorder
{
  background-color: #000000;
}