/* ===[ Text styles ]=== */

/* ===| Body styles |=== */

/* ===| Link object styles |=== */
A:link
{
  color: #FF3300;
}

A:hover
{
  color: #FFA090;
}

A:visited
{
  color: #FFA090;
}


A:link.map_link
{
  font-family: Arial, Helvetica, Geneva, san-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #003366;
}

A:hover.map_link
{
  font-family: Arial, Helvetica, Geneva, san-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #003366;
}

A:visited.map_link
{
  font-family: Arial, Helvetica, Geneva, san-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #003366;
}
