var fenice = {
  src: '/assets/flash/sifr3-372/fenice-lt-r372.swf'
};
var lucidaGrande = {
  src: '/assets/flash/sifr3-372/lucida-grande-r372.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(fenice);
sIFR.activate(lucidaGrande);

sIFR.replace(fenice, {	
    selector: '.site-search span.heading'
    ,wmode: 'opaque'
    ,css: [
      '.sIFR-root { color: #004e92; font-size: 19px; }'
    ]
  });

sIFR.replace(fenice, {	
    selector: '.secondary-column h1, .secondary-column .headingH1'
    ,wmode: 'opaque'
    ,css: [
      '.sIFR-root { color: #004e92; font-size: 22px; }'
    ]
  });
  
sIFR.replace(lucidaGrande, {
    selector: '.conspicuous-box-inner span.heading'   
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #e71802; font-weight:bold; font-size:14px; leading:0; }'
	]
  });   
   
   sIFR.replace(lucidaGrande, {
    selector: 'span.heading'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #004e92; font-weight:bold; word-spacing:normal; font-size:14px; leading:0; }'
	]
  });
    
sIFR.replace(fenice, {	
    selector: '.content-banner-inner p strong'
    ,wmode: 'opaque'
    ,css: [
      '.sIFR-root { color: #004e92; font-size: 18px; }'
    ]
  });