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

Cufon.registerFont({"w":690,"face":{"font-family":"Eurostile LT Std","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 5 4 2 2 2 5 2 4","ascent":"750","descent":"-250","x-height":"6","bbox":"-50 -820 1121 250","underline-thickness":"50","underline-position":"-50","stemh":"64","stemv":"79","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":345},"!":{"d":"182,-102r0,102r-89,0r0,-102r89,0xm182,-750r-8,543r-73,0r-8,-543r89,0","w":270},"\"":{"d":"51,-750r94,0r0,111r-27,135r-40,0r-27,-135r0,-111xm210,-750r94,0r0,111r-27,135r-40,0r-27,-135r0,-111","w":355},"#":{"d":"273,-750r77,0r-36,204r124,0r35,-204r79,0r-35,204r92,0r0,80r-107,0r-27,163r101,0r0,80r-117,0r-38,223r-76,0r37,-223r-123,0r-40,223r-75,0r37,-223r-100,0r0,-80r115,0r27,-163r-105,0r0,-80r119,0xm301,-466r-27,163r123,0r27,-163r-123,0"},"$":{"d":"313,-416r0,-264v-133,0,-192,0,-192,129v0,138,74,136,192,135xm378,-346r0,276v148,0,199,-6,199,-137v0,-143,-64,-134,-199,-139xm378,-680r0,264v159,3,284,0,284,198v0,191,-86,218,-284,218r0,85r-65,0r0,-85v-195,6,-292,-24,-283,-233r85,0v0,133,-9,165,198,163r0,-276v-160,-1,-277,-5,-277,-192v0,-195,96,-212,277,-212r0,-70r65,0r0,70v190,-5,273,19,266,210r-85,0v3,-124,-18,-144,-181,-140"},"%":{"d":"802,-132r0,-110v0,-77,-18,-78,-106,-78v-82,0,-99,1,-99,78r0,110v0,83,17,83,99,83v83,0,106,0,106,-83xm862,-240r0,110v-2,120,-49,136,-165,136v-117,0,-157,-15,-160,-135r0,-110v3,-120,43,-136,159,-136v117,0,164,15,166,135xm731,-750r-509,756r-67,0r506,-756r70,0xm347,-621r0,110v-2,120,-49,136,-165,136v-117,0,-157,-15,-160,-135r0,-110v3,-120,43,-136,159,-136v117,0,164,15,166,135xm287,-513r0,-110v0,-77,-18,-78,-106,-78v-82,0,-99,1,-99,78r0,110v0,83,17,83,99,83v83,0,106,0,106,-83","w":884},"&":{"d":"563,-144r-293,-241v-110,25,-121,40,-121,159v0,146,23,157,200,157v81,0,196,7,214,-75xm740,0r-111,-92v-43,98,-160,98,-280,98v-166,0,-285,1,-285,-233v0,-182,57,-177,153,-204v-49,-41,-68,-64,-68,-148v0,-148,83,-177,230,-177v136,0,212,31,212,189r0,47r-85,0v0,-112,7,-161,-127,-161v-81,0,-145,3,-145,102v0,53,13,72,52,105r292,245v3,-34,4,-68,1,-102r78,0v3,57,4,111,-7,164r136,108","w":788},"(":{"d":"250,-756r0,75v-104,-16,-110,90,-110,160r0,436v-2,69,5,177,110,160r0,75v-164,12,-195,-100,-195,-235r0,-436v-3,-135,30,-247,195,-235","w":312},")":{"d":"62,-681r0,-75v164,-12,195,100,195,235r0,436v3,135,-30,247,-195,235r0,-75v104,16,110,-90,110,-160r0,-436v2,-69,-5,-177,-110,-160","w":312},"*":{"d":"545,-589r-154,56r92,131r-44,33r-93,-135r-100,135r-44,-33r96,-131r-153,-58r19,-54r154,57r0,-162r55,0r0,162r153,-57"},"+":{"d":"255,-525r75,0r0,204r204,0r0,75r-204,0r0,205r-75,0r0,-205r-205,0r0,-75r205,0r0,-204","w":584},",":{"d":"159,0r-38,0r0,-102r89,0v-7,102,37,229,-100,214r0,-45v44,2,51,-22,49,-67","w":345},"-":{"d":"0,-311r261,0r0,75r-261,0r0,-75","w":261},".":{"d":"199,-102r0,102r-89,0r0,-102r89,0","w":345},"\/":{"d":"699,-750r-580,863r-91,0r578,-863r93,0","w":727},"0":{"d":"344,-681v-184,0,-233,1,-233,196r0,220v0,195,49,196,233,196v186,0,235,-1,235,-196r0,-220v0,-195,-49,-196,-235,-196xm346,6v-234,0,-315,-31,-320,-271r0,-220v5,-240,86,-271,318,-271v234,0,315,31,320,271r0,220v-5,240,-86,271,-318,271"},"1":{"d":"448,-750r0,750r-85,0r0,-685r-192,211r-53,-51r207,-225r123,0"},"2":{"d":"612,-75r0,75r-540,0r0,-127v0,-195,83,-208,263,-227v159,-16,194,-9,194,-165v0,-155,-34,-162,-176,-162v-180,0,-199,11,-196,149r0,39r-85,0v-1,-192,1,-264,281,-263v199,0,261,47,261,237v0,199,-70,227,-259,240v-191,13,-204,48,-198,204r455,0"},"3":{"d":"275,-347r0,-75r89,0v107,-2,152,3,152,-124v0,-124,-18,-135,-195,-135v-159,0,-168,28,-168,161r-85,0r0,-32v0,-192,90,-204,264,-204v160,0,269,0,269,195v0,96,-14,167,-124,175r0,2v114,9,139,62,139,172v0,226,-112,218,-292,218v-172,0,-269,-24,-266,-199r0,-50r85,0r0,50v0,117,20,121,181,124v182,3,207,-3,207,-152v0,-164,-123,-119,-256,-126"},"4":{"d":"537,-750r0,504r109,0r0,75r-109,0r0,171r-85,0r0,-171r-422,0r0,-101r377,-478r130,0xm452,-246r0,-449r-2,0r-350,449r352,0"},"5":{"d":"166,-675r0,224r2,0v36,-60,138,-62,202,-62v234,0,252,109,252,253v0,235,-49,266,-276,266v-210,0,-272,-31,-278,-221r86,0v-7,132,46,146,192,146v176,0,191,-27,191,-191v0,-161,-30,-178,-191,-178v-61,0,-166,-12,-180,68r-85,0r0,-380r510,0r0,75r-425,0"},"6":{"d":"363,-389v-165,0,-211,9,-211,130v0,163,15,190,193,190v186,0,193,-25,193,-160v0,-142,-15,-160,-175,-160xm67,-259r0,-297v2,-178,107,-200,282,-200v123,0,257,-1,257,172r0,24r-85,0v7,-114,-50,-121,-172,-121v-137,0,-197,-2,-197,125v0,52,-4,113,2,161v19,-47,77,-69,191,-69v208,0,278,24,278,235v0,202,-65,235,-278,235v-210,0,-278,-32,-278,-265"},"7":{"d":"610,-750r0,107r-364,643r-100,0r394,-680r-477,0r0,-70r547,0"},"8":{"d":"195,-389r0,-2v-102,-18,-120,-60,-120,-171v0,-186,85,-194,270,-194v179,0,271,6,271,194v0,97,-13,152,-119,173v102,16,128,61,128,182v0,191,-62,213,-280,213v-179,0,-280,2,-280,-213v0,-108,10,-163,130,-182xm160,-562v0,114,12,138,185,138v171,0,186,-20,186,-138v0,-103,-13,-119,-186,-119v-172,0,-185,12,-185,119xm150,-207v0,121,10,135,195,138v167,3,195,-23,195,-138v0,-125,-22,-142,-195,-142v-167,0,-195,10,-195,142"},"9":{"d":"349,-366v173,0,193,-10,193,-152v0,-160,-43,-163,-193,-163v-172,0,-192,5,-192,163v0,142,27,152,192,152xm349,6v-188,0,-297,-12,-286,-197r85,0v-4,114,19,121,201,122v158,0,193,-6,193,-162v0,-41,4,-90,-2,-127v-33,73,-161,67,-191,67v-208,0,-277,-27,-277,-227v0,-206,60,-238,277,-238v212,0,278,33,278,238r0,287v0,189,-38,237,-278,237"},":":{"d":"199,-102r0,102r-89,0r0,-102r89,0xm199,-525r0,102r-89,0r0,-102r89,0","w":345},";":{"d":"159,0r-38,0r0,-102r89,0v-7,102,37,229,-100,214r0,-45v44,2,51,-22,49,-67xm210,-525r0,102r-89,0r0,-102r89,0","w":345},"<":{"d":"534,-484r0,80r-395,162r395,162r0,80r-484,-207r0,-70","w":584},"=":{"d":"50,-399r484,0r0,75r-484,0r0,-75xm50,-244r484,0r0,75r-484,0r0,-75","w":584},">":{"d":"534,-277r0,70r-484,207r0,-80r391,-162r-391,-162r0,-80","w":584},"?":{"d":"299,-214r-85,0v-3,-118,17,-140,141,-187v83,-31,93,-40,93,-155v0,-112,-27,-125,-150,-125v-125,0,-161,6,-161,125r0,43r-80,0r0,-43v4,-183,79,-200,241,-200v164,0,230,37,230,200v0,121,-10,180,-131,222v-96,32,-100,37,-98,120xm301,-102r0,102r-89,0r0,-102r89,0","w":584},"@":{"d":"644,-550r71,0r-89,280v-9,29,10,44,54,44v94,0,140,-132,140,-224v0,-149,-167,-242,-310,-241v-178,1,-341,168,-335,347v5,169,153,285,318,285v64,0,123,-16,168,-30r25,58v-267,109,-592,-33,-586,-321v4,-217,196,-404,409,-404v174,0,381,107,381,299v0,134,-85,291,-233,291v-44,0,-91,-14,-98,-65v-34,34,-66,63,-119,63v-92,0,-148,-81,-144,-166v6,-115,95,-228,216,-236v49,-3,98,35,114,77xm594,-445v-4,-42,-37,-65,-77,-65v-88,0,-143,101,-146,179v-2,49,35,107,90,107v88,0,139,-153,133,-221","w":990},"A":{"d":"532,-159r-379,0r-58,159r-89,0r273,-750r120,0r280,750r-88,0xm508,-229r-167,-451r-165,451r332,0","w":685},"B":{"d":"146,-348r0,273r269,0v92,0,137,-11,137,-126v0,-99,-15,-147,-127,-147r-279,0xm460,0r-399,0r0,-750r380,0v141,0,174,67,174,198v0,79,-16,132,-94,158r0,2v100,18,116,90,116,183v0,135,-50,209,-177,209xm146,-675r0,252r247,0v102,0,137,-23,137,-140v0,-101,-39,-112,-128,-112r-256,0","w":694},"C":{"d":"643,-185v3,218,-184,191,-380,191v-137,0,-218,-86,-218,-236r0,-290v-1,-239,169,-236,383,-236v166,0,209,80,205,240r-85,0v2,-113,-13,-169,-132,-165r-48,0v-176,0,-238,21,-238,158r0,206v0,171,7,248,149,248r101,0v136,0,178,-19,178,-126r0,-60r85,0r0,70","w":665},"D":{"d":"64,0r0,-750r365,0v91,0,257,12,257,289r0,179v0,74,-12,282,-237,282r-385,0xm149,-75r280,0v223,8,172,-223,172,-419v0,-42,-15,-181,-158,-181r-294,0r0,600","w":734},"E":{"d":"126,-675r0,255r380,0r0,70r-380,0r0,275r397,0r0,75r-482,0r0,-750r482,0r0,75r-397,0","w":560},"F":{"d":"150,-675r0,262r365,0r0,70r-365,0r0,343r-85,0r0,-750r460,0r0,75r-375,0","w":549,"k":{"Y":-30}},"G":{"d":"339,-375r324,0r0,163v8,209,-129,218,-331,218v-200,0,-288,-37,-288,-269r0,-232v0,-203,92,-261,220,-261r197,0v113,0,200,46,200,167r0,58r-85,0v5,-114,-12,-153,-156,-150r-105,0v-162,0,-186,32,-186,196r0,241v0,143,48,175,188,175r80,0v149,0,181,-18,181,-138r0,-93r-239,0r0,-75","w":696},"H":{"d":"680,-750r0,750r-85,0r0,-345r-439,0r0,345r-85,0r0,-750r85,0r0,330r439,0r0,-330r85,0","w":750},"I":{"d":"157,-750r0,750r-85,0r0,-750r85,0","w":228},"J":{"d":"409,-750r84,0r0,569v0,150,-94,187,-228,187v-130,0,-236,-21,-236,-169r0,-110r85,0r0,85v0,93,16,119,136,119v77,0,158,0,158,-100","w":565},"K":{"d":"157,-750r0,328r74,0r306,-328r111,0r-343,363r384,387r-115,0r-343,-347r-74,0r0,347r-85,0r0,-750r85,0","w":678},"L":{"d":"160,-750r0,675r382,0r0,75r-467,0r0,-750r85,0","w":558,"k":{"s":43,"u":140,":":140}},"M":{"d":"808,-686r-283,686r-84,0r-284,-686r-2,0r0,686r-85,0r0,-750r147,0r265,642r266,-642r147,0r0,750r-85,0r0,-686r-2,0","w":965},"N":{"d":"715,-750r0,750r-139,0r-421,-680r-2,0r0,680r-85,0r0,-750r140,0r420,685r2,0r0,-685r85,0","w":783},"O":{"d":"285,-756r101,0v187,2,244,64,244,252r0,267v0,177,-64,243,-244,243r-101,0v-180,0,-244,-66,-244,-243r0,-267v0,-188,57,-250,244,-252xm386,-681r-101,0v-126,0,-159,31,-159,177r0,267v-8,195,105,168,260,168v110,0,159,-19,159,-168r0,-267v0,-146,-33,-177,-159,-177","w":671},"P":{"d":"59,0r0,-750r382,0v145,0,179,98,179,227v0,67,-1,231,-183,231r-293,0r0,292r-85,0xm404,-675r-260,0r0,308r220,0v113,0,171,1,171,-145v0,-144,-26,-163,-131,-163","w":661,"k":{"f":140,"A":140,"q":77}},"Q":{"d":"734,-92r-35,58r-56,-38v-67,86,-192,78,-334,78v-213,0,-259,-85,-259,-287r0,-212v0,-185,71,-257,259,-263r117,0v192,0,261,68,261,263v0,119,12,268,-16,359xm380,-326r216,142v15,-102,6,-226,6,-338v0,-92,-24,-159,-159,-159r-143,0v-127,0,-165,45,-165,171r0,244v0,166,38,197,165,197v106,0,225,19,275,-47r-234,-152","w":737},"R":{"d":"154,-300r0,300r-85,0r0,-750r346,0v162,0,233,45,233,216v0,108,-17,180,-131,200v84,6,121,54,121,135r0,199r-85,0r0,-159v0,-95,-23,-141,-126,-141r-273,0xm154,-375r262,0v131,-4,147,-44,147,-168v0,-96,-13,-132,-147,-132r-262,0r0,300","w":701,"k":{"v":34,"V":35,"w":81,"W":100}},"S":{"d":"311,-346v-148,-12,-275,6,-275,-192v0,-200,92,-218,277,-218v162,0,279,7,270,211r-85,0v-4,-131,-29,-136,-188,-136v-166,0,-189,21,-189,125v0,143,68,129,208,135v178,8,268,5,268,208v0,212,-100,219,-289,219v-191,0,-290,-23,-274,-240r85,0v-2,165,30,165,189,165v160,0,204,0,204,-147v0,-143,-64,-119,-201,-130","w":629},"T":{"d":"332,-675r0,675r-85,0r0,-675r-243,0r0,-75r571,0r0,75r-243,0","w":579,"k":{"o":55,"r":250,"s":250}},"U":{"d":"581,-750r85,0r0,540v0,201,-120,216,-297,216v-164,0,-297,-4,-297,-216r0,-540r85,0r0,540v0,122,29,141,212,141v151,0,212,-1,212,-141r0,-540","w":737},"V":{"d":"558,-750r91,0r-266,750r-121,0r-268,-750r91,0r236,685r3,0","w":643,"k":{".":-35,"t":-34,"-":-28,"e":-20,"o":150,"r":120,"s":-20,"u":-36,":":-15,";":-20}},"W":{"d":"1121,-750r-236,750r-129,0r-196,-675r-2,0r-199,675r-127,0r-230,-750r87,0r204,685r2,0r202,-685r125,0r200,685r2,0r209,-685r88,0","w":1123,"k":{"A":5,"x":-13,"-":6}},"X":{"d":"641,-750r-240,362r258,388r-100,0r-228,-345r-233,345r-104,0r268,-388r-246,-362r102,0r213,321r210,-321r100,0","w":653},"Y":{"d":"638,-750r-284,437r0,313r-85,0r0,-313r-275,-437r99,0r222,351r222,-351r101,0","w":632,"k":{".":57,"t":63,"c":56,"e":160,"i":160,"u":60,":":94,";":94,"p":94,"q":-11}},"Z":{"d":"601,-750r0,79r-472,596r482,0r0,75r-585,0r0,-74r471,-601r-457,0r0,-75r561,0","w":637},"[":{"d":"55,-756r194,0r0,75r-109,0r0,756r109,0r0,75r-194,0r0,-906","w":311},"\\":{"d":"237,113r-287,-863r93,0r285,863r-91,0","w":278},"]":{"d":"256,150r-194,0r0,-75r109,0r0,-756r-109,0r0,-75r194,0r0,906","w":311},"^":{"d":"257,-750r70,0r207,489r-80,0r-162,-391r-162,391r-80,0","w":584},"_":{"d":"500,75r0,50r-500,0r0,-50r500,0","w":500},"a":{"d":"263,-58v79,0,159,-2,159,-98v0,-99,-59,-98,-159,-98v-94,0,-132,6,-132,91v0,100,41,105,132,105xm503,0r-79,0v-1,-18,3,-42,-2,-56v-30,60,-107,62,-173,62v-118,0,-200,-22,-200,-159v0,-145,75,-165,205,-165v52,0,154,5,165,53r5,0r0,-97v0,-96,-51,-105,-140,-105v-69,0,-148,3,-137,90r-82,0v-5,-141,89,-154,210,-154v132,0,228,13,228,173r0,358","w":570},"b":{"d":"441,-262v0,-172,-19,-205,-145,-205v-138,0,-147,55,-147,205v0,170,31,204,147,204v140,0,145,-60,145,-204xm68,0r0,-750r79,0r0,293r2,0v25,-67,108,-74,169,-74v181,0,205,105,205,269v0,171,-23,268,-205,268v-71,0,-140,-13,-169,-70v-6,16,0,44,-2,64r-79,0","w":574},"c":{"d":"426,-190r79,0r0,29v0,148,-98,167,-223,167v-218,0,-233,-84,-233,-279v0,-171,30,-258,220,-258v132,0,233,20,227,177r-79,0v5,-103,-45,-113,-143,-113v-140,0,-143,48,-143,216v0,148,6,193,160,193v111,0,140,-24,135,-132","w":546},"d":{"d":"280,-58v123,0,146,-42,146,-204v0,-144,-17,-205,-146,-205v-121,0,-149,21,-149,205v0,182,36,204,149,204xm426,0v-2,-22,3,-50,-2,-68v-31,63,-98,74,-169,74v-187,0,-206,-108,-206,-268v0,-158,18,-269,206,-269v58,0,146,7,169,71r2,0r0,-290r79,0r0,750r-79,0","w":574},"e":{"d":"431,-159r81,0v9,150,-100,165,-224,165v-205,0,-236,-68,-236,-268v0,-218,48,-269,236,-269v170,0,224,39,224,233r0,53r-378,0v0,166,12,187,154,187v118,1,147,-10,143,-101xm134,-309r296,0v-4,-149,-22,-158,-142,-158v-143,0,-148,37,-154,158","w":565},"f":{"d":"167,-525r139,0r0,64r-139,0r0,461r-79,0r0,-461r-80,0r0,-64r80,0r0,-63v-9,-148,74,-177,218,-166r0,64v-16,-1,-33,-2,-49,-2v-110,0,-87,76,-90,167","w":302,"k":{"r":-30,"s":-14}},"g":{"d":"277,-58v152,0,152,-87,152,-204v0,-146,-10,-205,-152,-205v-146,0,-144,67,-144,205v0,126,-9,204,144,204xm508,-525r0,587v0,140,-104,171,-231,171v-122,0,-218,-19,-210,-171r79,0v0,101,48,107,131,107v94,0,152,-10,152,-113v0,-39,4,-86,-2,-121v-22,64,-107,71,-169,71v-170,0,-207,-88,-207,-268v0,-175,27,-269,207,-269v73,0,138,10,169,73v6,-17,0,-46,2,-67r79,0","w":573},"h":{"d":"148,-750r0,289r2,0v25,-63,102,-70,162,-70v135,0,198,36,198,182r0,349r-79,0r0,-355v0,-96,-37,-112,-126,-112v-129,0,-157,40,-157,161r0,306r-79,0r0,-750r79,0","w":580},"i":{"d":"147,-525r0,525r-79,0r0,-525r79,0xm147,-750r0,87r-79,0r0,-87r79,0","w":215},"j":{"d":"147,-525r0,588v-3,81,-15,146,-113,146v-13,0,-26,-2,-39,-5r0,-61v73,11,73,-50,73,-106r0,-562r79,0xm147,-750r0,87r-79,0r0,-87r79,0","w":209},"k":{"d":"147,-750r0,434r32,0r189,-209r97,0r-225,241r266,284r-104,0r-223,-252r-32,0r0,252r-79,0r0,-750r79,0","w":487},"l":{"d":"147,-750r0,750r-79,0r0,-750r79,0","w":214},"m":{"d":"145,-525v2,26,-4,59,2,81v28,-68,108,-87,175,-87v63,0,144,18,162,87v35,-70,116,-87,187,-87v135,0,182,55,182,185r0,346r-79,0r0,-338v0,-89,-13,-129,-115,-129v-112,0,-160,32,-160,145r0,322r-79,0r0,-352v-3,-70,-3,-115,-117,-115v-104,0,-158,44,-158,151r0,316r-79,0r0,-525r79,0","w":919},"n":{"d":"148,-525v2,20,-4,48,2,64v25,-63,102,-70,162,-70v135,0,198,36,198,182r0,349r-79,0r0,-355v0,-96,-37,-112,-126,-112v-129,0,-157,40,-157,161r0,306r-79,0r0,-525r79,0","w":580},"o":{"d":"52,-262v0,-222,38,-269,233,-269v195,0,233,47,233,269v0,221,-38,268,-233,268v-195,0,-233,-47,-233,-268xm134,-262v0,182,10,204,151,204v141,0,151,-22,151,-204v0,-183,-10,-205,-151,-205v-141,0,-151,22,-151,205","w":570},"p":{"d":"294,-467v-149,0,-149,66,-149,205v0,124,8,204,149,204v122,0,145,-34,145,-204v0,-157,-11,-205,-145,-205xm145,-525v2,21,-3,49,2,66v32,-60,103,-72,169,-72v191,0,205,112,205,269v0,208,-51,268,-205,268v-62,0,-138,-11,-171,-68r0,289r-79,0r0,-752r79,0","w":573},"q":{"d":"284,-58v134,0,143,-68,143,-204v0,-147,-5,-205,-155,-205v-106,0,-138,23,-138,205v0,147,3,204,150,204xm508,-525r0,752r-79,0r0,-287r-2,0v-26,60,-104,66,-154,66v-159,0,-221,-42,-221,-268v0,-172,22,-269,221,-269v62,0,125,15,154,71v6,-17,0,-45,2,-65r79,0","w":575},"r":{"d":"58,-525r77,0v0,22,-7,49,-2,67v27,-58,90,-73,149,-73v115,-1,154,67,146,186r-75,0v4,-79,-7,-122,-88,-122v-98,0,-128,47,-128,140r0,327r-79,0r0,-525","w":442,"k":{"h":77,"x":46,"a":34,"c":35,"e":81,"i":100}},"s":{"d":"279,-531v99,0,217,10,205,143r-82,0v6,-72,-29,-73,-123,-73v-99,0,-147,-1,-147,64v0,94,26,87,108,91v135,8,258,-13,258,158v0,148,-102,154,-219,154v-114,0,-233,-6,-233,-123r0,-49r82,0v-4,94,6,102,151,102v54,0,137,12,137,-81v0,-98,-41,-80,-137,-86v-114,-8,-229,4,-229,-145v0,-152,87,-155,229,-155","w":537},"t":{"d":"346,-525r0,64r-203,0r0,333v1,57,16,70,74,70v91,0,71,-59,74,-128r75,0v7,124,-28,192,-151,192v-123,0,-151,-35,-151,-158r0,-309r-70,0r0,-64r70,0r0,-127r79,0r0,127r203,0","w":366},"u":{"d":"420,0v-2,-22,4,-52,-2,-70v-28,64,-95,76,-164,76v-139,0,-188,-56,-188,-194r0,-337r79,0r0,337v0,85,6,130,108,130v111,0,168,-18,168,-143r0,-324r79,0r0,525r-80,0","w":570},"v":{"d":"457,-525r-176,525r-111,0r-174,-525r80,0r149,465r2,0r144,-465r86,0","w":453,"k":{"y":55,"Y":250,"p":-35}},"w":{"d":"751,-525r-147,525r-115,0r-112,-470r-2,0r-113,470r-116,0r-142,-525r81,0r119,470r2,0r115,-470r113,0r114,470r2,0r119,-470r82,0","w":754,"k":{"T":-28,"w":-20,"y":150,"Y":120,"f":-36,"A":-15,",":-20,":":5}},"x":{"d":"438,-525r-167,251r187,274r-95,0r-136,-212r-136,212r-95,0r190,-274r-170,-251r89,0r122,192r119,-192r92,0","w":454},"y":{"d":"441,-525r-151,562v-26,109,-69,219,-213,191r0,-61v104,26,119,-99,137,-167r-28,0r-190,-525r81,0r162,467r2,0r118,-467r82,0","w":437,"k":{"T":6,"p":57}},"z":{"d":"430,-525r0,73r-313,388r313,0r0,64r-405,0r0,-73r313,-388r-287,0r0,-64r379,0","w":454},"{":{"d":"48,-266r0,-75v117,-8,78,-180,78,-296v0,-71,55,-119,82,-119r83,0r0,75r-44,0v-29,0,-36,22,-36,61r0,163v0,104,-63,148,-72,154v9,7,72,50,72,154r0,162v0,39,7,62,36,62r44,0r0,75r-83,0v-27,0,-82,-47,-82,-119v0,-117,38,-287,-78,-297","w":334},"|":{"d":"168,-750r0,1000r-75,0r0,-1000r75,0","w":260},"}":{"d":"286,-340r0,75v-117,8,-78,180,-78,296v0,71,-55,119,-82,119r-83,0r0,-75r44,0v29,0,36,-22,36,-61r0,-163v0,-104,63,-148,72,-154v-9,-7,-72,-50,-72,-154r0,-162v0,-39,-7,-62,-36,-62r-44,0r0,-75r83,0v27,0,82,47,82,119v0,117,-38,287,78,297","w":334},"~":{"d":"120,-215r-70,0v3,-72,27,-156,110,-164v31,-2,57,8,67,14r146,88v16,9,33,13,47,13v38,0,48,-46,44,-85r70,0v6,68,-38,161,-116,161v-80,0,-149,-72,-210,-104v-50,-43,-91,7,-88,77","w":584},"'":{"d":"49,-750r94,0r0,111r-27,135r-40,0r-27,-135r0,-111","w":191},"`":{"d":"115,-743r148,113r-26,41r-162,-100","w":338},"\u00a0":{"w":345}},"kerning":{}});Cufon.registerFont({"w":720,"face":{"font-family":"Eurostile LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 8 4 2 2 2 5 2 4","ascent":"750","descent":"-250","x-height":"6","bbox":"-19 -838 1113 250","underline-thickness":"50","underline-position":"-50","stemh":"126","stemv":"172","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":360},"!":{"d":"256,-174r0,174r-162,0r0,-174r162,0xm268,-750r-7,455r-172,0r-7,-455r186,0","w":349},"\"":{"d":"41,-750r138,0r0,130r-42,129r-54,0r-42,-129r0,-130xm263,-750r138,0r0,130r-42,129r-54,0r-42,-129r0,-130","w":442},"#":{"d":"282,-750r106,0r-39,210r101,0r39,-210r105,0r-39,210r80,0r0,115r-98,0r-24,130r94,0r0,115r-118,0r-33,180r-106,0r33,-180r-101,0r-33,180r-106,0r33,-180r-91,0r0,-115r113,0r24,-130r-96,0r0,-115r117,0xm328,-425r-24,130r102,0r26,-130r-104,0"},"$":{"d":"309,-462r97,9v180,14,291,22,291,219v0,184,-83,240,-291,240r0,92r-97,0r0,-92v-184,0,-286,-36,-286,-253r180,0v-10,135,99,97,203,97v73,0,111,0,111,-77v0,-55,-17,-68,-111,-75r-97,-6v-242,-16,-276,-66,-276,-218v0,-191,67,-230,276,-230r0,-82r97,0r0,82v157,9,266,24,266,230r-175,0v11,-104,-102,-74,-188,-74v-62,0,-96,6,-96,74v0,53,17,57,96,64"},"%":{"d":"884,-240r0,110v-2,120,-49,136,-165,136v-117,0,-157,-15,-160,-135r0,-110v3,-120,43,-136,159,-136v117,0,164,15,166,135xm784,-145r0,-83v0,-59,-12,-60,-66,-60v-49,0,-59,1,-59,60r0,83v0,63,10,64,59,64v50,0,66,-1,66,-64xm348,-621r0,110v-2,120,-49,136,-165,136v-117,0,-157,-15,-160,-135r0,-110v3,-120,43,-136,159,-136v117,0,164,15,166,135xm248,-526r0,-83v0,-59,-12,-60,-66,-60v-49,0,-59,1,-59,60r0,83v0,63,10,64,59,64v50,0,66,-1,66,-64xm742,-750r-443,750r-120,0r443,-750r120,0","w":907},"&":{"d":"483,-169r-199,-172v-48,5,-46,52,-46,89v0,101,51,99,142,99v30,0,69,0,103,-16xm468,-513v1,-83,-6,-94,-88,-94v-51,0,-66,12,-66,66v0,34,15,51,40,74r184,164r0,-99r159,0v-4,80,13,165,-20,220r83,75r-89,107r-69,-62v-50,68,-140,68,-222,68v-192,0,-326,-20,-326,-238v0,-95,19,-194,133,-196v-47,-41,-57,-65,-57,-127v0,-172,84,-201,250,-201v170,0,262,24,260,205r0,38r-172,0","w":774},"(":{"d":"57,-168r0,-264v2,-213,0,-324,271,-324r0,164v-75,0,-81,44,-81,127r0,324v0,64,1,127,81,127r0,164v-260,0,-271,-86,-271,-318","w":385},")":{"d":"328,-432r0,264v0,232,-11,318,-271,318r0,-164v80,0,81,-63,81,-127r0,-324v0,-83,-6,-127,-81,-127r0,-164v271,0,271,111,271,324","w":385},"*":{"d":"565,-564r-125,39r75,107r-73,56r-78,-112r-84,111r-76,-55r78,-108r-127,-46r32,-88r126,45r0,-135r93,0r0,135r130,-45"},"+":{"d":"242,-334r0,-191r115,0r0,191r193,0r0,115r-193,0r0,199r-115,0r0,-199r-192,0r0,-115r192,0","w":600},",":{"d":"95,-168r162,0r0,168v3,103,-35,143,-172,142r0,-75v57,-1,72,-17,72,-67r-62,0r0,-168","w":360},"-":{"d":"0,-358r272,0r0,164r-272,0r0,-164","w":272},".":{"d":"252,-174r0,174r-162,0r0,-174r162,0","w":360},"\/":{"d":"608,-750r-441,863r-137,0r441,-863r137,0","w":637},"0":{"d":"360,-756v158,0,312,10,312,263r0,236v0,253,-154,263,-312,263v-158,0,-312,-10,-312,-263r0,-236v0,-253,154,-263,312,-263xm360,-591v-99,0,-122,2,-122,130r0,172v0,128,23,130,122,130v99,0,122,-2,122,-130r0,-172v0,-128,-23,-130,-122,-130"},"1":{"d":"558,-750r0,750r-200,0r0,-573r-194,177r-113,-128r273,-226r234,0"},"2":{"d":"654,-156r0,156r-592,0r0,-156v0,-174,37,-203,264,-256v128,-30,137,-28,137,-105v0,-75,-25,-83,-105,-83v-109,0,-107,30,-106,124r-190,0r0,-37v0,-204,105,-243,296,-243v176,0,295,25,295,236v0,168,-49,200,-206,243v-152,41,-195,20,-195,121r402,0"},"3":{"d":"311,-311r0,-145r48,0v97,0,105,-10,105,-61v0,-62,-3,-83,-105,-83v-79,0,-110,11,-106,102r-190,0r0,-26v0,-214,113,-232,305,-232v121,0,286,10,286,202v0,84,-23,157,-115,169r0,8v96,4,124,74,124,161v0,194,-126,222,-295,222v-174,0,-313,-15,-313,-229r0,-40r190,0r0,25v0,84,44,88,114,88v82,0,114,-4,114,-91v0,-51,-9,-70,-114,-70r-48,0"},"4":{"d":"618,-750r0,457r64,0r0,145r-64,0r0,148r-190,0r0,-148r-392,0r0,-214r287,-388r295,0xm428,-293r0,-303r-7,0r-228,303r235,0"},"5":{"d":"65,-218r190,0v4,63,40,68,96,68v87,0,114,-2,114,-99v0,-96,-2,-117,-114,-117v-64,0,-85,0,-96,36r-172,0r0,-420r542,0r0,145r-370,0r0,144v50,-53,70,-55,165,-55v182,0,235,72,235,246v0,239,-87,276,-304,276v-185,0,-281,-38,-286,-224"},"6":{"d":"343,-299v-74,0,-96,7,-96,66v0,69,12,83,96,83v107,0,121,-5,121,-87v0,-63,-33,-62,-121,-62xm660,-521r-190,0v0,-75,-30,-79,-104,-79v-91,0,-118,4,-118,104v0,38,-4,85,2,119v26,-77,71,-78,136,-78v176,0,268,20,268,215v0,209,-96,246,-288,246v-246,0,-308,-50,-308,-303r0,-188v0,-232,91,-271,308,-271v155,0,294,8,294,203r0,32"},"7":{"d":"624,-750r0,168r-249,582r-210,0r254,-582r-361,0r0,-168r566,0"},"8":{"d":"358,-309v-92,0,-113,9,-113,80v0,65,27,79,113,79v112,0,117,-16,117,-82v0,-70,-13,-77,-117,-77xm360,6v-160,0,-305,-18,-305,-213v0,-86,41,-169,136,-173r0,-7v-91,-23,-122,-76,-122,-171v0,-183,144,-198,291,-198v161,0,294,14,294,207v0,101,-23,133,-114,162r0,7v97,13,125,84,125,173v0,198,-137,213,-305,213xm360,-454v85,0,104,-8,104,-78v0,-52,-7,-68,-104,-68v-82,0,-101,8,-101,75v0,64,28,71,101,71"},"9":{"d":"374,-451v74,0,96,-7,96,-66v0,-69,-12,-83,-96,-83v-107,0,-121,5,-121,87v0,63,33,62,121,62xm57,-229r190,0v0,75,30,79,104,79v91,0,118,-4,118,-104v0,-38,4,-85,-2,-119v-26,77,-71,78,-136,78v-176,0,-268,-20,-268,-215v0,-209,96,-246,288,-246v246,0,308,50,308,303r0,188v0,232,-91,271,-308,271v-155,0,-294,-8,-294,-203r0,-32"},":":{"d":"252,-174r0,174r-162,0r0,-174r162,0xm252,-525r0,174r-162,0r0,-174r162,0","w":360},";":{"d":"85,142r0,-75v57,-1,72,-17,72,-67r-62,0r0,-168r162,0r0,168v3,103,-35,143,-172,142xm257,-525r0,174r-162,0r0,-174r162,0","w":360},"<":{"d":"550,-525r0,128r-338,119r0,2r338,119r0,128r-500,-188r0,-120","w":600},"=":{"d":"50,-449r500,0r0,115r-500,0r0,-115xm50,-219r500,0r0,115r-500,0r0,-115","w":600},">":{"d":"50,-525r500,188r0,120r-500,188r0,-128r338,-119r0,-2r-338,-119r0,-128","w":600},"?":{"d":"361,-265r-172,0v-1,-111,1,-146,102,-196v46,-23,97,-29,97,-102v0,-53,-26,-61,-80,-61v-51,0,-90,5,-90,61r0,31r-172,0v-9,-188,90,-224,262,-224v153,0,252,23,252,193v0,130,-39,159,-145,206v-54,23,-56,37,-54,92xm356,-174r0,174r-162,0r0,-174r162,0","w":605},"@":{"d":"291,-351v0,47,27,88,76,88v114,0,145,-195,22,-196v-57,0,-98,56,-98,108xm498,-506r10,-51r95,0r-49,292v-3,19,-9,36,12,36v43,0,97,-75,97,-183v0,-162,-115,-254,-268,-254v-168,0,-279,127,-279,293v0,177,125,289,296,289v76,0,142,-29,191,-67r99,0v-72,99,-174,157,-298,157v-215,0,-388,-160,-388,-379v0,-215,169,-383,382,-383v168,0,347,132,347,311v0,151,-114,291,-250,291v-36,0,-58,-20,-60,-51v-92,108,-264,10,-264,-130v0,-118,80,-230,204,-230v51,0,93,18,123,59","w":760},"A":{"d":"502,-129r-269,0r-37,129r-208,0r225,-750r304,0r228,750r-204,0xm462,-275r-93,-325r-2,0r-91,325r186,0","w":733},"B":{"d":"60,0r0,-750r394,0v149,0,237,28,237,192v0,95,-19,157,-118,173r0,8v111,7,130,74,130,168v0,184,-86,209,-245,209r-398,0xm260,-586r0,136r144,0v70,0,87,-12,87,-72v0,-45,-7,-64,-63,-64r-168,0xm260,-311r0,147v97,-10,243,38,243,-76v0,-62,-23,-71,-88,-71r-155,0","w":738},"C":{"d":"489,-284r206,0v0,97,5,172,-69,235v-67,57,-151,55,-238,55v-204,0,-353,-10,-353,-284r0,-194v0,-248,133,-284,353,-284v206,0,302,21,306,246r0,29r-206,0v6,-86,-44,-101,-122,-101v-114,0,-125,35,-125,142r0,117v0,112,5,155,125,155v92,0,129,-18,123,-116","w":728},"D":{"d":"52,0r0,-750r380,0v209,0,302,78,302,291r0,157v0,205,-66,302,-275,302r-407,0xm252,-576r0,402r175,0v130,6,101,-162,101,-285v0,-97,-31,-117,-101,-117r-175,0","w":775},"E":{"d":"264,-586r0,137r320,0r0,139r-320,0r0,146r348,0r0,164r-548,0r0,-750r541,0r0,164r-341,0","w":678},"F":{"d":"255,-586r0,147r306,0r0,164r-306,0r0,275r-200,0r0,-750r532,0r0,164r-332,0","w":616,"k":{".":-20,"c":-6}},"G":{"d":"720,-517r-203,0v-4,-76,-69,-75,-129,-75v-144,0,-150,44,-150,165r0,122v0,133,46,147,150,147v102,0,129,-23,129,-127r-138,0r0,-139r341,0r0,131v0,253,-64,299,-332,299v-236,0,-356,-40,-356,-283r0,-194v0,-248,136,-285,356,-285v194,0,332,1,332,239","w":758},"H":{"d":"725,-750r0,750r-200,0r0,-294r-261,0r0,294r-200,0r0,-750r200,0r0,282r261,0r0,-282r200,0","w":788},"I":{"d":"262,-750r0,750r-200,0r0,-750r200,0","w":324},"J":{"d":"343,-750r200,0r0,519v0,201,-60,237,-270,237v-208,0,-251,-49,-251,-258r0,-62r190,0v3,69,-17,146,61,146v62,0,70,-16,70,-63r0,-519","w":602},"K":{"d":"264,-750r0,282r60,0r193,-282r242,0r-264,368r286,382r-248,0r-209,-294r-60,0r0,294r-200,0r0,-750r200,0","w":752},"L":{"d":"258,-750r0,576r313,0r0,174r-513,0r0,-750r200,0","w":585,"k":{";":11,"p":110}},"M":{"d":"241,-575r20,575r-200,0r0,-750r317,0r143,471r7,0r136,-471r325,0r0,750r-200,0r20,-575r-7,0r-190,575r-173,0r-192,-575r-6,0","w":1049},"N":{"d":"249,-576r12,576r-200,0r0,-750r338,0r215,576r8,0r-12,-576r200,0r0,750r-341,0r-212,-576r-8,0","w":871},"O":{"d":"380,6v-203,0,-347,-44,-347,-275r0,-212v0,-231,144,-275,347,-275v203,0,347,44,347,275r0,212v0,231,-144,275,-347,275xm380,-168v104,0,141,-11,141,-123r0,-169v0,-111,-37,-122,-141,-122v-104,0,-141,11,-141,122r0,169v3,112,37,123,141,123","w":760},"P":{"d":"258,0r-200,0r0,-750r377,0v186,0,256,79,256,275v0,211,-47,283,-256,283r-177,0r0,192xm258,-366r137,0v79,-3,90,-12,90,-109v0,-77,-12,-101,-90,-101r-137,0r0,210","w":711,"k":{"m":11,"n":110,"o":100}},"Q":{"d":"433,-378r107,76r0,-122v0,-133,-17,-158,-143,-158v-125,0,-141,25,-141,158r0,135v0,115,43,121,142,121v33,0,63,-1,89,-11r-133,-87xm731,1r-74,-59v-70,61,-177,64,-259,64v-232,0,-348,-51,-348,-302r0,-158v0,-246,120,-302,348,-302v228,0,348,56,348,302v0,93,10,222,-15,288r82,56","w":796},"R":{"d":"257,-373r155,0v86,0,83,-32,83,-117v0,-67,-17,-86,-83,-86r-155,0r0,203xm57,0r0,-750r386,0v173,3,258,40,258,227v0,125,0,198,-142,231r0,8v82,3,135,48,135,133r0,151r-200,0v-1,-94,19,-199,-82,-199r-155,0r0,199r-200,0","w":742,"k":{"d":68,"e":34,"h":21,"m":21,"n":92,"o":80}},"S":{"d":"238,-528v0,91,95,65,165,72v221,23,277,44,277,216v0,124,5,246,-325,246v-191,0,-318,-4,-318,-250r192,0v0,78,28,86,126,86v94,0,125,-6,125,-69v0,-65,-11,-63,-105,-70v-196,-15,-337,4,-337,-230v0,-215,121,-229,317,-229v164,0,304,3,304,210r0,31r-192,0v0,-77,-32,-77,-112,-77v-108,0,-117,22,-117,64","w":716},"T":{"d":"393,-576r0,576r-200,0r0,-576r-192,0r0,-174r594,0r0,174r-202,0","w":595,"k":{"T":21,"V":21,"w":92,"W":80}},"U":{"d":"509,-750r200,0r0,500v0,200,-94,256,-314,256v-300,0,-332,-76,-332,-256r0,-500r200,0r0,496v0,85,48,86,132,86v85,0,114,-7,114,-95r0,-487","w":771},"V":{"d":"355,-172r165,-578r207,0r-219,750r-312,0r-212,-750r203,0r162,578r6,0","w":711,"k":{",":21,".":100,"c":90}},"W":{"d":"799,-172r113,-578r201,0r-166,750r-289,0r-102,-470r-8,0r-109,470r-286,0r-162,-750r203,0r108,578r7,0r141,-578r208,0r134,578r7,0","w":1104,"k":{"f":-20,",":-20,"d":-17,"g":100,"h":100,"m":-20,"n":-20,"o":-20,"q":-20,"r":-15,"t":-15,"u":-15,"v":-20,"x":-20,"z":-15,"-":-20,"a":-15,"i":-20,"s":-12,":":-14,";":-71}},"X":{"d":"733,-750r-207,364r223,386r-233,0r-149,-289r-148,289r-235,0r225,-386r-211,-364r234,0r135,275r136,-275r230,0","w":732},"Y":{"d":"724,-750r-274,487r0,263r-200,0r0,-263r-266,-487r229,0r134,289r7,0r138,-289r232,0","w":708,"k":{"T":-14,"V":-71,",":-17,".":-15,"d":-19,"e":-17}},"Z":{"d":"636,-750r0,168r-359,402r0,6r359,0r0,174r-613,0r0,-169r354,-401r0,-6r-331,0r0,-174r590,0","w":659},"[":{"d":"57,-756r271,0r0,164r-81,0r0,578r81,0r0,164r-271,0r0,-906","w":385},"\\":{"d":"472,113r-441,-863r137,0r441,863r-137,0","w":640},"]":{"d":"328,150r-271,0r0,-164r81,0r0,-578r-81,0r0,-164r271,0r0,906","w":385},"^":{"d":"180,-250r-130,0r190,-500r120,0r190,500r-130,0r-119,-338r-2,0","w":600},"_":{"d":"500,75r0,50r-500,0r0,-50r500,0","w":500},"a":{"d":"288,-217v-42,0,-75,7,-75,55v0,57,49,57,75,57v72,0,94,-9,94,-64v0,-44,-38,-48,-94,-48xm382,0r6,-78r-6,0v-13,72,-91,84,-151,84v-120,0,-190,-29,-190,-163v0,-126,66,-165,190,-165v49,0,124,-1,143,59r8,0v-8,-82,33,-163,-78,-163v-43,0,-70,10,-70,57r-172,0v0,-163,119,-162,242,-162v176,0,250,22,250,203r0,328r-172,0","w":609},"b":{"d":"55,-750r172,0r0,300r8,0v28,-68,83,-81,146,-81v144,0,199,64,199,224r0,120v0,139,-72,193,-199,193v-75,0,-130,-18,-150,-97r-8,0r4,91r-172,0r0,-750xm322,-126v73,0,86,-26,86,-137v0,-88,-6,-136,-86,-136v-71,0,-95,17,-95,136v0,102,4,137,95,137","w":613},"c":{"d":"364,-328v2,-61,-17,-70,-82,-71v-61,0,-79,17,-79,137v0,123,14,136,79,136v78,0,82,-19,82,-84r172,0v0,192,-65,216,-254,216v-203,0,-251,-61,-251,-268v0,-178,36,-269,251,-269v151,0,254,16,254,203r-172,0","w":557},"d":{"d":"558,-750r0,750r-172,0r4,-91r-8,0v-20,79,-75,97,-150,97v-127,0,-199,-54,-199,-193r0,-120v0,-160,55,-224,199,-224v63,0,118,13,146,81r8,0r0,-300r172,0xm205,-262v0,128,16,136,88,136v71,0,93,-17,93,-136v0,-102,-2,-137,-93,-137v-86,0,-88,33,-88,137","w":612},"e":{"d":"202,-328r169,0v0,-78,-29,-83,-87,-83v-61,0,-80,14,-82,83xm543,-175v0,156,-101,181,-256,181v-207,0,-257,-72,-257,-268v0,-202,46,-269,257,-269v208,0,261,75,256,298r-341,0v0,92,14,119,85,119v53,0,87,-6,87,-61r169,0","w":574},"f":{"d":"378,-525r0,126r-117,0r0,399r-172,0r0,-399r-69,0r0,-126r69,0v-7,-181,26,-227,282,-225r0,131v-10,-3,-21,-5,-32,-5v-85,-4,-77,27,-78,99r117,0","w":393,"k":{"z":-20,"-":-6}},"g":{"d":"295,-132v84,0,91,-40,91,-130v0,-119,-19,-137,-91,-137v-80,0,-88,16,-88,137v0,108,14,130,88,130xm219,47v-1,52,29,62,77,61v74,0,90,-12,90,-85r0,-109r-6,0v-22,65,-77,86,-143,86v-186,0,-202,-113,-202,-262v0,-170,21,-269,202,-269v74,0,128,18,149,99r6,0r-6,-93r172,0r0,502v0,196,-54,256,-256,256v-186,0,-240,-20,-246,-186r163,0","w":615},"h":{"d":"236,-427v23,-76,67,-103,157,-104v116,0,169,55,169,168r0,363r-172,0r0,-323v-1,-51,-15,-76,-71,-76v-77,0,-90,46,-90,110r0,289r-172,0r0,-750r172,0r0,323r7,0","w":619},"i":{"d":"215,-525r0,525r-172,0r0,-525r172,0xm215,-750r0,132r-172,0r0,-132r172,0","w":257},"j":{"d":"202,-525r0,532v7,136,-95,171,-221,150r0,-118v43,0,49,-24,49,-50r0,-514r172,0xm202,-750r0,132r-172,0r0,-132r172,0","w":242},"k":{"d":"227,-750r0,422r30,0r104,-197r189,0r-148,252r182,273r-201,0r-126,-213r-30,0r0,213r-172,0r0,-750r172,0","w":592},"l":{"d":"231,-750r0,750r-172,0r0,-750r172,0","w":289},"m":{"d":"58,-525r167,0r0,74r7,0v21,-62,85,-80,144,-80v74,0,150,13,159,103r8,0v9,-75,80,-103,146,-103v121,0,183,50,183,172r0,359r-172,0r0,-304v-3,-55,-2,-95,-69,-95v-67,0,-80,45,-80,101r0,298r-172,0r0,-318v-2,-48,-5,-81,-65,-81v-71,0,-84,38,-84,101r0,298r-172,0r0,-525","w":929},"n":{"d":"236,-427v23,-76,67,-103,157,-104v116,0,169,55,169,168r0,363r-172,0r0,-323v-1,-51,-15,-76,-71,-76v-77,0,-90,46,-90,110r0,289r-172,0r0,-525r172,0r0,98r7,0","w":619},"o":{"d":"296,-531v220,0,263,47,263,269v0,216,-45,268,-263,268v-215,0,-262,-58,-262,-268v0,-215,43,-269,262,-269xm299,-399v-83,0,-93,23,-93,137v0,114,10,136,93,136v80,0,88,-22,88,-136v0,-114,-8,-137,-88,-137","w":593},"p":{"d":"55,227r0,-752r172,0r-4,83r8,0v20,-71,75,-89,150,-89v127,0,199,54,199,193r0,120v0,160,-55,224,-199,224v-63,0,-118,-13,-146,-85r-8,0r0,306r-172,0xm313,-399v-73,0,-86,26,-86,137v0,88,6,136,86,136v71,0,95,-17,95,-136v0,-102,-4,-137,-95,-137","w":618},"q":{"d":"562,227r-172,0r0,-306r-8,0v-28,72,-83,85,-146,85v-144,0,-199,-64,-199,-224r0,-120v0,-139,72,-193,199,-193v75,0,130,18,150,89r8,0r-4,-83r172,0r0,752xm295,-399v-73,0,-86,26,-86,137v0,88,6,136,86,136v71,0,95,-17,95,-136v0,-102,-4,-137,-95,-137","w":619},"r":{"d":"228,-448v22,-55,61,-83,132,-83v135,0,130,118,130,235r-155,0v-2,-48,11,-103,-45,-103v-52,0,-64,41,-64,84r0,315r-172,0r0,-525r167,0r0,77r7,0","w":501,"k":{"V":11,"w":110,"W":100,"a":68,"i":34,":":21,";":21,"p":92}},"s":{"d":"359,-376v-5,-37,-32,-45,-70,-44v-90,0,-90,11,-90,42v0,26,2,44,90,46v178,4,257,14,257,161v0,154,-119,177,-257,177v-136,0,-257,3,-257,-170r172,0v0,59,43,59,85,59v78,0,90,-5,90,-46v0,-52,-30,-52,-90,-52v-218,0,-257,-49,-257,-156v0,-169,111,-172,257,-172v104,0,248,7,232,155r-162,0","w":578},"t":{"d":"449,-525r0,126r-199,0r0,235v1,31,7,44,39,44v55,0,41,-50,46,-96r137,0r0,47v0,143,-53,175,-193,175v-110,0,-201,-14,-201,-146r0,-259r-64,0r0,-126r64,0r0,-111r172,0r0,111r199,0","w":485},"u":{"d":"555,0r-167,0r6,-101r-8,0v-24,81,-84,107,-157,107v-104,0,-178,-44,-178,-172r0,-359r172,0r0,313v0,48,5,86,63,86v46,0,97,-24,97,-76r0,-323r172,0r0,525","w":615},"v":{"d":"537,-525r-129,525r-270,0r-145,-525r180,0r95,410r5,0r86,-410r178,0","w":530,"k":{"x":21,"z":100,"-":90}},"w":{"d":"837,-525r-92,525r-247,0r-74,-374r-6,0r-72,374r-250,0r-95,-525r165,0r58,410r8,0r87,-410r201,0r87,410r7,0r61,-410r162,0","w":838,"k":{"u":-20,"x":-20,"a":-17,"s":100,":":100,";":-20,"p":-20}},"x":{"d":"537,-525r-138,247r152,278r-202,0r-75,-173r-73,173r-207,0r156,-278r-135,-247r199,0r60,145r63,-145r200,0","w":545},"y":{"d":"540,-525r-132,571v-26,159,-114,199,-285,184r0,-119v85,15,122,-40,120,-111r-94,0r-156,-525r180,0r104,427r2,0r85,-427r176,0","w":533,"k":{"T":100,"V":-20,"w":-20,"W":-20,"y":-20,"Y":-15,"f":-15,"A":-20,",":-20,".":-15,"c":-20,"d":-15,"e":-20,"g":-12,"h":-14,"m":-71,"x":-17,"z":-15,"a":-19,"i":-17}},"z":{"d":"40,-525r435,0r0,136r-254,269r254,0r0,120r-454,0r0,-142r248,-263r-229,0r0,-120","w":496},"{":{"d":"24,-242r0,-132v20,0,82,0,82,-44r0,-205v0,-92,77,-133,113,-133r142,0r0,132r-37,0v-46,0,-46,26,-46,51r0,171v-1,78,-68,87,-96,96v31,3,96,9,96,102r0,171v0,25,0,51,46,51r37,0r0,132r-142,0v-36,0,-113,-41,-113,-133r0,-205v0,-55,-62,-54,-82,-54","w":385},"|":{"d":"358,-750r0,1000r-115,0r0,-1000r115,0","w":600},"}":{"d":"361,-374r0,132v-20,0,-82,-1,-82,54r0,205v0,92,-77,133,-113,133r-142,0r0,-132r37,0v46,0,46,-26,46,-51r0,-171v1,-96,68,-95,96,-104v-31,-3,-96,-19,-96,-94r0,-171v0,-25,0,-51,-46,-51r-37,0r0,-132r142,0v36,0,113,41,113,133r0,205v0,44,62,44,82,44","w":385},"~":{"d":"453,-359r97,0v0,87,-26,205,-128,205v-92,0,-159,-109,-247,-128v-26,0,-25,56,-28,87r-97,0v0,-88,24,-207,132,-207v93,0,151,127,237,127v26,0,36,-52,34,-84","w":600},"'":{"d":"41,-750r138,0r0,130r-42,129r-54,0r-42,-129r0,-130","w":220},"`":{"d":"125,-756r204,120r-28,62r-226,-71","w":404},"\u00a0":{"w":360}},"kerning":{}});Cufon.registerFont({"w":720,"face":{"font-family":"Eurostile LT Std","font-weight":700,"font-style":"oblique","font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 8 4 2 2 2 5 2 4","ascent":"750","descent":"-250","x-height":"6","bbox":"-52 -856 1272 285","underline-thickness":"50","underline-position":"-50","slope":"-12","stemh":"126","stemv":"172","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":360},"!":{"d":"293,-174r-37,174r-162,0r37,-174r162,0xm427,-750r-103,455r-172,0r89,-455r186,0","w":349},"\"":{"d":"200,-750r138,0r-27,130r-70,129r-54,0r-14,-129xm422,-750r138,0r-27,130r-70,129r-54,0r-14,-129","w":442},"#":{"d":"441,-750r106,0r-83,210r101,0r83,-210r105,0r-83,210r80,0r-25,115r-98,0r-51,130r94,0r-25,115r-118,0r-71,180r-106,0r71,-180r-101,0r-71,180r-106,0r71,-180r-91,0r25,-115r113,0r51,-130r-96,0r25,-115r117,0xm418,-425r-51,130r102,0r53,-130r-104,0"},"$":{"d":"407,-462r95,9v177,14,287,22,245,219v-39,184,-134,240,-342,240r-20,92r-97,0r20,-92v-184,0,-279,-36,-232,-253r180,0v-39,135,81,97,182,97v73,0,111,0,127,-77v12,-55,-3,-68,-95,-75r-96,-6v-238,-16,-261,-66,-229,-218v41,-191,116,-230,325,-230r17,-82r97,0r-17,82v155,9,261,24,217,230r-175,0v33,-105,-89,-74,-172,-74v-62,0,-98,6,-112,74v-11,53,4,57,82,64"},"%":{"d":"935,-240r-23,110v-28,120,-78,136,-194,136v-117,0,-154,-15,-132,-135r24,-110v28,-120,72,-136,188,-136v117,0,161,15,137,135xm815,-145r17,-83v13,-59,1,-60,-53,-60v-49,0,-59,1,-72,60r-17,83v-14,63,-4,64,45,64v50,0,67,-1,80,-64xm480,-621r-23,110v-28,120,-78,136,-194,136v-117,0,-154,-15,-132,-135r24,-110v28,-120,72,-136,188,-136v117,0,161,15,137,135xm360,-526r17,-83v13,-59,1,-60,-53,-60v-49,0,-59,1,-72,60r-17,83v-14,63,-4,64,45,64v50,0,67,-1,80,-64xm901,-750r-602,750r-120,0r602,-750r120,0","w":907},"&":{"d":"519,-169r-163,-172v-49,5,-56,52,-64,89v-21,101,30,99,121,99v30,0,69,0,106,-16xm671,0r-56,-62v-64,68,-154,68,-236,68v-192,0,-322,-20,-276,-238v21,-95,61,-194,175,-196v-38,-41,-43,-65,-30,-127v37,-172,127,-201,293,-201v170,0,257,24,216,205r-8,38r-172,0v19,-82,15,-94,-68,-94v-51,0,-69,12,-80,66v-7,34,4,51,24,74r149,164r21,-99r159,0v-21,79,-20,162,-66,220r67,75","w":774},"(":{"d":"93,-168r56,-264v47,-213,69,-324,340,-324r-35,164v-75,0,-91,44,-108,127r-69,324v-14,64,-26,127,54,127r-35,164v-260,0,-253,-86,-203,-318","w":385},")":{"d":"420,-432r-56,264v-50,232,-79,318,-339,318r35,-164v80,0,94,-63,108,-127r69,-324v17,-83,21,-127,-54,-127r35,-164v271,0,247,111,202,324","w":385},"*":{"d":"685,-564r-133,39r52,107r-85,56r-54,-112r-108,111r-64,-55r101,-108r-117,-46r50,-88r117,45r28,-135r93,0r-28,135r139,-45"},"+":{"d":"313,-334r41,-191r115,0r-41,191r193,0r-24,115r-193,0r-43,199r-115,0r43,-199r-192,0r24,-115r192,0","w":600},",":{"d":"131,-168r162,0r-36,168v-19,103,-65,143,-202,142r16,-75v57,-1,75,-17,86,-67r-62,0","w":360},"-":{"d":"76,-358r272,0r-35,164r-272,0","w":272},".":{"d":"289,-174r-37,174r-162,0r37,-174r162,0","w":360},"\/":{"d":"767,-750r-624,863r-137,0r624,-863r137,0","w":637},"0":{"d":"521,-756v158,0,310,10,256,263r-50,236v-54,253,-210,263,-368,263v-158,0,-310,-10,-256,-263r50,-236v54,-253,210,-263,368,-263xm486,-591v-99,0,-123,2,-150,130r-37,172v-27,128,-4,130,95,130v99,0,122,-2,149,-130r37,-172v27,-128,5,-130,-94,-130"},"1":{"d":"717,-750r-159,750r-200,0r122,-573r-232,177r-86,-128r321,-226r234,0"},"2":{"d":"687,-156r-33,156r-592,0r33,-156v37,-174,80,-203,319,-256v134,-30,143,-28,159,-105v16,-75,-7,-83,-87,-83v-91,0,-107,7,-125,87r-8,37r-190,0r8,-37v43,-204,157,-243,348,-243v176,0,289,25,245,236v-36,168,-92,200,-258,243v-161,41,-199,20,-221,121r402,0"},"3":{"d":"377,-311r31,-145r48,0v97,0,107,-10,118,-61v13,-62,15,-83,-87,-83v-79,0,-114,14,-128,102r-190,0r5,-26v46,-214,163,-232,355,-232v121,0,284,10,243,202v-18,84,-57,157,-151,169r-2,8v95,4,108,74,90,161v-41,194,-173,222,-342,222v-174,0,-310,-15,-265,-229r9,-40r190,0r-5,25v-18,84,25,88,95,88v82,0,115,-4,133,-91v11,-51,6,-70,-99,-70r-48,0"},"4":{"d":"777,-750r-97,457r64,0r-31,145r-64,0r-31,148r-190,0r31,-148r-392,0r46,-214r369,-388r295,0xm490,-293r65,-303r-7,0r-293,303r235,0"},"5":{"d":"111,-218r190,0v-9,63,26,68,82,68v87,0,114,-2,135,-99v20,-96,23,-117,-89,-117v-64,0,-85,0,-104,36r-172,0r89,-420r542,0r-30,145r-370,0r-31,144v61,-53,82,-55,177,-55v182,0,219,72,182,246v-50,239,-145,276,-362,276v-185,0,-273,-38,-239,-224"},"6":{"d":"407,-299v-74,0,-98,7,-110,66v-15,69,-6,83,78,83v107,0,122,-5,139,-87v14,-63,-19,-62,-107,-62xm771,-521r-190,0v16,-75,-13,-79,-87,-79v-91,0,-119,4,-141,104r-25,119r2,0v42,-77,88,-78,153,-78v176,0,263,20,222,215v-44,209,-148,246,-340,246v-246,0,-298,-50,-244,-303r40,-188v49,-232,149,-271,366,-271v155,0,292,8,251,203"},"7":{"d":"783,-750r-35,168r-373,582r-210,0r378,-582r-361,0r35,-168r566,0"},"8":{"d":"424,-309v-92,0,-115,9,-130,80v-14,65,10,79,96,79v112,0,120,-16,134,-82v15,-70,4,-77,-100,-77xm359,6v-160,0,-301,-18,-260,-213v18,-86,77,-169,173,-173r1,-7v-86,-23,-106,-76,-85,-171v39,-183,186,-198,333,-198v161,0,291,14,250,207v-22,101,-52,133,-149,162r-1,7v94,13,107,84,88,173v-42,198,-182,213,-350,213xm456,-454v85,0,106,-8,121,-78v11,-52,8,-68,-89,-68v-82,0,-103,8,-117,75v-14,64,12,71,85,71"},"9":{"d":"470,-451v74,0,97,-7,110,-66v15,-69,6,-83,-78,-83v-107,0,-123,5,-140,87v-13,63,20,62,108,62xm106,-229r190,0v-16,75,13,79,87,79v91,0,119,-4,140,-104r25,-119r-2,0v-42,77,-87,78,-152,78v-176,0,-264,-20,-223,-215v45,-209,149,-246,341,-246v246,0,297,50,243,303r-40,188v-49,232,-148,271,-365,271v-155,0,-293,-8,-251,-203"},":":{"d":"289,-174r-37,174r-162,0r37,-174r162,0xm364,-525r-37,174r-162,0r37,-174r162,0","w":360},";":{"d":"55,142r16,-75v57,-1,75,-17,86,-67r-62,0r36,-168r162,0r-36,168v-19,103,-65,143,-202,142xm369,-525r-37,174r-162,0r37,-174r162,0","w":360},"<":{"d":"662,-525r-28,128r-363,119r0,2r312,119r-27,128r-460,-188r26,-120","w":600},"=":{"d":"145,-449r500,0r-24,115r-500,0xm97,-219r500,0r-25,115r-500,0","w":600},">":{"d":"162,-525r460,188r-26,120r-540,188r27,-128r364,-119r0,-2r-313,-119","w":600},"?":{"d":"417,-265r-172,0v23,-106,31,-147,144,-196v54,-23,104,-30,119,-102v11,-53,-13,-61,-67,-61v-51,0,-91,5,-103,61r-7,31r-172,0r7,-31v39,-171,143,-193,303,-193v153,0,247,23,211,193v-28,130,-73,160,-189,206v-60,24,-64,41,-74,92xm393,-174r-37,174r-162,0r37,-174r162,0","w":605},"@":{"d":"366,-351v-10,47,8,88,57,88v62,0,113,-54,125,-111v11,-49,-12,-85,-61,-85v-57,0,-110,56,-121,108xm606,-506r20,-51r95,0r-111,292v-7,19,-16,36,5,36v43,0,113,-75,136,-183v34,-162,-61,-254,-214,-254v-168,0,-307,127,-342,293v-38,177,64,289,235,289v76,0,148,-29,205,-67r99,0v-93,99,-207,157,-331,157v-215,0,-354,-160,-308,-379v46,-215,251,-383,464,-383v168,0,319,132,281,311v-33,151,-176,291,-312,291v-36,1,-55,-19,-49,-51v-30,28,-72,47,-106,47v-88,0,-152,-79,-131,-177v25,-118,129,-230,253,-230v51,0,89,18,111,59","w":760},"A":{"d":"529,-129r-269,0r-64,129r-208,0r384,-750r304,0r69,750r-204,0xm520,-275r-23,-325r-2,0r-161,325r186,0","w":733},"B":{"d":"60,0r159,-750r394,0v149,0,232,28,197,192v-20,95,-53,157,-155,173r-2,8v110,7,114,74,94,168v-39,184,-130,209,-289,209r-398,0xm385,-586r-29,136r144,0v70,0,89,-12,102,-72v10,-45,6,-64,-49,-64r-168,0xm326,-311r-31,147v109,-8,244,33,259,-76v9,-63,-8,-71,-73,-71r-155,0","w":738},"C":{"d":"549,-284r206,0v-19,96,-31,172,-119,235v-79,57,-162,55,-249,55v-204,0,-351,-10,-293,-284r41,-194v53,-248,194,-284,414,-284v206,0,297,21,253,246r-6,29r-206,0r6,-29v8,-67,-38,-72,-106,-72v-114,0,-133,35,-155,142r-25,117v-24,112,-28,155,92,155v91,0,135,-21,147,-116","w":728},"D":{"d":"52,0r159,-750r380,0v209,0,286,78,241,291r-34,157v-43,205,-130,302,-339,302r-407,0xm374,-576r-85,402r175,0v133,4,135,-173,162,-285v23,-96,-7,-117,-77,-117r-175,0","w":775},"E":{"d":"389,-586r-30,137r320,0r-29,139r-320,0r-31,146r348,0r-35,164r-548,0r159,-750r541,0r-34,164r-341,0","w":678},"F":{"d":"380,-586r-32,147r306,0r-35,164r-306,0r-58,275r-200,0r159,-750r532,0r-34,164r-332,0","w":616,"k":{".":-20,"c":-6}},"G":{"d":"830,-517r-203,0v12,-76,-53,-75,-113,-75v-144,0,-159,44,-185,165r-26,122v-28,133,15,147,119,147v102,0,133,-23,156,-127r-138,0r29,-139r341,0r-28,131v-53,253,-127,299,-395,299v-236,0,-348,-40,-296,-283r41,-194v53,-248,197,-285,417,-285v194,0,331,1,281,239","w":758},"H":{"d":"884,-750r-159,750r-200,0r62,-294r-261,0r-62,294r-200,0r159,-750r200,0r-60,282r261,0r60,-282r200,0","w":788},"I":{"d":"421,-750r-159,750r-200,0r159,-750r200,0","w":324},"J":{"d":"502,-750r200,0r-110,519v-43,201,-110,237,-320,237v-208,0,-241,-49,-196,-258r13,-62r190,0v-6,51,-56,146,30,146v62,0,73,-16,83,-63","w":602},"K":{"d":"423,-750r-60,282r60,0r253,-282r242,0r-342,368r205,382r-248,0r-147,-294r-60,0r-62,294r-200,0r159,-750r200,0","w":752},"L":{"d":"417,-750r-122,576r313,0r-37,174r-513,0r159,-750r200,0","w":585,"k":{";":11,"p":110}},"M":{"d":"363,-575r-102,575r-200,0r159,-750r317,0r43,471r7,0r236,-471r325,0r-159,750r-200,0r142,-575r-7,0r-312,575r-173,0r-70,-575r-6,0","w":1049},"N":{"d":"371,-576r-110,576r-200,0r159,-750r338,0r93,576r8,0r110,-576r200,0r-159,750r-341,0r-90,-576r-8,0","w":871},"O":{"d":"379,6v-203,0,-338,-44,-289,-275r45,-212v49,-231,203,-275,406,-275v203,0,337,44,288,275r-45,212v-49,231,-202,275,-405,275xm416,-168v104,0,143,-11,167,-123r36,-169v23,-111,-11,-122,-115,-122v-104,0,-143,10,-167,122r-36,169v-21,112,11,123,115,123","w":760},"P":{"d":"258,0r-200,0r159,-750r377,0v186,0,240,79,198,275v-45,211,-107,283,-316,283r-177,0xm336,-366r137,0v79,-3,92,-12,113,-109v16,-77,9,-101,-69,-101r-137,0","w":711,"k":{"m":11,"n":110,"o":100}},"Q":{"d":"513,-378r91,76r26,-122v28,-133,17,-158,-109,-158v-125,0,-147,25,-175,158r-29,135v-24,115,18,121,117,121v33,0,63,-1,91,-11r-114,-87xm731,1r-62,-59v-83,61,-190,64,-272,64v-232,0,-337,-51,-284,-302r33,-158v53,-246,185,-302,413,-302v228,0,338,56,283,302v-21,93,-35,221,-76,288r70,56","w":796},"R":{"d":"336,-373r155,0v86,0,90,-32,108,-117v14,-67,1,-86,-65,-86r-155,0xm57,0r159,-750r386,0v173,3,250,40,210,227v-26,125,-42,198,-191,231r-2,8v82,3,125,48,107,133r-32,151r-200,0v10,-72,71,-199,-40,-199r-155,0r-42,199r-200,0","w":742,"k":{"d":68,"e":34,"h":21,"m":21,"n":92,"o":80}},"S":{"d":"350,-528v-23,91,82,65,150,72v218,23,268,44,231,216v-26,124,-47,246,-377,246v-191,0,-317,-4,-265,-250r192,0v-17,78,10,86,108,86v94,0,126,-6,139,-69v14,-65,3,-63,-90,-70v-193,-15,-341,4,-288,-230v49,-214,170,-229,366,-229v164,0,303,3,259,210r-7,31r-192,0v17,-77,-15,-77,-95,-77v-108,0,-120,22,-131,64","w":716},"T":{"d":"515,-576r-122,576r-200,0r122,-576r-192,0r37,-174r594,0r-37,174r-202,0","w":595,"k":{"T":21,"V":21,"w":92,"W":80}},"U":{"d":"668,-750r200,0r-106,500v-42,200,-148,256,-368,256v-300,0,-316,-76,-278,-256r106,-500r200,0r-105,496v-18,85,30,86,114,86v85,0,115,-7,134,-95","w":771},"V":{"d":"392,-172r287,-578r207,0r-378,750r-312,0r-53,-750r203,0r40,578r6,0","w":711,"k":{",":21,".":100,"c":90}},"W":{"d":"836,-172r235,-578r201,0r-325,750r-289,0r-2,-470r-8,0r-209,470r-286,0r-3,-750r203,0r-14,578r7,0r263,-578r208,0r12,578r7,0","w":1104,"k":{"f":-20,",":-20,"d":-17,"g":100,"h":100,"m":-20,"n":-20,"o":-20,"q":-20,"r":-15,"t":-15,"u":-15,"v":-20,"x":-20,"z":-15,"-":-20,"a":-15,"i":-20,"s":-12,":":-14,";":-71}},"X":{"d":"892,-750r-284,364r141,386r-233,0r-88,-289r-209,289r-235,0r307,-386r-134,-364r234,0r77,275r194,-275r230,0","w":732},"Y":{"d":"883,-750r-377,487r-56,263r-200,0r56,-263r-163,-487r229,0r73,289r7,0r199,-289r232,0","w":708,"k":{"T":-14,"V":-71,",":-17,".":-15,"d":-19,"e":-17}},"Z":{"d":"795,-750r-35,168r-445,402r-1,6r359,0r-37,174r-613,0r36,-169r439,-401r1,-6r-331,0r37,-174r590,0","w":659},"[":{"d":"218,-756r271,0r-35,164r-81,0r-123,578r81,0r-35,164r-271,0","w":385},"\\":{"d":"448,113r-258,-863r137,0r258,863r-137,0","w":640},"]":{"d":"296,150r-271,0r35,-164r81,0r123,-578r-81,0r35,-164r271,0","w":385},"^":{"d":"233,-250r-130,0r296,-500r120,0r84,500r-130,0r-47,-338r-2,0","w":600},"_":{"d":"484,75r-11,50r-500,0r11,-50r500,0","w":500},"a":{"d":"334,-217v-42,0,-76,7,-87,55v-12,57,37,57,63,57v72,0,96,-9,108,-64v9,-44,-28,-48,-84,-48xm140,-369v28,-143,124,-162,277,-162v176,0,245,22,207,203r-70,328r-172,0r23,-78r-6,0v-29,72,-109,84,-169,84v-120,0,-184,-29,-156,-163v27,-126,101,-165,225,-165v49,0,125,-1,131,59r8,0v4,-64,75,-163,-43,-163v-43,0,-73,10,-83,57r-172,0","w":609},"b":{"d":"331,-450v35,-57,83,-81,163,-81v144,0,185,64,151,224r-25,120v-30,139,-113,193,-240,193v-75,0,-126,-18,-130,-97r-8,0r-15,91r-172,0r159,-750r172,0r-63,300r8,0xm349,-126v73,0,91,-26,115,-137v19,-88,23,-136,-57,-136v-71,0,-99,17,-124,136v-22,102,-25,137,66,137","w":613},"c":{"d":"581,-210v-40,180,-95,217,-300,216v-203,0,-238,-61,-194,-268v38,-178,93,-269,308,-269v151,0,250,16,211,203r-172,0v15,-63,-4,-70,-67,-71v-61,0,-83,17,-108,137v-26,123,-15,136,50,136v78,0,86,-19,100,-84r172,0","w":557},"d":{"d":"401,-91v-32,69,-80,96,-170,97v-127,0,-188,-54,-158,-193r25,-120v34,-160,103,-224,247,-224v63,0,115,13,129,81r8,0r63,-300r172,0r-159,750r-172,0r23,-91r-8,0xm261,-262v-28,128,-13,136,59,136v71,0,97,-17,122,-136v22,-102,27,-137,-64,-137v-86,0,-95,33,-117,137","w":612},"e":{"d":"272,-328r169,0v16,-78,-12,-83,-70,-83v-61,0,-83,14,-99,83xm580,-175v-30,147,-126,181,-294,181v-207,0,-242,-72,-200,-268v43,-202,103,-269,314,-269v197,0,244,55,199,269r-6,29r-341,0v-20,92,-12,119,59,119v53,0,89,-6,100,-61r169,0","w":574},"f":{"d":"490,-525r-27,126r-117,0r-85,399r-172,0r85,-399r-69,0r27,-126r69,0v28,-172,73,-231,329,-225r-27,131v-10,-3,-20,-5,-31,-5v-85,-5,-84,30,-99,99r117,0","w":393,"k":{"z":-20,"-":-6}},"g":{"d":"323,-132v84,0,100,-40,119,-130v25,-119,10,-137,-62,-137v-80,0,-92,16,-117,137v-23,108,-14,130,60,130xm398,-86v-31,57,-83,85,-161,86v-186,0,-178,-113,-146,-262v36,-170,78,-269,259,-269v74,0,124,18,128,99r6,0r14,-93r172,0r-107,502v-42,196,-109,256,-311,256v-186,0,-235,-20,-206,-186r163,0v-12,53,17,62,64,61v74,0,93,-12,108,-85r23,-109r-6,0","w":615},"h":{"d":"327,-427v38,-73,83,-104,179,-104v116,0,157,55,133,168r-77,363r-172,0r69,-323v9,-51,1,-76,-55,-76v-77,0,-100,46,-114,110r-61,289r-172,0r159,-750r172,0r-68,323r7,0","w":619},"i":{"d":"327,-525r-112,525r-172,0r112,-525r172,0xm374,-750r-28,132r-172,0r28,-132r172,0","w":257},"j":{"d":"314,-525r-113,532v-25,133,-120,171,-253,150r25,-118v43,0,54,-24,59,-50r110,-514r172,0xm361,-750r-28,132r-172,0r28,-132r172,0","w":242},"k":{"d":"386,-750r-89,422r30,0r146,-197r189,0r-202,252r124,273r-201,0r-81,-213r-30,0r-45,213r-172,0r159,-750r172,0","w":592},"l":{"d":"390,-750r-159,750r-172,0r159,-750r172,0","w":289},"m":{"d":"170,-525r167,0r-16,74r7,0v34,-62,102,-80,161,-80v74,0,147,13,137,103r8,0v25,-75,102,-103,168,-103v121,0,172,50,146,172r-76,359r-172,0r65,-304v8,-55,18,-95,-49,-95v-67,0,-90,45,-102,101r-63,298r-172,0r68,-318v8,-48,12,-81,-48,-81v-71,0,-92,38,-106,101r-63,298r-172,0","w":929},"n":{"d":"327,-427v38,-73,83,-104,179,-104v116,0,157,55,133,168r-77,363r-172,0r69,-323v9,-51,1,-76,-55,-76v-77,0,-100,46,-114,110r-61,289r-172,0r112,-525r172,0r-21,98r7,0","w":619},"o":{"d":"409,-531v220,0,253,47,206,269v-46,216,-102,268,-320,268v-215,0,-249,-58,-205,-268v46,-215,100,-269,319,-269xm384,-399v-83,0,-98,23,-122,137v-25,114,-19,136,64,136v80,0,92,-22,117,-136v24,-114,21,-137,-59,-137","w":593},"p":{"d":"325,-442v31,-64,83,-89,169,-89v127,0,187,54,158,193r-26,120v-34,160,-102,224,-246,224v-63,0,-116,-13,-128,-85r-8,0r-65,306r-172,0r160,-752r172,0r-22,83r8,0xm398,-399v-73,0,-92,26,-115,137v-19,88,-23,136,57,136v71,0,99,-17,124,-136v22,-102,25,-137,-66,-137","w":618},"q":{"d":"399,-79v-37,60,-81,85,-164,85v-144,0,-186,-64,-152,-224r26,-120v29,-139,113,-193,240,-193v75,0,126,18,131,89r8,0r14,-83r172,0r-160,752r-172,0r65,-306r-8,0xm380,-399v-73,0,-92,26,-115,137v-19,88,-23,136,57,136v71,0,99,-17,124,-136v22,-102,25,-137,-66,-137","w":619},"r":{"d":"323,-448v33,-53,74,-82,150,-83v139,-2,101,137,80,235r-155,0v6,-40,35,-103,-23,-103v-52,0,-73,41,-82,84r-67,315r-172,0r112,-525r167,0r-17,77r7,0","w":501,"k":{"V":11,"w":110,"W":100,"a":68,"i":34,":":21,";":21,"p":92}},"s":{"d":"439,-376v4,-39,-26,-45,-61,-44v-90,0,-92,11,-99,42v-5,26,-7,44,81,46v177,4,253,14,222,161v-33,154,-156,177,-294,177v-136,0,-258,3,-221,-170r172,0v-13,54,24,59,72,59v78,0,91,-5,100,-46v11,-52,-19,-52,-79,-52v-218,0,-246,-49,-224,-156v36,-169,148,-172,294,-172v96,0,232,1,204,130r-5,25r-162,0","w":578},"t":{"d":"561,-525r-27,126r-199,0r-50,235v-6,31,-2,44,30,44v56,1,52,-54,66,-96r137,0r-10,47v-30,143,-90,175,-230,175v-110,0,-198,-14,-170,-146r55,-259r-64,0r27,-126r64,0r23,-111r172,0r-23,111r199,0","w":485},"u":{"d":"555,0r-167,0r27,-101r-8,0v-41,81,-106,107,-179,107v-104,0,-169,-44,-142,-172r77,-359r172,0r-67,313v-10,48,-13,86,45,86v46,0,102,-24,113,-76r69,-323r172,0","w":615},"v":{"d":"649,-525r-241,525r-270,0r-33,-525r180,0r7,410r5,0r174,-410r178,0","w":530,"k":{"x":21,"z":100,"-":90}},"w":{"d":"949,-525r-204,525r-247,0r5,-374r-6,0r-151,374r-250,0r17,-525r165,0r-30,410r8,0r175,-410r201,0r-1,410r7,0r149,-410r162,0","w":838,"k":{"u":-20,"x":-20,"a":-17,"s":100,":":100,";":-20,"p":-20}},"x":{"d":"649,-525r-191,247r93,278r-202,0r-38,-173r-110,173r-207,0r215,-278r-82,-247r199,0r29,145r94,-145r200,0","w":545},"y":{"d":"652,-525r-254,571v-63,156,-144,199,-324,184r25,-119v90,15,128,-42,144,-111r-94,0r-44,-525r180,0r13,427r2,0r176,-427r176,0","w":533,"k":{"T":100,"V":-20,"w":-20,"W":-20,"y":-20,"Y":-15,"f":-15,"A":-20,",":-20,".":-15,"c":-20,"d":-15,"e":-20,"g":-12,"h":-14,"m":-71,"x":-17,"z":-15,"a":-19,"i":-17}},"z":{"d":"152,-525r435,0r-29,136r-311,269r254,0r-26,120r-454,0r30,-142r304,-263r-229,0","w":496},"{":{"d":"75,-242r28,-132v20,0,82,0,92,-44r43,-205v20,-92,106,-133,142,-133r142,0r-28,132r-37,0v-46,0,-52,26,-57,51r-37,171v-16,78,-87,87,-116,96v30,3,94,9,74,102r-36,171v-5,25,-11,51,35,51r37,0r-28,132r-142,0v-36,0,-104,-41,-85,-133r44,-205v12,-55,-51,-54,-71,-54","w":385},"|":{"d":"282,-856r126,0r0,1141r-126,0r0,-1141","w":529},"}":{"d":"440,-374r-28,132v-20,0,-81,-1,-93,54r-44,205v-19,92,-105,133,-141,133r-142,0r28,-132r37,0v46,0,52,-26,57,-51r36,-171v21,-96,89,-95,118,-104v-30,-3,-92,-20,-76,-94r37,-171v5,-25,11,-51,-35,-51r-37,0r28,-132r142,0v36,0,104,41,84,133r-43,205v-10,44,52,44,72,44","w":385},"~":{"d":"529,-359r97,0v-15,108,-119,271,-239,176r-106,-80v-18,-13,-33,-19,-46,-19v-26,0,-37,56,-47,87r-97,0v15,-106,113,-266,239,-184r94,78v21,19,38,26,53,26v26,0,48,-52,52,-84","w":600},"'":{"d":"200,-750r138,0r-27,130r-70,129r-54,0r-14,-129","w":220},"`":{"d":"286,-756r178,120r-41,62r-211,-71","w":404},"\u00a0":{"w":360}},"kerning":{}});
