var dincondbold = {
      src: 'flash/dincondbold.swf'
};
 
sIFR.activate(dincondbold);

sIFR.replace(dincondbold, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#0e1723 }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(dincondbold, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#089bdc }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(dincondbold, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:19px; font-weight:normal; color:#474e6c }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }',
	  'a {color:#474e6c; text-decoration: none;}',
      'a:hover {color:#333333;}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true
});