/*
 * Copyright (c) 2008 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var J=function(){return J.replace.apply(null,arguments)};var R=J.DOM={ready:(function(){var W=false,Y={loaded:1,complete:1};var V=[],X=function(){if(W){return}W=true;for(var Z;Z=V.shift();Z()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",X,false);window.addEventListener("pageshow",X,false)}if(!window.opera&&document.readyState){(function(){Y[document.readyState]?X():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");X()}catch(Z){setTimeout(arguments.callee,1)}})()}N(window,"load",X);return function(Z){if(!arguments.length){X()}else{W?Z():V.push(Z)}}})()};var K=J.CSS={Size:function(W,V){this.value=parseFloat(W);this.unit=String(W).match(/[a-z%]*$/)[0]||"px";this.convert=function(X){return X/V*this.value};this.convertFrom=function(X){return X/this.value*V};this.toString=function(){return this.value+this.unit}},getStyle:function(W){var V=document.defaultView;if(V&&V.getComputedStyle){return new A(V.getComputedStyle(W,null))}if(W.currentStyle){return new A(W.currentStyle)}return new A(W.style)},ready:(function(){var X=false;var W=[],Y=function(){X=true;for(var a;a=W.shift();a()){}};var V=Object.prototype.propertyIsEnumerable?E("style"):{length:0};var Z=E("link");R.ready(function(){var d=0,c;for(var b=0,a=Z.length;c=Z[b],b<a;++b){if(!c.disabled&&c.rel.toLowerCase()=="stylesheet"){++d}}if(document.styleSheets.length>=V.length+d){Y()}else{setTimeout(arguments.callee,10)}});return function(a){if(X){a()}else{W.push(a)}}})(),supports:function(X,W){var V=document.createElement("span").style;if(V[X]===undefined){return false}V[X]=W;return V[X]===W},textAlign:function(Y,X,V,W){if(X.get("textAlign")=="right"){if(V>0){Y=" "+Y}}else{if(V<W-1){Y+=" "}}return Y},textDecoration:function(a,Z){if(!Z){Z=this.getStyle(a)}var W={underline:null,overline:null,"line-through":null};for(var V=a;V.parentNode&&V.parentNode.nodeType==1;){var Y=true;for(var X in W){if(W[X]){continue}if(Z.get("textDecoration").indexOf(X)!=-1){W[X]=Z.get("color")}Y=false}if(Y){break}Z=this.getStyle(V=V.parentNode)}return W},textShadow:H(function(Z){if(Z=="none"){return null}var Y=[],a={},V,W=0;var X=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(V=X.exec(Z)){if(V[0]==","){Y.push(a);a={},W=0}else{if(V[1]){a.color=V[1]}else{a[["offX","offY","blur"][W++]]=V[2]}}}Y.push(a);return Y}),color:H(function(W){var V={};V.color=W.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(Y,X,Z){V.opacity=parseFloat(Z);return"rgb("+X+")"});return V}),textTransform:function(W,V){return W[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[V.get("textTransform")]||"toString"]()}};J.VML={parsePath:function(Y){var V=[],X=/([mrvxe])([^a-z]*)/g,W;while(W=X.exec(Y)){V.push({type:W[1],coords:W[2].split(",")})}return V}};function O(W){var V=this.face=W.face;this.glyphs=W.glyphs;this.w=W.w;this.baseSize=parseInt(V["units-per-em"],10);this.family=V["font-family"].toLowerCase();this.weight=V["font-weight"];this.style=V["font-style"]||"normal";this.viewBox=(function(){var X=V.bbox.split(/\s+/);return{minX:parseInt(X[0],10),minY:parseInt(X[1],10),width:parseInt(X[2],10)-parseInt(X[0],10),height:parseInt(X[3],10)-parseInt(X[1],10),toString:function(){return[this.minX,this.minY,this.width,this.height].join(" ")}}})();this.ascent=-parseInt(V.ascent,10);this.descent=-parseInt(V.descent,10);this.height=-this.ascent+this.descent}function D(){this.styles={};this.add=function(V){(this.styles[V.style]||(this.styles[V.style]={}))[V.weight]=V};this.get=function(W,Y){var V=this.styles[W],X;if(!V){return null}Y={normal:400,bold:700}[Y]||parseInt(Y,10);if(V[Y]){return V[Y]}for(var Z in V){Z=parseInt(Z,10);if(!X||(Z<Y&&Z>X)){X=Z}}return V[X]}}function U(){var X={},V=0;function W(Y){return Y.cufid||(Y.cufid=++V)}this.get=function(Y){var Z=W(Y);return X[Z]||(X[Z]={})}}function A(V){var X={},W={};this.get=function(Y){return X[Y]!=undefined?X[Y]:V[Y]};this.getSize=function(Z,Y){return W[Z]||(W[Z]=new K.Size(this.get(Z),Y))};this.extend=function(Y){for(var Z in Y){X[Z]=Y[Z]}return this}}function N(W,V,X){if(W.addEventListener){W.addEventListener(V,X,false)}else{if(W.attachEvent){W.attachEvent("on"+V,function(){return X.apply(W,arguments)})}}}function H(V){var W={};return function(X){if(!W.hasOwnProperty(X)){W[X]=V.apply(null,arguments)}return W[X]}}function B(a,Z){if(!Z){Z=K.getStyle(a)}var W=Z.get("fontFamily").split(/\s*,\s*/),Y;for(var X=0,V=W.length;X<V;++X){Y=W[X].toLowerCase();if(Y[0]=='"'||Y[0]=="'"){Y=Y.substring(1,Y.length-1)}if(G[Y]){return G[Y].get(Z.get("fontStyle"),Z.get("fontWeight"))}}return null}function E(V){return document.getElementsByTagName(V)}function F(){var V={},Y;for(var X=0,W=arguments.length;X<W;++X){for(Y in arguments[X]){V[Y]=arguments[X][Y]}}return V}function L(Y,g,W,h,Z,X){var f=h.separate;if(f=="none"){return T[h.engine].apply(null,arguments)}var e=document.createDocumentFragment(),b;var c=g.split(M[f]),V=(f=="words");if(V&&P){if(/^\s/.test(g)){c.unshift("")}if(/\s$/.test(g)){c.push("")}}for(var d=0,a=c.length;d<a;++d){b=T[h.engine](Y,V?K.textAlign(c[d],W,d,a):c[d],W,h,Z,X,d<a-1);if(b){e.appendChild(b)}}return e}function I(W,d){var b=C.get(W);if(!d){d=b.options}var X,V,a;for(var Y=W.firstChild;Y;Y=a){a=Y.nextSibling;if(Y.nodeType==1){if(!Y.firstChild){continue}if(!/cufon/.test(Y.className)){arguments.callee(Y,d);continue}}var c=Y.nodeType==3?Y.data:Y.alt;if(c===""){continue}if(!V){V=K.getStyle(W).extend(d)}if(!X){X=B(W,V)}if(!X){continue}var Z=L(X,c,V,d,Y,W);if(Z){Y.parentNode.replaceChild(Z,Y)}else{Y.parentNode.removeChild(Y)}}if(!b.options){b.options=d}}var P=" ".split(/\s+/).length==0;var C=new U();var S=[];var T={},G={},Q={enableTextDecoration:false,engine:null,printable:true,selector:(window.Sizzle||(window.$$&&function(V){return $$(V)})||window.$||(document.querySelectorAll&&function(V){return document.querySelectorAll(V)})||E),separate:"words",textShadow:"none"};var M={words:/\s+/,characters:""};J.now=function(){R.ready();return J};J.refresh=function(){var X=S.splice(0,S.length);for(var W=0,V=X.length;W<V;++W){J.replace.apply(null,X[W])}return J};J.registerEngine=function(W,V){if(!V){return J}T[W]=V;return J.set("engine",W)};J.registerFont=function(X){var V=new O(X),W=V.family;if(!G[W]){G[W]=new D()}G[W].add(V);return J.set("fontFamily",W)};J.replace=function(X,W,V){W=F(Q,W);if(!W.engine){return J}if(typeof W.textShadow=="string"){W.textShadow=K.textShadow(W.textShadow)}if(!V){S.push(arguments)}if(X.nodeType||typeof X=="string"){X=[X]}K.ready(function(){for(var Z=0,Y=X.length;Z<Y;++Z){var a=X[Z];if(typeof a=="string"){J.replace(W.selector(a),W,true)}else{I(a,W)}}});return J};J.set=function(V,W){Q[V]=W;return J};return J})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return null}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("@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:none}"+(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,I){var N=0,M=0;var G=Cufon.VML.parsePath(O);var H=new Array(G.length-1);generate:for(var K=0,J=G.length;K<J;++K){var L=G[K].coords;switch(G[K].type){case"v":H[K]={m:"bezierCurveTo",a:[N+Number(L[0]),M+Number(L[1]),N+Number(L[2]),M+Number(L[3]),N+=Number(L[4]),M+=Number(L[5])]};break;case"r":H[K]={m:"lineTo",a:[N+=Number(L[0]),M+=Number(L[1])]};break;case"m":H[K]={m:"moveTo",a:[N=Number(L[0]),M=Number(L[1])]};break;case"x":H[K]={m:"closePath"};break;case"e":break generate}I[H[K].m].apply(I,H[K].a)}return H}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(p,S,j,O,W,q){var U=p.viewBox;var I=j.getSize("fontSize",p.baseSize);var f=j.get("letterSpacing");f=(f=="normal")?0:I.convertFrom(parseInt(f,10));var V=0,h=0,e=0,Q=0;var T=O.textShadow,c=[];if(T){for(var o=0,k=T.length;o<k;++o){var Y=T[o];var b=I.convertFrom(parseFloat(Y.offX));var a=I.convertFrom(parseFloat(Y.offY));c[o]=[b,a];if(a<V){V=a}if(b>h){h=b}if(a>e){e=a}if(b<Q){Q=b}}}var t=Cufon.CSS.textTransform(S,j).split("");var G=0,R=null;for(var o=0,k=t.length;o<k;++o){var P=p.glyphs[t[o]]||p.missingGlyph;if(!P){continue}G+=R=Number(P.w||p.w)+f}if(R===null){return null}h+=(U.width-R);Q+=U.minX;var N=document.createElement("span");N.className="cufon cufon-canvas";N.alt=S;var J=document.createElement("canvas");var u=N.style;var Z=J.style;var H=I.convert(U.height-V+e);var s=Math.ceil(H);var d=s/H;J.width=Math.ceil(I.convert(G+h-Q)*d);J.height=s;V+=U.minY;Z.top=Math.round(I.convert(V-p.ascent))+"px";Z.left=Math.round(I.convert(Q))+"px";var M=Math.ceil(I.convert(G*d))+"px";if(A){u.width=M;u.height=I.convert(p.height)+"px"}else{u.paddingLeft=M;u.paddingBottom=(I.convert(p.height)-1)+"px"}var r=J.getContext("2d"),X=s/U.height;r.scale(X,X);r.translate(-Q,-V);r.lineWidth=p.face["underline-thickness"];r.save();function K(i,g){r.strokeStyle=g;r.beginPath();r.moveTo(0,i);r.lineTo(G,i);r.stroke()}var L=O.enableTextDecoration?Cufon.CSS.textDecoration(q,j):{};if(L.underline){K(-p.face["underline-position"],L.underline)}if(L.overline){K(p.ascent,L.overline)}r.fillStyle=j.get("color");function n(){for(var v=0,g=t.length;v<g;++v){var w=p.glyphs[t[v]]||p.missingGlyph;if(!w){continue}r.beginPath();if(w.d){if(w.code){C(w.code,r)}else{w.code=D("m"+w.d,r)}}r.fill();r.translate(Number(w.w||p.w)+f,0)}}if(T){for(var o=0,k=T.length;o<k;++o){var Y=T[o];r.save();r.fillStyle=Y.color;r.translate.apply(r,c[o]);n();r.restore()}}n();r.restore();if(L["line-through"]){K(-p.descent,L["line-through"])}N.appendChild(J);if(O.printable){var m=document.createElement("span");m.className="cufon-alt";m.appendChild(document.createTextNode(S));N.appendChild(m)}return N}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}document.write('<!--[if vml]><script type="text/javascript">Cufon.vmlEnabled=true;<\/script><![endif]-->');if(!Cufon.vmlEnabled){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml");document.write('<style type="text/css">@media screen{cvml\\:shape,cvml\\:group,cvml\\:shapetype,cvml\\:fill{behavior:url(#default#VML);display:inline-block;antialias:true;position:absolute}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{display:none}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>')}var C=0;function B(E,F){return A(E,/(?:em|ex|%)$/i.test(F)?"1em":F)}function A(H,I){if(/px$/i.test(I)){return parseFloat(I)}var G=H.style.left,F=H.runtimeStyle.left;H.runtimeStyle.left=H.currentStyle.left;H.style.left=I;var E=H.style.pixelLeft;H.style.left=G;H.runtimeStyle.left=F;return E}function D(F,H){var E=document.createElement("cvml:shapetype");E.id="cufon-glyph-"+C++;F.typeRef="#"+E.id;E.stroked="f";E.coordsize=H.width+","+H.height;E.coordorigin=H.minX+","+H.minY;var G="m"+H.minX+","+H.minY+" r"+H.width+","+H.height;E.path=(F.d?"m"+F.d+"x":"")+G;document.body.insertBefore(E,document.body.firstChild)}return function(j,R,e,O,V,k,c){var U=j.viewBox;var G=e.computedFontSize||(e.computedFontSize=new Cufon.CSS.Size(B(k,e.get("fontSize"))+"px",j.baseSize));var b=e.computedLSpacing;if(b==undefined){b=e.get("letterSpacing");e.computedLSpacing=b=(b=="normal")?0:G.convertFrom(A(k,b))}var N=document.createElement("span");N.className="cufon cufon-vml";N.alt=R;var H=document.createElement("cvml:group");var r=N.runtimeStyle;var X=H.runtimeStyle;var F=G.convert(U.height);X.height=Math.ceil(F);X.top=Math.round(G.convert(U.minY-j.ascent));X.left=Math.round(G.convert(U.minX));var a=parseInt(X.height,10)/F;r.height=G.convert(-j.ascent+j.descent)+"px";var J=O.enableTextDecoration?Cufon.CSS.textDecoration(k,e):{};var Q=e.get("color");var o=Cufon.CSS.textTransform(R,e).split("");var E=0,Z=0,K=null;var T=O.textShadow;for(var h=0,f=o.length;h<f;++h){var P=j.glyphs[o[h]]||j.missingGlyph;if(!P){continue}if(!P.typeRef){D(P,U)}var L=document.createElement("cvml:shape");L.type=P.typeRef;var m=L.runtimeStyle;m.width=U.width;m.height=U.height;m.top=0;m.left=Z;m.zIndex=1;L.fillcolor=Q;H.appendChild(L);if(T){for(var Y=0,d=T.length;Y<d;++Y){var W=T[Y];var q=Cufon.CSS.color(W.color);var I=L.cloneNode(false),S=I.runtimeStyle;S.top=G.convertFrom(parseFloat(W.offY));S.left=Z+G.convertFrom(parseFloat(W.offX));S.zIndex=0;I.fillcolor=q.color;if(q.opacity){var n=document.createElement("cvml:fill");n.opacity=q.opacity;I.appendChild(n)}H.appendChild(I)}}K=Number(P.w||j.w)+b;E+=K;Z+=K}if(K===null){return null}var M=-U.minX+E+(U.width-K);H.coordsize=M+","+U.height;X.width=G.convert(M*a);r.width=Math.max(Math.ceil(G.convert(E*a)),0);N.appendChild(H);if(O.printable){var g=document.createElement("span");g.className="cufon-alt";g.innerText=R;N.appendChild(g)}if(!c){N.appendChild(document.createElement("cvml:group"))}return N}})());

Cufon.registerFont({"w":306,"face":{"font-family":"Sansumi-DemiBold","font-weight":"600","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 7 7 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"10","cap-height":"6","bbox":"-111 -287.883 445 107","underline-thickness":"18","underline-position":"-45","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":95},"!":{"d":"67,-261r-19,0r1,211r17,0xm67,6r0,-41r-19,0r0,41r19,0","w":115},"\"":{"d":"96,-261r-21,0r3,70r15,0xm52,-261r-21,0r3,70r15,0","w":127},"#":{"d":"251,-167r-62,0r36,-88r-20,0r-35,88r-48,0r36,-88r-19,0r-36,88r-63,0r-6,17r62,0r-19,46r-62,0r-7,17r62,0r-38,93r20,0r38,-93r47,0r-38,93r19,0r38,-93r63,0r6,-17r-62,0r19,-46r62,0xm162,-150r-18,46r-48,0r19,-46r47,0","w":259},"$":{"d":"161,1v56,-4,110,-29,97,-92v-15,-35,-58,-42,-97,-51r0,-89v35,0,59,12,73,33r16,-9v-17,-29,-45,-40,-89,-42r0,-26r-18,0r0,26v-50,3,-94,14,-94,59v0,49,52,54,94,62r0,112v-40,-3,-68,-11,-88,-37r-14,13v22,26,55,40,102,41r0,30r18,0r0,-30xm143,-146v-33,-8,-87,-11,-72,-56v10,-22,37,-28,72,-29r0,85xm161,-123v40,6,98,22,76,72v-15,19,-41,34,-76,34r0,-106"},"%":{"d":"271,10v43,-1,68,-27,70,-70v-1,-44,-28,-69,-70,-71v-43,2,-68,27,-70,71v2,43,26,69,70,70xm297,-264r-22,0r-206,274r22,0xm95,-123v43,-2,68,-27,70,-71v-2,-43,-27,-69,-70,-71v-43,2,-68,28,-70,71v2,43,27,69,70,71xm271,-113v31,0,52,22,51,53v1,31,-19,53,-51,53v-32,0,-51,-22,-51,-53v0,-31,20,-53,51,-53xm95,-247v31,0,52,22,51,53v1,31,-19,53,-51,53v-32,0,-51,-22,-51,-53v0,-31,20,-53,51,-53","w":365},"&":{"d":"36,-59v0,97,163,79,208,35r53,30r40,0r-78,-43v22,-23,39,-54,44,-95r-18,0v-5,38,-21,64,-41,86v-39,-27,-69,-55,-103,-85v32,-15,66,-27,70,-68v-2,-36,-30,-49,-68,-49v-35,2,-63,14,-64,50v1,28,17,46,31,62v-36,13,-72,31,-74,77xm145,-231v41,0,63,40,30,62v-14,11,-28,17,-47,25v-14,-17,-29,-28,-30,-54v1,-22,19,-33,47,-33xm229,-34v-40,35,-175,50,-175,-24v0,-37,32,-51,69,-65v30,31,71,64,106,89","w":336},"'":{"d":"52,-261r-21,0r3,70r15,0","w":82},"(":{"d":"78,-83v-3,-91,23,-152,74,-190r-12,-11v-99,52,-106,275,-18,343v6,5,11,10,18,15r12,-12v-43,-31,-67,-79,-74,-145","w":178},")":{"d":"39,74v91,-49,108,-250,31,-329v-9,-12,-19,-18,-31,-29r-13,11v51,38,80,100,74,190v-6,67,-31,114,-74,145","w":178},"*":{"d":"196,-156r-58,-31r57,-31r-9,-17r-55,34r1,-65r-19,0r2,65r-56,-34r-9,17r57,31r-57,31r9,16r56,-34r-2,66r19,0r-1,-66r55,34","w":245},"+":{"d":"242,-82r0,-18r-89,0r0,-66r-18,0r0,66r-89,0r0,18r89,0r0,72r18,0r0,-72r89,0","w":288},",":{"d":"62,-35r-21,0r-14,70r16,0","w":93},"-":{"d":"113,-112r0,-18r-113,0r0,18r113,0","w":143},".":{"d":"30,6r0,-41r-18,0r0,41r18,0","w":93},"\/":{"d":"240,-272r-21,0r-197,282r22,0","w":260},"0":{"d":"153,10v84,-3,130,-51,132,-135v-2,-85,-50,-131,-132,-135v-82,5,-129,50,-132,135v3,84,49,132,132,135xm153,-242v72,2,112,44,114,117v-2,73,-42,115,-114,117v-71,-2,-111,-44,-113,-117v1,-73,41,-116,113,-117"},"1":{"d":"151,6r0,-263v-44,7,-74,29,-114,41r8,17r87,-35r0,240r19,0","w":254},"2":{"d":"236,-167v-60,61,-179,65,-199,166r7,7r221,0r0,-19r-205,0v29,-87,160,-77,196,-153v40,-86,-107,-114,-177,-78v-18,10,-30,26,-37,48r20,3v15,-77,216,-64,174,26"},"3":{"d":"39,-57v17,100,264,87,217,-36v-13,-25,-43,-42,-81,-43r0,6v39,-3,68,-25,73,-62v1,-87,-157,-85,-187,-27v-4,7,-7,15,-9,23r19,4v5,-65,159,-71,159,-1v0,44,-46,50,-96,53r0,16v56,4,110,7,110,58v0,44,-39,58,-89,58v-53,1,-85,-16,-98,-55"},"4":{"d":"267,-66r0,-18r-58,0r0,-173r-14,0r-160,178r0,13r155,0r0,72r19,0r0,-72r58,0xm192,-228v-4,44,-1,96,-2,144r-126,0"},"5":{"d":"148,10v66,-1,112,-28,117,-87v1,-84,-114,-105,-183,-71r18,-88r146,0r0,-19r-161,0r-27,133r12,5v40,-47,178,-40,176,41v-5,48,-45,68,-98,68v-51,1,-78,-20,-95,-54r-18,7v19,39,53,65,113,65"},"6":{"d":"278,-78v3,-102,-180,-107,-225,-47v4,-72,36,-117,109,-117v48,0,73,18,88,50r17,-7v-19,-38,-48,-61,-105,-61v-93,2,-128,62,-129,155v3,74,46,115,126,115v70,0,112,-28,119,-88xm56,-74v-14,-79,124,-88,176,-54v60,46,10,120,-73,120v-57,0,-95,-22,-103,-66"},"7":{"d":"255,-243r0,-12r-207,0r0,18r183,0r-124,243r22,0"},"8":{"d":"153,10v63,-2,116,-16,120,-75v-1,-39,-29,-59,-61,-69v28,-8,51,-23,52,-57v-5,-94,-216,-94,-221,0v1,33,24,48,51,57v-30,11,-59,30,-61,69v5,57,59,73,120,75xm62,-191v6,-69,150,-63,178,-19v19,50,-35,69,-87,68v-46,-2,-86,-8,-91,-49xm52,-64v0,-87,203,-81,203,0v0,46,-51,55,-102,56v-51,-1,-101,-10,-101,-56"},"9":{"d":"33,-174v-5,104,178,112,225,49v-4,71,-34,118,-109,117v-49,1,-74,-20,-91,-52r-18,7v20,36,53,63,109,63v94,-1,127,-63,129,-154v-3,-76,-47,-116,-128,-116v-66,2,-111,27,-117,86xm256,-166v-6,46,-48,62,-102,63v-57,-1,-102,-18,-102,-71v0,-48,43,-69,100,-68v59,1,98,24,104,76"},":":{"d":"56,-141r0,-40r-19,0r0,40r19,0xm56,6r0,-41r-19,0r0,41r19,0","w":93},";":{"d":"56,-141r0,-40r-19,0r0,40r19,0xm62,-35r-21,0r-14,70r16,0","w":93},"<":{"d":"228,-3r0,-19r-156,-69r156,-69r0,-19r-182,81r0,13","w":288},"=":{"d":"242,-105r0,-18r-196,0r0,18r196,0xm242,-59r0,-18r-196,0r0,18r196,0","w":288},">":{"d":"242,-85r0,-13r-182,-81r0,19r156,69r-156,69r0,19","w":288},"?":{"d":"103,-50v-12,-97,107,-65,107,-149v-1,-88,-162,-76,-200,-30v-6,7,-11,15,-15,24r17,7v14,-33,47,-48,95,-48v63,-9,116,47,62,87v-40,25,-91,37,-83,109r17,0xm105,6r0,-41r-19,0r0,41r19,0","w":210},"@":{"d":"262,-29v59,2,68,-51,75,-101v-5,-71,-61,-101,-136,-103v-102,3,-171,51,-176,151v-3,119,154,157,248,99r-12,-12v-79,45,-221,17,-217,-87v4,-90,66,-131,157,-133v103,-13,151,96,86,165v-4,4,-12,3,-19,3v1,-82,10,-171,-88,-157v-17,3,-30,2,-45,4v2,7,-2,21,8,17r58,-5v34,1,49,22,48,57v-74,10,-156,8,-163,81v3,82,145,67,176,21xm249,-41v-25,52,-181,40,-136,-35v29,-28,81,-31,136,-37r0,72","w":358},"A":{"d":"249,6r-119,-267r-12,0r-118,267r21,0r39,-89r128,0r40,89r21,0xm180,-102r-111,0r55,-128","w":248},"B":{"d":"48,6v95,-3,213,16,219,-76v0,-40,-31,-57,-66,-66v30,-9,49,-26,50,-59v-8,-80,-116,-64,-203,-66r0,267xm68,-243v68,3,154,-11,163,48v-4,64,-94,48,-163,51r0,-99xm68,-126v77,2,171,-10,180,56v-7,70,-105,55,-180,57r0,-113","w":288},"C":{"d":"23,-128v-10,129,162,181,243,96v7,-8,14,-16,20,-24r-16,-11v-23,31,-52,59,-103,60v-75,-4,-123,-43,-125,-120v1,-78,51,-119,127,-121v48,1,73,24,92,53r16,-10v-22,-34,-52,-61,-108,-61v-88,3,-143,50,-146,138","w":303},"D":{"d":"48,6v130,7,241,-8,239,-133v2,-125,-108,-141,-239,-134r0,267xm68,-243v111,-6,202,9,199,116v2,105,-88,121,-199,114r0,-230","w":309},"E":{"d":"232,6r0,-19r-164,0r0,-111r129,0r0,-19r-129,0r0,-100r159,0r0,-18r-179,0r0,267r184,0","w":258},"F":{"d":"227,-243r0,-18r-179,0r0,267r20,0r0,-130r129,0r0,-19r-129,0r0,-100r159,0","w":252},"G":{"d":"167,-248v48,0,70,21,91,48r16,-10v-24,-31,-52,-57,-108,-56v-88,5,-140,49,-143,139v4,87,56,134,143,138v45,-1,77,-13,105,-32r0,-96r-124,0r0,18r104,0r0,68v-20,14,-51,24,-83,24v-76,-3,-123,-43,-126,-120v3,-79,49,-117,125,-121","w":300},"H":{"d":"281,6r0,-267r-19,0r0,118r-194,0r0,-118r-20,0r0,267r20,0r0,-131r194,0r0,131r19,0","w":329},"I":{"d":"71,6r0,-267r-19,0r0,267r19,0","w":123},"J":{"d":"81,11v69,-1,100,-51,99,-127r0,-145r-19,0v-4,105,27,255,-80,253v-35,-1,-54,-15,-74,-34r-12,14v21,21,44,39,86,39","w":226},"K":{"d":"267,6r-138,-155r117,-112r-28,0r-150,144r0,-144r-20,0r0,267r20,0r0,-97r47,-46r126,143r26,0","w":267},"L":{"d":"238,6r0,-19r-170,0r0,-248r-20,0r0,267r190,0","w":248},"M":{"d":"411,6r0,-267r-19,0r-162,243r-162,-243r-20,0r0,267r20,0r-1,-235r155,235r15,0r155,-235r0,235r19,0","w":459},"N":{"d":"277,6r0,-267r-19,0r0,237r-191,-237r-19,0r0,267r20,0r-1,-237r192,237r18,0","w":325},"O":{"d":"169,11v87,-3,144,-48,146,-138v-2,-91,-57,-136,-146,-139v-89,3,-144,49,-146,139v2,90,58,134,146,138xm169,-248v78,1,124,43,127,120v-3,78,-49,118,-127,120v-77,-2,-125,-42,-127,-120v3,-77,49,-118,127,-120","w":338},"P":{"d":"68,-99v96,0,202,7,208,-82v-5,-95,-128,-78,-228,-80r0,267r20,0r0,-105xm68,-243v81,2,188,-13,188,62v0,76,-107,61,-188,63r0,-125","w":291},"Q":{"d":"214,5v59,-16,100,-58,101,-132v-2,-91,-57,-136,-146,-139v-89,3,-144,49,-146,139v2,97,70,145,170,136v20,27,59,48,110,36r-9,-17v-33,6,-63,-3,-80,-23xm169,-248v130,-17,169,173,68,225v-12,6,-24,10,-38,13v-20,-38,-77,-64,-136,-46v-12,-19,-21,-42,-21,-72v3,-77,49,-118,127,-120xm177,-8v-42,1,-77,-11,-100,-32v44,-10,84,4,100,32","w":338},"R":{"d":"273,-185v-1,-89,-126,-75,-223,-76r0,267r19,0r0,-111r89,0r114,111r27,0r-116,-113v48,-7,87,-27,90,-78xm233,-224v52,42,-6,110,-70,101r-94,0r0,-120v59,1,130,-5,164,19","w":291},"S":{"d":"243,-69v-9,83,-174,76,-209,22r-15,12v49,78,294,52,234,-66v-31,-61,-149,-36,-200,-81v-22,-49,37,-69,89,-66v45,0,74,10,91,37r16,-9v-18,-34,-54,-46,-107,-46v-68,-5,-143,34,-105,94v34,55,151,30,198,78v5,6,8,15,8,25","w":284},"T":{"d":"240,-243r0,-18r-229,0r0,18r105,0r0,249r19,0r0,-249r105,0","w":246},"U":{"d":"149,11v77,2,108,-37,106,-114r0,-158r-19,0v-9,108,39,254,-87,254v-123,0,-76,-147,-85,-254r-19,0r0,158v-2,76,28,116,104,114","w":299},"V":{"d":"267,-261r-20,0r-111,240r-110,-240r-21,0r124,267r15,0","w":271},"W":{"d":"431,-261r-20,0r-92,238r-93,-238r-15,0r-93,238r-92,-238r-20,0r105,267r15,0r93,-238r92,238r16,0","w":435},"X":{"d":"276,6r-119,-139r110,-128r-25,0r-97,114r-97,-114r-25,0r110,128r-119,139r25,0r106,-125r107,125r24,0","w":290},"Y":{"d":"251,-261r-23,0r-102,135r-102,-135r-23,0r115,153r0,114r20,0r0,-114","w":252},"Z":{"d":"229,6r0,-19r-178,0r172,-234r0,-14r-186,0r0,18r160,0r-172,234r0,15r204,0","w":250},"[":{"d":"134,62r0,-18r-48,0r0,-298r48,0r0,-18r-67,0r0,334r67,0","w":172},"\\":{"d":"239,10r-197,-282r-21,0r196,282r22,0","w":260},"]":{"d":"105,62r0,-334r-67,0r0,18r48,0r0,298r-48,0r0,18r67,0","w":172},"^":{"d":"233,-108r-83,-152r-12,0r-83,152r20,0r69,-128r69,128r20,0","w":288},"_":{"d":"294,107r0,-22r-300,0r0,22r300,0","w":288},"`":{"d":"114,-200r-64,-52r-33,0r73,52r24,0","w":180},"a":{"d":"18,-49v-1,74,126,70,164,33v2,7,6,14,12,22r24,0v-32,-21,-19,-91,-19,-141v0,-68,-70,-75,-132,-61r2,18v43,-12,122,-13,112,48v-73,11,-157,7,-163,81xm181,-39v-27,51,-183,38,-136,-36v28,-27,81,-32,136,-37r0,73","w":235},"b":{"d":"56,-18v65,57,189,21,189,-78v0,-100,-125,-134,-189,-78r0,-93r-19,0r0,273r19,0r0,-24xm135,-184v57,1,88,33,91,88v8,92,-121,111,-170,55r0,-109v20,-22,43,-33,79,-34","w":264},"c":{"d":"38,-96v-9,-91,131,-115,169,-52r17,-9v-21,-27,-45,-45,-92,-45v-66,3,-111,38,-113,106v-10,115,163,139,210,55r-17,-9v-16,25,-39,43,-80,42v-57,-1,-93,-30,-94,-88","w":242},"d":{"d":"129,10v36,1,62,-14,80,-29r-1,25r19,0r0,-273r-19,0r0,93v-19,-18,-46,-26,-79,-28v-68,3,-106,40,-110,106v4,66,42,104,110,106xm38,-96v-7,-91,124,-114,170,-54r0,109v-20,17,-40,34,-79,33v-57,-1,-88,-33,-91,-88","w":264},"e":{"d":"228,-27v-52,21,-159,35,-180,-25v-6,-10,-9,-23,-10,-39r193,0v-2,-68,-38,-107,-102,-111v-67,3,-107,38,-110,104v-5,111,121,126,210,88xm39,-109v-1,-84,138,-99,164,-28v4,9,7,18,8,28r-172,0","w":245},"f":{"d":"79,-197v-18,-88,110,-88,146,-47r11,-16v-50,-47,-195,-40,-176,63r-47,0r0,18r47,0r0,275r19,0r0,-275r117,0r0,-18r-117,0","w":212},"g":{"d":"128,100v64,-3,100,-37,99,-106r0,-191r-19,0r1,22v-20,-16,-42,-26,-77,-27v-72,2,-108,41,-113,108v3,66,44,102,110,104v36,0,59,-12,79,-28v4,66,-22,98,-81,100v-42,0,-67,-14,-86,-38r-15,13v26,27,53,42,102,43xm132,-184v37,0,60,13,76,33r0,110v-18,19,-41,34,-78,33v-58,0,-89,-33,-92,-88v3,-53,35,-88,94,-88","w":262},"h":{"d":"59,-146v30,-33,148,-70,149,11r0,141r18,0r0,-141v4,-92,-127,-72,-167,-32r0,-100r-19,0r0,273r19,0r0,-152","w":259},"i":{"d":"62,-227r0,-40r-18,0r0,40r18,0xm62,6r0,-203r-18,0r0,203r18,0","w":100},"j":{"d":"60,-227r0,-40r-19,0r0,40r19,0xm41,17v10,81,-103,76,-141,38r-11,15v48,47,182,43,171,-54r0,-213r-19,0r0,214","w":100},"k":{"d":"234,6r-129,-119r107,-84r-29,0r-127,100r0,-170r-19,0r0,273r19,0r0,-81r34,-26r117,107r27,0","w":227},"l":{"d":"63,6r0,-273r-19,0r0,273r19,0","w":100},"m":{"d":"279,-184v30,-1,43,14,43,42r0,148r19,0v-7,-83,31,-211,-62,-208v-32,1,-63,18,-84,35v-18,-55,-109,-33,-139,-2r0,-28r-19,0r0,203r19,0r0,-153v26,-20,44,-35,82,-37v25,0,42,12,42,37r0,153r18,0r0,-154v24,-17,44,-34,81,-36","w":376},"n":{"d":"151,-184v35,0,55,15,54,49r0,141r19,0r0,-141v2,-92,-127,-72,-169,-32r1,-30r-19,0r0,203r19,0r0,-152v22,-17,58,-38,95,-38","w":259},"o":{"d":"133,10v71,-1,111,-39,114,-106v-3,-69,-45,-103,-114,-106v-68,3,-111,37,-114,106v3,68,44,104,114,106xm133,-184v57,2,93,31,95,89v-2,56,-38,87,-95,88v-58,-2,-93,-32,-95,-88v1,-58,39,-86,95,-89","w":266},"p":{"d":"245,-96v6,-101,-127,-134,-189,-78r0,-23r-19,0r0,292r19,0r0,-113v19,16,46,30,80,28v68,-1,106,-42,109,-106xm136,-184v57,1,87,33,90,88v7,94,-124,111,-170,55r0,-110v21,-20,43,-32,80,-33","w":264},"q":{"d":"129,10v34,1,60,-12,79,-28r0,113r19,0r0,-292r-19,0r0,23v-19,-16,-44,-28,-79,-28v-63,1,-108,40,-110,106v4,64,41,105,110,106xm129,-184v37,1,58,13,79,33r0,110v-46,56,-178,39,-170,-55v3,-55,33,-87,91,-88","w":264},"r":{"d":"193,-178v-31,-40,-108,-22,-137,7r0,-26r-19,0r0,203r19,0r0,-155v26,-26,94,-55,125,-14","w":202},"s":{"d":"198,-64v11,78,-143,64,-171,24r-14,14v44,54,233,55,201,-48v-24,-55,-132,-22,-171,-68v-9,-39,38,-41,75,-42v39,0,63,10,79,32r14,-13v-19,-27,-49,-37,-93,-37v-53,-2,-115,19,-91,70v22,47,119,26,163,56v3,3,6,7,8,12","w":234},"t":{"d":"67,-65v-5,91,122,87,176,51r-9,-16v-39,28,-152,41,-149,-35r0,-114r134,0r0,-18r-134,0r0,-59r-18,0r0,59r-60,0r0,18r60,0r0,114","w":243},"u":{"d":"36,-57v-4,93,127,73,168,31r-1,32r19,0r0,-203r-19,0r0,151v-30,34,-148,69,-149,-11r0,-140r-18,0r0,140","w":259},"v":{"d":"238,-197r-21,0r-97,180r-96,-180r-21,0r110,203r14,0","w":240},"w":{"d":"445,-197r-21,0r-96,179r-98,-179r-13,0r-97,179r-96,-179r-21,0r110,203r14,0r96,-178r97,178r15,0","w":447},"x":{"d":"209,6r0,-9r-84,-97r76,-89r0,-8r-16,0r-72,84r-72,-84r-17,0r0,8r77,89r-84,97r0,9r16,0r80,-92r79,92r17,0","w":225},"y":{"d":"113,37v-7,39,-71,60,-108,31r-10,16v27,21,88,21,110,-4v12,-10,19,-23,25,-36r104,-241r-20,0r-75,175r-109,-175r-22,0r122,194","w":237},"z":{"d":"210,6r0,-18r-165,0r159,-170r0,-15r-180,0r0,18r153,0r-160,170r0,15r193,0","w":217},"{":{"d":"32,-97v90,-4,-19,164,106,159r0,-17v-85,12,-19,-120,-70,-150v51,-20,-17,-159,70,-150r0,-17v-65,-4,-70,49,-66,114v-1,33,-9,42,-40,45r0,16","w":167},"|":{"d":"116,96r0,-372r-18,0r0,372r18,0","w":213},"}":{"d":"95,0v1,-46,-10,-100,40,-97r0,-16v-89,3,19,-163,-106,-159r0,17v84,-11,19,121,70,150v-51,20,17,160,-70,150r0,17v44,0,66,-19,66,-62","w":167},"~":{"d":"54,-78v48,-49,149,42,197,-23r-17,-9v-48,49,-149,-42,-197,23","w":288}}});
