// HEADING

var sifr_text = { src: 'eurostile_demi.swf' };
	
	sIFR.activate(sifr_text);

	sIFR.replace(sifr_text, {
		selector: 'h1',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align:right; font-weight:normal; color:#FFFFFF; }'  ]
	});

	sIFR.replace(sifr_text, {
		selector: 'h2',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align:left; font-weight:normal; color:#be4f07; }'  ]
	});

	sIFR.replace(sifr_text, {
		selector: 'h3',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align:left; font-weight:normal; color:#262626; }'  ]
	});

	sIFR.replace(sifr_text, {
		selector: 'h4',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align:left; font-weight:normal; color:#262626; }'  ]
	});
	
	sIFR.replace(sifr_text, {
		selector: 'centeredTitle',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align:center; font-weight:normal; color:#262626; }'  ]
	});
	
	sIFR.replace(sifr_text, {
		selector: 'h6',
		wmode: 'transparent',
		css: [ '.sIFR-root { text-align:left; font-weight:normal; color:#b6b6b6; }'  ]
	});


	

