/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (c) Schmopyright/Hilde Skjoelberg 1996. From the Chankstore,
 * http://www.chank.com
 */
Cufon.registerFont({"w":135,"face":{"font-family":"Hilde","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-17 -305.338 268.736 83.2208","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+003F-U+00FC"},"glyphs":{" ":{},"?":{"d":"31,-219v7,-31,65,-68,89,-39v-10,56,-84,79,-88,139v30,16,44,-29,59,-50v18,37,-22,75,-48,75v-18,0,-30,-13,-31,-31v11,-51,54,-79,77,-118v-11,-4,-20,9,-28,13v-7,13,-19,20,-30,11xm39,-39v11,5,24,8,27,20v-4,19,-21,43,-40,20v0,-17,0,-35,13,-40","w":127},"A":{"d":"18,-111v-1,-14,18,-16,33,-16v12,-34,23,-76,43,-99v5,-12,8,-36,25,-41v7,0,17,6,22,21r31,93v16,-4,25,-12,27,6v1,11,-9,17,-17,20v6,26,38,104,44,129v-6,5,-13,6,-19,0v-11,-23,-34,-104,-49,-127v-33,6,-33,7,-98,21v-6,12,-18,45,-37,99v-11,1,-16,-1,-16,-7r32,-88v-1,-2,-23,-4,-21,-11xm153,-147v-3,-7,-22,-83,-34,-92v-8,10,-23,45,-44,105v18,3,64,-14,78,-13","w":232},"B":{"d":"21,-155v15,-24,-29,-69,14,-73v45,-15,122,-21,117,44v-1,6,-23,25,-24,31v26,11,45,40,49,73v-11,43,-30,67,-80,67v-27,0,-58,-7,-49,-36v23,13,59,19,82,5v20,-12,29,-29,30,-48v-9,-21,-21,-35,-34,-37v-13,-2,-55,10,-68,10v-6,-6,-9,-13,-8,-22v18,-9,68,-33,85,-59v-17,-32,-77,-18,-95,3v1,56,-7,139,-12,197v-30,-2,-13,-45,-11,-84","w":185},"C":{"d":"97,-25v56,0,114,-7,163,-26v7,5,16,16,-1,17v-7,0,-11,2,-11,7v-69,19,-130,27,-202,19v-21,-7,-36,-33,-37,-60v-1,-38,16,-76,57,-104v46,-31,74,-40,121,-35v4,8,12,11,12,22v-88,-12,-171,41,-171,115v0,36,34,45,69,45","w":246},"D":{"d":"68,-211v76,4,152,93,90,160v-36,39,-87,70,-126,27v0,0,-9,7,-12,5v-22,-28,5,-127,0,-168v-4,-25,33,-17,48,-24xm162,-112v-12,-44,-61,-88,-115,-68v2,7,-3,12,-5,17v3,33,-17,91,-10,124v40,38,96,-21,122,-41v3,-9,8,-22,8,-32","w":192},"E":{"d":"39,-166v0,-51,32,-38,65,-50v13,-5,46,-1,67,0v7,10,-4,13,-19,15v-38,3,-73,12,-93,31r-7,49v8,10,19,-3,33,0v9,2,47,-5,59,-3v11,28,-11,21,-50,26v-20,3,-37,5,-49,10v1,2,-16,34,-14,43v-3,14,12,14,23,14v38,0,86,-13,117,-20v12,17,-11,24,-33,28r-97,16v-64,-2,-5,-94,-9,-132v5,-5,7,-14,7,-27","w":187},"F":{"d":"118,-210v16,7,57,-9,49,24v-7,8,-17,-4,-27,0v-36,2,-64,7,-85,15v-10,8,-2,35,-7,48v31,10,92,-14,122,-5v-23,31,-89,22,-127,42v0,28,-3,53,-5,80v-3,4,-9,3,-15,2v-11,-20,4,-54,3,-77v-12,-8,-18,-16,-15,-30v25,-5,20,-44,20,-75v18,-18,56,-18,87,-24","w":174},"G":{"d":"178,-121v28,13,26,32,27,79v-5,7,-5,52,-20,53v-18,-6,1,-31,-7,-41v-57,13,-170,45,-170,-33v0,-63,49,-91,95,-117v27,-15,68,-19,77,11v-70,-2,-141,41,-154,104v0,9,6,17,18,24v61,6,106,3,144,-18v4,-44,-27,-39,-54,-18v-8,1,-14,-1,-19,-7v6,-22,42,-31,63,-37","w":212},"H":{"d":"14,-93v36,7,15,-51,17,-70v4,-31,1,-50,14,-53v5,0,8,4,10,13r-1,100v17,-2,43,-7,76,-13v8,-14,7,-76,8,-106v11,-9,12,11,17,14r-1,88v18,4,57,-12,61,7v5,19,-49,8,-60,17r4,88v-3,8,-7,13,-12,14v-16,-20,-2,-72,-15,-97v-25,1,-56,8,-80,12v-6,23,0,53,0,79r-12,5v-8,-20,-13,-50,-10,-78v-11,0,-23,2,-24,-8v1,-7,4,-12,8,-12","w":196},"I":{"d":"28,-196v6,24,67,30,88,15v3,10,-2,17,-12,27v-36,11,-70,3,-93,-20v1,-6,-5,-23,-5,-28v10,-41,85,-37,93,-1v-10,6,-36,-17,-49,-3v-11,-1,-14,2,-22,10xm72,-18v-12,10,-23,-2,-19,-20v5,-26,-7,-72,4,-92v23,-4,18,40,18,62v0,18,-1,34,-3,50","w":123},"J":{"d":"129,-201v6,82,48,217,-72,189v-29,-7,-65,-38,-40,-65v3,-2,5,-4,9,-4v-4,6,-3,18,-2,27v20,32,100,37,101,-22v1,-23,-16,-101,-16,-123v0,-13,19,-16,20,-2","w":151},"K":{"d":"38,-109v22,-23,103,-56,137,-82r5,5v-7,44,-75,55,-105,78v-2,9,17,10,18,14v7,9,58,61,65,78v12,-5,13,11,12,24v-28,22,-35,-22,-49,-35v-20,-29,-41,-49,-75,-57r-10,-12v-8,22,2,57,-4,85v-4,2,-11,3,-15,0v0,-70,-3,-124,-10,-161v1,-4,9,-6,12,-7v21,10,0,59,19,70","w":180},"L":{"d":"13,-211v33,7,21,47,25,89v2,25,-5,59,4,77v55,-14,81,-25,135,-17v0,3,9,11,3,15v-64,1,-96,18,-145,32v-7,-1,-13,-5,-18,-8v-7,-53,2,-131,-13,-178v0,-7,3,-10,9,-10","w":188},"M":{"d":"209,-14v-1,5,-5,8,-10,8v-35,-4,-20,-94,-34,-115v-18,13,-32,19,-43,19v-36,0,-64,-60,-86,-73v5,34,3,113,10,153v-5,17,-17,15,-27,-2v3,-66,-2,-131,-14,-187v-1,-7,11,-4,17,-5v4,1,12,21,22,17v27,19,41,83,87,75v17,-12,39,-36,30,-68v0,-4,1,-7,4,-10v31,0,16,54,27,76v-7,21,2,89,17,112","w":216},"N":{"d":"141,-69v-2,5,21,32,8,43r5,14v-18,15,-30,-14,-29,-34v-22,-18,-66,-91,-85,-109v-2,31,3,93,5,124v2,26,-10,32,-25,22v3,-67,-2,-113,-12,-200v26,-6,40,28,54,44v7,16,38,63,55,80v16,-40,-15,-121,10,-160v7,-5,12,7,17,7v-9,60,2,112,-3,169","w":166},"O":{"d":"5,-122v-7,-85,69,-140,126,-89v30,27,35,36,48,70v4,57,-52,156,-102,157v-57,-11,-66,-66,-72,-138xm124,-180v0,-17,-26,-37,-45,-33v-62,13,-61,92,-46,160v6,28,34,64,61,40v38,-35,80,-94,54,-154v-3,8,-4,18,-10,23v-8,0,-16,0,-21,-4v-1,-7,7,-27,7,-32","w":188},"P":{"d":"66,-235v56,-4,101,35,73,87v-16,29,-38,43,-73,61v-15,-8,-17,11,-20,22r0,66v-7,5,-21,2,-24,-5v1,-28,-3,-65,5,-85v-22,-14,11,-38,-3,-59v8,-8,-15,-17,-12,-30v8,-31,33,-56,54,-57xm122,-181v0,-34,-58,-40,-71,-15v0,29,-1,67,3,90v7,-7,44,-19,48,-32v13,-18,20,-32,20,-43","w":156},"Q":{"d":"183,17v-18,0,-23,-40,-39,-41v-50,42,-133,12,-136,-44v-3,-73,44,-146,112,-146v21,0,38,10,51,30v-14,12,14,21,14,31v16,42,2,71,-22,114v0,5,25,41,20,56xm95,-85v2,-26,24,-16,37,-2v7,5,14,20,22,17v22,-31,24,-94,-6,-117v-3,0,-4,-2,-4,-5v-66,-11,-114,57,-114,120v0,56,61,56,102,26v-13,-20,-21,-30,-37,-39","w":201},"R":{"d":"174,8v-48,-4,-91,-89,-130,-102v-11,20,3,92,-22,98v-23,-9,2,-47,-4,-71v1,-34,10,-77,-3,-103v3,-12,1,-35,17,-30v44,-18,112,-5,104,62v-7,16,-24,30,-53,42v5,16,19,18,33,36v23,30,34,43,69,46v0,11,-4,17,-11,22xm44,-111v26,-15,78,-18,70,-59v-16,-18,-45,-16,-70,-5r0,64","w":175},"S":{"d":"30,-137v44,19,165,5,124,88v-5,11,-7,9,-13,19v-24,12,-48,33,-77,33v-43,0,-66,-51,-37,-84v14,13,-12,62,29,59v40,-3,71,-21,85,-49v2,-33,-47,-27,-72,-31v-25,-5,-57,-7,-61,-37v9,-29,39,-49,90,-59v32,10,35,9,43,30v-5,7,5,9,-7,10v-7,-23,-41,-14,-66,-13v-3,7,-41,17,-38,34","w":166},"T":{"d":"85,-164v-25,-11,-67,29,-85,2v36,-36,115,-37,173,-29v5,3,7,10,7,20v-14,2,-29,1,-39,-5v-8,1,-21,3,-41,7v-6,53,7,127,-15,163v-21,-17,-1,-93,-8,-119v1,-15,4,-28,8,-39","w":188},"U":{"d":"149,-211v31,18,34,86,23,130v-12,2,-13,27,-22,32v-9,24,-34,45,-73,61v-86,-6,-75,-144,-44,-209v8,-2,15,3,17,9v-7,32,-26,106,-12,151v11,9,19,26,37,22v42,-8,78,-63,87,-109v-2,-32,-4,-68,-22,-83v3,-3,6,-4,9,-4","w":187},"V":{"d":"185,-203v26,0,10,27,0,36v-11,34,-67,119,-78,149v1,6,-1,10,-7,12v-13,0,-13,-30,-22,-32v-11,-14,-51,-99,-70,-117v-1,-8,-4,-18,7,-17v25,9,33,45,51,73v30,44,28,45,29,46v30,-23,66,-125,90,-150","w":201},"W":{"d":"134,-139v25,1,6,25,0,32v8,21,12,51,29,61r73,-156v2,-12,23,-13,22,2v-32,57,-44,93,-68,152v-10,26,-20,36,-31,53v-7,-6,-4,-36,-18,-37r-24,-61v-15,13,-31,37,-44,54v8,12,5,30,-15,27v-3,0,-7,1,-9,4v-26,-9,8,-37,-2,-55v-2,-25,-41,-86,-44,-108v3,-5,8,-5,12,-2v21,25,33,60,46,95r7,7r41,-49v-5,-13,24,-14,25,-19","w":245},"X":{"d":"62,-132v-7,-14,-40,-42,-46,-53v11,-29,26,2,36,13v9,9,16,17,24,21v19,-23,41,-59,67,-70v9,4,13,11,12,20v-22,21,-58,48,-67,76v13,25,48,55,70,77v0,6,-1,15,-7,15v-37,-33,-51,-44,-73,-77v-35,37,-51,75,-50,113v-12,2,-21,-9,-22,-20v4,-41,41,-84,56,-115","w":163},"Y":{"d":"78,-105v21,0,45,-8,59,-15v34,-27,42,-50,43,-84v21,20,13,54,-3,71v2,20,-59,39,-59,66v0,22,-12,60,2,77v-2,3,-4,5,-7,5v-25,-4,-22,-62,-17,-91v-16,-14,-57,-3,-63,-24v-21,-25,-31,-55,-31,-91v0,-25,13,-51,25,-17v2,5,-9,16,-8,21v6,49,13,82,59,82","w":196},"Z":{"d":"26,-41v4,19,36,14,53,11v40,-16,91,-42,137,-45v7,10,-5,15,-19,21v-29,3,-113,63,-158,48r-3,3v-27,-16,-41,-43,-17,-67v40,-39,105,-72,142,-109v-14,-19,-41,0,-65,-2v-16,-1,-44,15,-48,-7v-3,-19,24,-11,34,-17v41,-3,106,-17,101,39v-23,28,-136,89,-157,125","w":201},"a":{"d":"123,-15v5,1,18,-10,23,-9v12,12,-4,24,-21,24v-13,0,-26,-10,-33,-24v-12,10,-25,27,-42,30v-24,-9,-40,-18,-39,-48v1,-38,23,-82,66,-97v59,4,2,105,46,124xm90,-115v-3,-1,-6,-9,-12,-7v-35,28,-50,51,-48,91v7,13,10,18,22,15v30,-17,32,-58,38,-99","w":130},"b":{"d":"10,-207v30,-3,12,54,22,73v2,-2,9,-5,20,-9v24,8,41,31,49,69v-3,40,-14,69,-35,86v-16,-2,-25,-7,-29,-15v-9,9,-26,-6,-18,-16r-10,-158v0,-10,0,-21,1,-30xm78,-76v-7,-24,-14,-57,-35,-39r-8,12r4,86v2,7,8,10,18,9v14,-16,21,-38,21,-68","w":108},"c":{"d":"59,-148v-46,26,-45,107,-14,139v19,-2,40,-45,49,-51r7,11v-13,32,-51,88,-82,38v-20,-53,-16,-116,20,-148v27,-9,51,8,48,42r-4,4v-7,-13,-12,-27,-24,-35","w":104},"d":{"d":"113,-219v0,48,4,98,4,148v0,16,2,29,5,41v-7,8,-35,-1,-35,16v-37,33,-76,4,-79,-40v-3,-44,40,-110,90,-71v6,-32,-16,-79,2,-110v9,2,13,7,13,16xm45,-21v33,5,65,-41,50,-77v-5,-13,-16,-19,-28,-22v-26,8,-60,74,-22,99","w":126},"e":{"d":"92,-138v0,26,-29,67,-67,54v-2,16,2,37,11,64v22,23,32,-31,53,-31v-2,24,-19,47,-37,57v-65,-15,-59,-136,-20,-174v19,-30,60,2,60,30xm27,-106v29,8,50,-29,38,-48v-8,-13,-22,-2,-29,12v-6,12,-9,24,-9,36","w":103},"f":{"d":"82,-220v-30,17,-36,71,-22,112r60,-6r7,6v-9,21,-91,0,-63,51v-8,15,20,48,7,62v-10,1,-16,-2,-20,-11v0,-23,-7,-53,-11,-75v-13,0,-42,29,-53,7v2,-21,39,-20,53,-31v-9,-55,-7,-102,22,-130v33,-5,62,20,60,52v-1,2,-5,5,-11,9v-1,-19,-15,-38,-29,-46"},"g":{"d":"99,-107v-3,62,39,197,-49,188v-21,-27,-30,-60,-24,-97v0,-2,3,-4,5,-5v-17,-13,-24,-36,-22,-68v18,-37,17,-42,44,-53v21,-1,38,7,51,24v1,4,-1,7,-5,11xm88,-114v-26,-30,-65,20,-57,49v3,10,1,32,19,29v24,-10,24,-38,25,-66v2,-5,6,-7,13,-7r0,-5xm84,-32v-6,1,-16,25,-29,18v-2,3,-10,2,-15,2r1,44v9,1,15,33,27,31v17,-23,22,-55,16,-95","w":117},"h":{"d":"32,-102v1,1,22,-28,31,-24v42,19,40,82,37,144v-31,5,-15,-45,-18,-70v-3,-23,-8,-41,-19,-54v-22,13,-36,63,-31,97v-37,8,-15,-36,-16,-66v0,-38,-17,-83,-4,-115v3,1,6,3,11,7v2,26,3,61,9,81","w":110},"i":{"d":"30,-186v-3,17,30,15,40,9v10,3,5,19,-4,24v-32,6,-61,-14,-58,-37v3,-23,62,-39,67,-3v0,1,-2,4,-6,7v-7,-9,-32,-13,-39,0xm94,-30v7,15,2,29,-15,29v-48,0,-51,-42,-44,-102v2,-5,6,-12,13,-12v18,24,-18,119,46,85","w":105},"j":{"d":"77,-167v-3,5,-7,45,-22,44v-24,10,-57,-5,-50,-29v3,-44,45,-43,72,-15xm60,-90v17,-4,22,8,24,27v2,41,32,118,-7,145v-32,1,-46,-18,-73,-30v-7,-1,-19,-12,-10,-18v10,2,50,33,68,31v39,-39,-7,-106,-2,-155xm38,-140v16,-9,24,-25,0,-27v-5,1,-19,30,0,27","w":108},"k":{"d":"68,-85v13,7,40,61,44,64v-7,12,-12,11,-25,-2v-3,-16,-20,-31,-30,-42v-21,6,-21,34,-20,62v-4,5,-18,2,-20,-5r-4,-181v16,2,16,25,19,42v0,3,1,56,7,62v14,-4,35,-71,53,-42v-3,14,-17,30,-24,42","w":108},"l":{"d":"38,-35v17,0,36,-43,53,-33v-8,27,-29,52,-55,60v-46,-10,-2,-77,-20,-117v5,-30,-11,-61,1,-74v14,-4,23,11,17,23v5,47,2,96,4,141","w":83},"m":{"d":"61,-124v18,-2,27,22,29,38v11,-9,19,-42,40,-38v25,20,24,89,15,126v-21,5,-15,-30,-15,-44v-2,-7,-3,-44,-9,-51v-14,16,-22,33,-27,59v0,15,-24,15,-26,3v-4,-19,7,-50,-4,-67v-21,21,-29,55,-32,95v-10,8,-24,-1,-21,-17v5,-29,4,-78,4,-115v7,-11,12,-6,25,2v0,9,-3,20,2,25v2,-7,8,-12,19,-16","w":162},"n":{"d":"36,-123v42,-25,79,16,80,61v-5,24,-3,71,-23,80v-19,-12,5,-59,0,-81v1,-30,-16,-61,-43,-43r-14,14v-3,27,-5,54,-4,82v-13,15,-24,7,-23,-12v4,-38,4,-77,3,-114v9,-13,23,2,24,13","w":122},"o":{"d":"39,-125v30,-30,62,19,62,55v0,41,-40,92,-78,57v-32,-29,-13,-83,16,-112xm48,-20v25,-1,38,-42,28,-75v-5,-1,-9,-26,-21,-19v-20,27,-29,46,-25,79v-1,8,10,16,18,15","w":109},"p":{"d":"19,-120v15,12,34,-13,48,-13v54,0,81,52,51,88v-26,31,-69,27,-84,0v-5,31,1,74,-7,109v-17,7,-13,-7,-15,-20v12,-58,-18,-122,7,-164xm34,-69v5,-6,18,-6,15,8v3,6,7,20,18,17v22,2,40,-22,40,-43v0,-15,-11,-25,-26,-25v-18,0,-52,14,-47,43"},"q":{"d":"103,-62r-8,79v12,11,45,-1,58,10v-17,17,-84,-1,-51,51v-9,9,-25,7,-24,-11v1,-16,0,-19,-14,-19v-15,11,-28,17,-41,19v-5,-5,-7,-7,-7,-9v13,-18,41,-26,62,-37v0,0,0,-35,-2,-47v-28,11,-69,4,-69,-27v0,-22,26,-61,57,-64v22,6,42,26,39,55xm29,-50v16,16,56,13,49,-19v-3,-5,1,-41,-18,-29v-17,11,-26,28,-31,48","w":119},"r":{"d":"28,-115v7,0,19,-23,32,-19v18,0,33,7,47,21v-7,26,-28,-1,-45,-3v-15,-2,-28,23,-31,27r13,93v-3,8,-15,8,-18,0v-2,-31,-17,-71,-17,-122v0,-6,2,-10,6,-13v4,4,13,9,13,16","w":118},"s":{"d":"34,-97v47,8,106,37,70,84r-21,18v-42,12,-60,-19,-64,-51v8,2,34,48,55,31v16,-7,23,-19,24,-35v-16,-28,-72,-12,-90,-38v0,-4,0,-8,-2,-9v28,-25,55,-54,94,-33r0,9v-28,-6,-48,14,-66,24","w":123},"t":{"d":"99,7v-50,20,-56,-47,-44,-95v-7,-15,-35,15,-49,13v1,-2,-6,-9,-6,-11v10,-16,29,-21,55,-31v0,-22,-6,-48,2,-66v18,7,4,50,18,62v12,-3,31,-6,57,-9v2,5,6,10,4,16v-22,4,-49,7,-64,17v-2,29,-15,68,5,86v14,-1,31,-9,51,-24v6,23,-17,32,-29,42","w":138},"u":{"d":"113,-28v6,1,23,-15,31,-7v3,15,-11,23,-26,23v-22,0,-28,-16,-34,-32v-5,5,-7,45,-24,43v-46,-6,-53,-92,-45,-142v-5,-22,10,-21,21,-11v-9,46,-6,100,14,132v1,1,2,1,3,1v20,-36,28,-75,24,-124v40,-7,16,93,36,117"},"v":{"d":"67,-55v7,-14,13,-100,34,-109v5,0,10,8,14,11v-20,36,-25,90,-33,140v-9,4,-9,5,-15,2v-17,-23,-46,-106,-60,-128v7,-12,16,9,23,9v15,22,23,55,37,75","w":121},"w":{"d":"142,-148v20,3,7,31,7,47v-11,16,-15,95,-33,108v-27,0,-29,-40,-40,-57v-4,8,-24,79,-41,39v-15,-35,-19,-83,-32,-121v6,-14,22,0,24,9v6,26,12,62,20,82v7,-8,16,-53,29,-58v1,7,19,8,18,18v-1,19,8,37,13,53v18,-47,30,-88,35,-120","w":157},"x":{"d":"127,-46v2,10,13,23,0,29v-10,-8,-43,-50,-57,-57v-17,19,-31,41,-42,68v-12,5,-12,-17,-13,-20v3,-14,37,-58,39,-64v-24,-17,-26,-20,-46,-28v-4,-7,-2,-11,5,-16v20,10,36,20,50,31v6,-2,38,-61,45,-18v-8,4,-17,15,-27,31v7,2,29,46,46,44","w":138},"y":{"d":"76,-58v22,-14,45,-35,42,-67v29,34,-11,75,-40,93v-6,17,2,46,3,62v-33,0,-9,-59,-40,-60v-38,-16,-38,-73,-18,-114v9,-4,14,8,16,15v-12,20,-24,80,10,79v15,4,18,-19,27,-8","w":137},"z":{"d":"23,-37v31,18,86,-16,106,-22v8,2,0,9,5,11v-27,25,-57,38,-89,38v-20,1,-40,-6,-40,-26v0,-34,68,-67,78,-78v-22,-6,-49,-3,-62,9v-7,-2,-11,-6,-13,-11v3,-25,46,-18,74,-23v24,-3,42,27,18,40v-27,15,-65,37,-77,62","w":140},"\u00c4":{"d":"120,-297v16,-15,55,10,34,25v-18,13,-28,3,-38,-17xm76,-305v15,-2,21,5,21,18v0,14,-6,24,-20,24v-23,0,-26,-38,-1,-42xm18,-111v-1,-14,18,-16,33,-16v12,-34,23,-76,43,-99v5,-12,8,-36,25,-41v7,0,17,6,22,21r31,93v16,-4,25,-12,27,6v1,11,-9,17,-17,20v6,26,38,104,44,129v-6,5,-13,6,-19,0v-11,-23,-34,-104,-49,-127v-33,6,-33,7,-98,21v-6,12,-18,45,-37,99v-11,1,-16,-1,-16,-7r32,-88v-1,-2,-23,-4,-21,-11xm153,-147v-3,-7,-22,-83,-34,-92v-8,10,-23,45,-44,105v18,3,64,-14,78,-13","w":221},"\u00d6":{"d":"93,-271v16,-15,55,11,33,25v-18,12,-27,3,-37,-17xm49,-278v14,-3,21,5,21,18v0,14,-7,23,-20,23v-23,0,-26,-36,-1,-41xm5,-122v-7,-85,69,-140,126,-89v30,27,35,36,48,70v4,57,-52,156,-102,157v-57,-11,-66,-66,-72,-138xm124,-180v0,-17,-26,-37,-45,-33v-62,13,-61,92,-46,160v6,28,34,64,61,40v38,-35,80,-94,54,-154v-3,8,-4,18,-10,23v-8,0,-16,0,-21,-4v-1,-7,7,-27,7,-32","w":179},"\u00dc":{"d":"113,-255v34,0,46,29,14,38v-15,-3,-13,-8,-24,-24v3,-4,4,-14,10,-14xm63,-257v15,-2,21,5,21,18v0,14,-6,23,-20,24v-22,0,-27,-38,-1,-42xm149,-211v31,18,34,86,23,130v-12,2,-13,27,-22,32v-9,24,-34,45,-73,61v-86,-6,-75,-144,-44,-209v8,-2,15,3,17,9v-7,32,-26,106,-12,151v11,9,19,26,37,22v42,-8,78,-63,87,-109v-2,-32,-4,-68,-22,-83v3,-3,6,-4,9,-4","w":178},"\u00e4":{"d":"77,-207v2,-25,42,-8,44,3v2,17,-25,29,-35,12v0,-1,-3,-6,-9,-15xm37,-223v15,-2,21,5,21,18v0,32,-38,30,-39,2v0,-10,6,-17,18,-20xm123,-15v5,1,18,-10,23,-9v12,12,-4,24,-21,24v-13,0,-26,-10,-33,-24v-12,10,-25,27,-42,30v-24,-9,-40,-18,-39,-48v1,-38,23,-82,66,-97v59,4,2,105,46,124xm90,-115v-3,-1,-6,-9,-12,-7v-35,28,-50,51,-48,91v7,13,10,18,22,15v30,-17,32,-58,38,-99","w":130},"\u00f6":{"d":"66,-190v2,-5,2,-13,9,-14v34,0,46,29,14,38v-15,-3,-12,-9,-23,-24xm25,-206v15,-2,21,4,21,18v0,14,-6,22,-20,23v-21,0,-26,-37,-1,-41xm39,-125v30,-30,62,19,62,55v0,41,-40,92,-78,57v-32,-29,-13,-83,16,-112xm48,-20v25,-1,38,-42,28,-75v-5,-1,-9,-26,-21,-19v-20,27,-29,46,-25,79v-1,8,10,16,18,15","w":109},"\u00fc":{"d":"72,-210v2,-5,2,-13,9,-14v34,0,46,29,14,38v-15,-3,-12,-9,-23,-24xm31,-226v15,-2,23,5,22,18v0,14,-7,24,-21,24v-20,0,-27,-38,-1,-42xm113,-28v6,1,23,-15,31,-7v3,15,-11,23,-26,23v-22,0,-28,-16,-34,-32v-5,5,-7,45,-24,43v-46,-6,-53,-92,-45,-142v-5,-22,10,-21,21,-11v-9,46,-6,100,14,132v1,1,2,1,3,1v20,-36,28,-75,24,-124v40,-7,16,93,36,117"},"\u00df":{"d":"122,-145v24,10,44,38,46,69v-10,42,-28,63,-76,63v-26,0,-55,-6,-46,-33v22,13,56,19,78,5v19,-12,27,-28,28,-46v-9,-20,-19,-33,-32,-36r-65,10v-6,-6,-8,-13,-7,-21v23,3,87,-36,78,-63v-30,-23,-89,-10,-86,34v4,74,-9,185,-40,214v-7,7,-14,-12,-17,-13v33,-33,33,-97,33,-185v0,-50,18,-81,67,-80v37,2,61,10,62,51v-1,6,-22,25,-23,31","w":176},"\u00a0":{}}});

Cufon.replace("h1");
Cufon.replace("h2");
Cufon.replace("#menu a");

