var amType = {
      src: 'http://www.newsforcenetwork.com/swfs/amType.swf'
};
 
sIFR.activate(amType);

sIFR.replace(amType, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:21px; font-weight:normal; color:#ed7804; margin:0; padding:0}'
      ],
      wmode: 'transparent'
});

sIFR.replace(amType, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#A30000; margin:0; padding:0}'
      ],
      wmode: 'transparent'
});

sIFR.replace(amType, {
      selector: 'h2.boxHed',
      css: [
      '.sIFR-root { font-size:21px; font-weight:normal; color:#646261; margin:0; padding:0}'
      ],
      wmode: 'transparent'
});

sIFR.replace(amType, {
      selector: '.h3inline',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#005a78; margin:0; padding:0px}'
      ],
      wmode: 'transparent'
});

sIFR.replace(amType, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:21px; font-weight:normal; color:#005a78; margin:0; padding:0px}'
      ],
      wmode: 'transparent'
});