var helvetica = {
  src: '/fonts/helvetica.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(helvetica);

sIFR.replace(helvetica, {
  selector: 'h1.bluebackground-greentext',
  selectable: true,
  css: {
    '.sIFR-root': { 'color': '#ff6c00', 'background-color': '#daf0f6', 'font-size': '18px' } }
});

sIFR.replace(helvetica, {
  selector: 'h1.bluebackground',
  selectable: true,
  css: {
    '.sIFR-root': { 'color': '#294a75', 'background-color': '#e0f6ff',  'font-size': '18px' } }
});

sIFR.replace(helvetica, {
  selector: 'h1.graybackground',
  selectable: true,
  css: {
    '.sIFR-root': { 'color': '#666666', 'background-color': '#eeeeee',  'font-size': '18px' } }
});

sIFR.replace(helvetica, {
  selector: 'h1',
  selectable: true,
  css: {
    '.sIFR-root': { 'color': '#666666', 'font-size': '18px' } }
});