/*
 * 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:
 * Part of the digitally encoded machine readable outline data for producing the
 * Typefaces provided is copyrighted © 2006 Linotype GmbH, www.linotype.com. All
 * rights reserved. This software is the property of Linotype GmbH, and may not be
 * reproduced, used, displayed, modified, disclosed or transferred without the
 * express written approval of Linotype GmbH.  Copyright © 1988, 1990, 1993 Adobe
 * Systems Incorporated. All Rights Reserved. Helvetica is a trademark of
 * Heidelberger Druckmaschinen AG, exclusively licensed through Linotype GmbH, and
 * may be registered in certain jurisdictions. This typeface is original artwork of
 * Linotype Design Studio. The design may be protected in certain jurisdictions.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype GmbH, and may be registered in certain jurisdictions.
 * 
 * Description:
 * Helvetica is one of the most famous and popular typefaces in the world. It
 * lends an air of lucid efficiency to any typographic message with its clean,
 * no-nonsense shapes. The original typeface was called Haas Grotesk, and was
 * designed in 1957 by Max Miedinger for the Haas'sche Schriftgiesserei (Haas Type
 * Foundry) in Switzerland. In 1960 the name was changed to Helvetica (an
 * adaptation of "Helvetia", the Latin name for Switzerland). Over the years, the
 * Helvetica family was expanded to include many different weights, but these were
 * not as well coordinated with each other as they might have been. In 1983, D.
 * Stempel AG and Linotype re-designed and digitized Neue Helvetica and updated it
 * into a cohesive font family. Today, the original Helvetica family consists of 34
 * different font weights, and the Neue Helvetica family consists of 51 font
 * weights. The Helvetica family now forms an integral part of many digital
 * printers and operating systems and has become a stylistic anchor in our visual
 * culture. It is the quintessential sans serif font, timeless and neutral, and can
 * be used for all types of communication. Helvetica World, an update to the
 * classic Helvetica design using the OpenType font format, contains the following
 * Microsoft code pages: 1252 Latin 1, 1250 Latin 2 Eastern, 1251 Cyrillic, 1253
 * Greek, 1254 Turk, 1255 Hebrew, 1256 Arabic, 1257 Windows Baltic, 1258 Windows
 * Vietnamese, as well as a mixture of box drawing element glyphs and mathematical
 * symbols & operators. In total, each weight of Helvetica World contains more than
 * 1850 different glyph characters!
 * 
 * Manufacturer:
 * Linotype GmbH
 * 
 * Designer:
 * Linotype Design Studio
 * 
 * Vendor URL:
 * http://www.linotype.com
 * 
 * License information:
 * http://www.linotype.com/license
 */
Cufon.registerFont({"w":180,"face":{"font-family":"ulight","font-weight":275,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 3 3 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"4","bbox":"-28 -338.011 317 77","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":100},"!":{"d":"30,-66r0,-191r7,0r0,191r-7,0xm30,0r0,-35r7,0r0,35r-7,0","w":66},"\"":{"d":"74,-176r-7,0r0,-81r7,0r0,81xm33,-176r-7,0r0,-81r7,0r0,81","w":100},"#":{"d":"67,-90r61,0r9,-63r-62,0xm88,-245r-11,84r62,0r11,-84r7,0r-11,84r42,0r0,8r-44,0r-9,63r42,0r0,8r-43,0r-11,82r-7,0r11,-82r-62,0r-11,82r-8,0r12,-82r-45,0r0,-8r46,0r9,-63r-45,0r0,-8r47,0r11,-84r7,0","w":200},"$":{"d":"103,-1v85,14,115,-104,29,-120v-15,-3,-15,-4,-29,-7r0,127xm193,-63v0,49,-41,68,-90,69r0,32r-8,0r0,-32v-57,-4,-93,-30,-93,-91r7,0v1,56,32,82,86,84r0,-129v-41,-9,-85,-17,-85,-67v1,-48,37,-65,85,-66r0,-16r8,0r0,16v52,2,83,25,85,78r-7,0v-2,-48,-31,-69,-78,-71v2,39,-4,86,2,121v44,12,88,17,88,72xm95,-256v-63,-10,-108,67,-54,102v14,9,34,13,54,17r0,-119","w":200},"%":{"d":"203,-257r8,0r-171,269r-8,0xm183,4v-36,0,-53,-25,-54,-61v0,-38,18,-61,54,-62v36,-1,56,27,56,62v0,36,-19,61,-56,61xm62,-242v-32,0,-47,23,-47,55v0,32,16,54,47,54v31,0,49,-21,49,-54v0,-33,-15,-55,-49,-55xm62,-126v-36,0,-53,-25,-54,-61v0,-38,18,-60,54,-62v37,-2,56,27,56,62v0,36,-19,61,-56,61xm183,-112v-32,0,-47,23,-47,55v1,31,14,54,47,54v33,-1,49,-22,49,-54v0,-33,-16,-54,-49,-55","w":246},"&":{"d":"179,-100v0,22,-4,36,-11,52r38,48r-9,0r-32,-41v-14,25,-37,48,-76,47v-42,-2,-73,-23,-73,-64v0,-47,39,-65,69,-84v-13,-21,-36,-36,-38,-67v-2,-32,22,-46,52,-48v52,-4,68,61,33,89v-11,9,-24,19,-37,28r68,86v5,-11,10,-28,9,-46r7,0xm45,-105v-41,35,-17,104,44,104v36,0,58,-22,71,-47r-71,-88v-15,10,-31,20,-44,31xm100,-250v-49,-2,-56,55,-26,83r17,22v22,-16,54,-30,54,-64v0,-26,-19,-40,-45,-41","w":206},"'":{"d":"27,-257r7,0r0,81r-7,0r0,-81","w":60},"(":{"d":"67,64v-54,-83,-56,-242,-1,-327r7,0v-53,84,-54,244,1,327r-7,0","w":79},")":{"d":"6,64v53,-84,55,-243,0,-327r7,0v54,81,55,243,1,327r-8,0","w":79},"*":{"d":"66,-257r0,50r48,-15r1,7r-47,15r30,39r-5,5r-30,-39r-31,37r-5,-4r31,-38r-46,-15r2,-7r45,15r0,-50r7,0","w":126},"+":{"d":"104,-182r8,0r0,87r87,0r0,8r-87,0r0,87r-8,0r0,-87r-87,0r0,-8r87,0r0,-87","w":216},",":{"d":"38,43v7,-20,10,-47,8,-78r8,0v0,31,4,65,-16,78","w":100},"-":{"d":"28,-100r63,0r0,7r-63,0r0,-7","w":119},".":{"d":"54,0r-8,0r0,-35r8,0r0,35","w":100},"\/":{"d":"-3,6r118,-269r7,0r-117,269r-8,0","w":119},"0":{"d":"100,-249v70,0,93,58,93,127v0,68,-23,126,-93,126v-69,0,-92,-56,-92,-126v0,-70,22,-127,92,-127xm100,-3v65,0,85,-55,85,-119v0,-64,-19,-120,-85,-120v-66,0,-85,56,-85,120v0,64,20,119,85,119","w":200},"1":{"d":"41,-199v29,-9,48,-25,66,-46r7,0r0,245r-7,0r0,-235v-13,18,-42,37,-66,43r0,-7","w":200},"2":{"d":"103,-249v70,0,96,75,52,119v-36,37,-89,59,-120,100v-5,7,-7,15,-8,23r158,0r0,7r-165,0v12,-98,151,-84,151,-183v0,-41,-28,-59,-68,-59v-49,0,-72,29,-72,77r-7,0v0,-53,26,-84,79,-84","w":200},"3":{"d":"105,-242v-48,0,-77,23,-77,73r-7,0v1,-53,30,-80,84,-80v43,0,75,16,76,60v0,36,-23,52,-52,58v35,4,55,24,57,63v4,88,-147,94,-167,22v-4,-11,-6,-23,-5,-37r8,0v-3,54,29,80,81,80v44,0,76,-21,76,-65v0,-48,-37,-62,-88,-60r0,-7v47,2,83,-10,83,-54v0,-39,-31,-53,-69,-53","w":200},"4":{"d":"12,-64r0,-8r123,-173r9,0r0,174r44,0r0,7r-44,0r0,64r-8,0r0,-64r-124,0xm136,-235r-117,164r117,0r0,-164","w":200},"5":{"d":"176,-81v6,-82,-116,-103,-146,-40r-9,0r26,-124r126,0r0,7r-120,0r-22,105v12,-21,36,-33,67,-33v53,0,80,33,85,85v8,93,-137,115,-164,37v-4,-10,-6,-21,-6,-34r8,0v-1,51,29,75,77,75v50,0,75,-30,78,-78","w":200},"6":{"d":"14,-116v0,-92,65,-169,144,-115v13,9,22,25,24,44r-7,0v-4,-55,-89,-73,-124,-32v-21,25,-33,71,-29,116v10,-36,36,-62,80,-62v50,0,84,34,84,85v0,51,-34,84,-84,84v-66,0,-88,-50,-88,-120xm102,-3v46,0,77,-31,77,-77v0,-47,-30,-78,-77,-78v-47,0,-78,31,-78,78v0,47,31,77,78,77","w":200},"7":{"d":"60,0v2,-112,53,-178,110,-238r-148,0r0,-7r156,0r0,10v-57,59,-109,123,-110,235r-8,0","w":200},"8":{"d":"31,-187v0,68,139,65,139,0v0,-40,-30,-55,-70,-55v-40,0,-69,15,-69,55xm177,-187v0,32,-25,46,-51,53v37,3,63,27,63,66v-1,51,-38,72,-89,72v-51,0,-88,-21,-89,-72v-1,-40,28,-62,63,-67v-28,-5,-51,-21,-51,-52v0,-44,31,-62,77,-62v46,0,77,18,77,62xm100,-3v48,0,82,-18,82,-65v0,-47,-36,-62,-82,-62v-46,0,-82,15,-82,62v0,47,34,65,82,65","w":200},"9":{"d":"99,-87v47,0,77,-31,77,-78v0,-46,-31,-77,-77,-77v-47,0,-78,30,-78,77v0,47,31,78,78,78xm186,-129v0,92,-64,170,-144,115v-13,-9,-22,-25,-24,-44r8,0v4,51,73,70,113,41v31,-23,41,-71,40,-124v-10,35,-37,61,-80,61v-51,0,-85,-32,-85,-85v0,-50,34,-84,85,-84v64,0,87,48,87,120","w":200},":":{"d":"46,-150r0,-35r8,0r0,35r-8,0xm46,0r0,-35r8,0r0,35r-8,0","w":100},";":{"d":"46,-150r0,-35r8,0r0,35r-8,0xm38,43v7,-20,10,-47,8,-78r8,0v0,31,4,65,-16,78","w":100},"<":{"d":"199,3r-182,-90r0,-8r182,-90r0,8r-176,86r176,86r0,8","w":216},"=":{"d":"17,-53r0,-7r182,0r0,7r-182,0xm17,-122r0,-8r182,0r0,8r-182,0","w":216},">":{"d":"193,-91r-176,-86r0,-8r182,90r0,8r-182,90r0,-8","w":216},"?":{"d":"84,0r0,-35r7,0r0,35r-7,0xm91,-256v-48,0,-72,28,-71,79r-7,0v-1,-53,25,-86,78,-86v41,0,71,19,71,60v0,68,-75,64,-71,137r-7,0v-6,-74,70,-70,70,-137v0,-37,-26,-53,-63,-53"},"@":{"d":"155,-204v24,-2,43,13,50,31v6,-8,2,-25,16,-24v-14,45,-35,82,-45,131v1,7,5,12,14,11v43,-6,70,-45,70,-93v0,-65,-44,-101,-109,-101v-75,0,-123,48,-123,122v0,79,46,124,123,124v51,0,82,-26,104,-57r9,0v-23,35,-57,64,-113,64v-81,0,-130,-48,-130,-131v0,-79,51,-129,130,-129v70,0,116,38,116,108v0,53,-28,96,-77,100v-13,1,-24,-8,-22,-22v-25,38,-103,24,-98,-30v4,-54,31,-101,85,-104xm77,-100v-4,48,65,58,87,24v16,-24,25,-59,37,-88v-5,-22,-22,-33,-47,-33v-49,0,-73,48,-77,97","w":288},"A":{"d":"38,-85r-34,85r-8,0r104,-257r9,0r102,257r-8,0r-34,-85r-131,0xm166,-92r-62,-158r-63,158r125,0","w":207,"k":{"\u00ff":14,"\u00fd":14,"\u00dd":13,"y":14,"w":6,"v":14,"Y":13,"W":7,"V":20,"T":27}},"B":{"d":"193,-193v1,-76,-97,-54,-169,-57r0,112v72,-3,168,18,169,-55xm208,-70v0,86,-105,69,-191,70r0,-257v80,3,185,-19,183,64v-1,35,-23,55,-55,59v37,3,63,24,63,64xm201,-69v0,-79,-101,-58,-177,-61r0,123v77,-2,177,17,177,-62","w":219},"C":{"d":"125,-1v64,0,97,-42,106,-100r7,0v-10,63,-43,107,-113,107v-76,0,-114,-54,-116,-132v-1,-94,70,-164,166,-129v31,11,54,39,58,75r-8,0v-7,-47,-42,-76,-95,-76v-77,0,-114,55,-114,130v0,72,39,125,109,125","w":246},"D":{"d":"212,-129v0,-76,-33,-121,-104,-121r-81,0r0,243v110,9,185,-17,185,-122xm219,-129v2,113,-82,139,-200,129r0,-257r90,0v74,2,109,49,110,128","w":233},"E":{"d":"27,-7r165,0r0,7r-173,0r0,-257r171,0r0,7r-163,0r0,112r153,0r0,8r-153,0r0,123","w":193},"F":{"d":"27,-138r136,0r0,8r-136,0r0,130r-8,0r0,-257r159,0r0,7r-151,0r0,112","w":173,"k":{"\u00c4":13,"\u00c3":13,"\u00c2":13,"\u00c1":13,"\u00c0":13,"A":13,".":33,",":33}},"G":{"d":"133,-1v65,0,105,-40,102,-112r-99,0r0,-7r107,0r0,120r-8,0r0,-64v-14,42,-49,70,-103,70v-81,0,-112,-55,-120,-135v-13,-141,200,-187,227,-48r-8,0v-9,-49,-43,-79,-99,-79v-75,0,-113,51,-113,127v0,76,38,128,114,128","w":259},"H":{"d":"27,-130r0,130r-8,0r0,-257r8,0r0,119r180,0r0,-119r7,0r0,257r-7,0r0,-130r-180,0","w":233},"I":{"d":"19,-257r8,0r0,257r-8,0r0,-257","w":46},"J":{"d":"75,-1v45,0,64,-25,63,-71r0,-185r7,0r0,190v1,48,-22,73,-70,73v-51,0,-73,-32,-69,-86r8,0v-3,51,14,79,61,79","w":166},"K":{"d":"27,-91r0,91r-8,0r0,-257r8,0r0,156r178,-156r11,0r-125,109r132,148r-10,0r-127,-143","w":213},"L":{"d":"177,-7r0,7r-158,0r0,-257r8,0r0,250r150,0","w":173,"k":{"\u00ff":20,"\u00fd":20,"\u00dd":40,"y":20,"Y":40,"W":27,"V":33,"T":33}},"M":{"d":"249,-257r12,0r0,257r-7,0r-1,-248r-109,248r-8,0r-109,-248r0,248r-8,0r0,-257r12,0r110,248","w":280},"N":{"d":"19,-257r11,0r177,248r0,-248r7,0r0,257r-11,0r-176,-248r0,248r-8,0r0,-257","w":233},"O":{"d":"130,6v-78,0,-118,-55,-118,-135v0,-79,40,-134,118,-134v78,0,118,55,118,134v0,80,-40,135,-118,135xm130,-256v-73,0,-111,52,-111,127v0,75,38,128,111,128v74,0,111,-53,111,-128v0,-75,-38,-127,-111,-127","w":259},"P":{"d":"202,-187v-2,81,-93,71,-175,70r0,117r-8,0r0,-257v83,1,185,-16,183,70xm194,-187v0,-79,-92,-62,-167,-63r0,126v75,-1,167,15,167,-63","w":206,"k":{"\u00c4":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u00c0":20,"A":20,".":36,",":36}},"Q":{"d":"248,-129v0,44,-13,82,-38,103r42,29r-4,5r-42,-29v-19,15,-43,28,-76,27v-78,-3,-118,-55,-118,-135v0,-79,40,-134,118,-134v78,0,118,55,118,134xm19,-129v-7,103,102,163,180,104r-45,-31r4,-6r46,32v23,-21,37,-56,37,-99v0,-75,-38,-127,-111,-127v-73,0,-106,53,-111,127","w":259},"R":{"d":"197,0v-9,-59,3,-121,-74,-121r-96,0r0,121r-8,0r0,-257v81,2,184,-20,184,66v0,38,-25,58,-55,67v62,-1,45,74,57,124r-8,0xm196,-192v0,-76,-96,-56,-169,-58r0,122v76,-1,169,15,169,-64","w":219},"S":{"d":"20,-197v-2,-84,146,-85,170,-25v5,10,7,23,8,37r-7,0v-1,-50,-33,-71,-83,-71v-44,0,-81,15,-81,59v0,97,176,29,176,134v0,90,-162,87,-184,19v-4,-12,-7,-25,-7,-41r7,0v0,59,36,84,94,84v46,0,83,-17,83,-62v0,-100,-173,-31,-176,-134","w":219},"T":{"d":"-6,-250r0,-7r192,0r0,7r-92,0r0,250r-8,0r0,-250r-92,0","k":{"\u00ff":33,"\u00fd":33,"\u00fc":33,"\u00fb":33,"\u00fa":33,"\u00f9":33,"\u00f6":33,"\u00f5":33,"\u00f4":33,"\u00f3":33,"\u00f2":33,"\u00eb":33,"\u00ea":33,"\u00e9":33,"\u00e8":33,"\u00e7":33,"\u00e5":33,"\u00e4":33,"\u00e3":33,"\u00e2":33,"\u00e1":33,"\u00e0":33,"\u00c4":27,"\u00c3":27,"\u00c2":27,"\u00c1":27,"\u00c0":27,"y":33,"w":33,"u":33,"s":33,"r":33,"o":33,"i":9,"e":33,"c":33,"a":33,"A":27,";":40,":":40,".":40,"-":40,",":40}},"U":{"d":"114,-1v120,0,81,-148,87,-256r7,0r0,161v1,66,-31,102,-94,102v-63,0,-95,-37,-95,-102r0,-161r8,0v6,108,-34,256,87,256","w":227},"V":{"d":"193,-257r7,0r-98,257r-8,0r-100,-257r7,0r98,248","w":193,"k":{"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f9":6,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e8":13,"\u00e5":13,"\u00e4":13,"\u00e3":13,"\u00e2":13,"\u00e1":13,"\u00e0":13,"\u00c4":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u00c0":20,"u":6,"r":6,"o":13,"e":13,"a":13,"A":20,";":13,":":13,".":33,"-":13,",":33}},"W":{"d":"310,-257r7,0r-75,257r-9,0r-77,-248r-74,248r-10,0r-76,-257r8,0r73,248r75,-248r10,0r76,248","w":313,"k":{"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e5":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00e0":6,"\u00c4":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c0":7,"o":6,"e":6,"a":6,"A":7,";":6,":":6,".":20,"-":13,",":20}},"X":{"d":"184,-257r9,0r-94,125r98,132r-9,0r-94,-126r-95,126r-9,0r99,-132r-93,-125r9,0r89,119","w":187},"Y":{"d":"196,-257r8,0r-104,149r0,108r-7,0r0,-108r-104,-149r9,0r99,141","w":193,"k":{"\u00fc":13,"\u00fb":13,"\u00fa":13,"\u00f9":13,"\u00f6":27,"\u00f5":27,"\u00f4":27,"\u00f3":27,"\u00f2":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e8":27,"\u00e5":27,"\u00e4":27,"\u00e3":27,"\u00e2":27,"\u00e1":27,"\u00e0":27,"\u00c4":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u00c0":20,"v":6,"u":13,"q":27,"p":20,"o":27,"e":27,"a":27,"A":20,";":20,":":20,".":33,"-":36,",":33}},"Z":{"d":"183,-7r0,7r-190,0r0,-10r180,-240r-170,0r0,-7r177,0r0,10r-180,240r183,0"},"[":{"d":"75,-263r0,7r-33,0r0,313r33,0r0,7r-40,0r0,-327r40,0","w":79},"\\":{"d":"115,6r-118,-269r8,0r117,269r-7,0","w":119},"]":{"d":"5,64r0,-7r33,0r0,-313r-33,0r0,-7r40,0r0,327r-40,0","w":79},"^":{"d":"195,-82r-7,0r-80,-156r-80,156r-7,0r83,-163r8,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0"},"`":{"d":"-14,-264r11,0r45,52r-6,0","w":46},"a":{"d":"90,-182v-37,0,-61,19,-63,54r-8,0v4,-39,27,-61,71,-61v38,0,61,16,61,53r0,117v0,14,11,12,24,12r0,7v-31,7,-32,-16,-32,-42v-10,54,-135,69,-135,-4v0,-64,69,-50,119,-61v12,-2,17,-10,17,-24v2,-36,-18,-51,-54,-51xm69,-3v58,0,83,-44,74,-106v-32,31,-133,-8,-128,63v2,30,22,43,54,43","w":173},"b":{"d":"102,4v-42,0,-63,-25,-75,-56r0,52r-7,0r0,-257r7,0r1,124v7,-33,34,-57,74,-56v54,2,79,42,79,97v0,54,-25,96,-79,96xm102,-182v-52,0,-75,37,-75,90v0,50,24,89,75,89v50,0,72,-39,72,-89v0,-49,-21,-90,-72,-90","w":193},"c":{"d":"93,-3v41,0,64,-23,69,-60r7,0v-6,40,-30,67,-76,67v-55,-1,-78,-39,-82,-93v-6,-77,70,-126,133,-85v13,8,21,26,23,45r-7,0v-6,-32,-25,-53,-62,-53v-56,0,-80,39,-80,93v0,50,25,86,75,86"},"d":{"d":"89,-189v42,-1,65,25,75,56r0,-124r7,0r0,257r-7,0v-1,-17,2,-37,-1,-52v-9,33,-33,56,-74,56v-54,0,-79,-41,-79,-96v0,-55,25,-95,79,-97xm89,-3v51,0,75,-39,75,-89v0,-52,-23,-90,-75,-90v-51,0,-72,40,-72,90v0,49,21,89,72,89","w":193},"e":{"d":"9,-93v-9,-102,137,-132,158,-35v3,12,4,24,4,37r-155,0v2,51,21,88,73,88v41,0,68,-23,73,-61r7,0v-7,41,-32,68,-79,68v-59,0,-76,-40,-81,-97xm164,-98v11,-87,-116,-114,-141,-35v-4,10,-6,22,-7,35r148,0"},"f":{"d":"83,-248v-24,-4,-44,-4,-44,24r0,39r39,0r0,7r-39,0r0,178r-8,0r0,-178r-31,0r0,-7r31,0v-3,-44,-1,-83,52,-71r0,8","w":73},"g":{"d":"90,61v68,4,78,-57,70,-123v-8,32,-36,52,-73,52v-53,0,-77,-38,-77,-89v0,-53,26,-89,80,-90v39,0,60,24,71,53r0,-49r7,0r0,179v11,78,-109,98,-142,42v-4,-7,-6,-16,-6,-26r7,0v2,35,27,49,63,51xm87,-17v48,0,73,-33,73,-82v0,-48,-23,-83,-70,-83v-50,0,-73,35,-73,83v0,48,23,82,70,82","w":186},"h":{"d":"94,-182v-83,0,-66,101,-67,182r-7,0r0,-257r7,0r1,118v8,-29,28,-50,66,-50v89,0,62,108,66,189r-7,0v-5,-75,24,-182,-59,-182"},"i":{"d":"27,-221r-7,0r0,-36r7,0r0,36xm27,0r-7,0r0,-185r7,0r0,185","w":46},"j":{"d":"27,-221r-7,0r0,-36r7,0r0,36xm-18,57v27,1,38,-5,38,-33r0,-209r7,0r0,212v1,30,-16,38,-45,37r0,-7","w":46},"k":{"d":"27,-70r0,70r-7,0r0,-257r7,0r0,178r128,-106r10,0r-85,71r91,114r-9,0r-87,-109","w":159},"l":{"d":"20,-257r7,0r0,257r-7,0r0,-257","w":46},"m":{"d":"87,-182v-77,0,-58,104,-60,182r-7,0r0,-185r7,0v1,15,-2,33,1,46v8,-27,24,-50,59,-50v31,0,49,19,56,43v6,-25,30,-43,59,-43v85,0,51,113,58,189r-7,0v-8,-71,28,-183,-51,-182v-79,1,-54,106,-58,182r-8,0v-8,-70,27,-182,-49,-182","w":280},"n":{"d":"94,-182v-83,0,-66,101,-67,182r-7,0r0,-185r7,0v1,15,-2,33,1,46v8,-29,28,-50,66,-50v89,0,62,108,66,189r-7,0v-5,-75,24,-182,-59,-182"},"o":{"d":"94,-182v-52,0,-77,38,-77,89v0,52,25,90,77,90v52,0,76,-39,76,-90v0,-51,-25,-89,-76,-89xm93,4v-55,0,-83,-40,-83,-97v0,-56,28,-96,84,-96v55,0,83,42,83,96v0,55,-27,97,-84,97","w":186},"p":{"d":"102,4v-42,1,-65,-25,-75,-56r0,116r-7,0r0,-249r7,0v1,17,-2,37,1,52v9,-33,33,-56,74,-56v54,0,79,42,79,96v0,55,-25,94,-79,97xm27,-93v0,53,23,90,75,90v51,0,72,-41,72,-90v0,-50,-22,-89,-72,-89v-51,0,-75,38,-75,89","w":193},"q":{"d":"89,-3v52,0,75,-38,75,-90v0,-51,-24,-89,-75,-89v-51,0,-72,40,-72,89v0,50,21,90,72,90xm89,-189v42,-1,63,25,75,56r0,-52r7,0r0,249r-7,0r-1,-116v-7,33,-34,57,-74,56v-54,-2,-79,-42,-79,-97v0,-55,25,-95,79,-96","w":193},"r":{"d":"100,-182v-88,-5,-73,98,-73,182r-7,0r0,-185r7,0v1,15,-2,33,1,46v8,-31,30,-52,72,-50r0,7","w":93,"k":{"\u00ff":-6,"\u00fd":-6,"y":-6,"v":-6,".":20,"-":20,",":20}},"s":{"d":"40,-105v-46,-24,-14,-91,41,-84v41,5,67,17,67,59r-8,0v0,-37,-23,-48,-59,-52v-50,-5,-76,50,-35,71v38,19,104,10,107,64v3,57,-89,62,-123,35v-13,-11,-19,-28,-19,-51r7,0v0,42,26,56,68,60v48,4,83,-52,39,-76v-24,-13,-61,-14,-85,-26","w":166},"t":{"d":"80,-1v-28,5,-48,-4,-48,-34r0,-143r-34,0r0,-7r34,0r0,-58r8,0r0,58r41,0r0,7r-41,0r0,142v-3,26,16,32,40,28r0,7","w":86},"u":{"d":"86,-3v83,0,66,-101,67,-182r7,0r0,185r-7,0v-1,-15,2,-33,-1,-46v-8,29,-28,50,-66,50v-89,0,-62,-108,-66,-189r7,0v5,75,-24,182,59,182"},"v":{"d":"143,-185r8,0r-70,185r-9,0r-76,-185r8,0r73,178","w":146,"k":{".":27,",":27}},"w":{"d":"242,-185r7,0r-59,185r-9,0r-58,-178r-58,178r-10,0r-58,-185r7,0r56,178r57,-178r12,0r57,178","w":246,"k":{".":20,",":20}},"x":{"d":"137,-185r8,0r-67,89r74,96r-9,0r-70,-90r-69,90r-9,0r74,-96r-68,-89r10,0r62,84","w":146},"y":{"d":"143,-185r8,0r-85,223v-7,19,-23,26,-49,26r0,-7v42,4,45,-32,56,-59r-77,-183r8,0r73,175","w":146,"k":{".":27,",":27}},"z":{"d":"145,-7r0,7r-143,0r0,-9r129,-169r-119,0r0,-7r127,0r0,9r-130,169r136,0","w":146},"{":{"d":"101,57r0,7v-87,17,-10,-130,-70,-161r0,-7v33,-15,26,-73,26,-120v0,-34,11,-42,44,-39r0,7v-78,-15,-3,127,-63,156v61,31,-17,166,63,157","w":119},"|":{"d":"36,77r0,-360r8,0r0,360r-8,0","w":79},"}":{"d":"19,-256r0,-7v87,-18,9,131,70,161r0,7v-34,14,-26,73,-26,119v0,34,-11,43,-44,40r0,-7v77,14,3,-127,63,-156v-60,-31,16,-165,-63,-157","w":119},"~":{"d":"149,-75v-37,-8,-93,-49,-114,1r-7,-2v13,-43,74,-28,105,-10v23,14,40,-8,48,-22r7,2v-9,14,-18,30,-39,31","w":216},"\u00a0":{"w":100},"\u00a1":{"d":"37,-130r0,194r-7,0r0,-194r7,0xm37,-195r0,35r-7,0r0,-35r7,0","w":66},"\u00a2":{"d":"21,-93v0,-53,25,-93,77,-96r0,-32r7,0r0,32v41,2,67,22,72,60r-7,0v-5,-33,-30,-52,-65,-53r0,179v41,0,61,-24,67,-60r7,0v-5,39,-32,67,-74,67r0,40r-7,0r0,-40v-53,-3,-77,-43,-77,-97xm98,-182v-82,-1,-90,138,-31,170v9,5,19,9,31,9r0,-179","w":200},"\u00a3":{"d":"23,-196v0,28,19,44,27,65r57,0r0,7r-54,0v24,41,3,98,-24,118v30,-27,74,2,107,5v28,2,39,-17,55,-30r4,5v-20,35,-73,36,-113,17v-23,-11,-46,2,-61,15r-7,-7v34,-23,57,-78,31,-123r-27,0r0,-7r23,0v-10,-19,-23,-38,-25,-65v-4,-72,106,-85,146,-43v14,15,21,36,18,66r-7,0v3,-53,-24,-83,-75,-83v-43,0,-75,18,-75,60","w":200},"\u00a4":{"d":"100,-40v48,0,82,-32,82,-82v0,-50,-32,-82,-82,-82v-50,0,-82,32,-82,82v0,50,34,82,82,82xm40,-188v27,-31,94,-31,121,0v8,-5,17,-26,25,-15r-20,20v30,27,29,93,0,121v5,9,26,18,15,26r-20,-21v-27,30,-94,31,-121,0v-9,5,-17,27,-26,16r21,-21v-30,-27,-31,-94,0,-121v-5,-8,-27,-16,-16,-25","w":200},"\u00a5":{"d":"103,-73r53,0r0,7r-53,0r0,66r-7,0r0,-66r-53,0r0,-7r53,0r0,-37r-53,0r0,-7r50,0r-85,-140r7,0r85,138r85,-138r8,0r-86,140r49,0r0,7r-53,0r0,37","w":200},"\u00a6":{"d":"44,-238r0,90r-8,0r0,-90r8,0xm44,32r-8,0r0,-90r8,0r0,90","w":79},"\u00a7":{"d":"116,-39v26,22,68,-14,54,-51v-16,-41,-69,-58,-104,-81v-32,6,-53,56,-22,83v21,18,52,31,72,49xm41,-215v0,-53,74,-60,102,-30v10,11,16,27,16,48r-7,0v0,-35,-19,-59,-55,-59v-46,0,-65,52,-29,77v43,30,112,41,112,106v0,26,-22,41,-42,49v42,30,13,96,-38,92v-41,-4,-64,-26,-63,-70r7,0v0,37,17,63,56,63v45,0,66,-45,38,-75v-37,-38,-117,-43,-117,-112v0,-27,19,-41,39,-50v-10,-9,-19,-20,-19,-39","w":200},"\u00a8":{"d":"48,-221r0,-29r7,0r0,29r-7,0xm-8,-221r0,-29r7,0r0,29r-7,0","w":46},"\u00a9":{"d":"144,-256v-76,0,-127,50,-127,127v0,78,51,128,127,128v77,0,127,-51,127,-128v0,-76,-50,-127,-127,-127xm144,6v-83,0,-135,-54,-135,-135v0,-80,53,-134,135,-134v82,0,135,54,135,134v0,81,-52,135,-135,135xm69,-126v-7,-78,98,-110,137,-51v4,7,6,14,7,23r-7,0v-4,-30,-26,-47,-59,-47v-45,0,-67,29,-71,74v-7,82,115,105,130,28r7,0v-7,32,-28,56,-65,56v-49,0,-75,-32,-79,-83","w":288},"\u00aa":{"d":"54,-249v23,0,42,9,42,32r0,68v-1,8,5,7,12,7r0,7v-20,4,-19,-11,-20,-26v-3,37,-88,42,-88,-1v0,-32,27,-35,60,-35v13,0,29,-2,29,-16v0,-23,-13,-28,-35,-29v-23,-1,-36,10,-39,30r-7,0v2,-24,19,-37,46,-37xm40,-139v34,1,55,-24,48,-60v-19,19,-82,-3,-81,37v1,17,17,22,33,23","w":108},"\u00ab":{"d":"94,-44v-11,-19,-30,-32,-37,-55r37,-50v0,27,-21,34,-30,53v9,18,30,25,30,52xm61,-44v-11,-19,-30,-32,-37,-55r37,-50v0,27,-21,34,-30,53v9,18,30,25,30,52","w":126},"\u00ac":{"d":"192,-122r-175,0r0,-8r182,0r0,97r-7,0r0,-89","w":216},"\u00ad":{"d":"28,-100r63,0r0,7r-63,0r0,-7","w":119},"\u00ae":{"d":"144,-256v-76,0,-127,50,-127,127v0,78,51,128,127,128v77,0,127,-51,127,-128v0,-76,-50,-127,-127,-127xm144,6v-83,0,-135,-54,-135,-135v0,-80,53,-134,135,-134v82,0,135,54,135,134v0,81,-52,135,-135,135xm193,-162v0,-43,-47,-33,-87,-34r0,69v40,0,87,6,87,-35xm201,-162v-1,25,-17,39,-41,41r48,72r-9,0r-47,-72v-14,2,-31,1,-46,1r0,71r-7,0r0,-154v48,0,103,-6,102,41","w":288},"\u00af":{"d":"65,-230r-83,0r0,-8r83,0r0,8","w":46},"\u00b0":{"d":"72,-249v30,0,51,19,51,51v1,33,-22,53,-51,53v-31,0,-51,-20,-51,-53v0,-32,21,-51,51,-51xm72,-153v27,0,44,-18,44,-45v0,-27,-18,-44,-44,-44v-25,0,-44,17,-44,44v0,27,17,45,44,45","w":144},"\u00b1":{"d":"17,-7r182,0r0,7r-182,0r0,-7xm104,-182r8,0r0,71r87,0r0,7r-87,0r0,72r-8,0r0,-72r-87,0r0,-7r87,0r0,-71","w":216},"\u00b2":{"d":"109,-212v-2,61,-78,57,-94,105r99,0r0,7r-108,0v9,-60,90,-50,96,-112v2,-22,-20,-31,-42,-30v-30,0,-44,15,-43,44r-8,0v0,-33,16,-52,51,-51v28,1,49,9,49,37","w":119},"\u00b3":{"d":"63,-242v-29,1,-47,11,-47,41r-7,0v-1,-34,22,-47,54,-48v28,0,49,8,50,36v1,22,-18,33,-37,35v23,2,40,13,40,38v1,55,-95,54,-109,13v-3,-6,-3,-14,-3,-22r7,0v-3,31,22,45,51,45v24,0,47,-11,47,-36v0,-30,-25,-35,-55,-35r0,-8v29,1,52,-4,52,-30v0,-23,-20,-29,-43,-29","w":119},"\u00b4":{"d":"62,-264r-53,52r-5,0r47,-52r11,0","w":46},"\u00b5":{"d":"163,-46v-7,53,-104,71,-125,17v-3,28,0,63,-1,93r-7,0r0,-249r7,0v5,75,-25,182,58,182v84,0,67,-100,68,-182r7,0r0,185r-7,0r0,-46","w":200},"\u00b6":{"d":"24,-186v-4,-75,76,-74,153,-71r0,307r-7,0r0,-300r-59,0r0,300r-7,0r0,-168v-47,-1,-78,-25,-80,-68","w":216},"\u00b7":{"d":"50,-111v-6,0,-11,-5,-11,-11v0,-7,4,-12,11,-12v7,0,12,6,12,12v0,6,-6,11,-12,11","w":100},"\u00b8":{"d":"56,40v0,30,-41,34,-62,21v3,-14,15,3,29,-1v23,5,35,-30,12,-34v-13,-5,-24,8,-31,0v10,-8,10,-26,28,-26r-15,20v18,-5,39,0,39,20","w":46},"\u00b9":{"d":"22,-219v18,-6,31,-14,42,-28r8,0r0,147r-7,0r-1,-138v-7,13,-27,21,-42,26r0,-7","w":119},"\u00ba":{"d":"54,-242v-30,0,-47,22,-47,51v0,30,18,52,47,52v29,0,47,-22,47,-52v0,-29,-17,-51,-47,-51xm54,-132v-35,0,-54,-25,-54,-59v0,-34,19,-58,54,-58v35,0,54,23,54,58v0,36,-19,59,-54,59","w":108},"\u00bb":{"d":"32,-149v11,19,30,32,37,55r-37,50v0,-27,21,-34,30,-52v-9,-18,-29,-26,-30,-53xm66,-149v11,19,30,32,37,55r-37,50v0,-27,21,-34,30,-52v-9,-18,-29,-26,-30,-53","w":126},"\u00bc":{"d":"37,-219v19,-5,30,-15,42,-28r8,0r0,147r-7,0r-1,-138v-8,12,-27,21,-42,26r0,-7xm223,-257r8,0r-171,269r-8,0xm229,-137r-72,93r72,0r0,-93xm149,-37r0,-9r78,-101r9,0r0,103r27,0r0,7r-27,0r0,37r-7,0r0,-37r-80,0","w":300},"\u00bd":{"d":"273,-112v0,60,-78,57,-95,105r99,0r0,7r-107,0v7,-61,90,-50,96,-112v2,-21,-20,-30,-42,-30v-31,0,-44,14,-44,43r-7,0v0,-33,16,-51,51,-50v28,0,49,10,49,37xm23,-219v19,-5,32,-15,43,-28r7,0r0,147r-7,0r0,-138v-8,12,-27,21,-43,26r0,-7xm206,-257r9,0r-172,269r-8,0","w":300},"\u00be":{"d":"78,-242v-29,1,-46,12,-46,41r-8,0v0,-33,22,-47,55,-48v29,-1,49,9,50,36v2,22,-18,33,-37,35v23,2,40,13,40,38v0,54,-95,55,-109,13v-3,-6,-3,-14,-3,-22r7,0v-3,31,22,45,51,45v24,0,47,-11,47,-36v0,-29,-24,-36,-56,-35r0,-8v29,1,53,-4,53,-30v0,-24,-20,-29,-44,-29xm243,-257r8,0r-171,269r-9,0xm246,-137r-72,93r72,0r0,-93xm166,-37r0,-9r78,-101r9,0r0,103r27,0r0,7r-27,0r0,37r-7,0r0,-37r-80,0","w":300},"\u00bf":{"d":"96,-195r0,35r-7,0r0,-35r7,0xm89,61v48,0,72,-28,71,-79r7,0v1,53,-26,82,-78,86v-77,5,-91,-92,-36,-124v19,-18,37,-35,36,-74r7,0v5,73,-67,72,-70,138v-2,38,28,53,63,53"},"\u00c0":{"d":"38,-85r-34,85r-8,0r104,-257r9,0r102,257r-8,0r-34,-85r-131,0xm166,-92r-62,-158r-63,158r125,0xm54,-332r11,0r45,52r-6,0","w":207,"k":{"\u00ff":14,"\u00fd":14,"\u00dd":13,"y":14,"w":6,"v":14,"Y":13,"W":7,"V":20,"T":27}},"\u00c1":{"d":"38,-85r-34,85r-8,0r104,-257r9,0r102,257r-8,0r-34,-85r-131,0xm166,-92r-62,-158r-63,158r125,0xm158,-332r-53,52r-5,0r47,-52r11,0","w":207,"k":{"\u00ff":14,"\u00fd":14,"\u00dd":13,"y":14,"w":6,"v":14,"Y":13,"W":7,"V":20,"T":27}},"\u00c2":{"d":"141,-281r-37,-44r-36,44r-7,0r41,-50r5,0r41,50r-7,0xm38,-85r-34,85r-8,0r104,-257r9,0r102,257r-8,0r-34,-85r-131,0xm166,-92r-62,-158r-63,158r125,0","w":207,"k":{"\u00ff":14,"\u00fd":14,"\u00dd":13,"y":14,"w":6,"v":14,"Y":13,"W":7,"V":20,"T":27}},"\u00c3":{"d":"82,-311v-12,0,-16,10,-18,21r-7,0v1,-15,9,-28,25,-28v23,0,55,42,63,1r7,0v-2,16,-9,27,-25,27v-20,-1,-25,-21,-45,-21xm38,-85r-34,85r-8,0r104,-257r9,0r102,257r-8,0r-34,-85r-131,0xm166,-92r-62,-158r-63,158r125,0","w":207,"k":{"\u00ff":14,"\u00fd":14,"\u00dd":13,"y":14,"w":6,"v":14,"Y":13,"W":7,"V":20,"T":27}},"\u00c4":{"d":"38,-85r-34,85r-8,0r104,-257r9,0r102,257r-8,0r-34,-85r-131,0xm166,-92r-62,-158r-63,158r125,0xm129,-289r0,-29r7,0r0,29r-7,0xm73,-289r0,-29r7,0r0,29r-7,0","w":207,"k":{"\u00ff":14,"\u00fd":14,"\u00dd":13,"y":14,"w":6,"v":14,"Y":13,"W":7,"V":20,"T":27}},"\u00c5":{"d":"105,-282v13,0,24,-11,24,-24v0,-13,-11,-24,-24,-24v-13,0,-25,11,-25,24v0,13,12,24,25,24xm105,-338v18,1,31,13,31,32v0,19,-13,32,-31,32v-44,0,-38,-65,0,-64xm38,-85r-34,85r-8,0r104,-257r9,0r102,257r-8,0r-34,-85r-131,0xm166,-92r-62,-158r-63,158r125,0","w":207},"\u00c6":{"d":"135,-251r-76,145r93,0r0,-145r-17,0xm56,-99r-52,99r-8,0r136,-257r169,0r0,7r-142,0r0,112r130,0r0,8r-130,0r0,123r142,0r0,7r-149,0r0,-99r-96,0","w":306},"\u00c7":{"d":"154,40v0,30,-41,34,-62,21v3,-14,15,3,29,-1v23,5,35,-30,12,-34v-13,-5,-24,8,-31,0r17,-20v-70,-7,-109,-55,-110,-132v-1,-94,70,-164,166,-129v31,11,54,39,58,75r-8,0v-7,-47,-42,-76,-95,-76v-77,0,-114,55,-114,130v0,72,39,125,109,125v64,0,97,-42,106,-100r7,0v-10,62,-43,105,-112,107r-11,14v18,-5,39,0,39,20","w":246},"\u00c8":{"d":"27,-7r165,0r0,7r-173,0r0,-257r171,0r0,7r-163,0r0,112r153,0r0,8r-153,0r0,123xm58,-332r11,0r45,52r-6,0","w":193},"\u00c9":{"d":"27,-7r165,0r0,7r-173,0r0,-257r171,0r0,7r-163,0r0,112r153,0r0,8r-153,0r0,123xm159,-332r-53,52r-5,0r47,-52r11,0","w":193},"\u00ca":{"d":"140,-281r-37,-44r-35,44r-8,0r41,-50r6,0r41,50r-8,0xm27,-7r165,0r0,7r-173,0r0,-257r171,0r0,7r-163,0r0,112r153,0r0,8r-153,0r0,123","w":193},"\u00cb":{"d":"129,-289r0,-29r7,0r0,29r-7,0xm73,-289r0,-29r7,0r0,29r-7,0xm27,-7r165,0r0,7r-173,0r0,-257r171,0r0,7r-163,0r0,112r153,0r0,8r-153,0r0,123","w":193},"\u00cc":{"d":"19,-257r8,0r0,257r-8,0r0,-257xm-28,-332r11,0r45,52r-6,0","w":46},"\u00cd":{"d":"19,-257r8,0r0,257r-8,0r0,-257xm78,-332r-53,52r-5,0r47,-52r11,0","w":46},"\u00ce":{"d":"60,-281r-37,-44r-36,44r-7,0r41,-50r5,0r41,50r-7,0xm19,-257r8,0r0,257r-8,0r0,-257","w":46},"\u00cf":{"d":"19,-257r8,0r0,257r-8,0r0,-257xm48,-289r0,-29r7,0r0,29r-7,0xm-8,-289r0,-29r7,0r0,29r-7,0","w":46},"\u00d0":{"d":"212,-129v0,-76,-33,-121,-104,-121r-81,0r0,112r107,0r0,8r-107,0r0,123v110,9,185,-17,185,-122xm219,-129v2,113,-82,139,-200,129r0,-130r-23,0r0,-8r23,0r0,-119r90,0v74,2,109,49,110,128","w":233},"\u00d1":{"d":"95,-311v-12,0,-15,11,-17,21r-7,0v1,-15,9,-27,24,-28v24,3,55,42,64,1r7,0v-2,16,-9,27,-25,27v-20,0,-26,-21,-46,-21xm19,-257r11,0r177,248r0,-248r7,0r0,257r-11,0r-176,-248r0,248r-8,0r0,-257","w":233},"\u00d2":{"d":"130,6v-78,0,-118,-55,-118,-135v0,-79,40,-134,118,-134v78,0,118,55,118,134v0,80,-40,135,-118,135xm130,-256v-73,0,-111,52,-111,127v0,75,38,128,111,128v74,0,111,-53,111,-128v0,-75,-38,-127,-111,-127xm78,-332r11,0r45,52r-6,0","w":259},"\u00d3":{"d":"130,6v-78,0,-118,-55,-118,-135v0,-79,40,-134,118,-134v78,0,118,55,118,134v0,80,-40,135,-118,135xm130,-256v-73,0,-111,52,-111,127v0,75,38,128,111,128v74,0,111,-53,111,-128v0,-75,-38,-127,-111,-127xm185,-332r-53,52r-5,0r47,-52r11,0","w":259},"\u00d4":{"d":"168,-281r-37,-44r-36,44r-7,0r41,-50r5,0r41,50r-7,0xm130,6v-78,0,-118,-55,-118,-135v0,-79,40,-134,118,-134v78,0,118,55,118,134v0,80,-40,135,-118,135xm130,-256v-73,0,-111,52,-111,127v0,75,38,128,111,128v74,0,111,-53,111,-128v0,-75,-38,-127,-111,-127","w":259},"\u00d5":{"d":"108,-311v-12,0,-15,11,-17,21r-7,0v1,-15,9,-27,24,-28v24,3,55,42,64,1r7,0v-2,16,-9,27,-25,27v-21,0,-26,-21,-46,-21xm130,6v-78,0,-118,-55,-118,-135v0,-79,40,-134,118,-134v78,0,118,55,118,134v0,80,-40,135,-118,135xm130,-256v-73,0,-111,52,-111,127v0,75,38,128,111,128v74,0,111,-53,111,-128v0,-75,-38,-127,-111,-127","w":259},"\u00d6":{"d":"130,6v-78,0,-118,-55,-118,-135v0,-79,40,-134,118,-134v78,0,118,55,118,134v0,80,-40,135,-118,135xm130,-256v-73,0,-111,52,-111,127v0,75,38,128,111,128v74,0,111,-53,111,-128v0,-75,-38,-127,-111,-127xm155,-289r0,-29r7,0r0,29r-7,0xm99,-289r0,-29r7,0r0,29r-7,0","w":259},"\u00d7":{"d":"35,-159r5,-5r68,69r68,-69r5,5r-68,68r68,68r-5,5r-68,-68r-68,68r-5,-5r68,-68","w":216},"\u00d8":{"d":"130,6v-39,0,-66,-14,-85,-36r-25,28r-6,-4r27,-29v-18,-22,-29,-55,-29,-94v2,-79,40,-132,118,-134v38,-1,65,14,84,35v9,-6,16,-28,27,-19r-22,25v18,22,29,54,29,93v-1,80,-40,135,-118,135xm130,-1v107,0,139,-139,84,-215r-164,180v17,21,43,35,80,35xm130,-256v-107,-4,-139,139,-84,215r163,-181v-19,-20,-42,-33,-79,-34","w":259},"\u00d9":{"d":"114,-1v120,0,81,-148,87,-256r7,0r0,161v1,66,-31,102,-94,102v-63,0,-95,-37,-95,-102r0,-161r8,0v6,108,-34,256,87,256xm61,-332r11,0r45,52r-6,0","w":227},"\u00da":{"d":"114,-1v120,0,81,-148,87,-256r7,0r0,161v1,66,-31,102,-94,102v-63,0,-95,-37,-95,-102r0,-161r8,0v6,108,-34,256,87,256xm169,-332r-53,52r-5,0r47,-52r11,0","w":227},"\u00db":{"d":"151,-281r-37,-44r-36,44r-7,0r41,-50r5,0r41,50r-7,0xm114,-1v120,0,81,-148,87,-256r7,0r0,161v1,66,-31,102,-94,102v-63,0,-95,-37,-95,-102r0,-161r8,0v6,108,-34,256,87,256","w":227},"\u00dc":{"d":"114,-1v120,0,81,-148,87,-256r7,0r0,161v1,66,-31,102,-94,102v-63,0,-95,-37,-95,-102r0,-161r8,0v6,108,-34,256,87,256xm138,-289r0,-29r7,0r0,29r-7,0xm82,-289r0,-29r7,0r0,29r-7,0","w":227},"\u00dd":{"d":"196,-257r8,0r-104,149r0,108r-7,0r0,-108r-104,-149r9,0r99,141xm151,-332r-53,52r-5,0r47,-52r11,0","w":193,"k":{"\u00fc":13,"\u00fb":13,"\u00fa":13,"\u00f9":13,"\u00f6":27,"\u00f5":27,"\u00f4":27,"\u00f3":27,"\u00f2":27,"\u00eb":27,"\u00ea":27,"\u00e9":27,"\u00e8":27,"\u00e5":27,"\u00e4":27,"\u00e3":27,"\u00e2":27,"\u00e1":27,"\u00e0":27,"\u00c4":20,"\u00c3":20,"\u00c2":20,"\u00c1":20,"\u00c0":20,"v":6,"u":13,"q":27,"p":20,"o":27,"e":27,"a":27,"A":20,";":20,":":20,".":33,"-":36,",":33}},"\u00de":{"d":"202,-142v-2,81,-93,71,-175,70r0,72r-8,0r0,-257r8,0r0,45v81,0,177,-14,175,70xm194,-142v0,-79,-92,-62,-167,-63r0,125v75,-1,167,15,167,-62","w":206},"\u00df":{"d":"83,-261v75,-7,89,108,21,117v75,-1,77,128,12,140v-12,3,-26,5,-43,4r0,-7v52,3,83,-18,83,-69v0,-48,-32,-65,-83,-63r0,-8v41,1,69,-15,69,-55v0,-35,-24,-51,-59,-52v-35,-1,-56,18,-56,55r0,199r-7,0r0,-200v0,-42,24,-57,63,-61","w":173},"\u00e0":{"d":"90,-182v-37,0,-61,19,-63,54r-8,0v4,-39,27,-61,71,-61v38,0,61,16,61,53r0,117v0,14,11,12,24,12r0,7v-31,7,-32,-16,-32,-42v-10,54,-135,69,-135,-4v0,-64,69,-50,119,-61v12,-2,17,-10,17,-24v2,-36,-18,-51,-54,-51xm69,-3v58,0,83,-44,74,-106v-32,31,-133,-8,-128,63v2,30,22,43,54,43xm37,-264r11,0r45,52r-6,0","w":173},"\u00e1":{"d":"90,-182v-37,0,-61,19,-63,54r-8,0v4,-39,27,-61,71,-61v38,0,61,16,61,53r0,117v0,14,11,12,24,12r0,7v-31,7,-32,-16,-32,-42v-10,54,-135,69,-135,-4v0,-64,69,-50,119,-61v12,-2,17,-10,17,-24v2,-36,-18,-51,-54,-51xm69,-3v58,0,83,-44,74,-106v-32,31,-133,-8,-128,63v2,30,22,43,54,43xm138,-264r-53,52r-5,0r47,-52r11,0","w":173},"\u00e2":{"d":"125,-213r-38,-44r-35,44r-7,0r40,-50r6,0r41,50r-7,0xm90,-182v-37,0,-61,19,-63,54r-8,0v4,-39,27,-61,71,-61v38,0,61,16,61,53r0,117v0,14,11,12,24,12r0,7v-31,7,-32,-16,-32,-42v-10,54,-135,69,-135,-4v0,-64,69,-50,119,-61v12,-2,17,-10,17,-24v2,-36,-18,-51,-54,-51xm69,-3v58,0,83,-44,74,-106v-32,31,-133,-8,-128,63v2,30,22,43,54,43","w":173},"\u00e3":{"d":"63,-250v22,3,55,43,63,1r8,0v-3,15,-9,27,-25,27v-24,0,-46,-39,-62,-7v-1,2,-1,5,-1,8r-7,0v1,-16,10,-27,24,-29xm90,-182v-37,0,-61,19,-63,54r-8,0v4,-39,27,-61,71,-61v38,0,61,16,61,53r0,117v0,14,11,12,24,12r0,7v-31,7,-32,-16,-32,-42v-10,54,-135,69,-135,-4v0,-64,69,-50,119,-61v12,-2,17,-10,17,-24v2,-36,-18,-51,-54,-51xm69,-3v58,0,83,-44,74,-106v-32,31,-133,-8,-128,63v2,30,22,43,54,43","w":173},"\u00e4":{"d":"90,-182v-37,0,-61,19,-63,54r-8,0v4,-39,27,-61,71,-61v38,0,61,16,61,53r0,117v0,14,11,12,24,12r0,7v-31,7,-32,-16,-32,-42v-10,54,-135,69,-135,-4v0,-64,69,-50,119,-61v12,-2,17,-10,17,-24v2,-36,-18,-51,-54,-51xm69,-3v58,0,83,-44,74,-106v-32,31,-133,-8,-128,63v2,30,22,43,54,43xm113,-221r0,-29r7,0r0,29r-7,0xm57,-221r0,-29r7,0r0,29r-7,0","w":173},"\u00e5":{"d":"86,-217v13,0,25,-12,25,-24v0,-13,-12,-25,-25,-25v-13,0,-24,12,-24,25v-1,13,11,25,24,24xm54,-241v0,-43,65,-39,64,0v-1,18,-13,31,-32,31v-19,0,-32,-13,-32,-31xm90,-182v-37,0,-61,19,-63,54r-8,0v4,-39,27,-61,71,-61v38,0,61,16,61,53r0,117v0,14,11,12,24,12r0,7v-31,7,-32,-16,-32,-42v-10,54,-135,69,-135,-4v0,-64,69,-50,119,-61v12,-2,17,-10,17,-24v2,-36,-18,-51,-54,-51xm69,-3v58,0,83,-44,74,-106v-32,31,-133,-8,-128,63v2,30,22,43,54,43","w":173},"\u00e6":{"d":"94,-182v-38,0,-62,19,-64,54r-7,0v3,-40,27,-61,71,-61v40,0,57,20,62,54v7,-57,103,-72,135,-25v12,17,18,41,18,69r-154,0v2,50,21,88,74,88v41,0,65,-24,71,-61r7,0v-4,43,-33,66,-78,68v-43,1,-68,-25,-77,-60v-9,36,-35,59,-79,60v-35,0,-61,-15,-61,-50v0,-74,88,-42,131,-69v15,-34,-7,-67,-49,-67xm73,-3v57,0,83,-44,74,-106v-32,31,-128,-8,-128,63v0,31,23,42,54,43xm301,-98v14,-89,-115,-114,-139,-35v-3,10,-6,22,-7,35r146,0","w":320},"\u00e7":{"d":"123,40v0,30,-41,33,-62,21v3,-14,15,3,29,-1v24,6,35,-30,12,-34v-13,-5,-24,8,-31,0r19,-22v-53,-3,-75,-40,-79,-93v-6,-77,70,-126,133,-85v13,8,21,26,23,45r-7,0v-6,-32,-25,-53,-62,-53v-56,0,-80,39,-80,93v0,50,25,86,75,86v41,0,64,-23,69,-60r7,0v-6,39,-29,66,-72,67r-13,16v18,-5,39,-1,39,20"},"\u00e8":{"d":"9,-93v-9,-102,137,-132,158,-35v3,12,4,24,4,37r-155,0v2,51,21,88,73,88v41,0,68,-23,73,-61r7,0v-7,41,-32,68,-79,68v-59,0,-76,-40,-81,-97xm164,-98v11,-87,-116,-114,-141,-35v-4,10,-6,22,-7,35r148,0xm39,-264r11,0r45,52r-6,0"},"\u00e9":{"d":"9,-93v-9,-102,137,-132,158,-35v3,12,4,24,4,37r-155,0v2,51,21,88,73,88v41,0,68,-23,73,-61r7,0v-7,41,-32,68,-79,68v-59,0,-76,-40,-81,-97xm164,-98v11,-87,-116,-114,-141,-35v-4,10,-6,22,-7,35r148,0xm145,-264r-53,52r-5,0r47,-52r11,0"},"\u00ea":{"d":"129,-213r-38,-44r-35,44r-7,0r40,-50r6,0r41,50r-7,0xm9,-93v-9,-102,137,-132,158,-35v3,12,4,24,4,37r-155,0v2,51,21,88,73,88v41,0,68,-23,73,-61r7,0v-7,41,-32,68,-79,68v-59,0,-76,-40,-81,-97xm164,-98v11,-87,-116,-114,-141,-35v-4,10,-6,22,-7,35r148,0"},"\u00eb":{"d":"9,-93v-9,-102,137,-132,158,-35v3,12,4,24,4,37r-155,0v2,51,21,88,73,88v41,0,68,-23,73,-61r7,0v-7,41,-32,68,-79,68v-59,0,-76,-40,-81,-97xm164,-98v11,-87,-116,-114,-141,-35v-4,10,-6,22,-7,35r148,0xm116,-221r0,-29r7,0r0,29r-7,0xm60,-221r0,-29r7,0r0,29r-7,0"},"\u00ec":{"d":"20,0r0,-185r7,0r0,185r-7,0xm-28,-264r11,0r45,52r-6,0","w":46},"\u00ed":{"d":"20,0r0,-185r7,0r0,185r-7,0xm78,-264r-53,52r-5,0r47,-52r11,0","w":46},"\u00ee":{"d":"60,-213r-37,-44r-36,44r-7,0r41,-50r5,0r41,50r-7,0xm20,0r0,-185r7,0r0,185r-7,0","w":46},"\u00ef":{"d":"20,0r0,-185r7,0r0,185r-7,0xm48,-221r0,-29r7,0r0,29r-7,0xm-8,-221r0,-29r7,0r0,29r-7,0","w":46},"\u00f0":{"d":"94,-175v-51,0,-77,36,-77,86v0,50,26,86,77,86v50,0,76,-37,76,-86v0,-49,-26,-86,-76,-86xm152,-157v-9,-26,-36,-53,-57,-71r-44,24r-5,-5r44,-24v-9,-7,-22,-16,-34,-22r6,-5v12,7,24,15,34,23r45,-24r5,5r-43,25v39,36,74,73,74,142v0,54,-29,93,-84,93v-54,0,-79,-38,-83,-93v-6,-81,93,-123,142,-68","w":186},"\u00f1":{"d":"66,-250v22,4,55,43,63,1r7,0v-2,16,-9,27,-25,27v-24,0,-53,-42,-63,1r-7,0v1,-16,10,-27,25,-29xm94,-182v-83,0,-66,101,-67,182r-7,0r0,-185r7,0v1,15,-2,33,1,46v8,-29,28,-50,66,-50v89,0,62,108,66,189r-7,0v-5,-75,24,-182,-59,-182"},"\u00f2":{"d":"94,-182v-52,0,-77,38,-77,89v0,52,25,90,77,90v52,0,76,-39,76,-90v0,-51,-25,-89,-76,-89xm93,4v-55,0,-83,-40,-83,-97v0,-56,28,-96,84,-96v55,0,83,42,83,96v0,55,-27,97,-84,97xm41,-264r11,0r45,52r-6,0","w":186},"\u00f3":{"d":"94,-182v-52,0,-77,38,-77,89v0,52,25,90,77,90v52,0,76,-39,76,-90v0,-51,-25,-89,-76,-89xm93,4v-55,0,-83,-40,-83,-97v0,-56,28,-96,84,-96v55,0,83,42,83,96v0,55,-27,97,-84,97xm148,-264r-53,52r-5,0r47,-52r11,0","w":186},"\u00f4":{"d":"130,-213r-37,-44r-36,44r-7,0r41,-50r5,0r41,50r-7,0xm94,-182v-52,0,-77,38,-77,89v0,52,25,90,77,90v52,0,76,-39,76,-90v0,-51,-25,-89,-76,-89xm93,4v-55,0,-83,-40,-83,-97v0,-56,28,-96,84,-96v55,0,83,42,83,96v0,55,-27,97,-84,97","w":186},"\u00f5":{"d":"71,-250v22,4,55,43,63,1r7,0v-2,16,-9,27,-25,27v-24,0,-54,-42,-63,1r-7,0v1,-16,10,-27,25,-29xm94,-182v-52,0,-77,38,-77,89v0,52,25,90,77,90v52,0,76,-39,76,-90v0,-51,-25,-89,-76,-89xm93,4v-55,0,-83,-40,-83,-97v0,-56,28,-96,84,-96v55,0,83,42,83,96v0,55,-27,97,-84,97","w":186},"\u00f6":{"d":"94,-182v-52,0,-77,38,-77,89v0,52,25,90,77,90v52,0,76,-39,76,-90v0,-51,-25,-89,-76,-89xm93,4v-55,0,-83,-40,-83,-97v0,-56,28,-96,84,-96v55,0,83,42,83,96v0,55,-27,97,-84,97xm118,-221r0,-29r7,0r0,29r-7,0xm62,-221r0,-29r7,0r0,29r-7,0","w":186},"\u00f7":{"d":"123,-15v0,9,-4,15,-15,15v-10,0,-15,-7,-15,-15v0,-18,29,-19,30,0xm123,-167v0,9,-4,14,-15,14v-10,0,-14,-6,-15,-14v0,-7,7,-15,15,-15v8,0,15,8,15,15xm17,-87r0,-8r182,0r0,8r-182,0","w":216},"\u00f8":{"d":"94,-189v28,0,47,11,60,27v7,-5,14,-23,21,-12r-17,18v39,55,15,160,-65,160v-29,0,-48,-11,-61,-28v-9,5,-16,27,-26,16r22,-22v-37,-57,-14,-159,66,-159xm94,-3v72,0,93,-93,59,-147r-116,120v12,15,30,27,57,27xm94,-182v-72,0,-95,91,-61,146r115,-120v-12,-14,-29,-26,-54,-26","w":186},"\u00f9":{"d":"86,-3v83,0,66,-101,67,-182r7,0r0,185r-7,0v-1,-15,2,-33,-1,-46v-8,29,-28,50,-66,50v-89,0,-62,-108,-66,-189r7,0v5,75,-24,182,59,182xm37,-264r11,0r45,52r-6,0"},"\u00fa":{"d":"86,-3v83,0,66,-101,67,-182r7,0r0,185r-7,0v-1,-15,2,-33,-1,-46v-8,29,-28,50,-66,50v-89,0,-62,-108,-66,-189r7,0v5,75,-24,182,59,182xm144,-264r-53,52r-5,0r47,-52r11,0"},"\u00fb":{"d":"126,-213r-37,-44r-36,44r-7,0r40,-50r6,0r41,50r-7,0xm86,-3v83,0,66,-101,67,-182r7,0r0,185r-7,0v-1,-15,2,-33,-1,-46v-8,29,-28,50,-66,50v-89,0,-62,-108,-66,-189r7,0v5,75,-24,182,59,182"},"\u00fc":{"d":"86,-3v83,0,66,-101,67,-182r7,0r0,185r-7,0v-1,-15,2,-33,-1,-46v-8,29,-28,50,-66,50v-89,0,-62,-108,-66,-189r7,0v5,75,-24,182,59,182xm114,-221r0,-29r7,0r0,29r-7,0xm58,-221r0,-29r7,0r0,29r-7,0"},"\u00fd":{"d":"143,-185r8,0r-85,223v-7,19,-23,26,-49,26r0,-7v42,4,45,-32,56,-59r-77,-183r8,0r73,175xm132,-264r-53,52r-5,0r47,-52r11,0","w":146,"k":{".":27,",":27}},"\u00fe":{"d":"102,4v-41,1,-65,-26,-75,-56r0,116r-7,0r0,-321r7,0r1,124v10,-33,32,-56,74,-56v55,1,79,40,79,96v0,55,-23,95,-79,97xm102,-3v52,0,72,-40,72,-90v0,-50,-20,-89,-72,-89v-52,0,-75,38,-75,89v0,52,23,90,75,90","w":193},"\u00ff":{"d":"143,-185r8,0r-85,223v-7,19,-23,26,-49,26r0,-7v42,4,45,-32,56,-59r-77,-183r8,0r73,175xm102,-221r0,-29r7,0r0,29r-7,0xm46,-221r0,-29r7,0r0,29r-7,0","w":146,"k":{".":27,",":27}}}});

