var font1 = {
	src: '/js/sifr/fonts/atlanta.swf'
};

sIFR.activate(font1);

sIFR.replace(font1, 
{
	selector: 'h1.head', 
	css: [ '.sIFR-root { text-align: left; font-size:22px; font-weight: normal; color:#666666; } ' ],
	transparent : true,
	fitExactly: true,
	forceSingleLine : true,
	tuneHeight : -5
});


sIFR.replace(font1, 
{
	selector: 'h3', 
	css: [ '.sIFR-root { text-align: left; font-size:22px; font-weight: normal; color:#666666; } ' ],
	transparent : true,
	fitExactly: true,
	forceSingleLine : true,
	tuneHeight : -5
});

sIFR.replace(font1, 
{
	selector: 'h4', 
	css: [ '.sIFR-root { text-align: left; font-size:15px; font-weight: normal; color:#666666; } ' ],
	transparent : true,
	fitExactly: true,
	forceSingleLine : true,
	tuneHeight : -5
});

