var futuraheavy = {
  src: '/Styles/futuraheavy.swf'
};

var futuraextrabold = {
  src: '/Styles/futuraextrabold.swf'
};
sIFR.fitExactly = true;
sIFR.activate(futuraheavy, futuraextrabold);
sIFR.replace(futuraheavy, {
  selector: '.newstitle'
  ,css: {
      '.sIFR-root': { 'background-color': '#cccccc', 'color': '#970508', 'margin-bottom': '0'}
	  ,'a': { 'text-decoration': 'none' }
      ,'a:link': { 'color': '#970508' }
      ,'a:hover': { 'color': '#970508' }
    }
   ,tuneHeight: -5
   ,transparent: true
});

sIFR.replace(futuraheavy, {
  selector: '.featuredtitle'
  ,css: {
      '.sIFR-root': { 'background-color': '#cccccc', 'color': '#970508'}
    }
   ,tuneHeight: -1
   ,transparent: true
});

sIFR.replace(futuraheavy, {
  selector: '.featuredbyline'
  ,css: {
      '.sIFR-root': { 'background-color': '#cccccc', 'color': '#db6c00'}
	  ,'a': { 'text-decoration': 'none' }
      ,'a:link': { 'color': '#db6c00' }
      ,'a:hover': { 'color': '#970508' }
    }
   ,tuneHeight: -1
   ,transparent: true
});

sIFR.replace(futuraheavy, {
  selector: '.toppageheading'
  ,css: {
      '.sIFR-root': { 'background-color': '#e0dcc7', 'color': '#970508'}
    }
});

sIFR.replace(futuraextrabold, {
  selector: '.submenu'
  ,css: {
      '.sIFR-root': { 'background-color': '#cec9b7'}
	  ,'a': { 'text-decoration': 'none' }
      ,'a:link': { 'color': '#000000' }
      ,'a:hover': { 'color': '#555555' }
    }
});

sIFR.replace(futuraextrabold, {
  selector: '.submenumember'
  ,css: {
      '.sIFR-root': { 'background-color': '#cec9b7'}
	  ,'a': { 'text-decoration': 'none' }
      ,'a:link': { 'color': '#000000' }
      ,'a:hover': { 'color': '#555555' }
    }
});