var rage = {
 src: 'flash/helvetica.swf'
}

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.news_events h1'
  ,css: [
		 '.sIFR-root{color:#7e7e7e; font-size:15px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.red_txt2 h1'
  ,css: [
		 '.sIFR-root{color:#DB3325; font-size:29px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.cont h1'
  ,css: [
		 '.sIFR-root{color:#444444; font-size:29px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.cb_cont h1'
  ,css: [
		 '.sIFR-root{color:#db3325; font-size:17px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.red_txt h1'
  ,css: [
		 '.sIFR-root{color:#DB3325; font-size:17px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.cb2_cont h1'
  ,css: [
		 '.sIFR-root{color:#444444; font-size:17px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.contact_info h1'
  ,css: [
		 '.sIFR-root{color:#db3325; font-size:18px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

