var fontTitle = {
     
  src: '../utilityProMedi.swf'
  
};

    sIFR.activate(fontTitle);
    sIFR.replace(fontTitle, {
		fitexactly: false,
	  	selector: 'h1#callmeback',
		css: ['.sIFR-root {color: #ffffff; leading: -4; text-align: center;}',
		        'strong {color: #000000}',
		        'a { text-decoration: none; }',
                'a:link { color: #1A1A18; }',
                'a:hover { color: #1A1A18; }'],
		wmode: 'transparent'
	});
	
	sIFR.replace(fontTitle, {
		fitexactly: false,
	  	selector: '#alternativeContainer .alternative h1, h1.contactTitle',
		css: ['.sIFR-root {color: #1A1A18; leading: -4;}',
		        'strong {color: #000000}',
		        'a { text-decoration: none; }',
                'a:link { color: #1A1A18; }',
                'a:hover { color: #1A1A18; }'],
		wmode: 'transparent'
	});
    
	sIFR.replace(fontTitle, {
		fitexactly: false,
	  	selector: 'h1',
		css: ['.sIFR-root {color: #ffffff;  leading: -8;}',
		        'strong {color: #000000}',
		        'a { text-decoration: none; }',
                'a:link { color: #ffffff; }',
                'a:hover { color: #ffffff; }'],
		wmode: 'transparent'
	});
