var yourtypeface = {
      src: '/sifr/DINLight.swf'
};
 
sIFR.activate(yourtypeface);

sIFR.replace(yourtypeface, {
	  selector: 'h1.md',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#666666; width:auto; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#666666; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
	  selector: 'h2.md',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#666666; width:auto; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#666666; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
	  selector: 'h3.md',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#666666; width:auto; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#666666; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h4.md',
      css: [
      '.sIFR-root { font-size:14px; font-weight:normal; color:#666666; width:auto; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#666666; }'
	  ],
	  wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
	  selector: 'h5.md',
      css: [
      '.sIFR-root { font-size:12px; font-weight:normal; color:#666666; width:auto; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#666666; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
	  selector: 'h6.md',
      css: [
      '.sIFR-root { font-size:12px; font-weight:normal; color:#666666; width:auto; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#666666; }'
	  ],
	  wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
	  selector: '.componentheading',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#666666; width:auto; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#666666; }'
      ],
      wmode: 'transparent'
});
