var helvetica_light = {
  src: '/site/images/sifr/helv.swf'
};

sIFR.activate(helvetica_light); // From revision 209 and onwards




sIFR.replace(helvetica_light, {
  selector: 'h1.replace'
    ,css: [
      '.sIFR-root { color: #00467f; font-weight: bold; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(helvetica_light, {
  selector: 'h2.replace_reversed'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: bold; background: transparent; z-index:3; leading: 0; }'
      ,'a { color: #ffffff; text-decoration: none }'
      ,'a:hover { color: #ffffff; text-decoration: underline  }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(helvetica_light, {
  selector: 'p.publication-list-heading'
    ,css: [
      '.sIFR-root { color: #ad0f2d; font-weight: normal; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});



sIFR.replace(helvetica_light, {
  selector: 'h2.replace'
    ,css: [
      '.sIFR-root { color: #00467f; font-weight: bold; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(helvetica_light, {
  selector: 'h2.replace-blue'
    ,css: [
      '.sIFR-root { color: #00467f; font-weight: bold; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'

});
sIFR.replace(helvetica_light, {
  selector: 'h2.replace-purple'
    ,css: [
      '.sIFR-root { color: #673090; font-weight: bold; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});
sIFR.replace(helvetica_light, {
  selector: 'p.replace-purple'
    ,css: [
      '.sIFR-root { color: #673090; font-weight: normal; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(helvetica_light, {
	  selector: 'h2.replace-maroon'
	    ,css: [
	      '.sIFR-root { color: #ad0f2d; font-weight: bold; background: transparent; z-index:3; leading: 0; }'
	    ]
	    , wmode: 'transparent'
	  
	});
sIFR.replace(helvetica_light, {
  selector: 'p.replace-maroon'
    ,css: [
      '.sIFR-root { color: #ad0f2d; font-weight: normal; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(helvetica_light, {
	  selector: 'a.replace-maroon-link'
	    ,css: [
	      '.sIFR-root { color: #ad0f2d; font-weight: normal; background: transparent; z-index:3; leading: 0; cursor:pointer}'
	    ]
	    , wmode: 'transparent'

	});

sIFR.replace(helvetica_light, {
  selector: 'h2.replace-green'
    ,css: [
      '.sIFR-root { color: #00661c; font-weight: bold; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});
sIFR.replace(helvetica_light, {
  selector: 'p.replace-green'
    ,css: [
      '.sIFR-root { color: #00661c; font-weight: normal; background: transparent; z-index:3; leading: 0; }'
      ,'a { color: #00661c; text-decoration: none }'
      ,'a:hover { color: #00661c; text-decoration: underline  }'
    ]
    , wmode: 'transparent'
  
});
		
		