
		var arial_rounded_mt_bold = {
			 src: '/sifr3/arial_rounded_mt_bold.swf' 		};
	
		sIFR.activate(arial_rounded_mt_bold);
	
		sIFR.replace(arial_rounded_mt_bold, {
			selector: '.text',
			css: [
			'.sIFR-root { font-size: 16px; color: #df93c1; }',
			'a { color: #df93c1; text-decoration: none; }',
			'a:hover { color: #000000; text-decoration: none; }'
			],
			wmode: 'transparent'
		});

		sIFR.replace(arial_rounded_mt_bold, {
			selector: '.text1',
			css: [
			'.sIFR-root { font-size: 16px; color: #df93c1; }',
			'a { color: #df93c1; text-decoration: none; }',
			'a:hover { color: #000000; text-decoration: none; }'
			],
			wmode: 'transparent'
		});

		sIFR.replace(arial_rounded_mt_bold, {
			selector: '.text2',
			css: [
			'.sIFR-root { font-size: 16px; color: #000000; }',
			'a { color: #000000; text-decoration: none; }',
			'a:hover { color: #df93c1; text-decoration: none; }'
			],
			wmode: 'transparent'
		});

		sIFR.replace(arial_rounded_mt_bold, {
			selector: 'h1',
			css: [
			'.sIFR-root { font-size: 16px; color: #000000; }',
			'a { color: #e5aace; text-decoration: none; }'
			],
			wmode: 'transparent'
		});

		sIFR.replace(arial_rounded_mt_bold, {
			selector: 'h2',
			css: [
			'.sIFR-root { font-size: 14px; color: #df93c1; }'
			],
			wmode: 'transparent'
		});

