var sifrGillSans = {
		src: '/site/sifr/sifrGillSans.swf', ratios:[10,1.32,16,1.27,19,1.23,25,1.22,30,1.21,32,1.19,33,1.2,37,1.19,38,1.2,51,1.19,55,1.18,56,1.19,84,1.18,86,1.17,88,1.18,89,1.17,90,1.18,93,1.17,94,1.18,1.17]
		
};
	
	sIFR.useStyleCheck = true;
	sIFR.activate(sifrGillSans); // From revision 209 and onwards
	
	//sIFR.debug.ratios({ src: '/site/sifr/sifrGillSans.swf', selector: 'h1' });
	
	sIFR.replace(sifrGillSans, {selector: 'h1', css: ['.sIFR-root {color:#333333;}'],wmode: 'transparent'});
	
	sIFR.replace(sifrGillSans, {selector: 'h2', css: ['.sIFR-root {color:#333333;}'],wmode: 'transparent'});
	
	sIFR.replace(sifrGillSans, {selector: 'h3', css: ['.sIFR-root {color:#333333;}'],wmode: 'transparent'});
	
	sIFR.replace(sifrGillSans, {selector: '.captionBG h4', css: ['.sIFR-root {color:#FFFFFF; cursor: pointer;}',
		'a { text-decoration: none; }',
		'a:link { color: #FFFFFF; text-decoration: none; }',
		'a:hover { color: #FFFFFF; text-decoration: underline; }',
		'a:active { color: #FFFFFF; text-decoration: underline; }'],wmode: 'transparent'});

