var futuralight = {
	src: '/modules/core/layout/flash/futuralight3.swf'
};
 
sIFR.activate(futuralight);

sIFR.replace(futuralight, {
	selector: 'h2',
	css: [
		'.sIFR-root { font-size: 27px; text-transform: uppercase; color: #484847; }',
		'a { color: #3D8EA2; text-decoration: none; }',
		'a:hover { color: #1CAACD; }',
		'.h2_pageTitle { color: #FFFFFF; }',
	],
	wmode: 'transparent',
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
});

sIFR.replace(futuralight, {
	selector: 'h3',
	css: [
		'.sIFR-root { font-size:21px; text-transform: uppercase; color: #484847; }',
		'a { color: #3D8EA2; text-decoration: none; }',
		'a:hover { color: #1CAACD; }',
		'.h3_green { color: #ADAF16; }',
		'.h3_green { color: #ADAF16; }',
		'.h3_shiraz { color: #A40A34; }',
		'.h3_silver { color: #AAABAB; }',
		'.h3_blue { color: #006E89; }',
	],
	wmode: 'transparent',
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
});