var helvetica = { src: 'helvetica.swf' };
sIFR.activate(helvetica);
sIFR.replace(helvetica, {
  selector: 'h1',
  css: '.sIFR-root{ color: #000000; font-size: 78px;  line-height: normal; margin-top: 0; margin-bottom: 0; text-transform: uppercase } .sIFR-root a{ color: #000000; text-decoration: none; } .sIFR-root a:hover{ color: #cc0000}',
  wmode: 'transparent'
  
});

sIFR.replace(helvetica, {
  selector: 'p',
  css: '.sIFR-root{ color: #666666; font-size: 31px; line-height: normal; margin-top: 0; margin-bottom: 10px; margin-left: 20px } .sIFR-root a{ color: #000000; text-decoration: none; } .sIFR-root a:hover{ color: #cc0000}',
  wmode: 'transparent'
  
});
