/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.04
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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-1]-=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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;if(!D){return}for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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},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",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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)}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("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;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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.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("span");s.className="cufon cufon-canvas";s.alt=w;n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("span");S.className="cufon-alt";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}})());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">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,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:'+(h?"middle":"text-bottom")+";}.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>").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("span");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("span");q.className="cufon-vml-canvas";y.appendChild(q);if(C.printable){var Z=document.createElement("span");Z.className="cufon-alt";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.registerFont({"w":200,"face":{"font-family":"NeueHelveticaThin","font-weight":100,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-13.1893 -283 321 77","underline-thickness":"18","underline-position":"-18","stemh":"12","stemv":"14","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"54,-256r-2,191r-11,0r-2,-191r15,0xm55,-35r0,35r-17,0r0,-35r17,0","w":93},"\"":{"d":"37,-148r-11,0r-2,-99r15,0xm87,-148r-11,0r-1,-99r14,0","w":113},"#":{"d":"49,0r-13,0r14,-78r-44,0r0,-12r46,0r12,-67r-43,0r0,-12r46,0r15,-78r13,0r-15,78r56,0r15,-78r12,0r-14,78r43,0r0,12r-46,0r-12,67r43,0r0,12r-45,0r-15,78r-13,0r15,-78r-56,0xm121,-90r13,-67r-57,0r-12,67r56,0"},"$":{"d":"103,-279v1,8,-2,21,1,27v50,0,79,25,78,71r-15,0v0,-39,-20,-57,-64,-59r0,106v41,6,88,20,88,70v0,42,-34,70,-88,70r0,31r-10,0r0,-31v-59,-1,-88,-28,-87,-81r15,0v-5,47,29,68,72,69r0,-116v-37,-7,-77,-18,-77,-65v0,-39,30,-64,77,-65r0,-27r10,0xm93,-136r0,-104v-40,2,-63,21,-63,52v0,36,33,48,63,52xm103,-120r0,114v37,-1,73,-15,73,-58v0,-40,-40,-50,-73,-56"},"%":{"d":"225,-256r-159,265r-13,0r159,-265r13,0xm207,-123v34,0,59,27,59,63v0,38,-24,65,-59,65v-35,0,-59,-27,-59,-64v0,-37,25,-64,59,-64xm75,-252v35,0,59,26,59,63v0,38,-24,64,-59,64v-35,0,-59,-26,-59,-64v0,-37,25,-63,59,-63xm206,-112v-26,0,-45,22,-45,52v0,32,19,54,46,54v26,0,46,-23,46,-53v0,-30,-20,-53,-47,-53xm75,-241v-26,0,-46,22,-46,52v0,31,19,54,46,54v26,0,46,-23,46,-54v0,-30,-19,-52,-46,-52","w":280},"&":{"d":"186,-106v-1,19,-6,37,-14,55r43,51r-19,0r-31,-39v-17,28,-41,44,-75,44v-44,0,-75,-28,-75,-67v0,-39,37,-62,67,-79v-15,-17,-35,-40,-35,-64v0,-29,22,-50,55,-50v31,0,54,21,54,49v0,33,-30,52,-54,68r61,76v5,-15,8,-28,9,-44r14,0xm94,-148v21,-12,47,-31,47,-57v0,-21,-16,-37,-39,-37v-24,0,-42,15,-42,36v0,19,21,43,34,58xm90,-131v-26,15,-60,35,-60,69v0,31,26,55,61,55v27,0,51,-15,66,-42","w":213},"'":{"d":"42,-148r-11,0r-1,-99r14,0","w":73},"(":{"d":"83,-259v-58,95,-58,228,0,325r-12,0v-61,-98,-62,-227,0,-325r12,0","w":86},")":{"d":"16,-259v61,98,60,227,0,325r-12,0v57,-97,58,-229,0,-325r12,0","w":86},"*":{"d":"116,-220r-45,15r28,38r-8,6r-28,-38r-28,37r-9,-6r29,-37r-45,-15r4,-10r44,15r0,-46r10,0r0,46r45,-15","w":126},"+":{"d":"102,-10r0,-81r-82,0r0,-12r82,0r0,-81r12,0r0,81r82,0r0,12r-82,0r0,81r-12,0","w":216},",":{"d":"59,-37v-1,36,6,69,-23,83v-1,-21,15,-20,12,-46r-7,0r0,-37r18,0","w":100},"-":{"d":"102,-104r0,14r-77,0r0,-14r77,0","w":126},".":{"d":"59,-37r0,37r-18,0r0,-37r18,0","w":100},"\/":{"d":"124,-258r-115,261r-13,0r115,-261r13,0","w":119},"0":{"d":"100,-252v72,0,90,71,90,129v0,59,-19,128,-91,128v-58,0,-89,-44,-89,-125v0,-58,17,-132,90,-132xm100,-238v-48,0,-75,43,-75,119v0,49,13,111,74,111v62,0,76,-66,76,-115v0,-49,-13,-115,-75,-115"},"1":{"d":"120,-248r0,248r-15,0r0,-221v-21,21,-38,29,-66,32r0,-13v32,-7,47,-15,68,-46r13,0"},"2":{"d":"178,-184v-2,91,-121,93,-145,171r149,0r0,13r-165,0v3,-93,146,-93,146,-183v0,-34,-23,-56,-61,-56v-48,0,-65,33,-66,75r-14,0v-1,-54,27,-87,80,-88v46,0,76,27,76,68"},"3":{"d":"19,-170v1,-52,32,-82,83,-82v86,0,101,111,27,120v31,5,56,24,56,62v0,45,-35,75,-86,75v-55,-1,-88,-32,-86,-87v5,1,16,-3,14,5v0,43,28,69,73,69v41,0,70,-25,70,-61v-1,-48,-40,-58,-84,-57r0,-12v46,2,77,-15,77,-50v0,-31,-24,-51,-62,-51v-43,0,-67,24,-68,69r-14,0"},"4":{"d":"186,-76r0,13r-40,0r0,63r-15,0r0,-63r-119,0r0,-15r119,-170r15,0r0,172r40,0xm131,-76r1,-155r-108,155r107,0"},"5":{"d":"172,-247r0,14r-115,0r-21,97v42,-59,147,-24,147,55v0,49,-36,86,-85,86v-51,0,-84,-31,-85,-80r14,0v1,40,26,68,71,68v41,0,70,-31,70,-73v0,-73,-100,-99,-133,-40r-14,0r25,-127r126,0"},"6":{"d":"103,5v-62,0,-88,-46,-88,-119v0,-89,33,-138,91,-138v42,0,71,27,76,66r-15,0v-4,-31,-29,-53,-62,-53v-66,0,-76,79,-76,129v12,-33,39,-53,76,-53v47,0,82,35,82,83v0,49,-35,85,-84,85xm102,-151v-39,0,-69,31,-69,71v0,41,30,73,70,73v40,0,69,-31,69,-72v0,-41,-30,-72,-70,-72"},"7":{"d":"180,-247r0,15v-64,63,-105,153,-107,232r-15,0v2,-81,46,-177,108,-233r-146,0r0,-14r160,0"},"8":{"d":"69,-134v-30,-7,-46,-26,-46,-55v0,-39,29,-63,77,-63v87,0,102,104,31,118v32,5,56,26,56,63v0,47,-32,76,-86,76v-55,0,-88,-28,-88,-74v0,-37,24,-60,56,-65xm100,-239v-39,0,-62,18,-62,50v0,31,23,49,62,49v39,0,62,-18,62,-49v0,-32,-22,-50,-62,-50xm99,-128v-45,0,-71,23,-71,59v0,39,27,62,72,62v45,0,72,-23,72,-62v0,-37,-27,-59,-73,-59"},"9":{"d":"96,-252v62,0,89,47,89,121v0,59,-13,136,-89,136v-41,0,-72,-25,-77,-64r14,0v5,31,30,51,63,51v52,0,78,-52,75,-131v-12,32,-36,55,-76,55v-48,0,-83,-35,-83,-83v0,-48,36,-85,84,-85xm96,-239v-39,0,-69,31,-69,72v0,41,29,71,69,71v40,0,70,-31,70,-72v0,-40,-30,-71,-70,-71"},":":{"d":"59,-37r0,37r-18,0r0,-37r18,0xm59,-184r0,36r-18,0r0,-36r18,0","w":100},";":{"d":"59,-37v-1,36,6,69,-23,83v-1,-21,15,-20,12,-46r-7,0r0,-37r18,0xm59,-184r0,36r-18,0r0,-36r18,0","w":100},"<":{"d":"20,-91r0,-13r176,-73r0,13r-161,67r161,66r0,13","w":216},"=":{"d":"20,-123r0,-12r176,0r0,12r-176,0xm20,-58r0,-11r176,0r0,11r-176,0","w":216},">":{"d":"196,-91r-176,73r0,-13r161,-66r-161,-67r0,-13r176,73r0,13","w":216},"?":{"d":"85,-64v-10,-67,65,-77,67,-133v0,-30,-24,-52,-59,-52v-46,0,-63,36,-63,72r-15,0v0,-45,25,-85,79,-85v44,0,73,27,73,65v0,59,-78,66,-68,133r-14,0xm100,-37r0,37r-16,0r0,-37r16,0","w":186},"@":{"d":"255,-40r5,8v-86,72,-250,34,-250,-91v0,-84,69,-138,147,-138v65,0,120,39,120,106v0,40,-27,93,-73,93v-21,0,-31,-21,-23,-40v-11,23,-27,40,-54,40v-32,0,-48,-24,-48,-53v0,-39,29,-85,71,-85v26,0,44,16,45,42r11,-37r13,0v-10,35,-31,69,-31,108v0,11,9,16,19,16v38,0,60,-52,60,-84v0,-63,-53,-96,-110,-96v-74,0,-138,52,-138,128v-1,120,157,149,236,83xm130,-71v38,0,58,-43,58,-81v0,-22,-13,-39,-36,-39v-36,0,-59,45,-59,77v0,23,12,43,37,43","w":288},"A":{"d":"116,-256r102,256r-17,0r-33,-83r-123,0r-33,83r-17,0r104,-256r17,0xm163,-96r-56,-146r-57,146r113,0","w":213,"k":{"y":6,"w":6,"v":6,"Y":13,"W":9,"V":11,"T":18}},"B":{"d":"215,-71v0,47,-46,71,-94,71r-99,0r0,-256v80,3,182,-19,184,63v0,30,-19,54,-49,59v34,4,58,27,58,63xm38,-243r0,104v67,-4,153,20,153,-52v0,-69,-87,-49,-153,-52xm38,-126r0,112v71,-3,161,19,161,-58v0,-73,-92,-50,-161,-54","w":226},"C":{"d":"242,-99v-5,63,-50,105,-111,105v-71,0,-117,-53,-117,-133v0,-81,48,-135,119,-135v49,0,99,31,105,83r-15,0v-9,-42,-44,-69,-91,-69v-62,0,-102,48,-102,120v0,72,40,120,102,120v56,0,90,-39,96,-91r14,0","w":253},"D":{"d":"23,-256r86,0v77,0,117,48,117,124v0,75,-34,132,-116,132r-87,0r0,-256xm39,-243r0,229r65,0v78,0,107,-47,107,-117v0,-66,-31,-112,-102,-112r-70,0","w":240},"E":{"d":"194,-256r0,13r-158,0r0,103r148,0r0,14r-148,0r0,112r159,0r0,14r-174,0r0,-256r173,0","w":201},"F":{"d":"186,-256r0,13r-145,0r0,103r131,0r0,14r-131,0r0,126r-16,0r0,-256r161,0","w":185,"k":{"A":13,".":42,",":42}},"G":{"d":"246,-125r0,125r-11,0r-2,-62v-14,45,-55,68,-98,68v-72,0,-121,-53,-121,-131v0,-81,49,-137,121,-137v54,0,99,34,107,85r-15,0v-9,-44,-47,-71,-92,-71v-64,0,-106,49,-106,123v0,71,42,117,106,117v59,0,98,-41,97,-104r-94,0r0,-13r108,0","w":266},"H":{"d":"219,-256r0,256r-16,0r0,-127r-164,0r0,127r-16,0r0,-256r16,0r0,115r164,0r0,-115r16,0","w":241},"I":{"d":"39,-256r0,256r-16,0r0,-256r16,0","w":61},"J":{"d":"151,-256r0,187v0,47,-21,75,-71,75v-56,1,-76,-34,-71,-87r14,0v-1,45,8,73,57,73v44,0,55,-26,55,-63r0,-185r16,0","w":173},"K":{"d":"220,-256r-118,106r125,150r-20,0r-116,-139r-54,48r0,91r-15,0r0,-256r15,0r0,147r162,-147r21,0","w":220},"L":{"d":"184,-14r0,14r-162,0r0,-256r16,0r0,242r146,0","w":180,"k":{"y":20,"Y":40,"W":27,"V":33,"T":33}},"M":{"d":"269,-256r0,256r-16,0r0,-192v0,-17,2,-33,3,-50r-102,242r-15,0r-103,-241r2,241r-15,0r0,-256r21,0r102,240r101,-240r22,0","w":291},"N":{"d":"219,-256r0,256r-18,0r-166,-238r1,238r-15,0r0,-256r18,0r141,199v9,13,17,26,25,39r-2,-238r16,0","w":244},"O":{"d":"133,-262v72,0,122,55,122,136v0,79,-49,132,-122,132v-73,0,-121,-53,-121,-134v0,-80,49,-134,121,-134xm133,-249v-68,0,-106,57,-106,120v0,72,43,121,106,121v63,0,106,-48,106,-119v0,-72,-43,-122,-106,-122","w":266},"P":{"d":"207,-185v0,43,-31,72,-79,72r-89,0r0,113r-15,0r0,-256r99,0v57,-2,84,25,84,71xm192,-185v2,-39,-31,-58,-71,-58r-82,0r0,116r80,0v50,3,70,-19,73,-58","w":212,"k":{"A":20,".":52,",":52}},"Q":{"d":"256,2r-8,10r-42,-30v-18,15,-45,24,-72,24v-77,0,-122,-58,-122,-132v0,-81,49,-136,122,-136v72,0,121,54,121,133v0,41,-15,78,-39,102xm204,-36v68,-66,32,-212,-70,-212v-63,0,-107,49,-107,121v0,89,91,153,167,100r-41,-29r9,-10","w":266},"R":{"d":"129,-256v93,-14,108,121,27,132v23,4,42,11,47,39v5,28,0,63,12,85v-34,9,-19,-44,-25,-63v-1,-77,-83,-50,-151,-55r0,118r-16,0r0,-256r106,0xm195,-188v2,-68,-86,-54,-156,-55r0,112v69,-3,154,18,156,-57","w":226},"S":{"d":"197,-67v0,-92,-175,-26,-175,-127v0,-42,34,-68,89,-68v54,0,91,24,95,79r-16,0v-3,-47,-36,-65,-81,-65v-45,0,-72,21,-72,54v0,82,175,29,175,126v0,46,-36,73,-96,73v-61,0,-102,-28,-102,-90r15,0v1,53,35,77,88,77v50,0,80,-22,80,-59","w":226},"T":{"d":"192,-256r0,13r-91,0r0,243r-15,0r0,-243r-91,0r0,-13r197,0","w":186,"k":{"y":33,"w":33,"u":33,"s":33,"r":33,"o":33,"i":5,"e":33,"c":33,"a":33,"A":18,";":31,":":31,".":40,"-":40,",":40}},"U":{"d":"219,-256r0,169v0,58,-38,92,-97,92v-133,0,-96,-143,-101,-261r16,0v8,105,-36,248,85,248v118,0,72,-145,81,-248r16,0","w":241},"V":{"d":"205,-256r-95,256r-18,0r-97,-256r17,0r89,242r88,-242r16,0","k":{"u":6,"r":6,"o":13,"e":13,"a":13,"A":15,";":13,":":13,".":42,"-":13,",":33}},"W":{"d":"321,-256r-73,256r-18,0r-71,-242r-69,242r-18,0r-75,-256r17,0r57,196v4,14,7,29,10,43r69,-239r19,0r70,239r67,-239r15,0","w":320,"k":{"o":6,"i":-9,"e":6,"a":6,"A":2,";":6,":":6,".":20,"-":13,",":20}},"X":{"d":"201,-256r-92,124r97,132r-20,0r-86,-120r-88,120r-18,0r96,-132r-91,-124r19,0r82,113r83,-113r18,0"},"Y":{"d":"215,-256r-104,149r0,107r-16,0r0,-107r-103,-149r19,0r93,136v28,-48,62,-90,93,-136r18,0","w":206,"k":{"v":6,"u":13,"q":27,"p":20,"o":27,"e":27,"a":27,"A":20,";":20,":":20,".":42,"-":35,",":42}},"Z":{"d":"190,-256r0,15r-174,227r177,0r0,14r-194,0r0,-15r174,-228r-163,1r0,-14r180,0","w":193},"[":{"d":"83,-260r0,12r-35,0r0,302r35,0r0,12r-49,0r0,-326r49,0","w":86},"\\":{"d":"124,3r-13,0r-115,-261r13,0","w":119},"]":{"d":"53,-260r0,326r-49,0r0,-12r35,0r0,-302r-35,0r0,-12r49,0","w":86},"^":{"d":"42,-99r59,-148r14,0r60,148r-14,0r-53,-134r-52,134r-14,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"`":{"d":"7,-265r43,50r-13,0r-49,-50r19,0","w":60},"a":{"d":"92,-189v41,0,65,21,65,62r0,96v-3,16,7,22,23,18r0,12v-25,8,-40,-4,-36,-38v-16,58,-134,61,-133,-7v0,-42,35,-53,70,-57v61,-7,62,4,62,-32v0,-28,-19,-42,-53,-42v-34,0,-52,17,-55,49r-14,0v3,-40,28,-61,71,-61xm143,-104v-35,21,-117,0,-117,56v0,25,18,40,48,40v52,-1,76,-38,69,-96","w":180},"b":{"d":"35,-256r0,115v12,-31,35,-49,70,-49v50,0,82,37,82,97v0,60,-32,99,-82,99v-37,0,-59,-19,-70,-50r0,44r-14,0r0,-256r14,0xm103,-178v-41,0,-68,34,-68,85v0,53,27,87,69,87v41,0,68,-34,68,-86v0,-53,-26,-86,-69,-86"},"c":{"d":"176,-65v-6,44,-34,70,-78,70v-56,0,-85,-43,-85,-96v0,-60,33,-99,86,-99v42,0,71,23,76,62r-15,0v-4,-30,-27,-49,-60,-49v-44,0,-72,33,-72,85v0,97,123,115,134,27r14,0","w":186},"d":{"d":"179,-256r0,256r-14,0r0,-45v-29,87,-163,56,-153,-46v-11,-101,122,-134,152,-51r0,-114r15,0xm95,-177v-41,0,-68,33,-68,86v0,53,26,85,68,85v42,0,70,-33,70,-86v0,-43,-21,-85,-70,-85"},"e":{"d":"175,-63v-6,40,-35,69,-79,69v-51,0,-84,-37,-84,-96v0,-59,34,-99,84,-99v57,1,81,46,80,100r-149,0v0,42,20,83,69,83v34,0,57,-21,64,-57r15,0xm162,-102v0,-37,-21,-74,-66,-74v-45,0,-65,34,-69,74r135,0","w":186},"f":{"d":"91,-257r0,13v-44,-8,-46,22,-43,60r38,0r0,12r-38,0r0,172r-15,0r0,-172r-32,0r0,-12r32,0v-3,-46,2,-81,58,-73","w":86},"g":{"d":"94,58v61,0,70,-45,65,-111v-11,30,-35,47,-69,47v-48,0,-78,-36,-78,-90v0,-97,120,-126,148,-46r0,-42r13,0r0,169v2,61,-25,85,-80,85v-44,0,-69,-20,-72,-56r14,0v2,30,26,44,59,44xm93,-176v-40,0,-66,30,-66,78v0,48,25,79,65,79v46,0,67,-37,67,-80v0,-47,-26,-77,-66,-77","w":193},"h":{"d":"98,-177v-75,1,-63,99,-63,177r-14,0r0,-256r14,0r0,113v10,-27,31,-46,66,-46v89,-2,62,107,66,189r-14,0v-6,-73,26,-177,-55,-177","w":186},"i":{"d":"37,-256r0,36r-14,0r0,-36r14,0xm37,-184r0,184r-14,0r0,-184r14,0","w":60},"j":{"d":"38,-184r0,203v1,35,-12,50,-51,48v0,-6,-2,-16,7,-13v24,0,29,-9,29,-33r0,-205r15,0xm38,-256r0,36r-15,0r0,-36r15,0","w":60},"k":{"d":"168,-184r-81,68r87,116r-18,0r-79,-105r-42,35r0,70r-14,0r0,-256r14,0r0,170r114,-98r19,0","w":166},"l":{"d":"37,-256r0,256r-14,0r0,-256r14,0","w":60},"m":{"d":"137,0v-7,-66,26,-174,-45,-176v-71,-2,-55,104,-56,176r-15,0r0,-184r14,0r0,37v11,-49,102,-60,114,-3v12,-24,29,-39,59,-39v86,-1,53,112,59,189r-15,0r0,-125v0,-30,-12,-51,-46,-51v-75,1,-52,101,-55,176r-14,0","w":286},"n":{"d":"99,-176v-42,0,-64,30,-64,81r0,95r-14,0r0,-184r14,0r0,40v13,-30,34,-45,68,-45v86,0,61,109,64,189r-14,0v-7,-72,28,-176,-54,-176","w":186},"o":{"d":"97,-190v51,0,85,39,85,99v0,59,-33,96,-85,96v-52,0,-86,-38,-86,-97v0,-59,34,-98,86,-98xm97,-177v-42,0,-71,34,-71,85v0,52,27,85,71,85v42,0,70,-33,70,-84v0,-52,-28,-86,-70,-86","w":193},"p":{"d":"36,-184r0,44v12,-32,35,-49,69,-49v50,0,82,38,82,98v0,100,-123,132,-150,49r0,109r-15,0r0,-251r14,0xm104,-177v-43,0,-68,32,-68,86v0,43,19,85,68,85v41,0,68,-34,68,-85v0,-53,-26,-86,-68,-86"},"q":{"d":"178,-184r0,251r-15,0r0,-109v-12,31,-36,47,-69,47v-50,0,-81,-37,-81,-96v0,-103,123,-134,151,-50r0,-43r14,0xm96,-177v-42,0,-69,33,-69,86v0,52,26,84,68,84v42,0,69,-32,69,-84v0,-54,-26,-86,-68,-86"},"r":{"d":"106,-171v-81,-3,-74,88,-72,171r-14,0r0,-184r14,0r0,48v14,-36,35,-50,72,-50r0,15","w":100,"k":{"y":-6,"v":-6,".":27,"-":20,",":27}},"s":{"d":"145,-48v0,-66,-127,-18,-127,-91v0,-31,25,-50,67,-50v42,0,68,19,69,58r-14,0v-3,-34,-23,-46,-57,-46v-31,0,-50,14,-50,36v0,60,128,20,127,92v0,32,-29,55,-73,55v-46,0,-75,-25,-75,-68r14,0v0,37,23,55,62,55v34,0,57,-17,57,-41","w":173},"t":{"d":"88,-184r0,12r-39,0r0,125v-4,25,10,41,39,33r0,14v-44,8,-54,-16,-54,-53r0,-119r-34,0r0,-12r34,0r0,-58r15,0r0,58r39,0","w":93},"u":{"d":"165,-184r0,184r-14,0r0,-39v-12,27,-33,44,-66,44v-88,2,-61,-108,-65,-189r14,0v7,73,-28,177,54,177v80,0,60,-100,62,-177r15,0","w":186},"v":{"d":"161,-184r-70,184r-17,0r-75,-184r16,0r68,170r63,-170r15,0","w":159,"k":{".":27,",":27}},"w":{"d":"254,-184r-60,184r-16,0r-51,-167r-52,167r-17,0r-59,-184r15,0r53,168r51,-168r18,0r51,168r52,-168r15,0","w":253,"k":{".":20,",":20}},"x":{"d":"156,-184r-67,87r74,97r-19,0r-64,-86r-65,86r-18,0r74,-96r-68,-88r19,0r58,77r58,-77r18,0","w":159},"y":{"d":"161,-184r-80,203v-11,33,-22,51,-64,47r0,-13v41,7,43,-20,58,-53r-78,-184r16,0r69,167r63,-167r16,0","w":159,"k":{".":27,",":27}},"z":{"d":"144,-184r0,12r-125,159r131,0r0,13r-147,0r0,-14r124,-158r-115,0r0,-12r132,0","w":153},"{":{"d":"67,-22v0,45,12,81,50,79r0,10v-14,0,-32,-5,-43,-14v-47,-38,20,-144,-70,-145r0,-10v105,2,-7,-153,113,-158r0,9v-37,-2,-50,34,-50,79v0,37,0,70,-45,75v45,5,45,38,45,75","w":119},"|":{"d":"33,77r0,-360r13,0r0,360r-13,0","w":79},"}":{"d":"53,-172v0,-45,-11,-81,-49,-79r0,-9v14,0,31,4,42,13v48,38,-19,144,71,145r0,10v-104,-1,5,152,-113,159r0,-10v37,2,49,-34,49,-79v0,-37,0,-70,45,-75v-45,-5,-45,-38,-45,-75","w":119},"~":{"d":"57,-117v42,0,117,59,134,-2r10,0v-4,21,-18,41,-42,41v-42,1,-120,-61,-134,3r-10,0v4,-21,18,-42,42,-42","w":216},"\u00a0":{"w":100}}});Cufon.registerFont({"w":200,"face":{"font-family":"NeueHelveticaThin","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-12 -283 325 77","underline-thickness":"18","underline-position":"-18","stemh":"19","stemv":"23","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"55,-256r-5,192r-13,0r-6,-117r0,-75r24,0xm57,-36r0,36r-27,0r0,-36r27,0","w":86},"\"":{"d":"47,-148r-14,0r-3,-101r20,0xm100,-148r-14,0r-2,-101r19,0","w":133},"#":{"d":"53,0r-20,0r14,-76r-41,0r0,-17r44,0r12,-63r-41,0r0,-17r44,0r14,-76r20,0r-14,76r49,0r14,-76r19,0r-14,76r41,0r0,17r-44,0r-11,63r40,0r1,17r-45,0r-14,76r-19,0r14,-76r-49,0xm119,-93r12,-63r-50,0r-11,63r49,0"},"$":{"d":"105,-282r0,26v49,1,77,26,76,71r-22,0v0,-36,-20,-50,-54,-52r0,98v42,6,84,24,84,73v0,43,-34,71,-84,71r0,32r-13,0r0,-32v-55,-1,-85,-28,-84,-81r23,0v-1,43,22,60,61,63r0,-107v-43,-9,-76,-23,-76,-67v0,-40,29,-66,76,-69r0,-26r13,0xm92,-141r0,-96v-33,2,-54,21,-54,48v0,31,27,44,54,48xm105,-117r0,104v38,-1,62,-21,62,-53v0,-36,-31,-44,-62,-51"},"%":{"d":"244,-262r-153,274r-18,0r153,-274r18,0xm82,-255v36,0,57,24,57,66v0,44,-22,70,-58,70v-37,0,-57,-25,-57,-69v0,-42,22,-67,58,-67xm82,-239v-24,0,-38,18,-38,53v0,33,13,51,37,51v24,0,38,-19,38,-53v0,-33,-13,-51,-37,-51xm241,-131v36,0,56,24,56,66v0,44,-21,70,-57,70v-37,0,-57,-25,-57,-69v0,-42,22,-67,58,-67xm240,-116v-24,0,-37,19,-37,54v0,33,13,51,37,51v24,0,38,-19,38,-53v0,-33,-14,-52,-38,-52","w":320},"&":{"d":"193,-113v-1,19,-8,44,-16,59r46,54r-29,0r-29,-36v-31,63,-151,51,-151,-28v0,-37,32,-64,63,-79v-14,-17,-31,-38,-31,-61v0,-30,23,-52,57,-52v32,0,56,21,56,51v0,32,-26,52,-50,67r54,67v5,-13,7,-28,8,-42r22,0xm96,-153v19,-11,42,-27,42,-51v0,-19,-15,-34,-35,-34v-21,0,-36,14,-36,33v0,22,18,35,29,52xm89,-128v-24,15,-53,31,-53,63v0,28,25,51,56,51v26,0,47,-15,60,-37","w":219},"'":{"d":"57,-148r-14,0r-3,-101r20,0","w":100},"(":{"d":"87,69r-18,0v-66,-98,-68,-229,0,-327r18,0v-61,95,-61,231,0,327","w":86},")":{"d":"18,-258v67,96,66,230,0,327r-18,0v61,-96,61,-232,0,-327r18,0","w":86},"*":{"d":"117,-218r-42,14r26,35r-11,9r-27,-37r-26,36r-12,-8r26,-35r-41,-14r4,-14r42,15r0,-44r15,0r0,44r41,-15","w":126},"+":{"d":"98,0r0,-78r-80,0r0,-18r80,0r0,-78r19,0r0,78r80,0r0,18r-80,0r0,78r-19,0","w":216},",":{"d":"65,-37v0,41,4,74,-32,87r0,-15v11,-5,17,-16,17,-35r-14,0r0,-37r29,0","w":100},"-":{"d":"112,-110r0,22r-90,0r0,-22r90,0","w":133},".":{"d":"65,-37r0,37r-29,0r0,-37r29,0","w":100},"\/":{"d":"126,-262r-112,268r-19,0r112,-268r19,0","w":119},"0":{"d":"100,-253v75,0,88,72,88,131v0,60,-15,128,-88,128v-75,0,-88,-67,-88,-127v0,-58,13,-132,88,-132xm100,-233v-59,0,-64,69,-64,113v0,44,6,106,64,106v57,0,64,-66,64,-109v0,-43,-6,-110,-64,-110"},"1":{"d":"124,-251r0,251r-24,0r0,-187r-65,0r0,-17v43,-1,61,-2,71,-47r18,0"},"2":{"d":"178,-182v0,86,-119,91,-139,162r140,0r0,20r-166,0v-1,-97,142,-93,142,-182v0,-31,-23,-52,-56,-52v-44,0,-58,32,-58,69r-22,0v-1,-55,30,-88,81,-88v47,0,78,28,78,71"},"3":{"d":"83,-141v41,3,69,-14,69,-47v0,-28,-20,-46,-53,-46v-37,0,-59,23,-60,63r-21,0v1,-52,31,-82,82,-82v80,0,102,101,33,119v87,23,53,144,-35,140v-54,-3,-88,-33,-86,-86v7,1,17,-2,22,1v0,41,24,65,64,65v37,0,63,-23,63,-56v0,-45,-38,-56,-78,-52r0,-19"},"4":{"d":"186,-81r0,18r-38,0r0,63r-21,0r0,-63r-116,0r0,-21r118,-168r19,0r0,171r38,0xm127,-81r0,-141v-31,48,-64,95,-98,141r98,0"},"5":{"d":"171,-249r0,20r-109,0r-18,88v44,-55,139,-16,139,59v0,50,-36,87,-87,87v-50,0,-82,-30,-83,-77r22,0v2,35,25,58,61,58v37,0,64,-28,64,-67v0,-67,-89,-89,-120,-37r-20,-1r25,-130r126,0"},"6":{"d":"103,6v-61,0,-88,-61,-88,-124v0,-87,32,-136,91,-136v42,0,70,24,75,66r-23,0v-4,-28,-23,-46,-53,-46v-60,0,-67,69,-69,114v30,-72,151,-47,151,39v0,50,-35,87,-84,87xm102,-144v-35,0,-61,27,-61,64v0,38,26,66,62,66v35,0,61,-27,61,-65v0,-39,-26,-65,-62,-65"},"7":{"d":"181,-249r0,21v-58,61,-97,140,-103,228r-24,0v4,-83,47,-170,105,-228r-141,0r0,-21r163,0"},"8":{"d":"65,-136v-70,-22,-44,-119,35,-119v81,0,103,99,35,119v31,7,51,30,51,63v0,48,-32,78,-86,78v-94,0,-117,-123,-35,-141xm100,-234v-33,0,-54,17,-54,45v0,27,21,45,54,45v33,0,54,-17,54,-45v0,-28,-21,-45,-54,-45xm99,-126v-38,0,-62,21,-62,54v0,35,24,58,63,58v38,0,63,-23,63,-58v0,-33,-25,-54,-64,-54"},"9":{"d":"184,-131v0,75,-28,136,-89,136v-42,0,-72,-25,-76,-65r22,0v4,28,25,46,54,46v58,0,66,-62,67,-117v-26,77,-150,50,-150,-37v0,-50,35,-86,84,-86v63,0,88,47,88,123xm95,-234v-35,0,-60,28,-60,65v0,38,25,64,61,64v36,0,61,-27,61,-64v0,-38,-26,-65,-62,-65"},":":{"d":"65,-37r0,37r-29,0r0,-37r29,0xm65,-180r0,37r-29,0r0,-37r29,0","w":100},";":{"d":"65,-180r0,37r-29,0r0,-37r29,0xm65,-37v0,41,4,74,-32,87r0,-15v11,-5,17,-16,17,-35r-14,0r0,-37r29,0","w":100},"<":{"d":"17,-84r0,-19r179,-72r0,19r-156,62r156,62r0,19","w":216},"=":{"d":"18,-115r0,-17r179,0r0,17r-179,0xm18,-49r0,-18r179,0r0,18r-179,0","w":216},">":{"d":"199,-84r-179,71r0,-19r156,-62r-156,-62r0,-19r179,72r0,19","w":216},"?":{"d":"85,-63v-13,-60,61,-78,63,-131v0,-28,-20,-48,-51,-48v-42,0,-57,33,-57,66r-22,0v0,-47,25,-85,79,-85v45,0,75,26,75,66v0,59,-76,70,-66,132r-21,0xm109,-36r0,36r-27,0r0,-36r27,0","w":193},"@":{"d":"253,-42r8,9v-86,73,-250,37,-250,-91v0,-78,63,-137,146,-137v71,0,120,44,120,106v0,50,-34,94,-73,94v-21,0,-32,-17,-25,-38v-11,22,-26,38,-53,38v-28,0,-48,-22,-48,-53v0,-46,33,-87,71,-87v24,0,41,13,45,35r8,-29r18,0v-8,30,-25,76,-28,105v0,10,7,16,17,16v28,0,56,-40,56,-81v0,-55,-44,-93,-108,-93v-76,0,-133,54,-133,125v0,115,151,146,229,81xm185,-153v0,-21,-13,-35,-32,-35v-27,0,-53,37,-53,74v0,25,12,40,31,40v34,0,54,-51,54,-79","w":288},"A":{"d":"127,-257r103,257r-27,0r-31,-81r-118,0r-31,81r-26,0r103,-257r27,0xm164,-100r-50,-134r-52,134r102,0","w":226,"k":{"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"B":{"d":"26,-256v82,3,188,-21,190,64v0,28,-20,51,-44,56v28,5,54,24,54,63v-1,91,-111,72,-200,73r0,-256xm50,-235r0,92v61,-4,142,18,142,-46v0,-65,-82,-41,-142,-46xm50,-123r0,102v66,-4,152,20,152,-52v0,-69,-88,-46,-152,-50","w":240},"C":{"d":"242,-98v-5,63,-49,104,-111,104v-71,0,-117,-53,-117,-134v0,-72,42,-134,120,-134v49,0,98,31,104,83r-24,0v-8,-38,-39,-62,-81,-62v-57,0,-95,45,-95,113v0,68,37,113,94,113v51,0,80,-35,85,-83r25,0","w":253},"D":{"d":"26,-256r92,0v80,0,115,51,115,123v0,72,-31,133,-112,133r-95,0r0,-256xm50,-235r0,214r64,0v75,0,94,-51,94,-110v0,-64,-31,-104,-90,-104r-68,0","w":246},"E":{"d":"204,-256r0,21r-154,0r0,92r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0r0,-256r178,0","w":213},"F":{"d":"189,-256r0,21r-139,0r0,92r124,0r0,21r-124,0r0,122r-24,0r0,-256r163,0","w":193,"k":{"A":20,".":46,",":46}},"G":{"d":"246,-130r0,130r-16,0v-2,-16,-6,-30,-5,-48v-15,34,-48,54,-90,54v-72,0,-121,-54,-121,-132v0,-81,50,-136,122,-136v54,0,98,31,106,85r-23,0v-8,-40,-43,-64,-83,-64v-59,0,-98,45,-98,115v0,68,39,112,98,112v52,0,90,-35,88,-96r-88,0r0,-20r110,0","w":266},"H":{"d":"228,-256r0,256r-25,0r0,-124r-153,0r0,124r-24,0r0,-256r24,0r0,111r153,0r0,-111r25,0","w":253},"I":{"d":"52,-256r0,256r-24,0r0,-256r24,0","w":79},"J":{"d":"155,-256r0,187v0,47,-22,75,-73,75v-58,0,-75,-33,-73,-89r23,0v-1,40,5,69,50,69v42,0,49,-28,49,-62r0,-180r24,0","w":180},"K":{"d":"231,-256r-115,104r121,152r-31,0r-107,-135r-49,45r0,90r-24,0r0,-256r24,0r0,138r149,-138r32,0","w":233},"L":{"d":"195,-21r0,21r-169,0r0,-256r25,0r0,235r144,0","w":193,"k":{"y":13,"Y":40,"W":20,"V":33,"T":33}},"M":{"d":"275,-256r0,256r-24,0r0,-155v0,-27,1,-53,3,-80r-92,235r-22,0r-94,-234v6,75,2,155,3,234r-23,0r0,-256r33,0r92,231r90,-231r34,0","w":299},"N":{"d":"228,-256r0,256r-27,0r-120,-172v-12,-18,-24,-36,-33,-55r1,227r-23,0r0,-256r27,0r153,227r-2,-227r24,0","w":253},"O":{"d":"133,-262v72,0,121,55,121,135v0,80,-49,133,-121,133v-72,0,-120,-54,-120,-134v0,-80,48,-134,120,-134xm133,-241v-57,0,-96,45,-96,112v0,69,38,114,96,114v58,0,97,-45,97,-113v0,-68,-39,-113,-97,-113","w":266},"P":{"d":"27,-256v85,1,190,-18,190,72v0,83,-84,77,-166,75r0,109r-24,0r0,-256xm51,-235r0,105v64,-1,141,14,142,-53v1,-67,-79,-50,-142,-52","w":226,"k":{"A":27,".":55,",":55}},"Q":{"d":"252,2r-12,15r-40,-30v-82,51,-187,-8,-187,-114v0,-80,48,-134,120,-134v72,0,121,54,121,133v0,41,-14,78,-38,102xm198,-40v63,-62,29,-200,-65,-200v-57,0,-96,46,-96,113v0,86,74,140,144,99r-34,-26r13,-15","w":266},"R":{"d":"26,-256v85,4,196,-23,196,69v0,33,-19,55,-50,63v61,6,34,77,57,124r-28,0v-7,-9,-7,-44,-7,-57v0,-77,-77,-53,-144,-57r0,114r-24,0r0,-256xm50,-235r0,101v65,-4,148,19,148,-52v0,-68,-85,-45,-148,-49","w":240,"k":{"y":-9,"Y":5,"W":-2,"V":-2,"T":-2}},"S":{"d":"189,-67v0,-74,-167,-33,-167,-124v0,-43,35,-70,90,-70v54,0,90,25,93,78r-24,0v-2,-39,-29,-58,-71,-58v-40,0,-64,17,-64,48v0,33,28,40,69,49v57,12,98,23,98,74v0,55,-49,75,-97,75v-65,0,-103,-32,-102,-90r23,0v0,48,32,71,81,71v44,0,71,-20,71,-53","w":226},"T":{"d":"202,-256r0,21r-90,0r0,235r-24,0r0,-235r-90,0r0,-21r204,0","k":{"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"i":-9,"e":40,"c":40,"a":40,"A":24,";":40,":":40,".":40,"-":46,",":40}},"U":{"d":"223,-256r0,160v0,66,-32,101,-98,101v-67,0,-102,-35,-102,-102r0,-159r25,0r0,153v0,55,15,88,77,88v61,0,74,-35,74,-88r0,-153r24,0","w":246},"V":{"d":"216,-256r-95,256r-28,0r-96,-256r27,0r67,184v6,17,11,34,16,51r83,-235r26,0","w":213,"k":{"y":6,"u":13,"r":13,"o":20,"i":-2,"e":20,"a":20,"A":20,";":27,":":27,".":46,"-":20,",":46}},"W":{"d":"325,-256r-70,256r-27,0r-65,-233r-65,233r-27,0r-71,-256r26,0r60,230r63,-230r28,0r64,230r60,-230r24,0","w":326,"k":{"u":6,"r":6,"o":6,"i":-9,"e":6,"a":13,"A":6,";":6,":":6,".":27,",":27}},"X":{"d":"205,-256r-88,124r93,132r-30,0r-77,-114r-80,114r-28,0r93,-132r-87,-124r29,0r73,107v23,-38,50,-72,75,-107r27,0","w":206},"Y":{"d":"224,-256r-102,150r0,106r-24,0r0,-106r-102,-150r30,0r85,130v27,-47,56,-85,85,-130r28,0","w":219,"k":{"v":20,"u":27,"q":33,"p":27,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":36,"-":40,",":44}},"Z":{"d":"199,-256r0,21r-169,214r172,0r0,21r-200,0r0,-22r169,-213r-157,0r0,-21r185,0","w":206},"[":{"d":"86,-260r0,18r-37,0r0,290r37,0r0,18r-59,0r0,-326r59,0","w":86},"\\":{"d":"126,6r-19,0r-112,-268r18,0","w":119},"]":{"d":"59,-260r0,326r-58,0r0,-18r37,0r0,-290r-37,0r0,-18r58,0","w":86},"^":{"d":"38,-107r61,-149r19,0r60,149r-21,0r-49,-127r-49,127r-21,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"`":{"d":"17,-264r37,51r-18,0r-48,-51r29,0","w":66},"a":{"d":"184,-18r0,17v-25,10,-47,-6,-42,-31v-22,50,-130,52,-130,-15v0,-34,22,-51,68,-57v39,-5,61,3,61,-27v0,-31,-18,-40,-48,-40v-31,0,-48,13,-51,43r-21,0v2,-40,28,-62,74,-62v42,0,68,18,68,53r0,101v-3,15,6,22,21,18xm141,-101v-22,20,-107,1,-106,52v0,22,17,35,43,35v45,0,70,-33,63,-87","w":186},"b":{"d":"44,-256r0,106v35,-75,160,-40,149,57v10,97,-115,133,-151,57r0,36r-20,0r0,-256r22,0xm107,-172v-39,0,-64,30,-64,79v0,49,25,80,64,80v38,0,63,-32,63,-80v0,-49,-24,-79,-63,-79","w":206},"c":{"d":"177,-66v-6,42,-33,71,-78,71v-52,0,-86,-38,-86,-96v0,-60,34,-99,86,-99v43,0,71,23,76,63r-23,0v-6,-29,-24,-45,-52,-45v-39,0,-64,31,-64,79v0,89,108,109,118,27r23,0","w":186},"d":{"d":"184,-256r0,256r-20,0r0,-36v-11,28,-37,41,-67,41v-51,0,-83,-38,-83,-98v0,-96,111,-132,148,-57r0,-106r22,0xm99,-172v-38,0,-63,31,-63,79v0,49,24,80,63,80v40,0,64,-31,64,-80v0,-40,-19,-79,-64,-79","w":206},"e":{"d":"176,-61v-8,41,-36,67,-80,67v-51,0,-84,-37,-84,-96v0,-59,34,-100,84,-100v57,1,83,47,81,103r-142,0v0,39,17,75,62,75v30,0,50,-17,57,-49r22,0xm155,-105v-3,-41,-25,-66,-60,-66v-40,0,-56,31,-60,66r120,0","w":186},"f":{"d":"98,-257r0,19v-40,-7,-46,14,-42,53r37,0r0,18r-37,0r0,167r-23,0r0,-167r-31,0r0,-18r31,0v-5,-51,12,-81,65,-72","w":93,"k":{"f":6}},"g":{"d":"179,-185r0,175v0,57,-30,83,-83,83v-45,0,-72,-20,-75,-56r22,0v4,26,22,38,54,38v58,1,62,-42,60,-98v-32,74,-155,41,-144,-51v-9,-93,109,-131,145,-56r0,-35r21,0xm96,-171v-37,0,-60,29,-60,75v0,45,23,74,59,74v38,0,62,-29,62,-76v0,-44,-24,-73,-61,-73"},"h":{"d":"44,-256r0,106v13,-27,33,-40,64,-40v88,0,59,110,64,190r-22,0v-7,-66,27,-172,-48,-171v-77,1,-55,98,-58,171r-22,0r0,-256r22,0","w":193},"i":{"d":"45,-257r0,37r-23,0r0,-37r23,0xm45,-185r0,185r-23,0r0,-185r23,0","w":66},"j":{"d":"46,-185r0,197v3,39,-11,64,-56,58r0,-19v25,0,33,4,33,-37r0,-199r23,0xm46,-258r0,37r-23,0r0,-37r23,0","w":66},"k":{"d":"177,-185r-79,68r85,117r-29,0r-73,-102r-37,32r0,70r-22,0r0,-256r22,0r0,161r103,-90r30,0","w":180},"l":{"d":"45,-256r0,256r-23,0r0,-256r23,0","w":66},"m":{"d":"43,-185r0,32v20,-45,100,-52,115,-1v21,-50,122,-52,121,22r0,132r-23,0v-8,-63,27,-170,-43,-170v-73,-1,-46,102,-51,170r-23,0r0,-124v0,-28,-10,-46,-40,-46v-75,1,-50,100,-54,170r-23,0r0,-185r21,0","w":299},"n":{"d":"43,-185r0,35v23,-57,129,-57,129,24r0,126r-22,0v-5,-64,23,-170,-47,-170v-34,0,-59,22,-59,70r0,100r-22,0r0,-185r21,0","w":193},"o":{"d":"100,-190v53,0,88,38,88,98v0,60,-34,97,-88,97v-54,0,-88,-38,-88,-98v0,-59,34,-97,88,-97xm100,-171v-39,0,-65,30,-65,78v0,49,25,80,66,80v39,0,64,-31,64,-79v0,-48,-25,-79,-65,-79"},"p":{"d":"43,-185r0,36v36,-76,160,-38,150,57v9,94,-110,134,-148,58r0,103r-22,0r0,-254r20,0xm107,-172v-39,0,-63,30,-63,80v0,49,24,79,63,79v38,0,63,-31,63,-79v0,-49,-24,-80,-63,-80","w":206},"q":{"d":"184,-185r0,254r-22,0r0,-104v-12,26,-35,40,-66,40v-50,0,-82,-38,-82,-97v0,-96,112,-135,149,-58r0,-35r21,0xm99,-172v-39,0,-63,31,-63,80v0,48,24,78,63,78v39,0,63,-30,63,-79v0,-49,-24,-79,-63,-79","w":206},"r":{"d":"116,-165v-50,0,-69,29,-69,89r0,76r-23,0r0,-185r22,0r0,44v15,-34,33,-46,70,-47r0,23","w":113,"k":{"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"139,-49v-13,-59,-120,-17,-122,-89v0,-32,26,-52,68,-52v41,0,69,19,69,59r-22,0v-2,-28,-20,-40,-50,-40v-27,0,-43,11,-43,30v0,52,122,21,122,90v0,34,-30,57,-74,57v-48,0,-74,-24,-75,-66r21,0v0,31,21,47,55,47v30,0,51,-14,51,-36","w":173},"t":{"d":"95,0v-44,3,-60,-1,-60,-60r0,-107r-33,0r0,-18r33,0r0,-57r22,0r0,57r38,0r0,18r-38,0r0,118v-4,25,11,35,38,30r0,19","w":106},"u":{"d":"171,-185r0,185r-21,0r0,-34v-23,58,-129,53,-129,-28r0,-123r23,0v7,66,-26,171,47,171v73,-1,57,-98,58,-171r22,0","w":193},"v":{"d":"165,-185r-68,185r-24,0r-72,-185r25,0r60,163r57,-163r22,0","w":166,"k":{".":27,",":27}},"w":{"d":"264,-185r-60,185r-25,0r-46,-158r-45,158r-25,0r-60,-185r24,0r48,161v10,-49,29,-104,46,-161r26,0r35,117v3,10,5,20,10,44v14,-62,31,-104,48,-161r24,0","w":266,"k":{".":20,",":20}},"x":{"d":"166,-185r-66,86r73,99r-29,0r-58,-82r-59,82r-27,0r72,-97r-66,-88r29,0r51,71r53,-71r27,0","w":173},"y":{"d":"166,-185r-73,192v-19,51,-28,70,-75,61r0,-19v39,9,41,-12,56,-50r-74,-184r24,0r62,160r57,-160r23,0","w":166,"k":{".":33,",":33}},"z":{"d":"156,-185r0,16r-123,150r128,0r0,19r-155,0r0,-18r120,-148r-112,0r0,-19r142,0","w":166},"{":{"d":"1,-104v48,1,50,-35,50,-81v0,-49,15,-72,67,-75r0,12v-89,1,-2,145,-92,150v50,10,47,45,47,92v0,38,6,57,45,59r0,12v-64,-3,-67,-41,-67,-102v0,-38,-12,-50,-50,-54r0,-13","w":119},"|":{"d":"30,77r0,-360r20,0r0,360r-20,0","w":79},"}":{"d":"118,-91v-47,2,-50,28,-50,76v0,51,-12,76,-67,80r0,-12v91,1,2,-145,92,-151v-88,-4,-2,-148,-92,-150r0,-12v63,2,67,40,67,102v0,33,13,54,50,54r0,13","w":119},"~":{"d":"58,-113v44,0,115,59,131,-2r13,0v-2,24,-15,46,-42,46v-45,1,-115,-60,-132,3r-14,0v4,-24,14,-47,44,-47","w":216},"\u00a0":{"w":100}}});
