var helvatica = { src: '/flash/sifr.swf' };


sIFR.activate(helvatica);

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h1',
  css: '.sIFR-root { background-color: #ffffff; color: #323232; }'
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h2',
  css: '.sIFR-root { background-color: #ffffff; color: #323232; }'
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h3',
  css: '.sIFR-root { background-color: #ffffff; color: #323232; }'
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: '.PortWhiteHeader',
  css: '.sIFR-root { background-color: #ffffff; color: #ffffff; }'
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: '.TestimonialGreyCopy',
  css: '.sIFR-root { background-color: #ffffff; color: #7a7a7a; }'
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: '.TestimonialRedCopy',
  css: '.sIFR-root { background-color: #ffffff; color: #ca0016; }'
});







