/* 1. right column h2 */
sIFR.replace(sansation, {
      selector: '#rightColumn h2'
      ,css: [
        '.sIFR-root { color: #d93801; font-size: 18px; font-weight: bold; }'
        ,'a { color: #FF8201; text-decoration: none; }'
        ,'a:link { color: #FF8201;}'
        ,'a:hover { color: #FF8201; }'
      ]
	 ,wmode: 'transparent'
	});

/* 2. leftMenuInsideContent h2 */
sIFR.replace(sansation, {
  selector: '#leftMenuInsideContent h2'
  ,css: [
	'.sIFR-root { color: #d93801; font-size: 14px; font-weight: bold; text-transform: uppercase; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #FF8201; }'
	,'a:hover { color: #FF8201; }'
  ]
 ,wmode: 'transparent'
});	

/* 3. h1 */
sIFR.replace(sansation, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { color: #d93801; 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: #4f0000; text-align: right; font-size: 18px; font-weight: bold; }'
        ,'a { text-decoration: none; color: #4f0000; }'
        ,'a:link { color: #4f0000; }'
        ,'a:hover { color: #4f0000; }'
      ]
	 ,wmode: 'transparent'
    });	

/* 5. rightEyelet span */
sIFR.replace(sansation, {
	  selector: '#rightEyelet p'
	  ,css: [
		'.sIFR-root { color: #ff8201; font-size: 14px }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #CCCCCC; }'
	  ]
	 ,wmode: 'transparent'
	});	