   var themix = {
    src: '/assets/sifr/themix.swf'
  };
  
   var themixBOLD = {
    src: '/assets/sifr/themixBOLD.swf'
  };

sIFR.delayCSS  = true;
 
sIFR.activate(themix);

sIFR.replace(themix, {
    selector: '#mainContent #inner_content h1, #s1 #container #mainContent #main-content-wrapper .main-content-text-left h1, #s4 #container #mainContent #news-intro h1'
    ,css: [
      '.sIFR-root { color:#333; font-size:22px; leading:3px;  }'
	

    ]
	,wmode: 'transparent'
	
  });


sIFR.delayCSS  = true;
 
sIFR.activate(themixBOLD);

sIFR.replace(themixBOLD, {
    selector: '.main-content-text-left h1'
    ,css: [
      '.sIFR-root { color:#B80013; font-size:16px; leading:0px;  }'
	

    ]
	,wmode: 'transparent'
	
  });


sIFR.delayCSS  = true;
 
sIFR.activate(themixBOLD);

sIFR.replace(themixBOLD, {
    selector: '.sidebar_client_logos_heading h2	'
    ,css: [
      '.sIFR-root { color:#B80013; font-size:16px; leading:0px;  }'
	

    ]
	,wmode: 'transparent'
	
  });



	

	
	

	

