/* ifxFont 1.0 ------------------------------------------------------[START] */
/*
TTF		Raw TrueType file, designed to look good on-screen.
EOT 	You need this format if you want to target Internet Explorer 5-8. Our EOT's are "Lite," since they are neither compressed nor domain-restricted.
WOFF 	Cross-browser, web-only font format that uses gzip compression. IE9+, FF3.6+, Chrome 5+
SVG 	This is an XML format required by iOS devices before version 4.2. (iPhone/iPad)
SVGZ 	This is gzipped version of SVG.
CufÃ³n 	This is not a font-face format. Included because some prefer it over regular fonts. See the cufÃ³n page for more information.

Basically all you should need to use are EOT (for IE) and WOFF (for every other browser)
*/

@font-face {
  font-family: 'Frutiger';
  src: url('/cms/ifx/ifxFont/fonts/frutiger.eot');
  src: local('☺'), 
	url('/cms/ifx/ifxFont/fonts/frutiger.woff') format('woff'),
	url('/cms/ifx/ifxFont/fonts/frutiger.ttf') format('truetype'),
	url('/cms/ifx/ifxFont/fonts/frutiger.svg#webfontATb3bJAI') format('svg');
  font-weight: normal;
  font-style: normal;}
  .ifxFont-Frutiger {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'Frutiger', Arial, Helvetica, sans-serif;}
		
@font-face {
	font-family: 'Frutiger-Bold';
	src: url('/cms/ifx/ifxFont/fonts/frutiger-bold.eot');
	src: local('☺'), 
	  url('/cms/ifx/ifxFont/fonts/frutiger-bold.woff') format('woff'), 
	  url('/cms/ifx/ifxFont/fonts/frutiger-bold.ttf') format('truetype'), 
	  url('/cms/ifx/ifxFont/fonts/frutiger-bold.svg#webfontYvYRvsaG') format('svg');
	font-weight: normal;
	font-style: normal;}
	.ifxFont-Frutiger-Bold {
	  font-weight: normal;
	  font-style: normal;
	  line-height: normal;
	  font-family: 'Frutiger-Bold', Arial, Helvetica, sans-serif;}

@font-face {
	font-family: 'Frutiger-Cn';
	src: url('../fonts/frutiger-cn.eot');
	src: local('☺'), 
		url('/cms/ifx/ifxFont/fonts/frutiger-cn.woff') format('woff'), 
		url('/cms/ifx/ifxFont/fonts/frutiger-cn.ttf') format('truetype'), 
		url('/cms/ifx/ifxFont/fonts/frutiger-cn.svg#webfontevOfekjH') format('svg');
	font-weight: normal;
	font-style: normal;}
	.ifxFont-Frutiger-Cn {
	  font-weight: normal;
	  font-style: normal;
	  line-height: normal;
	  font-family: 'Frutiger-Cn', Arial, Helvetica, sans-serif;}
	  
@font-face {
	font-family: 'Frutiger-BoldCn';
	src: url('/cms/ifx/ifxFont/fonts/frutiger-boldcn.eot');
	src: local('☺'), 
		url('/cms/ifx/ifxFont/fonts/frutiger-boldcn.woff') format('woff'), 
		url('/cms/ifx/ifxFont/fonts/frutiger-boldcn.ttf') format('truetype'), 
		url('/cms/ifx/ifxFont/fonts/frutiger-boldcn.svg#webfontevOfekjH') format('svg');
	font-weight: normal;
	font-style: normal;}
	.ifxFont-Frutiger-BoldCn {
	  font-weight: normal;
	  font-style: normal;
	  line-height: normal;
	  font-family: 'Frutiger-BoldCn', Arial, Helvetica, sans-serif;}
	  
@font-face {
	font-family: 'Helvetica';
	src: url('/cms/ifx/ifxFont/fonts/helvetica.eot');
	src: local('☺'), 
		url('/cms/ifx/ifxFont/fonts/helvetica.woff') format('woff'), 
		url('/cms/ifx/ifxFont/fonts/helvetica.ttf') format('truetype'), 
		url('/cms/ifx/ifxFont/fonts/helvetica.svg#webfontevOfekjH') format('svg');
	font-weight: normal;
	font-style: normal;}
	.ifxFont-Helvetica {
	  font-weight: normal;
	  font-style: normal;
	  line-height: normal;
	  font-family: 'Helvetica', Helvetica, Arial, sans-serif;}
/* ifxFont 1.0 ------------------------------------------------------[END] */