var mainFont = { src: '/ITCAvantGardeGothic.swf' };
  
  sIFR.useStyleCheck = true;
  sIFR.activate(mainFont);
  
  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: 'h1',
    css: ['.sIFR-root {color:#FFFFFF;}'
		, 'a { color: #FFFFFF; text-decoration:none;}'
		, 'a:hover { color: #CCCCCC; }'],
    selectable: false,
	tuneHeight:-5
  });
  
  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: '.name',
    css: ['.sIFR-root {color:#FFFFFF;}'
		, 'a { color: #FFFFFF; text-decoration:none;}'
		, 'a:hover { color: #FFFFFF; }'],
    selectable: false,
	tuneHeight:-5
  });
  
  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: '.fileHeader',
    css: ['.sIFR-root {color:#FFFFFF;}'
		, 'a { color: #FFFFFF; text-decoration:none;}'
		, 'a:hover { color: #FFFFFF; }'],
    selectable: false,
	tuneHeight:-5
  });
  
  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: '.fileSubHeader',
    css: ['.sIFR-root {color:#FFFFFF;}'
		, 'a { color: #FFFFFF; text-decoration:none;}'
		, 'a:hover { color: #FFFFFF; }'],
    selectable: false,
	tuneHeight:-5
  });