var bellGothic = {
  src: '/includes/bellgothic.swf'
};


sIFR.activate(bellGothic);



sIFR.replace(bellGothic, {
  selector: '#mainContent h1.title',
  css: {
	'.sIFR-root' : { 
		'color': '#b1a925',
		'font-weight': 'bold',
		'text-transform': 'uppercase',
	  	'line-height': '100%', 
		'font-size': '18px'
	}
  },
  tuneHeight: '-6',
  forceWidth: 'true'
});


