/* Menus and Links Stylesheet */ 

a { 	
  COLOR: White;
  FONT-WEIGHT: normal;
  text-decoration: underline;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
	}

a:hover { 
  COLOR: #5AA190;
  text-decoration: underline;
  }

a.nav { 	
  COLOR: White;
  FONT-WEIGHT: normal;
  text-decoration: underline;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
	}

a.nav:hover { 
  COLOR: #5AA190;
  text-decoration: underline;
  }

a.foot { 	
  color: White;
  FONT-WEIGHT: normal;
  text-decoration: underline;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
	}

a:hover.foot { 
  COLOR: #5AA190;
  text-decoration: underline;
  }





