
var lucida_grande = {
	src: 'static/sifr/fonts/lucida_grande.swf',
	ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
};

var calibri = {
	src: 'static/sifr/fonts/calibri(3).swf',
	ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
};

sIFR.useStyleCheck = true;
sIFR.activate(lucida_grande);
sIFR.activate(calibri);

sIFR.replace(calibri, 
{
	selector: 'h2',
	wmode: 'transparent',
	css: 
	['.sIFR-root { color: #333333; }']
});

sIFR.replace(calibri, 
{
	selector: '#contact_sidebar h3',
	wmode: 'transparent',
	css: [
			'.sIFR-root { color: #ffffff; }'
    ]
});

sIFR.replace(calibri, 
{
	selector: '.page_links h3,.content h3, #sidebar h3',
	wmode: 'transparent',
	css: 
	['.sIFR-root { color: #333333; }']
});

sIFR.replace(calibri, 
{
	selector: 'h2',
	wmode: 'transparent',
	css: 
	['.sIFR-root { color: #7d1653; }']
});

sIFR.replace(calibri, 
{
	selector: '.new h4',
	wmode: 'transparent',
	css: 
	['.sIFR-root { color: #7d1653; }']
});



sIFR.replace(calibri, 
{
	selector: '#intro p',
	wmode: 'transparent',
	css: 
	[
      '.sIFR-root { color: #ffffff; }'
    ]
});


  