var font = {
  src: 'sifr/font.swf'
};

sIFR.activate(font);

sIFR.replace({
    selector: 'h2', 
    src: 'sifr/font.swf', 
    highsrc: 'sifr/font.swf',
    css: {
      '.sIFR-root' : { 'text-align': 'center', 'font-weight': 'bold', 'background-color': '#133a5d' },
      'a': { 'text-decoration': 'none', 'color': '#ffffff' },
      'a:link': { 'color': '#ffffff' },
      'a:hover': { 'color': '#ffcc00' }
    },
    paddingTop: 0
	
  });


  sIFR.replace(font, {
    selector: 'h3', 
    src: 'sifr/font.swf', 
    highsrc: 'sifr/font.swf',
    css: {
      '.sIFR-root' : { 'text-align': 'center', 'font-weight': 'bold', 'background-color': '#1a4164' },
      'a': { 'text-decoration': 'none', 'color': '#ffffff' },
      'a:link': { 'color': '#ffffff' },
      'a:hover': { 'color': '#ffffff' }
    },
    paddingTop: 0
  });
  
  sIFR.replace(font, {
    selector: 'h4', 
    src: 'sifr/font.swf', 
    highsrc: 'sifr/font.swf',
    css: {
      '.sIFR-root' : { 'text-align': 'center', 'font-weight': 'bold', 'background-color': '#133a5d', 'color': '#ffffff' },
      'a': { 'text-decoration': 'none', 'color': '#ffffff' },
      'a:link': { 'color': '#ffffff' },
      'a:hover': { 'color': '#ffffff' }
    },
    paddingTop: 0
  });


