var CgFuturaMaxiBd = {
      src: '/scripts/CgFuturaMaxiBd.swf'
};
 
sIFR.activate(CgFuturaMaxiBd);
 
sIFR.replace(CgFuturaMaxiBd, {
      selector: '.header_img h1',
	  css: [
      '.sIFR-root { color: #ffffff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(CgFuturaMaxiBd, {
      selector: '.homepage h2',
	  css: [
      '.sIFR-root { color: #ffffff; width:320px; font-size: 24px; display:block; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(CgFuturaMaxiBd, {
      selector: '.page_container h2',
	  css: [
      '.sIFR-root {  width:500px; font-size: 30px; color:  #f7931a; }'
      ],
      wmode: 'transparent'
});


sIFR.replace(CgFuturaMaxiBd, {
      selector: '#page_head_large p',
	  css: [
      '.sIFR-root {font-size: 28px; color:  #000; width:560px;margin: 0; padding:0  }'
      ],
      wmode: 'transparent'
});

sIFR.replace(CgFuturaMaxiBd, {
      selector: '#page_head_small p',
	  css: [
      '.sIFR-root {  font-size: 22px; color:  #000; margin: 0; padding:0}'
      ],
      wmode: 'transparent'
});



