	//<[CDATA[
	var gothic = {
		src: '/images/swf/gothic.swf',
		wmode: 'transparent'
	};
	sIFR.useStyleCheck = true;
	sIFR.activate(gothic);
	sIFR.replace(gothic, {
		selector: '#menu dt'
		,css: {
		  '.sIFR-root': { 'color': '#ffffff', 'font-size': '24px', 'font-weight': 'normal', 'text-transform': 'uppercase' }
		}
	});
	sIFR.replace(gothic, {
		selector: '#selectAbstract strong'
		,css: {
		  '.sIFR-root': { 'color': '#ffffff', 'font-size': '22px', 'font-weight': 'normal', 'text-transform': 'uppercase', 'text-align': 'center' }
		}
	});
	sIFR.replace(gothic, {
		selector: 'h2.center'
		,css: {
		  '.sIFR-root': { 'color': '#730c0d', 'font-size': '24px', 'font-weight': 'normal', 'text-align': 'center' }
		}
		,filters: {
			DropShadow: {
				knockout: false
				,distance: 0.5
				,color: '#730c0d'
				,strength: 0.5
			}
		}
	});
	sIFR.replace(gothic, {
		selector: 'h2'
		,css: {
		  '.sIFR-root': { 'color': '#730c0d', 'font-size': '24px', 'font-weight': 'normal' }
		}
		,filters: {
			DropShadow: {
				knockout: false
				,distance: 0.5
				,color: '#730c0d'
				,strength: 0.5
			}
		}
	});
	//]]>
