var univers = {
    src: '/assets/flash/univers.swf'
	};
var universbold = {
    src: '/assets/flash/universbold.swf'
	};	
sIFR.activate(univers, universbold);


// Extranet header text
	sIFR.replace(universbold, {
    selector: '.extranet #header p.logo-text-header'
	,forceWidth: 'true'
	,tuneHeight: '-4'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; font-size:16px; text-align:left; font-weight:bold; leading:-5;}'
    ]
  });


// h1 styling 
	sIFR.replace(universbold, {
    selector: 'body#home h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #B60432; text-transform: none; font-size:24px; text-align:left; font-weight:bold; leading:-5;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });

	sIFR.replace(universbold, {
    selector: 'body.blue-color h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #002d60; text-transform: none; font-size:24px; text-align:left; font-weight:bold; leading:-8;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });
  
	sIFR.replace(universbold, {
    selector: 'body.red-color h1, body.extranet h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#b60432; text-transform: none; font-size:24px; text-align:left; font-weight:bold; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });
  
	sIFR.replace(universbold, {
    selector: 'body.yellow-color h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#f2c201; text-transform: none; font-size:24px; text-align:left; font-weight:bold; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });
  
  	sIFR.replace(universbold, {
    selector: 'body.grey-color h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#666666; text-transform: none; font-size:24px; text-align:left; font-weight:bold; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });
  
	sIFR.replace(universbold, {
    selector: 'h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#999999; text-transform: none; font-size:24px; text-align:left; font-weight:bold; leading:-8;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });      

// h2 styling 
  	
  	sIFR.replace(universbold, {
    selector: 'h2.member-account'
    ,tuneHeight: '-7'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #999999; text-transform: none; font-size:18px; text-align:left; font-weight:bold;}'
      ,'a { color: #999999;}'
      ,'a:link { color: #999999 }'
      ,'a:hover { text-decoration: underline; color: #666666  }'
    ]
  });


	sIFR.replace(universbold, {
    selector: '.head h2, h2.w250, h2'
    ,tuneHeight: '-7'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #999999; text-transform: none; font-size:22px; text-align:left; font-weight:bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });
  

  
    
// h3 styling 
	sIFR.replace(universbold, {
    selector: '.head h3'
	,tuneHeight: '-5'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #999999; text-transform: none; font-size:18px; text-align:left; font-weight:bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });  
  
	sIFR.replace(universbold, {
    selector: '.header2 h3'
    ,tuneHeight: '-5'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #999999; text-transform: none; font-size:22px; text-align:left; font-weight:bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });    
 // home page accordion
  	sIFR.replace(universbold, {
    selector: '#home-accordion a.blue-bg strong, #home-accordion a.red-bg strong, #home-accordion a.yellow-bg strong'
	,forceWidth: 'true'
	,tuneHeight: '-7'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size:18px; text-align:left; font-weight:bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  });
  