/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1987, 1991 Adobe Systems Incorporated.  All Rights
 * Reserved.Univers is a registered trademark of Linotype-Hell AG and/or its
 * subsidiaries.
 * 
 * Full name:
 * Univers-CondensedLight
 */
Cufon.registerFont({"w":159,"face":{"font-family":"Univers","font-weight":300,"font-stretch":"condensed","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-13 -278 296 90","underline-thickness":"18","underline-position":"-27","stemh":"17","stemv":"22","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":79},"!":{"d":"46,0r0,-27r27,0r0,27r-27,0xm69,-61r-19,0r-3,-199r25,0","w":119},"\"":{"d":"26,-185r0,-75r19,0r0,75r-19,0xm66,-185r0,-75r19,0r0,75r-19,0","w":111},"#":{"d":"12,0r25,-84r-40,0r6,-17r39,0r13,-44r-39,0r6,-18r38,0r26,-88r18,0r-26,88r28,0r26,-88r18,0r-25,88r38,0r-6,18r-37,0r-13,44r37,0r-6,17r-36,0r-24,84r-20,0r25,-84r-28,0r-25,84r-18,0xm60,-101r28,0r14,-44r-28,0"},"$":{"d":"73,-145r0,-90v-20,3,-33,12,-33,38v0,26,14,40,33,52xm87,-112r0,97v24,-2,36,-13,36,-41v0,-28,-16,-44,-36,-56xm87,4r0,28r-14,0r0,-28v-41,-3,-59,-25,-59,-73r23,0v0,33,6,51,36,54r0,-105v-28,-16,-56,-31,-56,-74v0,-39,23,-57,56,-61r0,-23r14,0r0,23v42,1,59,24,58,69r-23,0v0,-30,-7,-47,-35,-49r0,97v28,15,60,31,60,76v0,44,-22,63,-60,66"},"%":{"d":"74,-124v-39,0,-47,-30,-47,-63v0,-32,6,-68,47,-68v36,0,47,29,47,61v0,32,-6,70,-47,70xm74,-141v27,0,28,-29,28,-48v0,-19,-3,-49,-28,-49v-25,0,-28,30,-28,49v0,19,1,48,28,48xm206,4v-39,0,-47,-30,-47,-63v0,-32,6,-68,47,-68v36,0,47,29,47,61v0,32,-6,70,-47,70xm206,-13v27,0,28,-30,28,-49v0,-19,-3,-48,-28,-48v-25,0,-28,29,-28,48v0,19,1,49,28,49xm92,14r-16,0r109,-274r17,0","w":280},"&":{"d":"151,-44r-69,-83v-24,17,-38,28,-38,59v0,65,85,69,107,24xm87,-155v20,-14,38,-29,38,-56v0,-21,-9,-35,-32,-35v-21,0,-35,12,-35,34v0,26,13,38,29,57xm185,0r-19,-26v-21,26,-44,31,-76,31v-34,0,-69,-17,-69,-73v0,-40,17,-52,47,-75v-18,-22,-33,-35,-33,-65v0,-40,20,-57,60,-57v32,0,53,13,53,55v0,35,-24,50,-48,70r62,74v6,-19,9,-60,9,-80r22,0v0,20,-3,66,-16,100r38,46r-30,0","w":219},"(":{"d":"42,-267r16,0v-30,102,-32,213,0,315r-17,0v-38,-101,-39,-214,1,-315","w":79},")":{"d":"22,-267r16,0v39,101,40,214,1,315r-17,0v32,-102,30,-213,0,-315","w":79},"*":{"d":"80,-220r22,-45r16,10r-28,40r49,-4r0,20r-49,-5r28,41r-17,10r-21,-46r-21,46r-18,-10r29,-41r-49,5r0,-20r49,4r-28,-40r16,-10"},"+":{"d":"71,-82r-64,0r0,-18r64,0r0,-82r18,0r0,82r64,0r0,18r-64,0r0,82r-18,0r0,-82"},",":{"d":"19,38r15,-65r26,0r-21,65r-20,0","w":79},"-":{"d":"86,-86r-72,0r0,-20r72,0r0,20","w":100},".":{"d":"27,0r0,-27r26,0r0,27r-26,0","w":79},"\/":{"d":"18,40r-19,0r102,-300r20,0","w":119},"0":{"d":"39,-175r0,99v0,57,25,61,41,61v16,0,41,-4,41,-61r0,-99v0,-57,-25,-60,-41,-60v-16,0,-41,3,-41,60xm80,-255v84,0,64,86,64,157v0,47,0,102,-64,102v-84,0,-64,-86,-64,-157v0,-47,0,-102,64,-102"},"1":{"d":"32,-187r0,-25v17,-12,32,-24,45,-39r21,0r0,251r-22,0r0,-222v-14,13,-28,25,-44,35"},"2":{"d":"142,-19r0,19r-128,0r0,-20v56,-86,104,-145,104,-178v0,-33,-21,-37,-41,-37v-27,0,-41,19,-41,45r-21,0v0,-50,33,-65,62,-65v29,0,64,9,64,52v0,37,-18,58,-102,184r103,0"},"3":{"d":"62,-120r0,-20v37,3,54,-14,54,-51v0,-27,-11,-44,-39,-44v-29,0,-39,19,-38,45r-23,0v-3,-37,19,-65,58,-65v76,0,89,107,26,125v35,4,42,32,42,62v0,46,-22,72,-63,72v-44,0,-68,-21,-67,-66r23,0v-1,27,13,47,41,47v33,0,43,-21,43,-48v0,-43,-11,-61,-57,-57"},"4":{"d":"30,-82r70,0r-1,-147xm122,-251r0,169r29,0r0,19r-29,0r0,63r-22,0r0,-63r-90,0r0,-21r77,-167r35,0"},"5":{"d":"87,-161v62,0,60,53,60,83v0,42,-10,82,-64,82v-43,0,-65,-20,-64,-64r23,0v-1,28,10,45,40,45v38,0,42,-33,42,-63v0,-31,-2,-63,-42,-63v-16,0,-36,9,-40,26r-20,0r0,-136r115,0r0,20r-94,0r0,89v14,-13,24,-19,44,-19"},"6":{"d":"121,-81v0,-39,-9,-58,-39,-58v-26,0,-44,18,-44,61v0,2,-6,63,42,63v39,0,41,-36,41,-66xm38,-130v10,-18,27,-29,50,-28v60,0,56,63,56,71v0,49,-6,91,-61,91v-92,0,-67,-90,-67,-168v0,-61,12,-91,67,-91v39,0,57,21,58,60r-23,0v-1,-25,-11,-40,-36,-40v-50,2,-43,58,-44,105"},"7":{"d":"12,-231r0,-20r127,0r0,23r-78,228r-25,0r81,-231r-105,0"},"8":{"d":"80,-140v30,0,40,-20,40,-49v0,-30,-8,-49,-40,-49v-32,0,-40,19,-40,49v0,29,10,49,40,49xm54,-131v-30,-7,-38,-32,-37,-61v0,-23,2,-63,63,-63v61,0,63,40,63,63v1,29,-8,53,-37,61v34,8,39,32,39,63v0,33,-8,72,-65,72v-57,0,-66,-39,-66,-72v0,-31,6,-55,40,-63xm80,-13v32,0,42,-23,42,-52v0,-27,-2,-57,-42,-57v-40,0,-43,30,-43,57v0,29,11,52,43,52"},"9":{"d":"78,-118v42,0,43,-40,43,-57v0,-31,-1,-60,-42,-60v-36,0,-40,28,-40,57v0,28,4,60,39,60xm122,-121v-38,45,-107,21,-107,-57v0,-44,13,-77,63,-77v75,0,65,59,66,128v0,91,-2,131,-64,131v-42,0,-61,-18,-62,-60r23,0v0,25,10,41,36,41v46,0,43,-28,45,-106"},":":{"d":"27,0r0,-27r26,0r0,27r-26,0xm27,-154r0,-28r26,0r0,28r-26,0","w":79},";":{"d":"14,38r15,-65r26,0r-22,65r-19,0xm27,-154r0,-28r26,0r0,28r-26,0","w":79},"<":{"d":"7,-83r0,-16r146,-84r0,20v-41,25,-88,44,-127,72r127,72r0,20"},"=":{"d":"153,-132r0,18r-146,0r0,-18r146,0xm153,-68r0,18r-146,0r0,-18r146,0"},">":{"d":"153,-99r0,16r-146,84r0,-20r128,-72r0,-2r-128,-70r0,-20"},"?":{"d":"75,-61r-21,0r0,-32v0,-59,37,-46,37,-112v0,-23,-1,-41,-28,-41v-24,0,-27,21,-26,41r-23,0v-1,-35,11,-60,49,-60v42,0,51,19,51,60v0,82,-50,69,-39,144xm51,0r0,-27r27,0r0,27r-27,0","w":140},"@":{"d":"120,-70v48,2,56,-79,64,-106v0,-13,-11,-26,-29,-26v-38,0,-64,56,-64,90v0,27,11,42,29,42xm194,-195r5,-17r20,0r-43,134v0,6,8,8,19,8v43,0,63,-54,63,-76v0,-95,-80,-102,-114,-102v-64,0,-114,52,-114,118v0,66,50,118,114,118v46,0,85,-19,109,-51r20,0v-24,44,-73,68,-129,68v-72,0,-131,-60,-131,-135v0,-74,59,-135,131,-135v70,0,131,30,131,114v0,60,-45,98,-83,98v-17,0,-29,-3,-33,-18v-34,35,-90,15,-90,-37v0,-50,34,-112,87,-112v18,0,30,8,38,25","w":288},"A":{"d":"87,-260r27,0r81,260r-24,0r-21,-68r-102,0r-20,68r-23,0xm55,-88r89,0r-45,-147","w":200,"k":{"y":6,"w":6,"v":6,"Y":20,"W":7,"V":13,"T":25}},"B":{"d":"48,-144r44,0v33,0,43,-23,43,-53v0,-63,-42,-38,-87,-43r0,96xm98,0r-74,0r0,-260v66,1,134,-15,134,62v0,32,-6,52,-37,63v34,7,43,30,43,63v0,47,-22,72,-66,72xm48,-125r0,106v51,2,93,1,93,-52v0,-23,-7,-54,-47,-54r-46,0","w":180},"C":{"d":"99,5v-78,0,-78,-65,-78,-135v0,-70,0,-135,78,-135v63,0,64,52,64,75r-23,0v0,-29,-8,-56,-41,-56v-55,0,-55,47,-55,116v0,69,0,116,55,116v30,0,41,-28,41,-61r25,0v0,19,-4,80,-66,80","w":180},"D":{"d":"50,-240r0,221v88,2,104,-4,104,-125v0,-89,-25,-99,-104,-96xm27,0r0,-260r69,0v73,0,81,42,81,131v0,86,-13,129,-91,129r-59,0","w":200},"E":{"d":"27,-260r118,0r0,20r-95,0r0,97r90,0r0,19r-90,0r0,105r97,0r0,19r-120,0r0,-260"},"F":{"d":"24,0r0,-260r110,0r0,20r-86,0r0,97r80,0r0,19r-80,0r0,124r-24,0","w":140,"k":{"A":7,".":36,",":36}},"G":{"d":"149,-22r0,-94r-53,0r0,-20r76,0r0,130v-23,7,-48,11,-72,11v-85,0,-78,-85,-78,-135v0,-50,-7,-135,78,-135v50,0,75,22,74,72r-23,0v0,-34,-15,-53,-51,-53v-56,0,-55,50,-55,116v0,66,-1,116,55,116v20,0,37,-3,49,-8","w":200},"H":{"d":"49,0r-23,0r0,-260r23,0r0,117r102,0r0,-117r23,0r0,260r-23,0r0,-124r-102,0r0,124","w":200},"I":{"d":"28,-260r23,0r0,260r-23,0r0,-260","w":79},"J":{"d":"8,-73r23,0v0,29,3,59,39,59v21,0,40,-11,40,-45r0,-201r23,0r0,204v0,61,-55,61,-63,61v-57,0,-62,-41,-62,-78"},"K":{"d":"51,0r-23,0r0,-260r23,0r1,119r92,-119r28,0r-97,121r100,139r-29,0r-95,-133r0,133","w":180},"L":{"d":"133,0r-109,0r0,-260r23,0r0,241r86,0r0,19","w":140,"k":{"y":6,"Y":22,"W":14,"V":18,"T":29}},"M":{"d":"49,0r-23,0r0,-260r39,0r77,235r76,-235r37,0r0,260r-24,0r0,-238r-77,238r-26,0r-79,-238r0,238","w":280},"N":{"d":"51,0r-23,0r0,-260r35,0r106,228r0,-228r23,0r0,260r-35,0r-106,-230r0,230","w":219},"O":{"d":"45,-130v0,69,0,116,55,116v55,0,56,-47,56,-116v0,-69,-1,-116,-56,-116v-55,0,-55,47,-55,116xm22,-130v0,-70,0,-135,78,-135v78,0,79,65,79,135v0,70,-1,135,-79,135v-78,0,-78,-65,-78,-135","w":200},"P":{"d":"23,0r0,-260v68,7,123,-29,129,63v5,72,-39,81,-106,76r0,121r-23,0xm46,-240r0,100v49,0,84,9,83,-53v-1,-64,-37,-43,-83,-47","k":{"A":14,".":47,",":47}},"Q":{"d":"100,-18v49,0,56,-46,56,-112v0,-66,0,-116,-56,-116v-56,0,-55,50,-55,116v0,75,5,112,55,112xm22,-130v0,-50,-7,-135,78,-135v85,0,79,85,79,135v0,68,-6,94,-30,110v13,3,31,0,46,1r0,19r-84,1v-89,0,-89,-49,-89,-131","w":200},"R":{"d":"91,-126r-43,0r0,126r-24,0r0,-260v66,1,135,-14,135,62v0,33,-8,53,-41,63v36,8,39,12,39,105v0,10,1,20,2,30r-21,0v-2,-8,-4,-51,-4,-65v0,-11,7,-61,-43,-61xm48,-240r0,95v50,0,88,8,88,-53v0,-56,-43,-39,-88,-42","w":180},"S":{"d":"159,-194r-23,0v-1,-32,-9,-52,-44,-52v-28,0,-46,10,-46,41v0,39,19,40,49,61v32,23,65,30,65,80v0,46,-24,69,-69,69v-51,0,-73,-27,-71,-78r24,0v0,29,2,59,48,59v30,0,45,-16,45,-46v0,-35,-24,-46,-61,-69v-50,-31,-53,-46,-53,-72v0,-45,29,-64,71,-64v54,0,65,34,65,71","w":180},"T":{"d":"68,0r0,-240r-63,0r0,-20r150,0r0,20r-64,0r0,240r-23,0","k":{"y":24,"w":27,"u":27,"s":32,"r":27,"o":27,"i":18,"e":27,"c":27,"a":27,"A":18,";":27,":":27,".":32,"-":27,",":32}},"U":{"d":"47,-260r0,164v0,34,0,82,53,82v53,0,53,-48,53,-82r0,-164r23,0r0,180v0,67,-35,85,-76,85v-41,0,-76,-18,-76,-85r0,-180r23,0","w":200},"V":{"d":"89,-27r65,-233r22,0r-72,260r-28,0r-73,-260r25,0","w":180,"k":{"y":6,"u":14,"r":6,"o":13,"i":6,"e":13,"a":13,"A":13,";":13,":":13,".":36,"-":6,",":36}},"W":{"d":"134,-260r31,0r53,228r56,-228r22,0r-64,260r-30,0r-53,-231r-54,231r-29,0r-62,-260r24,0r53,230","w":299,"k":{"u":7,"o":6,"e":6,"a":6,"A":14,";":6,":":6,".":20,"-":6,",":22}},"X":{"d":"9,-260r25,0r55,108r57,-108r24,0r-67,126r73,134r-27,0r-61,-119r-60,119r-25,0r70,-134","w":180},"Y":{"d":"78,0r0,-108r-73,-152r26,0r59,129r62,-129r23,0r-74,152r0,108r-23,0","w":180,"k":{"v":13,"u":22,"q":20,"p":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":27,":":27,".":36,"-":20,",":41}},"Z":{"d":"16,-260r134,0r0,26r-118,215r119,0r0,19r-142,0r0,-26r118,-214r-111,0r0,-20"},"[":{"d":"18,48r0,-315r50,0r0,17r-28,0r0,280r28,0r0,18r-50,0","w":79},"\\":{"d":"73,0r-86,-260r19,0r87,260r-20,0","w":79},"]":{"d":"62,-267r0,315r-50,0r0,-18r28,0r0,-280r-28,0r0,-17r50,0","w":79},"^":{"d":"72,-255r15,0r49,148r-17,0r-40,-121r-38,121r-17,0"},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"69,-14v37,-1,50,-36,45,-79v-31,1,-77,-2,-77,42v0,21,10,37,32,37xm116,0v-1,-7,2,-17,-1,-22v-25,42,-101,32,-101,-28v0,-64,63,-57,100,-60v1,-33,-1,-59,-36,-58v-20,0,-36,9,-36,31r-23,0v2,-35,29,-48,61,-48v18,0,56,2,56,48r2,137r-22,0"},"b":{"d":"44,-94v0,29,0,80,39,80v40,0,41,-34,41,-76v0,-42,-1,-78,-41,-78v-35,0,-39,47,-39,74xm43,0r-22,0v6,-82,0,-174,2,-260r21,0r1,99v11,-17,25,-24,46,-24v59,0,54,62,54,94v0,40,-3,95,-56,95v-22,1,-35,-11,-46,-26r0,22"},"c":{"d":"14,-90v0,-52,13,-95,60,-95v31,0,53,17,51,55r-22,0v1,-23,-7,-38,-32,-38v-33,0,-34,32,-34,78v0,33,0,76,33,76v28,0,32,-18,33,-40r22,0v2,49,-33,58,-50,58v-62,0,-61,-49,-61,-94","w":140},"d":{"d":"76,-14v30,6,40,-46,40,-93v0,-11,1,-61,-40,-61v-39,0,-39,36,-39,78v0,68,16,76,39,76xm71,-185v18,0,34,8,45,22r0,-97r21,0r2,260r-21,0r-1,-23v-11,17,-25,27,-46,27v-53,0,-56,-53,-56,-95v0,-35,0,-94,56,-94"},"e":{"d":"143,-86r-104,0v-1,34,2,72,41,72v27,0,40,-17,40,-41r23,0v-3,44,-27,59,-63,59v-31,0,-63,-13,-63,-68v0,-65,5,-121,63,-121v63,0,63,45,63,99xm39,-104r82,0v0,-40,-6,-64,-41,-64v-35,0,-41,24,-41,64"},"f":{"d":"36,0r0,-165r-29,0r0,-17r29,0v-2,-44,-5,-82,59,-78r0,18r-17,0v-32,4,-16,33,-20,60r36,0r0,17r-36,0r0,165r-22,0","w":100},"g":{"d":"75,-168v-37,0,-38,46,-38,73v0,38,0,76,39,76v18,0,30,-12,33,-21v5,-14,7,-23,7,-76v0,-38,-21,-52,-41,-52xm72,-185v19,0,36,10,45,26r0,-23r21,0r-1,188v0,40,-12,64,-64,64v-45,0,-54,-32,-53,-50r22,0v-1,21,14,33,34,33v41,2,42,-26,39,-77v-9,15,-27,22,-44,22v-74,0,-58,-104,-50,-147v2,-8,14,-36,51,-36"},"h":{"d":"44,0r-22,0r0,-260r22,0r0,101v10,-15,25,-26,44,-26v45,0,50,33,50,57r0,128r-22,0r0,-127v0,-21,-8,-41,-33,-41v-19,0,-39,13,-39,54r0,114"},"i":{"d":"51,0r-22,0r0,-182r22,0r0,182xm53,-233r-26,0r0,-27r26,0r0,27","w":79},"j":{"d":"31,-182r21,0r0,215v6,18,-20,45,-51,36r0,-18v27,2,30,-5,30,-29r0,-204xm55,-233r-27,0r0,-27r27,0r0,27","w":79},"k":{"d":"23,0r0,-260r21,0r1,158r63,-80r25,0r-65,81r69,101r-27,0r-66,-99r0,99r-21,0","w":140},"l":{"d":"51,0r-22,0r0,-260r22,0r0,260","w":79},"m":{"d":"81,-168v-63,0,-31,106,-38,168r-21,0r0,-182r19,0v1,7,-2,18,1,23v14,-32,73,-36,84,2v18,-45,92,-33,92,22r0,135r-21,0r0,-130v0,-18,-8,-38,-29,-38v-62,0,-29,107,-37,168r-22,0r0,-130v0,-18,-7,-38,-28,-38","w":240},"n":{"d":"44,-114r0,114r-22,0r0,-182r22,0r0,23v10,-15,25,-26,44,-26v45,0,50,33,50,57r0,128r-22,0r0,-127v0,-21,-8,-41,-33,-41v-19,0,-39,13,-39,54"},"o":{"d":"80,4v-56,0,-63,-52,-63,-115v0,-47,21,-74,63,-74v57,0,63,52,63,114v0,47,-21,75,-63,75xm80,-168v-36,0,-41,30,-41,77v0,48,5,77,41,77v36,0,41,-29,41,-77v0,-47,-5,-77,-41,-77"},"p":{"d":"44,-107v0,45,9,93,39,93v36,0,41,-29,41,-77v0,-47,-5,-77,-41,-77v-14,0,-39,16,-39,61xm145,-71v7,68,-67,102,-101,50r0,90r-21,0r0,-251r21,0r0,22v12,-18,30,-25,44,-25v75,0,51,60,57,114"},"q":{"d":"75,-14v40,0,41,-34,41,-76v0,-42,-1,-78,-41,-78v-35,0,-39,47,-39,74v0,29,0,80,39,80xm117,-182r22,0v-6,79,0,168,-2,251r-21,0r-1,-90v-11,17,-25,25,-46,25v-59,0,-55,-63,-55,-95v0,-40,4,-94,57,-94v22,-1,35,11,46,27r0,-24"},"r":{"d":"45,-182v1,8,-2,19,1,25v9,-17,28,-28,50,-28r0,22v-74,-8,-46,97,-51,163r-22,0r0,-182r22,0","w":100,"k":{".":25,"-":13,",":25}},"s":{"d":"124,-48v0,34,-20,52,-54,52v-39,0,-54,-19,-54,-58r22,0v0,25,5,41,33,41v21,0,31,-12,31,-32v0,-48,-81,-35,-81,-95v0,-33,22,-45,54,-45v36,0,48,24,48,52r-21,0v-1,-23,-8,-35,-32,-35v-15,0,-28,10,-28,26v0,45,82,33,82,94","w":140},"t":{"d":"35,-165r-29,0r0,-17r29,0r0,-37r22,-10r0,47r36,0r0,17r-36,0r0,117v-3,33,13,31,36,29r0,19v-33,5,-58,-5,-58,-35r0,-130","w":100},"u":{"d":"115,-182r21,0r0,182r-18,0v-1,-6,2,-16,-1,-20v-13,15,-26,24,-46,24v-79,0,-38,-115,-48,-186r22,0r0,125v0,5,-1,43,30,43v29,0,40,-27,40,-40r0,-128"},"v":{"d":"27,-182r44,155r45,-155r20,0r-54,182r-24,0r-54,-182r23,0","w":140,"k":{".":18,",":18}},"w":{"d":"54,0r-50,-182r23,0r41,159r39,-159r26,0r41,159r41,-159r22,0r-51,182r-27,0r-40,-156r-38,156r-27,0","w":240,"k":{".":18,",":18}},"x":{"d":"4,0r53,-97r-45,-85r26,0r33,69r36,-69r24,0r-47,84r52,98r-26,0r-40,-79r-42,79r-24,0","w":140},"y":{"d":"40,69r21,-69r-57,-182r23,0r45,149r43,-149r21,0r-75,251r-21,0","w":140,"k":{".":18,",":18}},"z":{"d":"10,0r0,-18r76,-147r-72,0r0,-17r94,0r0,18r-74,147r75,0r0,17r-99,0","w":119},"{":{"d":"22,-121v46,-6,29,-62,29,-105v0,-36,25,-41,53,-41r0,17v-69,2,11,117,-61,138v49,6,32,66,32,113v0,18,4,29,29,29r0,18v-28,0,-53,-6,-53,-42v0,-45,18,-103,-29,-110r0,-17","w":126},"|":{"d":"31,90r0,-360r18,0r0,360r-18,0","w":79},"}":{"d":"75,-226v0,43,-17,99,29,105r0,17v-47,6,-29,66,-29,110v0,36,-25,42,-53,42r0,-18v72,1,-12,-125,61,-143v-46,-13,-31,-60,-31,-108v0,-18,-5,-29,-30,-29r0,-17v28,0,53,5,53,41","w":126},"~":{"d":"112,-72v-21,-1,-42,-19,-63,-19v-15,0,-24,14,-30,24r-12,-12v9,-15,22,-31,42,-31v19,-1,48,18,63,19v13,0,23,-13,29,-25r12,15v-9,14,-22,29,-41,29"},"'":{"d":"26,-185r0,-75r19,0r0,75r-19,0","w":71},"`":{"d":"73,-202r-18,0r-51,-49r28,0","w":100},"\u00a0":{"w":79}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1987, 1991 Adobe Systems Incorporated.  All Rights
 * Reserved.Univers is a registered trademark of Linotype-Hell AG and/or its
 * subsidiaries.
 * 
 * Full name:
 * Univers-Condensed
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Univers","font-weight":500,"font-stretch":"condensed","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-9 -275 318 90","underline-thickness":"18","underline-position":"-27","stemh":"22","stemv":"30","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":79},"!":{"d":"72,-60r-25,0r-7,-200r40,0xm77,-37r0,37r-34,0r0,-37r34,0","w":119},"\"":{"d":"13,-185r0,-75r21,0r0,75r-21,0xm56,-185r0,-75r21,0r0,75r-21,0","w":90},"#":{"d":"8,0r27,-84r-36,0r6,-20r36,0r12,-41r-36,0r6,-21r36,0r26,-84r19,0r-27,84r30,0r25,-84r19,0r-26,84r37,0r-6,21r-37,0r-12,41r37,0r-6,20r-38,0r-25,84r-19,0r26,-84r-29,0r-26,84r-19,0xm59,-104r29,0r13,-41r-29,0","w":159},"$":{"d":"87,-106r0,83v21,-3,38,-17,38,-40v0,-21,-18,-32,-38,-43xm72,-150r0,-75v-18,3,-30,15,-30,35v0,20,13,31,30,40xm87,5r0,22r-15,0r0,-22v-77,0,-71,-75,-70,-81r34,0v0,26,9,51,36,53r0,-91v-31,-15,-64,-32,-64,-72v0,-40,28,-68,64,-68r0,-21r15,0r0,21v48,0,71,27,71,74r-36,0v0,-26,-8,-44,-35,-45r0,83v32,15,71,30,71,78v0,50,-40,69,-71,69","w":159},"%":{"d":"71,-265v44,0,46,35,46,69v0,35,-2,68,-46,68v-44,0,-46,-33,-46,-68v0,-34,2,-69,46,-69xm71,-245v-21,0,-21,15,-21,48v0,33,0,49,21,49v21,0,21,-16,21,-49v0,-33,0,-48,-21,-48xm208,-132v44,0,47,35,47,69v0,35,-3,68,-47,68v-44,0,-46,-33,-46,-68v0,-34,2,-69,46,-69xm208,-112v-21,0,-20,16,-20,49v0,33,-1,48,20,48v21,0,21,-15,21,-48v0,-33,0,-49,-21,-49xm213,-273r-124,286r-22,0r122,-286r24,0","w":280},"&":{"d":"159,-48r-64,-81v-23,15,-42,29,-42,59v0,52,83,65,106,22xm105,-164v25,-13,48,-73,0,-76v-17,0,-28,12,-28,29v0,18,18,33,28,47xm198,0r-21,-27v-42,56,-158,39,-158,-42v0,-43,25,-58,58,-79v-15,-17,-34,-42,-34,-66v0,-38,32,-51,64,-51v33,0,61,15,61,52v0,27,-23,51,-44,69r51,65v5,-17,5,-35,5,-74r30,0v0,56,-6,80,-16,97r41,56r-37,0","w":240},"(":{"d":"75,42r-21,0v-16,-51,-36,-101,-36,-155v0,-55,20,-107,36,-159r22,0v-30,103,-31,211,-1,314","w":100},")":{"d":"46,42r-20,0v29,-103,28,-212,-2,-314r22,0v16,52,36,104,36,159v0,54,-20,104,-36,155","w":100},"*":{"d":"148,-188r-56,-5r33,46r-21,12r-24,-52r-24,52r-21,-12r33,-46r-56,5r0,-24r56,5r-33,-46r22,-12r23,51r23,-51r22,12r-33,46r56,-5r0,24","w":159},"+":{"d":"79,-102r0,-80r22,0r0,80r64,0r0,22r-64,0r0,80r-22,0r0,-80r-64,0r0,-22r64,0"},",":{"d":"12,46r19,-83r37,0r-33,83r-23,0","w":79},"-":{"d":"20,-84r0,-28r79,0r0,28r-79,0","w":119},".":{"d":"57,-37r0,37r-34,0r0,-37r34,0","w":79},"\/":{"d":"100,-260r-85,295r-24,0r85,-295r24,0","w":100},"0":{"d":"80,-254v68,0,67,63,67,130v0,65,1,129,-67,129v-68,0,-67,-64,-67,-129v0,-67,-1,-130,67,-130xm80,-226v-34,0,-34,42,-34,109v0,42,-3,95,34,95v37,0,34,-53,34,-95v0,-67,0,-109,-34,-109","w":159},"1":{"d":"104,-250r0,250r-33,0r0,-213r-38,25r0,-32v8,-4,33,-22,43,-30r28,0","w":159},"2":{"d":"150,0r-135,0r0,-29v73,-102,95,-121,95,-164v0,-20,-10,-33,-31,-33v-25,0,-29,21,-29,41r-34,0v-3,-41,19,-69,61,-69v45,0,66,21,66,66v0,56,-28,74,-92,159r99,0r0,29","w":159},"3":{"d":"61,-116r0,-29v30,3,51,-10,51,-42v0,-23,-11,-39,-35,-39v-27,0,-31,21,-31,41r-33,0v-3,-42,18,-69,64,-69v42,0,68,21,68,65v0,48,-37,52,-49,59v39,5,52,26,52,63v0,49,-27,72,-75,72v-70,0,-64,-60,-64,-74r33,0v0,25,4,47,34,47v29,0,38,-18,38,-45v0,-40,-14,-49,-53,-49","w":159},"4":{"d":"38,-90r55,0r-1,-130xm93,-61r-84,0r0,-29r71,-160r43,0r0,160r30,0r0,29r-30,0r0,61r-30,0r0,-61","w":159},"5":{"d":"21,-250r117,0r0,29r-84,0v1,24,-2,51,1,73v5,-11,23,-18,40,-18v36,0,52,26,52,84v0,40,-5,87,-68,87v-52,0,-61,-29,-61,-62r33,0v0,19,7,38,29,38v31,0,34,-31,34,-55v0,-36,-1,-65,-32,-65v-18,0,-28,13,-31,30r-30,0r0,-141","w":159},"6":{"d":"47,-81v0,25,3,59,35,59v27,0,32,-30,32,-63v0,-23,-5,-50,-34,-50v-29,0,-33,32,-33,54xm80,5v-68,0,-67,-64,-67,-129v0,-67,-1,-130,67,-130v37,0,63,23,62,61r-33,0v0,-17,-9,-37,-29,-37v-26,0,-36,28,-33,91v34,-45,100,-29,100,60v0,45,-18,84,-67,84","w":159},"7":{"d":"11,-221r0,-29r129,0r0,29r-67,221r-37,0r70,-221r-95,0","w":159},"8":{"d":"80,-22v25,0,33,-23,33,-45v0,-22,-2,-51,-33,-51v-31,0,-34,29,-34,51v0,22,9,45,34,45xm80,-254v74,0,87,112,20,121v34,7,47,32,47,66v0,45,-23,72,-67,72v-44,0,-67,-27,-67,-72v0,-32,14,-63,46,-65v-30,-6,-43,-31,-43,-59v0,-39,25,-63,64,-63xm80,-147v43,0,42,-82,0,-83v-21,0,-31,19,-31,38v0,18,6,45,31,45","w":159},"9":{"d":"80,-230v-28,0,-34,29,-34,52v0,25,5,52,34,52v29,0,33,-27,33,-52v0,-23,-5,-52,-33,-52xm80,-254v68,0,67,63,67,130v0,65,1,129,-67,129v-37,0,-63,-25,-62,-65r33,0v0,18,8,38,29,38v31,0,36,-40,33,-100v-8,17,-24,24,-43,24v-20,0,-57,-11,-57,-79v0,-56,34,-77,67,-77","w":159},":":{"d":"57,-182r0,38r-34,0r0,-38r34,0xm57,-37r0,37r-34,0r0,-37r34,0","w":79},";":{"d":"12,46r19,-83r37,0r-33,83r-23,0xm57,-182r0,38r-34,0r0,-38r34,0","w":79},"<":{"d":"43,-91r122,69r0,27r-150,-85r0,-23r150,-82r0,26"},"=":{"d":"165,-138r0,22r-150,0r0,-22r150,0xm165,-67r0,22r-150,0r0,-22r150,0"},">":{"d":"15,-22r122,-69r-122,-68r0,-26r150,82r0,23r-150,85r0,-27"},"?":{"d":"94,-66r-30,0r0,-41v0,-31,44,-52,44,-99v0,-16,-8,-35,-27,-35v-26,0,-27,31,-27,50r-34,0v-2,-44,15,-74,63,-74v37,0,58,24,58,60v0,79,-60,71,-47,139xm96,-37r0,37r-34,0r0,-37r34,0","w":159},"@":{"d":"155,-193v-38,0,-62,54,-62,87v0,17,10,34,28,34v42,0,60,-80,60,-95v0,-14,-11,-26,-26,-26xm196,-190r5,-17r25,0r-42,128v0,6,5,10,11,10v22,0,60,-29,60,-86v0,-22,-11,-90,-111,-90v-64,0,-115,51,-115,115v0,64,51,115,115,115v44,0,81,-17,103,-48r21,0v-23,42,-70,68,-124,68v-75,0,-135,-59,-135,-135v0,-75,60,-135,135,-135v122,0,131,96,131,110v0,81,-58,106,-85,106v-13,0,-28,-6,-32,-19v-31,35,-93,15,-93,-36v0,-65,82,-155,131,-86","w":283},"A":{"d":"5,0r83,-260r42,0r85,260r-38,0r-18,-62r-101,0r-19,62r-34,0xm150,-91r-43,-138r-40,138r83,0","w":219,"k":{"y":6,"w":6,"v":9,"Y":22,"W":13,"V":13,"T":27}},"B":{"d":"66,-122r0,93r46,0v35,0,48,-25,48,-44v0,-55,-45,-49,-94,-49xm66,-231r0,81v44,2,86,4,86,-42v0,-40,-44,-42,-86,-39xm117,-260v83,-6,91,107,24,123r0,2v37,4,53,26,53,62v0,103,-81,66,-162,73r0,-260r85,0","w":219},"C":{"d":"144,-188v4,-30,-14,-49,-37,-49v-27,0,-38,16,-39,20v-8,1,-8,94,-8,123v0,64,21,72,47,72v10,0,41,-4,41,-55r34,0v1,82,-57,82,-74,82v-32,0,-82,-2,-82,-103r0,-73v0,-73,33,-94,84,-94v51,0,71,27,68,77r-34,0","w":200},"D":{"d":"63,-231r0,202v63,3,94,-3,94,-78v0,-58,3,-133,-50,-124r-44,0xm191,-138v-2,106,-8,132,-101,138r-60,0r0,-260v65,1,130,-11,150,40v9,22,11,74,11,82","w":219},"E":{"d":"165,0r-136,0r0,-260r134,0r0,29r-101,0r0,83r94,0r0,29r-94,0r0,90r103,0r0,29"},"F":{"d":"60,0r-33,0r0,-260r129,0r0,29r-96,0r0,83r90,0r0,29r-90,0r0,119","w":159,"k":{"A":13,".":33,",":33}},"G":{"d":"188,-190r-34,0v0,-31,-13,-48,-46,-48v-10,0,-48,3,-48,57v0,61,-11,171,48,159v24,0,39,-7,46,-12r0,-78r-48,0r0,-28r81,0r0,126v-21,12,-46,19,-79,19v-55,0,-82,-28,-82,-100v0,-86,-8,-170,82,-170v56,0,82,21,80,75","w":219},"H":{"d":"64,0r-33,0r0,-260r33,0r0,112r92,0r0,-112r33,0r0,260r-33,0r0,-119r-92,0r0,119","w":219},"I":{"d":"67,-260r0,260r-34,0r0,-260r34,0","w":100},"J":{"d":"11,-81r34,0v1,23,-2,59,32,59v35,0,37,-30,37,-62r0,-176r34,0r0,196v0,14,-1,69,-72,69v-14,0,-42,-4,-55,-25v-10,-17,-10,-40,-10,-61"},"K":{"d":"62,0r-33,0r0,-260r33,0r1,114r91,-114r38,0r-95,117r100,143r-43,0r-92,-136r0,136","w":200},"L":{"d":"158,0r-129,0r0,-260r33,0r0,231r96,0r0,29","w":159,"k":{"y":6,"Y":22,"W":15,"V":9,"T":22}},"M":{"d":"61,-231r-1,231r-30,0r0,-260r53,0r66,218r67,-218r54,0r0,260r-33,0r0,-231r-73,231r-32,0","w":299},"N":{"d":"180,-260r29,0r0,260r-45,0r-104,-225r0,225r-29,0r0,-260r47,0r102,223r0,-223","w":240},"O":{"d":"110,5v-55,0,-82,-28,-82,-100v0,-86,-8,-170,82,-170v89,0,82,83,82,170v0,72,-27,100,-82,100xm110,-22v58,12,48,-98,48,-159v0,-54,-38,-57,-48,-57v-10,0,-48,3,-48,57v0,61,-11,171,48,159","w":219},"P":{"d":"67,-231r0,88v44,-2,74,12,82,-45v-9,-61,-37,-38,-82,-43xm67,0r-34,0r0,-260v78,3,150,-21,150,74v0,78,-54,73,-116,72r0,114","w":200,"k":{"A":18,".":52,",":52}},"Q":{"d":"108,-27v68,0,48,-92,48,-154v0,-54,-38,-57,-48,-57v-10,0,-48,3,-48,57v0,62,-20,154,48,154xm26,-95v0,-86,-8,-170,82,-170v89,0,81,84,81,170v0,20,-8,64,-22,72v13,-5,30,-7,49,-6r0,29r-108,0v-35,0,-82,-2,-82,-95","w":219},"R":{"d":"62,-231r0,83r49,0v24,0,36,-21,36,-44v0,-19,-9,-39,-35,-39r-50,0xm140,-86v-8,-48,-39,-31,-78,-34r0,120r-34,0r0,-260r90,0v80,-2,81,115,15,124v28,8,41,14,42,68v0,11,4,52,9,68r-34,0v-9,-18,-4,-51,-10,-86","w":200},"S":{"d":"22,-77r33,0v-3,37,20,54,43,54v26,0,47,-12,47,-43v0,-58,-117,-51,-117,-129v0,-46,32,-70,76,-70v48,0,74,23,72,76r-34,0v0,-28,-9,-48,-40,-48v-20,0,-40,11,-40,39v0,57,117,49,117,131v0,55,-38,72,-81,72v-77,0,-77,-57,-76,-82","w":200},"T":{"d":"5,-260r170,0r0,29r-68,0r0,231r-34,0r0,-231r-68,0r0,-29","k":{"y":27,"w":27,"u":27,"s":27,"r":29,"o":32,"i":22,"e":29,"c":32,"a":29,"A":27,";":27,":":32,".":32,"-":27,",":36}},"U":{"d":"28,-95r0,-165r33,0r0,166v0,57,18,72,49,72v31,0,48,-15,48,-72r0,-166r34,0r0,165v0,72,-27,100,-82,100v-55,0,-82,-28,-82,-100","w":219},"V":{"d":"195,-260r-75,260r-40,0r-75,-260r36,0r60,229r61,-229r33,0","w":200,"k":{"y":6,"u":6,"r":6,"o":13,"i":6,"e":13,"a":13,"A":13,";":13,":":13,".":27,"-":6,",":32}},"W":{"d":"66,0r-64,-260r35,0r50,225r52,-225r43,0r48,225r53,-225r35,0r-69,260r-41,0r-50,-225r-52,225r-40,0","w":320,"k":{"y":7,"u":5,"r":5,"o":11,"e":11,"a":11,"A":13,";":6,":":6,".":18,"-":6,",":18}},"X":{"d":"118,-135r78,135r-40,0r-61,-111r-57,111r-36,0r75,-135r-71,-125r38,0r54,101r54,-101r36,0","w":200},"Y":{"d":"91,-134r52,-126r34,0r-71,161r0,99r-33,0r0,-99r-70,-161r37,0","k":{"v":13,"u":13,"q":20,"p":13,"o":25,"i":6,"e":25,"a":20,"A":22,";":27,":":27,".":33,"-":20,",":33}},"Z":{"d":"168,-260r0,33r-129,198r132,0r0,29r-162,0r0,-37r126,-194r-122,0r0,-29r155,0"},"[":{"d":"86,42r-61,0r0,-314r60,0r0,20r-30,0r0,274r31,0r0,20","w":100},"\\":{"d":"76,5r-76,-265r24,0r76,265r-24,0","w":100},"]":{"d":"75,42r-61,0r0,-20r31,0r0,-274r-30,0r0,-20r60,0r0,314","w":100},"^":{"d":"78,-250r22,0r56,150r-27,0r-41,-114r-40,114r-24,0"},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18"},"a":{"d":"119,-90v-28,0,-66,-3,-66,36v0,18,8,33,28,33v18,0,41,-10,38,-69xm120,0v-1,-8,2,-20,-1,-26v-9,21,-23,30,-46,30v-39,0,-50,-25,-50,-60v0,-55,55,-58,96,-57v1,-24,1,-50,-31,-50v-20,0,-30,13,-28,32r-32,0v1,-41,22,-54,61,-54v98,0,42,104,63,185r-32,0"},"b":{"d":"58,-98v0,28,-3,77,33,77v37,0,37,-39,37,-66v0,-49,-4,-74,-36,-74v-33,0,-34,39,-34,63xm59,-22v-3,5,0,15,-1,22r-30,0r0,-260r30,0r1,97v10,-14,23,-22,40,-22v59,0,60,52,60,97v0,80,-30,92,-59,92v-19,0,-31,-9,-41,-26"},"c":{"d":"152,-123r-31,0v1,-30,-14,-38,-25,-38v-23,0,-38,10,-38,60v0,59,7,80,38,80v7,0,27,-6,26,-39r31,0v1,51,-37,64,-57,64v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v36,0,58,21,56,62"},"d":{"d":"122,-98v0,-24,-1,-63,-34,-63v-32,0,-36,25,-36,74v0,27,0,66,37,66v33,0,33,-40,33,-77xm121,-163v4,-29,0,-66,1,-97r30,0r0,260r-30,0v-1,-7,2,-17,-1,-22v-10,17,-22,26,-41,26v-29,0,-59,-12,-59,-92v0,-45,1,-97,60,-97v17,0,30,8,40,22"},"e":{"d":"55,-104r71,0v0,-53,-15,-59,-37,-59v-19,0,-34,9,-34,59xm157,-81r-102,0v0,51,13,60,36,60v20,0,31,-16,32,-34r33,0v0,40,-26,59,-64,59v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v58,0,67,40,65,104"},"f":{"d":"3,-182r28,0r0,-35v1,-42,34,-46,67,-43r0,21v-46,-2,-36,22,-37,57r37,0r0,23r-37,0r0,159r-30,0r0,-159r-28,0r0,-23","w":100},"g":{"d":"123,-92v0,-27,1,-69,-36,-69v-33,0,-34,41,-34,65v0,58,13,72,35,72v36,0,35,-43,35,-68xm121,-159v3,-5,0,-16,1,-23r30,0r0,200v0,41,-27,51,-67,51v-30,0,-58,-16,-55,-49r33,0v0,17,11,26,27,26v36,0,35,-37,31,-69v-8,14,-24,23,-40,23v-49,0,-59,-42,-59,-96v0,-84,42,-89,57,-89v19,0,34,8,42,26"},"h":{"d":"154,0r-29,0r0,-123v0,-22,-8,-38,-33,-38v-61,0,-29,103,-37,161r-29,0r0,-260r29,0v2,33,-4,73,2,102v23,-44,97,-39,97,29r0,129"},"i":{"d":"55,-182r0,182r-30,0r0,-182r30,0xm23,-228r0,-32r34,0r0,32r-34,0","w":79},"j":{"d":"25,27r0,-209r30,0r0,207v0,29,-9,44,-52,44r0,-25v13,0,22,-2,22,-17xm23,-228r0,-32r34,0r0,32r-34,0","w":79},"k":{"d":"56,-102v-4,31,0,69,-1,102r-29,0r0,-260r29,0r1,157r56,-79r36,0r-61,78r71,104r-37,0","w":159},"l":{"d":"55,-260r0,260r-30,0r0,-260r30,0","w":79},"m":{"d":"177,-161v-23,-5,-32,23,-32,39r0,122r-30,0r0,-126v0,-18,-5,-35,-29,-35v-56,0,-24,103,-32,161r-30,0r-1,-182r31,0v1,7,-2,18,1,23v14,-34,72,-36,88,-3v10,-19,26,-23,43,-23v19,0,49,4,49,47r0,138r-29,0r0,-126v0,-18,-5,-35,-29,-35","w":259},"n":{"d":"154,0r-29,0r0,-126v0,-19,-7,-35,-32,-35v-65,0,-29,101,-38,161r-29,0r-2,-182r31,0v1,7,-3,20,2,24v23,-48,109,-30,97,32r0,126"},"o":{"d":"90,-21v31,0,38,-21,38,-80v0,-50,-15,-60,-38,-60v-23,0,-38,10,-38,60v0,59,7,80,38,80xm90,4v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v63,0,69,44,69,97v0,80,-30,92,-69,92"},"p":{"d":"92,-21v32,0,36,-24,36,-73v0,-27,0,-67,-37,-67v-36,0,-33,50,-33,78v0,24,1,62,34,62xm58,-182v1,7,-2,17,1,22v10,-17,22,-25,41,-25v29,0,59,11,59,91v0,45,-1,98,-60,98v-18,1,-29,-10,-41,-22r0,87r-30,0r0,-251r30,0"},"q":{"d":"88,-21v33,0,34,-38,34,-62v0,-28,3,-78,-33,-78v-37,0,-37,40,-37,67v0,49,4,73,36,73xm121,-160v3,-5,0,-15,1,-22r30,0r0,251r-30,0r-1,-87v-10,14,-23,22,-40,22v-59,0,-60,-53,-60,-98v0,-80,30,-91,59,-91v19,0,31,8,41,25"},"r":{"d":"57,-182r0,28v12,-28,27,-31,56,-31r0,30v-79,-16,-52,84,-56,155r-30,0r0,-182r30,0","w":119,"k":{".":25,"-":13,",":25}},"s":{"d":"143,-52v0,40,-27,56,-63,56v-39,0,-64,-17,-63,-59r33,0v0,10,1,34,31,34v18,0,31,-8,31,-27v0,-32,-91,-34,-91,-88v0,-19,12,-49,63,-49v32,0,60,15,57,51r-32,0v0,-19,-10,-29,-29,-29v-16,0,-28,8,-28,24v0,32,91,32,91,87","w":159},"t":{"d":"-1,-182r30,0r0,-35r30,-13r0,48r39,0r0,23r-39,0r0,111v-5,16,13,31,40,25r0,22v-31,7,-70,3,-70,-29r0,-129r-30,0r0,-23","w":100},"u":{"d":"123,-61r0,-121r30,0r1,182r-31,0v-1,-7,2,-17,-1,-22v-20,40,-95,34,-95,-21r0,-139r30,0r0,126v0,22,9,37,30,37v16,0,36,-12,36,-42"},"v":{"d":"59,0r-54,-182r33,0r42,154r43,-154r31,0r-56,182r-39,0","w":159,"k":{".":13,",":13}},"w":{"d":"49,0r-46,-182r33,0r33,157r41,-157r42,0r37,157r36,-157r32,0r-49,182r-40,0r-39,-155r-41,155r-39,0","w":259,"k":{".":13,",":13}},"x":{"d":"97,-95r60,95r-39,0r-42,-75r-39,75r-35,0r57,-95r-52,-87r38,0r34,65r37,-65r36,0","w":159},"y":{"d":"37,-182r44,148r44,-148r32,0r-82,251r-31,0r20,-69r-61,-182r34,0","w":159,"k":{".":13,",":13}},"z":{"d":"125,-182r0,27r-80,131r82,0r0,24r-114,0r0,-28r79,-130r-75,0r0,-24r108,0","w":140},"{":{"d":"28,-121v50,11,36,60,36,112v0,20,7,32,32,32r0,21v-79,8,-61,-60,-61,-124v0,-24,-13,-24,-32,-31r0,-20v47,-1,32,-52,32,-94v0,-51,43,-47,61,-47r0,20v-74,-3,12,121,-68,131","w":98},"|":{"d":"34,90r0,-360r22,0r0,360r-22,0","w":90},"}":{"d":"3,23v73,-1,-13,-130,68,-144v-51,-8,-37,-51,-37,-99v0,-21,-5,-32,-31,-32r0,-20v18,0,60,-4,60,47v0,42,-14,94,33,94r0,20v-19,7,-33,7,-33,31v0,63,19,133,-60,124r0,-21","w":98},"~":{"d":"123,-67v-22,0,-43,-25,-65,-25v-15,0,-24,18,-30,32r-12,-17v9,-20,21,-43,42,-43v19,0,48,26,65,26v13,0,23,-17,29,-30r13,17v-9,19,-22,40,-42,40"},"'":{"d":"34,-185r0,-75r22,0r0,75r-22,0","w":90},"`":{"d":"7,-260r39,0r32,51r-24,0","w":100},"\u00a0":{"w":79}}});

Cufon.replace
("#mainnav > li > a", {hover: true})
("h1")
("h2")
("#maincontent h3")
("#nibbigreen .tabs a")
(".intro")
("#footer h3")
("#homepage .entry p")
("#pagetools > ul > li > a")

;
