/* 1. right column h2 */
sIFR.replace(sansation, {
      selector: '#rightColumn h2'
      ,css: [
        '.sIFR-root { color: #005a00; font-size: 18px; font-weight: bold; }'
        ,'a { color: #58A900; text-decoration: none; }'
        ,'a:link { color: #58A900; }'
        ,'a:hover { color: #58A900; }'
      ]
	 ,wmode: 'transparent'
    });	

/* 2. leftMenuInsideContent h2 */
sIFR.replace(sansation, {
      selector: '#leftMenuInsideContent h2'
      ,css: [
        '.sIFR-root { color: #58A900; font-size: 14px; font-weight: bold; text-transform: uppercase; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #58A900; }'
        ,'a:hover { color: #58A900; }'
      ]
	 ,wmode: 'transparent'
    });	

/* 3. h1 */
sIFR.replace(sansation, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { color: #005a00; font-size: 22px; font-weight: bold; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	 ,wmode: 'transparent'
	 ,tuneHeight: '-5'
    });

/* 4. leftMenuTitle */
sIFR.replace(sansation, {
      selector: '#leftMenu #leftMenuTitle'
      ,css: [
        '.sIFR-root { color: #005a00; text-align: right; font-size: 18px; font-weight: bold; }'
        ,'a { text-decoration: none; color: #005a00; }'
        ,'a:link { color: #005a00; }'
        ,'a:hover { color: #005a00; }'
      ]
	 ,wmode: 'transparent'
    });	

/* 5. rightEyelet span */

sIFR.replace(sansation, {
      selector: ' #rightEyelet p'
      ,css: [
        '.sIFR-root { color: #58a900; font-size: 13px }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	 ,wmode: 'transparent'
    });