
var normal_font = {
	src: 'sifr/font_normal.swf'
};

sIFR.activate(normal_font);

sIFR.replace(normal_font, {
	selector: 'div#main_content h2',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #91268F; }'
	],
	preventWrap:true,
	forceWidth:true,
	fitExactly:true,
	forceSingleLine:true
});	

sIFR.replace(normal_font, {
	selector: 'div#main_content_top_outline h2',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #91268F; }'
	],
	preventWrap:true,
	forceWidth:true,
	fitExactly:true,
	forceSingleLine:true
});	

sIFR.replace(normal_font, {
	selector: 'li.category-title',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #FFFFFF; }'
	],
	preventWrap:true,
	forceWidth:true,
	fitExactly:true,
	forceSingleLine:true
});	