/* *********************** style.css ************************** */

#tabs a
{
  color: "#D2701F";
  font-family: Trebuchet MS;
  text-decoration: none;
  font-size: 13pt;
  font-weight: bold;
}

#tabs a:link, a:visited
{
}

#tabs a:hover
{
  color: white;
}

#tabs a:active
{
  color: "#D2701F";
}

p, li
{
  font-family: Arial;
  font-size: 10pt;
  color: "#FFFFFF";
}

