﻿body
{
}

a.NormalLink:link
{
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
}

a.NormalLink:visited
{
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  color: #003D54;
}

a.NormalLink:hover
{
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  background-color: #003D54;
  color: White;
}

a:link
{
  background-color: White;
  color: #003D54;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
}

a:hover
{
  background-color: #003D54;
  color: White;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
}

a:active
{
  background-color: #003D54;
  color: White;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
}

a.ActiveMenu:link
{
  background-color: #003D54;
  color: White;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
}

.Active
{
  background-color: #003D54;
  color: White;
}

.Inactive
{
  background-color: White;
  color: #003D54;
}
