var eubold = { 
	src: 'http://www.redrivertransp.com/wp/wp-content/themes/red_river/scripts/eurostile-bold.swf' 
};

var eunormal = { 
	src: 'http://www.redrivertransp.com/wp/wp-content/themes/red_river/scripts/eurostile-normal.swf' 
};

sIFR.activate(eubold);
sIFR.activate(eunormal);

sIFR.replace(eunormal, {
  selector: 'h1',
  css: [
  '.sIFR-root { text-align:right; font-size:18px; color: #780000;}'
  ],
});

sIFR.replace(eunormal, {
  selector: '#section2 p',
  css: '.sIFR-root { background:transparent; text-align:center; font-size:15px; color: #666; }'
});

sIFR.replace(eubold, {
  selector: '#section2 span',
  css: '.sIFR-root { background:transparent; text-align:center; font-size:17px; color: #780000; }'
});
