/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
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("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}})());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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2003 by This Font is designed by Ralph Oliver du Carrois. All
 * rights reserved.
 * 
 * Trademark:
 * Colaborate-Regular is a trademark of This Font is designed by Ralph Oliver du
 * Carrois.
 * 
 * Description:
 * Copyright (c) 2003 by This Font is designed by Ralph Oliver du Carrois. All
 * rights reserved.
 * 
 * Manufacturer:
 * This Font is designed by Ralph Oliver du Carrois
 */
Cufon.registerFont({"w":185,"face":{"font-family":"Colaborate-Regular","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 6 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-10 -269 320 82","underline-thickness":"18","underline-position":"-18","stemh":"24","stemv":"36","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":92},"!":{"d":"62,-63r-32,0r0,-170r32,0r0,170xm64,0r-36,0r0,-35r36,0r0,35","w":92},"\"":{"d":"109,-233r-2,78r-25,0r-2,-78r29,0xm58,-233r-3,78r-24,0r-3,-78r30,0","w":136},"#":{"d":"180,-141r-39,0r-9,52r34,0r0,24r-38,0r-12,65r-28,0r12,-65r-35,0r-11,65r-28,0r11,-65r-32,0r0,-24r36,0r10,-52r-32,0r0,-24r36,0r12,-68r28,0r-12,68r34,0r12,-68r28,0r-12,68r35,0r0,24xm113,-141r-35,0r-9,52r35,0"},"$":{"d":"166,-60v0,44,-27,60,-62,65r0,30r-26,0r0,-29v-21,0,-41,-5,-62,-10r11,-31v17,6,32,14,51,14r0,-86v-30,-12,-63,-25,-63,-68v0,-39,28,-57,63,-61r0,-33r26,0r0,32v16,1,36,4,52,9r-12,31v-11,-5,-23,-11,-40,-12r0,76v30,12,62,27,62,73xm78,-143r0,-65v-19,4,-28,16,-28,33v0,16,13,25,28,32xm130,-60v0,-18,-11,-27,-26,-35r0,70v14,-4,26,-14,26,-35"},"%":{"d":"265,-60v0,35,-9,64,-49,64v-40,0,-49,-29,-49,-64v0,-35,12,-62,49,-62v40,0,49,27,49,62xm220,-226r-130,226r-29,0r130,-226r29,0xm115,-175v0,35,-9,64,-49,64v-40,0,-48,-29,-48,-64v0,-35,11,-62,48,-62v40,0,49,27,49,62xm242,-60v0,-27,-3,-45,-26,-45v-22,0,-25,22,-25,45v0,27,3,47,25,47v23,0,26,-20,26,-47xm92,-175v0,-27,-3,-45,-26,-45v-22,0,-25,22,-25,45v0,27,3,47,25,47v23,0,26,-20,26,-47","w":282},"&":{"d":"147,-181v0,58,-97,49,-97,117v0,21,11,45,43,45v16,0,30,-12,39,-26r0,-37r-35,0r0,-23r66,0v-1,34,0,80,5,105r-29,0r-5,-18v-33,43,-117,25,-117,-46v0,-24,8,-51,40,-67v-11,-9,-33,-21,-33,-47v0,-33,16,-60,61,-60v39,0,62,18,62,57xm114,-181v0,-18,-5,-32,-29,-32v-21,0,-28,14,-28,34v0,18,16,28,24,35v16,-7,33,-16,33,-37"},"'":{"d":"61,-233r-3,78r-24,0r-3,-78r30,0","w":92},"(":{"d":"87,46r-29,0v-57,-87,-47,-201,-1,-279r29,0v-44,85,-49,187,1,279","w":106},")":{"d":"50,-233v46,78,56,193,-1,279r-30,0v51,-92,46,-193,2,-279r29,0","w":106},"*":{"d":"144,-174v-17,6,-39,7,-54,15r35,45r-19,13r-30,-46r-3,0r-30,46r-19,-13v10,-16,29,-31,34,-47r-54,-14r8,-22v18,4,37,19,54,17r-3,-54r23,0r-3,55v17,2,36,-14,54,-18","w":147},"+":{"d":"169,-66r-62,0r0,66r-29,0r0,-66r-62,0r0,-25r62,0r0,-63r29,0r0,63r62,0r0,25"},",":{"d":"64,-27r-29,64r-25,0r18,-64r36,0","w":92},"-":{"d":"112,-71r-102,0r0,-27r102,0r0,27","w":121},".":{"d":"64,0r-36,0r0,-35r36,0r0,35","w":92,"k":{"y":22,"w":31,"v":22,"Y":22,"W":22,"V":22}},"\/":{"d":"102,-237r-76,241r-29,0r77,-241r28,0","w":99},"0":{"d":"171,-111v0,64,-12,117,-79,117v-66,0,-78,-53,-78,-117v0,-63,17,-112,78,-112v66,0,79,48,79,112xm135,-111v0,-50,-3,-85,-43,-85v-39,0,-42,43,-42,85v0,51,3,90,42,90v40,0,43,-42,43,-90"},"1":{"d":"129,0r-36,0r0,-183r-41,35r-11,-27r54,-44r34,0r0,219"},"2":{"d":"168,0r-142,0r-11,-30v34,-28,112,-83,112,-124v0,-59,-56,-48,-94,-25r-11,-30v64,-27,141,-25,141,53v0,49,-65,102,-100,129r105,0r0,27"},"3":{"d":"159,-59v0,74,-87,73,-145,56r10,-30v23,14,99,22,99,-26v0,-37,-29,-43,-69,-43r0,-26v39,0,63,-4,63,-36v0,-50,-61,-32,-89,-16r-10,-30v49,-24,135,-21,135,45v0,32,-22,47,-48,50v25,4,54,18,54,56"},"4":{"d":"177,-59r-34,0r0,59r-36,0r0,-59r-87,0r-12,-28r97,-132r38,0r0,133r34,0r0,27xm107,-86r0,-96r-70,96r70,0"},"5":{"d":"167,-69v0,75,-83,87,-149,66r11,-29v40,19,109,15,102,-38v4,-55,-57,-47,-82,-29r-24,-10r0,-110r133,0r0,27r-98,0r0,58v50,-19,107,3,107,65"},"6":{"d":"168,-68v0,42,-32,74,-73,74v-66,0,-79,-55,-79,-108v0,-58,27,-122,92,-122v13,0,34,3,49,7r-12,30v-51,-30,-100,12,-95,74v32,-61,118,-29,118,45xm132,-68v0,-23,-3,-50,-36,-50v-27,0,-38,19,-43,32v0,52,16,65,42,65v21,0,37,-16,37,-47"},"7":{"d":"162,-194r-80,194r-39,0r87,-191r-113,0r0,-27r133,0"},"8":{"d":"171,-55v0,49,-39,61,-80,61v-40,0,-78,-13,-78,-61v0,-32,21,-51,53,-60v-10,-4,-45,-16,-45,-50v0,-37,25,-59,72,-59v49,0,73,17,73,58v0,33,-35,48,-48,51v34,10,53,28,53,60xm92,-127v38,-2,62,-72,1,-70v-27,0,-37,10,-37,32v0,21,21,33,36,38xm136,-55v0,-28,-22,-40,-43,-47v-45,1,-68,83,-2,81v28,0,45,-12,45,-34"},"9":{"d":"169,-116v0,58,-27,122,-92,122v-13,0,-34,-3,-49,-7r12,-30v50,29,100,-12,95,-73v-33,60,-119,27,-119,-46v0,-42,34,-74,74,-74v67,0,79,55,79,108xm132,-132v0,-52,-17,-65,-43,-65v-21,0,-36,16,-36,47v0,23,3,50,36,50v27,0,38,-19,43,-32"},":":{"d":"64,-128r-36,0r0,-35r36,0r0,35xm64,0r-36,0r0,-35r36,0r0,35","w":92},";":{"d":"64,-128r-36,0r0,-35r36,0r0,35xm64,-27r-29,64r-25,0r18,-64r36,0","w":92},"<":{"d":"171,-10r-157,-57r0,-36r157,-57r0,32r-124,43r124,43r0,32"},"=":{"d":"171,-92r-157,0r0,-26r157,0r0,26xm171,-30r-157,0r0,-26r157,0r0,26"},">":{"d":"171,-68r-157,58r0,-32r124,-44r-124,-42r0,-32r157,57r0,35"},"?":{"d":"145,-179v0,43,-58,51,-58,87r0,31r-33,0r0,-33v0,-49,57,-53,57,-85v0,-44,-59,-30,-86,-17r-7,-30v50,-14,127,-28,127,47xm89,0r-36,0r0,-35r36,0r0,35","w":156},"@":{"d":"284,-137v0,69,-53,92,-112,92v-50,0,-80,-25,-80,-71v0,-49,55,-81,108,-63r0,62r10,-1r9,24r-48,5r0,-69v-25,-4,-47,5,-47,42v0,39,29,47,49,47v45,0,79,-13,79,-68v0,-58,-43,-75,-84,-75v-44,0,-106,19,-106,97v0,112,100,107,183,84r11,27v-110,28,-227,4,-227,-111v0,-82,62,-122,139,-122v51,0,116,27,116,100","w":313},"A":{"d":"225,0r-39,0r-23,-66r-90,0r-24,66r-38,0r95,-233r32,0xm154,-93r-34,-98r-36,98r70,0","w":236,"k":{"y":19,"w":19,"v":19,"u":4,"t":4,"q":4,"o":4,"e":4,"d":4,"c":4,"a":4,"Y":19,"W":19,"V":19,"T":19,"Q":4,"O":4,"G":4,"C":4,"@":9,"&":9}},"B":{"d":"197,-67v0,86,-85,64,-162,67r0,-233v71,2,153,-15,151,63v0,24,-16,41,-37,48v29,5,48,23,48,55xm149,-170v0,-38,-40,-36,-78,-35r0,71v39,0,78,6,78,-36xm160,-67v0,-47,-46,-38,-89,-39r0,78v43,-2,89,11,89,-39","w":217,"k":{"V":3}},"C":{"d":"188,-4v-21,7,-40,10,-64,10v-75,0,-102,-50,-102,-122v0,-65,25,-121,104,-121v20,0,41,3,59,9r-11,30v-15,-6,-31,-12,-48,-12v-51,0,-67,39,-67,93v0,57,16,96,65,96v19,0,33,-6,52,-14","w":201},"D":{"d":"212,-117v0,113,-69,123,-177,117r0,-233v106,-5,177,2,177,116xm175,-117v0,-87,-36,-90,-104,-88r0,177v69,3,104,-6,104,-89","w":234,"k":{"V":3,"J":7}},"E":{"d":"171,0r-136,0r0,-233r133,0r0,28r-97,0r0,71r90,0r0,27r-90,0r0,79r100,0r0,28","w":201},"F":{"d":"168,-205r-97,0r0,72r93,0r0,28r-93,0r0,105r-36,0r0,-233r133,0r0,28","w":187},"G":{"d":"199,-14v-24,13,-42,20,-74,20v-82,0,-103,-60,-103,-123v0,-72,30,-120,106,-120v16,0,39,5,56,9r-12,30v-58,-27,-113,-10,-113,81v0,56,14,96,67,96v17,0,29,-5,41,-12r0,-59r-51,0r0,-28r83,0r0,106","w":221},"H":{"d":"207,0r-36,0r0,-106r-100,0r0,106r-36,0r0,-233r36,0r0,99r100,0r0,-99r36,0r0,233","w":241},"I":{"d":"66,0r-36,0r0,-233r36,0r0,233","w":96},"J":{"d":"117,-73v0,78,-58,91,-102,103r-9,-30v32,-6,75,-9,75,-70r0,-163r36,0r0,160","w":151},"K":{"d":"219,0r-47,0r-101,-109r0,109r-36,0r0,-233r36,0r0,102r94,-102r40,0r-101,110","w":224,"k":{"y":19,"w":19,"v":19,"u":9,"q":9,"o":9,"e":9,"d":9,"c":9,"a":9,"U":4,"Q":9,"O":9,"G":9,"C":9,"@":9,"&":4}},"L":{"d":"172,0r-137,0r0,-233r36,0r0,204r101,0r0,29","w":174,"k":{"Y":35,"W":23,"V":26,"T":23,"O":7}},"M":{"d":"283,0r-35,0r0,-195r-73,195r-34,0r-73,-195r0,195r-33,0r0,-233r57,0r67,184r69,-184r55,0r0,233","w":317},"N":{"d":"218,0r-53,0r-97,-190r0,190r-33,0r0,-233r52,0r96,191r0,-191r35,0r0,233","w":252},"O":{"d":"231,-116v0,69,-27,122,-104,122v-81,0,-105,-53,-105,-122v0,-69,27,-121,105,-121v78,0,104,50,104,121xm194,-116v0,-62,-18,-94,-67,-94v-49,0,-68,32,-68,94v0,63,19,95,68,95v50,0,67,-36,67,-95","w":253,"k":{"Z":4,"Y":9,"X":9,"W":9,"V":9,"J":7,"A":4}},"P":{"d":"189,-165v0,66,-51,74,-118,70r0,95r-36,0r0,-233v75,0,154,-12,154,68xm153,-165v-1,-50,-40,-38,-82,-40r0,83v44,0,83,7,82,-43","w":208,"k":{"J":29,"A":17}},"Q":{"d":"231,-116v0,69,-27,122,-104,122v-81,0,-105,-53,-105,-122v0,-69,27,-121,105,-121v78,0,104,50,104,121xm207,22r-13,25r-79,-12r13,-20xm194,-116v0,-62,-18,-94,-67,-94v-49,0,-68,32,-68,94v0,63,19,95,68,95v50,0,67,-36,67,-95","w":253},"R":{"d":"205,0r-43,0r-75,-100r-16,0r0,100r-36,0r0,-233v74,2,156,-17,156,65v0,33,-15,61,-62,66xm154,-168v0,-41,-43,-38,-83,-37r0,77v42,2,83,3,83,-40","w":221},"S":{"d":"145,-60v-9,-60,-125,-37,-121,-115v3,-66,84,-71,144,-53r-12,31v-23,-18,-96,-20,-96,22v0,21,21,28,45,37v35,12,77,27,77,78v-1,79,-96,72,-158,56r11,-31v35,16,107,28,110,-25","w":205},"T":{"d":"177,-205r-66,0r0,205r-36,0r0,-205r-66,0r0,-28r168,0r0,28","w":186,"k":{"z":31,"y":31,"x":31,"w":31,"v":31,"u":31,"s":31,"r":31,"q":31,"p":31,"o":31,"n":31,"m":31,"j":9,"i":9,"g":31,"e":31,"d":31,"c":31,"a":31,"Q":9,"O":9,"J":19,"G":9,"C":9,"A":19,"@":9,";":31,":":31,".":31,",":31}},"U":{"d":"218,-85v0,62,-30,91,-89,91v-65,0,-94,-30,-94,-92r0,-147r36,0r0,143v0,56,22,69,58,69v34,0,53,-18,53,-69r0,-143r36,0r0,148","w":252},"V":{"d":"216,-233r-85,233r-33,0r-88,-233r40,0r66,187r62,-187r38,0","w":226,"k":{"z":9,"y":9,"x":9,"w":9,"v":9,"u":19,"s":19,"r":19,"q":19,"p":9,"o":19,"n":19,"m":19,"j":9,"i":9,"g":19,"e":19,"d":19,"c":19,"a":19,"Q":9,"O":9,"J":19,"G":9,"C":9,"A":31,";":9,":":9,".":19,",":19}},"W":{"d":"320,-233r-61,233r-44,0r-48,-174r-55,174r-44,0r-55,-233r37,0r45,188r53,-178r43,0r47,178r47,-188r35,0","w":332,"k":{"z":9,"y":9,"x":9,"w":4,"v":4,"u":9,"s":9,"r":9,"q":9,"p":9,"o":9,"n":9,"m":9,"j":6,"i":6,"g":9,"e":9,"d":9,"c":9,"a":9,"Q":9,"O":9,"J":19,"G":9,"C":9,"A":31,";":19,":":19,".":19,",":19}},"X":{"d":"204,0r-42,0r-54,-92r-58,92r-39,0r78,-120r-68,-113r41,0r48,81r51,-81r39,0r-72,111","w":217,"k":{"y":9,"w":9,"v":9,"Q":9,"O":9,"G":9,"C":9}},"Y":{"d":"207,-233r-82,128r0,105r-36,0r0,-103r-84,-130r41,0r62,97r61,-97r38,0","w":212,"k":{"s":9,"q":9,"o":9,"g":9,"e":9,"d":9,"c":9,"a":9,"O":9,"J":19,"G":9,"C":9,"A":19,".":19,",":19}},"Z":{"d":"182,-203r-127,175r124,0r0,28r-153,0r-10,-30r127,-175r-114,0r0,-28r143,0","w":198,"k":{"O":4}},"[":{"d":"87,46r-57,0r0,-289r57,0r0,23r-28,0r0,241r28,0r0,25","w":104},"\\":{"d":"102,4r-28,0r-77,-241r29,0","w":99},"]":{"d":"76,45r-57,0r0,-24r29,0r0,-241r-29,0r0,-24r57,0r0,289","w":104},"^":{"d":"173,-97r-31,0r-50,-106r-50,106r-30,0r65,-136r30,0"},"_":{"d":"180,39r-180,0r0,-24r180,0r0,24","w":180},"`":{"d":"75,-191r-24,0r-44,-42r34,0","w":82},"a":{"d":"158,0r-29,0v0,-1,-6,-16,-6,-18v-22,34,-113,28,-107,-25v-5,-37,34,-63,104,-59v1,-23,-1,-41,-28,-42v-23,0,-42,6,-58,14r-11,-26v46,-19,130,-25,130,40v0,43,-2,76,5,116xm121,-40r0,-39v-43,-2,-73,8,-71,34v2,33,62,28,71,5","w":180},"b":{"d":"168,-83v0,47,-23,87,-72,87v-20,0,-35,-12,-41,-22r-5,18r-29,0v7,-74,1,-158,3,-237r33,0r0,96v9,-13,23,-28,44,-28v49,0,67,40,67,86xm135,-82v0,-81,-64,-71,-79,-29r0,66v23,41,79,30,79,-37","w":183},"c":{"d":"149,-7v-64,28,-133,1,-133,-74v0,-77,68,-105,132,-77r-11,27v-42,-24,-88,-17,-88,50v0,62,45,71,89,48","w":162},"d":{"d":"163,0r-29,0r-5,-18v-8,12,-23,22,-41,22v-52,0,-72,-40,-72,-87v0,-46,22,-86,68,-86v21,0,34,15,43,28r0,-96r32,0r0,187v0,21,1,30,4,50xm128,-45r0,-66v-18,-45,-79,-50,-79,29v0,68,54,77,79,37","w":183},"e":{"d":"163,-70r-113,0v0,55,55,60,94,36r10,25v-19,9,-41,13,-63,13v-51,0,-75,-39,-75,-85v0,-38,15,-88,73,-88v58,0,74,37,74,99xm132,-94v-1,-35,-16,-50,-42,-50v-19,0,-38,14,-40,50r82,0","w":180},"f":{"d":"111,-216v-39,6,-52,17,-49,51r37,0r0,25r-37,0r0,140r-32,0r0,-140r-25,0r0,-25r25,0v-5,-53,41,-76,73,-78","w":111},"g":{"d":"176,-169r-9,22r-21,0v32,33,24,104,-53,102v-8,0,-27,-2,-35,-6v-4,4,-9,8,-9,14v0,9,9,13,50,16v63,5,76,20,76,46v0,35,-39,47,-80,47v-62,0,-81,-18,-81,-46v0,-19,20,-28,30,-32v-27,-10,-28,-45,-4,-58v-27,-30,-33,-105,52,-105v29,0,51,3,84,0xm130,-108v0,-23,-11,-36,-37,-36v-23,0,-38,12,-38,37v0,24,14,38,38,38v28,0,37,-20,37,-39xm142,25v0,-11,-17,-19,-76,-22v-12,4,-19,14,-19,22v0,14,19,24,48,24v35,0,47,-9,47,-24","w":187},"h":{"d":"159,0r-32,0r0,-103v0,-22,-4,-41,-31,-41v-20,0,-33,19,-39,33r0,111r-33,0r0,-237r33,0r0,96v6,-10,21,-28,44,-28v85,0,51,96,58,169","w":183},"i":{"d":"58,-201r-34,0r0,-32r34,0r0,32xm57,0r-32,0r0,-165r32,0r0,165","w":82},"j":{"d":"57,-201r-35,0r0,-32r35,0r0,32xm55,-2v0,37,-21,56,-54,66r-11,-27v25,-5,33,-15,33,-36r0,-166r32,0r0,163","w":80},"k":{"d":"162,0r-37,0r-68,-84r0,84r-33,0r0,-237r33,0r0,139r61,-67r35,0r-67,72","w":167,"k":{"o":9}},"l":{"d":"57,0r-33,0r0,-237r33,0r0,237","w":81},"m":{"d":"260,0r-32,0r0,-104v4,-62,-71,-41,-71,-5r0,109r-32,0r0,-104v5,-61,-61,-40,-68,-8r0,112r-33,0r0,-127v0,-14,-2,-26,-3,-38r29,0r6,24v6,-9,23,-28,44,-28v29,0,41,11,52,30v9,-15,26,-30,50,-30v77,0,55,98,58,169","w":284},"n":{"d":"159,0r-32,0r0,-104v0,-21,-3,-40,-31,-40v-19,0,-32,18,-39,33r0,111r-33,0r0,-130v0,-14,-2,-23,-3,-35r29,0r5,24v6,-8,21,-28,45,-28v85,-1,53,96,59,169","w":183},"o":{"d":"170,-83v0,48,-20,88,-77,88v-57,0,-77,-40,-77,-88v0,-45,20,-86,77,-86v57,0,77,38,77,86xm137,-83v0,-40,-12,-61,-44,-61v-30,0,-44,21,-44,61v0,38,12,62,44,62v31,0,44,-22,44,-62","w":186,"k":{"v":9}},"p":{"d":"168,-81v0,46,-21,86,-67,86v-18,0,-35,-10,-44,-23r0,83r-33,0r0,-180v0,-19,0,-31,-3,-50r29,0r6,24v8,-11,22,-28,43,-28v51,0,69,41,69,88xm135,-82v0,-71,-63,-79,-79,-30r0,67v21,36,79,37,79,-37","w":183},"q":{"d":"163,-165v-9,71,-2,153,-4,230r-32,0r0,-83v-9,13,-25,23,-43,23v-49,0,-68,-40,-68,-86v0,-47,20,-88,69,-88v21,0,35,17,43,28r6,-24r29,0xm128,-45r0,-67v-21,-50,-79,-41,-79,30v0,74,57,73,79,37","w":183},"r":{"d":"125,-161r-12,27v-6,-4,-13,-10,-24,-10v-49,14,-28,88,-32,144r-33,0r0,-128v0,-16,-2,-29,-3,-37r29,0r5,29v7,-22,43,-46,70,-25","w":129,"k":{".":19}},"s":{"d":"107,-44v-9,-38,-95,-22,-90,-77v5,-57,71,-55,120,-37r-11,27v-23,-15,-76,-24,-76,9v0,12,14,17,31,22v26,8,59,16,59,55v0,59,-80,57,-126,39r12,-27v25,14,80,21,81,-11","w":155},"t":{"d":"108,0r-11,29v-38,-9,-66,-33,-66,-70r0,-99r-26,0r0,-25r26,0r0,-43r33,0r0,43r38,0r0,25r-38,0v5,60,-21,136,44,140","w":112},"u":{"d":"160,0r-29,0r-6,-23v-6,8,-19,28,-43,28v-82,1,-53,-97,-58,-170r33,0r0,105v0,21,2,39,29,39v19,0,31,-17,38,-32r0,-112r32,0v1,55,-4,117,4,165","w":180},"v":{"d":"171,-165r-63,165r-31,0r-63,-165r34,0r46,126r44,-126r33,0","w":184,"k":{"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,"Y":9,"T":9,"J":9,"A":9,".":19,",":19}},"w":{"d":"259,-165r-55,165r-33,0r-35,-108r-37,108r-34,0r-53,-165r34,0r39,125r37,-109r31,0r36,109r38,-125r32,0","w":271,"k":{"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,"Y":9,"T":9,"J":9,"A":9,".":31,",":31}},"x":{"d":"161,0r-37,0r-39,-61r-42,61r-34,0r59,-83r-55,-82r37,0r36,58r39,-58r33,0r-55,79","w":169},"y":{"d":"169,-165r-69,191v-10,27,-24,44,-56,56r-11,-27v38,-9,33,-35,47,-62r-66,-158r34,0r47,121r41,-121r33,0","w":182,"k":{"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,"T":9,"J":9,"A":9,".":19,",":19}},"z":{"d":"143,-138r-95,113r90,0r0,25r-116,0r-11,-27r95,-113r-85,0r0,-25r110,0","w":153},"{":{"d":"111,42v-101,-3,-38,-121,-94,-125r0,-25v55,-2,-9,-122,94,-125r0,26v-63,0,-16,90,-65,112v50,18,3,112,65,112r0,25","w":134},"|":{"d":"60,60r-28,0r0,-313r28,0r0,313","w":92},"}":{"d":"117,-83v-56,4,7,122,-94,125r0,-25v62,0,16,-94,66,-112v-49,-22,-3,-112,-66,-112r0,-26v103,3,39,123,94,125r0,25","w":134},"~":{"d":"175,-94v0,24,-18,41,-46,41v-31,0,-54,-31,-69,-31v-16,0,-24,7,-24,27r-26,-13v0,-24,17,-42,45,-42v32,0,55,30,69,30v16,0,25,-6,25,-26"},"\u00a0":{"w":92}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2003 by This Font is designed by Ralph Oliver du Carrois. All
 * rights reserved.
 * 
 * Trademark:
 * Colaborate-Bold is a trademark of This Font is designed by Ralph Oliver du
 * Carrois.
 * 
 * Description:
 * Copyright (c) 2003 by This Font is designed by Ralph Oliver du Carrois. All
 * rights reserved.
 * 
 * Manufacturer:
 * This Font is designed by Ralph Oliver du Carrois
 */
Cufon.registerFont({"w":203,"face":{"font-family":"Colaborate-Bold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 2 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-12 -269 352 95","underline-thickness":"18","underline-position":"-18","stemh":"360","stemv":"360","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":101},"!":{"d":"75,-68r-48,0r0,-165r48,0r0,165xm76,0r-50,0r0,-44r50,0r0,44","w":101},"\"":{"d":"125,-233r-3,78r-36,0r-3,-78r42,0xm68,-233r-2,78r-37,0r-3,-78r42,0","w":101},"#":{"d":"198,-139r-41,0r-8,48r35,0r0,33r-41,0r-10,58r-40,0r10,-58r-23,0r-11,58r-39,0r10,-58r-34,0r0,-33r40,0r8,-48r-33,0r0,-33r39,0r11,-61r39,0r-10,61r24,0r10,-61r40,0r-11,61r35,0r0,33xm117,-139r-23,0r-9,48r24,0"},"$":{"d":"183,-60v0,45,-27,60,-65,65r0,30r-37,0r0,-28v-22,0,-46,-5,-67,-11r17,-46v15,6,33,14,50,15r0,-64v-32,-13,-68,-27,-68,-73v0,-40,32,-60,68,-65r0,-32r37,0r0,31v17,1,40,5,54,10r-16,46v-10,-4,-23,-10,-38,-13r0,57v31,12,65,29,65,78xm82,-153r0,-40v-26,13,-18,30,0,40xm117,-39v17,-8,15,-32,0,-42r0,42"},"%":{"d":"302,-60v0,42,-15,65,-55,65v-40,0,-55,-23,-55,-65v0,-42,18,-62,55,-62v40,0,55,21,55,62xm242,-226r-130,226r-41,0r130,-226r41,0xm124,-176v0,42,-16,65,-56,65v-40,0,-54,-23,-54,-65v0,-42,18,-62,55,-62v40,0,55,21,55,62xm267,-60v0,-28,-4,-37,-20,-37v-18,0,-21,13,-21,37v0,29,3,40,21,40v16,0,20,-13,20,-40xm89,-176v0,-28,-4,-37,-20,-37v-18,0,-21,13,-21,37v0,29,2,40,20,40v16,0,21,-13,21,-40","w":315},"&":{"d":"164,-179v0,54,-97,46,-97,112v0,17,6,36,31,36v18,0,38,-15,34,-43r-29,0r0,-34r78,0v-1,36,0,81,7,108r-47,0r-6,-15v-38,38,-117,26,-118,-52v0,-19,3,-48,37,-66v-9,-7,-30,-20,-30,-45v0,-33,20,-61,70,-61v44,0,70,21,70,60xm115,-179v0,-10,-3,-23,-22,-23v-31,1,-21,40,-6,49v13,-6,28,-13,28,-26"},"'":{"d":"72,-233r-3,78r-36,0r-3,-78r42,0","w":101},"(":{"d":"103,46r-45,0v-58,-86,-48,-200,-2,-279r45,0v-45,86,-48,188,2,279","w":120},")":{"d":"66,-233v47,79,55,194,-2,279r-44,0v50,-92,45,-193,2,-279r44,0","w":120},"*":{"d":"159,-166r-55,13v4,20,25,33,35,51r-23,16r-31,-49r-4,0r-33,50r-23,-18r37,-46r-2,-4r-57,-14r9,-28r55,20r4,-3r-3,-56r28,0r-2,57v18,2,39,-13,58,-17","w":162},"+":{"d":"182,-63r-60,0r0,63r-40,0r0,-63r-60,0r0,-36r60,0r0,-57r40,0r0,57r60,0r0,36"},",":{"d":"76,-27r-29,64r-37,0r16,-64r50,0","w":101},"-":{"d":"121,-58r-112,0r0,-40r112,0r0,40","w":130},".":{"d":"76,0r-50,0r0,-45r50,0r0,45","w":101,"k":{"y":22,"w":31,"v":22,"Y":22,"W":22,"V":22}},"\/":{"d":"117,-237r-76,241r-41,0r76,-241r41,0","w":116},"0":{"d":"190,-111v0,76,-22,117,-89,117v-66,0,-87,-40,-87,-117v0,-77,27,-113,88,-113v66,0,88,37,88,113xm135,-111v0,-50,-3,-72,-33,-72v-31,0,-34,30,-34,72v0,51,2,77,33,77v29,0,34,-29,34,-77"},"1":{"d":"153,0r-55,0r0,-168r-40,31r-17,-38r59,-44r53,0r0,219"},"2":{"d":"189,0r-155,0r-15,-45v35,-22,112,-70,112,-103v0,-30,-16,-36,-31,-36v-14,0,-30,5,-57,19r-16,-44v41,-13,48,-15,74,-15v40,0,84,14,84,74v0,44,-57,91,-92,110r96,0r0,40"},"3":{"d":"179,-63v0,84,-98,75,-164,60r16,-45v4,3,35,14,59,14v26,0,34,-18,34,-30v0,-30,-26,-31,-68,-31r0,-40v36,0,66,1,63,-26v-4,-39,-60,-19,-84,-6r-16,-44v56,-23,155,-20,155,50v0,29,-25,43,-51,46v25,4,56,19,56,52"},"4":{"d":"196,-57r-35,0r0,57r-54,0r0,-57r-87,0r-17,-41r97,-121r61,0r0,121r35,0r0,41xm107,-98r0,-73r-60,73r60,0"},"5":{"d":"185,-72v-1,79,-97,89,-169,69r15,-44v16,6,44,13,61,13v36,0,39,-21,39,-38v2,-50,-58,-26,-72,-15r-34,-12r0,-120r151,0r0,41r-97,0r0,39v53,-14,107,6,106,67"},"6":{"d":"187,-65v0,45,-42,71,-83,71v-73,0,-88,-55,-88,-108v0,-58,27,-122,101,-122v13,0,40,3,55,7r-15,44v-12,-6,-24,-11,-38,-11v-42,0,-51,36,-51,59v10,-19,35,-22,41,-22v53,0,78,28,78,82xm71,-84v-3,73,65,62,62,9v0,-13,-4,-31,-28,-31v-21,0,-29,9,-34,22"},"7":{"d":"180,-185r-76,185r-57,0r84,-178r-110,0r0,-40r142,0"},"8":{"d":"190,-57v0,48,-35,63,-88,63v-52,0,-88,-14,-88,-63v0,-32,18,-52,52,-58v-12,-4,-44,-14,-44,-48v0,-37,25,-61,81,-61v60,0,82,20,82,61v0,33,-33,45,-47,48v33,8,52,23,52,58xm131,-161v0,-10,0,-23,-28,-23v-27,0,-28,11,-28,23v0,18,14,22,27,27v14,-5,29,-11,29,-27xm102,-34v57,-1,34,-57,1,-62v-21,8,-36,15,-36,38v0,11,7,24,35,24"},"9":{"d":"188,-116v0,58,-27,122,-101,122v-13,0,-41,-3,-56,-7r16,-44v12,6,24,11,38,11v42,0,51,-36,51,-59v-10,19,-36,22,-42,22v-53,0,-77,-28,-77,-82v0,-45,44,-71,83,-71v75,0,88,55,88,108xm133,-134v0,-44,-16,-50,-34,-50v-17,0,-28,15,-28,41v0,13,3,31,28,31v21,0,29,-9,34,-22"},":":{"d":"76,-118r-50,0r0,-45r50,0r0,45xm76,0r-50,0r0,-45r50,0r0,45","w":101},";":{"d":"77,-118r-51,0r0,-45r51,0r0,45xm76,-27r-29,64r-37,0r16,-64r50,0","w":101},"<":{"d":"186,-16r-168,-50r0,-50r168,-50r0,46r-119,29r119,28r0,47"},"=":{"d":"186,-82r-168,0r0,-36r168,0r0,36xm186,-20r-168,0r0,-36r168,0r0,36"},">":{"d":"186,-66r-168,50r0,-47r119,-28r-119,-29r0,-46r168,49r0,51"},"?":{"d":"163,-174v0,43,-60,51,-60,82r0,26r-48,0r0,-28v0,-49,56,-52,56,-80v1,-35,-63,-15,-86,-8r-7,-44v57,-11,145,-36,145,52xm104,0r-50,0r0,-44r50,0r0,44","w":174},"@":{"d":"306,-137v0,75,-62,92,-121,92v-60,0,-89,-25,-89,-71v0,-37,20,-68,79,-68v16,0,37,3,43,5r0,48r5,0r13,35r-62,5v-2,-18,4,-44,-3,-56v-14,0,-27,0,-27,31v0,35,23,35,41,35v39,0,72,-1,72,-56v0,-56,-45,-63,-78,-63v-24,0,-102,1,-102,85v1,84,77,84,104,84v22,0,47,-4,77,-10r17,40v-120,22,-247,7,-247,-114v0,-88,70,-123,151,-123v48,0,127,21,127,101","w":334},"A":{"d":"244,0r-60,0r-19,-59r-77,0r-20,59r-58,0r94,-233r52,0xm151,-100r-23,-74r-25,74r48,0","w":253,"k":{"y":19,"w":19,"v":19,"u":4,"t":4,"q":4,"o":4,"e":4,"d":4,"c":4,"a":4,"Y":19,"W":19,"V":19,"T":19,"Q":4,"O":4,"G":4,"C":4,"A":-1,"@":9,"&":9}},"B":{"d":"214,-69v-2,93,-98,65,-181,69r0,-233v78,3,169,-19,170,66v0,24,-16,40,-37,45v29,3,48,20,48,53xm148,-167v0,-7,-3,-24,-23,-24r-37,0r0,50v29,-2,62,10,60,-26xm158,-69v1,-39,-36,-29,-70,-30r0,57v32,-2,69,11,70,-27","w":232,"k":{"V":3}},"C":{"d":"201,-4v-21,7,-40,11,-68,11v-82,0,-112,-48,-112,-123v0,-65,27,-122,113,-122v20,0,46,4,64,10r-17,45v-51,-26,-104,-14,-104,66v0,86,54,96,107,67","w":212},"D":{"d":"230,-117v0,122,-84,121,-197,117r0,-233v111,-4,197,-6,197,116xm173,-117v0,-91,-32,-71,-85,-74r0,149v57,-1,85,12,85,-75","w":250,"k":{"V":3,"J":7}},"E":{"d":"179,0r-146,0r0,-233r143,0r0,42r-88,0r0,50r80,0r0,42r-80,0r0,57r91,0r0,42","w":217},"F":{"d":"176,-190r-88,0r0,50r84,0r0,42r-84,0r0,98r-55,0r0,-233r143,0r0,43","w":194},"G":{"d":"215,-14v-24,15,-45,21,-83,21v-90,0,-111,-61,-111,-124v0,-72,34,-121,115,-121v16,0,44,6,61,10r-17,45v-49,-22,-103,-27,-103,66v0,71,36,95,89,76r0,-46r-52,0r0,-42r101,0r0,115","w":235},"H":{"d":"224,0r-55,0r0,-99r-81,0r0,99r-55,0r0,-233r55,0r0,92r81,0r0,-92r55,0r0,233","w":257},"I":{"d":"84,0r-55,0r0,-233r55,0r0,233","w":112},"J":{"d":"134,-73v0,81,-62,103,-115,118r-15,-45v32,-6,76,-9,76,-70r0,-163r54,0r0,160","w":167},"K":{"d":"245,0r-70,0r-87,-103r0,103r-55,0r0,-233r55,0r0,94r78,-94r62,0r-89,109","w":249,"k":{"y":19,"w":19,"v":19,"u":9,"q":9,"o":9,"e":9,"d":9,"c":9,"a":9,"U":4,"Q":9,"O":9,"G":9,"C":9,"@":9,"&":4}},"L":{"d":"180,0r-147,0r0,-233r55,0r0,190r92,0r0,43","w":181,"k":{"Y":35,"W":23,"V":26,"T":23,"O":7}},"M":{"d":"316,0r-55,0r0,-175r-58,175r-59,0r-58,-175r0,175r-53,0r0,-233r92,0r50,160r53,-160r88,0r0,233","w":348},"N":{"d":"238,0r-83,0r-69,-168r0,168r-53,0r0,-233r82,0r69,168r0,-168r54,0r0,233","w":271},"O":{"d":"248,-116v0,69,-28,123,-113,123v-87,0,-114,-53,-114,-123v0,-68,29,-122,114,-122v83,0,113,50,113,122xm192,-116v0,-62,-21,-80,-57,-80v-37,0,-58,19,-58,80v0,65,21,81,58,81v39,0,57,-24,57,-81","w":268,"k":{"Z":4,"Y":9,"X":9,"W":9,"V":9,"J":7,"A":4}},"P":{"d":"207,-161v0,70,-52,77,-119,74r0,87r-55,0r0,-233v82,2,175,-17,174,72xm151,-161v0,-45,-31,-26,-63,-30r0,61v33,-1,63,8,63,-31","w":223,"k":{"J":29,"A":17}},"Q":{"d":"248,-116v0,69,-28,123,-113,123v-87,0,-114,-53,-114,-123v0,-68,28,-122,114,-122v83,0,113,50,113,122xm220,24r-19,35r-84,-13r19,-30xm192,-116v0,-62,-21,-80,-57,-80v-37,0,-58,19,-58,80v0,65,21,81,58,81v39,0,57,-24,57,-81","w":268},"R":{"d":"226,0r-67,0r-68,-93r-3,0r0,93r-55,0r0,-233v82,5,175,-24,175,70v0,30,-13,59,-53,68xm153,-163v0,-32,-34,-29,-65,-28r0,56v31,0,65,6,65,-28","w":241},"S":{"d":"199,-60v-1,85,-110,71,-177,56r17,-46v17,6,38,15,57,15v30,0,48,-3,48,-25v0,-45,-122,-29,-122,-112v0,-70,95,-76,159,-56r-17,46v-13,-6,-27,-14,-49,-14v-34,0,-37,17,-37,24v0,38,121,22,121,112","w":221},"T":{"d":"185,-190r-61,0r0,190r-55,0r0,-190r-62,0r0,-43r178,0r0,43","w":192,"k":{"z":31,"y":31,"x":31,"w":31,"v":31,"u":31,"s":31,"r":31,"q":31,"p":31,"o":31,"n":31,"m":31,"j":9,"i":9,"g":31,"e":31,"d":31,"c":31,"a":31,"Q":9,"O":9,"J":19,"G":9,"C":9,"A":19,"@":9,";":31,":":31,".":31,",":31}},"U":{"d":"235,-85v0,62,-37,92,-99,92v-68,0,-103,-31,-103,-93r0,-147r55,0r0,143v0,49,26,55,48,55v23,0,44,-14,44,-55r0,-143r55,0r0,148","w":268},"V":{"d":"234,-233r-86,233r-50,0r-88,-233r60,0r54,167r51,-167r59,0","w":243,"k":{"z":9,"y":9,"x":9,"w":9,"v":9,"u":19,"s":19,"r":19,"q":19,"p":9,"o":19,"n":19,"m":19,"j":9,"i":9,"g":19,"e":19,"d":19,"c":19,"a":19,"Q":9,"O":9,"J":19,"G":9,"C":9,"A":31,";":9,":":9,".":19,",":19}},"W":{"d":"352,-233r-59,233r-68,0r-42,-152r-52,152r-69,0r-50,-233r58,0r33,168r50,-158r69,0r38,157r38,-167r54,0","w":363,"k":{"z":9,"y":9,"x":9,"w":4,"v":4,"u":9,"s":9,"r":9,"q":9,"p":9,"o":9,"n":9,"m":9,"j":9,"i":9,"g":9,"e":9,"d":9,"c":9,"a":9,"Q":9,"O":9,"J":19,"G":9,"C":9,"A":31,";":19,":":19,".":19,",":19}},"X":{"d":"225,0r-65,0r-43,-76r-48,76r-59,0r78,-120r-68,-113r63,0r37,65r41,-65r58,0r-71,111","w":237,"k":{"y":9,"w":9,"v":9,"Q":9,"O":9,"G":9,"C":9}},"Y":{"d":"229,-233r-86,128r0,105r-55,0r0,-103r-83,-130r62,0r51,81r51,-81r60,0","w":233,"k":{"s":9,"q":9,"o":9,"g":9,"e":9,"d":9,"c":9,"a":9,"O":9,"J":19,"G":9,"C":9,"A":19,".":19,",":19}},"Z":{"d":"191,-189r-116,147r113,0r0,42r-159,0r-14,-44r117,-146r-104,0r0,-43r149,0","w":205,"k":{"O":4}},"[":{"d":"99,46r-69,0r0,-289r69,0r0,34r-29,0r0,219r29,0r0,36","w":115},"\\":{"d":"117,4r-42,0r-75,-241r40,0","w":116},"]":{"d":"91,46r-69,0r0,-36r28,0r0,-219r-28,0r0,-34r69,0r0,289","w":115},"^":{"d":"193,-97r-45,0r-46,-104r-48,104r-43,0r65,-136r50,0"},"_":{"d":"180,44r-180,0r0,-37r180,0r0,37","w":180},"`":{"d":"89,-191r-32,0r-50,-42r47,0","w":95},"a":{"d":"176,0r-47,0r-7,-15v-24,33,-118,21,-107,-28v-4,-36,34,-66,104,-62v0,-14,3,-27,-19,-27v-23,0,-46,7,-62,15r-17,-41v53,-16,148,-27,147,41v0,44,-1,79,8,117xm91,-33v15,0,33,-13,28,-37v-31,-1,-53,7,-53,25v0,12,14,12,25,12","w":195},"b":{"d":"184,-83v0,47,-26,88,-76,88v-21,0,-33,-13,-37,-20r-7,15r-46,0v11,-70,2,-158,5,-237r49,0r0,93v10,-13,23,-26,42,-26v50,0,70,41,70,87xm133,-82v-1,-73,-44,-57,-61,-16v-3,31,2,66,27,65v15,0,34,-5,34,-49","w":198},"c":{"d":"160,-7v-66,29,-145,2,-145,-74v0,-77,77,-107,143,-77r-17,41v-33,-19,-79,-31,-76,36v2,63,42,52,78,34","w":171},"d":{"d":"180,0r-46,0r-7,-15v-4,7,-15,20,-36,20v-57,0,-76,-41,-76,-88v0,-45,20,-87,68,-87v19,0,33,13,43,26r0,-93r49,0v2,79,-6,167,5,237xm127,-58r0,-40v-10,-17,-20,-34,-33,-34v-15,0,-29,7,-29,50v0,66,48,60,62,24","w":198},"e":{"d":"179,-61r-113,0v10,43,53,32,87,16r16,37v-20,9,-46,13,-70,13v-55,0,-84,-40,-84,-86v0,-38,17,-89,81,-89v63,0,83,34,83,109xm130,-98v-3,-27,-17,-34,-33,-34v-7,0,-29,2,-30,34r63,0","w":194},"f":{"d":"125,-199v-31,4,-49,10,-48,34r31,0r0,38r-31,0r0,127r-49,0r0,-127r-25,0r0,-38r25,0v-1,-49,30,-65,79,-74","w":120},"g":{"d":"196,-171r-12,32r-19,0v29,36,19,96,-63,97v-8,5,-45,-17,-44,4v0,9,8,11,49,14v70,5,85,18,85,49v0,37,-46,48,-88,48v-69,0,-90,-19,-90,-47v0,-19,14,-26,22,-30v-28,-14,-23,-49,1,-62v-24,-36,-29,-104,64,-104v30,0,62,1,95,-1xm102,-80v40,-1,40,-54,0,-53v-10,0,-31,1,-31,27v0,22,17,26,31,26xm142,25v0,-6,-15,-13,-74,-13v-3,3,-4,7,-4,12v0,9,24,15,40,15v30,0,38,-3,38,-14","w":204},"h":{"d":"175,0r-50,0r0,-109v0,-10,-1,-23,-20,-23v-14,0,-24,15,-33,32r0,100r-49,0r0,-237r49,0r0,93v5,-5,19,-26,42,-26v89,-2,54,96,61,170","w":196},"i":{"d":"73,-194r-51,0r0,-39r51,0r0,39xm72,0r-49,0r0,-165r49,0r0,165","w":95},"j":{"d":"73,-194r-52,0r0,-39r52,0r0,39xm71,-2v0,47,-32,66,-65,79r-18,-40v25,-5,34,-15,34,-36r0,-166r49,0r0,163","w":95},"k":{"d":"180,0r-56,0r-52,-81r0,81r-49,0r0,-237r49,0r0,136r46,-64r53,0r-52,72","w":183,"k":{"o":9}},"l":{"d":"72,0r-49,0r0,-237r49,0r0,237","w":95},"m":{"d":"276,0r-50,0r0,-104v0,-24,-6,-28,-16,-28v-19,0,-31,17,-37,34r0,98r-49,0r0,-104v0,-26,-6,-28,-20,-28v-15,0,-28,24,-32,32r0,100r-49,0v-1,-55,4,-118,-5,-165r46,0r7,21v5,-7,24,-26,43,-26v28,0,36,3,53,23v28,-41,109,-29,109,42r0,105","w":298},"n":{"d":"175,0r-50,0r0,-107v0,-12,0,-25,-20,-25v-15,0,-25,16,-33,32r0,100r-49,0v-2,-54,5,-119,-5,-165r46,0r7,21v7,-7,21,-26,43,-26v90,-1,54,95,61,170","w":197},"o":{"d":"186,-83v0,47,-25,88,-86,88v-62,0,-85,-40,-85,-88v0,-46,24,-87,85,-87v62,0,86,39,86,87xm135,-83v0,-40,-12,-49,-35,-49v-22,0,-35,9,-35,49v0,36,13,51,35,51v19,0,35,-11,35,-51","w":200,"k":{"v":9}},"p":{"d":"184,-81v0,65,-66,115,-112,66r0,80r-49,0v-2,-76,5,-162,-5,-230r46,0r8,21v7,-9,19,-26,40,-26v52,0,72,41,72,89xm133,-82v2,-70,-48,-59,-62,-18r0,41v21,37,61,46,62,-23","w":198},"q":{"d":"180,-165v-11,69,-3,153,-5,230r-49,0r0,-80v-10,13,-29,20,-42,20v-53,0,-69,-40,-69,-86v0,-48,23,-89,72,-89v21,0,32,17,39,26r8,-21r46,0xm127,-59r0,-41v-13,-42,-63,-51,-62,18v1,69,41,60,62,23","w":198},"r":{"d":"139,-166r-16,40v-23,-20,-51,11,-51,28r0,98r-49,0v-2,-53,4,-121,-5,-165r46,0r7,23v6,-21,42,-36,68,-24","w":144,"k":{".":19}},"s":{"d":"155,-45v0,65,-91,54,-142,39r17,-41v18,6,31,15,50,15v25,-1,24,-6,24,-13v0,-18,-87,-6,-87,-75v0,-63,78,-55,133,-40r-17,40v-17,-8,-27,-12,-42,-12v-17,0,-23,3,-23,11v0,24,87,12,87,76","w":168},"t":{"d":"112,0r-18,40v-34,-13,-65,-33,-65,-81r0,-86r-25,0r0,-38r25,0r0,-45r49,0r0,45r31,0r0,38r-31,0v6,52,-22,120,34,127","w":114},"u":{"d":"177,0r-46,0r-7,-20v-7,7,-20,25,-42,25v-87,1,-52,-97,-59,-170r49,0r0,107v0,11,1,26,19,26v15,0,24,-17,32,-33r0,-100r49,0v2,54,-5,119,5,165","w":195},"v":{"d":"190,-165r-64,165r-50,0r-64,-165r53,0r37,108r36,-108r52,0","w":201,"k":{"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,"Y":9,"T":9,"J":9,"A":9,".":19,",":19}},"w":{"d":"293,-165r-54,165r-52,0r-33,-93r-37,93r-52,0r-56,-165r53,0r34,105r35,-91r49,0r34,92r28,-106r51,0","w":302,"k":{"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,"Y":9,"T":9,"J":9,"A":9,".":31,",":31}},"x":{"d":"178,0r-55,0r-30,-49r-34,49r-51,0r59,-83r-55,-82r54,0r28,46r30,-46r51,0r-57,79","w":185},"y":{"d":"186,-165r-72,191v-11,29,-30,56,-69,69r-17,-40v38,-9,33,-35,47,-62r-63,-158r53,0r34,103r36,-103r51,0","w":198,"k":{"s":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,"T":9,"J":9,"A":9,".":19,",":19}},"z":{"d":"158,-124r-93,86r87,0r0,38r-128,0r-16,-40r94,-87r-81,0r0,-38r121,0","w":165},"{":{"d":"116,42v-106,-3,-43,-115,-99,-119r0,-37v55,-2,-8,-115,99,-119r0,37v-44,0,-8,79,-57,101v50,18,12,100,57,100r0,37","w":146},"|":{"d":"72,60r-42,0r0,-313r42,0r0,313","w":101},"}":{"d":"129,-77v-56,4,7,116,-99,119r0,-37v45,0,7,-82,57,-100v-49,-22,-13,-101,-57,-101r0,-37v107,4,44,117,99,119r0,37","w":146},"~":{"d":"193,-99v0,24,-16,48,-53,48v-34,0,-59,-34,-67,-34v-16,0,-24,4,-24,28r-38,-20v0,-24,17,-49,53,-49v39,0,63,33,67,33v16,0,24,-2,24,-27"},"\u00a0":{"w":101}}});

