var humanist = {
  src: '/site/layout/css/sIFR/humanist.swf'
};

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

sIFR.replace(humanist, {
  selector: 'h1.pageTitle'
  ,css: [
	'.sIFR-root { font-weight: normal; font-size:24px }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
  ],
   wmode: 'transparent',
  selectable: false

});

sIFR.replace(humanist, {
  selector: 'h1.controlHeader'
  ,css: [
	'.sIFR-root {background-color: #FFFFFF; font-weight: normal; font-size:16px; margin:0px; padding:0px}'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
  ],
  wmode: 'transparent',
  selectable: false
});

sIFR.replace(humanist, {
  selector: '.calcHeader'
  ,css: [
	'.sIFR-root { font-weight: normal; font-size:14px; color:#FFFFFF }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
  ],
  wmode: 'transparent',
  selectable: false
});

sIFR.replace(humanist, {
  selector: '.productHeader'
  ,css: [
	'.sIFR-root { font-weight: normal; font-size:18px; color:#be6134;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
  ],
  wmode: 'transparent',
  selectable: false
});

sIFR.replace(humanist, {
  selector: '.calcWhite'
  ,css: [
	'.sIFR-root { font-weight: normal; font-size:12px; color:#333333 }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
  ],
  wmode: 'transparent',
  selectable: false
});



