//<[CDATA[

	var font1 = { src: 'flash/century.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1);

sIFR.replace(font1, {
selector: 'h1'
,css: [

'.sIFR-root { color:#000000; font-size:23px; font-style:normal; font-weight:normal;}'
,'em { font-style:normal; font-weight:normal; color:#79013e; font-size:140px; }'
,'strong { font-size:140px; color:#ffb020; }'
,'a { color:#ff0000; text-decoration: none; }'
,'a:visited { color:#ff0000; text-decoration: none; }'
,'a:hover { color:#ff0000; text-decoration: none; }'
]

, wmode: 'transparent'

});


sIFR.replace(font1, {
selector: 'h2'
,css: [

'.sIFR-root { color:#79013e; font-size:20px; font-style:normal;}'
,'a { color:#ff0000; text-decoration: none; }'
,'a:visited { color:#ff0000; text-decoration: none; }'
,'a:hover { color:#ff0000; text-decoration: none; }'
]

, wmode: 'transparent'

});


sIFR.replace(font1, {
selector: 'h3'
,css: [

'.sIFR-root { color:#ffb020; font-size:14px; font-style:normal; font-weight:bold;}'
,'a { color:#ff0000; text-decoration: none; }'
,'a:visited { color:#ff0000; text-decoration: none; }'
,'a:hover { color:#ff0000; text-decoration: none; }'
]

, wmode: 'transparent'

});