var Arial = { src: 'images/ArialRound.swf' };
sIFR.activate(Arial);

sIFR.replace(Arial, {
  selector: 'p#ICMtitle',
  wmode: 'transparent',
  css: [
        '.sIFR-root {background-color:#FFFFFF; color:#1d77c7; padding: 0px; margin: 0px; font-size: 20px; text-align: center; line-height: 10px;}'
        ,'em { text-decoration: none; color: #0a62b0; font-style: normal; font-size: 27px; }'
      ]
});

