var helvetica = {
  src: 'helvetica.swf'
};

var helveticaitalic = {
  src: 'helveticaitalic.swf'
};

sIFR.activate(helvetica, helveticaitalic); // From revision 209 and onwards

sIFR.replace(helvetica, {
      selector: 'h1',
            css: [
      '.sIFR-root{ font-size:20px; color:#8F2309; text-align: left; }'
	  ],
	  wmode: 'transparent'
});


sIFR.activate(helvetica); // From revision 209 and onwards

sIFR.replace(helvetica, {
      selector: 'h2',
            css: [
      '.sIFR-root{ font-size:20px; color:#8F2309; text-align: left; }'
	  ],
	  wmode: 'transparent'
});


sIFR.activate(helvetica); // From revision 209 and onwards

sIFR.replace(helvetica, {
      selector: 'h3',
            css: [
      '.sIFR-root{ font-size:20px; color:#8F2309; text-align: left; }' ,'a { text-decoration: none; color: #8F2309;}' ,'a:hover { text-decoration: underline; color: #8F2309;}'
	  ],
	  wmode: 'transparent'
});

sIFR.activate(helveticaitalic); // From revision 209 and onwards

sIFR.replace(helveticaitalic, {
      selector: '.highlight',
            css: [
      '.sIFR-root{ font-size:20px; color:#8F2309; text-align: left; font-style:italic; }'
	  ],
	  wmode: 'transparent'
});

