function k_form(){
	if(!(jQuery.browser.msie && parseInt(jQuery.browser.version) < 7)) // ajax contact form disabled in ie6, it does work but ie6 shifts layout on error :P
	{
		
	var my_error;
	jQuery(".ajax_form #send").bind("click", function(){
											 
	my_error = false;
	jQuery(".ajax_form #name, .ajax_form #message, .ajax_form #email ").each(function(i){
				
				

				
				
				var value = jQuery(this).attr("value");
				var check_for = jQuery(this).attr("id");
				var surrounding_element = jQuery(this).parent();
				if(check_for == "email"){
					if(!value.match(/^\w[\w|\.|\-]+@\w[\w|\.|\-]+\.[a-zA-Z]{2,4}$/)){
						
						surrounding_element.attr("class","").addClass("error");
						
						my_error = true;
						}else{
						surrounding_element.attr("class","").addClass("valid");	
						}
					}
				
				if(check_for == "name" || check_for == "message"){
					if(value == ""){
						
						surrounding_element.attr("class","").addClass("error");
						
						my_error = true;
						}else{
						surrounding_element.attr("class","").addClass("valid");	
						}
					}
						   if(jQuery(".ajax_form #name, .ajax_form #message, .ajax_form #email").length  == i+1){
								if(my_error == false){
									jQuery(".ajax_form").slideUp(400);
									
									var $datastring = "ajax=true";
									jQuery(".ajax_form input, .ajax_form textarea").each(function(i)
									{
										var $name = jQuery(this).attr('name');	
										var $value = jQuery(this).attr('value');
										$datastring = $datastring + "&" + $name + "=" + $value;
									});
																		
									
									jQuery(".ajax_form #send").fadeOut(100);	
									
									jQuery.ajax({
									   type: "POST",
									   url: "send.php",
									   data: $datastring,
									   success: function(response){
									   jQuery(".ajax_form").before("<div class='ajaxresponse' style='display: none;'></div>");
									   jQuery(".ajaxresponse").html(response).slideDown(400); 
									   jQuery(".ajax_form #send").fadeIn(400);
									   jQuery(".ajax_form #name, .ajax_form #message, .ajax_form #email , .ajax_form #website").val("");
										   }
										});
									} 
							}
					});
			return false;
	});
 }
}

var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()},whiteSpace:(function(){var Z={inline:1,"inline-block":1,"run-in":1};return function(c,a,b){if(Z[a.get("display")]){return c}if(!b.previousSibling){c=c.replace(/^\s+/,"")}if(!b.nextSibling){c=c.replace(/\s+$/,"")}return c}})()};M.ready=(function(){var b=!M.recognizesMedia("all"),a=false;var Z=[],d=function(){b=true;for(var g;g=Z.shift();g()){}};var e=F("link"),f={stylesheet:1};function c(){var h,g,j;for(g=0;j=e[g];++g){if(j.disabled||!f[j.rel.toLowerCase()]||!M.recognizesMedia(j.media||"screen")){continue}h=j.sheet||j.styleSheet;if(!h||h.disabled){return false}}return true}V.ready(function(){if(!a){a=M.getStyle(document.body).isUsable()}if(b||(a&&c())){d()}else{setTimeout(arguments.callee,10)}});return function(g){if(b){g()}else{Z.push(g)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.kerning=a.kerning;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.isUsable=function(){return !!Z}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=M.whiteSpace(c.data,Z,c);if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];if(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());
																																							

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
 * 
 * Trademark:
 * Museo is a trademark of Jos Buivenga/exljbris.
 * 
 * Full name:
 * Museo-700
 * 
 * Description:
 * Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
 * 
 * Manufacturer:
 * Jos Buivenga
 * 
 * Designer:
 * Jos Buivenga
 * 
 * Vendor URL:
 * http://www.josbuivenga.demon.nl
 */
Cufon.registerFont({"w":222,"face":{"font-family":"Museo 700","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-7 -321 351 76","underline-thickness":"18","underline-position":"-18","stemh":"40","stemv":"46","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":95,"k":{"Y":13,"W":8,"V":8,"T":7,".":18,",":18}},"\u00a0":{"w":95},"!":{"d":"40,-74r-4,-182r48,0r-4,182r-40,0xm38,0r0,-42r44,0r0,42r-44,0","w":119},"\"":{"d":"78,-185r0,-75r34,0r0,75r-34,0xm21,-185r0,-75r33,0r0,75r-33,0","w":132,"k":{"X":-7,"4":18,"T":-7,"Y":-7,"V":-7,"W":-7,"C":4,"G":4,"O":4,"Q":4,"\u00d6":4,"a":16,"\u00e4":16,"A":32,"\u00c4":32,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00f6":4,"J":25,"M":8,"N":8,"s":4,"Z":-5}},"#":{"d":"43,0r11,-67r-42,0r5,-33r43,0r9,-50r-42,0r5,-34r43,0r12,-72r37,0r-13,72r49,0r13,-72r37,0r-13,72r43,0r-5,34r-43,0r-9,50r42,0r-5,33r-43,0r-12,67r-36,0r11,-67r-49,0r-11,67r-37,0xm96,-100r50,0r9,-50r-50,0","w":252},"$":{"d":"14,-47r32,-28v0,0,21,37,59,37v21,0,37,-11,37,-30v0,-45,-120,-39,-120,-122v0,-36,28,-62,67,-68r0,-34r32,0r0,34v36,5,68,23,60,72r-42,0v3,-22,-10,-31,-32,-31v-22,0,-38,11,-38,26v0,46,120,34,120,121v0,36,-27,67,-68,73r0,33r-32,0r0,-33v-53,-7,-75,-50,-75,-50","w":201,"k":{"7":7}},"%":{"d":"78,-146v-32,0,-58,-25,-58,-57v0,-31,26,-57,58,-57v32,0,60,26,60,57v0,32,-28,57,-60,57xm29,0r196,-256r42,0r-196,256r-42,0xm78,-179v13,0,25,-11,25,-24v0,-13,-12,-24,-25,-24v-13,0,-23,11,-23,24v0,13,10,24,23,24xm159,-52v0,-31,26,-57,59,-57v32,0,59,26,59,57v0,31,-27,56,-59,56v-33,0,-59,-25,-59,-56xm194,-53v0,13,11,24,24,24v13,0,24,-11,24,-24v0,-13,-11,-23,-24,-23v-13,0,-24,10,-24,23","w":297},"&":{"d":"107,4v-89,4,-128,-109,-49,-140v1,-3,-30,-12,-32,-57v-3,-53,63,-77,113,-63r-11,37v-24,-7,-55,7,-55,32v0,14,8,34,39,34r38,0r0,-31r46,0r0,31r31,0r0,40r-31,0v6,72,-21,114,-89,117xm63,-75v0,20,17,37,44,37v38,0,47,-33,43,-75v-42,-2,-87,-1,-87,38","w":234},"'":{"d":"21,-185r0,-75r34,0r0,75r-34,0","w":75,"k":{"X":-7,"4":18,"T":-7,"Y":-7,"V":-7,"W":-7,"C":4,"G":4,"O":4,"Q":4,"\u00d6":4,"a":16,"\u00e4":16,"A":32,"\u00c4":32,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00f6":4,"J":25,"M":8,"N":8,"s":4,"Z":-5}},"(":{"d":"72,34v-56,-83,-58,-217,-1,-301r39,0v-56,93,-51,207,1,301r-39,0","w":126,"k":{"j":-8,"4":14}},")":{"d":"15,34v53,-94,58,-208,1,-301r39,0v58,84,56,218,-1,301r-39,0","w":126},"*":{"d":"62,-116r-33,-23v10,-13,21,-23,30,-37r-46,-11r13,-39r43,18r-3,-48r41,0r-3,48r44,-18r13,38v-15,5,-34,6,-47,13r31,35r-33,24v-9,-13,-16,-28,-26,-39","w":173},"+":{"d":"15,-85r0,-36r78,0r0,-85r37,0r0,85r78,0r0,36r-78,0r0,85r-37,0r0,-85r-78,0","k":{"7":6}},",":{"d":"32,-46r44,0r-35,84r-33,0","w":95,"k":{"9":2,"7":6,"6":4,"4":4,"0":7,"T":25,"Y":29,"V":25,"W":25,"C":4,"G":4,"O":4,"Q":4,"\u00d6":4,"v":14,"w":14,"y":14,"\u00ad":26,"@":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"\u00f6":5,"J":-9,"B":7,"D":7,"E":7,"F":7,"H":7,"K":7,"L":7,"P":7,"R":7}},"-":{"d":"23,-83r0,-40r109,0r0,40r-109,0","w":155,"k":{"x":6,"X":4,"9":10,"7":22,"5":9,"3":14,"1":11}},"\u00ad":{"d":"23,-83r0,-40r109,0r0,40r-109,0","w":155,"k":{"T":22,"Y":22,"V":11,"W":11,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00d6":-5,"v":5,"w":5,"y":5,"A":3,"\u00c4":3,"z":5,"S":6,"Z":4}},".":{"d":"26,0r0,-46r44,0r0,46r-44,0","w":95,"k":{"9":2,"7":6,"6":4,"4":4,"0":7,"T":25,"Y":29,"V":25,"W":25,"C":4,"G":4,"O":4,"Q":4,"\u00d6":4,"v":14,"w":14,"y":14,"\u00ad":26,"@":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"\u00f6":5,"J":-9,"B":7,"D":7,"E":7,"F":7,"H":7,"K":7,"L":7,"P":7,"R":7}},"\/":{"d":"0,15r91,-284r39,0r-91,284r-39,0","w":132,"k":{"7":-6}},"0":{"d":"110,4v-70,0,-92,-59,-92,-132v0,-73,22,-132,92,-132v70,0,93,59,93,132v0,73,-23,132,-93,132xm110,-38v35,0,45,-40,45,-90v0,-50,-10,-89,-45,-89v-35,0,-45,39,-45,89v0,50,10,90,45,90","w":220,"k":{".":14,",":14,"8":4,"7":9,"3":4,"2":4,"1":5}},"1":{"d":"23,0r0,-40r55,0r0,-159v-3,6,-24,27,-32,34r-27,-29r64,-62r42,0r0,216r55,0r0,40r-157,0","w":191,"k":{"-":18,"'":22,"\"":22,"9":5,"8":3,"7":4,"6":5,"5":3,"4":6,"3":1,"0":5,"\/":-9,"%":9}},"2":{"d":"12,-34v0,-93,125,-88,125,-150v0,-20,-15,-33,-37,-33v-26,0,-37,9,-34,32r-42,0v-11,-56,35,-74,78,-75v45,0,82,28,82,76v0,86,-123,92,-123,138v0,5,3,6,10,6r74,0v11,0,8,-13,8,-23r43,0v-1,28,8,63,-25,63r-133,0v-22,0,-26,-10,-26,-34","w":209,"k":{"-":6,"9":6,"7":1,"4":7,"0":2}},"3":{"d":"9,-32r24,-35v0,0,25,27,63,27v25,0,43,-16,43,-38v0,-29,-31,-40,-66,-37r-9,-24r60,-78r-55,1v-11,0,-7,14,-8,24r-42,0v2,-27,-9,-64,22,-64r139,0r0,30r-59,73v35,5,66,32,66,75v0,42,-33,82,-91,82v-55,0,-87,-36,-87,-36","w":200,"k":{"9":2,"7":2}},"4":{"d":"6,-64r0,-30r106,-162r56,0r0,152r39,0r0,40r-39,0r0,64r-47,0r0,-64r-115,0xm121,-104r1,-99v-15,29,-48,73,-66,100","w":212,"k":{".":4,",":4,"9":4,"4":-11,"2":-7,"1":3}},"5":{"d":"17,-31r24,-36v0,0,22,27,59,27v28,0,47,-19,47,-42v0,-28,-26,-44,-55,-44v-46,0,-43,21,-65,4r9,-109v1,-17,7,-25,24,-25r95,0v32,-3,23,36,24,64r-43,0v-1,-9,3,-25,-7,-24v-17,2,-47,-8,-51,8v-1,15,-6,34,-4,47v59,-16,121,24,121,80v0,45,-35,86,-95,86v-54,0,-83,-36,-83,-36","w":214,"k":{".":5,",":5,"9":1,"7":6,"5":3,"3":3,"2":2,"1":7,"0":3}},"6":{"d":"111,4v-53,0,-99,-42,-99,-118v0,-68,39,-146,118,-146v32,0,52,11,52,11r-14,40v0,0,-17,-8,-36,-8v-39,-1,-64,35,-66,69v47,-44,129,1,129,67v0,48,-34,85,-84,85xm60,-100v0,32,24,62,51,62v24,0,38,-19,38,-43v0,-26,-16,-47,-47,-47v-23,0,-42,13,-42,28","w":207,"k":{"-":5,"9":4,"7":3,"5":2,"3":2,"0":3}},"7":{"d":"17,0r105,-192v9,-16,16,-24,16,-24r-79,0v-11,0,-7,14,-8,24r-43,0v2,-27,-9,-64,22,-64r160,0r0,33r-122,223r-51,0","w":193,"k":{">":13,"=":13,"<":13,";":5,":":5,".":43,"-":19,",":43,"+":13,"?":-5,"9":3,"8":3,"7":-2,"5":1,"4":21,"2":3,"1":1,"0":7,"\/":22}},"8":{"d":"13,-74v0,-40,39,-64,39,-64v0,0,-28,-16,-28,-51v0,-36,29,-71,82,-71v50,0,82,31,82,71v0,38,-29,56,-28,59v66,39,31,134,-56,134v-51,0,-91,-32,-91,-78xm69,-188v-1,23,31,32,52,39v8,0,22,-18,22,-37v0,-19,-15,-31,-37,-31v-23,0,-37,13,-37,29xm148,-74v0,-24,-42,-37,-60,-44v-44,11,-32,80,16,80v24,0,44,-15,44,-36","w":209,"k":{"9":3,"7":4,"4":-1,"0":4}},"9":{"d":"24,-6r14,-40v0,0,17,8,36,8v39,1,65,-36,67,-70v-45,46,-129,0,-129,-66v0,-47,33,-86,84,-86v53,0,99,43,99,119v0,68,-39,145,-118,145v-32,0,-53,-10,-53,-10xm58,-174v-10,49,88,64,88,19v0,-32,-23,-62,-50,-62v-24,0,-38,19,-38,43","w":207,"k":{".":14,",":14,"8":2,"7":5,"3":2,"2":2,"1":1,"0":2}},":":{"d":"33,-138r0,-46r44,0r0,46r-44,0xm33,0r0,-46r44,0r0,46r-44,0","w":110},";":{"d":"33,-138r0,-46r44,0r0,46r-44,0xm13,38r19,-84r44,0r-30,84r-33,0","w":110},"<":{"d":"23,-88r0,-30r173,-77r0,40r-125,52r125,52r0,40","k":{"7":6}},"=":{"d":"24,-122r0,-35r175,0r0,35r-175,0xm24,-48r0,-36r175,0r0,36r-175,0","k":{"7":6}},">":{"d":"26,-11r0,-40r124,-52r-124,-52r0,-40r173,77r0,30","k":{"7":6}},"?":{"d":"52,-74v-10,-65,58,-75,60,-115v0,-17,-15,-30,-35,-30v-21,0,-39,16,-39,16r-25,-32v0,0,25,-26,68,-26v41,0,78,26,78,68v-1,66,-72,61,-63,119r-44,0xm52,0r0,-42r44,0r0,42r-44,0","w":171},"@":{"d":"14,-86v0,-75,59,-135,135,-135v115,0,99,72,99,169r26,0r0,33r-99,0v-49,0,-78,-32,-78,-67v0,-43,46,-74,108,-66v-1,-19,-24,-32,-55,-32v-52,0,-91,47,-91,98v0,53,37,96,97,96r0,36v-86,0,-142,-58,-142,-132xm143,-87v0,30,28,39,62,35r0,-71v-35,-4,-62,6,-62,36","w":282},"A":{"d":"4,0r0,-40v9,0,15,0,17,-8r76,-208r49,0r76,208v2,8,8,8,17,8r0,40v-28,0,-51,4,-59,-21r-15,-45r-87,0v-13,24,-10,68,-46,66r-28,0xm89,-104r65,0r-22,-64v-6,-14,-8,-40,-11,-39v-4,25,-23,76,-32,103","w":242,"k":{"X":3}},"B":{"d":"35,-24r0,-192r-23,0r0,-40v82,1,191,-16,190,66v1,29,-18,46,-31,56v28,8,41,34,41,60v-1,74,-75,78,-152,74v-17,0,-25,-7,-25,-24xm82,-151v36,2,72,2,72,-33v0,-34,-37,-34,-72,-32r0,65xm82,-48v2,15,30,8,45,8v23,0,36,-15,36,-37v0,-39,-41,-39,-81,-37r0,66","w":226,"k":{"w":2,"v":2,"Y":9,"W":4,"V":4,"T":7,"'":2,"\"":2}},"C":{"d":"11,-130v0,-74,55,-130,129,-130v33,0,97,13,97,57r0,29r-43,0v7,-34,-25,-42,-53,-42v-46,0,-81,33,-81,86v0,50,37,90,83,90v48,0,77,-33,77,-33r25,33v0,0,-37,44,-103,44v-78,0,-131,-58,-131,-134","w":255,"k":{"Y":4,"C":2,"G":2,"O":2,"Q":2,"\u00d6":2,"\"":-8,"'":-8,")":-6,"]":-6,"|":-6,"}":-6}},"D":{"d":"36,-24r0,-192r-24,0r0,-40r104,0v79,0,131,47,131,128v0,102,-76,128,-187,128v-17,0,-24,-7,-24,-24xm83,-48v0,13,19,8,31,8v51,0,84,-30,84,-88v-1,-69,-45,-94,-115,-88r0,168","w":257,"k":{"i":-3,"X":4,"T":7,"Y":13,"V":4,"W":4,"a":-2,"\u00e4":-2,"v":-1,"w":-1,"y":-1,"\u00ad":-5,"\"":4,"'":4,",":5,".":5,"A":5,"\u00c4":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00f6":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00fc":-3}},"E":{"d":"36,-24r0,-192r-24,0r0,-40r155,0v32,-3,23,36,24,64r-43,0v-1,-10,3,-24,-8,-24r-57,0r0,67r83,0r0,40r-83,0r0,61v0,5,3,8,8,8r59,0v11,0,8,-13,8,-23r43,0v-1,28,8,63,-25,63r-116,0v-17,0,-24,-7,-24,-24","w":208,"k":{"T":3,"V":5,"W":5,"v":1,"w":1,"J":-3,"f":-2}},"F":{"d":"36,0r0,-216r-24,0r0,-40r146,0v32,-3,24,35,25,64r-43,0v-1,-10,3,-24,-8,-24r-49,0r0,73r82,0r0,40r-82,0r0,103r-47,0","w":189,"k":{"\u00f6":2,"\u00e4":5,"\u00d6":4,"\u00c4":17,"q":2,"o":2,"g":2,"e":2,"d":2,"c":2,"a":5,"Q":4,"O":4,"N":3,"M":3,"J":6,"G":4,"C":4,"A":17,"@":2,".":36,",":36,"'":-7,"\"":-7}},"G":{"d":"11,-129v0,-73,56,-131,130,-131v63,0,93,32,93,32r-26,34v0,0,-27,-22,-66,-22v-44,0,-82,34,-82,86v0,56,38,90,84,90v41,0,65,-26,65,-26v-1,-11,4,-27,-8,-27r-16,0r0,-40v28,2,66,-9,66,24r0,109r-40,0r0,-23v0,0,-28,27,-76,27v-67,0,-124,-51,-124,-133","w":267,"k":{"T":6,"U":3,"\u00dc":3,"a":-3,"\u00e4":-3,"\u00ad":-7,"\"":2,"'":2,"@":-3,"c":-3,"d":-3,"e":-3,"g":-3,"o":-3,"q":-3,"\u00f6":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00fc":-3,":":-10,";":-10,"B":2,"D":2,"E":2,"F":2,"H":2,"K":2,"L":2,"P":2,"R":2}},"H":{"d":"36,0r0,-208v0,-11,-14,-7,-24,-8r0,-40v30,2,71,-10,71,25r0,84r112,0v6,-39,-18,-109,25,-109r46,0r0,40v-10,0,-23,-3,-23,8r0,208r-48,0r0,-107r-112,0r0,107r-47,0","w":278,"k":{"a":4,"\u00e4":4,"v":4,"w":4,"y":4,",":7,".":7,"@":2,"c":2,"d":2,"e":2,"g":2,"o":2,"q":2,"\u00f6":2}},"I":{"d":"14,0r0,-40r25,0r0,-176r-25,0r0,-40r95,0r0,40r-25,0r0,176r25,0r0,40r-95,0","w":123},"J":{"d":"87,4v-44,1,-86,-31,-80,-94r47,0v-3,33,14,50,34,50v17,0,33,-10,33,-38r0,-130v0,-5,-3,-8,-8,-8r-62,0r0,-40r93,0v17,0,24,8,24,25r0,155v0,56,-41,80,-81,80","w":194,"k":{",":4,".":4,"A":4,"\u00c4":4,":":6,";":6}},"K":{"d":"36,0r0,-208v0,-11,-14,-7,-24,-8r0,-40v30,2,71,-10,71,25r0,79v15,-1,32,4,38,-8r52,-96r52,0v-24,40,-45,92,-74,125v18,13,36,60,49,83v5,10,13,8,25,8r0,40v-29,-1,-51,5,-63,-19r-42,-84v-6,-12,-21,-8,-37,-9r0,112r-47,0","w":228,"k":{"x":2,"C":8,"G":8,"O":8,"Q":8,"\u00d6":8,"v":11,"w":11,"y":7,"\u00ad":12,")":-9,"]":-9,"|":-9,"}":-9,",":-7,".":-7,"A":-4,"\u00c4":-4,"@":3,"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"\u00f6":3,":":-11,";":-11,"z":4}},"L":{"d":"36,-24r0,-184v0,-11,-14,-7,-24,-8r0,-40v30,2,71,-10,71,25r0,183v0,5,3,8,8,8r56,0v10,0,6,-14,7,-23r43,0v-1,28,9,63,-24,63r-113,0v-17,0,-24,-7,-24,-24","w":200,"k":{"*":25,"T":36,"Y":29,"V":14,"W":14,"C":7,"G":7,"O":7,"Q":7,"\u00d6":7,"U":13,"\u00dc":13,"v":17,"w":17,"y":14,"\u00ad":7,"\"":29,"'":29,",":-4,".":-4,"A":-4,"\u00c4":-4,"@":3,"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"\u00f6":3,"m":2,"n":2,"p":2,"r":2,"u":2,"\u00fc":2,"B":11,"D":11,"E":11,"F":11,"H":11,"K":11,"L":11,"P":11,"R":11,"b":5,"h":5,"k":5,"l":5}},"M":{"d":"6,0r0,-40v9,0,19,2,20,-8r16,-208r49,0r53,122v7,15,10,35,13,34r65,-156r49,0r17,208v0,9,10,8,19,8r0,40v-29,-2,-62,9,-65,-24r-9,-114v-2,-17,2,-41,-1,-40v-11,38,-39,96,-56,134r-38,0r-43,-94v-7,-14,-12,-41,-15,-40v2,43,-8,109,-8,154v0,33,-37,22,-66,24","w":313,"k":{"\u00fc":-1,"u":-1,"r":-1,"p":-1,"n":-1,"m":-1,"T":6,"'":11,"\"":11}},"N":{"d":"12,0r0,-40v10,-1,24,3,24,-8r0,-208r42,0r97,142v11,15,19,37,22,36v-5,-38,-1,-107,-3,-153v-1,-35,41,-23,71,-25r0,40v-10,1,-23,-3,-23,8r0,208r-43,0r-97,-141v-11,-14,-19,-37,-22,-36v5,38,1,107,3,153v1,34,-41,22,-71,24","w":277,"k":{"a":4,"\u00e4":4,"v":4,"w":4,"y":4,",":7,".":7,"@":2,"c":2,"d":2,"e":2,"g":2,"o":2,"q":2,"\u00f6":2}},"O":{"d":"11,-130v0,-73,57,-130,132,-130v75,0,132,57,132,130v0,75,-57,134,-132,134v-75,0,-132,-59,-132,-134xm60,-130v0,51,37,90,83,90v46,0,83,-39,83,-90v0,-49,-37,-86,-83,-86v-46,0,-83,37,-83,86","w":285,"k":{"i":-3,"X":4,"T":7,"Y":13,"V":4,"W":4,"a":-2,"\u00e4":-2,"v":-1,"w":-1,"y":-1,"\u00ad":-5,"\"":4,"'":4,",":5,".":5,"A":5,"\u00c4":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00f6":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00fc":-3}},"P":{"d":"36,0r0,-216r-24,0r0,-40r117,0v48,0,82,34,82,84v-1,67,-53,92,-128,84r0,88r-47,0xm83,-129v43,3,79,0,79,-43v0,-41,-35,-48,-79,-44r0,87","w":217,"k":{"\u00f6":7,"\u00e4":7,"\u00c4":21,"z":2,"s":4,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7,"N":3,"M":3,"J":5,"A":21,"@":7,".":38,",":38,"'":-2,"\"":-2}},"Q":{"d":"11,-129v0,-73,57,-131,132,-131v109,0,171,130,104,211r28,26r-28,30r-28,-27v-85,62,-208,-4,-208,-109xm60,-129v0,51,37,89,83,89v27,0,42,-12,42,-12r-26,-24r27,-31r26,26v37,-55,-4,-135,-69,-135v-46,0,-83,38,-83,87","w":285,"k":{"i":-3,"X":4,"T":7,"Y":13,"V":4,"W":4,"a":-2,"\u00e4":-2,"v":-1,"w":-1,"y":-1,"\u00ad":-5,"\"":4,"'":4,",":5,".":5,"A":5,"\u00c4":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00f6":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00fc":-3}},"R":{"d":"36,0r0,-216r-24,0r0,-40r115,0v47,0,79,29,79,77v0,46,-31,66,-42,68v14,11,27,45,37,63v5,10,12,8,23,8r0,40v-29,-1,-50,4,-61,-19r-32,-65v-6,-16,-28,-10,-48,-11r0,95r-47,0xm83,-136v40,2,75,2,75,-40v0,-41,-35,-42,-75,-40r0,80","w":227,"k":{"T":8,"Y":11,"V":2,"W":2,"C":1,"G":1,"O":1,"Q":1,"\u00d6":1,",":-7,".":-7,"A":-4,"\u00c4":-4,"@":3,"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"\u00f6":3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00fc":-3}},"S":{"d":"12,-35r26,-33v0,0,26,30,62,30v19,0,37,-10,37,-30v0,-44,-120,-40,-120,-120v0,-41,36,-72,85,-72v39,0,87,19,76,74r-43,0v4,-23,-11,-31,-33,-31v-22,0,-38,11,-38,27v0,44,120,35,120,119v0,41,-31,75,-85,75v-57,0,-87,-39,-87,-39","w":197,"k":{"\u00ad":-4,"\"":-3,"'":-3,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00f6":-2,"m":-2,"n":-2,"p":-2,"r":-2,"u":-2,"\u00fc":-2,"z":2}},"T":{"d":"94,0r0,-216v-21,2,-55,-11,-47,24r-42,0v2,-27,-10,-64,23,-64r179,0v33,-3,21,37,23,64r-42,0v-1,-10,3,-24,-8,-24r-39,0r0,216r-47,0","w":235,"k":{"j":14,"i":10," ":7,"Y":-4,"V":-3,"W":-3,"C":7,"G":7,"O":7,"Q":7,"\u00d6":7,"a":22,"\u00e4":22,"v":22,"w":22,"y":23,"\u00ad":22,"\"":-7,"'":-7,",":25,".":25,"A":31,"\u00c4":31,"@":27,"c":27,"d":27,"e":27,"g":27,"o":27,"q":27,"\u00f6":27,"m":16,"n":16,"p":16,"r":16,"u":16,"\u00fc":16,"J":18,"z":22,"M":4,"N":4,"s":17}},"U":{"d":"33,-91r0,-117v0,-11,-14,-7,-24,-8r0,-40v30,2,71,-10,71,25v0,74,-28,191,53,191v81,0,53,-118,53,-191v0,-35,41,-23,71,-25r0,40v-10,0,-23,-3,-23,8r0,117v0,57,-40,95,-100,95v-61,0,-101,-38,-101,-95","w":266,"k":{",":4,".":4,"A":7,"\u00c4":7,"M":2,"N":2}},"V":{"d":"98,0r-76,-208v-3,-8,-9,-8,-18,-8r0,-40v29,1,51,-4,60,21r49,143v5,14,10,37,10,37v14,-56,43,-124,59,-180v7,-26,31,-20,60,-21r0,40v-9,0,-16,0,-18,8r-76,208r-50,0","w":246,"k":{" ":8,"T":-3,"C":4,"G":4,"O":4,"Q":4,"\u00d6":4,"a":17,"\u00e4":17,"\u00ad":11,"\"":-7,"'":-7,",":25,".":25,"A":11,"\u00c4":11,"@":19,"c":19,"d":19,"e":19,"g":19,"o":19,"q":19,"\u00f6":19,"m":7,"n":7,"p":7,"r":7,"u":7,"\u00fc":7,"J":10,"M":2,"N":2,"S":2}},"W":{"d":"77,0r-53,-208v-1,-8,-9,-8,-18,-8r0,-40v28,1,56,-6,62,21r40,180v12,-65,36,-136,52,-200r40,0r49,200r40,-180v4,-27,34,-20,62,-21r0,40v-9,0,-17,0,-18,8r-53,208r-55,0r-46,-176r-47,176r-55,0","w":357,"k":{" ":8,"T":-3,"C":4,"G":4,"O":4,"Q":4,"\u00d6":4,"a":17,"\u00e4":17,"\u00ad":11,"\"":-7,"'":-7,",":25,".":25,"A":11,"\u00c4":11,"@":19,"c":19,"d":19,"e":19,"g":19,"o":19,"q":19,"\u00f6":19,"m":7,"n":7,"p":7,"r":7,"u":7,"\u00fc":7,"J":10,"M":2,"N":2,"S":2}},"X":{"d":"2,0r79,-130r-48,-77v-6,-12,-12,-9,-26,-9r0,-40v29,1,49,-4,62,19r42,74v4,-13,31,-56,40,-74v12,-23,32,-18,62,-19r0,40v-13,0,-20,-2,-26,9r-48,77r80,130r-53,0r-57,-97v-10,24,-39,71,-54,97r-53,0","w":220,"k":{"\u00f6":3,"\u00d6":4,"\u00c4":3,"}":-7,"|":-7,"q":3,"o":3,"g":3,"e":3,"d":3,"c":3,"]":-7,"Q":4,"O":4,"G":4,"C":4,"A":3,"@":3,"-":4,")":-7,"'":-7,"\"":-7}},"Y":{"d":"87,0r0,-112r-60,-95v-6,-10,-11,-9,-23,-9r0,-40v28,1,44,-4,57,19r50,85v9,-18,37,-63,49,-85v12,-23,30,-18,58,-19r0,40v-12,0,-17,-1,-23,9r-61,95r0,112r-47,0","w":221,"k":{" ":13,"T":-4,"a":16,"\u00e4":16,"\u00ad":22,"\"":-7,"'":-7,",":29,".":29,"A":28,"\u00c4":28,"@":25,"c":25,"d":25,"e":25,"g":25,"o":25,"q":25,"\u00f6":25,"m":13,"n":13,"p":13,"r":13,"u":13,"\u00fc":13,"J":13,"z":11,"M":6,"N":6,"s":17}},"Z":{"d":"6,0r0,-30r115,-163v10,-14,19,-23,19,-23r-81,0v-11,0,-7,14,-8,24r-43,0v1,-29,-8,-64,25,-64r166,0r0,30r-115,163v-10,16,-20,21,-20,24v21,-2,64,-1,90,-1v11,0,8,-13,8,-23r42,0v-1,28,9,63,-24,63r-174,0","w":211,"k":{"\u00ad":6}},"[":{"d":"33,10r0,-252v-3,-35,41,-23,71,-25r0,33v-12,1,-32,-5,-32,8r0,219v0,13,20,6,32,8r0,33v-30,-2,-71,10,-71,-24","w":126,"k":{"j":-8,"4":14}},"\\":{"d":"94,15r-92,-284r39,0r92,284r-39,0","w":131},"]":{"d":"23,1v12,-1,31,5,31,-8r0,-219v0,-13,-19,-7,-31,-8r0,-33v30,2,71,-10,71,25r0,252v2,34,-41,22,-71,24r0,-33","w":126},"^":{"d":"23,-88r73,-168r29,0r72,168r-40,0r-47,-119r-47,119r-40,0"},"_":{"d":"2,0r202,0r0,35r-202,0r0,-35","w":205},"`":{"d":"63,-273r-37,-48r44,0r27,48r-34,0","w":143},"a":{"d":"12,-53v3,-63,83,-58,115,-64v0,-26,-11,-36,-34,-36v-12,0,-30,4,-25,22r-42,0v-11,-48,41,-58,67,-57v91,2,79,64,79,142v0,10,14,6,23,7r0,39v-31,1,-72,4,-65,-28v-13,46,-121,41,-118,-25xm58,-55v0,12,9,24,28,24v25,-1,42,-27,41,-53v-28,0,-68,1,-69,29","w":201,"k":{"T":31,"v":4,"w":4,"y":4,"\"":25,"'":25}},"b":{"d":"28,0r0,-209v1,-11,-13,-7,-22,-8r0,-39v29,2,68,-10,68,25v0,22,-3,49,0,69v0,0,16,-26,55,-26v50,0,82,39,82,96v0,58,-36,96,-85,96v-40,0,-52,-27,-55,-26r1,22r-44,0xm73,-91v0,28,14,57,45,57v25,0,47,-21,47,-57v0,-35,-19,-58,-46,-58v-24,0,-46,17,-46,58","k":{"T":14,"Y":11,"a":2,"\u00e4":2,"v":4,"w":4,"y":4,"\"":4,"'":4,",":5,".":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"c":{"d":"12,-92v0,-52,37,-96,100,-96v32,0,78,14,67,63r-41,0v4,-19,-10,-24,-26,-24v-32,0,-54,24,-54,57v0,37,27,56,57,56v31,0,54,-24,54,-24r19,31v0,0,-27,33,-77,33v-60,0,-99,-43,-99,-96","w":193,"k":{"y":2,"l":1,"k":1,"h":1,"b":1,"T":11}},"d":{"d":"12,-92v0,-58,34,-96,83,-96v42,0,51,23,54,22v-6,-16,13,-60,-23,-51r0,-39v29,2,68,-10,68,25r0,185v0,10,13,6,22,7r0,39v-29,0,-70,7,-66,-26v0,0,-15,30,-57,30v-50,0,-81,-39,-81,-96xm103,-34v24,0,46,-17,46,-58v0,-28,-14,-57,-45,-57v-25,0,-46,21,-46,57v0,35,18,58,45,58","w":223},"e":{"d":"12,-92v0,-57,38,-96,93,-96v59,1,87,45,80,104r-127,0v4,32,27,49,55,49v30,0,52,-20,52,-20r19,32v0,0,-28,27,-74,27v-61,0,-98,-44,-98,-96xm60,-116r79,0v-1,-52,-74,-45,-79,0","w":200,"k":{"T":14}},"f":{"d":"30,0r0,-147r-23,0r0,-37r23,0v1,-68,49,-77,90,-72r0,39v-19,-4,-45,0,-44,33r39,0r0,37r-39,0r0,147r-46,0","w":124,"k":{"T":-7,"a":6,"\u00e4":6,"\u00ad":6,")":-5,"]":-5,"|":-5,"}":-5,",":18,".":18,"@":8,"c":8,"d":8,"e":8,"g":8,"o":8,"q":8,"\u00f6":8,"s":3}},"g":{"d":"12,-96v0,-50,28,-92,81,-92v44,0,54,27,57,26v-5,-29,37,-21,63,-22r0,39v-9,1,-22,-3,-22,7r0,127v-1,90,-98,103,-162,71r14,-36v0,0,23,12,51,12v35,0,57,-24,51,-63v-11,15,-27,23,-51,23v-53,0,-82,-42,-82,-92xm104,-42v22,0,43,-13,43,-54v0,-42,-21,-53,-46,-53v-28,0,-43,20,-43,51v0,32,16,56,46,56","w":220},"h":{"d":"127,-146v-32,0,-54,25,-53,62r0,84r-46,0r0,-209v1,-11,-13,-7,-22,-8r0,-39v29,2,68,-10,68,25v0,26,-3,55,0,79v9,-18,31,-36,63,-36v41,0,64,21,64,70r0,72v0,10,14,6,23,7r0,39v-29,-2,-71,10,-68,-24v-6,-45,20,-122,-29,-122","w":230,"k":{"T":31,"v":4,"w":4,"y":4,"\"":25,"'":25}},"i":{"d":"33,-213r0,-43r40,0r0,43r-40,0xm31,-24r0,-113v0,-10,-12,-8,-22,-8r0,-39v29,2,68,-10,68,25r0,113v0,10,13,6,22,7r0,39v-29,-2,-68,10,-68,-24","w":107,"k":{"v":2,"w":2,"y":2}},"j":{"d":"40,-213r0,-43r40,0r0,43r-40,0xm-7,35v19,3,45,0,45,-33r0,-139v0,-11,-13,-8,-23,-8r0,-39v30,2,69,-9,69,25r0,164v-4,68,-55,74,-91,68r0,-38","w":109},"k":{"d":"28,0r0,-209v1,-11,-13,-7,-22,-8r0,-39v27,3,68,-11,68,21r0,116v13,0,24,2,31,-7r38,-58r50,0v-18,26,-39,64,-60,85v22,8,18,69,61,60r0,39v-27,-1,-50,5,-62,-16r-31,-57v-6,-9,-15,-7,-27,-7r0,80r-46,0","w":199,"k":{"\u00f6":3,"\u00e4":1,"y":4,"w":4,"v":4,"q":3,"o":3,"l":2,"k":2,"h":2,"g":3,"e":3,"d":3,"c":3,"b":2,"a":1,"T":7,"@":3}},"l":{"d":"29,-24r0,-185v0,-11,-13,-8,-23,-8r0,-39v30,2,69,-9,69,25r0,185v-1,10,12,6,21,7r0,39v-29,-2,-67,10,-67,-24","w":104},"m":{"d":"122,-146v-56,2,-47,85,-47,146r-45,0r0,-137v0,-10,-12,-8,-22,-8r0,-39v34,-1,74,-6,66,34v13,-41,102,-57,113,0v12,-18,34,-38,64,-38v65,0,63,75,60,142v0,10,13,6,22,7r0,39v-29,-2,-68,10,-68,-24r0,-85v0,-21,-4,-37,-25,-37v-57,2,-47,85,-47,146r-46,0r0,-109v0,-20,-3,-37,-25,-37","w":339,"k":{"T":31,"v":4,"w":4,"y":4,"\"":25,"'":25}},"n":{"d":"128,-146v-63,-2,-54,81,-53,146r-45,0r0,-137v0,-10,-12,-8,-22,-8r0,-39v34,-1,74,-6,66,34v8,-15,28,-38,65,-38v41,0,64,21,64,70r0,72v0,10,13,6,22,7r0,39v-29,-2,-71,10,-68,-24v-6,-45,20,-121,-29,-122","w":231,"k":{"T":31,"v":4,"w":4,"y":4,"\"":25,"'":25}},"o":{"d":"12,-92v0,-56,44,-96,100,-96v56,0,101,40,101,96v0,57,-45,96,-101,96v-56,0,-100,-39,-100,-96xm58,-92v0,34,24,57,54,57v30,0,55,-23,55,-57v0,-34,-25,-57,-55,-57v-30,0,-54,23,-54,57","w":224,"k":{"T":14,"Y":11,"a":2,"\u00e4":2,"v":4,"w":4,"y":4,"\"":4,"'":4,",":5,".":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"p":{"d":"30,72r0,-209v0,-10,-12,-8,-22,-8r0,-39v28,0,68,-6,64,25v0,0,15,-29,58,-29v50,0,82,39,82,96v0,58,-36,96,-84,96v-36,0,-53,-24,-53,-24r0,92r-45,0xm74,-91v0,28,16,57,46,57v25,0,46,-21,46,-57v0,-35,-19,-58,-46,-58v-24,0,-46,17,-46,58","w":223,"k":{"T":14,"Y":11,"a":2,"\u00e4":2,"v":4,"w":4,"y":4,"\"":4,"'":4,",":5,".":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"q":{"d":"12,-92v0,-58,34,-96,83,-96v44,0,55,28,58,27v-7,-29,36,-22,63,-23r0,39v-10,0,-23,-2,-22,8r0,209r-46,0r0,-94v0,0,-15,26,-55,26v-50,0,-81,-39,-81,-96xm104,-34v24,0,46,-17,46,-58v0,-28,-15,-57,-46,-57v-25,0,-46,21,-46,57v0,35,19,58,46,58","w":223},"r":{"d":"140,-140v-37,-8,-65,23,-65,67r0,73r-45,0r0,-137v0,-10,-12,-8,-22,-8r0,-39v40,-3,76,-3,66,45v9,-28,33,-51,66,-46r0,45","w":148,"k":{"a":11,"\u00e4":11,"v":-5,"w":-5,"y":-5,"\u00ad":7,",":20,".":20,"@":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00f6":7,"m":-2,"n":-2,"p":-2,"r":-2,"u":-2,"\u00fc":-2,"b":4,"h":4,"k":4,"l":4}},"s":{"d":"9,-28r22,-30v0,0,23,27,54,27v14,0,25,-6,25,-18v0,-26,-97,-26,-97,-85v0,-37,34,-54,72,-54v32,0,73,12,64,57r-40,0v3,-17,-9,-22,-23,-22v-16,0,-28,6,-28,17v0,29,98,23,98,84v0,35,-31,56,-71,56v-50,0,-76,-32,-76,-32","w":168},"t":{"d":"31,-67r0,-80r-24,0r0,-37r25,0r0,-50r44,0r0,50r42,0r0,37r-42,0r0,74v2,33,24,34,45,34r0,40v-38,3,-90,0,-90,-68","w":133,"k":{"a":1,"\u00e4":1,"v":4,"w":4,"y":4,"\u00ad":5,"@":3,"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"\u00f6":3,"b":2,"h":2,"k":2,"l":2}},"u":{"d":"29,-66r0,-71v0,-10,-12,-8,-22,-8r0,-39v30,1,71,-9,68,25v6,44,-20,122,28,122v63,0,50,-83,51,-147r46,0r0,138v0,10,13,6,22,7r0,39v-34,1,-74,6,-66,-34v-9,19,-31,38,-63,38v-39,0,-64,-20,-64,-70","w":229,"k":{"T":14}},"v":{"d":"71,0r-53,-138v-2,-6,-6,-7,-14,-7r0,-39v25,0,47,-3,54,18r42,122v8,-39,30,-84,41,-122v6,-21,26,-18,51,-18r0,39v-8,0,-12,1,-14,7r-53,138r-54,0","w":196,"k":{"T":11,"a":2,"\u00e4":2,"\u00ad":5,",":14,".":14,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00f6":4}},"w":{"d":"63,0r-44,-138v-2,-7,-7,-7,-15,-7r0,-39v26,1,51,-5,57,19r31,121v9,-45,26,-95,38,-139r41,0r39,139v6,-40,22,-83,30,-121v5,-24,31,-18,57,-19r0,39v-8,0,-13,0,-15,7r-44,138r-52,0r-36,-125r-36,125r-51,0","w":300,"k":{"T":11,"a":2,"\u00e4":2,"\u00ad":5,",":14,".":14,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00f6":4}},"x":{"d":"4,0r60,-93r-31,-46v-4,-8,-15,-6,-27,-6r0,-39v29,1,51,-5,62,18v7,14,15,30,25,42v12,-20,22,-61,53,-60r32,0r0,39v-38,-5,-39,34,-58,52r60,93r-50,0v-13,-20,-24,-42,-38,-61r-37,61r-51,0","w":184,"k":{"-":6}},"y":{"d":"18,24v0,0,11,13,26,13v19,0,31,-19,37,-37r-62,-138v-2,-7,-7,-7,-15,-7r0,-39v26,1,48,-5,55,18v12,38,34,75,42,116v11,-40,27,-77,38,-116v7,-23,30,-17,56,-18r0,39v-8,0,-14,0,-16,7r-66,166v-13,33,-39,48,-66,48v-29,0,-47,-19,-47,-19","w":199,"k":{"a":3,"\u00e4":3,"\u00ad":5,",":16,".":16,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00f6":4}},"z":{"d":"10,0r0,-24r100,-121v-21,5,-63,-15,-58,19r-42,0v0,-28,-6,-58,25,-58r135,0r0,25r-85,104v-8,11,-16,14,-16,17v14,-8,73,15,66,-19r41,0v-1,27,7,57,-24,57r-142,0","w":183,"k":{"v":6,"w":6,"y":5,"\u00ad":5,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00f6":4}},"{":{"d":"39,-26r0,-34v0,-36,-30,-38,-30,-38r0,-40v0,0,30,-1,30,-38r0,-31v4,-60,44,-63,75,-60r0,33v-17,0,-36,1,-36,31r0,39v0,36,-29,46,-29,46v0,0,29,9,29,46r0,43v2,31,20,30,36,30r0,34v-31,3,-71,-1,-75,-61","w":126,"k":{"j":-8,"4":14}},"|":{"d":"37,58r0,-345r39,0r0,345r-39,0","w":112,"k":{"j":-8,"4":14}},"}":{"d":"13,1v17,0,35,1,35,-30r0,-43v0,-37,30,-46,30,-46v0,0,-30,-10,-30,-46r0,-39v-2,-30,-18,-31,-35,-31r0,-33v31,-3,71,0,74,60r0,31v0,37,31,38,31,38r0,40v0,0,-31,2,-31,38r0,34v-4,60,-42,64,-74,61r0,-34","w":126},"~":{"d":"20,-72v0,-44,21,-65,56,-65v36,0,42,33,66,33v16,0,22,-16,22,-32r36,0v0,44,-20,66,-55,66v-36,0,-42,-33,-66,-33v-16,0,-22,15,-22,31r-37,0"},"\u00a9":{"d":"12,-128v0,-73,57,-132,128,-132v72,0,130,59,130,132v0,73,-58,132,-130,132v-71,0,-128,-59,-128,-132xm44,-128v0,58,42,103,96,103v55,0,98,-45,98,-103v0,-57,-43,-102,-98,-102v-54,0,-96,45,-96,102xm75,-127v0,-38,27,-70,67,-70v44,0,58,38,58,38r-27,12v-12,-34,-65,-19,-65,20v0,23,13,40,35,40v21,0,30,-21,30,-21r27,13v0,0,-14,38,-58,38v-40,0,-67,-32,-67,-70","w":281},"\u00c4":{"d":"4,0r0,-40v9,0,15,0,17,-8r76,-208r49,0r76,208v2,8,8,8,17,8r0,40v-28,0,-51,4,-59,-21r-15,-45r-87,0v-13,24,-10,68,-46,66r-28,0xm89,-104r65,0r-22,-64v-6,-14,-8,-40,-11,-39v-4,25,-23,76,-32,103xm138,-280r0,-41r32,0r0,41r-32,0xm73,-280r0,-41r32,0r0,41r-32,0","w":242,"k":{"X":3}},"\u00d6":{"d":"11,-130v0,-73,57,-130,132,-130v75,0,132,57,132,130v0,75,-57,134,-132,134v-75,0,-132,-59,-132,-134xm60,-130v0,51,37,90,83,90v46,0,83,-39,83,-90v0,-49,-37,-86,-83,-86v-46,0,-83,37,-83,86xm158,-280r0,-41r32,0r0,41r-32,0xm94,-280r0,-41r32,0r0,41r-32,0","w":285,"k":{"i":-3,"X":4,"T":7,"Y":13,"V":4,"W":4,"a":-2,"\u00e4":-2,"v":-1,"w":-1,"y":-1,"\u00ad":-5,"\"":4,"'":4,",":5,".":5,"A":5,"\u00c4":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00f6":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00fc":-3}},"\u00dc":{"d":"33,-91r0,-117v0,-11,-14,-7,-24,-8r0,-40v30,2,71,-10,71,25v0,74,-28,191,53,191v81,0,53,-118,53,-191v0,-35,41,-23,71,-25r0,40v-10,0,-23,-3,-23,8r0,117v0,57,-40,95,-100,95v-61,0,-101,-38,-101,-95xm150,-280r0,-41r32,0r0,41r-32,0xm85,-280r0,-41r32,0r0,41r-32,0","w":266,"k":{",":4,".":4,"A":7,"\u00c4":7,"M":2,"N":2}},"\u00df":{"d":"6,0r0,-39v9,-1,21,3,21,-7r0,-144v-3,-89,158,-92,158,-7v0,32,-33,41,-33,62v0,22,59,33,59,81v0,39,-31,58,-65,58v-35,0,-53,-15,-53,-15r10,-35v3,5,62,25,62,-10v0,-25,-59,-38,-59,-78v0,-28,33,-40,33,-63v0,-13,-11,-24,-30,-24v-18,0,-36,10,-36,34r0,163v2,33,-38,22,-67,24","w":215},"\u00e4":{"d":"12,-53v3,-63,83,-58,115,-64v0,-26,-11,-36,-34,-36v-12,0,-30,4,-25,22r-42,0v-11,-48,41,-58,67,-57v91,2,79,64,79,142v0,10,14,6,23,7r0,39v-31,1,-72,4,-65,-28v-13,46,-121,41,-118,-25xm58,-55v0,12,9,24,28,24v25,-1,42,-27,41,-53v-28,0,-68,1,-69,29xm114,-213r0,-42r32,0r0,42r-32,0xm50,-213r0,-42r31,0r0,42r-31,0","w":201,"k":{"T":31,"v":4,"w":4,"y":4,"\"":25,"'":25}},"\u00f6":{"d":"12,-92v0,-56,44,-96,100,-96v56,0,101,40,101,96v0,57,-45,96,-101,96v-56,0,-100,-39,-100,-96xm58,-92v0,34,24,57,54,57v30,0,55,-23,55,-57v0,-34,-25,-57,-55,-57v-30,0,-54,23,-54,57xm129,-213r0,-42r32,0r0,42r-32,0xm64,-213r0,-42r32,0r0,42r-32,0","w":224,"k":{"T":14,"Y":11,"a":2,"\u00e4":2,"v":4,"w":4,"y":4,"\"":4,"'":4,",":5,".":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"\u00fc":{"d":"29,-66r0,-71v0,-10,-12,-8,-22,-8r0,-39v30,1,71,-9,68,25v6,44,-20,122,28,122v63,0,50,-83,51,-147r46,0r0,138v0,10,13,6,22,7r0,39v-34,1,-74,6,-66,-34v-9,19,-31,38,-63,38v-39,0,-64,-20,-64,-70xm129,-213r0,-42r32,0r0,42r-32,0xm65,-213r0,-42r31,0r0,42r-31,0","w":229,"k":{"T":14}}}});


Cufon.replace('.subtitle, .meta2, .meta3, #navigation li a, h1, h2, h4, h3, h5, h6', {
			  hover: true
              });
