//<[CDATA[

 var usedFont = {
    src: '/flash/sifr.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(usedFont);

  sIFR.replace(usedFont, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #003366; font-size:16px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
  sIFR.replace(usedFont, {
    selector: 'h2.fp'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #996633; font-size:16px; margin-left:9px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
  sIFR.replace(usedFont, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #996633; font-size:16px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
 
//]]>