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