var eurostile = {
	src: '/modules/core/layout/flash/eurostile.swf'
};
 
sIFR.activate(eurostile);

sIFR.replace(eurostile, {
	selector: 'h1.sifr',
	css: ['.sIFR-root { font-size: 24px; color: #8E0000; }'],
	sColor: '#8E0000',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'h2.sifr',
	css: ['.sIFR-root { font-size: 24px; color: #8E0000; }'],
	sColor: '#8E0000',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'h2 a.sifr',
	css: ['.sIFR-root { font-size: 24px; color: #8E0000; }'],
	sColor: '#8E0000',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'h3.sifr',
	css: ['.sIFR-root { font-size: 16px; color: #42381A; font-weight: bold; }'],
	sColor: '#42381A',
	wmode: 'transparent'
});
