
	
// sIFR
var rockwell = {"src": "/ozexperience/sifr/rockwell.swf"};
sIFR.useStyleCheck = true;
sIFR.activate(rockwell);

sIFR.replace(rockwell, { selector: "#Content h1"
  ,css: [ '.sIFR-root { color: #5A5E1E; text-transform: uppercase; font-weight: bold; }',
    		 ,'a { text-decoration: none; }'
		     ,'a:link { color: #FD8318; }'
		     ,'a:hover { color: #FD8318; text-decoration: underline; }' ]
  ,transparent: 'transparent' });
sIFR.replace(rockwell, { selector: "#Content .header h3"
  ,css: [ '.sIFR-root { color: #000000; text-transform: uppercase; font-weight: bold; }',
    		 ,'a { text-decoration: none; }'
		     ,'a:link { color: #FD8318; }'
		     ,'a:hover { color: #FD8318; text-decoration: underline; }' ]
  ,transparent: 'transparent' });
sIFR.replace(rockwell, { selector: "#Content h4"
  ,css: [ '.sIFR-root { color: #FFB400; text-transform: uppercase; font-weight: bold; }',
    		 ,'a { text-decoration: none; }'
		     ,'a:link { color: #FD8318; }'
		     ,'a:hover { color: #FD8318; text-decoration: underline; }' ]
  ,transparent: 'transparent' });
sIFR.replace(rockwell, { selector: "#Content .FlickrComponent h2"
  ,css: [ '.sIFR-root { color: #000000; text-transform: uppercase; font-weight: bold; }',
    		 ,'a { text-decoration: none; }'
		     ,'a:link { color: #000000; }'
		     ,'a:hover { color: #000000; text-decoration: underline; }' ]
  ,transparent: 'transparent' });
    
    
    
/*	sIFR.replace(rockwell, { selector: "#Content h2"
    ,css: [ '.sIFR-root { color: #7F8357; text-transform: uppercase; font-weight: bold; }',
	    		 ,'a { text-decoration: none; }'
			     ,'a:link { color: #FD8318; }'
			     ,'a:hover { color: #FD8318; text-decoration: underline; }' ]
    ,transparent: 'transparent' });
	sIFR.replace(rockwell, { selector: "#Content h5"
    ,css: [ '.sIFR-root { color: #7F8357; text-transform: uppercase; font-weight: bold; }',
	    		 ,'a { text-decoration: none; }'
			     ,'a:link { color: #7F8357; }'
			     ,'a:hover { color: #7F8357; text-decoration: underline; }' ]
    ,transparent: 'transparent' });*/
  


	// Do specific styles first
/*	
	// Do generic styles last
	sIFR.replaceElement(named({sSelector:"#body h1", sFlashSrc:"/ozexperience/ozexperience/sifr/rockwell_bold.swf", sCase: "upper", sColor:"#5A5E1E", sLinkColor:"#000000", sWmode:"transparent", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=5"}));
	sIFR.replaceElement(named({sSelector:"#body h2", sFlashSrc:"/ozexperience/ozexperience/sifr/rockwell_bold.swf", sCase: "upper", sColor:"#5A5E1E", sLinkColor:"#000000", sWmode:"transparent", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=5"}));
	//sIFR.replaceElement(named({sSelector:".XEComponentHTML h3", sFlashSrc:"/ozexperience/ozexperience/sifr/rockwell_bold.swf", sCase: "upper", sColor:"#000000", sLinkColor:"#000000", sWmode:"transparent", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=5"}));
	sIFR.replaceElement(named({sSelector:"#body h4", sFlashSrc:"/ozexperience/ozexperience/sifr/rockwell_bold.swf", sCase: "upper", sColor:"#FFB400", sLinkColor:"#000000", sWmode:"transparent", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=5"}));
*/
