var eurostile = { src: '/flash/sifr3/eurostile.swf' };
var FuturaMdCnBT = { src: '/flash/sifr3/Futura-MdCn-BT.swf' };
sIFR.activate(eurostile);
sIFR.activate(FuturaMdCnBT);

sIFR.replace(eurostile, {
  selector: 'h1.white',
  css: '.sIFR-root {color:#ffffff; margin:0; padding:0;text-transform:uppercase;}',
  wmode: 'transparent'  
});

sIFR.replace(eurostile, {
  selector: 'h1',
  css: '.sIFR-root {color:#000000; margin:0; padding:0;text-transform:uppercase;}',
  wmode: 'transparent'  
});

sIFR.replace(eurostile, {
  selector: 'h2.big',
  css: '.sIFR-root {color: #000000; margin:0; padding:0; text-transform:uppercase;}',
  wmode: 'transparent'  
});

sIFR.replace(eurostile, {
  selector: 'h2.right_col_heading',
  css: '.sIFR-root {color: #cab441; font-weight:bold; margin:0; padding:0; text-transform:uppercase;text-align:center;}',
  filters: {
        DropShadow: {
           distance: 1
          ,color: '#000000'
          ,strength: 2
          ,alpha: .5
        }
      },
  wmode: 'transparent'  
});


sIFR.replace(eurostile, {
  selector: 'h2',
  css: '.sIFR-root {color: #414141; margin:0; padding:0; text-transform:uppercase;}',
  wmode: 'transparent'  
});

sIFR.replace(eurostile, {
	selector: 'h3.bold_black',
	css: '.sIFR-root {color:#000000;text-transform:uppercase; font-weight:bold;text-align:center;}',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'h3.footer_white',
	css: '.sIFR-root {color:#eceaed;text-transform:uppercase; font-weight:bold;}',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'h3.white',
	css: '.sIFR-root {color: #ffffff; margin:0; padding:0; text-transform:uppercase; text-align:center;}',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'h3',
	css: '.sIFR-root {color: #00713D; margin:0; padding:0; text-transform:uppercase;}',
	wmode: 'transparent'
});

sIFR.replace(FuturaMdCnBT, {
	selector: 'h4',
	css: '.sIFR-root {color: #000000; margin:0; padding:0; text-transform:uppercase;}',
	wmode: 'transparent'
});
