var futura = {
   src: 'sifr/EN/futura.swf'
  };

  sIFR.debugMode = false;
  sIFR.delayCSS  = false;
  sIFR.activate( futura );


function sifrReplacement()
{

	//HEADER 
	sIFR.replace(futura, {
	wmode: 'transparent',
	selector: '.header-pagetitle'
	,css: [
	'.sIFR-root { text-align: left;  padding:0; font-weight:bold; font-size: 24px; color: #FFFFFF;}'
	,'a { text-decoration: none; text-align: left;  padding:0; font-weight:bold; font-size: 18px; color: #FFFFFF; }'
	,'a:link { color: #FFFFFF; }'
	,'a:hover { color: #f97120; }'
	]
	});

	//HEADER NORMAL SUB-TEXT
	sIFR.replace(futura, {
	wmode: 'transparent',
	selector: '.header-subtext'
	,css: [
	'.sIFR-root { text-align: right;  padding:0; font-weight:normal; font-size: 10px; color: #FFFFFF;}'
	,'a {  text-decoration: underline;  padding-left:5px; font-weight: normal; color: #FFFFFF; }'
	,'a:link { color: #FFFFFF; }'
	,'a:hover { color: #FF0000; text-decoration: underline; }'
	]
	});

}
 sifrReplacement();