Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: 'body #pagetitle .sIFR',
      css: {
        '.sIFR-root': { 'background-color': '#e5e5e5' },
        '.title': { 'color': '#46667b', 'background-color': '#e5e5e5' },
        '.subtitle': { 'color': '#80929c', 'background-color': '#e5e5e5' }
      },
      tuneHeight: -1,
      fitExactly : true,
      forceSingleLine : true,
      preventWrap : true,
      tuneWidth : 1,
      wmode: 'opaque'
    }
  }
);