var tradeGothicLight = { src: '/Templates/Flash/tradeGothicLgt.swf' };
var tradeGothicBold = { src: '/Templates/Flash/tradeGothicBld.swf' };

sIFR.activate(tradeGothicLight, tradeGothicBold);


sIFR.replace(tradeGothicLight, {
  selector: '#topHeader p ',
  css: [
    '.sIFR-root { color: #777; }',
    'a { text-decoration: none; color: #777; }',
    'a:link { color: #777; }',
    'a:hover { color: #777; }'
    ],
  wmode: 'transparent'
});

sIFR.replace(tradeGothicBold, {
    selector: '.featBlock h3.title',
    css: '.sIFR-root { color: #009ddc; }',
    wmode: 'transparent'
});

sIFR.replace(tradeGothicBold, {
  selector: 'h1',
  css: '.sIFR-root { color: #009ddc; }',
  wmode: 'transparent'
});

sIFR.replace(tradeGothicBold, {
    selector: '#topNav li.active',
    css: [
    '.sIFR-root { color: #e7e7e7; text-transform: uppercase; text-align: center; }',
    'a {text-decoration:none;color: #45caff;}',
    'a:hover { color: #45caff; }'
  ],
    wmode: 'transparent'
});

sIFR.replace(tradeGothicBold, {
selector: '#topNav ul li.dark, #topNav ul li.last, #topNav ul li.light',
    css: [
        '.sIFR-root { color: #e7e7e7; text-transform: uppercase; text-align: center; }',
        'a { text-decoration: none; color: #eee; }',
        'a:link { color: #eee; }',
        'a:hover { color: #45caff; }'
      ],
    wmode: 'transparent'
});


