/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.01
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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;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,E),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(/cufon/.test(E.className)){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={enableTextDecoration: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.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||(window.Ext&&Ext.query)||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){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.removeClass(x.root(),"cufon-loading")});e=true}if(C.hover){C.forceHitArea=true}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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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;var f=(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:'+(f?"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(g,h){return a(g,/(?:em|ex|%)$|^[a-z-]+$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k.replace("%","em");var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var e={};function d(n){var o=n.id;if(!e[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];e[o]=m}return e[o]}return function(ai,J,ac,F,N,aj,aa){var n=(J===null);if(n){J=N.alt}var L=ai.viewBox;var p=ac.computedFontSize||(ac.computedFontSize=new Cufon.CSS.Size(c(aj,ac.get("fontSize"))+"px",ai.baseSize));var Z=ac.computedLSpacing;if(Z==undefined){Z=ac.get("letterSpacing");ac.computedLSpacing=Z=(Z=="normal")?0:~~p.convertFrom(a(aj,Z))}var B,q;if(n){B=N;q=N.firstChild}else{B=document.createElement("span");B.className="cufon cufon-vml";B.alt=J;q=document.createElement("span");q.className="cufon-vml-canvas";B.appendChild(q);if(F.printable){var af=document.createElement("span");af.className="cufon-alt";af.appendChild(document.createTextNode(J));B.appendChild(af)}if(!aa){B.appendChild(document.createElement("cvml:shape"))}}var ao=B.style;var U=q.style;var h=p.convert(L.height),al=Math.ceil(h);var Y=al/h;var S=Y*Cufon.CSS.fontStretch(ac.get("fontStretch"));var X=L.minX,W=L.minY;U.height=al;U.top=Math.round(p.convert(W-ai.ascent));U.left=Math.round(p.convert(X));ao.height=p.convert(ai.height)+"px";var u=F.enableTextDecoration?Cufon.CSS.textDecoration(aj,ac):{};var I=ac.get("color");var an=Cufon.CSS.textTransform(J,ac).split(""),A;var o=ai.glyphs,G,r,ae;var g=0,O=[],V=0,w;var y,K=F.textShadow;for(var ah=0,ag=0,ad=an.length;ah<ad;++ah){G=o[A=an[ah]]||ai.missingGlyph;if(!G){continue}if(r){g-=ae=r[A]||0;O[ag-1]-=ae}g+=w=O[ag++]=~~(G.w||ai.w)+Z;r=G.k}if(w===undefined){return null}var z=-X+g+(L.width-w);var am=p.convert(z*S),ab=Math.round(am);var R=z+","+L.height,m;var M="r"+R+"ns";var x=F.textGradient&&d(F.textGradient);for(ah=0,ag=0;ah<ad;++ah){G=o[an[ah]]||ai.missingGlyph;if(!G){continue}if(n){y=q.childNodes[ag];while(y.firstChild){y.removeChild(y.firstChild)}}else{y=document.createElement("cvml:shape");q.appendChild(y)}y.stroked="f";y.coordsize=R;y.coordorigin=m=(X-V)+","+W;y.path=(G.d?"m"+G.d+"xe":"")+"m"+m+M;y.fillcolor=I;if(x){y.appendChild(x.cloneNode(false))}var ak=y.style;ak.width=ab;ak.height=al;if(K){var t=K[0],s=K[1];var E=Cufon.CSS.color(t.color),C;var Q=document.createElement("cvml:shadow");Q.on="t";Q.color=E.color;Q.offset=t.offX+","+t.offY;if(s){C=Cufon.CSS.color(s.color);Q.type="double";Q.color2=C.color;Q.offset2=s.offX+","+s.offY}Q.opacity=E.opacity||(C&&C.opacity)||1;y.appendChild(Q)}V+=O[ag++]}var P=y.nextSibling,v,D;if(F.forceHitArea){if(!P){P=document.createElement("cvml:rect");P.stroked="f";P.className="cufon-vml-cover";v=document.createElement("cvml:fill");v.opacity=0;P.appendChild(v);q.appendChild(P)}D=P.style;D.width=ab;D.height=al}else{if(P){q.removeChild(P)}}ao.width=Math.max(Math.ceil(p.convert(g*S)),0);if(f){var T=ac.computedYAdjust;if(T===undefined){var H=ac.get("lineHeight");if(H=="normal"){H="1em"}else{if(!isNaN(H)){H+="em"}}ac.computedYAdjust=T=0.5*(a(aj,H)-parseFloat(ao.height))}if(T){ao.marginTop=Math.ceil(T)+"px";ao.marginBottom=T+"px"}}return B}})());


Cufon.registerFont({"w":269,"face":{"font-family":"bank-gothic","font-weight":400,"font-stretch":"semi-expanded","units-per-em":"360","panose-1":"2 11 6 7 2 2 3 6 2 4","ascent":"274","descent":"-86","bbox":"0 -275 339 85","underline-thickness":"17.9297","underline-position":"-17.4023","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":134},"!":{"d":"63,-76r-9,-110r40,0r-10,110r-21,0xm54,-9v2,-13,-6,-33,11,-31v12,2,31,-6,28,10v-2,13,7,33,-10,30v-11,-2,-31,6,-29,-9","w":147},"\"":{"d":"83,-252r0,97r-18,0r0,-97r18,0xm35,-252r0,97r-18,0r0,-97r18,0","w":100},"#":{"d":"171,-152r-46,0r-17,49r47,0xm161,-256r-29,85r46,0r30,-85r23,0r-30,85r55,0r-6,19r-56,0r-17,49r60,0r-7,19r-60,0r-30,84r-22,0r30,-84r-47,0r-31,84r-22,0r30,-84r-57,0r6,-19r58,0r17,-49r-62,0r6,-19r63,0r30,-85r22,0","w":276},"$":{"d":"152,-22r56,0r0,-58r-56,0r0,58xm131,-107r0,-56r-55,0r0,56r55,0xm152,-186v44,-1,89,-5,82,45r-28,7r0,-29r-54,0r0,56v54,-2,97,-4,85,63v6,52,-40,43,-85,44r0,47r-21,0r0,-47v-47,0,-98,9,-90,-47r30,-6r0,31r60,0r0,-58v-53,2,-94,2,-83,-62v-6,-51,38,-44,83,-44r0,-37r21,0r0,37"},"%":{"d":"229,-84v-18,0,-35,17,-35,35v0,18,17,34,35,34v18,0,34,-16,34,-34v0,-18,-15,-35,-34,-35xm229,6v-29,1,-56,-27,-56,-56v0,-29,26,-54,56,-54v31,0,55,25,55,54v0,29,-26,56,-55,56xm243,-192r-157,198r-20,0r156,-198r21,0xm82,-171v-19,0,-35,16,-35,35v0,18,17,34,35,34v18,0,34,-16,34,-34v0,-19,-16,-35,-34,-35xm81,-81v-29,0,-55,-28,-55,-56v0,-29,25,-55,55,-55v30,0,56,25,56,55v0,29,-27,57,-56,56","w":310},"&":{"d":"55,-24r90,0r25,-22r-67,-53r-48,33r0,42xm115,-186v44,0,86,-6,78,47r-25,5r0,-29r-70,0r0,27r90,74r43,-41r16,15r-42,40r59,48r-39,0r-38,-31v-17,12,-22,33,-53,31v-54,-2,-105,17,-105,-56v0,-36,37,-39,57,-57v-25,-21,-22,-73,29,-73","w":277},"'":{"d":"35,-252r0,97r-18,0r0,-97r18,0","w":51},"(":{"d":"97,-193v-45,49,-42,150,0,200r-29,0v-39,-51,-40,-149,0,-200r29,0","w":133},")":{"d":"36,7v43,-49,45,-151,0,-200r29,0v39,51,40,149,0,200r-29,0","w":133},"*":{"d":"91,-117r-27,43r-18,-14r35,-35r-50,-12r7,-22r46,22r-5,-51r22,0r-5,51r45,-22r7,22r-47,11r34,36r-20,14","w":180},"+":{"d":"159,-215r0,99r96,0r0,17r-96,0r0,99r-17,0r0,-99r-97,0r0,-17r97,0r0,-99r17,0","w":299},",":{"d":"47,-13v1,-12,-5,-29,11,-27v12,2,32,-6,29,10v4,35,-14,47,-25,66r-16,0r21,-40v-10,-1,-21,3,-20,-9","w":134},"-":{"d":"20,-83r0,-26r79,0r0,26r-79,0","w":118,"k":{"Y":26,"X":13,"W":26,"V":26,"T":13}},".":{"d":"47,-9v2,-13,-6,-33,11,-31v12,2,32,-6,29,10v-2,14,6,33,-11,30v-11,-2,-30,5,-29,-9","w":134},"\/":{"d":"7,6r93,-198r19,0r-94,198r-18,0","w":126},"0":{"d":"76,0v-66,5,-35,-88,-40,-142v-3,-34,8,-43,40,-44r118,0v65,-5,40,88,40,142v0,33,-8,43,-40,44r-118,0xm66,-25r138,0r0,-136r-138,0r0,136"},"1":{"d":"126,0r0,-157r-40,0r0,-18r69,-12r0,187r-29,0"},"2":{"d":"233,-51v2,36,-4,51,-41,51r-146,0v-1,-26,5,-34,22,-45r126,-80r0,-36r-110,0r0,44r-29,-8v-1,-38,-2,-66,40,-61v53,6,129,-28,129,48v0,23,-7,28,-23,38r-120,75r122,0r0,-36"},"3":{"d":"229,-59v1,38,-2,59,-42,59r-101,0v-38,2,-41,-16,-40,-52r29,-6r0,33r107,0v24,3,17,-22,17,-42v0,-15,-2,-17,-17,-17r-65,0r0,-24v31,-6,83,20,75,-32v-3,-16,-1,-21,-16,-21r-100,0r0,29r-28,-6v-13,-73,78,-43,134,-48v38,-3,42,16,41,53v-1,23,-9,31,-29,36v24,3,35,13,35,38"},"4":{"d":"176,-67r0,-99r-108,99r108,0xm176,0r0,-44r-141,0r0,-23r134,-121r35,0r0,121r43,0r0,23r-43,0r0,44r-28,0"},"5":{"d":"240,-60v0,78,-112,67,-180,54r-9,-30v47,8,157,35,157,-24v0,-60,-106,-35,-157,-27r10,-99r150,0r-2,25r-125,0r-6,45v63,-13,162,-17,162,56"},"6":{"d":"159,-94v-31,0,-61,1,-87,6v0,44,-8,67,38,63v42,-4,101,18,93,-41v-3,-26,-14,-27,-44,-28xm42,-57v-8,-96,46,-137,141,-133r19,25v-62,-3,-118,6,-127,54v54,-5,158,-29,158,41v0,49,-12,72,-60,70v-62,-3,-141,18,-131,-57"},"7":{"d":"100,3r108,-164r-136,0r0,44r-27,-6r0,-63r193,0r0,24r-102,165r-36,0"},"8":{"d":"233,-59v2,38,-3,64,-43,59v-63,-7,-166,34,-154,-59v3,-24,11,-34,34,-38v-26,-1,-32,-22,-30,-52v2,-30,8,-36,40,-37r109,0v38,-2,41,16,40,53v0,22,-9,35,-30,36v23,4,33,14,34,38xm89,-161v-21,-2,-19,15,-19,34v0,15,4,20,19,19r92,0v23,4,19,-15,19,-34v0,-16,-5,-19,-19,-19r-92,0xm85,-83v-24,-4,-18,19,-19,39v0,15,5,19,19,19r99,0v23,3,19,-20,19,-40v0,-15,-4,-19,-19,-18r-99,0"},"9":{"d":"227,-128v7,95,-46,136,-141,132v-4,-8,-18,-19,-17,-25v62,3,116,-6,125,-54v-53,7,-157,29,-157,-40v0,-49,11,-73,60,-71v62,3,140,-17,130,58xm66,-132v-9,69,90,34,131,34v0,-44,8,-67,-38,-63v-37,4,-96,-14,-93,29"},":":{"d":"47,-122v2,-13,-6,-33,11,-31v12,2,32,-6,29,10v-2,14,6,33,-11,30v-11,-2,-30,5,-29,-9xm47,-9v2,-13,-6,-33,11,-31v12,2,32,-6,29,10v-2,14,6,33,-11,30v-11,-2,-30,5,-29,-9","w":134},";":{"d":"47,-13v1,-12,-5,-29,11,-27v12,2,32,-6,29,10v4,35,-14,47,-25,66r-16,0r21,-40v-10,-1,-21,3,-20,-9xm47,-122v2,-13,-6,-33,11,-31v12,2,32,-6,29,10v-2,14,6,33,-11,30v-11,-2,-30,5,-29,-9","w":134},"<":{"d":"253,-180r-179,73r179,72r0,20r-207,-85r0,-14r207,-86r0,20","w":299},"=":{"d":"255,-83r0,17r-210,0r0,-17r210,0xm255,-149r0,18r-210,0r0,-18r210,0","w":299},">":{"d":"253,-114r0,14r-207,85r0,-20r180,-72r-180,-73r0,-20","w":299},"?":{"d":"77,-186v45,0,113,-14,111,35r0,32r-65,33r0,11r-23,0r0,-26r62,-31r0,-30r-96,0r0,29r-25,-4v-2,-31,8,-49,36,-49xm91,-9v2,-13,-6,-33,11,-31v12,1,31,-5,29,10v-2,13,6,33,-11,30v-11,-2,-31,6,-29,-9","w":233},"@":{"d":"102,-80v-7,-70,90,-134,126,-67r11,-22r16,0r-27,115v0,10,7,17,19,16v50,-4,72,-48,73,-100v2,-63,-59,-104,-125,-102v-94,3,-149,58,-154,150v-7,128,167,153,250,91r7,10v-31,22,-67,39,-115,39v-97,0,-162,-49,-162,-144v0,-100,71,-162,175,-162v81,0,143,40,143,119v0,66,-33,115,-97,115v-22,0,-37,-10,-33,-32v-10,18,-26,31,-52,32v-37,0,-52,-21,-55,-58xm123,-78v0,41,44,51,70,29v20,-17,23,-49,31,-77v-4,-19,-17,-35,-38,-35v-38,0,-63,41,-63,83","w":360},"A":{"d":"79,-69r100,0r-50,-96xm12,0r101,-186r34,0r103,186r-34,0r-24,-46r-126,0r-23,46r-31,0","w":261,"k":{"y":26,"v":13,"t":16,"Y":33,"W":11,"V":29,"U":15,"T":26,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"187,-25v23,2,20,-17,20,-38v0,-17,-4,-21,-20,-22r-108,0r0,60r108,0xm187,-110v22,3,18,-17,18,-35v1,-14,-5,-16,-18,-16r-108,0r0,51r108,0xm238,-60v3,42,-9,60,-51,60r-139,0r0,-186r150,0v36,-2,39,22,39,58v0,22,-11,29,-31,31v20,3,30,15,32,37","w":275,"k":{"W":-7}},"C":{"d":"89,-186v64,7,165,-32,148,62r-32,6r0,-42r-128,0r0,134r128,0r0,-46r32,6v1,41,0,71,-44,66v-57,-7,-155,27,-147,-44v6,-55,-26,-150,43,-142","w":270,"k":{"Y":-7}},"D":{"d":"229,-94v0,-78,-77,-65,-150,-66r0,134v75,0,150,10,150,-68xm260,-94v0,65,-39,94,-110,94r-102,0r0,-186r102,0v70,-2,110,29,110,92","w":290,"k":{"Y":11,"V":6,"A":6,"-":-13}},"E":{"d":"48,0r0,-186r179,0r0,25r-148,0r0,52r91,0r0,24r-91,0r0,60r150,0r0,25r-181,0","w":254},"F":{"d":"48,0r0,-186r177,0r0,26r-146,0r0,60r83,0r0,25r-83,0r0,75r-31,0","w":229,"k":{"u":6,"r":6,"o":6,"i":6,"e":6,"a":40,"T":-20,"S":6,"A":24,";":20,":":20,".":61,"-":20,",":61}},"G":{"d":"210,-186v36,0,43,12,43,47r-31,6r0,-27r-145,0r0,134r145,0r0,-54r-75,0r0,-24r106,0v-3,48,16,104,-43,104r-121,0v-69,7,-43,-87,-43,-142v0,-35,9,-44,43,-44r121,0","w":294,"k":{"-":-7}},"H":{"d":"48,0r0,-186r31,0r0,76r147,0r0,-76r31,0r0,186r-31,0r0,-84r-147,0r0,84r-31,0","w":304},"I":{"d":"48,0r0,-186r31,0r0,186r-31,0","w":127},"J":{"d":"198,-44v8,64,-67,39,-118,44v-50,6,-44,-36,-44,-81r31,-7r0,62r100,0r0,-160r31,0r0,142","w":243,"k":{"A":6}},"K":{"d":"48,0r0,-186r31,0r0,80r116,-80r45,0r-134,89r149,97r-52,0r-124,-83r0,83r-31,0","w":262,"k":{"y":20,"a":-20,"W":-10,"U":6,"T":-7,"O":13,"C":13,"A":-20,"-":13}},"L":{"d":"48,0r0,-186r31,0r0,160r141,0r0,26r-172,0","w":235,"k":{"y":33,"a":-7,"Y":50,"W":24,"V":43,"U":18,"T":40,"O":6,"A":-7}},"M":{"d":"73,-153v4,48,1,102,2,153r-27,0r0,-186r25,0r91,121r84,-121r29,0r0,186r-29,0r1,-153v-24,45,-55,82,-82,124r-8,0v-28,-42,-62,-79,-86,-124","w":325},"N":{"d":"48,0r0,-186r20,0r149,135v4,4,7,8,11,13v-6,-43,-2,-99,-3,-148r28,0r0,186r-17,0r-146,-132v-7,-6,-12,-12,-15,-18v3,47,2,100,2,150r-29,0","w":301},"O":{"d":"77,-26r153,0r0,-134r-153,0r0,134xm89,0v-69,7,-43,-87,-43,-142v0,-35,9,-44,43,-44r129,0v69,-7,43,87,43,142v0,35,-8,43,-43,44r-129,0","w":307,"k":{"Y":6,"X":13,"V":10,".":6,"-":-7,",":6}},"P":{"d":"206,-116v-1,-22,6,-46,-20,-46r-107,0r0,65r107,0v16,0,20,-4,20,-19xm237,-150v1,40,6,78,-39,78r-119,0r0,72r-31,0r0,-186r150,0v27,0,39,10,39,36","w":264,"k":{"a":26,"W":-7,"A":31,".":79,",":79}},"Q":{"d":"184,-26r46,0r0,-134r-153,0r0,134r80,0r-19,-43r21,-8xm169,0v-52,-5,-131,21,-123,-44v7,-55,-25,-142,43,-142r129,0v69,-7,37,87,43,142v5,43,-22,45,-64,44r21,45r-29,0","w":307,"k":{"-":-7}},"R":{"d":"206,-115v-1,-22,6,-47,-20,-47r-107,0r0,65r107,0v15,0,20,-4,20,-18xm237,-150v1,40,6,82,-39,78r-27,0r85,72r-46,0r-76,-72r-55,0r0,72r-31,0r0,-186r150,0v27,0,39,10,39,36","w":274,"k":{"a":-7,"W":-7,"A":-7,"-":-7}},"S":{"d":"91,-186v56,0,150,-27,142,45r-26,7r0,-26r-132,0r0,51r117,0v42,-2,43,24,43,65v0,73,-94,38,-151,44v-37,4,-44,-12,-44,-49r29,-7r0,30r138,0r0,-56r-116,0v-42,2,-45,-19,-44,-60v1,-35,9,-44,44,-44","w":281},"T":{"d":"120,-160r0,160r-31,0r0,-160r-85,0r0,-26r201,0r0,26r-85,0","w":209,"k":{"u":6,"s":6,"r":6,"o":6,"i":6,"e":6,"c":6,"a":26,"T":-20,"A":26,";":13,":":13,".":46,"-":13,",":46}},"U":{"d":"92,0v-35,0,-43,-9,-44,-44r0,-142r31,0r0,160r136,0r0,-160r30,0r0,142v7,74,-95,44,-153,44","w":293,"k":{"J":13,"A":10}},"V":{"d":"113,0r-101,-186r33,0r82,155r79,-155r31,0r-98,186r-26,0","w":248,"k":{"u":15,"o":15,"i":15,"e":15,"a":33,"O":10,"A":29,";":33,":":33,".":60,"-":26,",":60}},"W":{"d":"79,0r-67,-186r31,0r50,148r55,-148r19,0r53,148r51,-148r27,0r-67,186r-23,0r-51,-140r-54,140r-24,0","w":309,"k":{"u":6,"r":8,"i":8,"e":8,"a":13,"A":11,";":28,":":28,".":55,"-":28,",":55}},"X":{"d":"22,0r90,-96r-92,-90r45,0r65,71r61,-71r39,0r-82,87r100,99r-45,0r-74,-79r-68,79r-39,0","w":256,"k":{"T":-7,"O":6,"C":6,"A":-13,"-":20}},"Y":{"d":"106,0r0,-81r-94,-105r38,0r73,83r69,-83r38,0r-93,104r0,82r-31,0","w":241,"k":{"y":6,"u":20,"o":20,"i":20,"e":20,"a":43,"O":13,"C":13,"A":33,";":38,":":38,".":46,"-":33,",":46}},"Z":{"d":"24,0r0,-13r137,-147r-125,0r0,-26r175,0r0,11r-140,149r140,0r0,26r-187,0","w":245},"[":{"d":"111,6r-71,0r0,-198r71,0r0,20r-45,0r0,158r45,0r0,20","w":133},"\\":{"d":"25,-192r94,198r-18,0r-94,-198r18,0","w":126},"]":{"d":"23,6r0,-20r45,0r0,-158r-45,0r0,-20r70,0r0,198r-70,0","w":133},"^":{"d":"192,-256r93,98r-25,0r-80,-80r-81,80r-25,0r94,-98r24,0","w":360},"_":{"d":"180,67r0,18r-180,0r0,-18r180,0","w":180},"`":{"d":"114,-172r-19,0r-49,-61r31,0","w":180},"a":{"d":"10,0r89,-153r26,0r90,153r-31,0r-20,-36r-105,0r-20,36r-29,0xm71,-58r81,0r-41,-72","w":225,"k":{"y":20,"x":-7,"w":6,"v":13,"t":20}},"b":{"d":"170,-40v1,-17,0,-29,-17,-29r-89,0r0,47r89,0v13,0,17,-6,17,-18xm153,-91v19,2,16,-11,16,-27v0,-10,-4,-13,-16,-12r-89,0r0,39r89,0xm199,-49v0,80,-100,40,-164,49r0,-153r129,0v30,-1,36,18,34,48v-1,17,-10,24,-27,26v17,2,28,11,28,30","w":227},"c":{"d":"69,-153v54,6,140,-27,127,51r-29,5r0,-33r-107,0r0,107r107,0r0,-36r29,5v1,35,-1,58,-38,54v-47,-6,-133,24,-126,-36v5,-46,-21,-124,37,-117","w":221},"d":{"d":"201,-77v0,-63,-65,-52,-125,-53r0,107v61,0,125,9,125,-54xm229,-77v0,89,-95,78,-182,77r0,-153v87,-1,182,-12,182,76","w":262,"k":{"y":10,"v":6}},"e":{"d":"35,0r0,-153r154,0r0,23r-125,0r0,39r75,0r0,23r-75,0r0,46r126,0r0,22r-155,0","w":209},"f":{"d":"35,0r0,-153r152,0r0,23r-123,0r0,47r70,0r0,23r-70,0r0,60r-29,0","w":195,"k":{"t":-11,"a":26}},"g":{"d":"210,-114r-29,5r0,-21r-121,0r0,107r121,0r0,-42r-62,0r0,-20r91,0v-2,41,12,85,-38,85r-103,0v-60,7,-37,-70,-37,-116v0,-29,8,-37,37,-37v53,0,147,-26,141,39","w":238},"h":{"d":"35,0r0,-152r29,0r0,61r122,0r0,-61r29,0r0,152r-29,0r0,-68r-122,0r0,68r-29,0","w":249},"i":{"d":"63,0r-28,0r0,-152r28,0r0,152","w":97},"j":{"d":"165,-36v6,52,-58,32,-101,36v-42,4,-37,-29,-37,-66r28,-5r0,48r81,0r0,-130r29,0r0,117","w":200},"k":{"d":"35,0r0,-153r29,0r0,66r96,-66r41,0r-113,74r125,79r-47,0r-102,-68r0,68r-29,0","w":217,"k":{"y":-10,"w":-13,"t":-7,"a":-13}},"l":{"d":"35,0r0,-153r29,0r0,130r119,0r0,23r-148,0","w":192,"k":{"y":33,"w":6,"v":26,"t":26,"a":-13}},"m":{"d":"58,-124r1,124r-24,0r0,-153r24,0r76,99r70,-99r27,0r0,153r-27,0r2,-124v-17,39,-46,66,-69,100r-8,0v-23,-34,-53,-62,-72,-100","w":267},"n":{"d":"60,-122v4,38,1,81,2,122r-27,0r0,-153r22,0v43,41,92,76,131,121v-6,-36,-2,-81,-3,-121r27,0r0,153r-20,0r-125,-112v-3,-3,-5,-6,-7,-10","w":246},"o":{"d":"60,-23r128,0r0,-107r-128,0r0,107xm69,0v-60,7,-37,-70,-37,-116v0,-29,8,-36,37,-37r110,0v59,-6,38,70,38,117v0,29,-8,36,-38,36r-110,0","w":248},"p":{"d":"168,-97v-1,-17,5,-33,-17,-33r-87,0r0,48r87,0v12,0,18,-3,17,-15xm198,-123v1,34,4,63,-34,63r-100,0r0,60r-29,0r0,-153r129,0v24,0,33,8,34,30","w":218,"k":{"y":-7,"w":-10,"a":18}},"q":{"d":"153,-23r35,0r0,-107r-128,0r0,107r70,0r-19,-43r18,-7xm140,0v-43,-5,-115,20,-108,-36v6,-46,-21,-117,37,-117r110,0v59,-6,34,70,38,117v3,35,-18,37,-53,36r22,45r-26,0","w":248},"r":{"d":"162,-97v0,-17,3,-33,-17,-33r-81,0r0,49r81,0v13,0,16,-3,17,-16xm190,-123v1,33,4,67,-32,63r-20,0r67,60r-38,0r-61,-60r-42,0r0,60r-29,0r0,-153r123,0v22,0,32,9,32,30","w":220,"k":{"w":-7,"a":-7}},"s":{"d":"74,-153v48,0,128,-22,122,38r-26,5r0,-20r-107,0r0,40v56,9,150,-31,135,54v5,61,-82,31,-130,36v-32,4,-37,-9,-37,-40r26,-6r0,23r115,0r0,-43r-98,0v-35,3,-37,-16,-37,-50v0,-30,8,-37,37,-37","w":229},"t":{"d":"109,-130r0,130r-29,0r0,-130r-72,0r0,-23r173,0r0,23r-72,0","w":188,"k":{"t":-13,"a":13}},"u":{"d":"167,0v-50,0,-132,24,-132,-36r0,-117r29,0r0,130r112,0r0,-130r29,0r0,117v-1,29,-7,36,-38,36","w":240},"v":{"d":"96,0r-88,-153r31,0r68,123r66,-123r28,0r-83,153r-22,0","w":209,"k":{"a":13}},"w":{"d":"67,0r-59,-153r30,0r42,117r45,-117r19,0r44,117r42,-117r26,0r-58,153r-21,0r-43,-114r-45,114r-22,0","w":264,"k":{"a":6}},"x":{"d":"12,0r77,-78r-78,-75r39,0r55,56r50,-56r36,0r-70,71r85,82r-40,0r-62,-62r-55,62r-37,0","w":213,"k":{"a":-11}},"y":{"d":"87,0r0,-67r-79,-86r35,0r60,67r58,-67r34,0r-79,86r0,67r-29,0","w":203,"k":{"a":11}},"z":{"d":"26,0r0,-14r115,-116r-105,0r0,-23r151,0r0,13r-117,117r117,0r0,23r-161,0","w":222},"{":{"d":"83,-152v-1,-64,-6,-118,67,-108r0,19v-90,-19,-7,137,-80,148v41,6,34,55,34,103v0,37,9,45,46,44r0,19v-71,9,-69,-42,-67,-108v1,-38,-15,-50,-52,-49r0,-19v37,1,53,-10,52,-49","w":180},"|":{"d":"100,-275r0,360r-19,0r0,-360r19,0","w":180},"}":{"d":"30,-260v71,-9,70,42,68,108v-1,38,14,50,52,49r0,19v-56,-8,-52,40,-52,92v0,54,-15,66,-68,65r0,-19v90,19,6,-138,81,-147v-42,-6,-34,-54,-35,-103v0,-38,-10,-46,-46,-45r0,-19","w":180},"~":{"d":"147,-117v47,20,88,15,122,-15r0,20v-20,14,-39,24,-68,25v-26,1,-78,-26,-102,-24v-28,3,-45,13,-68,28r0,-20v34,-24,69,-34,116,-14","w":299},"\u00a0":{"w":134}}});
