Fonts.Register
(
  {
    font: helvetica_neue_light_LT45,
    options:
    {
      selector: 'body #footer .last .sIFR',
      css: {
        '.sIFR-root': { 'color': '#46667a', 'background-color': '#ffffff', 'text-align': 'center' }
      },
      tuneWidth: '5',
      wmode: 'opaque'
    }
  }
);

Fonts.Register
(
  {
    font: helvetica_neue_bold_cond,
    options:
    {
      selector: 'body #footer .sIFR',
      css: {
        '.sIFR-root': { 'color': '#46667a', 'background-color': '#ede9e9', 'text-align': 'center' },
        '.link': { 'color': '#46667a', 'background-color': '#ede9e9', 'text-decoration': 'none' },
        'a:hover': { 'color': '#46667a', 'background-color': '#ede9e9', 'text-decoration': 'none' }
      },
      forceHeight: 'true',
      tuneWidth: '12',
      offsetTop: '4',
      wmode: 'opaque'
    }
  }
);
