var lucidacalligraphy = {
  src: '/sifr/sifr_lucida_calligraphy.swf'
};

sIFR.activate(lucidacalligraphy);

sIFR.replace(lucidacalligraphy, {
  selector: 'h1.centered',
  css: [
   '.sIFR-root { color:#464c7f; text-align:center; }'
  ]
});

sIFR.replace(lucidacalligraphy, {
  selector: 'h1',
  css: [
   '.sIFR-root { color:#464c7f; }'
  ]
});

sIFR.replace(lucidacalligraphy, {
  selector: '.header_centered',
  css: [
   '.sIFR-root { color:#464c7f; text-align:center; }'
  ]
});

sIFR.replace(lucidacalligraphy, {
  selector: '.header_medium',
  css: [
   '.sIFR-root { color:#464c7f; }'
  ]
});
