/*
 * 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:
 * Copyright (c) 1991 Adobe Systems Incorporated.  All Rights Reserved.Barmeno is
 * a trademark of H. Berthold AG.
 */
Cufon.registerFont({"w":195,"face":{"font-family":"Barmeno-Regular","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-39.5705 -310.246 307 90","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90,"k":{"y":15,"w":15,"v":15,"Z":-8,"Y":37,"X":-8,"W":37,"V":37,"U":-15,"T":37,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"A":-8,"1":15,"\/":-15,"*":67}},"\u00a0":{"w":90},"!":{"d":"60,-43v33,1,26,46,0,45v-14,-1,-23,-9,-23,-23v1,-10,10,-22,23,-22xm43,-253v12,0,36,-7,36,6r-10,160v0,8,-19,9,-19,0r-9,-162v0,-3,1,-4,2,-4","w":105},"\"":{"d":"22,-247v-6,-23,26,-30,31,-13v-2,36,-8,66,-12,100r-7,0xm90,-247v-8,-21,28,-32,30,-13v3,33,-9,67,-12,100r-7,0","w":142},"#":{"d":"203,-93r-63,0r-13,93r-22,0r13,-93r-36,0r-14,93r-20,0r12,-93r-60,0r0,-20r63,0r5,-35r-60,0r0,-20r63,0r11,-86r22,0r-12,86r36,0r12,-86r21,0r-11,86r60,0r0,20r-63,0r-5,35r61,0r0,20xm121,-113r5,-35r-37,0r-4,35r36,0","w":209},"$":{"d":"145,-203v-23,-6,-18,-37,-49,-37r0,95v34,17,74,29,74,79v0,46,-32,66,-74,71v1,12,2,39,-13,25r0,-25v-36,-1,-67,-19,-73,-53v0,-20,28,-18,30,-1v9,16,17,32,43,33r0,-102v-33,-18,-70,-29,-70,-76v0,-45,29,-62,70,-66v2,-12,-7,-34,13,-28r0,28v31,4,57,15,62,43v1,7,-7,14,-13,14xm96,-16v53,4,54,-68,19,-86r-19,-9r0,95xm42,-199v-1,29,25,38,41,48r0,-90v-23,2,-41,16,-41,42","w":180},"%":{"d":"273,-81v0,38,-11,84,-48,84v-65,-2,-66,-165,0,-165v36,0,48,41,48,81xm225,-11v28,-7,26,-55,25,-88v-1,-20,-5,-50,-25,-50v-30,6,-28,59,-24,92v2,19,6,45,24,46xm198,-248v1,-6,16,-11,18,-3r-134,251v-8,1,-17,1,-11,-9xm60,-258v66,3,65,162,0,166v-65,-2,-66,-163,0,-166xm60,-107v29,-5,27,-55,25,-88v-1,-20,-5,-49,-25,-49v-31,6,-26,60,-24,93v2,18,7,43,24,44","w":285},"&":{"d":"219,-8v3,5,-1,10,-6,8v-13,-1,-29,4,-33,-8r-34,-44v-16,26,-33,57,-75,57v-38,0,-70,-32,-62,-73v8,-39,38,-54,68,-72v-15,-24,-29,-34,-29,-64v0,-34,26,-56,66,-56v35,0,58,20,58,50v0,39,-34,53,-58,69r38,47v11,-17,30,-42,56,-42v10,0,15,5,16,13v0,15,-15,15,-28,16v-17,2,-24,16,-33,27xm52,-99v-27,24,-9,78,29,77v30,0,41,-25,54,-44r-47,-60v-13,8,-25,17,-36,27xm104,-155v18,-12,41,-24,41,-52v0,-21,-17,-35,-38,-33v-31,2,-36,46,-17,66v4,5,8,12,14,19","w":225,"k":{"Y":22,"W":22,"V":22,"T":22}},"'":{"d":"22,-247v-6,-23,26,-30,31,-13v-2,36,-8,66,-12,100r-7,0","w":74},"(":{"d":"56,-260v12,-14,29,-52,46,-36v-64,78,-65,258,1,338v-16,16,-31,-23,-44,-33v-51,-64,-57,-204,-3,-269","w":105},")":{"d":"49,5v-12,14,-30,54,-46,36r3,-7v65,-74,60,-256,-4,-330v14,-16,34,20,44,33v51,63,57,204,3,268","w":105},"*":{"d":"56,-178v-17,-5,-3,-29,-5,-47v0,-3,-1,-6,-5,-5v-15,0,-18,21,-31,24v-16,-10,-2,-32,16,-28v13,-1,14,-18,0,-20v-17,2,-34,-17,-17,-29v15,1,17,26,33,25v15,-10,-16,-56,13,-52v11,9,-9,76,24,39v6,-10,19,-18,21,-1v3,23,-36,10,-34,30v9,9,50,14,28,36v-14,-2,-16,-23,-32,-25v-18,7,12,47,-11,53","w":112,"k":{"A":37}},"+":{"d":"169,-94r-68,0r0,68r-22,0r0,-68r-68,0r0,-22r68,0r0,-67r22,0r0,67r68,0r0,22","w":180,"k":{"Y":22,"W":22,"V":22,"T":22}},",":{"d":"41,7v1,-17,-19,-15,-19,-32v0,-11,10,-18,20,-17v46,6,20,81,-13,86v-19,-8,11,-23,12,-37","w":90},"-":{"d":"27,-87v-9,1,-7,-19,-4,-25v18,-3,42,1,62,-1v11,-1,8,18,5,25v-18,3,-43,0,-63,1","w":112,"k":{"Y":22,"V":22,"T":22}},".":{"d":"67,-20v0,12,-10,21,-22,22v-26,2,-31,-38,-6,-43v15,-3,28,7,28,21","w":90,"k":{"*":67}},"\/":{"d":"132,-299v3,-8,25,0,21,8r-127,336v-3,8,-22,2,-22,-7","w":157,"k":{"U":-15,"R":-15,"P":-15,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"F":-15,"E":-15,"D":-15,"B":-15,"\/":-15}},"0":{"d":"174,-129v0,62,-20,134,-77,134v-55,0,-76,-61,-76,-131v0,-68,20,-134,77,-134v56,0,76,67,76,131xm97,-16v46,-8,42,-83,42,-134v-1,-40,-8,-86,-42,-90v-39,7,-42,63,-42,109v0,49,1,106,42,115","k":{"7":15}},"1":{"d":"125,-5v-2,9,-32,8,-31,-1r0,-201v-29,11,-53,26,-77,17v-2,-26,46,-16,61,-35v18,-8,23,-26,40,-32v5,0,8,4,7,10r0,242","k":{"7":60,"1":45}},"2":{"d":"99,-260v52,-2,84,56,58,103v-26,49,-64,83,-95,127r99,0v13,-2,8,19,6,29v-44,3,-99,0,-143,1v-6,-1,-6,-9,-1,-13r76,-99v15,-24,33,-40,34,-74v0,-26,-18,-50,-45,-45v-21,4,-39,16,-39,40v0,15,-22,22,-22,2v0,-41,29,-70,72,-71","k":{"7":7}},"3":{"d":"117,-146v30,14,53,35,53,74v0,47,-29,77,-80,77v-39,0,-73,-17,-73,-50v0,-20,25,-20,31,-6v8,17,19,34,45,35v27,1,45,-24,45,-49v-1,-38,-34,-56,-67,-64v-9,-2,-4,-13,3,-14v25,-11,55,-23,50,-60v-3,-17,-16,-31,-37,-31v-26,1,-37,18,-42,38v-3,10,-21,11,-19,-3v1,-37,31,-60,69,-61v34,-1,62,24,62,56v-1,30,-19,45,-40,58","k":{"7":7}},"4":{"d":"139,-79v18,-1,37,-3,27,19v-6,2,-19,1,-27,1r0,55v0,12,-20,5,-30,5v-3,-17,0,-41,-1,-60r-90,0v-8,-2,-5,-13,0,-17r104,-180v10,-3,17,1,17,13r0,164xm108,-79r0,-124r-66,124r66,0","k":{"9":7,"7":22}},"5":{"d":"48,-118v-8,4,-17,7,-16,-8r9,-120v1,-7,1,-9,9,-9r102,0v12,-1,7,15,8,25v0,5,-3,5,-8,6r-90,0r-7,81v54,-26,124,3,119,68v12,85,-132,108,-151,36v-7,-25,24,-24,30,-8v6,16,20,31,42,31v27,0,47,-21,47,-52v0,-48,-51,-74,-94,-50","k":{"7":15}},"6":{"d":"56,-121v38,-38,119,-21,119,50v0,42,-28,77,-73,76v-51,-1,-81,-40,-80,-98v2,-90,56,-154,132,-167v13,-2,11,13,2,16v-54,18,-93,60,-100,123xm54,-102v-1,50,10,84,49,87v29,2,45,-29,40,-59v2,-45,-64,-58,-89,-28","k":{"7":7}},"7":{"d":"93,-14v1,18,-36,19,-42,9r94,-220r-112,0v-11,1,-4,-13,-6,-25v0,-4,3,-3,6,-4r137,0v14,3,1,21,-2,29v-24,62,-59,148,-75,211","k":{"9":7,"8":7,"7":7,"6":7,"5":7,"4":15,"3":7,"2":7,"0":7,".":30,"-":22," ":30}},"8":{"d":"100,-260v71,-5,81,87,29,111r-12,9v24,19,57,34,57,76v0,41,-37,69,-79,69v-43,0,-74,-26,-74,-65v-1,-40,30,-56,54,-73v-20,-16,-44,-32,-44,-67v0,-40,28,-57,69,-60xm91,-122v-19,14,-41,25,-40,59v1,25,18,47,47,47v29,0,49,-21,44,-50v-5,-30,-30,-41,-51,-56xm100,-152v41,-4,51,-90,-3,-88v-21,0,-37,14,-37,35v1,26,23,42,40,53","k":{"7":7}},"9":{"d":"138,-135v-39,39,-117,22,-117,-50v0,-43,29,-76,73,-75v53,0,79,43,78,100v-3,95,-53,152,-135,165v-13,-8,1,-15,10,-18v52,-16,84,-63,91,-122xm97,-136v25,-2,45,-9,41,-37v-4,-32,-13,-67,-45,-67v-27,0,-44,24,-41,56v3,23,17,50,45,48","k":{"7":15,"4":7}},":":{"d":"83,-19v0,12,-11,21,-23,21v-26,0,-31,-39,-6,-43v16,-2,29,7,29,22xm83,-113v1,12,-12,21,-24,21v-25,0,-29,-41,-5,-44v17,-2,28,8,29,23","w":105},";":{"d":"55,8v6,-18,-18,-15,-18,-33v0,-11,10,-18,20,-17v45,6,19,80,-13,86v-19,-9,12,-22,11,-36xm83,-114v1,13,-12,21,-23,22v-26,2,-30,-40,-6,-44v17,-3,28,8,29,22","w":105},"<":{"d":"180,-24r-180,-91r0,-25r180,-90r0,23r-156,80r156,79r0,24","w":180},"=":{"d":"180,-62r-180,0r0,-22r180,0r0,22xm180,-126r-180,0r0,-21r180,0r0,21","w":180,"k":{"Y":22,"W":22,"V":22,"T":22}},">":{"d":"0,-24r0,-24r156,-79r-156,-80r0,-23r180,90r0,25","w":180},"?":{"d":"97,-20v0,25,-39,29,-44,6v-3,-15,8,-29,22,-29v12,0,22,10,22,23xm76,-81v-9,0,-9,0,-10,-7r-4,-60v14,-21,50,-29,41,-67v-3,-13,-12,-25,-30,-24v-37,-5,-17,48,-51,43v-8,-2,-13,-13,-9,-24v6,-23,30,-40,63,-40v61,0,77,66,36,96v-19,14,-31,33,-28,71v0,9,1,13,-8,12","w":150},"@":{"d":"215,-26v-20,0,-29,-12,-28,-33v-12,15,-26,35,-55,33v-30,-2,-45,-22,-45,-58v0,-46,32,-102,75,-101v24,0,36,14,43,34r6,-26r21,0r-16,71v0,21,-17,57,7,63v38,-13,57,-59,58,-110v1,-53,-36,-87,-92,-87v-81,0,-148,77,-148,157v0,128,184,138,243,59v20,19,-12,30,-24,39v-24,17,-64,33,-109,29v-68,-6,-127,-47,-127,-128v0,-87,74,-172,166,-172v63,0,108,39,108,103v0,55,-36,127,-83,127xm137,-46v53,9,86,-102,34,-120v-42,0,-60,40,-60,81v0,22,9,36,26,39","w":322},"A":{"d":"216,0v-13,-1,-34,4,-37,-5r-36,-95r-77,0r-39,100v-10,-1,-31,6,-25,-9r96,-245v8,2,23,-5,24,5r95,246v0,2,0,3,-1,3xm135,-121r-31,-86r-31,86r62,0","w":217,"k":{"y":15,"w":15,"v":15,"a":-8,"Z":-8,"Y":30,"X":-8,"W":22,"V":30,"T":30,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8,"A":-8}},"B":{"d":"105,1v-32,0,-75,10,-81,-15r0,-228v5,-23,45,-14,76,-14v42,0,77,19,77,61v0,33,-23,49,-47,59v37,7,63,29,64,69v1,51,-43,68,-89,68xm157,-68v-1,-50,-46,-61,-98,-55r0,102v45,7,99,-1,98,-47xm141,-189v1,-44,-39,-50,-82,-45r0,91v44,4,81,-6,82,-46","w":209,"k":{"y":7,"w":7,"v":7,"Z":7,"Y":15,"X":7,"W":7,"V":7,"U":-8,"T":15,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"C":{"d":"195,-193v-29,-8,-29,-47,-70,-45v-46,2,-75,47,-75,101v0,60,31,116,87,116v27,0,45,-15,63,-22v3,0,8,5,8,9v-10,25,-42,38,-78,39v-82,2,-125,-71,-116,-154v6,-58,44,-114,114,-111v43,1,78,17,84,51v2,9,-8,16,-17,16","w":217,"k":{"y":7,"w":7,"v":7,"U":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"D":{"d":"24,-240v1,-24,38,-14,62,-17v157,-22,188,214,54,251v-32,9,-63,8,-100,7v-9,-1,-16,-1,-16,-10r0,-231xm189,-128v0,-76,-51,-116,-130,-105r0,212v81,9,130,-33,130,-107","w":240,"k":{"Z":7,"Y":15,"X":7,"U":-8,"T":15,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"A":7," ":-8}},"E":{"d":"24,-246v0,-7,1,-7,7,-8r130,1v1,6,7,23,-5,22r-97,0r0,87r87,0v2,3,7,26,-5,22r-82,0r0,99r102,1v3,3,6,24,-5,22r-125,0v-6,0,-7,0,-7,-6r0,-240","w":172,"k":{"Z":-8,"X":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"A":-8,"\/":-15}},"F":{"d":"139,-144v11,-2,6,8,7,18v0,5,-3,4,-7,4r-80,0r0,115v1,12,-18,7,-28,7v-6,0,-7,0,-7,-6r0,-240v0,-6,1,-9,6,-9v42,2,92,-4,130,2v-1,8,6,23,-6,22r-95,0r0,87r80,0","w":164,"k":{"y":7,"u":7,"s":7,"r":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7,"Y":-8,"W":-8,"V":-8,"U":-8,"T":-8,"S":-8,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"A":22,".":45," ":45}},"G":{"d":"141,-18v27,0,48,-7,47,-34r0,-53r-49,0v-11,2,-6,-10,-7,-18v0,-4,4,-3,7,-3v27,1,59,-3,82,2v1,30,5,74,-2,98v-13,20,-44,31,-81,31v-81,0,-124,-59,-125,-132v-1,-74,47,-133,119,-133v47,1,80,19,91,54v1,19,-29,23,-34,5v-13,-18,-26,-36,-58,-36v-48,0,-82,43,-80,104v2,60,30,116,90,115","w":240,"k":{"Z":-8,"X":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"A":-8,"\/":-15," ":-8}},"H":{"d":"200,-1v-12,0,-35,7,-34,-6r0,-115r-107,0r0,115v2,13,-18,5,-28,7v-5,0,-7,-2,-7,-7r0,-241v1,-11,19,-4,30,-6v4,0,5,1,5,6r0,104r107,0r1,-109v9,0,33,-7,34,5","w":225,"k":{"Z":-8,"X":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"A":-8,"\/":-15," ":-8}},"I":{"d":"29,-254v11,2,29,-5,30,6r0,241v1,13,-19,5,-29,7v-5,0,-7,-2,-7,-7r0,-240v0,-6,1,-7,6,-7","w":82,"k":{"Z":-8,"X":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"A":-8,"\/":-15," ":-8}},"J":{"d":"-28,86v-22,-5,-8,-19,4,-21v30,-17,47,-48,47,-94r0,-219v0,-12,19,-4,29,-6v6,0,6,2,7,7r0,209v2,63,-34,115,-87,124","w":82,"k":{"Z":-8,"X":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"K":{"d":"144,-247v2,-9,31,-11,34,-2r-84,107r100,138v-2,7,-38,7,-44,-1r-92,-129r0,129v0,10,-18,4,-27,5v-6,1,-7,-1,-7,-7r0,-240v-1,-13,18,-5,29,-7v5,0,5,2,5,7r0,107","k":{"y":15,"w":15,"v":15,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Z":-8,"Y":7,"X":-8,"W":7,"V":7,"U":-8,"T":7,"R":-8,"Q":7,"P":-8,"O":7,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":7,"F":-8,"E":-8,"D":-8,"C":7,"B":-8,"A":-8," ":7}},"L":{"d":"24,-248v1,-13,35,-10,35,0r0,224r95,0v10,-1,7,18,4,24r-128,0v-5,0,-6,-2,-6,-6r0,-242","w":164,"k":{"y":15,"w":15,"v":15,"Y":45,"W":37,"V":45,"U":-8,"T":45,"S":7,"R":-8,"Q":7,"P":-8,"O":7,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":7,"F":-8,"E":-8,"D":-8,"C":7,"B":-8," ":7}},"M":{"d":"254,0v-10,-1,-27,6,-27,-7r0,-194r-84,202v-8,2,-8,-4,-11,-8r-81,-194r0,195v1,11,-20,6,-27,4r0,-245v-1,-14,24,-5,35,-6v31,60,55,130,84,193r81,-194v12,2,34,-6,37,6r0,242v-1,5,-1,7,-7,6","w":285,"k":{"Z":-8,"X":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"A":-8,"\/":-15," ":-8}},"N":{"d":"24,-247v-1,-13,24,-7,34,-5r138,191r3,-193v9,2,26,-5,25,6r0,242v0,11,-24,7,-28,1r-144,-199r0,202v-4,3,-29,7,-28,-5r0,-240","w":247,"k":{"Z":-8,"X":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"A":-8,"\/":-15," ":-8}},"O":{"d":"129,-260v75,0,113,66,114,134v1,69,-47,132,-115,131v-72,-2,-120,-62,-115,-144v4,-62,45,-121,116,-121xm205,-128v0,-64,-22,-110,-78,-110v-109,0,-98,223,1,219v57,-2,77,-51,77,-109","w":254,"k":{"Z":7,"Y":15,"X":7,"V":7,"U":-8,"T":15,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8," ":-8}},"P":{"d":"53,0v-10,-2,-30,6,-29,-6r0,-241v65,-24,177,-9,156,79v-11,47,-60,65,-121,59r0,103v0,5,-1,6,-6,6xm145,-184v0,-47,-43,-59,-86,-50r0,104v48,4,86,-5,86,-54","w":187,"k":{"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7,"Y":-8,"W":-8,"V":-8,"U":-8,"T":-8,"S":-8,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"A":22,".":45," ":45}},"Q":{"d":"249,-127v0,67,-38,113,-88,129v10,39,52,58,94,68v5,1,7,3,6,10v-61,9,-120,-29,-143,-76v-66,-5,-104,-61,-105,-130v-1,-76,46,-134,118,-134v73,-1,118,60,118,133xm130,-17v59,0,84,-52,81,-117v-2,-57,-25,-105,-80,-105v-56,0,-79,46,-81,110v-2,64,30,112,80,112","w":262,"k":{"U":-8}},"R":{"d":"59,-8v0,14,-35,11,-35,2r0,-234v21,-35,148,-19,149,28v15,47,-17,84,-59,92r75,116v-4,8,-36,7,-42,-2v-23,-35,-42,-75,-69,-106v-8,-6,-22,-3,-19,10r0,94xm141,-184v1,-48,-38,-57,-82,-51r0,104v47,4,81,-11,82,-53","k":{"y":7,"w":7,"v":7,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Y":7,"U":-8,"T":7,"S":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-15,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8,"A":-8," ":7}},"S":{"d":"130,-212v-12,-36,-83,-34,-80,13v3,49,63,47,91,72v15,13,33,31,33,60v0,86,-152,96,-160,18v-2,-24,31,-21,35,-3v9,15,20,35,47,35v24,0,46,-18,44,-42v-6,-76,-118,-46,-123,-133v-5,-77,133,-92,146,-24v4,21,-28,21,-33,4","w":187,"k":{"y":7,"w":7,"v":7,"Z":7,"Y":7,"X":7,"W":7,"V":7,"U":-8,"T":7,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"T":{"d":"177,-252v-1,8,4,21,-6,21r-63,0r0,224v0,11,-18,6,-28,7v-7,0,-7,-1,-8,-7r0,-224r-63,0v-10,0,-8,-25,0,-23","w":180,"k":{"z":22,"y":30,"x":22,"w":30,"v":22,"u":30,"t":7,"s":37,"r":30,"q":37,"p":22,"o":37,"n":22,"m":22,"l":7,"k":7,"j":7,"i":7,"h":7,"g":37,"f":7,"e":37,"d":37,"c":37,"b":7,"a":37,"Y":-8,"W":-8,"V":-8,"T":-8,"S":7,"Q":15,"O":15,"G":15,"C":15,"A":37,".":30,"-":22," ":30}},"U":{"d":"167,-255v11,1,24,-3,23,7r0,174v12,96,-155,105,-167,25v-9,-61,-1,-133,-2,-199v-1,-13,19,-5,29,-7v6,0,6,2,7,7r0,174v-8,58,91,73,102,20v11,-57,1,-130,3,-194v0,-5,1,-6,5,-7","w":209,"k":{"Z":-8,"X":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"V":{"d":"92,-5r-92,-245v4,-9,23,-2,35,-4v27,61,46,131,71,195r69,-194v7,-1,20,-2,27,0v-26,87,-59,166,-89,249v-2,6,-19,5,-21,-1","w":202,"k":{"z":22,"y":7,"x":22,"w":22,"v":22,"u":15,"t":7,"s":37,"r":15,"q":37,"p":22,"o":22,"n":22,"m":22,"l":7,"k":7,"j":7,"i":7,"h":7,"g":37,"f":7,"e":22,"d":37,"c":37,"b":7,"a":22,"Y":-8,"W":-8,"V":-8,"T":-8,"S":7,"Q":7,"O":7,"G":7,"C":7,"A":30,".":30,"-":22," ":30}},"W":{"d":"235,-4v-1,7,-21,6,-20,-1r-63,-179r-61,184v-8,-1,-18,1,-20,-6r-71,-243v2,-10,20,-3,31,-5v5,0,6,2,6,7r49,183r64,-190v7,0,13,-1,15,6r61,184r51,-184v0,-8,29,-11,30,0","w":307,"k":{"z":15,"y":7,"x":15,"v":7,"u":15,"s":15,"r":15,"q":15,"p":15,"o":15,"n":15,"m":15,"g":15,"e":15,"d":15,"c":15,"a":15,"Y":-8,"W":-8,"V":-8,"U":-8,"T":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8,"A":22,".":22,"-":15," ":22}},"X":{"d":"114,-140r81,136v-3,8,-34,6,-39,-2r-61,-102r-69,108r-22,0v-5,0,-4,-6,-1,-9r77,-125r-68,-116v4,-7,33,-7,38,1r50,83r55,-87v8,0,32,-5,24,7","k":{"y":15,"w":15,"v":15,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Z":-8,"Y":7,"X":-8,"W":7,"V":7,"U":-8,"T":7,"R":-8,"Q":7,"P":-8,"O":7,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":7,"F":-8,"E":-8,"D":-8,"C":7,"B":-8,"A":-8," ":7}},"Y":{"d":"163,-248v2,-9,30,-9,32,-1r-80,135v-2,37,3,80,-2,113v-9,0,-35,6,-35,-5r0,-110r-78,-135v6,-5,35,-6,40,2r62,106","k":{"z":22,"y":22,"x":22,"w":22,"v":15,"u":22,"t":7,"s":37,"r":22,"q":37,"p":22,"o":37,"n":22,"m":22,"l":7,"k":7,"j":7,"i":7,"h":7,"g":37,"f":7,"e":37,"d":37,"c":37,"b":7,"a":37,"Y":-8,"W":-8,"V":-8,"T":-8,"S":7,"Q":15,"O":15,"G":15,"C":15,"A":37,".":30,"-":22," ":30}},"Z":{"d":"22,-231v-10,-1,-10,-27,1,-23r148,0v5,1,2,6,1,10r-118,221r117,1v-1,8,5,22,-4,22r-158,-1v-6,0,0,-7,0,-9r117,-221r-104,0","w":180,"k":{"y":7,"w":7,"v":7,"o":7,"e":7,"W":-8,"V":-8,"U":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"[":{"d":"92,-299v3,3,4,18,-4,16r-36,0r0,312v13,1,30,-1,41,1v1,6,3,15,-6,15r-56,0v-6,0,-7,0,-7,-6r0,-332v0,-6,1,-7,7,-7","w":97},"\\":{"d":"5,-291v-3,-8,12,-10,19,-12r130,343v-4,6,-20,14,-23,5","w":157},"]":{"d":"73,39v0,5,-1,6,-7,6r-61,-1v-1,-3,-5,-16,4,-16r36,1r0,-313r-36,0v-8,1,-4,-7,-5,-14v16,-5,43,-1,63,-2v6,0,6,1,6,7r0,332","w":97},"^":{"d":"206,-126r-27,0r-47,-98r-48,98r-28,0r65,-128r23,0","w":262},"_":{"d":"184,45r-188,0r0,-18r188,0r0,18","w":180},"`":{"d":"24,-233v-13,-9,0,-39,13,-21v11,14,27,23,35,40v0,7,-7,10,-13,6","w":90},"a":{"d":"85,-191v76,0,49,87,54,153v3,41,-40,43,-78,41v-29,-1,-51,-16,-51,-48v2,-51,59,-55,98,-70v0,-28,2,-57,-27,-57v-35,0,-21,42,-53,38v-4,-3,-9,-6,-8,-14v1,-25,34,-43,65,-43xm42,-49v-4,33,59,48,65,17v4,-20,0,-44,1,-66v-28,11,-62,15,-66,49","w":157},"b":{"d":"83,4v-35,0,-63,-9,-63,-53r0,-219v-2,-12,15,-6,24,-7v6,-1,9,0,8,7r0,101v14,-11,30,-24,56,-24v43,2,68,38,68,89v0,67,-37,106,-93,106xm94,-167v-17,1,-31,9,-42,20v7,48,-22,131,35,130v36,-1,57,-31,57,-76v0,-36,-13,-75,-50,-74","w":187},"c":{"d":"153,-145v2,19,-28,18,-30,3v-8,-13,-15,-29,-36,-28v-29,0,-46,32,-46,67v0,43,21,79,54,79v28,0,37,-23,50,-39v6,0,11,2,11,8v-6,33,-28,59,-69,59v-50,1,-74,-45,-75,-95v-1,-55,26,-101,80,-100v33,1,57,18,61,46","w":164},"d":{"d":"12,-87v0,-72,60,-129,123,-92r0,-88v-3,-14,16,-6,26,-8v6,0,7,1,7,7r-1,240v-7,27,-40,31,-71,32v-53,2,-84,-35,-84,-91xm103,-18v22,0,32,-8,32,-28r0,-113v-39,-34,-91,7,-91,63v0,43,20,78,59,78","w":187},"e":{"d":"159,-127v1,9,-4,10,-10,12r-110,16v1,42,21,72,56,74v31,1,42,-25,57,-42v7,-1,11,2,10,8v-6,34,-29,64,-72,63v-54,-2,-78,-39,-78,-97v0,-59,23,-98,78,-98v43,0,66,25,69,64xm125,-130v2,-38,-51,-54,-72,-25v-8,10,-12,22,-14,38","w":172},"f":{"d":"92,-252v-39,-9,-40,42,-30,66v14,2,45,-8,35,15v-9,2,-23,1,-34,1r0,162v1,13,-15,7,-26,8v-6,0,-7,-2,-7,-8r0,-162v-9,-2,-25,4,-27,-5v-4,-18,14,-9,27,-11v3,-44,13,-87,56,-92v19,-2,23,25,6,26","w":97,"k":{"*":-15}},"g":{"d":"49,-73v-19,-10,-31,-28,-32,-56v-2,-55,62,-75,108,-52v18,2,56,-14,43,10r-31,7v7,10,12,20,12,39v0,47,-41,68,-86,58v-6,6,-15,13,-15,23v20,34,137,-11,133,59v-3,49,-47,68,-105,70v-37,0,-70,-11,-70,-42v0,-23,22,-38,38,-49v-31,-1,-33,-41,-9,-54v5,-5,9,-9,14,-13xm123,0v-39,-4,-87,-8,-85,31v3,50,114,36,114,-8v0,-16,-14,-22,-29,-23xm46,-134v0,55,75,69,73,11v-1,-30,-13,-55,-44,-50v-16,2,-29,16,-29,39","w":172,"k":{"y":-8,"j":-8,"i":-8}},"h":{"d":"134,-7v0,-60,24,-161,-37,-161v-18,0,-32,10,-43,20r0,139v1,13,-15,9,-26,9v-6,0,-7,-2,-7,-8r0,-261v0,-10,16,-5,26,-6v6,0,6,1,7,6r0,101v12,-13,30,-23,55,-23v84,-2,50,108,57,182v1,14,-15,8,-25,9v-6,0,-7,-1,-7,-7","w":187},"i":{"d":"22,-185v9,-1,32,-6,31,5r0,174v0,12,-29,5,-31,5r0,-184xm57,-238v0,11,-8,19,-20,19v-12,0,-19,-8,-19,-18v0,-11,9,-20,20,-19v10,1,19,7,19,18","w":74},"j":{"d":"30,-186v9,2,25,-6,25,7v-3,107,17,238,-71,264v-9,2,-10,-11,-4,-14v64,-38,35,-156,42,-250v0,-6,2,-7,8,-7xm39,-256v12,0,19,8,19,19v0,10,-7,18,-19,18v-12,0,-20,-8,-20,-18v0,-11,9,-19,20,-19","w":74},"k":{"d":"124,-180v5,-11,44,-11,30,4r-66,73r79,98v1,10,-24,4,-35,4v-29,-29,-52,-65,-79,-96r-1,96v-8,0,-32,7,-31,-5r0,-264v2,-10,19,-3,30,-5v6,51,0,117,2,172","w":164,"k":{"x":-8,"a":-8}},"l":{"d":"54,-6v-3,11,-32,9,-32,0r0,-264v-1,-10,16,-3,25,-5v5,0,6,0,7,5r0,264","w":74},"m":{"d":"53,-7v-1,12,-35,11,-32,0r0,-145v-1,-36,34,-37,66,-39v27,-2,43,8,54,22v23,-32,115,-33,115,25v0,43,0,92,1,137v0,11,-16,6,-26,7v-5,0,-6,-1,-6,-7r-1,-131v-3,-18,-9,-35,-34,-33v-23,1,-35,13,-35,38r0,126v1,12,-16,6,-25,7v-5,0,-7,-1,-7,-6r0,-130v-2,-20,-11,-36,-35,-36v-26,0,-35,15,-35,39r0,126","w":277},"n":{"d":"82,-190v54,-6,84,10,84,59r0,128v-4,4,-32,8,-32,-4r0,-136v1,-34,-78,-42,-80,-3v-2,44,0,93,-1,139v0,12,-16,5,-27,7v-5,0,-5,-2,-5,-7r0,-145v-1,-32,35,-35,61,-38","w":187},"o":{"d":"94,-191v55,3,82,47,82,103v0,46,-33,92,-82,92v-52,0,-82,-48,-82,-97v0,-49,30,-100,82,-98xm142,-90v0,-44,-17,-81,-50,-81v-67,0,-60,153,4,153v31,0,46,-34,46,-72","w":187},"p":{"d":"53,78v-2,11,-32,11,-32,-1r1,-235v4,-24,40,-32,70,-33v62,0,83,42,83,103v0,62,-66,118,-122,79r0,87xm85,-171v-25,0,-31,13,-32,32r0,109v44,31,90,-6,90,-66v0,-41,-18,-75,-58,-75","w":187},"q":{"d":"166,78v0,11,-20,6,-30,6v-6,-29,0,-69,-2,-102v-11,12,-27,22,-51,22v-49,1,-70,-49,-70,-100v0,-70,79,-122,142,-79v11,8,11,16,11,32r0,221xm94,-21v16,0,29,-6,40,-18v-8,-48,24,-130,-32,-132v-72,-2,-80,150,-8,150","w":187},"r":{"d":"76,-173v-16,0,-22,8,-22,25r0,142v0,11,-16,4,-25,6v-5,0,-8,0,-7,-6r0,-151v0,-34,39,-29,71,-34v26,-4,47,30,18,37v-16,-2,-16,-19,-35,-19","w":119,"k":{"y":-8,"w":-8,"v":-8,".":22," ":22}},"s":{"d":"48,-155v-10,61,88,36,88,105v0,68,-116,70,-123,14v-2,-17,25,-21,29,-6v6,28,67,37,64,-2v-5,-54,-89,-34,-89,-97v0,-59,105,-68,113,-13v0,8,-5,13,-13,13v-22,-3,-16,-31,-44,-31v-14,0,-21,9,-25,17","w":150},"t":{"d":"26,-171v-12,0,-30,3,-23,-14v5,-2,16,0,23,-1v-4,-29,9,-43,28,-53v5,-1,4,4,4,9r0,44r36,0v0,3,5,17,-4,15r-32,0r5,143v2,18,32,6,38,20v-25,25,-84,6,-75,-39r0,-124","w":97,"k":{"a":-8}},"u":{"d":"161,-45v8,60,-95,59,-125,35v-35,-29,-11,-113,-17,-170v-1,-11,16,-4,25,-6v6,0,7,0,7,6r2,134v3,18,13,29,39,29v30,0,37,-13,37,-39r1,-128v4,-3,31,-7,31,4r0,135","w":180},"v":{"d":"1,-177v0,-5,-3,-10,4,-9v11,1,28,-4,30,5r49,137r48,-141v7,-1,29,-6,24,8r-67,177v-8,-1,-21,4,-22,-6","w":157,"k":{"y":-8,".":15," ":15}},"w":{"d":"177,-5v0,9,-23,6,-25,0r-36,-116v-14,39,-22,85,-39,121v-8,0,-19,2,-21,-5r-56,-177v2,-7,32,-7,34,2r39,133r43,-139v6,0,10,-1,11,5r41,136r38,-136v0,-8,24,-8,27,-1","w":232,"k":{"y":-8,".":15," ":15}},"x":{"d":"150,-6v-2,12,-34,7,-37,1r-39,-66r-49,71v-9,0,-31,4,-22,-9r56,-84r-53,-90v4,-5,31,-6,36,2r37,60r42,-64v9,1,31,-6,22,8r-50,78","w":150,"k":{"a":-8}},"y":{"d":"137,-182v5,-9,37,-7,26,6r-79,215v-11,23,-27,47,-64,47v-20,0,-29,-31,-5,-33v40,14,51,-22,60,-53r-72,-182v2,-7,33,-7,36,2r51,139","w":164,"k":{"w":-8,"v":-8,".":15," ":15}},"z":{"d":"127,-186v8,-2,9,6,4,10r-82,156r81,0v6,-1,4,9,4,15v0,4,-2,4,-6,5r-119,-1v-1,-4,-1,-5,1,-9r83,-156r-76,0v-5,-1,-8,-22,3,-20r107,0","w":142},"{":{"d":"80,-233v-2,50,9,97,-30,105r0,2v39,8,30,54,30,104v0,35,3,53,35,56v5,12,-5,12,-18,11v-47,-5,-48,-54,-46,-109v1,-31,-1,-54,-28,-57v-1,-5,-2,-13,3,-13v37,-4,25,-55,25,-91v0,-49,16,-79,63,-75v3,3,4,15,-5,13v-28,4,-28,22,-29,54","w":127},"|":{"d":"52,90r-21,0r0,-360r21,0r0,360","w":82},"}":{"d":"13,34v74,-1,0,-152,64,-160r0,-2v-39,-9,-29,-54,-29,-105v0,-36,-6,-51,-35,-56v-1,-4,-3,-14,7,-12v62,-4,58,61,56,117v-1,29,8,47,29,53v-1,4,2,11,-3,11v-35,4,-26,53,-26,91v0,49,-13,73,-56,75v-9,1,-9,-6,-7,-12","w":127},"~":{"d":"48,-102v38,-72,121,34,155,-26r11,20v-13,22,-52,37,-80,16v-25,-19,-62,-17,-74,10","w":262}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1991 Adobe Systems Incorporated.  All Rights Reserved.Barmeno is
 * a trademark of H. Berthold AG.
 */
Cufon.registerFont({"w":195,"face":{"font-family":"Barmeno-Medium","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-39.0939 -311 299.657 90","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":97,"k":{"y":15,"w":15,"v":15,"Z":-8,"Y":37,"X":-8,"W":37,"V":37,"U":-15,"T":37,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"7":15,"1":15,"\/":-15}},"\u00a0":{"w":97},"!":{"d":"87,-25v0,34,-54,34,-55,3v-1,-18,12,-29,27,-30v15,0,28,11,28,27xm41,-254v15,3,46,-8,45,8r-14,153v2,13,-14,7,-23,6r-15,-162v1,-4,2,-5,7,-5","w":105},"\"":{"d":"33,-269v17,-4,26,7,23,22r-15,91r-8,0r-14,-95v-1,-11,6,-16,14,-18xm102,-269v15,-3,24,7,21,22r-14,91r-8,0r-15,-95v0,-11,7,-16,16,-18","w":142},"#":{"d":"201,-83r-54,0r-12,83r-28,0r11,-83r-40,0r-11,83r-29,0r12,-83r-50,0r0,-28r54,0r5,-38r-50,0r0,-28r54,0r11,-77r29,0r-11,77r40,0r11,-77r28,0r-10,77r49,0r0,28r-53,0r-6,38r50,0r0,28xm122,-111r6,-38r-40,0r-6,38r40,0","w":209},"$":{"d":"155,-193v-28,-2,-21,-39,-50,-40r0,84v38,17,76,29,76,81v0,48,-32,69,-76,73r0,28v-3,1,-16,4,-16,-3r0,-24v-42,-5,-71,-18,-75,-57v-3,-25,36,-24,39,-4v8,15,15,28,36,32r-1,-88v-34,-17,-74,-30,-71,-83v3,-38,28,-65,72,-65v1,-9,-1,-22,1,-29v5,1,16,-4,15,4r0,25v33,3,63,17,66,47v1,11,-8,18,-16,19xm105,-23v44,2,47,-58,17,-73v-5,-4,-12,-6,-17,-8r0,81xm89,-234v-41,0,-44,61,-12,73r12,5r0,-78"},"%":{"d":"225,-163v69,1,68,165,0,166v-68,0,-67,-165,0,-166xm225,-16v22,-8,21,-48,21,-78v0,-19,-3,-48,-21,-51v-24,6,-21,45,-21,75v0,20,3,51,21,54xm200,-254v11,-3,24,-1,15,10r-130,244v-9,0,-23,3,-16,-10xm60,-258v68,0,68,166,0,166v-37,0,-50,-38,-50,-83v0,-45,13,-83,50,-83xm60,-112v26,-9,19,-58,20,-92v-3,-13,-6,-36,-20,-36v-24,5,-21,47,-20,75v1,20,2,50,20,53","w":285},"&":{"d":"229,-13v4,5,6,13,-4,13v-17,-1,-40,5,-47,-9r-29,-37v-14,23,-33,51,-73,51v-37,0,-65,-27,-64,-62v2,-49,34,-63,66,-82v-13,-21,-28,-35,-28,-64v0,-35,30,-57,70,-57v36,0,62,20,62,51v0,37,-28,51,-54,67r31,41v13,-17,29,-40,57,-41v15,0,23,7,21,22v-2,22,-42,7,-52,25v-3,3,-7,7,-11,12xm54,-71v-1,39,55,52,72,18v4,-4,6,-8,9,-12r-42,-55v-17,11,-38,23,-39,49xm114,-161v13,-8,32,-21,33,-43v1,-19,-16,-34,-35,-30v-37,8,-17,61,2,73","w":240,"k":{"Y":22,"W":22,"V":22,"T":22}},"'":{"d":"33,-269v17,-4,25,7,23,22r-15,91r-8,0r-14,-95v-1,-11,6,-16,14,-18","w":74},"(":{"d":"110,-299v-64,81,-64,261,1,343v-17,21,-41,-21,-53,-34v-57,-66,-55,-220,4,-280v12,-13,22,-30,40,-36v6,-1,7,3,8,7","w":112},")":{"d":"58,7v-15,13,-36,58,-55,37v0,-3,3,-9,3,-8v63,-76,57,-262,-3,-329v-4,-6,-1,-13,6,-13v93,41,114,224,49,313","w":112},"*":{"d":"60,-177v-25,2,11,-76,-26,-40v-4,11,-21,19,-23,2v-8,-23,28,-12,34,-28v-2,-17,-38,-4,-35,-28v14,-31,23,12,40,13v17,-9,-16,-49,10,-53v24,1,-4,44,11,53v15,-1,16,-22,29,-25v21,11,3,31,-16,31v-11,0,-11,15,0,17v13,2,25,1,25,18v0,19,-18,13,-22,1v-5,-5,-15,-20,-21,-9v0,17,14,46,-6,48","w":119,"k":{"A":37}},"+":{"d":"168,-90r-64,0r0,64r-29,0r0,-64r-64,0r0,-29r64,0r0,-65r29,0r0,65r64,0r0,29","w":180,"k":{"Y":22,"W":22,"V":22,"T":22}},",":{"d":"20,35v23,-19,12,-42,-1,-64v0,-14,11,-22,25,-22v18,1,30,15,29,36v-2,32,-21,57,-47,65v-10,0,-11,-9,-6,-15","w":90},"-":{"d":"92,-117v13,-2,5,17,7,26v0,6,0,7,-6,7r-65,0v-13,2,-5,-17,-7,-26v0,-5,3,-6,7,-7r64,0","w":112,"k":{"Y":22,"V":22,"T":22}},".":{"d":"71,-24v1,14,-12,26,-26,26v-31,2,-35,-49,-7,-53v20,-2,33,10,33,27","w":90,"k":{"*":60}},"\/":{"d":"133,-301v4,-9,28,-1,28,9r-131,343v-12,-2,-25,-2,-26,-15","w":164,"k":{"U":-15,"R":-15,"P":-15,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"F":-15,"E":-15,"D":-15,"B":-15,"4":15,"\/":-15}},"0":{"d":"177,-128v0,66,-20,133,-79,133v-57,0,-80,-61,-80,-132v0,-72,23,-133,80,-133v59,0,79,67,79,132xm64,-153v-3,45,-1,95,20,122v31,20,43,-22,45,-54v3,-50,13,-136,-32,-148v-30,3,-31,48,-33,80","k":{"7":15}},"1":{"d":"127,0v-13,-2,-36,6,-37,-8r0,-190v-21,5,-57,26,-75,8v5,-29,53,-18,70,-40v14,-8,20,-24,39,-27v10,-1,10,7,11,13r0,236v-1,6,-1,9,-8,8","k":{"7":52}},"2":{"d":"98,-260v83,0,86,103,38,142r-60,77r88,0v15,-2,6,22,8,33v1,6,-1,7,-7,8r-143,0v-10,-1,-7,-14,-2,-19r90,-119v23,-23,20,-85,-21,-84v-24,0,-33,15,-39,35v-2,8,-5,16,-15,16v-14,0,-15,-18,-12,-32v7,-30,35,-57,75,-57","k":{"7":7}},"3":{"d":"124,-146v28,12,55,40,49,83v-5,41,-33,68,-83,68v-38,-1,-74,-17,-76,-52v-1,-27,39,-24,41,-3v9,11,17,26,38,26v39,0,48,-56,20,-76v-13,-10,-31,-17,-49,-24v-8,-3,-2,-18,6,-18v21,-10,47,-18,47,-49v0,-18,-13,-34,-33,-34v-34,0,-28,34,-52,41v-7,-1,-11,-8,-11,-16v3,-38,31,-59,72,-60v39,-1,68,22,68,58v0,31,-19,46,-37,56","k":{"7":7}},"4":{"d":"145,-82v18,-4,34,2,24,26v-6,2,-16,1,-24,1r0,50v0,14,-24,5,-36,7v-6,1,-6,-2,-7,-7r0,-50r-84,-1v-12,-1,-11,-19,-3,-26r102,-167v5,-13,33,-10,28,8r0,159xm104,-82r0,-104r-58,104r58,0","k":{"7":22}},"5":{"d":"163,-247v-2,12,7,35,-8,34r-91,0r-6,66v56,-25,123,6,119,72v-2,46,-33,82,-84,80v-39,-1,-72,-17,-75,-51v-2,-24,28,-26,37,-11v9,14,17,34,40,33v23,0,39,-20,39,-43v2,-48,-55,-65,-97,-45v-8,0,-13,-9,-9,-19r9,-115v1,-6,2,-9,9,-8r109,0v6,0,9,0,8,7","k":{"7":15}},"6":{"d":"166,-249v-9,21,-39,18,-57,37v-20,20,-40,45,-45,84v42,-37,115,-11,115,56v0,44,-32,77,-78,77v-97,0,-101,-133,-60,-192v28,-40,56,-66,111,-73v8,-1,15,3,14,11xm136,-67v0,-44,-45,-63,-75,-37v-1,40,5,78,41,80v22,1,34,-19,34,-43","k":{"7":7}},"7":{"d":"86,0v-17,0,-50,8,-39,-16r88,-198r-105,0v-14,1,-4,-22,-7,-33v0,-7,1,-7,8,-8r142,1v5,0,7,3,7,10v-29,76,-64,149,-82,235v-2,8,-3,9,-12,9","k":{"9":7,"8":7,"7":7,"6":7,"5":7,"4":15,"3":7,"2":7,"0":7,"\/":15,".":45,"-":22," ":45}},"8":{"d":"125,-141v23,19,54,34,53,75v-1,42,-34,71,-83,71v-48,0,-77,-23,-78,-65v-1,-38,28,-56,50,-71v-20,-15,-41,-31,-40,-67v1,-38,28,-62,73,-62v40,0,68,21,68,56v0,33,-24,50,-43,63xm89,-116v-15,15,-34,24,-32,55v2,43,78,51,78,2v0,-32,-28,-42,-46,-57xm104,-156v32,-9,39,-78,-7,-78v-28,0,-43,36,-22,57v7,8,17,14,29,21","k":{"7":7}},"9":{"d":"130,-129v-39,39,-119,12,-114,-55v3,-43,29,-76,78,-76v58,0,83,43,83,100v0,96,-54,154,-136,165v-19,3,-15,-19,-2,-22v50,-13,85,-56,91,-112xm99,-140v16,-4,35,-3,34,-25v-2,-30,-10,-68,-41,-68v-26,0,-38,27,-33,53v4,20,15,40,40,40","k":{"7":15}},":":{"d":"87,-24v0,14,-12,26,-27,26v-31,0,-35,-48,-6,-53v20,-2,33,9,33,27xm87,-122v0,14,-12,26,-27,26v-30,0,-36,-47,-7,-52v19,-3,34,8,34,26","w":105},";":{"d":"41,50v-24,-10,11,-26,10,-46v-1,-13,-18,-17,-17,-33v0,-14,10,-23,24,-23v17,0,30,16,29,37v-3,32,-20,57,-46,65xm88,-122v0,14,-12,26,-27,26v-31,0,-36,-47,-7,-52v18,-3,34,9,34,26","w":105},"<":{"d":"180,-24r-180,-88r0,-31r180,-87r0,32r-144,71r144,71r0,32","w":180},"=":{"d":"180,-58r-180,0r0,-28r180,0r0,28xm180,-123r-180,0r0,-28r180,0r0,28","w":180,"k":{"Y":22,"W":22,"V":22,"T":22}},">":{"d":"0,-24r0,-32r144,-71r-144,-71r0,-32r180,87r0,31","w":180},"?":{"d":"102,-25v1,15,-13,27,-27,27v-14,1,-26,-14,-26,-27v0,-15,12,-27,26,-27v14,0,27,12,27,27xm80,-86v-8,0,-17,2,-16,-8v1,-22,-14,-54,3,-66v15,-11,33,-20,33,-44v0,-15,-11,-29,-27,-29v-31,0,-17,42,-45,43v-13,0,-24,-14,-19,-29v6,-24,32,-41,69,-41v65,0,82,69,39,95v-20,13,-29,36,-30,69v0,9,0,10,-7,10","w":150},"@":{"d":"163,24v55,-1,89,-23,120,-51r12,14v-32,30,-75,57,-132,57v-81,0,-137,-43,-138,-129v-1,-87,73,-171,166,-171v63,0,107,39,107,104v0,54,-37,126,-83,127v-21,0,-29,-12,-30,-31v-13,17,-30,36,-60,30v-75,-14,-30,-160,37,-160v22,0,35,14,41,30r6,-22r24,0v-7,39,-19,74,-22,116v0,9,6,14,11,16v36,-12,53,-58,55,-105v2,-55,-37,-86,-89,-86v-75,-2,-143,74,-143,153v0,69,54,109,118,108xm137,-49v51,7,80,-91,37,-113v-42,-5,-58,37,-60,77v-1,21,9,31,23,36","w":322},"A":{"d":"216,-10v2,4,2,11,-5,10v-16,-2,-41,4,-46,-6r-26,-74r-73,0v-11,26,-17,56,-30,79v-12,0,-41,9,-34,-11r88,-236v2,-9,32,-9,38,-1xm130,-107r-28,-83r-27,83r55,0","w":217,"k":{"y":15,"w":15,"v":15,"a":-8,"Z":-8,"Y":30,"X":-8,"W":22,"V":30,"T":30,"S":7,"Q":7,"O":7,"G":7,"C":7,"A":-8," ":7}},"B":{"d":"86,2v-24,-2,-65,8,-65,-17r0,-225v2,-24,38,-16,65,-17v52,-3,99,13,99,62v0,33,-22,50,-47,59v36,6,60,30,60,68v0,57,-49,74,-112,70xm148,-71v0,-44,-37,-53,-79,-49r0,92v41,4,79,-2,79,-43xm136,-188v0,-38,-32,-44,-67,-40r0,83v39,3,67,-9,67,-43","w":209,"k":{"y":7,"w":7,"v":7,"Z":7,"Y":7,"X":7,"W":7,"V":7,"U":-8,"T":15,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"C":{"d":"213,-207v3,24,-36,27,-42,8v-38,-65,-107,-16,-107,58v0,60,28,107,78,110v26,1,39,-15,57,-22v6,1,11,5,11,12v-8,31,-39,45,-80,46v-78,3,-116,-62,-117,-134v0,-71,43,-133,116,-131v42,1,80,17,84,53","w":217,"k":{"y":7,"w":7,"v":7,"W":-8,"U":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"D":{"d":"21,-239v31,-39,152,-15,174,22v18,20,33,50,33,90v0,98,-71,134,-171,129v-16,-1,-36,2,-36,-15r0,-226xm176,-129v-1,-66,-38,-103,-106,-97r0,196v68,5,106,-31,106,-99","w":240,"k":{"Z":7,"Y":15,"X":7,"V":7,"U":-8,"T":15,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"A":7," ":-8}},"E":{"d":"149,-141v0,10,4,26,-8,25r-72,0r0,83r86,0v14,-2,6,18,8,28v-1,4,-3,5,-8,5r-125,0v-7,0,-9,0,-9,-8r0,-236v0,-8,2,-10,9,-11r131,1v2,6,8,32,-6,32r-86,0r0,74r72,0v7,0,8,1,8,7","w":172,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15}},"F":{"d":"146,-141v0,10,4,25,-8,25r-69,0r0,108v1,16,-27,5,-40,8v-6,-1,-9,-1,-8,-8r0,-238v-1,-7,1,-9,8,-9r123,0v13,-2,8,15,8,25v0,7,0,7,-7,8r-84,0r0,74r69,0v7,0,8,1,8,7","w":164,"k":{"y":7,"u":7,"s":7,"r":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7,"Y":-8,"W":-8,"V":-8,"U":-8,"T":-8,"S":-8,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"A":22,".":45," ":45}},"G":{"d":"172,-104v0,0,-60,8,-44,-28v25,-3,55,0,82,-1v8,0,8,2,8,9v-4,50,15,113,-40,123v-12,2,-27,6,-45,6v-83,1,-119,-55,-120,-132v-1,-75,44,-135,117,-133v47,1,82,17,88,54v2,12,-9,24,-21,22v-32,-5,-28,-48,-68,-46v-44,3,-65,43,-64,97v0,55,21,106,72,106v21,0,35,-7,35,-31r0,-46","w":232,"k":{"Z":-8,"X":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"H":{"d":"197,0v-14,-2,-42,7,-42,-8r0,-108r-86,0r0,108v1,16,-28,5,-41,8v-6,1,-7,-3,-7,-8r0,-239v0,-16,28,-5,41,-8v6,0,7,2,7,8r0,99r86,0r0,-99v0,-16,28,-5,41,-8v6,1,7,2,8,8r0,240v0,5,-2,7,-7,7","w":225,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"I":{"d":"28,-254v14,3,42,-7,42,7r0,239v0,16,-28,5,-42,8v-5,-1,-7,-2,-7,-8r0,-239v0,-6,2,-6,7,-7","w":90,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"J":{"d":"26,-254v14,3,43,-7,43,7r-1,225v-5,59,-34,101,-90,107v-32,-4,-12,-26,3,-28v26,-15,38,-44,38,-86r0,-218v1,-4,2,-7,7,-7","w":90,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"K":{"d":"143,-247v5,-10,41,-11,45,-2v-22,36,-52,70,-77,105r91,139v0,4,-2,5,-6,5v-18,-3,-43,6,-52,-8r-76,-117r0,117v0,16,-26,5,-40,8v-5,0,-7,-2,-7,-7r0,-240v2,-14,27,-4,41,-7v6,0,6,1,6,7r0,101","w":202,"k":{"y":15,"w":15,"v":15,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Z":-8,"Y":7,"X":-8,"W":7,"V":7,"U":-8,"T":7,"R":-8,"Q":7,"P":-8,"O":7,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":7,"F":-8,"E":-8,"D":-8,"C":7,"B":-8,"A":-8," ":7}},"L":{"d":"62,-254v6,-1,7,1,7,7r0,214r83,0v13,-2,5,17,7,26v0,6,-2,7,-8,7r-123,0v-5,0,-7,-2,-7,-7r0,-240v1,-14,28,-5,41,-7","w":164,"k":{"y":15,"w":15,"v":15,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Y":45,"W":37,"V":45,"U":-8,"T":45,"S":7,"R":-8,"Q":7,"P":-8,"O":7,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":7,"F":-8,"E":-8,"D":-8,"C":7,"B":-8," ":7}},"M":{"d":"256,0v-13,-2,-37,7,-37,-8r0,-172r-76,181v-8,0,-13,-1,-14,-8r-71,-173r0,172v1,14,-19,6,-30,8v-6,0,-7,-2,-7,-8r0,-239v2,-16,31,-3,47,-7v2,0,5,3,5,7r70,165r73,-171v11,-2,28,-1,41,-1v6,0,7,1,7,7r0,239v-1,6,-1,9,-8,8","w":285,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"N":{"d":"21,-247v1,-13,39,-9,46,-1r115,161r0,-160v0,-13,20,-5,31,-7v5,0,6,1,6,7r0,240v0,13,-28,8,-35,3r-126,-178r0,174v2,14,-19,6,-30,8v-6,0,-7,-1,-7,-7r0,-240","w":240,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"O":{"d":"129,-260v73,0,113,62,113,134v1,71,-45,132,-114,131v-69,-1,-115,-54,-115,-132v0,-72,42,-133,116,-133xm128,-28v88,0,88,-207,-5,-201v-53,3,-63,60,-59,118v3,45,21,83,64,83","w":254,"k":{"Z":7,"Y":15,"X":7,"V":7,"U":-8,"T":15,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"A":7," ":-8}},"P":{"d":"62,0v-14,-3,-41,7,-41,-8r0,-232v6,-26,53,-16,88,-16v47,0,82,23,82,75v1,63,-58,82,-122,77r0,96v0,6,0,9,-7,8xm141,-181v0,-42,-32,-52,-72,-47r0,96v41,3,72,-6,72,-49","k":{"y":-8,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7,"W":-8,"V":-8,"U":-8,"S":-8,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"A":22,".":45," ":45}},"Q":{"d":"162,1v13,39,51,54,89,66v8,5,1,19,-9,18v-55,-7,-113,-33,-131,-81v-65,-8,-96,-62,-98,-129v-2,-80,46,-135,115,-135v70,0,116,59,114,132v-2,65,-28,110,-80,129xm127,-24v89,0,88,-212,-4,-206v-50,3,-63,61,-59,119v2,45,20,87,63,87","w":254,"k":{"U":-8}},"R":{"d":"60,0v-13,-3,-39,7,-39,-8r0,-232v4,-27,51,-12,83,-16v88,-11,107,116,30,136r-6,2v22,39,51,71,70,113v-6,10,-48,8,-55,-2r-55,-94v-4,-9,-21,-11,-20,2r0,90v1,7,-1,9,-8,9xm136,-180v0,-42,-27,-53,-68,-48r0,97v38,2,68,-9,68,-49","w":202,"k":{"y":7,"w":7,"v":7,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Y":7,"U":-8,"T":7,"S":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8,"A":-8," ":7}},"S":{"d":"30,-74v40,-7,28,49,70,49v29,0,45,-36,27,-57v-33,-39,-105,-37,-109,-108v-5,-83,142,-94,153,-22v2,12,-9,22,-21,21v-28,-3,-24,-40,-56,-40v-28,0,-43,37,-23,55v38,34,105,36,109,108v5,90,-158,98,-165,15v-1,-12,6,-19,15,-21","k":{"y":7,"w":7,"v":7,"Z":7,"Y":7,"X":7,"W":7,"V":7,"U":-8,"T":7,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"T":{"d":"169,-255v14,1,12,36,0,33r-55,0r0,213v1,17,-27,6,-40,9v-6,-1,-7,-2,-8,-9r0,-213r-55,0v-12,1,-8,-15,-8,-25v0,-6,2,-7,8,-8r158,0","w":180,"k":{"z":22,"y":30,"x":22,"w":30,"v":22,"u":30,"t":7,"s":37,"r":30,"q":37,"p":22,"o":37,"n":22,"m":22,"l":7,"k":7,"j":7,"i":7,"h":7,"g":37,"f":7,"e":37,"d":37,"c":37,"b":7,"a":37,"Y":-8,"W":-8,"V":-8,"T":-8,"S":7,"Q":15,"O":15,"G":15,"C":15,"A":37,".":30,"-":22," ":30}},"U":{"d":"161,-254v11,2,31,-6,31,7r0,174v-1,53,-30,77,-86,78v-54,1,-88,-25,-88,-82r0,-170v2,-15,28,-5,42,-7v6,-1,7,1,8,7r0,174v2,24,14,41,43,41v30,-1,43,-18,42,-47r0,-168v0,-6,2,-7,8,-7","w":209,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"V":{"d":"1,-244v-4,-6,1,-12,6,-10v15,2,40,-7,45,7r55,167r59,-173v10,0,41,-8,35,9r-86,243v-8,1,-26,4,-29,-5","w":202,"k":{"z":22,"y":7,"x":22,"w":22,"v":22,"u":15,"t":7,"s":37,"r":15,"q":37,"p":22,"o":22,"n":22,"m":22,"l":7,"k":7,"j":7,"i":7,"h":7,"g":37,"f":7,"e":22,"d":37,"c":37,"b":7,"a":22,"Y":-8,"W":-8,"V":-8,"T":-8,"S":7,"Q":7,"O":7,"G":7,"C":7,"A":30,".":30,"-":22," ":30}},"W":{"d":"233,-7v-1,10,-31,11,-32,0r-52,-154r-51,160v-11,-1,-28,6,-30,-6r-68,-242v4,-11,28,-3,41,-5v7,-1,8,2,9,8r41,164r52,-168v3,-8,27,-5,24,4r51,164r45,-171v10,-3,23,0,35,-1v2,1,2,7,1,11","w":299,"k":{"z":15,"y":7,"x":15,"v":7,"u":15,"s":15,"r":15,"q":15,"p":15,"o":15,"n":15,"m":15,"g":15,"e":15,"d":15,"c":15,"a":15,"Y":-8,"W":-8,"V":-8,"U":-8,"T":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8,"A":22,".":22,"-":15," ":22}},"X":{"d":"190,0v-13,-2,-42,5,-49,-7r-48,-85v-19,30,-34,64,-56,91v-12,1,-47,6,-33,-10r69,-119r-63,-119v4,-12,30,-2,45,-5v18,23,30,52,46,77v16,-25,28,-55,47,-77v13,2,44,-7,34,11r-61,104r73,134v0,3,-1,5,-4,5","k":{"y":15,"w":15,"v":15,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Z":-8,"Y":7,"X":-8,"W":7,"V":7,"U":-8,"T":7,"R":-8,"Q":7,"P":-8,"O":7,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":7,"F":-8,"E":-8,"D":-8,"C":7,"B":-8,"A":-8," ":7}},"Y":{"d":"153,-247v4,-11,39,-11,42,-2r-73,136r0,106v-2,15,-29,5,-43,7v-6,1,-7,-1,-7,-7r0,-108r-72,-134v7,-11,33,-2,50,-5v21,30,35,67,53,99","k":{"z":22,"y":22,"x":22,"w":22,"v":15,"u":22,"t":7,"s":37,"r":22,"q":37,"p":22,"o":37,"n":22,"m":22,"l":7,"k":7,"j":7,"i":7,"h":7,"g":37,"f":7,"e":37,"d":37,"c":37,"b":7,"a":37,"Y":-8,"W":-8,"V":-8,"T":-8,"S":7,"Q":15,"O":15,"G":15,"C":15,"A":37,".":30,"-":22," ":30}},"Z":{"d":"165,-254v7,-1,8,6,6,11r-100,210r98,1v2,6,7,32,-6,32r-153,-1v-5,-1,-3,-6,-1,-10r101,-211r-87,0v-12,1,-5,-15,-7,-25v1,-5,1,-7,7,-7r142,0","w":180,"k":{"y":15,"w":7,"v":7,"o":7,"e":7,"W":-8,"V":-8,"U":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"[":{"d":"97,-299v0,3,4,21,-6,18r-32,0r0,308v12,2,39,-6,39,6v0,10,0,13,-7,14r-62,0v-5,0,-7,-1,-7,-6r0,-336v0,-5,2,-6,7,-6v22,1,49,-3,68,2","w":105},"\\":{"d":"161,37v0,11,-23,18,-29,10r-128,-341v3,-8,24,-16,28,-7","w":164},"]":{"d":"7,34v0,-16,26,-5,39,-7r0,-308v-13,-2,-38,6,-39,-7v0,-10,0,-13,7,-14r62,0v5,0,7,1,7,6r0,337v1,6,-2,6,-7,6r-62,0v-8,-1,-7,-2,-7,-13","w":105},"^":{"d":"211,-121r-35,0r-44,-94r-46,94r-35,0r68,-133r28,0","w":262},"_":{"d":"184,45r-188,0r0,-18r188,0r0,18","w":180},"`":{"d":"27,-233v-18,-14,3,-41,17,-22v10,14,26,23,33,41v1,12,-13,12,-18,5","w":97},"a":{"d":"83,-166v-31,0,-17,37,-45,37v-10,0,-21,-7,-20,-19v2,-27,36,-43,72,-43v81,0,54,85,58,153v3,42,-42,39,-83,42v-60,4,-75,-80,-21,-100v18,-6,40,-14,61,-19v0,-25,4,-51,-22,-51xm53,-51v-3,31,52,45,52,12v0,-17,4,-42,-2,-55v-22,9,-47,14,-50,43","w":164},"b":{"d":"26,-275v12,2,37,-7,37,7r0,99v12,-12,26,-21,50,-22v43,0,63,41,63,87v1,61,-31,109,-91,108v-39,-2,-66,-9,-66,-54r0,-218v1,-5,1,-8,7,-7xm89,-23v51,0,63,-131,4,-136v-14,0,-22,7,-30,13r1,102v2,14,12,21,25,21","w":187},"c":{"d":"153,-144v2,26,-36,24,-39,3v-6,-10,-11,-22,-27,-22v-57,5,-45,127,10,127v29,0,30,-25,48,-34v7,0,10,5,9,13v-3,37,-27,60,-67,61v-53,2,-78,-51,-75,-103v2,-47,27,-94,81,-92v34,1,58,17,60,47","w":164},"d":{"d":"132,-276v13,0,36,-6,37,8r0,231v0,36,-37,40,-73,41v-57,1,-84,-41,-84,-99v0,-60,56,-122,112,-87r0,-85v1,-5,1,-9,8,-9xm102,-24v19,1,23,-12,22,-27v-2,-35,4,-77,-2,-108v-35,-27,-65,20,-65,63v0,39,14,71,45,72","w":187},"e":{"d":"162,-123v0,9,-5,13,-13,14r-100,15v5,35,17,56,50,59v31,3,36,-26,55,-34v5,0,10,4,9,11v-5,36,-29,62,-71,62v-52,0,-80,-40,-80,-98v0,-60,29,-96,80,-97v45,-1,70,30,70,68xm117,-128v1,-34,-42,-49,-59,-22v-6,10,-9,21,-10,33","w":172},"f":{"d":"72,-186v16,0,45,-6,32,19v-8,2,-22,1,-32,1r0,158v-1,16,-24,5,-38,8v-4,-1,-7,-2,-6,-8r0,-158v-9,-2,-25,5,-27,-6v-3,-19,11,-13,27,-14v1,-49,17,-89,62,-93v24,-3,29,32,8,35v-38,-14,-41,37,-26,58","w":105,"k":{"*":-15}},"g":{"d":"173,-186v6,2,11,20,1,19v-8,4,-25,4,-27,10v29,49,-17,110,-80,91v-3,6,-10,9,-10,18v17,34,130,-13,130,61v0,55,-54,76,-121,73v-28,-1,-59,-12,-58,-42v0,-23,19,-35,33,-45v-11,-2,-27,-11,-25,-29v3,-19,21,-31,33,-42v-53,-23,-35,-127,36,-119v32,3,54,18,88,5xm93,58v40,7,79,-48,29,-51r-60,-3v-7,7,-16,13,-16,26v0,20,24,29,47,28xm89,-90v39,0,33,-78,-5,-78v-16,1,-28,13,-28,33v0,22,13,45,33,45","w":180,"k":{"j":-8,"i":-8}},"h":{"d":"161,0v-13,-3,-38,7,-38,-8r0,-127v-2,-28,-45,-31,-59,-11r0,137v2,17,-24,6,-37,9v-7,0,-7,-1,-8,-8r0,-260v0,-13,25,-5,38,-7v6,-1,6,1,7,6r0,98v21,-24,85,-29,98,6v15,40,2,104,6,156v0,7,-1,9,-7,9","w":187},"i":{"d":"26,-186v12,2,38,-7,38,7r0,171v0,16,-26,5,-39,8v-5,-1,-6,-2,-6,-8r0,-171v0,-6,1,-8,7,-7xm42,-257v14,0,23,9,23,23v0,13,-10,22,-23,22v-13,0,-25,-9,-25,-22v0,-13,10,-23,25,-23","w":82},"j":{"d":"27,-186v12,3,38,-7,37,8v-3,109,21,248,-75,263v-14,3,-15,-15,-6,-20v59,-33,27,-157,35,-243v0,-6,2,-9,9,-8xm42,-257v15,0,24,9,24,23v0,12,-11,22,-24,22v-14,1,-24,-9,-24,-22v0,-14,9,-23,24,-23","w":82},"k":{"d":"129,-179v5,-11,40,-10,46,-3v-19,28,-45,49,-67,75r77,102v-7,9,-46,8,-56,0r-65,-87r0,85v-1,14,-25,5,-37,7v-6,1,-7,-1,-8,-7r0,-262v4,-13,27,-3,43,-6v6,50,0,114,2,168","w":180,"k":{"a":-8}},"l":{"d":"55,0v-12,-3,-36,7,-36,-8r0,-261v2,-12,25,-3,36,-6v6,0,9,0,8,6r0,261v0,7,-1,9,-8,8","w":82},"m":{"d":"19,-150v-2,-55,101,-48,126,-21v34,-34,121,-28,121,40r0,123v-1,15,-24,6,-37,8v-6,-1,-9,-1,-8,-8r0,-130v-3,-15,-8,-26,-28,-26v-21,0,-28,11,-28,33r0,123v0,14,-23,6,-36,8v-7,1,-9,-1,-9,-8r0,-127v-2,-18,-9,-33,-34,-30v-16,3,-23,16,-23,34r0,123v1,15,-24,5,-36,8v-6,-1,-9,-1,-8,-8r0,-142","w":285},"n":{"d":"97,-191v45,0,72,13,71,57r0,126v0,15,-24,5,-37,8v-7,-1,-8,-2,-8,-8r0,-134v-2,-15,-10,-26,-30,-25v-21,1,-29,11,-29,31r0,127v0,16,-24,6,-37,9v-7,1,-7,-2,-8,-8r0,-142v-2,-39,43,-41,78,-41","w":187},"o":{"d":"98,-191v56,1,84,44,85,98v1,52,-32,97,-86,97v-53,0,-85,-44,-85,-97v0,-54,34,-99,86,-98xm99,-25v53,-5,49,-137,-3,-140v-55,6,-48,135,3,140"},"p":{"d":"57,84v-13,-1,-38,7,-38,-7r1,-237v6,-24,41,-30,72,-31v60,-2,87,43,83,106v-3,53,-54,113,-111,80r0,82v-1,5,-1,7,-7,7xm86,-165v-16,-1,-22,9,-22,25r0,107v38,28,66,-16,66,-61v0,-41,-14,-69,-44,-71","w":187},"q":{"d":"160,84v-12,-2,-35,6,-36,-7r0,-93v-11,11,-24,20,-47,20v-44,0,-66,-44,-65,-87v0,-59,28,-108,91,-108v36,0,65,9,65,50r0,218v1,7,-2,8,-8,7xm95,-30v14,0,22,-6,29,-13r0,-101v-3,-11,-8,-21,-23,-21v-32,0,-44,39,-44,73v0,28,11,62,38,62","w":187},"r":{"d":"83,-168v-15,0,-20,7,-19,21r0,139v0,15,-24,6,-37,8v-7,1,-7,-2,-8,-8r0,-150v0,-34,44,-30,76,-33v21,-2,45,5,44,27v-1,9,-7,19,-19,19v-20,-1,-15,-23,-37,-23","w":135,"k":{".":22," ":22}},"s":{"d":"56,-151v0,57,110,33,84,121v-13,46,-124,46,-127,-9v-1,-25,33,-22,38,-5v7,20,51,33,52,-1v-10,-50,-86,-32,-86,-98v0,-56,106,-65,121,-16v9,29,-29,28,-36,11v-2,-22,-46,-26,-46,-3","w":157},"t":{"d":"57,-236v6,-7,13,2,11,7r0,43v15,2,40,-10,34,17v-7,5,-24,1,-34,2r0,118v1,16,7,28,25,28v9,0,15,-1,15,9v-17,31,-88,13,-83,-24v-2,-42,0,-88,-1,-131v-14,0,-27,4,-24,-14v1,-9,16,-4,24,-5v1,-13,-3,-30,7,-33","w":105,"k":{"a":-8}},"u":{"d":"169,-45v3,44,-36,49,-76,49v-49,0,-74,-14,-74,-58r0,-126v3,-13,25,-3,38,-6v5,0,7,2,7,7r1,133v1,26,59,28,59,1r0,-134v0,-14,24,-5,36,-7v7,-1,9,1,9,7r0,134","w":187},"v":{"d":"4,-186v14,2,41,-6,45,6r39,124v15,-42,25,-91,43,-130v12,2,38,-8,32,10r-62,175v-10,1,-35,5,-38,-5r-63,-176v-1,-3,2,-4,4,-4","w":164,"k":{".":15," ":15}},"w":{"d":"194,-7v-3,12,-37,10,-40,0r-30,-96r-34,102v-10,1,-32,5,-36,-5r-54,-175v4,-11,30,-3,44,-4v17,37,24,85,37,126r36,-122v0,-7,23,-9,23,1r38,121r33,-122v4,-10,21,-3,35,-5v-10,64,-37,118,-52,179","w":247,"k":{".":15," ":15}},"x":{"d":"115,-180v4,-11,49,-10,34,5r-48,75r56,96v-6,7,-44,8,-50,-2r-32,-55v-14,20,-25,43,-42,61v-11,-1,-40,6,-30,-10r54,-81r-52,-91v6,-8,42,-7,48,2r30,50","w":157},"y":{"d":"144,-186v12,1,33,-6,27,11r-82,223v-11,19,-28,40,-58,39v-33,6,-42,-40,-12,-42v33,13,48,-12,54,-39r-71,-187v4,-12,30,-2,45,-5v19,41,31,89,47,132r40,-126v3,-3,3,-7,10,-6","w":172,"k":{".":15," ":15}},"z":{"d":"132,-186v6,-1,10,4,6,11r-72,149r66,0v11,-3,8,14,7,23v-34,7,-90,2,-129,2v17,-56,52,-106,75,-160r-63,0v-11,1,-7,-18,-4,-25r114,0","w":150},"{":{"d":"98,-286v-75,0,1,150,-67,159v41,9,30,53,32,104v2,31,-1,51,30,53v9,-2,9,11,5,16v-73,9,-72,-41,-72,-108v0,-28,1,-56,-24,-56v-9,0,-10,-15,-3,-18v37,-4,27,-53,27,-91v0,-52,15,-77,66,-75v9,-2,11,11,6,16","w":105},"|":{"d":"55,90r-28,0r0,-360r28,0r0,360","w":82},"}":{"d":"74,-127v-39,-11,-32,-52,-32,-104v0,-34,-1,-55,-35,-55v-5,-6,-2,-20,12,-16v61,-4,63,46,60,109v-1,31,3,54,30,59v2,8,2,15,-6,16v-33,5,-24,53,-24,91v0,52,-15,79,-72,73v-2,-8,-5,-18,7,-16v65,-4,-8,-150,60,-157","w":105},"~":{"d":"45,-104v23,-50,87,-18,125,-5v16,-2,27,-12,34,-23r14,26v-12,14,-34,35,-61,27v-22,-7,-40,-24,-64,-24v-20,0,-23,14,-34,25","w":262}}});


Cufon.replace('ul#menu',{hover: true});

Cufon.replace('#header h1',{fontFamily: 'Barmeno-Regular'});//,hover: true

Cufon.replace('ul#right-nav',{fontFamily: 'Barmeno-Regular',hover: true});

//Cufon.replace('div#news h3',{fontFamily: 'Barmeno-Regular'}); 
