var arial_narrow = { src: 'include/plugin/sifr/fonts/arial_narrow.swf' };
var tw_cen_mt = { src: 'include/plugin/sifr/fonts/tw_cen_mt.swf' };
var swiss = { src: 'include/plugin/sifr/fonts/swiss.swf' };

sIFR.activate(arial_narrow, tw_cen_mt);

sIFR.replace(swiss, {
	selector: '#text_content h1',
	css: [
	'.sIFR-root { color:#202020; font-weight:normal; letter-spacing:.5; }',
	'a { text-decoration: none; color: #202020; }',
	'a:hover { text-decoration: none; color: #202020; }'
	],
	wmode: 'transparent',
	transparent: true
});

sIFR.replace(swiss, {
	selector: '#text_content h2',
	css: [
	'.sIFR-root { color:#202020; font-weight:normal; letter-spacing:.5; }',
	'a { text-decoration: none; color: #202020; }',
	'a:hover { text-decoration: none; color: #202020; }'
	],
	wmode: 'transparent',
	transparent: true
});

sIFR.replace(swiss, {
	selector: 'h2.header',
	css: [
	'.sIFR-root { color:#ffffff; font-weight:normal; letter-spacing:.5; }',
	'a { text-decoration: none; color: #ffffff; }',
	'a:hover { text-decoration: none; color: #ffffff; }'
	],
	wmode: 'transparent',
	transparent: true
});

sIFR.replace(swiss, {
	selector: 'h3.ref',
	css: [
	'.sIFR-root { color:#202020; font-weight:normal; }',
	'a { text-decoration: none; color: #202020; }',
	'a:hover { text-decoration: none; color: #202020; }'
	],
	wmode: 'transparent',
	transparent: true
});