var oBellGothicBold = {
  src: '/swf/bellgothicstd-bold.swf',
  ratios: [9, 1.16, 16, 1.09, 18, 1.06, 19, 1.08, 22, 1.07, 25, 1.06, 41, 1.04, 58, 1.03, 97, 1.02, 1.01]
};
var oBellGothicBlack = {
  src: '/swf/bellgothicstd-v3.swf',
  ratios: [9, 1.16, 16, 1.09, 18, 1.06, 19, 1.08, 22, 1.07, 25, 1.06, 41, 1.04, 58, 1.03, 97, 1.02, 1.01]
};

sIFR.activate(oBellGothicBold, oBellGothicBlack);

sIFR.replace(oBellGothicBold, {
  selector: 'h1.menu-header',
  wmode: 'transparent',
  tuneWidth: 5,
  preventWrap: true,
  offsetTop: 4,
  css: [
  	'.sIFR-root { text-align: center}',
    'a {text-decoration: none; color:#ffffff }',
    'a:link { text-decoration: none; color: #ffffff; }',
    'a:hover { color: #ffffff; }'
  ]
});


sIFR.replace(oBellGothicBlack, {
  selector: 'h1.body-header',
  wmode: 'transparent',
  css: [
  	'.sIFR-root { color:#0499b9; }'
  ]
});



sIFR.replace(oBellGothicBlack, {
  selector: 'h3.left-menu-header',
  wmode: 'transparent',
  offsetTop: 5,
	fitExactly: true,
  css: [
    '.sIFR-root { color: #42829D; }',
     'a { text-decoration: none; color:#42829D }',
    'a:link { text-decoration: none; color: #42829D; }',
    'a:hover { color: #42829D; }'
  ]
});