
  


    var calibri = {
      src: '/flash/sifr3.swf',
	  wmode:"transparent"
    };

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

    sIFR.replace(calibri, {
      selector: '#right_col h2.block_title, #content h1.title'
      ,css: [
        '.sIFR-root { text-align: left; color: #fff703; font-size: 26px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #fff703; }'
        ,'a:hover { color: #fff703; }'
      ]
    });

    sIFR.replace(calibri, {
      selector: '#left_col h2.block_title, #left_col #section_title'
      ,css: [
        '.sIFR-root { text-align: left; color: #00aeef; font-size: 20px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #00aeef; }'
        ,'a:hover { color: #00aeef; }'
      ]
    });

//    sIFR.replace(calibri, {
//	  selector: '#nav li'
//      ,css: [
//        '.sIFR-root { text-align: left; color: #7d6415;font-size: 18px;  }'
//        ,'a { text-decoration: none; color: #7d6415;  }'
//        ,'a:hover { text-decoration: underline; color: #7d6415; }'
//      ]
//    });
	
//    sIFR.replace(calibri, {
//	  selector: '#home_teasers td a'
//      ,css: [
//        '.sIFR-root { text-align: left; color: #7d6415;font-size: 18px;  }'
//        ,'a { text-decoration: none; color: #7d6415; padding-top: 10px;   }'
//        ,'a:hover { text-decoration: underline; color: #7d6415; }'
//      ]
//    });	
  

  
  