/*****************************************************************************
Healthcare Zone config - sIFR version 3, revision 436

Config options <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.
*****************************************************************************/

var frutiger = { src: '/healthcarezone/library/flash/frutiger.swf' };

sIFR.activate(frutiger);


sIFR.replace(frutiger, {
  selector: 'h1',
  css: ['.sIFR-root { color: #004FB6; }'
		],
  wmode: 'transparent'
  
});

sIFR.replace(frutiger, {
  selector: 'h2',
  css: [
        '.sIFR-root {color: #004FB6; font-size: 2em; }'
        ,'a { text-decoration: none; color: #004FB6; }'
        ,'a:link { color: #004FB6; }'
        ,'a:hover { color: #004FB6; }'
      ], 
  wmode: 'transparent'
});












