var tradeGothBold = {
  src: '/Fonts/TradeGothicBold.swf'
};

var tradeGothConBold = {
  src: '/Fonts/TradeGothicConBold20.swf'
};

sIFR.activate(tradeGothBold, tradeGothConBold);

sIFR.replace(tradeGothConBold, {
  selector: '.sifrHeader',
  css: [
      '.sIFR-root { color:#D21242; text-transform:uppercase; font-size:45px; }'      
      ],
  wmode: 'transparent'
});

sIFR.replace(tradeGothConBold, {
  selector: '.sifrHeaderTwo',
  css: [
      '.sIFR-root { float:right; margin:0 0 0 0; padding:0; color:#D21242; text-transform:uppercase; font-size:20px; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(tradeGothBold, {
  selector: '.sIFR-footer',
  css: [
      '.sIFR-root { color:#d11241;  font-size:12px; padding: 5px 0; float:left; width: 995px; height: auto; text-align: center;  }'      
      ],
  wmode: 'transparent'
});

sIFR.replace(tradeGothBold, {
  selector: '.sIFR-footer a',
  css: [
      '.sIFR-root { color:#6d6d6d;  font-size:12px; text-decoration: none; }'      
      ],
  wmode: 'transparent'
});

sIFR.replace(tradeGothBold, {
  selector: '.sIFR-footer a:visited',
  css: [
      '.sIFR-root { color:#6d6d6d;  font-size:12px; text-decoration: none; }'      
      ],
  wmode: 'transparent'
});

sIFR.replace(tradeGothBold, {
  selector: '.sIFR-footer a:link',
  css: [
      '.sIFR-root { color:#6d6d6d;  font-size:12px; text-decoration: none; }'      
      ],
  wmode: 'transparent'
});

sIFR.replace(tradeGothBold, {
  selector: '.sIFR-footer a:hover',
  css: [
      '.sIFR-root { color:#6d6d6d;  font-size:12px; text-decoration: underline; }'      
      ],
  wmode: 'transparent'
});

sIFR.replace(tradeGothBold, {
  selector: '.sIFR-footer ul',
  css: [
      '.sIFR-root { width:730px; list-style:none; margin:0 auto; padding:0; font-size: 10px;  }'      
      ],
  wmode: 'transparent'
});

sIFR.replace(tradeGothBold, {
  selector: '.sIFR-footer li',
  css: [
      '.sIFR-root { margin:0; padding: 0 7px 0 7px; float: left;  }'      
      ],
  wmode: 'transparent'
});





