@font-face {
	font-family: 'Futura Condensed Medium';
	src: url('fonts/Futura%20Condensed%20Medium.eot');
	src: local('☺'), url('fonts/Futura%20Condensed%20Medium.woff') format('woff'), url('fonts/Futura%20Condensed%20Medium.ttf') format('truetype'), url('fonts/Futura%20Condensed%20Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'cantarellregular'; 
    src: url('fonts/cantarell-regular-webfont.eot');
    src: url('fonts/cantarell-regular-webfont-.eot#iefix') format('embedded-opentype'),
         url('fonts/cantarell-regular-webfont.woff') format('woff'),
         url('fonts/cantarell-regular-webfont.ttf') format('truetype'),
         url('fonts/cantarell-regular-webfont.svg#cantarellregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.yellow_link {	
	font-family: 'cantarellregular'; 
	padding:5px;
	color:#f3e832;
	background: rgb(0,90,142);
	background: rgba(0,90,142,0.9);
	opacity: 0.90;
	line-height:30px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.blue1 {
	font-family: 'cantarellregular'; 	
	color:#399bc6;
	text-transform:uppercase;
}
.blue2 {	
	font-family: 'cantarellregular'; 
	color:#6db5d3;
	text-transform:uppercase;
}
.blue3 {
	font-family: 'cantarellregular'; 	
	color:#9ccbe0;
	text-transform:uppercase;
}
.blue4 {
	font-family: 'cantarellregular'; 	
	color:#cfe6ef;
	text-transform:uppercase;
}

.client {
	background: rgb(0,90,142);
	background: rgba(0,90,142,0.9);
	opacity: 0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	padding:10px;
	color:#fff;
	text-transform:uppercase;
	text-align:right;
	width:200px;
}
.client a:hover {
	color:#f3e832;
}
