var letterGothicBold = {
  src: '/_format/swfs/LetterGothicStdBold274.swf'
  ,ratios: [6,0.24,7,0.21,8,0.18,10,0.16,11,0.13,12,0.12,13,0.11,15,0.1,17,0.09,19,0.08,22,0.07,26,0.06,32,0.05,41,0.04,58,0.03,97,0.02,0.01]
};

sIFR.fitExactly = true;


sIFR.activate(letterGothicBold);

sIFR.replace(letterGothicBold, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #585858; }'
  ]
  ,offsetTop: -5
  ,tuneHeight: -5
});

sIFR.replace(letterGothicBold, {
  selector: 'h2'
  ,css: [
      '.sIFR-root { font-weight: bold; }'
  ]
  ,offsetTop: -3
  ,tuneHeight: 3
});
sIFR.replace(letterGothicBold, {
  selector: 'h3'
  ,css: [
      '.sIFR-root { font-weight: bold; }'
  ]
  ,offsetTop: -3
  ,tuneHeight: 5
});
sIFR.replace(letterGothicBold, {
  selector: 'h4,h5,h6'
  ,css: [
      '.sIFR-root { font-weight: bold; }'
  ]
  ,offsetTop: -1
  ,tuneHeight: 11
});
