//<[CDATA[
  
  var sifrfont = {
    src: '/sifrfont.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
  
 
  sIFR.useStyleCheck = true;//replaces before pageload
  sIFR.activate(sifrfont);//activate font
  
  sIFR.replace(sifrfont, {
  selector: 'h1.h1green, h2.h2green, h3.h3green'
  ,css: { 
 
  '.sIFR-root':{'color': '#4c651e', 'leading': '-5'}
  }
  
 
  
  ,fixtExactly: true
	,wmode: 'transparent'
  });
  
  

  
  
  sIFR.replace(sifrfont, {
  selector: 'h1.h1brown, h2.h2brown, h3.h3brown'
  ,css: {
  '.sIFR-root':{'color': '#f3aa59'}
  }
  
  ,fixtExactly: true
	,wmode: 'transparent'
  });
  
  
  
  
   sIFR.replace(sifrfont, {
  selector: 'h1.h1orange, h2.h2orange, h3.h3orange'
  ,css: {
  '.sIFR-root':{'color': '#4c2b0d'}
  }
  
  ,fixtExactly: true
	,wmode: 'transparent'
  });
     
  
   sIFR.replace(sifrfont, {
  selector: 'h1.h1deepgreen, h2.h2deepgreen, h3.h3deepgreen'
  ,css: {
  '.sIFR-root':{'color': '#273809'}
  }
  
  ,fixtExactly: true
	,wmode: 'transparent'
  });  
  
   sIFR.replace(sifrfont, {
  selector: 'h1.h1blue, h2.h2blue, h3.h3blue'
  ,css: {
  '.sIFR-root':{'color': '#00474c'}
  }
  
  ,fixtExactly: true
	,wmode: 'transparent'
  });
      
  
  
  
   sIFR.replace(sifrfont, {
  selector: 'h1.h1darkblue, h2.h2darkblue, h3.h3darkblue'
  ,css: {
  '.sIFR-root':{'color': '#ffffff'}
  }
  
  ,fixtExactly: true
	,wmode: 'transparent'
  });
   
  
     sIFR.replace(sifrfont, {
  selector: 'h1.h1black, h2.h2black, h3.h3black'
  ,css: {
  '.sIFR-root':{'color': '#ffffff'}
  }
  
  ,fixtExactly: true
	,wmode: 'transparent'
  });
  
  //]]>
