//<[CDATA[

	var font1 = { src: '/flash/tw_cen.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1);

sIFR.replace(font1, {
selector: 'h1'
,css: [

'.sIFR-root { color:#ff0000; font-size:47px; 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: 'h6'
,css: [

'.sIFR-root { color:#2f5682; font-size:27px; font-style:normal;}'
,'a { color:#2f5682; text-decoration: none; }'
,'a:visited { color:#2f5682; text-decoration: none; }'
,'a:hover { color:#2f5682; text-decoration: none; }'
]

, wmode: 'transparent'

});
