var eurostile = {
  src: '/sifr/eurostile.swf'
};
sIFR.activate(eurostile);
sIFR.replace(eurostile, {
  selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; background-color: #677980; color: #CCF102;  }'
      ,'a { text-decoration: none; }'
    ],
	wmode: 'transparent',
	filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#330000'
        ,strength: 1
      }}

});
sIFR.replace(eurostile, {
  selector: 'h4'
    ,css: [
      '.sIFR-root { text-align: left; background-color: #677980; color: #FFFFFF; }'
      ,'a { text-decoration: none; }'
    ],
	wmode: 'transparent'    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#330000'
        ,strength: 1
      }}
});
sIFR.replace(eurostile, {
  selector: 'h5'
    ,css: [
      '.sIFR-root { text-align: right; background-color: #677980; color: #FFFFFF; }'
      ,'a { text-decoration: none; }'
    ],
	wmode: 'transparent'
});
sIFR.replace(eurostile, {
  selector: 'h6'
    ,css: [
      '.sIFR-root { text-align: right; background-color: #677980; color: #FFFFFF; }'
      ,'a { text-decoration: none; }'
    ],
	wmode: 'transparent'
});

