var font_1 = {
      src: 'ci08/font_1.swf'
};
 
sIFR.activate(font_1);
 
sIFR.replace(font_1, {
      selector: 'h2.fHeading',
      css: [
      '.sIFR-root { font-size:32px; font-weight:normal; letter-spacing:-1; kerning:true; color:#39577B; }',
	  'strong { font-weight:normal; color:#80E2EE; }'
      ],
	 /* filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#07101B'
        ,strength: 2
      }
    },*/
      wmode: 'transparent'
});
