/*var font1 = {
	src: '../sifr/fonts/myriad_pro3.swf'
};

sIFR.activate(font1);

sIFR.replace(font1, 
{
	selector: '#menu ul li span', 
	css: [ '.sIFR-root { text-align: left; font-size:24px; font-weight: normal; color:#bf1e2e; cursor:pointer; } a:link{ color:#ffffff; text-decoration:none; font-weight: normal; } a:hover { color:#bf1e2e;text-decoration:none; } ' ],
	transparent : true,
	fitExactly: true,
	forceSingleLine: true,
	tuneHeight : -5
});
sIFR.replace(font1, 
{
	selector: '#intro h2', 
	css: [ '.sIFR-root { text-align: left; font-size:30px; font-weight: strong; color:#bf1e2e; ; } ' ],
	transparent : true,
	fitExactly: true,
	forceSingleLine: true,
	tuneHeight : -5
});
sIFR.replace(font1, 
{
	selector: '#content-right h2', 
	css: [ '.sIFR-root { text-align: left; font-size:30px; font-weight: strong; color:#bf1e2e; } ' ],
	transparent : true,
	fitExactly: true,
	forceSingleLine: true,
	tuneHeight : -5
});
sIFR.replace(font1, 
{
	selector: '#content-left h3', 
	css: [ '.sIFR-root { text-align: left; font-size:20px; font-weight: strong; color:#bf1e2e; } ' ],
	transparent : true,
	fitExactly: true,
	forceSingleLine: true,
	tuneHeight : -5
});*/
