
a.menu1:link { 
  COLOR: Black;
  FONT-WEIGHT: bold;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial;
  text-align: left;
}

a.menu1:visited {	
  COLOR: Black;
  FONT-WEIGHT: bold;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial;
  text-align: left;
}

a.menu1:hover { 
  COLOR: White;
  FONT-WEIGHT: bold;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial;
  background-color: #2C3C49;
  border: 0;
  text-align: left;
}

a.menu1:active { 
  COLOR: Black;
  FONT-WEIGHT: bold;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial;
  text-align: left;
}

a.foot:link { 
  color: #042989;
  text-decoration: none;
  font-size: 10px;
  font-family: Arial;
}

a.foot:visited {	
  color: #042989;
  text-decoration: none;
  font-size: 10px;
  font-family: Arial;
}

a.foot:hover { 
  color: White; 
  text-decoration: none;
  font-size: 10px;
  font-family: Arial;
}

a.foot:active { 
  color: #042989; 
  text-decoration: none;
  font-size: 10px;
  font-family: Arial;
}

.footer {
	color: #042989;
	font-size: 10px;
	font-family: Arial;
}

a.menu2 { 	
  COLOR: Black;
  FONT-WEIGHT: bold;
  text-decoration: underline;
  font-size: 12px;
  font-family: Arial;
  text-align: left;
	}
			
a.menu2:hover { 
  COLOR: White;
  FONT-WEIGHT: bold;
  background-color: #2C3C49;
  }

