
.nav
{
  font-family: helvetica;
  font-size: 14px;
  font-weight: bold;

  border-bottom: 0px;
  text-decoration: none;

  color: rgb(99,99,102);
}

.nav:hover
{
  font-family: helvetica;
  font-size: 14px;
  font-weight: bold;

  border-bottom: 0px;
  text-decoration: none;

  color: rgb(247,147,29);
}

.navMark , .navMark:hover
{
  font-family: helvetica;
  font-size: 14px;
  font-weight: bold;

  border-bottom: 0px;
  text-decoration: none;

  color: rgb(247,147,29);
}

.nav2
{
  margin-left: 20px;

  font-family: helvetica;
  font-size: 12px;
  font-weight: bold;

  border-bottom: 0px;
  text-decoration: none;

  color: rgb(99,99,102);
}

.nav2:hover
{
  margin-left: 20px;

  font-family: helvetica;
  font-size: 12px;
  font-weight: bold;

  border-bottom: 0px;
  text-decoration: none;

  color: rgb(247,147,29);
}

.nav2Mark , .nav2Mark:hover
{
  margin-left: 20px;

  font-family: helvetica;
  font-size: 12px;
  font-weight: bold;

  border-bottom: 0px;
  text-decoration: none;

  color: rgb(247,147,29);
}

div.navSpace
{
  width: 0px;
  height: 10px;
}

