function do_sIFR(){

var eurostile = {
	src: 'swf/font-Eurostile.swf'   
};

sIFR.activate(eurostile);

sIFR.replace(eurostile, {
    selector: '#sidebar h2'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left', 
		'color':'#666666',
		'font-size':'20px'
	}}
  });

sIFR.replace(eurostile, {
    selector: '.teaser-homepage .textbox h2'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left',
		'color':'#666666',
		'font-size':'14px',
		'font-weight':'bold',
		'line-height':'16px'

	}}
  });


sIFR.replace(eurostile, {
    selector: '#inform .content-header h2'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left',
		'color':'#f18e1d',
		'font-size':'20px'
	}}
  });

sIFR.replace(eurostile, {
    selector: 'h1 span'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left', 
		'color':'#616161',
		'font-size':'24px'
	}}
  });


sIFR.replace(eurostile, {
    selector: '#inform h3 span'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left', 
		'color':'#616161',
		'font-size':'26px'
	}}
  });

sIFR.replace(eurostile, {
    selector: '#inform h3'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left', 
		'color':'#616161',
		'font-size':'14px'
	}}
  });

sIFR.replace(eurostile, {
    selector: '.search-result h5 '
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left', 
		'color':'#F18E1D',
		'font-size':'17px'

		
	}}
  });

sIFR.replace(eurostile, {
    selector: '.gallery_title h2'
	,wmode: 'transparent'
	,offsetLeft: 4 
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'right', 
		'color':'#616161',
		'font-size':'20px'
	}}
  });


sIFR.replace(eurostile, {
    selector: '.title-box h1'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left', 
		'color':'#616161',
		'font-size':'20px'
	}}
  });
}
do_sIFR();