
	sIFR.replace(bell_gothic_black, {
		selector: 'h1, h2',
      	css: [
	      '.sIFR-root { text-transform: uppercase; color: #37b5e2; }'
	      ],
		fitExactly: true,
		tuneHeight: -5,		  
		wmode: 'transparent'
		
	});
	
	sIFR.replace(bell_gothic_black, {
		selector: '.quick_links_list_title, .list_title',
      	css: [
	      '.sIFR-root { text-transform: uppercase; color: #444444; }',
  		  '.sIFR-root a { color: #444444; text-decoration: none; }',
		  '.sIFR-root a:hover { color: #37b5e2; text-decoration: none; }'
	      ],
		fitExactly: true,
		tuneHeight: -5,		  
		wmode: 'transparent'
		
	});	
	
	sIFR.replace(bell_gothic_black, {
		selector: '.section_title',
      	css: [
	      '.sIFR-root { text-transform: uppercase; color: #37b5e2; }'
	      ],
		fitExactly: true,
		tuneHeight: -5,
		wmode: 'transparent'
	});	
	

	/*
	sIFR.replace(bell_gothic_black, {
		selector: '.pratt_name',
      	css: [
	      '.sIFR-root { text-transform: uppercase; color: #37b5e2; }',
		  'a { text-decoration: none; }',
		  'a:link { color: #37b5e2; }',
		  'a:hover { color: #37b5e2; }'		  
	      ],
		tuneHeight: -5,
		fitExactly: true,
		fixFocus: true,
		forceSingleLine: true,
		wmode: 'transparent'
	});	
	*/


