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

sIFR.replace(ft53, {   
  selector: 'h1',
  wmode: 'transparent',
  
  css: ['.sIFR-root { font-size:25px; color:#005624; font-weight:bold; }',
		'a {color: #005624; text-decoration: none;}',
        'a:hover {color: #0e6b35;}']
  
});  

sIFR.replace(ft53, {   
  selector: 'h2',
  wmode: 'transparent',
  css: ['.sIFR-root { font-size:22px; color:#005624; font-weight:bold; }',
		'a {color: #005624; text-decoration: none;}',
        'a:hover {color: #0e6b35;}']
  
});

sIFR.replace(ft53, {   
  selector: 'h3',
  wmode: 'transparent',
  css: ['.sIFR-root { font-size:20px; font-weight:normal;color:#005624;font-weight:bold }',]
  
});  



