var centurygothic = { src: '/swfs/centurygothic.swf' };

sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
  selector: 'h1',
  transparent: true,
  css: '.sIFR-root { color: #ffffff; font-weight: bold; font-size: 16px; text-transform:uppercase; }'
});

sIFR.replace(centurygothic, {
  selector: 'h2',
  transparent: true,
  css: '.sIFR-root { color: #2e3f5f; font-weight: normal; font-size: 14px; text-transform:uppercase; }'
});

sIFR.replace(centurygothic, {
  selector: 'h4',
  transparent: true,
  css: '.sIFR-root { color: #2e3f5f; font-weight: bold; font-size: 15px; text-transform:uppercase; text-align: center; }'
});

sIFR.replace(centurygothic, {
  selector: 'h5',
  transparent: true,
  css: '.sIFR-root { color: #2e3f5f; font-weight: bold; font-size: 15px; text-transform:uppercase;}'
});
