var font_type = {
      src: '/includes/sifr/helveticaNeue-lt-45-light.swf'
};


sIFR.activate(font_type);

sIFR.replace(font_type, {
      selector: 'h1.sifr-text'
      ,css: [
      '.sIFR-root { display:block; font-size:24px; font-weight:normal; color:#3A3F81; }'
      ,'strong { color: #F99615; font-weight:normal; }'
      ]
      ,wmode: 'transparent'
});
sIFR.replace(font_type, {
      selector: 'h1.title'
      ,css: [
      '.sIFR-root { display:block; font-size:24px; font-weight:normal; color:#3A3F81; }'
      ]
      ,wmode: 'transparent'
});
sIFR.replace(font_type, {
      selector: 'h2.sifr-text'
      ,css: [
      '.sIFR-root { display:block; font-size:18px; font-weight:normal; color:#3A3F81; }'
      ,'strong { color: #969507; font-weight:normal; }'
      ,'em { color: #F99615; font-weight:normal; font-style: normal; }'
      ]
      ,wmode: 'transparent'
});