var font_type = {
      src: '/includes/sifr/humanst521-bt.swf'
};


sIFR.activate(font_type);

sIFR.replace(font_type, {
      selector: 'h1.sifr-text'
      ,css: [
      '.sIFR-root { display:block; font-size:20px; font-weight:normal; color:#002B5F; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});
sIFR.replace(font_type, {
      selector: 'h2.sifr-text'
      ,css: [
      '.sIFR-root { display:block; font-size:16x; font-weight:normal; color:#002B5F; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});
sIFR.replace(font_type, {
      selector: 'h3.sifr-text'
      ,css: [
      '.sIFR-root { display:block; font-size:13px; font-weight:normal; color:#002B5F; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});