 var fgothic = {
    src: '/sifr/fgothic.swf'
  };
  
  sIFR.activate(fgothic);

  sIFR.replace(fgothic, {
    selector: '.consulting h1.sifr'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #232a61; font-size: 34px;}'
    ]
	,wmode: ['transparent']
  });
  
  
   var fgothicst = {
    src: '/sifr/fgothicst.swf'
  };
  
  sIFR.activate(fgothicst);

  sIFR.replace(fgothicst, {
    selector: '.consulting h2.sifr'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #232a61; font-size: 18px;}'
    ]
	,wmode: ['transparent']
  });
 
 
  var fgothic = {
    src: '/sifr/fgothic.swf'
  };
  
  sIFR.activate(fgothic);

  sIFR.replace(fgothic, {
    selector: '.cornerstone h1.sifr'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #5f7e3b; font-size: 34px;}'
    ]
	,wmode: ['transparent']
  });
  
  
   var fgothicst = {
    src: '/sifr/fgothicst.swf'
  };
  
  sIFR.activate(fgothicst);

  sIFR.replace(fgothicst, {
    selector: '.cornerstone h2.sifr'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #5f7e3b; font-size: 18px;}'
    ]
	,wmode: ['transparent']
  });
  
  