/*!
 * jCarousel - Riding carousels with jQuery
 *   http://sorgalla.com/jcarousel/
 *
 * Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Built on top of the jQuery library
 *   http://jquery.com
 *
 * Inspired by the "Carousel Component" by Bill Scott
 *   http://billwscott.com/carousel/
 */

(function(i){i.fn.jcarousel=function(a){if(typeof a=="string"){var c=i(this).data("jcarousel"),b=Array.prototype.slice.call(arguments,1);return c[a].apply(c,b)}else return this.each(function(){i(this).data("jcarousel",new h(this,a))})};var p={vertical:false,rtl:false,start:1,offset:1,size:null,scroll:3,visible:null,animation:"normal",easing:"swing",auto:0,wrap:null,initCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null, itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,buttonNextHTML:"<div></div>",buttonPrevHTML:"<div></div>",buttonNextEvent:"click",buttonPrevEvent:"click",buttonNextCallback:null,buttonPrevCallback:null,itemFallbackDimension:null},q=false;i(window).bind("load.jcarousel",function(){q=true});i.jcarousel=function(a,c){this.options=i.extend({},p,c||{});this.locked=false;this.buttonPrev=this.buttonNext=this.list=this.clip=this.container=null;if(!c||c.rtl===undefined)this.options.rtl= (i(a).attr("dir")||i("html").attr("dir")||"").toLowerCase()=="rtl";this.wh=!this.options.vertical?"width":"height";this.lt=!this.options.vertical?this.options.rtl?"right":"left":"top";for(var b="",d=a.className.split(" "),e=0;e<d.length;e++)if(d[e].indexOf("jcarousel-skin")!=-1){i(a).removeClass(d[e]);b=d[e];break}if(a.nodeName.toUpperCase()=="UL"||a.nodeName.toUpperCase()=="OL"){this.list=i(a);this.container=this.list.parent();if(this.container.hasClass("jcarousel-clip")){if(!this.container.parent().hasClass("jcarousel-container"))this.container= this.container.wrap("<div></div>");this.container=this.container.parent()}else if(!this.container.hasClass("jcarousel-container"))this.container=this.list.wrap("<div></div>").parent()}else{this.container=i(a);this.list=this.container.find("ul,ol").eq(0)}b!=""&&this.container.parent()[0].className.indexOf("jcarousel-skin")==-1&&this.container.wrap('<div class=" '+b+'"></div>');this.clip=this.list.parent();if(!this.clip.length||!this.clip.hasClass("jcarousel-clip"))this.clip=this.list.wrap("<div></div>").parent(); this.buttonNext=i(".jcarousel-next",this.container);if(this.buttonNext.size()==0&&this.options.buttonNextHTML!=null)this.buttonNext=this.clip.after(this.options.buttonNextHTML).next();this.buttonNext.addClass(this.className("jcarousel-next"));this.buttonPrev=i(".jcarousel-prev",this.container);if(this.buttonPrev.size()==0&&this.options.buttonPrevHTML!=null)this.buttonPrev=this.clip.after(this.options.buttonPrevHTML).next();this.buttonPrev.addClass(this.className("jcarousel-prev"));this.clip.addClass(this.className("jcarousel-clip")).css({overflow:"hidden", position:"relative"});this.list.addClass(this.className("jcarousel-list")).css({overflow:"hidden",position:"relative",top:0,margin:0,padding:0}).css(this.options.rtl?"right":"left",0);this.container.addClass(this.className("jcarousel-container")).css({position:"relative"});!this.options.vertical&&this.options.rtl&&this.container.addClass("jcarousel-direction-rtl").attr("dir","rtl");var f=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;b=this.list.children("li");var g= this;if(b.size()>0){var j=0;e=this.options.offset;b.each(function(){g.format(this,e++);j+=g.dimension(this,f)});this.list.css(this.wh,j+100+"px");if(!c||c.size===undefined)this.options.size=b.size()}this.container.css("display","block");this.buttonNext.css("display","block");this.buttonPrev.css("display","block");this.funcNext=function(){g.next()};this.funcPrev=function(){g.prev()};this.funcResize=function(){g.reload()};this.options.initCallback!=null&&this.options.initCallback(this,"init");if(!q&& i.browser.safari){this.buttons(false,false);i(window).bind("load.jcarousel",function(){g.setup()})}else this.setup()};var h=i.jcarousel;h.fn=h.prototype={jcarousel:"0.2.5"};h.fn.extend=h.extend=i.extend;h.fn.extend({setup:function(){this.prevLast=this.prevFirst=this.last=this.first=null;this.animating=false;this.tail=this.timer=null;this.inTail=false;if(!this.locked){this.list.css(this.lt,this.pos(this.options.offset)+"px");var a=this.pos(this.options.start);this.prevFirst=this.prevLast=null;this.animate(a, false);i(window).unbind("resize.jcarousel",this.funcResize).bind("resize.jcarousel",this.funcResize)}},reset:function(){this.list.empty();this.list.css(this.lt,"0px");this.list.css(this.wh,"10px");this.options.initCallback!=null&&this.options.initCallback(this,"reset");this.setup()},reload:function(){this.tail!=null&&this.inTail&&this.list.css(this.lt,h.intval(this.list.css(this.lt))+this.tail);this.tail=null;this.inTail=false;this.options.reloadCallback!=null&&this.options.reloadCallback(this);if(this.options.visible!= null){var a=this,c=Math.ceil(this.clipping()/this.options.visible),b=0,d=0;this.list.children("li").each(function(e){b+=a.dimension(this,c);if(e+1<a.first)d=b});this.list.css(this.wh,b+"px");this.list.css(this.lt,-d+"px")}this.scroll(this.first,false)},lock:function(){this.locked=true;this.buttons()},unlock:function(){this.locked=false;this.buttons()},size:function(a){if(a!=undefined){this.options.size=a;this.locked||this.buttons()}return this.options.size},has:function(a,c){if(c==undefined||!c)c= a;if(this.options.size!==null&&c>this.options.size)c=this.options.size;for(var b=a;b<=c;b++){var d=this.get(b);if(!d.length||d.hasClass("jcarousel-item-placeholder"))return false}return true},get:function(a){return i(".jcarousel-item-"+a,this.list)},add:function(a,c){var b=this.get(a),d=0,e=i(c);if(b.length==0){var f;b=this.create(a);for(var g=h.intval(a);f=this.get(--g);)if(g<=0||f.length){g<=0?this.list.prepend(b):f.after(b);break}}else d=this.dimension(b);if(e.get(0).nodeName.toUpperCase()=="LI"){b.replaceWith(e); b=e}else b.empty().append(c);this.format(b.removeClass(this.className("jcarousel-item-placeholder")),a);e=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;d=this.dimension(b,e)-d;a>0&&a<this.first&&this.list.css(this.lt,h.intval(this.list.css(this.lt))-d+"px");this.list.css(this.wh,h.intval(this.list.css(this.wh))+d+"px");return b},remove:function(a){var c=this.get(a);if(!(!c.length||a>=this.first&&a<=this.last)){var b=this.dimension(c);a<this.first&&this.list.css(this.lt, h.intval(this.list.css(this.lt))+b+"px");c.remove();this.list.css(this.wh,h.intval(this.list.css(this.wh))-b+"px")}},next:function(){this.stopAuto();this.tail!=null&&!this.inTail?this.scrollTail(false):this.scroll((this.options.wrap=="both"||this.options.wrap=="last")&&this.options.size!=null&&this.last==this.options.size?1:this.first+this.options.scroll)},prev:function(){this.stopAuto();this.tail!=null&&this.inTail?this.scrollTail(true):this.scroll((this.options.wrap=="both"||this.options.wrap== "first")&&this.options.size!=null&&this.first==1?this.options.size:this.first-this.options.scroll)},scrollTail:function(a){if(!(this.locked||this.animating||!this.tail)){var c=h.intval(this.list.css(this.lt));!a?c-=this.tail:c+=this.tail;this.inTail=!a;this.prevFirst=this.first;this.prevLast=this.last;this.animate(c)}},scroll:function(a,c){this.locked||this.animating||this.animate(this.pos(a),c)},pos:function(a){var c=h.intval(this.list.css(this.lt));if(this.locked||this.animating)return c;if(this.options.wrap!= "circular")a=a<1?1:this.options.size&&a>this.options.size?this.options.size:a;for(var b=this.first>a,d=this.options.wrap!="circular"&&this.first<=1?1:this.first,e=b?this.get(d):this.get(this.last),f=b?d:d-1,g=null,j=0,l=false,k=0;b?--f>=a:++f<a;){g=this.get(f);l=!g.length;if(g.length==0){g=this.create(f).addClass(this.className("jcarousel-item-placeholder"));e[b?"before":"after"](g);if(this.first!=null&&this.options.wrap=="circular"&&this.options.size!==null&&(f<=0||f>this.options.size)){e=this.get(this.index(f)); if(e.length)g=this.add(f,e.clone(true))}}e=g;k=this.dimension(g);if(l)j+=k;if(this.first!=null&&(this.options.wrap=="circular"||f>=1&&(this.options.size==null||f<=this.options.size)))c=b?c+k:c-k}d=this.clipping();var o=[],n=0;f=a;var m=0;for(e=this.get(a-1);++n;){g=this.get(f);l=!g.length;if(g.length==0){g=this.create(f).addClass(this.className("jcarousel-item-placeholder"));e.length==0?this.list.prepend(g):e[b?"before":"after"](g);if(this.first!=null&&this.options.wrap=="circular"&&this.options.size!== null&&(f<=0||f>this.options.size)){e=this.get(this.index(f));if(e.length)g=this.add(f,e.clone(true))}}e=g;k=this.dimension(g);if(k==0)throw Error("jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...");if(this.options.wrap!="circular"&&this.options.size!==null&&f>this.options.size)o.push(g);else if(l)j+=k;m+=k;if(m>=d)break;f++}for(g=0;g<o.length;g++)o[g].remove();if(j>0){this.list.css(this.wh,this.dimension(this.list)+j+"px");if(b){c-=j;this.list.css(this.lt,h.intval(this.list.css(this.lt))- j+"px")}}j=a+n-1;if(this.options.wrap!="circular"&&this.options.size&&j>this.options.size)j=this.options.size;if(f>j){n=0;f=j;for(m=0;++n;){g=this.get(f--);if(!g.length)break;m+=this.dimension(g);if(m>=d)break}}f=j-n+1;if(this.options.wrap!="circular"&&f<1)f=1;if(this.inTail&&b){c+=this.tail;this.inTail=false}this.tail=null;if(this.options.wrap!="circular"&&j==this.options.size&&j-n+1>=1){b=h.margin(this.get(j),!this.options.vertical?"marginRight":"marginBottom");if(m-b>d)this.tail=m-d-b}for(;a-- > f;)c+=this.dimension(this.get(a));this.prevFirst=this.first;this.prevLast=this.last;this.first=f;this.last=j;return c},animate:function(a,c){if(!(this.locked||this.animating)){this.animating=true;var b=this,d=function(){b.animating=false;a==0&&b.list.css(b.lt,0);if(b.options.wrap=="circular"||b.options.wrap=="both"||b.options.wrap=="last"||b.options.size==null||b.last<b.options.size)b.startAuto();b.buttons();b.notify("onAfterAnimation");if(b.options.wrap=="circular"&&b.options.size!==null)for(var e= b.prevFirst;e<=b.prevLast;e++)if(e!==null&&!(e>=b.first&&e<=b.last)&&(e<1||e>b.options.size))b.remove(e)};this.notify("onBeforeAnimation");if(!this.options.animation||c==false){this.list.css(this.lt,a+"px");d()}else this.list.animate(!this.options.vertical?this.options.rtl?{right:a}:{left:a}:{top:a},this.options.animation,this.options.easing,d)}},startAuto:function(a){if(a!=undefined)this.options.auto=a;if(this.options.auto==0)return this.stopAuto();if(this.timer==null){var c=this;this.timer=setTimeout(function(){c.next()}, this.options.auto*1E3)}},stopAuto:function(){if(this.timer!=null){clearTimeout(this.timer);this.timer=null}},buttons:function(a,c){if(a==undefined||a==null){a=!this.locked&&this.options.size!==0&&(this.options.wrap&&this.options.wrap!="first"||this.options.size==null||this.last<this.options.size);if(!this.locked&&(!this.options.wrap||this.options.wrap=="first")&&this.options.size!=null&&this.last>=this.options.size)a=this.tail!=null&&!this.inTail}if(c==undefined||c==null){c=!this.locked&&this.options.size!== 0&&(this.options.wrap&&this.options.wrap!="last"||this.first>1);if(!this.locked&&(!this.options.wrap||this.options.wrap=="last")&&this.options.size!=null&&this.first==1)c=this.tail!=null&&this.inTail}var b=this;this.buttonNext[a?"bind":"unbind"](this.options.buttonNextEvent+".jcarousel",this.funcNext)[a?"removeClass":"addClass"](this.className("jcarousel-next-disabled")).attr("disabled",a?false:true);this.buttonPrev[c?"bind":"unbind"](this.options.buttonPrevEvent+".jcarousel",this.funcPrev)[c?"removeClass": "addClass"](this.className("jcarousel-prev-disabled")).attr("disabled",c?false:true);this.options.buttonNextCallback!=null&&this.buttonNext.data("jcarouselstate")!=a&&this.buttonNext.each(function(){b.options.buttonNextCallback(b,this,a)}).data("jcarouselstate",a);this.options.buttonPrevCallback!=null&&this.buttonPrev.data("jcarouselstate")!=c&&this.buttonPrev.each(function(){b.options.buttonPrevCallback(b,this,c)}).data("jcarouselstate",c)},notify:function(a){var c=this.prevFirst==null?"init":this.prevFirst< this.first?"next":"prev";this.callback("itemLoadCallback",a,c);if(this.prevFirst!==this.first){this.callback("itemFirstInCallback",a,c,this.first);this.callback("itemFirstOutCallback",a,c,this.prevFirst)}if(this.prevLast!==this.last){this.callback("itemLastInCallback",a,c,this.last);this.callback("itemLastOutCallback",a,c,this.prevLast)}this.callback("itemVisibleInCallback",a,c,this.first,this.last,this.prevFirst,this.prevLast);this.callback("itemVisibleOutCallback",a,c,this.prevFirst,this.prevLast, this.first,this.last)},callback:function(a,c,b,d,e,f,g){if(!(this.options[a]==undefined||typeof this.options[a]!="object"&&c!="onAfterAnimation")){var j=typeof this.options[a]=="object"?this.options[a][c]:this.options[a];if(i.isFunction(j)){var l=this;if(d===undefined)j(l,b,c);else if(e===undefined)this.get(d).each(function(){j(l,this,d,b,c)});else for(var k=d;k<=e;k++)k!==null&&!(k>=f&&k<=g)&&this.get(k).each(function(){j(l,this,k,b,c)})}}},create:function(a){return this.format("<li></li>",a)},format:function(a, c){a=i(a);for(var b=a.get(0).className.split(" "),d=0;d<b.length;d++)b[d].indexOf("jcarousel-")!=-1&&a.removeClass(b[d]);a.addClass(this.className("jcarousel-item")).addClass(this.className("jcarousel-item-"+c)).css({"float":this.options.rtl?"right":"left","list-style":"none"}).attr("jcarouselindex",c);return a},className:function(a){return a+" "+a+(!this.options.vertical?"-horizontal":"-vertical")},dimension:function(a,c){var b=a.jquery!=undefined?a[0]:a,d=!this.options.vertical?(b.offsetWidth|| h.intval(this.options.itemFallbackDimension))+h.margin(b,"marginLeft")+h.margin(b,"marginRight"):(b.offsetHeight||h.intval(this.options.itemFallbackDimension))+h.margin(b,"marginTop")+h.margin(b,"marginBottom");if(c==undefined||d==c)return d;d=!this.options.vertical?c-h.margin(b,"marginLeft")-h.margin(b,"marginRight"):c-h.margin(b,"marginTop")-h.margin(b,"marginBottom");i(b).css(this.wh,d+"px");return this.dimension(b)},clipping:function(){return!this.options.vertical?this.clip[0].offsetWidth-h.intval(this.clip.css("borderLeftWidth"))- h.intval(this.clip.css("borderRightWidth")):this.clip[0].offsetHeight-h.intval(this.clip.css("borderTopWidth"))-h.intval(this.clip.css("borderBottomWidth"))},index:function(a,c){if(c==undefined)c=this.options.size;return Math.round(((a-1)/c-Math.floor((a-1)/c))*c)+1}});h.extend({defaults:function(a){return i.extend(p,a||{})},margin:function(a,c){if(!a)return 0;var b=a.jquery!=undefined?a[0]:a;if(c=="marginRight"&&i.browser.safari){var d={display:"block","float":"none",width:"auto"},e,f;i.swap(b,d, function(){e=b.offsetWidth});d.marginRight=0;i.swap(b,d,function(){f=b.offsetWidth});return f-e}return h.intval(i.css(b,c))},intval:function(a){a=parseInt(a);return isNaN(a)?0:a}})})(jQuery);

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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},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 D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};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]-=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,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,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 C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}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(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}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},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},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",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,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)}else{delete C.textGradient}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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").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.getAttribute("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("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");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">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</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("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");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}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 2000, The Royal National Institute for the Blind. All rights
 * reserved.
 * 
 * Trademark:
 * Tiresias is a trademark of the The Royal National Institute for the Blind.
 */
Cufon.registerFont({"w":230,"face":{"font-family":"Tiresias PCfont","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-62 -357.047 412 92","underline-thickness":"33.9258","underline-position":"-25.3125","unicode-range":"U+0020-U+2717"},"glyphs":{" ":{"w":105},"!":{"d":"82,-262v2,70,-4,132,-13,191r-18,0v-8,-60,-16,-120,-13,-191r44,0xm37,0r0,-44r44,0r0,44r-44,0","w":118},"\"":{"d":"35,-172r-6,-90r40,0r-6,90r-28,0xm96,-172r-6,-90r40,0r-6,90r-28,0","w":158},"#":{"d":"115,-98r73,0r22,-66r-73,0xm210,-69r-23,69r-32,0r23,-69r-74,0r-23,69r-32,0r24,-69r-52,0r10,-29r52,0r22,-66r-53,0r10,-30r53,0r23,-68r32,0r-24,68r74,0r23,-68r32,0r-23,68r52,0r-10,30r-52,0r-22,66r53,0r-11,29r-52,0","w":325},"$":{"d":"30,-190v-1,-45,30,-72,71,-77r0,-28r29,0r0,28v20,2,41,10,63,23r-16,29v-17,-9,-32,-15,-47,-17r0,77v97,19,95,147,0,158r0,29r-29,0r0,-28v-26,-2,-52,-11,-76,-26r16,-32v19,14,39,22,60,24r0,-90v-47,-17,-70,-24,-71,-70xm130,-109r0,77v41,-10,39,-65,0,-77xm101,-163r0,-69v-37,5,-38,62,0,69"},"%":{"d":"12,-195v0,-38,21,-68,58,-71v34,-2,57,32,57,71v0,38,-20,68,-57,70v-34,2,-57,-33,-58,-70xm70,-243v-18,0,-27,16,-27,48v0,32,9,47,27,47v18,0,27,-15,27,-47v0,-32,-9,-48,-27,-48xm162,-66v0,-39,19,-68,57,-70v34,-2,57,32,57,70v0,39,-19,68,-57,70v-34,2,-57,-32,-57,-70xm219,-18v19,1,27,-24,27,-48v0,-32,-9,-47,-27,-47v-18,0,-27,15,-27,47v0,32,9,48,27,48xm52,0r152,-262r33,0r-152,262r-33,0","w":288},"&":{"d":"18,-67v0,-37,26,-67,55,-77v-25,-25,-34,-31,-35,-66v-1,-62,113,-73,133,-21v4,8,6,17,6,27r-40,0v0,-15,-12,-25,-28,-25v-34,2,-34,31,-10,57r83,90v9,-16,10,-25,10,-52r35,0v1,32,-5,56,-19,81r48,53r-55,0r-19,-22v-50,45,-164,35,-164,-45xm62,-73v0,52,64,55,95,23r-61,-68v-18,6,-34,22,-34,45","w":256},"'":{"d":"35,-172r-6,-90r40,0r-6,90r-28,0","w":98},"(":{"d":"118,89v-60,-61,-99,-185,-44,-282v12,-21,26,-45,44,-69r22,14v-68,100,-60,232,0,324","w":157},")":{"d":"39,-262v62,59,99,186,44,283v-13,23,-26,46,-44,68r-22,-13v58,-87,71,-229,0,-324","w":157},"*":{"d":"80,-266r0,49r46,-17r9,21r-47,16r29,39r-18,14r-30,-42r-28,42r-19,-14r27,-39r-45,-16r7,-21r46,17r0,-49r23,0","w":138},"+":{"d":"214,-115r-82,0r0,82r-34,0r0,-82r-82,0r0,-34r82,0r0,-82r34,0r0,82r82,0r0,34"},",":{"d":"40,52r-32,0r25,-96r44,0","w":106},"-":{"d":"124,-89r-102,0r0,-37r102,0r0,37","w":145,"k":{"\u00fd":29,"\u00d9":29,"Y":29,"X":17,"V":14}},".":{"d":"74,0r-44,0r0,-44r44,0r0,44","w":103},"\/":{"d":"36,0r-36,0r106,-262r36,0","w":142},"0":{"d":"19,-131v1,-71,27,-135,96,-135v131,0,127,270,0,270v-64,0,-97,-68,-96,-135xm168,-131v-1,-55,-8,-103,-53,-103v-71,0,-74,207,0,207v41,0,54,-55,53,-104"},"1":{"d":"144,-262r0,262r-39,0r0,-213v-18,15,-37,24,-57,26r0,-37v22,-4,42,-17,60,-38r36,0"},"2":{"d":"193,-188v0,63,-59,113,-110,155r107,0r0,33r-160,0r0,-33v39,-34,123,-115,121,-154v-3,-56,-73,-55,-102,-15r-22,-25v54,-62,166,-48,166,39"},"3":{"d":"203,-86v2,81,-89,107,-166,84r0,-35v53,21,121,11,121,-48v0,-39,-40,-53,-91,-47r0,-23r69,-71r-101,0r0,-36r153,0r0,31r-65,67v47,3,79,30,80,78"},"4":{"d":"17,-86r91,-176r39,0r-85,171r75,0r0,-89r39,0r0,89r39,0r0,33r-39,0r0,58r-39,0r0,-58r-120,0r0,-28"},"5":{"d":"196,-86v3,81,-88,107,-162,84r0,-35v49,21,118,11,118,-48v0,-44,-58,-54,-107,-45r0,-132r139,0r0,36r-100,0r0,62v66,-5,110,17,112,78"},"6":{"d":"72,-118v-1,57,14,91,49,91v28,0,43,-20,43,-59v0,-55,-62,-57,-92,-32xm27,-130v0,-95,66,-162,159,-127r-7,25v-61,-17,-104,10,-107,79v62,-27,135,-5,135,68v0,53,-35,90,-86,90v-63,0,-94,-45,-94,-135"},"7":{"d":"28,-262r175,0r0,30r-105,232r-43,0r101,-226r-128,0r0,-36"},"8":{"d":"115,-26v28,0,50,-12,51,-40v0,-23,-22,-42,-65,-58v-52,24,-57,99,14,98xm112,-239v-23,0,-39,13,-39,37v0,24,17,40,52,49v42,-23,42,-86,-13,-86xm118,-265v81,0,110,88,40,124v35,15,53,38,53,69v0,46,-44,75,-95,75v-49,1,-97,-27,-96,-74v0,-26,16,-50,48,-70v-24,-16,-36,-37,-36,-62v-1,-42,37,-62,86,-62"},"9":{"d":"158,-144v1,-56,-14,-90,-49,-90v-28,0,-42,20,-42,59v0,57,58,53,91,31xm203,-131v0,99,-69,159,-165,124r6,-26v61,25,110,-1,114,-75v-57,26,-134,6,-134,-68v0,-52,32,-90,85,-90v63,0,94,45,94,135"},":":{"d":"30,-192r44,0r0,44r-44,0r0,-44xm74,0r-44,0r0,-44r44,0r0,44","w":103},";":{"d":"30,-192r44,0r0,44r-44,0r0,-44xm36,52r-31,0r25,-96r44,0","w":103},"<":{"d":"15,-144r200,-91r0,36r-155,67r155,67r0,35r-200,-90r0,-24"},"=":{"d":"16,-77r0,-34r198,0r0,34r-198,0xm16,-154r0,-34r198,0r0,34r-198,0"},">":{"d":"15,-199r0,-36r200,91r0,24r-200,90r0,-35r155,-67"},"?":{"d":"101,0r-42,0r0,-44r42,0r0,44xm162,-201v-1,56,-65,59,-61,124r-42,0v-5,-57,32,-70,58,-107v15,-21,-6,-44,-31,-44v-20,0,-36,10,-46,30r-31,-17v24,-68,154,-67,153,14","w":177},"@":{"d":"136,-98v0,20,12,36,31,35v38,8,76,-89,20,-95v-27,-2,-51,28,-51,60xm329,-141v0,63,-43,110,-106,109v-14,0,-21,-6,-22,-21v-38,44,-94,14,-99,-40v-6,-67,82,-132,126,-71r6,-20r28,0r-29,112v0,8,5,11,13,11v29,-1,54,-38,53,-73v-1,-65,-46,-102,-112,-103v-71,-2,-121,53,-121,124v0,117,147,161,217,85r32,0v-25,38,-68,68,-126,68v-92,1,-158,-63,-158,-154v0,-87,69,-153,156,-153v75,0,142,53,142,126","w":360},"A":{"d":"81,-108r65,0r-33,-99xm181,0r-25,-75r-87,0r-24,75r-40,0r90,-262r39,0r90,262r-43,0","w":228,"k":{"\u00fd":23,"\u00d9":23,"\u00d5":19,"\u00d3":19,"t":7,"Y":23,"W":7,"V":19,"T":23}},"B":{"d":"36,-262v72,0,148,-8,148,65v0,26,-12,45,-35,57v38,2,61,27,61,67v0,49,-30,73,-92,73r-82,0r0,-262xm77,-152v39,2,67,0,67,-41v0,-34,-31,-37,-67,-35r0,76xm77,-33v46,1,91,5,91,-43v0,-45,-45,-45,-91,-43r0,86","w":229,"k":{"\u00fd":19,"\u00e7":7,"\u00e5":7,"\u00d9":19,"\u00cc":7,"\u00cb":7,"Y":19,"W":7,"V":19,"T":19,"A":7}},"C":{"d":"19,-131v0,-101,91,-171,176,-114r-22,25v-60,-40,-109,16,-109,89v0,76,54,132,113,85r18,26v-20,16,-42,24,-68,24v-66,2,-108,-66,-108,-135","w":195},"D":{"d":"218,-131v0,69,-42,131,-108,131r-74,0r0,-262r69,0v75,0,113,52,113,131xm176,-131v0,-62,-30,-106,-99,-95r0,191v70,10,99,-33,99,-96","w":237,"k":{"\u00fd":11,"\u00d9":11,"Y":11,"W":7,"V":7,"T":15}},"E":{"d":"180,-33r0,33r-144,0r0,-262r144,0r0,34r-103,0r0,76r85,0r0,33r-85,0r0,86r103,0","w":197},"F":{"d":"77,0r-41,0r0,-262r144,0r0,34r-103,0r0,76r85,0r0,33r-85,0r0,119","w":188,"k":{"\u00e7":23,"\u00e5":23,"\u00cc":23,"\u00cb":23,"u":7,"r":7,"o":7,"e":7,"a":19,"A":23,".":39,",":39}},"G":{"d":"64,-131v1,62,18,103,70,103v16,0,27,-4,36,-13r0,-73r-52,0r0,-33r91,0r0,120v-23,21,-51,31,-82,31v-71,-2,-106,-62,-108,-135v-1,-69,42,-136,108,-135v32,0,58,10,77,29r-21,25v-16,-14,-34,-21,-52,-21v-45,-1,-68,47,-67,102","k":{"\u00fd":7,"\u00d9":7,"Y":7,"V":7,"T":7}},"H":{"d":"210,-262r0,262r-41,0r0,-119r-92,0r0,119r-41,0r0,-262r41,0r0,110r92,0r0,-110r41,0","w":245},"I":{"d":"89,-29r29,0r0,29r-100,0r0,-29r29,0r0,-204r-29,0r0,-29r100,0r0,29r-29,0r0,204","w":136},"J":{"d":"-28,85r0,-35v42,-3,64,-26,64,-70r0,-242r41,0r0,237v0,73,-35,110,-105,110","w":112},"K":{"d":"167,0r-90,-130r0,130r-41,0r0,-262r41,0r0,115r90,-115r47,0r-97,123r100,139r-50,0","w":216,"k":{"\u00f1":15,"\u00ef":15,"\u00ee":15,"\u00d8":7,"\u00cd":15,"y":7,"o":7,"e":7,"Q":15,"O":15,"G":15,"C":15}},"L":{"d":"172,-33r0,33r-136,0r0,-262r41,0r0,229r95,0","w":176,"k":{"\u00fd":35,"\u00f1":11,"\u00ef":11,"\u00ee":11,"\u00d9":35,"\u00d8":11,"\u00d5":31,"\u00d3":31,"\u00cd":11,"y":11,"Y":35,"W":15,"V":31,"T":31,"Q":11,"O":11,"G":11,"C":11}},"M":{"d":"96,-262r60,155r60,-155r47,0r27,262r-42,0r-20,-199r-53,143r-38,0r-55,-143r-20,199r-40,0r26,-262r48,0","w":311,"k":{"\u00fd":7,"\u00d9":7,"Y":7}},"N":{"d":"36,0r0,-262r46,0r102,191r0,-191r41,0r0,262r-46,0r-102,-193r0,193r-41,0","w":260},"O":{"d":"19,-131v-1,-69,42,-137,108,-135v70,2,108,62,108,135v0,75,-37,135,-108,135v-71,0,-106,-62,-108,-135xm191,-131v-1,-56,-15,-97,-64,-101v-41,-3,-65,51,-64,101v1,55,17,98,64,102v41,4,65,-52,64,-102","w":254,"k":{"\u00fd":15,"\u00d9":15,"Y":15,"X":15,"V":7,"T":11}},"P":{"d":"36,-262r72,0v62,0,93,27,93,80v0,64,-50,84,-124,79r0,103r-41,0r0,-262xm77,-228r0,91v45,2,82,-1,82,-45v0,-43,-37,-49,-82,-46","w":217,"k":{"\u00e7":23,"\u00e5":23,"\u00cc":23,"\u00cb":23,"r":7,"o":7,"n":7,"l":7,"i":7,"h":7,"e":7,"c":7,"a":19,"X":11,"A":23,".":23,",":23}},"Q":{"d":"63,-131v1,60,23,111,82,99r-30,-44r38,0r17,24v35,-48,32,-180,-43,-180v-41,0,-65,51,-64,101xm127,-266v116,0,138,184,64,246r33,50r-38,0r-22,-33v-87,29,-145,-43,-145,-128v0,-69,42,-135,108,-135","w":254},"R":{"d":"77,-229r0,81v41,3,76,-5,76,-39v0,-39,-34,-45,-76,-42xm36,-262v79,-1,158,-7,158,74v0,34,-17,57,-51,67r83,121r-48,0r-79,-116r-22,0r0,116r-41,0r0,-262","w":225,"k":{"\u00fd":15,"\u00d9":15,"Y":15}},"S":{"d":"163,-131v56,48,20,135,-63,135v-32,0,-61,-8,-87,-26r16,-32v25,17,47,24,69,24v51,0,67,-53,33,-73v-40,-24,-113,-27,-113,-87v0,-83,113,-97,163,-54r-16,29v-36,-23,-104,-31,-104,21v0,43,75,39,102,63","w":208,"k":{"\u00fd":7,"\u00d9":7,"Y":7,"T":7}},"T":{"d":"6,-228r0,-34r180,0r0,34r-69,0r0,228r-41,0r0,-228r-70,0","w":192,"k":{"\u00fc":31,"\u00f1":11,"\u00ef":11,"\u00ee":11,"\u00e7":23,"\u00e5":23,"\u00d8":31,"\u00cd":11,"\u00cc":23,"\u00cb":23,"z":31,"y":31,"w":31,"v":31,"u":31,"s":31,"r":31,"o":31,"g":31,"e":31,"c":31,"a":31,"Q":11,"O":11,"G":11,"C":11,"A":23,".":39,",":39}},"U":{"d":"122,4v-56,0,-90,-22,-90,-71r0,-195r41,0r0,188v0,30,16,44,49,44v33,0,49,-14,49,-44r0,-188r42,0r0,195v1,46,-39,72,-91,71","w":244},"V":{"d":"47,-262r69,207r68,-207r40,0r-90,262r-39,0r-90,-262r42,0","w":228,"k":{"\u00f1":7,"\u00ef":7,"\u00ee":7,"\u00e7":19,"\u00e5":19,"\u00d8":7,"\u00cd":7,"\u00cc":19,"\u00cb":19,"y":7,"r":15,"o":19,"e":19,"a":27,"O":7,"A":19,".":31,"-":14,",":31}},"W":{"d":"205,0r-47,-144r-46,144r-42,0r-65,-262r42,0r47,207r48,-151r33,0r48,151r51,-207r38,0r-65,262r-42,0","w":316,"k":{"\u00e7":7,"\u00e5":7,"\u00cc":7,"\u00cb":7,"o":11,"e":11,"a":19,"A":7,".":19,",":19}},"X":{"d":"168,0r-60,-107r-60,107r-43,0r81,-140r-71,-122r43,0r51,89r50,-89r42,0r-71,122r81,140r-43,0","w":215,"k":{"\u00f1":15,"\u00ef":15,"\u00ee":15,"\u00d8":11,"\u00cd":15,"y":11,"e":11,"O":15,"-":17}},"Y":{"d":"85,0r0,-102r-80,-160r43,0r58,116r59,-116r41,0r-80,160r0,102r-41,0","w":210,"k":{"\u00f1":15,"\u00ef":15,"\u00ee":15,"\u00e7":23,"\u00e5":23,"\u00cd":15,"\u00cc":23,"\u00cb":23,"v":15,"u":23,"s":23,"r":19,"p":19,"o":31,"i":7,"e":31,"a":39,"Q":15,"O":15,"G":15,"C":15,"A":23,".":39,"-":29,",":39}},"Z":{"d":"16,-228r0,-34r162,0r0,33r-126,196r132,0r0,33r-176,0r0,-34r126,-194r-118,0","w":193},"[":{"d":"137,92r-78,0r0,-354r78,0r0,25r-39,0r0,305r39,0r0,24","w":158},"\\":{"d":"36,-262r106,262r-36,0r-106,-262r36,0","w":142},"]":{"d":"21,92r0,-24r39,0r0,-305r-39,0r0,-25r78,0r0,354r-78,0","w":158},"^":{"d":"63,-112r-35,0r74,-150r32,0r73,150r-35,0r-54,-114","w":235},"_":{"d":"180,66r-180,0r0,-37r180,0r0,37","w":180},"`":{"d":"91,-283r23,55r-29,0r-37,-55r43,0","w":196},"a":{"d":"51,-57v-2,37,62,42,74,9r0,-44v-36,-7,-78,5,-74,35xm125,-121v7,-53,-40,-48,-73,-37r-13,-28v16,-7,34,-11,55,-11v97,0,64,112,70,197r-39,0r0,-13v-40,35,-111,11,-111,-47v0,-50,54,-64,111,-61","w":191},"b":{"d":"190,-103v0,82,-54,132,-120,93r0,10r-39,0r0,-274r39,0r0,98v14,-13,30,-20,49,-20v48,-1,71,42,71,93xm70,-146r0,103v40,36,78,14,78,-59v0,-65,-42,-75,-78,-44","w":207},"c":{"d":"102,-167v-32,-1,-43,35,-43,71v0,73,50,87,92,54r14,20v-57,58,-148,13,-148,-74v0,-80,85,-133,147,-76r-15,24v-16,-13,-32,-19,-47,-19","w":165,"k":{"t":-8}},"d":{"d":"17,-89v2,-60,16,-105,74,-107v17,0,32,5,46,14r0,-96r40,0r0,278r-40,0r0,-17v-14,13,-30,21,-49,21v-46,0,-72,-42,-71,-93xm59,-91v0,54,42,80,78,44r0,-102v-40,-35,-78,-15,-78,58","w":207},"e":{"d":"17,-96v0,-51,33,-100,82,-100v52,0,83,49,82,110r-122,0v1,71,60,75,101,37r15,22v-21,21,-45,31,-73,31v-52,1,-85,-45,-85,-100xm60,-114r78,0v-4,-35,-17,-52,-39,-52v-22,0,-35,17,-39,52","w":198,"k":{"x":7}},"f":{"d":"38,-192v-9,-68,39,-111,96,-79r-9,26v-35,-17,-50,7,-47,53r46,0r0,29r-46,0r0,163r-40,0r0,-163r-34,0r0,-29r34,0","w":127,"k":{"o":7,"g":7,"e":7,"d":7,"c":7,"a":11,".":19,",":19}},"g":{"d":"59,-91v0,54,42,80,78,44r0,-102v-40,-35,-78,-15,-78,58xm17,-89v0,-58,21,-108,74,-107v17,0,32,5,46,14r0,-10r40,0r0,193v7,80,-95,97,-147,54r16,-23v40,28,104,19,91,-49v-14,13,-30,21,-49,21v-46,0,-71,-42,-71,-93","w":207},"h":{"d":"182,-146r0,146r-40,0r0,-134v-1,-41,-50,-30,-72,-10r0,144r-39,0r0,-278r39,0r0,102v38,-29,112,-32,112,30","w":208},"i":{"d":"70,-226r-39,0r0,-52r39,0r0,52xm70,-192r0,192r-39,0r0,-192r39,0","w":100},"j":{"d":"70,-226r-39,0r0,-52r39,0r0,52xm70,3v5,61,-46,94,-96,64r10,-29v30,14,47,4,47,-38r0,-192r39,0r0,195","w":100},"k":{"d":"193,0r-47,0r-76,-100r0,100r-39,0r0,-278r39,0r0,162r65,-76r45,0r-72,84","w":189,"k":{"o":7,"e":7,"d":7,"c":7}},"l":{"d":"67,-67v-1,31,9,46,35,37r10,26v-45,22,-84,-2,-84,-59r0,-215r39,0r0,211","w":108,"k":{"\u00fc":7,"\u00d8":7,"y":7,"w":7,"v":7,"t":7}},"m":{"d":"182,-144r0,144r-40,0r0,-134v-1,-41,-48,-30,-72,-10r0,144r-39,0r0,-192r39,0r0,16v33,-23,85,-31,106,3v40,-31,119,-38,118,27r0,146r-40,0r0,-134v-2,-41,-48,-31,-72,-10","w":320},"n":{"d":"182,-146r0,146r-40,0r0,-134v-1,-41,-50,-31,-72,-10r0,144r-39,0r0,-192r39,0r0,16v38,-29,112,-32,112,30","w":208},"o":{"d":"17,-96v-1,-53,31,-100,82,-100v51,0,81,47,81,100v0,53,-31,102,-81,100v-51,-2,-81,-44,-82,-100xm139,-96v-1,-40,-7,-67,-40,-70v-29,-2,-40,35,-40,70v0,35,11,70,40,70v29,0,41,-35,40,-70","w":197,"k":{"x":7}},"p":{"d":"190,-103v0,82,-54,132,-120,93r0,82r-39,0r0,-264r39,0r0,16v13,-13,30,-20,49,-20v48,-1,71,42,71,93xm70,-146r0,103v40,36,78,14,78,-59v0,-65,-42,-75,-78,-44","w":207},"q":{"d":"59,-91v0,54,42,80,78,44r0,-102v-40,-35,-78,-15,-78,58xm17,-89v2,-60,16,-105,74,-107v17,0,32,5,46,14r0,-10r40,0r0,264r-40,0r0,-89v-14,13,-30,21,-49,21v-46,0,-72,-42,-71,-93","w":207},"r":{"d":"70,-137r0,137r-39,0r0,-192r39,0r0,22v30,-24,39,-33,69,-18r-13,35v-24,-7,-40,-2,-56,16","w":135,"k":{"\u00d5":-20,"y":-7,"w":-7,"v":-7,"t":-14,"q":7,"o":7,"g":7,"f":-14,"e":7,"d":7,"c":7,"a":15,".":19,",":19}},"s":{"d":"141,-95v41,37,2,98,-57,98v-25,0,-49,-7,-73,-19r14,-29v20,12,40,18,59,18v33,0,43,-33,19,-45v-31,-15,-84,-21,-84,-67v0,-58,82,-72,131,-40r-12,28v-17,-10,-33,-15,-47,-15v-33,0,-43,34,-16,45v9,4,62,18,66,26","w":175},"t":{"d":"79,-67v-6,38,20,47,47,34r9,26v-47,24,-96,9,-96,-56r0,-100r-35,0r0,-29r35,0r0,-70r40,0r0,70r46,0r0,29r-46,0r0,96","w":135,"k":{";":-20,":":-12,".":-20,",":-20}},"u":{"d":"27,-46r0,-146r40,0r0,134v1,42,50,30,72,9r0,-143r39,0r0,192r-39,0r0,-17v-38,30,-112,33,-112,-29","w":209},"v":{"d":"77,0r-72,-192r40,0r47,134r48,-134r37,0r-73,192r-27,0","w":181,"k":{"a":7}},"w":{"d":"171,0r-40,-138r-40,138r-31,0r-55,-192r38,0r33,130r37,-130r37,0r37,130r33,-130r37,0r-55,192r-31,0","w":261,"k":{"a":7,".":19,",":19}},"x":{"d":"170,-192r-55,87r69,105r-44,0r-48,-77r-46,77r-41,0r67,-105r-57,-87r44,0r35,59r36,-59r40,0","w":188,"k":{"o":7,"e":7,"c":7}},"y":{"d":"73,-5r-68,-187r40,0r47,136r48,-136r37,0v-33,78,-53,177,-98,242v-10,14,-28,22,-48,28r-14,-25v29,-11,48,-30,56,-58","w":181,"k":{"a":7,".":19,",":19}},"z":{"d":"154,-30r0,30r-143,0r0,-22r98,-141r-88,0r0,-29r132,0r0,26r-96,136r97,0","w":165},"{":{"d":"48,-166v2,-54,-11,-118,45,-117r30,0r0,27v-25,-1,-39,-1,-39,28v0,50,10,105,-36,113v47,2,36,64,36,112v0,29,14,29,39,28r0,27v-44,4,-75,-6,-75,-48v-1,-44,10,-104,-32,-106r0,-27v20,-1,31,-17,32,-37","w":130},"|":{"d":"62,4r-35,0r0,-285r35,0r0,285","w":89},"}":{"d":"83,-63v3,66,4,129,-75,115r0,-27v24,1,38,0,38,-28v0,-49,-9,-109,36,-113v-47,-6,-36,-63,-36,-112v0,-28,-13,-29,-38,-28r0,-27v43,-5,73,9,75,47v2,43,-13,105,31,107r0,27v-19,0,-32,17,-31,39","w":130},"~":{"d":"97,-161v15,0,70,26,81,25v8,0,20,-9,33,-27r13,28v-12,21,-27,32,-45,32v-12,0,-71,-25,-82,-25v-10,0,-21,9,-33,27r-13,-28v14,-21,29,-32,46,-32","w":274},"\u00a1":{"d":"82,69v3,-71,-5,-131,-13,-191r-18,0v-8,60,-16,120,-13,191r44,0xm37,-192r0,44r44,0r0,-44r-44,0","w":118},"\u00a2":{"d":"29,-96v-1,-52,32,-92,80,-99r0,-26r28,0r0,26v18,2,37,9,54,23r-17,24v-13,-11,-25,-16,-37,-17r0,139v14,-1,27,-6,39,-16r16,20v-15,14,-34,22,-55,25r0,30r-28,0r0,-30v-49,-6,-79,-43,-80,-99xm109,-166v-48,10,-51,128,0,138r0,-138"},"\u00a3":{"d":"68,-152v-25,-57,9,-117,73,-115v21,0,40,7,58,21r-18,29v-30,-23,-81,-16,-78,30v0,9,2,21,6,35r75,0r0,32r-69,0v11,34,9,60,-11,85r102,0r0,35r-170,0r0,-31v45,-3,53,-46,39,-89r-44,0r0,-32r37,0"},"\u00a5":{"d":"216,-262r-55,110r44,0r0,28r-58,0v-6,11,-13,21,-11,40r69,0r0,27r-69,0r0,57r-42,0r0,-57r-69,0r0,-27r69,0v2,-19,-5,-29,-11,-40r-58,0r0,-28r44,0r-55,-110r44,0r58,116r58,-116r42,0"},"\u00a8":{"d":"59,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm115,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":196},"\u00a9":{"d":"157,-278v77,0,143,64,141,141v-3,82,-58,138,-141,141v-76,2,-142,-65,-142,-141v0,-76,65,-141,142,-141xm157,-22v67,0,112,-48,114,-115v1,-63,-52,-117,-114,-115v-66,2,-115,48,-115,115v0,67,49,115,115,115xm112,-138v-10,56,77,81,86,25r27,0v-5,32,-30,57,-65,58v-46,1,-72,-35,-77,-82v-10,-86,130,-116,142,-25r-27,0v-15,-53,-93,-30,-86,24","w":313},"\u00ab":{"d":"156,-79r0,34r-59,-47r0,-34r59,-47r0,33r-39,31xm79,-79r0,34r-59,-47r0,-34r59,-47r0,33r-39,31","w":181},"\u00ac":{"d":"176,-118r-156,0r0,-34r190,0r0,113r-34,0r0,-79"},"\u00ae":{"d":"157,-278v77,0,143,64,141,141v-3,82,-58,138,-141,141v-76,2,-142,-65,-142,-141v0,-76,65,-141,142,-141xm157,-22v67,0,112,-48,114,-115v1,-63,-52,-117,-114,-115v-66,2,-115,48,-115,115v0,67,49,115,115,115xm219,-61r-29,0r-39,-66r-17,0r0,66r-28,0r0,-153v52,-1,113,-6,113,45v0,25,-13,38,-40,41xm190,-170v3,-23,-30,-23,-56,-22r0,43v25,1,59,1,56,-21","w":313},"\u00b0":{"d":"80,-266v31,-1,56,25,56,56v0,31,-24,55,-56,57v-31,2,-56,-24,-57,-57v-1,-31,23,-56,57,-56xm80,-178v18,0,32,-15,32,-32v0,-17,-15,-31,-32,-32v-17,0,-32,14,-32,32v-1,18,14,33,32,32","w":159},"\u00b4":{"d":"111,-227r-29,0r24,-56r42,0","w":196},"\u00b6":{"d":"102,-126v-48,-1,-82,-20,-82,-66v0,-46,30,-70,89,-70r103,0r0,305r-34,0r0,-277r-42,0r0,277r-34,0r0,-169","w":251},"\u00bb":{"d":"85,-92r-60,47r0,-34r40,-30r-40,-31r0,-33r60,47r0,34xm162,-92r-60,47r0,-34r40,-30r-40,-31r0,-33r60,47r0,34","w":181},"\u00bc":{"d":"66,-97r0,-126v-9,6,-19,11,-27,14r0,-28v11,-6,22,-15,31,-25r27,0r0,165r-31,0xm105,0r-33,0r152,-262r33,0xm235,-58r37,0r0,-58r32,0r0,58r23,0r0,25r-23,0r0,33r-32,0r0,-33r-71,0r0,-19r56,-113r29,0","w":353},"\u00bd":{"d":"62,-97r0,-126v-9,6,-18,10,-27,14r0,-28v11,-6,22,-15,31,-25r27,0r0,165r-31,0xm101,0r-33,0r152,-262r33,0xm213,-139v33,-41,108,-35,108,24v0,24,-20,54,-60,90r59,0r0,25r-104,0r0,-25v49,-42,73,-71,73,-89v0,-33,-39,-28,-57,-4","w":353},"\u00be":{"d":"117,0r-33,0r152,-262r33,0xm247,-58r37,0r0,-58r32,0r0,58r23,0r0,25r-23,0r0,33r-32,0r0,-33r-72,0r0,-19r56,-113r29,0xm98,-154v0,-24,-25,-31,-54,-26r0,-15r38,-42r-55,0r0,-25r95,0r0,20r-33,36v28,5,42,22,42,50v1,51,-56,72,-103,51r0,-26v30,13,71,10,70,-23","w":353},"\u00bf":{"d":"77,-192r42,0r0,43r-42,0r0,-43xm168,22v-24,68,-153,66,-153,-14v0,-26,36,-58,53,-80v7,-8,9,-23,9,-43r42,0v5,57,-32,69,-58,106v-15,21,7,44,31,44v20,0,35,-10,45,-30","w":177},"\u00c0":{"d":"81,-108r65,0r-33,-99xm181,0r-25,-75r-87,0r-24,75r-40,0r90,-262r39,0r90,262r-43,0xm108,-352r23,55r-29,0r-37,-55r43,0","w":228},"\u00c1":{"d":"81,-108r65,0r-33,-99xm181,0r-25,-75r-87,0r-24,75r-40,0r90,-262r39,0r90,262r-43,0xm128,-296r-29,0r24,-56r42,0","w":228},"\u00c2":{"d":"81,-108r65,0r-33,-99xm181,0r-25,-75r-87,0r-24,75r-40,0r90,-262r39,0r90,262r-43,0xm99,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":228},"\u00c3":{"d":"81,-108r65,0r-33,-99xm181,0r-25,-75r-87,0r-24,75r-40,0r90,-262r39,0r90,262r-43,0xm92,-338v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":228},"\u00c4":{"d":"81,-108r65,0r-33,-99xm181,0r-25,-75r-87,0r-24,75r-40,0r90,-262r39,0r90,262r-43,0xm76,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm132,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":228},"\u00c5":{"d":"81,-108r65,0r-33,-99xm181,0r-25,-75r-87,0r-24,75r-40,0r90,-262r39,0r90,262r-43,0xm115,-357v18,0,33,14,33,32v0,18,-15,33,-33,33v-18,0,-32,-15,-32,-33v-1,-18,14,-33,32,-32xm115,-308v10,0,16,-7,16,-17v0,-10,-7,-16,-16,-16v-9,0,-16,6,-16,16v0,10,6,17,16,17","w":228},"\u00c6":{"d":"0,0r168,-262r143,0r0,34r-103,0r0,76r86,0r0,33r-86,0r0,86r103,0r0,33r-144,0r0,-75r-77,0r-47,75r-43,0xm111,-108r56,0r0,-90","w":328},"\u00c7":{"d":"64,-131v0,76,54,132,113,85r18,26v-17,14,-36,22,-58,24v-5,8,-12,14,-16,22v23,-7,45,3,45,26v0,38,-56,45,-87,29r8,-15v16,9,50,10,50,-10v0,-17,-22,-19,-37,-13r-6,-8r23,-31v-60,-4,-98,-68,-98,-135v0,-101,91,-171,176,-114r-22,25v-60,-40,-109,16,-109,89","w":195},"\u00c8":{"d":"180,-33r0,33r-144,0r0,-262r144,0r0,34r-103,0r0,76r85,0r0,33r-85,0r0,86r103,0xm97,-352r23,55r-29,0r-37,-55r43,0","w":197},"\u00c9":{"d":"180,-33r0,33r-144,0r0,-262r144,0r0,34r-103,0r0,76r85,0r0,33r-85,0r0,86r103,0xm117,-296r-29,0r24,-56r42,0","w":197},"\u00ca":{"d":"180,-33r0,33r-144,0r0,-262r144,0r0,34r-103,0r0,76r85,0r0,33r-85,0r0,86r103,0xm88,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":197},"\u00cb":{"d":"180,-33r0,33r-144,0r0,-262r144,0r0,34r-103,0r0,76r85,0r0,33r-85,0r0,86r103,0xm65,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm121,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":197,"k":{"\u00fd":23,"\u00d9":23,"\u00d5":19,"\u00d3":19,"t":7,"Y":23,"W":7,"V":19,"T":23}},"\u00cc":{"d":"89,-29r29,0r0,29r-100,0r0,-29r29,0r0,-204r-29,0r0,-29r100,0r0,29r-29,0r0,204xm60,-352r23,55r-29,0r-37,-55r43,0","w":136,"k":{"\u00fd":23,"\u00d9":23,"\u00d5":19,"\u00d3":19,"t":7,"Y":23,"W":7,"V":19,"T":23}},"\u00cd":{"d":"89,-29r29,0r0,29r-100,0r0,-29r29,0r0,-204r-29,0r0,-29r100,0r0,29r-29,0r0,204xm82,-296r-29,0r24,-56r42,0","w":136,"k":{"\u00fd":15,"\u00d9":15,"Y":15,"X":15,"V":7,"T":11}},"\u00ce":{"d":"52,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0xm89,-29r29,0r0,29r-100,0r0,-29r29,0r0,-204r-29,0r0,-29r100,0r0,29r-29,0r0,204","w":136},"\u00cf":{"d":"29,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm85,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23xm89,-29r29,0r0,29r-100,0r0,-29r29,0r0,-204r-29,0r0,-29r100,0r0,29r-29,0r0,204","w":136},"\u00d1":{"d":"36,0r0,-262r46,0r102,191r0,-191r41,0r0,262r-46,0r-102,-193r0,193r-41,0xm107,-338v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":260},"\u00d2":{"d":"19,-131v-1,-69,42,-137,108,-135v70,2,108,62,108,135v0,75,-37,135,-108,135v-71,0,-106,-62,-108,-135xm191,-131v-1,-56,-15,-97,-64,-101v-41,-3,-65,51,-64,101v1,55,17,98,64,102v41,4,65,-52,64,-102xm120,-352r23,55r-29,0r-37,-55r43,0","w":254,"k":{"\u00e7":19,"\u00e5":19,"\u00cc":19,"\u00cb":19,"A":19}},"\u00d3":{"d":"19,-131v-1,-69,42,-137,108,-135v70,2,108,62,108,135v0,75,-37,135,-108,135v-71,0,-106,-62,-108,-135xm191,-131v-1,-56,-15,-97,-64,-101v-41,-3,-65,51,-64,101v1,55,17,98,64,102v41,4,65,-52,64,-102xm140,-296r-29,0r24,-56r42,0","w":254},"\u00d4":{"d":"19,-131v-1,-69,42,-137,108,-135v70,2,108,62,108,135v0,75,-37,135,-108,135v-71,0,-106,-62,-108,-135xm191,-131v-1,-56,-15,-97,-64,-101v-41,-3,-65,51,-64,101v1,55,17,98,64,102v41,4,65,-52,64,-102xm111,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":254,"k":{"\u00e7":19,"\u00e5":19,"\u00cc":19,"\u00cb":19,"A":19}},"\u00d5":{"d":"19,-131v-1,-69,42,-137,108,-135v70,2,108,62,108,135v0,75,-37,135,-108,135v-71,0,-106,-62,-108,-135xm191,-131v-1,-56,-15,-97,-64,-101v-41,-3,-65,51,-64,101v1,55,17,98,64,102v41,4,65,-52,64,-102xm104,-338v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":254,"k":{"s":27}},"\u00d6":{"d":"19,-131v-1,-69,42,-137,108,-135v70,2,108,62,108,135v0,75,-37,135,-108,135v-71,0,-106,-62,-108,-135xm191,-131v-1,-56,-15,-97,-64,-101v-41,-3,-65,51,-64,101v1,55,17,98,64,102v41,4,65,-52,64,-102xm88,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm144,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":254},"\u00d7":{"d":"139,-132r66,66r-24,24r-66,-66r-66,66r-24,-24r66,-66r-66,-66r24,-24r66,66r66,-66r24,24"},"\u00d8":{"d":"44,-43v-55,-78,-15,-226,83,-223v25,0,46,9,65,26r20,-26r22,17r-24,31v53,77,20,225,-83,222v-25,0,-47,-9,-65,-26r-20,27r-22,-17xm127,-232v-57,-3,-75,94,-56,153r98,-131v-11,-15,-25,-22,-42,-22xm127,-29v56,3,77,-94,56,-153r-98,131v11,15,25,22,42,22","w":254,"k":{"a":7,".":19,",":19}},"\u00d9":{"d":"122,4v-56,0,-90,-22,-90,-71r0,-195r41,0r0,188v0,30,16,44,49,44v33,0,49,-14,49,-44r0,-188r42,0r0,195v1,46,-39,72,-91,71xm115,-352r23,55r-29,0r-37,-55r43,0","w":244,"k":{"\u00f1":15,"\u00ef":15,"\u00ee":15,"\u00e7":23,"\u00e5":23,"\u00cd":15,"\u00cc":23,"\u00cb":23,"v":15,"u":23,"s":23,"r":19,"p":19,"o":31,"i":7,"e":31,"a":39,"Q":15,"O":15,"G":15,"C":15,"A":23,".":39,"-":29,",":39}},"\u00da":{"d":"122,4v-56,0,-90,-22,-90,-71r0,-195r41,0r0,188v0,30,16,44,49,44v33,0,49,-14,49,-44r0,-188r42,0r0,195v1,46,-39,72,-91,71xm135,-296r-29,0r24,-56r42,0","w":244},"\u00db":{"d":"122,4v-56,0,-90,-22,-90,-71r0,-195r41,0r0,188v0,30,16,44,49,44v33,0,49,-14,49,-44r0,-188r42,0r0,195v1,46,-39,72,-91,71xm106,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":244},"\u00dc":{"d":"122,4v-56,0,-90,-22,-90,-71r0,-195r41,0r0,188v0,30,16,44,49,44v33,0,49,-14,49,-44r0,-188r42,0r0,195v1,46,-39,72,-91,71xm83,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm139,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":244},"\u00dd":{"d":"85,0r0,-102r-80,-160r43,0r58,116r59,-116r41,0r-80,160r0,102r-41,0xm119,-296r-29,0r24,-56r42,0","w":210},"\u00df":{"d":"117,-251v-35,0,-50,29,-50,67r0,184r-39,0r0,-178v0,-69,31,-104,93,-104v81,0,111,114,33,133v32,7,58,30,58,69v0,63,-56,96,-120,77r0,-32v39,19,79,-4,79,-46v0,-33,-23,-49,-69,-49r0,-31v37,0,56,-15,56,-46v0,-29,-14,-44,-41,-44","w":229},"\u00e0":{"d":"50,-57v0,36,63,42,75,9r0,-44v-36,-7,-75,5,-75,35xm125,-121v11,-51,-47,-50,-79,-35r0,-33v14,-5,30,-8,48,-8v98,0,63,112,70,197r-39,0r0,-13v-40,35,-111,11,-111,-47v0,-50,54,-64,111,-61xm89,-283r23,55r-29,0r-37,-55r43,0","w":191},"\u00e1":{"d":"51,-57v-2,37,62,42,74,9r0,-44v-36,-7,-78,5,-74,35xm125,-121v7,-53,-40,-48,-73,-37r-13,-28v16,-7,34,-11,55,-11v97,0,64,112,70,197r-39,0r0,-13v-40,35,-111,11,-111,-47v0,-50,54,-64,111,-61xm111,-227r-29,0r24,-56r42,0","w":191},"\u00e2":{"d":"51,-57v-2,37,62,42,74,9r0,-44v-36,-7,-78,5,-74,35xm125,-121v7,-53,-40,-48,-73,-37r-13,-28v16,-7,34,-11,55,-11v97,0,64,112,70,197r-39,0r0,-13v-40,35,-111,11,-111,-47v0,-50,54,-64,111,-61xm82,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":191},"\u00e3":{"d":"51,-57v-2,37,62,42,74,9r0,-44v-36,-7,-78,5,-74,35xm125,-121v7,-53,-40,-48,-73,-37r-13,-28v16,-7,34,-11,55,-11v97,0,64,112,70,197r-39,0r0,-13v-40,35,-111,11,-111,-47v0,-50,54,-64,111,-61xm75,-269v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":191},"\u00e4":{"d":"51,-57v-2,37,62,42,74,9r0,-44v-36,-7,-78,5,-74,35xm125,-121v7,-53,-40,-48,-73,-37r-13,-28v16,-7,34,-11,55,-11v97,0,64,112,70,197r-39,0r0,-13v-40,35,-111,11,-111,-47v0,-50,54,-64,111,-61xm59,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm115,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":191},"\u00e5":{"d":"51,-57v-2,37,62,42,74,9r0,-44v-36,-7,-78,5,-74,35xm125,-121v7,-53,-40,-48,-73,-37r-13,-28v16,-7,34,-11,55,-11v97,0,64,112,70,197r-39,0r0,-13v-40,35,-111,11,-111,-47v0,-50,54,-64,111,-61xm96,-288v18,0,33,14,33,32v0,18,-15,33,-33,33v-18,0,-32,-15,-32,-33v-1,-18,14,-33,32,-32xm96,-239v10,0,16,-7,16,-17v0,-10,-7,-16,-16,-16v-9,0,-16,6,-16,16v0,10,6,17,16,17","w":191,"k":{"\u00fd":23,"\u00d9":23,"\u00d5":19,"\u00d3":19,"t":7,"Y":23,"W":7,"V":19,"T":23}},"\u00e6":{"d":"126,-121v9,-54,-48,-49,-80,-35r0,-33v30,-12,97,-12,106,14v39,-37,102,-24,123,27v7,17,11,37,11,62r-121,0v1,71,60,75,101,37r15,22v-37,39,-104,44,-137,0v-35,49,-129,38,-129,-33v0,-50,54,-64,111,-61xm243,-114v-4,-35,-17,-52,-39,-52v-22,0,-35,17,-39,52r78,0xm130,-54v-4,-11,-7,-24,-7,-39v-38,-5,-72,7,-72,36v0,42,69,40,79,3","w":303},"\u00e7":{"d":"59,77v30,16,83,9,83,-28v0,-24,-24,-27,-44,-25r16,-21v19,-2,36,-11,51,-25r-14,-20v-42,33,-92,19,-92,-54v0,-36,11,-71,43,-71v15,0,31,6,47,19r15,-24v-61,-57,-147,-5,-147,76v0,58,28,93,78,100v-6,12,-29,25,-16,37v15,-5,35,-5,34,11v0,20,-31,18,-47,10","w":165,"k":{"\u00fd":23,"\u00d9":23,"\u00d5":19,"\u00d3":19,"t":7,"Y":23,"W":7,"V":19,"T":23}},"\u00e8":{"d":"17,-96v0,-51,33,-100,82,-100v52,0,83,49,82,110r-122,0v1,71,60,75,101,37r15,22v-21,21,-45,31,-73,31v-52,1,-85,-45,-85,-100xm60,-114r78,0v-4,-35,-17,-52,-39,-52v-22,0,-35,17,-39,52xm92,-283r23,55r-29,0r-37,-55r43,0","w":198},"\u00e9":{"d":"17,-96v0,-51,33,-100,82,-100v52,0,83,49,82,110r-122,0v1,71,60,75,101,37r15,22v-21,21,-45,31,-73,31v-52,1,-85,-45,-85,-100xm60,-114r78,0v-4,-35,-17,-52,-39,-52v-22,0,-35,17,-39,52xm112,-227r-29,0r24,-56r42,0","w":198},"\u00ea":{"d":"17,-96v0,-51,33,-100,82,-100v52,0,83,49,82,110r-122,0v1,71,60,75,101,37r15,22v-21,21,-45,31,-73,31v-52,1,-85,-45,-85,-100xm60,-114r78,0v-4,-35,-17,-52,-39,-52v-22,0,-35,17,-39,52xm83,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":198},"\u00eb":{"d":"17,-96v0,-51,33,-100,82,-100v52,0,83,49,82,110r-122,0v1,71,60,75,101,37r15,22v-21,21,-45,31,-73,31v-52,1,-85,-45,-85,-100xm60,-114r78,0v-4,-35,-17,-52,-39,-52v-22,0,-35,17,-39,52xm60,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm116,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":198},"\u00ec":{"d":"70,-192r0,192r-39,0r0,-192r39,0xm44,-283r23,55r-29,0r-37,-55r43,0","w":100},"\u00ed":{"d":"70,-192r0,192r-39,0r0,-192r39,0xm64,-227r-29,0r24,-56r42,0","w":100},"\u00ee":{"d":"70,-192r0,192r-39,0r0,-192r39,0xm35,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":100,"k":{"\u00fd":15,"\u00d9":15,"Y":15,"X":15,"V":7,"T":11}},"\u00ef":{"d":"70,-192r0,192r-39,0r0,-192r39,0xm12,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm68,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":100,"k":{"\u00fd":15,"\u00d9":15,"Y":15,"X":15,"V":7,"T":11}},"\u00f1":{"d":"182,-146r0,146r-40,0r0,-134v-1,-41,-50,-31,-72,-10r0,144r-39,0r0,-192r39,0r0,16v38,-29,112,-32,112,30xm85,-269v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":208,"k":{"\u00fd":15,"\u00d9":15,"Y":15,"X":15,"V":7,"T":11}},"\u00f2":{"d":"17,-96v-1,-53,31,-100,82,-100v51,0,81,47,81,100v0,53,-31,102,-81,100v-51,-2,-81,-44,-82,-100xm139,-96v-1,-40,-7,-67,-40,-70v-29,-2,-40,35,-40,70v0,35,11,70,40,70v29,0,41,-35,40,-70xm92,-283r23,55r-29,0r-37,-55r43,0","w":197},"\u00f3":{"d":"17,-96v-1,-53,31,-100,82,-100v51,0,81,47,81,100v0,53,-31,102,-81,100v-51,-2,-81,-44,-82,-100xm139,-96v-1,-40,-7,-67,-40,-70v-29,-2,-40,35,-40,70v0,35,11,70,40,70v29,0,41,-35,40,-70xm112,-227r-29,0r24,-56r42,0","w":197},"\u00f4":{"d":"17,-96v-1,-53,31,-100,82,-100v51,0,81,47,81,100v0,53,-31,102,-81,100v-51,-2,-81,-44,-82,-100xm139,-96v-1,-40,-7,-67,-40,-70v-29,-2,-40,35,-40,70v0,35,11,70,40,70v29,0,41,-35,40,-70xm83,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":197},"\u00f5":{"d":"17,-96v-1,-53,31,-100,82,-100v51,0,81,47,81,100v0,53,-31,102,-81,100v-51,-2,-81,-44,-82,-100xm139,-96v-1,-40,-7,-67,-40,-70v-29,-2,-40,35,-40,70v0,35,11,70,40,70v29,0,41,-35,40,-70xm76,-269v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":197},"\u00f6":{"d":"17,-96v-1,-53,31,-100,82,-100v51,0,81,47,81,100v0,53,-31,102,-81,100v-51,-2,-81,-44,-82,-100xm139,-96v-1,-40,-7,-67,-40,-70v-29,-2,-40,35,-40,70v0,35,11,70,40,70v29,0,41,-35,40,-70xm60,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm116,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":197},"\u00f7":{"d":"214,-149r0,34r-198,0r0,-34r198,0xm138,-197v0,-12,-10,-22,-23,-22v-12,0,-23,9,-22,22v0,13,10,23,22,23v12,0,23,-11,23,-23xm138,-67v0,-12,-11,-23,-23,-23v-12,0,-22,10,-22,23v0,12,9,23,22,22v13,0,23,-10,23,-22"},"\u00f8":{"d":"34,-32v-38,-59,-11,-164,65,-164v18,0,33,5,47,16r13,-18r20,15r-16,22v38,59,10,168,-64,165v-18,0,-33,-6,-47,-17r-14,18r-20,-15xm125,-153v-33,-36,-66,8,-66,57v0,10,0,19,2,28xm72,-40v32,37,67,-6,67,-56v0,-11,-1,-20,-3,-29","w":197},"\u00f9":{"d":"27,-46r0,-146r40,0r0,134v1,42,50,30,72,9r0,-143r39,0r0,192r-39,0r0,-17v-38,30,-112,33,-112,-29xm96,-283r23,55r-29,0r-37,-55r43,0","w":209},"\u00fa":{"d":"27,-46r0,-146r40,0r0,134v1,42,50,30,72,9r0,-143r39,0r0,192r-39,0r0,-17v-38,30,-112,33,-112,-29xm116,-227r-29,0r24,-56r42,0","w":209},"\u00fb":{"d":"27,-46r0,-146r40,0r0,134v1,42,50,30,72,9r0,-143r39,0r0,192r-39,0r0,-17v-38,30,-112,33,-112,-29xm87,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":209},"\u00fc":{"d":"27,-46r0,-146r40,0r0,134v1,42,50,30,72,9r0,-143r39,0r0,192r-39,0r0,-17v-38,30,-112,33,-112,-29xm64,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm120,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":209,"k":{"a":7,".":19,",":19}},"\u00fd":{"d":"73,-5r-68,-187r40,0r47,136r48,-136r37,0v-33,78,-53,177,-98,242v-10,14,-28,22,-48,28r-14,-25v29,-11,48,-30,56,-58xm104,-227r-29,0r24,-56r42,0","w":181,"k":{"\u00f1":15,"\u00ef":15,"\u00ee":15,"\u00e7":23,"\u00e5":23,"\u00cd":15,"\u00cc":23,"\u00cb":23,"v":15,"u":23,"s":23,"r":19,"p":19,"o":31,"i":7,"e":31,"a":39,"Q":15,"O":15,"G":15,"C":15,"A":23,".":39,"-":29,",":39}},"\u00ff":{"d":"73,-5r-68,-187r40,0r47,136r48,-136r37,0v-33,78,-53,177,-98,242v-10,14,-28,22,-48,28r-14,-25v29,-11,48,-30,56,-58xm52,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm108,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":181},"\u0131":{"d":"70,-192r0,192r-39,0r0,-192r39,0","w":100},"\u0152":{"d":"19,-131v0,-79,38,-131,113,-131r173,0r0,34r-103,0r0,76r85,0r0,33r-85,0r0,86r103,0r0,33r-178,0v-64,2,-108,-56,-108,-131xm62,-131v-1,63,27,108,99,96r0,-191v-70,-11,-98,31,-99,95","w":322},"\u0153":{"d":"17,-96v0,-53,31,-102,82,-100v25,0,45,10,60,31v35,-48,108,-39,131,17v7,17,12,37,12,62r-122,0v1,71,60,75,101,37r15,22v-37,39,-104,43,-137,0v-47,65,-142,16,-142,-69xm259,-114v-4,-35,-17,-52,-39,-52v-22,0,-35,17,-39,52r78,0xm99,-26v29,0,41,-35,40,-70v-1,-40,-7,-67,-40,-70v-29,-2,-40,35,-40,70v0,35,11,70,40,70","w":318},"\u0174":{"d":"205,0r-47,-144r-46,144r-42,0r-65,-262r42,0r47,207r48,-151r33,0r48,151r51,-207r38,0r-65,262r-42,0xm142,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":316},"\u0175":{"d":"171,0r-40,-138r-40,138r-31,0r-55,-192r38,0r33,130r37,-130r37,0r37,130r33,-130r37,0r-55,192r-31,0xm115,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":261},"\u0176":{"d":"85,0r0,-102r-80,-160r43,0r58,116r59,-116r41,0r-80,160r0,102r-41,0xm90,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":210},"\u0177":{"d":"73,-5r-68,-187r40,0r47,136r48,-136r37,0v-33,78,-53,177,-98,242v-10,14,-28,22,-48,28r-14,-25v29,-11,48,-30,56,-58xm75,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":181},"\u0178":{"d":"85,0r0,-102r-80,-160r43,0r58,116r59,-116r41,0r-80,160r0,102r-41,0xm67,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm123,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":210},"\u02c6":{"d":"82,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":196},"\u02da":{"d":"98,-288v18,0,33,14,33,32v0,18,-15,33,-33,33v-18,0,-32,-15,-32,-33v-1,-18,14,-33,32,-32xm98,-239v10,0,16,-7,16,-17v0,-10,-7,-16,-16,-16v-9,0,-16,6,-16,16v0,10,6,17,16,17","w":196},"\u02dc":{"d":"75,-269v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":196},"\u1e80":{"d":"205,0r-47,-144r-46,144r-42,0r-65,-262r42,0r47,207r48,-151r33,0r48,151r51,-207r38,0r-65,262r-42,0xm151,-352r23,55r-29,0r-37,-55r43,0","w":316},"\u1e81":{"d":"171,0r-40,-138r-40,138r-31,0r-55,-192r38,0r33,130r37,-130r37,0r37,130r33,-130r37,0r-55,192r-31,0xm124,-283r23,55r-29,0r-37,-55r43,0","w":261},"\u1e82":{"d":"205,0r-47,-144r-46,144r-42,0r-65,-262r42,0r47,207r48,-151r33,0r48,151r51,-207r38,0r-65,262r-42,0xm171,-296r-29,0r24,-56r42,0","w":316},"\u1e83":{"d":"171,0r-40,-138r-40,138r-31,0r-55,-192r38,0r33,130r37,-130r37,0r37,130r33,-130r37,0r-55,192r-31,0xm144,-227r-29,0r24,-56r42,0","w":261},"\u1e84":{"d":"205,0r-47,-144r-46,144r-42,0r-65,-262r42,0r47,207r48,-151r33,0r48,151r51,-207r38,0r-65,262r-42,0xm119,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm175,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":316},"\u1e85":{"d":"171,0r-40,-138r-40,138r-31,0r-55,-192r38,0r33,130r37,-130r37,0r37,130r33,-130r37,0r-55,192r-31,0xm92,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm148,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":261},"\u1ef2":{"d":"85,0r0,-102r-80,-160r43,0r58,116r59,-116r41,0r-80,160r0,102r-41,0xm99,-352r23,55r-29,0r-37,-55r43,0","w":210},"\u1ef3":{"d":"73,-5r-68,-187r40,0r47,136r48,-136r37,0v-33,78,-53,177,-98,242v-10,14,-28,22,-48,28r-14,-25v29,-11,48,-30,56,-58xm84,-283r23,55r-29,0r-37,-55r43,0","w":181},"\u2013":{"d":"196,-89r-196,0r0,-37r196,0r0,37","w":196},"\u2014":{"d":"392,-89r-392,0r0,-37r392,0r0,37","w":392},"\u2018":{"d":"55,-262r28,0r-23,87r-39,0","w":103},"\u2019":{"d":"49,-175r-28,0r22,-87r40,0","w":103},"\u201a":{"d":"48,42r-28,0r22,-86r40,0","w":101},"\u201c":{"d":"116,-262r28,0r-22,87r-39,0xm54,-262r28,0r-22,87r-39,0","w":164},"\u201d":{"d":"49,-175r-28,0r22,-87r40,0xm111,-175r-29,0r23,-87r39,0","w":164},"\u201e":{"d":"49,42r-28,0r22,-86r40,0xm111,42r-29,0r23,-86r39,0","w":164},"\u2022":{"d":"143,-125v1,-33,-28,-61,-60,-61v-33,0,-60,25,-61,61v-1,33,25,60,61,61v32,1,59,-26,60,-61","w":165},"\u2026":{"d":"82,0r-44,0r0,-44r44,0r0,44xm202,0r-44,0r0,-44r44,0r0,44xm322,0r-44,0r0,-44r44,0r0,44","w":360},"\u2030":{"d":"85,0r-33,0r152,-262r33,0xm12,-195v0,-38,21,-68,58,-71v34,-2,57,32,57,71v0,38,-20,68,-57,70v-34,2,-57,-33,-58,-70xm70,-243v-18,0,-27,16,-27,48v0,32,9,47,27,47v18,0,27,-15,27,-47v0,-32,-9,-48,-27,-48xm162,-66v0,-39,19,-68,57,-70v34,-2,57,32,57,70v0,39,-19,68,-57,70v-34,2,-57,-32,-57,-70xm219,-18v19,1,27,-24,27,-48v0,-32,-9,-47,-27,-47v-18,0,-27,15,-27,47v0,32,9,48,27,48xm298,-66v0,-38,20,-68,57,-70v34,-2,57,32,57,70v0,39,-19,68,-57,70v-34,2,-57,-32,-57,-70xm355,-18v19,1,27,-24,27,-48v0,-32,-9,-47,-27,-47v-18,0,-27,15,-27,47v0,32,9,48,27,48","w":424},"\u2039":{"d":"79,-79r0,34r-59,-47r0,-34r59,-47r0,33r-39,31","w":108},"\u203a":{"d":"89,-92r-59,47r0,-34r39,-30r-39,-31r0,-33r59,47r0,34","w":108},"\u2044":{"d":"-29,0r-33,0r152,-262r33,0","w":60},"\u2122":{"d":"93,-98r-29,0r0,-136r-51,0r0,-28r131,0r0,28r-51,0r0,136xm212,-98r-30,0r0,-164r46,0r43,110r42,-110r46,0r0,164r-29,0r-1,-125r-46,125r-24,0r-47,-125r0,125","w":388},"\u2190":{"d":"87,-149r281,0r0,34r-281,0r60,76r-34,0r-88,-93r88,-93r34,0","w":392},"\u2191":{"d":"115,39r-34,0r0,-281r-76,61r0,-35r93,-88r93,88r0,35r-76,-61r0,281","w":196},"\u2192":{"d":"25,-115r0,-34r281,0r-61,-76r35,0r88,93r-88,93r-35,0r61,-76r-281,0","w":392},"\u2193":{"d":"81,-23r0,-281r34,0r0,281r76,-60r0,34r-93,88r-93,-88r0,-34","w":196},"\u2212":{"d":"16,-115r0,-34r198,0r0,34r-198,0"},"\u00b7":{"d":"74,-110r-44,0r0,-44r44,0r0,44","w":103},"\u2219":{"d":"74,-110r-44,0r0,-44r44,0r0,44","w":103},"\u221e":{"d":"190,-101v22,55,112,59,112,-16v0,-63,-68,-65,-91,-25v-6,9,-13,23,-21,41xm170,-128v-25,-57,-113,-55,-112,15v0,35,14,53,43,53v29,0,52,-22,69,-68xm28,-113v0,-98,124,-121,154,-36v20,-35,45,-53,76,-53v48,0,70,36,74,85v8,101,-125,120,-154,37v-18,35,-44,53,-76,53v-46,1,-74,-38,-74,-86","w":359},"\u266b":{"d":"169,-43v0,-33,42,-61,79,-51r0,-152r-139,39v-8,90,32,241,-64,239v-20,0,-34,-12,-34,-32v1,-33,42,-61,80,-51r0,-192r176,-49r0,203v0,52,-22,78,-65,78v-20,1,-33,-12,-33,-32","w":319},"\u00a0":{"w":105},"\u00ad":{"d":"22,-89r0,-37r102,0r0,37r-102,0","w":145},"\u2010":{"d":"22,-89r0,-37r102,0r0,37r-102,0","w":145},"\u2215":{"d":"56,0r-33,0r152,-262r33,0"},"\u2713":{"d":"28,-100v-3,-13,16,-29,33,-29v5,0,11,11,18,33v19,55,14,33,46,-10v50,-66,65,-161,170,-162r2,7v-59,66,-122,133,-158,214v-12,27,-27,52,-60,55v-35,3,-44,-76,-51,-108","w":305},"\u2717":{"d":"211,-17v-23,-7,-42,-51,-60,-83v-17,21,-63,95,-82,125v-15,23,-47,14,-46,-14v0,-17,35,-68,103,-155v-24,-61,-37,-96,-37,-105v0,-11,7,-17,20,-17v19,0,37,25,55,74v21,-25,69,-90,89,-95v11,0,24,9,23,20r-88,121v15,32,44,65,44,102v0,14,-8,27,-21,27","w":305}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 2003, The Royal National Institute for the Blind. All rights
 * reserved.
 * 
 * Trademark:
 * Tiresias is a trademark of the The Royal National Institute for the Blind.
 */
Cufon.registerFont({"w":230,"face":{"font-family":"Tiresias PCfont","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 7 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-64 -357 414 92","underline-thickness":"33.9258","underline-position":"-25.3125","unicode-range":"U+0020-U+2717"},"glyphs":{" ":{"w":105},"!":{"d":"70,-70r-21,0v-8,-60,-16,-121,-13,-192r47,0v3,71,-5,132,-13,192xm36,0r0,-46r47,0r0,46r-47,0","w":118},"\"":{"d":"125,-172r-30,0r-6,-90r42,0xm64,-172r-30,0r-6,-90r42,0","w":158},"#":{"d":"294,-162r-51,0r-22,62r54,0r-12,32r-53,0r-23,68r-34,0r23,-68r-71,0r-23,68r-34,0r23,-68r-52,0r11,-32r52,0r21,-62r-53,0r11,-32r53,0r23,-68r34,0r-23,68r71,0r23,-68r35,0r-24,68r53,0xm137,-162r-21,62r71,0r21,-62r-71,0","w":325},"$":{"d":"205,-71v0,39,-33,68,-74,74r0,29r-31,0r0,-28v-26,-3,-52,-12,-77,-27r17,-33v19,14,40,21,60,23r0,-86v-48,-17,-72,-24,-72,-70v0,-45,30,-73,72,-78r0,-28r31,0r0,28v20,2,41,10,64,23r-17,31v-17,-9,-33,-14,-47,-16r0,74v49,16,74,43,74,84xm100,-229v-35,6,-34,57,0,65r0,-65xm131,-107r0,72v38,-10,37,-60,0,-72"},"%":{"d":"278,-67v0,39,-21,69,-59,71v-34,2,-59,-33,-59,-71v0,-39,21,-68,59,-70v35,-2,58,32,59,70xm85,0r-35,0r153,-262r36,0xm128,-195v0,39,-20,69,-58,71v-35,2,-59,-31,-59,-71v0,-40,21,-68,59,-71v35,-2,58,32,58,71xm219,-112v-17,0,-26,15,-26,45v0,30,9,46,26,46v17,0,26,-16,26,-46v0,-30,-9,-45,-26,-45xm70,-240v-17,0,-26,15,-26,45v0,30,9,46,26,46v17,0,26,-16,26,-46v0,-30,-9,-45,-26,-45","w":288},"&":{"d":"182,-85v9,-16,9,-22,9,-50r38,0v1,33,-4,57,-19,82r49,53r-58,0r-19,-21v-51,45,-164,33,-165,-46v0,-37,25,-66,53,-78v-24,-26,-32,-30,-33,-64v-1,-65,116,-74,136,-21v4,8,5,17,5,28r-42,0v0,-16,-11,-25,-27,-25v-34,2,-31,31,-9,55xm95,-117v-42,9,-44,85,10,85v17,0,34,-6,50,-19","w":256},"'":{"d":"64,-172r-30,0r-6,-90r42,0","w":98},"(":{"d":"118,90v-35,-39,-73,-105,-72,-173v0,-57,24,-117,72,-179r24,15v-65,107,-68,215,0,322","w":157},")":{"d":"39,-262v62,59,102,184,46,283v-12,23,-27,47,-45,69r-25,-15v60,-87,72,-227,0,-323","w":157},"*":{"d":"90,-197r28,39r-20,14r-29,-40r-28,40r-21,-14r27,-39r-45,-16r9,-22r45,17r0,-48r26,0r0,48r45,-17r10,22","w":138},"+":{"d":"133,-114r0,81r-36,0r0,-81r-82,0r0,-36r82,0r0,-81r36,0r0,81r82,0r0,36r-82,0"},",":{"d":"40,52r-34,0r26,-96r47,0","w":106},"-":{"d":"21,-89r0,-37r104,0r0,37r-104,0","w":145,"k":{"\u00fd":29,"\u00d9":29,"Y":29,"X":17,"V":14}},".":{"d":"29,0r0,-44r46,0r0,44r-46,0","w":103},"\/":{"d":"37,0r-39,0r107,-262r39,0","w":142},"0":{"d":"115,-266v133,0,129,270,0,270v-65,0,-97,-67,-97,-135v0,-71,28,-135,97,-135xm167,-131v-1,-55,-9,-95,-52,-101v-36,-5,-51,55,-51,101v0,49,11,101,51,101v41,0,53,-52,52,-101"},"1":{"d":"104,0r0,-210v-18,14,-37,22,-57,25r0,-39v22,-4,42,-17,60,-38r38,0r0,262r-41,0"},"2":{"d":"194,-187v0,62,-57,109,-107,151r104,0r0,36r-162,0r0,-35v51,-43,121,-107,121,-151v0,-55,-72,-53,-101,-14r-24,-26v55,-63,169,-50,169,39"},"3":{"d":"204,-86v0,82,-91,107,-169,84r0,-38v53,20,127,13,122,-45v-4,-45,-31,-47,-91,-46r0,-24r67,-69r-99,0r0,-38r155,0r0,33r-63,65v46,3,78,30,78,78"},"4":{"d":"177,-57r0,57r-42,0r0,-57r-119,0r0,-29r91,-176r42,0r-85,169r71,0r0,-88r42,0r0,88r40,0r0,36r-40,0"},"5":{"d":"198,-86v3,81,-90,107,-165,84r0,-38v49,21,118,12,118,-45v0,-43,-59,-53,-108,-44r0,-133r142,0r0,38r-100,0r0,59v68,-5,111,19,113,79"},"6":{"d":"208,-86v0,54,-36,91,-87,91v-63,0,-95,-45,-95,-135v0,-95,67,-162,161,-127r-7,28v-59,-19,-104,7,-107,74v62,-25,135,-3,135,69xm162,-87v0,-54,-60,-53,-89,-30v-1,55,15,87,48,87v27,0,41,-19,41,-57"},"7":{"d":"99,0r-46,0r101,-224r-127,0r0,-38r177,0r0,31"},"8":{"d":"212,-72v0,45,-45,75,-96,75v-50,1,-99,-27,-98,-75v0,-26,16,-49,48,-69v-23,-16,-35,-36,-35,-61v-1,-42,37,-63,87,-63v82,0,110,87,42,124v35,16,52,39,52,69xm125,-154v40,-21,40,-83,-13,-83v-22,0,-38,12,-38,35v0,23,17,39,51,48xm115,-28v27,0,50,-12,50,-38v0,-22,-21,-41,-64,-57v-50,24,-54,95,14,95"},"9":{"d":"204,-131v0,100,-70,159,-168,124r7,-29v59,24,110,1,114,-70v-59,26,-135,3,-135,-70v0,-52,33,-90,87,-90v64,0,95,45,95,135xm157,-144v1,-54,-14,-88,-48,-88v-27,0,-41,19,-41,57v0,55,57,52,89,31"},":":{"d":"29,-146r0,-46r46,0r0,46r-46,0xm29,0r0,-46r46,0r0,46r-46,0","w":103},";":{"d":"28,-146r0,-46r47,0r0,46r-47,0xm37,52r-34,0r26,-98r47,0","w":103},"<":{"d":"14,-119r0,-26r202,-90r0,37r-152,66r152,65r0,38"},"=":{"d":"15,-152r0,-36r200,0r0,36r-200,0xm15,-77r0,-35r200,0r0,35r-200,0"},">":{"d":"14,-29r0,-38r152,-65r-152,-66r0,-37r202,90r0,26"},"?":{"d":"164,-200v0,55,-66,58,-61,124r-45,0v-5,-58,32,-70,58,-108v14,-20,-6,-43,-30,-42v-20,0,-35,11,-45,31r-33,-19v24,-70,156,-68,156,14xm58,0r0,-46r45,0r0,46r-45,0","w":177},"@":{"d":"330,-141v0,64,-44,111,-107,110v-14,0,-21,-7,-23,-20v-37,41,-99,14,-99,-42v0,-68,78,-130,127,-74r5,-17r31,0r-29,111v0,7,4,10,11,10v29,-2,53,-37,52,-71v-2,-65,-46,-100,-111,-101v-69,-1,-119,53,-119,122v0,117,146,158,214,83r35,0v-26,40,-68,69,-128,70v-92,1,-159,-62,-159,-154v0,-88,69,-153,157,-153v74,0,143,52,143,126xm167,-65v37,0,75,-84,20,-91v-27,-2,-48,28,-50,58v-1,20,12,33,30,33","w":360},"A":{"d":"180,0r-24,-75r-86,0r-24,75r-43,0r91,-262r41,0r91,262r-46,0xm113,-202r-31,92r62,0","w":228,"k":{"\u00fd":23,"\u00d9":23,"\u00d5":19,"\u00d3":19,"t":7,"Y":23,"W":7,"V":19,"T":23}},"B":{"d":"153,-141v37,3,56,29,58,68v5,79,-94,76,-177,73r0,-262v73,0,151,-9,151,66v0,25,-11,43,-32,55xm143,-192v0,-33,-30,-36,-65,-34r0,73v37,2,65,1,65,-39xm78,-36v44,0,89,6,89,-40v0,-43,-44,-44,-89,-42r0,82","w":229,"k":{"\u00fd":19,"\u00e7":7,"\u00e5":7,"\u00d9":19,"\u00cc":7,"\u00cb":7,"Y":19,"W":7,"V":19,"T":19,"A":7}},"C":{"d":"65,-131v0,76,54,128,113,83r19,27v-21,17,-44,25,-70,25v-66,2,-109,-65,-109,-135v0,-104,95,-171,179,-113r-24,27v-13,-9,-27,-14,-42,-14v-47,-1,-66,48,-66,100","w":195},"D":{"d":"220,-131v0,69,-43,131,-110,131r-76,0r0,-262r71,0v75,0,115,53,115,131xm175,-131v0,-60,-29,-103,-97,-93r0,186v68,10,97,-33,97,-93","w":237,"k":{"\u00fd":11,"\u00d9":11,"Y":11,"W":7,"V":7,"T":15}},"E":{"d":"34,0r0,-262r147,0r0,36r-103,0r0,73r85,0r0,35r-85,0r0,82r103,0r0,36r-147,0","w":197},"F":{"d":"78,-226r0,73r85,0r0,35r-85,0r0,118r-44,0r0,-262r147,0r0,36r-103,0","w":188,"k":{"\u00e7":23,"\u00e5":23,"\u00cc":23,"\u00cb":23,"u":7,"r":7,"o":7,"e":7,"a":19,"A":23,".":39,",":39}},"G":{"d":"65,-131v3,61,19,101,69,101v15,0,27,-4,35,-12r0,-71r-52,0r0,-35r93,0r0,121v-24,21,-52,31,-83,31v-71,0,-108,-62,-109,-135v-2,-69,44,-137,109,-135v32,0,58,10,78,30r-22,26v-57,-51,-122,-3,-118,79","k":{"\u00fd":7,"\u00d9":7,"Y":7,"V":7,"T":7}},"H":{"d":"168,0r0,-118r-90,0r0,118r-44,0r0,-262r44,0r0,109r90,0r0,-109r43,0r0,262r-43,0","w":245},"I":{"d":"16,0r0,-31r30,0r0,-200r-30,0r0,-31r104,0r0,31r-30,0r0,200r30,0r0,31r-104,0","w":136},"J":{"d":"-29,85r0,-37v42,-3,63,-26,63,-69r0,-241r44,0r0,236v0,74,-36,111,-107,111","w":112},"K":{"d":"166,0r-88,-126r0,126r-44,0r0,-262r44,0r0,111r88,-111r51,0r-98,123r100,139r-53,0","w":216,"k":{"\u00f1":15,"\u00ef":15,"\u00ee":15,"\u00d8":7,"\u00cd":15,"y":7,"o":7,"e":7,"Q":15,"O":15,"G":15,"C":15}},"L":{"d":"34,0r0,-262r44,0r0,226r95,0r0,36r-139,0","w":176,"k":{"\u00fd":35,"\u00f1":11,"\u00ef":11,"\u00ee":11,"\u00d9":35,"\u00d8":11,"\u00d5":31,"\u00d3":31,"\u00cd":11,"y":11,"Y":35,"W":15,"V":31,"T":31,"Q":11,"O":11,"G":11,"C":11}},"M":{"d":"246,0r-18,-193r-52,138r-40,0r-54,-138r-18,193r-43,0r26,-262r50,0r59,151r59,-151r50,0r26,262r-45,0","w":311,"k":{"\u00fd":7,"\u00d9":7,"Y":7}},"N":{"d":"178,0r-100,-187r0,187r-44,0r0,-262r49,0r99,185r0,-185r44,0r0,262r-48,0","w":260},"O":{"d":"236,-131v0,75,-38,135,-109,135v-71,0,-108,-62,-109,-135v-2,-69,44,-137,109,-135v70,2,109,62,109,135xm189,-131v-1,-55,-14,-95,-62,-99v-40,-3,-63,49,-62,99v1,56,15,96,62,100v41,4,63,-50,62,-100","w":254,"k":{"\u00fd":15,"\u00d9":15,"Y":15,"X":15,"V":7,"T":11}},"P":{"d":"202,-182v0,63,-49,85,-123,80r0,102r-45,0r0,-262r74,0v63,0,94,27,94,80xm158,-182v0,-40,-35,-47,-79,-44r0,88v43,3,79,-3,79,-44","w":217,"k":{"\u00e7":23,"\u00e5":23,"\u00cc":23,"\u00cb":23,"r":7,"o":7,"n":7,"l":7,"i":7,"h":7,"e":7,"c":7,"a":19,"X":11,"A":23,".":23,",":23}},"Q":{"d":"127,-266v115,0,141,184,65,245r35,51r-41,0r-22,-33v-86,29,-146,-42,-146,-127v0,-70,43,-136,109,-136xm170,-54v32,-48,30,-176,-43,-176v-41,0,-62,50,-62,100v0,60,21,108,78,96r-30,-44r41,0","w":254},"R":{"d":"34,-262v81,-1,162,-7,162,75v0,34,-16,55,-50,66r82,121r-51,0r-79,-115r-20,0r0,115r-44,0r0,-262xm152,-187v0,-36,-34,-42,-74,-39r0,77v40,3,74,-5,74,-38","w":225,"k":{"\u00fd":15,"\u00d9":15,"Y":15}},"S":{"d":"164,-132v57,48,20,136,-64,136v-32,0,-62,-9,-88,-27r16,-33v25,17,49,24,70,24v49,0,66,-51,32,-70v-41,-23,-111,-29,-114,-87v-4,-84,115,-99,167,-54r-17,31v-35,-22,-104,-33,-104,19v0,40,75,38,102,61","w":208,"k":{"\u00fd":7,"\u00d9":7,"Y":7,"T":7}},"T":{"d":"118,-226r0,226r-43,0r0,-226r-70,0r0,-36r183,0r0,36r-70,0","w":192,"k":{"\u00fc":31,"\u00f1":11,"\u00ef":11,"\u00ee":11,"\u00e7":23,"\u00e5":23,"\u00d8":31,"\u00cd":11,"\u00cc":23,"\u00cb":23,"z":31,"y":31,"w":31,"v":31,"u":31,"s":31,"r":31,"o":31,"g":31,"e":31,"c":31,"a":31,"Q":11,"O":11,"G":11,"C":11,"A":23,".":39,",":39}},"U":{"d":"214,-67v1,46,-39,72,-92,71v-55,0,-91,-21,-91,-71r0,-195r44,0r0,188v0,28,15,42,47,42v32,0,48,-14,48,-42r0,-188r44,0r0,195","w":244},"V":{"d":"135,0r-41,0r-91,-262r45,0r68,202r67,-202r43,0","w":228,"k":{"\u00f1":7,"\u00ef":7,"\u00ee":7,"\u00e7":19,"\u00e5":19,"\u00d8":7,"\u00cd":7,"\u00cc":19,"\u00cb":19,"y":7,"r":15,"o":19,"e":19,"a":27,"O":7,"A":19,".":31,"-":14,",":31}},"W":{"d":"248,0r-44,0r-46,-139r-45,139r-44,0r-66,-262r45,0r46,202r47,-147r35,0r47,147r50,-202r41,0","w":316,"k":{"\u00e7":7,"\u00e5":7,"\u00cc":7,"\u00cb":7,"o":11,"e":11,"a":19,"A":7,".":19,",":19}},"X":{"d":"167,0r-59,-104r-59,104r-47,0r83,-140r-72,-122r46,0r50,87r50,-87r44,0r-72,122r82,140r-46,0","w":215,"k":{"\u00f1":15,"\u00ef":15,"\u00ee":15,"\u00d8":11,"\u00cd":15,"y":11,"e":11,"O":15,"-":17}},"Y":{"d":"127,-102r0,102r-43,0r0,-102r-81,-160r46,0r57,114r58,-114r44,0","w":210,"k":{"\u00f1":15,"\u00ef":15,"\u00ee":15,"\u00e7":23,"\u00e5":23,"\u00cd":15,"\u00cc":23,"\u00cb":23,"v":15,"u":23,"s":23,"r":19,"p":19,"o":31,"i":7,"e":31,"a":39,"Q":15,"O":15,"G":15,"C":15,"A":23,".":39,"-":29,",":39}},"Z":{"d":"7,0r0,-35r124,-191r-116,0r0,-36r164,0r0,35r-124,191r130,0r0,36r-178,0","w":193},"[":{"d":"58,92r0,-354r81,0r0,28r-39,0r0,299r39,0r0,27r-81,0","w":158},"\\":{"d":"105,0r-107,-262r39,0r107,262r-39,0","w":142},"]":{"d":"20,92r0,-27r39,0r0,-299r-39,0r0,-28r81,0r0,354r-81,0","w":158},"^":{"d":"171,-112r-53,-110r-54,110r-38,0r75,-150r34,0r74,150r-38,0","w":235},"_":{"d":"-1,66r0,-37r182,0r0,37r-182,0","w":180},"`":{"d":"84,-228r-39,-55r47,0r24,55r-32,0","w":196},"a":{"d":"94,-197v98,0,67,111,72,197r-42,0r0,-11v-42,32,-111,8,-111,-49v0,-50,52,-66,111,-62v7,-52,-41,-44,-73,-34r-14,-29v17,-7,36,-12,57,-12xm108,-92v-64,-9,-75,61,-21,64v17,0,29,-7,37,-21r0,-42v-5,-1,-10,-1,-16,-1","w":191},"b":{"d":"191,-103v7,81,-53,131,-120,94r0,9r-42,0r0,-274r42,0r0,95v53,-46,129,2,120,76xm147,-102v0,-61,-41,-73,-76,-43r0,101v40,34,76,13,76,-58","w":207},"c":{"d":"102,-165v-31,0,-41,34,-42,69v-2,72,49,85,91,51r16,22v-57,58,-151,16,-151,-73v0,-82,88,-134,150,-75r-17,26v-17,-13,-32,-20,-47,-20","w":165,"k":{"t":-8}},"d":{"d":"16,-90v0,-80,53,-132,120,-94r0,-94r42,0r0,278r-42,0r0,-15v-53,47,-120,1,-120,-75xm60,-91v0,52,41,78,76,43r0,-100v-39,-34,-76,-14,-76,57","w":207},"e":{"d":"16,-96v0,-52,32,-100,83,-100v53,0,85,47,83,111r-121,0v2,68,59,71,100,34r16,23v-21,21,-46,32,-75,32v-52,0,-86,-46,-86,-100xm99,-164v-21,0,-34,17,-38,49r75,0v-4,-32,-16,-49,-37,-49","w":198,"k":{"x":7}},"f":{"d":"37,-193v-9,-69,41,-111,99,-77r-10,28v-34,-18,-50,4,-47,49r47,0r0,32r-47,0r0,161r-42,0r0,-161r-35,0r0,-32r35,0","w":127,"k":{"o":7,"g":7,"e":7,"d":7,"c":7,"a":11,".":19,",":19}},"g":{"d":"16,-89v0,-78,54,-134,120,-94r0,-9r42,0r0,193v7,80,-97,97,-150,53r18,-24v38,27,100,19,90,-44v-54,46,-120,0,-120,-75xm60,-90v0,52,41,78,76,43r0,-101v-40,-34,-76,-13,-76,58","w":207},"h":{"d":"141,0r0,-134v-1,-39,-48,-28,-70,-9r0,143r-42,0r0,-278r42,0r0,100v40,-29,112,-30,112,32r0,146r-42,0","w":208},"i":{"d":"29,-224r0,-54r42,0r0,54r-42,0xm29,0r0,-193r42,0r0,193r-42,0","w":100},"j":{"d":"29,-223r0,-55r42,0r0,55r-42,0xm71,2v5,62,-48,96,-98,64r10,-31v29,16,46,5,46,-36r0,-192r42,0r0,195","w":100},"k":{"d":"145,0r-74,-97r0,97r-42,0r0,-278r42,0r0,159r63,-74r49,0r-73,85r86,108r-51,0","w":189,"k":{"o":7,"e":7,"d":7,"c":7}},"l":{"d":"69,-68v-1,32,8,45,34,36r11,28v-48,22,-87,-1,-87,-60r0,-214r42,0r0,210","w":108,"k":{"\u00fc":7,"\u00d8":7,"y":7,"w":7,"v":7,"t":7}},"m":{"d":"253,0r0,-133v-2,-39,-46,-30,-70,-10r0,143r-42,0r0,-133v-2,-40,-46,-29,-70,-10r0,143r-42,0r0,-192r42,0r0,15v33,-23,84,-30,105,3v41,-30,119,-37,119,28r0,146r-42,0","w":320},"n":{"d":"141,0r0,-133v-2,-39,-48,-30,-70,-9r0,142r-42,0r0,-192r42,0r0,15v39,-28,112,-31,112,31r0,146r-42,0","w":208},"o":{"d":"182,-96v0,53,-33,101,-83,100v-53,-1,-82,-44,-83,-100v-1,-53,32,-100,83,-100v51,0,83,47,83,100xm137,-96v-1,-39,-6,-68,-38,-68v-26,0,-39,23,-39,68v0,45,13,68,39,68v26,0,38,-23,38,-68","w":197,"k":{"x":7}},"p":{"d":"191,-102v-5,61,-17,104,-75,106v-16,0,-31,-4,-45,-12r0,80r-42,0r0,-264r42,0r0,14v52,-46,126,2,120,76xm147,-101v0,-61,-41,-73,-76,-43r0,100v39,34,76,14,76,-57","w":207},"q":{"d":"16,-89v0,-80,53,-132,120,-94r0,-9r42,0r0,264r-42,0r0,-86v-54,46,-120,0,-120,-75xm60,-90v0,52,41,78,76,43r0,-101v-40,-34,-76,-13,-76,58","w":207},"r":{"d":"127,-151v-24,-7,-40,-2,-56,15r0,136r-42,0r0,-192r42,0r0,20v29,-22,40,-31,69,-15","w":135,"k":{"\u00d5":-20,"y":-7,"w":-7,"v":-7,"t":-14,"q":7,"o":7,"g":7,"f":-14,"e":7,"d":7,"c":7,"a":15,".":19,",":19}},"s":{"d":"142,-96v41,38,1,99,-58,99v-25,0,-50,-6,-75,-19r16,-32v21,12,40,18,59,18v32,0,42,-30,18,-41v-31,-14,-86,-22,-84,-67v3,-59,84,-74,134,-40r-14,30v-17,-10,-33,-15,-47,-15v-32,0,-40,30,-14,41v9,4,61,18,65,26","w":175},"t":{"d":"80,-68v-4,38,20,47,46,32r11,28v-48,26,-99,12,-99,-56r0,-97r-35,0r0,-32r35,0r0,-69r42,0r0,69r47,0r0,32r-47,0r0,93","w":135,"k":{";":-20,":":-12,".":-20,",":-20}},"u":{"d":"138,0r0,-15v-40,29,-112,30,-112,-32r0,-145r42,0r0,133v1,40,48,29,70,9r0,-142r42,0r0,192r-42,0","w":209},"v":{"d":"105,0r-29,0r-73,-192r43,0r46,129r48,-129r39,0","w":181,"k":{"a":7}},"w":{"d":"203,0r-33,0r-39,-133r-39,133r-33,0r-56,-192r41,0r32,124r36,-124r39,0r36,124r32,-124r39,0","w":261,"k":{"a":7,".":19,",":19}},"x":{"d":"139,0r-47,-75r-46,75r-44,0r68,-105r-58,-87r47,0r35,57r35,-57r44,0r-56,87r69,105r-47,0","w":188,"k":{"o":7,"e":7,"c":7}},"y":{"d":"108,0v-17,43,-34,65,-78,78r-15,-26v30,-11,49,-31,57,-58r-69,-186r43,0r46,132r48,-132r39,0","w":181,"k":{"a":7,".":19,",":19}},"z":{"d":"9,0r0,-23r97,-137r-86,0r0,-32r134,0r0,27r-95,133r97,0r0,32r-147,0","w":165},"{":{"d":"47,-166v0,-54,-10,-117,46,-117r31,0r0,29v-24,-1,-38,-2,-38,27v0,48,11,104,-33,112v43,4,33,65,33,111v0,28,14,27,38,26r0,30v-45,4,-76,-6,-77,-49v-1,-43,11,-102,-32,-104r0,-29v20,-1,32,-16,32,-36","w":130},"|":{"d":"26,4r0,-285r37,0r0,285r-37,0","w":89},"}":{"d":"84,-63v1,55,6,116,-47,115r-30,0r0,-30v24,1,38,2,38,-26v0,-47,-10,-105,33,-111v-43,-8,-33,-64,-33,-112v0,-28,-14,-28,-38,-27r0,-29v44,-5,77,9,77,48v0,43,-13,104,32,105r0,29v-21,0,-33,17,-32,38","w":130},"~":{"d":"97,-161v14,-3,70,24,81,24v8,0,19,-9,33,-27r14,29v-13,21,-27,32,-46,32v-13,3,-71,-25,-82,-24v-10,0,-21,9,-33,27r-15,-29v14,-21,30,-32,48,-32","w":274},"\u00a1":{"d":"36,-146r0,-46r47,0r0,46r-47,0xm36,69v-3,-71,5,-131,13,-191r21,0v8,60,16,120,13,191r-47,0","w":118},"\u00a2":{"d":"28,-96v0,-52,33,-91,79,-100r0,-25r32,0r0,25v18,2,35,10,53,25r-17,26v-13,-10,-25,-17,-36,-18r0,135v13,-1,25,-7,37,-17r18,23v-16,14,-34,22,-55,25r0,30r-32,0r0,-30v-49,-6,-79,-43,-79,-99xm107,-163v-44,13,-46,121,0,133r0,-133"},"\u00a3":{"d":"66,-153v-24,-59,11,-116,75,-114v21,0,41,7,60,22r-19,31v-29,-24,-80,-19,-77,28v0,9,1,20,5,33r75,0r0,34r-68,0v9,32,9,57,-10,81r100,0r0,38r-173,0r0,-34v44,-3,54,-42,40,-85r-45,0r0,-34r37,0"},"\u00a5":{"d":"163,-153r43,0r0,30r-58,0v-5,11,-13,19,-11,37r69,0r0,30r-69,0r0,56r-44,0r0,-56r-69,0r0,-30r69,0v2,-18,-6,-26,-11,-37r-58,0r0,-30r43,0r-55,-109r47,0r57,114r57,-114r45,0"},"\u00a8":{"d":"162,-250v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm82,-250v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":196},"\u00a9":{"d":"300,-137v-3,81,-60,139,-143,141v-76,2,-143,-64,-143,-141v0,-78,66,-141,143,-141v77,0,145,63,143,141xm270,-137v0,-60,-52,-112,-113,-112v-60,0,-113,52,-113,112v0,60,52,112,113,112v61,0,113,-51,113,-112xm227,-115v-6,34,-30,60,-67,61v-47,1,-73,-35,-78,-83v-9,-87,134,-117,145,-24r-30,0v-4,-20,-17,-30,-38,-30v-32,-1,-45,22,-45,53v0,56,75,78,83,23r30,0","w":313},"\u00ab":{"d":"95,-91r0,-36r63,-48r0,36r-39,30r39,29r0,37xm18,-91r0,-36r63,-48r0,36r-39,30r39,29r0,37","w":181},"\u00ac":{"d":"175,-39r0,-77r-156,0r0,-36r192,0r0,113r-36,0"},"\u00ae":{"d":"300,-137v-3,81,-60,139,-143,141v-76,2,-143,-64,-143,-141v0,-78,66,-141,143,-141v77,0,145,63,143,141xm270,-137v0,-60,-52,-112,-113,-112v-60,0,-113,52,-113,112v0,60,52,112,113,112v61,0,113,-51,113,-112xm189,-61r-39,-65r-15,0r0,65r-31,0r0,-153v52,-1,116,-6,116,45v0,24,-13,39,-39,42r41,66r-33,0xm189,-169v2,-22,-29,-23,-54,-22r0,41v23,1,56,1,54,-19","w":313},"\u00b0":{"d":"138,-210v0,31,-25,56,-58,57v-31,2,-57,-24,-58,-57v-1,-31,23,-56,58,-56v31,0,58,25,58,56xm110,-210v0,-15,-15,-30,-30,-30v-16,0,-31,14,-31,30v0,16,14,30,31,30v16,0,30,-14,30,-30","w":159},"\u00b4":{"d":"112,-227r-31,0r24,-56r46,0","w":196},"\u00b6":{"d":"100,-124v-48,-2,-79,-22,-82,-68v-7,-84,111,-70,196,-70r0,305r-37,0r0,-275r-40,0r0,275r-37,0r0,-167","w":251},"\u00bb":{"d":"101,-43r0,-37r39,-29r-39,-30r0,-36r62,48r0,36xm24,-43r0,-37r39,-29r-39,-30r0,-36r63,48r0,36","w":181},"\u00bc":{"d":"305,-33r0,33r-34,0r0,-33r-72,0r0,-20r57,-113r32,0r-51,106r34,0r0,-57r34,0r0,57r24,0r0,27r-24,0xm106,0r-36,0r153,-262r36,0xm64,-96r0,-124v-9,5,-17,10,-26,14r0,-31v11,-6,21,-15,31,-25r29,0r0,166r-34,0","w":353},"\u00bd":{"d":"211,-139v35,-44,110,-35,112,24v0,23,-20,53,-59,88r57,0r0,27r-107,0r0,-26v49,-42,74,-71,74,-88v0,-32,-38,-26,-56,-2xm102,0r-36,0r153,-262r36,0xm60,-96r0,-124v-8,5,-17,10,-26,14r0,-31v11,-6,21,-15,31,-25r29,0r0,166r-34,0","w":353},"\u00be":{"d":"317,-33r0,33r-34,0r0,-33r-72,0r0,-20r57,-113r32,0r-51,106r34,0r0,-57r34,0r0,57r23,0r0,27r-23,0xm118,0r-36,0r153,-262r36,0xm92,-206v70,18,40,110,-27,110v-11,0,-24,-3,-38,-8r0,-29v30,13,70,12,70,-21v0,-23,-26,-28,-54,-24r0,-17r36,-39r-53,0r0,-28r97,0r0,22","w":353},"\u00bf":{"d":"75,-146r0,-46r45,0r0,46r-45,0xm62,-9v-15,20,6,43,30,42v19,0,34,-10,45,-30r33,18v-24,70,-154,68,-156,-13v-1,-27,35,-59,53,-81v7,-8,8,-23,8,-43r45,0v5,58,-31,70,-58,107","w":177},"\u00c0":{"d":"180,0r-24,-75r-86,0r-24,75r-43,0r91,-262r41,0r91,262r-46,0xm113,-202r-31,92r62,0xm101,-297r-39,-55r47,0r24,55r-32,0","w":228},"\u00c1":{"d":"180,0r-24,-75r-86,0r-24,75r-43,0r91,-262r41,0r91,262r-46,0xm113,-202r-31,92r62,0xm129,-296r-31,0r24,-56r46,0","w":228},"\u00c2":{"d":"180,0r-24,-75r-86,0r-24,75r-43,0r91,-262r41,0r91,262r-46,0xm113,-202r-31,92r62,0xm137,-297r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":228},"\u00c3":{"d":"180,0r-24,-75r-86,0r-24,75r-43,0r91,-262r41,0r91,262r-46,0xm113,-202r-31,92r62,0xm56,-295v4,-59,53,-41,85,-28v7,0,11,-6,12,-17r21,0v4,61,-54,42,-84,29v-7,0,-12,6,-13,16r-21,0","w":228},"\u00c4":{"d":"180,0r-24,-75r-86,0r-24,75r-43,0r91,-262r41,0r91,262r-46,0xm113,-202r-31,92r62,0xm179,-319v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm99,-319v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":228},"\u00c5":{"d":"180,0r-24,-75r-86,0r-24,75r-43,0r91,-262r41,0r91,262r-46,0xm113,-202r-31,92r62,0xm149,-325v0,18,-16,34,-34,33v-17,0,-34,-15,-34,-33v0,-18,17,-32,34,-32v17,0,34,14,34,32xm130,-325v0,-8,-7,-14,-15,-14v-8,0,-15,6,-15,14v0,8,7,15,15,15v8,0,15,-7,15,-15","w":228},"\u00c6":{"d":"166,0r0,-75r-75,0r-48,75r-45,0r169,-262r146,0r0,36r-103,0r0,73r85,0r0,35r-85,0r0,82r103,0r0,36r-147,0xm166,-193r-53,83r53,0r0,-83","w":328},"\u00c7":{"d":"65,-130v0,76,54,127,113,82r19,28v-17,14,-37,22,-59,24r-15,19v24,-5,46,6,45,28v1,38,-58,47,-90,29r8,-17v17,8,48,11,49,-9v1,-16,-21,-16,-35,-11r-8,-9r23,-30v-58,-6,-97,-66,-97,-134v0,-104,94,-172,179,-114r-24,27v-58,-41,-108,15,-108,87","w":195},"\u00c8":{"d":"34,0r0,-262r147,0r0,36r-103,0r0,73r85,0r0,35r-85,0r0,82r103,0r0,36r-147,0xm90,-297r-39,-55r47,0r24,55r-32,0","w":197},"\u00c9":{"d":"34,0r0,-262r147,0r0,36r-103,0r0,73r85,0r0,35r-85,0r0,82r103,0r0,36r-147,0xm118,-296r-31,0r24,-56r46,0","w":197},"\u00ca":{"d":"34,0r0,-262r147,0r0,36r-103,0r0,73r85,0r0,35r-85,0r0,82r103,0r0,36r-147,0xm126,-297r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":197},"\u00cb":{"d":"34,0r0,-262r147,0r0,36r-103,0r0,73r85,0r0,35r-85,0r0,82r103,0r0,36r-147,0xm168,-319v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm88,-319v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":197,"k":{"\u00fd":23,"\u00d9":23,"\u00d5":19,"\u00d3":19,"t":7,"Y":23,"W":7,"V":19,"T":23}},"\u00cc":{"d":"16,0r0,-31r30,0r0,-200r-30,0r0,-31r104,0r0,31r-30,0r0,200r30,0r0,31r-104,0xm53,-297r-39,-55r47,0r24,55r-32,0","w":136,"k":{"\u00fd":23,"\u00d9":23,"\u00d5":19,"\u00d3":19,"t":7,"Y":23,"W":7,"V":19,"T":23}},"\u00cd":{"d":"16,0r0,-31r30,0r0,-200r-30,0r0,-31r104,0r0,31r-30,0r0,200r30,0r0,31r-104,0xm83,-296r-31,0r24,-56r46,0","w":136,"k":{"\u00fd":15,"\u00d9":15,"Y":15,"X":15,"V":7,"T":11}},"\u00ce":{"d":"90,-297r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0xm16,0r0,-31r30,0r0,-200r-30,0r0,-31r104,0r0,31r-30,0r0,200r30,0r0,31r-104,0","w":136},"\u00cf":{"d":"132,-319v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm52,-319v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22xm16,0r0,-31r30,0r0,-200r-30,0r0,-31r104,0r0,31r-30,0r0,200r30,0r0,31r-104,0","w":136},"\u00d1":{"d":"178,0r-100,-187r0,187r-44,0r0,-262r49,0r99,185r0,-185r44,0r0,262r-48,0xm71,-295v4,-59,53,-41,85,-28v7,0,11,-6,12,-17r21,0v4,61,-54,42,-84,29v-7,0,-12,6,-13,16r-21,0","w":260},"\u00d2":{"d":"236,-131v0,75,-38,135,-109,135v-71,0,-108,-62,-109,-135v-2,-69,44,-137,109,-135v70,2,109,62,109,135xm189,-131v-1,-55,-14,-95,-62,-99v-40,-3,-63,49,-62,99v1,56,15,96,62,100v41,4,63,-50,62,-100xm113,-297r-39,-55r47,0r24,55r-32,0","w":254,"k":{"\u00e7":19,"\u00e5":19,"\u00cc":19,"\u00cb":19,"A":19}},"\u00d3":{"d":"236,-131v0,75,-38,135,-109,135v-71,0,-108,-62,-109,-135v-2,-69,44,-137,109,-135v70,2,109,62,109,135xm189,-131v-1,-55,-14,-95,-62,-99v-40,-3,-63,49,-62,99v1,56,15,96,62,100v41,4,63,-50,62,-100xm141,-296r-31,0r24,-56r46,0","w":254},"\u00d4":{"d":"236,-131v0,75,-38,135,-109,135v-71,0,-108,-62,-109,-135v-2,-69,44,-137,109,-135v70,2,109,62,109,135xm189,-131v-1,-55,-14,-95,-62,-99v-40,-3,-63,49,-62,99v1,56,15,96,62,100v41,4,63,-50,62,-100xm149,-297r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":254,"k":{"\u00e7":19,"\u00e5":19,"\u00cc":19,"\u00cb":19,"A":19}},"\u00d5":{"d":"236,-131v0,75,-38,135,-109,135v-71,0,-108,-62,-109,-135v-2,-69,44,-137,109,-135v70,2,109,62,109,135xm189,-131v-1,-55,-14,-95,-62,-99v-40,-3,-63,49,-62,99v1,56,15,96,62,100v41,4,63,-50,62,-100xm68,-295v4,-59,53,-41,85,-28v7,0,11,-6,12,-17r21,0v4,61,-54,42,-84,29v-7,0,-12,6,-13,16r-21,0","w":254,"k":{"s":27}},"\u00d6":{"d":"236,-131v0,75,-38,135,-109,135v-71,0,-108,-62,-109,-135v-2,-69,44,-137,109,-135v70,2,109,62,109,135xm189,-131v-1,-55,-14,-95,-62,-99v-40,-3,-63,49,-62,99v1,56,15,96,62,100v41,4,63,-50,62,-100xm191,-319v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm111,-319v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":254},"\u00d7":{"d":"181,-41r-66,-66r-66,66r-26,-26r66,-65r-66,-66r26,-25r66,65r66,-65r26,25r-66,66r66,65"},"\u00d8":{"d":"212,-217v52,78,18,224,-85,221v-25,0,-47,-8,-65,-25r-19,26r-24,-18r23,-31v-54,-79,-13,-225,85,-222v24,0,46,8,65,25r19,-26r25,19xm168,-209v-47,-55,-103,7,-103,78v0,18,3,34,7,49xm86,-52v48,55,103,-7,103,-79v0,-16,-2,-35,-6,-48","w":254,"k":{"a":7,".":19,",":19}},"\u00d9":{"d":"214,-67v1,46,-39,72,-92,71v-55,0,-91,-21,-91,-71r0,-195r44,0r0,188v0,28,15,42,47,42v32,0,48,-14,48,-42r0,-188r44,0r0,195xm108,-297r-39,-55r47,0r24,55r-32,0","w":244,"k":{"\u00f1":15,"\u00ef":15,"\u00ee":15,"\u00e7":23,"\u00e5":23,"\u00cd":15,"\u00cc":23,"\u00cb":23,"v":15,"u":23,"s":23,"r":19,"p":19,"o":31,"i":7,"e":31,"a":39,"Q":15,"O":15,"G":15,"C":15,"A":23,".":39,"-":29,",":39}},"\u00da":{"d":"214,-67v1,46,-39,72,-92,71v-55,0,-91,-21,-91,-71r0,-195r44,0r0,188v0,28,15,42,47,42v32,0,48,-14,48,-42r0,-188r44,0r0,195xm136,-296r-31,0r24,-56r46,0","w":244},"\u00db":{"d":"214,-67v1,46,-39,72,-92,71v-55,0,-91,-21,-91,-71r0,-195r44,0r0,188v0,28,15,42,47,42v32,0,48,-14,48,-42r0,-188r44,0r0,195xm144,-297r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":244},"\u00dc":{"d":"214,-67v1,46,-39,72,-92,71v-55,0,-91,-21,-91,-71r0,-195r44,0r0,188v0,28,15,42,47,42v32,0,48,-14,48,-42r0,-188r44,0r0,195xm186,-319v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm106,-319v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":244},"\u00dd":{"d":"127,-102r0,102r-43,0r0,-102r-81,-160r46,0r57,114r58,-114r44,0xm120,-296r-31,0r24,-56r46,0","w":210},"\u00df":{"d":"121,-282v80,0,112,112,37,133v32,6,56,31,56,68v0,63,-58,97,-123,78r0,-35v38,19,79,-1,79,-43v0,-32,-23,-48,-69,-48r0,-33v67,12,76,-86,16,-86v-33,0,-49,22,-49,65r0,183r-41,0r0,-178v0,-69,31,-104,94,-104","w":229},"\u00e0":{"d":"82,-226r-39,-57r46,0r25,57r-32,0xm94,-197v100,0,66,111,72,197r-42,0r0,-11v-42,32,-111,8,-111,-49v0,-50,55,-68,111,-62v10,-49,-48,-46,-79,-32r0,-35v15,-5,31,-8,49,-8xm52,-57v3,36,61,38,72,7r0,-41v-35,-7,-74,5,-72,34","w":191},"\u00e1":{"d":"94,-197v98,0,67,111,72,197r-42,0r0,-11v-42,32,-111,8,-111,-49v0,-50,52,-66,111,-62v7,-52,-41,-44,-73,-34r-14,-29v17,-7,36,-12,57,-12xm108,-92v-64,-9,-75,61,-21,64v17,0,29,-7,37,-21r0,-42v-5,-1,-10,-1,-16,-1xm112,-227r-31,0r24,-56r46,0","w":191},"\u00e2":{"d":"94,-197v98,0,67,111,72,197r-42,0r0,-11v-42,32,-111,8,-111,-49v0,-50,52,-66,111,-62v7,-52,-41,-44,-73,-34r-14,-29v17,-7,36,-12,57,-12xm108,-92v-64,-9,-75,61,-21,64v17,0,29,-7,37,-21r0,-42v-5,-1,-10,-1,-16,-1xm120,-228r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":191},"\u00e3":{"d":"94,-197v98,0,67,111,72,197r-42,0r0,-11v-42,32,-111,8,-111,-49v0,-50,52,-66,111,-62v7,-52,-41,-44,-73,-34r-14,-29v17,-7,36,-12,57,-12xm108,-92v-64,-9,-75,61,-21,64v17,0,29,-7,37,-21r0,-42v-5,-1,-10,-1,-16,-1xm39,-226v4,-59,53,-41,85,-28v7,0,11,-6,12,-17r21,0v4,61,-54,42,-84,29v-7,0,-12,6,-13,16r-21,0","w":191},"\u00e4":{"d":"94,-197v98,0,67,111,72,197r-42,0r0,-11v-42,32,-111,8,-111,-49v0,-50,52,-66,111,-62v7,-52,-41,-44,-73,-34r-14,-29v17,-7,36,-12,57,-12xm108,-92v-64,-9,-75,61,-21,64v17,0,29,-7,37,-21r0,-42v-5,-1,-10,-1,-16,-1xm162,-250v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm82,-250v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":191},"\u00e5":{"d":"94,-197v98,0,67,111,72,197r-42,0r0,-11v-42,32,-111,8,-111,-49v0,-50,52,-66,111,-62v7,-52,-41,-44,-73,-34r-14,-29v17,-7,36,-12,57,-12xm108,-92v-64,-9,-75,61,-21,64v17,0,29,-7,37,-21r0,-42v-5,-1,-10,-1,-16,-1xm130,-256v0,18,-16,34,-34,33v-17,0,-34,-15,-34,-33v0,-18,17,-32,34,-32v17,0,34,14,34,32xm111,-256v0,-8,-7,-14,-15,-14v-8,0,-15,6,-15,14v0,8,7,15,15,15v8,0,15,-7,15,-15","w":191,"k":{"\u00fd":23,"\u00d9":23,"\u00d5":19,"\u00d3":19,"t":7,"Y":23,"W":7,"V":19,"T":23}},"\u00e6":{"d":"124,-122v10,-50,-47,-46,-79,-32r0,-34v31,-13,97,-13,108,12v39,-36,103,-21,123,28v7,17,12,37,12,63r-122,0v2,68,59,72,100,34r16,23v-36,39,-105,46,-138,2v-35,47,-130,37,-130,-34v0,-50,51,-66,110,-62xm204,-164v-21,0,-33,17,-37,49r75,0v-4,-32,-17,-49,-38,-49xm122,-92v-36,-2,-70,6,-70,35v0,19,13,29,36,29v19,0,32,-10,40,-27v-4,-11,-6,-23,-6,-37","w":303},"\u00e7":{"d":"102,-165v-31,0,-41,34,-42,69v-2,71,48,85,91,52r16,22v-16,15,-33,24,-52,26r-15,19v22,-7,43,4,43,25v0,39,-55,44,-86,28r9,-17v17,9,46,12,46,-8v0,-16,-18,-15,-33,-10r-8,-9r22,-28v-50,-6,-77,-43,-77,-100v0,-82,88,-134,150,-75r-17,26v-17,-13,-32,-20,-47,-20","w":165,"k":{"\u00fd":23,"\u00d9":23,"\u00d5":19,"\u00d3":19,"t":7,"Y":23,"W":7,"V":19,"T":23}},"\u00e8":{"d":"16,-96v0,-52,32,-100,83,-100v53,0,85,47,83,111r-121,0v2,68,59,71,100,34r16,23v-21,21,-46,32,-75,32v-52,0,-86,-46,-86,-100xm99,-164v-21,0,-34,17,-38,49r75,0v-4,-32,-16,-49,-37,-49xm85,-228r-39,-55r47,0r24,55r-32,0","w":198},"\u00e9":{"d":"16,-96v0,-52,32,-100,83,-100v53,0,85,47,83,111r-121,0v2,68,59,71,100,34r16,23v-21,21,-46,32,-75,32v-52,0,-86,-46,-86,-100xm99,-164v-21,0,-34,17,-38,49r75,0v-4,-32,-16,-49,-37,-49xm113,-227r-31,0r24,-56r46,0","w":198},"\u00ea":{"d":"16,-96v0,-52,32,-100,83,-100v53,0,85,47,83,111r-121,0v2,68,59,71,100,34r16,23v-21,21,-46,32,-75,32v-52,0,-86,-46,-86,-100xm99,-164v-21,0,-34,17,-38,49r75,0v-4,-32,-16,-49,-37,-49xm121,-228r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":198},"\u00eb":{"d":"16,-96v0,-52,32,-100,83,-100v53,0,85,47,83,111r-121,0v2,68,59,71,100,34r16,23v-21,21,-46,32,-75,32v-52,0,-86,-46,-86,-100xm99,-164v-21,0,-34,17,-38,49r75,0v-4,-32,-16,-49,-37,-49xm163,-250v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm83,-250v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":198},"\u00ec":{"d":"29,0r0,-192r42,0r0,192r-42,0xm37,-228r-39,-55r47,0r24,55r-32,0","w":100},"\u00ed":{"d":"29,0r0,-192r42,0r0,192r-42,0xm65,-227r-31,0r24,-56r46,0","w":100},"\u00ee":{"d":"29,0r0,-192r42,0r0,192r-42,0xm73,-228r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":100,"k":{"\u00fd":15,"\u00d9":15,"Y":15,"X":15,"V":7,"T":11}},"\u00ef":{"d":"29,0r0,-192r42,0r0,192r-42,0xm115,-250v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm35,-250v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":100,"k":{"\u00fd":15,"\u00d9":15,"Y":15,"X":15,"V":7,"T":11}},"\u00f1":{"d":"141,0r0,-133v-2,-39,-48,-30,-70,-9r0,142r-42,0r0,-192r42,0r0,15v39,-28,112,-31,112,31r0,146r-42,0xm49,-226v4,-59,53,-41,85,-28v7,0,11,-6,12,-17r21,0v4,61,-54,42,-84,29v-7,0,-12,6,-13,16r-21,0","w":208,"k":{"\u00fd":15,"\u00d9":15,"Y":15,"X":15,"V":7,"T":11}},"\u00f2":{"d":"182,-96v0,53,-33,101,-83,100v-53,-1,-82,-44,-83,-100v-1,-53,32,-100,83,-100v51,0,83,47,83,100xm137,-96v-1,-39,-6,-68,-38,-68v-26,0,-39,23,-39,68v0,45,13,68,39,68v26,0,38,-23,38,-68xm85,-228r-39,-55r47,0r24,55r-32,0","w":197},"\u00f3":{"d":"182,-96v0,53,-33,101,-83,100v-53,-1,-82,-44,-83,-100v-1,-53,32,-100,83,-100v51,0,83,47,83,100xm137,-96v-1,-39,-6,-68,-38,-68v-26,0,-39,23,-39,68v0,45,13,68,39,68v26,0,38,-23,38,-68xm113,-227r-31,0r24,-56r46,0","w":197},"\u00f4":{"d":"182,-96v0,53,-33,101,-83,100v-53,-1,-82,-44,-83,-100v-1,-53,32,-100,83,-100v51,0,83,47,83,100xm137,-96v-1,-39,-6,-68,-38,-68v-26,0,-39,23,-39,68v0,45,13,68,39,68v26,0,38,-23,38,-68xm121,-228r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":197},"\u00f5":{"d":"182,-96v0,53,-33,101,-83,100v-53,-1,-82,-44,-83,-100v-1,-53,32,-100,83,-100v51,0,83,47,83,100xm137,-96v-1,-39,-6,-68,-38,-68v-26,0,-39,23,-39,68v0,45,13,68,39,68v26,0,38,-23,38,-68xm40,-226v4,-59,53,-41,85,-28v7,0,11,-6,12,-17r21,0v4,61,-54,42,-84,29v-7,0,-12,6,-13,16r-21,0","w":197},"\u00f6":{"d":"182,-96v0,53,-33,101,-83,100v-53,-1,-82,-44,-83,-100v-1,-53,32,-100,83,-100v51,0,83,47,83,100xm137,-96v-1,-39,-6,-68,-38,-68v-26,0,-39,23,-39,68v0,45,13,68,39,68v26,0,38,-23,38,-68xm163,-250v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm83,-250v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":197},"\u00f7":{"d":"139,-196v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,11,-23,24,-23v13,0,24,10,24,23xm15,-114r0,-36r200,0r0,36r-200,0xm139,-68v0,13,-12,23,-24,23v-13,0,-24,-10,-24,-23v-1,-13,11,-24,24,-24v13,0,25,11,24,24"},"\u00f8":{"d":"164,-160v40,59,10,168,-65,164v-17,0,-33,-5,-47,-16r-14,17r-22,-16r17,-22v-39,-60,-9,-167,66,-163v17,0,33,5,47,15r13,-17r22,16xm124,-152v-32,-29,-68,-3,-64,56v0,9,1,17,2,25xm135,-122r-61,81v31,31,67,5,63,-55v0,-9,-1,-18,-2,-26","w":197},"\u00f9":{"d":"138,0r0,-15v-40,29,-112,30,-112,-32r0,-145r42,0r0,133v1,40,48,29,70,9r0,-142r42,0r0,192r-42,0xm89,-228r-39,-55r47,0r24,55r-32,0","w":209},"\u00fa":{"d":"138,0r0,-15v-40,29,-112,30,-112,-32r0,-145r42,0r0,133v1,40,48,29,70,9r0,-142r42,0r0,192r-42,0xm117,-227r-31,0r24,-56r46,0","w":209},"\u00fb":{"d":"138,0r0,-15v-40,29,-112,30,-112,-32r0,-145r42,0r0,133v1,40,48,29,70,9r0,-142r42,0r0,192r-42,0xm125,-228r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":209},"\u00fc":{"d":"138,0r0,-15v-40,29,-112,30,-112,-32r0,-145r42,0r0,133v1,40,48,29,70,9r0,-142r42,0r0,192r-42,0xm167,-250v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm87,-250v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":209,"k":{"a":7,".":19,",":19}},"\u00fd":{"d":"108,0v-17,43,-34,65,-78,78r-15,-26v30,-11,49,-31,57,-58r-69,-186r43,0r46,132r48,-132r39,0xm105,-227r-31,0r24,-56r46,0","w":181,"k":{"\u00f1":15,"\u00ef":15,"\u00ee":15,"\u00e7":23,"\u00e5":23,"\u00cd":15,"\u00cc":23,"\u00cb":23,"v":15,"u":23,"s":23,"r":19,"p":19,"o":31,"i":7,"e":31,"a":39,"Q":15,"O":15,"G":15,"C":15,"A":23,".":39,"-":29,",":39}},"\u00ff":{"d":"108,0v-17,43,-34,65,-78,78r-15,-26v30,-11,49,-31,57,-58r-69,-186r43,0r46,132r48,-132r39,0xm155,-250v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm75,-250v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":181},"\u0131":{"d":"29,0r0,-192r42,0r0,192r-42,0","w":100},"\u0152":{"d":"18,-131v0,-78,37,-132,114,-131r174,0r0,36r-102,0r0,73r85,0r0,35r-85,0r0,82r102,0r0,36r-179,0v-65,1,-110,-56,-109,-131xm63,-131v0,61,28,104,97,93r0,-186v-68,-11,-97,31,-97,93","w":322},"\u0153":{"d":"16,-96v-1,-53,32,-101,83,-100v25,0,45,10,60,30v36,-46,110,-38,132,18v7,17,12,37,12,63r-122,0v3,68,60,72,101,34r16,23v-36,39,-105,45,-139,3v-15,19,-35,29,-60,29v-53,-2,-82,-44,-83,-100xm220,-164v-21,0,-34,17,-38,49r75,0v-4,-32,-16,-49,-37,-49xm137,-96v-1,-39,-6,-68,-38,-68v-26,0,-39,23,-39,68v0,45,13,68,39,68v26,0,38,-23,38,-68","w":318},"\u0174":{"d":"248,0r-44,0r-46,-139r-45,139r-44,0r-66,-262r45,0r46,202r47,-147r35,0r47,147r50,-202r41,0xm180,-297r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":316},"\u0175":{"d":"203,0r-33,0r-39,-133r-39,133r-33,0r-56,-192r41,0r32,124r36,-124r39,0r36,124r32,-124r39,0xm153,-228r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":261},"\u0176":{"d":"127,-102r0,102r-43,0r0,-102r-81,-160r46,0r57,114r58,-114r44,0xm128,-297r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":210},"\u0177":{"d":"108,0v-17,43,-34,65,-78,78r-15,-26v30,-11,49,-31,57,-58r-69,-186r43,0r46,132r48,-132r39,0xm113,-228r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":181},"\u0178":{"d":"127,-102r0,102r-43,0r0,-102r-81,-160r46,0r57,114r58,-114r44,0xm170,-319v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm90,-319v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":210},"\u02c6":{"d":"120,-228r-22,-25r-22,25r-27,0r32,-55r34,0r32,55r-27,0","w":196},"\u02da":{"d":"132,-256v0,18,-16,34,-34,33v-17,0,-34,-15,-34,-33v0,-18,17,-32,34,-32v17,0,34,14,34,32xm113,-256v0,-8,-7,-14,-15,-14v-8,0,-15,6,-15,14v0,8,7,15,15,15v8,0,15,-7,15,-15","w":196},"\u02dc":{"d":"39,-226v4,-59,53,-41,85,-28v7,0,11,-6,12,-17r21,0v4,61,-54,42,-84,29v-7,0,-12,6,-13,16r-21,0","w":196},"\u1e80":{"d":"248,0r-44,0r-46,-139r-45,139r-44,0r-66,-262r45,0r46,202r47,-147r35,0r47,147r50,-202r41,0xm144,-297r-39,-55r47,0r24,55r-32,0","w":316},"\u1e81":{"d":"203,0r-33,0r-39,-133r-39,133r-33,0r-56,-192r41,0r32,124r36,-124r39,0r36,124r32,-124r39,0xm117,-228r-39,-55r47,0r24,55r-32,0","w":261},"\u1e82":{"d":"248,0r-44,0r-46,-139r-45,139r-44,0r-66,-262r45,0r46,202r47,-147r35,0r47,147r50,-202r41,0xm172,-296r-31,0r24,-56r46,0","w":316},"\u1e83":{"d":"203,0r-33,0r-39,-133r-39,133r-33,0r-56,-192r41,0r32,124r36,-124r39,0r36,124r32,-124r39,0xm145,-227r-31,0r24,-56r46,0","w":261},"\u1e84":{"d":"248,0r-44,0r-46,-139r-45,139r-44,0r-66,-262r45,0r46,202r47,-147r35,0r47,147r50,-202r41,0xm222,-319v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm142,-319v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":316},"\u1e85":{"d":"203,0r-33,0r-39,-133r-39,133r-33,0r-56,-192r41,0r32,124r36,-124r39,0r36,124r32,-124r39,0xm195,-250v0,13,-12,23,-24,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,24,10,24,22xm115,-250v0,12,-12,23,-23,23v-12,0,-24,-10,-24,-23v0,-12,13,-22,24,-22v11,0,23,10,23,22","w":261},"\u1ef2":{"d":"127,-102r0,102r-43,0r0,-102r-81,-160r46,0r57,114r58,-114r44,0xm92,-297r-39,-55r47,0r24,55r-32,0","w":210},"\u1ef3":{"d":"108,0v-17,43,-34,65,-78,78r-15,-26v30,-11,49,-31,57,-58r-69,-186r43,0r46,132r48,-132r39,0xm77,-228r-39,-55r47,0r24,55r-32,0","w":181},"\u2013":{"d":"-1,-89r0,-37r199,0r0,37r-199,0","w":196},"\u2014":{"d":"-1,-89r0,-37r395,0r0,37r-395,0","w":392},"\u2018":{"d":"62,-175r-43,0r35,-87r31,0","w":103},"\u2019":{"d":"50,-175r-31,0r23,-87r43,0","w":103},"\u201a":{"d":"49,42r-31,0r23,-86r43,0","w":101},"\u201c":{"d":"123,-175r-42,0r34,-87r31,0xm62,-175r-43,0r34,-87r31,0","w":164},"\u201d":{"d":"112,-175r-31,0r23,-87r42,0xm50,-175r-31,0r23,-87r43,0","w":164},"\u201e":{"d":"112,42r-31,0r23,-86r42,0xm50,42r-31,0r23,-86r43,0","w":164},"\u2022":{"d":"145,-125v-2,35,-29,62,-62,61v-35,-1,-63,-29,-62,-61v1,-36,29,-61,62,-61v33,0,63,28,62,61","w":165},"\u2026":{"d":"277,0r0,-44r46,0r0,44r-46,0xm157,0r0,-44r46,0r0,44r-46,0xm37,0r0,-44r46,0r0,44r-46,0","w":360},"\u2030":{"d":"414,-67v0,39,-21,69,-59,71v-34,2,-58,-32,-58,-71v0,-39,20,-68,58,-70v35,-2,58,32,59,70xm278,-67v0,39,-21,69,-59,71v-34,2,-59,-33,-59,-71v0,-39,21,-68,59,-70v35,-2,58,32,59,70xm85,0r-36,0r154,-262r36,0xm128,-195v0,39,-20,69,-58,71v-35,2,-59,-31,-59,-71v0,-40,21,-68,59,-71v35,-2,58,32,58,71xm355,-112v-17,0,-26,15,-26,45v0,30,9,46,26,46v17,0,26,-16,26,-46v0,-30,-9,-45,-26,-45xm219,-112v-17,0,-26,15,-26,45v0,30,9,46,26,46v17,0,26,-16,26,-46v0,-30,-9,-45,-26,-45xm70,-240v-17,0,-26,15,-26,45v0,30,9,46,26,46v17,0,26,-16,26,-46v0,-30,-9,-45,-26,-45","w":424},"\u2039":{"d":"18,-91r0,-36r63,-48r0,36r-39,30r39,29r0,37","w":108},"\u203a":{"d":"28,-43r0,-37r39,-29r-39,-30r0,-36r63,48r0,36","w":108},"\u2044":{"d":"-28,0r-36,0r153,-262r36,0","w":60},"\u2122":{"d":"213,-217r0,119r-32,0r0,-164r48,0r42,106r41,-106r49,0r0,164r-33,0r0,-120r-44,120r-26,0xm95,-232r0,134r-33,0r0,-134r-50,0r0,-30r133,0r0,30r-50,0","w":388},"\u2190":{"d":"90,-114r60,75r-38,0r-89,-93r89,-93r38,0r-61,75r280,0r0,36r-279,0","w":392},"\u2191":{"d":"116,-238r0,277r-36,0r0,-277r-76,60r0,-38r94,-88r94,88r0,38","w":196},"\u2192":{"d":"280,-39r-38,0r61,-75r-279,0r0,-36r279,0r-61,-75r38,0r89,93","w":392},"\u2193":{"d":"98,40r-94,-89r0,-37r76,60r0,-278r36,0r0,278r76,-60r0,37","w":196},"\u2212":{"d":"15,-115r0,-34r200,0r0,34r-200,0"},"\u00b7":{"d":"29,-110r0,-44r46,0r0,44r-46,0","w":103},"\u2219":{"d":"29,-110r0,-44r46,0r0,44r-46,0","w":103},"\u221e":{"d":"333,-117v1,54,-25,91,-78,90v-35,0,-60,-17,-77,-51v-34,81,-155,59,-151,-35v2,-51,28,-89,79,-89v34,0,59,17,76,51v20,-34,45,-51,76,-51v48,0,74,36,75,85xm301,-117v0,-61,-66,-63,-88,-24v-6,9,-14,22,-22,40v21,52,110,57,110,-16xm169,-128v-24,-54,-111,-53,-110,15v0,34,14,51,42,51v28,0,51,-22,68,-66","w":359},"\u266b":{"d":"10,-1v0,-33,42,-62,79,-52r0,-190r179,-49r0,203v0,53,-22,79,-66,79v-20,0,-34,-13,-34,-33v0,-34,41,-63,79,-53r0,-147r-137,38v-8,90,32,240,-65,237v-19,0,-35,-13,-35,-33","w":319},"\u00a0":{"w":105},"\u00ad":{"d":"21,-89r0,-37r104,0r0,37r-104,0","w":145},"\u2010":{"d":"21,-89r0,-37r104,0r0,37r-104,0","w":145},"\u2215":{"d":"56,0r-36,0r154,-262r36,0"},"\u2713":{"d":"27,-101v-3,-14,17,-28,34,-29v6,0,12,11,19,33v17,54,14,34,44,-10v37,-51,69,-131,121,-153v9,-3,26,-5,51,-8r2,9v-58,65,-123,132,-158,212v-12,27,-27,55,-61,55v-38,0,-46,-78,-52,-109","w":305},"\u2717":{"d":"253,-287v12,-2,25,9,25,21r-89,120v16,31,39,65,45,101v2,13,-9,30,-23,29v-24,-6,-43,-50,-60,-82v-18,22,-61,90,-81,122v-16,25,-50,15,-48,-14v0,-17,34,-68,102,-154v-24,-60,-36,-95,-36,-104v0,-12,7,-18,21,-18v19,0,37,24,55,72v21,-24,68,-90,89,-93","w":305}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 2003, The Royal National Institute for the Blind. All rights
 * reserved.
 * 
 * Trademark:
 * Tiresias is a trademark of the The Royal National Institute for the Blind.
 */
Cufon.registerFont({"w":230,"face":{"font-family":"Tiresias PCfont","font-weight":900,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 33 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-62 -357.047 407.156 92","underline-thickness":"33.9258","underline-position":"-25.3125","slope":"-11","unicode-range":"U+0020-U+2717"},"glyphs":{" ":{"w":105},"!":{"d":"107,-262v-10,69,-28,131,-47,191r-18,0v2,-69,8,-134,21,-191r44,0xm16,0r8,-44r44,0r-8,44r-44,0","w":118},"\"":{"d":"29,-172r10,-90r39,0r-22,90r-27,0xm89,-172r10,-90r40,0r-22,90r-28,0","w":158},"#":{"d":"109,-98r73,0r34,-66r-73,0xm199,-69r-35,69r-32,0r35,-69r-73,0r-36,69r-31,0r35,-69r-52,0r15,-29r52,0r34,-66r-53,0r15,-30r53,0r35,-68r32,0r-35,68r73,0r35,-68r32,0r-35,68r53,0r-16,30r-52,0r-34,66r54,0r-17,29r-52,0","w":325},"$":{"d":"153,-232r-14,77v76,18,78,107,18,142v-12,8,-28,13,-46,16r-5,29r-28,0r5,-28v-26,-2,-49,-11,-71,-26r21,-32v17,14,35,22,56,24r16,-90v-44,-17,-66,-24,-60,-70v6,-43,42,-71,86,-77r5,-28r28,0r-5,28v20,2,39,10,59,23r-21,29v-15,-9,-29,-15,-44,-17xm131,-109r-13,77v39,-7,55,-61,13,-77xm112,-163r13,-69v-35,2,-53,58,-13,69"},"%":{"d":"27,-160v-24,-78,82,-149,113,-71v7,56,-17,106,-69,106v-23,0,-37,-12,-44,-35xm75,-148v23,0,36,-34,37,-67v0,-19,-6,-28,-20,-28v-22,0,-37,34,-38,67v0,19,7,28,21,28xm153,-30v-24,-78,83,-150,113,-71v9,55,-17,105,-69,105v-23,0,-37,-11,-44,-34xm201,-18v25,1,38,-39,38,-68v0,-18,-7,-27,-21,-27v-22,0,-38,32,-37,67v0,18,6,28,20,28xm31,0r198,-262r33,0r-198,262r-33,0","w":288},"&":{"d":"184,-82v12,-16,15,-26,19,-52r36,0v-4,30,-16,57,-34,81r39,53r-55,0r-15,-22v-50,42,-169,40,-156,-45v6,-36,36,-66,68,-77v-54,-48,-12,-123,57,-121v40,1,63,19,58,61r-41,0v4,-16,-5,-26,-23,-25v-32,0,-40,30,-20,57xm104,-118v-41,4,-68,89,-6,89v18,0,36,-7,55,-21","w":256},"'":{"d":"30,-172r10,-90r40,0r-22,90r-28,0","w":98},"(":{"d":"126,-262r20,14v-80,105,-109,199,-58,324r-24,13v-64,-87,-58,-191,5,-282v15,-22,34,-45,57,-69","w":157},")":{"d":"94,-262v59,71,57,207,-5,283v-18,22,-35,46,-57,68r-19,-13v65,-76,113,-209,57,-324","w":157},"*":{"d":"90,-266r-9,49r50,-17r5,21r-50,16r21,39r-20,14r-22,-42r-36,42r-17,-14r35,-39r-43,-16r12,-21r43,17r8,-49r23,0","w":138},"+":{"d":"211,-115r-81,0r-15,82r-34,0r15,-82r-82,0r6,-34r82,0r14,-82r34,0r-14,82r81,0"},",":{"d":"37,52r-31,0r42,-96r44,0","w":106},"-":{"d":"120,-89r-102,0r7,-37r101,0","w":145,"k":{"Y":29,"X":17,"V":14}},".":{"d":"74,0r-44,0r8,-44r44,0","w":103},"\/":{"d":"36,0r-36,0r152,-262r36,0","w":142},"0":{"d":"16,-94v4,-90,39,-172,123,-172v105,0,82,169,34,226v-24,28,-49,44,-81,44v-51,0,-78,-43,-76,-98xm97,-27v52,-4,75,-84,75,-146v0,-41,-12,-61,-38,-61v-50,0,-75,84,-76,144v0,32,11,65,39,63"},"1":{"d":"169,-262r-46,262r-39,0r37,-213v-21,15,-41,24,-61,26r6,-37v23,-4,45,-17,67,-38r36,0"},"2":{"d":"213,-203v0,68,-77,125,-138,170r107,0r-6,33r-160,0r6,-33v49,-43,153,-111,149,-164v-3,-52,-70,-37,-100,-5r-18,-25v33,-26,65,-39,93,-39v39,-1,67,25,67,63"},"3":{"d":"20,-37v60,23,129,7,131,-59v1,-32,-38,-41,-83,-36r4,-23r81,-71r-101,0r7,-36r152,0r-5,31r-77,67v39,2,68,23,68,61v0,90,-93,126,-183,101"},"4":{"d":"18,-86r122,-176r39,0r-115,171r75,0r15,-89r40,0r-16,89r39,0r-6,33r-39,0r-10,58r-39,0r10,-58r-120,0"},"5":{"d":"25,-37v54,24,127,4,127,-58v0,-36,-58,-43,-100,-35r23,-132r139,0r-6,36r-100,0r-11,62v64,-5,107,14,98,78v-10,74,-96,108,-176,84"},"6":{"d":"105,-27v31,0,53,-30,54,-74v2,-44,-63,-37,-87,-17v-8,37,-8,91,33,91xm24,-81v-1,-112,71,-215,186,-176r-11,25v-64,-18,-104,12,-121,79v52,-20,124,-16,124,48v0,65,-43,110,-103,110v-50,0,-75,-29,-75,-86"},"7":{"d":"43,-262r175,0r-6,30r-145,232r-44,0r142,-226r-128,0"},"8":{"d":"104,-26v30,0,58,-16,58,-46v0,-20,-18,-37,-55,-52v-31,20,-49,33,-49,64v0,23,15,34,46,34xm139,-239v-25,-1,-47,18,-47,43v0,20,15,35,45,43v26,-16,39,-35,39,-56v0,-20,-13,-30,-37,-30xm219,-215v-1,37,-19,51,-53,74v28,13,42,33,42,57v0,55,-50,85,-108,87v-43,2,-86,-22,-85,-61v1,-41,23,-58,63,-83v-61,-47,-11,-124,71,-124v39,0,70,15,70,50"},"9":{"d":"129,-234v-31,0,-53,29,-54,73v-1,46,61,34,88,17v7,-38,7,-90,-34,-90xm210,-179v0,116,-71,212,-192,172r11,-26v64,25,109,-4,127,-75v-46,21,-129,15,-124,-49v5,-64,39,-109,102,-109v50,0,76,29,76,87"},":":{"d":"48,-192r44,0r-8,44r-44,0xm58,0r-44,0r8,-44r44,0","w":103},";":{"d":"64,-192r44,0r-8,44r-44,0xm27,52r-31,0r41,-96r45,0","w":103},"<":{"d":"9,-144r215,-91r-6,36r-166,67r143,67r-7,35r-183,-90"},"=":{"d":"9,-77r6,-34r197,0r-6,34r-197,0xm22,-154r6,-34r198,0r-6,34r-198,0"},">":{"d":"37,-199r6,-36r183,91r-4,24r-215,90r6,-35r166,-67"},"?":{"d":"70,0r-42,0r7,-44r42,0xm101,-264v63,0,86,60,46,99v-27,26,-58,39,-64,88r-42,0v6,-55,42,-70,77,-107v17,-18,2,-45,-23,-44v-20,0,-37,10,-51,30r-28,-17v22,-32,51,-49,85,-49","w":177},"@":{"d":"216,-133v0,-41,-58,-27,-74,7v-16,19,-21,61,13,63v27,2,61,-39,61,-70xm333,-163v0,76,-53,129,-127,131v-15,0,-20,-7,-19,-21v-39,43,-100,15,-92,-40v8,-49,44,-96,100,-96v18,0,31,8,39,25r9,-20r29,0r-49,115v0,5,4,8,11,8v38,-5,68,-47,68,-94v0,-52,-41,-82,-97,-82v-85,1,-143,66,-145,153v-3,106,144,119,205,56r32,0v-30,37,-79,66,-138,68v-77,1,-134,-46,-134,-121v0,-109,82,-183,186,-186v66,-1,122,41,122,104","w":360},"A":{"d":"100,-108r65,0r-15,-99xm181,0r-11,-75r-87,0r-38,75r-40,0r136,-262r39,0r44,262r-43,0","w":228,"k":{"t":7,"Y":23,"W":7,"V":19,"T":23}},"B":{"d":"208,-214v-2,37,-17,59,-47,74v34,2,51,20,51,51v2,92,-93,93,-189,89r47,-262v60,2,140,-12,138,48xm91,-152v46,4,73,-5,76,-50v2,-27,-33,-27,-62,-26xm70,-33v55,3,100,0,100,-53v0,-37,-47,-34,-85,-33","w":229,"k":{"Y":19,"W":7,"V":19,"T":19,"A":7}},"C":{"d":"1,-98v3,-95,48,-168,137,-168v23,0,44,7,61,21r-26,25v-73,-45,-128,42,-128,123v0,64,56,87,102,51r13,26v-22,16,-46,24,-72,24v-54,0,-89,-45,-87,-102","w":195},"D":{"d":"227,-167v1,89,-53,164,-134,167r-75,0r46,-262r70,0v60,0,92,36,93,95xm184,-160v2,-51,-29,-74,-85,-66r-33,191v84,10,115,-52,118,-125","w":237,"k":{"Y":11,"W":7,"V":7,"T":15}},"E":{"d":"154,-33r-6,33r-144,0r46,-262r144,0r-6,34r-103,0r-13,76r85,0r-6,33r-85,0r-15,86r103,0","w":197},"F":{"d":"43,0r-41,0r47,-262r144,0r-6,34r-103,0r-14,76r86,0r-6,33r-86,0","w":188,"k":{"u":7,"r":7,"o":7,"e":7,"a":19,"A":23,".":39,",":39}},"G":{"d":"57,-96v0,58,54,86,94,55r13,-73r-52,0r5,-33r91,0r-21,120v-27,21,-56,31,-87,31v-54,0,-87,-46,-87,-103v0,-114,118,-218,206,-138r-25,25v-69,-63,-137,28,-137,116","k":{"Y":7,"V":7,"T":7}},"H":{"d":"232,-262r-47,262r-41,0r21,-119r-92,0r-21,119r-41,0r46,-262r41,0r-19,110r92,0r20,-110r41,0","w":245},"I":{"d":"78,-29r30,0r-5,29r-101,0r5,-29r30,0r36,-204r-30,0r5,-29r101,0r-5,29r-30,0","w":136},"J":{"d":"-43,85r6,-35v43,-3,68,-26,76,-70r43,-242r41,0r-42,237v-13,73,-55,110,-124,110","w":112},"K":{"d":"136,0r-68,-130r-23,130r-41,0r46,-262r41,0r-20,115r110,-115r48,0r-119,123r75,139r-49,0","w":216,"k":{"y":7,"o":7,"e":7,"Q":15,"O":15,"G":15,"C":15}},"L":{"d":"160,-33r-6,33r-136,0r46,-262r41,0r-40,229r95,0","w":176,"k":{"y":11,"Y":35,"W":15,"V":31,"T":31,"Q":11,"O":11,"G":11,"C":11}},"M":{"d":"130,-262r33,155r87,-155r47,0r-20,262r-42,0r16,-199r-79,143r-38,0r-30,-143r-54,199r-40,0r72,-262r48,0","w":311,"k":{"Y":7}},"N":{"d":"15,0r46,-262r46,0r68,191r34,-191r41,0r-46,262r-46,0r-68,-193r-34,193r-41,0","w":260},"O":{"d":"18,-99v1,-86,56,-165,135,-167v54,-1,87,48,87,104v0,89,-50,162,-135,166v-54,3,-88,-46,-87,-103xm196,-165v0,-37,-14,-67,-49,-67v-52,0,-86,72,-85,136v0,37,15,66,49,67v52,1,86,-73,85,-136","w":254,"k":{"Y":15,"X":15,"V":7,"T":11}},"P":{"d":"210,-202v-5,77,-53,105,-139,99r-18,103r-42,0r46,-262v69,-2,157,-6,153,60xm77,-137v54,4,88,-8,91,-57v2,-35,-38,-36,-75,-34","w":217,"k":{"r":7,"o":7,"n":7,"l":7,"i":7,"h":7,"e":7,"c":7,"a":19,"X":11,"A":23,".":23,",":23}},"Q":{"d":"62,-96v0,43,24,77,67,64r-21,-44r37,0r13,24v22,-23,37,-66,38,-113v0,-37,-14,-67,-49,-67v-52,0,-85,72,-85,136xm240,-162v0,64,-29,111,-67,142r25,50r-38,0r-16,-33v-71,27,-128,-24,-126,-96v2,-86,56,-165,135,-167v54,-1,87,48,87,104","w":254},"R":{"d":"87,-148v48,3,84,-6,84,-50v0,-31,-36,-33,-70,-31xm149,-121r61,121r-48,0r-59,-116r-21,0r-21,116r-41,0r46,-262v73,1,164,-12,146,74v-7,34,-27,57,-63,67","w":225,"k":{"Y":15}},"S":{"d":"171,-131v49,59,-9,135,-88,135v-32,0,-60,-8,-82,-26r22,-32v39,37,123,33,123,-25v0,-51,-112,-36,-112,-99v0,-85,119,-115,174,-66r-21,29v-37,-27,-108,-27,-108,27v0,36,71,32,92,57","w":208,"k":{"Y":7,"T":7}},"T":{"d":"4,-228r6,-34r180,0r-6,34r-69,0r-40,228r-41,0r40,-228r-70,0","w":192,"k":{"z":31,"y":31,"w":31,"v":31,"u":31,"s":31,"r":31,"o":31,"g":31,"e":31,"c":31,"a":31,"Q":11,"O":11,"G":11,"C":11,"A":23,".":39,",":39}},"U":{"d":"158,-74r33,-188r41,0r-34,195v-7,44,-47,71,-103,71v-55,-1,-87,-20,-78,-71r35,-195r41,0r-34,199v0,22,14,33,42,33v33,0,52,-14,57,-44","w":244},"V":{"d":"50,-262r31,207r105,-207r40,0r-136,262r-39,0r-44,-262r43,0","w":228,"k":{"y":7,"r":15,"o":19,"e":19,"a":27,"O":7,"A":19,".":31,"-":14,",":31}},"W":{"d":"161,0r-21,-144r-72,144r-42,0r-19,-262r42,0r10,207r75,-151r34,0r21,151r87,-207r38,0r-111,262r-42,0","w":316,"k":{"o":11,"e":11,"a":19,"A":7,".":19,",":19}},"X":{"d":"168,0r-41,-107r-79,107r-43,0r106,-140r-50,-122r43,0r36,89r65,-89r42,0r-93,122r57,140r-43,0","w":215,"k":{"y":11,"e":11,"O":15,"-":17}},"Y":{"d":"39,0r18,-102r-52,-160r44,0r37,116r79,-116r42,0r-109,160r-18,102r-41,0","w":210,"k":{"v":15,"u":23,"s":23,"r":19,"p":19,"o":31,"i":7,"e":31,"a":39,"Q":15,"O":15,"G":15,"C":15,"A":23,".":39,"-":29,",":39}},"Z":{"d":"51,-228r6,-34r162,0r-6,33r-160,196r131,0r-6,33r-175,0r6,-34r160,-194r-118,0","w":193},"[":{"d":"88,92r-79,0r63,-354r78,0r-4,25r-39,0r-54,305r39,0","w":158},"\\":{"d":"61,-262r60,262r-36,0r-60,-262r36,0","w":142},"]":{"d":"8,92r4,-24r40,0r53,-305r-39,0r5,-25r78,0r-63,354r-78,0","w":158},"^":{"d":"66,-112r-36,0r100,-150r32,0r47,150r-35,0r-34,-114","w":235},"_":{"d":"177,66r-180,0r7,-37r180,0","w":180},"`":{"d":"112,-283r14,55r-29,0r-27,-55r42,0","w":196},"a":{"d":"52,-57v-3,40,56,39,73,9r8,-44v-38,-7,-79,6,-81,35xm138,-121v5,-27,2,-44,-30,-44v-14,0,-26,3,-37,7r-8,-28v42,-17,122,-23,116,39v-4,49,-16,100,-23,147r-40,0r3,-13v-36,29,-104,20,-104,-33v0,-62,56,-77,123,-75","w":191},"b":{"d":"196,-130v0,89,-59,164,-138,120r-2,10r-39,0r48,-274r39,0r-17,98v42,-38,109,-21,109,46xm63,-43v49,49,90,-13,92,-82v1,-48,-45,-45,-73,-21","w":207},"c":{"d":"102,-167v-41,1,-57,53,-59,98v-2,54,53,52,85,27r11,20v-48,45,-137,31,-137,-47v0,-91,92,-166,162,-103r-19,24v-14,-13,-28,-19,-43,-19","w":165,"k":{"t":-8}},"d":{"d":"152,0r-39,0r3,-17v-35,32,-102,29,-108,-27v-11,-95,52,-186,137,-138r17,-96r39,0xm121,-47r18,-102v-42,-38,-78,-9,-89,58v-5,33,-1,62,28,61v13,0,28,-6,43,-17","w":207},"e":{"d":"118,-196v52,-3,74,52,62,110r-121,0v-7,33,5,61,37,61v16,0,35,-8,57,-24r11,22v-50,50,-151,40,-148,-45v2,-66,43,-121,102,-124xm64,-114r78,0v4,-28,-7,-52,-30,-52v-22,0,-38,17,-48,52","w":198,"k":{"x":7}},"f":{"d":"150,-271r-14,26v-36,-19,-50,14,-56,53r47,0r-6,29r-46,0r-29,163r-39,0r29,-163r-35,0r5,-29r35,0v2,-62,50,-112,109,-79","w":127,"k":{"o":7,"g":7,"e":7,"d":7,"c":7,"a":11,".":19,",":19}},"g":{"d":"135,-47r18,-102v-42,-38,-78,-9,-89,58v-5,33,-1,62,28,61v13,0,28,-6,43,-17xm30,32v42,32,102,11,100,-49v-35,32,-101,29,-108,-27v-12,-91,54,-187,137,-138r2,-10r39,0r-34,193v-5,75,-103,100,-157,54","w":207},"h":{"d":"195,-160r-27,160r-40,0r25,-142v-5,-34,-50,-19,-72,-2r-25,144r-39,0r49,-278r39,0r-18,102v34,-23,106,-36,108,16","w":208},"i":{"d":"89,-226r-40,0r10,-52r39,0xm83,-192r-34,192r-40,0r34,-192r40,0","w":100},"j":{"d":"110,-226r-40,0r10,-52r39,0xm65,-192r39,0v-19,80,-18,183,-55,246v-17,28,-57,31,-87,13r15,-29v30,15,46,1,54,-38","w":100},"k":{"d":"167,0r-47,0r-59,-100r-17,100r-40,0r49,-278r40,0r-29,162r79,-76r45,0r-87,84","w":189,"k":{"o":7,"e":7,"d":7,"c":7}},"l":{"d":"85,-30r5,26v-28,14,-75,11,-75,-20v0,-89,28,-170,39,-254r39,0r-39,230v-1,21,15,25,31,18","w":108,"k":{"y":7,"w":7,"v":7,"t":7}},"m":{"d":"193,-144r-25,144r-40,0r25,-142v-6,-33,-48,-20,-72,-2r-25,144r-39,0r33,-192r40,0r-3,16v33,-21,88,-33,105,3v25,-15,49,-23,71,-23v35,-1,48,19,42,50r-26,146r-39,0r25,-142v-6,-33,-48,-20,-72,-2","w":320},"n":{"d":"195,-160r-27,160r-40,0r24,-141v-4,-35,-49,-20,-71,-3r-25,144r-39,0r33,-192r40,0r-3,16v34,-23,106,-36,108,16","w":208},"o":{"d":"184,-121v0,80,-82,166,-146,107v-60,-55,2,-182,80,-182v40,0,66,32,66,75xm88,-26v39,0,53,-55,55,-98v1,-58,-56,-51,-72,-10v-11,29,-29,108,17,108","w":197,"k":{"x":7}},"p":{"d":"200,-130v-4,87,-59,165,-139,120r-14,82r-40,0r47,-264r39,0r-2,16v41,-38,112,-20,109,46xm67,-43v48,48,90,-11,91,-82v0,-48,-45,-45,-73,-21","w":207},"q":{"d":"130,-47r18,-102v-42,-38,-78,-9,-89,58v-5,33,-1,62,28,61v13,0,28,-6,43,-17xm148,72r-39,0r15,-89v-35,33,-102,28,-108,-27v-10,-95,52,-186,138,-138r1,-10r40,0","w":207},"r":{"d":"68,-137r-24,137r-40,0r34,-192r40,0r-4,22v33,-23,42,-33,72,-18r-19,35v-25,-7,-39,-2,-59,16","w":135,"k":{"y":-7,"w":-7,"v":-7,"t":-14,"q":7,"o":7,"g":7,"f":-14,"e":7,"d":7,"c":7,"a":15,".":19,",":19}},"s":{"d":"158,-68v-4,73,-100,88,-155,52r19,-29v28,21,88,31,93,-11v-9,-37,-83,-23,-83,-72v0,-64,86,-86,139,-51r-17,28v-27,-21,-76,-23,-81,13v8,35,87,21,85,70","w":175},"t":{"d":"108,-7v-33,17,-91,20,-88,-29v3,-45,14,-85,20,-127r-35,0r5,-29r35,0r12,-70r40,0r-13,70r47,0r-5,29r-47,0v-6,39,-17,82,-19,122v3,19,27,15,43,8","w":135,"k":{";":-20,":":-12,".":-20,",":-20}},"u":{"d":"17,-33v0,-56,19,-106,27,-159r39,0r-24,142v5,34,49,18,71,1r25,-143r40,0r-34,192r-40,0r3,-17v-36,25,-107,36,-107,-16","w":209},"v":{"d":"46,0r-39,-192r40,0r23,134r73,-134r36,0r-106,192r-27,0","w":181,"k":{"a":7}},"w":{"d":"137,0r-15,-138r-64,138r-31,0r-22,-192r39,0r10,130r60,-130r36,0r15,130r56,-130r36,0r-89,192r-31,0","w":261,"k":{"a":7,".":19,",":19}},"x":{"d":"204,-192r-70,87r50,105r-44,0r-34,-77r-60,77r-41,0r85,-105r-41,-87r44,0r25,59r45,-59r41,0","w":188,"k":{"o":7,"e":7,"c":7}},"y":{"d":"65,-5r-35,-187r40,0r23,136r73,-136r36,0v-47,78,-83,177,-141,242v-13,14,-32,22,-53,28r-9,-25v31,-11,53,-30,66,-58","w":181,"k":{"a":7,".":19,",":19}},"z":{"d":"147,-30r-5,30r-144,0r4,-22r123,-141r-88,0r6,-29r131,0r-4,26r-120,136r97,0","w":165},"{":{"d":"56,-236v7,-37,39,-53,83,-47r-5,27v-82,-11,-19,130,-99,141v52,8,18,81,15,122v-1,20,16,19,35,18r-5,27v-40,3,-72,-3,-66,-48v4,-34,33,-99,-13,-106r4,-27v46,-4,43,-65,51,-107","w":130},"|":{"d":"38,4r-34,0r50,-285r35,0","w":89},"}":{"d":"63,-283v40,-4,71,6,66,47v-4,36,-33,98,13,107r-4,27v-83,10,1,172,-134,154r5,-27v81,12,21,-133,99,-141v-52,-12,-17,-77,-15,-122v1,-20,-16,-18,-34,-18","w":130},"~":{"d":"110,-161v12,-3,68,25,76,25v8,0,21,-9,38,-27r8,28v-16,21,-33,32,-51,32v-11,0,-67,-25,-77,-25v-10,0,-23,9,-38,27r-8,-28v17,-21,35,-32,52,-32","w":274},"\u00a1":{"d":"61,69v12,-58,19,-122,20,-191r-18,0v-19,60,-37,121,-46,191r44,0xm62,-192r-7,44r44,0r7,-44r-44,0","w":118},"\u00a2":{"d":"99,3v-47,-5,-72,-45,-62,-99v9,-51,44,-90,97,-99r5,-26r28,0r-4,26v18,2,34,9,49,23r-21,24v-11,-11,-21,-16,-33,-17r-25,139v14,-1,28,-6,42,-16r12,20v-18,14,-37,22,-59,25r-5,30r-29,0xm129,-166v-43,8,-77,115,-24,138"},"\u00a3":{"d":"115,-120v6,38,-4,63,-26,85r102,0r-6,35r-170,0r5,-31v43,-3,60,-40,55,-89r-44,0r5,-32r37,0v-21,-89,82,-148,148,-94r-23,29v-42,-34,-97,1,-83,65r75,0r-6,32r-69,0"},"\u00a5":{"d":"229,-262r-74,110r43,0r-5,28r-57,0v-8,11,-18,21,-19,40r69,0r-5,27r-69,0r-10,57r-41,0r10,-57r-69,0r5,-27r69,0v5,-15,1,-28,-4,-40r-58,0r5,-28r43,0r-35,-110r43,0r38,116r79,-116r42,0"},"\u00a8":{"d":"59,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm115,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":196},"\u00a9":{"d":"179,-278v74,-3,133,60,117,141v-15,77,-76,137,-166,141v-66,3,-119,-49,-119,-115v0,-96,78,-164,168,-167xm134,-22v78,0,137,-57,137,-136v0,-54,-42,-95,-96,-94v-76,2,-137,62,-137,136v0,57,40,94,96,94xm109,-123v0,52,73,55,82,10r28,0v-10,57,-118,86,-136,17v-22,-82,59,-151,130,-108v10,10,16,24,15,42r-28,0v-1,-20,-12,-30,-33,-30v-36,0,-58,33,-58,69","w":313},"\u00ab":{"d":"151,-79r-6,34r-52,-47r6,-34r68,-47r-6,33r-44,31xm74,-79r-6,34r-52,-47r6,-34r69,-47r-6,33r-45,31","w":181},"\u00ac":{"d":"176,-118r-156,0r6,-34r190,0r-20,113r-34,0"},"\u00ae":{"d":"302,-163v-3,99,-72,161,-169,167v-66,4,-120,-49,-119,-115v1,-94,78,-164,169,-167v66,-3,121,49,119,115xm138,-22v78,0,137,-57,137,-136v0,-53,-43,-95,-97,-94v-76,2,-136,62,-136,136v0,57,40,94,96,94xm227,-179v-2,32,-19,47,-49,51r29,67r-29,0r-28,-66r-17,0r-11,66r-28,0r26,-153v0,0,110,-7,107,35xm137,-149v29,0,63,2,60,-26v2,-20,-30,-17,-52,-17","w":313},"\u00b0":{"d":"80,-266v31,-1,56,25,56,56v0,31,-24,55,-56,57v-31,2,-56,-24,-57,-57v-1,-31,23,-56,57,-56xm80,-178v18,0,32,-15,32,-32v0,-17,-15,-31,-32,-32v-17,0,-32,14,-32,32v-1,18,14,33,32,32","w":159},"\u00b4":{"d":"97,-227r-29,0r33,-56r43,0","w":196},"\u00b6":{"d":"100,43r-34,0r30,-169v-47,-1,-76,-19,-71,-66v8,-80,113,-72,205,-70r-53,305r-34,0r48,-277r-42,0","w":251},"\u00bb":{"d":"84,-92r-68,47r6,-34r44,-30r-33,-31r5,-33r52,47xm161,-92r-68,47r6,-34r44,-30r-33,-31r5,-33r52,47","w":181},"\u00bc":{"d":"60,-97r22,-126v-10,6,-20,11,-29,14r5,-28v12,-6,24,-15,35,-25r27,0r-29,165r-31,0xm82,0r-33,0r198,-262r33,0xm222,-58r38,0r10,-58r31,0r-10,58r24,0r-5,25r-23,0r-6,33r-32,0r6,-33r-71,0r3,-19r76,-113r29,0","w":353},"\u00bd":{"d":"59,-97r23,-126v-10,6,-20,10,-29,14r5,-28v12,-6,24,-15,35,-25r27,0r-29,165r-32,0xm82,0r-33,0r198,-262r33,0xm323,-126v0,41,-26,57,-77,101r59,0r-5,25r-104,0r5,-25v58,-47,88,-65,89,-95v-6,-28,-37,-18,-57,2r-15,-21v21,-18,41,-27,61,-27v25,0,44,15,44,40","w":353},"\u00be":{"d":"98,0r-33,0r198,-262r33,0xm238,-58r37,0r10,-58r32,0r-11,58r24,0r-5,25r-23,0r-6,33r-31,0r6,-33r-72,0r3,-19r76,-113r29,0xm140,-168v0,57,-59,86,-113,63r5,-26v33,14,73,9,74,-28v1,-20,-25,-25,-49,-21r2,-15r46,-42r-56,0r5,-25r95,0v-2,31,-28,38,-43,56v23,4,34,17,34,38","w":353},"\u00bf":{"d":"111,-192r42,0r-8,43r-42,0xm13,22v2,-71,78,-68,84,-137r42,0v-5,55,-41,70,-76,106v-17,19,-4,44,23,44v20,0,37,-10,51,-30r28,17v-23,32,-52,49,-86,49v-37,1,-67,-15,-66,-49","w":177},"\u00c0":{"d":"100,-108r65,0r-15,-99xm181,0r-11,-75r-87,0r-38,75r-40,0r136,-262r39,0r44,262r-43,0xm129,-352r14,55r-29,0r-27,-55r42,0","w":228},"\u00c1":{"d":"100,-108r65,0r-15,-99xm181,0r-11,-75r-87,0r-38,75r-40,0r136,-262r39,0r44,262r-43,0xm114,-296r-29,0r33,-56r43,0","w":228},"\u00c2":{"d":"100,-108r65,0r-15,-99xm181,0r-11,-75r-87,0r-38,75r-40,0r136,-262r39,0r44,262r-43,0xm99,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":228},"\u00c3":{"d":"100,-108r65,0r-15,-99xm181,0r-11,-75r-87,0r-38,75r-40,0r136,-262r39,0r44,262r-43,0xm92,-338v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":228},"\u00c4":{"d":"100,-108r65,0r-15,-99xm181,0r-11,-75r-87,0r-38,75r-40,0r136,-262r39,0r44,262r-43,0xm76,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm132,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":228},"\u00c5":{"d":"100,-108r65,0r-15,-99xm181,0r-11,-75r-87,0r-38,75r-40,0r136,-262r39,0r44,262r-43,0xm115,-357v18,0,33,14,33,32v0,18,-14,33,-33,33v-18,0,-32,-15,-32,-33v0,-18,14,-33,32,-32xm115,-308v10,0,16,-7,16,-17v0,-10,-7,-16,-16,-16v-9,0,-16,6,-16,16v0,10,6,17,16,17","w":228},"\u00c6":{"d":"0,0r168,-262r143,0r0,34r-103,0r0,76r86,0r0,33r-86,0r0,86r103,0r0,33r-144,0r0,-75r-77,0r-47,75r-43,0xm111,-108r56,0r0,-90","w":328},"\u00c7":{"d":"64,-131v0,76,54,132,113,85r18,26v-17,14,-36,22,-58,24v-5,8,-12,14,-16,22v23,-7,45,3,45,26v0,38,-56,45,-87,29r8,-15v16,9,50,10,50,-10v0,-17,-22,-19,-37,-13r-6,-8r23,-31v-60,-4,-98,-68,-98,-135v0,-101,91,-171,176,-114r-22,25v-60,-40,-109,16,-109,89","w":195},"\u00c8":{"d":"154,-33r-6,33r-144,0r46,-262r144,0r-6,34r-103,0r-13,76r85,0r-6,33r-85,0r-15,86r103,0xm118,-352r14,55r-29,0r-27,-55r42,0","w":197},"\u00c9":{"d":"154,-33r-6,33r-144,0r46,-262r144,0r-6,34r-103,0r-13,76r85,0r-6,33r-85,0r-15,86r103,0xm103,-296r-29,0r33,-56r43,0","w":197},"\u00ca":{"d":"154,-33r-6,33r-144,0r46,-262r144,0r-6,34r-103,0r-13,76r85,0r-6,33r-85,0r-15,86r103,0xm88,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":197},"\u00cb":{"d":"154,-33r-6,33r-144,0r46,-262r144,0r-6,34r-103,0r-13,76r85,0r-6,33r-85,0r-15,86r103,0xm65,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm121,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":197},"\u00cc":{"d":"78,-29r30,0r-5,29r-101,0r5,-29r30,0r36,-204r-30,0r5,-29r101,0r-5,29r-30,0xm81,-352r14,55r-29,0r-27,-55r42,0","w":136},"\u00cd":{"d":"78,-29r30,0r-5,29r-101,0r5,-29r30,0r36,-204r-30,0r5,-29r101,0r-5,29r-30,0xm68,-296r-29,0r33,-56r43,0","w":136},"\u00ce":{"d":"52,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0xm78,-29r30,0r-5,29r-101,0r5,-29r30,0r36,-204r-30,0r5,-29r101,0r-5,29r-30,0","w":136},"\u00cf":{"d":"29,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm85,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23xm78,-29r30,0r-5,29r-101,0r5,-29r30,0r36,-204r-30,0r5,-29r101,0r-5,29r-30,0","w":136},"\u00d1":{"d":"15,0r46,-262r46,0r68,191r34,-191r41,0r-46,262r-46,0r-68,-193r-34,193r-41,0xm107,-338v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":260},"\u00d2":{"d":"18,-99v1,-86,56,-165,135,-167v54,-1,87,48,87,104v0,89,-50,162,-135,166v-54,3,-88,-46,-87,-103xm196,-165v0,-37,-14,-67,-49,-67v-52,0,-86,72,-85,136v0,37,15,66,49,67v52,1,86,-73,85,-136xm141,-352r14,55r-29,0r-27,-55r42,0","w":254},"\u00d3":{"d":"18,-99v1,-86,56,-165,135,-167v54,-1,87,48,87,104v0,89,-50,162,-135,166v-54,3,-88,-46,-87,-103xm196,-165v0,-37,-14,-67,-49,-67v-52,0,-86,72,-85,136v0,37,15,66,49,67v52,1,86,-73,85,-136xm126,-296r-29,0r33,-56r43,0","w":254},"\u00d4":{"d":"18,-99v1,-86,56,-165,135,-167v54,-1,87,48,87,104v0,89,-50,162,-135,166v-54,3,-88,-46,-87,-103xm196,-165v0,-37,-14,-67,-49,-67v-52,0,-86,72,-85,136v0,37,15,66,49,67v52,1,86,-73,85,-136xm111,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":254},"\u00d5":{"d":"18,-99v1,-86,56,-165,135,-167v54,-1,87,48,87,104v0,89,-50,162,-135,166v-54,3,-88,-46,-87,-103xm196,-165v0,-37,-14,-67,-49,-67v-52,0,-86,72,-85,136v0,37,15,66,49,67v52,1,86,-73,85,-136xm104,-338v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":254},"\u00d6":{"d":"18,-99v1,-86,56,-165,135,-167v54,-1,87,48,87,104v0,89,-50,162,-135,166v-54,3,-88,-46,-87,-103xm196,-165v0,-37,-14,-67,-49,-67v-52,0,-86,72,-85,136v0,37,15,66,49,67v52,1,86,-73,85,-136xm88,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm144,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":254},"\u00d7":{"d":"139,-132r66,66r-24,24r-66,-66r-66,66r-24,-24r66,-66r-66,-66r24,-24r66,66r66,-66r24,24"},"\u00d8":{"d":"44,-43v-55,-78,-15,-226,83,-223v25,0,46,9,65,26r20,-26r22,17r-24,31v53,77,20,225,-83,222v-25,0,-47,-9,-65,-26r-20,27r-22,-17xm127,-232v-57,-3,-75,94,-56,153r98,-131v-11,-15,-25,-22,-42,-22xm127,-29v56,3,77,-94,56,-153r-98,131v11,15,25,22,42,22","w":254},"\u00d9":{"d":"158,-74r33,-188r41,0r-34,195v-7,44,-47,71,-103,71v-55,-1,-87,-20,-78,-71r35,-195r41,0r-34,199v0,22,14,33,42,33v33,0,52,-14,57,-44xm136,-352r14,55r-29,0r-27,-55r42,0","w":244},"\u00da":{"d":"158,-74r33,-188r41,0r-34,195v-7,44,-47,71,-103,71v-55,-1,-87,-20,-78,-71r35,-195r41,0r-34,199v0,22,14,33,42,33v33,0,52,-14,57,-44xm121,-296r-29,0r33,-56r43,0","w":244},"\u00db":{"d":"158,-74r33,-188r41,0r-34,195v-7,44,-47,71,-103,71v-55,-1,-87,-20,-78,-71r35,-195r41,0r-34,199v0,22,14,33,42,33v33,0,52,-14,57,-44xm106,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":244},"\u00dc":{"d":"158,-74r33,-188r41,0r-34,195v-7,44,-47,71,-103,71v-55,-1,-87,-20,-78,-71r35,-195r41,0r-34,199v0,22,14,33,42,33v33,0,52,-14,57,-44xm83,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm139,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":244},"\u00dd":{"d":"39,0r18,-102r-52,-160r44,0r37,116r79,-116r42,0r-109,160r-18,102r-41,0xm105,-296r-29,0r33,-56r43,0","w":210},"\u00df":{"d":"117,-251v-35,0,-50,29,-50,67r0,184r-39,0r0,-178v0,-69,31,-104,93,-104v81,0,111,114,33,133v32,7,58,29,58,69v0,63,-56,96,-120,77r0,-32v39,19,79,-4,79,-46v0,-33,-23,-49,-69,-49r0,-31v37,0,56,-15,56,-46v0,-29,-14,-44,-41,-44","w":229},"\u00e0":{"d":"50,-57v0,36,63,42,75,9r0,-44v-36,-7,-75,5,-75,35xm125,-121v11,-51,-47,-50,-79,-35r0,-33v14,-5,30,-8,48,-8v98,0,63,112,70,197r-39,0r0,-13v-40,35,-111,11,-111,-47v0,-50,54,-64,111,-61xm89,-283r23,55r-29,0r-37,-55r43,0","w":191},"\u00e1":{"d":"52,-57v-3,40,56,39,73,9r8,-44v-38,-7,-79,6,-81,35xm138,-121v5,-27,2,-44,-30,-44v-14,0,-26,3,-37,7r-8,-28v42,-17,122,-23,116,39v-4,49,-16,100,-23,147r-40,0r3,-13v-36,29,-104,20,-104,-33v0,-62,56,-77,123,-75xm97,-227r-29,0r33,-56r43,0","w":191},"\u00e2":{"d":"52,-57v-3,40,56,39,73,9r8,-44v-38,-7,-79,6,-81,35xm138,-121v5,-27,2,-44,-30,-44v-14,0,-26,3,-37,7r-8,-28v42,-17,122,-23,116,39v-4,49,-16,100,-23,147r-40,0r3,-13v-36,29,-104,20,-104,-33v0,-62,56,-77,123,-75xm82,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":191},"\u00e3":{"d":"52,-57v-3,40,56,39,73,9r8,-44v-38,-7,-79,6,-81,35xm138,-121v5,-27,2,-44,-30,-44v-14,0,-26,3,-37,7r-8,-28v42,-17,122,-23,116,39v-4,49,-16,100,-23,147r-40,0r3,-13v-36,29,-104,20,-104,-33v0,-62,56,-77,123,-75xm75,-269v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":191},"\u00e4":{"d":"52,-57v-3,40,56,39,73,9r8,-44v-38,-7,-79,6,-81,35xm138,-121v5,-27,2,-44,-30,-44v-14,0,-26,3,-37,7r-8,-28v42,-17,122,-23,116,39v-4,49,-16,100,-23,147r-40,0r3,-13v-36,29,-104,20,-104,-33v0,-62,56,-77,123,-75xm59,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm115,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":191},"\u00e5":{"d":"52,-57v-3,40,56,39,73,9r8,-44v-38,-7,-79,6,-81,35xm138,-121v5,-27,2,-44,-30,-44v-14,0,-26,3,-37,7r-8,-28v42,-17,122,-23,116,39v-4,49,-16,100,-23,147r-40,0r3,-13v-36,29,-104,20,-104,-33v0,-62,56,-77,123,-75xm96,-288v18,0,33,14,33,32v0,18,-14,33,-33,33v-18,0,-32,-15,-32,-33v0,-18,14,-33,32,-32xm96,-239v10,0,16,-7,16,-17v0,-10,-7,-16,-16,-16v-9,0,-16,6,-16,16v0,10,6,17,16,17","w":191},"\u00e6":{"d":"15,-60v0,-50,54,-64,111,-61v10,-52,-48,-49,-80,-35r0,-33v30,-12,97,-12,106,14v39,-37,102,-24,123,27v7,17,11,37,11,62r-121,0v1,71,60,75,101,37r15,22v-37,39,-104,44,-137,0v-35,49,-129,38,-129,-33xm243,-114v-4,-35,-17,-52,-39,-52v-22,0,-35,17,-39,52r78,0xm130,-54v-4,-11,-7,-24,-7,-39v-38,-5,-72,7,-72,36v0,42,69,40,79,3","w":303},"\u00e7":{"d":"59,77v30,16,83,9,83,-28v0,-24,-24,-27,-44,-25r16,-21v19,-2,36,-11,51,-25r-14,-20v-42,33,-92,19,-92,-54v0,-36,11,-71,43,-71v15,0,31,6,47,19r15,-24v-61,-57,-147,-5,-147,76v0,58,28,93,78,100v-6,12,-29,25,-16,37v15,-5,35,-5,34,11v0,20,-31,18,-47,10","w":165},"\u00e8":{"d":"118,-196v52,-3,74,52,62,110r-121,0v-7,33,5,61,37,61v16,0,35,-8,57,-24r11,22v-50,50,-151,40,-148,-45v2,-66,43,-121,102,-124xm64,-114r78,0v4,-28,-7,-52,-30,-52v-22,0,-38,17,-48,52xm113,-283r14,55r-29,0r-27,-55r42,0","w":198},"\u00e9":{"d":"118,-196v52,-3,74,52,62,110r-121,0v-7,33,5,61,37,61v16,0,35,-8,57,-24r11,22v-50,50,-151,40,-148,-45v2,-66,43,-121,102,-124xm64,-114r78,0v4,-28,-7,-52,-30,-52v-22,0,-38,17,-48,52xm98,-227r-29,0r33,-56r43,0","w":198},"\u00ea":{"d":"118,-196v52,-3,74,52,62,110r-121,0v-7,33,5,61,37,61v16,0,35,-8,57,-24r11,22v-50,50,-151,40,-148,-45v2,-66,43,-121,102,-124xm64,-114r78,0v4,-28,-7,-52,-30,-52v-22,0,-38,17,-48,52xm83,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":198},"\u00eb":{"d":"118,-196v52,-3,74,52,62,110r-121,0v-7,33,5,61,37,61v16,0,35,-8,57,-24r11,22v-50,50,-151,40,-148,-45v2,-66,43,-121,102,-124xm64,-114r78,0v4,-28,-7,-52,-30,-52v-22,0,-38,17,-48,52xm60,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm116,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":198},"\u00ec":{"d":"70,-192r0,192r-39,0r0,-192r39,0xm65,-283r14,55r-29,0r-27,-55r42,0","w":100},"\u00ed":{"d":"70,-192r0,192r-39,0r0,-192r39,0xm50,-227r-29,0r33,-56r43,0","w":100},"\u00ee":{"d":"70,-192r0,192r-39,0r0,-192r39,0xm35,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":100},"\u00ef":{"d":"70,-192r0,192r-39,0r0,-192r39,0xm12,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm68,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":100},"\u00f1":{"d":"195,-160r-27,160r-40,0r24,-141v-4,-35,-49,-20,-71,-3r-25,144r-39,0r33,-192r40,0r-3,16v34,-23,106,-36,108,16xm85,-269v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":208},"\u00f2":{"d":"184,-121v0,80,-82,166,-146,107v-60,-55,2,-182,80,-182v40,0,66,32,66,75xm88,-26v39,0,53,-55,55,-98v1,-58,-56,-51,-72,-10v-11,29,-29,108,17,108xm113,-283r14,55r-29,0r-27,-55r42,0","w":197},"\u00f3":{"d":"184,-121v0,80,-82,166,-146,107v-60,-55,2,-182,80,-182v40,0,66,32,66,75xm88,-26v39,0,53,-55,55,-98v1,-58,-56,-51,-72,-10v-11,29,-29,108,17,108xm98,-227r-29,0r33,-56r43,0","w":197},"\u00f4":{"d":"184,-121v0,80,-82,166,-146,107v-60,-55,2,-182,80,-182v40,0,66,32,66,75xm88,-26v39,0,53,-55,55,-98v1,-58,-56,-51,-72,-10v-11,29,-29,108,17,108xm83,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":197},"\u00f5":{"d":"184,-121v0,80,-82,166,-146,107v-60,-55,2,-182,80,-182v40,0,66,32,66,75xm88,-26v39,0,53,-55,55,-98v1,-58,-56,-51,-72,-10v-11,29,-29,108,17,108xm76,-269v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":197},"\u00f6":{"d":"184,-121v0,80,-82,166,-146,107v-60,-55,2,-182,80,-182v40,0,66,32,66,75xm88,-26v39,0,53,-55,55,-98v1,-58,-56,-51,-72,-10v-11,29,-29,108,17,108xm60,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm116,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":197},"\u00f7":{"d":"214,-149r0,34r-198,0r0,-34r198,0xm138,-197v0,-12,-10,-22,-23,-22v-12,0,-23,9,-22,22v0,13,10,23,22,23v12,0,23,-11,23,-23xm138,-67v0,-12,-11,-23,-23,-23v-12,0,-22,10,-22,23v0,12,9,23,22,22v13,0,23,-10,23,-22"},"\u00f8":{"d":"34,-32v-38,-59,-11,-164,65,-164v18,0,33,5,47,16r13,-18r20,15r-16,22v38,59,10,168,-64,165v-18,0,-33,-6,-47,-17r-14,18r-20,-15xm125,-153v-33,-36,-66,8,-66,57v0,10,0,19,2,28xm72,-40v32,37,67,-6,67,-56v0,-11,-1,-20,-3,-29","w":197},"\u00f9":{"d":"17,-33v0,-56,19,-106,27,-159r39,0r-24,142v5,34,49,18,71,1r25,-143r40,0r-34,192r-40,0r3,-17v-36,25,-107,36,-107,-16xm117,-283r14,55r-29,0r-27,-55r42,0","w":209},"\u00fa":{"d":"17,-33v0,-56,19,-106,27,-159r39,0r-24,142v5,34,49,18,71,1r25,-143r40,0r-34,192r-40,0r3,-17v-36,25,-107,36,-107,-16xm102,-227r-29,0r33,-56r43,0","w":209},"\u00fb":{"d":"17,-33v0,-56,19,-106,27,-159r39,0r-24,142v5,34,49,18,71,1r25,-143r40,0r-34,192r-40,0r3,-17v-36,25,-107,36,-107,-16xm87,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":209},"\u00fc":{"d":"17,-33v0,-56,19,-106,27,-159r39,0r-24,142v5,34,49,18,71,1r25,-143r40,0r-34,192r-40,0r3,-17v-36,25,-107,36,-107,-16xm64,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm120,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":209},"\u00fd":{"d":"65,-5r-35,-187r40,0r23,136r73,-136r36,0v-47,78,-83,177,-141,242v-13,14,-32,22,-53,28r-9,-25v31,-11,53,-30,66,-58xm90,-227r-29,0r33,-56r43,0","w":181},"\u00ff":{"d":"65,-5r-35,-187r40,0r23,136r73,-136r36,0v-47,78,-83,177,-141,242v-13,14,-32,22,-53,28r-9,-25v31,-11,53,-30,66,-58xm52,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm108,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":181},"\u0131":{"d":"70,-192r0,192r-39,0r0,-192r39,0","w":100},"\u0152":{"d":"6,-97v0,-94,49,-165,139,-165r173,0r-6,34r-103,0r-13,76r85,0r-6,33r-85,0r-15,86r102,0r-6,33r-177,0v-53,1,-88,-37,-88,-97xm49,-102v-3,53,28,74,85,67r34,-191v-82,-12,-116,48,-119,124","w":322},"\u0153":{"d":"175,-165v44,-54,135,-36,131,46v0,10,-1,21,-3,33r-122,0v-5,34,5,63,37,61v16,0,36,-8,58,-24r11,22v-39,36,-108,46,-137,0v-51,63,-156,20,-130,-69v3,-72,106,-142,155,-69xm265,-114v2,-30,-7,-52,-30,-52v-22,0,-38,17,-48,52r78,0xm89,-26v39,0,55,-53,55,-98v0,-58,-55,-51,-71,-10v-11,29,-29,108,16,108","w":318},"\u0174":{"d":"161,0r-21,-144r-72,144r-42,0r-19,-262r42,0r10,207r75,-151r34,0r21,151r87,-207r38,0r-111,262r-42,0xm142,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":316},"\u0175":{"d":"137,0r-15,-138r-64,138r-31,0r-22,-192r39,0r10,130r60,-130r36,0r15,130r56,-130r36,0r-89,192r-31,0xm115,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":261},"\u0176":{"d":"39,0r18,-102r-52,-160r44,0r37,116r79,-116r42,0r-109,160r-18,102r-41,0xm90,-352r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":210},"\u0177":{"d":"65,-5r-35,-187r40,0r23,136r73,-136r36,0v-47,78,-83,177,-141,242v-13,14,-32,22,-53,28r-9,-25v31,-11,53,-30,66,-58xm75,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":181},"\u0178":{"d":"39,0r18,-102r-52,-160r44,0r37,116r79,-116r42,0r-109,160r-18,102r-41,0xm67,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm123,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":210},"\u02c6":{"d":"82,-283r32,0r31,55r-24,0r-23,-27r-23,27r-24,0","w":196},"\u02da":{"d":"98,-288v18,0,33,14,33,32v0,18,-14,33,-33,33v-18,0,-32,-15,-32,-33v0,-18,14,-33,32,-32xm98,-239v10,0,16,-7,16,-17v0,-10,-7,-16,-16,-16v-9,0,-16,6,-16,16v0,10,6,17,16,17","w":196},"\u02dc":{"d":"75,-269v7,0,42,17,49,16v8,0,12,-7,13,-18r19,0v0,29,-11,44,-33,44v-17,0,-62,-37,-64,1r-19,0v4,-29,16,-43,35,-43","w":196},"\u1e80":{"d":"161,0r-21,-144r-72,144r-42,0r-19,-262r42,0r10,207r75,-151r34,0r21,151r87,-207r38,0r-111,262r-42,0xm172,-352r14,55r-29,0r-27,-55r42,0","w":316},"\u1e81":{"d":"137,0r-15,-138r-64,138r-31,0r-22,-192r39,0r10,130r60,-130r36,0r15,130r56,-130r36,0r-89,192r-31,0xm145,-283r14,55r-29,0r-27,-55r42,0","w":261},"\u1e82":{"d":"161,0r-21,-144r-72,144r-42,0r-19,-262r42,0r10,207r75,-151r34,0r21,151r87,-207r38,0r-111,262r-42,0xm157,-296r-29,0r33,-56r43,0","w":316},"\u1e83":{"d":"137,0r-15,-138r-64,138r-31,0r-22,-192r39,0r10,130r60,-130r36,0r15,130r56,-130r36,0r-89,192r-31,0xm130,-227r-29,0r33,-56r43,0","w":261},"\u1e84":{"d":"161,0r-21,-144r-72,144r-42,0r-19,-262r42,0r10,207r75,-151r34,0r21,151r87,-207r38,0r-111,262r-42,0xm119,-296v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm175,-319v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":316},"\u1e85":{"d":"137,0r-15,-138r-64,138r-31,0r-22,-192r39,0r10,130r60,-130r36,0r15,130r56,-130r36,0r-89,192r-31,0xm92,-227v-33,0,-27,-45,0,-45v28,0,28,45,0,45xm148,-250v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23v-11,0,-24,-11,-23,-23","w":261},"\u1ef2":{"d":"39,0r18,-102r-52,-160r44,0r37,116r79,-116r42,0r-109,160r-18,102r-41,0xm120,-352r14,55r-29,0r-27,-55r42,0","w":210},"\u1ef3":{"d":"65,-5r-35,-187r40,0r23,136r73,-136r36,0v-47,78,-83,177,-141,242v-13,14,-32,22,-53,28r-9,-25v31,-11,53,-30,66,-58xm105,-283r14,55r-29,0r-27,-55r42,0","w":181},"\u2013":{"d":"196,-89r-196,0r0,-37r196,0r0,37","w":196},"\u2014":{"d":"392,-89r-392,0r0,-37r392,0r0,37","w":392},"\u2018":{"d":"64,-262r28,0r-38,87r-39,0","w":103},"\u2019":{"d":"43,-175r-28,0r38,-87r39,0","w":103},"\u201a":{"d":"41,42r-29,0r38,-86r40,0","w":101},"\u201c":{"d":"125,-262r28,0r-37,87r-39,0xm64,-262r28,0r-38,87r-39,0","w":164},"\u201d":{"d":"45,-175r-28,0r37,-87r40,0xm107,-175r-29,0r38,-87r39,0","w":164},"\u201e":{"d":"42,42r-29,0r38,-86r40,0xm103,42r-28,0r37,-86r40,0","w":164},"\u2022":{"d":"143,-125v1,-33,-28,-61,-60,-61v-33,0,-60,25,-61,61v-1,33,25,60,61,61v32,1,59,-26,60,-61","w":165},"\u2026":{"d":"82,0r-44,0r0,-44r44,0r0,44xm202,0r-44,0r0,-44r44,0r0,44xm322,0r-44,0r0,-44r44,0r0,44","w":360},"\u2030":{"d":"67,0r-33,0r198,-262r33,0xm30,-160v-24,-77,83,-150,113,-71v9,56,-17,106,-69,106v-23,0,-37,-12,-44,-35xm78,-148v23,0,37,-33,38,-67v0,-19,-7,-28,-21,-28v-22,0,-36,34,-37,67v0,19,6,28,20,28xm194,-127v42,-26,88,6,76,61v1,57,-95,104,-113,36v-12,-43,10,-80,37,-97xm205,-18v25,1,37,-40,37,-68v0,-18,-7,-27,-21,-27v-23,0,-36,34,-37,67v0,18,7,28,21,28xm293,-30v-25,-79,83,-150,113,-71v7,55,-18,105,-69,105v-23,0,-37,-11,-44,-34xm341,-18v25,1,37,-40,37,-68v0,-18,-6,-27,-20,-27v-23,0,-37,34,-38,67v0,18,7,28,21,28","w":424},"\u2039":{"d":"77,-79r-6,34r-51,-47r6,-34r68,-47r-6,33r-45,31","w":108},"\u203a":{"d":"86,-92r-68,47r6,-34r45,-30r-34,-31r6,-33r51,47","w":108},"\u2044":{"d":"-29,0r-33,0r152,-262r33,0","w":60},"\u2122":{"d":"77,-98r-29,0r24,-136r-51,0r5,-28r130,0r-4,28r-51,0xm196,-98r-30,0r29,-164r46,0r23,110r62,-110r46,0r-29,164r-29,0r21,-125r-68,125r-24,0r-25,-125","w":388},"\u2190":{"d":"87,-149r281,0r0,34r-281,0r60,76r-34,0r-88,-93r88,-93r34,0","w":392},"\u2191":{"d":"115,39r-34,0r0,-281r-76,61r0,-35r93,-88r93,88r0,35r-76,-61r0,281","w":196},"\u2192":{"d":"25,-115r0,-34r281,0r-61,-76r35,0r88,93r-88,93r-35,0r61,-76r-281,0","w":392},"\u2193":{"d":"81,-23r0,-281r34,0r0,281r76,-60r0,34r-93,88r-93,-88r0,-34","w":196},"\u2212":{"d":"16,-115r0,-34r198,0r0,34r-198,0"},"\u00b7":{"d":"74,-110r-44,0r0,-44r44,0r0,44","w":103},"\u2219":{"d":"74,-110r-44,0r0,-44r44,0r0,44","w":103},"\u221e":{"d":"192,-101v21,68,116,48,116,-32v0,-52,-65,-41,-87,-9v-7,10,-18,23,-29,41xm177,-128v-24,-70,-117,-42,-117,32v0,24,12,36,36,36v29,0,56,-22,81,-68xm30,-92v0,-62,37,-110,96,-110v34,0,56,18,66,53v26,-35,55,-53,86,-53v80,0,66,112,29,149v-39,39,-120,35,-131,-27v-24,35,-53,53,-85,53v-38,1,-61,-26,-61,-65","w":359},"\u266b":{"d":"169,-43v0,-33,42,-61,79,-51r0,-152r-139,39v-8,90,32,241,-64,239v-20,0,-34,-12,-34,-32v1,-33,42,-61,80,-51r0,-192r176,-49r0,203v0,52,-22,78,-65,78v-20,1,-33,-12,-33,-32","w":319},"\u00a0":{"w":105},"\u00ad":{"d":"22,-89r0,-37r102,0r0,37r-102,0","w":145},"\u2010":{"d":"22,-89r0,-37r102,0r0,37r-102,0","w":145},"\u2215":{"d":"56,0r-33,0r152,-262r33,0"},"\u2713":{"d":"28,-100v-3,-13,16,-29,33,-29v4,0,10,11,18,33v20,55,16,36,46,-10v40,-61,61,-105,94,-137v21,-20,33,-21,76,-25r2,7v-58,65,-123,135,-158,214v-12,27,-27,52,-60,55v-35,3,-44,-76,-51,-108","w":305},"\u2717":{"d":"211,-17v-23,-7,-42,-51,-60,-83v-18,23,-61,92,-82,125v-15,23,-46,14,-46,-14v0,-17,35,-68,103,-155v-24,-61,-37,-96,-37,-105v0,-11,7,-17,20,-17v19,0,37,25,55,74v21,-25,69,-90,89,-95v11,0,24,9,23,20r-88,121v16,32,44,62,44,102v0,14,-8,27,-21,27","w":305}}});

if ( typeof sessvars == "undefined" ) {
sessvars = function () {

    var x = {};

    x.$ = {
        prefs: {
            memLimit: 2000,
            autoFlush: true,
            crossDomain: false,
            includeProtos: false,
            includeFunctions: false
        },
        parent: x,
        clearMem: function () {
            for (var i in this.parent) {
                if (i != "$") {
                    this.parent[i] = undefined
                }
            };
            this.flush();
        },
        usedMem: function () {
            x = {};
            return Math.round(this.flush(x) / 1024);
        },
        usedMemPercent: function () {
            return Math.round(this.usedMem() / this.prefs.memLimit);
        },
        flush: function (x) {
            var y, o = {},
                j = this.$$;
            x = x || top;
            for (var i in this.parent) {
                o[i] = this.parent[i]
            };
            o.$ = this.prefs;
            j.includeProtos = this.prefs.includeProtos;
            j.includeFunctions = this.prefs.includeFunctions;
            y = this.$$.make(o);
            if (x != top) {
                return y.length
            };
            if (y.length / 1024 > this.prefs.memLimit) {
                return false
            }
            try {
                x.name = y;
            } catch (e) {
                window.name = y;
            };
            return true;
        },
        getDomain: function () {
            var l = location.href
            l = l.split("///").join("//");
            l = l.substring(l.indexOf("://") + 3).split("/")[0];
            while (l.split(".").length > 2) {
                l = l.substring(l.indexOf(".") + 1)
            };
            return l
        },
        debug: function (t) {
            var t = t || this,
                a = arguments.callee;
            if (!document.body) {
                setTimeout(function () {
                    a(t)
                }, 200);
                return
            };
            t.flush();
            var d = document.getElementById("sessvarsDebugDiv");
            if (!d) {
                d = document.createElement("div");
                document.body.insertBefore(d, document.body.firstChild)
            };
            d.id = "sessvarsDebugDiv";
            d.innerHTML = '<div style="line-height:20px;padding:5px;font-size:11px;font-family:Verdana,Arial,Helvetica;' + 'z-index:10000;background:#FFFFCC;border: 1px solid #333;margin-bottom:12px">' + '<b style="font-family:Trebuchet MS;font-size:20px">sessvars.js - debug info:</b><br/><br/>' + 'Memory usage: ' + t.usedMem() + ' Kb (' + t.usedMemPercent() + '%)&nbsp;&nbsp;&nbsp;' + '<span style="cursor:pointer"><b>[Clear memory]</b></span><br/>' + top.name.split('\n').join('<br/>') + '</div>';
            d.getElementsByTagName('span')[0].onclick = function () {
                t.clearMem();
                location.reload()
            }
        },
        init: function () {
            var o = {},
                t = this;
            try {
                o = this.$$.toObject(top.name)
            } catch (e) {
                o = this.$$.toObject(window.name)
            };
            this.prefs = o.$ || t.prefs;
            if (this.prefs.crossDomain || this.prefs.currentDomain == this.getDomain()) {
                for (var i in o) {
                    this.parent[i] = o[i]
                };
            }
            else {
                this.prefs.currentDomain = this.getDomain();
            };
            this.parent.$ = t;
            t.flush();
            var f = function () {
                if (t.prefs.autoFlush) {
                    t.flush()
                }
            };
            if (window["addEventListener"]) {
                addEventListener("unload", f, false)
            }
            else if (window["attachEvent"]) {
                window.attachEvent("onunload", f)
            }
            else {
                this.prefs.autoFlush = false
            };
        }
    };

    x.$.$$ = {
        compactOutput: false,
        includeProtos: false,
        includeFunctions: false,
        detectCirculars: true,
        restoreCirculars: true,
        make: function (arg, restore) {
            this.restore = restore;
            this.mem = [];
            this.pathMem = [];
            var retval = this.toJsonStringArray(arg).join('');
            return retval;
        },
        toObject: function (x) {
            if (!this.cleaner) {
                try {
                    this.cleaner = new RegExp('^("(\\\\.|[^"\\\\\\n\\r])*?"|[,:{}\\[\\]0-9.\\-+Eaeflnr-u \\n\\r\\t])+?$')
                }
                catch (a) {
                    this.cleaner = /^(true|false|null|\[.*\]|\{.*\}|".*"|\d+|\d+\.\d+)$/
                }
            };
            if (!this.cleaner.test(x)) {
                return {}
            };
            eval("this.myObj=" + x);
            if (!this.restoreCirculars || !alert) {
                return this.myObj
            };
            if (this.includeFunctions) {
                var x = this.myObj;
                for (var i in x) {
                    if (typeof x[i] == "string" && !x[i].indexOf("JSONincludedFunc:")) {
                        x[i] = x[i].substring(17);
                        eval("x[i]=" + x[i])
                    }
                }
            };
            this.restoreCode = [];
            this.make(this.myObj, true);
            var r = this.restoreCode.join(";") + ";";
            eval('r=r.replace(/\\W([0-9]{1,})(\\W)/g,"[$1]$2").replace(/\\.\\;/g,";")');
            eval(r);
            return this.myObj
        },
        toJsonStringArray: function (arg, out) {
            if (!out) {
                this.path = []
            };
            out = out || [];
            var u; // undefined
            switch (typeof arg) {
            case 'object':
                this.lastObj = arg;
                if (this.detectCirculars) {
                    var m = this.mem;
                    var n = this.pathMem;
                    for (var i = 0; i < m.length; i++) {
                        if (arg === m[i]) {
                            out.push('"JSONcircRef:' + n[i] + '"');
                            return out
                        }
                    };
                    m.push(arg);
                    n.push(this.path.join("."));
                };
                if (arg) {
                    if (arg.constructor == Array) {
                        out.push('[');
                        for (var i = 0; i < arg.length; ++i) {
                            this.path.push(i);
                            if (i > 0) out.push(',\n');
                            this.toJsonStringArray(arg[i], out);
                            this.path.pop();
                        }
                        out.push(']');
                        return out;
                    } else if (typeof arg.toString != 'undefined') {
                        out.push('{');
                        var first = true;
                        for (var i in arg) {
                            if (!this.includeProtos && arg[i] === arg.constructor.prototype[i]) {
                                continue
                            };
                            this.path.push(i);
                            var curr = out.length;
                            if (!first) out.push(this.compactOutput ? ',' : ',\n');
                            this.toJsonStringArray(i, out);
                            out.push(':');
                            this.toJsonStringArray(arg[i], out);
                            if (out[out.length - 1] == u) out.splice(curr, out.length - curr);
                            else first = false;
                            this.path.pop();
                        }
                        out.push('}');
                        return out;
                    }
                    return out;
                }
                out.push('null');
                return out;
            case 'unknown':
            case 'undefined':
            case 'function':
                if (!this.includeFunctions) {
                    out.push(u);
                    return out
                };
                arg = "JSONincludedFunc:" + arg;
                out.push('"');
                var a = ['\n', '\\n', '\r', '\\r', '"', '\\"'];
                arg += "";
                for (var i = 0; i < 6; i += 2) {
                    arg = arg.split(a[i]).join(a[i + 1])
                };
                out.push(arg);
                out.push('"');
                return out;
            case 'string':
                if (this.restore && arg.indexOf("JSONcircRef:") == 0) {
                    this.restoreCode.push('this.myObj.' + this.path.join(".") + "=" + arg.split("JSONcircRef:").join("this.myObj."));
                };
                out.push('"');
                var a = ['\n', '\\n', '\r', '\\r', '"', '\\"'];
                arg += "";
                for (var i = 0; i < 6; i += 2) {
                    arg = arg.split(a[i]).join(a[i + 1])
                };
                out.push(arg);
                out.push('"');
                return out;
            default:
                out.push(String(arg));
                return out;
            }
        }
    };

    x.$.init();
    return x;
}();

}
