/*
 * 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:
 * Font software Copyright 1993, 1994, 2001 Adobe Systems Incorporated. Typeface
 * designs Copyright 2005 International Typeface Corporation. All rights reserved.
 * 
 * Trademark:
 * "ITC" and "Avant Garde" are trademarks of International Typeface Corporation
 * Registered in U.S. Patent and Trademark Office and may be registered in certain
 * other jurisdictions.
 * 
 * Full name:
 * ITCAvantGardePro-XLt
 * 
 * Description:
 * Please review the description of this font at http://www.itcfonts.com.
 * 
 * Designer:
 * Herb Lubalin and Tom Carnase
 * 
 * Vendor URL:
 * http://www.itcfonts.com
 */
Cufon.registerFont({"w":199,"face":{"font-family":"ITC Avant Garde Pro XLt","font-weight":275,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 3 0 0 2 0 4","ascent":"266","descent":"-94","x-height":"5","bbox":"-5 -292 319 99","underline-thickness":"18","underline-position":"-18","stemh":"9","stemv":"10","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":99,"k":{"V":23}},"!":{"d":"52,-60r-11,0r0,-206r11,0r0,206xm52,0r-11,0r0,-29r11,0r0,29","w":93},"\"":{"d":"86,-160r-11,0r0,-106r11,0r0,106xm45,-160r-11,0r0,-106r11,0r0,106","w":119,"k":{"A":23,"v":-13,"w":-13,"y":-13,"t":-9,"J":20}},"#":{"d":"193,-163r-1,8r-54,0r-7,49r54,0r-1,8r-54,0r-12,87r-9,0r12,-87r-52,0r-11,87r-9,0r12,-87r-55,0r2,-8r54,0r7,-49r-55,0r2,-8r54,0r11,-80r9,0r-11,80r51,0r11,-80r9,0r-11,80r54,0xm129,-155r-51,0r-7,49r51,0"},"$":{"d":"51,-201v0,79,119,24,119,120v0,33,-25,64,-63,67r0,35r-11,0r0,-35v-36,-3,-64,-30,-66,-68r11,0v6,80,118,72,118,1v0,-83,-119,-33,-119,-120v0,-32,23,-58,56,-62r0,-29r11,0r0,29v41,5,56,35,58,59r-11,0v-4,-37,-35,-49,-52,-49v-24,0,-51,20,-51,52"},"%":{"d":"125,-212v0,34,-24,58,-58,58v-34,0,-59,-24,-59,-58v0,-34,25,-59,59,-59v34,0,58,25,58,59xm217,-266r-164,266r-12,0r165,-266r11,0xm251,-54v0,34,-25,59,-59,59v-34,0,-58,-25,-58,-59v0,-34,24,-59,58,-59v34,0,59,25,59,59xm115,-212v0,-29,-19,-50,-48,-50v-29,0,-49,21,-49,50v0,29,20,49,49,49v29,0,48,-20,48,-49xm241,-54v0,-29,-20,-50,-49,-50v-29,0,-48,21,-48,50v0,29,19,50,48,50v29,0,49,-21,49,-50","w":258},"&":{"d":"252,-3r-8,7r-67,-68v-16,32,-26,69,-81,69v-48,0,-76,-38,-76,-75v0,-46,41,-71,71,-83v-15,-17,-37,-34,-37,-62v0,-30,24,-56,56,-56v33,0,59,27,59,58v0,37,-30,49,-61,63r67,68r45,-86r11,0r-48,94xm158,-213v0,-24,-19,-48,-47,-48v-50,0,-57,61,-28,84r18,19v39,-17,57,-26,57,-55xm169,-72r-71,-73v-56,24,-67,51,-67,76v0,33,24,64,66,64v34,0,58,-33,72,-67","w":259},"(":{"d":"141,99v-52,-29,-104,-109,-104,-186v0,-76,42,-148,104,-184r0,13v-51,32,-92,96,-92,171v0,75,41,140,92,172r0,14","w":153,"k":{"T":-5,"J":36,"Z":-5,"j":-13}},")":{"d":"12,-271v52,29,104,109,104,185v0,76,-42,149,-104,185r0,-13v51,-32,92,-97,92,-172v0,-75,-41,-140,-92,-172r0,-13","w":153},"*":{"d":"152,-191r-5,9r-39,-22r0,44r-10,0r0,-44r-38,22r-6,-9r39,-22r-39,-22r6,-9r38,22r0,-44r10,0r0,44r39,-22r5,9r-38,22","w":206,"k":{"J":45}},"+":{"d":"198,-85r-85,0r0,85r-10,0r0,-85r-85,0r0,-10r85,0r0,-85r10,0r0,85r85,0r0,10","w":216},",":{"d":"56,-30r-23,56r-11,0r23,-56r11,0","w":99,"k":{"Y":42,"W":38,"T":44," ":11,"v":27,"w":27,"y":27,"V":58,"U":32,"C":25,"G":25,"O":25,"Q":25,"a":9,"c":9,"d":9,"e":9,"g":9,"o":9,"q":9,"X":7,"u":20,"t":23,"J":14,"\"":58,"'":58}},"-":{"d":"96,-94r-96,0r0,-11r96,0r0,11","w":95,"k":{"Y":11}},".":{"d":"55,0r-10,0r0,-29r10,0r0,29","w":99,"k":{"Y":42,"W":38,"T":44," ":11,"v":27,"w":27,"y":27,"V":58,"U":32,"C":25,"G":25,"O":25,"Q":25,"a":9,"c":9,"d":9,"e":9,"g":9,"o":9,"q":9,"X":7,"u":20,"t":23,"J":14,"\"":58,"'":58}},"\/":{"d":"162,-266r-126,302r-12,0r126,-302r12,0","w":186},"0":{"d":"185,-186r0,106v0,68,-62,85,-85,85v-31,0,-86,-20,-86,-85r0,-103v0,-77,66,-88,85,-88v47,0,86,34,86,85xm175,-80v0,-88,20,-181,-76,-181v-39,0,-74,26,-74,77r0,104v0,48,37,75,75,75v26,0,75,-17,75,-75"},"1":{"d":"110,0r-11,0r0,-257r-59,0r0,-9r70,0r0,266"},"2":{"d":"25,-185v1,-120,160,-107,156,-4v-1,27,-15,46,-39,70r-107,109r146,0r0,10r-160,0r0,-10r114,-117v23,-24,36,-41,36,-66v0,-40,-30,-68,-68,-68v-35,0,-66,25,-67,76r-11,0"},"3":{"d":"122,-153v94,37,59,158,-27,158v-40,0,-81,-30,-81,-82r11,0v1,50,39,72,71,72v43,0,70,-32,70,-71v0,-34,-30,-78,-90,-72r0,-9v54,8,79,-39,73,-53v0,-30,-21,-51,-51,-51v-32,0,-51,23,-53,50r-10,0v5,-82,123,-79,124,2v0,20,-11,47,-37,56"},"4":{"d":"183,-52r-27,0r0,52r-11,0r0,-52r-139,0r0,-9r135,-205r15,0r0,204r27,0r0,10xm145,-62r0,-191r-126,191r126,0"},"5":{"d":"185,-87v-1,108,-161,130,-177,9r10,0v11,104,161,88,157,-8v-3,-72,-84,-116,-139,-50r-10,-3r25,-127r119,0r0,9r-111,0r-19,101v10,-8,27,-21,57,-21v51,0,88,43,88,90"},"6":{"d":"188,-86v0,48,-37,91,-88,91v-94,-1,-102,-101,-65,-154r80,-117r12,0r-70,104v52,-36,131,5,131,76xm177,-85v0,-55,-42,-81,-76,-81v-31,0,-78,22,-78,83v0,41,28,78,76,78v46,0,78,-37,78,-80"},"7":{"d":"173,-257r-119,257r-11,0r118,-257r-130,0r0,-9r142,0r0,9"},"8":{"d":"181,-75v0,45,-36,80,-81,80v-45,0,-81,-35,-81,-80v0,-36,24,-66,56,-76v-61,-21,-43,-120,25,-120v68,0,87,99,25,120v32,10,56,40,56,76xm153,-208v0,-30,-23,-53,-53,-53v-30,0,-54,23,-54,53v0,30,24,53,54,53v30,0,53,-23,53,-53xm170,-75v0,-39,-31,-70,-70,-70v-39,0,-70,31,-70,70v0,39,31,70,70,70v39,0,70,-31,70,-70"},"9":{"d":"144,-104v-54,35,-132,-4,-132,-76v0,-48,37,-91,88,-91v94,1,102,101,65,154r-80,117r-13,0xm177,-183v0,-41,-29,-78,-77,-78v-46,0,-77,37,-77,80v0,55,42,81,76,81v31,0,78,-22,78,-83"},":":{"d":"55,-162r-10,0r0,-29r10,0r0,29xm55,0r-10,0r0,-29r10,0r0,29","w":99,"k":{"Y":17,"W":12,"T":32,"V":17}},";":{"d":"55,-162r-11,0r0,-29r11,0r0,29xm56,-30r-23,56r-11,0r23,-56r11,0","w":99,"k":{"Y":17,"W":12,"T":32,"V":17}},"<":{"d":"198,0r-180,-85r0,-11r180,-85r0,11r-168,80r168,79r0,11","w":216},"=":{"d":"198,-120r-180,0r0,-10r180,0r0,10xm198,-50r-180,0r0,-10r180,0r0,10","w":216},">":{"d":"198,-85r-180,85r0,-11r168,-79r-168,-80r0,-11r180,85r0,11","w":216},"?":{"d":"168,-195v0,29,-23,50,-43,69v-28,28,-27,47,-27,66r-11,0v1,-23,2,-46,33,-76v19,-19,37,-33,37,-61v-2,-78,-126,-89,-132,2r-11,0v11,-111,151,-93,154,0xm98,0r-11,0r0,-29r11,0r0,29","w":192},"@":{"d":"276,-159v0,71,-58,101,-84,101v-6,0,-29,-1,-29,-27v-14,27,-85,49,-85,-21v0,-50,36,-101,76,-101v28,0,37,20,39,30v6,-9,2,-28,19,-25r-40,117v0,16,14,18,20,18v26,0,74,-31,74,-91v0,-70,-60,-104,-112,-104v-69,0,-129,53,-129,131v1,132,174,171,235,64r9,0v-60,127,-254,73,-254,-64v0,-77,60,-140,138,-140v58,0,123,38,123,112xm118,-69v57,0,54,-57,69,-97v-1,-24,-21,-32,-32,-32v-30,0,-67,41,-67,92v0,31,18,37,30,37","w":286},"A":{"d":"245,0r-12,0r-40,-93r-139,0r-40,93r-11,0r114,-266r14,0xm189,-103r-66,-153r-64,153r130,0","w":247,"k":{"Y":33,"W":18,"T":29,"v":9,"w":9,"y":9,"V":32,"U":5,"C":13,"G":13,"O":13,"Q":13,"\"":23,"'":23}},"B":{"d":"84,-266v53,-5,78,31,78,67v0,7,1,42,-36,58v49,14,53,57,53,70v3,74,-74,75,-151,71r0,-266r56,0xm125,-151v51,-32,29,-115,-41,-106r-45,0r0,113v29,-1,68,4,86,-7xm39,-10v66,2,129,5,129,-61v0,-61,-60,-69,-129,-64r0,125","w":194,"k":{"Y":14,"T":14}},"C":{"d":"270,-207r-13,0v-10,-14,-45,-54,-104,-54v-71,0,-127,54,-127,128v0,74,56,128,127,128v62,0,96,-43,104,-53r12,0v-18,31,-60,63,-116,63v-76,0,-138,-58,-138,-138v0,-80,62,-138,138,-138v57,0,98,34,117,64","w":282},"D":{"d":"237,-133v0,84,-50,133,-134,133r-75,0r0,-266r75,0v84,0,134,49,134,133xm226,-132v0,-103,-75,-136,-187,-125r0,247v110,9,187,-20,187,-122","w":252,"k":{"Y":11,"T":7,"A":13,"V":7,",":25,".":25,"X":5,"J":7}},"E":{"d":"174,0r-146,0r0,-266r146,0r0,9r-135,0r0,118r135,0r0,10r-135,0r0,119r135,0r0,10","w":196},"F":{"d":"158,-129r-119,0r0,129r-11,0r0,-266r130,0r0,9r-119,0r0,118r119,0r0,10","w":171,"k":{"A":22,",":72,".":72,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"J":45}},"G":{"d":"295,-113v-8,64,-67,118,-142,118v-76,0,-138,-58,-138,-138v0,-80,62,-138,138,-138v49,0,97,24,121,64r-13,0v-64,-97,-235,-54,-235,74v0,74,56,128,127,128v68,0,119,-48,129,-98r-159,0r0,-10r172,0","w":307,"k":{"Y":14,"T":16,"A":13,"V":11,",":11,".":11,"-":-5,"\"":9,"'":9}},"H":{"d":"198,0r-10,0r0,-129r-149,0r0,129r-11,0r0,-266r11,0r0,127r149,0r0,-127r10,0r0,266","w":226},"I":{"d":"39,0r-11,0r0,-266r11,0r0,266","w":66},"J":{"d":"68,-5v46,-2,57,-28,57,-71r0,-190r11,0r0,190v4,44,-26,81,-68,81v-30,0,-60,-19,-66,-56r12,0v9,40,42,46,54,46","w":163,"k":{",":4,".":4}},"K":{"d":"193,0r-13,0r-93,-126r-43,57r0,69r-11,0r0,-266r11,0r0,180r136,-180r13,0r-99,131","w":192,"k":{"T":-4,"v":-2,"w":-2,"y":-2,",":-11,".":-11,"J":-5,"Z":-5,")":-5,"]":-5,"}":-5}},"L":{"d":"151,0r-123,0r0,-266r11,0r0,256r112,0r0,10","w":152,"k":{"Y":33,"W":18,"T":20,"A":-5,"v":6,"w":6,"y":6,"V":41,"U":5,"C":11,"G":11,"O":11,"Q":11,"f":14,"t":18,"J":-4,"Z":-7,"*":36,"?":22,"\"":27,"'":27}},"M":{"d":"308,0r-11,0r-1,-256r-125,256r-6,0r-126,-256r0,256r-11,0r0,-266r17,0r123,249r123,-249r17,0r0,266","w":335},"N":{"d":"238,0r-14,0r-185,-256r0,256r-11,0r0,-266r16,0r183,252r0,-252r11,0r0,266","w":265},"O":{"d":"291,-133v0,80,-62,138,-138,138v-76,0,-138,-58,-138,-138v0,-80,62,-138,138,-138v76,0,138,58,138,138xm280,-133v0,-74,-56,-128,-127,-128v-71,0,-127,54,-127,128v0,74,56,128,127,128v71,0,127,-54,127,-128","w":306,"k":{"Y":11,"T":7,"A":13,"V":7,",":25,".":25,"X":5,"J":7}},"P":{"d":"86,-266v61,-4,93,24,94,75v2,71,-65,82,-145,76r0,115r-11,0r0,-266r62,0xm35,-125v71,3,134,1,134,-65v0,-67,-62,-71,-134,-67r0,132","w":183,"k":{"W":-9,"A":27,"C":-4,"G":-4,"O":-4,"Q":-4,",":72,".":72,"J":65}},"Q":{"d":"319,5v-42,-5,-55,-14,-77,-27v-13,9,-43,27,-83,27v-85,0,-139,-65,-139,-138v0,-80,62,-138,138,-138v76,0,139,58,139,138v0,58,-31,90,-46,104v20,12,36,19,68,23r0,11xm100,-99v79,0,73,10,142,64v29,-25,44,-60,44,-98v0,-74,-57,-128,-128,-128v-85,0,-150,85,-119,172v14,-5,33,-10,61,-10xm233,-29v-41,-39,-121,-83,-190,-49v54,94,129,84,190,49","w":317,"k":{"Y":11,"T":7,"\"":9,"'":9}},"R":{"d":"85,-266v84,-3,101,23,109,83v5,36,-28,85,-89,83r72,100r-14,0r-78,-110v60,9,101,-27,99,-74v-1,-47,-35,-80,-99,-73r-50,0r0,257r-11,0r0,-266r61,0","k":{"W":-7,"T":-2,"V":-4,"U":-7,"C":-11,"G":-11,"O":-11,"Q":-11,"J":14}},"S":{"d":"33,-203v0,92,138,22,138,133v0,92,-145,105,-155,3r11,0v6,51,45,62,66,62v33,0,67,-25,67,-63v0,-102,-138,-30,-138,-134v0,-85,131,-97,141,-7r-11,0v-4,-21,-15,-52,-58,-52v-34,0,-61,23,-61,58","w":186,"k":{"-":-11,"t":7}},"T":{"d":"157,-257r-72,0r0,257r-11,0r0,-257r-72,0r0,-9r155,0r0,9","w":159,"k":{"T":-7,"A":29,"v":4,"w":4,"y":4,"C":7,"G":7,"O":7,"Q":7,",":44,".":44,"a":25,"c":25,"d":25,"e":25,"g":25,"o":25,"q":25,"u":36,":":32,";":32,"i":14,"m":14,"n":14,"r":14,"-":36,"b":4,"h":4,"k":4,"l":4,"s":20,"J":36,"z":9,")":-5,"]":-5,"}":-5}},"U":{"d":"109,-5v44,0,71,-42,71,-89r0,-172r10,0r0,172v0,24,-2,59,-32,82v-28,21,-71,21,-99,0v-30,-23,-32,-58,-32,-82r0,-172r11,0r0,172v-6,46,26,89,71,89","w":217,"k":{"A":5,",":32,".":32,"J":7}},"V":{"d":"237,-266r-114,266r-7,0r-113,-266r12,0r105,248r105,-248r12,0","w":239,"k":{"p":4,"-":31,"T":-2,"A":32,"C":6,"G":6,"O":6,"Q":6,",":58,".":58,"a":36,"c":36,"d":36,"e":36,"g":36,"o":36,"q":36,"u":20,":":17,";":17,"i":4,"m":4,"n":4,"r":4,"s":25,"J":52,"S":7}},"W":{"d":"315,-266r-76,266r-14,0r-66,-238r-64,238r-15,0r-76,-266r12,0r72,251r68,-251r7,0r70,251r71,-251r11,0","w":319,"k":{"T":-2,"A":18,"v":1,"w":1,"y":1,",":38,".":38,"a":17,"c":17,"d":17,"e":17,"g":17,"o":17,"q":17,"u":11,":":12,";":12,"-":20}},"X":{"d":"197,0r-13,0r-85,-126r-84,126r-12,0r91,-135r-88,-131r13,0r80,121r81,-121r13,0r-88,131","k":{"T":-4,"C":5,"G":5,"O":5,"Q":5}},"Y":{"d":"194,-266r-89,174r0,92r-11,0r0,-92r-89,-174r12,0r83,162r82,-162r12,0","k":{"A":33,"C":11,"G":11,"O":11,"Q":11,",":42,".":42,"a":36,"c":36,"d":36,"e":36,"g":36,"o":36,"q":36,"u":28,":":17,";":17,"-":49,"f":9,"s":25,"J":54,"S":13}},"Z":{"d":"177,0r-170,0r145,-257r-150,0r0,-9r168,0r-145,256r152,0r0,10","w":179},"[":{"d":"124,98v-94,-36,-60,-164,-60,-276v0,-18,0,-65,60,-93r0,13v-35,17,-48,45,-48,80r0,183v0,18,2,57,48,80r0,13","w":153,"k":{"T":-5,"J":36,"Z":-5,"j":-13}},"\\":{"d":"162,36r-12,0r-126,-302r12,0","w":186},"]":{"d":"89,5v0,17,0,65,-60,93r0,-13v35,-17,48,-46,48,-80r0,-183v0,-19,-2,-57,-48,-80r0,-13v94,37,60,164,60,276","w":153},"^":{"d":"176,-135r-12,0r-56,-120r-56,120r-12,0r62,-131r12,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"215,0r-11,0r0,-48v-17,32,-49,53,-89,53v-63,0,-100,-49,-100,-100v0,-53,38,-100,100,-100v46,0,80,28,89,53r0,-49r11,0r0,191xm206,-95v0,-52,-40,-91,-91,-91v-50,0,-90,37,-90,91v0,43,29,90,91,90v53,0,90,-41,90,-90","w":242,"k":{"v":-7,"w":-7,"y":-7,"b":-2,"h":-2,"k":-2,"l":-2}},"b":{"d":"228,-95v0,51,-38,100,-101,100v-41,1,-70,-23,-89,-53r0,48r-10,0r0,-266r10,0r1,124v13,-28,42,-53,88,-53v62,0,101,48,101,100xm218,-95v0,-54,-42,-91,-91,-91v-51,0,-90,39,-90,91v0,49,36,90,89,90v62,0,92,-47,92,-90","w":242,"k":{"v":4,"w":4,"y":4,",":9,".":9}},"c":{"d":"116,-186v-51,0,-91,38,-91,91v0,54,41,90,90,90v43,0,75,-27,84,-55r11,0v-13,39,-50,65,-95,65v-55,0,-100,-41,-100,-100v0,-110,163,-139,195,-34r-11,0v-13,-36,-46,-57,-83,-57","w":222,"k":{"Y":22,"T":18,"v":-5,"w":-5,"y":-5}},"d":{"d":"215,0r-11,0r0,-48v-17,32,-49,53,-89,53v-63,0,-100,-49,-100,-100v0,-53,38,-100,100,-100v46,0,80,28,89,53r0,-124r11,0r0,266xm206,-95v0,-52,-40,-91,-91,-91v-50,0,-90,37,-90,91v0,43,29,90,91,90v53,0,90,-41,90,-90","w":243,"k":{"v":-7,"w":-7,"y":-7,"b":-2,"h":-2,"k":-2,"l":-2}},"e":{"d":"112,-195v52,0,100,37,100,101r-190,0v6,106,135,115,171,39r11,0v-18,41,-53,60,-92,60v-58,0,-101,-43,-101,-100v0,-57,44,-100,101,-100xm202,-104v-2,-46,-45,-82,-89,-82v-49,0,-88,34,-91,82r180,0","w":222},"f":{"d":"94,-181r-50,0r0,181r-10,0r0,-181r-31,0r0,-10r31,0v1,-38,-9,-67,60,-80r0,10v-13,1,-50,2,-50,50r0,20r50,0r0,10","w":94,"k":{",":14,".":14,"a":6,"c":6,"d":6,"e":6,"g":6,"o":6,"q":6,"i":18,"m":18,"n":18,"r":18,"b":18,"h":18,"k":18,"l":18,"f":18,"*":-7,"?":-5,")":-5,"]":-5,"}":-5,"\"":-9,"'":-9}},"g":{"d":"36,23v8,21,52,49,81,49v54,0,99,-50,87,-120v-16,32,-48,53,-88,53v-64,0,-102,-49,-102,-100v0,-53,39,-100,102,-100v47,-1,78,30,89,53r0,-49r10,0r0,170v0,80,-67,102,-97,102v-38,0,-77,-20,-94,-58r12,0xm206,-95v0,-52,-39,-91,-90,-91v-51,0,-92,37,-92,91v0,43,31,90,93,90v53,0,89,-41,89,-90","w":243,"k":{",":4,".":4}},"h":{"d":"193,0v-3,-88,19,-186,-77,-186v-48,0,-78,28,-78,76r0,110r-10,0r0,-266r10,0r1,112v27,-44,85,-58,136,-22v40,28,25,110,28,176r-10,0","w":230,"k":{"v":5,"w":5,"y":5,"u":7,"\"":20,"'":20}},"i":{"d":"38,-234r-10,0r0,-32r10,0r0,32xm38,0r-10,0r0,-191r10,0r0,191","w":66,"k":{"v":-7,"w":-7,"y":-7,"b":-2,"h":-2,"k":-2,"l":-2}},"j":{"d":"44,-233r-10,0r0,-33r10,0r0,33xm44,-2v0,30,0,73,-49,79r0,-11v35,-5,39,-31,39,-68r0,-189r10,0r0,189","w":78},"k":{"d":"162,0r-13,0r-70,-90r-41,55r0,35r-10,0r0,-266r10,0r1,214r104,-139r13,0r-70,93","w":168,"k":{"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"u":9,"t":5,"j":9}},"l":{"d":"38,0r-10,0r0,-266r10,0r0,266","w":65},"m":{"d":"240,-195v93,0,74,106,75,195r-10,0v-3,-81,21,-188,-65,-186v-38,2,-64,28,-64,79r0,107r-10,0r0,-107v2,-56,-20,-79,-65,-79v-80,0,-61,105,-63,186r-10,0r0,-191r10,0v1,11,-2,25,1,34v18,-35,51,-38,63,-38v35,-1,58,19,70,45v7,-22,37,-45,68,-45","w":341,"k":{"v":5,"w":5,"y":5,"u":7,"\"":20,"'":20}},"n":{"d":"193,0v-3,-88,19,-186,-77,-186v-48,0,-78,28,-78,76r0,110r-10,0r0,-191r10,0v1,12,-2,27,1,37v27,-44,85,-58,136,-22v40,28,25,110,28,176r-10,0","w":230,"k":{"v":5,"w":5,"y":5,"u":7,"\"":20,"'":20}},"o":{"d":"216,-95v0,57,-44,100,-101,100v-57,0,-100,-43,-100,-100v0,-57,43,-100,100,-100v57,0,101,43,101,100xm206,-95v0,-52,-40,-91,-91,-91v-51,0,-90,39,-90,91v0,52,39,90,90,90v51,0,91,-38,91,-90","w":230,"k":{"v":4,"w":4,"y":4,",":9,".":9}},"p":{"d":"228,-95v0,53,-39,100,-101,100v-47,1,-78,-31,-89,-54r0,126r-10,0r0,-268r10,0v1,15,-2,35,1,48v17,-32,48,-52,88,-52v63,0,101,49,101,100xm218,-95v0,-43,-30,-91,-92,-91v-53,0,-89,42,-89,91v0,52,39,90,90,90v50,0,91,-36,91,-90","w":243,"k":{"v":4,"w":4,"y":4,",":9,".":9}},"q":{"d":"215,77r-11,0r0,-126v-9,25,-43,54,-89,54v-62,0,-100,-47,-100,-100v0,-51,37,-100,100,-100v40,0,72,20,89,52r0,-48r11,0r0,268xm206,-95v0,-49,-37,-91,-90,-91v-62,0,-91,48,-91,91v0,54,40,90,90,90v51,0,91,-38,91,-90","w":242},"r":{"d":"105,-186v-37,-4,-76,46,-67,83r0,103r-10,0r0,-191r10,0v1,11,-2,26,1,35v17,-36,49,-38,66,-39r0,9","w":108,"k":{"v":-18,"w":-18,"y":-18,",":31,".":31,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"i":-8,"m":-8,"n":-8,"r":-8,"-":16,"b":-4,"h":-4,"k":-4,"l":-4,"t":-14,"s":7,"z":-7,"j":11,"\"":-14,"'":-14,"x":-14}},"s":{"d":"34,-146v0,57,98,21,98,97v0,30,-24,54,-56,54v-32,0,-61,-22,-59,-58r10,0v0,31,21,48,49,48v28,0,46,-21,46,-46v0,-59,-98,-33,-98,-95v0,-27,19,-49,52,-49v28,0,50,16,50,49r-10,0v0,-28,-19,-40,-40,-40v-28,0,-42,18,-42,40","w":153,"k":{"v":4,"w":4,"y":4}},"t":{"d":"104,-181r-49,0r0,181r-10,0r0,-181r-42,0r0,-10r42,0r0,-75r10,0r0,75r49,0r0,10","w":106,"k":{",":23,".":23,"\"":-9,"'":-9}},"u":{"d":"38,-90v-1,57,30,85,77,85v49,0,78,-28,78,-77r0,-109r10,0r0,191r-10,0v-1,-12,2,-29,-1,-39v-12,29,-44,44,-75,44v-4,0,-37,0,-61,-19v-39,-30,-26,-111,-28,-177r10,0r0,101","w":230,"k":{"v":-7,"w":-7,"y":-7,"b":-2,"h":-2,"k":-2,"l":-2}},"v":{"d":"171,-191r-78,191r-13,0r-79,-191r11,0r74,179r74,-179r11,0","w":173,"k":{",":27,".":27,"a":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"?":-27,"\"":-13,"'":-13}},"w":{"d":"270,-191r-71,191r-11,0r-52,-145r-51,145r-11,0r-70,-191r11,0r65,176r53,-150r7,0r54,150r64,-176r12,0","w":272,"k":{",":27,".":27,"a":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"?":-27,"\"":-13,"'":-13}},"x":{"d":"143,0r-12,0r-58,-86r-56,86r-13,0r63,-96r-63,-95r13,0r56,86r58,-86r12,0r-63,95","w":146},"y":{"d":"173,-191r-116,268r-11,0r34,-77r-76,-191r11,0r71,177r75,-177r12,0","w":173,"k":{",":27,".":27,"a":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"?":-27,"\"":-13,"'":-13}},"z":{"d":"142,0r-138,0r0,-9r119,-172r-112,0r0,-10r125,0r0,10r-119,172r125,0r0,9","w":146},"{":{"d":"124,98v-37,2,-53,-2,-53,-45v0,-54,11,-116,-30,-133r0,-10v33,-6,31,-87,30,-137v-2,-43,16,-46,53,-44r0,9v-32,-1,-42,-2,-42,42v0,55,8,110,-29,135v34,14,30,80,29,131v-1,48,9,43,42,43r0,9","w":153,"k":{"T":-5,"J":36,"Z":-5,"j":-13}},"|":{"d":"105,36r-10,0r0,-302r10,0r0,302"},"}":{"d":"112,-80v-41,17,-30,79,-30,133v0,43,-16,48,-53,45r0,-9v33,0,43,5,42,-43v0,-51,-5,-117,29,-131v-37,-25,-29,-80,-29,-135v0,-44,-9,-43,-42,-42r0,-9v37,-2,55,1,53,44v-2,51,-4,130,30,137r0,10","w":153},"~":{"d":"27,-82v25,-51,87,-8,125,0v14,0,22,-12,29,-22r7,6v-34,73,-114,-46,-154,22","w":216},"'":{"d":"45,-160r-10,0r0,-106r10,0r0,106","w":79,"k":{"A":23,"v":-13,"w":-13,"y":-13,"t":-9,"J":20}},"`":{"d":"142,-226r-4,8r-86,-49r5,-9"},"\u00a0":{"w":99,"k":{"V":23}}}});
