var avenir = {
      src: '/flash/avenir-lt.swf'
};
 
sIFR.activate(avenir);
 
sIFR.replace(avenir, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:18px; color:#307f86; font-weight:normal; text-transform:lowercase; }',
      'a { color:#307f86; text-decoration:none; }',
      'a:hover { color:#307f86; text-decoration:underline; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: 'h3, legend',
      css: [
      '.sIFR-root { font-size:18px; color:#307f86; font-weight:normal; text-transform:lowercase;}',
      'a { color:#307f86; text-decoration:none; }',
      'a:hover { color:#307f86; text-decoration:underline; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: '.leader',
      css: [
      '.sIFR-root { font-size:20px; color:#ffffff; font-weight:normal; margin:0; padding:0; }',
      'a { color:#ffffff; text-decoration:none; }',
      'a:hover { color:#ffffff; text-decoration:underline; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: '.leader-sm',
      css: [
      '.sIFR-root { font-size:12px; color:#ffffff; font-weight:normal; }',
      'a { color:#ffffff; text-decoration:none; }',
      'a:hover { color:#ffffff; text-decoration:underline; }'
      ],
      wmode: 'transparent'
});

