var BASE_DIR='/swf/';
var GillSansMTCondensed = {
    src: BASE_DIR+'GillSansMTCondensed.swf'
};
var GillSansMTCondensed_Center = {
    src: BASE_DIR+'GillSansMTCondensed-Center.swf'
};

sIFR.activate(GillSansMTCondensed);
sIFR.replace(GillSansMTCondensed, {
  selector: 'h1',
  css: '.sIFR-root {color: #000000;letter-spacing: -3;}',
  wmode: 'transparent'
});
sIFR.replace(GillSansMTCondensed, {
  selector: 'h2',
  css: '.sIFR-root {color: #005261;letter-spacing: -1;}',
  wmode: 'transparent'
});
sIFR.replace(GillSansMTCondensed, {
  selector: 'h3',
  css: '.sIFR-root {color: #000000;}',
  wmode: 'transparent'
});
sIFR.replace(GillSansMTCondensed_Center, {
  selector: 'div.subtitle',
  css: '.sIFR-root {color:#000000;letter-spacing:-1;text-align:center;}',
  wmode: 'transparent'
});
sIFR.replace(GillSansMTCondensed, {
  selector: '.GillSansMTCondensed',
  css: '.sIFR-root {color: #000000;letter-spacing: -1;}',
  wmode: 'transparent'
});

