var copperplate = {
  src: '/_flash/copperplategothicbold.swf'
};

sIFR.activate(copperplate);

sIFR.replace(copperplate, {
  selector: 'h1'
  ,css: '.sIFR-root { font-weight: bold; color: #ED3E43; }'
  ,wmode: 'transparent'
});

sIFR.replace(copperplate, {
  selector: 'h2.link'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #ED3E43; }'
      ,'a { color: #8A7C73; text-decoration: none; }'
      ,'a:link { color: #8A7C73; }'
      ,'a:hover { color: #ED3E43;}'
    ]
  ,wmode: 'transparent'
});

sIFR.replace(copperplate, {
  selector: 'h3'
  ,css: '.sIFR-root { font-weight: bold; color: #ED3E43; }'
  //  ,selectable: false
  ,wmode: 'transparent'
});


