a.ft
{
  display: block;
  width: 14px;
  /*height: 14px; */
  background-image: url('/img/right.gif');
  color: #ffffff;
  font-family: verdana, arial;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto;
  padding-top:4px;
  padding-bottom:6px;
}

a.ft:hover
{
  background-image: url('/img/right_on.gif');
}

img.ft
  {
    border: 1px solid #333399;
  }
