// ========================== 
// = Cufon Font Integration = 
// ========================== 

/*
 * 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) 2008 by Jos Buivenga/exljbris. All rights reserved.
 * 
 * Trademark:
 * Museo is a trademark of Jos Buivenga/exljbris.
 * 
 * Full name:
 * Museo-500
 * 
 * Description:
 * Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
 * 
 * Manufacturer:
 * Jos Buivenga
 * 
 * Designer:
 * Jos Buivenga
 * 
 * Vendor URL:
 * http://www.josbuivenga.demon.nl
 */
Cufon.registerFont({"w":195,"face":{"font-family":"P2","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 10 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-58 -273 362 97","underline-thickness":"3.51562","underline-position":"-21.6211","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":97},"!":{"d":"85,-79r-52,5r-3,-177r59,-5r0,116xm95,-30v0,18,-18,33,-36,33v-19,0,-36,-15,-36,-33v0,-18,17,-32,36,-32v19,0,36,14,36,32","w":118},"\"":{"d":"93,-271v16,0,33,11,25,33r-15,43r-27,0v-8,-24,-21,-76,17,-76xm31,-271v45,0,21,50,10,76r-26,0v-8,-25,-23,-76,16,-76","w":125},"#":{"d":"168,-44r0,44r-46,5r0,-49r-22,0r0,49r-46,-5r0,-44r-31,0r0,-44r31,0r0,-26r-31,0r0,-44r31,0r0,-46r46,-5r0,51r22,0r0,-51r46,5r0,46r31,0r0,44r-31,0r0,26r31,0r0,44r-31,0xm122,-114r-22,0r0,26r22,0r0,-26","w":222},"$":{"d":"183,-66v0,31,-31,53,-59,61r0,14r-47,0r0,-10v-20,-2,-53,-11,-64,-21r20,-37v14,7,29,12,44,14r0,-31v-31,-2,-60,-23,-60,-52v0,-32,30,-54,60,-61r0,-21r47,0r0,21v22,4,38,11,47,20r-19,36r-28,-9r0,23v32,3,58,20,59,53xm77,-139v-12,0,-17,14,0,18r0,-18xm124,-74r0,17v12,-2,16,-12,0,-17"},"%":{"d":"278,-51v2,33,-25,58,-56,58v-29,1,-58,-28,-56,-57v2,-31,23,-51,55,-52v30,-1,56,24,57,51xm85,12r-35,-28r148,-186r40,21xm125,-153v2,32,-26,55,-56,55v-29,0,-57,-27,-56,-54v2,-33,24,-49,55,-49v30,0,56,20,57,48xm211,-52v-2,16,22,26,21,3v1,-17,-21,-19,-21,-3xm79,-149v1,-5,-4,-14,-11,-13v-6,0,-10,4,-10,12v0,8,3,12,11,12v6,0,9,-4,10,-11","w":290},"&":{"d":"99,-252v37,-2,67,27,68,64v0,15,-11,33,-32,52r38,38r34,-32r36,33r-36,33r49,43r-38,36r-44,-44v-50,61,-161,34,-161,-43v0,-33,20,-47,48,-65v-50,-43,-23,-112,38,-115xm119,-187v1,-21,-35,-30,-37,-2v0,7,6,12,17,21v13,-8,20,-14,20,-19xm65,-74v0,39,50,47,73,11r-41,-41v-22,13,-32,22,-32,30","w":268},"'":{"d":"33,-271v45,1,18,50,9,76r-27,0v-5,-29,-25,-77,18,-76","w":65},"(":{"d":"143,-250v-45,53,-71,79,-71,162v0,81,25,107,68,160r-52,25v-48,-58,-75,-93,-75,-185v0,-91,26,-129,75,-184","w":144},")":{"d":"56,-272v49,58,76,93,76,184v0,91,-27,127,-75,185r-53,-25v44,-53,69,-78,69,-160v0,-81,-26,-109,-71,-162","w":144},"*":{"d":"130,-170r-23,-18r5,25r-53,0r4,-25r-24,18r-26,-39r28,-9r-28,-8r26,-39r24,18r-4,-24r53,0r-5,24r23,-18r27,39r-28,8r28,9","w":169},"+":{"d":"117,-55r0,33r-52,0r0,-33r-42,0r0,-42r42,0r0,-33r52,0r0,33r41,0r0,42r-41,0","w":181},",":{"d":"26,-23v2,-37,62,-34,57,1v-4,27,-31,48,-44,70r-25,-10","w":97},"-":{"d":"23,-71r0,-47r102,0r0,47r-102,0","w":148},".":{"d":"77,-29v0,18,-15,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32v18,0,33,14,32,32","w":89},"\/":{"d":"52,61r-54,-21r146,-313r54,19","w":196},"0":{"d":"248,-101v0,59,-57,103,-118,103v-61,0,-117,-44,-117,-103v0,-59,56,-103,117,-103v61,0,118,44,118,103xm189,-101v0,-30,-28,-53,-59,-53v-31,0,-58,24,-58,53v0,28,27,54,58,54v31,0,59,-25,59,-54","w":260},"1":{"d":"53,0r0,-139r-15,9r-25,-43r50,-29r49,0r0,202r-59,0","w":135},"2":{"d":"20,-187v69,-30,168,-34,168,48v0,29,-21,60,-64,91r68,0r0,48r-170,0r0,-41r47,-34v26,-23,55,-34,61,-66v-14,-32,-56,-13,-90,0","w":211},"3":{"d":"167,-106v44,44,0,109,-63,109v-19,0,-47,-6,-84,-19r16,-44v26,12,42,16,66,16v37,0,30,-40,3,-40r-60,0r0,-42v29,-1,82,10,75,-23v-15,-20,-52,-6,-80,4r-19,-43v38,-12,65,-18,81,-18v57,0,98,54,65,100","w":204},"4":{"d":"170,-45r0,45r-59,0r0,-45r-106,0r0,-40r114,-117r51,0r0,109r28,0r0,48r-28,0xm111,-133r-39,40r39,0r0,-40","w":203},"5":{"d":"188,-69v0,75,-95,90,-168,51r18,-46v32,14,47,20,64,20v31,0,38,-39,7,-46v-6,0,-23,3,-51,9r-32,-22r10,-99r134,0r6,49r-88,0r-2,19v55,-9,102,15,102,65"},"6":{"d":"107,2v-46,0,-100,-32,-94,-80v9,-76,79,-130,144,-158r33,40v-39,17,-66,34,-82,48v44,-1,90,33,90,75v0,41,-47,75,-91,75xm140,-74v-1,-36,-73,-34,-71,0v1,36,70,37,71,0","w":210},"7":{"d":"183,-162v-37,42,-96,137,-121,193r-49,-20v24,-56,55,-111,94,-164r-88,0r5,-49r154,0"},"8":{"d":"20,-150v1,-72,162,-77,160,2v0,16,-6,29,-17,39v18,12,28,29,28,50v-1,85,-180,80,-178,-1v1,-20,9,-36,25,-48v-11,-11,-18,-24,-18,-42xm127,-146v0,-14,-13,-18,-28,-18v-12,0,-24,6,-24,19v0,12,10,17,27,17v10,0,25,-6,25,-18xm65,-58v2,28,73,28,73,-2v1,-18,-18,-26,-37,-26v-18,-1,-37,9,-36,28","w":203},"9":{"d":"103,-207v45,0,100,35,94,81v-10,78,-74,130,-142,156r-34,-41v39,-16,67,-31,82,-45v-45,2,-90,-32,-90,-75v0,-42,46,-76,90,-76xm144,-128v1,-20,-21,-30,-40,-30v-18,0,-37,11,-36,28v-1,34,74,37,76,2","w":210},":":{"d":"73,-119v0,18,-16,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32v17,0,32,14,32,32xm73,-29v0,18,-16,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32v17,0,32,14,32,32","w":82},";":{"d":"86,-115v0,17,-16,32,-33,32v-17,0,-31,-15,-32,-32v0,-17,15,-33,32,-33v18,0,33,15,33,33xm21,-24v3,-40,66,-38,65,2v-6,27,-34,52,-48,74r-29,-11","w":94},"<":{"d":"150,-21r-127,-51r0,-35r127,-49r22,39r-72,28r72,29"},"=":{"d":"23,-77r0,-39r131,0r0,39r-131,0xm23,-22r0,-40r131,0r0,40r-131,0","w":177},">":{"d":"45,-21r-21,-39r71,-28r-72,-29r22,-39r127,51r0,35"},"?":{"d":"191,-188v0,38,-48,67,-70,87v-3,10,-3,13,-3,22r-59,7v-11,-67,57,-69,72,-115v0,-14,-19,-21,-33,-21v-18,0,-39,9,-65,25r-17,-49v41,-18,64,-26,91,-25v41,2,84,30,84,69xm125,-30v0,18,-18,33,-36,33v-18,0,-35,-14,-35,-33v0,-18,16,-32,35,-32v19,0,36,14,36,32","w":199},"@":{"d":"227,-118v0,42,-46,85,-105,73v-31,10,-59,-16,-59,-43v0,-45,56,-60,109,-47v-2,19,-4,37,-6,53v12,-4,29,-20,29,-35v0,-29,-36,-40,-71,-40v-36,0,-82,32,-79,67v6,67,88,78,153,44r-11,29v-80,40,-174,10,-174,-75v0,-62,53,-93,116,-93v51,0,98,19,98,67xm126,-104v-15,-3,-28,25,-8,26v9,-2,5,-18,8,-26","w":236},"A":{"d":"208,4r-28,-69r-86,0r-28,69r-61,-9r103,-247r58,0r103,247xm137,-170r-23,56r46,0","w":274},"B":{"d":"230,-73v0,80,-119,84,-207,72r0,-249v77,-13,193,-11,193,60v0,21,-9,38,-27,53v21,12,41,35,41,64xm157,-181v0,-27,-36,-26,-75,-25r0,49v29,1,75,-2,75,-24xm82,-46v37,4,83,-2,88,-31v4,-27,-48,-36,-88,-31r0,62","w":242},"C":{"d":"147,3v-69,2,-134,-61,-134,-131v0,-68,67,-129,134,-127v22,0,51,6,85,17r-10,52v-30,-13,-54,-20,-70,-20v-42,-1,-80,38,-80,80v0,43,38,80,83,78v18,0,42,-7,75,-22r8,51v-37,15,-68,22,-91,22","w":250},"D":{"d":"253,-138v2,85,-58,141,-142,140v-22,0,-52,-1,-88,-3r0,-249v111,-22,228,13,230,112xm82,-207r0,160v69,7,111,-20,111,-84v0,-56,-43,-82,-111,-76","w":265},"E":{"d":"207,0r-184,0r0,-252r177,0r5,49r-123,0r0,48r109,0r0,50r-109,0r0,56r130,0","w":225},"F":{"d":"82,-203r0,48r109,0r0,50r-109,0r0,105r-59,0r0,-252r177,0r5,49r-123,0","w":217},"G":{"d":"255,-137v9,82,-40,139,-116,139v-70,0,-126,-61,-126,-128v0,-71,60,-131,132,-129v20,0,49,5,87,15r-10,52v-75,-37,-146,-16,-151,62v-2,52,57,104,105,68v11,-8,18,-18,21,-30r-63,0r0,-49r121,0","w":268},"H":{"d":"182,4r0,-109r-100,0r0,105r-59,0r0,-251r59,-5r0,101r100,0r0,-97r59,0r0,251","w":264},"I":{"d":"23,0r0,-251r59,-5r0,256r-59,0","w":105},"J":{"d":"207,-90v-2,106,-137,117,-200,47r33,-39v30,23,48,36,65,35v30,-2,43,-12,43,-42r0,-167r59,5r0,161","w":230},"K":{"d":"179,3r-97,-89r0,86r-59,0r0,-251r59,-5r0,83r91,-82r72,9r-130,116r135,124","w":251},"L":{"d":"207,0r-184,0r0,-251r59,-5r0,207r130,0","w":225},"M":{"d":"248,4r-12,-137r-47,133r-56,0r-50,-133r-11,137r-58,-8r24,-247r56,-4r66,173r64,-173r56,4r27,247","w":321},"N":{"d":"188,3r-106,-160r0,161r-59,-5r0,-251r64,-3r102,156r0,-153r59,0r0,251","w":271},"O":{"d":"274,-131v4,75,-60,133,-131,133v-70,0,-130,-59,-130,-128v0,-71,59,-129,132,-129v70,0,127,57,129,124xm215,-125v0,-44,-32,-80,-72,-81v-41,-1,-72,39,-72,80v0,40,35,80,73,80v39,0,71,-40,71,-79","w":286},"P":{"d":"222,-178v-4,67,-66,83,-140,81r0,97r-59,0r0,-251v89,-13,203,-2,199,73xm163,-178v2,-27,-47,-29,-81,-28r0,59v42,6,79,-2,81,-31","w":234},"Q":{"d":"281,-130v0,42,-15,61,-38,85r31,28r-48,30r-24,-23v-88,45,-189,-30,-189,-116v0,-70,63,-129,135,-129v71,0,133,57,133,125xm204,-83v44,-46,2,-123,-57,-123v-41,0,-76,39,-76,81v0,43,45,92,91,77r-47,-46r51,-27","w":293},"R":{"d":"178,4r-61,-102v-5,0,-17,0,-35,1r0,97r-59,0r0,-251v90,-12,205,-3,199,75v-2,30,-16,52,-45,66r65,105xm163,-178v2,-27,-47,-29,-81,-28r0,59v42,6,79,-2,81,-31","w":254},"S":{"d":"221,-76v0,84,-152,98,-208,49r30,-46v12,10,50,26,73,26v23,0,47,-11,47,-32v-1,-23,-31,-29,-57,-27v-46,3,-87,-31,-85,-78v3,-73,133,-88,187,-47r-24,42v-30,-11,-48,-16,-64,-16v-18,0,-40,13,-41,29v-2,17,26,22,52,21v50,-2,90,31,90,79","w":233},"T":{"d":"151,-203r0,203r-59,0r0,-203r-79,0r5,-49r207,0r6,49r-80,0","w":243},"U":{"d":"249,-104v0,66,-47,109,-115,106v-74,-3,-111,-38,-111,-107r0,-146r59,-5r0,149v1,36,12,61,50,61v34,0,58,-20,58,-57r0,-149r59,0r0,148","w":272},"V":{"d":"166,0r-58,0r-103,-247r61,-9r71,174r71,-174r61,9","w":274},"W":{"d":"282,0r-55,0r-45,-157r-45,157r-55,0r-80,-248r61,-8r46,164r46,-157r55,0r45,157r47,-164r60,8","w":364},"X":{"d":"180,4r-55,-86r-56,86r-65,-9r87,-125r-81,-117r66,-9r49,77r49,-77r66,9r-82,117r88,125","w":249},"Y":{"d":"154,-105r0,105r-59,0r0,-105r-93,-142r66,-9r57,96r56,-96r66,9","w":248},"Z":{"d":"228,0r-213,0r-4,-40r135,-163r-131,0r4,-49r203,0r6,38r-137,165r142,0","w":244},"[":{"d":"14,93r0,-363r92,0r0,51r-33,0r0,262r33,0r0,50r-92,0","w":102},"\\":{"d":"144,61r-146,-315r55,-19r145,313","w":196},"]":{"d":"2,93r0,-50r33,0r0,-262r-33,0r0,-51r92,0r0,363r-92,0","w":117},"^":{"d":"129,-201r-44,-28r-44,28r-28,-23r56,-40r33,0r55,40","w":169},"_":{"d":"13,32r0,-32r269,0r0,32r-269,0","w":294},"`":{"d":"82,-191r-73,-44r42,-27r67,52","w":126},"a":{"d":"121,-112v-3,-42,-61,-22,-84,-9r-24,-41v71,-33,168,-27,167,46r-1,116r-59,0r0,-9v-38,24,-111,4,-111,-50v0,-49,59,-60,112,-53xm120,-72v-19,-4,-55,-3,-53,13v-3,17,34,19,53,15r0,-28","w":203},"b":{"d":"215,-91v0,72,-61,112,-133,84r0,7r-59,0r0,-258r59,-4r0,93v58,-33,133,9,133,78xm156,-87v1,-41,-36,-53,-74,-37r0,72v38,14,74,4,74,-35","w":227},"c":{"d":"70,-89v4,49,52,55,98,31r25,42v-88,41,-180,13,-180,-75v0,-86,101,-111,180,-72r-26,45v-15,-7,-41,-17,-57,-17v-21,0,-41,23,-40,46","w":205},"d":{"d":"105,-181v6,-3,46,15,40,12r0,-93r59,4r0,258r-59,0r0,-7v-65,27,-132,-11,-132,-84v0,-53,38,-92,92,-90xm72,-88v0,42,33,49,73,36r0,-72v-37,-15,-73,-5,-73,36","w":227},"e":{"d":"110,-181v59,0,108,47,92,110r-123,4v16,33,69,31,93,11r21,36v-14,12,-46,23,-75,23v-52,0,-105,-43,-105,-93v0,-52,45,-91,97,-91xm142,-108v-11,-30,-52,-40,-66,1","w":217},"f":{"d":"37,-178v2,-78,74,-92,146,-61r-29,44v-31,-11,-60,-24,-58,17r63,0r0,47r-62,0r0,131r-60,0r0,-131r-32,0r0,-47r32,0","w":170},"g":{"d":"13,-87v0,-68,74,-115,136,-82r0,-11r59,4r0,171v-6,98,-84,102,-178,70r25,-45v35,11,72,25,90,1v1,-5,0,-13,4,-19v-71,21,-136,-22,-136,-89xm105,-131v-47,0,-45,89,7,89v10,0,23,-1,37,-5r0,-76v-19,-5,-34,-8,-44,-8","w":231},"h":{"d":"82,-169v41,-29,120,2,125,38v3,26,2,89,1,131r-60,0r1,-106v0,-36,-40,-30,-67,-17r0,123r-59,0r0,-258r59,-4r0,93","w":220},"i":{"d":"89,-241v0,18,-16,30,-33,30v-17,0,-33,-13,-33,-30v1,-16,15,-29,34,-29v17,0,32,13,32,29xm27,0r0,-173r59,-5r0,178r-59,0","w":112},"j":{"d":"91,-240v0,17,-15,30,-33,30v-17,0,-33,-14,-33,-30v0,-16,15,-30,34,-30v18,0,32,14,32,30xm88,-178v-4,108,27,263,-84,261v-16,0,-36,-5,-62,-14r17,-45v21,8,34,12,43,12v27,-1,27,-24,27,-53r0,-156","w":114},"k":{"d":"152,7r-70,-52r0,45r-59,0r0,-258r59,-4r0,130r58,-46r63,16r-92,70r102,84","w":212},"l":{"d":"23,0r0,-258r59,-4r0,262r-59,0","w":105},"m":{"d":"240,-181v100,0,88,84,87,181r-60,0r0,-109v-2,-37,-38,-28,-64,-13v2,26,2,86,2,122r-60,0r0,-109v1,-34,-40,-29,-63,-16r0,125r-59,0r0,-176r59,-4r0,11v42,-19,60,-14,95,6v23,-12,44,-18,63,-18","w":343},"n":{"d":"82,-169v39,-29,116,1,120,36v3,25,2,98,1,133r-60,0r1,-109v-1,-34,-37,-29,-62,-16r0,125r-59,0r0,-176r59,-4r0,11","w":219},"o":{"d":"211,-95v4,54,-47,97,-101,97v-52,0,-102,-42,-101,-92v1,-57,45,-90,101,-91v53,-1,97,35,101,86xm152,-90v0,-25,-17,-45,-41,-45v-25,0,-43,21,-43,46v0,24,19,44,43,44v24,0,41,-20,41,-45","w":220},"p":{"d":"215,-90v0,66,-63,113,-133,92r0,77r-59,4r0,-259r59,-4r0,11v60,-35,133,10,133,79xm116,-42v47,3,55,-88,6,-89v-10,0,-23,3,-40,7r0,77v13,4,25,5,34,5","w":227},"q":{"d":"13,-89v0,-72,70,-112,132,-80r0,-11r59,4r0,184v-5,36,13,29,42,29r-30,46v-61,-5,-71,-15,-71,-81v-71,20,-132,-21,-132,-91xm72,-88v-1,38,33,54,73,41r0,-77v-40,-11,-72,-10,-73,36","w":238},"r":{"d":"82,-169v26,-20,67,-11,90,4r-22,42v-39,-11,-43,-20,-68,-3r0,126r-59,0r0,-176r59,-4r0,11","w":177},"s":{"d":"187,-62v2,69,-127,81,-174,42r23,-38v14,6,31,16,47,17v15,1,46,-7,45,-18v2,-13,-27,-9,-39,-9v-39,0,-74,-20,-71,-57v5,-59,111,-74,163,-36r-21,37v-16,-19,-82,-19,-83,4v0,6,13,9,38,9v48,0,72,16,72,49","w":199},"t":{"d":"95,-50v8,6,20,-5,27,-9r25,44v-58,34,-118,18,-114,-56r3,-61r-34,0r0,-46r34,0r0,-41r59,-8r0,49r41,0r0,46r-41,0r0,82","w":152},"u":{"d":"137,2r0,-9v-38,22,-114,-3,-119,-39v-2,-15,-2,-96,-2,-130r60,-4r0,111v1,36,34,32,61,19r0,-128r59,0r0,172","w":219},"v":{"d":"136,0r-49,0r-82,-172r62,-8r44,103r44,-103r62,8","w":222},"w":{"d":"245,0r-53,0r-33,-93r-33,93r-52,0r-69,-172r62,-8r33,100r33,-98r53,0r32,98r34,-100r61,8","w":318},"x":{"d":"145,4r-38,-52r-39,52r-63,-9r67,-85r-64,-81r63,-9r36,48r35,-48r62,9r-63,81r67,85","w":213},"y":{"d":"129,39v-13,36,-23,41,-69,44r-30,-46v43,4,46,-14,55,-41r-80,-168r62,-8r47,109r44,-110r58,10","w":221},"z":{"d":"180,0r-159,0r-8,-37r87,-94r-81,0r0,-47r152,0r9,36r-89,96r94,0","w":197},"{":{"d":"169,93v-99,7,-110,-31,-110,-121v0,-29,-11,-25,-36,-36r0,-48v44,-5,34,-38,34,-83v0,-63,34,-76,112,-75r-13,55v-48,-14,-41,12,-41,62v1,32,-9,49,-25,65v26,22,25,52,25,98v0,28,7,40,41,29","w":170},"|":{"d":"23,0r0,-270r54,0r0,270r-54,0","w":100},"}":{"d":"147,-64v-41,5,-33,43,-33,86v0,59,-35,73,-112,71r13,-54v49,17,39,-21,40,-62v0,-26,8,-48,26,-65v-25,-28,-29,-51,-24,-97v-3,-27,-7,-43,-42,-31r-13,-54v99,-6,110,33,110,123v0,27,10,25,35,35r0,48","w":170},"~":{"d":"47,-110v-15,-1,-31,12,-36,22r0,-50v3,-10,23,-19,36,-19v16,-3,46,23,61,23v8,0,20,-8,35,-23r0,48v-14,14,-26,21,-35,21v-16,0,-46,-24,-61,-22","w":153},"\u00a0":{"w":97}}});
Cufon.registerFont({"w":194,"face":{"font-family":"PERS","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-56 -271 347 95","underline-thickness":"3.51562","underline-position":"-21.6211","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":97},"!":{"d":"74,-68r-39,4r-3,-188r45,-3xm83,-24v0,15,-14,27,-28,27v-15,0,-29,-13,-29,-27v0,-15,14,-27,29,-27v15,0,28,11,28,27","w":109},"\"":{"d":"86,-268v39,1,15,47,6,70r-21,-1v-4,-26,-22,-70,15,-69xm32,-268v39,1,15,47,6,70r-21,-1v-4,-26,-22,-70,15,-69","w":117},"#":{"d":"164,-47r0,44r-39,4r0,-48r-29,0r0,48r-39,-4r0,-44r-31,0r0,-37r31,0r0,-34r-31,0r0,-37r31,0r0,-46r39,-4r0,50r29,0r0,-50r39,4r0,46r30,0r0,37r-30,0r0,34r30,0r0,37r-30,0xm125,-118r-29,0r0,34r29,0r0,-34","w":220},"$":{"d":"170,-67v0,30,-28,53,-55,59r0,13r-40,0r1,-9v-19,0,-52,-11,-61,-19r18,-31v12,5,31,13,43,13r0,-38v-31,-1,-57,-19,-57,-50v1,-33,26,-51,57,-57r0,-21r39,0r0,21v19,3,34,10,43,18r-16,30v-5,-2,-14,-5,-27,-9r0,31v37,3,55,19,55,49xm75,-145v-22,7,-19,24,1,28xm115,-50v13,-5,23,-26,0,-29r0,29","w":185},"%":{"d":"252,-51v1,31,-24,54,-53,54v-27,0,-53,-27,-52,-53v2,-30,23,-48,52,-49v28,-1,51,22,53,48xm120,-153v2,30,-25,52,-52,52v-27,0,-54,-25,-53,-51v1,-62,103,-58,105,-1xm72,7r-29,-24r144,-181r33,18xm213,-48v0,-9,-5,-19,-15,-19v-9,0,-13,6,-13,17v0,10,5,19,15,19v9,0,13,-6,13,-17xm82,-149v1,-10,-7,-17,-15,-17v-9,0,-13,6,-13,16v0,8,5,16,14,15v8,0,13,-5,14,-14","w":267},"&":{"d":"99,-248v35,0,63,26,64,60v0,15,-12,33,-34,52r43,44r34,-33r31,28r-36,33r48,43r-32,31r-44,-44v-25,24,-49,36,-76,35v-42,-1,-82,-33,-82,-73v0,-34,22,-45,51,-65v-20,-23,-32,-38,-28,-59v6,-30,29,-52,61,-52xm122,-188v-1,-28,-45,-28,-44,0v0,6,7,14,20,24v16,-9,24,-17,24,-24xm60,-74v2,20,18,39,42,38v11,0,24,-9,40,-27r-45,-46v-25,14,-37,26,-37,35","w":264},"'":{"d":"32,-268v39,1,15,47,6,70r-21,-1v-4,-26,-22,-70,15,-69","w":62},"(":{"d":"127,-254v-44,52,-67,84,-67,166v0,80,22,113,64,164r-38,19v-46,-55,-71,-94,-71,-183v0,-89,24,-128,71,-183","w":130},")":{"d":"45,-271v45,55,71,94,71,183v0,88,-25,128,-70,183r-39,-19v42,-51,64,-83,64,-164v0,-82,-23,-114,-66,-166","w":130},"*":{"d":"112,-218r27,13r-19,31r-25,-16r2,27r-38,0r1,-27r-26,16r-19,-31r28,-13r-28,-13r19,-31r26,16r-1,-25r38,0r-2,25r25,-16r19,31","w":154},"+":{"d":"112,-59r1,34r-45,0r0,-33r-42,0r0,-35r42,0r0,-33r44,0r0,33r42,0r0,35","w":180},",":{"d":"26,-19v2,-33,51,-30,51,1v-7,24,-30,45,-42,65r-20,-7","w":91},"-":{"d":"26,-75r0,-39r95,0r0,39r-95,0","w":146},".":{"d":"73,-25v0,15,-14,28,-29,28v-15,0,-29,-14,-29,-28v0,-15,13,-29,29,-29v16,0,29,14,29,29","w":87},"\/":{"d":"40,59r-41,-16r140,-314r41,15","w":178},"0":{"d":"237,-101v0,57,-54,103,-111,103v-59,0,-111,-46,-111,-103v0,-57,52,-103,111,-103v57,0,111,46,111,103xm192,-101v0,-34,-32,-64,-66,-64v-36,0,-66,29,-66,65v0,34,31,63,66,63v35,0,66,-30,66,-64","w":251},"1":{"d":"53,0r0,-155r-19,12r-19,-32r44,-27r39,0r0,202r-45,0","w":123},"2":{"d":"23,-189v61,-28,150,-28,152,47v0,33,-27,68,-79,105r82,0r0,37r-155,0r0,-33v35,-35,99,-59,108,-111v-9,-39,-61,-26,-94,-10","w":200},"3":{"d":"150,-106v47,37,9,109,-53,109v-18,0,-42,-6,-74,-17r12,-37v27,13,40,18,62,18v43,0,40,-53,2,-53r-53,0r0,-38v33,2,84,6,75,-30v-3,-11,-11,-16,-27,-16v-12,0,-31,5,-56,16r-14,-36v68,-28,142,-23,142,46v0,16,-6,28,-16,38","w":193},"4":{"d":"159,-48r0,48r-45,0r0,-48r-106,0r0,-33r110,-121r41,0r0,117r28,0r0,37r-28,0xm114,-142r-52,57r52,0r0,-57"},"5":{"d":"174,-69v0,72,-87,91,-151,53r13,-36v29,14,41,20,61,19v38,-2,47,-54,7,-63v-9,0,-26,3,-51,9r-25,-20r8,-95r122,0r4,37r-87,0r-3,37v55,-13,102,11,102,59","w":196},"6":{"d":"185,-77v5,45,-41,79,-85,79v-40,0,-91,-34,-85,-77v10,-74,73,-132,135,-159r25,31v-41,20,-71,40,-89,61v50,-7,94,22,99,65xm142,-71v-1,-21,-17,-36,-43,-36v-22,0,-43,14,-42,35v0,45,86,50,85,1","w":201},"7":{"d":"169,-169v-36,42,-94,142,-117,198r-37,-16v21,-55,67,-131,100,-178r-95,0r4,-37r141,0","w":184},"8":{"d":"180,-57v1,80,-163,79,-165,2v0,-25,10,-41,31,-53v-16,-11,-23,-24,-23,-45v-1,-34,37,-54,75,-53v36,1,71,20,70,55v0,18,-7,33,-21,43v21,11,33,27,33,51xm127,-152v0,-14,-15,-23,-32,-22v-17,0,-31,8,-31,22v1,14,14,24,32,24v15,0,31,-11,31,-24xm137,-57v0,-42,-80,-39,-81,-1v1,38,80,37,81,1"},"9":{"d":"99,-207v41,-1,92,36,86,78v-10,75,-68,132,-133,157r-24,-31v41,-17,70,-37,87,-59v-54,7,-100,-21,-100,-72v0,-41,44,-72,84,-73xm146,-129v1,-25,-22,-41,-47,-40v-22,1,-44,17,-43,38v1,46,88,46,90,2","w":201},":":{"d":"66,-112v0,13,-12,26,-26,25v-13,0,-25,-12,-25,-25v0,-13,11,-25,25,-25v14,0,26,12,26,25xm66,-22v0,13,-12,26,-26,25v-13,0,-25,-12,-25,-25v0,-13,11,-25,25,-25v14,0,26,12,26,25","w":80},";":{"d":"77,-112v0,13,-11,26,-25,25v-13,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,12,25,25xm26,-19v2,-33,51,-30,51,1v-7,24,-30,45,-43,65r-19,-7","w":91},"<":{"d":"143,-23r-117,-52r0,-29r117,-50r15,31r-80,34r80,36","w":184},"=":{"d":"26,-77r0,-32r117,0r0,32r-117,0xm26,-29r0,-33r117,0r0,33r-117,0","w":168},">":{"d":"42,-23r-15,-31r80,-34r-81,-36r15,-31r117,53r0,29","w":184},"?":{"d":"15,-234v66,-41,148,-26,159,42v6,40,-49,67,-70,91v-3,14,-2,19,-2,32r-45,5v-14,-72,57,-74,72,-125v-11,-43,-66,-34,-102,-9xm109,-24v0,14,-14,27,-29,27v-15,0,-28,-12,-28,-27v0,-16,14,-27,28,-27v15,0,29,12,29,27","w":189},"@":{"d":"219,-115v0,42,-43,78,-98,67v-28,8,-55,-15,-56,-40v6,-26,22,-47,61,-47v15,0,28,1,41,3v-2,19,-4,37,-7,54v17,-1,31,-19,30,-39v0,-24,-38,-41,-65,-40v-42,1,-86,28,-81,71v7,64,84,72,147,39r-8,27v-75,39,-168,9,-168,-72v0,-58,51,-89,113,-89v50,0,91,19,91,66xm128,-108v-21,-6,-38,32,-10,33v2,0,5,-1,7,-1","w":234},"A":{"d":"206,3r-28,-71r-96,0r-28,71r-46,-7r98,-248r48,0r98,248xm130,-192r-33,85r66,0","w":259},"B":{"d":"218,-70v0,76,-107,81,-192,70r0,-251v72,-12,180,-4,178,57v0,24,-16,47,-32,57v23,10,46,37,46,67xm160,-190v-6,-28,-47,-27,-89,-28r0,65v39,8,82,-7,89,-37xm173,-78v-3,-35,-61,-41,-102,-35r0,77v48,10,105,-3,102,-42","w":233},"C":{"d":"60,-127v0,80,88,116,160,70r6,39v-101,54,-211,-5,-211,-110v0,-98,102,-157,205,-112r-8,40v-73,-41,-152,-3,-152,73","w":240},"D":{"d":"241,-135v0,79,-53,141,-137,137v-19,0,-45,0,-78,-2r0,-251v110,-21,215,16,215,116xm196,-132v0,-58,-61,-92,-125,-86r0,182v74,10,125,-20,125,-96","w":256},"E":{"d":"196,0r-170,0r0,-252r163,0r4,37r-122,0r0,66r108,0r0,37r-108,0r0,75r129,0","w":215},"F":{"d":"71,-215r0,66r108,0r0,37r-108,0r0,112r-45,0r0,-252r163,0r4,37r-122,0","w":208},"G":{"d":"244,-130v8,76,-37,132,-109,132v-66,0,-120,-61,-120,-128v0,-69,55,-131,126,-129v19,0,45,5,78,14r-7,40v-75,-39,-150,-4,-153,75v-2,63,69,122,121,73v12,-11,19,-25,21,-40r-65,0r0,-37r108,0","w":259},"H":{"d":"230,0r-45,3r0,-115r-114,0r0,112r-45,0r0,-252r45,-3r0,106r114,0r0,-103r45,0r0,252","w":255},"I":{"d":"26,0r0,-252r45,-3r0,255r-45,0","w":96},"J":{"d":"193,-88v1,101,-126,114,-183,49r24,-30v28,23,43,35,65,33v34,-3,49,-15,49,-51r0,-168r45,3r0,164","w":218},"K":{"d":"177,3r-106,-104r0,101r-45,0r0,-252r45,-3r0,96r100,-96r53,7r-124,118r130,126","w":234},"L":{"d":"196,0r-170,0r0,-252r45,-3r0,218r129,0","w":215},"M":{"d":"249,4r-14,-167r-56,163r-47,0r-58,-163r-13,167r-46,-7r24,-249r46,-3r70,193r69,-193r45,3r26,249","w":310},"N":{"d":"187,3r-116,-186r0,186r-45,-3r0,-252r53,-3r113,182r0,-179r44,0r0,252","w":262},"O":{"d":"262,-131v2,73,-54,133,-124,133v-67,0,-123,-61,-123,-128v0,-69,56,-129,125,-129v66,0,120,58,122,124xm217,-125v0,-48,-34,-92,-79,-92v-44,0,-79,45,-79,91v0,45,38,91,80,91v43,0,78,-45,78,-90","w":277},"P":{"d":"210,-181v-5,67,-64,82,-139,78r0,103r-45,0r0,-252v86,-11,189,0,184,71xm166,-180v4,-35,-53,-41,-95,-37r0,76v56,5,91,-2,95,-39","w":225},"Q":{"d":"269,-131v0,45,-14,66,-40,90r29,29r-36,24r-24,-25v-82,51,-183,-28,-183,-113v0,-69,58,-129,129,-129v67,0,125,57,125,124xm200,-70v52,-49,13,-147,-57,-147v-47,0,-84,43,-84,91v0,53,54,110,111,85r-48,-49r38,-22","w":284},"R":{"d":"178,3r-61,-107v-12,0,-27,1,-46,1r0,103r-45,0r0,-252v86,-10,192,0,184,73v-3,32,-17,53,-48,66r64,109xm166,-180v4,-36,-54,-40,-95,-37r0,76v56,5,91,-2,95,-39","w":241},"S":{"d":"117,-150v56,0,90,31,90,87v0,65,-142,84,-192,40r23,-35v30,24,125,40,125,-19v0,-28,-32,-35,-64,-35v-42,0,-79,-31,-78,-75v2,-66,120,-85,172,-48r-18,33v-47,-23,-98,-21,-110,23v1,23,25,29,52,29","w":222},"T":{"d":"139,-215r0,215r-45,0r0,-215r-79,0r5,-37r194,0r4,37r-79,0","w":232},"U":{"d":"238,-102v1,64,-42,107,-108,104v-69,-3,-104,-38,-104,-106r0,-148r45,-3r0,150v0,42,16,70,57,70v39,0,65,-25,65,-67r0,-150r45,0r0,150","w":263},"V":{"d":"154,0r-48,0r-98,-248r46,-7r76,195r76,-195r46,7","w":259},"W":{"d":"270,0r-43,0r-51,-181r-51,181r-43,0r-77,-248r46,-7r52,187r51,-181r44,0r51,181r52,-187r46,7","w":352},"X":{"d":"176,3r-59,-97r-59,97r-50,-7r84,-127r-77,-117r50,-7r52,87r53,-87r50,7r-78,117r84,127","w":233},"Y":{"d":"134,-106r0,106r-44,0r0,-106r-89,-142r51,-7r60,107r61,-107r50,7","w":223},"Z":{"d":"218,0r-199,0r-4,-33r143,-182r-138,0r3,-37r190,0r4,31r-143,184r149,0","w":237},"[":{"d":"26,93r0,-363r78,0r0,38r-33,0r0,288r33,0r0,37r-78,0","w":107},"\\":{"d":"139,59r-140,-315r41,-15r140,314","w":178},"]":{"d":"5,93r0,-37r32,0r0,-288r-32,0r0,-38r77,0r0,363r-77,0","w":107},"^":{"d":"126,-205r-44,-28r-44,28r-23,-19r52,-37r31,0r50,37","w":163},"_":{"d":"15,25r0,-25r263,0r0,25r-263,0","w":293},"`":{"d":"12,-235r35,-23r60,47r-29,16","w":118},"a":{"d":"18,-165v75,-33,163,-20,149,72r0,93r-44,0r0,-4v-51,20,-111,-3,-111,-52v0,-46,56,-71,111,-58v2,-48,-52,-31,-87,-18xm123,-77v-27,-5,-68,-4,-68,21v0,28,44,25,68,16r0,-37"},"b":{"d":"71,-171v68,-29,132,9,132,85v0,69,-62,104,-132,80r0,6r-45,0r0,-258r45,-4r0,91xm115,-35v58,-1,58,-105,-1,-107v-12,0,-26,4,-43,10r0,89v18,5,32,8,44,8","w":218},"c":{"d":"60,-90v0,54,53,70,102,43r17,33v-79,41,-164,2,-164,-76v0,-49,41,-92,94,-91v15,0,39,5,71,16r-20,35v-15,-8,-36,-15,-54,-15v-26,-1,-46,28,-46,55"},"d":{"d":"15,-87v0,-75,61,-108,133,-89r0,-86r44,4r0,258r-44,0r0,-6v-69,26,-133,-11,-133,-81xm111,-143v-64,-4,-70,106,-9,108v12,0,28,-3,46,-8r0,-93v-11,-4,-23,-7,-37,-7","w":218},"e":{"d":"105,-181v56,0,101,49,86,109r-127,4v8,36,71,47,98,19r18,32v-58,47,-165,4,-165,-73v0,-50,40,-91,90,-91xm147,-106v-1,-33,-48,-53,-72,-27v-8,8,-13,18,-13,30","w":209},"f":{"d":"40,-178v-5,-77,63,-91,128,-63r-21,34v-33,-16,-70,-17,-62,29r63,0r0,35r-63,0r0,143r-45,0r0,-143r-32,0r0,-35r32,0","w":154},"g":{"d":"196,-176v-7,104,34,263,-79,259v-17,0,-45,-6,-82,-17r18,-34v44,19,100,24,98,-33v-70,25,-136,-13,-136,-86v0,-71,67,-114,136,-84r0,-9xm101,-142v-56,0,-56,112,6,111v13,0,27,-2,44,-7r0,-94v-21,-6,-37,-10,-50,-10","w":221},"h":{"d":"151,0v-8,-56,28,-148,-39,-148v-10,0,-24,4,-41,13r0,135r-45,0r0,-258r45,-4r0,89v48,-31,115,-1,124,36v5,20,2,101,2,137r-46,0","w":211},"i":{"d":"76,-246v0,12,-12,24,-26,23v-13,2,-25,-11,-24,-23v0,-13,11,-25,25,-24v13,0,25,12,25,24xm29,0r0,-175r44,-4r0,179r-44,0","w":101},"j":{"d":"76,-246v0,14,-12,24,-25,24v-13,0,-25,-10,-25,-24v0,-12,12,-24,25,-24v13,0,25,12,25,24xm73,-179v-7,107,33,267,-82,262v-10,0,-26,-4,-47,-11r12,-34v17,6,29,10,39,10v29,-1,34,-29,34,-62r0,-161","w":102},"k":{"d":"149,6r-78,-73r0,67r-45,0r0,-258r45,-4r0,132r66,-50r46,12r-88,69r99,94"},"l":{"d":"26,0r0,-258r45,-4r0,262r-45,0","w":96},"m":{"d":"270,-111v-2,-44,-47,-40,-78,-17v2,20,2,91,1,128r-45,0r0,-111v0,-40,-47,-42,-77,-20r0,131r-45,0r0,-176r45,-4r0,12v38,-22,70,-15,101,8v49,-39,127,-20,141,26v5,15,2,99,2,134r-45,0r0,-111","w":334},"n":{"d":"146,0v-7,-53,25,-145,-35,-145v-10,0,-23,5,-40,14r0,131r-45,0r0,-176r45,-4r0,12v45,-31,110,-2,119,34v4,19,2,99,2,134r-46,0","w":210},"o":{"d":"200,-95v3,54,-43,97,-95,97v-49,0,-93,-43,-93,-92v0,-49,43,-91,95,-91v49,0,91,39,93,86xm155,-89v0,-30,-20,-56,-49,-56v-27,0,-50,27,-50,56v0,28,23,54,50,54v28,0,49,-25,49,-54","w":211},"p":{"d":"203,-94v0,72,-59,120,-132,93r0,81r-45,3r0,-259r45,-4r0,9v66,-28,132,9,132,77xm158,-90v0,-50,-40,-61,-87,-43r0,95v48,20,87,-2,87,-52","w":218},"q":{"d":"192,32v3,19,11,14,37,16r-22,34v-52,3,-65,-30,-59,-83v-73,27,-133,-21,-133,-93v0,-70,66,-106,133,-77r0,-9r44,4r0,208xm60,-92v0,32,12,61,47,61v12,0,25,-3,41,-8r0,-94v-46,-15,-88,-13,-88,41","w":220},"r":{"d":"142,-134v-36,-12,-47,-19,-71,3r0,131r-45,0r0,-176r45,-4r0,10v29,-19,49,-11,87,3","w":166},"s":{"d":"173,-60v2,69,-111,74,-158,44r18,-31v31,20,95,14,97,-11v1,-22,-26,-15,-48,-15v-37,0,-64,-20,-63,-55v2,-57,100,-69,146,-36r-18,34v-15,-16,-80,-25,-83,5v-2,19,23,15,43,15v39,0,65,14,66,50","w":188},"t":{"d":"133,-12v-41,27,-95,15,-95,-30r0,-101r-33,0r0,-35r33,0r0,-42r45,-6r0,48r42,0r0,35r-42,0v1,35,-2,75,2,107v12,1,16,-2,30,-10","w":144},"u":{"d":"140,4r0,-10v-49,21,-109,-1,-119,-38v-5,-17,-2,-97,-2,-132r46,-4r-1,112v0,45,43,43,76,25r0,-135r44,0r0,175","w":210},"v":{"d":"123,0r-39,0r-76,-173r47,-7r49,124r48,-124r48,7","w":207},"w":{"d":"232,0r-42,0r-38,-112r-38,112r-42,0r-64,-173r46,-7r39,120r38,-118r42,0r39,118r38,-120r47,7","w":304},"x":{"d":"139,3r-42,-61r-42,61r-47,-7r63,-86r-60,-82r47,-8r39,57r39,-57r47,8r-60,82r63,86"},"y":{"d":"35,48v47,-2,31,-11,51,-50r-78,-171r47,-7r52,127r49,-127r43,7r-85,214v-10,33,-17,39,-58,41","w":207},"z":{"d":"168,0r-146,0r-7,-32r95,-109r-89,0r0,-37r139,0r7,31r-96,110r101,0","w":187},"{":{"d":"156,93v-86,6,-101,-32,-95,-114v2,-32,-5,-34,-35,-47r0,-40v73,-7,-2,-123,65,-153v12,-6,34,-9,65,-9r-10,41v-47,-14,-42,33,-42,75v0,32,-11,50,-29,67v28,22,31,53,28,101v-2,28,11,49,43,39","w":159},"|":{"d":"26,0r0,-270r40,0r0,270r-40,0","w":91},"}":{"d":"134,-68v-73,7,2,124,-65,152v-12,6,-33,9,-64,9r10,-40v46,14,43,-34,41,-75v-1,-31,11,-49,29,-65v-26,-23,-27,-54,-27,-101v0,-29,-11,-50,-43,-41r-10,-41v86,-6,100,34,94,115v-2,33,5,34,35,47r0,40","w":159},"~":{"d":"47,-110v-15,-1,-31,12,-36,22r0,-39v4,-10,24,-19,36,-20v15,-1,46,24,61,24v8,0,20,-9,35,-24r0,38v-14,14,-26,21,-35,21v-16,0,-46,-24,-61,-22","w":153},"\u00a0":{"w":97}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2000 Daniel Midgley. fontor@mac.com
 */
Cufon.registerFont({"w":195,"face":{"font-family":"PERS","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 10 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-58 -273 362 97","underline-thickness":"3.51562","underline-position":"-21.6211","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":97},"!":{"d":"85,-79r-52,5r-3,-177r59,-5r0,116xm95,-30v0,18,-18,33,-36,33v-19,0,-36,-15,-36,-33v0,-18,17,-32,36,-32v19,0,36,14,36,32","w":118},"\"":{"d":"93,-271v16,0,33,11,25,33r-15,43r-27,0v-8,-24,-21,-76,17,-76xm31,-271v45,0,21,50,10,76r-26,0v-8,-25,-23,-76,16,-76","w":125},"#":{"d":"168,-44r0,44r-46,5r0,-49r-22,0r0,49r-46,-5r0,-44r-31,0r0,-44r31,0r0,-26r-31,0r0,-44r31,0r0,-46r46,-5r0,51r22,0r0,-51r46,5r0,46r31,0r0,44r-31,0r0,26r31,0r0,44r-31,0xm122,-114r-22,0r0,26r22,0r0,-26","w":222},"$":{"d":"183,-66v0,31,-31,53,-59,61r0,14r-47,0r0,-10v-20,-2,-53,-11,-64,-21r20,-37v14,7,29,12,44,14r0,-31v-31,-2,-60,-23,-60,-52v0,-32,30,-54,60,-61r0,-21r47,0r0,21v22,4,38,11,47,20r-19,36r-28,-9r0,23v32,3,58,20,59,53xm77,-139v-12,0,-17,14,0,18r0,-18xm124,-74r0,17v12,-2,16,-12,0,-17"},"%":{"d":"278,-51v2,33,-25,58,-56,58v-29,1,-58,-28,-56,-57v2,-31,23,-51,55,-52v30,-1,56,24,57,51xm85,12r-35,-28r148,-186r40,21xm125,-153v2,32,-26,55,-56,55v-29,0,-57,-27,-56,-54v2,-33,24,-49,55,-49v30,0,56,20,57,48xm211,-52v-2,16,22,26,21,3v1,-17,-21,-19,-21,-3xm79,-149v1,-5,-4,-14,-11,-13v-6,0,-10,4,-10,12v0,8,3,12,11,12v6,0,9,-4,10,-11","w":290},"&":{"d":"99,-252v37,-2,67,27,68,64v0,15,-11,33,-32,52r38,38r34,-32r36,33r-36,33r49,43r-38,36r-44,-44v-50,61,-161,34,-161,-43v0,-33,20,-47,48,-65v-50,-43,-23,-112,38,-115xm119,-187v1,-21,-35,-30,-37,-2v0,7,6,12,17,21v13,-8,20,-14,20,-19xm65,-74v0,39,50,47,73,11r-41,-41v-22,13,-32,22,-32,30","w":268},"'":{"d":"33,-271v45,1,18,50,9,76r-27,0v-5,-29,-25,-77,18,-76","w":65},"(":{"d":"143,-250v-45,53,-71,79,-71,162v0,81,25,107,68,160r-52,25v-48,-58,-75,-93,-75,-185v0,-91,26,-129,75,-184","w":144},")":{"d":"56,-272v49,58,76,93,76,184v0,91,-27,127,-75,185r-53,-25v44,-53,69,-78,69,-160v0,-81,-26,-109,-71,-162","w":144},"*":{"d":"130,-170r-23,-18r5,25r-53,0r4,-25r-24,18r-26,-39r28,-9r-28,-8r26,-39r24,18r-4,-24r53,0r-5,24r23,-18r27,39r-28,8r28,9","w":169},"+":{"d":"117,-55r0,33r-52,0r0,-33r-42,0r0,-42r42,0r0,-33r52,0r0,33r41,0r0,42r-41,0","w":181},",":{"d":"26,-23v2,-37,62,-34,57,1v-4,27,-31,48,-44,70r-25,-10","w":97},"-":{"d":"23,-71r0,-47r102,0r0,47r-102,0","w":148},".":{"d":"77,-29v0,18,-15,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32v18,0,33,14,32,32","w":89},"\/":{"d":"52,61r-54,-21r146,-313r54,19","w":196},"0":{"d":"248,-101v0,59,-57,103,-118,103v-61,0,-117,-44,-117,-103v0,-59,56,-103,117,-103v61,0,118,44,118,103xm189,-101v0,-30,-28,-53,-59,-53v-31,0,-58,24,-58,53v0,28,27,54,58,54v31,0,59,-25,59,-54","w":260},"1":{"d":"53,0r0,-139r-15,9r-25,-43r50,-29r49,0r0,202r-59,0","w":135},"2":{"d":"20,-187v69,-30,168,-34,168,48v0,29,-21,60,-64,91r68,0r0,48r-170,0r0,-41r47,-34v26,-23,55,-34,61,-66v-14,-32,-56,-13,-90,0","w":211},"3":{"d":"167,-106v44,44,0,109,-63,109v-19,0,-47,-6,-84,-19r16,-44v26,12,42,16,66,16v37,0,30,-40,3,-40r-60,0r0,-42v29,-1,82,10,75,-23v-15,-20,-52,-6,-80,4r-19,-43v38,-12,65,-18,81,-18v57,0,98,54,65,100","w":204},"4":{"d":"170,-45r0,45r-59,0r0,-45r-106,0r0,-40r114,-117r51,0r0,109r28,0r0,48r-28,0xm111,-133r-39,40r39,0r0,-40","w":203},"5":{"d":"188,-69v0,75,-95,90,-168,51r18,-46v32,14,47,20,64,20v31,0,38,-39,7,-46v-6,0,-23,3,-51,9r-32,-22r10,-99r134,0r6,49r-88,0r-2,19v55,-9,102,15,102,65"},"6":{"d":"107,2v-46,0,-100,-32,-94,-80v9,-76,79,-130,144,-158r33,40v-39,17,-66,34,-82,48v44,-1,90,33,90,75v0,41,-47,75,-91,75xm140,-74v-1,-36,-73,-34,-71,0v1,36,70,37,71,0","w":210},"7":{"d":"183,-162v-37,42,-96,137,-121,193r-49,-20v24,-56,55,-111,94,-164r-88,0r5,-49r154,0"},"8":{"d":"20,-150v1,-72,162,-77,160,2v0,16,-6,29,-17,39v18,12,28,29,28,50v-1,85,-180,80,-178,-1v1,-20,9,-36,25,-48v-11,-11,-18,-24,-18,-42xm127,-146v0,-14,-13,-18,-28,-18v-12,0,-24,6,-24,19v0,12,10,17,27,17v10,0,25,-6,25,-18xm65,-58v2,28,73,28,73,-2v1,-18,-18,-26,-37,-26v-18,-1,-37,9,-36,28","w":203},"9":{"d":"103,-207v45,0,100,35,94,81v-10,78,-74,130,-142,156r-34,-41v39,-16,67,-31,82,-45v-45,2,-90,-32,-90,-75v0,-42,46,-76,90,-76xm144,-128v1,-20,-21,-30,-40,-30v-18,0,-37,11,-36,28v-1,34,74,37,76,2","w":210},":":{"d":"73,-119v0,18,-16,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32v17,0,32,14,32,32xm73,-29v0,18,-16,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32v17,0,32,14,32,32","w":82},";":{"d":"86,-115v0,17,-16,32,-33,32v-17,0,-31,-15,-32,-32v0,-17,15,-33,32,-33v18,0,33,15,33,33xm21,-24v3,-40,66,-38,65,2v-6,27,-34,52,-48,74r-29,-11","w":94},"<":{"d":"150,-21r-127,-51r0,-35r127,-49r22,39r-72,28r72,29"},"=":{"d":"23,-77r0,-39r131,0r0,39r-131,0xm23,-22r0,-40r131,0r0,40r-131,0","w":177},">":{"d":"45,-21r-21,-39r71,-28r-72,-29r22,-39r127,51r0,35"},"?":{"d":"191,-188v0,38,-48,67,-70,87v-3,10,-3,13,-3,22r-59,7v-11,-67,57,-69,72,-115v0,-14,-19,-21,-33,-21v-18,0,-39,9,-65,25r-17,-49v41,-18,64,-26,91,-25v41,2,84,30,84,69xm125,-30v0,18,-18,33,-36,33v-18,0,-35,-14,-35,-33v0,-18,16,-32,35,-32v19,0,36,14,36,32","w":199},"@":{"d":"227,-118v0,42,-46,85,-105,73v-31,10,-59,-16,-59,-43v0,-45,56,-60,109,-47v-2,19,-4,37,-6,53v12,-4,29,-20,29,-35v0,-29,-36,-40,-71,-40v-36,0,-82,32,-79,67v6,67,88,78,153,44r-11,29v-80,40,-174,10,-174,-75v0,-62,53,-93,116,-93v51,0,98,19,98,67xm126,-104v-15,-3,-28,25,-8,26v9,-2,5,-18,8,-26","w":236},"A":{"d":"208,4r-28,-69r-86,0r-28,69r-61,-9r103,-247r58,0r103,247xm137,-170r-23,56r46,0","w":274},"B":{"d":"230,-73v0,80,-119,84,-207,72r0,-249v77,-13,193,-11,193,60v0,21,-9,38,-27,53v21,12,41,35,41,64xm157,-181v0,-27,-36,-26,-75,-25r0,49v29,1,75,-2,75,-24xm82,-46v37,4,83,-2,88,-31v4,-27,-48,-36,-88,-31r0,62","w":242},"C":{"d":"147,3v-69,2,-134,-61,-134,-131v0,-68,67,-129,134,-127v22,0,51,6,85,17r-10,52v-30,-13,-54,-20,-70,-20v-42,-1,-80,38,-80,80v0,43,38,80,83,78v18,0,42,-7,75,-22r8,51v-37,15,-68,22,-91,22","w":250},"D":{"d":"253,-138v2,85,-58,141,-142,140v-22,0,-52,-1,-88,-3r0,-249v111,-22,228,13,230,112xm82,-207r0,160v69,7,111,-20,111,-84v0,-56,-43,-82,-111,-76","w":265},"E":{"d":"207,0r-184,0r0,-252r177,0r5,49r-123,0r0,48r109,0r0,50r-109,0r0,56r130,0","w":225},"F":{"d":"82,-203r0,48r109,0r0,50r-109,0r0,105r-59,0r0,-252r177,0r5,49r-123,0","w":217},"G":{"d":"255,-137v9,82,-40,139,-116,139v-70,0,-126,-61,-126,-128v0,-71,60,-131,132,-129v20,0,49,5,87,15r-10,52v-75,-37,-146,-16,-151,62v-2,52,57,104,105,68v11,-8,18,-18,21,-30r-63,0r0,-49r121,0","w":268},"H":{"d":"182,4r0,-109r-100,0r0,105r-59,0r0,-251r59,-5r0,101r100,0r0,-97r59,0r0,251","w":264},"I":{"d":"23,0r0,-251r59,-5r0,256r-59,0","w":105},"J":{"d":"207,-90v-2,106,-137,117,-200,47r33,-39v30,23,48,36,65,35v30,-2,43,-12,43,-42r0,-167r59,5r0,161","w":230},"K":{"d":"179,3r-97,-89r0,86r-59,0r0,-251r59,-5r0,83r91,-82r72,9r-130,116r135,124","w":251},"L":{"d":"207,0r-184,0r0,-251r59,-5r0,207r130,0","w":225},"M":{"d":"248,4r-12,-137r-47,133r-56,0r-50,-133r-11,137r-58,-8r24,-247r56,-4r66,173r64,-173r56,4r27,247","w":321},"N":{"d":"188,3r-106,-160r0,161r-59,-5r0,-251r64,-3r102,156r0,-153r59,0r0,251","w":271},"O":{"d":"274,-131v4,75,-60,133,-131,133v-70,0,-130,-59,-130,-128v0,-71,59,-129,132,-129v70,0,127,57,129,124xm215,-125v0,-44,-32,-80,-72,-81v-41,-1,-72,39,-72,80v0,40,35,80,73,80v39,0,71,-40,71,-79","w":286},"P":{"d":"222,-178v-4,67,-66,83,-140,81r0,97r-59,0r0,-251v89,-13,203,-2,199,73xm163,-178v2,-27,-47,-29,-81,-28r0,59v42,6,79,-2,81,-31","w":234},"Q":{"d":"281,-130v0,42,-15,61,-38,85r31,28r-48,30r-24,-23v-88,45,-189,-30,-189,-116v0,-70,63,-129,135,-129v71,0,133,57,133,125xm204,-83v44,-46,2,-123,-57,-123v-41,0,-76,39,-76,81v0,43,45,92,91,77r-47,-46r51,-27","w":293},"R":{"d":"178,4r-61,-102v-5,0,-17,0,-35,1r0,97r-59,0r0,-251v90,-12,205,-3,199,75v-2,30,-16,52,-45,66r65,105xm163,-178v2,-27,-47,-29,-81,-28r0,59v42,6,79,-2,81,-31","w":254},"S":{"d":"221,-76v0,84,-152,98,-208,49r30,-46v12,10,50,26,73,26v23,0,47,-11,47,-32v-1,-23,-31,-29,-57,-27v-46,3,-87,-31,-85,-78v3,-73,133,-88,187,-47r-24,42v-30,-11,-48,-16,-64,-16v-18,0,-40,13,-41,29v-2,17,26,22,52,21v50,-2,90,31,90,79","w":233},"T":{"d":"151,-203r0,203r-59,0r0,-203r-79,0r5,-49r207,0r6,49r-80,0","w":243},"U":{"d":"249,-104v0,66,-47,109,-115,106v-74,-3,-111,-38,-111,-107r0,-146r59,-5r0,149v1,36,12,61,50,61v34,0,58,-20,58,-57r0,-149r59,0r0,148","w":272},"V":{"d":"166,0r-58,0r-103,-247r61,-9r71,174r71,-174r61,9","w":274},"W":{"d":"282,0r-55,0r-45,-157r-45,157r-55,0r-80,-248r61,-8r46,164r46,-157r55,0r45,157r47,-164r60,8","w":364},"X":{"d":"180,4r-55,-86r-56,86r-65,-9r87,-125r-81,-117r66,-9r49,77r49,-77r66,9r-82,117r88,125","w":249},"Y":{"d":"154,-105r0,105r-59,0r0,-105r-93,-142r66,-9r57,96r56,-96r66,9","w":248},"Z":{"d":"228,0r-213,0r-4,-40r135,-163r-131,0r4,-49r203,0r6,38r-137,165r142,0","w":244},"[":{"d":"14,93r0,-363r92,0r0,51r-33,0r0,262r33,0r0,50r-92,0","w":102},"\\":{"d":"144,61r-146,-315r55,-19r145,313","w":196},"]":{"d":"2,93r0,-50r33,0r0,-262r-33,0r0,-51r92,0r0,363r-92,0","w":117},"^":{"d":"129,-201r-44,-28r-44,28r-28,-23r56,-40r33,0r55,40","w":169},"_":{"d":"13,32r0,-32r269,0r0,32r-269,0","w":294},"`":{"d":"82,-191r-73,-44r42,-27r67,52","w":126},"a":{"d":"121,-112v-3,-42,-61,-22,-84,-9r-24,-41v71,-33,168,-27,167,46r-1,116r-59,0r0,-9v-38,24,-111,4,-111,-50v0,-49,59,-60,112,-53xm120,-72v-19,-4,-55,-3,-53,13v-3,17,34,19,53,15r0,-28","w":203},"b":{"d":"215,-91v0,72,-61,112,-133,84r0,7r-59,0r0,-258r59,-4r0,93v58,-33,133,9,133,78xm156,-87v1,-41,-36,-53,-74,-37r0,72v38,14,74,4,74,-35","w":227},"c":{"d":"70,-89v4,49,52,55,98,31r25,42v-88,41,-180,13,-180,-75v0,-86,101,-111,180,-72r-26,45v-15,-7,-41,-17,-57,-17v-21,0,-41,23,-40,46","w":205},"d":{"d":"105,-181v6,-3,46,15,40,12r0,-93r59,4r0,258r-59,0r0,-7v-65,27,-132,-11,-132,-84v0,-53,38,-92,92,-90xm72,-88v0,42,33,49,73,36r0,-72v-37,-15,-73,-5,-73,36","w":227},"e":{"d":"110,-181v59,0,108,47,92,110r-123,4v16,33,69,31,93,11r21,36v-14,12,-46,23,-75,23v-52,0,-105,-43,-105,-93v0,-52,45,-91,97,-91xm142,-108v-11,-30,-52,-40,-66,1","w":217},"f":{"d":"37,-178v2,-78,74,-92,146,-61r-29,44v-31,-11,-60,-24,-58,17r63,0r0,47r-62,0r0,131r-60,0r0,-131r-32,0r0,-47r32,0","w":170},"g":{"d":"13,-87v0,-68,74,-115,136,-82r0,-11r59,4r0,171v-6,98,-84,102,-178,70r25,-45v35,11,72,25,90,1v1,-5,0,-13,4,-19v-71,21,-136,-22,-136,-89xm105,-131v-47,0,-45,89,7,89v10,0,23,-1,37,-5r0,-76v-19,-5,-34,-8,-44,-8","w":231},"h":{"d":"82,-169v41,-29,120,2,125,38v3,26,2,89,1,131r-60,0r1,-106v0,-36,-40,-30,-67,-17r0,123r-59,0r0,-258r59,-4r0,93","w":220},"i":{"d":"89,-241v0,18,-16,30,-33,30v-17,0,-33,-13,-33,-30v1,-16,15,-29,34,-29v17,0,32,13,32,29xm27,0r0,-173r59,-5r0,178r-59,0","w":112},"j":{"d":"91,-240v0,17,-15,30,-33,30v-17,0,-33,-14,-33,-30v0,-16,15,-30,34,-30v18,0,32,14,32,30xm88,-178v-4,108,27,263,-84,261v-16,0,-36,-5,-62,-14r17,-45v21,8,34,12,43,12v27,-1,27,-24,27,-53r0,-156","w":114},"k":{"d":"152,7r-70,-52r0,45r-59,0r0,-258r59,-4r0,130r58,-46r63,16r-92,70r102,84","w":212},"l":{"d":"23,0r0,-258r59,-4r0,262r-59,0","w":105},"m":{"d":"240,-181v100,0,88,84,87,181r-60,0r0,-109v-2,-37,-38,-28,-64,-13v2,26,2,86,2,122r-60,0r0,-109v1,-34,-40,-29,-63,-16r0,125r-59,0r0,-176r59,-4r0,11v42,-19,60,-14,95,6v23,-12,44,-18,63,-18","w":343},"n":{"d":"82,-169v39,-29,116,1,120,36v3,25,2,98,1,133r-60,0r1,-109v-1,-34,-37,-29,-62,-16r0,125r-59,0r0,-176r59,-4r0,11","w":219},"o":{"d":"211,-95v4,54,-47,97,-101,97v-52,0,-102,-42,-101,-92v1,-57,45,-90,101,-91v53,-1,97,35,101,86xm152,-90v0,-25,-17,-45,-41,-45v-25,0,-43,21,-43,46v0,24,19,44,43,44v24,0,41,-20,41,-45","w":220},"p":{"d":"215,-90v0,66,-63,113,-133,92r0,77r-59,4r0,-259r59,-4r0,11v60,-35,133,10,133,79xm116,-42v47,3,55,-88,6,-89v-10,0,-23,3,-40,7r0,77v13,4,25,5,34,5","w":227},"q":{"d":"13,-89v0,-72,70,-112,132,-80r0,-11r59,4r0,184v-5,36,13,29,42,29r-30,46v-61,-5,-71,-15,-71,-81v-71,20,-132,-21,-132,-91xm72,-88v-1,38,33,54,73,41r0,-77v-40,-11,-72,-10,-73,36","w":238},"r":{"d":"82,-169v26,-20,67,-11,90,4r-22,42v-39,-11,-43,-20,-68,-3r0,126r-59,0r0,-176r59,-4r0,11","w":177},"s":{"d":"187,-62v2,69,-127,81,-174,42r23,-38v14,6,31,16,47,17v15,1,46,-7,45,-18v2,-13,-27,-9,-39,-9v-39,0,-74,-20,-71,-57v5,-59,111,-74,163,-36r-21,37v-16,-19,-82,-19,-83,4v0,6,13,9,38,9v48,0,72,16,72,49","w":199},"t":{"d":"95,-50v8,6,20,-5,27,-9r25,44v-58,34,-118,18,-114,-56r3,-61r-34,0r0,-46r34,0r0,-41r59,-8r0,49r41,0r0,46r-41,0r0,82","w":152},"u":{"d":"137,2r0,-9v-38,22,-114,-3,-119,-39v-2,-15,-2,-96,-2,-130r60,-4r0,111v1,36,34,32,61,19r0,-128r59,0r0,172","w":219},"v":{"d":"136,0r-49,0r-82,-172r62,-8r44,103r44,-103r62,8","w":222},"w":{"d":"245,0r-53,0r-33,-93r-33,93r-52,0r-69,-172r62,-8r33,100r33,-98r53,0r32,98r34,-100r61,8","w":318},"x":{"d":"145,4r-38,-52r-39,52r-63,-9r67,-85r-64,-81r63,-9r36,48r35,-48r62,9r-63,81r67,85","w":213},"y":{"d":"129,39v-13,36,-23,41,-69,44r-30,-46v43,4,46,-14,55,-41r-80,-168r62,-8r47,109r44,-110r58,10","w":221},"z":{"d":"180,0r-159,0r-8,-37r87,-94r-81,0r0,-47r152,0r9,36r-89,96r94,0","w":197},"{":{"d":"169,93v-99,7,-110,-31,-110,-121v0,-29,-11,-25,-36,-36r0,-48v44,-5,34,-38,34,-83v0,-63,34,-76,112,-75r-13,55v-48,-14,-41,12,-41,62v1,32,-9,49,-25,65v26,22,25,52,25,98v0,28,7,40,41,29","w":170},"|":{"d":"23,0r0,-270r54,0r0,270r-54,0","w":100},"}":{"d":"147,-64v-41,5,-33,43,-33,86v0,59,-35,73,-112,71r13,-54v49,17,39,-21,40,-62v0,-26,8,-48,26,-65v-25,-28,-29,-51,-24,-97v-3,-27,-7,-43,-42,-31r-13,-54v99,-6,110,33,110,123v0,27,10,25,35,35r0,48","w":170},"~":{"d":"47,-110v-15,-1,-31,12,-36,22r0,-50v3,-10,23,-19,36,-19v16,-3,46,23,61,23v8,0,20,-8,35,-23r0,48v-14,14,-26,21,-35,21v-16,0,-46,-24,-61,-22","w":153},"\u00a0":{"w":97}}});

