var cochin = {
  src: 'bellgothic-normal.swf'
};

sIFR.useDomLoaded = true;
sIFR.useStyleCheck = true;
sIFR.repaintOnResize = false; // Disable resize
sIFR.activate(cochin);

sIFR.replace(cochin, {
  selector: '.box_title',
  wmode: 'transparent',
  css: {
	  '.sIFR-root': { 'color': '#FFFFFF', 'font-weight':'normal','font-size':'25px' }
	},
			 });

var cochin = {
  src: 'bellgothic-black.swf'
};

sIFR.replace(cochin, {
  selector: '.blue_box_title_bold',
  wmode: 'transparent',
    css: {
	  '.sIFR-root': { 'color': '#FFFFFF', 'font-weight':'normal', 'font-size':'12px' }
	},

});

var cochin = {
  src: 'bellgothic-black.swf'
};

sIFR.replace(cochin, {
  selector: '.box_title_bold',
  wmode: 'transparent',
    css: {
	  '.sIFR-root': { 'color': '#FFFFFF', 'font-weight':'normal', 'font-size':'14px' }
	},

});


var cochin = {
  src: 'bellgothic-normal.swf'
};

sIFR.replace(cochin, {
  selector: '#site_title',
  wmode: 'transparent',
    css: {
	  '.sIFR-root': { 'color': '#FFFFFF', 'font-weight':'normal', 'font-size':'44px', 'text-align':'right' }
	},

});

var cochin = {
  src: 'bellgothic-normal.swf'
};

sIFR.replace(cochin, {
  selector: '.green_title',
  wmode: 'transparent',
    css: {
	  '.sIFR-root': { 'color': '#0c8041', 'font-weight':'bold', 'font-size':'30px' }
	},

});
var cochin = {
  src: 'bellgothic-normal.swf'
};

sIFR.replace(cochin, {
  selector: '.green_title_top',
  wmode: 'transparent',
    css: {
	  '.sIFR-root': { 'color': '#0c8041', 'font-weight':'bold', 'font-size':'30px' }
	},

});
var cochin = {
  src: 'bellgothic-normal.swf'
};

sIFR.replace(cochin, {
  selector: '.green_title_top-landing-promo',
  wmode: 'transparent',
    css: {
	  '.sIFR-root': { 'color': '#0c8041', 'font-weight':'bold', 'font-size':'30px' }
	},

});

var cochin = {
  src: 'bellgothic-normal.swf'
};

sIFR.replace(cochin, {
  selector: '.green_title_top-landing',
  wmode: 'transparent',
    css: {
	  '.sIFR-root': { 'color': '#0c8041', 'font-weight':'bold', 'font-size':'30px' }
	},

});

var cochin = {
  src: 'bellgothic-black.swf'
};

sIFR.replace(cochin, {
  selector: '.blue_bold_text',
  wmode: 'transparent',
    css: {
	  '.sIFR-root': { 'color': '#283891', 'font-weight':'bold', 'font-size':'13px'}
	},

});

var cochin = {
  src: 'bellgothic-black.swf'
};

sIFR.replace(cochin, {
  selector: '.blue_bold_text_tweet',
  wmode: 'transparent',
    css: {
	  '.sIFR-root': { 'color': '#283891', 'font-weight':'bold', 'font-size':'13px'}
	},

});

var cochin = {
  src: 'bellgothic-black.swf'
};

sIFR.replace(cochin, {
  selector: '.blue_bold_text-landing',
  wmode: 'transparent',
    css: {
	  '.sIFR-root': { 'color': '#283891', 'font-weight':'bold', 'font-size':'13px'}
	},

});

