	 var mono = {
		src: '/fonts/mono.swf'
	};
	sIFR.useStyleCheck = false;
	sIFR.fixHover = true;
	sIFR.fitExactly = false;
	sIFR.repaintOnResize = true;
	sIFR.preserveSingleWhitespace = true;
	sIFR.fromLocal = true;
	sIFR.activate(mono);
	sIFR.replace(mono, {selector: 'h4',
		css: [
			'.sIFR-root { line-height: 1em; font-size: 32px; color: #0F3B05; background-color: #FFFFFF; text-align: center; font-weight: normal; font-style: normal; text-decoration: none; visibility: hidden; }',
			'a { text-decoration: none; }',
			'a:link { color: #2C5323; }',
			'a:hover { color: #3C6034; }',
			'strong { font-weight:bold; color:#9F0000; }'
		],
		filters: {
			DropShadow: { quality: 3, angle: 60, knockout: false, distance: 2.000000, color: '#000000', strength: 1.000000 }
		},
		wmode: 'transparent'
	});
	
	sIFR.replace(mono, {selector: 'h5',
		css: [
			'.sIFR-root { display:block; line-height: 1em; font-size: 32px; color: #0F3B05; background-color: #FFFFFF; text-align: left; font-weight: normal; font-style: normal; text-decoration: underline; visibility: hidden; }',
			'a { text-decoration: none; }',
			'a:link { color: #2C5323; }',
			'a:hover { color: #3C6034; }',
			'strong { font-weight:bold; color:#9F0000; }'
		],
		filters: {
			DropShadow: { quality: 3, angle: 60, knockout: false, distance: 2.000000, color: '#000000', strength: 1.000000 }
		},
		wmode: 'transparent'
	});