
	var Helvetica = {
		src: 'includes/HelveticaNeueLTD.swf' ,
	    ratios:[6, 1.49, 8, 1.5, 9, 1.44, 12, 1.45, 17, 1.42, 18, 1.39, 23, 1.4, 24, 1.37, 30, 1.38, 39, 1.37, 54, 1.36, 89, 1.35, 90, 1.34, 92, 1.35, 93, 1.34, 95, 1.35, 1.34]   
	};
	var Trebuchet= {
		src: 'includes/TrebuchetMS.swf',
	    ratios:[6, 1.49, 8, 1.5, 9, 1.44, 12, 1.45, 17, 1.42, 18, 1.39, 23, 1.4, 24, 1.37, 30, 1.38, 39, 1.37, 54, 1.36, 89, 1.35, 90, 1.34, 92, 1.35, 93, 1.34, 95, 1.35, 1.34]   
	};
	sIFR.activate(Helvetica, Trebuchet);
	sIFR.replace(Helvetica, {
		selector: '.headerwhite',
		
		wmode: 'transparent',
		css: '.sIFR-root { color: #FFFFFF; }',
		tuneHeight: -5,
		offsetTop: 3,
		forceSingleLine: true
	});
	sIFR.replace(Helvetica, {
		selector: '.headerblue',
		
		wmode: 'transparent',
		css: '.sIFR-root { color: #3c5394; }',
		tuneHeight: -5,
		offsetTop: -5,
		forceSingleLine: true
	});
	sIFR.replace(Trebuchet, {
		selector: '.trebuchet_sub',
		
		wmode: 'transparent',
		css: '.sIFR-root { color: #000000; }',
		tuneHeight: 0,
		offsetTop: 3,
		forceSingleLine: false
	});
	sIFR.replace(Trebuchet, {
		selector: '.trebuchet_ct',
		
		wmode: 'transparent',
		css: '.sIFR-root { color: #333333; }',
		tuneHeight: 0,
		offsetTop: 3,
		forceSingleLine: false
	});
	sIFR.replace(Trebuchet, {
		selector: '.trebuchet_sub_white',		
		wmode: 'transparent',
		css: '.sIFR-root { color: #ffffff; }',
		tuneHeight: -5,
		offsetTop: 3,
		forceSingleLine: false
	});
	sIFR.replace(Trebuchet, {
		selector: '.trebuchet_ct_white, .lifooter',
		
		wmode: 'transparent',
		css:['.sIFR-root { color: #bbbbbb; font-weight: normal;}',
			'.sIFR-root a { color: #ffffff; text-decoration: underline; }',
			'.sIFR-root a:hover { color: #ffffff; text-decoration: none; }',
			'.sIFR-root a:visited { color: #ffffff; text-decoration: none; }',
			'.sIFR-root a:active { color: #ffffff; text-decoration: none; }'],
		tuneHeight: 3,
		offsetTop: 3,
		forceSingleLine: false
	});
	sIFR.replace(Trebuchet, {
		selector: '.trebuchet_ct_iw',
		
		wmode: 'transparent',
		css:['.sIFR-root { color: #bbbbbb; font-weight: normal;font-style: italic;}',
			'.sIFR-root a { color: #ffffff; text-decoration: underline; }',
			'.sIFR-root a:hover { color: #ffffff; text-decoration: none; }',
			'.sIFR-root a:visited { color: #ffffff; text-decoration: none; }',
			'.sIFR-root a:active { color: #ffffff; text-decoration: none; }'],
		tuneHeight: -2,
		offsetTop: -1,
		forceSingleLine: false
	});
   
		
