//<[CDATA[

var sifrfont =	{
					src: 'http://www.nathaliemakoma.nl/sifrfont.swf',
					ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18]

				};

sIFR.useStyleCheck 	= true;
sIFR.activate(sifrfont);

//sIFR.debug.ratios({ src: '/sifrfont.swf', selector: 'h1' });


sIFR.replace(sifrfont, {
							selector: 'h1',
							css: ['.sIFR-root { text-align: left; color: #F49AC1; font-weight: bold; width: 420px; }'],
							wmode: 'transparent',
							tuneHeight: -5
							

						});

sIFR.replace(sifrfont, {
							selector: 'h2',
							css: ['.sIFR-root 	{ text-align: left; color: #BEBFC1; font-weight: bold;}',
								  	'a			{ text-decoration: none; }',
									'a:link 	{ color: #BEBFC1; }',
									'a:hover	{ color: #939598; }'
									],
							wmode: 'transparent',
							tuneHeight: -5
						});


//]]>