var univers45light = {
	src: 'flash/univers45light.swf'
};
 
sIFR.activate(univers45light);
 
sIFR.replace(univers45light, {
	selector: 'h2',
	css: [
		'.sIFR-root { font-size: 25px; font-weight: normal; color: #6f8ea2; }',
		'em { font-weight: normal; font-style: normal; color: #0d3151; }',
		'strong { font-weight: normal; font-style: normal; color: #0d3151; }'
	],
	wmode: 'transparent',
	offsetTop: '5',
});

sIFR.replace(univers45light, {
	selector: '#foot h3',
	css: [
		'.sIFR-root { font-size: 15px; font-weight: normal; color: #6f8ea2; text-transform: uppercase; }'
	],
	wmode: 'transparent',
	tuneHeight: '-8',
});
