/* * Copyright (c) 2009 Simo Kinnunen. * Licensed under the MIT license. * * @version 1.09 */var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																										   /*! * The following copyright notice may not be removed under any circumstances. *  * Copyright: * Copyright (c) The Font Bureau, Inc, 2001. All rights reserved. *  * Trademark: * Agenda-Light is a trademark of the The Font Bureau, Inc. *  * Designer: * Greg Thompson *  * Vendor URL: * www.fontbureau.com */Cufon.registerFont({"w":66,"face":{"font-family":"Agenda-Light","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 4 0 0 2 0 4","ascent":"257","descent":"-103","x-height":"4","bbox":"-29 -265 323 84","underline-thickness":"7.2","underline-position":"-25.2","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":85},"!":{"d":"59,-230r-27,0r4,166r19,5xm28,-14v4,20,32,22,35,0v-2,-8,-9,-16,-17,-18v-8,1,-16,10,-18,18","w":87},"\"":{"d":"86,-230r-22,0r5,74r13,0xm36,-230r-23,0r4,74r13,0","w":99,"k":{"z":7,"u":6,"s":9,"r":6,"q":15,"p":5,"o":15,"n":6,"m":6,"g":15,"e":15,"d":15,"c":16,"a":8,"J":9,"G":7,"C":7,"A":35,"9":2,"8":3,"7":-2,"6":10,"4":12,"1":-5,"0":5,".":35,",":35}},"#":{"d":"136,-139r0,-15r-21,0r17,-76r-16,0r-18,76r-39,0r18,-76r-18,0r-17,76r-29,0r0,15r26,0r-12,48r-24,0r0,15r21,0r-18,76r17,0r18,-76r39,0r-18,76r17,0r18,-76r28,0r0,-15r-25,0r12,-48r24,0xm94,-139r-11,48r-38,0r10,-48r39,0","w":138},"$":{"d":"39,-177v-1,-44,63,-43,89,-24r5,-19v-13,-8,-29,-13,-47,-14r0,-31r-15,0r0,32v-31,2,-54,26,-55,58v-2,70,104,51,108,116v2,51,-78,51,-103,24r-6,21v15,11,32,17,56,18r0,31r15,0r0,-32v54,1,78,-68,44,-107v-22,-26,-90,-26,-91,-73","w":162},"%":{"d":"189,4v30,0,48,-19,48,-49v0,-30,-18,-49,-48,-49v-30,0,-49,19,-49,49v0,30,19,49,49,49xm189,-75v16,0,29,12,29,30v0,17,-13,31,-29,31v-17,1,-30,-13,-30,-31v0,-19,14,-30,30,-30xm225,-227r-12,-10r-188,234r11,10xm62,-136v29,0,48,-18,48,-49v0,-31,-19,-49,-48,-49v-29,0,-49,19,-49,49v0,30,20,49,49,49xm62,-216v16,0,29,13,29,31v0,17,-13,31,-29,31v-17,1,-30,-13,-30,-31v0,-19,13,-31,30,-31","w":252},"&":{"d":"15,-56v-1,72,109,73,143,30r26,26r31,0r-42,-42v11,-15,20,-33,26,-53r-15,-16v-7,19,-15,39,-26,54r-61,-61v26,-17,47,-29,47,-62v0,-35,-25,-54,-58,-54v-33,0,-56,21,-56,54v0,26,15,40,32,57v-25,16,-46,31,-47,67xm86,-214v30,0,48,35,27,57v-6,7,-16,15,-31,23v-15,-17,-30,-24,-30,-47v0,-17,15,-33,34,-33xm143,-41v-24,31,-105,38,-105,-16v0,-27,20,-40,39,-51","w":217,"k":{"y":9,"w":9,"v":9,"t":4,"c":4,"a":2,"Y":32,"W":17,"V":17,"U":5,"T":29,"S":2,"Q":5,"O":5,"G":5,"C":5}},"'":{"d":"36,-230r-23,0r4,74r13,0","w":48,"k":{"z":6,"u":5,"s":8,"r":5,"q":14,"p":5,"o":15,"n":5,"m":5,"g":14,"e":14,"d":15,"c":14,"a":8,"A":14,"9":3,"8":5,"7":-3,"6":12,"4":6,"1":-5,"0":3,".":15,"-":19,",":15}},"(":{"d":"77,81v-51,-88,-51,-246,2,-331r-23,-5v-52,80,-53,248,-3,330","w":81,"k":{"w":4,"v":4,"q":6,"o":6,"j":-18,"e":6,"d":7,"c":7,"a":4,"J":-18,"7":-5,"6":2,"5":-3,"4":2,"3":-4,"1":-6}},")":{"d":"4,-256v51,85,51,248,-1,332r22,5v51,-80,56,-250,3,-330","w":81},"*":{"d":"142,-189r-11,-19r-50,18r3,-57r-21,5r1,52r-52,-19r-3,21r51,14r-35,45r19,9r29,-44r32,48r15,-16r-33,-43","w":146,"k":{"f":-1,"T":-9,"J":5,"G":8,"C":8,"A":26}},"+":{"d":"150,-90r0,-19r-56,0r0,-54r-22,0r0,54r-56,0r0,19r56,0r0,54r22,0r0,-54r56,0","w":166},",":{"d":"32,1v-1,14,-9,29,-16,39v27,2,51,-64,17,-72v-17,4,-23,30,-1,33","k":{"z":-7,"y":4,"w":15,"v":15,"q":4,"o":1,"Y":30,"W":22,"V":22,"T":21,"Q":1,"J":-22,"G":3,"9":9,"7":6,"6":1,"4":7,"1":12,"'":22,"\"":23}},"-":{"d":"106,-90r0,-19r-90,0r0,19r90,0","w":121,"k":{"x":5,"Y":12,"X":12,"W":6,"V":6,"T":15,"S":5,"A":6,"7":3,"4":-5}},"\u00ad":{"d":"106,-90r0,-19r-90,0r0,19r90,0","w":121},".":{"d":"33,-32v-20,4,-20,32,0,36v9,-2,16,-10,18,-18v-2,-8,-9,-17,-18,-18","k":{"z":-4,"y":17,"x":-4,"w":17,"v":18,"t":6,"q":3,"Z":-6,"Y":23,"X":-6,"W":15,"V":15,"T":20,"O":8,"J":-14,"G":8,"C":8,"A":-7,"9":9,"7":6,"4":6,"3":-1,"1":11,"'":22,"\"":23}},"\/":{"d":"149,-230r-18,-9r-146,287r17,9","w":165,"k":{"z":15,"y":12,"x":13,"w":12,"v":12,"u":15,"t":6,"s":26,"r":15,"q":26,"p":13,"o":28,"n":19,"m":15,"g":25,"e":28,"d":27,"c":28,"a":21,"Y":-7,"W":-5,"V":-7,"T":-8,"S":4,"Q":13,"O":12,"M":11,"J":7,"G":12,"C":15,"A":38,"9":5,"8":8,"7":-5,"6":21,"5":5,"4":17,"3":3,"2":4,"1":-3,"0":6}},"0":{"d":"91,4v103,-5,102,-233,0,-238v-104,5,-103,233,0,238xm91,-213v42,7,52,48,52,98v0,50,-10,92,-52,98v-44,-5,-53,-48,-53,-98v0,-50,10,-92,53,-98","w":181,"k":{"7":1,"4":-2,"3":10,"2":11,"\/":8,"'":5,"\"":5}},"1":{"d":"67,0r0,-232r-59,6r-5,19r41,-4r0,211r23,0","w":91},"2":{"d":"113,-166v-9,64,-55,109,-100,161r0,5r134,0r0,-20r-96,0v36,-43,78,-78,85,-145v6,-64,-71,-85,-118,-55r5,19v31,-21,97,-15,90,35","w":162,"k":{"\\":3,":":-5,"4":1,".":-5,",":-5,"'":3,"\"":6}},"3":{"d":"19,-6v54,24,126,0,122,-63v-2,-37,-21,-61,-55,-66v22,-5,36,-21,37,-47v2,-50,-65,-62,-103,-40r5,20v27,-19,76,-14,75,22v0,24,-25,36,-48,41v4,8,0,22,16,19v29,2,48,19,50,49v3,52,-65,67,-102,41","w":156,"k":{"}":2,"]":2,"\\":3,"9":3,"7":8,"3":15,"2":6,")":2,"'":8,"%":5,"\"":12}},"4":{"d":"154,-66r0,-19r-25,0r0,-145r-16,0r-110,146r4,18r98,0r0,66r24,0r0,-66r25,0xm105,-190r0,105r-78,0","w":169,"k":{"7":11,"3":17,"2":6,"'":6,"%":6,"\"":8}},"5":{"d":"148,-69v-2,-52,-44,-81,-95,-70r2,-71r70,0r5,-20r-97,0r-3,115v41,-17,95,-3,95,46v0,53,-65,64,-102,38r3,24v51,26,124,1,122,-62","w":163,"k":{"9":3,"7":5,"3":3,"2":7,"1":4,"\/":6,"'":5,"%":6,"\"":6}},"6":{"d":"90,4v44,0,70,-27,73,-73v4,-64,-78,-95,-117,-51v16,-46,54,-83,97,-105r-23,-10v-54,32,-105,79,-105,159v0,49,28,80,75,80xm89,-121v32,0,51,21,51,53v0,32,-18,53,-50,53v-34,0,-55,-28,-51,-66v3,-25,23,-40,50,-40","w":176,"k":{"9":5,"7":7,"3":10,"2":8,"1":3,"'":12,"%":10,"\"":8}},"7":{"d":"152,-230r-149,0r0,20r117,0r-90,210r24,0","w":161,"k":{"}":-7,"]":-7,"\\":-3,":":6,"9":6,"8":9,"7":-8,"6":13,"5":7,"4":13,"3":8,"2":12,"1":-7,"0":4,"\/":33,".":19,"-":3,",":19,")":-4,"'":-7,"%":-1,"\"":-8}},"8":{"d":"90,4v42,0,74,-23,74,-66v0,-36,-23,-55,-51,-64v22,-8,41,-24,41,-52v0,-36,-27,-56,-64,-56v-37,0,-65,20,-65,56v0,27,19,44,41,52v-27,10,-51,28,-51,64v0,43,32,66,75,66xm90,-214v36,0,55,39,31,62v-7,7,-17,13,-30,17v-21,-6,-43,-18,-43,-42v0,-24,16,-37,42,-37xm88,-115v25,9,53,20,53,52v0,30,-21,45,-52,47v-45,3,-69,-52,-37,-80v9,-8,22,-15,36,-19","w":179,"k":{"9":3,"7":2,"3":3,"2":10,"'":5,"%":5,"\"":6}},"9":{"d":"57,5v53,-32,104,-80,104,-159v0,-50,-28,-80,-75,-80v-44,0,-69,29,-73,72v-6,63,79,98,117,52v-16,47,-54,83,-97,105xm86,-213v35,0,56,28,52,65v-3,26,-24,40,-51,40v-32,0,-51,-21,-51,-53v0,-31,19,-52,50,-52","w":176,"k":{"7":4,"3":13,"2":10,"\/":12,".":18,",":18,"'":5,"%":2,"\"":5}},":":{"d":"33,-167v-19,4,-21,32,0,35v8,-1,16,-9,18,-17v-2,-8,-9,-17,-18,-18xm33,-32v-20,4,-20,32,0,36v9,-2,16,-10,18,-18v-2,-8,-9,-17,-18,-18","k":{"t":-1,"Y":11,"7":8,"1":5}},";":{"d":"33,-167v-19,4,-21,32,0,35v8,-1,16,-9,18,-17v-2,-8,-9,-17,-18,-18xm32,1v-1,14,-9,29,-16,39v27,2,51,-64,17,-72v-17,4,-23,30,-1,33"},"\u037e":{"d":"33,-167v-19,4,-21,32,0,35v8,-1,16,-9,18,-17v-2,-8,-9,-17,-18,-18xm32,1v-1,14,-9,29,-16,39v27,2,51,-64,17,-72v-17,4,-23,30,-1,33"},"<":{"d":"150,-42r0,-21r-115,-37r115,-36r0,-21r-134,44r0,27","w":166},"=":{"d":"150,-121r0,-19r-134,0r0,19r134,0xm150,-59r0,-19r-134,0r0,19r134,0","w":166},">":{"d":"150,-86r0,-27r-134,-44r0,21r116,36r-116,37r0,21","w":166},"?":{"d":"73,-59v-16,-59,45,-71,47,-119v3,-54,-66,-69,-106,-43r5,20v23,-20,80,-16,77,21v-4,44,-61,58,-43,116xm46,-14v4,20,32,22,35,0v-2,-8,-9,-16,-17,-18v-8,1,-16,10,-18,18","w":134},"@":{"d":"199,-49v38,-2,58,-31,58,-70v0,-73,-50,-115,-120,-115v-71,0,-122,45,-122,118v0,82,67,133,151,114r2,-17v-72,19,-135,-24,-134,-96v1,-63,41,-101,103,-101v60,0,100,36,102,97v2,29,-15,54,-40,54v-25,0,-10,-47,-14,-72v3,-44,-58,-51,-88,-31r5,16v20,-15,71,-16,62,24v-36,2,-72,6,-74,42v-3,43,68,49,80,15v1,14,14,22,29,22xm164,-111v12,41,-47,63,-54,25v1,-25,31,-22,54,-25","w":272},"A":{"d":"207,0r-94,-233r-9,0r-95,233r24,0r26,-64r97,0r27,64r24,0xm148,-84r-80,0r40,-106","w":216,"k":{"y":9,"w":8,"v":8,"]":2,"\\":33,"Y":28,"W":17,"V":18,"T":25,"Q":7,"O":7,"J":-3,"G":7,"C":7,"\/":-3,".":-7,"-":6,",":-6,"*":31,"'":14,"\"":35}},"B":{"d":"25,0v72,3,142,1,142,-68v-1,-34,-22,-54,-49,-62v14,-5,25,-24,25,-43v-1,-57,-57,-60,-118,-57r0,230xm48,-210v37,-2,71,2,71,37v0,35,-34,40,-71,37r0,-74xm48,-117v50,-3,95,3,95,49v0,46,-45,51,-95,48r0,-97","w":181,"k":{"y":3,"]":2,"\\":20,"Z":2,"Y":22,"X":6,"W":12,"V":12,"T":12,"A":3,"\/":5,"*":15,"'":6,"\"":12}},"C":{"d":"40,-114v-5,-83,93,-118,157,-81r5,-22v-82,-39,-187,5,-187,102v0,93,94,140,181,105r3,-23v-16,9,-35,15,-61,14v-60,-1,-94,-36,-98,-95","w":217,"k":{"y":14,"q":8,"o":8,"e":8,"d":8,"c":8,"\\":-3,"T":1,"Q":11,"O":9,"G":9,"C":9,"A":4,".":-1,"-":11,",":-4}},"D":{"d":"25,0v106,7,187,-18,187,-115v0,-97,-81,-122,-187,-115r0,230xm49,-209v82,-5,139,21,139,95v0,73,-58,98,-139,93r0,-188","w":227,"k":{"\\":20,"Y":19,"X":10,"W":4,"V":4,"T":15,"S":3,"M":4,"A":7,"\/":13,".":10,",":10,"*":8,"\"":7}},"E":{"d":"157,0r0,-21r-108,0r0,-84r78,0r0,-21r-78,0r0,-83r96,0r0,-21r-120,0r0,230r132,0","w":159,"k":{"X":-4,"S":2,"J":-11,"A":-4,"\/":-7,".":-6,",":-6}},"F":{"d":"147,-209r0,-21r-122,0r0,230r24,0r0,-105r83,0r0,-21r-83,0r0,-83r98,0","w":149,"k":{"y":6,"w":6,"v":6,"u":5,"o":6,"g":6,"e":6,"c":6,"a":6,"\\":-3,"W":-7,"V":-8,"T":-7,"J":2,"A":16,"\/":18,".":14,"-":3,",":14,"*":-1,"'":-6,"\"":-6}},"G":{"d":"15,-115v0,107,128,150,207,94r0,-91r-84,0r0,20r61,0r0,60v-64,37,-159,1,-159,-82v0,-86,99,-121,164,-80r5,-22v-81,-45,-194,1,-194,101","w":243,"k":{"y":4,"\\":10,"Y":12,"T":3,"\/":-4,"*":8,"'":5,"\"":7}},"H":{"d":"205,0r0,-230r-24,0r0,104r-132,0r0,-104r-24,0r0,230r24,0r0,-105r132,0r0,105r24,0","w":229},"I":{"d":"53,0r0,-230r-25,0r0,230r25,0","w":81},"J":{"d":"-13,45v40,-10,65,-41,66,-91r0,-184r-25,0r0,181v1,47,-20,69,-57,77","w":81},"K":{"d":"182,0r-107,-117r102,-113r-28,0r-100,111r0,-111r-24,0r0,230r24,0r0,-110r101,110r32,0","w":186,"k":{"y":8,"t":2,"q":7,"o":7,"e":7,"Q":10,"O":10,"G":10,"C":12,"\/":-1,".":-6,"-":14,",":-6,"&":4}},"L":{"d":"156,0r0,-21r-107,0r0,-209r-24,0r0,230r131,0","w":158,"k":{"\\":28,"Y":29,"X":-4,"W":16,"V":18,"T":33,"Q":14,"O":14,"J":-7,"G":14,"C":14,"A":-4,";":-7,":":-7,"\/":-10,".":-6,"-":6,",":-6,"*":6,"'":16,"\"":25}},"M":{"d":"272,0r-19,-230r-15,0r-93,193r-93,-193r-16,0r-18,230r22,0r13,-179r86,180r9,0r87,-180r14,179r23,0","w":289,"k":{"y":2}},"N":{"d":"224,4r0,-234r-24,0r0,184v-16,-21,-36,-43,-52,-62r-106,-122r-17,0r0,230r24,0r0,-190r168,194r7,0","w":249},"O":{"d":"135,4v72,0,121,-46,121,-119v0,-74,-49,-119,-121,-119v-71,0,-120,46,-120,119v0,73,49,119,120,119xm135,-212v58,0,96,38,96,98v0,59,-39,97,-96,97v-58,0,-95,-38,-95,-97v0,-60,37,-98,95,-98","w":270,"k":{"\\":14,"Y":19,"X":11,"W":3,"V":3,"T":15,"S":3,"A":7,"\/":13,".":8,",":8}},"P":{"d":"49,-105v61,4,109,-6,110,-62v1,-66,-66,-66,-134,-63r0,230r24,0r0,-105xm49,-208v44,-2,86,0,86,41v0,41,-41,44,-86,41r0,-82","w":172,"k":{"v":1,"t":-3,"s":4,"q":8,"o":8,"f":-5,"e":8,"d":8,"c":8,"a":8,"]":2,"\\":7,"Z":4,"X":10,"W":-3,"V":-2,"S":3,"J":7,"A":23,"\/":28,".":24,",":23,"*":-1,"'":-5,"&":2,"\"":-5}},"Q":{"d":"124,3v39,15,76,51,129,39r17,-23v-42,18,-78,-10,-113,-20v59,-9,99,-49,99,-114v0,-74,-50,-114,-121,-119v-127,-9,-160,182,-53,226v13,6,27,10,42,11xm135,-212v58,0,96,38,96,98v0,59,-39,97,-96,97v-58,0,-95,-38,-95,-97v0,-60,37,-98,95,-98","w":270,"k":{"j":-8,"g":-6,"\\":14,"Y":18,"W":3,"V":2,"T":16,"S":3,"J":-14,"\/":-5,",":-6}},"R":{"d":"156,-167v-1,-63,-63,-67,-131,-63r0,230r24,0r0,-105r36,0r76,105r30,0r-80,-109v24,-7,46,-27,45,-58xm49,-208v43,-3,82,1,82,41v0,39,-38,44,-82,41r0,-82","w":181,"k":{"\\":19,"Y":15,"W":8,"V":8,"T":14,"Q":8,"O":8,"J":-7,"G":8,"C":8,":":-4,"\/":-5,".":-8,"-":10,",":-8}},"S":{"d":"47,-176v-3,-43,65,-42,87,-22r5,-21v-37,-25,-115,-13,-115,44v0,72,102,49,105,115v3,54,-87,48,-112,18r3,27v50,38,156,11,129,-72v-16,-48,-98,-35,-102,-89","w":168,"k":{"a":-1,"\\":8,"Y":9,"T":7,"S":3,"Q":2,"O":2,"G":2,"C":2,"\/":1,".":-5,"-":-6,",":-5,"&":-4}},"T":{"d":"185,-209r0,-21r-182,0r0,21r78,0r0,209r24,0r0,-209r80,0","w":187,"k":{"z":23,"y":23,"x":19,"w":23,"v":23,"u":19,"s":25,"r":21,"q":32,"p":19,"o":32,"n":19,"m":20,"e":32,"d":32,"c":32,"a":26,"\\":-8,"Y":-2,"W":-8,"V":-9,"T":-5,"S":1,"Q":15,"O":15,"J":9,"G":15,"C":16,"A":25,"\/":20,".":20,"-":15,",":21,"*":-7,"&":5}},"U":{"d":"114,4v55,0,89,-28,90,-84r0,-150r-23,0r0,148v0,40,-26,64,-66,64v-41,0,-67,-23,-66,-64r0,-148r-24,0r0,150v1,55,35,84,89,84","w":228},"V":{"d":"201,-230r-23,0r-72,186r-71,-186r-26,0r92,234r8,0","w":210,"k":{"z":6,"y":9,"w":9,"v":9,"u":9,"s":13,"r":11,"q":14,"p":6,"o":14,"n":9,"m":6,"g":14,"e":14,"d":14,"c":14,"a":12,"\\":-5,"T":-9,"Q":3,"O":3,"G":3,"A":18,";":3,"\/":27,".":15,"-":6,",":21,"&":4}},"W":{"d":"323,-230r-22,0r-62,182r-61,-182r-21,0r-62,182v-18,-64,-41,-120,-61,-182r-25,0r81,234r9,0r68,-200r67,200r8,0","w":332,"k":{"z":6,"y":9,"x":2,"w":4,"v":4,"u":6,"s":11,"r":9,"q":14,"p":4,"o":14,"n":4,"m":6,"g":14,"e":14,"d":14,"c":14,"a":14,"\\":-5,"T":-9,"S":1,"Q":3,"O":3,"G":3,"A":17,";":3,"\/":28,".":15,"-":6,",":21,"&":4,"!":-3}},"X":{"d":"193,0r-75,-118r71,-112r-26,0r-59,94r-58,-94r-27,0r70,113r-74,117r26,0r63,-99v18,35,41,66,61,99r28,0","w":207,"k":{"Q":11,"O":11,"G":11,"C":11,".":-6,"-":12,",":-6,"&":4}},"Y":{"d":"209,-230r-25,0r-75,105r-73,-105r-27,0r88,124r0,106r24,0r0,-106","w":218,"k":{"z":22,"y":21,"x":18,"w":21,"v":21,"u":23,"t":17,"s":35,"r":21,"q":35,"p":21,"o":35,"n":18,"m":18,"i":8,"g":33,"f":5,"e":35,"d":35,"c":35,"a":30,"\\":-5,"T":-2,"S":8,"Q":19,"O":19,"G":19,"C":17,"A":28,";":13,":":13,"\/":37,".":23,"-":12,",":28,"&":13}},"Z":{"d":"172,0r0,-21r-124,-1r120,-202r0,-6r-144,0r0,21r111,1r-120,202r0,6r157,0","w":187,"k":{";":-4,":":-4,".":-6,",":-6,"&":-4}},"[":{"d":"96,78r0,-19r-48,0r0,-292r48,0r0,-19r-71,0r0,330r71,0","w":98,"k":{"y":-8,"w":6,"v":6,"q":6,"o":6,"j":-20,"e":6,"d":6,"c":6,"a":6,"J":-4,"A":2,"7":-6,"6":5,"4":8,"3":-4,"1":-7}},"\\":{"d":"180,48r-146,-287r-17,9r146,287","w":165,"k":{"y":-4,"x":-5,"w":10,"v":12,"p":-16,"o":3,"j":-23,"g":-16,"Y":32,"W":20,"V":25,"T":25,"Q":7,"O":12,"J":-43,"G":8,"C":8,"A":-3,"3":-2,"2":-3}},"]":{"d":"73,78r0,-330r-70,0r0,19r48,0r0,292r-48,0r0,19r70,0","w":98},"^":{"d":"89,-218v12,12,27,22,41,33r16,-7v-21,-12,-37,-41,-56,-55v-19,15,-35,42,-56,55r15,7v14,-11,28,-20,40,-33","w":180},"_":{"d":"181,83r0,-20r-181,0r0,20r181,0","w":180},"`":{"d":"104,-192v-23,-11,-34,-50,-60,-54v-23,23,27,46,45,61","w":180},"a":{"d":"13,-44v-2,54,84,63,99,19v1,15,13,27,26,29r14,-15v-33,-6,-20,-65,-20,-101v0,-57,-69,-66,-109,-42r4,19v29,-19,94,-18,82,36v-47,3,-94,6,-96,55xm109,-58v5,44,-72,59,-74,14v-2,-35,42,-32,74,-36r0,22","w":157,"k":{"}":6,"y":8,"w":8,"v":8,"t":5,"q":3,"o":3,"l":1,"g":3,"e":3,"d":3,"c":3,"a":1,"]":6,"\\":37,"\/":-7,")":4,"'":18,"\"":18}},"b":{"d":"177,-82v0,-71,-80,-107,-131,-69r0,-105r-23,0r0,241v54,38,154,15,154,-67xm46,-128v33,-36,108,-14,108,46v0,58,-63,81,-108,55r0,-101","w":190,"k":{"}":6,"y":5,"x":5,"w":6,"v":6,"s":2,"]":6,"\\":32,"\/":3,"'":13,"\"":12}},"c":{"d":"36,-81v0,-57,66,-81,109,-50r5,-22v-58,-31,-137,1,-137,72v0,67,66,98,130,75r2,-22v-44,24,-109,3,-109,-53","w":163,"k":{"z":1,"y":3,"x":-2,"w":1,"v":1,"t":-2,"q":7,"o":7,"e":7,"d":7,"c":7,"a":5,"\\":19,"'":4,"\"":4}},"d":{"d":"13,-81v0,72,89,111,133,63r0,18r22,0r0,-256r-23,0r0,106v-50,-39,-132,-2,-132,69xm36,-81v0,-60,76,-83,109,-46r0,89v-30,41,-109,18,-109,-43","w":191},"e":{"d":"149,-30v-41,29,-118,7,-112,-49r110,0v6,-8,17,-10,15,-25v-3,-39,-29,-63,-70,-63v-49,0,-77,35,-79,86v-2,68,74,104,134,73xm39,-98v1,-56,102,-68,100,-2v-28,6,-68,0,-100,2","w":174,"k":{"}":2,"y":4,"x":2,"w":4,"v":4,"a":3,"]":6,"\\":27,")":1,"'":10,"\"":10}},"f":{"d":"58,-163v-9,-57,25,-87,69,-69r5,-20v-61,-16,-109,16,-97,89r-29,0r0,19r29,0r0,144r23,0r0,-144r50,0r5,-19r-55,0","w":119,"k":{"}":-24,"t":-1,"s":7,"q":9,"o":9,"l":-3,"k":-5,"j":-3,"h":-5,"g":9,"e":9,"d":9,"c":9,"b":-5,"a":8,"]":-28,"\\":-13,"?":-12,"7":-20,"1":-13,"\/":11,".":10,"-":5,",":10,"*":-9,")":-18,"'":-21,"\"":-21,"!":-4}},"g":{"d":"83,-58v48,3,78,-55,46,-85v8,0,21,-1,26,-5r-5,-19v-19,12,-45,2,-67,0v-64,-7,-78,86,-27,101v-14,2,-25,12,-24,27r16,16v-22,6,-36,22,-37,50v-2,73,143,75,144,4v1,-53,-60,-51,-96,-70v-9,-12,2,-20,24,-19xm83,-148v22,1,37,13,38,35v1,20,-17,36,-38,36v-22,0,-39,-16,-39,-36v0,-20,18,-36,39,-35xm83,64v-55,5,-69,-69,-15,-76v25,11,63,11,66,43v-4,23,-25,30,-51,33","w":165,"k":{"y":-1,"t":-1,"s":1,"q":3,"o":5,"j":-10,"f":-1,"e":3,"d":3,"c":4,"a":3,"\\":29,"\/":-20,".":-4,",":-4,"&":2}},"h":{"d":"160,-110v6,-61,-92,-75,-114,-31r0,-115r-23,0r0,256r23,0v5,-59,-22,-147,46,-147v67,0,40,88,45,147r23,0r0,-110","w":181,"k":{"\\":27,"'":4,"\"":8}},"i":{"d":"21,-211v5,18,28,19,32,0v-3,-19,-28,-19,-32,0xm49,0r0,-163r-23,0r0,163r23,0","w":74,"k":{"a":2}},"j":{"d":"21,-211v5,18,28,19,32,0v-3,-19,-28,-19,-32,0xm5,83v27,-8,44,-31,44,-64r0,-182r-23,0r0,180v-1,29,-12,45,-36,51","w":74,"k":{"j":-6}},"k":{"d":"153,0r-81,-83r77,-80r-28,0r-75,78r0,-171r-23,0r0,256r23,0r0,-79r77,79r30,0","w":155,"k":{"}":6,"t":-3,"q":5,"o":5,"g":1,"e":5,"d":5,"c":5,"]":4,"\\":24,".":-3,"-":6,",":-2,")":6,"'":6,"\"":6}},"l":{"d":"67,-10v-12,-2,-21,-13,-21,-28r0,-218r-23,0r0,220v1,22,10,37,28,41","w":75,"k":{"y":5,"w":5,"v":5,"q":3,"o":1,"g":3,"e":3,"d":3,"c":3,"a":3,".":-1}},"m":{"d":"191,-147v65,0,32,92,40,147r23,0r0,-112v7,-61,-94,-72,-113,-27v-10,-36,-88,-37,-98,-2v-3,-5,0,-15,-1,-22r-21,0r0,163r23,0v6,-57,-24,-147,42,-147v65,0,32,92,40,147r23,0v7,-57,-25,-147,42,-147","w":275,"k":{"\\":32,"'":8,"\"":8}},"n":{"d":"158,-110v6,-63,-95,-73,-116,-29r0,-24r-21,0r0,163r23,0v5,-59,-22,-147,46,-147v26,0,46,13,45,39r0,108r23,0r0,-110","w":179,"k":{"w":1,"\\":32,"\/":-4,"'":8,"\"":8}},"o":{"d":"99,4v51,0,86,-31,86,-85v0,-54,-34,-86,-86,-86v-52,0,-86,33,-86,86v0,52,34,85,86,85xm99,-146v39,0,63,25,63,65v0,40,-24,65,-63,65v-38,0,-63,-26,-63,-65v0,-40,25,-65,63,-65","w":198,"k":{"}":6,"z":4,"y":5,"x":5,"w":5,"v":5,"s":2,"]":6,"\\":36,",":1,")":6,"'":14,"\"":14}},"p":{"d":"44,-13v49,39,132,3,132,-69v0,-72,-89,-111,-133,-63r0,-18r-22,0r0,246r23,0r0,-96xm44,-124v29,-41,116,-19,109,43v6,61,-76,83,-109,46r0,-89","w":189,"k":{"}":6,"y":5,"x":6,"w":7,"v":6,"t":1,"s":2,"]":6,"\\":37,"\/":1,")":6,"'":12,"\"":13}},"q":{"d":"13,-81v0,68,80,108,131,69r0,95r23,0r0,-248v-11,-1,-11,8,-17,12v-56,-34,-137,0,-137,72xm36,-80v0,-58,67,-83,108,-52r0,98v-31,36,-108,12,-108,-46","w":188,"k":{"j":-12,"\\":21,"\/":-18,",":-4,"'":4,"\"":4}},"r":{"d":"44,0v2,-64,-16,-153,61,-140v2,-11,12,-27,-10,-25v-26,2,-46,16,-51,39r0,-37r-23,0r0,163r23,0","w":113,"k":{"}":10,"t":-2,"s":4,"q":13,"o":13,"g":13,"f":-4,"e":13,"d":13,"c":13,"a":13,"]":4,"\\":19,"\/":12,".":15,",":15,")":4,"'":4}},"s":{"d":"18,-11v32,24,100,14,100,-32v0,-42,-46,-44,-70,-63v-17,-13,-3,-42,20,-40v14,1,27,5,35,11r5,-19v-28,-21,-89,-11,-89,32v0,52,76,36,76,79v0,38,-65,26,-80,7","w":131,"k":{"y":5,"w":5,"v":5,"s":2,"q":2,"o":2,"g":2,"e":2,"d":2,"c":2,"a":-2,"\\":26,"'":7,"\"":10}},"t":{"d":"104,-21v-18,9,-43,3,-43,-23r0,-100r55,0r5,-19r-60,0r0,-47r-22,12r0,35r-33,0r0,19r33,0r0,102v-3,34,31,50,62,40","w":126,"k":{"y":-1,"v":-1,"t":-3,"q":3,"o":4,"g":3,"f":-3,"e":3,"d":3,"c":3,"\\":11,"\/":-5,".":-4}},"u":{"d":"21,-53v-6,61,96,75,115,29v3,5,0,17,1,24r21,0r0,-163r-23,0v-5,59,22,147,-46,147v-67,0,-40,-88,-45,-147r-23,0r0,110","w":179,"k":{"\\":18,"'":5,"\"":6}},"v":{"d":"156,-163r-21,0r-51,127r-52,-127r-23,0r69,167r9,0","w":165,"k":{"}":8,"t":-1,"s":4,"q":5,"o":5,"g":4,"e":5,"d":5,"c":5,"a":6,"]":6,"\\":13,"\/":17,".":18,",":18,")":4,"&":3}},"w":{"d":"244,-163r-21,0r-44,125r-43,-125r-18,0r-43,125r-44,-125r-22,0r61,167r8,0r49,-136r48,136r8,0","w":253,"k":{"}":8,"t":-4,"s":3,"q":5,"o":5,"g":4,"f":-1,"e":5,"d":5,"c":5,"a":6,"]":6,"\\":13,"\/":13,".":17,",":17,")":4,"&":4}},"x":{"d":"144,0r-53,-84r50,-79r-24,0r-39,61v-11,-21,-25,-40,-37,-61r-25,0r50,80r-53,83r25,0r42,-65v12,24,26,43,40,65r24,0","w":157,"k":{"q":5,"o":5,"e":5,"d":5,"c":5,"a":3,"\\":22,".":-4,"-":5,"&":4}},"y":{"d":"73,-9v-16,36,-36,64,-73,78r15,15v88,-41,100,-161,144,-247r-22,0r-53,128r-51,-128r-24,0","w":168,"k":{"}":4,"t":-1,"s":4,"q":5,"p":1,"o":5,"g":4,"e":5,"d":5,"c":5,"a":7,"]":4,"\\":15,"\/":18,".":17,",":18,")":4,"&":4}},"z":{"d":"139,0r0,-19r-93,0r87,-139r0,-5r-114,0r0,19r81,0r-87,139r0,5r126,0","w":152,"k":{"w":3,"q":4,"o":4,"d":4,"c":4,"\\":21,".":-4,",":-7,"'":6,"\"":8}},"{":{"d":"3,-86v59,28,-3,160,97,165r5,-18v-38,-1,-47,-32,-47,-72v0,-35,-9,-57,-28,-75v48,-28,1,-147,75,-148r-5,-18v-92,-4,-40,134,-97,166","w":108,"k":{"y":-5,"w":8,"v":8,"q":6,"o":6,"j":-22,"e":6,"d":6,"c":6,"a":6,"J":-13,"7":-8,"6":4,"5":-2,"4":7,"3":-4,"1":-7}},"|":{"d":"45,83r0,-339r-20,0r0,339r20,0","w":69},"}":{"d":"73,-10v1,-36,9,-61,32,-76v-59,-29,2,-161,-97,-166r-5,18v38,1,47,32,47,72v0,35,9,57,28,76v-48,28,-1,147,-75,147r5,18v50,-1,64,-40,65,-89","w":108},"~":{"d":"50,-96v15,5,35,25,47,3v5,-6,12,-14,16,-22v-17,-14,-20,10,-34,13v-16,-5,-34,-26,-47,-3v-5,6,-12,14,-16,22r13,6v5,-6,12,-17,21,-19","w":128},"\u00a0":{"w":85}}});
