var humanistbold = {
	src: 'flash/humanistbold.swf'
};
sIFR.activate(humanistbold);

sIFR.replace(humanistbold, {
  selector: '#masthead h1'
	,css: [
      '.sIFR-root { text-align: left; color:#000000}'
    ]
	,wmode: 'transparent'
	,tuneHeight: '-6'
	,offsetTop: '-1'
});

sIFR.replace(humanistbold, {
  selector: '#masthead h2'
	,css: [
      '.sIFR-root { text-align: left; color:#000000}'
    ]
	,wmode: 'transparent'
	,tuneHeight: '-6'
	,offsetTop: '-3'
});

sIFR.replace(humanistbold, {
  selector: '#details blockquote'
	,css: [
      '.sIFR-root { text-align: left; color:#000000; leading:5;}'
    ]
	,wmode: 'transparent'
	,tuneHeight: '-6'
	,offsetTop: '-1'
});

sIFR.replace(humanistbold, {
  selector: 'h2.samples'
	,css: [
      '.sIFR-root { text-align: left; color:#000000}'
    ]
	,wmode: 'transparent'
	,tuneHeight: '-6'
	,offsetTop: '-3'
});

sIFR.replace(humanistbold, {
  selector: '.sample h3'
	,css: [
      '.sIFR-root { text-align: left; color:#000000}'
    ]
	,wmode: 'transparent'
	,tuneHeight: '-6'
	,offsetTop: '-1'
	,offsetBottom: '-3'
});
sIFR.replace(humanistbold, {
  selector: '#sidebar h2'
	,css: [
      '.sIFR-root { text-align: left; color:#000000}'
    ]
	,wmode: 'transparent'
	,tuneHeight: '-6'
	,offsetTop: '-1'
	,offsetBottom: '-3'
});
