/* CSS Document */
BODY
{
  font-size: 10px;
  color: #000000;
  font-family: Verdana;
}

TD
{
  font-size: 10px;
  color: #000000;
  font-family: Verdana;
}

TD.memberpic
{
    width: 208px;
    height: 121px;
    border-left: solid 1px #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
}

TD.memberpicsubtitle
{
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
    color: white;
}

TD.menu
{
  font-size: 12px;
  color: #FFFFFF;
  font-family: Verdana;
}

A
{
  color: #000000;
  text-decoration: none;
}

A:hover
{
  color: #000000;
  text-decoration: underline;
}


A.menu
{
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

A.menu:hover
{
  font-size: 12px;
  color: #DDDDDD;
  text-decoration: underline;
  font-weight: bold;
}

