var yourtypeface = {
	src: 'http://www.mistral-online.com/swf/creditvalley.swf'
};

sIFR.activate(yourtypeface);

sIFR.replace(yourtypeface, {
	  selector: 'h1',
			css: [
			'.sIFR-root {  font-size:25px; font-weight:normal; color:#45738d;}'
			],
	  wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
	  selector: 'h3',
			css: [
			'.sIFR-root {  font-size:20px; font-weight:normal; color:#a61f5d;}', 'a:link { color: #a61f5d; }' ,'a:hover { text-decoration: none; color: #a61f5d;  }' 
			],
	  wmode: 'transparent'
});

