var mainFont = { src: '/flash/dax_light.swf' };
  
  sIFR.useStyleCheck = true;
  sIFR.activate(mainFont);

  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: 'h1',
    css: ['.sIFR-root {color:#7ba758;}'
		, 'a { color: #7ba758; text-decoration:none;}'
		, 'a:hover { color: #7ba758; }'],
    selectable: false, 
	tuneHeight:-5
  });
  
  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: 'h2',
    css: ['.sIFR-root {color:#FFFFFF;}'
		, 'a { color: #FFFFFF; text-decoration:none;}'
		, 'a:hover { color: #FFFFFF; }'],
    selectable: false, 
	tuneHeight:-5
  });
  
  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: 'h3',
    css: ['.sIFR-root {color:#000000;}'
		, 'a { color: #000000; text-decoration:none;}'
		, 'a:hover { color: #000000; }'],
    selectable: false, 
	tuneHeight:-5
  });
  
  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: 'h4',
    css: ['.sIFR-root {color:#000000;}'
		, 'a { color: #000000; text-decoration:none;}'
		, 'a:hover { color: #000000; }'],
    selectable: false, 
	tuneHeight:-5
  });