var helv65med = {
    src: '/wp-content/sifr3/helv65med_exchar.swf'
  };
  
  sIFR.activate(helv65med); // From revision 209 and onwards
  
var helv55rom = {
    src: '/wp-content/sifr3/helv55rom_exchar.swf'
  };
  
  sIFR.activate(helv55rom); // From revision 209 and onwards
  
var helv45lig = {
    src: '/wp-content/sifr3/helv45lig.swf'
  };
  
  sIFR.activate(helv45lig); // From revision 209 and onwards


sIFR.replace(
	{src: '/wp-content/sifr3/helv65med_exchar.swf',
	selector: 'h1.helv65med',
	wmode: 'transparent',
	fixHover: true,
    css: [
      '.sIFR-root { color: #707070; margin-left: 0px; text-align: left; font-weight: normal;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #707070 }'
      ,'a:hover { color: #DA2424 }'
    ]
  });
  
sIFR.replace( 
	{src: '/wp-content/sifr3/helv65med_exchar.swf',
	selector: 'h2.helv65med', 
	wmode: 'transparent',
	fixHover: true,
	css: [
      '.sIFR-root { color: #707070; text-align: left; font-weight: normal;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #707070 }'
      ,'a:hover { color: #DA2424 }'
    ]
  });

sIFR.replace( 
	{src: '/wp-content/sifr3/helv65med_exchar.swf',
	selector: 'h3.helv55rom', 
	wmode: 'transparent',
	fixHover: true,
	css: [
      '.sIFR-root { color: #F78400; text-align: left; font-weight: normal;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #DA2424 }'
      ,'a:hover { color: #505050 }'
    ]
  });
  
sIFR.replace( 
	{src: '/wp-content/sifr3/helv55rom_exchar.swf',
	selector: 'blockquote.helv45lig p', 
	wmode: 'transparent',
	fixHover: true,
	css: [
      '.sIFR-root { color: #DA2424; text-align: left; font-style: normal; font-weight: normal;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #F78400; font-style: italic; }'
      ,'a:hover { color: #505050 }'
    ]
  });
  

  
