/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																										   /*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1993 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({"w":901,"face":{"font-family":"Futura BdCn BT","font-weight":400,"font-stretch":"condensed","units-per-em":"2048","panose-1":"2 11 7 6 2 2 4 2 2 4","ascent":"1638","descent":"-410","x-height":"18","bbox":"-84 -1620 2048 483","underline-thickness":"248","underline-position":"-97","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":451},"!":{"d":"145,-428r0,-1032r275,0r0,1032r-275,0xm459,-158v0,51,-17,93,-51,126v-34,33,-75,50,-125,50v-50,0,-92,-17,-126,-50v-34,-33,-51,-75,-51,-126v0,-50,18,-92,52,-126v34,-34,76,-50,125,-50v49,0,91,16,125,50v34,34,51,76,51,126","w":563},"\"":{"d":"395,-1436r164,0r0,557r-164,0r0,-557xm86,-1436r164,0r0,557r-164,0r0,-557","w":643},"#":{"d":"709,-852r-91,254r256,0r91,-254r-256,0xm735,-1460r191,0r-154,436r250,0r156,-436r190,0r-154,436r291,0r-59,172r-293,0r-90,252r309,0r-61,172r-307,0r-156,434r-191,0r156,-434r-252,0r-158,434r-190,0r156,-434r-299,0r61,-172r297,0r90,-252r-315,0r61,-172r316,0","w":1575},"$":{"d":"37,-172r117,-203v40,43,81,76,124,99v43,23,86,34,128,34v55,0,99,-16,133,-48v34,-32,51,-73,51,-124v0,-74,-62,-144,-187,-211v-32,-17,-56,-31,-73,-41v-102,-58,-175,-118,-219,-180v-44,-62,-66,-136,-66,-219v0,-92,22,-169,65,-233v43,-64,106,-110,187,-138r0,-184r86,0r0,168v1,0,3,0,6,-1v23,-2,40,-3,53,-3v6,0,13,0,20,1v7,1,16,2,25,3r0,-168r86,0r0,178v51,12,95,29,133,52v38,23,72,52,101,87r-137,197v-38,-35,-76,-61,-114,-78v-38,-17,-76,-26,-114,-26v-40,0,-74,12,-100,37v-26,25,-39,56,-39,94v0,66,64,131,192,196v11,5,20,10,25,13v128,64,215,127,260,190v45,63,68,145,68,246v0,101,-25,188,-74,262v-49,74,-116,122,-201,147r0,207r-86,0r0,-192v-10,3,-21,5,-33,6v-12,1,-23,2,-36,2r-22,0v0,0,-8,-1,-13,-2r0,186r-86,0r0,-200v-47,-5,-92,-20,-135,-45v-43,-25,-85,-62,-125,-109"},"%":{"d":"385,18r725,-1497r162,0r-721,1497r-166,0xm1212,-418v0,101,6,168,19,202v13,34,35,52,67,52v33,0,55,-18,68,-54v13,-36,20,-103,20,-200v0,-100,-7,-168,-20,-204v-13,-36,-35,-54,-68,-54v-31,0,-53,18,-66,54v-13,36,-20,104,-20,204xm1589,-420v0,143,-25,251,-75,326v-50,75,-121,112,-216,112v-93,0,-165,-37,-215,-112v-50,-75,-75,-184,-75,-326v0,-143,24,-252,74,-327v50,-75,122,-113,216,-113v95,0,166,37,216,112v50,75,75,185,75,328xm276,-1042v0,99,7,166,20,201v13,35,36,53,69,53v31,0,54,-18,67,-54v13,-36,19,-102,19,-200v0,-102,-6,-170,-19,-204v-13,-34,-35,-52,-67,-52v-33,0,-56,18,-69,54v-13,36,-20,104,-20,202xm655,-1038v0,143,-25,251,-75,326v-50,75,-121,112,-215,112v-94,0,-166,-37,-216,-112v-50,-75,-75,-184,-75,-326v0,-143,24,-252,74,-328v50,-76,122,-113,217,-113v94,0,165,37,215,113v50,76,75,185,75,328","w":1677},"&":{"d":"614,-295r-182,-289v-38,24,-66,48,-82,72v-16,24,-24,53,-24,84v0,50,16,92,46,126v30,34,67,50,111,50v19,0,39,-3,61,-10v22,-7,45,-18,70,-33xm489,-940r31,-27v25,-21,44,-45,58,-72v14,-27,20,-53,20,-79v0,-29,-7,-54,-22,-72v-15,-18,-35,-27,-58,-27v-30,0,-54,10,-72,30v-18,20,-28,46,-28,77v0,17,3,34,8,52v5,18,11,34,20,48xm735,-102v-39,37,-80,65,-125,84v-45,19,-93,28,-145,28v-113,0,-209,-41,-285,-124v-76,-83,-114,-185,-114,-306v0,-74,19,-144,58,-209v39,-65,96,-124,171,-176v-42,-70,-71,-129,-88,-175v-17,-46,-25,-90,-25,-132v0,-97,31,-175,94,-233v63,-58,147,-87,252,-87v93,0,170,28,229,84v59,56,89,129,89,218v0,69,-20,136,-60,201v-40,65,-98,125,-174,179r185,293r145,-155r148,206r-166,150r163,256r-288,0","w":1116},"'":{"d":"86,-1436r164,0r0,557r-164,0r0,-557","w":334},"(":{"d":"532,383r-223,61v-77,-165,-135,-329,-173,-494v-38,-165,-56,-333,-56,-505v0,-176,19,-347,57,-514v38,-167,95,-329,172,-487r223,61v-70,145,-122,294,-156,449v-34,155,-52,319,-52,491v0,165,18,324,52,479v34,155,86,308,156,459","w":567},")":{"d":"33,383v70,-148,122,-299,157,-455v35,-156,52,-317,52,-483v0,-173,-17,-337,-52,-492v-35,-155,-87,-304,-157,-448r225,-61v76,158,132,320,170,486v38,166,57,338,57,515v0,173,-19,342,-56,507v-37,165,-94,329,-171,492","w":567},"*":{"d":"178,-872r-67,-115r227,-119r-227,-119r65,-114r219,135r-10,-256r131,0r-10,256r217,-135r68,114r-230,119r227,119r-65,115r-217,-138r10,258r-131,0r10,-258"},"+":{"d":"768,-1221r170,0r0,527r514,0r0,166r-514,0r0,528r-170,0r0,-528r-514,0r0,-166r514,0r0,-527","w":1706},",":{"d":"0,281r162,-607r289,0r-248,607r-203,0","w":451},"-":{"d":"76,-332r0,-317r516,0r0,317r-516,0","w":668,"k":{"x":36,"s":-75,"q":-38,"o":-38,"g":-38,"e":-38,"d":-38,"c":-38,"Y":83,"W":45,"V":92,"T":112,"S":-38,"Q":-38,"O":-38,"J":-38,"G":-38,"C":-38}},".":{"d":"401,-166v0,51,-17,93,-51,127v-34,34,-75,51,-125,51v-49,0,-91,-17,-125,-51v-34,-34,-51,-76,-51,-127v0,-50,17,-92,51,-126v34,-34,76,-50,125,-50v49,0,91,16,125,50v34,34,51,76,51,126","w":451},"\/":{"d":"451,-1479r176,0r-451,1669r-176,0","w":627},"0":{"d":"330,-727v0,185,9,311,27,379v18,68,49,102,94,102v43,0,73,-33,91,-100v18,-67,27,-194,27,-381v0,-191,-9,-320,-27,-387v-18,-67,-48,-100,-91,-100v-45,0,-76,34,-94,102v-18,68,-27,197,-27,385xm848,-729v0,242,-34,427,-102,555v-68,128,-167,192,-295,192v-129,0,-227,-64,-295,-192v-68,-128,-103,-313,-103,-555v0,-244,34,-430,102,-558v68,-128,167,-192,296,-192v129,0,227,64,295,192v68,128,102,314,102,558"},"1":{"d":"336,0r0,-1219r-139,0r0,-241r419,0r0,1460r-280,0"},"2":{"d":"63,0r359,-698v44,-85,78,-164,102,-237v24,-73,35,-132,35,-179v0,-46,-9,-81,-27,-106v-18,-25,-45,-37,-79,-37v-49,0,-83,19,-101,59v-18,40,-28,118,-28,235r-238,0v-1,-7,-2,-15,-2,-23r0,-36v0,-149,33,-262,98,-340v65,-78,161,-117,287,-117v108,0,194,32,257,97v63,65,95,153,95,264v0,75,-16,159,-49,250v-33,91,-96,221,-190,391r-125,225r327,0r0,252r-721,0"},"3":{"d":"49,-418r244,0r0,17v0,57,9,99,29,129v20,30,49,45,86,45v41,0,74,-18,96,-55v22,-37,33,-89,33,-156v0,-77,-14,-133,-43,-166v-29,-33,-76,-49,-142,-49v-4,0,-10,0,-17,1v-7,1,-13,1,-18,1r0,-240r19,0v79,0,136,-14,170,-43v34,-29,51,-76,51,-141v0,-50,-10,-89,-30,-117v-20,-28,-48,-43,-83,-43v-37,0,-65,14,-84,42v-19,28,-28,69,-28,124r0,16r-236,0r0,-34v0,-127,31,-224,93,-291v62,-67,152,-101,270,-101v109,0,193,34,252,103v59,69,88,167,88,295v0,88,-19,159,-56,211v-37,52,-91,83,-161,92r0,18v88,17,154,54,197,111v43,57,65,134,65,231v0,136,-38,243,-114,321v-76,78,-179,117,-310,117v-119,0,-211,-35,-276,-104v-65,-69,-97,-168,-97,-295v0,-4,0,-11,1,-19v1,-8,1,-15,1,-20"},"4":{"d":"246,-582r243,0r0,-413v0,-13,1,-32,2,-57v1,-25,4,-71,9,-138v-17,57,-33,108,-50,156v-17,48,-33,89,-49,123xm479,0r0,-362r-420,0r0,-220r383,-878r281,0r0,878r119,0r0,220r-119,0r0,362r-244,0"},"5":{"d":"57,-39r37,-264v36,21,72,38,108,49v36,11,70,16,103,16v73,0,129,-20,168,-61v39,-41,59,-99,59,-174v0,-87,-30,-155,-91,-201v-61,-46,-148,-69,-263,-69v-13,0,-32,1,-59,3v-6,0,-11,0,-15,1r101,-721r569,0r0,248r-366,0r-37,266r10,0v137,0,245,39,322,118v77,79,116,189,116,328v0,159,-43,285,-129,378v-86,93,-202,140,-350,140v-55,0,-106,-5,-152,-14v-46,-9,-90,-24,-131,-43"},"6":{"d":"455,-238v37,0,64,-19,83,-57v19,-38,29,-94,29,-168v0,-79,-8,-136,-25,-173v-17,-37,-43,-56,-79,-56v-39,0,-68,20,-86,59v-18,39,-27,102,-27,187v0,69,9,121,26,156v17,35,44,52,79,52xm377,-866v33,-24,65,-42,95,-53v30,-11,58,-17,87,-17v91,0,163,37,215,111v52,74,78,177,78,309v0,169,-34,301,-104,395v-70,94,-167,141,-291,141v-130,0,-229,-44,-299,-132v-70,-88,-105,-212,-105,-375v0,-159,63,-368,189,-629r16,-33r150,-311r280,0r-233,459v-22,42,-21,42,-41,76v-13,23,-26,42,-37,59"},"7":{"d":"90,0r461,-1219r-440,0r0,-241r798,0r-530,1460r-289,0"},"8":{"d":"285,-793r0,-12v-60,-15,-105,-48,-137,-101v-32,-53,-48,-123,-48,-208v0,-117,30,-207,91,-270v61,-63,147,-95,260,-95v112,0,198,32,259,95v61,63,91,153,91,270v0,85,-16,154,-48,207v-32,53,-78,87,-137,102r0,12v73,20,129,63,168,129v39,66,58,151,58,254v0,134,-35,238,-104,314v-69,76,-165,114,-287,114v-123,0,-219,-38,-288,-114v-69,-76,-104,-180,-104,-314v0,-103,19,-188,58,-254v39,-66,95,-109,168,-129xm449,-1251v-33,0,-57,12,-73,36v-16,24,-24,62,-24,113v0,61,8,105,23,131v15,26,41,39,76,39v34,0,59,-13,75,-38v16,-25,23,-65,23,-122v0,-55,-9,-94,-25,-120v-16,-26,-41,-39,-75,-39xm451,-651v-40,0,-69,17,-89,50v-20,33,-30,83,-30,150v0,73,10,126,29,161v19,35,49,52,90,52v40,0,70,-16,89,-50v19,-34,29,-86,29,-156v0,-70,-10,-122,-29,-156v-19,-34,-49,-51,-89,-51"},"9":{"d":"440,-1221v-37,0,-64,19,-82,56v-18,37,-26,95,-26,172v0,77,8,135,26,173v18,38,45,56,82,56v37,0,64,-19,82,-56v18,-37,27,-94,27,-173v0,-77,-9,-133,-27,-171v-18,-38,-45,-57,-82,-57xm528,-592v-32,25,-64,44,-94,56v-30,12,-61,18,-92,18v-91,0,-163,-39,-215,-116v-52,-77,-78,-183,-78,-318v0,-170,35,-300,104,-391v69,-91,169,-136,300,-136v123,0,219,45,288,135v69,90,103,214,103,375v0,161,-59,371,-178,630r-13,28r-141,311r-283,0r226,-457v1,-1,2,-4,4,-9v21,-43,44,-85,69,-126"},":":{"d":"459,-754v0,50,-17,92,-51,127v-34,35,-76,52,-125,52v-50,0,-92,-17,-126,-51v-34,-34,-51,-77,-51,-128v0,-50,18,-92,52,-126v34,-34,76,-50,125,-50v49,0,91,16,125,50v34,34,51,76,51,126xm459,-166v0,51,-17,93,-51,127v-34,34,-76,51,-125,51v-50,0,-92,-17,-126,-51v-34,-34,-51,-76,-51,-127v0,-50,18,-92,52,-126v34,-34,76,-50,125,-50v49,0,91,16,125,50v34,34,51,76,51,126","w":563},";":{"d":"-29,281r164,-607r289,0r-248,607r-205,0xm459,-754v0,50,-17,92,-51,127v-34,35,-76,52,-125,52v-50,0,-92,-17,-126,-51v-34,-34,-51,-77,-51,-128v0,-50,18,-92,52,-126v34,-34,76,-50,125,-50v49,0,91,16,125,50v34,34,51,76,51,126","w":563},"<":{"d":"1442,-1176r0,185r-934,381r934,381r0,182r-1178,-483r0,-160","w":1706},"=":{"d":"254,-487r1198,0r0,165r-1198,0r0,-165xm254,-901r1198,0r0,168r-1198,0r0,-168","w":1706},">":{"d":"264,-1176r1178,486r0,160r-1178,483r0,-182r934,-381r-934,-381r0,-185","w":1706},"?":{"d":"289,-461r0,-340v75,-3,129,-23,163,-59v34,-36,50,-93,50,-170v0,-63,-8,-110,-24,-140v-16,-30,-41,-44,-75,-44v-29,0,-50,13,-65,38v-15,25,-23,63,-23,113r0,10r-270,0r0,-34v0,-129,32,-227,95,-293v63,-66,155,-99,278,-99v125,0,220,38,286,115v66,77,99,188,99,334v0,110,-20,196,-59,257v-39,61,-100,101,-181,118r0,194r-274,0xm602,-158v0,51,-16,93,-50,126v-34,33,-76,50,-126,50v-50,0,-92,-17,-126,-50v-34,-33,-50,-75,-50,-126v0,-50,17,-92,51,-126v34,-34,76,-50,125,-50v49,0,91,16,125,50v34,34,51,76,51,126","w":883},"@":{"d":"1174,-283v-37,58,-79,100,-128,127v-49,27,-107,41,-176,41v-101,0,-178,-29,-232,-87v-54,-58,-81,-140,-81,-249v0,-155,46,-287,138,-395v92,-108,203,-162,333,-162v59,0,109,11,149,34v40,23,73,59,99,108r55,-107r154,0r-148,586v-1,3,-1,7,-2,12v-4,19,-6,31,-6,37v0,25,9,46,27,61v18,15,40,23,69,23v34,0,69,-10,107,-30v38,-20,73,-49,106,-85v48,-51,85,-109,110,-177v25,-68,38,-140,38,-216v0,-169,-62,-306,-187,-411v-125,-105,-288,-158,-489,-158v-92,0,-177,10,-256,31v-79,21,-150,52,-215,94v-121,75,-214,172,-279,291v-65,119,-98,250,-98,395v0,208,70,374,210,499v140,125,325,187,558,187v111,0,219,-16,324,-49v105,-33,202,-80,291,-142r67,99v-99,75,-205,132,-318,170v-113,38,-232,57,-356,57v-128,0,-245,-16,-351,-48v-106,-32,-200,-79,-281,-142v-103,-79,-181,-170,-232,-275v-51,-105,-76,-225,-76,-358v0,-110,17,-215,52,-314v35,-99,86,-189,153,-272v98,-119,215,-210,353,-272v138,-62,291,-93,460,-93v111,0,216,15,315,45v99,30,184,73,255,128v88,68,154,147,198,236v44,89,66,189,66,300v0,108,-22,209,-65,302v-43,93,-105,172,-185,237v-46,37,-96,64,-150,83v-54,19,-110,29,-168,29v-71,0,-123,-14,-157,-41v-34,-27,-51,-68,-51,-125r0,-4xm1233,-707v-9,-56,-29,-99,-61,-130v-32,-31,-73,-46,-123,-46v-85,0,-157,43,-217,129v-60,86,-91,189,-91,310v0,65,15,116,45,151v30,35,74,53,129,53v60,0,114,-22,163,-66v49,-44,83,-102,100,-173","w":2048},"A":{"d":"381,-483r194,0v-20,-102,-38,-209,-54,-321v-16,-112,-30,-229,-42,-353v-22,164,-23,165,-47,333xm-8,0r340,-1460r305,0r324,1460r-291,0r-49,-256r-293,0r-45,256r-291,0","w":952,"k":{"\u2019":92,"\u2018":112,"\u201d":92,"\u201c":112,"y":36,"Y":36,"W":36,"V":36,"T":55,";":-38,":":-38,".":-65,",":-65}},"B":{"d":"397,-854r31,0v75,0,129,-15,164,-44v35,-29,53,-75,53,-136v0,-65,-17,-112,-53,-143v-36,-31,-91,-46,-166,-46r-29,0r0,369xm397,-260v5,0,12,0,21,1v9,1,15,1,20,1v75,0,128,-15,162,-45v34,-30,51,-78,51,-143v0,-70,-17,-120,-51,-150v-34,-30,-90,-45,-168,-45r-35,0r0,381xm115,0r0,-1460r284,0v191,0,326,30,405,90v79,60,118,159,118,299v0,79,-15,145,-45,196v-30,51,-77,92,-140,123v71,25,123,66,157,120v34,54,50,125,50,214v0,66,-11,126,-33,180v-22,54,-54,99,-96,136v-42,37,-92,62,-151,78v-59,16,-152,24,-279,24r-270,0","w":999,"k":{"\u2019":36,"\u201d":36,"-":-57}},"C":{"d":"866,-16v-28,11,-56,20,-84,26v-28,6,-57,8,-86,8v-186,0,-338,-68,-454,-203v-116,-135,-174,-313,-174,-532v0,-228,56,-412,170,-552v114,-140,263,-210,446,-210v34,0,66,3,96,9v30,6,59,14,86,26r0,273v-28,-11,-56,-20,-82,-25v-26,-5,-52,-8,-77,-8v-97,0,-176,43,-237,129v-61,86,-91,200,-91,342v0,137,31,247,93,332v62,85,143,127,241,127v25,0,49,-3,75,-9v26,-6,52,-15,78,-26r0,293","w":932,"k":{";":-38,":":-38}},"D":{"d":"403,-270r23,0v103,0,182,-38,237,-116v55,-78,82,-191,82,-339v0,-159,-26,-276,-79,-353v-53,-77,-135,-116,-244,-116r-19,0r0,924xm115,0r0,-1460r250,0v225,0,394,60,505,181v111,121,166,304,166,550v0,148,-20,272,-61,372v-41,100,-104,183,-191,248v-51,39,-109,67,-174,84v-65,17,-157,25,-276,25r-219,0","w":1102,"k":{"Y":36,"W":36,"V":36,"A":36,";":-38,":":-38,".":83,",":83}},"E":{"d":"115,0r0,-1460r614,0r0,270r-332,0r0,295r301,0r0,268r-301,0r0,342r332,0r0,285r-614,0","w":811,"k":{";":-38,":":-38,".":-38,",":-38}},"F":{"d":"115,0r0,-1460r630,0r0,270r-348,0r0,303r318,0r0,269r-318,0r0,618r-282,0","w":799,"k":{"u":36,"r":55,"a":36,"A":36,";":83,":":83,".":329,",":329}},"G":{"d":"528,-825r543,0v0,7,0,18,1,33v1,15,1,27,1,34v0,244,-45,434,-135,571v-90,137,-213,205,-371,205v-154,0,-276,-66,-366,-200v-90,-134,-135,-316,-135,-547v0,-233,47,-415,140,-549v93,-134,221,-201,382,-201v109,0,202,32,278,96v76,64,133,157,168,279r-262,121v-11,-73,-32,-127,-64,-163v-32,-36,-74,-54,-126,-54v-78,0,-136,38,-172,114v-36,76,-54,194,-54,357v0,155,20,273,58,353v38,80,94,120,168,120v65,0,116,-28,152,-82v36,-54,54,-130,54,-229r-260,0r0,-258","w":1139,"k":{"Y":36,"T":36,";":-38,":":-38,".":55,"-":-47,",":55}},"H":{"d":"115,0r0,-1460r288,0r0,540r326,0r0,-540r291,0r0,1460r-291,0r0,-635r-326,0r0,635r-288,0","w":1133,"k":{".":36,",":36}},"I":{"d":"127,0r0,-1460r297,0r0,1460r-297,0","w":553},"J":{"d":"6,-14r0,-265v23,12,44,21,62,27v18,6,34,8,49,8v49,0,82,-18,100,-54v18,-36,27,-127,27,-275r0,-887r295,0r0,1018v0,99,-5,172,-16,218v-11,46,-29,85,-54,118v-33,41,-73,73,-121,94v-48,21,-103,32,-164,32v-35,0,-67,-2,-97,-8v-30,-6,-57,-15,-81,-26","w":645,"k":{";":63,":":63,".":102,",":102}},"K":{"d":"115,-2r0,-1458r282,0r0,637r285,-637r303,0r-301,665r311,793r-311,0r-287,-711r0,711r-282,0","w":975,"k":{"\u2018":73,"\u201c":73,"y":36,"O":36,"C":36,"A":36,";":-38,":":-38,".":-38,",":-38}},"L":{"d":"115,0r0,-1460r288,0r0,1175r332,0r0,285r-620,0","w":735,"k":{"\u2019":159,"\u2018":225,"\u201d":159,"\u201c":225,"y":73,"Y":45,"W":36,"V":73,"T":73,";":-38,":":-38,".":-38,",":-38}},"M":{"d":"43,0r143,-1460r375,0r76,557v11,85,21,165,29,243v8,78,13,154,18,227v12,-129,22,-231,30,-305v8,-74,16,-129,21,-165r94,-557r371,0r123,1460r-295,0r-31,-678r-3,-72v-9,-177,-13,-323,-13,-436r-190,1186r-211,0r-179,-1194v0,99,-6,241,-18,426r-6,94r-45,674r-289,0","w":1366,"k":{"\u2018":36,"\u201c":36}},"N":{"d":"115,0r0,-1460r295,0r295,786v9,25,21,64,37,116v24,78,23,79,53,185v-15,-103,-27,-199,-34,-285v-7,-86,-11,-166,-11,-241r0,-561r270,0r0,1460r-270,0r-320,-817v-5,-12,-19,-62,-42,-149r-25,-94v7,57,12,121,15,192v3,71,5,155,5,254r0,614r-268,0","w":1135,"k":{"\u2018":36,"\u201c":36,";":55,":":55,".":55,",":55}},"O":{"d":"578,-260v75,0,131,-39,168,-117v37,-78,55,-195,55,-352v0,-158,-18,-276,-55,-354v-37,-78,-93,-117,-168,-117v-75,0,-130,38,-167,116v-37,78,-55,196,-55,355v0,158,18,276,55,353v37,77,92,116,167,116xm1092,-709v0,223,-47,400,-140,531v-93,131,-218,196,-374,196v-161,0,-287,-66,-377,-198v-90,-132,-135,-314,-135,-549v0,-234,45,-418,136,-551v91,-133,217,-199,376,-199v160,0,286,68,377,204v91,136,137,325,137,566","w":1157,"k":{"\u2019":-38,"\u201d":-38,"X":36,"T":36,";":-38,":":-38,".":83,"-":-38,",":83}},"P":{"d":"397,-827v3,0,8,0,15,1v7,1,13,1,16,1v62,0,110,-17,142,-53v32,-36,48,-87,48,-154v0,-69,-15,-121,-46,-154v-31,-33,-79,-49,-144,-49v-3,0,-9,0,-16,1v-7,1,-12,1,-15,1r0,406xm115,0r0,-1460r303,0v161,0,280,34,358,104v78,70,117,177,117,320v0,137,-38,242,-113,318v-75,76,-181,114,-317,114r-39,0v0,0,-18,-1,-26,-2r-1,606r-282,0","w":932,"k":{"\u2019":-47,"\u2018":-38,"\u201d":-47,"\u201c":-38,"u":36,"s":36,"r":36,"o":73,"e":73,"a":73,"A":73,";":55,":":55,".":452,"-":120,",":452}},"Q":{"d":"625,-559r137,151v13,-41,24,-87,30,-138v6,-51,9,-111,9,-181v0,-157,-19,-275,-57,-355v-38,-80,-93,-120,-166,-120v-76,0,-132,40,-169,122v-37,82,-55,208,-55,378v0,146,18,258,56,334v38,76,93,114,165,114v6,0,13,0,20,-1v7,-1,16,-2,25,-3r-153,-170xm1104,-31r-158,137r-137,-151v-31,20,-65,35,-103,45v-38,10,-80,14,-128,14v-162,0,-288,-67,-378,-201v-90,-134,-134,-322,-134,-565v0,-225,46,-402,137,-532v91,-130,216,-195,375,-195v163,0,290,67,380,201v90,134,134,322,134,567v0,120,-11,222,-34,307v-23,85,-57,155,-104,209","w":1157,"k":{";":-38,":":-38,".":63,"-":-38,",":63}},"R":{"d":"397,-827v3,0,9,0,17,1v8,1,13,1,16,1v63,0,111,-18,143,-53v32,-35,48,-87,48,-156v0,-70,-15,-121,-44,-153v-29,-32,-76,-48,-141,-48v-10,0,-18,1,-23,1v-5,0,-10,0,-15,1xm115,0r0,-1460r303,0v167,0,287,33,362,98v75,65,113,170,113,313v0,104,-19,188,-57,251v-38,63,-97,107,-174,132r280,666r-307,0r-238,-604r0,604r-282,0","w":940,"k":{"\u2019":-38,"\u201d":-38,"o":36,"e":36,".":-38,"-":55,",":-38}},"S":{"d":"70,-51r0,-303v37,32,73,56,108,72v35,16,71,24,107,24v49,0,89,-13,117,-39v28,-26,42,-61,42,-106v0,-55,-38,-115,-115,-180r-48,-42v-89,-80,-151,-151,-184,-215v-33,-64,-50,-136,-50,-217v0,-126,36,-227,107,-305v71,-78,163,-117,278,-117v41,0,80,5,120,17v40,12,82,30,126,55r0,258v-51,-25,-92,-42,-120,-51v-28,-9,-53,-14,-75,-14v-42,0,-76,14,-103,40v-27,26,-40,60,-40,103v0,37,10,73,30,105v20,32,67,80,140,143v98,84,161,153,189,209v28,56,42,123,42,202v0,133,-38,237,-113,314v-75,77,-177,116,-306,116v-49,0,-94,-6,-136,-17v-42,-11,-81,-29,-116,-52","w":786,"k":{";":-38,":":-38,".":36,"-":-65,",":36}},"T":{"d":"252,0r0,-1190r-223,0r0,-270r739,0r0,270r-223,0r0,1190r-293,0","w":797,"k":{"y":167,"w":167,"u":167,"s":131,"r":159,"o":139,"i":36,"e":139,"c":139,"a":139,"O":36,"C":36,"A":55,";":167,":":167,".":264,"-":112,",":264}},"U":{"d":"1018,-1460r0,917v0,112,-3,192,-10,239v-7,47,-18,85,-33,116v-35,70,-86,122,-153,156v-67,34,-154,50,-259,50v-105,0,-191,-16,-259,-50v-68,-34,-119,-86,-154,-156v-16,-31,-27,-71,-34,-118v-7,-47,-10,-126,-10,-237r0,-43r0,-874r291,0r0,940v0,119,13,196,37,230v24,34,67,52,129,52v63,0,107,-17,131,-52v24,-35,35,-112,35,-230r0,-940r289,0","w":1124,"k":{";":63,":":63,".":120,",":120}},"V":{"d":"377,0r-416,-1460r295,0r172,661v17,65,30,134,42,207v12,73,21,150,28,231v5,-75,13,-149,24,-221v11,-72,24,-142,41,-211r168,-667r303,0r-413,1460r-244,0","w":995,"k":{"u":73,"o":112,"e":112,"a":112,"A":36,";":102,":":102,".":301,"-":92,",":301}},"W":{"d":"2,-1460r295,0r104,659v10,59,19,125,26,199v7,74,14,156,19,246r191,-1104r242,0r190,1104v0,-65,3,-130,8,-198v5,-68,14,-137,25,-206r108,-700r287,0r-293,1460r-256,0r-155,-805v-8,-40,-15,-88,-21,-144v-6,-56,-9,-117,-12,-184v-7,73,-13,137,-20,194v-7,57,-13,101,-19,132r-162,807r-262,0","w":1497,"k":{"\u2019":-38,"\u201d":-38,"u":36,"r":55,"o":73,"e":73,"a":73,"A":36,";":45,":":45,".":139,"-":45,",":139}},"X":{"d":"602,0r-115,-297v-11,-31,-21,-65,-31,-101v-10,-36,-19,-74,-26,-114v-7,41,-15,80,-24,116v-9,36,-18,69,-27,99r-100,297r-332,0r338,-739r-308,-721r306,0r110,307v6,17,13,39,20,67v7,28,16,64,25,109v8,-38,16,-72,24,-102v8,-30,16,-55,24,-75r108,-306r301,0r-307,721r330,739r-316,0","w":864,"k":{"\u2018":36,"\u201c":36,"O":36,"C":36,";":36,":":36,".":-38,",":-38}},"Y":{"d":"254,0r0,-686r-338,-774r307,0r96,264v18,47,34,95,49,142v15,47,29,94,42,143v12,-54,25,-104,39,-151v14,-47,28,-89,43,-126r106,-272r285,0r-340,774r0,686r-289,0","w":801,"k":{"u":63,"o":92,"e":92,"a":92,"A":36,";":215,":":215,".":272,"-":83,",":272}},"Z":{"d":"-16,0r471,-1192r-402,0r0,-268r795,0r-465,1175r424,0r0,285r-823,0","w":877,"k":{"\u2018":36,"\u201c":36,";":-38,":":-38,".":-38,"-":36,",":-38}},"[":{"d":"66,397r0,-1904r464,0r0,207r-188,0r0,1490r188,0r0,207r-464,0","w":567},"\\":{"d":"451,190r-451,-1669r176,0r451,1669r-176,0","w":627},"]":{"d":"500,397r-465,0r0,-207r190,0r0,-1490r-190,0r0,-207r465,0r0,1904","w":567},"^":{"d":"915,-1460r218,0r495,561r-207,0r-397,-397r-399,397r-207,0","w":2048},"_":{"d":"0,311r1024,0r0,172r-1024,0r0,-172","w":1024},"`":{"d":"229,-1485r246,0r187,371r-134,0","w":1024},"a":{"d":"571,-506v0,-89,-10,-156,-31,-199v-21,-43,-54,-65,-98,-65v-39,0,-68,20,-86,62v-18,42,-26,110,-26,204v0,93,10,164,30,210v20,46,49,69,89,69v43,0,74,-22,93,-67v19,-45,29,-116,29,-214xm825,0r-254,0r0,-145v-29,54,-62,95,-99,122v-37,27,-77,41,-122,41v-93,0,-164,-43,-214,-130v-50,-87,-75,-212,-75,-377v0,-160,26,-284,77,-371v51,-87,122,-131,214,-131v43,0,82,13,118,39v36,26,70,66,101,121r0,-150r254,0r0,981","w":928,"k":{"\u2019":36,"\u2018":36,"\u201d":36,"\u201c":36}},"b":{"d":"483,-772v-43,0,-73,22,-93,64v-20,42,-30,109,-30,202v0,101,9,173,28,217v19,44,49,66,91,66v40,0,70,-23,89,-69v19,-46,28,-119,28,-218v0,-92,-9,-159,-27,-200v-18,-41,-47,-62,-86,-62xm102,0r0,-1550r260,0r0,708v29,-50,61,-87,96,-112v35,-25,74,-37,117,-37v95,0,166,44,215,133v49,89,74,218,74,389v0,153,-26,273,-76,359v-50,86,-119,130,-206,130v-48,0,-91,-14,-128,-42v-37,-28,-67,-68,-92,-121r0,143r-260,0","w":928,"k":{"\u2019":36,"\u2018":73,"\u201d":36,"\u201c":73,"-":-38}},"c":{"d":"614,-702v-21,-16,-42,-28,-62,-35v-20,-7,-40,-11,-60,-11v-52,0,-93,23,-124,68v-31,45,-46,105,-46,182v0,81,15,142,46,186v31,44,75,66,132,66v21,0,41,-4,60,-12v19,-8,37,-22,54,-39r0,258v-28,19,-57,34,-88,43v-31,9,-64,14,-98,14v-115,0,-206,-46,-274,-137v-68,-91,-101,-216,-101,-373v0,-155,34,-279,102,-370v68,-91,159,-137,273,-137v33,0,64,3,95,9v31,6,61,16,91,29r0,259","w":651},"d":{"d":"563,-506v0,-94,-10,-162,-29,-204v-19,-42,-49,-62,-92,-62v-39,0,-68,21,-86,63v-18,42,-26,110,-26,205v0,94,10,164,30,211v20,47,49,70,89,70v41,0,69,-22,87,-65v18,-43,27,-115,27,-218xm825,0r-262,0r0,-143v-26,55,-57,96,-93,123v-36,27,-79,40,-126,40v-90,0,-160,-44,-209,-132v-49,-88,-74,-214,-74,-377v0,-161,25,-284,76,-371v51,-87,122,-131,215,-131v42,0,81,12,116,37v35,25,66,62,95,112r0,-708r262,0r0,1550","w":928},"e":{"d":"600,-574v-2,-71,-14,-124,-38,-158v-24,-34,-60,-52,-107,-52v-47,0,-82,18,-107,54v-25,36,-37,88,-37,157xm311,-418r0,8v0,73,13,130,39,169v26,39,63,59,111,59v31,0,57,-9,79,-28v22,-19,39,-47,52,-85r233,0v-21,98,-66,175,-133,230v-67,55,-149,83,-246,83v-122,0,-219,-46,-291,-137v-72,-91,-108,-215,-108,-370v0,-157,36,-282,108,-373v72,-91,169,-137,291,-137v129,0,227,45,293,135v66,90,99,223,99,399r0,47r-527,0","w":877,"k":{"x":36,"-":-38}},"f":{"d":"512,-1558r0,230r-13,0v0,0,-11,-1,-18,-1v-34,0,-57,9,-69,28v-12,19,-19,70,-19,154r0,166r119,0r0,207r-119,0r0,774r-270,0r0,-774r-98,0r0,-207r98,0r0,-260v0,-66,4,-115,12,-147v8,-32,22,-62,41,-87v25,-31,57,-54,96,-70v39,-16,84,-24,136,-24v13,0,27,1,44,3v17,2,37,4,60,8","w":530,"k":{"\u2019":-141,"\u2018":-65,"\u201d":-141,"\u201c":-65,".":36,",":36}},"g":{"d":"563,-981r262,0r0,907v0,210,-27,350,-83,421v-56,71,-157,106,-302,106v-115,0,-204,-29,-267,-89v-63,-60,-95,-144,-95,-251r0,-15r229,0v0,47,11,82,33,106v22,24,53,36,96,36v47,0,79,-12,98,-36v19,-24,29,-68,29,-130r0,-203v-31,46,-65,81,-101,104v-36,23,-73,35,-112,35v-93,0,-164,-43,-214,-129v-50,-86,-75,-210,-75,-373v0,-159,25,-282,76,-369v51,-87,122,-130,215,-130v44,0,83,13,118,39v35,26,66,67,93,121r0,-150xm563,-506v0,-95,-9,-163,-28,-204v-19,-41,-50,-62,-93,-62v-39,0,-68,21,-86,63v-18,42,-26,110,-26,205v0,94,10,164,30,211v20,47,49,70,89,70v41,0,69,-22,87,-65v18,-43,27,-115,27,-218","w":928,"k":{".":36,",":36}},"h":{"d":"553,0r0,-594v0,-56,-7,-95,-20,-116v-13,-21,-36,-31,-68,-31v-35,0,-60,12,-75,37v-15,25,-23,65,-23,122r0,582r-271,0r0,-1550r271,0r0,688v37,-44,76,-77,117,-98v41,-21,85,-31,134,-31v77,0,130,21,160,64v30,43,45,128,45,257r0,670r-270,0","w":915,"k":{"\u2019":36,"\u2018":36,"\u201d":36,"\u201c":36}},"i":{"d":"86,-1243v0,-45,14,-83,44,-113v30,-30,67,-45,112,-45v43,0,80,15,110,46v30,31,45,68,45,112v0,43,-15,79,-45,109v-30,30,-67,44,-110,44v-45,0,-82,-15,-112,-44v-30,-29,-44,-65,-44,-109xm106,0r0,-981r271,0r0,981r-271,0","w":483,"k":{"\u2018":36,"\u201c":36}},"j":{"d":"86,-1243v0,-45,14,-83,44,-113v30,-30,67,-45,112,-45v43,0,80,15,110,46v30,31,45,68,45,112v0,43,-15,79,-45,109v-30,30,-67,44,-110,44v-45,0,-82,-15,-112,-44v-30,-29,-44,-65,-44,-109xm106,395r0,-1376r271,0r0,1376r-271,0","w":483},"k":{"d":"371,-578v7,-18,22,-51,45,-100r12,-24r139,-279r305,0r-245,408r264,573r-301,0r-219,-535r0,535r-271,0r0,-1550r271,0r0,972","w":858,"k":{"\u2019":-75,"\u201d":-75,"e":36,"-":45}},"l":{"d":"106,0r0,-1550r271,0r0,1550r-271,0","w":483},"m":{"d":"98,0r0,-981r250,0r0,152v34,-55,72,-95,115,-122v43,-27,90,-40,143,-40v53,0,97,14,130,41v33,27,56,68,67,121v38,-55,78,-97,120,-123v42,-26,87,-39,136,-39v71,0,121,25,149,74v28,49,43,151,43,305r0,612r-266,0r0,-594v0,-55,-6,-94,-18,-115v-12,-21,-33,-32,-62,-32v-35,0,-60,12,-75,35v-15,23,-23,65,-23,124r0,582r-264,0r0,-594v0,-54,-7,-92,-19,-115v-12,-23,-32,-34,-61,-34v-36,0,-61,12,-77,37v-16,25,-24,66,-24,124r0,582r-264,0","w":1343,"k":{"\u2019":36,"\u2018":36,"\u201d":36,"\u201c":36}},"n":{"d":"553,0r0,-594v0,-56,-7,-95,-20,-116v-13,-21,-36,-31,-68,-31v-35,0,-60,12,-75,37v-15,25,-23,65,-23,122r0,582r-271,0r0,-981r252,0r0,152v35,-55,76,-95,120,-122v44,-27,94,-40,150,-40v77,0,130,22,160,65v30,43,45,129,45,256r0,670r-270,0","w":915,"k":{"\u2019":36,"\u2018":36,"\u201d":36,"\u201c":36}},"o":{"d":"455,-219v48,0,85,-23,111,-71v26,-48,40,-116,40,-204v0,-87,-14,-154,-40,-202v-26,-48,-63,-72,-111,-72v-48,0,-85,24,-111,71v-26,47,-39,115,-39,203v0,89,13,157,39,204v26,47,63,71,111,71xm864,-492v0,156,-38,280,-112,372v-74,92,-173,138,-297,138v-125,0,-223,-46,-297,-138v-74,-92,-111,-215,-111,-372v0,-155,37,-279,111,-370v74,-91,172,-137,297,-137v125,0,224,45,298,137v74,92,111,215,111,370","w":909,"k":{"\u2018":36,"\u201c":36,"x":36,"-":-38}},"p":{"d":"483,-770v-42,0,-73,21,-92,62v-19,41,-29,109,-29,202v0,102,10,175,28,218v18,43,48,65,89,65v40,0,70,-23,89,-69v19,-46,28,-119,28,-218v0,-91,-9,-157,-27,-198v-18,-41,-47,-62,-86,-62xm102,395r0,-1376r254,0r0,150v31,-55,65,-95,101,-121v36,-26,75,-39,118,-39v93,0,164,44,214,131v50,87,75,212,75,375v0,161,-25,286,-74,375v-49,89,-119,133,-208,133v-47,0,-90,-15,-127,-43v-37,-28,-68,-69,-93,-123r0,538r-260,0","w":928,"k":{"\u2019":36,"\u201d":36,"-":-38}},"q":{"d":"563,-506v0,-93,-10,-161,-29,-202v-19,-41,-49,-62,-92,-62v-39,0,-68,21,-86,63v-18,42,-26,110,-26,205v0,93,10,164,30,210v20,46,49,69,89,69v41,0,69,-22,87,-65v18,-43,27,-115,27,-218xm825,395r-262,0r0,-538v-26,55,-57,97,-93,125v-36,28,-79,41,-126,41v-89,0,-158,-44,-208,-133v-50,-89,-75,-214,-75,-375v0,-163,25,-288,76,-375v51,-87,122,-131,215,-131v43,0,82,13,118,39v36,26,70,66,101,121r0,-150r254,0r0,1376","w":928},"r":{"d":"100,0r0,-981r252,0r0,174v22,-64,51,-111,88,-143v37,-32,81,-48,133,-49r0,258r-18,0v-71,0,-119,17,-145,51v-26,34,-39,110,-39,229r0,461r-271,0","w":588,"k":{"\u2019":-86,"\u201d":-86,".":206,"-":36,",":206}},"s":{"d":"27,-84r112,-199v33,22,62,39,87,49v25,10,47,15,67,15v21,0,37,-7,51,-20v14,-13,21,-30,21,-50v0,-35,-33,-73,-100,-114r-40,-25v-64,-43,-109,-85,-135,-126v-26,-41,-39,-90,-39,-146v0,-92,29,-164,86,-218v57,-54,135,-81,232,-81v49,0,95,7,139,21v44,14,88,34,129,63r-115,194v-26,-22,-50,-38,-72,-49v-22,-11,-44,-16,-63,-16v-22,0,-39,6,-53,18v-14,12,-21,28,-21,47v0,29,31,62,93,100r45,29v69,48,118,93,145,136v27,43,41,94,41,153v0,95,-31,173,-94,232v-63,59,-145,89,-246,89v-49,0,-96,-8,-141,-25v-45,-17,-88,-42,-129,-77","w":686,"k":{"-":-38}},"t":{"d":"127,0r0,-770r-107,0r0,-211r107,0r0,-283r270,0r0,283r107,0r0,211r-107,0r0,770r-270,0","w":526,"k":{"\u2019":-94,"\u2018":-38,"\u201d":-94,"\u201c":-38}},"u":{"d":"811,-981r0,508v0,196,-25,327,-77,393v-52,66,-146,98,-281,98v-136,0,-231,-33,-283,-98v-52,-65,-78,-196,-78,-393r0,-508r264,0r0,631v0,51,7,86,21,104v14,18,39,27,74,27v35,0,61,-9,75,-28v14,-19,21,-53,21,-103r0,-631r264,0","w":903},"v":{"d":"254,0r-252,-981r262,0r84,442v6,31,12,71,18,120v6,49,13,105,19,169v6,-62,13,-118,19,-166v6,-48,12,-89,18,-123r86,-442r262,0r-252,981r-264,0","w":772,"k":{"\u2019":-114,"\u2018":-57,"\u201d":-114,"\u201c":-57,".":159,",":159}},"w":{"d":"698,-981r80,421v5,29,10,68,16,118v6,50,12,107,19,171r21,-169v7,-53,13,-94,18,-123r76,-418r262,0r-258,981r-234,0r-71,-407v-3,-17,-9,-55,-15,-113v-6,-58,-13,-130,-20,-215r-5,48v-16,170,-25,263,-28,280r-72,407r-233,0r-258,-981r262,0r74,418v2,13,10,74,25,184v5,45,10,81,14,108v5,-56,11,-109,17,-159v6,-50,13,-92,20,-129r77,-422r213,0","w":1186,"k":{"\u2019":-114,"\u2018":-57,"\u201d":-114,"\u201c":-57,".":149,",":149}},"x":{"d":"-12,0r250,-526r-234,-455r260,0r82,164v11,22,19,41,24,59v5,18,9,36,11,53v3,-18,7,-36,13,-55v6,-19,14,-39,24,-59r76,-162r268,0r-248,451r256,530r-270,0r-88,-223v-7,-18,-13,-38,-18,-60v-5,-22,-9,-46,-13,-73v-4,25,-9,49,-15,71v-6,22,-12,42,-20,60r-96,225r-262,0","w":758,"k":{"o":36,"e":36,"c":36,"-":63}},"y":{"d":"135,395r121,-395r-254,-981r266,0r95,435v5,27,9,57,13,88v4,31,6,63,7,95v9,-71,15,-119,19,-143v4,-24,7,-43,10,-58r90,-417r266,0r-369,1376r-264,0","w":758,"k":{"\u2019":-114,"\u2018":-75,"\u201d":-114,"\u201c":-75,".":178,",":178}},"z":{"d":"18,0r283,-762r-260,0r0,-219r610,0r-278,745r258,0r0,236r-613,0","w":674},"{":{"d":"874,-1477r0,179v-5,0,-13,0,-24,-1v-11,-1,-18,-1,-23,-1v-73,0,-121,14,-147,42v-26,28,-39,85,-39,173r0,241v0,103,-15,176,-44,220v-29,44,-82,75,-159,94v76,18,128,48,158,92v30,44,45,118,45,221r0,240v0,88,13,147,39,175v26,28,76,42,149,42v5,0,12,0,22,-1v10,-1,18,-1,23,-1r0,176r-63,0v-68,0,-123,-4,-165,-12v-42,-8,-78,-20,-107,-37v-38,-23,-65,-55,-80,-96v-15,-41,-23,-109,-23,-203r0,-248v0,-96,-17,-164,-52,-203v-35,-39,-95,-59,-179,-59v-5,0,-11,0,-21,1v-10,1,-17,1,-22,1r0,-179v5,0,12,0,22,1v10,1,16,2,21,2v84,0,144,-20,179,-59v35,-39,52,-107,52,-202r0,-247v0,-97,8,-165,23,-206v15,-41,42,-73,80,-95v29,-18,66,-31,109,-39v43,-8,104,-11,181,-11r45,0","w":1024},"|":{"d":"424,-1565r178,0r0,2048r-178,0r0,-2048","w":1024},"}":{"d":"152,-1477r45,0v77,0,136,3,179,11v43,8,80,21,109,39v38,22,65,54,80,95v15,41,23,110,23,206r0,247v0,96,17,164,52,203v35,39,94,58,179,58v4,0,11,-1,21,-2v10,-1,17,-1,22,-1r0,179v-5,0,-12,0,-22,-1v-10,-1,-16,-1,-21,-1v-84,0,-144,20,-179,59v-35,39,-52,107,-52,203r0,248v0,95,-8,163,-23,204v-15,41,-42,72,-80,95v-29,17,-65,29,-108,37v-43,8,-103,12,-180,12r-45,0r0,-176v5,0,13,0,23,1v10,1,17,1,22,1v73,0,121,-14,147,-42v26,-28,39,-86,39,-175r0,-240v0,-102,15,-175,45,-219v30,-44,83,-75,160,-94v-77,-19,-130,-50,-160,-94v-30,-44,-45,-117,-45,-220r0,-241v0,-88,-13,-145,-38,-173v-25,-28,-74,-42,-146,-42v-5,0,-12,0,-23,1v-11,1,-19,1,-24,1r0,-179","w":1024},"~":{"d":"1530,-784r0,184v-69,47,-135,83,-198,106v-63,23,-124,35,-183,35v-29,0,-61,-3,-93,-9v-32,-6,-65,-14,-98,-26v-17,-5,-42,-14,-76,-26v-141,-49,-248,-74,-319,-74v-55,0,-113,13,-174,38v-61,25,-132,66,-211,122r0,-187v71,-48,138,-83,202,-107v64,-24,126,-36,185,-36v41,0,83,4,125,12v42,8,99,24,169,48v9,3,23,8,42,15v109,39,193,58,250,58v57,0,116,-12,177,-37v61,-25,129,-63,202,-116","w":1706},"\u2122":{"d":"809,-1460r170,0r141,360r133,-360r170,0r0,542r-114,0r0,-428r-160,428r-59,0r-166,-428r0,428r-115,0r0,-542xm225,-1460r467,0r0,94r-168,0r0,448r-129,0r0,-448r-170,0r0,-94","w":1706},"\u2026":{"d":"518,-166v0,51,-17,93,-51,127v-34,34,-75,51,-125,51v-49,0,-91,-17,-125,-51v-34,-34,-51,-76,-51,-127v0,-50,17,-92,51,-126v34,-34,76,-50,125,-50v49,0,91,16,125,50v34,34,51,76,51,126xm1200,-166v0,51,-17,93,-51,127v-34,34,-75,51,-125,51v-49,0,-91,-17,-125,-51v-34,-34,-51,-76,-51,-127v0,-50,17,-92,51,-126v34,-34,76,-50,125,-50v49,0,91,16,125,50v34,34,51,76,51,126xm1884,-166v0,51,-17,93,-51,127v-34,34,-75,51,-125,51v-49,0,-91,-17,-125,-51v-34,-34,-51,-76,-51,-127v0,-50,17,-92,51,-126v34,-34,76,-50,125,-50v49,0,91,16,125,50v34,34,51,76,51,126","w":2048},"\u2013":{"d":"0,-367r0,-247r1024,0r0,247r-1024,0","w":1024},"\u2014":{"d":"0,-367r0,-247r2048,0r0,247r-2048,0","w":2048},"\u201c":{"d":"868,-1460r-163,606r-289,0r250,-606r202,0xm483,-1460r-164,606r-286,0r248,-606r202,0","k":{"r":73,"q":149,"g":149,"d":149,"Y":-114,"X":-65,"W":-47,"V":-94,"T":-38,"Q":36,"O":83,"J":159,"A":196}},"\u201d":{"d":"33,-854r162,-606r288,0r-247,606r-203,0xm416,-854r164,-606r288,0r-247,606r-205,0"},"\u2018":{"d":"33,-854r248,-606r202,0r-164,606r-286,0","w":516,"k":{"r":73,"q":149,"g":149,"d":149,"Y":-114,"X":-65,"W":-47,"V":-94,"T":-38,"Q":36,"O":83,"J":159,"A":196}},"\u2019":{"d":"33,-854r164,-606r286,0r-247,606r-203,0","w":516},"\u00d7":{"d":"403,-1188r459,459r461,-459r117,117r-459,461r459,458r-117,119r-461,-461r-459,461r-116,-119r458,-458r-458,-461","w":1706},"\u00a0":{"w":451}}});

