	
	// styling h3 ---------------------------------------- /

	var h3_font = { src: '/assets/code/50050' };

	sIFR.activate(h3_font);

	sIFR.replace(h3_font, {
		selector: 'h3'
		,forceWidth: 'true'
		,wmode: 'transparent'
		,css: [
		'.sIFR-root { color: #454e56; text-transform: none; font-weight:bold; font-size: 16px; leading: -5;}'
		,'a { text-decoration: none }'
		,'a:link { color: #454e56 }'
		,'a:hover { color: #454e56 }'
		]
	});