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

sIFR.activate(font_helvetica);

    sIFR.replace(font_helvetica, {
      selector: '.page_title'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color:#10419A; }'
        ,'a { text-decoration: none; }'
        //,'a:link { color: #000000; }'
       // ,'a:hover { color: #CCCCCC; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(font_helvetica, {
      selector: '.sub_heading_sifr'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color:#44BAE8;margin-top:-10px; }'
        ,'a { text-decoration: none; }'
        //,'a:link { color: #000000; }'
       // ,'a:hover { color: #CCCCCC; }'
      ],
	  wmode: 'transparent'
    });

   sIFR.replace(font_helvetica, {
      selector: '#index_page_title'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color:#000000; }'
        ,'a { text-decoration: none; }'
        //,'a:link { color: #000000; }'
       // ,'a:hover { color: #CCCCCC; }'
      ],
	  wmode: 'transparent'
    });
	
	sIFR.replace(font_helvetica, {
      selector: '#index_page_sub_title'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color:#000000; }'
        ,'a { text-decoration: none; }'
        //,'a:link { color: #000000; }'
       // ,'a:hover { color: #CCCCCC; }'
      ],
	  wmode: 'transparent'
    });