// Load Fonts
var helveticaLight = {src:'/f/helvetica_light.swf'};


sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(helveticaLight);


sIFR.replace(helveticaLight, {
  selector: 'h2',
  css: '.sIFR-root { color: #6699CC; text-transform: lowercase; } .sIFR-root a { color: #889933; text-decoration: none; } .sIFR-root a:hover { color: #778822; }'
});

sIFR.replace(helveticaLight, {
  selector: 'h3',
  css: '.sIFR-root { color: #6699CC; } .sIFR-root a { color: #889933; text-decoration: none; } .sIFR-root a:hover { color: #778822; }'
});
