var din = {
 src: '/app/swf/helevetica_neue.swf'
};


var myr = {
 src: '/app/swf/myriad.swf'
};


//sIFR.prefetch(din);
sIFR.activate(din); // From revision 209 and onwards E33D2F
sIFR.activate(myr); // From revision 209 and onwards E33D2F

sIFR.replace(din, {
selector: '#topmenu'
 ,wmode: 'transparent'
	,sColor: '#ffffff'
	,css: [
      '.sIFR-root { color: #ffffff; leading: 4; text-align:right; }'
      ,'a { color: #ffffff; text-decoration:none;}'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
	
  });
  
  sIFR.replace(din, {
selector: '#topmenu2 .nav_top'
 ,wmode: 'transparent'
	,sColor: '#ffffff'
	,css: [
      '.sIFR-root { color: #ffffff; leading: 4; text-align:left; }'
      ,'a { color: #ffffff; text-decoration:none;}'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
	
  });
/*sIFR.replace(din, {
selector: 'span.firstlvl_span'
 ,wmode: 'transparent'
	,sColor: '#ffffff'
	,css: [
      '.sIFR-root { color: #ffffff; leading: 4; display:block; }'

    ]
	
  });
*/


  
sIFR.replace(din, {
  selector: '.cnews h1,.text_press h1'
 ,wmode: 'transparent'
	,sColor: '#8cc642'
	,css: [
      '.sIFR-root { color: #8cc642; leading: 4;  text-align:left; }'
      ,'a { color: #000000; text-decoration:none;}'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
	
  }); 
sIFR.replace(din, {
  selector: 'h1'
 ,wmode: 'transparent'
	,sColor: '#000000'
	,css: [
      '.sIFR-root { color: #000000; leading: 4;  text-align:left;}'
      ,'a { color: #000000; text-decoration:none;}'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
	
  });
sIFR.replace(din, {
  selector: 'h2'
 ,wmode: 'transparent'
	,sColor: '#8CC642'
	,css: [
      '.sIFR-root { color: #8CC642; leading: 4; font-weight:bold; text-align:left;}'
      ,'a { color: #8CC642; text-decoration:none;}'
      ,'a:link { color: #8CC642; }'
      ,'a:hover { color: #ffffff; }'
    ]
	
  });
sIFR.replace(din, {
  selector: '.f_content span'
 ,wmode: 'transparent'
	,sColor: '#000000'
	,css: [
      '.sIFR-root { color: #000000; leading: 4;  text-align:left;}'
      ,'a { color: #000000; text-decoration:none;}'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
	
  });
  

  
  sIFR.replace(myr, {
  selector: '#text_container_press h1'
 ,wmode: 'transparent'
	,sColor: '#0000000'
	,css: [
      '.sIFR-root { color: #000000; leading: 4;  text-align:left;}'
      ,'a { color: #000000; text-decoration:none;}'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
	
  });

