var helvcond = { src: '/swfs/helvcond.swf' };

sIFR.activate(helvcond);

sIFR.replace(helvcond, {
  selector: '.helvcond',
	css: [
      '.sIFR-root { font-size:25px; color:#FFFFFF; font-weight: normal; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(helvcond, {
    selector: '.helvcondtitle',
    css: [
      '.sIFR-root { font-size:18px; color:#FFFFFF; font-weight: bold; }'
      ],
    wmode: 'transparent'
});

sIFR.replace(helvcond, {
    selector: '.helvcondcat',
    css: [
      '.sIFR-root { font-size:15px; color:#134462; font-weight: bold; }',
      ],
    wmode: 'transparent'
});

sIFR.replace(helvcond, {
    selector: '.helvcondcatsml',
    css: [
      '.sIFR-root { font-size:15px; color:#134462; font-weight: bold; text-align:center;}',
      'a { font-size:15px; color:#134462; font-weight: bold; text-decoration:none;}',
       'a:link { font-size:15px; color:#134462; font-weight: bold; text-decoration:none; }',
        'a:hover { font-size:15px; color:#000000; font-weight: bold; }'
      ],
    wmode: 'transparent'
});
