var trebuchet = { src: 'library/flash/trebuchet.swf' };

sIFR.activate(trebuchet);
sIFR.replace(trebuchet, {
	//selector: 'h2.cpost-title',
	selector: 'td.preContent',
	css: [
	'.sIFR-root { font-size: 14px; font-weight: normal; color: #000000; text-align: justify }'
	],
	wmode: 'transparent'
} );

sIFR.replace(trebuchet, {
	//selector: 'h2.cpost-title',
	selector: 'td.subHeader',
	css: [
	'.sIFR-root { font-size: 16px; font-weight: normal; color: #000000; padding: 0 }'
	],
	wmode: 'transparent'
} );

sIFR.replace(trebuchet, {
	//selector: 'h2.cpost-title',
	selector: 'div.footRef',
	css: [
	'.sIFR-root { font-size: 10px; font-weight: normal; color: #000000; margin: 0px 0px 0px -20px}'
	],
	wmode: 'transparent'
} );

