
/*
 * 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:
 * Typeface © The Monotype Corporation plc. Data © The Monotype Corporation plc /
 * Type Solutions Inc. 1990-91 All Rights Reserved
 * 
 * Trademark:
 * Century Gothic is a trademark of The Monotype Corporation plc.
 * 
 * Description:
 * A design based on Monotype 20th Century, which was drawn by Sol Hess between
 * 1936 and 1947. Century Gothic maintains the basic design of 20th Century but has
 * an enlarged 'x' height and has been modified to ensure satisfactory output from
 * modern digital systems. The design is influenced by the geometric style sans
 * serif faces which were popular during the 1920's and 30's. Useful for headlines
 * and general display work and for small quantities of text, particularly in
 * advertising.
 * 
 * Manufacturer:
 * Monotype Typography, Inc.
 * 
 * Designer:
 * Monotype Type Drawing Office
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":199,"face":{"font-family":"Century Gothic","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-11 -281 329 79.2683","underline-thickness":"20.918","underline-position":"-24.2578","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":99},"!":{"d":"66,-265r0,200r-26,0r0,-200r26,0xm31,-17v0,-27,44,-28,44,0v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":106},"\"":{"d":"99,-184r-18,0r-4,-81r26,0xm31,-184r-19,0r-4,-81r26,0","w":111},"#":{"d":"217,-106r0,19r-44,0r-13,87r-19,0r12,-87r-58,0r-13,87r-20,0r14,-87r-44,0r0,-19r47,0r9,-59r-45,0r0,-19r47,0r13,-82r18,0r-11,82r58,0r12,-82r20,0r-13,82r40,0r0,19r-42,0r-9,59r41,0xm165,-165r-58,0r-9,59r58,0","w":259},"$":{"d":"29,-197v0,-37,27,-58,64,-62r0,-18r23,0r0,19v26,6,39,15,53,36r-19,15v-9,-14,-20,-22,-34,-25r0,87v48,28,72,32,72,82v0,41,-28,65,-72,69r0,55r-23,0r0,-55v-41,-3,-63,-19,-80,-46r18,-14v16,22,37,34,62,36r0,-109v-40,-20,-64,-24,-64,-70xm93,-234v-31,0,-49,33,-31,58v6,9,17,16,31,22r0,-80xm116,-19v36,-2,62,-41,37,-71v-7,-9,-19,-17,-37,-27r0,98"},"%":{"d":"68,-265v49,9,106,12,154,-5r21,0r-189,288r-23,0r171,-262v-22,6,-52,7,-83,7v29,39,-4,94,-51,94v-33,0,-62,-28,-60,-61v1,-35,25,-60,60,-61xm108,-204v0,-20,-19,-39,-39,-39v-20,0,-39,19,-39,39v0,20,18,38,39,38v21,0,39,-18,39,-38xm149,-53v0,-33,28,-61,61,-61v33,0,61,28,61,61v0,33,-28,61,-61,61v-33,0,-61,-28,-61,-61xm249,-53v1,-20,-18,-39,-39,-39v-21,0,-38,18,-38,39v0,20,18,38,38,38v21,0,39,-18,39,-38","w":278},"&":{"d":"175,-202v-2,32,-19,42,-45,65r66,68v19,-16,19,-16,31,-27r18,19v-11,10,-22,19,-31,26r49,51r-36,0r-33,-35v-37,27,-49,42,-96,42v-37,0,-67,-25,-67,-60v0,-45,26,-56,63,-88v-20,-27,-34,-32,-34,-61v0,-64,118,-61,115,0xm117,-224v-21,0,-38,16,-28,35v6,10,15,21,25,33v18,-14,30,-26,35,-46v0,-14,-15,-22,-32,-22xm57,-55v1,29,39,47,70,32v14,-6,30,-17,49,-30r-65,-69v-31,26,-47,34,-54,67","w":272},"'":{"d":"45,-184r-18,0r-4,-81r26,0","w":71},"(":{"d":"111,-270v-46,84,-50,251,-9,345r-27,0v-39,-94,-36,-257,8,-345r28,0","w":132},")":{"d":"57,-270v41,93,37,257,-7,345r-28,0v45,-87,51,-252,8,-345r27,0","w":132},"*":{"d":"65,-265r23,0r-5,52r43,-31r11,20r-48,22r48,21r-11,20r-43,-30r5,52r-23,0r5,-52r-43,30r-12,-20r50,-21r-50,-22r12,-20r43,31","w":152},"+":{"d":"97,-141r0,-77r24,0r0,77r77,0r0,24r-77,0r0,76r-24,0r0,-76r-77,0r0,-24r77,0","w":218},",":{"d":"52,-47r24,11r-36,66r-18,-7","w":99},"-":{"d":"11,-108r97,0r0,22r-97,0r0,-22","w":119},"\u00ad":{"d":"11,-108r97,0r0,22r-97,0r0,-22","w":119},".":{"d":"33,-17v0,-12,10,-22,21,-22v12,0,22,10,22,22v0,12,-9,23,-22,22v-12,0,-21,-10,-21,-22","w":99},"\/":{"d":"147,-265r-107,300r-27,0r107,-300r27,0","w":157},"0":{"d":"98,7v-66,0,-87,-58,-87,-136v0,-79,19,-136,87,-136v68,0,90,59,90,136v0,77,-23,136,-90,136xm99,-240v-51,6,-63,48,-63,111v0,64,11,112,63,112v52,0,65,-55,65,-112v0,-59,-14,-107,-65,-111"},"1":{"d":"67,-259r50,0r0,259r-25,0r0,-233r-41,0"},"2":{"d":"102,-240v-37,0,-58,25,-60,62r-25,0v0,-50,38,-86,86,-87v60,-2,101,64,69,118v-21,36,-74,87,-105,122r119,0r0,25r-175,0r99,-107v29,-34,45,-39,48,-80v2,-29,-26,-54,-56,-53"},"3":{"d":"97,-240v-29,1,-39,16,-49,41r-27,0v8,-38,34,-64,76,-66v69,-4,103,88,41,120v26,9,48,37,48,68v0,71,-91,109,-144,64v-15,-13,-24,-31,-29,-56r25,0v8,32,25,49,60,50v35,1,62,-24,62,-56v0,-41,-29,-55,-76,-56r0,-24v32,-1,60,-12,60,-43v1,-24,-21,-43,-47,-42"},"4":{"d":"153,-265r6,0r0,180r31,0r0,25r-31,0r0,60r-26,0r0,-60r-124,0xm133,-85r0,-108r-76,108r76,0"},"5":{"d":"157,-85v0,-59,-64,-73,-116,-45r24,-129r112,0r0,25r-92,0r-13,71v61,-20,112,20,112,79v0,102,-158,126,-169,21r26,0v5,28,23,44,54,45v35,1,62,-31,62,-67"},"6":{"d":"103,7v-57,0,-96,-57,-72,-113v24,-55,70,-108,101,-159r21,14r-70,106v53,-20,102,21,101,72v-1,47,-34,80,-81,80xm158,-73v0,-29,-25,-54,-54,-54v-30,0,-55,25,-55,54v0,29,26,54,55,54v28,0,54,-26,54,-54"},"7":{"d":"26,-259r164,0r-138,266r-22,-11r120,-230r-124,0r0,-25"},"8":{"d":"175,-197v0,29,-16,43,-37,55v28,15,48,31,49,68v0,48,-37,81,-88,81v-51,0,-87,-35,-87,-79v0,-36,21,-55,50,-70v-22,-11,-38,-29,-38,-56v0,-39,34,-67,77,-67v42,0,74,28,74,68xm149,-198v0,-23,-20,-42,-49,-42v-26,0,-49,18,-49,43v-1,23,26,46,50,45v26,-2,48,-19,48,-46xm161,-74v0,-29,-29,-55,-60,-55v-34,0,-64,27,-63,58v1,33,27,53,62,53v35,1,61,-24,61,-56"},"9":{"d":"98,-265v82,-2,89,94,49,155r-78,117r-21,-14r70,-106v-53,20,-101,-21,-100,-72v0,-49,34,-79,80,-80xm43,-185v0,28,26,54,54,54v29,0,55,-25,55,-54v0,-29,-26,-55,-55,-55v-29,0,-54,26,-54,55"},":":{"d":"33,-174v0,-12,9,-22,21,-22v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm33,-17v0,-12,10,-22,21,-22v12,0,22,10,22,22v0,12,-9,23,-22,22v-12,0,-21,-10,-21,-22","w":99},";":{"d":"33,-174v0,-12,9,-22,21,-22v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm52,-47r24,11r-36,66r-18,-7","w":99},"\u037e":{"d":"33,-174v0,-12,9,-22,21,-22v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm52,-47r24,11r-36,66r-18,-7","w":99},"<":{"d":"200,-61r0,26r-182,-83r0,-23r182,-82r0,25r-148,69","w":218},"=":{"d":"198,-180r0,24r-178,0r0,-24r178,0xm198,-103r0,24r-178,0r0,-24r178,0","w":218},">":{"d":"18,-61r148,-68r-148,-69r0,-25r182,82r0,23r-182,83r0,-26","w":218},"?":{"d":"107,-240v-31,0,-52,19,-52,52r-25,0v-1,-47,31,-77,77,-77v62,0,97,63,52,102v-19,16,-88,25,-87,56v0,16,18,26,36,26v26,0,35,-13,38,-37r26,0v-2,38,-25,62,-64,62v-34,0,-62,-20,-62,-51v0,-65,106,-45,109,-97v1,-22,-23,-36,-48,-36xm85,-17v0,-12,10,-22,22,-22v11,0,21,10,21,22v0,12,-9,22,-21,22v-12,0,-23,-9,-22,-22","w":212},"@":{"d":"38,-133v-6,114,153,162,216,80r18,0v-29,37,-54,58,-108,58v-82,0,-140,-55,-140,-137v0,-81,56,-137,138,-139v65,-2,126,52,126,113v0,59,-39,99,-90,104v-13,1,-22,-4,-21,-19v-31,38,-101,8,-97,-46v3,-42,30,-85,75,-83v24,1,35,9,46,26r5,-24r19,0r-22,122v0,5,3,10,9,9v34,-6,62,-42,62,-85v0,-58,-53,-102,-113,-101v-74,1,-119,50,-123,122xm157,-183v-56,-3,-75,107,-10,108v50,1,68,-107,10,-108","w":312},"A":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"B":{"d":"187,-74v0,44,-37,75,-84,74r-71,0r0,-259v69,-3,134,0,134,64v0,26,-14,44,-33,54v32,11,54,28,54,67xm139,-195v1,-39,-40,-40,-82,-38r0,83v47,2,80,-5,82,-45xm160,-74v0,-47,-45,-52,-103,-50r0,99v55,2,103,-1,103,-49","w":206},"C":{"d":"20,-131v0,-99,109,-165,204,-120v19,10,36,23,48,40r-20,16v-20,-26,-51,-45,-93,-45v-65,0,-109,45,-112,112v-4,105,145,149,205,68r20,15v-24,30,-61,52,-113,52v-80,2,-139,-58,-139,-138","w":292},"D":{"d":"249,-126v0,81,-45,128,-135,126r-83,0r0,-259r54,0v111,-3,164,38,164,133xm223,-126v0,-89,-61,-113,-167,-107r0,209v104,5,167,-13,167,-102","w":267},"E":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"F":{"d":"31,-259r130,0r0,26r-104,0r0,81r104,0r0,25r-104,0r0,127r-26,0r0,-259","w":174},"G":{"d":"21,-129v-1,-102,103,-162,203,-124v19,8,39,21,57,38r-20,19v-24,-24,-58,-43,-98,-43v-64,0,-111,45,-115,109v-8,122,200,156,219,31r-82,0r0,-25r111,0v1,80,-52,129,-130,131v-80,2,-144,-58,-145,-136","w":313},"H":{"d":"31,-259r26,0r0,109r132,0r0,-109r26,0r0,259r-26,0r0,-125r-132,0r0,125r-26,0r0,-259","w":245},"I":{"d":"28,-259r26,0r0,259r-26,0r0,-259","w":81},"J":{"d":"29,-41v36,34,87,33,87,-44r0,-174r26,0r0,175v15,96,-75,110,-127,63","w":173},"K":{"d":"31,-259r27,0r0,97r103,-97r35,0r-124,116r134,143r-35,0r-113,-121r0,121r-27,0r0,-259","w":212},"L":{"d":"31,-259r26,0r0,234r100,0r0,25r-126,0r0,-259","w":166},"M":{"d":"20,0r36,-259r5,0r105,213r104,-213r4,0r37,259r-25,0r-26,-185r-91,185r-7,0r-92,-186r-25,186r-25,0","w":330},"N":{"d":"32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0","w":266},"O":{"d":"20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110","w":312},"P":{"d":"193,-190v-4,67,-55,73,-136,70r0,120r-26,0r0,-259r52,0v74,-3,102,12,110,69xm166,-190v0,-49,-56,-44,-109,-43r0,87v52,2,109,7,109,-44","w":213},"Q":{"d":"293,-129v-1,46,-18,76,-45,101r39,48r-32,0r-26,-33v-90,57,-212,-14,-208,-115v3,-80,55,-135,135,-137v75,-2,138,62,137,136xm47,-128v-3,81,92,138,165,94r-57,-73r31,0r46,59v70,-63,23,-196,-75,-192v-64,3,-108,47,-110,112","w":313},"R":{"d":"195,-190v0,50,-35,70,-90,70r93,120r-32,0r-93,-120r-14,0r0,120r-26,0r0,-259v84,-2,162,-5,162,69xm168,-190v0,-49,-56,-44,-109,-43r0,88v53,1,109,5,109,-45","w":218},"S":{"d":"144,-102v44,64,-39,141,-104,96v-13,-8,-24,-22,-35,-42r22,-13v15,28,33,42,53,42v27,0,48,-17,48,-44v0,-62,-107,-74,-107,-141v0,-49,54,-76,97,-52v11,6,22,17,34,33r-21,16v-16,-20,-22,-29,-48,-31v-36,-3,-46,46,-19,66v13,9,74,54,80,70","w":179},"T":{"d":"6,-233r0,-26r142,0r0,26r-58,0r0,233r-26,0r0,-233r-58,0","w":153},"U":{"d":"121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266","w":235},"V":{"d":"12,-259r28,0r86,200r87,-200r28,0r-113,259r-5,0","w":252},"W":{"d":"17,-259r26,0r53,187r74,-187r5,0r74,187r53,-187r27,0r-74,259r-5,0r-77,-196r-78,196r-5,0","w":345},"X":{"d":"18,-259r30,0r62,101r62,-101r30,0r-77,126r82,133r-30,0r-67,-108r-68,108r-30,0r83,-133","w":219},"Y":{"d":"11,-259r30,0r66,107r65,-107r30,0r-82,135r0,124r-25,0r0,-124","w":213},"Z":{"d":"21,-234r0,-25r137,0r-108,234r102,0r0,25r-142,0r109,-234r-98,0","w":172},"[":{"d":"51,-265r59,0r0,25r-34,0r0,286r34,0r0,24r-59,0r0,-335","w":126},"\\":{"d":"39,-265r167,300r-27,0r-167,-300r27,0","w":217},"]":{"d":"75,70r-59,0r0,-25r35,0r0,-286r-35,0r0,-24r59,0r0,335","w":126},"^":{"d":"111,-259r20,0r90,195r-23,0r-78,-168r-76,168r-23,0","w":241},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"57,-281r39,54r-25,0r-51,-54r37,0","w":136},"a":{"d":"118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"b":{"d":"129,5v-36,-1,-59,-18,-76,-40r0,35r-24,0r0,-265r24,0r0,107v17,-23,41,-37,77,-38v54,-2,98,48,98,101v0,53,-45,101,-99,100xm52,-97v0,42,34,79,75,78v45,-1,76,-32,76,-77v0,-44,-31,-78,-75,-78v-44,0,-76,30,-76,77","w":245},"c":{"d":"18,-94v0,-102,146,-136,195,-58r-19,13v-40,-61,-151,-34,-151,43v0,78,109,104,151,45r19,13v-17,25,-47,43,-89,43v-57,0,-106,-43,-106,-99","w":232},"d":{"d":"118,-196v36,1,59,17,76,40r0,-109r24,0r0,265r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm196,-95v0,-42,-35,-78,-76,-77v-45,1,-76,32,-76,77v0,44,32,77,76,77v44,0,76,-31,76,-77","w":246},"e":{"d":"116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0","w":233},"f":{"d":"39,-191v-1,-42,-2,-81,39,-79v8,0,17,2,28,5r0,24v-23,-10,-47,-11,-42,24r0,26r40,0r0,21r-40,0r0,170r-25,0r0,-170r-25,0r0,-21r25,0","w":113},"g":{"d":"18,-97v0,-94,127,-132,174,-61r0,-33r25,0r0,152v24,131,-159,148,-197,54r27,0v31,61,167,48,145,-51v-46,66,-174,33,-174,-61xm193,-97v0,-45,-29,-75,-73,-75v-45,0,-76,32,-78,76v-2,42,33,73,76,73v44,0,75,-30,75,-74","w":242},"h":{"d":"119,-173v-76,1,-68,89,-67,173r-25,0r0,-265r25,0r0,108v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":219},"i":{"d":"16,-250v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21xm24,-191r25,0r0,191r-25,0r0,-191","w":72},"j":{"d":"16,-250v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21xm-11,47v21,10,35,5,35,-25r0,-213r25,0r0,220v4,42,-26,55,-60,40r0,-22","w":73},"k":{"d":"27,-265r25,0r0,151r88,-77r37,0r-105,91r111,100r-35,0r-96,-86r0,86r-25,0r0,-265","w":180},"l":{"d":"24,-265r24,0r0,265r-24,0r0,-265","w":72},"m":{"d":"113,-172v-73,0,-61,94,-61,172r-25,0r0,-191r25,0r0,33v15,-22,34,-38,65,-38v35,1,51,18,61,46v13,-26,36,-45,70,-46v85,-1,62,111,65,196r-25,0v-7,-66,25,-173,-45,-172v-74,1,-60,94,-61,172r-24,0v-6,-66,23,-172,-45,-172","w":337},"n":{"d":"119,-173v-76,1,-68,89,-67,173r-25,0r0,-191r25,0r0,34v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":219},"o":{"d":"18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77","w":235},"p":{"d":"129,5v-35,-2,-59,-16,-77,-38r0,103r-24,0r0,-261r24,0r0,35v17,-23,40,-39,76,-40v54,-1,99,47,99,100v0,53,-45,102,-98,101xm202,-95v0,-45,-31,-76,-76,-77v-41,-1,-76,35,-76,77v0,46,33,77,77,77v43,0,75,-34,75,-77","w":245},"q":{"d":"117,-196v37,1,60,17,77,40r0,-35r24,0r0,261r-24,0r0,-103v-18,23,-42,36,-77,38v-53,1,-98,-47,-98,-101v0,-53,45,-101,98,-100xm195,-95v1,-42,-35,-78,-76,-77v-45,1,-76,33,-76,77v0,42,32,77,76,77v44,0,75,-31,76,-77","w":245},"r":{"d":"43,0r-25,0r0,-191r25,0r0,28v15,-23,40,-43,72,-27r-13,21v-75,-15,-56,95,-59,169","w":108},"s":{"d":"18,-146v4,-55,72,-66,106,-24r-16,16v-21,-26,-62,-26,-68,7v7,45,84,41,84,96v0,59,-86,74,-115,29r16,-18v13,14,26,22,40,22v18,0,35,-14,35,-32v-4,-47,-86,-40,-82,-96","w":139},"t":{"d":"49,-262r25,0r0,71r39,0r0,21r-39,0r0,170r-25,0r0,-170r-34,0r0,-21r34,0r0,-71","w":121},"u":{"d":"108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196","w":218},"v":{"d":"9,-191r27,0r63,139r64,-139r26,0r-87,191r-5,0"},"w":{"d":"2,-191r25,0r58,139r62,-139r4,0r61,139r60,-139r26,0r-83,191r-5,0r-61,-137r-61,137r-5,0","w":299},"x":{"d":"6,-191r29,0r51,71r50,-71r30,0r-65,91r73,100r-30,0r-58,-80r-58,80r-29,0r72,-100","w":172},"y":{"d":"7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84","w":193},"z":{"d":"12,-191r140,0r-108,169r105,0r0,22r-147,0r108,-170r-98,0r0,-21","w":152},"{":{"d":"50,-7v0,-44,-2,-64,-37,-68r0,-29v40,-4,37,-33,37,-81v0,-56,12,-76,65,-74r0,28v-29,0,-37,5,-36,36v0,63,1,86,-36,105v29,14,36,33,36,80v0,48,-7,62,36,62r0,27v-59,2,-65,-24,-65,-86","w":126},"|":{"d":"108,-265r25,0r0,335r-25,0r0,-335","w":241},"}":{"d":"77,-172v-1,45,1,64,36,68r0,29v-39,0,-37,40,-36,80v1,55,-12,77,-66,74r0,-27v29,0,37,-5,36,-36v0,-63,1,-87,37,-106v-31,-16,-36,-31,-37,-79v0,-52,6,-60,-36,-62r0,-28v59,-2,67,25,66,87","w":126},"~":{"d":"154,-128v21,-1,21,-7,44,-19r0,28v-20,10,-25,15,-44,17v-22,3,-66,-28,-88,-28v-21,0,-26,7,-46,19r0,-29v20,-10,25,-14,44,-16v22,-2,65,29,90,28","w":218},"\u00a0":{"w":99}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface © The Monotype Corporation plc. Data © The Monotype Corporation plc /
 * Type Solutions Inc. 1990-91 All Rights Reserved
 * 
 * Trademark:
 * Century Gothic is a trademark of The Monotype Corporation plc.
 * 
 * Description:
 * A design based on Monotype 20th Century, which was drawn by Sol Hess between
 * 1936 and 1947. Century Gothic maintains the basic design of 20th Century but has
 * an enlarged 'x' height and has been modified to ensure satisfactory output from
 * modern digital systems. The design is influenced by the geometric style sans
 * serif faces which were popular during the 1920's and 30's. Useful for headlines
 * and general display work and for small quantities of text, particularly in
 * advertising.
 * 
 * Manufacturer:
 * Monotype Typography, Inc.
 * 
 * Designer:
 * Monotype Type Drawing Office
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
 
Cufon.registerFont({"w":180,"face":{"font-family":"Gill Sans MT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 1 4 2 2 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-22 -262.111 375 83","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"49,-41v12,0,21,10,21,23v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-14,9,-23,22,-23xm49,-71v-15,-18,-20,-90,-20,-126v0,-35,7,-52,20,-52v37,19,17,141,0,178","w":97},"\"":{"d":"45,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92xm103,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92","w":127},"#":{"d":"1,-153r0,-22r57,0r15,-71r21,0r-15,71r74,0r15,-71r22,0r-15,71r35,0r0,22r-40,0r-13,65r53,0r0,22r-57,0r-15,70r-22,0r15,-70r-74,0r-15,70r-21,0r14,-70r-34,0r0,-22r39,0r14,-65r-53,0xm149,-153r-74,0r-14,65r75,0","w":210},"$":{"d":"19,-172v0,-36,32,-60,67,-64r0,-13r29,0r0,13v24,4,42,11,54,21r0,41v-14,-15,-32,-25,-54,-30r0,71v37,10,66,31,66,70v0,37,-27,61,-66,66r0,39r-29,0r0,-39v-20,-2,-43,-10,-68,-25r0,-44v22,18,38,30,68,37r0,-78v-40,-13,-67,-22,-67,-65xm86,-204v-24,1,-42,27,-26,47v4,5,16,11,26,15r0,-62xm115,-30v41,-6,38,-51,6,-62r-6,-3r0,65","w":195},"%":{"d":"188,-249r27,0r-161,252r-27,0xm124,-52v0,-28,25,-55,55,-55v29,0,55,26,55,55v0,30,-25,54,-55,54v-29,0,-55,-25,-55,-54xm208,-52v0,-15,-13,-28,-29,-28v-15,0,-28,12,-28,28v0,15,13,28,28,28v16,0,29,-14,29,-28xm9,-193v0,-29,26,-55,55,-55v30,0,54,26,54,55v0,29,-26,54,-54,54v-29,0,-55,-24,-55,-54xm92,-193v0,-15,-13,-29,-29,-29v-15,0,-28,13,-28,29v-1,14,14,28,28,28v16,0,29,-14,29,-28","w":243},"&":{"d":"102,-241v33,0,61,23,61,54v0,22,-18,46,-46,65r35,40v10,-11,19,-25,26,-40r35,0v-8,22,-21,43,-40,64r50,58r-45,0r-28,-33v-17,16,-47,35,-79,36v-32,0,-62,-25,-61,-57v1,-39,32,-57,58,-73v-47,-40,-31,-114,34,-114xm45,-56v4,36,60,27,75,5r8,-7r-40,-46v-16,11,-45,31,-43,48xm102,-211v-40,0,-27,52,-4,65v14,-9,33,-23,32,-40v0,-14,-12,-26,-28,-25","w":225},"'":{"d":"44,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92","w":67},"(":{"d":"38,-3v-36,-97,-2,-183,54,-246r20,0v-67,82,-71,246,0,331v-34,5,-42,-35,-55,-45v-6,-10,-13,-24,-19,-40","w":116},")":{"d":"24,-249v83,70,92,255,0,331r-20,0v69,-79,67,-254,0,-331r20,0","w":116},"*":{"d":"23,-200v-21,-5,-20,-24,-4,-28v20,6,32,26,47,38v2,-2,4,-3,7,-4r-10,-51v0,-11,4,-16,13,-16v33,0,-12,60,9,71v14,-12,28,-33,47,-38v16,2,15,26,-2,28r-42,15r0,9v18,11,48,10,56,31v-4,15,-22,15,-32,0r-27,-26v-2,2,-5,3,-7,3v3,18,8,34,9,54v0,10,-4,15,-12,15v-25,-6,-4,-49,-2,-69v-2,0,-5,-1,-7,-3v-13,11,-32,33,-48,37v-20,-7,-13,-23,10,-30r35,-12r0,-9","w":150},"+":{"d":"90,-42r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0","w":210},",":{"d":"35,-46v30,1,31,49,14,68v-8,9,-18,16,-31,21v2,-19,17,-19,14,-43v-26,-5,-22,-46,3,-46","w":78},"-":{"d":"14,-97r88,0r0,34r-88,0r0,-34","w":116},".":{"d":"18,-18v0,-12,9,-21,21,-21v12,0,22,10,22,21v0,12,-11,21,-22,21v-12,0,-21,-9,-21,-21","w":78},"\/":{"d":"1,3r71,-252r25,0r-71,252r-25,0","w":101},"0":{"d":"90,2v-109,-2,-105,-249,1,-251v105,4,106,249,-1,251xm90,-30v60,-6,62,-178,0,-185v-61,7,-62,178,0,185"},"1":{"d":"73,-246r35,0r0,246r-35,0r0,-246"},"2":{"d":"17,-225v58,-58,159,-2,128,84v-15,41,-38,69,-71,107r94,0r0,34v-50,-2,-110,4,-156,-2r15,-18v38,-53,80,-82,88,-148v3,-27,-17,-46,-43,-46v-24,1,-42,17,-55,33r0,-44"},"3":{"d":"116,-70v0,-29,-18,-38,-51,-41v2,-10,-3,-26,2,-32v28,1,47,-11,47,-37v-1,-40,-52,-46,-85,-25r0,-33v49,-27,120,-4,120,55v0,29,-12,42,-32,53v65,24,34,133,-40,133v-19,0,-37,-5,-54,-14r0,-38v34,24,93,27,93,-21"},"4":{"d":"128,-249r14,0r0,138r28,0r0,30r-28,0r0,81r-34,0r0,-81r-104,0r0,-15xm108,-111r0,-71r-57,71r57,0"},"5":{"d":"122,-76v2,-37,-50,-53,-86,-42r0,-128r109,0r0,32r-77,0r0,62v50,-6,90,30,90,76v0,70,-81,98,-140,64r0,-36v37,28,101,22,104,-28"},"6":{"d":"94,3v-101,0,-88,-150,-35,-202v17,-16,35,-34,55,-50r21,27v-34,23,-60,49,-75,90v50,-29,108,7,108,61v0,40,-35,74,-74,74xm90,-110v-21,1,-39,6,-39,33v0,26,18,47,43,47v23,0,39,-18,39,-40v0,-24,-18,-41,-43,-40"},"7":{"d":"18,-246r158,0r-111,249r-31,-13r90,-202r-106,0r0,-34"},"8":{"d":"46,-125v-16,-16,-28,-27,-29,-55v-1,-38,35,-69,75,-69v66,0,102,88,42,124v64,32,30,128,-44,128v-72,0,-109,-95,-44,-128xm91,-142v21,0,39,-17,39,-37v0,-20,-17,-36,-39,-36v-22,0,-39,15,-39,36v-1,19,19,37,39,37xm91,-31v24,0,42,-13,42,-38v0,-24,-20,-39,-43,-39v-24,0,-43,16,-43,39v0,23,19,38,44,38"},"9":{"d":"87,-249v86,1,97,115,51,180v-21,29,-42,54,-71,72r-21,-26v33,-19,64,-55,75,-92v-47,31,-108,-7,-108,-61v0,-40,35,-74,74,-73xm48,-176v0,38,51,51,79,26v11,-35,-7,-65,-40,-66v-23,-1,-39,18,-39,40"},":":{"d":"17,-18v0,-11,9,-22,21,-22v12,0,21,11,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm20,-143v0,-11,9,-22,21,-22v12,0,21,11,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":78},";":{"d":"22,43v3,-18,16,-22,15,-43v-28,-5,-22,-47,3,-46v29,1,29,49,13,68v-8,9,-18,16,-31,21xm22,-143v0,-11,9,-22,21,-22v12,0,22,11,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":82},"<":{"d":"20,-113r0,-29r170,-72r0,31r-135,56r135,56r0,31","w":210},"=":{"d":"190,-152r-170,0r0,-29r170,0r0,29xm190,-73r-170,0r0,-30r170,0r0,30","w":210},">":{"d":"190,-113r-170,73r0,-31r135,-56r-135,-56r0,-31r170,72r0,29","w":210},"?":{"d":"51,-63v-56,-29,15,-91,17,-130v1,-23,-25,-28,-45,-18r23,-38v34,0,56,20,58,52v4,49,-59,92,-53,134xm55,-40v12,0,22,9,22,22v0,12,-11,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,11,-22,21,-22","w":119},"@":{"d":"87,-78v0,-80,94,-156,144,-80r6,-27r32,0r-31,145v0,6,6,11,12,12v37,-8,68,-51,68,-98v1,-65,-59,-111,-126,-111v-84,0,-146,67,-146,152v0,88,60,136,152,134v57,0,97,-18,123,-52r31,0v-26,46,-79,78,-155,78v-104,0,-180,-56,-178,-157v2,-105,65,-180,175,-180v84,0,153,56,151,137v-2,64,-43,125,-107,125v-23,0,-32,-7,-34,-29v-13,15,-30,28,-54,29v-38,1,-63,-38,-63,-78xm180,-165v-35,0,-61,51,-61,89v0,27,14,51,38,51v34,0,64,-50,64,-89v0,-28,-15,-51,-41,-51","w":363},"A":{"d":"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0","w":240},"B":{"d":"195,-67v0,74,-89,69,-168,67r0,-246v72,-2,147,-4,147,64v0,24,-13,42,-38,52v33,5,59,29,59,63xm62,-140v40,2,75,-3,75,-39v0,-34,-37,-37,-75,-35r0,74xm159,-70v0,-42,-49,-40,-97,-39r0,78v48,1,97,3,97,-39","w":202},"C":{"d":"54,-122v0,92,115,117,185,65r0,39v-26,14,-56,21,-90,21v-79,-1,-129,-49,-131,-125v-2,-105,119,-159,218,-107r0,38v-73,-49,-182,-21,-182,69","w":254},"D":{"d":"253,-123v0,83,-52,126,-148,123r-78,0r0,-246r83,0v91,-2,143,43,143,123xm217,-125v-1,-74,-65,-97,-154,-89r0,182v90,8,154,-16,154,-93","w":270},"E":{"d":"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246"},"F":{"d":"27,-246r131,0r0,32r-95,0r0,68r95,0r0,32r-95,0r0,114r-36,0r0,-246","w":168},"G":{"d":"55,-123v0,76,77,115,152,85r0,-52r-47,0r0,-31r82,0r0,104v-97,50,-224,4,-224,-104v0,-72,60,-130,133,-128v37,1,54,8,86,21r0,36v-73,-51,-182,-22,-182,69","w":266},"H":{"d":"200,-246r35,0r0,246r-35,0r0,-107r-138,0r0,107r-35,0r0,-246r35,0r0,107r138,0r0,-107","w":262},"I":{"d":"27,-246r36,0r0,246r-36,0r0,-246","w":90},"J":{"d":"-22,49v41,1,49,-9,49,-56r0,-239r36,0r0,243v2,60,-23,89,-78,85","w":90},"K":{"d":"166,-246r44,0r-107,117r133,129r-48,0r-125,-121r0,121r-36,0r0,-246r36,0r0,113","w":236},"L":{"d":"27,-246r35,0r0,214r111,0r0,32r-146,0r0,-246","w":176},"M":{"d":"223,-246r32,0r0,246r-35,0r0,-191r-76,95r-6,0r-76,-95r0,191r-36,0r0,-246r33,0r82,101","w":281},"N":{"d":"222,-246r34,0r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191","w":281},"O":{"d":"16,-122v0,-73,58,-127,132,-127v73,0,132,55,132,126v0,73,-60,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,40,-96,94v0,52,42,92,95,92v53,0,96,-41,96,-93","w":296},"P":{"d":"180,-176v-2,60,-50,74,-120,69r0,107r-35,0r0,-246r78,0v44,-1,78,27,77,70xm60,-138v42,2,84,2,84,-39v0,-38,-43,-40,-84,-38r0,77","w":183},"Q":{"d":"280,-123v0,63,-46,114,-102,123v39,13,63,29,97,15r-36,35v-53,-6,-79,-22,-120,-50v-56,-8,-102,-60,-103,-122v-1,-73,58,-127,132,-127v73,0,132,54,132,126xm244,-123v0,-54,-42,-93,-96,-93v-53,0,-96,41,-96,94v0,53,43,92,96,92v53,0,96,-41,96,-93","w":296},"R":{"d":"171,-177v-1,30,-17,51,-42,60v36,22,59,82,88,117r-41,0v-25,-35,-45,-79,-79,-103v-5,-4,-21,-4,-34,-4r0,107r-35,0r0,-246v72,-4,143,1,143,69xm134,-178v0,-34,-30,-40,-71,-38r0,78v42,1,71,-3,71,-40","w":217},"S":{"d":"82,-28v48,0,47,-53,6,-75v-33,-18,-73,-34,-73,-81v0,-63,83,-83,129,-48r0,40v-18,-17,-37,-25,-58,-25v-29,0,-52,27,-31,49v28,29,98,52,98,104v0,70,-91,85,-137,44r0,-44v19,24,41,36,66,36","w":164},"T":{"d":"6,-246r205,0r0,31r-85,0r0,215r-36,0r0,-215r-84,0r0,-31","w":217},"U":{"d":"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,76,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,57,22,78,70,78","w":254},"V":{"d":"182,-246r35,0r-103,247r-8,0r-106,-247r35,0r74,173","w":217},"W":{"d":"340,-246r35,0r-100,247r-7,0r-80,-200r-81,200r-8,0r-99,-247r35,0r68,170r68,-170r33,0r69,170","w":375},"X":{"d":"205,-246r42,0r-98,119r105,127r-42,0r-84,-102r-84,102r-43,0r106,-127r-99,-119r43,0r77,94","w":254},"Y":{"d":"175,-246r42,0r-90,116r0,130r-36,0r0,-130r-91,-116r43,0r65,85","w":217},"Z":{"d":"14,-246r212,0r-157,215r157,0r0,31r-222,0r158,-215r-148,0r0,-31","w":232},"[":{"d":"31,-246r84,0r0,29r-49,0r0,267r49,0r0,29r-84,0r0,-325","w":119},"\\":{"d":"75,3r-71,-252r26,0r70,252r-25,0","w":101},"]":{"d":"89,79r-84,0r0,-29r49,0r0,-267r-49,0r0,-29r84,0r0,325","w":119},"^":{"d":"84,-210r-42,105r-33,0r63,-141r25,0r62,141r-32,0","w":168},"_":{"d":"204,71r-209,0r0,-23r209,0r0,23","w":198},"`":{"d":"57,-249r25,52r-20,0r-40,-52r35,0","w":120},"a":{"d":"13,-143v34,-39,126,-28,111,46r0,69v3,15,13,7,24,-1r0,20v-16,14,-49,18,-56,-4v-28,25,-83,19,-82,-24v2,-41,50,-47,83,-60v4,-54,-57,-44,-80,-11r0,-35xm48,-59v-14,14,-5,41,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,14,-45,21","w":153},"b":{"d":"167,-82v0,77,-83,102,-146,73r0,-237r32,0r0,96v51,-38,114,2,114,68xm135,-81v0,-47,-48,-71,-82,-39r0,88v42,15,82,-4,82,-49"},"c":{"d":"46,-81v0,51,55,67,98,43r0,32v-63,26,-130,-6,-130,-74v0,-67,68,-105,126,-74r0,34v-39,-30,-94,-12,-94,39","w":157},"d":{"d":"16,-83v0,-60,55,-99,115,-75r0,-88r32,0r0,246r-69,0v-48,0,-78,-34,-78,-83xm48,-80v0,48,31,57,83,53r0,-103v-40,-20,-83,5,-83,50","w":183},"e":{"d":"90,-165v46,0,72,37,70,87r-113,0v1,57,74,63,111,31r0,31v-19,12,-34,18,-64,18v-52,0,-78,-34,-79,-84v-1,-46,30,-84,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-8,7,-12,17,-15,30r82,0","w":172},"f":{"d":"107,-214v-36,-11,-53,11,-49,52r29,0r0,29r-29,0r0,133r-32,0r0,-133r-23,0r0,-29r23,0v-3,-58,24,-98,81,-84r0,32","w":90},"g":{"d":"41,-11v-29,-13,-15,-39,9,-44v-24,-10,-36,-27,-36,-51v0,-61,73,-58,138,-56r0,25r-33,0v36,35,5,90,-46,90v-18,0,-23,13,-12,22v36,12,90,10,90,57v0,35,-35,50,-75,50v-41,0,-75,-16,-76,-50v0,-22,14,-36,41,-43xm107,-104v0,-17,-14,-30,-32,-30v-17,-1,-32,14,-32,30v0,16,14,30,32,29v16,0,32,-13,32,-29xm120,33v0,-31,-88,-37,-90,-1v0,17,15,25,45,25v23,0,45,-5,45,-24","w":153},"h":{"d":"94,-139v-19,0,-29,11,-40,23r0,116r-32,0r0,-246r32,0r0,106v35,-47,104,-25,104,48r0,92r-32,0v-6,-51,20,-139,-32,-139"},"i":{"d":"21,-211v0,-10,9,-19,18,-19v10,0,19,8,19,19v0,11,-9,19,-19,19v-9,0,-18,-9,-18,-19xm23,-162r32,0r0,162r-32,0r0,-162","w":78},"j":{"d":"19,-211v-1,-10,10,-19,18,-19v11,0,20,9,20,19v0,10,-8,19,-19,19v-10,0,-19,-8,-19,-19xm-2,59v15,-5,24,-17,24,-36r0,-185r32,0r0,185v0,28,-10,48,-32,59","w":78},"k":{"d":"128,-162r38,0r-69,80r83,82r-43,0r-81,-82xm23,-246r32,0r0,246r-32,0r0,-246","w":172},"l":{"d":"23,-246r32,0r0,246r-32,0r0,-246","w":78},"m":{"d":"224,0v-6,-50,21,-135,-32,-137v-13,0,-25,6,-37,20r0,117r-32,0v-7,-49,21,-137,-32,-138v-20,0,-26,8,-38,21r0,117r-32,0r0,-162r32,0r0,22v31,-35,72,-33,96,4v38,-50,107,-32,107,41r0,95r-32,0","w":277},"n":{"d":"126,0v-6,-50,21,-137,-33,-138v-15,0,-28,7,-38,23r0,115r-33,0r0,-162r33,0r0,21v37,-45,103,-23,103,49r0,92r-32,0"},"o":{"d":"13,-79v0,-48,40,-83,87,-83v48,0,86,37,86,84v0,46,-40,81,-87,81v-48,0,-86,-36,-86,-82xm153,-80v0,-31,-24,-53,-55,-53v-30,0,-52,23,-52,53v0,31,23,53,54,53v30,0,53,-23,53,-53","w":198},"p":{"d":"168,-80v0,59,-56,100,-115,76r0,86r-32,0r0,-244v80,-6,147,7,147,82xm135,-81v0,-44,-33,-55,-82,-51r0,100v40,20,82,-5,82,-49"},"q":{"d":"13,-79v0,-74,65,-90,146,-83r0,244r-32,0r0,-85v-61,22,-114,-17,-114,-76xm45,-80v-2,44,46,69,82,49r0,-101v-52,-4,-80,9,-82,52"},"r":{"d":"126,-118v-28,-35,-69,-7,-69,33r0,85r-32,0r0,-162r32,0r0,37v26,-39,50,-55,86,-22","w":142},"s":{"d":"124,-43v0,52,-74,56,-109,31r0,-34v19,14,64,35,76,5v-12,-37,-78,-36,-75,-82v3,-46,63,-52,100,-29r0,32v-19,-11,-34,-17,-46,-17v-32,2,-20,28,2,37v26,11,52,36,52,57","w":138},"t":{"d":"120,-8v-43,23,-92,10,-92,-53r0,-72r-28,0v16,-25,41,-40,60,-62r0,33r51,0r0,29r-51,0v5,37,-16,105,23,107v12,0,24,-4,37,-11r0,29","w":119},"u":{"d":"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-33,42,-104,27,-104,-48r0,-93r32,0"},"v":{"d":"122,-162r34,0r-71,165r-11,0r-73,-165r35,0r44,100","w":157},"w":{"d":"225,-162r34,0r-71,165r-10,0r-48,-113r-48,113r-10,0r-72,-165r34,0r43,98r41,-98r24,0r40,98","w":258},"x":{"d":"134,-162r41,0r-66,80r71,82r-41,0r-51,-58r-48,58r-40,0r68,-82r-68,-80r40,0r48,56"},"y":{"d":"122,-162r36,0r-115,244r-35,0r55,-117r-63,-127r36,0r44,92","w":157},"z":{"d":"8,-162r138,0r-86,132r86,0r0,30r-142,0r85,-132r-81,0r0,-30","w":150},"{":{"d":"46,-11v1,-44,-2,-65,-36,-68r0,-29v35,-3,36,-24,36,-68v-1,-63,6,-88,66,-86r0,27v-41,-6,-36,26,-36,63v0,43,-7,66,-37,79v38,12,38,53,37,105v0,31,7,37,36,36r0,27v-60,1,-67,-22,-66,-86","w":119},"|":{"d":"33,83r0,-329r28,0r0,329r-28,0","w":93},"}":{"d":"44,-172v-1,-35,6,-69,-36,-63r0,-27v60,-2,67,24,66,86v0,43,0,65,36,68r0,29v-34,3,-37,26,-37,68v0,64,-5,88,-65,86r0,-27v40,6,36,-25,36,-62v0,-45,6,-66,37,-79v-31,-13,-36,-36,-37,-79","w":119},"~":{"d":"195,-114v-50,59,-133,-44,-180,20r0,-36v27,-33,76,-19,111,-3v28,13,47,3,69,-19r0,38","w":209},"\u00a0":{"w":100}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * COPYRIGHT ESSELTE LETRASET LTD., 1990
 */
Cufon.registerFont({"w":86,"face":{"font-family":"Fling LET","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","cap-height":"29","bbox":"-47.0302 -267.137 413 84.1994","underline-thickness":"20.918","underline-position":"-47.9883","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{},"!":{"d":"49,-235v0,-12,22,-13,22,0r-3,167v0,6,-3,10,-8,10v-5,0,-8,-4,-8,-10xm48,-11v0,-8,4,-16,12,-15v8,0,12,6,12,15v0,8,-4,15,-12,15v-8,0,-12,-7,-12,-15","w":120},"\"":{"d":"44,-245v22,7,3,47,3,70v0,12,-12,6,-12,0v3,-23,-12,-64,9,-70xm72,-168v-13,-10,-9,-42,-9,-63v0,-9,4,-14,11,-14v21,7,2,49,3,70v0,4,-2,7,-5,7","w":117,"k":{".":65,",":65}},"#":{"d":"41,84v-37,1,-57,-36,-48,-68v3,0,5,2,5,6v-1,32,15,54,43,56v50,3,60,-91,12,-98v-23,2,-42,-8,-24,-29r44,-52v-21,-2,-49,4,-65,-3v19,-8,55,-1,80,-3v6,0,9,7,5,12r-54,65v36,2,68,16,68,52v0,36,-27,61,-66,62xm30,28v0,-14,21,-12,22,0v0,5,-5,11,-11,11v-6,0,-11,-5,-11,-11","w":109},"$":{"d":"165,-63v0,38,-32,62,-68,65v1,10,0,35,-9,20r0,-20v-34,1,-74,-14,-74,-44v0,-8,4,-15,12,-15v15,-1,13,26,2,27v9,16,35,24,60,23r0,-104v-31,-13,-60,-24,-60,-65v0,-33,29,-52,60,-55v-1,-10,0,-34,9,-19r0,19v28,1,53,15,57,39v1,7,-5,15,-11,15v-15,2,-14,-21,-5,-26v-7,-12,-24,-19,-41,-20r0,93v33,20,68,24,68,67xm97,-7v38,1,62,-49,36,-78v-8,-8,-19,-16,-36,-23r0,101xm88,-222v-36,0,-55,56,-23,76v6,4,13,8,23,13r0,-89","w":179},"%":{"d":"230,-50v0,34,-23,54,-54,54v-30,0,-54,-23,-54,-54v0,-31,22,-54,54,-54v34,0,54,21,54,54xm206,-50v0,-26,-7,-47,-30,-47v-23,0,-29,21,-29,47v0,26,6,46,29,46v23,0,30,-20,30,-46xm68,-131v36,4,42,-76,12,-82v-3,-1,-8,0,-8,-4v0,-3,3,-4,9,-4v29,3,49,31,76,31v8,-14,16,-41,34,-41v11,0,21,7,20,19v-2,22,-25,33,-50,33r-94,184v-5,1,-5,-5,-3,-7r88,-178v-12,-2,-24,-8,-35,-17v17,37,-12,74,-49,74v-28,1,-56,-26,-54,-54v2,-31,22,-53,54,-54v7,0,9,8,0,7v-23,1,-30,21,-30,47v0,26,8,44,30,46xm203,-212v-2,-16,-20,-15,-25,1r-12,22v20,1,36,-8,37,-23","w":244},"&":{"d":"88,-191v-37,1,-31,51,-9,65v4,5,6,7,6,7v16,-10,28,-18,29,-41v1,-16,-11,-32,-26,-31xm45,-51v-3,49,72,57,96,23r-65,-74v-17,14,-30,25,-31,51xm224,-168v19,-1,38,19,38,39v-1,54,-66,53,-104,31v13,12,13,45,2,59v21,18,46,64,81,64v13,0,22,-4,27,-14v-16,-1,-16,-29,0,-29v8,0,15,9,14,19v-1,20,-23,33,-43,33v-44,0,-65,-31,-91,-56v-31,42,-124,32,-124,-27v0,-34,23,-39,46,-59v-11,-15,-26,-24,-26,-47v0,-25,18,-43,44,-43v37,0,57,48,26,69r-23,17r62,66v13,-23,1,-64,-30,-51v-2,0,-3,-1,-3,-3v23,-27,61,7,97,2v36,4,49,-46,18,-60v0,16,-28,22,-28,4v0,-8,7,-16,17,-14","w":289},"'":{"d":"44,-245v22,7,3,47,3,70v0,12,-12,6,-12,0v3,-23,-12,-64,9,-70"},"(":{"d":"108,-238v-56,72,-57,244,0,316v0,2,-1,2,-3,2v-38,-46,-65,-89,-65,-160v0,-71,29,-119,65,-160v2,0,3,0,3,2","w":149},")":{"d":"41,78v59,-73,51,-244,1,-317v1,0,1,-1,2,-1v36,41,65,88,65,160v0,70,-25,114,-65,160v-2,0,-3,0,-3,-2","w":149},"*":{"d":"85,-245v15,3,4,27,4,41v0,4,-2,5,-4,5v-7,-8,-14,-42,0,-46xm85,-134v-15,-3,-4,-27,-4,-41v0,-4,2,-5,4,-5v7,8,14,42,0,46xm42,-205v-9,-2,-7,-16,2,-16v14,5,24,14,33,25v-9,9,-25,-7,-35,-9xm128,-174v9,2,8,17,-2,16v-14,-5,-24,-15,-34,-25v9,-9,25,7,36,9xm92,-196v10,-9,32,-36,42,-17v-5,12,-30,22,-42,17xm50,-160v-5,4,-15,1,-14,-6v5,-14,25,-14,38,-21v8,12,-18,19,-24,27","w":169},"+":{"d":"147,37v15,1,13,28,-1,29v23,22,67,5,65,-28v-2,-31,-17,-41,-35,-63v-42,52,-164,35,-162,-41v1,-41,21,-56,51,-81v-34,-24,-31,-98,23,-98v42,0,55,51,24,72r-24,20r90,97v5,-36,-7,-77,-45,-66v-1,0,-3,-2,-3,-3v25,-28,69,10,103,10v27,0,45,-34,24,-51v-10,-14,-36,-2,-44,-11v1,-7,12,-5,19,-5v28,0,34,-55,1,-56v5,9,1,21,-10,21v-6,1,-11,-7,-11,-13v0,-8,9,-15,18,-15v17,0,35,14,35,34v0,15,-13,28,-24,32v18,3,35,15,35,37v-1,43,-50,47,-83,27v-10,-6,-20,-8,-27,-10v23,12,34,49,22,78v20,21,44,40,44,71v0,35,-22,59,-57,60v-18,0,-43,-9,-43,-27v0,-11,6,-20,15,-20xm40,-72v0,68,97,85,127,36r-96,-104v-21,17,-31,40,-31,68xm88,-237v-36,3,-34,59,-7,77v19,-18,32,-23,33,-51v0,-14,-12,-27,-26,-26","w":278},",":{"d":"32,-11v-1,-18,22,-20,22,-3v-6,22,-14,41,-21,62v-2,7,-10,5,-11,-1"},"-":{"d":"17,-55v-1,-5,5,-7,8,-7r63,0v4,0,9,3,9,7v-1,5,-3,8,-9,8r-63,0v-4,0,-9,-3,-8,-8","w":113},".":{"d":"43,4v-16,0,-15,-30,0,-30v8,-1,12,7,12,15v0,8,-4,15,-12,15"},"\/":{"d":"28,56v-3,10,-12,6,-11,-3r97,-266v1,-6,11,-8,11,0","w":142},"0":{"d":"12,-64v0,-39,29,-67,68,-67v39,0,67,28,67,67v0,40,-29,68,-67,68v-38,0,-68,-28,-68,-68xm80,-2v58,0,58,-123,0,-123v-59,1,-59,122,0,123","w":158},"1":{"d":"62,-7v10,0,37,-2,24,7r-69,0v-3,0,-4,-2,-4,-4v3,-7,20,-1,28,-3r0,-108v-10,3,-22,4,-31,8v-2,1,-4,-2,-3,-4v16,-8,52,-19,69,-15v0,6,-10,4,-14,6r0,113","w":103,"k":{"Z":34,"S":65,"Q":30,"L":70,"K":27,"J":27,"I":27,"H":27,"D":40}},"2":{"d":"23,-107v0,-37,92,-31,88,10v-4,41,-46,47,-70,69v31,4,71,28,98,7v2,14,-31,31,-50,24v-26,-10,-69,-25,-85,0v9,-44,86,-43,86,-99v0,-23,-24,-33,-48,-25v8,8,4,28,-8,28v-8,-1,-11,-6,-11,-14","w":141},"3":{"d":"102,23v-3,-34,-30,-46,-65,-48v-8,0,-8,-10,-1,-11v32,-7,54,-16,55,-50v2,-32,-36,-47,-60,-31v6,10,3,26,-9,27v-8,0,-11,-4,-11,-13v10,-47,107,-31,104,18v-2,30,-24,43,-50,49v32,5,57,22,58,59v0,37,-30,62,-69,61v-25,-1,-49,-11,-49,-33v0,-8,3,-13,11,-14v12,-1,17,22,5,26v27,30,85,7,81,-40","w":130},"4":{"d":"168,-8v-1,16,-33,5,-50,8r0,72v0,8,-3,12,-10,12v-7,0,-11,-4,-11,-12r0,-72r-79,0v-7,0,-7,-6,-4,-10r88,-118v7,-7,16,-2,16,10r0,103v17,3,47,-7,50,7xm97,-15r0,-96r-69,96r69,0","w":168},"5":{"d":"47,-107v3,23,-19,64,11,64v40,0,73,24,73,64v0,38,-32,63,-70,63v-27,0,-49,-8,-51,-33v0,-7,5,-15,12,-14v12,0,16,23,4,26v28,30,91,8,86,-42v-4,-34,-31,-44,-67,-45v-10,0,-15,-5,-14,-15r8,-78v1,-7,6,-10,14,-10r69,0v7,-1,12,4,12,10v0,7,-4,10,-12,10r-75,0","w":148},"6":{"d":"130,-62v0,-48,-39,-57,-73,-49v33,-33,102,-3,97,49v-4,37,-32,66,-69,66v-53,0,-73,-45,-73,-104v0,-68,23,-131,89,-131v26,0,52,12,54,37v0,7,-4,14,-11,14v-13,1,-15,-24,-3,-27v-5,-9,-24,-17,-40,-16v-51,4,-65,58,-65,123v1,52,7,98,49,98v29,0,45,-28,45,-60","w":165},"7":{"d":"114,-127v13,-1,16,12,9,20r-105,187v-2,6,-9,5,-8,-1r97,-186r-92,0v-7,0,-11,-3,-11,-10v0,-6,4,-10,11,-10r99,0","w":134},"8":{"d":"12,-53v0,-32,26,-50,52,-64v-22,-15,-46,-26,-46,-63v0,-64,122,-69,122,0v0,28,-23,44,-43,55v22,16,49,27,50,66v2,75,-135,87,-135,6xm79,-2v44,4,58,-61,29,-85v-12,-9,-23,-17,-36,-25v-54,21,-54,106,7,110xm79,-225v-36,0,-48,50,-25,72v4,4,31,21,35,24v40,-15,46,-96,-10,-96","w":158},"9":{"d":"41,-70v-5,42,36,59,66,41v1,0,2,1,3,2v-28,33,-97,5,-92,-43v4,-35,27,-61,62,-61v49,0,72,43,72,95v0,64,-27,116,-87,120v-25,2,-52,-14,-53,-36v0,-7,4,-15,11,-15v13,-1,15,24,3,27v5,10,25,17,40,16v50,-5,62,-55,62,-112v0,-42,-9,-89,-48,-89v-27,0,-37,29,-39,55","w":166},":":{"d":"43,4v-16,0,-15,-30,0,-30v8,-1,12,7,12,15v0,8,-4,15,-12,15xm43,-80v-17,0,-14,-30,0,-31v16,0,16,31,0,31"},";":{"d":"32,-11v-1,-18,22,-20,22,-3v-6,22,-14,41,-21,62v-2,7,-10,5,-11,-1xm43,-80v-17,0,-14,-30,0,-31v16,0,16,31,0,31"},"<":{"d":"47,-11v3,51,-1,95,-49,95v-22,-1,-46,-12,-45,-35v0,-7,3,-15,10,-15v17,0,12,25,0,26v3,12,20,18,35,18v17,1,28,-22,27,-40r0,-143v0,-6,5,-10,11,-10v13,-1,11,14,11,27v18,-43,86,-18,78,32v5,44,-50,81,-78,45xm75,-103v-38,1,-42,99,-2,101v39,0,39,-105,2,-101","w":135},"=":{"d":"10,-53v4,-38,28,-60,67,-57v-41,-17,-26,-87,26,-87v50,0,65,36,59,90v9,1,39,-4,30,6r-30,0r0,82v4,24,37,10,52,6v-8,18,-72,25,-73,-6r0,-82v-8,0,-34,2,-22,-6r22,0v2,-41,2,-84,-38,-84v-43,0,-56,60,-22,78v15,8,36,31,12,40v-14,2,-17,-20,-8,-28v-32,-12,-53,16,-53,48v0,45,60,62,93,39v2,0,3,0,3,1v-29,30,-125,22,-118,-40","w":187},">":{"d":"87,-76v-14,0,-13,-22,-6,-29v-41,-1,-34,55,-34,98v0,6,-4,9,-11,9v-6,1,-10,-4,-11,-9r0,-98v0,-6,5,-10,11,-10v14,-1,11,17,11,30v4,-26,49,-38,51,-5v0,7,-4,14,-11,14","w":100},"?":{"d":"77,-11v0,-8,4,-15,12,-15v8,0,12,7,12,15v0,8,-4,15,-12,15v-8,0,-12,-7,-12,-15xm125,-90v0,15,-18,33,-36,32v-18,-1,-38,-11,-35,-30v7,-47,74,-43,74,-103v0,-41,-52,-57,-81,-34v9,8,8,29,-6,29v-8,0,-12,-4,-12,-14v0,-22,28,-33,54,-35v55,-3,89,58,52,98v-16,18,-63,28,-68,61v-3,22,33,28,42,11v-12,-5,-12,-30,4,-30v8,0,12,6,12,15","w":192},"@":{"d":"52,-149v0,37,33,36,40,64v0,7,-4,11,-10,11v-13,1,-13,-19,-6,-25v-13,-9,-46,-7,-42,13v5,30,62,17,64,53v2,43,-91,52,-91,11v0,-7,5,-14,12,-14v16,-1,16,21,6,28v28,23,82,-20,34,-36v-20,-7,-42,-10,-42,-35v1,-22,22,-35,46,-31v-38,-25,-16,-87,30,-87v51,0,66,35,60,90v9,1,41,-3,29,6r-29,0r0,82v3,25,39,7,52,6v-7,17,-73,25,-74,-6r0,-82v-8,0,-36,1,-21,-6r21,0v1,-41,3,-85,-38,-84v-23,1,-41,18,-41,42","w":178},"A":{"d":"21,-25v-5,48,66,66,71,12r6,-64v-39,0,-73,16,-77,52xm70,-117v-32,-1,-48,-23,-48,-57v-2,-85,143,-91,173,-26v22,49,11,120,21,181v4,25,41,4,54,6v-7,17,-77,27,-77,-6v0,-88,18,-213,-88,-216v-44,-1,-73,24,-75,61v-2,33,15,48,45,48v-8,-7,-5,-25,7,-25v8,-1,12,7,12,14v0,12,-12,20,-24,20xm12,-25v0,-46,40,-59,86,-60v5,-51,4,-125,58,-121v-18,12,-36,26,-39,55r-7,66r66,0v3,0,5,1,5,4v0,3,-2,4,-5,4r-67,0v-7,45,4,106,-49,106v-31,0,-48,-21,-48,-54","w":242},"B":{"d":"21,-20v6,27,71,18,82,-2v-20,-17,-71,-28,-82,2xm278,-62v0,76,-113,80,-165,45v-15,26,-98,33,-101,-3v5,-38,75,-33,101,-16v37,-40,-1,-143,55,-171v6,1,5,4,2,9v-28,41,-2,130,-44,167v20,10,35,27,64,27v37,0,62,-22,62,-58v0,-33,-34,-48,-70,-49v-4,0,-6,-1,-6,-4v0,-3,1,-5,5,-5v30,0,47,-22,44,-53v-8,-86,-201,-76,-204,9v-1,29,19,44,46,43v-8,-8,-3,-27,8,-26v23,9,9,34,-12,34v-29,0,-52,-20,-51,-51v4,-103,222,-99,237,-9v-1,30,-20,50,-46,56v35,6,75,17,75,55","w":293},"C":{"d":"40,-120v-3,100,121,138,204,95v1,0,2,1,2,2v-15,19,-53,28,-88,28v-85,0,-144,-44,-144,-125v0,-71,41,-125,113,-125v42,0,67,26,70,67v7,68,-106,81,-107,13v-1,-7,7,-14,13,-14v18,0,13,28,0,29v15,42,92,22,86,-28v-4,-35,-26,-59,-62,-59v-58,0,-86,53,-87,117","w":219},"D":{"d":"103,-22v-18,-16,-73,-29,-82,2v0,11,12,16,35,16v25,1,34,-5,47,-18xm211,-146v-1,34,-26,57,-61,58v-6,27,-13,38,-24,57v19,11,36,26,64,27v99,2,102,-149,36,-191v-15,-10,-30,-20,-48,-25r-26,123v30,1,53,-24,50,-52v-8,8,-25,3,-25,-8v-1,-8,7,-12,14,-12v12,0,20,10,20,23xm12,-20v0,-38,72,-33,101,-16v11,-16,12,-27,18,-53v-39,-5,-77,-22,-77,-65v0,-54,48,-82,107,-77v3,-15,20,-42,33,-35v-6,13,-11,19,-14,39v63,18,114,55,117,134v4,94,-118,120,-184,76v-15,16,-29,22,-59,22v-21,0,-42,-6,-42,-25xm159,-223v-78,-18,-137,84,-60,118v11,4,23,7,34,8","w":311},"E":{"d":"14,-70v0,-31,26,-51,48,-63v-12,-10,-27,-27,-27,-50v0,-68,130,-88,130,-17v0,19,-13,33,-31,34v-20,0,-36,-13,-36,-34v0,-18,24,-23,24,-4v0,9,-5,17,-14,17v8,22,52,20,49,-12v-2,-25,-20,-38,-48,-38v-47,0,-64,65,-34,96v17,-11,63,-18,67,9v-8,30,-52,22,-74,4v-14,11,-28,33,-28,58v0,77,131,90,136,16v3,-40,-58,-53,-75,-19v13,2,16,28,0,29v-8,1,-13,-8,-13,-15v2,-24,23,-41,50,-41v28,1,47,18,47,46v0,38,-32,58,-70,59v-56,1,-101,-24,-101,-75xm135,-132v-4,-20,-43,-11,-55,-4v12,18,47,26,55,4","w":196},"F":{"d":"135,-107v16,2,42,-5,51,4v-7,12,-35,2,-50,5v10,62,2,128,-64,127v-38,0,-60,-23,-60,-61v0,-32,21,-54,52,-57v23,-2,33,29,12,34v-12,1,-15,-19,-8,-26v-29,0,-47,19,-47,49v-1,33,20,53,51,53v51,0,48,-70,41,-119v-53,-1,-100,-14,-101,-68v-1,-49,35,-81,84,-72r92,18v21,1,23,-10,39,-19v-3,20,-38,44,-56,36r-94,-17v-60,-9,-75,83,-27,103v18,9,36,9,62,10v-4,-36,-3,-78,24,-88v6,9,-10,32,-3,55","w":186,"k":{"y":7,"u":27,"j":9,"i":27,">":27}},"G":{"d":"80,21v17,-1,15,27,2,29v5,15,27,26,45,26v49,0,48,-59,46,-112v-7,14,-30,27,-51,26v-69,-3,-108,-44,-108,-115v0,-69,43,-120,114,-120v43,0,69,26,73,67v6,66,-104,79,-107,14v-1,-16,25,-21,25,-3v0,7,-4,17,-12,17v17,39,89,21,85,-28v-3,-37,-28,-58,-64,-59v-111,-1,-120,216,-6,218v33,1,47,-27,58,-48v4,-8,16,-5,16,6r0,83v4,69,-121,86,-128,15v-1,-8,5,-16,12,-16","w":215},"H":{"d":"98,-237v-56,-4,-57,97,-20,117v9,5,21,8,37,9r0,-100v1,-14,-5,-25,-17,-26xm76,-55v-13,2,-15,-19,-8,-26v-27,-3,-48,20,-47,49v0,32,19,55,51,53v50,-3,43,-69,43,-123v-49,-3,-70,-26,-70,-78v0,-37,18,-64,55,-65v59,-1,34,81,39,134r94,0v2,0,5,3,5,5v0,2,-3,4,-5,4r-94,0v3,68,-3,130,-67,131v-38,1,-60,-23,-60,-61v0,-32,22,-55,52,-58v22,-2,34,31,12,35xm278,-252v5,13,-3,32,-3,62r0,171v5,26,41,4,53,6v-9,20,-76,24,-76,-6v0,-80,-20,-193,26,-233","w":302},"I":{"d":"98,-245v25,0,42,12,42,34v0,95,32,240,-68,240v-37,0,-60,-23,-60,-61v1,-32,23,-53,52,-57v23,-3,33,31,12,34v-13,2,-15,-19,-8,-26v-25,0,-48,22,-47,49v1,32,18,52,51,53v35,1,45,-38,45,-74r0,-158v0,-13,-8,-26,-22,-25v-26,2,-39,27,-40,55v-2,45,26,58,55,73v0,3,-4,5,-9,4v-34,-12,-55,-33,-55,-77v0,-35,18,-64,52,-64","w":163},"J":{"d":"95,-237v-44,3,-49,83,-24,112v10,12,25,18,46,18r0,-104v0,-13,-9,-26,-22,-26xm95,-245v25,0,45,10,45,34r0,104v10,0,40,-2,25,9r-25,0v-1,82,16,183,-68,182v-37,-1,-61,-22,-60,-61v0,-32,22,-53,52,-56v22,-2,34,30,12,33v-12,2,-15,-19,-8,-26v-25,0,-47,22,-47,49v0,33,20,53,51,53v64,0,41,-107,45,-174v-48,0,-72,-30,-72,-78v0,-36,14,-69,50,-69","w":164},"K":{"d":"98,-245v25,0,42,12,42,34v0,90,26,215,-68,216v-37,0,-60,-21,-60,-58v1,-31,22,-49,52,-52v24,-3,33,30,12,33v-13,2,-15,-19,-8,-26v-24,0,-47,17,-47,45v0,31,20,50,51,49v35,0,45,-38,45,-73r0,-134v-1,-14,-7,-25,-22,-25v-45,0,-55,82,-19,101v5,8,41,8,29,21v-39,-7,-62,-26,-61,-71v1,-33,21,-60,54,-60xm283,-211v-14,2,-15,-18,-8,-25v-25,-1,-31,9,-42,28v-18,30,-26,74,-59,90v71,19,58,119,135,132v22,4,30,-12,44,-9v-29,34,-103,22,-119,-18v-25,-34,-34,-91,-84,-99v-3,0,-5,-1,-5,-4v0,-3,2,-5,5,-5v73,-5,43,-120,120,-124v21,-1,36,29,13,34","w":297},"L":{"d":"202,-184v0,-49,-62,-73,-83,-32v-27,53,-2,161,-58,191v-10,-8,11,-15,10,-30v18,-70,-10,-190,79,-190v39,0,61,24,61,61v0,31,-24,53,-53,57v-22,3,-32,-29,-12,-33v13,-2,15,17,9,25v26,-2,47,-20,47,-49xm14,19v-2,-17,28,-45,53,-37v64,5,144,33,194,0v2,0,2,1,2,3v-23,18,-50,41,-90,34r-116,-19v-27,-2,-28,8,-43,19","w":234},"M":{"d":"70,-73v-31,-2,-49,15,-49,47v0,42,51,64,76,36v38,-42,-5,-155,36,-203v8,-9,14,-6,6,6v-29,45,0,140,-26,192v-21,41,-105,27,-101,-31v2,-36,21,-53,55,-56v21,-2,35,30,12,34v-12,2,-15,-17,-9,-25xm18,-175v-1,-74,114,-90,154,-41v34,41,34,113,51,171v1,6,11,7,12,0r46,-169v4,-28,47,-29,48,3r9,192v5,25,41,4,53,6v-7,18,-76,25,-76,-6r-8,-187v1,-13,-14,-15,-16,-4r-46,166v-2,24,-42,25,-45,-1v-22,-63,-16,-156,-70,-184v-44,-23,-104,5,-103,54v0,32,14,49,42,49v-6,-8,-3,-25,9,-25v8,0,11,7,12,14v0,13,-12,19,-24,19v-33,-1,-48,-23,-48,-57","w":364},"N":{"d":"336,-233v-1,10,-14,17,-23,10v-12,58,-1,141,-5,208v-2,30,-38,21,-51,0v-40,-67,-78,-144,-127,-201v-34,-40,-109,-14,-109,39v0,35,13,51,42,51v-7,-8,-4,-25,9,-25v23,9,8,35,-13,33v-30,-2,-46,-25,-47,-59v-2,-72,106,-87,145,-41v50,59,83,136,126,202v2,7,13,9,14,1r0,-183v1,-21,7,-44,25,-47v7,0,15,5,14,12xm83,21v26,1,43,-19,43,-45r0,-156v0,-7,2,-11,6,-11v4,0,5,4,5,11r0,156v-1,32,-22,52,-54,53v-31,0,-55,-22,-54,-55v0,-34,22,-52,54,-55v22,-2,34,30,13,33v-13,2,-17,-18,-8,-25v-30,-2,-50,17,-50,47v0,29,17,46,45,47","w":343},"O":{"d":"231,-120v0,71,-37,125,-108,125v-71,0,-109,-54,-109,-125v0,-66,35,-115,93,-120v5,0,8,1,8,4v0,3,-3,5,-9,5v-47,8,-68,57,-68,111v0,60,30,117,85,117v96,0,121,-206,17,-214v-72,-6,-84,146,-15,153v11,1,-6,-27,14,-26v8,0,12,5,12,13v0,13,-12,21,-26,21v-42,-2,-53,-38,-53,-84v0,-47,24,-85,68,-85v59,0,91,44,91,105","w":245},"P":{"d":"152,-211v5,10,-6,32,-4,55v6,82,18,184,-69,185v-40,1,-67,-22,-67,-61v0,-32,21,-54,51,-57v23,-2,33,30,12,34v-16,3,-10,-23,-10,-26v-26,1,-44,20,-44,49v0,33,24,56,58,53v98,-8,6,-187,73,-232xm130,-240v66,0,117,18,119,82v1,49,-34,72,-81,74v-6,0,-9,-10,0,-10v36,-1,57,-26,57,-64v0,-52,-42,-74,-95,-74v-55,0,-105,18,-109,68v-2,29,19,44,46,43v-7,-7,-5,-27,8,-26v23,9,9,35,-12,34v-30,-2,-53,-19,-51,-51v3,-57,55,-76,118,-76","w":237},"Q":{"d":"152,-240v110,-5,135,148,77,216v41,24,88,77,143,49v2,0,2,1,2,3v-16,20,-70,25,-97,7v-18,-12,-44,-30,-63,-44v-45,54,-200,57,-207,-32v-2,-24,20,-45,38,-51v-9,-82,30,-144,107,-148xm69,-88v0,56,66,94,104,48v-30,-18,-57,-53,-104,-48xm152,-179v54,2,62,85,38,127r25,17v39,-64,25,-197,-63,-197v-64,0,-88,64,-84,133v49,-4,85,21,115,42v21,-36,13,-120,-37,-113v7,7,5,26,-8,25v-7,0,-12,-7,-12,-14v1,-13,11,-20,26,-20xm15,-41v0,79,154,78,188,24r-24,-18v-12,12,-27,24,-49,25v-49,-1,-72,-32,-83,-72v-21,9,-32,23,-32,41","w":274},"R":{"d":"152,-211v5,10,-6,32,-4,55v6,82,18,185,-69,185v-39,0,-67,-21,-67,-61v0,-31,21,-54,51,-57v23,-2,33,30,12,34v-16,3,-10,-22,-10,-26v-26,1,-44,20,-44,49v0,33,24,56,58,53v98,-8,6,-187,73,-232xm249,-166v0,37,-31,57,-61,64v65,22,90,151,178,105v1,0,3,0,3,2v-30,32,-98,21,-121,-15v-18,-29,-51,-86,-86,-87v-3,0,-5,-2,-5,-5v0,-3,2,-5,5,-5v36,-1,63,-21,63,-59v-1,-93,-201,-86,-204,2v-1,29,19,44,46,43v-7,-9,-5,-26,8,-26v23,9,9,36,-12,34v-30,-2,-51,-19,-51,-51v0,-56,57,-76,118,-76v61,0,119,15,119,74","w":312},"S":{"d":"142,-234v-37,0,-34,61,0,74r15,8v12,-27,29,-82,-15,-82xm186,-135v76,32,31,140,-49,140v-15,0,-30,-4,-43,-12v-16,27,-27,41,-56,45v-26,3,-46,-39,-15,-45v16,2,10,26,-2,28v26,26,58,-12,66,-33v-50,-31,-9,-117,51,-96r12,-26v-26,-14,-52,-31,-52,-68v0,-24,19,-43,44,-43v53,0,46,64,24,98xm135,-100v-48,-19,-87,51,-43,80xm145,-67v0,-8,5,-15,13,-16v-4,-7,-8,-12,-14,-15v-13,27,-28,55,-45,83v56,35,129,-19,98,-82v-6,-12,-25,-23,-39,-32r-11,24v18,5,38,46,10,51v-8,1,-12,-5,-12,-13","w":239},"T":{"d":"12,-171v0,-47,33,-77,80,-68r96,19v22,4,26,-19,42,-17v-14,21,-36,38,-58,34v-53,-10,-151,-43,-151,32v0,30,18,50,47,50v-7,-7,-5,-27,8,-26v7,0,12,7,12,15v0,13,-12,19,-24,19v-29,0,-51,-26,-52,-58xm154,-187v6,9,-7,32,-4,56v9,76,8,159,-70,160v-41,1,-68,-23,-68,-61v0,-32,23,-53,52,-57v23,-3,33,30,12,34v-16,3,-10,-23,-10,-26v-27,1,-45,20,-45,49v0,33,26,53,59,53v92,0,11,-171,74,-208","w":186},"U":{"d":"297,-182v0,-22,-2,-51,-18,-54v-9,0,-14,10,-14,29r0,142v18,-28,32,-72,32,-117xm113,-195v0,-26,-18,-39,-41,-41v-60,-6,-71,109,-12,110r3,0v-7,-8,-4,-25,9,-25v23,9,8,33,-13,33v-30,0,-48,-27,-47,-59v2,-39,24,-68,63,-68v34,0,61,16,61,50r0,147v0,23,20,36,42,36v33,0,48,-14,65,-34r0,-160v-1,-22,11,-39,33,-39v25,1,30,34,30,63v0,48,-18,103,-41,132v0,21,-5,46,20,43v13,4,32,-13,39,-7v-13,18,-95,33,-81,-19v-36,52,-130,53,-130,-15r0,-147","w":298},"V":{"d":"258,-236v-29,12,-38,77,-11,102v9,-25,30,-59,30,-85v0,-11,-8,-17,-19,-17xm259,-245v31,-3,30,34,20,58r-24,61v13,13,27,19,43,19v3,0,5,1,5,4v0,3,-2,5,-5,5v-17,0,-33,-6,-47,-17v-15,37,-27,80,-45,113v-19,19,-43,-4,-44,-27r-49,-166v-7,-22,-17,-39,-41,-41v-60,-6,-71,109,-12,110r3,0v-7,-8,-4,-25,9,-25v23,9,8,33,-13,33v-30,0,-48,-27,-47,-59v2,-39,24,-68,63,-68v32,0,52,17,61,50r52,180v4,12,13,4,16,-5r39,-102v-30,-28,-32,-118,16,-123","w":298},"W":{"d":"370,-236v-35,9,-39,80,-10,104v8,-26,24,-60,25,-89v1,-9,-7,-15,-15,-15xm12,-177v2,-39,24,-68,63,-68v34,0,54,17,61,50r38,183v5,7,11,0,13,-8r39,-196v-1,-27,28,-38,43,-20v24,63,22,154,40,224v5,6,14,2,14,-7r33,-102v-33,-25,-36,-117,15,-124v30,3,27,27,17,58r-20,63v12,11,25,17,40,17v3,0,5,1,5,4v-11,13,-35,-2,-48,-11v-13,36,-21,79,-38,111v-18,19,-48,2,-43,-26r-32,-199v-4,-7,-11,-4,-13,7r-39,197v-1,24,-26,39,-42,20v-27,-61,-29,-150,-53,-214v-27,-39,-84,-7,-84,41v0,32,14,51,42,51v-7,-8,-4,-25,9,-25v23,9,8,33,-13,33v-30,0,-48,-27,-47,-59","w":408},"X":{"d":"287,2v-63,0,-102,-36,-117,-84v-12,46,-36,87,-88,87v-35,0,-61,-22,-63,-57v-1,-30,25,-58,52,-57v22,-4,34,29,12,33v-13,2,-14,-19,-8,-26v-26,-1,-48,25,-47,51v1,29,23,48,54,48v58,0,78,-66,80,-129v1,-60,-29,-100,-82,-104v-58,-5,-73,96,-8,97v-6,-7,-5,-25,8,-25v8,0,12,7,12,14v0,11,-10,20,-24,19v-27,0,-50,-25,-49,-55v2,-35,29,-59,67,-59v48,0,84,28,96,67v9,-36,32,-67,74,-67v35,0,60,22,60,56v0,32,-21,55,-52,58v-23,2,-34,-33,-11,-33v13,0,14,18,7,26v29,-1,47,-23,47,-51v0,-30,-23,-48,-54,-48v-45,0,-66,52,-66,102v0,76,40,124,113,129v16,1,28,-12,39,-7v-8,14,-25,15,-52,15","w":312},"Y":{"d":"232,-245v47,2,41,81,22,115v-9,16,-21,29,-36,40v-3,83,1,174,-86,174v-46,-1,-78,-24,-78,-69v0,-31,22,-53,52,-56v22,-2,34,30,12,33v-14,2,-15,-19,-8,-25v-28,1,-45,20,-47,48v-4,51,67,80,103,47v30,-27,26,-84,28,-138v-32,27,-98,16,-102,-31r-10,-104v-2,-16,-9,-25,-22,-25v-26,0,-39,26,-39,55v0,44,24,58,53,73v0,2,-1,4,-3,4v-37,-11,-59,-31,-59,-77v0,-47,43,-81,82,-55v28,35,2,117,32,154v16,20,54,6,69,-5r5,-120v0,-21,11,-39,32,-38xm238,-237v-14,1,-15,13,-15,30r-5,106v22,-18,39,-42,39,-80v0,-22,-3,-53,-19,-56","w":259,"k":{"~":13,"o":13,"e":13,"a":13}},"Z":{"d":"116,-240v56,0,120,40,153,0v6,0,4,7,1,10r-79,98v16,2,44,-6,49,6v0,6,-2,9,-8,9r-53,0r-55,72v40,16,68,47,116,52v31,3,48,-20,49,-49v2,-40,-53,-60,-80,-34v-8,8,-11,18,-11,31v8,-6,26,-4,25,8v0,6,-9,14,-15,13v-11,-1,-20,-10,-19,-23v0,-30,21,-49,51,-49v32,0,56,22,57,54v3,56,-62,78,-109,54r-77,-40v-17,22,-37,33,-59,33v-21,0,-42,-11,-40,-33v4,-45,72,-45,103,-21r51,-68v-17,-3,-48,7,-52,-8v8,-15,44,-4,64,-7r56,-70v-54,0,-106,-30,-153,-10v-9,3,-10,30,-21,21v8,-16,23,-49,56,-49xm20,-26v8,39,73,20,83,-6v-21,-15,-78,-33,-83,6","w":316},"[":{"d":"117,-237v-8,9,-32,2,-47,4r0,306v15,2,40,-5,47,4v-13,8,-41,1,-60,3v-6,0,-9,-3,-9,-10r0,-300v4,-21,44,-6,65,-10v3,0,4,1,4,3","w":149},"\\":{"d":"125,53v2,10,-9,12,-11,3r-97,-269v-1,-4,2,-5,5,-5v3,0,5,2,6,5","w":142},"]":{"d":"32,77v6,-9,32,-2,47,-4r0,-306v-15,-2,-39,5,-47,-4v14,-7,41,-1,60,-3v6,0,9,4,9,10r0,300v0,7,-3,10,-9,10v-19,-2,-47,4,-60,-3","w":149},"^":{"d":"122,-10v59,-33,179,50,188,-37v2,-17,-12,-26,-24,-30v7,8,1,23,-10,22v-8,0,-12,-6,-13,-13v-1,-9,9,-16,18,-15v18,1,35,16,35,36v0,37,-25,58,-60,58v-52,0,-106,-36,-153,-8v-15,-28,19,-101,-26,-105v-34,-2,-31,57,-30,95v0,6,-4,9,-11,9v-6,1,-10,-4,-11,-9r0,-98v0,-6,5,-10,11,-10v13,-1,11,15,11,28v12,-35,75,-30,75,6r0,71","w":328,"k":{".":38,",":38}},"_":{"d":"0,69r0,-21r180,0r0,21r-180,0","w":180},"`":{"d":"32,-150v-12,-2,-10,-19,1,-19v23,10,43,23,60,38v0,4,-3,5,-8,3","w":117},"a":{"d":"10,-53v-3,-44,53,-79,78,-42v-6,-19,21,-28,21,-10r0,86v4,24,39,8,52,6v-6,17,-74,25,-73,-6v-5,14,-20,23,-38,23v-28,-1,-38,-28,-40,-57xm59,-5v39,1,43,-97,3,-99v-36,2,-45,97,-3,99","w":134},"b":{"d":"75,-2v39,0,39,-91,5,-99v-7,1,-29,-1,-15,-6v24,2,56,-4,74,3v-4,7,-20,1,-29,3v33,27,16,105,-35,105v-42,0,-50,-33,-50,-73r0,-142v0,-20,14,-34,35,-34v22,0,35,16,35,38v0,34,-23,57,-48,70v4,46,-15,135,28,135xm86,-207v0,-18,-7,-31,-23,-31v-28,0,-12,64,-16,94v20,-13,39,-30,39,-63","w":141},"c":{"d":"32,-53v-1,51,66,55,103,40v-31,30,-131,24,-125,-40v3,-34,24,-54,56,-58v27,-3,46,30,21,38v-15,1,-16,-20,-8,-29v-32,-11,-46,20,-47,49","w":107},"d":{"d":"65,-103v-39,4,-48,96,-3,101v36,-8,26,-53,30,-101v-11,0,-20,-8,-27,0xm10,-53v1,-32,24,-57,56,-58v-45,-15,-63,-128,1,-134v51,9,43,72,47,138v8,0,32,-3,22,6r-22,0v-1,53,-2,103,-52,105v-34,1,-52,-25,-52,-57xm61,-232v-55,17,-18,129,31,124v0,-50,-3,-83,-9,-99v-6,-16,-13,-25,-22,-25","w":132},"e":{"d":"77,-84v2,-20,-20,-25,-31,-14v-9,8,-14,26,-14,44v24,-3,43,-7,45,-30xm95,-85v-1,30,-32,33,-63,36v0,44,59,55,94,34v2,11,-30,19,-53,19v-38,0,-64,-19,-63,-57v1,-33,20,-56,51,-58v19,-1,35,9,34,26","w":100},"f":{"d":"12,84v-66,0,-24,-90,13,-103r0,-82v-11,-2,-31,4,-37,-3v6,-7,26,-1,37,-3v5,-52,-19,-138,34,-138v19,0,42,7,43,26v0,7,-5,15,-12,14v-13,0,-15,-21,-6,-28v-17,-14,-37,-2,-37,22r0,104v14,2,34,-4,43,3v-8,7,-30,1,-43,3r0,150v-1,20,-13,35,-35,35xm9,77v29,-3,11,-59,16,-89v-18,12,-38,31,-38,58v0,17,6,33,22,31","w":72,"k":{"*":-19}},"g":{"d":"95,-10v-14,18,-42,22,-42,56v0,17,10,34,26,32v29,-4,12,-58,16,-88xm108,-36v9,1,9,8,9,18v0,45,10,102,-36,102v-43,0,-46,-62,-18,-80v-33,0,-54,-23,-53,-57v0,-38,27,-56,63,-58v20,-1,39,6,39,23v0,8,-4,16,-12,15v-13,0,-15,-21,-8,-28v-35,-13,-61,14,-60,48v0,34,13,51,39,51v22,1,20,-30,37,-34","w":128},"h":{"d":"36,2v-6,1,-10,-4,-11,-9r0,-204v0,-20,14,-34,35,-34v22,0,36,16,35,38v0,34,-23,57,-48,70r0,49v10,-32,71,-30,75,7v3,28,-13,77,19,76v9,2,21,-9,32,-8v-6,17,-73,25,-73,-6v0,-32,12,-82,-23,-83v-34,-1,-31,57,-30,95v0,6,-4,9,-11,9xm86,-207v0,-18,-6,-31,-23,-31v-28,0,-12,64,-16,94v20,-13,39,-30,39,-63","w":146},"i":{"d":"36,-111v6,0,11,4,11,10r0,82v3,25,39,7,52,6v-7,18,-74,25,-74,-6r0,-82v0,-6,5,-10,11,-10xm24,-165v0,-8,5,-15,12,-15v7,0,12,7,12,15v0,8,-4,15,-12,15v-7,0,-13,-7,-12,-15","w":72},"j":{"d":"12,84v-66,0,-24,-90,13,-103r0,-82v0,-6,5,-10,11,-10v6,0,11,4,11,10r0,150v-1,21,-13,35,-35,35xm24,-165v0,-8,5,-15,12,-15v7,0,12,7,12,15v0,8,-4,15,-12,15v-7,0,-13,-7,-12,-15xm-13,46v-1,17,6,32,22,31v26,-2,13,-60,16,-89v-18,12,-37,32,-38,58","w":72},"k":{"d":"127,-73v-14,0,-14,-22,-7,-30v-32,2,-30,17,-53,38v25,29,51,76,102,52v-8,16,-62,25,-79,6r-43,-47v23,-19,32,-52,69,-57v23,-4,32,34,11,38xm36,2v-6,1,-10,-4,-11,-9r0,-204v0,-20,14,-34,35,-34v23,0,35,16,35,38v0,34,-23,57,-48,70r0,130v0,6,-4,9,-11,9xm86,-207v0,-18,-6,-31,-23,-31v-28,0,-12,64,-16,94v20,-13,39,-30,39,-63","w":149},"l":{"d":"95,-207v0,34,-23,57,-48,70r0,118v3,25,39,7,52,6v-7,18,-74,25,-74,-6r0,-192v0,-20,14,-34,35,-34v22,0,35,16,35,38xm86,-207v0,-18,-6,-31,-23,-31v-28,0,-12,64,-16,94v20,-13,39,-30,39,-63","w":72,"k":{"*":-12}},"m":{"d":"113,-85v7,-32,65,-35,68,4v2,29,-13,76,20,76v14,0,23,-11,33,-8v-8,17,-72,25,-74,-6v-2,-32,11,-81,-20,-84v-34,4,-25,58,-26,96v0,6,-4,9,-11,9v-6,1,-10,-4,-11,-9v-5,-34,15,-93,-20,-96v-33,5,-24,58,-25,96v0,6,-4,9,-11,9v-6,1,-10,-4,-11,-9r0,-98v0,-6,4,-10,11,-10v13,-1,11,15,11,28v7,-30,62,-32,66,2","w":206},"n":{"d":"47,-87v12,-35,71,-30,75,6v3,28,-13,77,19,76v9,2,21,-9,32,-8v-6,17,-73,25,-73,-6v0,-32,12,-82,-23,-83v-34,-1,-31,57,-30,95v0,6,-4,9,-11,9v-6,1,-10,-4,-11,-9r0,-98v0,-6,5,-10,11,-10v13,-1,11,15,11,28","w":146},"o":{"d":"62,-2v40,0,37,-89,7,-99v-3,0,-5,-1,-5,-3v7,-5,35,-5,44,0v-2,7,-17,1,-24,3v46,16,35,108,-22,105v-33,-1,-51,-24,-52,-57v-2,-33,24,-62,51,-58v0,2,-1,4,-4,4v-33,9,-38,105,5,105","w":123},"p":{"d":"75,-103v-38,1,-42,99,-2,101v39,0,39,-105,2,-101xm-13,46v-1,17,6,32,22,31v26,-2,13,-60,16,-89v-18,12,-37,32,-38,58xm125,-56v6,44,-53,82,-78,44v-1,43,10,100,-35,96v-65,-6,-24,-90,13,-103r0,-86v0,-6,5,-10,11,-10v13,-1,11,14,11,27v18,-43,86,-18,78,32","w":135},"q":{"d":"10,-53v-3,-44,52,-78,78,-43v-6,-19,21,-26,21,-9r0,81v25,14,49,35,49,70v0,21,-13,38,-35,38v-46,1,-34,-59,-35,-103v-5,14,-20,23,-38,23v-28,-1,-38,-28,-40,-57xm126,77v15,1,22,-15,22,-31v0,-26,-13,-47,-39,-63v3,31,-11,92,17,94xm59,-5v39,1,43,-97,3,-99v-36,2,-45,97,-3,99","w":134},"r":{"d":"29,-129v-8,44,55,3,34,55v-7,17,-15,32,-16,53v5,25,48,12,63,8v-15,26,-110,19,-79,-28v3,-18,29,-50,7,-61v-14,-6,-35,8,-52,-2v-1,-3,4,-3,8,-3v23,5,7,-29,26,-29v7,0,8,1,9,7","w":82},"s":{"d":"26,-8v18,13,54,2,50,-25v3,-25,-35,-39,-38,-58v-6,9,-9,22,-16,29v-5,-12,12,-28,15,-41v-3,-26,19,-34,22,-13v2,12,-11,9,-13,17v1,34,55,30,53,65v-1,24,-25,38,-50,38v-21,0,-41,-6,-41,-26v0,-7,5,-15,12,-14v15,-3,15,23,6,28","w":107},"t":{"d":"47,-107v10,1,41,-3,29,6r-29,0r0,82v3,25,39,7,52,6v-7,18,-74,25,-74,-6r0,-82v-8,0,-36,1,-21,-6r21,0v3,-18,-8,-51,11,-51v20,0,8,33,11,51","w":72},"u":{"d":"171,-13v-8,17,-74,26,-73,-7v-10,33,-73,32,-73,-6r0,-75v0,-6,5,-10,11,-10v6,0,11,4,11,10v0,34,-15,93,20,96v37,3,32,-57,31,-96v0,-5,5,-10,10,-10v6,0,11,4,11,10r0,82v5,24,36,9,52,6","w":144},"v":{"d":"100,-59v4,45,-32,79,-68,55v-16,-19,-9,-62,-14,-92v4,-9,-26,-1,-13,-11v14,1,34,-4,33,11v7,31,-12,91,24,91v32,0,35,-56,27,-85v-8,5,-21,-1,-21,-10v0,-7,4,-15,12,-14v20,3,18,26,20,55","w":113},"w":{"d":"112,-5v31,0,32,-56,24,-84v-9,3,-22,-1,-21,-11v0,-7,4,-15,12,-14v13,0,21,18,21,55v0,33,-12,63,-40,63v-19,0,-30,-8,-32,-22v-3,14,-15,22,-29,22v-38,0,-23,-65,-29,-100v4,-9,-26,-1,-13,-11v14,1,32,-4,33,11r3,71v0,14,5,20,14,20v28,-3,17,-47,19,-76v0,-6,5,-10,11,-9v29,5,-12,85,27,85","w":160},"x":{"d":"160,-13v-9,17,-64,26,-78,5r-22,-32v-24,23,-63,43,-66,84v11,-3,21,1,20,12v0,7,-6,12,-12,11v-25,-5,-16,-41,-3,-58v15,-19,38,-39,58,-55r-38,-54v-6,1,-22,-3,-11,-7v15,1,31,-4,36,9r28,42v11,-10,26,-17,31,-32v-18,-1,-20,-28,-3,-29v37,16,-7,58,-24,66v15,31,42,59,84,38","w":134},"y":{"d":"80,-5v-27,6,-49,83,-5,83v11,0,16,-8,16,-24r2,-75v-2,8,-6,13,-13,16xm75,84v-42,2,-42,-62,-17,-80v-49,2,-33,-60,-41,-100v3,-9,-26,-1,-13,-11v14,1,34,-4,34,11v0,29,1,65,12,86v17,15,41,-6,42,-27r3,-63v0,-6,5,-11,11,-11v5,0,11,5,11,11r-5,151v0,19,-17,33,-37,33","w":138},"z":{"d":"46,36v-12,0,-16,-11,-11,-21v-13,0,-24,15,-24,31v0,20,17,33,38,32v42,0,51,-99,3,-99v-24,0,-40,-7,-23,-28r44,-52v-21,-2,-49,4,-65,-3v19,-8,55,-1,80,-3v6,0,9,7,5,12r-54,65v36,2,69,14,68,52v-1,36,-22,61,-58,62v-23,1,-45,-15,-44,-38v-5,-31,45,-56,54,-23v-1,7,-5,13,-13,13","w":109,"k":{"p":-12,"j":-12,"f":-12}},"{":{"d":"118,-197v0,7,-4,14,-10,14v-13,1,-14,-20,-6,-26v-28,-18,-56,1,-56,33r0,69v14,2,35,-4,44,3v-8,7,-30,1,-44,3r0,150v-1,21,-13,35,-34,35v-66,0,-24,-90,13,-103r0,-82v-12,-1,-31,4,-38,-3v6,-7,26,-1,38,-3v-2,-56,-6,-116,50,-114v18,1,42,7,43,24xm9,77v29,-3,11,-59,16,-89v-18,12,-38,31,-38,58v0,17,6,33,22,31","w":72},"|":{"d":"149,-189v-40,13,-24,74,21,69v28,-3,45,-28,45,-58v0,-40,-32,-59,-72,-59v-90,0,-46,128,-40,203v0,14,-2,22,-6,33v29,12,61,40,101,40v35,0,58,-24,58,-58v0,-31,-17,-48,-49,-48v-28,0,-46,23,-45,48v8,-7,28,-5,26,9v-9,22,-35,7,-33,-13v1,-31,21,-52,52,-52v36,0,58,21,58,56v0,59,-77,95,-130,61r-46,-27v-8,30,-77,43,-77,3v0,-27,41,-38,69,-26v8,-53,-19,-110,-19,-163v0,-89,160,-101,161,-7v0,34,-21,65,-53,65v-30,0,-53,-13,-53,-42v0,-26,20,-44,45,-46v20,-1,20,27,2,27v-8,0,-15,-7,-15,-15xm21,18v6,31,54,15,56,-10v-21,-12,-53,-14,-56,10","w":276},"}":{"d":"95,-10v-14,18,-42,22,-42,56v0,17,10,34,26,32v29,-4,12,-58,16,-88xm181,-122v7,-60,-98,-98,-106,-28v-4,31,31,41,37,62v0,8,-4,16,-12,15v-13,0,-15,-21,-8,-28v-35,-13,-61,14,-60,48v0,34,13,51,39,51v22,1,20,-30,37,-34v9,1,9,8,9,18v0,45,10,102,-36,102v-43,0,-46,-62,-18,-80v-33,0,-54,-23,-53,-57v1,-41,34,-61,76,-57v-37,-25,-15,-93,33,-90v42,3,65,31,68,71v15,-25,63,-19,63,18v0,10,-5,18,-13,19v-6,1,-14,-3,-12,-10v-1,-13,17,-8,20,-9v1,-31,-50,-31,-58,-7v2,11,-10,24,-12,10v0,-4,2,-9,6,-14","w":262},"~":{"d":"77,-107v29,3,43,40,34,74v11,1,22,-15,29,-8v-1,5,-21,12,-31,14v-7,17,-24,31,-47,31v-33,-1,-51,-24,-52,-57v-1,-33,21,-55,47,-60v3,0,4,1,4,3v-44,9,-36,138,17,101v5,-3,8,-9,10,-17v-20,-4,-37,-17,-36,-41v1,-18,5,-42,25,-40xm90,-32v3,-24,-1,-76,-16,-70v-10,0,-16,12,-16,35v0,21,13,32,32,35","w":123},"\u00a0":{}}});


Cufon.replace("#slogans,#contact-text,#column-left table", { hover: true, fontFamily: 'Gill Sans MT' });
Cufon.replace("h1, h2,#navigation,#contact-heading,#pricelist p,#signiture", { hover: true, fontFamily: 'Fling LET' });
