
var helvetica = { src: '/includes/helvetica.swf' };
var bodoni = { src: '/includes/bodoni.swf' };

sIFR.activate(helvetica, bodoni);







sIFR.replace(helvetica, {
      selector: 'h1'
    , wmode: 'transparent' 
    ,css: [
        '.sIFR-root { color: #272727; font-weight: bold; }',
        'a {color: #115681; text-decoration: none;}',
        'a:hover {color: #115681; text-decoration: underline;}'
      ]
});



sIFR.replace(helvetica, {
      selector: 'h2.newsTitle'
    , wmode: 'transparent' 
    ,css: [
        '.sIFR-root { color: #272727; font-weight: bold; }',
        'a {color: #115681; text-decoration: none;}',
        'a:hover {color: #115681; text-decoration: underline;}'
      ]
});

sIFR.replace(helvetica, {
      selector: 'h4'
    , wmode: 'transparent' 
    ,css: [
        '.sIFR-root { color: #8b8b8b; font-weight: bold; text-transform: uppercase; }',
        'a {color: #ffc301; text-decoration: none;}',
        'a:hover {color: #ffc301; text-decoration: underline;}'
      ]
});





sIFR.replace(bodoni, {
      selector: 'h2.pageHeader'
    , wmode: 'transparent' 
    ,css: [
        '.sIFR-root { color: #333333; font-weight: normal; }',
        'a {color: #ffc301; text-decoration: none;}',
        'a:hover {color: #ffc301; text-decoration: underline;}'
      ]
});


sIFR.replace(bodoni, {
      selector: 'h2'
    , wmode: 'transparent' 
    ,css: [
        '.sIFR-root { color: #eeeeee; font-weight: normal; }',
        'a {color: #ffc301; text-decoration: none;}',
        'a:hover {color: #ffc301; text-decoration: underline;}'
      ]
});


