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