	var frutigerBoldCn = {
		src: '/associations/5812/swfs/frutiger_boldcn.swf'
	};
	
	var helveticaNeueExt = {
		src: '/associations/5812/swfs/helneue_ext.swf'
	};

	sIFR.activate(frutigerBoldCn, helveticaNeueExt);
	
	sIFR.replace(helveticaNeueExt, {
		selector: 'td.title h1'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #ffffff; text-align: center; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(helveticaNeueExt, {
		selector: 'h1'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #ffffff; text-align: left; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(frutigerBoldCn, {
		selector: 'td#leftnavcell h3'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #06367c; text-align: center; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(frutigerBoldCn, {
		selector: 'td#leftnavcell h6'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #06367c; text-align: center; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(frutigerBoldCn, {
		selector: 'td#rightnavcell h4'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #06367c; text-align: center; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
