
// Initialise the fonts
var Optima = {
  src: base_url+'Optima.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(Optima);

// Replace the fonts
sIFR.replace(Optima, {
	selector: '#linkCntr li'
		,css: [
	    	'.sIFR-root { text-transform: uppercase; font-size: 14px; font-weight: bold; color: #ffffff; margin-top: 4px; }'
			,'a { text-decoration: none; color: #ffffff; }'
			,'a:hover { text-decoration: underline; color: #ffffff; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(Optima, {
	selector: '.detailsBox h2'
		,css: [
	    	'.sIFR-root { text-transform: uppercase; font-size: 18px; font-weight: bold; color: #5f4217; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(Optima, {
	selector: '.bannerBox h2'
		,css: [
	    	'.sIFR-root { text-transform: uppercase; font-size: 16px; font-weight: bold; color: #5f4217; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});
