var font1 = {
	src: '/stylesheet/sifr/fonts/unibody.swf'
};

sIFR.activate(font1);

sIFR.replace(font1, 
{
	selector: 'h2.sifr', 
	css: [ '.sIFR-root { text-align: left; font-size:18px; line-height:25px; text-transform:uppercase; font-weight: bold; color:#494949; } ' ],
	transparent : true,
	fitExactly: true,
	forceSingleLine : true,
	tuneHeight : -5
});