/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()},whiteSpace:(function(){var Z={inline:1,"inline-block":1,"run-in":1};return function(c,a,b){if(Z[a.get("display")]){return c}if(!b.previousSibling){c=c.replace(/^\s+/,"")}if(!b.nextSibling){c=c.replace(/\s+$/,"")}return c}})()};M.ready=(function(){var b=!M.recognizesMedia("all"),a=false;var Z=[],d=function(){b=true;for(var g;g=Z.shift();g()){}};var e=F("link"),f={stylesheet:1};function c(){var h,g,j;for(g=0;j=e[g];++g){if(j.disabled||!f[j.rel.toLowerCase()]||!M.recognizesMedia(j.media||"screen")){continue}h=j.sheet||j.styleSheet;if(!h||h.disabled){return false}}return true}V.ready(function(){if(!a){a=M.getStyle(document.body).isUsable()}if(b||(a&&c())){d()}else{setTimeout(arguments.callee,10)}});return function(g){if(b){g()}else{Z.push(g)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.isUsable=function(){return !!Z}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=M.whiteSpace(c.data,Z,c);if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}else{v.fillStyle=o.get("color")}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());

Cufon.registerFont({"w":240,"face":{"font-family":"BaseNine","font-weight":550,"font-variant":"small-caps","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 2 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-11 -325 372 80.0833","underline-thickness":"3.96","underline-position":"-4.32","stemh":"40","stemv":"40","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":119},"!":{"d":"60,-80r-14,-200r52,0r-14,200r-24,0xm98,-20v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26","w":159},"\"":{"d":"68,-160r-16,0r-16,-120r48,0xm148,-160r-16,0r-16,-120r48,0","w":200},"#":{"d":"120,-37r0,37r-40,0r0,-37r-40,0r0,-40r40,0r0,-35r-40,0r0,-40r40,0r0,-36r40,0r0,36r40,0r0,-36r40,0r0,36r40,0r0,40r-40,0r0,35r40,0r0,40r-40,0r0,37r-40,0r0,-37r-40,0xm160,-112r-40,0r0,35r40,0r0,-35","w":280},"$":{"d":"104,3v-21,-3,-41,-9,-59,-21r6,-33v26,12,49,18,69,18v17,0,36,-5,36,-20v0,-30,-114,-18,-114,-82v0,-28,26,-53,62,-57r0,-56r40,0r0,58v18,4,35,11,52,22r-14,30v-19,-10,-42,-18,-61,-18v-23,0,-33,8,-33,19v0,28,114,21,114,80v0,32,-26,53,-58,59r0,58r-40,0r0,-57"},"%":{"d":"372,-61v0,36,-27,65,-60,65v-33,0,-60,-29,-60,-65v0,-36,27,-65,60,-65v33,0,60,29,60,65xm297,-188r-150,188r-44,0r150,-188r44,0xm148,-127v0,36,-27,65,-60,65v-33,0,-60,-29,-60,-65v0,-36,27,-65,60,-65v33,0,60,29,60,65xm334,-61v0,-17,-10,-30,-22,-30v-12,0,-22,13,-22,30v0,17,10,31,22,31v12,0,22,-14,22,-31xm110,-127v0,-17,-10,-31,-22,-31v-12,0,-22,14,-22,31v0,17,10,31,22,31v12,0,22,-14,22,-31","w":399},"&":{"d":"184,-220r0,57v-34,-2,-16,-41,-64,-41v-14,0,-26,12,-26,26v1,18,16,29,37,26r0,40v-29,-3,-48,14,-49,39v0,21,17,37,38,37v35,0,42,-33,38,-72r60,0r0,40r-20,0r0,68v-17,3,-17,-11,-23,-19v-43,48,-133,13,-133,-55v0,-26,12,-46,29,-60v-38,-39,-6,-110,49,-110v28,0,51,13,64,24"},"'":{"d":"68,-160r-16,0r-16,-120r48,0","w":119},"(":{"d":"72,-120v0,75,50,115,87,148r-20,25v-50,-41,-107,-86,-107,-173v0,-87,57,-132,107,-173r20,25v-37,33,-87,73,-87,148","w":159},")":{"d":"128,-120v0,87,-57,132,-107,173r-20,-25v37,-33,86,-73,86,-148v0,-75,-49,-115,-86,-148r20,-25v50,41,107,86,107,173","w":159},"*":{"d":"120,-188r12,-92r16,0r13,92r91,-17r5,15r-84,40r44,82r-13,10r-64,-68r-64,68r-13,-10r45,-82r-84,-40r5,-15","w":280},"+":{"d":"40,-88r0,-40r80,0r0,-80r40,0r0,80r80,0r0,40r-80,0r0,80r-40,0r0,-80r-80,0","w":280},",":{"d":"61,71r-8,-14v20,-13,29,-32,30,-54v-31,-5,-29,-58,6,-57v21,0,33,19,33,34v0,39,-25,74,-61,91","w":200},"-":{"d":"40,-128r120,0r0,40r-120,0r0,-40","w":200},"\u00ad":{"d":"40,-128r120,0r0,40r-120,0r0,-40","w":200},".":{"d":"101,-25v0,16,-13,29,-29,29v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29v16,0,29,13,29,29","w":159},"\/":{"d":"16,0r130,-240r38,0r-130,240r-38,0","w":200},"0":{"d":"120,-192v50,0,90,44,90,98v0,54,-40,98,-90,98v-49,0,-90,-44,-90,-98v0,-54,41,-98,90,-98xm120,-154v-26,0,-48,27,-48,60v0,33,22,61,48,61v27,0,48,-28,48,-61v0,-33,-21,-60,-48,-60"},"1":{"d":"100,-40r0,-83r-43,16r-9,-16r80,-73r12,0r0,156r40,0r0,40r-120,0r0,-40r40,0"},"2":{"d":"200,0r-164,0r0,-17r94,-84v36,-32,10,-53,-18,-53v-32,0,-54,15,-64,21r-18,-30v17,-11,52,-29,84,-29v71,0,113,62,47,119r-38,33r77,0r0,40"},"3":{"d":"82,-78r0,-36v28,2,66,-4,65,-22v-2,-33,-86,-19,-98,-4r-16,-28v41,-36,156,-30,155,32v0,15,-8,27,-21,37v55,34,21,103,-53,103v-31,0,-64,-12,-83,-26r13,-29v17,16,106,33,110,-4v2,-20,-42,-25,-72,-23"},"4":{"d":"24,-40r0,-29r117,-127r19,0r0,116r40,0r0,40r-40,0r0,40r-40,0r0,-40r-96,0xm80,-80r40,0r0,-43"},"5":{"d":"92,-112v52,-12,107,14,107,57v0,65,-121,74,-160,33r16,-29v15,17,100,32,103,-4v0,-13,-11,-23,-36,-23v-22,0,-40,5,-46,7r-24,-11r0,-106r136,0r0,40r-96,0r0,36"},"6":{"d":"120,-33v21,0,38,-12,38,-26v0,-14,-17,-26,-38,-26v-21,0,-38,12,-38,26v0,14,17,26,38,26xm59,-98r75,-90r52,0r-56,66v38,4,68,31,68,63v0,35,-35,63,-78,63v-61,0,-99,-56,-61,-102"},"7":{"d":"144,-148r-112,0r0,-40r172,0r0,19r-108,169r-47,0"},"8":{"d":"61,-104v-40,-37,1,-88,59,-88v59,0,98,51,59,88v57,38,14,108,-59,108v-71,0,-116,-70,-59,-108xm120,-33v25,0,46,-12,46,-26v0,-14,-21,-26,-46,-26v-25,0,-45,12,-45,26v0,14,20,26,45,26xm120,-156v-19,0,-35,8,-35,18v0,10,16,18,35,18v19,0,35,-8,35,-18v0,-10,-16,-18,-35,-18"},"9":{"d":"120,-192v61,-1,100,56,61,102r-75,90r-52,0r56,-66v-38,-4,-68,-31,-68,-63v0,-35,35,-63,78,-63xm158,-129v0,-14,-17,-26,-38,-26v-21,0,-38,12,-38,26v0,14,17,26,38,26v21,0,38,-12,38,-26"},":":{"d":"101,-25v0,16,-13,29,-29,29v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29v16,0,29,13,29,29xm101,-155v0,16,-13,29,-29,29v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29v16,0,29,13,29,29","w":159},";":{"d":"118,-155v0,16,-13,29,-29,29v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29v16,0,29,13,29,29xm61,71r-8,-14v20,-13,29,-32,30,-54v-31,-5,-29,-58,6,-57v21,0,33,19,33,34v0,39,-25,74,-61,91","w":200},"\u037e":{"d":"118,-155v0,16,-13,29,-29,29v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29v16,0,29,13,29,29xm61,71r-8,-14v20,-13,29,-32,30,-54v-31,-5,-29,-58,6,-57v21,0,33,19,33,34v0,39,-25,74,-61,91","w":200},"<":{"d":"110,-120r100,121r-12,12r-162,-133r162,-133r12,11"},"=":{"d":"40,-168r120,0r0,40r-120,0r0,-40xm40,-88r120,0r0,40r-120,0r0,-40","w":200},">":{"d":"204,-120r-162,133r-12,-12r100,-121r-100,-122r12,-11"},"?":{"d":"130,-20v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26xm75,-93v25,-30,85,-69,85,-111v0,-22,-18,-40,-40,-40v-29,1,-44,25,-40,60r-40,0v-6,-59,29,-100,80,-100v44,0,80,36,80,80v0,35,-21,55,-41,72r-67,59"},"@":{"d":"213,-121v6,-35,-3,-55,-19,-55v-17,0,-33,25,-38,55v-5,30,3,55,20,55v16,0,32,-20,37,-55xm248,-78v-3,21,4,25,12,25v23,0,55,-45,55,-96v0,-67,-51,-104,-107,-104v-79,0,-141,68,-141,144v0,78,51,127,123,127v50,0,79,-18,102,-36r11,19v-107,89,-276,27,-275,-109v0,-94,78,-172,173,-172v77,0,137,52,137,130v0,80,-72,157,-126,104v-50,45,-113,-3,-101,-75v11,-65,78,-122,127,-73v8,-8,12,-20,31,-17","w":360},"A":{"d":"160,-120v4,-43,-7,-88,-40,-84v-32,-4,-45,41,-40,84r80,0xm80,-80r0,80r-40,0r0,-152v0,-59,36,-92,80,-92v44,0,80,33,80,92r0,152r-40,0r0,-80r-80,0"},"B":{"d":"80,-200r0,48v30,0,68,6,68,-24v0,-30,-38,-24,-68,-24xm40,0r0,-240r84,0v51,-3,84,66,50,104v56,36,25,141,-46,136r-88,0xm80,-112r0,72v40,2,84,3,84,-36v0,-39,-43,-38,-84,-36"},"C":{"d":"36,-120v0,-68,41,-124,101,-124v30,0,61,18,78,46r-26,22v-43,-55,-109,-25,-109,56v0,81,67,111,109,56r26,22v-17,28,-48,46,-78,46v-60,0,-101,-56,-101,-124"},"D":{"d":"40,0r0,-240v99,-12,164,31,164,120v0,66,-49,120,-108,120r-56,0xm80,-200r0,160v50,6,80,-30,80,-80v0,-50,-30,-86,-80,-80"},"E":{"d":"40,0r0,-240r120,0r0,40r-80,0r0,48r80,0r0,40r-80,0r0,72r80,0r0,40r-120,0","w":200},"F":{"d":"40,0r0,-240r128,0r0,40r-88,0r0,48r88,0r0,40r-88,0r0,112r-40,0","w":200},"G":{"d":"164,-45r0,-35r-40,0r0,-40r80,0r0,120v-15,3,-16,-8,-20,-15v-70,53,-148,-15,-148,-105v0,-68,39,-124,97,-124v28,0,58,18,74,46r-23,22v-41,-56,-104,-25,-104,56v1,65,39,102,84,75"},"H":{"d":"80,-152r80,0r0,-88r40,0r0,240r-40,0r0,-112r-80,0r0,112r-40,0r0,-240r40,0r0,88"},"I":{"d":"80,-40r0,-160r-40,0r0,-40r120,0r0,40r-40,0r0,160r40,0r0,40r-120,0r0,-40r40,0","w":200},"J":{"d":"8,-46v32,21,73,9,72,-42r0,-152r40,0r0,152v2,82,-76,116,-131,74","w":159},"K":{"d":"80,-116r0,116r-40,0r0,-240r40,0r0,110r79,-110r49,0r-84,117r88,123r-49,0"},"L":{"d":"80,-240r0,200r80,0r0,40r-120,0r0,-240r40,0","w":159},"M":{"d":"240,0r-38,0r0,-145r-58,109r-8,0r-58,-109r0,145r-38,0r0,-240r33,0r67,126r67,-126r33,0r0,240","w":280},"N":{"d":"164,-87r0,-153r36,0r0,240r-30,0r-94,-153r0,153r-36,0r0,-240r30,0"},"O":{"d":"36,-120v0,-68,30,-124,84,-124v54,0,84,56,84,124v0,68,-30,124,-84,124v-54,0,-84,-56,-84,-124xm78,-120v0,46,15,84,42,84v27,0,42,-38,42,-84v0,-46,-15,-84,-42,-84v-27,0,-42,38,-42,84"},"P":{"d":"128,-240v44,0,80,36,80,80v0,62,-55,89,-128,80r0,80r-40,0r0,-240r88,0xm80,-120v44,2,88,1,88,-40v0,-41,-44,-43,-88,-40r0,80"},"Q":{"d":"80,-120v0,46,14,84,40,84v26,0,40,-38,40,-84v0,-46,-14,-84,-40,-84v-26,0,-40,38,-40,84xm141,1v0,46,42,53,69,29r10,27v-43,46,-119,21,-119,-56v-91,-19,-86,-245,19,-245v104,0,111,223,21,245"},"R":{"d":"152,-89r64,89r-49,0r-58,-80r-29,0r0,80r-40,0r0,-240r76,0v44,0,80,36,80,80v0,31,-18,58,-44,71xm80,-120v40,4,76,-4,76,-40v0,-36,-36,-44,-76,-40r0,80"},"S":{"d":"180,-71v0,78,-104,96,-153,49r5,-35v24,13,43,21,64,21v18,0,42,-10,42,-29v0,-46,-114,-29,-114,-109v0,-74,103,-91,150,-41r-13,31v-25,-23,-95,-31,-95,7v0,43,114,32,114,106","w":200},"T":{"d":"80,-200r-68,0r0,-40r176,0r0,40r-68,0r0,200r-40,0r0,-200","w":200},"U":{"d":"40,-240r40,0r0,152v0,35,18,52,40,52v22,0,40,-17,40,-52r0,-152r40,0r0,152v0,59,-36,92,-80,92v-44,0,-80,-33,-80,-92r0,-152"},"V":{"d":"200,-240r-96,244r-8,0r-96,-244r43,0r57,145r57,-145r43,0","w":200},"W":{"d":"140,-136r-48,140r-8,0r-84,-244r41,0r47,140r32,-94r-16,-46r41,0r47,140r47,-140r41,0r-84,244r-8,0","w":280},"X":{"d":"123,-123r69,123r-47,0r-45,-82r-45,82r-47,0r69,-123r-65,-117r46,0r42,75r41,-75r47,0","w":200},"Y":{"d":"80,-96r-80,-144r46,0r54,99r54,-99r46,0r-80,144r0,96r-40,0r0,-96","w":200},"Z":{"d":"108,-200r-72,0r0,-40r129,0r-73,200r72,0r0,40r-129,0","w":200},"[":{"d":"80,20r40,0r0,40r-80,0r0,-340r80,0r0,40r-40,0r0,260","w":159},"\\":{"d":"180,0r-30,0r-130,-240r30,0","w":200},"]":{"d":"80,-240r-40,0r0,-40r80,0r0,340r-80,0r0,-40r40,0r0,-260","w":159},"^":{"d":"144,-240r83,106r-13,13r-78,-60r-79,60r-13,-13r83,-106r17,0","w":280},"_":{"d":"0,0r200,0r0,40r-200,0r0,-40","w":200},"`":{"d":"174,-229r-11,11r-96,-74r33,-33"},"a":{"d":"160,-84v4,-38,-7,-68,-40,-68v-33,0,-45,30,-40,68r80,0xm80,-44r0,44r-40,0r0,-112v0,-44,36,-80,80,-80v44,0,80,36,80,80r0,112r-40,0r0,-44r-80,0"},"b":{"d":"139,-188v43,-2,73,52,47,89v37,31,11,102,-39,99r-107,0r0,-188r99,0xm80,-114v28,-3,76,11,76,-17v0,-28,-49,-14,-76,-17r0,34xm80,-40v30,-4,80,13,84,-17v-4,-30,-55,-13,-84,-17r0,34"},"c":{"d":"215,-157r-20,25v-35,-38,-115,-16,-115,38v0,53,79,78,114,38r21,25v-52,68,-179,27,-179,-63v0,-89,127,-132,179,-63"},"d":{"d":"110,-188v51,0,94,43,94,94v0,51,-43,94,-94,94v-5,-2,-70,0,-70,0r0,-188r70,0xm80,-40v48,6,84,-13,84,-54v0,-41,-36,-60,-84,-54r0,108"},"e":{"d":"40,0r0,-188r120,0r0,40r-80,0r0,34r80,0r0,40r-80,0r0,34r80,0r0,40r-120,0","w":200},"f":{"d":"40,0r0,-188r120,0r0,40r-80,0r0,34r80,0r0,40r-80,0r0,74r-40,0","w":200},"g":{"d":"160,-41r0,-23r-40,0r0,-40r80,0r0,104v-12,2,-15,-4,-18,-11v-63,42,-146,-10,-146,-83v0,-89,118,-132,167,-63r-20,25v-32,-38,-103,-16,-103,38v0,39,41,70,80,53"},"h":{"d":"80,-114r80,0r0,-74r40,0r0,188r-40,0r0,-74r-80,0r0,74r-40,0r0,-188r40,0r0,74"},"i":{"d":"160,0r-120,0r0,-40r40,0r0,-108r-40,0r0,-40r120,0r0,40r-40,0r0,108r40,0r0,40","w":200},"j":{"d":"8,-46v32,21,73,9,72,-42r0,-100r40,0r0,100v2,82,-76,116,-131,74","w":159},"k":{"d":"80,-88r0,88r-40,0r0,-188r40,0r0,80r80,-80r56,0r-90,90r98,98r-56,0"},"l":{"d":"40,0r0,-188r40,0r0,148r80,0r0,40r-120,0","w":159},"m":{"d":"240,-188r0,188r-40,0r0,-112r-60,59r-60,-59r0,112r-40,0r0,-188r21,0r79,79r79,-79r21,0","w":280},"n":{"d":"160,-75r0,-113r40,0r0,188r-32,0r-88,-112r0,112r-40,0r0,-188r32,0"},"o":{"d":"120,-192v50,0,90,44,90,98v0,54,-40,98,-90,98v-49,0,-90,-44,-90,-98v0,-54,41,-98,90,-98xm120,-154v-26,0,-48,27,-48,60v0,33,22,61,48,61v27,0,48,-28,48,-61v0,-33,-21,-60,-48,-60"},"p":{"d":"132,-188v40,0,72,32,72,72v-1,60,-55,80,-124,72r0,44r-40,0r0,-188r92,0xm80,-84v38,0,84,7,84,-32v0,-38,-46,-33,-84,-32r0,64"},"q":{"d":"120,-154v-26,0,-48,27,-48,60v0,33,22,61,48,61v27,0,48,-28,48,-61v0,-33,-21,-60,-48,-60xm141,1v0,46,42,53,69,29r10,27v-43,46,-119,21,-119,-55v-40,-10,-71,-49,-71,-96v0,-54,41,-98,90,-98v50,0,90,44,90,98v0,46,-30,85,-69,95"},"r":{"d":"80,-84v38,0,84,7,84,-32v0,-38,-46,-33,-84,-32r0,64xm166,-53r53,53r-56,0r-44,-44r-39,0r0,44r-40,0r0,-188r92,0v74,-4,97,107,34,135"},"s":{"d":"181,-57v0,70,-106,75,-156,39r6,-33v26,12,49,18,69,18v17,0,36,-5,36,-20v0,-30,-114,-18,-114,-82v0,-63,106,-73,154,-33r-14,30v-19,-10,-42,-18,-61,-18v-22,0,-33,8,-33,19v0,28,113,21,113,80","w":200},"t":{"d":"80,-148r-68,0r0,-40r176,0r0,40r-68,0r0,148r-40,0r0,-148","w":200},"u":{"d":"40,-188r40,0v5,58,-21,152,40,152v61,0,35,-94,40,-152r40,0r0,112v0,44,-36,80,-80,80v-44,0,-80,-36,-80,-80r0,-112"},"v":{"d":"203,-188r-99,192r-8,0r-99,-192r45,0r58,113r58,-113r45,0","w":200},"w":{"d":"188,-74r52,-114r43,0r-91,192r-8,0r-44,-93r-44,93r-8,0r-91,-192r43,0r52,114r27,-59r-26,-55r43,0","w":280},"x":{"d":"123,-97r69,97r-47,0r-45,-64r-45,64r-47,0r68,-97r-64,-91r47,0r41,58r41,-58r47,0","w":200},"y":{"d":"80,-68r-83,-120r49,0r54,79r54,-79r48,0r-82,120r0,68r-40,0r0,-68","w":200},"z":{"d":"105,-148r-74,0r0,-40r139,0r-75,148r74,0r0,40r-139,0","w":200},"{":{"d":"182,28r-20,25v-35,-21,-79,-51,-79,-125r-59,-48r59,-48v0,-74,45,-106,79,-125r20,25v-30,19,-57,34,-57,109r-47,39r47,39v0,75,27,90,57,109","w":200},"|":{"d":"80,80r-40,0r0,-360r40,0r0,360","w":119},"}":{"d":"176,-120r-59,48v0,74,-44,104,-79,125r-20,-25v30,-19,57,-34,57,-109r47,-39r-47,-39v0,-75,-27,-90,-57,-109r20,-25v34,19,79,51,79,125","w":200},"~":{"d":"203,-147v0,50,-21,76,-47,76v-20,0,-54,-28,-71,-28v-9,0,-16,12,-20,30r-28,0v0,-48,23,-75,45,-75v23,0,51,28,72,28v11,0,16,-11,21,-31r28,0"},"\u00a0":{"w":119}}});