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

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

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

A:hover
{
  text-decoration: yes;
  color: #FFA090;
}

A:visited
{
  text-decoration: yes;
  color: #FFA090;
}


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

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

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




/* ===| Link object styles |=== */

UL.l1
{
  text-indent: -30;
}


UL.l2
{
  text-indent: -50;
}
