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

sIFR.activate(centurygothic);
sIFR.replace(centurygothic, {
  selector: 'h2',
  transparent: true,
  css: '.sIFR-root { color: #930011; font-weight: bold; font-size: 18px; }'
});


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

