var cochin = {
  src: 'templates/Original/tallpaul.swf'
};

sIFR.activate(cochin); // From revision 209 and onwards

sIFR.replace(cochin, {
  selector: 'td.shop_here_link'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #4D443E; text-decoration: none; }'
      ,'a:hover { color: #4D443E; text-decoration: underline;}'
    ]
});


sIFR.replace(cochin, {
  selector: 'td.pageHeading h1'
    ,css: [
      '.sIFR-root { color: #866750; }'
    ]
});


sIFR.replace(cochin, {
  selector: 'td.pageHeadingCenter'
    ,css: [
      '.sIFR-root { text-align: center; color: #866750; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #866750; text-decoration: none; }'
      ,'a:hover { color: #866750; text-decoration: underline;}'
    ]
});

sIFR.replace(cochin, {
  selector: 'td.infoBoxHeadingCenter, td.contentBoxHeadingCenter'
    ,css: [
      '.sIFR-root { color: #866750; }'
    ]
});