var font = {
	
  src: '/_flash/helvetica.swf'

};

sIFR.activate(font);

sIFR.replace(font, {
  	selector: 'h1' 
	,css: [
      '.sIFR-root { color: #000000; font-size: 25px; font-weight: bold; }'
    ], 
	wmode: 'transparent'
});

sIFR.replace(font, {
  	selector: 'h2' 
	,css: [
      '.sIFR-root { color: #8c0f08; font-size: 17px; font-weight: bold; }'
    ], 
	wmode: 'transparent'
});

sIFR.replace(font, {
  	selector: 'h3' 
	,css: [
      '.sIFR-root { color: #ffffff; font-size: 22px; }', 
	  'a { text-decoration: none; }', 
      'a:link { color: #ffffff; }', 
      'a:hover { color: #ee2222; }', 
	  'a:active { color: #ee2222; }' 
    ], 
	wmode: 'transparent'
});

sIFR.replace(font, {
  	selector: 'h4' 
	,css: [
      '.sIFR-root { color: #ffffff; font-size: 17px; font-weight: bold; }'
    ], 
	wmode: 'transparent'
});
