var din_regular = {
      src: 'http://www.canberra.edu.au/__data/assets/file/0011/641000/din_regular.swf'
};
sIFR.useStyleCheck = true; 
sIFR.activate(din_regular);
 
sIFR.replace(din_regular, {
      selector: '.content-story h1, .content-story h2, .content-story h3,',
     css: [
      '.sIFR-root { font-size:25pt; font-weight:normal; color:#000000; }',
      'em { font-style:italic; }',
      'strong {font-size:25pt; font-weight:strong; color:#000000; }',
	  'small {font-size:16px; color:#ffffff; }'	  
      ],

      wmode: 'transparent'
});
