
var TwCentury = { src: 'common/typefaces/TwCentury.swf' };
sIFR.activate(TwCentury);


sIFR.replace(TwCentury, {
  selector: 'h1',
  wmode: 'transparent',
  css: [
  		'.sIFR-root { font-size: 24px; color: #FA6C15; font-style: italic; margin: 0; padding: 0; }',
		],
});

sIFR.replace(TwCentury, {
  selector: 'h2',
  wmode: 'transparent',
  css: [
  		'.sIFR-root { font-size: 18px; color: #A42F56; text-transform: uppercase; text-align: center; }',
		],
});

sIFR.replace(TwCentury, {
  selector: 'h3',
  wmode: 'transparent',
  css: [
  		'.sIFR-root { font-size: 18px; margin-top: 0; padding-top: 0; }',
  		' a {color: #A42F56; text-decoration: none;}',
		' a:hover {color: #A42F56; text-decoration: underline;}'
		],
});


sIFR.replace(TwCentury, {
  selector: 'h4',
  wmode: 'transparent',
  css: [
  		'.sIFR-root { font-size: 18px; color: #000000; text-align: center; }',
		],
});



