// Initialise the fonts
var KozGoPro = {
  src: '/templates/swf/KozGoPro.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]
};

// Activate the fonts
sIFR.activate(KozGoPro);

// Replace the fonts
sIFR.replace(KozGoPro, {
	selector: '.divBox h3, .bottomBox h1, fieldset h2, h2.sifr'
		,css: [
	    	'.sIFR-root { font-size: 14px; color: #767676; }'
	  	]
		,transparent: true
});

/*sIFR.replace(KozGoPro, {
	selector: '.featureBox h1'
		,css: [
	    	'.sIFR-root { font-size: 14px; text-align: center; color: #304961; }',
	    	'a { color: #304961; text-decoration: none; }',
	    	'a:hover { color: #304961; text-decoration: none; }'
	  	]
		,transparent: true
});

sIFR.replace(KozGoPro, {
	selector: '.compareBox h1, .serverBox h1'
		,css: [
	    	'.sIFR-root { font-size: 13px; text-align: center; color: #304961; }'
	  	]
		,transparent: true
});
*/
sIFR.replace(KozGoPro, {
	selector: '.supportBox h3'
		,css: [
	    	'.sIFR-root { font-size: 18px; color: #304961; }'
	  	]
		,transparent: true
});

sIFR.replace(KozGoPro, {
	selector: '.supportBox li'
		,css: [
	    	'.sIFR-root { text-align: center; font-size: 14px; color: #777777; }'
			,'a { font-size: 14px; text-decoration: none; color: #777777; }'
			,'a:hover { font-size: 14px; text-decoration: underline; color: #777777; }'
	  	]
		,transparent: true
});
