var agendamedcond = { src:'flash/agendamedcond.swf' };

sIFR.activate(agendamedcond);

sIFR.replace(agendamedcond, {
  selector: '.featureContent h1',
  css: [
  	  '.sIFR-root { color: #ffffff; font-size: 32px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(agendamedcond, {
  selector: '.featureContent h2',
  css: [
  	  '.sIFR-root { color: #ffffff; font-size: 17px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(agendamedcond, {
  selector: '.modulesContainer h2',
  css: [
  	  '.sIFR-root { color: #000000; font-size: 21px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});
