//sIFR.debug.ratios({ src: '/fonts/xs4all.swf', selector: 'h1' });

var xs4all = {
	src: '/fonts/xs4all.swf'
	,ratios: [8,1.41,9,1.33,10,1.35,15,1.31,19,1.28,27,1.27,28,1.25,32,1.26,33,1.24,34,1.25,47,1.24,52,1.23,53,1.24,73,1.23,76,1.22,77,1.23,81,1.22,82,1.23,1.22]
};
var hallmarke = {
	src: '/fonts/hallmarke.swf'
	,ratios: [6,1.49,8,1.5,9,1.44,12,1.45,15,1.42,18,1.4,21,1.39,27,1.38,36,1.37,43,1.36,45,1.35,46,1.36,48,1.35,51,1.36,68,1.35,70,1.34,71,1.35,1.34] 
};

sIFR.useStyleCheck = true;
sIFR.activate(xs4all, hallmarke);


/* ===== HEADINGS ===== */

sIFR.replace(xs4all, {
	selector: 'h1.successHeading'
	,css: [
	  '.sIFR-root	{ background-color: #ffffff; color: #e6010a; font-size: 23px; text-align: center; }'
	]
	//,wmode: 'transparent'
});

sIFR.replace(xs4all, {
	selector: 'h1'
	,css: [
	  '.sIFR-root	{ background-color: #ffffff; color: #707070; font-size: 22px; }'
	]
	//,wmode: 'transparent'
});

sIFR.replace(xs4all, {
	selector: '.contentboxHeading h2'
	,css: [
	  '.sIFR-root	{ background-color: #ffffff; color: #000000; font-size: 14px; }'
	]
	//,wmode: 'transparent'
});

sIFR.replace(hallmarke, {
	selector: '.subHeading h3'
	,css: [
	  '.sIFR-root	{ background-color: #666666; color: #ffffff; font-size: 13px; font-weight: bold; text-transform: uppercase; }'
	]
	//,wmode: 'transparent'
});

sIFR.replace(hallmarke, {
	selector: 'h3.successTxt'
	,css: [
	  '.sIFR-root	{ background-color: #ffffff; color: #707070; font-size: 18px; text-align: center; }'
	]
	//,wmode: 'transparent'
});


/* ===== TEXT ===== */

sIFR.replace(xs4all, {
	selector: '#filterBar .xs4all'
	,css: [
	  '.sIFR-root	{ background-color: #E6010A; color: #000000; font-size: 13px; }',
	  'a			{ color: #ffffff; text-decoration: none; }',
	  'a:hover		{ color: #000000; }'
	]
	//,wmode: 'transparent'
});