var yourtypeface = {
	src: '/swf/creditvalley.swf'
};

sIFR.activate(yourtypeface);

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

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

