.white_heading {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.L_brown_heading {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5E7D8E;
	font-weight: bold;
}
.Red_heading {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #D86100;
	font-weight: bold;
	text-decoration:none;
	
}

.normal_black {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
.search {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.normal_white {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.menu a, #menu a:visited {
  text-align:center; 
  text-decoration:none; 
  color:#FFFFFF; 
  display:block; 
  width:104px; 
  height:20px; 
  border:0.4em solid #EAA500;
  font-family:"Trebuchet MS"; 
  font-size: 12px;
  font-weight:bold;
  }
.menu a:hover {
  color:#FFFFFF;
  background-color:#D86200; 
  border-color:#D86200 #D86200;
  }
