
/*
 * 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}})());
Cufon.registerFont({"w":212,"face":{"font-family":"Cocon","font-weight":500,"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","bbox":"-16.6446 -286.989 343 103","underline-thickness":"7.2","underline-position":"-56.16","stemh":"43","stemv":"49","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":79},"!":{"d":"80,-216r-3,131v-26,2,-43,-5,-43,-30r-4,-132v29,-2,50,3,50,31xm89,-31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31","w":114},"\"":{"d":"104,-247v41,-1,24,54,22,87v-48,8,-38,-49,-44,-87r22,0xm36,-247v41,-1,24,54,22,87v-48,8,-38,-49,-44,-87r22,0","w":141},"#":{"d":"207,-180v3,26,-9,38,-37,35r-9,43r30,0v3,27,-9,38,-37,35r-13,67v-45,9,-33,-36,-26,-67r-38,0r-13,67v-45,9,-33,-36,-26,-67r-33,0v-4,-28,11,-38,40,-35r8,-43r-32,0v-3,-27,10,-38,39,-35r13,-67v44,-7,33,36,26,67r38,0r13,-67v43,-7,34,36,26,67r31,0xm130,-145r-38,0r-8,43r38,0"},"$":{"d":"192,-73v0,46,-39,71,-67,73r0,49v-34,6,-37,-17,-34,-49v-57,-4,-70,-27,-64,-66v14,25,118,42,116,-4v0,-18,-9,-25,-58,-33v-37,-6,-64,-23,-64,-61v0,-43,34,-69,70,-74r0,-48v32,-6,37,16,34,47v47,4,67,23,59,64v-17,-29,-115,-33,-115,6v0,16,7,21,57,30v42,8,66,31,66,66"},"%":{"d":"144,-172v0,46,-23,83,-66,83v-40,0,-63,-36,-63,-77v0,-46,23,-83,66,-83v40,0,63,36,63,77xm242,-217r-103,217v-27,5,-33,-17,-23,-39r99,-207v22,-4,36,10,27,29xm343,-80v0,46,-23,84,-66,84v-40,0,-62,-37,-62,-78v0,-46,22,-83,65,-83v40,0,63,36,63,77xm104,-166v0,-31,-8,-49,-26,-49v-15,0,-23,18,-23,43v0,31,8,49,26,49v15,0,23,-18,23,-43xm305,-75v0,-31,-8,-48,-26,-48v-15,0,-23,17,-23,42v0,31,8,49,26,49v15,0,23,-18,23,-43","w":357},"&":{"d":"235,-23v1,49,-59,23,-72,1v-10,11,-30,26,-67,26v-54,0,-83,-30,-83,-71v0,-30,24,-55,48,-69v-41,-39,-25,-111,48,-111v37,0,62,22,62,57v0,24,-21,46,-52,64v10,13,31,37,44,50v13,-14,25,-40,26,-63v19,-1,30,4,30,26v0,20,-18,47,-30,64v13,12,33,28,46,26xm130,-189v0,-15,-9,-23,-23,-23v-35,0,-27,45,-8,59v21,-12,31,-22,31,-36xm138,-48v-14,-13,-43,-44,-54,-60v-12,7,-25,20,-25,36v0,44,57,47,79,24","w":241},"(":{"d":"101,61v-109,-17,-119,-335,25,-320v-29,38,-59,83,-59,156v0,79,29,131,59,164r-25,0","w":127},")":{"d":"27,-259v113,15,115,343,-26,319v32,-34,59,-83,59,-154v1,-79,-28,-132,-58,-165r25,0","w":127},"*":{"d":"132,-106v-25,1,-32,-32,-40,-51v-15,21,-20,35,-20,54v-24,-1,-37,-10,-37,-27v0,-23,21,-31,35,-44v-25,-8,-35,-10,-60,-1v1,-24,10,-44,31,-44v19,0,27,11,41,20v2,-21,1,-39,-14,-59v20,-10,54,-8,53,21v0,14,-7,27,-11,41v17,-3,37,-18,49,-36v23,24,19,61,-16,60v-10,0,-20,0,-27,1v15,18,14,32,42,39v-7,15,-13,26,-26,26","w":185},"+":{"d":"201,-120v10,44,-35,41,-75,40r0,76v-45,11,-41,-36,-40,-76r-76,0v-2,-22,1,-40,23,-40r53,0r0,-68v22,-2,39,0,40,23r0,45r75,0"},",":{"d":"35,10v1,-18,-16,-18,-15,-37v0,-15,12,-26,28,-26v19,0,31,14,31,41v0,34,-28,71,-60,60v10,-9,16,-28,16,-38","w":101},"-":{"d":"120,-127v2,22,0,38,-24,38r-82,0v-1,-21,0,-38,22,-38r84,0","w":133},".":{"d":"82,-31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31","w":100},"\/":{"d":"148,-228r-107,228v-25,5,-33,-18,-23,-39r104,-220v23,-5,35,11,26,31","w":164},"0":{"d":"199,-129v0,92,-39,133,-93,133v-54,0,-93,-42,-93,-123v0,-90,38,-132,97,-132v57,0,89,47,89,122xm62,-129v0,68,17,90,48,90v24,0,40,-24,40,-78v0,-68,-14,-91,-44,-91v-24,0,-44,22,-44,79"},"1":{"d":"116,0v-29,2,-50,-3,-50,-32r0,-163v-26,12,-73,21,-68,-19v24,-9,68,-34,91,-33v16,0,27,14,27,27r0,220","w":147},"2":{"d":"192,-42v3,28,-6,42,-34,42r-114,0v-14,0,-25,-10,-25,-24v0,-31,75,-90,104,-114v30,-25,19,-70,-25,-70v-38,0,-56,13,-75,32v-3,-48,14,-75,84,-75v48,0,82,33,82,73v0,64,-81,92,-113,136r116,0"},"3":{"d":"188,-73v0,46,-33,77,-97,77v-46,0,-79,-22,-69,-69v16,30,120,43,118,-7v0,-24,-16,-32,-47,-33v-31,0,-31,-10,-30,-35v34,1,82,-7,75,-34v3,-49,-96,-41,-114,-9r-2,0v-5,-45,17,-68,77,-68v54,0,88,28,88,69v0,35,-19,52,-44,57v22,5,45,28,45,52"},"4":{"d":"203,-99v4,29,-5,47,-38,41r0,58v-40,7,-53,-16,-48,-58v-39,-4,-111,14,-111,-23v0,-14,4,-21,7,-27v17,-31,70,-111,104,-139v29,-2,47,4,48,35r0,113r38,0xm117,-99r0,-98v-17,22,-52,72,-66,98r66,0"},"5":{"d":"192,-80v0,53,-37,84,-95,84v-61,0,-82,-22,-72,-64v21,27,123,34,117,-17v6,-44,-80,-38,-116,-27v7,-55,-23,-144,39,-143r119,0v11,58,-61,41,-110,43r0,55v60,-10,119,13,118,69"},"6":{"d":"197,-84v0,40,-25,88,-92,88v-49,0,-88,-35,-88,-116v0,-93,45,-139,112,-139v38,0,64,27,53,60v-10,-10,-23,-18,-52,-18v-45,0,-63,31,-64,80v30,-57,131,-30,131,45xm68,-84v0,25,13,47,40,47v27,0,40,-15,40,-43v0,-27,-18,-39,-39,-39v-27,0,-41,16,-41,35"},"7":{"w":79},"8":{"d":"194,-70v0,42,-23,74,-90,74v-91,0,-112,-105,-42,-129v-77,-31,-34,-126,46,-126v51,0,85,31,85,70v0,33,-20,48,-41,54v20,7,42,29,42,57xm105,-208v-23,0,-35,14,-35,31v0,18,11,32,38,32v23,0,36,-14,36,-31v0,-20,-12,-32,-39,-32xm145,-72v0,-20,-13,-35,-40,-35v-20,0,-37,14,-37,32v0,23,11,36,40,36v26,0,37,-15,37,-33"},"9":{"d":"194,-129v0,91,-39,133,-98,133v-46,0,-79,-23,-67,-63v12,11,33,21,64,21v33,0,49,-21,51,-76v-25,63,-130,21,-130,-46v0,-53,32,-91,93,-91v53,0,87,34,87,122xm144,-160v0,-34,-15,-50,-41,-50v-25,0,-39,18,-39,44v0,29,15,42,38,42v26,0,42,-14,42,-36","w":208},":":{"d":"91,-163v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31xm91,-31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31","w":119},";":{"d":"92,-163v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31xm46,10v1,-18,-17,-18,-16,-37v0,-15,12,-26,28,-26v19,0,31,14,31,41v0,34,-27,71,-60,60v10,-9,17,-28,17,-38","w":119},"<":{"d":"160,-21v-50,-9,-103,-46,-147,-73v-1,-18,5,-24,20,-34v28,-17,112,-54,155,-67v7,68,-78,59,-119,90v26,14,86,42,117,55v3,20,-9,32,-26,29"},"=":{"d":"165,-128r-145,0v-2,-22,2,-35,25,-36r144,0v2,22,-3,36,-24,36xm165,-59r-145,0v-2,-22,2,-34,25,-35r144,0v2,21,-3,35,-24,35"},">":{"d":"50,-193v49,9,103,46,147,73v1,18,-6,24,-21,34v-28,17,-111,54,-154,67v-7,-68,78,-59,119,-90v-25,-14,-86,-42,-117,-55v-3,-21,9,-32,26,-29"},"?":{"d":"81,-255v74,-1,101,70,52,112v-19,16,-52,30,-44,67v-49,8,-47,-45,-16,-67v13,-9,37,-22,36,-42v0,-42,-84,-29,-94,-3v-10,-32,10,-66,66,-67xm107,-31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31v17,0,31,14,31,31","w":169},"@":{"d":"196,-39v3,39,-23,42,-68,42v-61,0,-115,-44,-115,-116v0,-75,54,-140,137,-140v66,0,112,44,112,106v0,54,-31,91,-72,91v-15,0,-26,-8,-31,-23v-28,41,-87,23,-87,-34v0,-46,33,-83,78,-83v21,0,48,17,48,32v0,20,-10,44,-9,62v0,11,4,14,8,14v12,0,31,-16,31,-57v0,-45,-28,-79,-81,-79v-53,0,-99,41,-99,108v-1,82,77,107,148,77xm161,-154v-22,-16,-47,3,-47,37v1,39,31,26,38,4v4,-10,6,-24,9,-41","w":272},"A":{"d":"200,0v-40,2,-32,-39,-40,-63r-98,0v-5,21,-9,42,-13,63v-23,2,-42,-1,-42,-24v0,-36,46,-181,84,-223v29,-3,51,6,60,23v21,40,59,146,69,224r-20,0xm149,-102v-8,-35,-25,-76,-38,-99v-14,26,-30,65,-38,99r76,0","w":223},"B":{"d":"203,-76v-2,59,-49,77,-111,77v-46,0,-69,-20,-69,-59r0,-179v56,-19,176,-22,176,54v0,27,-16,46,-40,53v25,7,44,32,44,54xm149,-178v-1,-36,-46,-31,-77,-26r0,56v35,0,78,4,77,-30xm153,-75v0,-42,-42,-35,-81,-35v1,36,-12,66,42,66v27,0,39,-12,39,-31","w":217},"C":{"d":"141,-250v49,0,80,29,68,69v-48,-50,-144,-26,-144,53v0,92,92,105,145,64v7,49,-32,65,-73,66v-66,0,-122,-49,-122,-123v0,-76,51,-129,126,-129","w":215},"D":{"d":"226,-127v0,82,-52,129,-134,129v-42,0,-69,-17,-69,-55r0,-185v94,-25,203,-8,203,111xm175,-120v-1,-66,-42,-97,-102,-83r0,141v-1,17,13,21,33,21v41,0,69,-34,69,-79","w":239},"E":{"d":"22,-94v0,-61,-13,-154,42,-153r129,0v2,28,-2,43,-33,43r-85,0v-3,18,-3,42,-3,57r95,0v2,26,-2,41,-30,41r-65,0v-14,79,59,69,122,60v9,44,-28,48,-81,48v-60,0,-91,-33,-91,-96","w":201},"F":{"d":"175,-247v12,55,-59,39,-104,41r0,62r89,0v8,51,-44,38,-87,39r0,105v-28,2,-51,-1,-50,-29r0,-179v0,-31,12,-39,41,-39r111,0","w":176},"G":{"d":"220,-97v0,66,-1,101,-82,101v-66,0,-123,-47,-123,-124v0,-73,51,-131,135,-131v53,0,72,27,65,66v-52,-41,-149,-20,-149,58v0,62,34,87,78,87v49,0,26,-59,26,-80v25,-3,50,2,50,23","w":235},"H":{"d":"220,0v-28,2,-48,-3,-48,-33r0,-73r-100,0r0,106v-29,2,-48,-3,-49,-33r0,-214v26,-2,49,1,49,26r0,74r100,0r0,-100v26,-2,48,1,48,26r0,221","w":243},"I":{"d":"73,0v-28,2,-49,-3,-49,-33r0,-214v27,-2,49,1,49,27r0,220","w":97},"J":{"d":"121,-213v-6,93,34,219,-74,217v-37,0,-55,-20,-44,-51v19,11,68,16,68,-21r0,-179v30,-2,52,6,50,34","w":140},"K":{"d":"121,-131v28,37,50,86,96,107v-4,34,-49,30,-66,9v-30,-35,-55,-71,-79,-110r0,125v-30,4,-49,-10,-49,-33r0,-214v65,-10,47,55,49,111v22,-32,46,-64,71,-95v16,-19,44,-18,71,-14v-19,19,-68,79,-93,114","w":219},"L":{"d":"186,-50v8,44,-19,52,-71,52v-58,0,-90,-32,-90,-91r0,-158v31,-2,52,3,51,36r0,118v-2,42,15,52,58,52v23,0,43,-5,52,-9","w":187},"M":{"d":"305,0v-29,2,-50,-3,-50,-33v0,-31,-6,-122,-10,-146v-22,58,-38,128,-66,179v-30,2,-42,-6,-53,-39r-49,-140v-6,35,-11,134,-11,179v-28,3,-48,-5,-48,-33v0,-55,11,-165,20,-214v89,-7,87,81,112,139v9,21,12,35,14,46v16,-56,44,-157,74,-185v33,-2,50,16,55,52v5,39,12,146,12,195","w":324},"N":{"d":"224,0v-47,0,-53,5,-90,-65r-61,-116r0,181v-28,2,-50,-1,-50,-32r0,-215v93,-14,104,81,138,137v6,10,10,25,14,33r0,-170v27,-3,49,4,49,29r0,218","w":247},"O":{"d":"246,-127v0,75,-43,131,-118,131v-62,0,-113,-50,-113,-124v0,-77,43,-131,118,-131v60,0,113,46,113,124xm195,-120v0,-58,-24,-87,-66,-87v-36,0,-63,30,-63,80v0,59,21,88,66,88v38,0,63,-27,63,-81","w":261},"P":{"d":"197,-172v0,68,-67,102,-124,76r0,96v-30,1,-50,0,-50,-35r0,-202v65,-21,174,-22,174,65xm147,-167v4,-43,-39,-45,-74,-36r0,69v30,11,78,6,74,-33","w":202},"Q":{"d":"107,3v-41,-8,-92,-49,-92,-123v0,-73,38,-131,120,-131v57,0,111,45,111,124v0,63,-38,107,-70,113v19,6,55,9,79,9v1,24,0,40,-27,40v-36,0,-90,-15,-121,-32xm195,-121v0,-57,-21,-86,-66,-86v-39,0,-63,32,-63,80v0,60,25,89,69,89v37,0,60,-37,60,-83","w":264},"R":{"d":"210,-6v-15,15,-52,9,-60,-14v-9,-26,-26,-80,-53,-76v-11,-2,-19,-3,-24,-3r0,99v-30,3,-51,-7,-50,-33r0,-207v19,-6,62,-9,91,-9v92,0,107,123,30,137v36,16,43,79,66,106xm145,-170v0,-45,-37,-37,-72,-34r0,65v32,7,72,5,72,-31","w":217},"S":{"d":"190,-76v0,49,-33,80,-93,80v-60,0,-82,-23,-74,-70v18,29,119,41,117,-6v0,-17,-6,-25,-58,-36v-42,-9,-66,-30,-66,-63v0,-41,35,-80,93,-80v69,0,81,26,72,68v-18,-31,-116,-35,-116,7v0,15,12,24,58,34v45,9,67,33,67,66","w":205},"T":{"d":"197,-247v8,44,-32,47,-75,44r0,203v-29,2,-48,-3,-49,-33r0,-170r-71,0v-2,-26,3,-44,30,-44r165,0","w":199},"U":{"d":"220,-111v0,72,-33,115,-104,115v-60,0,-98,-40,-98,-111r0,-140v106,-24,-8,205,103,205v78,0,42,-132,50,-205v68,-15,49,79,49,136","w":238},"V":{"d":"216,-225v-8,62,-51,168,-90,227v-19,1,-30,-5,-40,-20v-39,-63,-72,-151,-83,-229v31,-2,56,1,60,27v7,45,21,91,50,153v26,-57,46,-118,55,-180v24,0,51,-3,48,22","w":222},"W":{"d":"338,-223v-16,75,-39,153,-81,225v-18,-1,-24,5,-36,-15v-19,-31,-37,-84,-49,-137v-12,54,-32,110,-58,152v-17,-1,-24,5,-36,-15v-38,-63,-65,-154,-75,-234v30,-3,55,4,58,28v5,42,18,88,41,143v22,-53,40,-126,47,-161v30,-1,48,0,55,33v9,41,20,82,40,128v21,-50,39,-111,47,-170v24,-1,47,-2,47,23","w":343},"X":{"d":"241,-13v-33,30,-70,18,-99,-32r-31,-45v-35,41,-47,66,-53,90v-21,1,-44,1,-44,-19v0,-47,40,-75,70,-111v-21,-31,-70,-94,-73,-117v51,1,46,-9,84,42r30,45v41,-48,51,-65,56,-87v24,-2,41,3,41,25v0,18,-27,52,-70,101v23,36,61,89,89,108","w":246},"Y":{"d":"200,-228v0,19,-51,97,-73,123r0,105v-28,2,-50,-1,-50,-32r0,-73v-29,-37,-60,-96,-75,-142v25,-2,54,4,56,18v12,29,32,64,47,86v16,-22,42,-67,53,-104v21,-1,42,-2,42,19","w":205},"Z":{"d":"197,-43v2,25,-3,43,-28,43r-124,0v-54,-9,-24,-65,6,-96v30,-31,68,-69,88,-107r-125,0v-2,-29,5,-44,37,-44r112,0v55,6,32,59,4,90v-29,32,-77,78,-94,114r124,0","w":211},"[":{"d":"111,61r-83,0r0,-320v34,5,91,-17,83,32r-46,0r0,256v27,-2,51,-1,46,32","w":115},"\\":{"d":"154,0v-32,2,-50,-3,-62,-32r-91,-215v30,-2,49,2,59,26","w":153},"]":{"d":"6,-259r83,0r0,320v-34,-4,-90,17,-83,-32r47,0r0,-256v-28,2,-52,2,-47,-32","w":115},"^":{"d":"22,-164v10,-31,34,-65,59,-95v14,-2,20,5,27,13v13,17,41,67,51,96v-49,8,-45,-42,-70,-72v-12,17,-34,51,-43,72v-13,1,-24,-4,-24,-14","w":180},"_":{"d":"203,103r-203,0r0,-31r203,0r0,31","w":203},"a":{"d":"176,-111v0,70,-14,114,-83,114v-46,0,-78,-25,-78,-61v0,-40,41,-65,113,-61v1,-29,-12,-38,-42,-38v-37,-1,-52,15,-63,22v-3,-40,13,-63,71,-63v43,0,82,20,82,87xm98,-36v29,1,33,-20,31,-49v-33,-2,-72,4,-65,25v0,15,13,24,34,24","w":190},"b":{"d":"212,-101v0,58,-37,105,-96,105v-50,0,-92,-41,-92,-99r0,-164v29,-2,48,3,48,33r0,57v40,-61,140,-17,140,68xm162,-93v8,-87,-90,-78,-89,-9v-6,82,91,82,89,9","w":227},"c":{"d":"119,-196v42,-1,61,33,51,64v-19,-33,-105,-23,-105,32v0,35,20,59,53,59v29,0,44,-10,53,-18v4,42,-12,63,-57,63v-53,0,-100,-42,-100,-97v0,-55,39,-103,105,-103","w":183},"d":{"d":"198,-226v-4,107,28,230,-93,230v-51,0,-91,-45,-91,-98v0,-89,93,-141,136,-74r0,-91v29,-3,50,8,48,33xm149,-92v0,-88,-88,-84,-87,-11v0,40,21,67,49,67v27,0,38,-21,38,-56","w":221},"e":{"d":"187,-123v0,46,-61,49,-123,47v8,48,81,49,116,21v3,41,-9,59,-70,59v-48,0,-96,-38,-96,-97v0,-65,40,-106,95,-106v40,0,78,30,78,76xm142,-129v0,-19,-15,-29,-37,-29v-25,1,-42,20,-41,47r22,0v46,0,56,-4,56,-18","w":200},"f":{"d":"99,-263v28,0,42,22,36,47v-33,-11,-73,-3,-63,46r55,0v4,35,-21,43,-55,40r0,130v-27,3,-49,-5,-49,-29r0,-163v0,-27,19,-71,76,-71","w":132},"g":{"d":"114,-199v81,0,81,85,81,169v0,49,-32,93,-95,93v-50,0,-74,-20,-68,-65v33,31,137,32,114,-48v-4,14,-22,29,-50,29v-47,0,-81,-33,-81,-79v0,-55,36,-99,99,-99xm109,-156v-25,0,-44,21,-44,50v0,25,16,44,39,44v24,0,41,-18,41,-49v0,-30,-15,-45,-36,-45","w":218},"h":{"d":"196,0v-28,2,-48,-5,-48,-32v-1,-49,11,-124,-39,-124v-15,0,-35,12,-35,46r0,110v-29,3,-49,-6,-49,-32r0,-227v29,-3,50,8,50,31r0,55v34,-53,121,-18,121,59r0,114","w":219},"i":{"d":"82,-237v0,15,-14,29,-29,29v-15,0,-28,-14,-28,-29v0,-15,13,-28,28,-28v15,0,29,13,29,28xm116,-38v1,26,-3,40,-29,40v-84,0,-51,-116,-57,-192v67,-12,48,72,48,127v0,22,14,26,38,25","w":119},"j":{"d":"86,-237v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28xm-16,23v31,0,49,0,49,-29r0,-184v29,-2,48,6,48,33r0,156v0,41,-28,64,-66,64v-27,0,-34,-14,-31,-40","w":109},"k":{"d":"121,-104v21,26,53,72,85,81v-5,28,-47,30,-65,11v-25,-26,-46,-55,-67,-83r0,95v-30,2,-49,-4,-49,-34r0,-225v29,-3,49,7,49,32r0,116v31,-34,51,-96,125,-82v-14,12,-58,63,-78,89","w":205},"l":{"d":"119,-38v2,27,-6,40,-32,40v-40,0,-62,-22,-62,-61r0,-200v29,-3,48,9,48,32r0,164v-2,24,20,26,46,25","w":117},"m":{"d":"306,0v-31,2,-49,-7,-49,-35v0,-47,11,-124,-36,-121v-53,4,-25,104,-32,156v-29,2,-49,-7,-49,-35v-1,-47,11,-125,-36,-121v-52,4,-26,103,-32,156v-28,3,-47,-8,-48,-35v-3,-87,-4,-166,86,-164v25,0,45,12,59,31v36,-56,137,-32,137,51r0,117","w":329},"n":{"d":"194,0v-28,3,-48,-9,-48,-32v0,-50,13,-127,-39,-124v-55,4,-29,101,-35,156v-29,3,-49,-8,-49,-32v0,-89,-8,-167,88,-167v46,0,83,31,83,86r0,113","w":217},"o":{"d":"14,-94v0,-58,34,-105,97,-105v58,0,91,48,91,99v0,58,-33,104,-96,104v-58,0,-92,-47,-92,-98xm152,-94v0,-39,-14,-62,-46,-62v-28,0,-42,24,-42,56v0,39,15,61,47,61v28,0,41,-23,41,-55","w":216},"p":{"d":"209,-103v0,86,-90,144,-137,79r0,85v-28,2,-49,-6,-49,-33v-2,-109,-16,-227,98,-227v51,0,88,47,88,96xm159,-90v0,-46,-15,-66,-46,-66v-27,0,-41,24,-41,57v0,73,87,82,87,9","w":223},"q":{"d":"113,-199v56,0,86,37,86,98r0,162v-28,2,-47,-4,-47,-32r0,-50v-44,58,-138,8,-138,-70v0,-61,40,-108,99,-108xm107,-156v-22,0,-44,21,-44,56v0,40,16,61,46,61v27,0,43,-16,43,-56v0,-41,-16,-61,-45,-61","w":222},"r":{"d":"95,-196v39,0,43,23,39,49v-27,-11,-62,-10,-62,35r0,112v-28,2,-49,-6,-49,-31v1,-80,-15,-165,72,-165","w":138},"s":{"d":"163,-61v0,41,-29,65,-81,65v-45,0,-72,-22,-60,-60v12,18,93,33,93,-3v0,-11,-7,-16,-40,-21v-41,-6,-61,-21,-61,-51v0,-36,32,-68,82,-68v52,0,68,24,61,60v-11,-19,-98,-29,-95,4v0,10,6,14,39,19v40,6,62,24,62,55","w":177},"t":{"d":"25,-70v0,-66,-26,-168,48,-168r0,44r67,0v1,25,1,42,-28,42r-39,0v3,42,-14,111,31,111v16,0,27,-3,36,-7v3,33,-6,49,-42,50v-49,0,-73,-27,-73,-72","w":145},"u":{"d":"194,-87v0,60,-28,91,-85,91v-48,0,-86,-31,-86,-88r0,-110v31,-2,50,8,49,34v-1,49,-7,124,40,121v51,-3,28,-103,33,-155v31,-2,49,8,49,34r0,73","w":217},"v":{"d":"181,-171v-7,47,-43,135,-73,173v-21,1,-29,-2,-41,-19v-27,-40,-60,-124,-64,-177v27,-3,52,4,55,23v6,36,16,73,37,113v18,-36,36,-87,43,-136v23,-1,46,-1,43,23","w":186},"w":{"d":"219,2v-55,-3,-57,-69,-73,-113v-6,30,-29,90,-46,113v-21,2,-33,-12,-41,-26v-28,-50,-47,-105,-56,-170v27,-3,51,3,54,23v4,33,15,70,31,105v18,-39,28,-80,37,-121v27,-1,43,0,50,27v7,26,17,67,31,94v18,-41,29,-85,37,-129v21,0,44,-3,43,20v-2,32,-47,158,-67,177","w":291},"x":{"d":"180,-174v-2,21,-34,59,-53,80v18,23,46,74,68,73v0,14,-11,24,-32,24v-32,0,-55,-45,-72,-69v-21,24,-31,36,-37,67v-20,1,-41,1,-41,-18v0,-27,31,-62,53,-85v-17,-24,-57,-74,-55,-92v44,1,37,-7,71,36r20,28v31,-35,36,-45,39,-64v20,-2,41,1,39,20","w":199},"y":{"d":"177,-172v-11,67,-76,254,-132,235v-21,-1,-37,-14,-34,-39v36,-3,49,1,61,-38v-26,-39,-62,-134,-68,-180v26,-1,48,-1,53,22v7,37,21,78,39,112v16,-36,34,-94,38,-134v23,0,47,-2,43,22","w":182},"z":{"d":"167,-41v3,23,-5,41,-24,41v-44,0,-125,17,-128,-26v7,-48,72,-88,95,-128r-96,0v-12,-59,73,-35,121,-40v51,7,29,48,5,76v-22,25,-50,48,-67,77r94,0","w":181},"{":{"d":"99,61v-59,1,-53,-62,-53,-117v0,-11,-5,-25,-20,-27v-19,-2,-17,-12,-17,-29v20,-1,39,-9,37,-31v-6,-58,-7,-116,63,-116v14,0,25,13,21,32v-31,-3,-50,4,-49,34v1,38,10,90,-30,93v39,1,30,56,30,96v0,20,7,33,30,33v19,0,20,14,19,32r-31,0","w":133},"|":{"d":"56,61v-13,1,-22,-3,-22,-16r0,-304v12,-1,21,2,22,14r0,306","w":92},"}":{"d":"34,-259v60,-1,54,59,54,117v0,11,4,25,19,27v19,3,19,11,18,29v-21,1,-40,8,-38,31v5,59,8,116,-62,116v-15,0,-24,-13,-21,-32v31,3,51,-4,49,-34v-2,-38,-11,-90,29,-93v-39,-1,-30,-57,-29,-96v0,-19,-8,-33,-30,-33v-19,0,-20,-14,-19,-32r30,0","w":133},"~":{"d":"72,-139v26,-1,44,21,67,23v14,0,19,-7,19,-25v20,-3,30,4,30,24v0,25,-18,44,-48,44v-24,1,-45,-22,-65,-22v-11,0,-20,10,-20,26v-19,2,-30,-2,-30,-24v0,-34,28,-46,47,-46"},"'":{"d":"37,-247v42,0,26,54,23,88v-48,8,-38,-50,-45,-88r22,0","w":80},"`":{"d":"131,-223v-35,3,-82,-8,-82,-34v0,-13,8,-18,20,-18v29,0,50,29,62,52","w":190},"\u00a0":{"w":79}}});
/*!
 * 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 Italic","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 2 2 9 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-35 -281 352 79.8775","underline-thickness":"20.918","underline-position":"-24.2578","slope":"-7.59999","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":99},"!":{"d":"56,-265r24,0r-27,200r-24,0xm15,-17v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-21,-10,-21,-22","w":106},"\"":{"d":"108,-184r-18,0r-4,-81r26,0xm40,-184r-18,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":"36,-194v0,-38,34,-63,72,-65r3,-19r23,0r-3,21v24,8,35,17,50,36r-20,15v-12,-15,-17,-20,-33,-26r-13,88v54,22,80,80,37,127v-15,15,-35,22,-59,24r-8,55r-23,0r8,-57v-34,-6,-54,-25,-67,-52r23,-12v11,22,23,34,48,41r16,-110v-31,-17,-54,-31,-54,-66xm105,-235v-47,2,-60,66,-12,80xm97,-17v37,-4,65,-40,45,-74v-5,-7,-16,-17,-31,-26"},"%":{"d":"86,-265v53,7,110,12,158,-5r18,0r-230,288r-20,0r211,-266v-26,7,-57,9,-90,7v25,45,-11,98,-60,98v-31,0,-55,-22,-55,-53v0,-36,34,-73,68,-69xm75,-161v47,5,66,-84,11,-85v-49,-5,-66,85,-11,85xm140,-47v0,-36,34,-70,68,-69v29,0,55,23,55,53v0,37,-29,70,-69,70v-31,0,-54,-24,-54,-54xm196,-12v48,5,66,-83,12,-85v-48,-4,-67,84,-12,85","w":278},"&":{"d":"186,-206v0,36,-22,47,-53,70r54,66r36,-27r16,20v-13,11,-25,20,-35,27v11,14,27,31,46,50r-35,0r-32,-35v-37,28,-69,42,-98,42v-40,0,-62,-24,-65,-60v8,-55,32,-56,76,-90v-41,-46,-24,-105,38,-106v27,-1,52,19,52,43xm159,-204v-3,-30,-62,-25,-59,5v0,9,6,23,18,42v24,-18,37,-22,41,-47xm46,-54v13,62,83,28,120,0r-55,-68v-37,26,-58,30,-65,68","w":272},"'":{"d":"54,-184r-18,0r-4,-81r26,0","w":71},"(":{"d":"41,75v-28,-121,7,-264,56,-345r29,0v-52,80,-88,224,-57,345r-28,0","w":132},")":{"d":"72,-270v30,118,-7,264,-56,345r-28,0v52,-79,87,-224,57,-345r27,0","w":132},"*":{"d":"70,-265r23,0r-5,52r43,-31r12,20r-49,22r49,21r-12,20r-43,-30r5,52r-23,0r6,-52r-44,30r-11,-20r49,-21r-49,-22r11,-20r44,31","w":152},"+":{"d":"97,-141r0,-77r24,0r0,77r77,0r0,24r-77,0r0,76r-24,0r0,-76r-77,0r0,-24r77,0","w":218},",":{"d":"33,-47r22,11r-45,66r-16,-7","w":99},"-":{"d":"4,-108r97,0r-4,22r-96,0","w":119},"\u00ad":{"d":"4,-108r97,0r-4,22r-96,0","w":119},".":{"d":"11,-17v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-21,-10,-21,-22","w":99},"\/":{"d":"147,-265r-107,300r-27,0r107,-300r27,0","w":157},"0":{"d":"8,-90v0,-87,26,-175,103,-175v46,0,71,44,70,97v-3,85,-28,175,-105,175v-49,0,-68,-42,-68,-97xm78,-18v59,-8,75,-85,76,-153v1,-38,-14,-69,-45,-69v-59,0,-74,80,-75,152v0,40,13,67,44,70"},"1":{"d":"79,-259r54,0r-34,259r-25,0r31,-234r-35,0"},"2":{"d":"100,-241v-32,0,-51,27,-52,61r-26,0v1,-50,32,-85,81,-85v55,0,88,58,59,107v-18,30,-82,98,-112,133r110,0r-2,25r-165,0r85,-95v44,-54,62,-53,68,-103v3,-24,-21,-44,-46,-43"},"3":{"d":"148,-199v1,-51,-85,-54,-88,-4r-26,0v5,-35,34,-61,72,-62v39,-1,70,28,68,67v-1,32,-16,44,-42,58v71,39,27,151,-53,147v-45,-2,-73,-32,-77,-75r25,0v3,33,22,48,53,50v29,2,63,-30,62,-60v-2,-35,-26,-52,-66,-51r3,-23v38,2,67,-16,69,-47"},"4":{"d":"157,-265r-25,184r37,0r-4,26r-36,0r-7,55r-25,0r7,-55r-113,0r161,-210r5,0xm121,-183r-78,102r65,0"},"5":{"d":"141,-88v0,-51,-51,-74,-97,-51r36,-120r105,0r-4,26r-83,0r-18,62v55,-7,85,33,87,83v3,71,-74,120,-136,81v-13,-9,-24,-24,-33,-43r24,-10v10,23,28,42,56,42v34,0,63,-31,63,-70"},"6":{"d":"87,7v-63,0,-103,-70,-73,-130v21,-43,78,-102,111,-142r19,15r-70,82v58,-16,102,31,102,83v0,50,-40,92,-89,92xm150,-86v0,-34,-26,-62,-59,-62v-34,0,-62,32,-62,68v0,33,25,61,57,61v34,0,64,-30,64,-67"},"7":{"d":"31,-259r164,0r-168,266r-20,-13r144,-228r-124,0"},"8":{"d":"177,-202v-1,32,-21,48,-46,62v25,12,40,30,40,62v0,52,-40,83,-91,85v-42,1,-80,-31,-79,-72v1,-40,24,-63,58,-78v-61,-33,-15,-122,51,-122v36,0,68,28,67,63xm99,-153v55,0,72,-87,10,-87v-28,0,-54,22,-54,48v0,24,19,39,44,39xm147,-77v1,-28,-24,-52,-52,-51v-35,0,-68,25,-68,62v0,29,24,49,54,49v37,-1,64,-25,66,-60"},"9":{"d":"100,-265v64,0,105,70,74,130v-21,41,-79,101,-112,142r-19,-16r70,-82v-56,18,-101,-29,-101,-82v0,-50,38,-92,88,-92xm37,-173v0,34,25,62,59,62v35,0,62,-31,62,-67v0,-33,-25,-62,-57,-62v-33,1,-64,30,-64,67"},":":{"d":"32,-175v0,-12,10,-21,22,-21v12,0,21,9,21,21v0,12,-10,22,-21,22v-12,0,-22,-10,-22,-22xm11,-17v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-21,-10,-21,-22","w":99},";":{"d":"32,-175v0,-11,10,-21,22,-21v12,0,21,9,21,21v0,12,-10,22,-21,22v-12,0,-21,-11,-22,-22xm33,-47r22,11r-45,66r-16,-7","w":99},"\u037e":{"d":"32,-175v0,-11,10,-21,22,-21v12,0,21,9,21,21v0,12,-10,22,-21,22v-12,0,-21,-11,-22,-22xm33,-47r22,11r-45,66r-16,-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":"153,-188v23,-24,4,-58,-35,-58v-33,0,-52,18,-56,53r-24,0v5,-47,34,-77,83,-77v66,0,89,80,34,108v-18,9,-95,22,-89,55v7,39,77,25,76,-16r24,0v7,71,-121,86,-123,15v-2,-52,72,-55,110,-80xm67,-17v0,-11,10,-21,22,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-22,-10,-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":"150,-259r86,259r-26,0r-28,-85r-110,0r-48,85r-29,0r149,-259r6,0xm142,-204r-56,95r87,0","w":266},"B":{"d":"188,-73v2,85,-92,73,-179,73r34,-259v76,-1,135,-3,138,61v0,30,-18,52,-41,61v27,9,48,31,48,64xm155,-197v2,-41,-42,-36,-89,-37r-12,86v54,4,99,-4,101,-49xm162,-73v0,-51,-54,-50,-111,-50r-13,99v62,0,124,7,124,-49","w":206},"C":{"d":"14,-117v0,-126,173,-198,263,-106r-16,22v-74,-79,-221,-27,-221,84v0,100,127,125,196,69r14,20v-37,22,-55,33,-104,35v-79,2,-132,-53,-132,-124","w":292},"D":{"d":"241,-136v0,87,-50,140,-152,136r-81,0r34,-259v118,-9,199,19,199,123xm216,-136v0,-80,-56,-104,-151,-98r-28,209v115,8,179,-17,179,-111","w":267},"E":{"d":"186,-259r-4,26r-116,0r-12,84r117,0r-4,25r-116,0r-13,99r116,0r-3,25r-143,0r35,-259r143,0","w":193},"F":{"d":"168,-259r-3,26r-100,0r-11,84r99,0r-3,25r-99,0r-17,124r-26,0r35,-259r125,0","w":174},"G":{"d":"14,-120v0,-141,192,-197,267,-83r-21,15v-21,-29,-56,-52,-100,-52v-68,0,-118,50,-120,119v-2,74,81,127,155,92v31,-15,51,-37,61,-72r-95,0r0,-26r126,0v-4,75,-60,134,-139,134v-75,0,-134,-54,-134,-127","w":313},"H":{"d":"43,-259r26,0r-14,106r132,0r14,-106r25,0r-34,259r-25,0r17,-129r-133,0r-17,129r-26,0","w":245},"I":{"d":"42,-259r26,0r-35,259r-26,0","w":81},"J":{"d":"120,-259r25,0v-12,74,-15,172,-36,234v-16,45,-90,37,-113,0r19,-14v38,39,73,22,81,-39","w":173},"K":{"d":"43,-259r25,0r-14,105r121,-105r38,0r-141,121r122,138r-33,0r-110,-125r-17,125r-26,0","w":212},"L":{"d":"43,-259r26,0r-31,235r112,0r-3,24r-138,0","w":166},"M":{"d":"289,-259r0,259r-25,0r0,-178r-112,178r-6,0r-67,-185r-53,185r-27,0r75,-259r4,0r76,210r131,-210r4,0","w":330},"N":{"d":"222,-259r26,0r-35,259r-6,0r-145,-200r-28,200r-25,0r35,-259r5,0r146,201","w":266},"O":{"d":"13,-114v2,-91,64,-148,155,-151v69,-2,122,53,122,121v0,84,-69,151,-154,151v-72,0,-124,-49,-123,-121xm264,-146v1,-55,-42,-95,-96,-95v-77,0,-130,51,-130,126v0,59,37,97,98,97v74,0,126,-53,128,-128","w":312},"P":{"d":"200,-197v-2,70,-63,80,-146,75r-17,122r-26,0r35,-259v73,0,157,-11,154,62xm174,-197v1,-48,-58,-35,-105,-37r-12,86v60,1,116,5,117,-49","w":213},"Q":{"d":"166,-265v71,-2,125,52,124,121v0,42,-15,78,-44,107r44,47r-33,0r-30,-31v-80,61,-220,18,-214,-93v5,-90,64,-148,153,-151xm39,-115v-4,91,104,122,171,75r-44,-46r34,0r28,31v20,-21,36,-53,36,-91v1,-56,-43,-96,-99,-95v-73,2,-123,52,-126,126","w":313},"R":{"d":"197,-197v-2,49,-35,76,-91,75r78,122r-29,0r-78,-122r-21,0r-16,122r-26,0r35,-259v72,-1,151,-8,148,62xm171,-197v2,-44,-53,-37,-99,-37r-12,86v60,2,109,2,111,-49","w":218},"S":{"d":"39,-204v0,-50,61,-81,99,-47v11,9,20,22,25,40r-24,6v-6,-39,-75,-50,-73,1v2,57,81,74,81,137v0,57,-73,97,-118,58v-12,-11,-21,-27,-26,-47r24,-8v7,25,19,46,47,46v25,0,46,-22,46,-48v-2,-61,-81,-75,-81,-138","w":179},"T":{"d":"13,-259r154,0r-3,25r-66,0r-31,234r-26,0r31,-234r-63,0","w":153},"U":{"d":"175,-30v-37,64,-170,45,-157,-54r23,-175r25,0r-23,190v-6,58,82,66,108,28v34,-50,28,-146,42,-218r25,0v-14,77,-10,172,-43,229","w":235},"V":{"d":"21,-259r26,0r65,205r120,-205r28,0r-151,259r-6,0","w":252},"W":{"d":"22,-259r25,0r36,193r100,-193r5,0r45,193r92,-193r27,0r-123,259r-5,0r-46,-195r-103,195r-5,0","w":345},"X":{"d":"38,-259r28,0r45,101r76,-101r31,0r-95,126r61,133r-27,0r-51,-110r-84,110r-30,0r103,-136","w":219},"Y":{"d":"15,-259r27,0r55,118r93,-118r32,0r-115,144r-16,115r-25,0r16,-116","w":213},"Z":{"d":"38,-259r133,0r-127,234r97,0r-3,25r-136,0r128,-234r-95,0","w":172},"[":{"d":"65,-265r59,0r-3,25r-35,0r-40,286r34,0r-3,24r-59,0","w":126},"\\":{"d":"39,-265r167,300r-27,0r-167,-300r27,0","w":217},"]":{"d":"42,70r-59,0r4,-25r34,0r40,-286r-34,0r3,-24r59,0","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":"76,-281r30,54r-24,0r-44,-54r38,0","w":136},"a":{"d":"120,-196v37,0,57,16,73,41r4,-36r26,0r-26,191r-25,0r4,-29v-53,63,-165,32,-165,-56v0,-58,52,-113,109,-111xm35,-85v0,39,28,67,67,67v97,0,121,-155,18,-155v-47,0,-85,40,-85,88","w":245},"b":{"d":"113,5v-37,-1,-57,-17,-73,-42r-4,37r-26,0r36,-265r25,0r-14,102v54,-63,165,-30,165,57v0,58,-52,112,-109,111xm198,-106v0,-40,-28,-68,-68,-68v-52,1,-84,38,-85,89v-1,39,29,67,67,67v47,1,86,-40,86,-88","w":245},"c":{"d":"11,-86v0,-99,151,-154,200,-64r-21,12v-38,-66,-155,-30,-155,51v0,81,110,85,144,38r21,14v-46,64,-189,51,-189,-51","w":232},"d":{"d":"120,-196v37,0,57,16,73,41r14,-110r26,0r-36,265r-24,0r3,-29v-53,63,-165,32,-165,-56v0,-57,53,-113,109,-111xm35,-85v0,40,29,67,68,67v95,0,120,-155,18,-155v-47,0,-86,40,-86,88","w":246},"e":{"d":"121,-196v53,-1,93,45,84,105r-171,0v-9,79,100,93,133,42r18,15v-16,22,-49,38,-85,39v-56,2,-90,-43,-90,-91v0,-62,47,-109,111,-110xm182,-112v2,-57,-71,-78,-112,-44v-14,12,-25,25,-31,44r143,0","w":233},"f":{"d":"117,-259r-3,24v-22,-23,-46,-14,-46,23r-3,21r39,0r-2,21r-40,0r-24,170r-24,0r24,-170r-24,0r3,-21r24,0v8,-40,6,-77,46,-79v10,0,20,3,30,11","w":113},"g":{"d":"11,-87v0,-96,134,-148,180,-68r5,-36r24,0v-11,68,-15,159,-35,216v-15,44,-98,66,-147,37v-15,-9,-26,-21,-34,-38r22,-8v20,49,117,45,137,0v2,-5,9,-30,11,-50v-49,62,-163,35,-163,-53xm186,-108v0,-38,-29,-65,-63,-65v-50,0,-88,35,-88,87v0,39,28,62,66,63v48,1,85,-38,85,-85","w":242},"h":{"d":"147,0v3,-59,47,-174,-29,-174v-82,0,-73,101,-87,174r-24,0r37,-265r24,0r-15,103v38,-55,134,-41,134,31v0,41,-11,90,-16,131r-24,0","w":219},"i":{"d":"28,-250v0,-10,9,-21,20,-20v10,-1,20,10,20,20v0,11,-10,19,-20,19v-11,0,-20,-8,-20,-19xm29,-191r23,0r-25,191r-25,0","w":72},"j":{"d":"30,-250v0,-10,8,-20,19,-20v10,0,20,10,20,20v0,11,-10,19,-20,19v-11,0,-19,-8,-19,-19xm30,-191r24,0v-14,81,-17,185,-43,253v-11,15,-27,16,-46,8r3,-21v22,12,31,-8,33,-29","w":73},"k":{"d":"44,-265r24,0r-20,145r92,-71r38,0r-111,85r98,106r-32,0r-89,-95r-13,95r-24,0","w":180},"l":{"d":"40,-265r24,0r-37,265r-25,0","w":72},"m":{"d":"54,-164v22,-41,110,-45,120,11v22,-55,136,-60,132,18v-2,44,-12,91,-17,135r-24,0r17,-134v-2,-61,-85,-37,-98,1v-12,37,-16,89,-24,133r-24,0r17,-132v3,-51,-69,-49,-90,-16v-23,37,-23,97,-32,148r-25,0r28,-191r24,0","w":337},"n":{"d":"147,0v3,-60,47,-174,-29,-174v-82,0,-73,101,-87,174r-24,0r27,-191r23,0r-3,29v36,-55,136,-42,133,33v-2,37,-11,91,-16,129r-24,0","w":219},"o":{"d":"10,-85v1,-65,46,-111,110,-111v52,0,88,37,88,91v0,64,-44,109,-110,110v-51,1,-89,-39,-88,-90xm101,-18v93,0,116,-155,18,-155v-49,0,-84,36,-85,87v0,39,27,68,67,68","w":235},"p":{"d":"113,5v-37,-1,-58,-17,-73,-42r-13,107r-26,0r35,-261r25,0r-4,28v54,-63,165,-30,165,57v0,58,-52,112,-109,111xm198,-106v0,-40,-28,-68,-68,-68v-52,1,-84,38,-85,89v-1,39,29,67,67,67v47,1,86,-40,86,-88","w":245},"q":{"d":"120,-196v37,0,57,16,72,41r5,-36r25,0r-34,261r-25,0r13,-99v-53,63,-166,32,-166,-56v0,-58,53,-113,110,-111xm35,-85v0,40,28,68,67,67v52,0,84,-38,86,-88v1,-40,-29,-67,-68,-67v-47,0,-85,40,-85,88","w":245},"r":{"d":"45,-167v13,-21,43,-38,73,-24r-11,22v-81,-17,-71,100,-86,169r-24,0r26,-191r25,0","w":108},"s":{"d":"16,-145v0,-52,80,-69,106,-25r-13,20v-17,-31,-65,-31,-69,4v8,41,74,43,74,95v0,62,-91,75,-120,24r15,-17v14,17,29,26,46,26v17,1,36,-15,35,-33v-2,-43,-74,-46,-74,-94","w":139},"t":{"d":"64,-263r24,0r-10,72r38,0r-2,21r-38,0r-24,170r-24,0r23,-170r-33,0r3,-21r33,0","w":121},"u":{"d":"172,-45v-19,72,-159,63,-153,-21v3,-44,8,-84,14,-125r25,0r-16,123v-4,61,96,65,109,12v8,-33,16,-96,22,-135r24,0r-10,72v-5,35,-10,59,-15,74","w":218},"v":{"d":"10,-191r25,0r48,140r81,-140r27,0r-111,191r-4,0"},"w":{"d":"12,-191r25,0r39,135r72,-135r4,0r44,136r70,-136r26,0r-98,191r-5,0r-45,-135r-71,135r-5,0","w":299},"x":{"d":"6,-191r28,0r47,74r54,-74r30,0r-71,96r58,95r-28,0r-45,-73r-54,73r-30,0r70,-95","w":172},"y":{"d":"8,-191r26,0r49,141r82,-141r27,0r-151,261r-28,0r54,-93","w":193},"z":{"d":"16,-191r132,0r-115,169r104,0r-3,22r-144,0r115,-170r-92,0","w":152},"{":{"d":"87,79v-119,14,-1,-144,-80,-154r4,-29v84,-3,2,-164,123,-155r-4,28v-57,-14,-35,75,-53,101v-8,22,-18,30,-39,40v43,12,24,78,21,123v-1,18,12,19,32,19","w":126},"|":{"d":"108,-265r25,0r0,335r-25,0r0,-335","w":241},"}":{"d":"39,-139v-6,-25,34,-104,-25,-92r4,-28v76,-11,50,66,50,121v0,21,10,34,30,34r-4,29v-84,3,-2,164,-123,154r4,-27v56,13,36,-75,53,-101v8,-22,18,-31,39,-41v-18,-7,-29,-23,-28,-49","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}}});

Cufon.replace("#header-navigation,#header-contact span,.caption,#column-navigation,#donation", { hover: true, fontFamily: 'Cocon' });
Cufon.replace("#help", { hover: true, fontFamily: 'Century Gothic Italic' });
Cufon.now(); 




