 
a:link.footer_link {color: #358AC9; font-weight: bold; text-decoration: none; text-transform: uppercase;}
a:visited.footer_link {color: #358AC9; font-weight: bold; text-decoration: none; text-transform: uppercase;}
a:hover.footer_link {color: #4E7035; font-weight: bold; text-decoration: underline; text-transform: uppercase;}

a:link.body {color: #005582; text-decoration: underline;}
a:visited.body {color: #005582; text-decoration: underline;}
a:hover.body {color: #005582; text-decoration: underline;}

/* HEADER NAV  */

a.nav1 {
  display: block;
  width: 81px;
  height: 29px;
  background: url(../img/nav_home.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  }

a:hover.nav1 {
  background-position: 0 -29px;
  }

a.nav1a {
  display: block;
  width: 81px;
  height: 29px;
  background: url(../img/nav_home.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  background-position: 0 -29px;
  }

a.nav2 {
  display: block;
  width: 80px;
  height: 29px;
  background: url(../img/nav_about.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  }

a:hover.nav2 {
  background-position: 0 -29px;
  }
  
a.nav2a {
  display: block;
  width: 80px;
  height: 29px;
  background: url(../img/nav_about.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  background-position: 0 -29px;
  }

a.nav3 {
  display: block;
  width: 80px;
  height: 29px;
  background: url(../img/nav_products.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  }

a:hover.nav3 {
  background-position: 0 -29px;
  }
  
a.nav3a {
  display: block;
  width: 80px;
  height: 29px;
  background: url(../img/nav_products.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  background-position: 0 -29px;
  }

a.nav4 {
  display: block;
  width: 80px;
  height: 29px;
  background: url(../img/nav_services.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  }

a:hover.nav4 {
  background-position: 0 -29px;
  }
  
a.nav4a {
  display: block;
  width: 80px;
  height: 29px;
  background: url(../img/nav_services.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  background-position: 0 -29px;
  }

a.nav5 {
  display: block;
  width: 80px;
  height: 29px;
  background: url(../img/nav_resources.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  }

a:hover.nav5 {
  background-position: 0 -29px;
  }
  
a.nav5a {
  display: block;
  width: 80px;
  height: 29px;
  background: url(../img/nav_resources.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  background-position: 0 -29px;
  }

a.nav6 {
  display: block;
  width: 80px;
  height: 29px;
  background: url(../img/nav_contact.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  }

a:hover.nav6 {
  background-position: 0 -29px;
  }

a.nav6a {
  display: block;
  width: 80px;
  height: 29px;
  background: url(../img/nav_contact.png) 0 0 no-repeat;
  text-decoration: none;
  float: left;
  background-position: 0 -29px;
  }
