var bca_title = {
  src: '/title.swf'
};


sIFR.activate(bca_title);

sIFR.replace(bca_title, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { color: #333333; font-size: 30px; }'
	  
	]
  ,wmode: 'transparent'

}).forceClear;

/*
sIFR.replace(bca_title, {
  selector: 'h3'
  ,css: [
      '.sIFR-root { color: #666; font-size: 16px; }'
	  
	]
  ,wmode: 'transparent'

});
*/

sIFR.replace(bca_title, {
  selector: '.curved h2'
  ,css: [
      '.sIFR-root { color: #333333; font-size: 16px; font-weight: bold; text-transform:lowercase;}'
	  
	]
  ,wmode: 'transparent'

});
