var fsingrid = {
      src: '/swf/fsingrid-light.swf'
};
 
sIFR.activate(fsingrid);

sIFR.replace(fsingrid, {
      selector: 'h1.bottomLine',
      css: [
      '.sIFR-root { color:#575653; font-size:30px;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(fsingrid, {
      selector: 'h1,h2.fakeH1,.headline h2',
      css: [
      '.sIFR-root { color:#363636; font-size:30px;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(fsingrid, {
      selector: 'h2.fakeH1 a,.headline h2 a',
      css: [
      '.sIFR-root { color:#770322;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(fsingrid, {
      selector: '.main_story h2',
      css: [
      '.sIFR-root { color:#ffffff; font-size:20px;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(fsingrid, {
      selector: 'h2,.trainingList th',
      css: [
      '.sIFR-root { color:#363636; font-size:20px;}'
      ],
      wmode: 'transparent'
});