var helvetica = {
   src : '/campaign/flash/helvetica-sifr.swf'};
var helveticaRatio = [8, 1.41, 11, 1.31, 15, 1.29, 25, 1.25, 28, 1.23, 32, 1.22, 33, 1.23, 39, 1.22, 56, 1.21, 59, 1.2, 60, 1.21, 91, 1.2, 92, 1.19, 102, 1.2, 103, 1.19, 107, 1.2, 108, 1.19, 110, 1.2, 114, 1.19, 115, 1.2, 119, 1.19, 120, 1.2, 124, 1.19, 1.2];

sIFR.activate(helvetica);
//sIFR.debug.ratios({ src: '/flash/helvetica-sifr.swf', selector: 'h1' });



sIFR.replace(helvetica, {
   nPaddingBottom : '3', selector : '.goalBoxReceived', ratios : helveticaRatio, wmode : 'transparent', css : {
      '.sIFR-root': {
         'color': '#000000' }
		 
      }
   }
); 


sIFR.replace(helvetica, {
   nPaddingBottom : '3', offsetTop : '6', selector : '.callout h1', ratios : helveticaRatio, css : {
      '.sIFR-root': {
         'background-color': '#e6e4dd', 'color': '#d0491c'}
      }
   }
);
sIFR.replace(helvetica, {
   nPaddingBottom : '3', offsetTop : '6', selector : '#contentLeft h1', ratios : helveticaRatio, wmode : 'transparent', css : {
      '.sIFR-root': {
         'color': '#4E3A1F'}
      }
   }
);

