var rage = {
 src: '/flash/avant.swf'
}

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.block1 .sub-block-head h2, .block2 .sub-block-head h2'
  ,css: [
		 '.sIFR-root{color:#231f20; font-size:23px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.latestnews-block .block-head h2'
  ,css: [
		 '.sIFR-root{color:#153E1F; font-size:23px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
sIFR.replace(rage, {
  selector: '.cta-head'
  ,css: [
		 '.sIFR-root{color:#000000; font-size:23px;}', 'a{color:#000000; text-decoration:none;}', 'a:hover{color:#000000;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
sIFR.replace(rage, {
  selector: '.subscribe-block h2'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:23px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.page-head'
  ,css: [
		 '.sIFR-root{color:#153e1f; font-size:33px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

