
/**
 * --------------------------------------------------------------------
 * jQuery-Plugin "pngFix"
 * Version: 1.2, 09.03.2009
 * by Andreas Eberhard, andreas.eberhard@gmail.com
 *                      http://jquery.andreaseberhard.de/
 *
 * Copyright (c) 2007 Andreas Eberhard
 * Licensed under GPL (http://www.opensource.org/licenses/gpl-license.php)
 *
 * Changelog:
 *    09.03.2009 Version 1.2
 *    - Update for jQuery 1.3.x, removed @ from selectors
 *    11.09.2007 Version 1.1
 *    - removed noConflict
 *    - added png-support for input type=image
 *    - 01.08.2007 CSS background-image support extension added by Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 *    31.05.2007 initial Version 1.0
 * --------------------------------------------------------------------
 * @example $(function(){$(document).pngFix();});
 * @desc Fixes all PNG's in the document on document.ready
 *
 * jQuery(function(){jQuery(document).pngFix();});
 * @desc Fixes all PNG's in the document on document.ready when using noConflict
 *
 * @example $(function(){$('div.examples').pngFix();});
 * @desc Fixes all PNG's within div with class examples
 *
 * @example $(function(){$('div.examples').pngFix( { blankgif:'ext.gif' } );});
 * @desc Fixes all PNG's within div with class examples, provides blank gif for input with png
 * --------------------------------------------------------------------
 */

(function($) {

jQuery.fn.pngFix = function(settings) {

	// Settings
	settings = jQuery.extend({
		blankgif: 'images/bg/blank.gif'
	}, settings);

	var ie55 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 5.5") != -1);
	var ie6 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 6.0") != -1);

	if (jQuery.browser.msie && (ie55 || ie6)) {

		//fix images with png-source
		jQuery(this).find("img[src$=.png]").each(function() {

			jQuery(this).attr('width',jQuery(this).width());
			jQuery(this).attr('height',jQuery(this).height());

			var prevStyle = '';
			var strNewHTML = '';
			var imgId = (jQuery(this).attr('id')) ? 'id="' + jQuery(this).attr('id') + '" ' : '';
			var imgClass = (jQuery(this).attr('class')) ? 'class="' + jQuery(this).attr('class') + '" ' : '';
			var imgTitle = (jQuery(this).attr('title')) ? 'title="' + jQuery(this).attr('title') + '" ' : '';
			var imgAlt = (jQuery(this).attr('alt')) ? 'alt="' + jQuery(this).attr('alt') + '" ' : '';
			var imgAlign = (jQuery(this).attr('align')) ? 'float:' + jQuery(this).attr('align') + ';' : '';
			var imgHand = (jQuery(this).parent().attr('href')) ? 'cursor:hand;' : '';
			if (this.style.border) {
				prevStyle += 'border:'+this.style.border+';';
				this.style.border = '';
			}
			if (this.style.padding) {
				prevStyle += 'padding:'+this.style.padding+';';
				this.style.padding = '';
			}
			if (this.style.margin) {
				prevStyle += 'margin:'+this.style.margin+';';
				this.style.margin = '';
			}
			var imgStyle = (this.style.cssText);

			strNewHTML += '<span '+imgId+imgClass+imgTitle+imgAlt;
			strNewHTML += 'style="position:relative;white-space:pre-line;display:inline-block;background:transparent;'+imgAlign+imgHand;
			strNewHTML += 'width:' + jQuery(this).width() + 'px;' + 'height:' + jQuery(this).height() + 'px;';
			strNewHTML += 'filter:progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(src=\'' + jQuery(this).attr('src') + '\', sizingMethod=\'scale\');';
			strNewHTML += imgStyle+'"></span>';
			if (prevStyle != ''){
				strNewHTML = '<span style="position:relative;display:inline-block;'+prevStyle+imgHand+'width:' + jQuery(this).width() + 'px;' + 'height:' + jQuery(this).height() + 'px;'+'">' + strNewHTML + '</span>';
			}

			jQuery(this).hide();
			jQuery(this).after(strNewHTML);

		});

		
	}
	
	return jQuery;

};

})(jQuery);




/*	ColorBox v1.3.6 - a full featured, light-weight, customizable lightbox based on jQuery 1.3 */
(function(c){function r(b,d){d=d==="x"?m.width():m.height();return typeof b==="string"?Math.round(b.match(/%/)?d/100*parseInt(b,10):parseInt(b,10)):b}function M(b){b=c.isFunction(b)?b.call(i):b;return a.photo||b.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function Y(){for(var b in a)if(c.isFunction(a[b])&&b.substring(0,2)!=="on")a[b]=a[b].call(i);a.rel=a.rel||i.rel;a.href=a.href||i.href;a.title=a.title||i.title}function Z(b){i=b;a=c(i).data(q);Y();if(a.rel&&a.rel!=="nofollow"){g= c(".cboxElement").filter(function(){return(c(this).data(q).rel||this.rel)===a.rel});j=g.index(i);if(j<0){g=g.add(i);j=g.length-1}}else{g=c(i);j=0}if(!B){C=B=n;N=i;N.blur();c(document).bind("keydown.cbox_close",function(d){if(d.keyCode===27){d.preventDefault();e.close()}}).bind("keydown.cbox_arrows",function(d){if(g.length>1)if(d.keyCode===37){d.preventDefault();D.click()}else if(d.keyCode===39){d.preventDefault();E.click()}});a.overlayClose&&s.css({cursor:"pointer"}).one("click",e.close);c.event.trigger(aa); a.onOpen&&a.onOpen.call(i);s.css({opacity:a.opacity}).show();a.w=r(a.initialWidth,"x");a.h=r(a.initialHeight,"y");e.position(0);O&&m.bind("resize.cboxie6 scroll.cboxie6",function(){s.css({width:m.width(),height:m.height(),top:m.scrollTop(),left:m.scrollLeft()})}).trigger("scroll.cboxie6")}P.add(D).add(E).add(t).add(Q).hide();R.html(a.close).show();e.slideshow();e.load()}var q="colorbox",F="hover",n=true,e,x=!c.support.opacity,O=x&&!window.XMLHttpRequest,aa="cbox_open",H="cbox_load",S="cbox_complete", T="resize.cbox_resize",s,k,u,p,U,V,W,X,g,m,l,I,J,K,Q,P,t,E,D,R,y,z,v,w,i,N,j,a,B,C,$={transition:"elastic",speed:350,width:false,height:false,innerWidth:false,innerHeight:false,initialWidth:"400",initialHeight:"400",maxWidth:false,maxHeight:false,scalePhotos:n,scrolling:n,inline:false,html:false,iframe:false,photo:false,href:false,title:false,rel:false,opacity:0.9,preloading:n,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:false,overlayClose:n,slideshow:false, slideshowAuto:n,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:false,onLoad:false,onComplete:false,onCleanup:false,onClosed:false};e=c.fn.colorbox=function(b,d){var h=this;if(!h.length)if(h.selector===""){h=c("<a/>");b.open=n}else return this;h.each(function(){var f=c.extend({},c(this).data(q)?c(this).data(q):$,b);c(this).data(q,f).addClass("cboxElement");if(d)c(this).data(q).onComplete=d});b&&b.open&&Z(h);return this};e.init=function(){function b(d){return c('<div id="cbox'+ d+'"/>')}m=c(window);k=c('<div id="colorbox"/>');s=b("Overlay").hide();u=b("Wrapper");p=b("Content").append(l=b("LoadedContent").css({width:0,height:0}),J=b("LoadingOverlay"),K=b("LoadingGraphic"),Q=b("Title"),P=b("Current"),t=b("Slideshow"),E=b("Next"),D=b("Previous"),R=b("Close"));u.append(c("<div/>").append(b("TopLeft"),U=b("TopCenter"),b("TopRight")),c("<div/>").append(V=b("MiddleLeft"),p,W=b("MiddleRight")),c("<div/>").append(b("BottomLeft"),X=b("BottomCenter"),b("BottomRight"))).children().children().css({"float":"left"}); I=c("<div style='position:absolute; top:0; left:0; width:9999px; height:0;'/>");c("body").prepend(s,k.append(u,I));if(x){k.addClass("cboxIE");O&&s.css("position","absolute")}p.children().bind("mouseover mouseout",function(){c(this).toggleClass(F)}).addClass(F);y=U.height()+X.height()+p.outerHeight(n)-p.height();z=V.width()+W.width()+p.outerWidth(n)-p.width();v=l.outerHeight(n);w=l.outerWidth(n);k.css({"padding-bottom":y,"padding-right":z}).hide();E.click(e.next);D.click(e.prev);R.click(e.close);p.children().removeClass(F); c(".cboxElement").live("click",function(d){if(d.button!==0&&typeof d.button!=="undefined")return n;else{Z(this);return false}})};e.position=function(b,d){function h(A){U[0].style.width=X[0].style.width=p[0].style.width=A.style.width;K[0].style.height=J[0].style.height=p[0].style.height=V[0].style.height=W[0].style.height=A.style.height}var f=m.height();f=Math.max(f-a.h-v-y,0)/2+m.scrollTop();var o=Math.max(document.documentElement.clientWidth-a.w-w-z,0)/2+m.scrollLeft();b=k.width()===a.w+w&&k.height()=== a.h+v?0:b;u[0].style.width=u[0].style.height="9999px";k.dequeue().animate({width:a.w+w,height:a.h+v,top:f,left:o},{duration:b,complete:function(){h(this);C=false;u[0].style.width=a.w+w+z+"px";u[0].style.height=a.h+v+y+"px";d&&d()},step:function(){h(this)}})};e.resize=function(b){function d(){a.w=a.w||l.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}function h(){a.h=a.h||l.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}function f(G){e.position(G,function(){if(B){if(x){A&&l.fadeIn(100);k[0].style.removeAttribute("filter")}if(a.iframe)l.append("<iframe id='cboxIframe'"+ (a.scrolling?" ":"scrolling='no'")+" name='iframe_"+(new Date).getTime()+"' frameborder=0 src='"+a.href+"' "+(x?"allowtransparency='true'":"")+" />");l.show();Q.show().html(a.title);if(g.length>1){P.html(a.current.replace(/\{current\}/,j+1).replace(/\{total\}/,g.length)).show();E.html(a.next).show();D.html(a.previous).show();a.slideshow&&t.show()}J.hide();K.hide();c.event.trigger(S);a.onComplete&&a.onComplete.call(i);a.transition==="fade"&&k.fadeTo(L,1,function(){x&&k[0].style.removeAttribute("filter")}); m.bind(T,function(){e.position(0)})}})}if(B){var o,A,L=a.transition==="none"?0:a.speed;m.unbind(T);if(b){l.remove();l=c('<div id="cboxLoadedContent"/>').html(b);l.hide().appendTo(I).css({width:d(),overflow:a.scrolling?"auto":"hidden"}).css({height:h()}).prependTo(p);c("#cboxPhoto").css({cssFloat:"none"});O&&c("select:not(#colorbox select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("cbox_cleanup",function(){this.style.visibility="inherit"});a.transition=== "fade"&&k.fadeTo(L,0,function(){f(0)})||f(L);if(a.preloading&&g.length>1){b=j>0?g[j-1]:g[g.length-1];o=j<g.length-1?g[j+1]:g[0];o=c(o).data(q).href||o.href;b=c(b).data(q).href||b.href;M(o)&&c("<img />").attr("src",o);M(b)&&c("<img />").attr("src",b)}}else setTimeout(function(){var G=l.wrapInner("<div style='overflow:auto'></div>").children();a.h=G.height();l.css({height:a.h});G.replaceWith(G.children());e.position(L)},1)}};e.load=function(){var b,d,h,f=e.resize;C=n;i=g[j];a=c(i).data(q);Y();c.event.trigger(H); a.onLoad&&a.onLoad.call(i);a.h=a.height?r(a.height,"y")-v-y:a.innerHeight?r(a.innerHeight,"y"):false;a.w=a.width?r(a.width,"x")-w-z:a.innerWidth?r(a.innerWidth,"x"):false;a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=r(a.maxWidth,"x")-w-z;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=r(a.maxHeight,"y")-v-y;a.mh=a.h&&a.h<a.mh?a.h:a.mh}b=a.href;J.show();K.show();if(a.inline){c('<div id="cboxInlineTemp" />').hide().insertBefore(c(b)[0]).bind(H+" cbox_cleanup",function(){c(this).replaceWith(l.children())}); f(c(b))}else if(a.iframe)f(" ");else if(a.html)f(a.html);else if(M(b)){d=new Image;d.onload=function(){var o;d.onload=null;d.id="cboxPhoto";c(d).css({margin:"auto",border:"none",display:"block",cssFloat:"left"});if(a.scalePhotos){h=function(){d.height-=d.height*o;d.width-=d.width*o};if(a.mw&&d.width>a.mw){o=(d.width-a.mw)/d.width;h()}if(a.mh&&d.height>a.mh){o=(d.height-a.mh)/d.height;h()}}if(a.h)d.style.marginTop=Math.max(a.h-d.height,0)/2+"px";f(d);g.length>1&&c(d).css({cursor:"pointer"}).click(e.next); if(x)d.style.msInterpolationMode="bicubic"};d.src=b}else c("<div />").appendTo(I).load(b,function(o,A){A==="success"?f(this):f(c("<p>Request unsuccessful.</p>"))})};e.next=function(){if(!C){j=j<g.length-1?j+1:0;e.load()}};e.prev=function(){if(!C){j=j>0?j-1:g.length-1;e.load()}};e.slideshow=function(){function b(){t.text(a.slideshowStop).bind(S,function(){h=setTimeout(e.next,a.slideshowSpeed)}).bind(H,function(){clearTimeout(h)}).one("click",function(){d();c(this).removeClass(F)});k.removeClass(f+ "off").addClass(f+"on")}var d,h,f="cboxSlideshow_";t.bind("cbox_closed",function(){t.unbind();clearTimeout(h);k.removeClass(f+"off "+f+"on")});d=function(){clearTimeout(h);t.text(a.slideshowStart).unbind(S+" "+H).one("click",function(){b();h=setTimeout(e.next,a.slideshowSpeed);c(this).removeClass(F)});k.removeClass(f+"on").addClass(f+"off")};if(a.slideshow&&g.length>1)a.slideshowAuto?b():d()};e.close=function(){c.event.trigger("cbox_cleanup");a.onCleanup&&a.onCleanup.call(i);B=false;c(document).unbind("keydown.cbox_close keydown.cbox_arrows"); m.unbind(T+" resize.cboxie6 scroll.cboxie6");s.css({cursor:"auto"}).fadeOut("fast");k.stop(n,false).fadeOut("fast",function(){c("#colorbox iframe").attr("src","about:blank");l.remove();k.css({opacity:1});try{N.focus()}catch(b){}c.event.trigger("cbox_closed");a.onClosed&&a.onClosed.call(i)})};e.element=function(){return c(i)};e.settings=$;c(e.init)})(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:
 * Digitized data (C) 1994, 2005 International Typeface Corporation. All rights
 * reserved.
 * 
 * Trademark:
 * Please refer to the Copyright section for the font trademark attribution
 * notices.
 * 
 * Full name:
 * LegacySansITCPro-Book
 * 
 * Designer:
 * Ronald Arnholm
 * 
 * Vendor URL:
 * http://www.itcfonts.com
 */
Cufon.registerFont({"w":193,"face":{"font-family":"Legacy Sans ITC Pro Book","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 0 4 0 0 2 0 3","ascent":"249","descent":"-111","x-height":"5","bbox":"-34.7091 -306 340 98","underline-thickness":"18","underline-position":"-18","stemh":"18","stemv":"26","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":86},"!":{"d":"47,-232r33,0v1,64,-8,117,-12,176r-10,0r-11,-135r0,-41xm63,-33v10,0,19,8,19,18v0,10,-9,19,-19,19v-10,0,-19,-8,-19,-18v0,-11,8,-19,19,-19","w":126},"\"":{"d":"62,-128r-5,-100r26,0v0,35,-3,67,-5,100r-16,0xm116,-128r-5,-100r25,0v0,35,-3,67,-5,100r-15,0"},"#":{"d":"89,-161r51,0r16,-66r15,0r-16,66r48,0r-4,19r-49,0r-12,51r48,0r-5,19r-48,0r-17,72r-16,0r18,-72r-51,0r-18,72r-15,0r18,-72r-49,0r5,-19r49,0r12,-51r-48,0r4,-19r48,0r17,-66r15,0xm84,-142r-12,51r51,0r12,-51r-51,0","w":206},"$":{"d":"35,-39v16,10,41,18,56,17r0,-82v-83,-20,-80,-110,0,-120r0,-27r14,0r0,27v13,1,36,0,47,9v-1,8,6,24,-4,25v-12,-7,-27,-15,-43,-15r0,76v38,13,64,27,64,66v0,32,-24,54,-64,59r0,39r-14,0r0,-38v-23,-1,-47,-1,-61,-11v0,-10,-6,-24,5,-25xm91,-134r0,-71v-21,1,-34,14,-34,33v0,18,10,29,34,38xm105,-99r0,76v22,-2,36,-15,36,-34v0,-19,-10,-30,-36,-42"},"%":{"d":"58,-232v30,0,50,23,50,59v0,38,-20,62,-52,62v-31,0,-50,-23,-50,-60v0,-37,20,-61,52,-61xm57,-217v-17,0,-28,19,-28,46v0,28,11,45,28,45v18,0,28,-17,28,-46v0,-27,-11,-45,-28,-45xm188,-228r19,0r-157,232r-19,0xm184,-118v30,0,50,23,50,59v0,39,-20,63,-52,63v-31,0,-50,-24,-50,-61v0,-37,20,-61,52,-61xm183,-102v-16,0,-28,18,-28,45v0,28,11,45,28,45v18,0,28,-17,28,-46v0,-27,-11,-44,-28,-44","w":240},"&":{"d":"232,0v-35,5,-52,-4,-70,-33v-26,26,-48,37,-75,37v-41,0,-72,-28,-72,-64v0,-27,15,-46,53,-65v-44,-30,-21,-96,35,-96v30,0,51,19,51,46v0,24,-15,40,-45,50v26,19,41,35,58,57v9,-13,21,-37,27,-58r26,0v-11,27,-27,55,-42,73v23,33,31,40,54,42r0,11xm95,-135v24,-8,35,-19,35,-38v0,-19,-12,-33,-29,-33v-40,1,-40,58,-6,71xm81,-113v-55,16,-46,93,12,93v23,0,39,-8,58,-28v-23,-31,-29,-36,-70,-65","w":226},"(":{"d":"95,-246r10,8v-78,98,-78,226,0,322r-10,9v-97,-88,-97,-250,0,-339","w":133,"k":{"J":-29,"j":-25}},")":{"d":"38,93r-10,-9v79,-97,77,-226,0,-322r10,-8v98,88,96,250,0,339","w":133},"*":{"d":"32,-179v20,0,36,3,54,4r-31,-45r17,-10v11,14,17,32,25,48v8,-16,13,-35,24,-48r17,10r-30,45v18,-1,34,-4,54,-4r0,19v-20,0,-36,-3,-54,-4r30,45r-17,10v-11,-13,-16,-32,-24,-48v-8,16,-14,34,-25,48r-17,-10r31,-45v-18,1,-34,4,-54,4r0,-19"},"+":{"d":"87,-123r0,-60v-1,-8,8,-4,14,-5v4,0,5,1,5,5r0,60r59,0v8,-2,4,8,5,14v0,4,-1,4,-5,4r-59,0r0,60v1,7,-9,3,-14,4v-4,0,-5,0,-5,-4r0,-60r-59,0v-8,2,-4,-8,-5,-14v0,-4,1,-4,5,-4r59,0"},",":{"d":"49,-33v50,11,21,87,-18,96r-7,-8v20,-14,29,-25,32,-46v2,-14,-27,-11,-23,-26v0,-9,6,-16,16,-16","w":100,"k":{"T":22,"V":15,"W":14,"Y":13,"A":-12,"\u0104":-12,"1":28}},"-":{"d":"19,-97r79,0r-4,23r-79,0","w":113,"k":{"T":17,"Y":7,"A":-5,"\u0104":-5}},".":{"d":"50,-33v10,0,18,8,18,18v0,10,-8,19,-18,19v-10,0,-19,-8,-19,-18v0,-11,8,-19,19,-19","w":100,"k":{"T":22,"V":15,"W":14,"Y":13,"A":-12,"\u0104":-12,"1":28}},"\/":{"d":"109,-230r17,0r-109,294r-16,0","w":146},"0":{"d":"99,-232v48,0,75,41,75,116v0,78,-28,120,-78,120v-49,0,-74,-42,-74,-118v0,-76,27,-118,77,-118xm98,-214v-39,0,-47,46,-47,101v0,69,14,99,46,99v33,0,47,-31,47,-101v0,-67,-14,-99,-46,-99"},"1":{"d":"109,-229r12,0r0,229r-26,0r0,-199v-19,7,-33,20,-55,24r0,-18","k":{",":20,".":20}},"2":{"d":"36,-172v-22,-33,29,-61,64,-61v73,0,75,85,32,130v-19,19,-24,27,-78,77r116,0r-8,26r-138,0r0,-16v41,-46,104,-91,108,-153v4,-62,-84,-51,-91,-7v-1,5,-1,4,-5,4"},"3":{"d":"35,-43v12,17,25,31,48,31v30,0,53,-25,53,-57v0,-41,-35,-59,-76,-40r-3,-13v39,-18,63,-22,63,-59v0,-49,-71,-39,-80,-3v-11,5,-9,-10,-13,-17v17,-41,121,-47,121,15v0,22,-11,37,-39,53v38,1,56,27,56,59v0,43,-36,80,-86,78v-28,-1,-57,-11,-63,-36v1,-7,11,-10,19,-11"},"4":{"d":"183,-81r0,21r-32,0r0,60r-26,0r0,-60r-114,0r0,-21r119,-147r21,0r0,147r32,0xm125,-81r0,-116r-92,116r92,0"},"5":{"d":"43,-49v10,17,25,35,53,35v51,0,58,-84,13,-101v-15,-6,-28,-10,-65,-15r-3,-6r29,-92r100,0r-6,26r-84,0r-15,49v66,9,94,27,101,82v9,73,-123,106,-143,35v4,-6,11,-13,20,-13"},"6":{"d":"24,-87v0,-75,49,-146,133,-146v9,1,15,11,10,17v-57,0,-99,34,-109,89v51,-38,117,-15,116,52v0,46,-32,79,-75,79v-44,0,-75,-37,-75,-91xm54,-104v-3,50,12,90,46,90v27,0,44,-21,44,-55v0,-59,-55,-68,-90,-35"},"7":{"d":"24,-228r154,0r0,15r-118,220r-25,-7v34,-72,78,-133,115,-202r-126,0r0,-26","k":{".":40,",":40,":":22,";":22}},"8":{"d":"114,-125v37,17,59,26,59,65v0,37,-33,64,-80,64v-45,0,-72,-22,-72,-58v0,-27,16,-47,52,-64v-71,-28,-47,-115,29,-115v38,0,61,19,61,51v0,24,-14,40,-49,57xm57,-179v0,29,16,33,43,47v27,-14,38,-27,38,-47v0,-23,-15,-38,-38,-38v-27,0,-43,15,-43,38xm88,-110v-56,19,-57,96,8,96v31,0,51,-16,51,-42v0,-22,-11,-32,-59,-54"},"9":{"d":"40,4v-10,1,-18,-13,-13,-18v58,5,104,-38,113,-93v-46,42,-119,17,-118,-47v0,-46,33,-79,77,-79v46,0,72,34,72,91v0,84,-56,146,-131,146xm95,-108v18,0,46,-6,48,-31v9,-89,-91,-103,-92,-20v0,33,17,51,44,51"},":":{"d":"50,-33v10,0,18,8,18,18v0,10,-8,19,-18,19v-10,0,-19,-8,-19,-18v0,-11,8,-19,19,-19xm50,-154v10,0,18,8,18,18v0,10,-8,19,-18,19v-10,0,-19,-9,-19,-19v0,-10,8,-18,19,-18","w":100},";":{"d":"50,-154v10,0,18,8,18,18v0,10,-8,19,-18,19v-10,0,-19,-9,-19,-19v0,-10,8,-18,19,-18xm49,-33v50,11,21,87,-18,96r-7,-8v20,-14,29,-25,32,-46v2,-14,-27,-11,-23,-26v0,-9,6,-16,16,-16","w":100},"<":{"d":"166,-191r0,24r-113,52r113,52r0,23r-139,-65r0,-21"},"=":{"d":"28,-143r137,0v7,-1,4,7,5,13v0,4,-1,4,-5,4r-137,0v-7,2,-4,-7,-5,-12v0,-4,1,-5,5,-5xm28,-102r137,0v7,-1,4,7,5,13v0,4,-1,4,-5,4r-137,0v-7,2,-4,-7,-5,-12v0,-4,1,-5,5,-5"},">":{"d":"27,-40r0,-24r114,-51r-114,-52r0,-24r139,65r0,21"},"?":{"d":"48,-90v-14,-28,79,-50,68,-75v1,-34,-43,-53,-74,-35v-12,1,-8,-13,-13,-20v3,-11,24,-12,35,-12v40,0,74,34,74,73v0,26,-11,38,-48,56v-23,11,-24,13,-25,52r-15,0v-2,-22,-2,-32,-2,-39xm57,-32v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,8,-18,18,-18","w":159},"@":{"d":"261,-144v1,47,-33,92,-82,92v-29,0,-20,-19,-16,-48v-23,33,-39,48,-56,48v-15,0,-26,-14,-26,-36v0,-44,43,-86,92,-92v-1,-7,17,-7,21,-3r-16,111v0,5,2,7,7,7v30,0,55,-35,55,-76v0,-45,-32,-75,-82,-75v-64,0,-114,52,-114,119v0,81,91,104,157,75v1,0,4,6,4,9v-11,10,-46,18,-69,17v-72,0,-118,-39,-118,-101v0,-74,66,-135,141,-135v59,0,102,37,102,88xm114,-73v27,-7,57,-43,57,-82v0,-5,-4,-7,-9,-7v-28,0,-60,38,-60,71v0,13,4,18,12,18","w":280},"A":{"d":"108,-228r22,0r88,228r-30,0r-27,-74r-100,0r-30,74r-29,0xm154,-91r-40,-108r-45,108r85,0","w":219},"B":{"d":"198,-69v0,69,-77,73,-162,69r0,-228v65,-2,142,-10,142,52v0,24,-11,38,-36,48v36,4,56,26,56,59xm148,-172v-1,-41,-38,-44,-84,-38r0,79v46,2,85,0,84,-41xm167,-67v0,-47,-50,-48,-103,-46r0,94v52,4,103,-2,103,-48","w":213},"C":{"d":"19,-109v0,-70,60,-127,142,-123v45,2,78,3,56,34v-69,-35,-166,-6,-166,84v0,84,93,125,162,84v9,2,6,24,-3,26v-11,4,-44,8,-67,8v-76,3,-124,-49,-124,-113","w":233,"k":{"C":13,"G":13,"O":13,"Q":13,"\u00d3":13,"\u0106":13,"A":-8,"\u0104":-8}},"D":{"d":"241,-119v0,74,-47,124,-137,119r-68,0r0,-229v36,-1,57,-1,82,-1v89,0,123,38,123,111xm209,-117v-2,-58,-26,-100,-97,-95v-10,0,-26,0,-48,1r0,193v91,8,148,-19,145,-99","w":259,"k":{",":14,".":14,"T":4,"V":4,"Y":5,"A":10,"\u0104":10,"J":-3,"X":5}},"E":{"d":"36,-228r147,0r0,20r-119,0r0,77r106,0r0,20r-106,0r0,90r120,0r0,21r-148,0r0,-228","k":{"J":-7,"Z":-11,"\u0179":-11,"\u017b":-11}},"F":{"d":"36,-228r148,0r0,20r-120,0r0,79r101,0r0,20r-101,0r0,109r-28,0r0,-228","w":173,"k":{"j":-10,"-":-10,",":34,".":34,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00d3":-5,"\u0106":-5,"A":11,"\u0104":11,"i":-10,"J":-6,"S":-7,"\u015a":-7,"*":-18}},"G":{"d":"224,-203v-13,15,-50,-19,-74,-10v-60,0,-99,39,-99,100v0,78,71,114,151,92r0,-92r28,0r0,107v-107,27,-211,2,-211,-101v1,-74,56,-130,140,-126v29,1,73,-6,65,30","w":253,"k":{"T":-9,"V":-4,"Y":-8,"A":-5,"\u0104":-5}},"H":{"d":"64,-130r139,0r0,-98r28,0r0,228r-28,0r0,-109r-139,0r0,109r-28,0r0,-228r28,0r0,98","w":266},"I":{"d":"36,-228r28,0r0,228r-28,0r0,-228","w":100},"J":{"d":"-24,39v46,10,60,-3,60,-74r0,-193r28,0r0,194v4,70,-24,96,-71,102v-24,3,-39,-18,-17,-29","w":100},"K":{"d":"36,-228r28,0r0,228r-28,0r0,-228xm180,-228r36,0r-117,101r122,127r-39,0r-116,-122","w":213,"k":{",":-18,".":-18,"-":8,"C":10,"G":10,"O":10,"Q":10,"\u00d3":10,"\u0106":10,"T":-26,"a":-4,"\u0105":-4,"c":4,"d":4,"o":4,"q":4,"\u00f3":4,"\u0107":4,"S":-14,"\u015a":-14,"*":-18,"v":6,"y":6}},"L":{"d":"36,-228r28,0r0,207r115,0r0,21r-143,0r0,-228","w":173,"k":{",":-14,".":-14,"-":28,"C":6,"G":6,"O":6,"Q":6,"\u00d3":6,"\u0106":6,"T":21,"V":16,"W":15,"Y":11,"A":-21,"\u0104":-21,"S":-16,"\u015a":-16,"u":-5,"*":45}},"M":{"d":"44,-228r28,0r89,184r95,-184r26,0r6,228r-28,0r-3,-192r-96,189r-9,2r-92,-189r-2,190r-26,0","w":320},"N":{"d":"31,-228r21,0r155,181r-5,-181r26,0r-1,227r-12,4r-165,-190r6,187r-25,0r0,-228","w":259},"O":{"d":"19,-112v0,-66,53,-122,126,-122v67,0,116,50,116,117v0,67,-50,123,-123,123v-66,0,-119,-52,-119,-118xm229,-111v0,-52,-32,-102,-90,-102v-51,0,-88,39,-88,94v0,58,42,104,93,104v48,0,85,-42,85,-96","w":280,"k":{",":14,".":14,"T":4,"V":4,"Y":5,"A":10,"\u0104":10,"J":-3,"X":5}},"P":{"d":"186,-163v-2,56,-48,81,-122,74r0,89r-28,0r0,-228v74,-4,153,-6,150,65xm156,-162v0,-48,-41,-52,-92,-48r0,101v53,5,92,-7,92,-53","k":{",":47,".":47,"A":19,"\u0104":19,"a":9,"\u0105":9,"c":6,"d":6,"o":6,"q":6,"\u00f3":6,"\u0107":6,"e":5,"\u0119":5}},"Q":{"d":"261,-117v0,55,-36,102,-88,116v29,29,54,41,81,41r2,15v-49,11,-91,-27,-121,-53v-69,1,-115,-54,-116,-115v0,-64,53,-119,125,-119v69,0,117,53,117,115xm229,-111v0,-52,-32,-102,-90,-102v-51,0,-88,40,-88,95v0,58,42,103,93,103v48,0,85,-42,85,-96","w":280,"k":{"J":-3,",":14,".":14,"T":4,"V":4,"Y":5,"A":10,"\u0104":10,"X":5}},"R":{"d":"36,-228v75,-3,149,-9,149,60v0,29,-16,50,-49,63v40,67,62,90,87,93v-3,5,-1,14,-10,14v-24,0,-36,-5,-51,-21v-14,-15,-30,-39,-54,-80v-12,2,-28,2,-44,2r0,97r-28,0r0,-228xm154,-165v0,-48,-43,-48,-90,-45r0,94v50,6,90,-6,90,-49","w":219,"k":{",":-11,".":-11,"-":7,"C":8,"G":8,"O":8,"Q":8,"\u00d3":8,"\u0106":8,":":-14,";":-14,"T":9,"V":5,"W":6,"Y":4,"J":-14,"a":-5,"\u0105":-5,"U":4}},"S":{"d":"20,-170v-8,-54,85,-79,130,-52v1,9,9,23,-2,25v-27,-22,-104,-24,-100,22v5,57,116,43,116,112v0,64,-101,83,-151,54v0,0,-8,-24,3,-26v30,24,123,28,120,-22v-4,-62,-122,-43,-116,-113","w":180,"k":{"T":-10,"V":-5,"W":-4,"Y":-8}},"T":{"d":"-10,-228r221,0r0,20r-97,0r0,208r-28,0r0,-208r-96,0r0,-20","w":199,"k":{",":36,".":36,"-":17,"C":8,"G":8,"O":8,"Q":8,"\u00d3":8,"\u0106":8,":":33,";":33,"V":-25,"W":-24,"Y":-30,"s":30,"\u015b":30,"A":24,"\u0104":24,"i":-10,"J":-6,"j":-10,"a":30,"\u0105":30,"c":32,"d":32,"o":32,"q":32,"\u00f3":32,"\u0107":32,"e":32,"\u0119":32,"S":-7,"\u015a":-7,"u":32,"*":-18,"z":14,"\u017a":14,"\u017c":14,"v":27,"y":27,"w":31,"g":27,"m":26,"n":26,"r":26,"\u0144":26}},"U":{"d":"217,-114v3,95,-27,118,-102,118v-39,0,-63,-13,-76,-34v-14,-22,-7,-146,-9,-198r28,0r0,114v-3,82,6,86,65,95v58,-6,69,-22,69,-95r0,-114r25,0r0,114","w":246,"k":{",":6,".":6,"A":9,"\u0104":9}},"V":{"d":"-3,-228r31,0r72,190r80,-190r28,0r-105,228r-17,0","w":199,"k":{",":31,".":31,"C":6,"G":6,"O":6,"Q":6,"\u00d3":6,"\u0106":6,":":11,";":11,"T":-28,"A":15,"\u0104":15,"i":-9,"a":13,"\u0105":13,"c":14,"d":14,"o":14,"q":14,"\u00f3":14,"\u0107":14,"e":13,"\u0119":13,"S":-4,"\u015a":-4,"u":9,"*":-23,"g":13,"m":9,"n":9,"r":9,"\u0144":9}},"W":{"d":"0,-228r29,0r65,190r67,-190r18,0r64,190r69,-190r28,0r-93,228r-18,0r-61,-182r-68,182r-18,0","w":333,"k":{",":36,".":36,"C":4,"G":4,"O":4,"Q":4,"\u00d3":4,"\u0106":4,":":10,";":10,"T":-27,"A":13,"\u0104":13,"i":-8,"a":12,"\u0105":12,"c":11,"d":11,"o":11,"q":11,"\u00f3":11,"\u0107":11,"e":10,"\u0119":10,"u":8,"*":-23,"v":-4,"y":-4,"g":11,"m":8,"n":8,"r":8,"\u0144":8}},"X":{"d":"7,-228r33,0r62,91r62,-91r32,0r-83,107r86,121r-33,0r-70,-103r-71,103r-33,0r93,-118","k":{"C":4,"G":4,"O":4,"Q":4,"\u00d3":4,"\u0106":4}},"Y":{"d":"-12,-228r33,0r65,109r67,-109r32,0r-90,128r0,100r-28,0r0,-99","w":166,"k":{",":25,".":25,"-":10,"C":8,"G":8,"O":8,"Q":8,"\u00d3":8,"\u0106":8,":":16,";":16,"T":-33,"A":16,"\u0104":16,"i":-14,"J":-9,"a":18,"\u0105":18,"c":17,"d":17,"o":17,"q":17,"\u00f3":17,"\u0107":17,"e":15,"\u0119":15,"S":-5,"\u015a":-5,"u":14,"*":-23,"g":17,"p":13}},"Z":{"d":"18,-228r177,0r0,12r-150,195r150,0r-3,21r-188,0r0,-13r153,-195r-139,0r0,-20","w":199,"k":{"J":-9,"v":9,"y":9}},"[":{"d":"35,-244r70,0r0,13r-46,0r0,310r46,0r0,12r-70,0r0,-335","w":133,"k":{"J":-29,"j":-25}},"\\":{"d":"37,-230r109,294r-17,0r-108,-294r16,0","w":146},"]":{"d":"98,91r-70,0r0,-12r46,0r0,-310r-46,0r0,-13r70,0r0,335","w":133},"^":{"d":"47,-125r-28,0r61,-104r34,0r60,104r-28,0r-50,-83"},"_":{"d":"0,37r171,0r0,19r-171,0r0,-19","w":171},"a":{"d":"119,-88v14,-65,-57,-55,-78,-29v-11,2,-9,-10,-10,-18v28,-29,114,-38,113,30r-1,77v1,21,20,6,32,5v6,24,-26,24,-37,27v-9,0,-14,-5,-17,-14v-46,19,-96,26,-98,-29v-1,-46,54,-40,96,-49xm118,-73v-25,7,-70,4,-70,31v0,35,39,27,70,17r0,-48","w":180},"b":{"d":"80,3v-18,0,-43,0,-50,-12r0,-240r26,0r0,108v55,-31,125,-14,125,55v0,52,-42,89,-101,89xm56,-124r0,100v44,16,97,1,97,-53v0,-57,-53,-70,-97,-47","w":200,"k":{"T":27}},"c":{"d":"111,-156v25,0,57,18,29,32v-17,-3,-24,-12,-40,-12v-33,0,-53,22,-53,58v0,60,60,76,101,45v11,28,-42,37,-61,37v-40,0,-69,-30,-69,-72v0,-48,43,-88,93,-88","w":159},"d":{"d":"19,-69v0,-62,60,-100,125,-83r0,-97r26,0r0,249r-26,0r0,-15v-55,37,-125,16,-125,-54xm144,-32r0,-91v-37,-26,-98,-9,-98,46v0,55,55,75,98,45","w":200,"k":{"T":-10}},"e":{"d":"147,-19v-45,44,-129,23,-129,-55v0,-49,29,-82,71,-82v36,0,57,26,57,69r-99,13v0,60,53,68,96,44xm46,-89r71,-11v-2,-25,-13,-40,-32,-40v-23,0,-38,19,-39,51","w":159,"k":{"x":-7}},"f":{"d":"141,-215v-44,-25,-91,-9,-79,63r51,0r0,18r-51,0r0,134r-26,0r0,-134r-23,0r0,-13r23,-5v-6,-62,30,-98,79,-98v34,0,48,18,26,35","w":106,"k":{",":14,".":14,"s":-9,"\u015b":-9,"f":-7,"j":-27,"t":-14,"*":-34,"b":-26,"h":-26,"k":-26,"l":-26,")":-36,"]":-36,"}":-36,"?":-36,"!":-29}},"g":{"d":"68,-39v-30,-5,-45,-25,-47,-55v-1,-43,42,-74,87,-58r59,0r0,18r-37,0v28,25,20,70,-12,87v-10,6,-17,8,-45,17v-14,4,-15,5,-15,9v0,8,7,11,48,16v49,6,57,8,65,40v0,34,-45,61,-102,61v-39,0,-61,-13,-61,-36v0,-20,18,-35,60,-51v-24,-4,-33,-10,-33,-24v5,-20,8,-13,33,-24xm89,-51v53,0,33,-90,-8,-90v-21,0,-35,16,-35,40v0,30,18,50,43,50xm84,13v-36,17,-49,28,-49,42v9,41,112,21,112,-15v0,-15,-12,-21,-63,-27","w":173,"k":{"j":-11,"c":5,"d":5,"o":5,"q":5,"\u00f3":5,"\u0107":5,"e":5,"\u0119":5}},"h":{"d":"138,0v-7,-48,21,-133,-30,-133v-14,0,-36,8,-52,18r0,115r-26,0r0,-249r26,0r0,116v49,-32,120,-42,108,49r0,84r-26,0","k":{"T":26}},"i":{"d":"30,-152r26,0r0,152r-26,0r0,-152xm44,-243v9,0,15,8,15,17v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,8,-17,17,-17","w":86,"k":{"T":-10}},"j":{"d":"-14,72v31,9,45,4,45,-43r0,-181r26,0r0,161v4,67,-18,80,-61,89v-24,0,-25,-17,-10,-26xm44,-243v9,0,16,8,16,17v0,9,-7,16,-16,16v-9,0,-17,-7,-17,-16v0,-9,8,-17,17,-17","w":86},"k":{"d":"30,-249r26,0r0,249r-26,0r0,-249xm133,-152r35,0r-80,65r84,87r-37,0r-77,-82","w":166,"k":{",":-4,".":-4,"-":9,"s":-9,"\u015b":-9,"a":-4,"\u0105":-4,"c":5,"d":5,"o":5,"q":5,"\u00f3":5,"\u0107":5,"u":-4}},"l":{"d":"30,-249r26,0r0,249r-26,0r0,-249","w":86},"m":{"d":"134,0v-6,-47,19,-136,-25,-134v-15,0,-34,9,-53,25r0,109r-26,0r0,-152r26,0r0,23v27,-20,44,-27,63,-27v19,0,30,8,37,25v25,-18,42,-25,61,-25v67,-3,43,91,47,156r-26,0v-7,-48,21,-137,-29,-134v-14,0,-31,7,-49,20r0,114r-26,0","w":293,"k":{"T":26}},"n":{"d":"138,0v-6,-45,19,-132,-25,-134v-17,0,-37,9,-57,25r0,109r-26,0r0,-152r26,0r0,23v26,-20,44,-27,65,-27v66,0,37,94,43,156r-26,0","k":{"T":26}},"o":{"d":"103,-156v47,0,79,31,79,76v0,48,-37,85,-87,85v-44,0,-77,-33,-77,-78v0,-48,35,-83,85,-83xm99,-138v-31,0,-52,21,-52,53v0,39,25,72,55,72v30,0,51,-25,51,-60v0,-37,-22,-65,-54,-65","w":199,"k":{"T":27}},"p":{"d":"181,-85v0,60,-60,104,-125,83r0,93v-3,4,-21,3,-26,0r0,-240v1,-7,16,-1,23,-3v7,-1,1,7,3,12v56,-34,125,-14,125,55xm56,-122r0,95v43,22,98,2,98,-50v0,-54,-56,-73,-98,-45","w":200,"k":{"T":27}},"q":{"d":"144,91r0,-100v-56,29,-125,9,-125,-56v0,-69,77,-108,148,-84v3,1,3,1,3,4r0,236v-4,4,-21,3,-26,0xm144,-25r0,-104v-47,-17,-97,2,-97,56v0,54,52,67,97,48","w":200},"r":{"d":"108,-156v22,-4,27,17,15,31v-36,-8,-36,-7,-67,40r0,85r-26,0r0,-152r26,0r0,42v21,-32,22,-41,52,-46","w":119,"k":{",":25,".":25,"-":5,":":-8,";":-8,"s":-9,"\u015b":-9,"x":-19,"f":-17,"i":-8,"j":-8,"a":-7,"\u0105":-7,"t":-17,"e":-4,"\u0119":-4,"u":-9,"z":-17,"\u017a":-17,"\u017c":-17,"v":-22,"y":-22,"w":-21,"g":-7,"b":-8,"h":-8,"k":-8,"l":-8,"m":-8,"n":-8,"r":-8,"\u0144":-8,"p":-8}},"s":{"d":"102,-39v0,-33,-90,-29,-83,-73v-6,-37,64,-57,96,-36v0,8,7,21,-3,22v-20,-18,-65,-17,-67,9v-2,31,93,29,83,75v5,42,-72,59,-108,36v-1,-9,-8,-22,3,-24v22,19,79,24,79,-9","w":140},"t":{"d":"121,-17v-28,33,-89,33,-89,-39r0,-78r-19,0r0,-6r40,-41r6,0r-1,29r61,0r0,18r-61,0v4,40,-15,119,26,117v10,0,18,-2,35,-10","w":119,"k":{":":-4,";":-4,"a":-6,"\u0105":-6,"e":-4,"\u0119":-4,"S":-13,"\u015a":-13}},"u":{"d":"55,-77v0,52,0,49,28,59v15,0,36,-9,55,-24r0,-110r25,0r0,152r-25,0r0,-23v-52,44,-121,41,-109,-54r0,-75r26,0r0,75","k":{"T":-10}},"v":{"d":"1,-152r28,0r46,124r53,-124r25,0r-73,152r-20,0","w":146,"k":{",":14,".":14,"-":-8,":":-5,";":-5,"s":-5,"\u015b":-5,"a":-5,"\u0105":-5,"b":-6,"h":-6,"k":-6,"l":-6}},"w":{"d":"4,-152r28,0r40,124r50,-124r14,0r41,122r50,-122r24,0r-70,152r-18,0r-38,-112r-47,112r-19,0","w":246,"k":{",":22,".":22,"-":-8,":":-4,";":-4,"s":-4,"\u015b":-4,"a":-4,"\u0105":-4,"b":-5,"h":-5,"k":-5,"l":-5}},"x":{"d":"4,-152r32,0r39,58r42,-58r27,0r-59,72r56,80r-31,0r-41,-62r-45,62r-28,0r62,-77","w":140},"y":{"d":"4,-152r30,0r40,124r54,-124r26,0r-122,245r-23,-8r49,-84","w":146,"k":{"s":-5,",":14,".":14,"-":-8,":":-5,";":-5,"\u015b":-5,"a":-5,"\u0105":-5,"b":-6,"h":-6,"k":-6,"l":-6}},"z":{"d":"13,-152r126,0r0,11r-100,121r100,0r-5,20r-130,0r0,-13r99,-121r-90,0r0,-18","w":140},"{":{"d":"109,-244r0,11v-77,-3,10,154,-75,156v52,1,40,62,40,114v0,31,8,39,35,42r0,12v-65,6,-58,-52,-58,-116v0,-32,-13,-46,-44,-46r0,-11v52,5,43,-53,43,-101v0,-45,16,-61,59,-61","w":133,"k":{"J":-29,"j":-25}},"|":{"d":"73,-228r25,0r0,285r-25,0r0,-285","w":171},"}":{"d":"24,91r0,-12v78,4,-10,-155,75,-156v-52,-2,-39,-60,-40,-113v0,-30,-8,-40,-35,-43r0,-11v65,-6,58,52,58,115v0,33,13,47,44,47r0,11v-52,-5,-43,53,-43,101v0,45,-16,61,-59,61","w":133},"~":{"d":"130,-90v-7,5,-49,-22,-71,-23v-12,0,-19,7,-29,25r-16,-10v14,-29,27,-40,48,-40v11,-4,60,26,71,23v13,0,20,-5,30,-23r16,9v-11,24,-23,36,-49,39"},"'":{"d":"56,-128r-5,-100r25,0v0,35,-3,67,-5,100r-15,0","w":126},"`":{"d":"62,-228r41,58r-10,3r-56,-51v2,-10,15,-7,25,-10","w":180},"\u0141":{"d":"36,-90r-26,19r0,-21r26,-20r0,-116r28,0r0,99r48,-35r0,22r-48,35r0,86r115,0r0,21r-143,0r0,-90","w":173,"k":{",":-14,".":-14,"-":28,"C":6,"G":6,"O":6,"Q":6,"\u00d3":6,"\u0106":6,"T":21,"V":16,"W":15,"Y":11,"A":-21,"\u0104":-21,"S":-16,"\u015a":-16,"u":-5,"*":45}},"\u0142":{"d":"33,-112r-33,25r0,-21r33,-24r0,-117r26,0r0,101r35,-26r0,21r-35,26r0,127r-26,0r0,-112","w":93},"\u00d3":{"d":"174,-306v11,2,17,8,26,12r-1,4r-70,43r-9,-4xm19,-112v0,-66,53,-122,126,-122v67,0,116,50,116,117v0,67,-50,123,-123,123v-66,0,-119,-52,-119,-118xm229,-111v0,-52,-32,-102,-90,-102v-51,0,-88,39,-88,94v0,58,42,104,93,104v48,0,85,-42,85,-96","w":280,"k":{",":14,".":14,"T":4,"V":4,"Y":5,"A":10,"\u0104":10,"J":-3,"X":5}},"\u00f3":{"d":"129,-228v9,1,16,4,24,6r0,4r-56,51r-10,-3xm103,-156v47,0,79,31,79,76v0,48,-37,85,-87,85v-44,0,-77,-33,-77,-78v0,-48,35,-83,85,-83xm99,-138v-31,0,-52,21,-52,53v0,39,25,72,55,72v30,0,51,-25,51,-60v0,-37,-22,-65,-54,-65","w":199,"k":{"T":27}},"\u0104":{"d":"225,54v-6,24,-55,19,-55,-9v0,-14,12,-29,35,-45r-17,0r-27,-74r-100,0r-30,74r-29,0r106,-228r22,0r88,228v-20,20,-27,31,-27,42v-1,16,19,15,34,12xm154,-91r-40,-108r-45,108r85,0","w":219},"\u0106":{"d":"19,-109v0,-70,60,-127,142,-123v45,2,78,3,56,34v-69,-35,-166,-6,-166,84v0,84,93,125,162,84v9,2,6,24,-3,26v-11,4,-44,8,-67,8v-76,3,-124,-49,-124,-113xm165,-306v11,2,17,8,26,12r-1,4r-70,43r-9,-4","w":233,"k":{"C":13,"G":13,"O":13,"Q":13,"\u00d3":13,"\u0106":13,"A":-8,"\u0104":-8}},"\u0118":{"d":"191,54v-6,24,-55,19,-55,-9v0,-14,12,-29,35,-45r-135,0r0,-228r147,0r0,20r-119,0r0,77r106,0r0,20r-106,0r0,90r120,0r0,21v-20,20,-27,31,-27,42v-1,16,19,15,34,12","k":{"J":-7,"Z":-11,"\u0179":-11,"\u017b":-11}},"\u0143":{"d":"31,-228r21,0r155,181r-5,-181r26,0r-1,227r-12,4r-165,-190r6,187r-25,0r0,-228xm152,-306v10,4,22,6,25,16r-70,43r-10,-4","w":259},"\u015a":{"d":"20,-170v-8,-54,85,-79,130,-52v1,9,9,23,-2,25v-27,-22,-104,-24,-100,22v5,57,116,43,116,112v0,64,-101,83,-151,54v0,0,-8,-24,3,-26v30,24,123,28,120,-22v-4,-62,-122,-43,-116,-113xm115,-306v11,2,17,8,26,12r-1,4r-70,43r-10,-4","w":180,"k":{"T":-10,"V":-5,"W":-4,"Y":-8}},"\u0179":{"d":"18,-228r177,0r0,12r-150,195r150,0r-3,21r-188,0r0,-13r153,-195r-139,0r0,-20xm125,-306v11,2,17,8,26,12r-1,4r-70,43r-9,-4","w":199,"k":{"J":-9,"v":9,"y":9}},"\u017b":{"d":"18,-228r177,0r0,12r-150,195r150,0r-3,21r-188,0r0,-13r153,-195r-139,0r0,-20xm110,-285v9,0,16,7,16,16v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16","w":199,"k":{"J":-9,"v":9,"y":9}},"\u0105":{"d":"119,-88v14,-65,-57,-55,-78,-29v-11,2,-9,-10,-10,-18v28,-29,114,-38,113,30r-1,77v1,21,20,6,32,5r0,12v-16,16,-39,36,-39,53v0,17,23,13,35,13v-7,22,-55,18,-55,-10v0,-14,10,-28,31,-43v-13,5,-22,0,-26,-12v-46,19,-96,26,-98,-29v-1,-46,54,-40,96,-49xm118,-73v-25,7,-70,4,-70,31v0,35,39,27,70,17r0,-48","w":180},"\u0107":{"d":"111,-156v25,0,57,18,29,32v-17,-3,-24,-12,-40,-12v-33,0,-53,22,-53,58v0,60,60,76,101,45v11,28,-42,37,-61,37v-40,0,-69,-30,-69,-72v0,-48,43,-88,93,-88xm121,-228v9,1,16,4,24,6r0,4r-56,51r-10,-3","w":159},"\u0119":{"d":"136,54v-6,24,-55,19,-55,-9v0,-15,13,-31,34,-45v-54,16,-97,-15,-97,-74v0,-49,29,-82,71,-82v36,0,57,26,57,69r-99,13v0,60,53,68,96,44v9,14,-6,21,-14,30v-20,20,-27,31,-27,42v-1,16,19,15,34,12xm46,-89r71,-11v-2,-25,-13,-40,-32,-40v-23,0,-38,19,-39,51","w":159,"k":{"x":-7}},"\u0144":{"d":"138,0v-6,-45,19,-132,-25,-134v-17,0,-37,9,-57,25r0,109r-26,0r0,-152r26,0r0,23v26,-20,44,-27,65,-27v66,0,37,94,43,156r-26,0xm118,-228v10,0,16,4,24,6r0,4r-56,51r-9,-3","k":{"T":26}},"\u015b":{"d":"102,-39v0,-33,-90,-29,-83,-73v-6,-37,64,-57,96,-36v0,8,7,21,-3,22v-20,-18,-65,-17,-67,9v-2,31,93,29,83,75v5,42,-72,59,-108,36v-1,-9,-8,-22,3,-24v22,19,79,24,79,-9xm91,-228v10,0,16,4,25,6r0,4r-57,51r-9,-3","w":140},"\u017a":{"d":"13,-152r126,0r0,11r-100,121r100,0r-5,20r-130,0r0,-13r99,-121r-90,0r0,-18xm91,-228v10,0,16,4,25,6r0,4r-57,51r-9,-3","w":140},"\u017c":{"d":"13,-152r126,0r0,11r-100,121r100,0r-5,20r-130,0r0,-13r99,-121r-90,0r0,-18xm78,-229v9,0,16,7,16,16v0,9,-8,16,-17,16v-9,0,-16,-7,-16,-16v0,-9,8,-16,17,-16","w":140},"\u00a0":{"w":86}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data (C) 1994, 2005 International Typeface Corporation. All rights
 * reserved.
 * 
 * Trademark:
 * ITC Legacy(R) is a trademark of International Typeface Corporation registered
 * in the U.S. Patent & Trademark Office and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * LegacySansITCPro-Medium
 * 
 * Designer:
 * Ronald Arnholm
 * 
 * Vendor URL:
 * http://www.itcfonts.com
 */
Cufon.registerFont({"w":195,"face":{"font-family":"Legacy Sans ITC Pro Medium","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 0 4 0 0 2 0 3","ascent":"249","descent":"-111","x-height":"5","bbox":"-38.1203 -309 347 98.2575","underline-thickness":"18","underline-position":"-18","stemh":"22","stemv":"34","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":86},"!":{"d":"44,-232r41,0v2,64,-9,116,-14,173r-13,0v-5,-57,-16,-109,-14,-173xm65,-41v12,0,22,10,22,23v0,12,-10,22,-23,22v-13,0,-22,-10,-22,-22v0,-13,10,-23,23,-23","w":129},"\"":{"d":"61,-123r-6,-105r30,0v1,38,-5,70,-7,105r-17,0xm117,-123r-6,-105r30,0v1,38,-4,70,-6,105r-18,0","w":196,"k":{"t":14,"s":14,"\u015b":14}},"#":{"d":"92,-162r49,0r16,-66r18,0r-17,66r49,0r-5,22r-49,0r-13,47r49,0r-5,22r-49,0r-18,71r-18,0r18,-71r-48,0r-18,71r-18,0r18,-71r-49,0r6,-22r49,0r12,-47r-49,0r6,-22r49,0r16,-66r18,0xm87,-140r-12,47r48,0r12,-47r-48,0","w":209},"$":{"d":"28,-41v21,-2,43,21,62,17r0,-78v-48,-20,-62,-35,-62,-63v0,-32,22,-54,62,-59r0,-26r19,0r0,26v12,0,29,2,44,5v11,1,10,33,-1,33v-11,-9,-29,-17,-43,-16r0,72v47,19,65,37,65,67v0,33,-24,55,-65,60r0,38r-19,0r0,-37v-21,-1,-51,-1,-63,-12v1,-9,-4,-21,1,-27xm91,-136r0,-66v-41,4,-39,56,0,66xm108,-95r0,70v41,-6,42,-58,0,-70"},"%":{"d":"64,-233v33,0,53,24,53,60v0,39,-21,63,-56,63v-33,0,-54,-23,-54,-60v0,-38,22,-63,57,-63xm62,-215v-16,0,-27,18,-27,45v0,26,10,42,27,42v17,0,27,-17,27,-44v0,-26,-11,-43,-27,-43xm195,-228r23,0r-157,232r-22,0xm198,-118v33,0,54,23,54,59v0,39,-22,63,-57,63v-33,0,-54,-23,-54,-60v0,-39,22,-62,57,-62xm197,-100v-16,0,-27,17,-27,44v0,26,9,42,26,42v17,0,27,-16,27,-44v0,-26,-10,-42,-26,-42","w":258},"&":{"d":"190,-129r31,0v-9,27,-23,55,-40,75v21,30,31,38,53,39r-1,15v-39,3,-49,1,-74,-30v-42,53,-144,42,-146,-29v0,-27,16,-47,51,-63v-47,-32,-20,-99,39,-99v33,0,55,18,55,46v0,24,-14,40,-43,50v20,14,36,29,52,51v9,-13,17,-33,23,-55xm98,-136v35,-7,40,-64,2,-66v-37,3,-35,52,-2,66xm82,-110v-47,16,-43,85,12,84v19,0,34,-6,51,-22v-20,-29,-31,-41,-63,-62","w":229},"(":{"d":"95,-246r15,14v-76,91,-74,221,0,311r-15,14v-97,-87,-96,-253,0,-339","w":136,"k":{"J":-25,"j":-27}},")":{"d":"41,93r-15,-14v76,-92,75,-220,0,-312r15,-13v97,87,96,252,0,339","w":136},"*":{"d":"33,-181v21,-1,36,4,54,6v-11,-15,-23,-27,-32,-44r20,-12v9,15,16,32,23,49v7,-17,12,-36,23,-49r19,12v-9,16,-21,29,-31,44v18,-2,33,-7,54,-6r0,23v-21,1,-36,-4,-54,-6v10,15,22,28,31,44r-19,12v-10,-14,-16,-32,-23,-49v-7,17,-14,34,-23,49r-20,-12v9,-17,21,-29,32,-44v-18,2,-33,7,-54,6r0,-23","w":196},"+":{"d":"86,-126r0,-59v-1,-9,11,-4,18,-5v6,0,5,0,5,6r0,58r59,0v10,-1,5,11,6,18v0,5,0,5,-6,5r-59,0r0,59v2,10,-10,5,-17,6v-5,0,-6,-1,-6,-6r0,-59r-59,0v-9,2,-3,-11,-5,-17v0,-5,0,-6,5,-6r59,0"},",":{"d":"49,-40v56,13,21,91,-19,104v-4,-4,-9,-8,-11,-14v22,-15,33,-30,33,-43v-1,-13,-28,-13,-24,-28v0,-11,9,-19,21,-19","w":100},"-":{"d":"20,-100r82,0r-6,28r-82,0","w":115,"k":{"V":6,"A":-3,"\u0104":-3,"T":19,"W":5,"Y":12}},".":{"d":"50,-41v12,0,22,10,22,23v0,12,-9,22,-22,22v-13,0,-23,-10,-23,-22v0,-13,10,-23,23,-23","w":100,"k":{"1":30}},"\/":{"d":"110,-229r21,0r-108,293r-22,0","w":151},"0":{"d":"101,-233v49,0,76,41,76,116v0,79,-28,121,-81,121v-51,0,-77,-40,-77,-116v0,-79,28,-121,82,-121xm56,-110v0,58,2,93,42,93v30,0,42,-30,42,-99v0,-67,-12,-95,-42,-95v-39,0,-42,44,-42,101","k":{"7":12,"4":-1,"1":13}},"1":{"d":"111,-230r14,0r0,230r-34,0r0,-193v-19,7,-33,20,-56,24r0,-22","k":{"9":22,"8":20,"7":31,"6":22,"5":26,"4":24,"3":23,"2":27,"1":36,"0":17,".":20,",":20}},"2":{"d":"35,-166v-26,-34,30,-67,67,-67v73,0,78,84,34,129v-19,19,-26,28,-76,73r115,0r-9,31r-144,0r0,-17v44,-48,101,-87,107,-149v6,-62,-81,-47,-87,-5v-1,5,-2,5,-7,5","k":{"7":12,"4":10,"1":17}},"3":{"d":"39,-47v12,15,23,31,45,31v28,0,48,-22,48,-53v-1,-40,-34,-55,-72,-38r-5,-16v44,-22,58,-16,62,-56v5,-46,-68,-36,-76,-2v-11,5,-13,-10,-14,-20v19,-40,129,-49,126,15v0,22,-11,36,-39,52v35,2,55,26,55,59v-1,45,-37,81,-89,79v-30,0,-58,-10,-65,-36v1,-12,13,-12,24,-15","k":{"7":17,"4":2,"1":23}},"4":{"d":"186,-84r0,26r-33,0r0,58r-33,0r0,-58r-111,0r0,-24r118,-146r26,0r0,144r33,0xm120,-84r0,-105r-83,105r83,0","k":{"7":17,"4":-6,"1":21}},"5":{"d":"47,-51v11,43,94,48,90,-12v-3,-47,-36,-54,-93,-62r-5,-7r28,-96r105,0r-6,31r-86,0r-12,43v62,9,101,29,101,82v0,43,-36,76,-82,76v-32,0,-71,-14,-61,-46v6,-3,11,-11,21,-9","k":{"7":7,"4":2,"1":18}},"6":{"d":"21,-89v0,-77,52,-144,138,-144v9,0,15,14,10,21v-56,-1,-99,33,-107,84v49,-37,117,-13,117,52v0,48,-32,80,-80,80v-47,0,-78,-36,-78,-93xm58,-102v-2,49,13,85,44,85v24,0,39,-20,39,-52v0,-55,-50,-65,-83,-33","k":{"7":7,"4":-3,"1":22}},"7":{"d":"23,-228r155,0r0,18r-115,218v-10,-4,-25,-3,-32,-10r113,-194r-121,0r0,-32","k":{"8":13,"7":4,"6":22,"5":23,"4":29,"3":8,"2":11,"1":14,".":40,",":40,":":24,";":24}},"8":{"d":"121,-125v37,17,56,26,56,65v0,39,-33,64,-83,64v-46,0,-76,-22,-76,-58v0,-27,17,-47,52,-62v-69,-29,-46,-117,34,-117v40,0,64,20,64,52v0,24,-14,41,-47,56xm104,-133v42,-14,45,-78,-4,-80v-41,-2,-52,49,-21,66v4,3,8,5,25,14xm87,-107v-49,16,-47,91,10,90v28,0,47,-15,47,-39v0,-21,-9,-29,-57,-51","k":{"7":10,"4":-2,"1":15}},"9":{"d":"176,-140v1,78,-53,141,-136,144v-12,0,-18,-15,-12,-21v58,1,99,-33,108,-87v-48,38,-117,14,-117,-50v0,-46,33,-79,81,-79v49,0,76,33,76,93xm139,-129v2,-47,-12,-83,-43,-83v-25,0,-40,19,-40,51v0,54,53,63,83,32","k":{"7":10,"4":3,"1":13}},":":{"d":"50,-41v12,0,22,10,22,23v0,12,-9,22,-22,22v-13,0,-23,-10,-23,-22v0,-13,10,-23,23,-23xm50,-155v12,0,22,10,22,23v0,12,-9,22,-22,22v-13,0,-23,-9,-23,-22v0,-13,10,-23,23,-23","w":100},";":{"d":"51,-155v12,0,22,10,22,23v0,12,-10,22,-23,22v-13,0,-22,-10,-22,-22v0,-13,10,-23,23,-23xm49,-40v57,13,21,90,-19,104v-4,-4,-9,-8,-11,-14v21,-15,33,-31,33,-43v-1,-13,-28,-13,-24,-28v0,-11,9,-19,21,-19","w":100},"<":{"d":"172,-201r0,30r-117,55r117,56r0,29r-148,-71r0,-27"},"=":{"d":"27,-146r141,0v9,-1,5,9,6,16v0,5,0,6,-6,6r-141,0v-9,1,-4,-10,-5,-16v0,-5,0,-6,5,-6xm27,-103r141,0v10,-2,5,9,6,16v0,5,0,6,-6,6r-141,0v-9,1,-4,-10,-5,-16v0,-5,0,-6,5,-6"},">":{"d":"24,-31r0,-29r117,-56r-117,-55r0,-30r148,72r0,27"},"?":{"d":"41,-95v-15,-25,78,-50,67,-74v1,-32,-43,-44,-69,-25v-15,2,-11,-13,-16,-23v1,-16,24,-16,38,-16v40,0,75,35,75,74v0,58,-83,40,-73,102r-20,0xm54,-40v12,0,22,9,22,22v0,12,-11,22,-23,22v-12,0,-22,-10,-22,-22v0,-13,10,-22,23,-22","w":154},"@":{"d":"79,-88v0,-45,45,-87,95,-91v-2,-10,16,-3,24,-5v2,0,4,2,2,4r-15,107v0,4,3,6,7,6v25,0,49,-36,49,-73v0,-44,-32,-74,-81,-74v-63,0,-114,51,-114,115v0,77,88,103,158,76v2,0,4,6,4,10v-9,12,-47,17,-71,17v-74,0,-121,-40,-121,-103v0,-75,65,-133,146,-133v63,0,107,36,107,89v1,48,-37,92,-90,92v-27,0,-21,-20,-16,-46v-22,31,-40,46,-57,46v-17,0,-27,-15,-27,-37xm166,-121r4,-32v0,-4,-3,-5,-8,-5v-27,0,-55,34,-55,66v0,10,3,15,9,15v11,0,29,-16,50,-44","w":285},"A":{"d":"108,-228r28,0r91,228r-41,0r-26,-72r-95,0r-29,72r-35,0xm152,-93r-37,-99r-40,99r77,0","w":227,"k":{"T":19,"W":12,"Y":11,",":-13,".":-13,"C":8,"G":8,"O":8,"Q":8,"\u00d3":8,"\u0106":8,"U":7,"V":13,"a":-1,"\u0105":-1,"b":-1,"h":-1,"k":-1,"l":-1,"e":-1,"\u0119":-1,"g":2,"-":-8,"t":1,"u":-1,"v":1,"y":1,"w":1}},"B":{"d":"204,-70v0,72,-88,74,-171,70r0,-228v65,-2,154,-14,153,50v0,23,-11,38,-37,48v34,6,55,27,55,60xm69,-133v43,1,79,1,78,-38v-1,-38,-31,-40,-78,-36r0,74xm164,-67v0,-45,-44,-47,-95,-45r0,90v48,3,95,-3,95,-45","w":218,"k":{"V":6,"A":4,"\u0104":4,"W":5,"Y":5,"C":1,"G":1,"O":1,"Q":1,"\u00d3":1,"\u0106":1}},"C":{"d":"158,-233v34,2,77,-5,64,34v0,5,-3,4,-7,5v-18,-6,-46,-16,-71,-16v-55,0,-87,39,-87,94v0,92,90,116,159,82v7,3,5,27,-5,29v-18,4,-45,9,-69,9v-77,3,-126,-48,-126,-114v0,-71,60,-127,142,-123","w":231,"k":{"A":-6,"\u0104":-6,"C":12,"G":12,"O":12,"Q":12,"\u00d3":12,"\u0106":12,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u0118":4,"\u0143":4}},"D":{"d":"249,-120v0,78,-52,124,-146,120r-70,0r0,-228v132,-13,216,-1,216,108xm209,-117v0,-77,-51,-102,-139,-90r0,185v87,7,139,-15,139,-95","w":265,"k":{"A":12,"\u0104":12,"T":1,"W":4,"Y":7,"V":6,"J":2,"X":7}},"E":{"d":"33,-228r154,0r0,23r-117,0r0,73r104,0r0,23r-104,0r0,85r120,0r0,24r-157,0r0,-228","w":198},"F":{"d":"33,-228r156,0r0,24r-119,0r0,74r101,0r0,25r-101,0r0,105r-37,0r0,-228","w":181,"k":{"j":-7,"?":-14,"-":-5,"A":18,"\u0104":18,",":20,".":20,"C":-2,"G":-2,"O":-2,"Q":-2,"\u00d3":-2,"\u0106":-2,"a":3,"\u0105":3,"u":2,"J":-3,"i":-8,"m":3,"n":3,"r":3,"\u0144":3}},"G":{"d":"225,-199v-14,18,-48,-19,-75,-11v-57,0,-93,37,-93,96v0,75,64,112,139,90r0,-89r37,0r0,107v-31,7,-62,10,-88,10v-79,3,-129,-43,-129,-113v0,-74,57,-124,141,-124v32,0,76,-5,68,34","w":255,"k":{"A":-3,"\u0104":-3,"T":-5,"Y":-3}},"H":{"d":"70,-132r127,0r0,-96r37,0r0,228r-37,0r0,-108r-127,0r0,108r-37,0r0,-228r37,0r0,96","w":266,"k":{"a":1,"\u0105":1,"e":-1,"\u0119":-1}},"I":{"d":"33,-228r37,0r0,228r-37,0r0,-228","w":102,"k":{"a":1,"\u0105":1,"e":-1,"\u0119":-1}},"J":{"d":"-26,33v39,7,59,6,59,-60r0,-201r37,0r0,193v5,70,-31,96,-79,103v-28,4,-40,-21,-17,-35","w":102,"k":{"A":1,"\u0104":1}},"K":{"d":"33,-228r37,0r0,228r-37,0r0,-228xm179,-228r44,0r-111,99r115,129r-50,0r-105,-122","w":218,"k":{"T":-23,",":-14,".":-14,":":-14,";":-14,"C":10,"G":10,"O":10,"Q":10,"\u00d3":10,"\u0106":10,"a":-4,"\u0105":-4,"e":3,"\u0119":3,"-":7,"u":2,"v":9,"y":9,"J":-11,"c":5,"d":5,"o":5,"q":5,"\u00f3":5,"\u0107":5,"S":-11,"\u015a":-11}},"L":{"d":"33,-228r37,0r0,204r111,0r0,24r-148,0r0,-228","w":176,"k":{"A":-18,"\u0104":-18,"T":23,"W":18,"Y":16,",":-18,".":-18,"C":6,"G":6,"O":6,"Q":6,"\u00d3":6,"\u0106":6,"U":3,"V":21,"-":26,"u":-4,"v":5,"y":5,"J":-11,"S":-13,"\u015a":-13,"*":43}},"M":{"d":"40,-228r35,0r85,176r90,-176r34,0r7,228r-36,0r-4,-180r-90,176r-15,3r-87,-180r-2,181r-31,0","w":320},"N":{"d":"30,-228r27,0r152,173r-5,-173r30,0r0,226r-19,6r-161,-181r5,177r-30,0","w":265,"k":{"a":1,"\u0105":1,"e":-1,"\u0119":-1}},"O":{"d":"138,5v-70,0,-122,-54,-122,-117v0,-70,56,-122,131,-122v70,0,120,49,120,117v0,71,-54,122,-129,122xm226,-110v0,-52,-32,-101,-87,-100v-48,0,-82,38,-82,92v0,57,38,100,88,100v47,0,81,-39,81,-92","w":282,"k":{"T":1,"A":12,"\u0104":12,"W":4,"Y":7,"V":6,"J":2,"X":7}},"P":{"d":"195,-161v0,58,-52,80,-125,74r0,87r-37,0r0,-228v46,-1,66,-2,70,-2v61,-2,92,19,92,69xm156,-159v0,-46,-37,-52,-86,-47r0,95v47,5,86,-5,86,-48","w":201,"k":{"-":3,"A":20,"\u0104":20,",":29,".":29,"a":3,"\u0105":3,"e":5,"\u0119":5,"J":3,"c":6,"d":6,"o":6,"q":6,"\u00f3":6,"\u0107":6}},"Q":{"d":"258,39r2,16v-52,11,-85,-12,-128,-52v-67,-1,-116,-51,-116,-116v0,-68,56,-120,129,-120v71,0,122,48,122,116v0,56,-34,101,-88,116v26,26,52,39,79,40xm226,-110v0,-52,-32,-101,-87,-100v-48,0,-82,38,-82,92v0,57,38,100,88,100v47,0,81,-39,81,-92","w":282,"k":{"A":12,"\u0104":12,"T":1,"W":4,"Y":7,"V":6,"J":2,"X":7}},"R":{"d":"212,3v-61,-9,-57,-25,-104,-101v-13,2,-23,2,-38,1r0,97r-37,0r0,-228v73,-2,163,-14,163,60v0,30,-17,50,-51,63v26,43,42,80,85,92v-3,10,-1,18,-18,16xm156,-165v0,-44,-39,-44,-86,-42r0,89v48,3,86,-5,86,-47","w":225,"k":{"T":-1,"W":6,"Y":5,",":-14,".":-14,"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"U":5,"V":6,"a":-6,"\u0105":-6,"e":-1,"\u0119":-1,"-":8,"u":-1,"v":2,"y":2,"c":1,"d":1,"o":1,"q":1,"\u00f3":1,"\u0107":1}},"S":{"d":"104,-233v31,-1,63,5,53,36r-8,4v-23,-22,-101,-26,-96,18v6,55,122,42,115,111v8,64,-107,85,-155,54v-1,-12,-7,-28,6,-30v27,24,118,33,114,-17v-5,-57,-115,-42,-115,-111v0,-39,34,-65,86,-65","w":182,"k":{"A":3,"\u0104":3,"T":-9,"W":-2,"Y":-6,"V":-2,"t":2}},"T":{"d":"-9,-228r224,0r0,24r-94,0r0,204r-37,0r0,-204r-93,0r0,-24","w":205,"k":{"A":26,"\u0104":26,"W":-21,"Y":-25,",":27,".":27,":":30,";":30,"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"V":-21,"a":29,"\u0105":29,"e":27,"\u0119":27,"g":29,"-":18,"u":27,"v":26,"y":26,"w":27,"J":-4,"i":-9,"c":28,"d":28,"o":28,"q":28,"\u00f3":28,"\u0107":28,"m":26,"n":26,"r":26,"\u0144":26,"S":-7,"\u015a":-7,"j":-8,"s":29,"\u015b":29,"p":18,"z":18,"\u017a":18,"\u017c":18,"?":-14}},"U":{"d":"118,4v-71,0,-88,-19,-88,-109r0,-123r37,0r0,122v-2,78,6,74,60,83v54,-6,67,-18,67,-89r0,-116r30,0r-2,115v3,95,-28,117,-104,117","w":252,"k":{"A":12,"\u0104":12,",":8,".":8,"b":1,"h":1,"k":1,"l":1,"m":1,"n":1,"r":1,"\u0144":1,"p":1}},"V":{"d":"-1,-228r41,0r68,184r77,-184r35,0r-107,228r-24,0","w":210,"k":{"?":-14,"-":7,"A":18,"\u0104":18,"T":-25,",":24,".":24,":":13,";":13,"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"a":14,"\u0105":14,"e":14,"\u0119":14,"g":15,"u":10,"i":-8,"c":16,"d":16,"o":16,"q":16,"\u00f3":16,"\u0107":16,"m":10,"n":10,"r":10,"\u0144":10,"S":-1,"\u015a":-1}},"W":{"d":"-1,-228r39,0r62,182r65,-182r21,0r61,183r67,-183r33,0r-95,228r-24,0r-57,-170r-63,170r-25,0","w":341,"k":{"A":17,"\u0104":17,"T":-23,",":21,".":21,":":13,";":13,"C":6,"G":6,"O":6,"Q":6,"\u00d3":6,"\u0106":6,"a":14,"\u0105":14,"e":13,"\u0119":13,"g":14,"-":5,"u":10,"v":-1,"y":-1,"i":-7,"c":14,"d":14,"o":14,"q":14,"\u00f3":14,"\u0107":14,"m":10,"n":10,"r":10,"\u0144":10,"S":-1,"\u015a":-1}},"X":{"d":"7,-228r43,0r58,87r60,-87r38,0r-84,107r86,121r-44,0r-64,-97r-67,97r-39,0r92,-117","w":204,"k":{"-":2,",":-16,".":-16,"C":6,"G":6,"O":6,"Q":6,"\u00d3":6,"\u0106":6,"a":-2,"\u0105":-2,"e":3,"\u0119":3,"u":4,"v":8,"y":8,"c":5,"d":5,"o":5,"q":5,"\u00f3":5,"\u0107":5}},"Y":{"d":"-10,-228r43,0r62,104r63,-104r38,0r-89,128r0,100r-38,0r0,-99","w":180,"k":{"A":20,"\u0104":20,"T":-28,",":21,".":21,":":19,";":19,"C":10,"G":10,"O":10,"Q":10,"\u00d3":10,"\u0106":10,"a":20,"\u0105":20,"e":18,"\u0119":18,"g":20,"-":13,"u":16,"v":4,"y":4,"i":-12,"c":19,"d":19,"o":19,"q":19,"\u00f3":19,"\u0107":19,"S":-2,"\u015a":-2,"s":14,"\u015b":14,"p":15,"?":-14}},"Z":{"d":"15,-228r184,0r0,15r-145,189r145,0r-4,24r-191,0r0,-15r146,-189r-135,0r0,-24","w":202,"k":{"v":10,"y":10,"J":-20}},"[":{"d":"36,-244r75,0r0,18r-44,0r0,299r44,0r0,18r-75,0r0,-335","w":136,"k":{"J":-25,"j":-27}},"\\":{"d":"42,-229r109,293r-22,0r-108,-293r21,0","w":151},"]":{"d":"100,91r-76,0r0,-18r45,0r0,-299r-45,0r0,-18r76,0r0,335","w":136},"^":{"d":"53,-120r-35,0r58,-109r44,0r58,109r-36,0r-44,-82"},"_":{"d":"0,35r171,0r0,23r-171,0r0,-23","w":171},"a":{"d":"113,-89v1,-42,0,-37,-30,-43v-21,0,-33,5,-45,19r-10,-2v-9,-39,37,-38,66,-41v65,-7,55,60,51,116v-2,30,16,14,33,13v6,27,-28,28,-42,31v-10,0,-17,-5,-20,-14v-47,19,-98,26,-98,-29v0,-47,48,-40,95,-50xm113,-71v-24,7,-62,2,-62,28v0,30,31,24,62,15r0,-43","w":178,"k":{"v":2,"y":2,"w":2,"j":-1}},"b":{"d":"185,-86v0,73,-92,111,-159,79r0,-242r34,0r0,107v58,-30,125,-13,125,56xm60,-121r0,95v44,14,89,1,89,-51v0,-54,-48,-63,-89,-44","w":199,"k":{"y":1,"T":28,"t":3,"v":1,"w":1,"x":3}},"c":{"d":"109,-156v20,0,48,5,40,26v-6,4,-7,11,-18,10v-34,-25,-81,-9,-81,40v0,58,56,72,96,44v16,26,-40,40,-62,40v-40,0,-69,-29,-69,-72v0,-50,40,-88,94,-88","w":157,"k":{"b":1,"h":1,"k":1,"l":1}},"d":{"d":"140,-249r34,0r0,249r-34,0r0,-15v-50,36,-125,16,-125,-53v0,-59,58,-99,125,-84r0,-97xm140,-34r0,-85v-37,-22,-90,-8,-90,42v0,52,51,69,90,43","w":199,"k":{"T":-8}},"e":{"d":"146,-35v18,30,-41,38,-62,39v-43,0,-69,-28,-69,-76v0,-50,30,-84,74,-84v40,0,62,26,62,75r-100,10v2,56,54,57,95,36xm51,-90r62,-8v-1,-25,-11,-38,-28,-38v-20,0,-33,17,-34,46","w":162,"k":{"t":1,"x":-4}},"f":{"d":"133,-212v-38,-27,-79,-4,-67,60r51,0r0,22r-51,0r0,130r-34,0r0,-130r-24,0r0,-15v8,-5,25,0,24,-14v-4,-57,35,-90,81,-90v21,0,45,9,37,22v-6,5,-6,16,-17,15","w":109,"k":{":":-11,";":-11,"a":-5,"\u0105":-5,"b":-23,"h":-23,"k":-23,"l":-23,"e":-2,"\u0119":-2,"t":-13,"i":7,"c":-1,"d":-1,"o":-1,"q":-1,"\u00f3":-1,"\u0107":-1,"s":-8,"\u015b":-8,"*":-18,"?":-29,")":-32,"]":-32,"}":-32}},"g":{"d":"66,-39v-31,-4,-46,-24,-47,-54v-1,-46,48,-76,97,-58r59,-1r0,22r-36,0v35,41,-2,94,-54,98v-4,2,-22,3,-22,11v-3,12,97,14,98,27v10,7,15,16,15,28v0,35,-48,62,-107,62v-39,0,-64,-14,-64,-37v0,-19,17,-32,60,-47v-23,-4,-32,-11,-32,-25v4,-19,9,-15,33,-26xm92,-52v44,-6,32,-85,-7,-85v-20,0,-33,15,-33,38v0,28,14,45,40,47xm85,17v-31,12,-46,24,-46,37v0,39,112,20,108,-13v-3,-22,-38,-21,-62,-24","w":178,"k":{"e":5,"\u0119":5,"c":6,"d":6,"o":6,"q":6,"\u00f3":6,"\u0107":6,"j":-7}},"h":{"d":"134,0v-7,-44,20,-128,-27,-128v-13,0,-30,6,-47,16r0,112r-34,0r0,-249r34,0r0,113v51,-31,108,-35,108,49r0,87r-34,0","w":193,"k":{"T":27,"v":1,"y":1,"w":1}},"i":{"d":"26,-152r34,0r0,152r-34,0r0,-152xm44,-246v11,0,19,10,19,21v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-12,9,-21,21,-21","w":86,"k":{"T":-8}},"j":{"d":"-16,67v31,6,43,7,43,-39r0,-180r34,0r0,162v4,59,-25,84,-66,88v-32,3,-27,-21,-11,-31xm44,-246v11,0,20,10,20,21v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-11,9,-21,20,-21","w":86},"k":{"d":"26,-249r34,0r0,249r-34,0r0,-249xm134,-152r42,0r-77,63r81,89r-46,0r-72,-82","w":174,"k":{".":-2,",":-2,"a":-1,"\u0105":-1,"e":4,"\u0119":4,"g":1,"-":11,"u":-3,"c":5,"d":5,"o":5,"q":5,"\u00f3":5,"\u0107":5,"s":-8,"\u015b":-8}},"l":{"d":"26,-249r34,0r0,249r-34,0r0,-249","w":86,"k":{"v":-2,"y":-2}},"m":{"d":"130,-87v5,-60,-39,-44,-70,-20r0,107r-34,0r0,-152r34,0r0,21v38,-28,77,-39,99,-1v47,-37,109,-37,109,39r0,93r-34,0r0,-89v3,-54,-38,-43,-70,-22r0,111r-34,0r0,-87","w":293,"k":{"v":1,"T":27,"y":1,"w":1}},"n":{"d":"134,0v-6,-42,18,-128,-23,-128v-15,0,-32,7,-51,21r0,107r-34,0r0,-152r34,0r0,21v27,-19,43,-25,63,-25v66,0,40,93,45,156r-34,0","w":193,"k":{"w":1,"T":27,"v":1,"y":1}},"o":{"d":"105,-156v47,0,80,31,80,77v0,49,-38,84,-89,84v-48,0,-81,-33,-81,-79v0,-49,37,-82,90,-82xm148,-71v0,-74,-97,-86,-96,-12v0,37,22,66,50,66v27,0,46,-22,46,-54","w":199,"k":{"y":1,"w":1,"v":1,"T":28,"t":3,"x":3}},"p":{"d":"60,-2r0,92v-4,8,-22,1,-31,3v-3,0,-3,0,-3,-3r0,-239v4,-8,22,-1,31,-3v7,0,2,7,3,13v55,-35,125,-15,125,53v0,60,-60,104,-125,84xm60,-118r0,86v40,21,89,6,89,-45v0,-52,-51,-66,-89,-41","w":199,"k":{"y":1,"t":3,"T":28,"v":1,"w":1,"x":3}},"q":{"d":"15,-65v0,-74,92,-112,159,-80r0,235v-4,8,-22,1,-31,3v-3,0,-3,0,-3,-3r0,-99v-58,28,-125,11,-125,-56xm140,-30r0,-96v-43,-15,-88,1,-88,51v0,52,47,63,88,45","w":199,"k":{"j":-11}},"r":{"d":"112,-156v11,1,27,4,22,18v-5,6,-2,20,-14,19v-29,-13,-35,-2,-60,37r0,82r-34,0r0,-152r34,0r0,40v20,-31,22,-38,52,-44","w":126,"k":{",":21,".":21,":":-6,";":-6,"a":-5,"\u0105":-5,"b":-6,"h":-6,"k":-6,"l":-6,"e":-3,"\u0119":-3,"g":-5,"-":5,"t":-14,"u":-6,"v":-18,"y":-18,"w":-17,"i":-6,"c":-2,"d":-2,"o":-2,"q":-2,"\u00f3":-2,"\u0107":-2,"m":-6,"n":-6,"r":-6,"\u0144":-6,"j":-6,"s":-6,"\u015b":-6,"p":-6,"x":-15,"f":-15,"z":-13,"\u017a":-13,"\u017c":-13}},"s":{"d":"17,-109v-7,-41,72,-60,104,-38v1,10,7,24,-5,25v-19,-16,-66,-19,-66,6v0,29,93,27,84,71v4,46,-70,59,-114,42v-4,-6,-12,-30,2,-30v20,17,78,25,78,-6v0,-31,-90,-23,-83,-70","w":145,"k":{"t":1}},"t":{"d":"125,-16v-31,31,-95,32,-95,-38r0,-76r-20,0r0,-9r45,-46r9,0r-1,33r60,0r0,21r-60,0v5,39,-16,108,24,111v10,1,22,-7,36,-9","w":122,"k":{";":-3,":":-3,"a":-6,"\u0105":-6,"b":-3,"h":-3,"k":-3,"l":-3,"e":-3,"\u0119":-3,"c":-1,"d":-1,"o":-1,"q":-1,"\u00f3":-1,"\u0107":-1,"S":-10,"\u015a":-10}},"u":{"d":"59,-152v6,44,-19,130,26,129v13,0,31,-7,48,-20r0,-109r34,0r0,152r-33,0r0,-20v-49,38,-121,37,-109,-52r0,-80r34,0","w":193,"k":{"T":-8}},"v":{"d":"-1,-152r38,0r43,115r47,-115r31,0r-73,152r-24,0","w":151,"k":{"\u00f3":2,"o":2,";":-3,",":14,".":14,":":-3,"a":-1,"\u0105":-1,"b":-5,"h":-5,"k":-5,"l":-5,"g":-1,"-":-5,"c":2,"d":2,"q":2,"\u0107":2,"s":-2,"\u015b":-2}},"w":{"d":"2,-152r36,0r38,116r45,-116r20,0r37,116r46,-116r30,0r-70,152r-25,0r-34,-102r-42,102r-25,0","w":249,"k":{"\u00f3":2,"o":2,";":-2,",":14,".":14,":":-2,"a":-1,"\u0105":-1,"b":-4,"h":-4,"k":-4,"l":-4,"-":-4,"c":2,"d":2,"q":2,"\u0107":2,"s":-2,"\u015b":-2}},"x":{"d":"4,-152r40,0r37,53r39,-53r35,0r-61,72r59,80r-40,0r-40,-58r-41,58r-36,0r63,-77","w":150,"k":{"c":1,"d":1,"o":1,"q":1,"\u00f3":1,"\u0107":1}},"y":{"d":"2,-152r39,0r37,116r50,-116r32,0r-124,247r-30,-9r52,-85","w":151,"k":{"s":-2,"e":1,"c":2,"a":-1,";":-3,":":-3,",":14,".":14,"\u0105":-1,"b":-5,"h":-5,"k":-5,"l":-5,"g":-1,"-":-5,"d":2,"o":2,"q":2,"\u00f3":2,"\u0107":2,"\u015b":-2}},"z":{"d":"13,-152r131,0r0,14r-95,115r95,0r-5,23r-136,0r0,-15r95,-115r-85,0r0,-22","w":145},"{":{"d":"50,-130v0,-67,-6,-125,66,-115r0,18v-76,-10,5,145,-71,150v46,4,34,63,36,116v0,27,7,34,35,35r0,17v-75,10,-66,-47,-66,-115v0,-33,-9,-43,-42,-44r0,-17v35,-1,42,-10,42,-45","w":136,"k":{"J":-25,"j":-27}},"|":{"d":"69,-228r34,0r0,285r-34,0r0,-285","w":171},"}":{"d":"87,-183v-1,46,-11,105,42,98r0,17v-99,-10,24,173,-109,159r0,-17v77,11,-6,-145,71,-151v-46,-3,-34,-63,-36,-115v0,-26,-8,-34,-35,-35r0,-18v49,1,68,11,67,62","w":136},"~":{"d":"129,-91v-5,4,-44,-20,-67,-20v-11,0,-19,7,-28,24r-19,-13v13,-28,21,-40,49,-43v12,-4,60,22,69,20v12,0,18,-5,28,-21r20,12v-13,28,-24,37,-52,41"},"'":{"d":"56,-123r-6,-105r30,0v1,38,-5,70,-7,105r-17,0","w":129,"k":{"t":14,"s":14,"\u015b":14}},"`":{"d":"63,-232v17,18,29,42,45,62r-14,2r-58,-49v0,-14,19,-9,27,-15","w":180},"\u0141":{"d":"33,-88r-27,20r0,-25r27,-20r0,-115r37,0r0,94r48,-37r0,26r-48,36r0,85r111,0r0,24r-148,0r0,-88","w":176,"k":{"A":-18,"\u0104":-18,"T":23,"W":18,"Y":16,",":-18,".":-18,"C":6,"G":6,"O":6,"Q":6,"\u00d3":6,"\u0106":6,"U":3,"V":21,"-":26,"u":-4,"v":5,"y":5,"J":-11,"S":-13,"\u015a":-13,"*":43}},"\u0142":{"d":"26,-109r-31,24r0,-24r31,-23r0,-117r34,0r0,97r34,-24r0,23r-34,25r0,128r-34,0r0,-109","w":86},"\u00d3":{"d":"174,-309v12,2,19,10,30,14r-1,7r-71,42r-14,-5xm138,5v-70,0,-122,-54,-122,-117v0,-70,56,-122,131,-122v70,0,120,49,120,117v0,71,-54,122,-129,122xm226,-110v0,-52,-32,-101,-87,-100v-48,0,-82,38,-82,92v0,57,38,100,88,100v47,0,81,-39,81,-92","w":282,"k":{"T":1,"A":12,"\u0104":12,"W":4,"Y":7,"V":6,"J":2,"X":7}},"\u00f3":{"d":"82,-170v15,-20,28,-43,45,-62r27,9r0,6r-59,49xm105,-156v47,0,80,31,80,77v0,49,-38,84,-89,84v-48,0,-81,-33,-81,-79v0,-49,37,-82,90,-82xm148,-71v0,-74,-97,-86,-96,-12v0,37,22,66,50,66v27,0,46,-22,46,-54","w":199,"k":{"y":1,"w":1,"v":1,"T":28,"t":3,"x":3}},"\u0104":{"d":"209,0r-23,0r-26,-72r-95,0r-29,72r-35,0r107,-228r28,0r91,228v-18,19,-25,30,-25,41v-1,16,21,15,36,12v-5,28,-61,22,-61,-9v0,-14,10,-27,32,-44xm152,-93r-37,-99r-40,99r77,0","w":227,"k":{"T":19,"W":12,"Y":11,",":-13,".":-13,"C":8,"G":8,"O":8,"Q":8,"\u00d3":8,"\u0106":8,"U":7,"V":13,"a":-1,"\u0105":-1,"b":-1,"h":-1,"k":-1,"l":-1,"e":-1,"\u0119":-1,"g":2,"-":-8,"t":1,"u":-1,"v":1,"y":1,"w":1}},"\u0106":{"d":"158,-233v34,2,77,-5,64,34v0,5,-3,4,-7,5v-18,-6,-46,-16,-71,-16v-55,0,-87,39,-87,94v0,92,90,116,159,82v7,3,5,27,-5,29v-18,4,-45,9,-69,9v-77,3,-126,-48,-126,-114v0,-71,60,-127,142,-123xm163,-309v12,2,19,10,30,14r-1,7r-70,42r-14,-5","w":231,"k":{"A":-6,"\u0104":-6,"C":12,"G":12,"O":12,"Q":12,"\u00d3":12,"\u0106":12,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u0118":4,"\u0143":4}},"\u0118":{"d":"171,0r-138,0r0,-228r154,0r0,23r-117,0r0,73r104,0r0,23r-104,0r0,85r120,0r0,24v-18,19,-25,30,-25,41v-1,16,21,15,36,12v-5,28,-61,22,-61,-9v0,-14,9,-27,31,-44","w":198},"\u0143":{"d":"30,-228r27,0r152,173r-5,-173r30,0r0,226r-19,6r-161,-181r5,177r-30,0xm149,-309v12,2,19,10,30,14r-1,7r-70,42r-14,-5","w":265,"k":{"a":1,"\u0105":1,"e":-1,"\u0119":-1}},"\u015a":{"d":"104,-233v31,-1,63,5,53,36r-8,4v-23,-22,-101,-26,-96,18v6,55,122,42,115,111v8,64,-107,85,-155,54v-1,-12,-7,-28,6,-30v27,24,118,33,114,-17v-5,-57,-115,-42,-115,-111v0,-39,34,-65,86,-65xm114,-309v13,2,20,10,31,14r-1,7r-71,42r-14,-5","w":182,"k":{"A":3,"\u0104":3,"T":-9,"W":-2,"Y":-6,"V":-2,"t":2}},"\u0179":{"d":"15,-228r184,0r0,15r-145,189r145,0r-4,24r-191,0r0,-15r146,-189r-135,0r0,-24xm121,-309v12,2,19,10,30,14r-1,7r-70,42r-14,-5","w":202,"k":{"v":10,"y":10,"J":-20}},"\u017b":{"d":"15,-228r184,0r0,15r-145,189r145,0r-4,24r-191,0r0,-15r146,-189r-135,0r0,-24xm112,-301v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-12,8,-20,20,-20","w":202,"k":{"v":10,"y":10,"J":-20}},"\u0105":{"d":"113,-89v1,-42,0,-37,-30,-43v-21,0,-33,5,-45,19r-10,-2v-9,-39,37,-38,66,-41v65,-7,55,60,51,116v-2,30,16,14,33,13v0,11,1,19,-8,22v-25,24,-31,35,-31,46v-1,16,21,15,36,12v-5,28,-61,22,-61,-9v0,-13,8,-26,27,-41v-12,3,-22,-3,-25,-13v-47,19,-98,26,-98,-29v0,-47,48,-40,95,-50xm113,-71v-24,7,-62,2,-62,28v0,30,31,24,62,15r0,-43","w":178,"k":{"v":2,"y":2,"w":2,"j":-1}},"\u0107":{"d":"109,-156v20,0,48,5,40,26v-6,4,-7,11,-18,10v-34,-25,-81,-9,-81,40v0,58,56,72,96,44v16,26,-40,40,-62,40v-40,0,-69,-29,-69,-72v0,-50,40,-88,94,-88xm75,-170v16,-20,27,-45,45,-62r27,9r0,6r-59,49","w":157,"k":{"b":1,"h":1,"k":1,"l":1}},"\u0119":{"d":"138,53v-5,28,-60,22,-60,-9v0,-14,8,-27,29,-43v-54,13,-93,-17,-92,-73v0,-50,30,-84,74,-84v40,0,62,26,62,75r-100,10v2,56,54,57,95,36r5,15v-21,15,-55,53,-48,61v-1,16,20,15,35,12xm51,-90r62,-8v-1,-25,-11,-38,-28,-38v-20,0,-33,17,-34,46","w":162,"k":{"t":1,"x":-4}},"\u0144":{"d":"134,0v-6,-42,18,-128,-23,-128v-15,0,-32,7,-51,21r0,107r-34,0r0,-152r34,0r0,21v27,-19,43,-25,63,-25v66,0,40,93,45,156r-34,0xm73,-170v15,-20,28,-43,45,-62r27,9r0,6r-58,49","w":193,"k":{"T":27,"v":1,"y":1,"w":1}},"\u015b":{"d":"17,-109v-7,-41,72,-60,104,-38v1,10,7,24,-5,25v-19,-16,-66,-19,-66,6v0,29,93,27,84,71v4,46,-70,59,-114,42v-4,-6,-12,-30,2,-30v20,17,78,25,78,-6v0,-31,-90,-23,-83,-70xm50,-170v15,-20,28,-43,45,-62r27,9r0,6r-59,49","w":145,"k":{"t":1}},"\u017a":{"d":"13,-152r131,0r0,14r-95,115r95,0r-5,23r-136,0r0,-15r95,-115r-85,0r0,-22xm50,-170v15,-20,28,-43,45,-62r27,9r0,6r-59,49","w":145},"\u017c":{"d":"13,-152r131,0r0,14r-95,115r95,0r-5,23r-136,0r0,-15r95,-115r-85,0r0,-22xm77,-231v11,0,20,9,20,20v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-12,8,-20,20,-20","w":145},"\u00a0":{"w":86}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data (C) 1994, 2005 International Typeface Corporation. All rights
 * reserved.
 * 
 * Trademark:
 * ITC Legacy(R) is a trademark of International Typeface Corporation registered
 * in the U.S. Patent & Trademark Office and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * LegacySansITCPro-BookItalic
 * 
 * Designer:
 * Ronald Arnholm
 * 
 * Vendor URL:
 * http://www.itcfonts.com
 */
Cufon.registerFont({"w":186,"face":{"font-family":"Legacy Sans ITC Pro Book","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 6 0 0 9 0 4","ascent":"249","descent":"-111","x-height":"4","bbox":"-68 -299 353 96.7587","underline-thickness":"17.64","underline-position":"-29.88","slope":"-12","stemh":"18","stemv":"32","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":79},"!":{"d":"62,-56r-11,0r18,-135r9,-39v6,-5,24,-2,33,-1v-13,62,-33,117,-49,175xm49,-34v10,0,18,9,18,19v0,11,-8,19,-19,19v-11,0,-18,-8,-18,-18v0,-11,8,-20,19,-20","w":126},"\"":{"d":"86,-132r-14,0r13,-92v1,-7,22,-6,26,-1xm140,-132r-15,0r13,-92v2,-8,19,-3,27,-3"},"#":{"d":"88,-161r50,0r18,-66r15,0r-18,66r49,0r-5,19r-49,0r-14,51r49,0r-5,19r-49,0r-20,72r-15,0r20,-72r-50,0r-20,72r-14,0r19,-72r-49,0r5,-19r49,0r14,-51r-49,0r5,-19r49,0r18,-66r15,0xm83,-142r-14,51r50,0r14,-51r-50,0"},"$":{"d":"51,-166v0,-33,26,-58,68,-56r5,-26r13,0r-6,27v35,4,44,9,31,33v-13,-4,-19,-13,-35,-15r-18,79v29,32,45,32,45,65v0,33,-30,58,-71,59r-8,37r-13,0r9,-38v-36,-6,-56,-2,-46,-30v11,-8,33,15,50,11r18,-84v-22,-21,-42,-32,-42,-62xm115,-204v-43,1,-54,45,-16,71xm103,-94r-16,75v43,-4,54,-49,16,-75"},"%":{"d":"131,-185v3,43,-22,84,-62,85v-25,0,-41,-19,-41,-47v0,-58,67,-103,99,-54v38,13,63,0,87,-27v6,1,15,-2,16,3r-172,236r-13,-9r147,-195v-20,13,-38,16,-61,8xm90,-206v-26,1,-38,37,-38,64v0,17,7,26,19,26v21,0,40,-30,40,-65v0,-16,-8,-25,-21,-25xm145,-46v0,-37,24,-75,63,-76v25,0,41,19,41,46v0,41,-28,76,-61,76v-26,0,-43,-19,-43,-46xm207,-106v-20,0,-37,29,-37,64v0,17,6,26,18,26v21,0,40,-30,40,-65v0,-15,-7,-25,-21,-25","w":263},"&":{"d":"19,-89v0,-59,65,-118,113,-74r63,-65v8,1,19,-2,25,1r-170,171v17,27,38,36,76,36v70,0,109,-57,100,-136v-34,0,-48,16,-45,57r-20,0v-3,-52,26,-76,69,-78v26,-1,106,32,81,70r-6,0v-16,-23,-40,-42,-63,-47v12,93,-38,157,-122,158v-61,0,-101,-37,-101,-93xm43,-73r71,-72v-30,-35,-76,0,-74,47v0,10,1,17,3,25","w":306},"(":{"d":"138,-247r6,8v-95,89,-128,205,-69,324r-9,6v-95,-114,-19,-285,72,-338","w":126,"k":{"J":-25,"j":-29}},")":{"d":"-13,91r-6,-7v68,-65,97,-131,97,-213v0,-44,-7,-76,-28,-112r9,-6v62,82,57,186,-2,269v-19,26,-40,46,-70,69","w":126},"*":{"d":"114,-184r28,-46r17,11r-35,42r55,2r-2,19v-19,-1,-36,-5,-54,-8r27,47r-19,8r-19,-50r-28,46r-17,-11r35,-42r-55,-1r2,-20v19,1,36,5,54,8r-27,-47r19,-8","k":{"A":18,"\u0104":18}},"+":{"d":"92,-123r0,-60v-2,-8,8,-4,13,-5v5,0,4,1,4,5r0,60r60,0v7,-1,4,7,5,13v0,4,-1,5,-5,5r-60,0r0,60v1,7,-8,3,-13,4v-4,0,-4,0,-4,-4r0,-60r-60,0v-7,1,-4,-7,-5,-13v0,-4,1,-5,5,-5r60,0"},",":{"d":"55,-1v0,24,-32,60,-61,64r-5,-8v27,-13,46,-32,46,-49v0,-10,-24,-8,-21,-21v0,-9,8,-16,18,-16v14,0,23,13,23,30","w":93},"-":{"d":"14,-76r4,-19r70,0r-4,19r-70,0","w":100,"k":{"V":7,"T":31,"Y":13}},".":{"d":"32,-31v10,0,17,7,17,17v0,10,-8,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-18,18,-18","w":93},"\/":{"d":"145,-228r16,0r-169,293r-16,0","w":153},"0":{"d":"18,-67v0,-74,33,-166,107,-166v35,0,58,28,58,70v0,73,-33,167,-106,167v-38,0,-59,-25,-59,-71xm79,-12v47,0,76,-106,75,-152v0,-35,-11,-53,-33,-53v-52,0,-74,106,-76,158v0,29,13,47,34,47"},"1":{"d":"130,-231r15,4r-49,227r-26,0r43,-196v-18,8,-38,22,-56,27v1,-7,-2,-17,2,-20","k":{",":23,".":23}},"2":{"d":"47,-170v-15,-39,41,-62,70,-62v60,0,73,66,40,105v-11,13,-25,26,-75,65v-39,31,-39,32,-49,39r122,-1r-8,24r-150,0r3,-15v47,-39,95,-81,114,-100v22,-21,32,-39,32,-60v0,-23,-14,-37,-37,-37v-28,0,-45,19,-57,42r-5,0"},"3":{"d":"141,-183v-3,-46,-71,-32,-84,1v-10,2,-7,-9,-9,-18v17,-37,125,-49,122,12v-1,33,-28,54,-62,62v31,3,51,22,51,50v0,43,-44,80,-95,80v-29,0,-82,-24,-40,-37v32,34,106,14,106,-41v0,-32,-31,-42,-67,-37r-2,-14v47,-12,74,-22,80,-58"},"4":{"d":"158,-229r18,1r-33,150v16,0,36,-4,24,16v-5,8,-18,2,-28,4r-13,58r-25,0r13,-58r-105,0r4,-20xm119,-78r25,-114r-108,114r83,0"},"5":{"d":"12,-21v13,-38,38,6,65,6v29,0,50,-23,50,-55v0,-35,-23,-52,-79,-61r-4,-8r40,-89r98,0r-8,28r-83,-1r-20,47v47,10,80,32,84,78v6,68,-103,109,-143,55"},"6":{"d":"22,-63v0,-87,73,-184,159,-172v1,5,6,11,1,14v-57,4,-94,32,-120,93v44,-34,108,-18,108,43v0,50,-37,89,-86,89v-39,0,-62,-25,-62,-67xm54,-107v-12,40,-10,95,32,95v32,0,55,-29,55,-69v0,-56,-53,-55,-87,-26"},"7":{"d":"61,-228r141,0r-4,13r-164,223r-20,-11r152,-199r-117,1","k":{",":50,".":50,":":26,";":26}},"8":{"d":"17,-49v-1,-33,32,-61,67,-72v-64,-39,-31,-109,40,-111v36,0,58,17,58,46v0,28,-20,49,-62,65v26,23,41,27,41,61v0,37,-34,64,-80,64v-38,1,-63,-20,-64,-53xm108,-130v29,-11,47,-24,47,-54v0,-21,-12,-32,-34,-32v-27,0,-45,16,-45,40v0,15,7,25,32,46xm94,-111v-32,12,-49,33,-49,60v0,24,15,38,41,38v28,0,48,-18,48,-44v0,-17,-4,-23,-40,-54"},"9":{"d":"177,-163v0,80,-72,182,-159,169v-1,-5,-7,-10,-3,-14v56,-1,99,-34,122,-94v-46,33,-103,18,-107,-41v-6,-89,147,-133,147,-20xm145,-125v14,-39,8,-92,-32,-91v-31,0,-55,30,-55,69v0,54,60,51,87,22"},":":{"d":"32,-31v10,0,17,8,17,17v0,10,-8,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-18,18,-18xm60,-156v9,0,17,8,17,17v0,10,-8,18,-18,18v-10,0,-17,-7,-17,-17v0,-10,8,-18,18,-18","w":93},";":{"d":"55,-1v0,24,-32,60,-61,64r-5,-8v27,-13,46,-32,46,-49v0,-10,-24,-8,-21,-21v0,-9,8,-16,18,-16v14,0,23,13,23,30xm56,-156v9,0,17,8,17,17v0,10,-8,18,-18,18v-10,0,-17,-8,-17,-17v0,-10,8,-18,18,-18","w":93},"<":{"d":"175,-195r0,24r-123,56r123,56r0,23r-149,-69r0,-21"},"=":{"d":"32,-142r137,0v7,-2,4,7,5,12v0,4,-1,4,-5,4r-137,0v-7,2,-4,-7,-5,-12v0,-4,1,-4,5,-4xm32,-102r137,0v7,-1,5,6,5,12v0,4,-1,5,-5,5r-137,0v-7,1,-5,-6,-5,-12v0,-4,1,-5,5,-5"},">":{"d":"26,-36r0,-23r123,-56r-123,-56r0,-24r149,69r0,21"},"?":{"d":"32,-80v0,-44,82,-55,84,-99v2,-31,-41,-33,-70,-23v-16,-17,-1,-30,28,-30v35,0,64,28,64,60v0,23,-12,37,-48,59v-40,24,-48,30,-30,59v-3,2,-5,8,-9,8v-10,-4,-19,-23,-19,-34xm48,-31v9,0,17,8,17,17v0,11,-8,18,-18,18v-10,0,-17,-7,-17,-17v0,-10,8,-18,18,-18","w":129},"@":{"d":"87,-83v-1,-45,49,-91,99,-97v-2,-9,12,-4,19,-5v-1,35,-19,77,-22,114v0,4,3,6,7,6v31,0,60,-40,60,-83v0,-41,-30,-68,-77,-68v-68,0,-123,57,-123,128v0,73,92,94,153,66v1,0,3,6,3,9v-9,10,-49,18,-71,17v-68,0,-110,-35,-110,-92v0,-78,68,-144,150,-144v57,0,96,34,96,82v1,48,-37,93,-89,98v-28,-5,-18,-17,-11,-48v-26,34,-44,48,-61,48v-14,0,-23,-11,-23,-31xm174,-121r7,-35v0,-4,-3,-6,-8,-6v-30,0,-64,40,-64,74v0,10,3,15,10,15v12,0,30,-15,55,-48","w":280},"A":{"d":"138,-228r22,0r43,228r-29,0r-12,-75r-98,0r-45,75r-31,0xm159,-91r-19,-110r-66,110r85,0","w":219,"k":{"T":25,"Y":17,",":-14,".":-14,"C":6,"G":6,"O":6,"Q":6,"\u00d3":6,"\u0106":6,"U":9,"V":16,"W":13,"g":4,"-":-4,"v":5,"y":5,"*":27}},"B":{"d":"186,-77v0,70,-80,86,-171,77r50,-228v45,-1,46,-1,60,-1v83,0,79,88,17,104v29,4,44,20,44,48xm159,-180v3,-34,-33,-32,-71,-31r-17,80v55,3,85,-9,88,-49xm157,-74v0,-41,-34,-40,-90,-39r-21,95v66,5,111,-7,111,-56","w":206,"k":{"V":10,"T":13,"Y":13,"C":4,"G":4,"O":4,"Q":4,"\u00d3":4,"\u0106":4,"W":8,"A":7,"\u0104":7}},"C":{"d":"55,-98v0,81,82,102,137,66v6,4,1,26,-9,29v-80,22,-160,-11,-160,-95v0,-99,114,-164,202,-120v-4,6,0,20,-9,21v-15,-8,-36,-18,-63,-17v-63,0,-98,55,-98,116","w":213,"k":{"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"A":-6,"\u0104":-6}},"D":{"d":"239,-135v0,84,-54,141,-159,136r-65,-1r50,-228v114,-8,174,4,174,93xm210,-132v0,-66,-47,-86,-121,-78r-41,191v96,15,162,-31,162,-113","w":246,"k":{"T":14,"Y":12,"V":9,"W":6,"A":7,"\u0104":7,"J":5,"X":9}},"E":{"d":"65,-228r133,0r-4,20r-105,0r-18,79r94,0r-4,20r-94,0r-19,88r113,0r-4,21r-142,0","w":180},"F":{"d":"65,-228r135,0r-4,20r-107,0r-19,83r96,0r-4,20r-96,0r-23,105r-28,0","w":166,"k":{"?":-14,"-":-7,",":32,".":32,"A":16,"\u0104":16,"a":6,"\u0105":6,"m":6,"n":6,"r":6,"\u0144":6,"u":5}},"G":{"d":"157,-214v-63,0,-103,52,-103,115v0,69,62,100,126,78r17,-83r28,0r-22,99v-88,27,-181,-3,-181,-94v0,-98,115,-166,208,-118v-1,8,4,21,-6,22v-14,-9,-42,-19,-67,-19","w":240,"k":{"Y":5,"V":7,"W":7}},"H":{"d":"71,-129r132,0r22,-99r28,0r-50,228r-28,0r24,-109r-132,0r-24,109r-28,0r50,-228r28,0","w":253},"I":{"d":"65,-228r28,0r-50,228r-28,0","w":93},"J":{"d":"-68,57v3,-27,29,-8,44,-8v15,0,28,-8,34,-27v20,-61,40,-179,57,-250r28,0r-42,193v-10,50,-18,62,-31,81v-19,27,-73,35,-90,11","w":93,"k":{"A":4,"\u0104":4}},"K":{"d":"65,-228r28,0r-25,111r131,-111r36,0r-119,94r80,134r-34,0r-67,-118r-33,25r-19,93r-28,0","w":206,"k":{"T":-16,",":-14,".":-14,"C":13,"G":13,"O":13,"Q":13,"\u00d3":13,"\u0106":13,"-":10,"v":7,"y":7,"S":-7,"\u015a":-7,"e":5,"\u0119":5,"c":5,"d":5,"o":5,"q":5,"\u00f3":5,"\u0107":5}},"L":{"d":"65,-228r28,0r-45,207r109,0r-4,21r-138,0","w":166,"k":{"T":25,"Y":18,",":-14,".":-14,"C":15,"G":15,"O":15,"Q":15,"\u00d3":15,"\u0106":15,"U":9,"V":25,"W":19,"-":31,"v":10,"y":10,"A":-13,"\u0104":-13,"S":-9,"\u015a":-9,"*":50}},"M":{"d":"66,-228r22,0r54,187r123,-187r25,0r-33,228r-28,0r28,-185r-117,179r-14,3r-52,-182r-42,185r-27,0","w":293},"N":{"d":"62,-228r22,0r100,180r37,-180r27,0r-55,228r-12,3r-108,-194r-40,191r-26,0","w":240},"O":{"d":"22,-91v0,-73,51,-143,133,-141v57,1,98,37,98,94v0,73,-57,143,-133,142v-60,0,-98,-37,-98,-95xm124,-14v61,2,98,-62,97,-122v0,-49,-25,-78,-70,-78v-102,0,-144,198,-27,200","w":259,"k":{"T":14,"Y":12,"V":9,"W":6,"A":7,"\u0104":7,"J":5,"X":9}},"P":{"d":"201,-175v0,62,-61,93,-137,80r-21,95r-28,0r50,-228v86,-3,136,-7,136,53xm68,-113v58,9,103,-8,103,-61v0,-37,-37,-40,-82,-36","w":193,"k":{"-":4,",":45,".":45,"A":23,"\u0104":23,"J":8,"a":17,"\u0105":17,"e":11,"\u0119":11,"c":10,"d":10,"o":10,"q":10,"\u00f3":10,"\u0107":10}},"Q":{"d":"226,50v-47,54,-135,-6,-206,-1v-2,-7,-1,-16,11,-18v25,-3,63,-19,95,-34v-64,13,-106,-29,-105,-86v1,-72,51,-143,133,-143v62,0,99,34,99,94v-1,98,-86,141,-176,167v42,9,107,35,149,14r0,7xm223,-137v0,-49,-27,-73,-72,-77v-102,-9,-148,196,-28,197v59,0,100,-49,100,-120","w":259,"k":{"T":14,"Y":12,"V":9,"W":6,"A":7,"\u0104":7,"J":5,"X":9}},"R":{"d":"183,1v-51,-7,-57,-44,-76,-105v-20,1,-21,1,-41,-1r-23,105r-28,0r50,-228v68,-2,132,-8,133,52v0,34,-24,59,-64,69v18,74,37,92,68,96v-5,8,-1,15,-19,12xm169,-174v1,-38,-38,-39,-80,-37r-20,90v55,10,99,-7,100,-53","w":206,"k":{"T":6,"Y":10,",":-14,".":-14,"C":8,"G":8,"O":8,"Q":8,"\u00d3":8,"\u0106":8,"U":8,"V":10,"W":8,"-":10,"a":-7,"\u0105":-7}},"S":{"d":"1,-31v14,-9,43,23,65,16v28,0,47,-18,47,-44v0,-17,-6,-26,-32,-46v-33,-25,-46,-43,-46,-65v-1,-52,67,-76,121,-54v14,2,6,22,1,28v-28,-20,-94,-27,-94,21v0,16,8,26,36,48v32,25,43,41,43,65v0,64,-82,79,-138,56v-7,-2,-1,-16,-3,-25","w":160,"k":{"T":-5,"t":5}},"T":{"d":"26,-228r205,0r-4,20r-88,-2r-45,210r-28,0r46,-210r-91,2","w":193,"k":{"Y":-19,",":34,".":34,":":38,";":38,"C":8,"G":8,"O":8,"Q":8,"\u00d3":8,"\u0106":8,"V":-17,"W":-17,"g":30,"-":32,"v":29,"y":29,"A":30,"\u0104":30,"a":31,"\u0105":31,"m":30,"n":30,"r":30,"\u0144":30,"u":30,"S":-6,"\u015a":-6,"e":34,"\u0119":34,"c":30,"d":30,"o":30,"q":30,"\u00f3":30,"\u0107":30,"i":-6,"j":-6,"s":31,"\u015b":31,"w":27,"*":-11,"?":-14}},"U":{"d":"61,-228r29,0r-29,133v-12,46,-4,80,52,77v55,-3,67,-19,77,-75r26,-135r26,0v-30,92,-14,238,-136,232v-70,-4,-85,-33,-71,-102","w":240,"k":{",":8,".":8,"A":14,"\u0104":14,"m":7,"n":7,"r":7,"\u0144":7,"p":6,"b":6,"h":6,"k":6,"l":6}},"V":{"d":"31,-228r31,0r32,192r117,-192r31,0r-149,228r-19,0","w":206,"k":{"?":-14,"-":14,"*":-11,"T":-19,",":32,".":32,":":16,";":16,"C":8,"G":8,"O":8,"Q":8,"\u00d3":8,"\u0106":8,"g":13,"A":22,"\u0104":22,"a":22,"\u0105":22,"m":15,"n":15,"r":15,"\u0144":15,"u":15,"e":19,"\u0119":19,"c":19,"d":19,"o":19,"q":19,"\u00f3":19,"\u0107":19,"i":-4}},"W":{"d":"32,-228r27,0r22,193r100,-193r18,0r21,193r104,-193r29,0r-133,228r-20,0r-22,-180r-96,180r-21,0","w":320,"k":{"T":-18,",":21,".":21,":":14,";":14,"C":6,"G":6,"O":6,"Q":6,"\u00d3":6,"\u0106":6,"g":11,"A":19,"\u0104":19,"a":17,"\u0105":17,"m":14,"n":14,"r":14,"\u0144":14,"u":13,"e":15,"\u0119":15,"c":15,"d":15,"o":15,"q":15,"\u00f3":15,"\u0107":15}},"X":{"d":"37,-228r30,0r42,93r80,-93r33,0r-105,110r55,118r-31,0r-43,-101r-86,101r-33,0r111,-118","k":{"-":6,",":-14,".":-14,"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"v":11,"y":11,"u":5,"e":6,"\u0119":6,"c":6,"d":6,"o":6,"q":6,"\u00f3":6,"\u0107":6}},"Y":{"d":"27,-228r29,0r38,110r87,-110r30,0r-111,130r-20,98r-29,0r22,-100","w":173,"k":{"T":-21,",":25,".":25,":":22,";":22,"C":11,"G":11,"O":11,"Q":11,"\u00d3":11,"\u0106":11,"g":21,"-":16,"v":10,"y":10,"A":25,"\u0104":25,"a":26,"\u0105":26,"m":18,"n":18,"r":18,"\u0144":18,"u":22,"e":23,"\u0119":23,"c":23,"d":23,"o":23,"q":23,"\u00f3":23,"\u0107":23,"i":-5,"p":13,"*":-11,"?":-14}},"Z":{"d":"44,-228r166,0r-3,15r-176,192r140,-1r-5,22r-177,0r3,-16r179,-194r-131,2","k":{"v":11,"y":11}},"[":{"d":"78,-245r71,0r-2,12r-48,0r-67,311r48,0r-3,12r-71,0","w":128,"k":{"J":-25,"j":-29}},"\\":{"d":"103,65r-43,-293r15,0r42,293r-14,0","w":153},"]":{"d":"48,90r-71,0r3,-13r47,0r68,-310r-47,0r2,-12r71,0","w":128},"^":{"d":"50,-126r-26,0r61,-103r31,0r61,103r-26,0r-51,-84"},"_":{"d":"-28,39r172,0r0,17r-172,0r0,-17","w":171},"a":{"d":"4,-35v-2,-55,60,-112,120,-117v-1,-9,14,-5,23,-6v2,1,3,2,2,5r-34,153r-25,0r14,-55v-31,40,-53,58,-73,58v-18,0,-27,-14,-27,-38xm42,-22v33,-9,76,-54,75,-100v0,-5,-3,-8,-9,-8v-36,0,-79,48,-79,89v0,12,5,19,13,19","w":160,"k":{"v":4,"y":4,"j":6}},"b":{"d":"54,-107v23,-30,36,-49,69,-49v22,0,34,14,34,39v0,59,-52,121,-101,121v-39,0,-43,-30,-34,-71r39,-182r26,0xm117,-133v-21,-1,-79,43,-77,97v0,12,7,21,19,21v32,0,71,-54,71,-100v0,-12,-4,-18,-13,-18","w":166,"k":{"T":30,"v":4,"y":4,"t":5,"x":6}},"c":{"d":"113,-123v-41,-40,-80,28,-77,74v4,48,36,32,62,7r8,10v-20,39,-97,58,-97,-12v0,-54,36,-112,90,-112v25,0,41,18,20,33r-6,0","w":119,"k":{"b":4,"h":4,"k":4,"l":4}},"d":{"d":"150,-249r26,0r-54,249r-25,0r17,-66v-29,47,-53,69,-74,69v-19,0,-32,-17,-32,-44v0,-62,60,-134,122,-108xm103,-138v-37,0,-72,55,-70,92v0,16,6,25,16,25v16,0,44,-30,71,-77v5,-18,7,-40,-17,-40","w":166},"e":{"d":"133,-125v-2,35,-46,54,-95,52v-7,25,-3,57,20,57v14,0,30,-11,51,-35v7,1,7,8,9,13v-7,12,-44,46,-65,42v-27,0,-44,-20,-44,-50v1,-51,34,-109,89,-110v22,0,35,12,35,31xm42,-87v39,0,66,-15,66,-36v0,-10,-6,-17,-18,-17v-20,0,-37,19,-48,53","w":140,"k":{"x":6}},"f":{"d":"81,-231v23,-20,72,-28,84,3v-3,8,-9,14,-20,14v-33,-35,-68,0,-69,43r-5,19r47,0r-4,18r-46,0r-47,206v-7,-1,-21,6,-24,-1r45,-205r-23,0r2,-12r25,-6v6,-32,16,-62,35,-79","w":93,"k":{":":-7,";":-7,"a":10,"\u0105":10,"t":-13,"s":-7,"\u015b":-7,"b":-17,"h":-17,"k":-17,"l":-17,"f":-12,"*":-25,"?":-49,")":-43,"]":-43,"}":-43,"!":-16}},"g":{"d":"53,-42v-26,-4,-40,-20,-40,-45v0,-42,36,-80,78,-66v20,1,45,-2,63,1r-4,17r-39,0v23,36,-1,87,-42,93v-15,11,-18,13,-18,19v2,24,98,25,88,56v0,33,-48,62,-102,62v-33,0,-58,-15,-58,-36v0,-21,20,-35,75,-51v-34,-12,-34,-31,-1,-50xm75,-141v-18,0,-36,28,-36,58v0,16,8,27,20,27v19,0,36,-26,36,-57v0,-18,-7,-28,-20,-28xm6,56v10,37,107,24,107,-18v0,-9,-11,-16,-44,-24v-24,8,-60,19,-63,42","w":135,"k":{":":-16,";":-16,"j":-22,")":-23,"]":-23,"}":-23}},"h":{"d":"64,-249r26,0r-36,155v28,-43,50,-62,71,-62v16,0,25,10,25,29v1,22,-19,97,-25,127r-26,0r25,-124v0,-6,-2,-9,-8,-9v-14,0,-39,27,-69,75r-12,58r-25,0","w":166,"k":{"T":30,"v":4,"y":4,"p":5}},"i":{"d":"43,-152r25,0r-33,152r-25,0xm67,-236v8,0,15,7,15,15v0,9,-7,17,-16,17v-9,0,-16,-7,-16,-16v0,-9,8,-16,17,-16","w":79},"j":{"d":"42,-152r26,0r-46,203v-5,31,-56,63,-81,35v4,-7,7,-16,16,-17v19,9,31,10,38,-11v15,-47,34,-152,47,-210xm66,-236v8,0,16,7,16,15v0,9,-7,17,-16,17v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16","w":79},"k":{"d":"130,-152v11,1,24,-2,33,1r-73,57v26,72,33,80,63,83r0,11v-50,9,-55,-4,-82,-80r-23,18r-13,62r-25,0r54,-249r26,0r-38,167","w":159,"k":{",":-13,".":-13,"g":8,"-":17,"s":-7,"\u015b":-7}},"l":{"d":"64,-249r26,0r-55,249r-25,0","w":79},"m":{"d":"51,-89v29,-42,36,-57,73,-67v31,5,25,33,16,68v30,-48,52,-68,73,-68v26,0,24,34,19,60r-20,96r-26,0r25,-123v0,-6,-3,-10,-8,-10v-14,0,-41,32,-68,78r-12,55r-25,0r24,-123v0,-7,-3,-10,-8,-10v-14,0,-40,30,-68,78r-11,55r-25,0r33,-152r25,0","w":253,"k":{"T":30,"v":4,"y":4,"p":5}},"n":{"d":"51,-85v33,-47,34,-60,75,-71v25,-1,27,31,21,57r-22,99r-26,0v8,-40,21,-80,25,-123v0,-7,-2,-10,-7,-10v-14,0,-41,31,-71,81r-11,52r-25,0r33,-152r25,0","w":166,"k":{"T":30,"v":4,"y":4,"p":5}},"o":{"d":"9,-46v1,-50,32,-109,87,-110v27,0,45,20,45,50v0,48,-32,109,-83,110v-30,0,-49,-19,-49,-50xm60,-13v34,0,54,-54,54,-91v0,-23,-9,-35,-25,-35v-27,0,-53,45,-53,90v0,23,9,36,24,36","w":153,"k":{"T":30,"v":4,"y":4,"t":5,"x":6}},"p":{"d":"36,-122r-20,7v-5,-18,12,-19,24,-25r10,-42v3,-4,21,-3,25,0r-9,34v43,-15,81,-12,81,35v0,65,-53,140,-112,108r-19,96v-3,7,-19,2,-26,2xm64,-16v30,1,56,-58,56,-93v0,-31,-34,-32,-58,-21r-21,98v6,10,14,16,23,16","w":158,"k":{"T":30,"v":4,"y":4,"t":5,"x":6}},"q":{"d":"7,-37v0,-69,76,-148,146,-108r-51,236v-1,5,-24,6,-26,0r32,-137v-29,34,-50,49,-69,49v-18,0,-32,-17,-32,-40xm108,-139v-44,-2,-73,58,-74,93v0,15,7,25,16,25v12,0,41,-25,64,-56r11,-53v0,-6,-6,-9,-17,-9","w":166,"k":{"u":6,"c":6,"d":6,"o":6,"q":6,"\u00f3":6,"\u0107":6}},"r":{"d":"42,-152r26,0r-16,63v30,-53,43,-67,66,-67v23,-1,15,19,9,31v-38,-18,-43,10,-81,73r-11,52r-25,0","w":119,"k":{",":27,".":27,"-":14,"v":-9,"y":-9,"a":11,"\u0105":11,"e":4,"\u0119":4,"c":4,"d":4,"o":4,"q":4,"\u00f3":4,"\u0107":4,"t":-8,"w":-10,"p":-7,"x":-7,"f":-7,"z":-5,"\u017a":-5,"\u017c":-5}},"s":{"d":"72,-40v0,-21,-65,-48,-52,-68v-6,-40,65,-62,90,-36v-4,6,-2,18,-12,18v-20,-16,-50,-13,-54,11v-3,17,63,46,53,70v3,42,-68,65,-98,35r1,-23v18,3,26,17,45,17v17,0,27,-9,27,-24","w":113},"t":{"d":"53,-196v3,-6,26,-5,25,1r-9,43r45,0r-4,18r-45,0r-21,106v0,5,2,7,5,7v8,2,20,-11,43,-21v13,26,-41,46,-57,46v-24,0,-18,-33,-13,-58r18,-80r-23,0r3,-12r24,-6","w":104,"k":{"S":-6,"\u015a":-6,"x":-7}},"u":{"d":"118,-85v-26,45,-41,79,-81,89v-50,-17,0,-112,3,-156r26,0r-25,122v0,5,3,8,7,8v16,2,74,-71,81,-130r26,0r-33,152r-24,0","w":166},"v":{"d":"16,-152r26,0r11,121r64,-121r24,0r-89,152r-19,0","w":126,"k":{",":16,".":16,":":5,";":5,"b":5,"h":5,"k":5,"l":5}},"w":{"d":"14,-152r26,0r8,119r64,-119r14,0r10,119r64,-119r24,0r-89,152r-18,0r-10,-107r-59,107r-20,0","w":206,"k":{",":15,".":15}},"x":{"d":"19,-152r28,0r25,56r46,-56r27,0r-65,71r41,81r-28,0r-30,-66r-55,66r-28,0r75,-80","w":133,"k":{"e":5,"\u0119":5,"c":5,"d":5,"o":5,"q":5,"\u00f3":5,"\u0107":5}},"y":{"d":"14,-152r25,0r19,121r55,-121r25,0v-40,69,-86,186,-135,232v-15,15,-55,18,-63,1v1,-11,10,-14,19,-17v37,16,46,-9,81,-63","w":126,"k":{",":16,".":16,":":5,";":5,"b":5,"h":5,"k":5,"l":5}},"z":{"d":"28,-152r108,0r-4,15r-107,120r83,-1r-4,18r-113,0r4,-16r107,-119r-78,1","w":126},"{":{"d":"158,-245v1,19,-27,10,-35,25v-8,8,-17,56,-21,77v-9,46,-24,59,-54,66v63,12,13,86,14,134v0,14,12,23,28,21v-2,5,0,14,-10,12v-70,-2,-23,-86,-23,-136v0,-23,-15,-24,-40,-27v2,-5,-1,-13,7,-12v95,6,16,-171,134,-160","w":137,"k":{"J":-25,"j":-29}},"|":{"d":"80,-228r24,0r0,285r-24,0r0,-285","w":171},"}":{"d":"-22,90v2,-4,0,-13,6,-13v70,1,27,-159,104,-155v-64,-12,-12,-88,-13,-134v0,-14,-12,-23,-29,-21v2,-6,1,-14,11,-12v72,3,23,84,23,136v0,22,16,24,40,27v-2,4,0,13,-8,12v-94,-7,-15,171,-134,160","w":137},"~":{"d":"183,-131v-28,62,-67,31,-120,15v-12,0,-21,8,-31,26r-14,-9v14,-29,26,-40,46,-40v13,-4,61,26,72,23v13,0,22,-5,32,-23"},"'":{"d":"83,-132r-15,0r13,-92v4,-9,35,-6,24,9","w":126},"`":{"d":"100,-229r37,55r-11,4r-48,-48v0,-11,15,-7,22,-11","w":180},"\u0141":{"d":"73,-138r60,-21r-4,20r-61,21r-20,97r109,0r-5,21r-137,0r24,-109r-31,11r4,-20r31,-11r21,-99r29,0","w":166,"k":{"T":25,"Y":18,",":-14,".":-14,"C":15,"G":15,"O":15,"Q":15,"\u00d3":15,"\u0106":15,"U":9,"V":25,"W":19,"-":31,"v":10,"y":10,"A":-13,"\u0104":-13,"S":-9,"\u015a":-9,"*":50}},"\u0142":{"d":"67,-147r38,-13r-5,20r-37,14r-28,126r-26,0r26,-118r-38,13r4,-20r39,-13r24,-111r25,0","w":79},"\u00d3":{"d":"194,-299v6,6,21,8,21,17r-76,36r-10,-5xm22,-91v0,-73,51,-143,133,-141v57,1,98,37,98,94v0,73,-57,143,-133,142v-60,0,-98,-37,-98,-95xm124,-14v61,2,98,-62,97,-122v0,-49,-25,-78,-70,-78v-102,0,-144,198,-27,200","w":259,"k":{"T":14,"Y":12,"V":9,"W":6,"A":7,"\u0104":7,"J":5,"X":9}},"\u00f3":{"d":"144,-230v6,5,19,3,21,13r-66,46r-10,-3xm9,-46v1,-50,32,-109,87,-110v27,0,45,20,45,50v0,48,-32,109,-83,110v-30,0,-49,-19,-49,-50xm60,-13v34,0,54,-54,54,-91v0,-23,-9,-35,-25,-35v-27,0,-53,45,-53,90v0,23,9,36,24,36","w":153,"k":{"T":30,"v":4,"y":4,"t":5,"x":6}},"\u0104":{"d":"203,51v-3,22,-54,20,-54,-4v0,-15,14,-32,40,-47r-15,0r-12,-75r-98,0r-45,75r-31,0r150,-228r22,0r43,228v-23,14,-34,27,-34,41v0,17,20,16,34,10xm159,-91r-19,-110r-66,110r85,0","w":219,"k":{"T":25,"Y":17,",":-14,".":-14,"C":6,"G":6,"O":6,"Q":6,"\u00d3":6,"\u0106":6,"U":9,"V":16,"W":13,"g":4,"-":-4,"v":5,"y":5,"*":27}},"\u0106":{"d":"55,-98v0,81,82,102,137,66v6,4,1,26,-9,29v-80,22,-160,-11,-160,-95v0,-99,114,-164,202,-120v-4,6,0,20,-9,21v-15,-8,-36,-18,-63,-17v-63,0,-98,55,-98,116xm197,-299v6,6,21,8,21,17r-77,36r-9,-5","w":213,"k":{"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"A":-6,"\u0104":-6}},"\u0118":{"d":"157,51v-3,22,-54,20,-54,-4v0,-15,14,-32,40,-47r-128,0r50,-228r133,0r-4,20r-105,0r-18,79r94,0r-4,20r-94,0r-19,88r113,0r-4,21v-23,14,-34,27,-34,41v0,17,20,16,34,10","w":180},"\u0143":{"d":"62,-228r22,0r100,180r37,-180r27,0r-55,228r-12,3r-108,-194r-40,191r-26,0xm194,-299v7,6,19,7,22,17r-77,36r-10,-5","w":240},"\u015a":{"d":"1,-31v14,-9,43,23,65,16v28,0,47,-18,47,-44v0,-17,-6,-26,-32,-46v-33,-25,-46,-43,-46,-65v-1,-52,67,-76,121,-54v14,2,6,22,1,28v-28,-20,-94,-27,-94,21v0,16,8,26,36,48v32,25,43,41,43,65v0,64,-82,79,-138,56v-7,-2,-1,-16,-3,-25xm149,-299v6,6,21,8,21,17r-76,36r-10,-5","w":160,"k":{"T":-5,"t":5}},"\u0179":{"d":"44,-228r166,0r-3,15r-176,192r140,-1r-5,22r-177,0r3,-16r179,-194r-131,2xm158,-299v7,6,19,7,22,17r-77,36r-10,-5","k":{"v":11,"y":11}},"\u017b":{"d":"44,-228r166,0r-3,15r-176,192r140,-1r-5,22r-177,0r3,-16r179,-194r-131,2xm130,-288v9,0,17,8,17,17v0,9,-8,16,-17,16v-9,0,-17,-7,-17,-16v0,-9,8,-17,17,-17","k":{"v":11,"y":11}},"\u0105":{"d":"116,51v-5,21,-54,21,-54,-4v0,-15,14,-32,40,-47r-12,0r14,-55v-31,40,-53,58,-73,58v-18,0,-27,-14,-27,-38v-2,-55,60,-112,120,-117v-1,-9,14,-5,23,-6v2,1,3,2,2,5r-34,153v-23,14,-34,27,-34,41v0,18,21,15,35,10xm42,-22v33,-9,76,-54,75,-100v0,-5,-3,-8,-9,-8v-36,0,-79,48,-79,89v0,12,5,19,13,19","w":160,"k":{"v":4,"y":4,"j":6}},"\u0107":{"d":"113,-123v-41,-40,-80,28,-77,74v4,48,36,32,62,7r8,10v-20,39,-97,58,-97,-12v0,-54,36,-112,90,-112v25,0,41,18,20,33r-6,0xm132,-230v6,5,19,3,21,13r-66,46r-10,-3","w":119,"k":{"b":4,"h":4,"k":4,"l":4}},"\u0119":{"d":"133,-125v-2,35,-46,54,-95,52v-7,25,-3,57,20,57v14,0,30,-11,51,-35v7,1,7,8,9,13v-9,22,-74,53,-74,79v0,20,25,10,34,12v-7,19,-54,18,-54,-6v0,-14,13,-29,35,-43v-32,2,-50,-18,-50,-50v0,-51,34,-109,89,-110v22,0,35,12,35,31xm42,-87v39,0,66,-15,66,-36v0,-10,-6,-17,-18,-17v-20,0,-37,19,-48,53","w":140,"k":{"x":6}},"\u0144":{"d":"51,-85v33,-47,34,-60,75,-71v25,-1,27,31,21,57r-22,99r-26,0v8,-40,21,-80,25,-123v0,-7,-2,-10,-7,-10v-14,0,-41,31,-71,81r-11,52r-25,0r33,-152r25,0xm128,-230v6,5,19,3,21,13r-66,46r-11,-3","w":166,"k":{"T":30,"v":4,"y":4,"p":5}},"\u015b":{"d":"72,-40v0,-21,-65,-48,-52,-68v-6,-40,65,-62,90,-36v-4,6,-2,18,-12,18v-20,-16,-50,-13,-54,11v-3,17,63,46,53,70v3,42,-68,65,-98,35r1,-23v18,3,26,17,45,17v17,0,27,-9,27,-24xm110,-230v6,5,19,3,21,13r-66,46r-11,-3","w":113},"\u017a":{"d":"28,-152r108,0r-4,15r-107,120r83,-1r-4,18r-113,0r4,-16r107,-119r-78,1xm111,-230v6,5,19,3,21,13r-66,46r-10,-3","w":126},"\u017c":{"d":"28,-152r108,0r-4,15r-107,120r83,-1r-4,18r-113,0r4,-16r107,-119r-78,1xm89,-223v8,0,15,7,15,15v0,9,-6,16,-15,16v-9,0,-16,-6,-16,-15v0,-9,7,-16,16,-16","w":126},"\u00a0":{"w":79}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data (C) 1994, 2005 International Typeface Corporation. All rights
 * reserved.
 * 
 * Trademark:
 * ITC Legacy(R) is a trademark of International Typeface Corporation registered
 * in the U.S. Patent & Trademark Office and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * LegacySansITCPro-MediumItalic
 * 
 * Designer:
 * Ronald Arnholm
 * 
 * Vendor URL:
 * http://www.itcfonts.com
 */
Cufon.registerFont({"w":191,"face":{"font-family":"Legacy Sans ITC Pro Medium","font-weight":500,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 6 0 0 9 0 4","ascent":"249","descent":"-111","x-height":"4","bbox":"-66.4621 -304 361 96","underline-thickness":"22.32","underline-position":"-24.48","slope":"-12","stemh":"22","stemv":"26","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":74},"!":{"d":"64,-58r-12,0v7,-57,9,-118,22,-169v5,-8,31,-4,41,-2v-11,63,-34,114,-51,171xm52,-40v13,0,22,9,22,21v0,13,-10,23,-23,23v-13,0,-23,-9,-23,-21v0,-13,10,-23,24,-23","w":129},"\"":{"d":"88,-128r-17,0v4,-32,6,-67,13,-96v2,-7,27,-6,30,0v-7,33,-17,64,-26,96xm144,-128r-17,0v4,-32,6,-67,13,-96v3,-9,22,-3,31,-3"},"#":{"d":"93,-162r47,0r18,-66r18,0r-18,66r49,0r-6,22r-49,0r-13,47r49,0r-6,22r-50,0r-19,71r-17,0r19,-71r-48,0r-19,71r-17,0r19,-71r-50,0r6,-22r50,0r13,-47r-49,0r6,-22r49,0r18,-66r18,0xm86,-140r-13,47r48,0r13,-47r-48,0"},"$":{"d":"22,-15v-3,-46,32,-7,53,-8r18,-79v-35,-30,-44,-42,-44,-64v0,-34,28,-56,69,-56r6,-26r16,0r-5,27v17,3,46,5,36,32v0,6,-3,5,-8,6v-9,-5,-17,-13,-33,-16r-17,73v26,23,46,34,46,66v0,33,-31,59,-72,60r-9,37r-16,0r8,-38v-27,-2,-48,-8,-48,-14xm101,-136r14,-65v-42,2,-46,43,-14,65xm105,-91r-15,68v40,-3,49,-46,15,-68"},"%":{"d":"217,-228v7,1,19,-3,20,4r-174,236r-17,-11r145,-191v-19,9,-34,12,-56,6v6,44,-27,84,-64,84v-27,0,-44,-19,-44,-47v0,-58,68,-102,104,-56v38,13,63,-1,86,-25xm92,-204v-19,0,-35,30,-35,63v0,15,6,23,16,23v19,0,37,-30,37,-63v0,-14,-6,-23,-18,-23xm213,-122v26,0,44,18,44,47v0,40,-31,76,-65,76v-27,0,-45,-19,-45,-46v0,-42,29,-77,66,-77xm213,-103v-19,0,-36,28,-36,62v0,15,7,23,17,23v19,0,37,-30,37,-63v0,-14,-6,-22,-18,-22","w":270},"&":{"d":"247,-148v6,95,-47,152,-129,152v-60,0,-98,-36,-98,-91v0,-64,66,-119,113,-75r62,-66v9,1,23,-2,30,1r-167,171v53,66,182,18,168,-78r0,-16v-29,0,-41,15,-41,52r-23,0v-2,-51,28,-74,71,-78v25,-2,75,26,86,45v-5,9,-1,26,-13,27v-15,-23,-37,-39,-59,-44xm50,-75r63,-66v-27,-36,-67,-1,-66,43v0,9,1,16,3,23","w":312},"(":{"d":"149,-235v-80,70,-129,202,-68,316r-17,10v-84,-116,-38,-257,72,-340","w":133,"k":{"J":-31,"j":-22}},")":{"d":"-22,77v80,-70,128,-201,68,-316r16,-10v84,117,38,256,-72,340","w":133},"*":{"d":"117,-185r28,-45r18,12v-11,15,-23,28,-34,42r54,1r-2,22v-20,-1,-36,-5,-54,-8r26,47r-20,9r-19,-50r-28,45r-18,-12v10,-15,23,-27,34,-41r-54,-2r2,-21v19,1,35,5,53,8r-26,-47r20,-9v8,15,13,33,20,49","k":{"A":14,"\u0104":14}},"+":{"d":"92,-125r0,-60v-1,-9,10,-5,16,-5v6,0,6,0,6,6r0,59r60,0v10,-2,5,9,6,16v0,5,-1,6,-7,6r-59,0r0,59v1,9,-9,5,-16,6v-5,0,-6,-1,-6,-6r0,-59r-59,0v-9,1,-5,-10,-6,-17v0,-5,1,-5,6,-5r59,0"},",":{"d":"60,-5v0,27,-38,60,-65,70v-4,-2,-7,-8,-9,-13v28,-12,46,-30,46,-45v1,-9,-24,-11,-20,-23v0,-12,9,-21,22,-21v15,0,26,13,26,32","w":96,"k":{"A":-14,"\u0104":-14,"1":27,"T":32,"Y":27,"V":29,"W":17,"v":9,"y":9,"J":-29,"X":-14}},"-":{"d":"13,-73r5,-25r72,0r-5,25r-72,0","w":100,"k":{"V":8,"T":20,"Y":14}},".":{"d":"34,-40v12,0,21,9,21,21v0,13,-9,23,-22,23v-12,0,-21,-9,-21,-21v0,-13,10,-23,22,-23","w":96,"k":{"A":-14,"\u0104":-14,"1":27,"T":32,"Y":27,"V":29,"W":17,"v":9,"y":9,"J":-29,"X":-14}},"\/":{"d":"139,-228r22,0r-170,293r-23,0","w":147},"0":{"d":"17,-68v0,-76,35,-164,110,-164v38,0,62,28,62,73v0,74,-35,163,-110,163v-40,0,-62,-26,-62,-72xm83,-17v45,0,70,-104,70,-147v0,-31,-10,-47,-30,-47v-50,0,-69,103,-70,152v0,26,11,42,30,42"},"1":{"d":"134,-230r18,3r-49,227r-35,0r43,-189r-55,27v1,-8,-3,-20,3,-24","k":{",":22,".":22}},"2":{"d":"182,-178v-2,62,-82,104,-138,149r117,-1r-10,30r-152,0r4,-19v40,-33,79,-67,108,-95v24,-23,33,-40,33,-61v0,-20,-11,-32,-32,-32v-27,0,-45,20,-57,39v-11,3,-9,-8,-9,-18v15,-55,139,-68,136,8"},"3":{"d":"108,-210v-20,0,-36,16,-48,30v-12,3,-10,-9,-11,-20v17,-37,127,-50,127,13v0,28,-20,48,-59,60v31,2,46,23,49,50v6,66,-116,112,-158,56v1,-12,11,-17,23,-19v26,37,97,21,97,-34v0,-31,-29,-39,-64,-34r-3,-18v49,-11,70,-18,78,-55v0,-17,-13,-29,-31,-29"},"4":{"d":"158,-231r22,1r-32,150v9,1,35,-4,29,5v-2,6,-2,20,-10,20r-24,0r-12,55r-33,0r11,-55r-102,0r5,-24xm116,-80r23,-105r-99,105r76,0"},"5":{"d":"12,-21v13,-43,42,2,70,2v26,0,45,-22,45,-51v0,-31,-23,-48,-78,-57r-4,-8r41,-93r101,0r-10,33r-81,-1r-18,42v57,14,84,38,84,75v0,69,-106,113,-150,58"},"6":{"d":"20,-67v-1,-87,69,-170,160,-170v9,1,15,17,8,21v-55,1,-96,31,-118,84v44,-32,105,-15,105,45v0,51,-39,91,-90,91v-41,0,-65,-27,-65,-71xm61,-107v-12,37,-12,91,28,90v28,0,49,-29,49,-66v0,-50,-48,-50,-77,-24"},"7":{"d":"60,-228r146,0r-5,17r-160,221r-25,-14r146,-191r-114,0","k":{".":40,",":40}},"8":{"d":"126,-121v33,26,42,38,42,60v0,38,-36,65,-86,65v-42,0,-68,-21,-68,-54v0,-29,21,-52,66,-70v-62,-39,-27,-113,46,-112v39,0,62,17,62,47v0,27,-21,48,-62,64xm111,-133v28,-9,42,-22,42,-50v0,-19,-11,-29,-31,-29v-24,0,-41,15,-41,37v0,14,6,20,30,42xm94,-108v-31,13,-45,30,-45,54v0,23,15,37,40,37v26,0,45,-17,45,-41v0,-16,-6,-22,-40,-50"},"9":{"d":"185,-162v1,85,-70,172,-158,170v-9,0,-12,-15,-8,-21v55,0,96,-31,117,-87v-43,30,-107,15,-106,-43v1,-47,38,-89,90,-89v42,0,65,25,65,70xm145,-126v12,-36,8,-87,-28,-86v-28,0,-50,29,-50,65v0,48,53,45,78,21"},":":{"d":"34,-40v12,0,21,10,21,22v0,13,-9,22,-22,22v-12,0,-21,-9,-21,-21v0,-13,10,-23,22,-23xm60,-157v12,0,21,9,21,21v0,13,-10,23,-22,23v-12,0,-22,-9,-22,-21v0,-13,10,-23,23,-23","w":96},";":{"d":"60,-5v0,27,-38,60,-65,70v-4,-2,-7,-8,-9,-13v28,-12,46,-30,46,-45v1,-9,-24,-11,-20,-23v0,-12,9,-21,22,-21v15,0,26,13,26,32xm60,-157v12,0,21,9,21,21v0,13,-10,23,-22,23v-12,0,-22,-9,-22,-21v0,-13,10,-23,23,-23","w":96},"<":{"d":"177,-201r0,30r-117,55r117,56r0,29r-148,-71r0,-27"},"=":{"d":"33,-145r141,0v9,-2,5,9,6,15v0,5,-1,6,-7,6r-140,0v-9,1,-5,-9,-6,-16v0,-5,1,-5,6,-5xm33,-103r141,0v9,-2,5,9,6,15v0,5,-1,6,-7,6r-140,0v-9,1,-5,-8,-6,-15v0,-5,1,-6,6,-6"},">":{"d":"29,-31r0,-29r117,-56r-117,-55r0,-30r148,72r0,27"},"?":{"d":"35,-85v-2,-41,78,-53,83,-94v3,-26,-41,-32,-61,-17v-13,1,-15,-12,-18,-21v0,-7,22,-15,41,-15v35,0,64,27,64,60v0,24,-11,38,-46,60v-41,26,-47,24,-31,52r-11,9v-9,-4,-23,-24,-21,-34xm53,-40v12,0,21,9,21,21v0,13,-10,23,-22,23v-12,0,-22,-9,-22,-21v0,-13,11,-23,23,-23","w":138},"@":{"d":"86,-84v-1,-45,50,-91,102,-95v-1,-9,19,-5,27,-4r-23,110v0,4,2,6,6,6v27,0,54,-41,54,-80v0,-41,-30,-67,-76,-67v-67,0,-122,56,-122,123v0,73,88,93,153,68v2,0,4,5,4,10v-15,12,-47,17,-72,17v-70,0,-115,-37,-115,-94v0,-78,70,-142,155,-142v60,0,101,34,101,83v1,50,-41,98,-96,98v-28,0,-19,-19,-13,-46v-24,31,-43,46,-60,46v-15,0,-25,-13,-25,-33xm123,-77v11,2,58,-38,59,-76v0,-3,-2,-5,-7,-5v-28,0,-60,37,-60,69v0,8,3,12,8,12","w":288},"A":{"d":"137,-228r29,0r44,228r-38,0r-12,-71r-93,0r-43,71r-36,0xm157,-91r-17,-101r-60,101r77,0","w":227,"k":{",":-16,".":-16,"T":26,"Y":20,"C":10,"G":10,"O":10,"Q":10,"\u00d3":10,"\u0106":10,"U":14,"V":18,"W":15,"g":6,"t":5,"v":7,"y":7,"w":5,"b":4,"h":4,"k":4,"l":4,"*":32}},"B":{"d":"193,-77v0,74,-83,85,-179,77r49,-228v77,0,132,-14,132,44v0,27,-16,46,-46,57v29,6,44,23,44,50xm157,-180v0,-30,-29,-28,-63,-27r-16,75v50,3,79,-11,79,-48xm155,-74v0,-38,-30,-39,-82,-37r-19,89v58,4,101,-7,101,-52","w":212,"k":{"V":14,"A":7,"\u0104":7,"T":13,"Y":14,"C":4,"G":4,"O":4,"Q":4,"\u00d3":4,"\u0106":4,"W":8}},"C":{"d":"60,-98v0,82,83,96,138,62v7,6,1,30,-10,33v-82,23,-167,-10,-167,-95v0,-98,105,-161,205,-123v7,4,4,29,-7,29v-16,-8,-38,-18,-64,-18v-61,0,-95,54,-95,112","w":218,"k":{"A":-6,"\u0104":-6,"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7}},"D":{"d":"246,-135v-5,81,-55,143,-161,136r-71,-1r49,-228v126,-8,170,2,183,93xm208,-133v1,-62,-43,-81,-113,-73r-40,183v96,12,152,-29,153,-110","w":252,"k":{"A":13,"\u0104":13,"T":12,"Y":13,"V":9,"W":6,"J":5,"X":9}},"E":{"d":"63,-228r142,0r-5,24r-106,0r-16,73r94,0r-5,24r-94,0r-18,82r115,0r-6,25r-150,0","w":190},"F":{"d":"63,-228r145,0r-5,24r-108,0r-17,77r97,0r-5,24r-97,0r-23,103r-36,0","w":177,"k":{"?":-14,"-":-5,"A":22,"\u0104":22,",":29,".":29,"m":7,"n":7,"r":7,"\u0144":7,"J":4,"a":13,"\u0105":13,"u":5}},"G":{"d":"159,-210v-61,0,-99,52,-99,112v0,64,57,93,119,75r16,-81r36,0r-21,100v-93,24,-190,1,-190,-94v0,-101,110,-160,212,-123v9,3,7,32,-5,32v-16,-11,-42,-21,-68,-21","w":245,"k":{"Y":6,"V":8,"W":6}},"H":{"d":"78,-131r124,0r21,-97r37,0r-50,228r-36,0r23,-107r-124,0r-23,107r-36,0r49,-228r37,0","w":258},"I":{"d":"63,-228r37,0r-50,228r-36,0","w":98},"J":{"d":"-53,35v11,-7,20,12,34,8v13,0,25,-7,30,-23v20,-64,39,-175,56,-248r36,0r-41,192v-13,75,-36,101,-93,108v-34,4,-48,-22,-22,-37","w":101,"k":{"A":5,"\u0104":5,"J":-9}},"K":{"d":"63,-228r37,0r-24,106r123,-106r45,0r-117,91r78,137r-43,0r-62,-116r-31,24r-19,92r-36,0","w":217,"k":{",":-13,".":-13,"c":7,"d":7,"o":7,"q":7,"\u00f3":7,"\u0107":7,"T":-5,"C":13,"G":13,"O":13,"Q":13,"\u00d3":13,"\u0106":13,"v":16,"y":16,"u":5,"e":5,"\u0119":5,"-":10}},"L":{"d":"63,-228r37,0r-45,203r111,0r-5,25r-147,0","w":177,"k":{"A":-11,"\u0104":-11,",":-16,".":-16,"T":31,"Y":27,"C":15,"G":15,"O":15,"Q":15,"\u00d3":15,"\u0106":15,"U":9,"V":32,"W":29,"v":13,"y":13,"w":9,"-":34,"S":-6,"\u015a":-6,"*":45}},"M":{"d":"69,-228r30,0r50,178r117,-178r33,0r-33,228r-36,0r29,-179r-114,174r-19,4r-47,-180r-40,181r-33,0","w":305},"N":{"d":"63,-228r29,0r95,171r34,-171r32,0r-54,228r-19,2r-103,-182r-37,180r-31,0","w":247},"O":{"d":"21,-91v0,-76,56,-141,138,-141v61,0,101,37,101,95v0,74,-60,141,-139,141v-62,0,-100,-37,-100,-95xm126,-18v96,0,139,-190,27,-192v-54,0,-93,49,-93,116v0,48,24,76,66,76","w":265,"k":{"A":13,"\u0104":13,"T":12,"Y":13,"V":9,"W":6,"J":5,"X":9}},"P":{"d":"208,-174v0,62,-63,93,-137,81r-21,93r-36,0r49,-228v84,-2,145,-11,145,54xm170,-172v-1,-38,-32,-36,-75,-35r-20,92v55,7,95,-9,95,-57","w":198,"k":{"A":27,"\u0104":27,",":40,".":40,"c":9,"d":9,"o":9,"q":9,"\u00f3":9,"\u0107":9,"J":8,"a":18,"\u0105":18,"e":8,"\u0119":8}},"Q":{"d":"259,-138v0,96,-87,143,-173,166v45,14,103,29,145,15v3,31,-37,29,-61,33v-24,4,-108,-31,-150,-26v-3,-8,3,-19,13,-22v29,-7,70,-21,92,-31v-62,11,-105,-26,-105,-86v1,-75,54,-143,138,-143v64,0,101,34,101,94xm154,-210v-63,0,-94,58,-95,121v0,43,25,70,67,70v55,0,95,-50,95,-120v0,-45,-25,-71,-67,-71","w":265,"k":{"A":13,"\u0104":13,"T":12,"Y":13,"V":9,"W":6,"J":5,"X":9}},"R":{"d":"185,2v-53,-6,-59,-43,-78,-104r-35,-1r-22,103r-36,0r49,-228v83,-2,144,-12,144,52v0,34,-25,60,-66,69v21,75,37,88,68,94v-5,10,-4,17,-24,15xm76,-122v52,6,90,-6,93,-51v2,-33,-37,-36,-75,-34","w":214,"k":{",":-14,".":-14,"T":5,"Y":12,"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"U":7,"V":10,"W":9,"a":-6,"\u0105":-6,"-":9,":":-14,";":-14}},"S":{"d":"37,-168v0,-58,86,-81,136,-51v-3,9,2,26,-10,27v-23,-18,-91,-28,-90,17v0,15,8,25,38,47v31,24,42,40,42,64v1,64,-82,81,-143,59v-12,-1,-11,-35,2,-35v29,26,103,34,104,-19v0,-16,-7,-25,-33,-44v-35,-26,-46,-42,-46,-65","w":170,"k":{"t":5}},"T":{"d":"27,-228r209,0r-6,24r-86,0r-44,204r-36,0r44,-204r-86,0","w":198,"k":{"A":30,"\u0104":30,",":32,".":32,"c":34,"d":34,"o":34,"q":34,"\u00f3":34,"\u0107":34,"m":29,"n":29,"r":29,"\u0144":29,"s":34,"\u015b":34,"Y":-18,"C":6,"G":6,"O":6,"Q":6,"\u00d3":6,"\u0106":6,"V":-15,"W":-15,"g":31,"v":31,"y":31,"w":29,"a":36,"\u0105":36,"u":28,"e":34,"\u0119":34,"-":27,"S":-5,"\u015a":-5,":":33,";":33,"i":-6,"j":-5,"*":-14,"?":-11}},"U":{"d":"60,-228r37,0r-34,167v-4,48,96,48,112,13v19,-41,29,-127,42,-180r31,0v-29,96,-16,239,-141,232v-71,-3,-88,-32,-74,-101","w":244,"k":{"A":14,"\u0104":14,",":6,".":6,"b":5,"h":5,"k":5,"l":5}},"V":{"d":"32,-228r38,0r32,183r110,-183r37,0r-149,228r-26,0","w":214,"k":{"?":-14,"-":14,"*":-14,"A":22,"\u0104":22,",":32,".":32,"c":20,"d":20,"o":20,"q":20,"\u00f3":20,"\u0107":20,"m":15,"n":15,"r":15,"\u0144":15,"T":-17,"C":8,"G":8,"O":8,"Q":8,"\u00d3":8,"\u0106":8,"g":15,"v":5,"y":5,"a":22,"\u0105":22,"u":15,"e":19,"\u0119":19,":":15,";":15,"i":-5}},"W":{"d":"32,-228r36,0r20,183r95,-183r24,0r19,186r99,-186r36,0r-133,228r-27,0r-20,-171r-92,171r-27,0","w":327,"k":{"A":19,"\u0104":19,",":25,".":25,"c":15,"d":15,"o":15,"q":15,"\u00f3":15,"\u0107":15,"m":13,"n":13,"r":13,"\u0144":13,"T":-17,"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"g":12,"a":17,"\u0105":17,"u":13,"e":15,"\u0119":15,"-":5,":":14,";":14,"i":-4,"*":-14,"?":-13}},"X":{"d":"37,-228r41,0r38,88r74,-88r40,0r-103,110r57,118r-41,0r-41,-95r-79,95r-42,0r110,-118","w":200,"k":{"-":8,",":-20,".":-20,"c":8,"d":8,"o":8,"q":8,"\u00f3":8,"\u0107":8,"C":9,"G":9,"O":9,"Q":9,"\u00d3":9,"\u0106":9,"v":14,"y":14,"u":6,"e":6,"\u0119":6}},"Y":{"d":"27,-228r39,0r38,103r81,-103r39,0r-113,129r-21,99r-36,0r23,-103","w":186,"k":{"A":27,"\u0104":27,",":32,".":32,"c":25,"d":25,"o":25,"q":25,"\u00f3":25,"\u0107":25,"s":14,"\u015b":14,"T":-18,"C":12,"G":12,"O":12,"Q":12,"\u00d3":12,"\u0106":12,"g":24,"v":14,"y":14,"a":27,"\u0105":27,"u":22,"e":24,"\u0119":24,"-":25,":":23,";":23,"i":-5,"p":14,"*":-13,"?":-11}},"Z":{"d":"42,-228r173,0r-4,17r-170,186r136,0r-6,25r-184,0r5,-19r171,-186r-127,1","k":{"v":14,"y":14,"?":-14}},"[":{"d":"76,-246r78,0r-4,17r-47,0r-66,300r49,0r-4,18r-79,0","w":132,"k":{"J":-31,"j":-22}},"\\":{"d":"94,65r-43,-293r20,0r43,293r-20,0","w":140},"]":{"d":"56,89r-78,0r4,-18r47,0r65,-300r-48,0r4,-17r79,0","w":132},"^":{"d":"58,-121r-34,0r58,-108r42,0r59,108r-34,0r-46,-83"},"_":{"d":"-28,36r172,0r0,22r-172,0r0,-22","w":171},"a":{"d":"2,-36v0,-54,61,-111,123,-116v0,-9,23,-5,32,-4r-34,156r-32,0r13,-52v-33,40,-53,55,-73,55v-18,0,-29,-15,-29,-39xm109,-82v0,-14,20,-45,-1,-45v-34,0,-72,45,-72,84v0,10,3,16,10,16v13,0,35,-20,63,-55","w":165,"k":{"v":5,"y":5,"w":4,"j":6}},"b":{"d":"161,-117v0,55,-50,123,-104,121v-43,-2,-48,-30,-38,-73r40,-180r33,0r-34,140v26,-32,48,-47,70,-47v21,0,33,15,33,39xm116,-127v-17,-1,-73,43,-71,91v0,11,7,18,17,18v30,0,65,-50,65,-93v0,-11,-4,-16,-11,-16","w":169,"k":{"T":29,"t":5,"v":5,"y":5,"w":5,"x":6}},"c":{"d":"115,-119v-38,-37,-76,25,-72,68v4,45,35,26,58,6r8,14v-5,12,-43,35,-61,35v-25,0,-40,-18,-40,-48v0,-59,45,-112,94,-112v32,-1,42,23,19,37r-6,0","w":125},"d":{"d":"147,-249r34,0r-54,249r-32,0r16,-61v-32,47,-51,64,-72,64v-19,0,-33,-18,-33,-44v2,-63,58,-128,121,-109xm52,-26v13,0,65,-45,69,-94v0,-9,-7,-14,-18,-14v-31,0,-64,44,-64,87v0,13,5,21,13,21","w":169},"e":{"d":"8,-45v1,-53,36,-111,93,-111v24,0,39,12,39,32v0,32,-38,53,-96,53v-5,24,-2,50,20,50v15,0,33,-12,51,-32v8,1,6,10,11,14v-18,38,-118,74,-118,-6xm49,-89v36,0,59,-13,59,-34v0,-9,-5,-14,-15,-14v-18,0,-35,17,-44,48","w":145,"k":{"v":4,"y":4,"x":6}},"f":{"d":"134,-249v29,-2,53,25,25,40v-18,1,-19,-15,-37,-14v-36,2,-34,36,-43,71r44,0r-5,22r-44,0r-42,197v-4,7,-29,9,-35,4r44,-201r-23,0r3,-15r25,-7v6,-54,36,-94,88,-97","w":100,"k":{"s":-5,"\u015b":-5,"t":-10,"a":9,"\u0105":9,"f":-10,"b":-19,"h":-19,"k":-19,"l":-19,"*":-29,"?":-47,")":-43,"]":-43,"}":-43,"!":-23}},"g":{"d":"57,-24v3,23,101,23,89,56v0,33,-51,64,-106,64v-34,0,-60,-16,-60,-37v0,-20,21,-35,73,-51v-32,-13,-32,-32,0,-49v-27,-6,-39,-21,-39,-46v0,-43,41,-81,85,-65r63,0r-5,21r-36,0v22,39,-6,86,-49,90v-11,7,-15,12,-15,17xm80,-137v-17,0,-34,28,-34,57v0,15,7,24,18,24v18,0,34,-27,34,-55v0,-17,-6,-26,-18,-26xm72,17v-36,10,-58,24,-58,38v0,38,101,18,101,-15v0,-9,-10,-15,-43,-23","w":145,"k":{"c":6,"d":6,"o":6,"q":6,"\u00f3":6,"\u0107":6,"e":6,"\u0119":6,"j":-31,")":-18,"]":-18,"}":-18}},"h":{"d":"61,-249r33,0r-35,155v28,-44,49,-62,71,-62v35,8,24,36,16,80r-16,76r-34,0r25,-121v0,-5,-2,-7,-6,-7v-12,0,-38,30,-66,78r-10,50r-32,0","w":169,"k":{"T":29,"v":5,"y":5,"w":4,"p":5}},"i":{"d":"40,-152r33,0r-33,152r-33,0xm68,-240v10,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,8,-20,20,-20","w":82,"k":{"j":6}},"j":{"d":"42,-152r34,0r-32,147v-13,62,-17,64,-34,82v-17,18,-54,26,-69,10v1,-39,48,-2,55,-32xm70,-240v10,0,20,9,20,20v0,11,-10,20,-21,20v-11,0,-19,-9,-19,-20v0,-11,8,-20,20,-20","w":84},"k":{"d":"128,-152v13,1,29,-2,40,1r-70,56v24,70,32,80,59,82r0,13v-50,13,-61,-5,-84,-77r-20,16r-13,61r-33,0r54,-249r33,0r-36,164","w":165,"k":{",":-14,".":-14,"s":-5,"\u015b":-5,"g":9,"v":11,"y":11,"w":9,"-":15}},"l":{"d":"61,-249r33,0r-54,249r-33,0","w":82,"k":{"v":5,"y":5}},"m":{"d":"40,-152r32,0r-16,62v30,-46,50,-66,72,-66v29,0,24,34,16,66v28,-45,50,-66,72,-66v28,0,28,32,21,63r-21,93r-33,0r25,-120v0,-5,-2,-8,-6,-8v-12,0,-39,31,-64,75r-11,53r-33,0r26,-120v0,-5,-2,-8,-6,-8v-12,0,-40,33,-64,76r-11,52r-32,0","w":255,"k":{"T":29,"v":5,"y":5,"w":4,"p":5}},"n":{"d":"55,-87v35,-48,31,-57,74,-69v28,-1,27,32,21,59r-20,97r-34,0r25,-121v0,-5,-1,-7,-5,-7v-12,0,-37,29,-68,82r-9,46r-32,0r33,-152r32,0","w":169,"k":{"T":29,"v":5,"y":5,"w":4,"p":5}},"o":{"d":"8,-48v1,-51,36,-108,92,-108v29,0,48,20,48,51v0,51,-35,109,-89,109v-31,0,-51,-21,-51,-52xm65,-17v28,-1,49,-53,48,-86v0,-20,-8,-32,-22,-32v-23,0,-48,43,-48,85v0,21,8,33,22,33","w":158,"k":{"T":29,"t":5,"v":5,"y":5,"w":5,"x":6}},"p":{"d":"157,-114v1,54,-50,140,-115,109r-19,95v-3,8,-25,4,-33,2r45,-206v-7,1,-14,7,-20,5v1,-6,-3,-17,3,-19r22,-8r9,-45v4,-7,24,-3,32,-2r-8,36v43,-16,83,-13,84,33xm71,-20v28,0,50,-55,50,-86v0,-29,-29,-29,-53,-19r-19,90v6,10,13,15,22,15","w":165,"k":{"T":29,"t":5,"v":5,"y":5,"w":5,"x":6}},"q":{"d":"5,-36v0,-74,82,-150,153,-108r-50,233v-2,10,-25,5,-34,3r33,-136v-27,32,-50,48,-70,48v-19,0,-32,-17,-32,-40xm107,-135v-40,-3,-67,58,-67,90v0,11,5,18,12,18v19,0,74,-52,70,-98v0,-6,-5,-10,-15,-10","w":169,"k":{"j":-14,"c":5,"d":5,"o":5,"q":5,"\u00f3":5,"\u0107":5,"u":4}},"r":{"d":"55,-89v22,-40,29,-61,66,-67v27,-4,16,25,9,38v-10,2,-13,-8,-19,-7v-15,0,-37,27,-62,76r-10,49r-32,0r33,-152r32,0","w":125,"k":{",":27,".":27,"c":5,"d":5,"o":5,"q":5,"\u00f3":5,"\u0107":5,"t":-7,"v":-6,"y":-6,"w":-7,"a":14,"\u0105":14,"p":-6,"x":-6,"f":-6}},"s":{"d":"72,-39v2,-20,-64,-47,-51,-68v-7,-42,69,-62,96,-38v-5,7,-1,23,-14,23v-18,-15,-49,-16,-52,7v-6,14,63,47,53,69v3,44,-68,65,-103,38v2,-10,-4,-29,9,-28v17,20,58,27,62,-3","w":121},"t":{"d":"76,-152r45,0r-5,22r-45,0r-19,99v0,3,1,5,4,5v6,2,19,-10,43,-22v5,27,-14,30,-31,42v-20,14,-50,17,-50,-13v0,-35,15,-77,21,-111r-23,0r3,-15r25,-7r9,-42v3,-8,27,-6,33,-1","w":111},"u":{"d":"129,-152r31,0r-33,152r-32,0r19,-76v-30,54,-55,80,-78,80v-33,0,-24,-42,-15,-80r16,-76r34,0r-25,119v0,4,2,7,5,7v31,-19,70,-72,78,-126","w":169,"k":{"j":6}},"v":{"d":"19,-152r35,0r10,112r59,-112r30,0r-90,152r-24,0","w":137,"k":{",":22,".":22,"c":6,"d":6,"o":6,"q":6,"\u00f3":6,"\u0107":6,"a":8,"\u0105":8,":":4,";":4,"b":4,"h":4,"k":4,"l":4}},"w":{"d":"17,-152r34,0r7,111r59,-111r20,0r8,111r59,-111r31,0r-91,152r-24,0r-8,-100r-55,100r-25,0","w":217,"k":{",":22,".":22,"c":5,"d":5,"o":5,"q":5,"\u00f3":5,"\u0107":5,"a":7,"\u0105":7,"e":5,"\u0119":5}},"x":{"d":"19,-152r36,0r22,52r43,-52r33,0r-66,70r40,82r-35,0r-27,-62r-51,62r-34,0r74,-80","w":141,"k":{"c":6,"d":6,"o":6,"q":6,"\u00f3":6,"\u0107":6,"e":5,"\u0119":5}},"y":{"d":"13,80v-19,17,-54,22,-68,1v3,-17,21,-23,36,-15v21,0,36,-16,62,-62r-27,-156r33,0r17,114r51,-114r31,0v-39,67,-88,190,-135,232","w":137,"k":{",":22,".":22,"c":6,"d":6,"o":6,"q":6,"\u00f3":6,"\u0107":6,"a":8,"\u0105":8,":":4,";":4,"b":4,"h":4,"k":4,"l":4}},"z":{"d":"28,-152r113,0r-4,19r-101,111r80,0r-5,22r-120,0r4,-19r102,-112r-74,0","w":134},"{":{"d":"163,-247v-3,6,1,19,-9,18v-69,-1,-23,152,-97,151v57,14,9,87,9,132v0,13,12,19,29,18r-4,18v-47,2,-67,-21,-51,-64v4,-37,40,-99,-25,-96v3,-6,-1,-19,9,-18v94,5,17,-180,139,-159","w":141,"k":{"J":-31,"j":-22}},"|":{"d":"75,-228r32,0r0,285r-32,0r0,-285","w":171},"}":{"d":"101,-183v-10,36,-37,103,24,96v-3,6,1,20,-9,18v-45,-9,-52,53,-60,98v-9,50,-29,63,-79,61v3,-6,-1,-18,9,-18v68,0,26,-152,97,-152v-57,-13,-9,-87,-9,-131v0,-13,-12,-21,-29,-19r4,-17v47,-3,64,20,52,64","w":141},"~":{"d":"135,-91v-5,4,-46,-21,-68,-21v-11,0,-19,7,-28,24r-18,-12v11,-26,22,-41,48,-43v11,-4,59,24,69,21v13,0,19,-5,29,-21r19,11v-12,27,-23,37,-51,41"},"'":{"d":"84,-128r-17,0r13,-96v2,-7,28,-7,31,0v-7,34,-18,64,-27,96","w":129},"`":{"d":"101,-232r34,60r-12,4r-50,-49r0,-6","w":180},"\u0141":{"d":"82,-142r61,-21r-5,24r-61,21r-20,93r110,0r-5,25r-147,0r23,-106r-32,11r5,-24r32,-11r21,-98r37,0","w":177,"k":{"A":-11,"\u0104":-11,",":-16,".":-16,"T":31,"Y":27,"C":15,"G":15,"O":15,"Q":15,"\u00d3":15,"\u0106":15,"U":9,"V":32,"W":29,"v":13,"y":13,"w":9,"-":34,"S":-6,"\u015a":-6,"*":45}},"\u0142":{"d":"73,-149r36,-13r-5,23r-36,13r-28,126r-34,0r26,-114r-37,12r5,-23r36,-13r24,-111r34,0","w":82},"\u00d3":{"d":"202,-304r30,13r0,7r-86,39r-14,-4xm21,-91v0,-76,56,-141,138,-141v61,0,101,37,101,95v0,74,-60,141,-139,141v-62,0,-100,-37,-100,-95xm126,-18v96,0,139,-190,27,-192v-54,0,-93,49,-93,116v0,48,24,76,66,76","w":265,"k":{"A":13,"\u0104":13,"T":12,"Y":13,"V":9,"W":6,"J":5,"X":9}},"\u00f3":{"d":"141,-233r28,11r0,5r-70,47r-13,-2xm8,-48v1,-51,36,-108,92,-108v29,0,48,20,48,51v0,51,-35,109,-89,109v-31,0,-51,-21,-51,-52xm65,-17v28,-1,49,-53,48,-86v0,-20,-8,-32,-22,-32v-23,0,-48,43,-48,85v0,21,8,33,22,33","w":158,"k":{"T":29,"t":5,"v":5,"y":5,"w":5,"x":6}},"\u0104":{"d":"137,-228r29,0r44,228v-23,15,-33,27,-33,41v0,15,21,13,35,9v-2,26,-59,24,-59,-3v0,-16,13,-32,40,-47r-21,0r-12,-71r-93,0r-43,71r-36,0xm157,-91r-17,-101r-60,101r77,0","w":227,"k":{",":-16,".":-16,"T":26,"Y":20,"C":10,"G":10,"O":10,"Q":10,"\u00d3":10,"\u0106":10,"U":14,"V":18,"W":15,"g":6,"t":5,"v":7,"y":7,"w":5,"b":4,"h":4,"k":4,"l":4,"*":32}},"\u0106":{"d":"60,-98v0,82,83,96,138,62v7,6,1,30,-10,33v-82,23,-167,-10,-167,-95v0,-98,105,-161,205,-123v7,4,4,29,-7,29v-16,-8,-38,-18,-64,-18v-61,0,-95,54,-95,112xm195,-304r31,13r-1,7r-86,39r-13,-4","w":218,"k":{"A":-6,"\u0104":-6,"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7}},"\u0118":{"d":"63,-228r142,0r-5,24r-106,0r-16,73r94,0r-5,24r-94,0r-18,82r115,0r-6,25v-23,15,-33,27,-33,41v1,15,21,13,35,9v-1,27,-59,23,-59,-3v0,-16,14,-32,41,-47r-134,0","w":190},"\u0143":{"d":"63,-228r29,0r95,171r34,-171r32,0r-54,228r-19,2r-103,-182r-37,180r-31,0xm195,-304r31,13r0,7r-86,39r-14,-4","w":247},"\u015a":{"d":"37,-168v0,-58,86,-81,136,-51v-3,9,2,26,-10,27v-23,-18,-91,-28,-90,17v0,15,8,25,38,47v31,24,42,40,42,64v1,64,-82,81,-143,59v-12,-1,-11,-35,2,-35v29,26,103,34,104,-19v0,-16,-7,-25,-33,-44v-35,-26,-46,-42,-46,-65xm150,-304r31,13r-1,7r-86,39r-13,-4","w":170,"k":{"t":5}},"\u0179":{"d":"42,-228r173,0r-4,17r-170,186r136,0r-6,25r-184,0r5,-19r171,-186r-127,1xm159,-304r31,13r-1,7r-86,39r-13,-4","k":{"v":14,"y":14,"?":-14}},"\u017b":{"d":"42,-228r173,0r-4,17r-170,186r136,0r-6,25r-184,0r5,-19r171,-186r-127,1xm132,-294v10,0,20,9,20,20v0,11,-10,20,-21,20v-11,0,-19,-9,-19,-20v0,-11,8,-20,20,-20","k":{"v":14,"y":14,"?":-14}},"\u0105":{"d":"125,50v-2,25,-58,24,-58,-3v0,-16,13,-32,40,-47r-16,0r13,-52v-33,40,-53,55,-73,55v-18,0,-29,-15,-29,-39v0,-54,61,-111,123,-116v0,-9,23,-5,32,-4r-34,156v-23,15,-32,27,-32,41v0,15,20,13,34,9xm109,-82v0,-14,20,-45,-1,-45v-34,0,-72,45,-72,84v0,10,3,16,10,16v13,0,35,-20,63,-55","w":165,"k":{"v":5,"y":5,"w":4,"j":6}},"\u0107":{"d":"115,-119v-38,-37,-76,25,-72,68v4,45,35,26,58,6r8,14v-5,12,-43,35,-61,35v-25,0,-40,-18,-40,-48v0,-59,45,-112,94,-112v32,-1,42,23,19,37r-6,0xm131,-233r27,11r0,5r-70,47r-12,-2","w":125},"\u0119":{"d":"8,-45v1,-53,36,-111,93,-111v24,0,39,12,39,32v0,32,-38,53,-96,53v-5,24,-2,50,20,50v15,0,33,-12,51,-32v8,1,6,10,11,14v-10,23,-80,53,-76,80v2,15,20,13,34,9v-2,25,-58,24,-58,-3v0,-15,11,-29,34,-43v-34,2,-52,-15,-52,-49xm49,-89v36,0,59,-13,59,-34v0,-9,-5,-14,-15,-14v-18,0,-35,17,-44,48","w":145,"k":{"v":4,"y":4,"x":6}},"\u0144":{"d":"55,-87v35,-48,31,-57,74,-69v28,-1,27,32,21,59r-20,97r-34,0r25,-121v0,-5,-1,-7,-5,-7v-12,0,-37,29,-68,82r-9,46r-32,0r33,-152r32,0xm127,-233r27,11r0,5r-70,47r-12,-2","w":169,"k":{"T":29,"v":5,"y":5,"w":4,"p":5}},"\u015b":{"d":"72,-39v2,-20,-64,-47,-51,-68v-7,-42,69,-62,96,-38v-5,7,-1,23,-14,23v-18,-15,-49,-16,-52,7v-6,14,63,47,53,69v3,44,-68,65,-103,38v2,-10,-4,-29,9,-28v17,20,58,27,62,-3xm110,-233r27,11r0,5r-70,47r-12,-2","w":121},"\u017a":{"d":"28,-152r113,0r-4,19r-101,111r80,0r-5,22r-120,0r4,-19r102,-112r-74,0xm111,-233r27,11r0,5r-70,47r-13,-2","w":134},"\u017c":{"d":"28,-152r113,0r-4,19r-101,111r80,0r-5,22r-120,0r4,-19r102,-112r-74,0xm92,-229v10,0,20,8,20,19v0,11,-10,21,-21,21v-11,0,-19,-10,-19,-21v0,-11,8,-19,20,-19","w":134},"\u00a0":{"w":74}}});










