/*---------- Fed Meta Header CSS ----------*/ 
.fedhead {    
	background-color: #EAEAEA;   
}
.fedheadsearch {
	background-color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666; 	
}
.fedsearch {
	background-color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.fedheadsearch a:link, .fedheadsearch a:visited, .fedheadsearch a:active {
	text-decoration : none;
	color: #666
}
.fedheadsearch a:hover {
	text-decoration: underline;
	color: #009;
}
.fedmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.fedmenu a:link {
	text-decoration : none;
	color: #333;
}
.fedmenu a:visited {
	text-decoration : none;
	color: #333;
}
.fedmenu a:active {
	text-decoration : none;
	color: #00F;
}
.fedmenu a:hover {
	text-decoration: underline;
	color: #009;
}
.fedsep {
	background-color: #B9B9B9;
}
.fedlogo {
	border-left: solid 1px #B9B9B9;
}
.activelang2 {
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 11px;   
	font-weight: bold;   
	color: #FFF;    
	background-color: #666;
}
/*---------- Fed Footer ----------*/
.fedfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 30px 0 0 0;
} 
/*---------- End Fed Footer ----------*/
/*----------End Fed Meta CSS----------*/  	