//Set the font
var geoSansLight = { src: '/fonts/geoSansLight.swf' };

sIFR.useStyleCheck = true;

//Activate the flash replacement
sIFR.activate(geoSansLight);

//Set the replacement rules
sIFR.replace(geoSansLight, {
  selector: 'div.page_title h2',
  css: '.sIFR-root {color:#00aec5; font-size:24px; text-transform:uppercase;}',
  transparent: true
});

sIFR.replace(geoSansLight, {
  selector: 'div.latest_news_title h2',
  css: [
  			'.sIFR-root {color:#ffffff; font-size:28px; text-transform:uppercase;}',
		    'a {color: #ffffff; text-decoration: none;}',
		    'a:link {color: #ffffff; text-decoration: none;}',
		    'a:hover {color: #ffffff; text-decoration: none;}'
  ],
  transparent: true
});