var ffont = {   src: '/fonts/centgothic-378.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.delayCSS  = true;
sIFR.activate(ffont);
 
var blue = '#0096ff';
var blueh= '#0096ff';

var orange = '#CC6666';
var orangeh= '#CC6666';

sIFR.replace(ffont, {
	selector: 'h1'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: '+orange+'; text-transform: uppercase; } strong { font-style: italic; }',
		,'a { color: '+orange+'; text-decoration: none; cursor: pointer; }'
		,'a:link { color: '+orange+'; }'
		,'a:hover { color: '+orangeh+'; }'
		]
	,wmode: 'transparent'
});
sIFR.replace(ffont, {
	selector: '.sbb,.sbbb,.saldet h3'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: '+blue+'; text-transform: uppercase; }',
		,'a { color: '+blue+'; text-decoration: none; cursor: pointer; }'
		,'a:link { color: '+blue+'; }'
		,'a:hover { color: '+blueh+'; }'
		]
	,wmode: 'transparent'
});
sIFR.replace(ffont, {
	selector: '.sbt, #itext'
	,css:
		[
		'.sIFR-root { color: '+blue+'; text-transform: uppercase; } strong { font-weight: bold; }',
		,'a { color: '+blue+'; text-decoration: none; cursor: pointer; }'
		,'a:link { color: '+blue+'; }'
		,'a:hover { color: '+blueh+'; }'
		]
	,wmode: 'transparent'
});
sIFR.replace(ffont, {
	selector: '.sob,.sobb'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: '+orange+'; text-transform: uppercase; }',
		,'a { color: '+orange+'; text-decoration: none; cursor: pointer; }'
		,'a:link { color: '+orange+'; }'
		,'a:hover { color: '+orangeh+'; }'
		]
	,wmode: 'transparent'
});

sIFR.replace(ffont, {
	selector: 'h2.sblue'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: '+blue+'; text-transform: uppercase; }',
		,'a { color: '+blue+'; text-decoration: none; cursor: pointer; }'
		,'a:link { color: '+blueh+'; }'
		,'a:hover { color: '+blueh+'; }'
		]
	,wmode: 'transparent'
});

