var interstate = {
   src: 'sifr/EN/interstate.swf'
  };

  sIFR.debugMode = false;
  sIFR.delayCSS  = false;
  sIFR.activate( interstate );


function sifrReplacement()
{

	//HEADER 
	sIFR.replace(interstate, {
	wmode: 'transparent',
	selector: '.header-pagetitle'
	,css: [
	'.sIFR-root { text-align: left;  padding:0; font-weight:bold; font-size: 22px; 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: #cc0000; }'
	]
	});

	//HEADER NORMAL SUB-TEXT
	sIFR.replace(interstate, {
	wmode: 'transparent',
	selector: '.header-subtext'
	,css: [
	'.sIFR-root { text-align: right;  padding:0; font-weight:normal; font-size: 10px; color: #FFFFFF;}'
	,'a {  text-decoration: none;  padding-left:5px; font-weight: normal; color: #FFFFFF; }'
	,'a:link { color: #FFFFFF; }'
	,'a:hover { color: #000000; text-decoration: underline; }'
	]
	});

	//HEADER TWO LINE SUB-TEXT
	sIFR.replace(interstate, {
	wmode: 'transparent',
	selector: '.header-subtext-2'
	,css: [
	'.sIFR-root { text-align: right;  padding:0; font-weight:normal; font-size: 10px; color: #000000;}'
	,'a {  text-decoration: underline;  padding-left:5px; font-weight: normal; color: #679000; }'
	,'a:link { color: #679000; }'
	,'a:hover { color: #000000; text-decoration: underline; }'
	]
	});

}
 sifrReplacement();