   var font = {
    src: '/flash/sifr.swf'  };
	
  sIFR.activate(font);
  sIFR.replace(font, {
    selector: 'h1.custom-font-black'
    ,css: [
      '.sIFR-root { color:#112530;font-size:34px;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #112530; }'   
		,'a:hover { color: #112530; }'
    ], wmode:"transparent"
  }); 
  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:14px;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #84BB21; }'   
		,'a:hover { color: #84BB21; }'
    ], wmode:"transparent"
  }); 
   sIFR.replace(font, {
    selector: '.custom-font-blue'
    ,css: [
      '.sIFR-root { color:#41afd3;font-size:20px;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #41afd3; }'   
		,'a:hover { color: #41afd3; }'
    ], wmode:"transparent"
  }); 
   
   sIFR.replace(font, {
    selector: '.custom-font-lightgrey'
    ,css: [
      '.sIFR-root { color:#939598;font-size:14px;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #939598; }'   
		,'a:hover { color: #939598; }'
    ], wmode:"transparent"
  }); 
   
   sIFR.replace(font, {
    selector: '.custom-font-darkgrey'
    ,css: [
      '.sIFR-root { color:#425159;font-size:14px;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #425159; }'   
		,'a:hover { color: #425159; }'
    ], 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-blue-small'
    ,css: [
      '.sIFR-root { color:#41B0AA;font-size:12px;font-weight:bold;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #41B0AA; }'   
		,'a:hover { color: #41B0AA; }'
    ], 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"
  });
  sIFR.replace(font, {
    selector: '.custom-font-case-study'
    ,css: [
      '.sIFR-root { color:#949599;font-size:24px;text-align:right;}' 
	 	,'a { text-decoration: none; }'
     	,'a:link { color: #949599; }'   
		,'a:hover { color: #949599; }'
    ], wmode:"transparent"
  });
