var grotesque = {
  src: 'sifr3.swf'
};

sIFR.activate(grotesque); // From revision 209 and onwards

sIFR.replace(grotesque, {
  selector: 'h2',
  css: [
      '.sIFR-root { font-size:14px; font-weight:normal; color:#A2817E; margin-bottom: 0; margin-left: 2px; }'
      ],
   wmode: 'transparent',
   tuneHeight: '-4', 
   offsetTop: '-1'
});

sIFR.replace(grotesque, {
  selector: 'h1',
  css: [
      '.sIFR-root { font-size:16px; font-weight:bold; color:#99ccff; margin-bottom: 0; padding: 0; }'
      ],
   wmode: 'transparent',
   tuneHeight: '-4', 
   offsetTop: '-1'
});

sIFR.replace(grotesque, {
  selector: 'p.body',
  css: [
      '.sIFR-root { font-size:13px; font-weight:normal; color:#546E87; margin-top:0; }'
      ,'a { text-decoration: none; margin: 0; }'
      ,'a:link { color: #A2817E; }'
      ,'a:hover { color: #99ccff; }'
	  ,'a:visited:hover { color: #99ccff; }'
      ],
   wmode: 'transparent',
   tuneHeight: '-4', 
   offsetTop: '-1'
});

sIFR.replace(grotesque, {
  selector: 'p.contacthead',
  css: [
      '.sIFR-root { font-size:13px; font-weight:bold; color:#99ccff; margin-bottom: 0; margin-top: padding:0; }'
],
   wmode: 'transparent',
   tuneHeight: '-4', 
   offsetTop: '-1'
});

















