var mainFont = { src: '/flash/helveticaNeueCd.swf' };
  
  sIFR.useStyleCheck = true;
  sIFR.activate(mainFont);

  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: 'h1',
    css: ['.sIFR-root {color:#C22929;}'
		, 'a { color: #C22929; text-decoration:none;}'
		, 'a:hover { color: #C22929; }'],
    selectable: false
  });
  
  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: 'h3',
    css: ['.sIFR-root {color:#686868;}'
		, 'a { color: #686868; text-decoration:none;}'
		, 'a:hover { color: #C22929; }'],
    selectable: false
  });