/*
 * 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:
 * Design and data by The Monotype Corporation. � 1993. Microsoft Corporation. All
 * rights reserved.
 * 
 * Trademark:
 * News Gothic is a trademark of The Monotype Corporation.
 */
Cufon.registerFont({"w":225,"face":{"font-family":"News Gothic MT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 4 2 2 3 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-2 -284 352 77.3907","underline-thickness":"17.9297","underline-position":"-20.918","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":112},"!":{"d":"36,-266r38,0r-9,184r-20,0xm38,-40r34,0r0,40r-34,0r0,-40","w":112},"\"":{"d":"14,-272r26,0v1,33,-2,62,-5,90r-16,0v-3,-28,-6,-57,-5,-90xm61,-272r26,0v1,33,-2,62,-5,90r-16,0v-3,-28,-6,-57,-5,-90","w":101},"#":{"d":"15,-171r58,0r15,-71r21,0r-15,71r74,0r15,-71r22,0r-16,71r35,0r0,22r-39,0r-13,65r52,0r0,21r-56,0r-15,71r-22,0r15,-71r-74,0r-15,71r-22,0r15,-71r-35,0r0,-21r40,0r13,-65r-53,0r0,-22xm90,-149r-14,64r74,0r14,-64r-74,0","w":240},"$":{"d":"27,-199v4,-41,34,-61,77,-67r0,-18r23,0r0,18v35,9,52,18,72,42r-21,15v-16,-17,-27,-28,-51,-31r0,91v44,12,79,30,79,77v0,44,-35,71,-79,76r0,44r-23,0r0,-44v-45,-3,-63,-24,-85,-53r23,-13v17,24,30,36,62,40r0,-105v-41,-14,-72,-29,-77,-72xm104,-241v-38,1,-67,37,-40,65v7,7,21,13,40,19r0,-84xm127,-23v40,0,69,-45,40,-76v-8,-9,-21,-15,-40,-20r0,96"},"%":{"d":"140,-221v56,-12,81,-19,118,-45r20,0r-196,342r-21,0r178,-308v-33,13,-49,16,-91,26v18,50,-26,113,-70,113v-35,0,-60,-29,-59,-65v1,-44,25,-91,72,-89v21,1,38,11,49,26xm89,-226v-53,-2,-72,110,-11,112v55,0,77,-111,11,-112xm188,-7v0,-42,30,-88,70,-88v34,0,62,28,62,60v1,40,-32,94,-73,93v-35,-1,-59,-28,-59,-65xm259,-75v-51,-3,-74,109,-13,113v49,1,82,-110,13,-113","w":337},"&":{"d":"16,-72v3,-43,29,-61,64,-81v-34,-41,-21,-119,40,-119v51,0,73,60,40,94v-12,13,-26,24,-41,34v17,27,38,51,64,79v12,-16,24,-44,27,-67r28,0v-6,32,-17,65,-34,87v15,13,30,20,46,21r0,28v-29,-3,-44,-11,-64,-28v-42,49,-175,35,-170,-48xm121,-247v-37,2,-42,53,-17,79v21,-14,43,-27,44,-53v0,-14,-13,-26,-27,-26xm44,-71v0,52,87,68,121,28v-22,-22,-46,-52,-70,-87v-28,21,-51,22,-51,59","w":262},"'":{"d":"26,-272r26,0v1,32,-1,61,-4,89r-16,0v-4,-28,-7,-56,-6,-89","w":78},"(":{"d":"104,76v-64,-47,-113,-139,-77,-240v16,-46,39,-72,77,-104r14,18v-45,36,-74,82,-74,153v0,74,29,119,74,154","w":131},")":{"d":"89,-97v0,-73,-30,-119,-75,-154r14,-18v63,44,113,138,77,240v-16,44,-40,74,-77,104r-14,-18v45,-36,75,-80,75,-154","w":131},"*":{"d":"9,-209r68,9r-42,-55r23,-13r26,64r27,-64r22,13r-41,55r68,-9r0,26r-68,-8r41,54r-22,13r-27,-63r-26,63r-23,-13r42,-54r-68,8r0,-26","w":168},"+":{"d":"24,-128r84,0r0,-84r23,0r0,84r85,0r0,23r-85,0r0,84r-23,0r0,-84r-84,0r0,-23","w":240},",":{"d":"39,-40r35,0r0,40r-27,53r-14,0r23,-53r-17,0r0,-40","w":112},"-":{"d":"31,-108r50,0r0,26r-50,0r0,-26","w":112},".":{"d":"38,-40r35,0r0,40r-35,0r0,-40","w":112},"\/":{"d":"148,-266r24,0r-129,266r-23,0","w":191},"0":{"d":"209,-133v0,75,-25,138,-97,138v-68,0,-96,-61,-95,-137v0,-76,26,-140,94,-140v70,0,98,65,98,139xm46,-133v0,58,16,112,67,112v91,0,92,-225,0,-225v-50,0,-67,57,-67,113"},"1":{"d":"53,-248v32,-2,39,-22,74,-18r0,243r43,0r0,23r-117,0r0,-23r49,0r0,-214v-24,5,-41,9,-49,9r0,-20"},"2":{"d":"120,-246v-38,1,-54,27,-70,56r-24,-7v14,-42,44,-71,93,-75v70,-5,107,93,52,139v-31,26,-106,67,-119,110r148,0r0,23r-176,0v-4,-39,18,-56,37,-79v28,-34,106,-56,110,-114v2,-29,-23,-54,-51,-53"},"3":{"d":"170,-202v0,-55,-84,-58,-118,-15r-21,-14v19,-24,49,-39,86,-41v45,-2,82,30,82,70v0,31,-19,50,-46,61v29,9,50,34,51,66v2,80,-118,104,-166,50v-6,-6,-12,-13,-18,-23r21,-15v17,24,40,40,73,42v30,2,62,-25,61,-52v-2,-42,-51,-60,-99,-55r2,-27v49,3,92,-9,92,-47"},"4":{"d":"122,-266r41,0r0,177r49,0r0,26r-49,0r0,63r-26,0r0,-63r-125,0r0,-26xm137,-246r-97,157r97,0r0,-157"},"5":{"d":"113,-153v-29,0,-42,16,-57,34r-20,-8r10,-139r139,0r-2,25r-115,0r-7,87v56,-53,138,-11,138,66v0,83,-102,121,-156,66v-6,-6,-12,-14,-19,-24r22,-12v19,21,32,37,64,37v35,0,61,-30,61,-69v0,-35,-24,-64,-58,-63"},"6":{"d":"19,-125v0,-103,82,-183,173,-129r-16,19v-73,-38,-133,22,-127,105v15,-21,44,-38,77,-38v45,0,79,34,79,81v0,50,-35,94,-84,92v-69,-3,-102,-56,-102,-130xm180,-86v0,-50,-57,-73,-95,-45v-12,8,-23,19,-34,34v8,43,23,76,68,76v34,0,61,-29,61,-65"},"7":{"d":"29,-266r168,0r0,25r-115,241r-28,0r115,-241r-140,0r0,-25"},"8":{"d":"200,-205v0,33,-29,57,-60,64v39,15,73,30,73,73v0,47,-49,73,-101,73v-55,0,-99,-28,-99,-72v0,-41,28,-62,65,-74v-30,-16,-54,-29,-54,-64v0,-41,42,-67,91,-67v47,0,84,26,85,67xm112,-246v-43,0,-77,35,-48,67v8,8,24,17,49,28v31,-17,52,-18,59,-52v-2,-26,-27,-43,-60,-43xm42,-68v0,62,139,63,142,0v-10,-39,-34,-40,-83,-64v-32,11,-59,31,-59,64"},"9":{"d":"206,-141v0,104,-83,182,-173,128r16,-20v74,37,131,-21,128,-104v-20,22,-42,37,-79,37v-44,1,-80,-36,-78,-81v1,-50,35,-91,85,-91v67,0,101,57,101,131xm46,-181v0,50,56,71,96,45v12,-8,23,-20,33,-36v-7,-42,-27,-71,-69,-74v-35,-2,-60,33,-60,65"},":":{"d":"38,-189r35,0r0,39r-35,0r0,-39xm38,-40r35,0r0,40r-35,0r0,-40","w":112},";":{"d":"38,-190r35,0r0,40r-35,0r0,-40xm38,-41r35,0r0,40r-27,54r-14,0r23,-53r-17,0r0,-41","w":112},"<":{"d":"215,-26r-190,-80r0,-21r190,-80r0,25r-159,65r159,66r0,25","w":240},"=":{"d":"25,-170r191,0r0,23r-191,0r0,-23xm25,-87r191,0r0,23r-191,0r0,-23","w":240},">":{"d":"25,-207r190,80r0,21r-190,80r0,-25r159,-65r-159,-66r0,-25","w":240},"?":{"d":"75,-245v-20,0,-24,10,-37,27r-23,-14v15,-23,34,-39,63,-40v29,-1,56,28,55,58v0,58,-64,67,-57,132r-23,0v-11,-70,48,-80,52,-131v1,-17,-15,-32,-30,-32xm50,-40r35,0r0,40r-35,0r0,-40","w":150},"@":{"d":"238,-9v-23,0,-33,-7,-34,-29v-13,15,-30,29,-54,29v-40,0,-62,-38,-64,-79v-5,-79,98,-155,145,-79r6,-28r31,0r-30,146v0,7,6,12,12,11v37,-8,68,-51,68,-97v0,-69,-55,-111,-126,-111v-89,0,-145,62,-146,152v-1,91,60,134,151,134v58,0,102,-21,124,-53r31,0v-25,47,-79,81,-155,79v-107,-1,-177,-53,-177,-158v0,-107,65,-178,174,-180v85,-2,147,60,150,137v2,60,-53,127,-106,126xm180,-174v-39,0,-59,48,-61,88v-2,28,15,51,38,51v41,0,61,-44,64,-88v2,-29,-17,-51,-41,-51","w":363},"A":{"d":"94,-266r42,0r85,266r-26,0r-27,-83r-107,0r-27,83r-26,0xm115,-249r-46,141r91,0","w":228,"k":{"y":9,"w":7,"v":16,"u":6,"p":4,"Y":32,"W":8,"V":22,"U":18,"T":32,"Q":11,"O":11,"G":14,"C":7}},"B":{"d":"233,-72v0,42,-45,72,-98,72r-96,0r0,-266r91,0v53,-2,96,24,96,67v0,31,-21,51,-48,61v31,11,55,33,55,66xm197,-196v0,-54,-73,-48,-132,-47r0,95v61,1,132,4,132,-48xm204,-74v0,-58,-77,-51,-139,-51r0,101v62,0,139,9,139,-50","w":254,"k":{"U":18,"A":14,".":22,",":18}},"C":{"d":"129,-19v43,0,64,-26,73,-66r28,6v-11,50,-46,84,-101,84v-73,0,-106,-63,-108,-139v-3,-90,66,-168,153,-127v25,12,45,37,53,71r-28,4v-10,-36,-31,-62,-69,-62v-55,0,-80,52,-80,113v0,63,24,116,79,116","w":243,"k":{".":15,",":11}},"D":{"d":"241,-136v-1,89,-43,137,-135,136r-68,0r0,-266r77,0v78,-1,127,50,126,130xm212,-133v0,-89,-54,-119,-148,-110r0,219v93,9,148,-20,148,-109","w":262,"k":{"Y":22,"V":18,"A":18,".":32,",":29}},"E":{"d":"39,-266r157,0r0,25r-131,0r0,87r97,0r0,26r-97,0r0,102r143,0r0,26r-169,0r0,-266"},"F":{"d":"38,-266r155,0r0,25r-130,0r0,87r96,0r0,26r-96,0r0,128r-25,0r0,-266","w":206,"k":{"r":29,"o":32,"l":11,"e":32,"a":29,"A":40,".":83,",":79}},"G":{"d":"49,-135v0,72,43,139,115,108v27,-13,41,-36,40,-76r-66,0r0,-25r92,0r0,128r-26,0r0,-34v-18,23,-39,39,-76,39v-71,0,-107,-62,-107,-138v0,-97,70,-167,156,-128v29,13,44,34,53,70r-28,6v-11,-35,-29,-63,-70,-63v-52,0,-83,50,-83,113","w":258},"H":{"d":"37,-266r25,0r0,112r142,0r0,-112r26,0r0,266r-26,0r0,-128r-142,0r0,128r-25,0r0,-266","w":266},"I":{"d":"45,-266r26,0r0,266r-26,0r0,-266","w":116},"J":{"d":"29,-47v26,47,89,27,89,-32r0,-187r25,0r0,187v10,81,-101,115,-136,45","w":180,"k":{"y":7,"u":11,"o":7,"e":11,"a":11,"A":8,";":7,":":7,".":25,",":22}},"K":{"d":"38,-266r26,0r0,137r125,-137r33,0r-92,101r105,165r-30,0r-92,-146r-49,54r0,92r-26,0r0,-266","w":240,"k":{"y":4,"w":13,"v":12,"u":12,"o":12,"e":12,"a":1,"O":16,"G":14,"C":15}},"L":{"d":"39,-266r26,0r0,240r128,0r0,26r-154,0r0,-266","w":206,"k":{"y":11,"w":17,"Y":38,"W":11,"V":31,"U":27,"T":43,"O":25,"G":29,"C":22}},"M":{"d":"38,-266r44,0r78,214r77,-214r43,0r0,266r-25,0r0,-242r-88,242r-15,0r-88,-242r0,242r-26,0r0,-266","w":318},"N":{"d":"38,-266r40,0r132,217r0,-217r26,0r0,266r-26,0r-146,-243r0,243r-26,0r0,-266","w":273,"k":{"A":7}},"O":{"d":"242,-133v0,79,-35,135,-110,138v-71,3,-112,-64,-111,-136v1,-77,36,-141,111,-141v76,0,110,62,110,139xm50,-133v0,64,28,114,80,114v53,0,83,-48,83,-112v0,-63,-24,-118,-82,-118v-52,0,-81,50,-81,116","w":262,"k":{"Y":22,"X":14,"W":3,"V":14,"T":21,"A":14,".":25,",":22}},"P":{"d":"222,-195v0,73,-77,78,-157,75r0,120r-26,0r0,-266r88,0v54,-2,95,26,95,71xm193,-194v0,-54,-69,-50,-129,-49r0,99v60,1,129,6,129,-50","w":243,"k":{"o":25,"e":29,"a":18,"A":36,".":98,",":90}},"Q":{"d":"242,-132v0,73,-36,127,-98,136v2,37,35,43,77,41r0,25v-58,4,-101,-14,-102,-66v-62,-7,-98,-65,-98,-135v0,-78,34,-141,109,-141v75,0,112,62,112,140xm50,-133v0,62,25,115,80,115v54,0,83,-49,83,-115v0,-64,-24,-116,-82,-116v-52,0,-81,52,-81,116","w":262,"k":{"Y":21,"V":15,"U":11,"T":22,"A":10,".":22,",":18}},"R":{"d":"222,-194v0,36,-26,59,-59,68r65,126r-28,0r-63,-121r-73,0r0,121r-26,0r0,-266v87,-2,184,-9,184,72xm193,-194v1,-56,-69,-50,-129,-49r0,99v59,0,127,7,129,-50","w":243,"k":{"y":6,"v":6,"u":16,"o":16,"e":16,"a":9,"Y":13,"W":4,"V":14,"U":13,"T":13,"Q":8,"O":11,"G":5,"C":7}},"S":{"d":"192,-119v43,53,-3,130,-74,124v-53,-4,-85,-27,-97,-72r27,-8v9,35,30,53,70,56v51,4,87,-54,49,-84v-38,-30,-137,-30,-137,-97v0,-76,120,-95,159,-38v6,8,11,18,15,30r-27,8v-5,-59,-116,-67,-118,-3v-2,55,108,54,133,84","w":232,"k":{".":7,",":4}},"T":{"d":"14,-266r196,0r0,25r-85,0r0,241r-26,0r0,-241r-85,0r0,-25","w":221,"k":{"z":29,"y":26,"w":22,"u":43,"s":40,"r":29,"o":43,"m":29,"l":7,"h":14,"e":43,"c":40,"a":36,"Q":18,"O":18,"G":18,"C":11,"A":29,";":36,":":36,".":68,"-":43,",":64}},"U":{"d":"134,5v-62,0,-98,-38,-98,-93r0,-178r26,0r0,174v-1,43,26,71,69,71v111,0,63,-148,73,-245r26,0r0,174v1,58,-38,97,-96,97","w":266,"k":{"A":17,".":40,",":36}},"V":{"d":"9,-266r27,0r77,224r76,-224r27,0r-92,266r-23,0","k":{"y":11,"u":25,"r":18,"o":25,"i":14,"e":25,"a":16,"Q":11,"O":11,"G":11,"C":10,"A":15,";":18,":":18,".":64,"-":31,",":63}},"W":{"d":"9,-266r26,0r55,212r56,-212r27,0r55,212r56,-212r25,0r-70,266r-22,0r-58,-219r-57,219r-23,0","w":318,"k":{"y":-4,"u":11,"r":4,"o":14,"i":4,"h":4,"e":11,"d":7,"a":11,"O":4,"G":8,";":7,":":7,".":46,"-":24,",":42}},"X":{"d":"21,-266r30,0r63,100r64,-100r29,0r-78,123r90,143r-29,0r-76,-119r-76,119r-29,0r90,-143","w":228,"k":{"O":15,"G":18,"C":14}},"Y":{"d":"9,-266r28,0r72,123r71,-123r28,0r-86,150r0,116r-26,0r0,-116","w":217,"k":{"v":22,"u":32,"q":40,"p":32,"o":40,"i":14,"e":40,"d":40,"a":34,"S":14,"O":11,"G":14,"C":13,"A":27,";":25,":":25,".":65,"-":47,",":65}},"Z":{"d":"29,-266r175,0r0,25r-157,215r157,0r0,26r-187,0r0,-26r158,-215r-146,0r0,-25","w":221},"[":{"d":"27,-266r91,0r0,15r-66,0r0,306r66,0r0,17r-91,0r0,-338","w":131},"\\":{"d":"43,-266r129,266r-24,0r-129,-266r24,0","w":191},"]":{"d":"14,-266r91,0r0,338r-91,0r0,-17r65,0r0,-306r-65,0r0,-15","w":131},"^":{"d":"118,-272r79,95r-12,9r-67,-81r-68,81r-11,-9","w":236},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"1,-259r46,0r47,55r-23,0","w":119},"a":{"d":"109,-172v-30,1,-43,14,-66,32r-19,-16v34,-49,148,-55,148,31v0,43,-4,89,5,125r-26,0v-3,-11,-5,-22,-5,-32v-20,20,-40,35,-73,36v-44,3,-71,-52,-42,-85v27,-32,49,-28,115,-44v3,-29,-12,-48,-37,-47xm48,-48v7,49,74,23,98,2r0,-61v-54,16,-87,13,-98,59","w":202,"k":{"y":4,"w":4,"v":8,"g":-4,"b":4}},"b":{"d":"123,4v-29,0,-43,-12,-63,-29r0,25r-26,0r0,-266r26,0r0,101v13,-14,39,-28,64,-28v46,0,80,46,79,98v-1,54,-28,99,-80,99xm120,-170v-26,0,-44,14,-60,28r0,95v21,16,33,27,61,27v35,0,56,-32,56,-75v0,-43,-20,-75,-57,-75","w":221,"k":{"y":7,"w":4,"v":11,"u":4,"l":4,".":18,",":14}},"c":{"d":"45,-93v0,72,81,104,108,35r22,12v-16,28,-37,50,-74,50v-53,0,-80,-43,-82,-99v-3,-70,63,-122,124,-86v13,8,23,21,32,37r-22,12v-27,-71,-108,-38,-108,39","w":191,"k":{"y":4,"l":-4,"h":4}},"d":{"d":"97,-193v29,0,46,13,65,29r0,-102r25,0v3,88,-8,190,7,266r-26,0v-3,-10,-5,-18,-5,-26v-18,16,-38,30,-66,30v-47,0,-78,-43,-78,-98v0,-55,30,-99,78,-99xm101,-19v26,0,43,-14,61,-28r0,-95v-18,-14,-34,-28,-61,-28v-37,0,-57,31,-57,75v0,44,20,76,57,76","w":221,"k":{"y":7,"w":4,"v":12}},"e":{"d":"45,-92v-2,75,77,98,113,35r20,15v-20,25,-41,45,-77,46v-49,2,-82,-45,-82,-100v0,-69,61,-122,120,-84v26,17,39,44,39,88r-133,0xm152,-115v1,-49,-61,-77,-91,-39v-9,12,-14,25,-15,39r106,0","w":195,"k":{"z":4,"y":5,"x":8,"w":4,"v":5,"p":7,"g":-4,"b":8,".":15,",":11}},"f":{"d":"111,-242v-36,-8,-47,16,-42,53r39,0r0,23r-39,0r0,166r-25,0r0,-166r-36,0r0,-23r36,0v-5,-52,13,-83,67,-77r0,24","w":116,"k":{"o":4,"l":-7,"k":-4,"f":-4,"e":4,"a":4,"?":-32,".":25,",":22,"!":-21," ":-53}},"g":{"d":"38,-19v-26,-13,-16,-49,11,-56v-48,-36,-17,-118,53,-118v22,0,38,7,52,16v13,-8,29,-12,48,-12r0,23v-12,-2,-28,0,-35,4v27,50,-10,108,-67,104v-19,-1,-51,-12,-53,10v9,24,89,9,103,22v25,7,42,21,42,48v0,76,-173,72,-176,-1v0,-18,9,-31,22,-40xm49,-126v0,27,22,44,52,44v29,0,53,-19,52,-45v0,-27,-22,-44,-51,-44v-31,0,-53,16,-53,45xm36,19v5,43,126,48,132,3v-12,-33,-44,-27,-107,-33v-12,8,-24,15,-25,30","w":206,"k":{"y":-12,"r":-5,"o":7,"g":-4,"e":7,"a":-4,".":7,",":4}},"h":{"d":"158,-136v-1,-54,-72,-29,-99,-10r0,146r-25,0r0,-266r25,0r0,98v51,-35,126,-39,125,38r0,130r-26,0r0,-136","w":213},"i":{"d":"38,-264r25,0r0,31r-25,0r0,-31xm38,-189r25,0r0,189r-25,0r0,-189","w":101,"k":{"v":4}},"j":{"d":"38,-264r25,0r0,31r-25,0r0,-31xm9,46v19,5,30,-10,29,-26r0,-209r25,0r0,211v1,34,-19,60,-54,53r0,-29","w":97},"k":{"d":"33,-266r26,0r0,173r86,-96r33,0r-62,66r69,123r-29,0r-56,-106r-41,43r0,63r-26,0r0,-266","w":195,"k":{"y":4,"o":5,"e":9}},"l":{"d":"38,-266r25,0r0,266r-25,0r0,-266","w":101},"m":{"d":"158,-133v-4,-59,-67,-32,-98,-4r0,137r-26,0r0,-189r26,0r0,30v35,-22,42,-34,78,-34v24,0,38,12,44,34v35,-22,41,-34,78,-34v77,0,40,121,48,193r-26,0r0,-133v-5,-58,-67,-32,-98,-4r0,137r-26,0r0,-133","w":337,"k":{"y":7,"u":4}},"n":{"d":"159,-131v1,-59,-71,-35,-100,-15r0,146r-26,0r0,-189r26,0r0,22v21,-13,47,-26,72,-26v79,0,47,118,53,193r-25,0r0,-131","w":213,"k":{"y":11,"v":11,"u":4}},"o":{"d":"187,-93v1,54,-33,96,-81,97v-50,0,-88,-42,-86,-98v2,-57,29,-99,83,-99v52,0,83,45,84,100xm45,-95v0,44,21,77,58,77v36,0,58,-33,58,-77v0,-43,-20,-76,-57,-76v-38,0,-59,33,-59,76","w":206,"k":{"y":7,"x":12,"w":6,"v":14,"g":-4,".":4,",":4}},"p":{"d":"124,4v-28,0,-48,-14,-65,-29r0,97r-25,0r0,-261r25,0r0,24v17,-15,37,-28,65,-28v51,0,78,45,78,99v0,56,-28,98,-78,98xm120,-171v-25,0,-43,14,-61,28r0,96v19,14,36,27,63,27v35,0,55,-33,55,-76v0,-42,-20,-75,-57,-75","w":221,"k":{"z":4,"y":7,"w":4,".":18,",":18}},"q":{"d":"97,-193v31,0,44,11,65,29r0,-25r26,0r0,261r-26,0r0,-96v-18,15,-36,27,-64,28v-47,0,-79,-44,-79,-99v0,-54,31,-98,78,-98xm99,-19v27,0,47,-13,63,-28r0,-95v-19,-17,-34,-28,-63,-28v-35,0,-54,33,-54,76v0,44,19,75,54,75","w":221},"r":{"d":"136,-165v-81,-3,-79,82,-76,165r-25,0r0,-189r25,0r0,43v19,-28,37,-49,80,-47","w":146,"k":{"y":-10,"v":-10,"t":-18,"r":-4,"q":7,"n":-7,"m":-10,"j":4,"g":9,"e":7,"d":7,"c":7,"a":4,";":-4,":":-4,".":47,"-":18,",":43}},"s":{"d":"139,-50v-8,-51,-117,-28,-117,-92v0,-62,104,-63,134,-22r-20,17v-16,-41,-115,-25,-80,20v33,20,108,23,108,76v0,49,-64,68,-108,46v-13,-6,-26,-15,-40,-28r22,-15v19,17,31,27,59,29v23,1,41,-12,42,-31","w":183,"k":{"w":4,".":4,",":4}},"t":{"d":"118,3v-43,7,-73,-4,-73,-47r0,-122r-33,0r0,-23r33,0r0,-69r26,0r0,69r47,0r0,23r-47,0r0,118v-1,28,21,36,47,28r0,23","w":131},"u":{"d":"83,4v-79,0,-46,-118,-53,-193r25,0v7,60,-23,160,34,168v29,-2,42,-14,65,-33r0,-135r26,0r0,189r-26,0r0,-30v-22,16,-43,34,-71,34","w":213},"v":{"d":"8,-189r26,0r52,152r53,-152r26,0r-66,189r-26,0","w":172,"k":{"q":7,"o":7,"e":7,"d":7,"c":7,"a":4,".":40,",":40}},"w":{"d":"9,-189r25,0r43,137r44,-137r19,0r45,141r44,-141r25,0r-60,189r-19,0r-44,-143r-45,143r-18,0","w":262,"k":{"h":4,"a":-4,".":32,",":32}},"x":{"d":"13,-189r29,0r48,69r47,-69r30,0r-62,91r66,98r-29,0r-52,-76r-52,76r-29,0r66,-98","w":180,"k":{"o":7,"e":8,"d":7,"c":8}},"y":{"d":"9,-189r26,0r59,154r58,-154r27,0r-76,201v-15,52,-41,70,-101,62r7,-25v45,9,62,-10,71,-49","w":183,"k":{"o":4,"e":4,"d":4,"c":4,"a":4,".":40,",":36}},"z":{"d":"25,-189r143,0r0,25r-120,138r126,0r0,26r-159,0r0,-26r121,-138r-111,0r0,-25","w":187,"k":{"o":4,"e":4,"c":4}},"{":{"d":"46,-13v0,-44,-1,-66,-36,-70r0,-29v34,-3,37,-26,36,-68v-1,-62,6,-88,66,-86r0,27v-40,-6,-36,25,-36,62v1,47,-7,65,-37,79v36,13,38,53,37,106v0,30,5,37,36,36r0,27v-60,4,-66,-25,-66,-84","w":119},"|":{"d":"84,-266r23,0r0,338r-23,0r0,-338","w":191},"}":{"d":"74,-182v0,44,1,66,36,70r0,29v-34,3,-37,26,-36,68v1,62,-6,88,-66,86r0,-27v40,6,36,-25,36,-62v0,-47,8,-66,37,-80v-37,-12,-38,-52,-37,-105v0,-31,-7,-36,-36,-36r0,-27v59,-3,67,25,66,84","w":119},"~":{"d":"162,-124v23,-1,34,-11,51,-25r0,26v-44,46,-92,3,-138,-6v-15,0,-33,8,-52,24r0,-25v14,-12,31,-21,52,-22v27,-2,62,28,87,28","w":236},"\u00a0":{"w":112}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Design and data by The Monotype Corporation. � 1993. Microsoft Corporation. All
 * rights reserved.
 * 
 * Trademark:
 * News Gothic is a trademark of The Monotype Corporation.
 */
Cufon.registerFont({"w":225,"face":{"font-family":"News Gothic MT","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 3 2 2 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-9 -285 350 77.4326","underline-thickness":"17.9297","underline-position":"-20.918","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":112},"!":{"d":"38,-269r54,0r-11,173r-33,0xm38,-58r53,0r0,58r-53,0r0,-58","w":131},"\"":{"d":"29,-183v-6,-27,-11,-56,-9,-91r53,0v2,35,-3,63,-8,91r-36,0xm108,-183v-6,-27,-11,-56,-9,-91r54,0v2,35,-3,63,-8,91r-37,0","w":172},"#":{"d":"14,-179r54,0r14,-67r34,0r-15,67r62,0r15,-67r33,0r-14,67r29,0r0,33r-36,0r-11,54r47,0r0,33r-53,0r-15,67r-33,0r15,-67r-64,0r-13,67r-34,0r14,-67r-29,0r0,-33r36,0r11,-54r-47,0r0,-33xm95,-146r-12,54r63,0r11,-54r-62,0","w":240},"$":{"d":"25,-198v0,-47,35,-70,82,-76r0,-11r26,0r0,11v36,7,53,18,75,42r-37,26v-11,-10,-24,-18,-38,-23r0,66v48,12,84,35,84,88v0,50,-31,79,-84,80r0,48r-26,0r0,-48v-46,-5,-67,-21,-89,-53r39,-27v15,21,31,33,50,37r0,-76v-46,-11,-82,-34,-82,-84xm107,-231v-28,1,-50,27,-30,49v5,5,14,9,30,13r0,-62xm133,-37v31,0,49,-33,30,-56v-6,-6,-16,-11,-30,-15r0,71","w":243},"%":{"d":"169,-230v40,-4,66,-13,85,-41r28,0r-199,346r-30,0r174,-300v-30,14,-49,20,-79,13v11,61,-23,119,-78,119v-37,0,-64,-28,-63,-67v1,-52,28,-93,79,-95v27,-1,55,28,83,25xm108,-191v1,-20,-8,-34,-25,-34v-35,0,-52,97,-11,101v28,-3,35,-35,36,-67xm186,-6v2,-49,29,-95,80,-94v38,0,65,27,64,67v-1,53,-30,93,-81,95v-38,0,-64,-28,-63,-68xm252,31v39,2,54,-97,11,-101v-36,1,-51,97,-11,101","w":337},"&":{"d":"21,-69v2,-43,24,-65,55,-82v-39,-59,-14,-122,54,-123v36,-1,67,22,65,56v-2,40,-27,58,-60,80v13,18,30,37,49,56v10,-15,20,-36,28,-60r39,13v-7,33,-16,54,-32,77v15,9,28,14,43,14r4,41v-36,5,-55,-7,-78,-22v-53,42,-170,27,-167,-50xm129,-241v-37,3,-40,42,-17,70v24,-14,41,-20,43,-45v1,-13,-12,-26,-26,-25xm99,-114v-46,18,-26,76,16,76v13,0,26,-4,38,-12v-19,-20,-37,-41,-54,-64","w":281},"'":{"d":"25,-183v-6,-27,-11,-56,-9,-91r54,0v2,35,-3,63,-8,91r-37,0","w":86},"(":{"d":"106,74v-56,-39,-98,-87,-98,-174v0,-86,39,-132,94,-173r23,24v-35,36,-66,82,-64,151v2,75,23,98,64,147","w":131},")":{"d":"69,-96v0,-76,-25,-112,-65,-153r23,-24v73,43,119,141,83,246v-16,45,-45,73,-85,102r-21,-24v38,-43,65,-74,65,-147","w":131},"*":{"d":"63,-273r21,65r22,-65r34,20r-47,51r67,-16r0,40r-67,-14r47,50r-34,21r-22,-66r-21,66r-36,-21r48,-50r-68,14r0,-40r68,16r-48,-51","w":168},"+":{"d":"22,-138r79,0r0,-79r38,0r0,79r79,0r0,38r-79,0r0,79r-38,0r0,-79r-79,0r0,-38","w":240},",":{"d":"29,-59r53,0r0,59r-32,58r-19,0r29,-58r-31,0r0,-59","w":112},"-":{"d":"19,-119r93,0r0,45r-93,0r0,-45","w":131},".":{"d":"30,-58r52,0r0,58r-52,0r0,-58","w":112},"\/":{"d":"152,-269r41,0r-135,269r-41,0","w":209},"0":{"d":"13,-133v-2,-87,26,-141,97,-141v75,0,101,51,101,139v0,88,-25,140,-97,140v-82,0,-99,-56,-101,-138xm112,-38v44,-8,48,-40,48,-102v0,-57,-9,-85,-48,-91v-45,11,-48,43,-47,110v0,49,11,79,47,83"},"1":{"d":"34,-242v33,-8,50,-14,76,-27r38,0r0,230r54,0r0,39r-168,0r0,-39r68,0r0,-182v-20,8,-43,12,-68,14r0,-35"},"2":{"d":"112,-234v-27,1,-43,21,-50,47r-41,-10v10,-47,42,-76,94,-77v47,-2,88,31,88,73v0,80,-94,104,-127,157r126,0r0,44r-186,0v-2,-93,97,-116,132,-180v14,-27,-7,-55,-36,-54"},"3":{"d":"151,-200v-8,-43,-65,-40,-90,-4r-33,-32v29,-23,46,-37,88,-38v45,-1,85,28,85,69v0,32,-24,53,-54,60v31,16,55,37,57,77v4,75,-116,94,-164,47v-7,-6,-14,-13,-23,-25r39,-24v18,19,31,32,58,34v20,1,40,-16,39,-37v-2,-38,-39,-48,-88,-45r0,-46v43,0,83,-3,86,-36"},"4":{"d":"115,-269r64,0r0,172r38,0r0,44r-38,0r0,53r-46,0r0,-53r-126,0r0,-44xm133,-215r-74,118r74,0r0,-118"},"5":{"d":"151,-90v0,-52,-59,-64,-83,-27r-43,-8r14,-144r147,0r0,43r-107,0r-6,65v15,-10,32,-16,55,-17v47,-2,73,43,75,87v3,74,-77,119,-144,85v-14,-7,-28,-18,-41,-33r45,-24v25,45,88,26,88,-27"},"6":{"d":"176,-202v-26,-44,-95,-24,-106,22v-2,10,-6,23,-7,39v46,-53,153,-27,149,54v-3,53,-39,92,-93,92v-66,0,-104,-54,-104,-127v0,-95,63,-181,157,-142v11,5,23,13,34,24xm161,-83v0,-37,-40,-55,-68,-34v-8,6,-17,16,-26,31v2,57,94,66,94,3"},"7":{"d":"20,-269r182,0r0,46r-105,223r-54,0r105,-223r-128,0r0,-46"},"8":{"d":"10,-71v0,-37,23,-55,52,-70v-26,-14,-43,-28,-43,-63v1,-47,44,-70,93,-70v47,-1,94,25,93,69v-2,34,-20,51,-46,66v96,33,52,144,-48,144v-55,0,-101,-25,-101,-76xm114,-234v-35,-2,-55,29,-35,55v6,7,16,14,31,21v46,-6,61,-73,4,-76xm111,-37v39,0,66,-33,41,-62v-6,-8,-19,-15,-40,-23v-29,11,-50,19,-50,47v0,25,20,38,49,38"},"9":{"d":"210,-146v-3,82,-33,151,-113,151v-31,0,-57,-12,-79,-36r30,-38v45,60,119,7,114,-61v-18,17,-39,30,-69,30v-44,1,-83,-38,-81,-83v2,-54,40,-91,95,-91v65,0,105,55,103,128xm64,-188v0,38,40,57,68,34v9,-6,17,-17,26,-31v-4,-55,-94,-67,-94,-3"},":":{"d":"39,-192r53,0r0,58r-53,0r0,-58xm39,-59r53,0r0,59r-53,0r0,-59","w":131},";":{"d":"39,-192r52,0r0,58r-52,0r0,-58xm39,-58r52,0r0,58r-34,58r-18,0r29,-58r-29,0r0,-58","w":131},"<":{"d":"218,-20r-196,-82r0,-34r196,-82r0,41r-144,58r144,58r0,41","w":240},"=":{"d":"22,-180r196,0r0,38r-196,0r0,-38xm22,-96r196,0r0,38r-196,0r0,-38","w":240},">":{"d":"22,-218r196,82r0,34r-196,82r0,-41r144,-58r-144,-58r0,-41","w":240},"?":{"d":"102,-209v-4,-31,-38,-19,-53,0r-31,-23v20,-26,34,-40,69,-42v36,-1,63,29,66,64v4,46,-62,62,-61,116r-42,0v-7,-62,42,-74,52,-115xm45,-58r52,0r0,58r-52,0r0,-58","w":168},"@":{"d":"191,31v57,-1,96,-14,121,-46r38,0v-25,49,-79,79,-156,79v-110,0,-183,-55,-183,-161v0,-107,69,-177,180,-177v87,1,146,49,149,134v2,67,-52,129,-115,128v-19,0,-29,-5,-33,-20v-43,44,-121,10,-115,-55v-8,-74,88,-157,141,-92r5,-19r46,0r-29,141v0,6,2,9,7,9v35,-10,62,-48,62,-92v0,-63,-50,-102,-119,-102v-94,0,-147,60,-147,147v0,84,61,126,148,126xm176,-171v-37,0,-52,47,-54,83v-1,26,11,43,32,44v35,2,55,-51,55,-86v0,-23,-13,-41,-33,-41","w":352},"A":{"d":"94,-269r56,0r87,269r-52,0r-20,-63r-86,0r-20,63r-52,0xm122,-196r-31,94r61,0","w":243,"k":{"y":7,"w":4,"v":8,"u":8,"Y":32,"W":6,"V":15,"U":11,"T":31,"Q":9,"O":12,"G":10,"C":9}},"B":{"d":"243,-74v0,48,-39,74,-93,74r-118,0r0,-269v85,2,205,-18,204,64v0,32,-21,53,-51,62v35,9,58,31,58,69xm181,-196v2,-41,-56,-31,-97,-32r0,65v42,-1,95,9,97,-33xm187,-82v0,-45,-55,-42,-103,-40r0,81v49,1,103,3,103,-41","w":258,"k":{"U":11,"A":9,".":4,",":4}},"C":{"d":"127,-43v30,0,51,-20,59,-48r49,14v-13,49,-44,82,-102,82v-75,0,-116,-56,-116,-135v0,-98,70,-172,163,-134v27,11,43,32,52,63r-49,14v-7,-27,-22,-44,-51,-44v-78,-1,-82,188,-5,188","w":247},"D":{"d":"248,-137v0,84,-42,136,-127,137r-89,0r0,-269r98,0v75,1,118,56,118,132xm192,-138v0,-59,-40,-93,-106,-86r0,177v71,9,107,-28,106,-91","w":266,"k":{"Y":24,"W":4,"V":18,"A":22,".":25,",":22}},"E":{"d":"32,-269r180,0r0,47r-127,0r0,59r78,0r0,40r-78,0r0,77r127,0r0,46r-180,0r0,-269","w":228},"F":{"d":"32,-269r165,0r0,46r-112,0r0,71r65,0r0,46r-65,0r0,106r-53,0r0,-269","w":209,"k":{"r":22,"o":32,"l":-4,"e":31,"a":31,"A":35,".":61,",":58}},"G":{"d":"72,-136v-20,103,115,129,134,39r-70,0r0,-40r113,0r0,137r-43,0r0,-33v-21,23,-45,38,-82,38v-72,0,-108,-52,-108,-134v0,-109,81,-173,176,-134v29,12,43,33,52,68r-42,14v-8,-31,-26,-48,-60,-48v-49,0,-71,34,-70,93","w":270,"k":{".":-14,",":-18}},"H":{"d":"32,-269r52,0r0,106r101,0r0,-106r54,0r0,269r-54,0r0,-116r-101,0r0,116r-52,0r0,-269","w":270},"I":{"d":"36,-269r52,0r0,269r-52,0r0,-269","w":123},"J":{"d":"75,-41v22,1,31,-19,31,-41r0,-187r53,0r0,187v2,49,-35,86,-81,87v-28,0,-53,-14,-77,-43r34,-31v14,16,19,27,40,28","w":195,"k":{"y":7,"u":4,"o":7,"e":4,"a":8,"A":14,";":7,":":7,".":22,",":18}},"K":{"d":"32,-269r53,0r0,119r97,-119r58,0r-84,104r90,165r-51,0r-70,-127r-40,50r0,77r-53,0r0,-269","w":254,"k":{"y":11,"w":7,"v":15,"u":18,"o":11,"e":11,"a":7,"O":11,"G":14,"C":11}},"L":{"d":"31,-269r52,0r0,223r111,0r0,46r-163,0r0,-269","w":206,"k":{"y":15,"w":18,"Y":36,"W":18,"V":25,"U":22,"T":32,"O":11,"G":14,"C":11}},"M":{"d":"31,-269r84,0r44,167r45,-167r84,0r0,269r-50,0r0,-239r-65,239r-28,0r-64,-239r0,239r-50,0r0,-269","w":318},"N":{"d":"31,-269r56,0r111,181r0,-181r52,0r0,269r-52,0r-114,-188r0,188r-53,0r0,-269","w":281,"k":{"A":4}},"O":{"d":"17,-134v1,-79,34,-140,113,-140v88,0,121,53,123,141v1,84,-41,138,-117,138v-77,0,-120,-55,-119,-139xm199,-134v-1,-58,-16,-94,-64,-94v-45,0,-63,38,-63,94v0,56,18,92,64,92v45,0,64,-36,63,-92","w":270,"k":{"Y":17,"X":15,"W":4,"V":4,"T":14,"A":13,".":17,",":13}},"P":{"d":"234,-191v-2,75,-67,92,-149,86r0,105r-54,0r0,-269v95,1,205,-16,203,78xm179,-188v2,-41,-52,-34,-94,-34r0,73v44,1,91,3,94,-39","w":251,"k":{"o":11,"e":11,"a":11,"A":35,".":90,",":86}},"Q":{"d":"253,-134v0,77,-30,126,-96,137v5,32,33,36,72,33r0,34v-68,1,-123,-6,-125,-70v-60,-15,-87,-60,-87,-135v1,-85,34,-139,116,-139v85,0,120,54,120,140xm198,-133v0,-59,-17,-95,-64,-95v-43,0,-63,37,-62,92v0,57,17,91,64,95v44,-5,62,-37,62,-92","w":270,"k":{"Y":21,"W":-4,"V":6,"U":2,"T":14,"A":10,".":14,",":11}},"R":{"d":"233,-185v0,40,-18,53,-50,67r49,118r-53,0r-45,-108r-48,0r0,108r-53,0r0,-269r72,0v86,-2,128,15,128,84xm178,-187v1,-38,-49,-36,-92,-35r0,72v43,1,91,4,92,-37","w":251,"k":{"w":-4,"u":4,"o":7,"e":7,"a":7,"Y":7,"W":-4,"U":7,"T":4,"Q":4,"O":4}},"S":{"d":"179,-146v67,47,29,159,-61,151v-53,-5,-82,-25,-101,-62r48,-18v15,23,26,34,56,37v34,3,59,-33,36,-58v-42,-26,-131,-30,-131,-100v0,-80,117,-100,165,-50v6,6,10,13,16,23r-44,18v-14,-18,-24,-29,-49,-31v-30,-3,-52,34,-30,54v14,12,79,25,95,36","w":236},"T":{"d":"12,-269r204,0r0,46r-75,0r0,223r-53,0r0,-223r-76,0r0,-46","w":228,"k":{"z":22,"y":22,"w":18,"u":29,"s":25,"r":29,"o":29,"m":29,"h":4,"e":29,"c":29,"a":29,"Q":11,"O":11,"G":11,"C":11,"A":29,";":25,":":25,".":58,"-":32,",":54}},"U":{"d":"138,5v-68,-1,-108,-29,-108,-101r0,-173r53,0r0,164v0,39,18,62,53,62v36,0,54,-24,55,-62r0,-164r53,0r0,172v0,66,-37,103,-106,102","w":273,"k":{"A":13,".":18,",":14}},"V":{"d":"5,-269r51,0r56,185r57,-185r51,0r-82,269r-51,0","k":{"y":7,"u":11,"r":7,"o":11,"i":4,"e":17,"a":17,"Q":10,"O":10,"G":10,"C":6,"A":10,";":11,":":11,".":47,"-":14,",":43}},"W":{"d":"5,-269r51,0r36,154r37,-154r60,0r38,155r36,-155r51,0r-64,269r-42,0r-48,-205r-50,205r-41,0","w":318,"k":{"u":11,"r":6,"o":13,"e":9,"d":5,"a":9,"O":4,"G":4,"C":4,";":4,":":4,".":29,"-":7,",":25}},"X":{"d":"19,-269r53,0r49,83r49,-83r53,0r-76,128r83,141r-53,0r-56,-95r-56,95r-53,0r83,-141","w":243,"k":{"O":11,"G":14,"C":11}},"Y":{"d":"9,-269r55,0r48,93r47,-93r56,0r-76,149r0,120r-54,0r0,-120","k":{"v":18,"u":29,"q":36,"p":29,"o":32,"i":11,"e":32,"d":29,"a":29,"S":8,"O":14,"G":14,"C":11,"A":32,";":29,":":29,".":58,"-":36,",":58}},"Z":{"d":"18,-269r190,0r0,41r-125,182r129,0r0,46r-201,0r0,-36r130,-187r-123,0r0,-46"},"[":{"d":"22,-269r97,0r0,30r-45,0r0,280r45,0r0,30r-97,0r0,-340","w":131},"\\":{"d":"17,-269r41,0r134,269r-40,0","w":209},"]":{"d":"10,-269r98,0r0,340r-98,0r0,-30r45,0r0,-280r-45,0r0,-30","w":131},"^":{"d":"20,-128r66,-141r40,0r64,141r-50,0r-35,-87r-35,87r-50,0","w":209},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"-9,-261r58,0r47,56r-36,0","w":119},"a":{"d":"132,-126v3,-51,-62,-42,-79,-10r-29,-24v16,-20,42,-35,76,-35v46,-1,72,22,74,66v2,44,-5,95,7,129r-43,0v-2,-6,-3,-13,-4,-20v-30,38,-121,27,-116,-30v5,-56,54,-69,114,-76xm62,-54v3,39,52,22,70,3r0,-48v-40,9,-63,15,-70,45","w":202,"k":{"y":7,"w":9,"v":11,"t":4,"p":4}},"b":{"d":"131,3v-23,0,-38,-11,-53,-25r0,22r-48,0r0,-273r48,0r0,105v15,-16,28,-27,53,-27v48,0,73,46,73,97v0,54,-20,101,-73,101xm151,-99v6,-53,-49,-73,-73,-36r0,78v26,37,81,17,73,-42","w":221,"k":{"y":10,"w":9,"v":10,"u":4,"l":4,".":4,",":4}},"c":{"d":"106,-37v19,0,29,-14,34,-33r38,18v-14,34,-31,54,-74,55v-53,2,-87,-45,-87,-98v0,-94,125,-140,159,-51r-41,11v-21,-40,-69,-16,-65,33v3,31,7,65,36,65","w":191,"k":{"y":7,"l":11,"k":4,"h":15}},"d":{"d":"91,-195v24,0,39,11,52,26r0,-104r48,0r0,273r-48,0r0,-22v-13,14,-29,25,-53,25v-47,-1,-74,-48,-72,-98v2,-54,22,-100,73,-100xm72,-94v-7,52,46,74,71,39r0,-81v-26,-34,-80,-15,-71,42","w":221,"k":{"y":11,"w":7,"v":9,"d":4}},"e":{"d":"69,-87v-6,54,63,67,78,24r40,17v-15,30,-38,49,-78,49v-56,0,-91,-42,-91,-101v0,-56,36,-98,89,-97v58,0,89,43,84,108r-122,0xm147,-116v3,-38,-41,-61,-66,-34v-7,8,-11,19,-12,34r78,0","w":206,"k":{"z":4,"y":7,"x":7,"w":6,"v":11,"g":-4,"b":4,".":11,",":7}},"f":{"d":"115,-239v-33,-5,-37,16,-34,47r29,0r0,35r-29,0r0,157r-49,0r0,-157r-22,0r0,-35r22,0v0,-61,22,-84,83,-81r0,34","w":123,"k":{"o":7,"l":4,"f":-4,"e":7,"a":7,"?":-14,".":18,",":14,"!":-7," ":-31}},"g":{"d":"45,-11v-31,-8,-29,-57,3,-62v-54,-32,-33,-122,51,-122v23,0,41,4,55,13v15,-11,28,-18,49,-18r0,32v-13,0,-22,0,-31,5v30,59,-20,115,-97,99v-20,9,-13,31,13,30v53,-2,113,-1,111,51v-2,46,-37,60,-96,60v-45,0,-93,-7,-93,-50v0,-22,14,-33,35,-38xm136,-129v0,-19,-17,-36,-36,-36v-20,0,-37,17,-37,36v0,19,17,36,36,36v19,0,37,-17,37,-36xm52,20v0,35,108,34,108,2v0,-31,-62,-16,-90,-24v-10,4,-18,10,-18,22","w":206,"k":{"y":-10,"r":-7,"o":-4,"l":-4,"g":-14,"e":4,".":-4,",":4}},"h":{"d":"141,-134v-4,-39,-47,-15,-62,2r0,132r-48,0r0,-273r48,0r0,107v19,-16,39,-28,68,-29v30,-1,42,23,42,49r0,146r-48,0r0,-134","w":213},"i":{"d":"34,-273r48,0r0,48r-48,0r0,-48xm34,-192r48,0r0,192r-48,0r0,-192","w":116,"k":{"v":9}},"j":{"d":"38,-273r49,0r0,49r-49,0r0,-49xm2,43v25,-1,36,-5,36,-28r0,-207r49,0r0,214v1,46,-36,58,-85,55r0,-34","w":116},"k":{"d":"29,-273r49,0r0,161r63,-80r50,0r-60,78r67,114r-46,0r-48,-81r-26,33r0,48r-49,0r0,-273","w":206,"k":{"y":4,"o":13,"e":17}},"l":{"d":"36,-273r48,0r0,273r-48,0r0,-273","w":119,"k":{"y":7,"w":6}},"m":{"d":"122,-156v-21,0,-31,15,-44,32r0,124r-48,0r0,-192r48,0r0,38v23,-24,33,-41,67,-41v31,0,39,14,45,43v28,-28,31,-43,69,-43v76,0,38,124,47,195r-49,0r0,-122v0,-21,-6,-32,-23,-33v-21,3,-26,14,-42,31r0,124r-49,0r0,-120v0,-20,-5,-36,-21,-36","w":330,"k":{"y":-4}},"n":{"d":"123,-155v-20,0,-29,9,-45,24r0,131r-48,0r0,-192r48,0r0,27v24,-35,110,-49,110,19r0,146r-48,0r0,-134v0,-15,-4,-21,-17,-21","w":213,"k":{"y":4,"v":4}},"o":{"d":"16,-97v0,-57,32,-98,83,-98v58,0,91,38,91,98v0,58,-32,100,-86,100v-53,-1,-88,-40,-88,-100xm103,-32v54,0,55,-131,1,-131v-31,0,-38,29,-39,67v-1,37,10,64,38,64","w":206,"k":{"y":4,"x":11,"w":5,"v":7,"g":-4}},"p":{"d":"204,-97v0,77,-74,133,-124,75r0,99r-49,0r0,-269r49,0r0,20v49,-52,124,-2,124,75xm155,-99v5,-50,-43,-67,-75,-40r0,83v31,30,82,12,75,-43","w":221,"k":{"z":7,"y":14,"w":7,".":11,",":11}},"q":{"d":"16,-98v-5,-75,76,-127,125,-73r0,-21r48,0r0,269r-48,0r0,-99v-14,13,-30,25,-53,25v-46,0,-69,-50,-72,-101xm65,-97v-6,53,44,71,76,42r0,-83v-31,-30,-82,-11,-76,41","w":217},"r":{"d":"141,-146v-32,0,-52,18,-62,43r0,103r-49,0r0,-192r49,0r0,46v18,-28,29,-45,62,-49r0,49","w":153,"k":{"y":-4,"v":-8,"t":-11,"s":-4,"r":-4,"q":10,"p":4,"o":4,"n":-4,"m":-4,"l":-4,"k":4,"j":7,"e":6,"d":9,"c":5,"a":6,";":-7,":":-7,".":40,"-":7,",":36}},"s":{"d":"152,-97v47,38,4,105,-59,100v-38,-3,-57,-13,-79,-35r30,-20v18,26,99,28,74,-13v-36,-16,-99,-16,-99,-70v0,-65,104,-77,145,-33r-28,24v-24,-20,-63,-28,-72,4v1,31,75,26,88,43","w":191,"k":{"w":16,".":4,",":4}},"t":{"d":"119,3v-51,4,-82,-12,-82,-57r0,-103r-29,0r0,-35r29,0r0,-61r49,0r0,61r33,0r0,35r-33,0r0,103v2,16,11,16,33,17r0,40","w":131},"u":{"d":"135,-29v-27,39,-110,49,-110,-21r0,-142r49,0r0,132v5,37,48,19,61,-3r0,-129r49,0r0,192r-49,0r0,-29","w":213},"v":{"d":"11,-192r45,0r34,128r34,-128r45,0r-51,192r-56,0","w":180,"k":{"q":11,"o":11,"e":14,"d":7,"c":10,"a":7,".":29,",":25}},"w":{"d":"11,-192r43,0r32,108r33,-108r36,0r33,109r32,-109r43,0r-57,192r-34,0r-35,-115r-35,115r-34,0","w":273,"k":{"q":13,"o":6,"h":7,"e":12,"d":9,"c":9,"a":9,".":22,",":18}},"x":{"d":"12,-192r50,0r28,49r28,-49r50,0r-53,94r54,98r-49,0r-30,-53r-30,53r-50,0r55,-98","w":180,"k":{"o":13,"e":16,"d":12,"c":15}},"y":{"d":"12,-192r46,0r37,123r38,-123r45,0r-54,180v-17,59,-34,93,-110,89r0,-33v33,2,53,-11,59,-38","w":187,"k":{"o":10,"g":4,"e":13,"d":9,"c":12,"a":10,".":29,",":25}},"z":{"d":"19,-192r145,0r0,39r-96,114r96,0r0,39r-153,0r0,-39r96,-114r-88,0r0,-39","w":176},"{":{"d":"49,-10v0,-42,-1,-68,-38,-69r0,-42v38,0,38,-29,38,-70v0,-64,20,-80,82,-78r0,42v-74,-12,-5,97,-69,127v31,14,33,55,33,101v0,25,9,26,36,26r0,42v-61,2,-82,-16,-82,-79","w":138},"|":{"d":"86,-269r38,0r0,346r-38,0r0,-346","w":209},"}":{"d":"90,-190v-2,48,1,65,38,69r0,42v-38,1,-38,29,-38,70v0,63,-20,80,-82,78r0,-42v27,0,35,-1,36,-25v0,-38,2,-93,33,-102v-32,-24,-31,-38,-33,-100v-1,-26,-7,-27,-36,-27r0,-42v61,-2,84,16,82,79","w":138},"~":{"d":"76,-160v32,0,59,29,88,29v15,0,33,-10,52,-27r0,40v-46,49,-94,7,-142,-4v-17,0,-34,9,-53,26r0,-40v19,-16,37,-24,55,-24","w":236},"\u00a0":{"w":112}}});

