var univers_light = {
  src: '/images/univers_light.swf'
  ,wmode:'transparent'
  ,tuneHeight: -5
};

sIFR.delayCSS  = true;
// sIFR.domains = ['artresources.com.au']

sIFR.activate(univers_light);

sIFR.replace(univers_light, {
  selector: '#overview h2, #announcement-text h2'
  ,css: { 
    'em': { 'font-style': 'normal', 'color': '#cc0000' }
    ,'.sIFR-root': { 'color': '#ffffff' }
  }
});

sIFR.replace(univers_light,{
  selector: '#overview h3, #announcement-text h3'
  ,css: {
    '.sIFR-root': { 'color': '#999999' }
  }
});