var lucidasans = {
  src: 'lucidasans.swf'
};
sIFR.prefetch(lucidasans);
sIFR.activate(lucidasans); // From revision 209 and onwards

sIFR.replace(lucidasans, {
  selector: 'h1'
  ,css: '.sIFR-root { font-style: normal; color: #CDAB4C; }'
});


sIFR.replace(lucidasans, {
  selector: '#subContent h1'
  ,css: '.sIFR-root { font-style: normal; color: #CDAB4C; font-size:24px;}'
});

sIFR.replace(lucidasans, {
  selector: '#leftColHdr h2'
  ,css: '.sIFR-root { font-style: normal; color: #CDAB4C; font-size:18px;}'
  ,wmode: 'transparent',
});
sIFR.replace(lucidasans, {
  selector: '#homeLeftColHdr h2'
  ,css: '.sIFR-root { font-style: normal; color: #CDAB4C; font-size:18px;}'
  ,wmode: 'transparent',
});