
var font = { src: websiteURL+'swf/font.swf' };	//futura LT light 

sIFR.activate(font);

/**/

function sifr_fix()
{
	sIFR.replace(font, {
      selector: '.news_title .h1',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:26px; color:#b2afaf; margin:0; padding:0; }'        
      ]
    });
}

sifr_fix();



sIFR.replace(font, {
  selector: '#siteHeaderRight h1',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size:32px; color:#b2afaf; margin:0; padding:0; text-align:center; }'        
  ]
});




sIFR.replace(font, {
  selector: '.cancer_support h3',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size:22px; color:#8e006e; margin:0; padding:0; }'        
  ]
});


sIFR.replace(font, {
  selector: '.cancer_support .h1',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size:22px; color:#8e006e; margin:0; padding:0; }'        
  ]
});
sIFR.replace(font, {
  selector: '.cancer_support_right .h1',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size:18px; color:#8e006e; margin:0; padding:0; }'        
  ]
});



sIFR.replace(font, {
  selector: '.cancer_support h4',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size:19px; color:#8e006e; margin:0; padding:0; }'        
  ]
});
