 	if (sIFR) {

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


		 sIFR.replace(sifr_h3, {
			selector: 'div.abovesidemenu h3'
			,wmode: 'transparent'
,tuneHeight:60
			,css: [
		  '.sIFR-root { text-align: left; padding-left:10px; color:#ffffff;font-size:20px; leading:10;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #FFFFFF;; }'
		  ,'a:hover { color: #FFFFFF;; }'
			]
		 });

		 sIFR.replace(sifr_title, {
			selector: 'h1'
			,wmode: 'transparent'
			,css: [
			  '.sIFR-root { text-align: left; margin-top:2px; margin-left:10px; background:#cccccc; color:#000000;}'
			  ,'a { text-decoration: none; }'
			  ,'a:link { color: #000000; }'
			  ,'a:hover { color: #000000; }'
			]
		 });

		 sIFR.replace(sifr_highlights, {
			selector: 'h6'
			,wmode: 'transparent'
			,css: [
		  '.sIFR-root { text-align: left; padding-left:10px; font-weight: bold; margin-left:5px; }'
		  ,'a { text-decoration: none; }'
		  ,'a:first-line { font-size:10px; }'
		  ,'a:link { color: #000000; }'
		  ,'a:hover { color: #000000; }'
		  ]
		 });

		 sIFR.replace(sifr_h4, {
			selector: 'h4'
			,wmode: 'transparent'
			,css: [
			  '.sIFR-root { text-align: left; margin-top:2px;  font-weight: bold; color:#905D8F;}'
			  ,'a { text-decoration: none; }'
			  ,'a:link { color: #ffffff; }'
			  ,'a:hover { color: #ffffff; }'
			]		 });		 
		 sIFR.replace(sifr_highlights, {
			selector: 'h6.seeinggreen'
		 });		 
		 sIFR.replace(sifr_highlights, {
			selector: 'h6'
		 });		 

		 sIFR.replace(sifr_section, {
			selector: 'td.midcolumn div.portaltitle'
			,css: [
			  '.sIFR-root { text-align: left; margin-top:2px; margin-left:10px; font-weight: bold; color:#ffffff;}'
			  ,'a { text-decoration: none; }'
			  ,'a:link { color: #ffffff; }'
			  ,'a:hover { color: #ffffff; }'
			]
		 });		 
		 sIFR.replace(sifr_section, {
			selector: 'td.leftcolumn div.portaltitle'
			,css: [
			  '.sIFR-root { text-align: left; margin-top:2px; margin-left:10px; font-weight: bold; color:#ffffff;}'
			  ,'a { text-decoration: none; }'
			  ,'a:link { color: #ffffff; }'
			  ,'a:hover { color: #ffffff; }'
			]
		 });		 
		 sIFR.replace(sifr_section, {
			selector: 'td.rightcolumn div.portaltitle'
			,css: [
			  '.sIFR-root { text-align: left; margin-top:2px; margin-left:10px; font-weight: bold; color:#ffffff;}'
			  ,'a { text-decoration: none; }'
			  ,'a:link { color: #ffffff; }'
			  ,'a:hover { color: #ffffff; }'
			]
		 });		 
    }

