var helvetica = {
  src: 'http://code.brightonconsulting.net.au/sifr3/fonts/helvetica65.swf'
};


  sIFR.activate(helvetica);
  
  sIFR.replace(helvetica, {
    selector: 'div#page_title h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00486f; font-size:24px;}'
    ]
  });
  sIFR.replace(helvetica, {
    selector: 'div#campaign_title'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; font-size:30px; text-align:right;}'
    ]
  });
/*  
  sIFR.replace(helvetica, {
    selector: 'div#page_top'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ccdae2; font-size:24px; text-align:right; text-transform:uppercase; padding-right:15px;}'
    ]
  });
*/
  
  
  
  
  
