.norm
{
  color           : #20517D;
  font-family     : Tahoma;
  font-size       : 10pt;
  font-style      : normal;
  text-decoration : none;
}

.subnav
{
  color           : #0C7A8B;
  font-family     : Tahoma;
  font-size       : 10pt;
  font-style      : normal; 
  text-decoration : none;
}

.footer
{
  color           : #FFFFFF;
  font-family     : Tahoma;
  font-size       : 10pt;
  font-style      : normal;
  text-decoration : none;
}

a
{
  text-decoration : underline;
  color           : #2C73B1;
}

a:hover
{
  text-decoration : none;
  color           : #2C73B1;
  background      : papayawhip;
}

#subnav a:active
{
  font-weight     : bolder;
  text-decoration : none;
  color           : #2C73B1;
}

#subnav a:link
{
  text-decoration : none;
  color           : #0C7A8B;
}

#subnav a:hover
{
  font-weight     : bolder;
  text-decoration : none;
  color           : #0C7A8B;
}

#subnav a:visited
{
  text-decoration : none;
  color           : #0C7A8B;
}

*/