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

sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
  selector: 'h1',
  css: [
		'.sIFR-root { color: #6d6e71; leading: 0; text-indent: 0; }',
		'a { color: #6d6e71; text-decoration: none;}',
		'a:hover { color: #6d6e71; }'
		],
  wmode: 'transparent'
});

sIFR.replace(centurygothic, {
  selector: 'h2',
  css: [
		'.sIFR-root { color: #6d6e71; leading: -7; font-weight:bold;}'
		],
  wmode: 'transparent'
});

sIFR.replace(centurygothic, {
  selector: 'h3',
  css: [
		'.sIFR-root { color: #6d6e71; leading: 0; text-indent: 0; text-align:center;}',
		'a { color: #6d6e71; text-decoration: none;}',
		'a:hover { color: #6d6e71; }'
		],
  wmode: 'transparent'
});