var akzidenz = {
  src: '/swf/akzidenz.swf'
};
sIFR.activate(akzidenz);
sIFR.replace(akzidenz, {
  selector: 'h1',
  css: [ 
    '.sIFR-root { font-weight: bold; text-transform: uppercase; leading: 7}',
    '.quiet { color:#cccccc; }',
    '.red { color:#990033; }',
    '.narrow { font-weight: normal; }',
    '.small { font-size: 16px;  leading: 2}',
    'a {color:#990033; text-decoration:none}',
    'a:hover {color:#666; text-decoration:none}',
    '.accentfix{display:block; font-size:1; leading: 5; }'
    ],
});
sIFR.replace(akzidenz, {
  selector: 'h2',
  offsetTop: '-15',
  tuneHeight: '-15',
  css: [ 
    '.sIFR-root { font-weight: normal; color:#990033; letter-spacing: -1 }',
    '.completed { color:#cccccc; }'
    ],
});
