   var font = {
    src: '/flash/sifr.swf'  };
sIFR.useStyleCheck = true;
sIFR.activate(font);

  sIFR.replace(font, {
    selector: '.custom-font'
    ,css: [
      '.sIFR-root {position: relative; color:#9cff00;font-size:14px;line-height:14px;font-weight:bold;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #9cff00; }'   
		,'a:hover { color: #9cff00; }'
    ], wmode:"transparent", fixWrap:true
  });
  
  sIFR.replace(font, {
    selector: '.custom-font-green'
    ,css: [
      '.sIFR-root {position: relative; color:#84BB21;font-size:20px;line-height:20px;font-weight:bold;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #84BB21; }'   
		,'a:hover { color: #84BB21; }'
    ], wmode:"transparent", fixWrap:true
  }); 
   
  sIFR.replace(font, {
    selector: '.custom-font-black'
    ,css: [
      '.sIFR-root {position: relative; color:#112530;font-size:20px;line-height:20px;font-weight:bold;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #112530; }'   
		,'a:hover { color: #112530; }'
    ], wmode:"transparent", fixWrap:true
  }); 
  
  sIFR.replace(font, {
    selector: '.custom-font-black-small'
    ,css: [
      '.sIFR-root {position: relative; color:#112530;font-size:12px;line-height:12px;font-weight:bold;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #112530; }'   
		,'a:hover { color: #112530; }'
    ], wmode:"transparent", fixWrap:true
  });
  
  sIFR.replace(font, {
    selector: '.custom-font-grey'
    ,css: [
      '.sIFR-root {position:relative;color:#949599;font-size:20px;line-height:20px;font-weight:bold;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #949599; }'   
		,'a:hover { color: #949599; }'
    ], wmode:"transparent", fixWrap:true
  });
  
  sIFR.replace(font, {
    selector: '.custom-font-white'
    ,css: [
      '.sIFR-root {position:relative;color:#ffffff;font-size:14px;line-height:14px;font-weight:bold;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #ffffff; }'   
		,'a:hover { color: #ffffff; }'
    ], wmode:"transparent", fixWrap:true
  });

