/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.01
 */
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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,E),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(/cufon/.test(E.className)){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||(window.Ext&&Ext.query)||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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.removeClass(x.root(),"cufon-loading")});e=true}if(C.hover){C.forceHitArea=true}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)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var f=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(f?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(g,h){return a(g,/(?:em|ex|%)$|^[a-z-]+$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k.replace("%","em");var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var e={};function d(n){var o=n.id;if(!e[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];e[o]=m}return e[o]}return function(ai,J,ac,F,N,aj,aa){var n=(J===null);if(n){J=N.alt}var L=ai.viewBox;var p=ac.computedFontSize||(ac.computedFontSize=new Cufon.CSS.Size(c(aj,ac.get("fontSize"))+"px",ai.baseSize));var Z=ac.computedLSpacing;if(Z==undefined){Z=ac.get("letterSpacing");ac.computedLSpacing=Z=(Z=="normal")?0:~~p.convertFrom(a(aj,Z))}var B,q;if(n){B=N;q=N.firstChild}else{B=document.createElement("span");B.className="cufon cufon-vml";B.alt=J;q=document.createElement("span");q.className="cufon-vml-canvas";B.appendChild(q);if(F.printable){var af=document.createElement("span");af.className="cufon-alt";af.appendChild(document.createTextNode(J));B.appendChild(af)}if(!aa){B.appendChild(document.createElement("cvml:shape"))}}var ao=B.style;var U=q.style;var h=p.convert(L.height),al=Math.ceil(h);var Y=al/h;var S=Y*Cufon.CSS.fontStretch(ac.get("fontStretch"));var X=L.minX,W=L.minY;U.height=al;U.top=Math.round(p.convert(W-ai.ascent));U.left=Math.round(p.convert(X));ao.height=p.convert(ai.height)+"px";var u=F.enableTextDecoration?Cufon.CSS.textDecoration(aj,ac):{};var I=ac.get("color");var an=Cufon.CSS.textTransform(J,ac).split(""),A;var o=ai.glyphs,G,r,ae;var g=0,O=[],V=0,w;var y,K=F.textShadow;for(var ah=0,ag=0,ad=an.length;ah<ad;++ah){G=o[A=an[ah]]||ai.missingGlyph;if(!G){continue}if(r){g-=ae=r[A]||0;O[ag-1]-=ae}g+=w=O[ag++]=~~(G.w||ai.w)+Z;r=G.k}if(w===undefined){return null}var z=-X+g+(L.width-w);var am=p.convert(z*S),ab=Math.round(am);var R=z+","+L.height,m;var M="r"+R+"ns";var x=F.textGradient&&d(F.textGradient);for(ah=0,ag=0;ah<ad;++ah){G=o[an[ah]]||ai.missingGlyph;if(!G){continue}if(n){y=q.childNodes[ag];while(y.firstChild){y.removeChild(y.firstChild)}}else{y=document.createElement("cvml:shape");q.appendChild(y)}y.stroked="f";y.coordsize=R;y.coordorigin=m=(X-V)+","+W;y.path=(G.d?"m"+G.d+"xe":"")+"m"+m+M;y.fillcolor=I;if(x){y.appendChild(x.cloneNode(false))}var ak=y.style;ak.width=ab;ak.height=al;if(K){var t=K[0],s=K[1];var E=Cufon.CSS.color(t.color),C;var Q=document.createElement("cvml:shadow");Q.on="t";Q.color=E.color;Q.offset=t.offX+","+t.offY;if(s){C=Cufon.CSS.color(s.color);Q.type="double";Q.color2=C.color;Q.offset2=s.offX+","+s.offY}Q.opacity=E.opacity||(C&&C.opacity)||1;y.appendChild(Q)}V+=O[ag++]}var P=y.nextSibling,v,D;if(F.forceHitArea){if(!P){P=document.createElement("cvml:rect");P.stroked="f";P.className="cufon-vml-cover";v=document.createElement("cvml:fill");v.opacity=0;P.appendChild(v);q.appendChild(P)}D=P.style;D.width=ab;D.height=al}else{if(P){q.removeChild(P)}}ao.width=Math.max(Math.ceil(p.convert(g*S)),0);if(f){var T=ac.computedYAdjust;if(T===undefined){var H=ac.get("lineHeight");if(H=="normal"){H="1em"}else{if(!isNaN(H)){H+="em"}}ac.computedYAdjust=T=0.5*(a(aj,H)-parseFloat(ao.height))}if(T){ao.marginTop=Math.ceil(T)+"px";ao.marginBottom=T+"px"}}return B}})());

Cufon.registerFont({"w":556,"face":{"font-family":"Helvetica Neue LT Std Light","font-weight":300,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"714","descent":"-286","x-height":"15","bbox":"-31 -807 904 214","underline-thickness":"50","underline-position":"-50","stemh":"53","stemv":"63","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":278},"!":{"d":"102,-178r-15,-323r0,-213r68,0r0,213r-15,323r-38,0xm163,0r-84,0r0,-106r84,0r0,106","w":241},"\"":{"d":"87,-471r0,-243r63,0r0,243r-63,0xm220,-471r0,-243r63,0r0,243r-63,0","w":370},"#":{"d":"497,-268r0,45r-111,0r-31,223r-50,0r31,-223r-141,0r-31,223r-50,0r31,-223r-110,0r0,-45r116,0r22,-156r-110,0r0,-45r116,0r31,-222r50,0r-31,222r141,0r31,-222r50,0r-31,222r105,0r0,45r-111,0r-22,156r105,0xm364,-424r-141,0r-22,156r141,0"},"$":{"d":"296,-326r0,288v85,0,168,-42,168,-146v0,-95,-90,-123,-168,-142xm257,-397r0,-279v-80,0,-147,44,-147,149v0,93,72,112,147,130xm29,-228r63,0v1,115,60,178,165,190r0,-296v-113,-25,-210,-60,-210,-200v0,-120,94,-195,210,-195r0,-78r39,0r0,78v116,0,215,86,212,217r-63,0v-1,-100,-62,-164,-149,-164r0,288v114,24,231,63,231,203v0,131,-114,201,-231,200r0,85r-39,0r0,-86v-156,-15,-222,-90,-228,-242"},"%":{"d":"228,-661v-84,0,-106,81,-106,145v0,63,22,143,106,143v84,0,106,-80,106,-143v0,-64,-22,-145,-106,-145xm228,-706v113,0,159,82,159,189v0,107,-46,189,-159,189v-113,0,-159,-82,-159,-189v0,-107,46,-189,159,-189xm667,-363v113,0,159,82,159,189v0,107,-46,189,-159,189v-113,0,-159,-82,-159,-189v0,-107,46,-189,159,-189xm667,-318v-84,0,-106,81,-106,145v0,63,22,143,106,143v84,0,106,-80,106,-143v0,-64,-22,-145,-106,-145xm190,34r453,-759r47,0r-452,759r-48,0","w":889},"&":{"d":"426,-140r-178,-216v-68,37,-146,91,-146,177v0,84,74,141,155,141v71,0,129,-45,169,-102xm541,0r-76,-93v-52,65,-126,108,-210,108v-123,0,-216,-71,-216,-200v0,-102,95,-169,175,-212v-39,-51,-88,-103,-88,-172v0,-87,71,-145,158,-145v87,0,158,58,158,145v0,89,-69,140,-140,185r156,188v17,-35,21,-66,21,-120r63,0v0,40,-9,110,-42,171r120,145r-79,0xm284,-661v-52,0,-95,33,-95,92v0,50,49,106,80,144v50,-31,110,-75,110,-144v0,-59,-43,-92,-95,-92","w":611},"(":{"d":"242,191r-50,0v-89,-147,-141,-283,-141,-457v0,-170,54,-328,141,-463r50,0v-169,271,-170,653,0,920","w":241},")":{"d":"-1,-729r50,0v89,147,141,283,141,457v0,170,-54,328,-141,463r-50,0v169,-271,170,-653,0,-920","w":241},"*":{"d":"142,-556r-115,-39r14,-37r115,41r0,-123r39,0r0,123r115,-41r15,37r-118,39r72,98r-32,23r-73,-100r-73,100r-32,-23","w":352},"+":{"d":"274,-278r0,-225r53,0r0,225r225,0r0,53r-225,0r0,225r-53,0r0,-225r-225,0r0,-53r225,0","w":600},",":{"d":"97,-106r84,0v3,114,6,213,-88,243r0,-43v33,-12,48,-61,46,-94r-42,0r0,-106","w":278},"-":{"d":"310,-246r-250,0r0,-58r250,0r0,58","w":370},".":{"d":"181,0r-84,0r0,-106r84,0r0,106","w":278},"\/":{"d":"41,15r-54,0r308,-744r51,0","w":333},"0":{"d":"278,-653v-160,0,-181,186,-181,307v0,122,21,308,181,308v160,0,181,-186,181,-308v0,-121,-21,-307,-181,-307xm278,-706v204,0,244,197,244,360v0,164,-40,361,-244,361v-204,0,-244,-197,-244,-360v0,-164,40,-361,244,-361"},"1":{"d":"97,-520r0,-45v110,-4,178,-6,197,-135r51,0r0,700r-63,0r0,-520r-185,0"},"2":{"d":"497,-58r0,58r-461,0v5,-208,218,-259,337,-378v38,-39,58,-76,58,-132v0,-91,-72,-143,-157,-143v-115,0,-160,92,-158,195r-63,0v-3,-144,72,-248,224,-248v122,0,217,67,217,197v0,117,-86,189,-176,249v-69,45,-193,108,-210,202r389,0"},"3":{"d":"33,-223r63,0v-4,111,62,185,175,185v92,0,179,-55,179,-155v0,-118,-96,-158,-221,-148r0,-53v104,8,195,-18,195,-127v0,-92,-69,-132,-153,-132v-105,0,-161,73,-159,177r-63,0v1,-132,85,-230,221,-230v110,0,217,54,217,178v0,78,-47,134,-118,157v91,15,144,81,144,173v0,137,-112,213,-241,213v-145,0,-249,-88,-239,-238"},"4":{"d":"30,-174r0,-61r324,-465r57,0r0,473r105,0r0,53r-105,0r0,174r-58,0r0,-174r-323,0xm87,-227r266,0r0,-381r-2,0"},"5":{"d":"36,-200r63,0v3,97,76,162,172,162v108,0,175,-89,175,-191v0,-103,-75,-182,-179,-182v-62,0,-122,30,-156,83r-54,0r68,-363r350,0r0,58r-306,0r-45,232r2,2v35,-41,94,-65,148,-65v144,0,235,101,235,242v0,137,-109,237,-243,237v-130,0,-227,-82,-230,-215"},"6":{"d":"290,-403v-110,0,-174,82,-174,185v0,99,53,180,175,180v100,0,168,-83,168,-180v0,-102,-62,-185,-169,-185xm505,-523r-63,0v-11,-77,-65,-130,-146,-130v-161,-2,-198,191,-191,313v33,-69,107,-116,186,-116v140,0,231,97,231,234v0,136,-99,237,-237,237v-170,0,-245,-99,-245,-372v0,-83,21,-349,250,-349v123,0,200,61,215,183"},"7":{"d":"51,-633r0,-58r450,0r0,58v-87,91,-267,307,-283,633r-68,0v17,-237,94,-412,288,-633r-387,0"},"8":{"d":"278,-38v98,0,178,-51,178,-158v0,-101,-84,-152,-178,-152v-96,0,-178,49,-178,152v0,105,80,158,178,158xm490,-531v0,78,-47,130,-114,156v90,18,143,85,143,179v0,141,-110,211,-241,211v-131,0,-241,-70,-241,-211v0,-94,60,-160,142,-181v-73,-22,-114,-77,-114,-154v0,-120,109,-175,212,-175v104,0,213,55,213,175xm278,-401v77,0,149,-40,149,-130v0,-80,-65,-122,-149,-122v-77,0,-150,42,-150,122v0,94,76,130,150,130"},"9":{"d":"266,-288v110,0,174,-82,174,-185v0,-99,-53,-180,-175,-180v-100,0,-168,83,-168,180v0,102,62,185,169,185xm51,-168r63,0v11,77,65,130,146,130v161,2,198,-191,191,-313v-33,69,-107,116,-186,116v-140,0,-231,-97,-231,-234v0,-136,99,-237,237,-237v170,0,245,99,245,372v0,83,-21,349,-250,349v-123,0,-200,-61,-215,-183"},":":{"d":"181,-394r-84,0r0,-106r84,0r0,106xm181,0r-84,0r0,-106r84,0r0,106","w":278},";":{"d":"97,-106r84,0v3,114,6,213,-88,243r0,-43v33,-12,48,-61,46,-94r-42,0r0,-106xm181,-394r-84,0r0,-106r84,0r0,106","w":278},"<":{"d":"554,-47r0,55r-508,-234r0,-54r508,-234r0,55r-446,206","w":600},"=":{"d":"552,-378r0,53r-503,0r0,-53r503,0xm552,-181r0,53r-503,0r0,-53r503,0","w":600},">":{"d":"46,-47r446,-206r-446,-206r0,-55r508,234r0,54r-508,234r0,-55","w":600},"?":{"d":"117,-494r-63,0v1,-142,82,-235,227,-235v111,0,203,69,203,185v0,74,-37,121,-87,170v-86,84,-90,73,-93,195r-63,0v-3,-123,31,-155,115,-233v37,-35,65,-77,65,-129v0,-80,-65,-135,-143,-135v-109,0,-163,79,-161,182xm231,0r0,-106r84,0r0,106r-84,0","w":537},"@":{"d":"426,-510v-102,0,-170,137,-170,231v0,60,35,97,83,97v93,0,166,-147,166,-235v0,-47,-40,-93,-79,-93xm614,-544r-96,288v-14,43,-20,83,13,83v89,0,169,-136,169,-248v0,-165,-130,-263,-284,-263v-187,0,-316,147,-316,331v0,182,136,323,318,323v98,0,200,-50,258,-133r51,0v-60,110,-184,178,-309,178v-215,0,-371,-164,-371,-375v0,-208,163,-369,367,-369v193,0,339,127,339,311v0,161,-120,290,-232,290v-37,0,-60,-28,-69,-67v-30,32,-76,66,-127,66v-82,0,-132,-66,-132,-145v0,-138,95,-289,237,-289v44,0,84,24,106,84r25,-65r53,0","w":800},"A":{"d":"-7,0r288,-714r76,0r280,714r-73,0r-87,-222r-325,0r-86,222r-73,0xm316,-646r-143,366r281,0","w":630},"B":{"d":"140,-343r0,285v184,-9,422,51,422,-147v0,-91,-69,-138,-188,-138r-234,0xm72,0r0,-714r302,0v120,0,229,42,229,175v0,77,-54,141,-124,162v92,12,151,81,151,174v0,68,-24,203,-256,203r-302,0xm140,-656r0,255r234,0v109,0,161,-54,161,-121v0,-89,-55,-134,-161,-134r-234,0","w":667},"C":{"d":"662,-498r-68,0v-24,-110,-115,-173,-219,-173v-189,0,-269,158,-269,314v0,156,80,314,269,314v132,0,216,-102,229,-229r68,0v-19,175,-130,287,-297,287v-225,0,-337,-177,-337,-372v0,-195,112,-372,337,-372v135,0,269,81,287,231","w":704},"D":{"d":"140,-656r0,598r145,0v205,1,294,-86,294,-299v0,-213,-89,-300,-294,-299r-145,0xm72,0r0,-714r247,0v215,5,328,123,328,357v0,234,-113,357,-328,357r-247,0","w":685},"E":{"d":"72,0r0,-714r493,0r0,58r-425,0r0,258r398,0r0,58r-398,0r0,282r430,0r0,58r-498,0","w":593},"F":{"d":"72,0r0,-714r453,0r0,58r-385,0r0,258r342,0r0,58r-342,0r0,340r-68,0","w":537},"G":{"d":"682,-363r0,363r-49,0v-5,-42,-2,-92,-11,-130v-48,102,-144,145,-247,145v-225,0,-337,-177,-337,-372v0,-195,112,-372,337,-372v150,0,272,81,298,237r-68,0v-9,-82,-94,-179,-230,-179v-189,0,-269,158,-269,314v0,156,80,314,269,314v158,0,250,-111,247,-262r-243,0r0,-58r303,0","w":741},"H":{"d":"72,0r0,-714r68,0r0,310r424,0r0,-310r68,0r0,714r-68,0r0,-346r-424,0r0,346r-68,0","w":704},"I":{"d":"77,0r0,-714r68,0r0,714r-68,0","w":222},"J":{"d":"360,-228r0,-486r68,0r0,515v0,145,-54,214,-208,214v-164,0,-200,-120,-199,-244r68,0v2,61,-4,186,137,186v106,0,134,-54,134,-185","w":500},"K":{"d":"72,0r0,-714r68,0r0,384r415,-384r92,0r-319,295r334,419r-88,0r-297,-372r-137,127r0,245r-68,0","w":648},"L":{"d":"72,0r0,-714r68,0r0,656r400,0r0,58r-468,0","w":537},"M":{"d":"70,0r0,-714r100,0r247,626r246,-626r100,0r0,714r-68,0r0,-617r-2,0r-244,617r-64,0r-245,-617r-2,0r0,617r-68,0","w":833},"N":{"d":"71,0r0,-714r76,0r416,604r2,0r0,-604r68,0r0,714r-76,0r-416,-604r-2,0r0,604r-68,0","w":704},"O":{"d":"34,-357v0,-195,112,-372,337,-372v224,0,336,177,336,372v0,195,-112,372,-336,372v-225,0,-337,-177,-337,-372xm102,-357v0,156,80,314,269,314v188,0,268,-158,268,-314v0,-156,-80,-314,-268,-314v-189,0,-269,158,-269,314","w":741},"P":{"d":"72,0r0,-714r317,0v128,0,212,75,212,204v0,129,-84,204,-212,204r-249,0r0,306r-68,0xm140,-656r0,292r234,0v94,0,159,-48,159,-146v0,-98,-65,-146,-159,-146r-234,0","w":630},"Q":{"d":"444,-192r104,79v164,-167,113,-558,-177,-558v-189,0,-269,158,-269,314v0,156,80,314,269,314v52,0,96,-12,132,-35r-94,-71xm701,4r-34,42r-111,-84v-49,34,-111,53,-185,53v-225,0,-337,-177,-337,-372v0,-195,112,-372,337,-372v346,0,430,453,228,655","w":741},"R":{"d":"72,0r0,-714r327,0v118,0,217,57,217,186v0,93,-51,161,-139,184v93,12,120,76,125,161v3,49,3,147,33,183r-75,0v-17,-28,-17,-81,-19,-111v-6,-100,-14,-206,-143,-206r-258,0r0,317r-68,0xm140,-656r0,281r254,0v83,0,154,-52,154,-139v0,-87,-52,-142,-154,-142r-254,0","w":667},"S":{"d":"36,-235r68,0v-3,147,103,192,233,192v75,0,189,-41,189,-145v0,-81,-82,-110,-147,-129v-137,-39,-320,-33,-320,-211v0,-70,45,-201,246,-201v141,0,265,76,264,222r-68,0v-4,-109,-94,-164,-195,-164v-93,0,-179,36,-179,142v0,67,51,93,108,109v149,42,358,46,359,231v0,49,-20,204,-273,204v-169,0,-293,-76,-285,-250","w":630},"T":{"d":"-5,-656r0,-58r566,0r0,58r-249,0r0,656r-68,0r0,-656r-249,0"},"U":{"d":"65,-257r0,-457r68,0r0,442v-1,166,78,229,209,229v132,0,210,-63,210,-229r0,-442r68,0r0,457v0,147,-79,272,-278,272v-198,0,-277,-125,-277,-272","w":685},"V":{"d":"258,0r-265,-714r73,0r232,639r2,0r230,-639r72,0r-265,714r-79,0","w":593},"W":{"d":"198,0r-198,-714r73,0r162,625r2,0r174,-625r85,0r175,625r2,0r163,-625r68,0r-197,714r-72,0r-181,-639r-2,0r-180,639r-74,0","w":907},"X":{"d":"245,-368r-242,-346r80,0r202,299r209,-299r76,0r-244,348r258,366r-82,0r-217,-315r-220,315r-77,0","w":574},"Y":{"d":"271,0r0,-294r-281,-420r81,0r235,362r234,-362r81,0r-282,420r0,294r-68,0","w":611},"Z":{"d":"37,-656r0,-58r514,0r0,60r-470,596r480,0r0,58r-556,0r0,-60r470,-596r-438,0","w":574},"[":{"d":"237,191r-161,0r0,-920r161,0r0,53r-98,0r0,814r98,0r0,53","w":241},"\\":{"d":"346,15r-54,0r-305,-744r51,0","w":333},"]":{"d":"4,-729r161,0r0,920r-161,0r0,-53r98,0r0,-814r-98,0r0,-53","w":241},"^":{"d":"102,-238r-58,0r230,-453r52,0r230,453r-57,0r-200,-390","w":600},"_":{"d":"500,125r-500,0r0,-50r500,0r0,50","w":500},"a":{"d":"390,-200v-1,-26,4,-60,-2,-82v-8,15,-36,20,-53,23v-107,19,-240,18,-240,119v0,63,56,102,115,102v96,0,182,-61,180,-162xm117,-358r-63,0v6,-121,91,-173,209,-173v91,0,190,28,190,166r0,274v-3,32,29,45,57,34r0,53v-14,3,-24,4,-41,4v-67,2,-70,-41,-76,-90v-44,67,-89,105,-188,105v-95,0,-173,-47,-173,-151v0,-145,141,-150,277,-166v52,-6,81,-13,81,-70v0,-85,-61,-106,-135,-106v-78,0,-136,36,-138,120","w":519},"b":{"d":"473,-258v0,-107,-49,-220,-169,-220v-134,0,-181,113,-181,220v0,107,47,220,181,220v120,0,169,-113,169,-220xm60,0r0,-714r63,0r0,296r2,0v27,-74,102,-113,179,-113v157,0,232,127,232,273v0,146,-75,273,-232,273v-85,0,-153,-47,-186,-113r0,98r-58,0","w":574},"c":{"d":"487,-354r-63,0v-17,-77,-64,-124,-146,-124v-242,0,-241,440,0,440v78,0,142,-61,150,-147r63,0v-17,124,-98,200,-213,200v-158,0,-244,-125,-244,-273v0,-148,86,-273,244,-273v110,0,195,59,209,177","w":519},"d":{"d":"101,-258v0,107,49,220,169,220v134,0,181,-113,181,-220v0,-107,-47,-220,-181,-220v-120,0,-169,113,-169,220xm514,-714r0,714r-58,0v-2,-31,4,-71,-2,-98v-27,67,-109,113,-184,113v-157,0,-232,-127,-232,-273v0,-146,75,-273,232,-273v79,0,150,43,181,113r0,-296r63,0","w":574},"e":{"d":"494,-241r-397,0v1,92,49,203,170,203v92,0,142,-54,162,-132r63,0v-27,117,-95,185,-225,185v-164,0,-233,-126,-233,-273v0,-136,69,-273,233,-273v166,0,232,145,227,290xm97,-294r334,0v-3,-95,-62,-184,-164,-184v-103,0,-160,90,-170,184","w":519},"f":{"d":"259,-516r0,53r-102,0r0,463r-63,0r0,-463r-88,0r0,-53r88,0v-4,-112,5,-199,125,-198v18,0,33,1,53,4r0,54v-17,-3,-31,-5,-46,-5v-87,-1,-65,72,-69,145r102,0","w":259},"g":{"d":"267,-59v109,0,166,-100,166,-205v0,-101,-47,-214,-166,-214v-120,0,-170,107,-170,214v0,104,54,205,170,205xm496,-516r0,474v-1,154,-60,248,-229,248v-103,0,-205,-46,-214,-156r63,0v14,76,81,103,151,103v140,0,181,-116,164,-265v-29,63,-90,106,-164,106v-165,0,-233,-118,-233,-265v0,-142,84,-260,233,-260v77,0,137,51,166,104r0,-89r63,0"},"h":{"d":"59,0r0,-714r63,0r0,287r2,0v23,-62,92,-104,165,-104v145,0,189,76,189,199r0,332r-63,0r0,-322v0,-89,-29,-156,-131,-156v-100,0,-162,76,-162,177r0,301r-63,0","w":537},"i":{"d":"61,0r0,-516r63,0r0,516r-63,0xm61,-613r0,-101r63,0r0,101r-63,0","w":185},"j":{"d":"61,63r0,-579r63,0r0,564v0,77,-21,143,-110,143v-15,0,-29,-2,-44,-2r0,-52v10,1,24,1,34,1v49,0,57,-32,57,-75xm61,-613r0,-101r63,0r0,101r-63,0","w":185},"k":{"d":"60,0r0,-714r63,0r0,448r286,-250r84,0r-220,191r235,325r-79,0r-204,-281r-102,85r0,196r-63,0","w":500},"l":{"d":"61,0r0,-714r63,0r0,714r-63,0","w":185},"m":{"d":"60,0r0,-516r58,0r0,87r3,0v33,-62,87,-102,169,-102v68,0,129,33,148,101v31,-68,96,-101,164,-101v113,0,171,59,171,181r0,350r-63,0r0,-347v0,-85,-32,-131,-122,-131v-109,0,-140,90,-140,186r0,292r-63,0r0,-350v1,-70,-28,-128,-108,-128v-109,0,-154,82,-154,190r0,288r-63,0","w":833},"n":{"d":"59,0r0,-516r63,0v2,28,-4,65,2,89v23,-62,92,-104,165,-104v145,0,189,76,189,199r0,332r-63,0r0,-322v0,-89,-29,-156,-131,-156v-100,0,-162,76,-162,177r0,301r-63,0","w":537},"o":{"d":"278,-531v158,0,244,125,244,273v0,148,-86,273,-244,273v-158,0,-244,-125,-244,-273v0,-148,86,-273,244,-273xm278,-478v-242,0,-241,440,0,440v242,0,241,-440,0,-440"},"p":{"d":"473,-258v0,-107,-49,-220,-169,-220v-139,0,-181,103,-181,220v0,107,47,220,181,220v120,0,169,-113,169,-220xm60,191r0,-707r58,0v2,31,-4,71,2,98v29,-70,101,-113,184,-113v157,0,232,127,232,273v0,146,-75,273,-232,273v-79,0,-150,-43,-181,-113r0,289r-63,0","w":574},"q":{"d":"101,-258v0,107,49,220,169,220v134,0,181,-113,181,-220v0,-107,-47,-220,-181,-220v-120,0,-169,113,-169,220xm514,-516r0,707r-63,0r0,-289r-2,0v-27,74,-102,113,-179,113v-157,0,-232,-127,-232,-273v0,-146,75,-273,232,-273v77,0,155,50,186,113r0,-98r58,0","w":574},"r":{"d":"60,0r0,-516r58,0v2,39,-4,86,2,121v32,-83,102,-132,195,-128r0,63v-114,-6,-192,78,-192,185r0,275r-63,0","w":315},"s":{"d":"432,-365r-63,0v-3,-78,-63,-113,-135,-113v-56,0,-122,22,-122,89v0,87,116,89,191,106v71,16,147,53,147,143v0,112,-111,155,-207,155v-120,0,-202,-56,-212,-182r63,0v5,85,68,129,152,129v59,0,141,-26,141,-98v0,-88,-117,-91,-194,-112v-82,-22,-144,-50,-144,-138v0,-105,103,-145,194,-145v103,0,185,54,189,166","w":481},"t":{"d":"160,-671r0,155r105,0r0,53r-105,0r0,348v0,41,6,68,51,68v18,0,36,-1,54,-3r0,54v-102,8,-168,-1,-168,-114r0,-353r-90,0r0,-53r90,0r0,-155r63,0","w":296},"u":{"d":"478,-516r0,516r-58,0v-2,-30,4,-67,-2,-93v-33,69,-101,108,-178,108v-130,0,-181,-76,-181,-196r0,-335r63,0r0,336v3,93,38,142,138,142v108,0,155,-102,155,-207r0,-271r63,0","w":537},"v":{"d":"201,0r-199,-516r70,0r162,453r2,0r160,-453r65,0r-193,516r-67,0","w":463},"w":{"d":"174,0r-166,-516r67,0r132,442r2,0r126,-442r71,0r126,442r2,0r132,-442r67,0r-166,516r-69,0r-127,-434r-2,0r-126,434r-69,0","w":741},"x":{"d":"1,0r200,-268r-185,-248r79,0r147,196r144,-196r79,0r-186,247r201,269r-80,0r-162,-217r-159,217r-78,0","w":481},"y":{"d":"208,-2r-206,-514r67,0r170,440r159,-440r63,0r-224,595v-35,105,-85,122,-184,107r0,-53v76,18,113,-13,133,-76","w":463},"z":{"d":"432,-471r-341,418r355,0r0,53r-431,0r0,-51r337,-412r-314,0r0,-53r394,0r0,45","w":463},"{":{"d":"293,191v-95,10,-135,-26,-138,-125v-3,-113,24,-300,-72,-308r0,-53v96,-7,68,-197,72,-309v3,-98,43,-136,138,-125r0,53v-106,-13,-75,144,-75,244v0,112,-59,152,-70,164v13,7,70,53,70,162v0,94,-35,254,75,244r0,53","w":333},"|":{"d":"85,214r0,-1000r53,0r0,1000r-53,0","w":222},"}":{"d":"40,-729v95,-10,135,26,138,125v3,113,-24,300,72,308r0,53v-96,7,-68,197,-72,309v-3,98,-43,136,-138,125r0,-53v106,13,75,-144,75,-244v0,-112,59,-152,70,-164v-13,-7,-70,-53,-70,-162v0,-94,35,-254,-75,-244r0,-53","w":333},"~":{"d":"194,-311v68,0,156,65,213,65v40,0,65,-34,88,-69r36,36v-30,42,-63,86,-125,86v-78,1,-140,-65,-217,-65v-44,0,-68,34,-84,69r-36,-36v22,-42,58,-86,125,-86","w":600},"'":{"d":"108,-471r0,-243r63,0r0,243r-63,0","w":278},"`":{"d":"101,-588r-132,-141r78,0r105,141r-51,0","w":185},"\u00a0":{"w":278}}});

Cufon.registerFont({"w":556,"face":{"font-family":"Helvetica Neue LT Std Roman","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 6 4 2 2 2 2 2 4","ascent":"714","descent":"-286","x-height":"12","bbox":"-23 -797 914 214","underline-thickness":"50","underline-position":"-50","stemh":"75","stemv":"85","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":278},"!":{"d":"177,-714r0,220r-25,311r-45,0r-25,-311r0,-220r95,0xm74,0r0,-111r111,0r0,111r-111,0","w":259},"\"":{"d":"109,-456r0,-258r68,0r0,258r-68,0xm249,-456r0,-258r68,0r0,258r-68,0","w":426},"#":{"d":"102,0r29,-206r-97,0r0,-68r107,0r21,-150r-102,0r0,-68r111,0r29,-205r69,0r-29,205r124,0r29,-205r69,0r-29,205r89,0r0,68r-98,0r-21,150r91,0r0,68r-101,0r-29,206r-69,0r29,-206r-124,0r-29,206r-69,0xm355,-424r-124,0r-21,150r124,0"},"$":{"d":"251,-417r0,-234v-64,7,-115,45,-115,121v0,71,48,93,115,113xm306,-314r0,251v75,-6,129,-42,129,-128v0,-76,-56,-102,-129,-123xm25,-218r85,0v3,89,61,142,141,155r0,-265v-141,-34,-205,-76,-205,-193v0,-121,90,-203,205,-210r0,-66r55,0r0,67v108,13,171,83,197,198r-85,0v-13,-65,-52,-105,-112,-116r0,246r60,16v51,13,159,63,159,186v0,129,-92,207,-219,217r0,82r-55,0r0,-82v-131,-13,-215,-97,-226,-235"},"%":{"d":"586,-186v0,-107,39,-203,162,-203v124,0,160,91,160,200v0,104,-44,201,-160,201v-121,0,-162,-90,-162,-198xm661,-188v0,58,9,145,84,145v76,0,88,-84,88,-146v0,-59,-10,-145,-85,-145v-74,0,-87,86,-87,146xm92,-506v0,-107,39,-203,162,-203v124,0,160,91,160,200v0,104,-44,201,-160,201v-121,0,-162,-90,-162,-198xm167,-508v0,58,9,145,84,145v76,0,88,-84,88,-146v0,-59,-10,-145,-85,-145v-74,0,-87,86,-87,146xm188,22r538,-744r85,0r-537,744r-86,0","w":1000},"&":{"d":"411,-148r-164,-197v-67,38,-124,76,-124,161v0,72,67,121,136,121v65,0,117,-33,152,-85xm534,0r-76,-89v-43,67,-124,101,-202,101v-193,0,-223,-137,-223,-195v0,-112,76,-168,167,-216v-40,-57,-79,-95,-79,-168v0,-78,58,-147,161,-147v89,0,173,49,173,146v0,85,-65,146,-134,185r129,157v13,-35,21,-73,23,-111r81,0v-7,84,-18,113,-48,176r139,161r-111,0xm275,-439v41,-26,95,-64,95,-124v0,-41,-31,-76,-82,-76v-40,0,-82,24,-82,76v0,43,38,85,69,124","w":630},"(":{"d":"269,198r-65,0v-96,-150,-157,-293,-157,-468v0,-156,55,-325,157,-461r65,0v-95,150,-132,299,-132,461v0,168,37,315,132,468","w":259},")":{"d":"55,198r-65,0v95,-150,132,-299,132,-461v0,-168,-37,-315,-132,-468r65,0v96,150,157,293,157,468v0,156,-55,325,-157,461","w":259},"*":{"d":"201,-714r0,113r107,-40r20,48r-109,38r66,91r-41,31r-69,-96r-65,96r-45,-31r65,-91r-106,-38r18,-48r106,40r0,-113r53,0","w":352},"+":{"d":"334,-506r0,219r218,0r0,68r-218,0r0,219r-68,0r0,-219r-218,0r0,-68r218,0r0,-219r68,0","w":600},",":{"d":"83,0r0,-111r111,0v5,130,2,227,-110,258r0,-50v45,-15,60,-65,58,-97r-59,0","w":278},"-":{"d":"50,-238r0,-80r289,0r0,80r-289,0","w":389},".":{"d":"83,0r0,-111r111,0r0,111r-111,0","w":278},"\/":{"d":"-18,17r296,-748r73,0r-296,748r-73,0","w":333},"0":{"d":"42,-348v0,-157,14,-361,236,-361v222,0,236,204,236,361v0,156,-14,360,-236,360v-222,0,-236,-204,-236,-360xm132,-349v0,106,1,286,146,286v145,0,146,-180,146,-286v0,-105,-1,-285,-146,-285v-145,0,-146,180,-146,285"},"1":{"d":"356,-709r0,709r-85,0r0,-508r-184,0r0,-68v97,0,185,-26,204,-133r65,0"},"2":{"d":"494,-505v0,242,-327,249,-371,430r364,0r0,75r-463,0v14,-168,99,-228,199,-290v120,-74,181,-118,181,-216v0,-77,-62,-128,-137,-128v-99,0,-141,91,-138,176r-85,0v-7,-144,78,-251,228,-251v124,0,222,72,222,204"},"3":{"d":"218,-333r0,-72v94,9,172,-25,172,-115v0,-74,-54,-114,-126,-114v-93,0,-133,71,-134,154r-85,0v5,-135,77,-229,219,-229v123,0,216,59,216,190v0,64,-48,114,-98,143v86,19,128,87,128,172v0,142,-111,216,-244,216v-144,0,-239,-85,-236,-231r85,0v3,92,54,156,151,156v83,0,154,-51,154,-137v-1,-107,-92,-150,-202,-133"},"4":{"d":"419,-709r0,468r96,0r0,75r-96,0r0,166r-80,0r0,-166r-311,0r0,-82r323,-461r68,0xm101,-241r238,0r0,-347r-2,0"},"5":{"d":"470,-697r0,75r-286,0r-38,204r2,2v31,-35,84,-51,132,-51v126,0,229,81,229,243v0,120,-83,236,-248,236v-123,0,-223,-75,-226,-203r85,0v5,73,64,128,149,128v81,0,150,-55,150,-168v0,-94,-65,-161,-160,-161v-54,0,-99,27,-132,67r-73,-4r66,-368r350,0"},"6":{"d":"286,-381v-95,0,-147,71,-147,160v0,88,54,158,147,158v92,0,143,-73,143,-157v0,-88,-46,-161,-143,-161xm499,-528r-85,0v-8,-64,-52,-106,-119,-106v-144,-1,-173,165,-170,271v40,-65,100,-93,177,-93v136,0,217,99,217,230v0,103,-58,238,-237,238v-210,0,-244,-192,-244,-341v0,-195,59,-380,261,-380v117,0,190,66,200,181"},"7":{"d":"509,-697r0,73v-143,142,-259,402,-272,624r-95,0v16,-240,131,-459,280,-617r-372,0r0,-80r459,0"},"8":{"d":"130,-200v0,85,63,137,151,137v85,0,145,-59,145,-138v0,-77,-66,-135,-146,-135v-84,0,-150,54,-150,136xm65,-528v0,-117,99,-181,208,-181v244,0,276,249,117,328v85,27,126,89,126,177v0,137,-104,216,-235,216v-136,0,-241,-71,-241,-216v0,-84,45,-149,124,-177v-59,-24,-99,-83,-99,-147xm155,-525v0,78,56,114,126,114v67,0,117,-42,117,-114v0,-71,-50,-109,-119,-109v-68,0,-124,38,-124,109"},"9":{"d":"409,-472v0,-87,-51,-162,-146,-162v-101,0,-139,81,-139,168v0,78,58,150,140,150v89,0,145,-72,145,-156xm49,-171r85,0v6,69,62,108,130,108v103,0,161,-99,158,-276v-32,60,-95,98,-164,98v-144,0,-224,-97,-224,-237v0,-137,96,-231,233,-231v132,0,243,71,243,339v0,245,-74,382,-246,382v-119,0,-204,-61,-215,-183"},":":{"d":"83,0r0,-111r111,0r0,111r-111,0xm194,-517r0,111r-111,0r0,-111r111,0","w":278},";":{"d":"83,0r0,-111r111,0v5,130,2,227,-110,258r0,-50v45,-15,60,-65,58,-97r-59,0xm194,-517r0,111r-111,0r0,-111r111,0","w":278},"<":{"d":"554,-514r0,68r-425,193r425,193r0,68r-508,-230r0,-62","w":600},"=":{"d":"552,-388r0,68r-504,0r0,-68r504,0xm48,-118r0,-68r504,0r0,68r-504,0","w":600},">":{"d":"46,8r0,-68r425,-193r-425,-193r0,-68r508,230r0,62","w":600},"?":{"d":"490,-531v0,173,-192,173,-173,357r-85,0v-11,-109,40,-167,90,-214v40,-38,83,-77,78,-151v-5,-73,-50,-117,-121,-117v-95,0,-140,73,-139,165r-85,0v-2,-137,84,-240,224,-240v123,0,211,73,211,200xm218,0r0,-111r111,0r0,111r-111,0"},"@":{"d":"420,-505v-94,0,-160,122,-160,209v0,56,36,97,86,97v87,0,155,-131,155,-213v0,-48,-39,-93,-81,-93xm618,-554r-84,284v-9,29,-25,82,13,82v61,0,138,-123,138,-230v0,-158,-131,-258,-271,-258v-171,0,-304,146,-304,321v0,178,141,317,309,317v95,0,192,-48,248,-121r63,0v-64,110,-185,176,-313,176v-211,0,-375,-166,-375,-377v0,-206,168,-371,371,-371v185,0,340,128,340,308v0,174,-140,290,-234,290v-34,0,-62,-21,-64,-65r-3,0v-30,35,-75,67,-124,67v-85,0,-143,-70,-143,-158v0,-139,94,-284,235,-284v46,0,89,22,112,82r23,-63r63,0","w":800},"A":{"d":"-7,0r279,-714r105,0r279,714r-105,0r-78,-215r-302,0r-80,215r-98,0xm322,-628r-121,333r242,0r-119,-333r-2,0","w":648},"B":{"d":"173,-327r0,247r238,0v82,0,134,-50,134,-128v0,-168,-216,-108,-372,-119xm78,0r0,-714r259,0v63,0,146,0,189,26v47,28,84,79,84,149v0,78,-44,131,-106,162v88,18,136,84,136,172v0,105,-75,205,-217,205r-345,0xm173,-634r0,227r190,0v108,0,152,-39,152,-114v0,-99,-70,-113,-152,-113r-190,0","w":685},"C":{"d":"675,-499r-95,0v-20,-101,-101,-152,-200,-152v-170,0,-242,140,-242,289v0,163,72,299,243,299v125,0,197,-88,206,-206r95,0v-18,178,-129,286,-309,286v-222,0,-330,-164,-330,-372v0,-207,118,-376,338,-376v149,0,272,80,294,232","w":722},"D":{"d":"78,0r0,-714r245,0v220,0,343,110,343,340v0,239,-105,374,-343,374r-245,0xm173,-634r0,554r158,0v65,0,240,-18,240,-281v0,-170,-63,-273,-238,-273r-160,0","w":704},"E":{"d":"78,0r0,-714r493,0r0,80r-398,0r0,227r371,0r0,80r-371,0r0,247r401,0r0,80r-496,0","w":611},"F":{"d":"78,0r0,-714r469,0r0,80r-374,0r0,227r328,0r0,80r-328,0r0,327r-95,0","w":574},"G":{"d":"637,0r-25,-89v-55,75,-145,106,-229,106v-213,0,-340,-174,-340,-360v0,-208,114,-388,340,-388v156,0,280,70,307,237r-95,0v-19,-108,-106,-157,-212,-157v-173,0,-245,150,-245,303v0,149,86,285,245,285v147,0,235,-103,229,-233r-228,0r0,-80r313,0r0,376r-60,0","w":759},"H":{"d":"78,0r0,-714r95,0r0,307r376,0r0,-307r95,0r0,714r-95,0r0,-327r-376,0r0,327r-95,0","w":722},"I":{"d":"82,0r0,-714r95,0r0,714r-95,0","w":259},"J":{"d":"441,-714r0,536v0,97,-51,195,-211,195v-149,0,-220,-91,-208,-252r95,0v-3,98,11,172,115,172v87,0,114,-50,114,-129r0,-522r95,0","w":519},"K":{"d":"78,0r0,-714r95,0r0,356r362,-356r123,0r-301,288r313,426r-120,0r-258,-361r-119,111r0,250r-95,0","w":667},"L":{"d":"78,0r0,-714r95,0r0,634r378,0r0,80r-473,0"},"M":{"d":"80,0r0,-714r130,0r225,600r226,-600r130,0r0,714r-90,0r0,-594r-2,0r-223,594r-81,0r-223,-594r-2,0r0,594r-90,0","w":871},"N":{"d":"77,0r0,-714r101,0r376,579r2,0r0,-579r90,0r0,714r-104,0r-373,-573r-2,0r0,573r-90,0","w":722},"O":{"d":"38,-357v0,-194,115,-374,342,-374v227,0,342,180,342,374v0,194,-115,374,-342,374v-227,0,-342,-180,-342,-374xm133,-357v0,144,73,294,247,294v174,0,247,-150,247,-294v0,-144,-73,-294,-247,-294v-174,0,-247,150,-247,294","w":760},"P":{"d":"78,0r0,-714r313,0v142,0,219,79,219,211v0,132,-77,211,-219,211r-218,0r0,292r-95,0xm173,-634r0,262r186,0v107,1,156,-46,156,-131v0,-85,-49,-131,-156,-131r-186,0","w":648},"Q":{"d":"708,2r-48,60r-109,-88v-47,28,-104,43,-171,43v-227,0,-342,-180,-342,-374v0,-194,115,-374,342,-374v350,0,437,451,234,658xm400,-146r50,-58r95,76v147,-157,104,-522,-165,-523v-174,0,-247,150,-247,294v0,144,73,294,247,294v37,0,69,-7,99,-20","w":760},"R":{"d":"173,-385v158,-10,361,47,363,-127v0,-70,-38,-122,-127,-122r-236,0r0,249xm78,0r0,-714r336,0v134,0,217,73,217,187v0,88,-42,155,-124,183v164,28,69,240,149,344r-106,0v-27,-29,-14,-106,-26,-176v-12,-70,-27,-129,-119,-129r-232,0r0,305r-95,0","w":685},"S":{"d":"581,-505r-90,0v-11,-102,-79,-146,-177,-146v-80,0,-160,29,-160,122v0,88,114,101,229,127v114,26,228,66,228,206v0,152,-149,213,-279,213v-160,0,-295,-78,-295,-252r90,0v0,120,100,172,208,172v86,0,181,-27,181,-130v0,-98,-114,-115,-228,-140v-114,-25,-229,-58,-229,-189v0,-145,129,-209,259,-209v146,0,257,69,263,226","w":648},"T":{"d":"240,0r0,-634r-238,0r0,-80r571,0r0,80r-238,0r0,634r-95,0","w":574},"U":{"d":"648,-714r0,456v0,180,-103,275,-281,275v-184,0,-293,-85,-293,-275r0,-456r95,0r0,456v0,126,72,195,198,195v120,0,186,-69,186,-195r0,-456r95,0","w":722},"V":{"d":"613,-714r-254,714r-108,0r-252,-714r103,0r204,619r2,0r206,-619r99,0","w":611},"W":{"d":"914,-714r-191,714r-99,0r-163,-600r-2,0r-165,600r-99,0r-183,-714r97,0r140,594r2,0r160,-594r103,0r158,594r2,0r145,-594r95,0","w":926},"X":{"d":"-1,0r249,-367r-235,-347r114,0r178,279r186,-279r106,0r-236,347r251,367r-116,0r-192,-295r-198,295r-107,0","w":611},"Y":{"d":"646,-714r-273,422r0,292r-95,0r0,-292r-276,-422r113,0r214,340r209,-340r108,0","w":648},"Z":{"d":"22,0r0,-80r444,-554r-410,0r0,-80r522,0r0,80r-443,554r455,0r0,80r-568,0","w":611},"[":{"d":"259,-731r0,68r-107,0r0,793r107,0r0,68r-187,0r0,-929r187,0","w":259},"\\":{"d":"55,-731r296,748r-73,0r-296,-748r73,0","w":333},"]":{"d":"0,198r0,-68r107,0r0,-793r-107,0r0,-68r187,0r0,929r-187,0","w":259},"^":{"d":"50,-264r218,-433r64,0r218,433r-70,0r-181,-360r-178,360r-71,0","w":600},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"a":{"d":"384,-267v-70,49,-258,4,-258,128v0,56,48,76,100,76v112,0,158,-70,158,-117r0,-87xm522,-68r0,66v-51,28,-141,18,-133,-66v-47,55,-110,80,-182,80v-94,0,-171,-42,-171,-145v0,-117,87,-142,175,-159v94,-18,174,-12,174,-76v0,-74,-61,-86,-115,-86v-72,0,-125,22,-129,98r-85,0v5,-128,104,-173,219,-173v93,0,194,21,194,142r0,266v-4,55,13,67,53,53","w":537},"b":{"d":"467,-263v0,-97,-50,-191,-160,-191v-114,0,-158,98,-158,195v0,102,46,196,163,196v116,0,155,-99,155,-200xm67,0r0,-714r85,0r0,267r2,0v28,-57,94,-82,165,-82v159,0,238,126,238,272v0,146,-78,269,-236,269v-55,0,-128,-24,-169,-81r0,69r-85,0","w":593},"c":{"d":"503,-351r-88,0v-13,-65,-58,-103,-128,-103v-123,0,-161,97,-161,202v0,95,43,189,151,189v82,0,131,-48,142,-126r87,0v-19,126,-98,201,-228,201v-158,0,-242,-110,-242,-264v0,-155,80,-277,244,-277v117,0,211,55,223,178","w":537},"d":{"d":"526,-714r0,714r-85,0v-2,-22,4,-52,-2,-70v-28,57,-94,82,-165,82v-159,0,-238,-126,-238,-272v0,-146,78,-269,236,-269v53,0,129,20,167,81r2,0r0,-266r85,0xm126,-254v0,97,50,191,160,191v114,0,158,-98,158,-195v0,-102,-46,-196,-163,-196v-116,0,-155,99,-155,200","w":593},"e":{"d":"421,-164r84,0v-23,114,-105,176,-221,176v-165,0,-248,-114,-248,-272v0,-155,102,-269,243,-269v183,0,239,171,234,296r-387,0v-3,90,48,170,161,170v70,0,119,-34,134,-101xm126,-308r297,0v-4,-81,-65,-146,-149,-146v-89,0,-142,67,-148,146","w":537},"f":{"d":"99,0r0,-442r-87,0r0,-75r87,0r0,-77v-7,-103,94,-147,198,-120r0,74v-51,-14,-113,-14,-113,51r0,72r100,0r0,75r-100,0r0,442r-85,0","w":296},"g":{"d":"272,-69v112,0,154,-103,154,-200v0,-91,-40,-185,-147,-185v-109,0,-153,89,-153,188v0,93,34,197,146,197xm510,-517r0,473v0,168,-77,254,-240,254v-97,0,-209,-39,-214,-152r85,0v4,62,78,84,134,84v121,0,166,-103,153,-230v-28,63,-96,94,-161,94v-154,0,-231,-121,-231,-262v0,-122,60,-273,239,-273v66,-1,122,31,155,86r0,-74r80,0","w":574},"h":{"d":"64,0r0,-714r85,0r0,273r2,0v28,-62,101,-88,163,-88v136,0,178,78,178,189r0,340r-85,0r0,-350v0,-63,-40,-104,-105,-104v-103,0,-153,69,-153,162r0,292r-85,0"},"i":{"d":"69,0r0,-517r85,0r0,517r-85,0xm154,-714r0,104r-85,0r0,-104r85,0","w":222},"j":{"d":"154,-517r0,583v0,109,-70,145,-168,128r0,-73v55,7,83,2,83,-69r0,-569r85,0xm154,-714r0,104r-85,0r0,-104r85,0","w":222},"k":{"d":"69,0r0,-714r85,0r0,423r236,-226r114,0r-205,188r220,329r-108,0r-177,-270r-80,74r0,196r-85,0","w":519},"l":{"d":"69,0r0,-714r85,0r0,714r-85,0","w":222},"m":{"d":"64,0r0,-517r80,0v2,24,-4,56,2,76v38,-58,96,-88,167,-88v63,0,121,25,142,88v67,-127,334,-125,334,62r0,379r-85,0r0,-339v0,-64,-17,-115,-100,-115v-82,0,-135,52,-135,132r0,322r-85,0r0,-339v0,-67,-21,-115,-97,-115v-101,0,-138,93,-138,132r0,322r-85,0","w":853},"n":{"d":"64,0r0,-517r80,0v2,26,-4,60,2,82v36,-64,94,-94,168,-94v136,0,178,78,178,189r0,340r-85,0r0,-350v0,-63,-40,-104,-105,-104v-103,0,-153,69,-153,162r0,292r-85,0"},"o":{"d":"36,-258v0,-152,87,-271,251,-271v164,0,251,119,251,271v0,151,-87,270,-251,270v-164,0,-251,-119,-251,-270xm126,-258v0,125,72,195,161,195v89,0,161,-70,161,-195v0,-126,-72,-196,-161,-196v-89,0,-161,70,-161,196","w":574},"p":{"d":"467,-263v0,-97,-50,-191,-160,-191v-114,0,-158,98,-158,195v0,102,46,196,163,196v116,0,155,-99,155,-200xm67,198r0,-715r85,0v2,22,-4,52,2,70v28,-57,94,-82,165,-82v159,0,238,126,238,272v0,146,-78,269,-236,269v-55,0,-128,-24,-169,-81r0,267r-85,0","w":593},"q":{"d":"526,-517r0,715r-85,0r0,-268r-2,0v-28,57,-94,82,-165,82v-159,0,-238,-126,-238,-272v0,-146,78,-269,236,-269v53,0,129,20,167,81r2,0r0,-69r85,0xm126,-254v0,97,50,191,160,191v114,0,158,-98,158,-195v0,-102,-46,-196,-163,-196v-116,0,-155,99,-155,200","w":593},"r":{"d":"61,0r0,-517r80,0v2,35,-4,78,2,109v41,-83,98,-124,190,-121r0,90v-137,0,-187,78,-187,209r0,230r-85,0","w":333},"s":{"d":"31,-163r85,0v3,76,69,100,139,100v53,0,125,-12,125,-77v0,-66,-84,-77,-169,-96v-84,-19,-169,-47,-169,-146v0,-104,103,-147,193,-147v114,0,205,36,212,162r-85,0v-6,-66,-64,-87,-120,-87v-51,0,-110,14,-110,66v0,61,90,72,169,90v85,20,169,47,169,147v0,123,-115,163,-220,163v-116,0,-214,-47,-219,-175","w":500},"t":{"d":"182,-672r0,155r103,0r0,75r-103,0r0,321v-10,53,50,46,103,46r0,75v-109,1,-188,10,-188,-113r0,-329r-88,0r0,-75r88,0r0,-155r85,0","w":315},"u":{"d":"492,-517r0,517r-80,0v-2,-26,4,-60,-2,-82v-36,64,-94,94,-168,94v-136,0,-178,-78,-178,-189r0,-340r85,0r0,350v0,63,40,104,105,104v103,0,153,-69,153,-162r0,-292r85,0"},"v":{"d":"486,-517r-189,517r-91,0r-192,-517r95,0r145,431r2,0r141,-431r89,0","w":500},"w":{"d":"741,-517r-165,517r-90,0r-105,-411r-2,0r-104,411r-92,0r-166,-517r94,0r117,423r2,0r104,-423r93,0r108,423r2,0r116,-423r88,0","w":758},"x":{"d":"9,0r194,-272r-180,-245r109,0r124,181r129,-181r102,0r-178,238r200,279r-109,0r-144,-214r-144,214r-103,0","w":518},"y":{"d":"492,-517r-225,586v-46,123,-95,156,-209,129r0,-78v48,21,101,13,120,-35r35,-88r-205,-514r96,0r151,423r2,0r145,-423r90,0","w":500},"z":{"d":"22,0r0,-65r312,-377r-292,0r0,-75r402,0r0,58r-316,384r330,0r0,75r-436,0","w":480},"{":{"d":"309,-731r0,60r-50,0v-39,0,-48,44,-48,86r0,183v0,94,-64,128,-87,134r0,3v23,3,87,32,87,134r0,183v0,41,9,86,48,86r50,0r0,60v-108,9,-178,-14,-178,-131r0,-182v0,-73,-41,-117,-83,-117r0,-68v42,0,83,-48,83,-118r0,-182v9,-116,70,-141,178,-131","w":333},"|":{"d":"77,214r0,-1000r68,0r0,1000r-68,0","w":222},"}":{"d":"24,198r0,-60r50,0v39,0,48,-44,48,-86r0,-183v0,-94,64,-128,87,-134r0,-3v-23,-3,-87,-32,-87,-134r0,-181v0,-43,-9,-88,-48,-88r-50,0r0,-60v108,-9,178,14,178,131r0,182v0,73,41,118,83,118r0,68v-42,0,-83,47,-83,117r0,182v-9,116,-70,141,-178,131","w":333},"~":{"d":"194,-315v67,0,157,72,213,72v40,0,65,-41,88,-76r36,50v-30,42,-63,86,-125,86v-82,0,-131,-72,-217,-72v-44,0,-68,41,-84,76r-36,-50v22,-42,58,-86,125,-86","w":600},"'":{"d":"105,-456r0,-258r68,0r0,258r-68,0","w":278},"`":{"d":"108,-588r-131,-143r109,0r86,143r-64,0","w":222},"\u00a0":{"w":278}}});

Cufon.registerFont({"w":556,"face":{"font-family":"Helvetica Neue LT Std Bold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 8 4 2 2 2 2 2 4","ascent":"714","descent":"-286","x-height":"14","bbox":"-48 -808 941 214","underline-thickness":"50","underline-position":"-50","stemh":"107","stemv":"142","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":278},"!":{"d":"213,-714r0,192r-39,308r-71,0r-38,-308r0,-192r148,0xm61,0r0,-154r157,0r0,154r-157,0","w":278},"\"":{"d":"271,-393r0,-321r107,0r0,321r-107,0xm85,-393r0,-321r107,0r0,321r-107,0","w":463},"#":{"d":"88,0r28,-198r-83,0r0,-90r95,0r18,-124r-83,0r0,-90r95,0r28,-198r97,0r-28,198r97,0r27,-198r97,0r-27,198r74,0r0,90r-87,0r-17,124r74,0r0,90r-87,0r-27,198r-97,0r27,-198r-96,0r-28,198r-97,0xm339,-412r-96,0r-18,124r97,0"},"$":{"d":"248,-451r0,-163v-45,0,-90,28,-90,83v0,44,26,65,90,80xm307,-292r0,192v49,-5,108,-34,108,-98v0,-53,-29,-72,-108,-94xm248,-309v-111,-30,-232,-61,-232,-208v0,-137,112,-207,232,-214r0,-77r59,0r0,77v119,13,217,75,225,213r-142,0v-1,-53,-38,-96,-83,-96r0,177v16,4,33,8,51,13v195,54,199,165,199,232v0,57,-51,196,-250,209r0,85r-59,0r0,-85v-148,-11,-234,-92,-249,-249r142,0v-1,74,46,120,107,132r0,-209"},"%":{"d":"75,-516v0,-109,53,-198,170,-198v124,0,164,92,164,202v0,109,-52,188,-169,188v-123,0,-165,-82,-165,-192xm177,-514v0,43,0,115,64,115v62,0,66,-72,66,-114v0,-39,-3,-126,-62,-126v-64,0,-68,79,-68,125xm591,-183v0,-109,53,-193,170,-193v124,0,164,87,164,197v0,109,-52,193,-169,193v-123,0,-165,-87,-165,-197xm693,-182v0,43,0,121,64,121v62,0,66,-78,66,-120v0,-39,-3,-120,-62,-120v-64,0,-68,73,-68,119xm254,22r414,-744r85,0r-412,744r-87,0","w":1000},"&":{"d":"382,-559v0,-37,-30,-68,-65,-68v-34,0,-64,26,-64,63v0,45,29,74,56,107v40,-26,73,-50,73,-102xm389,-166r-122,-149v-50,22,-100,60,-100,118v0,52,48,94,102,94v51,0,87,-26,120,-63xm522,0r-58,-71v-57,56,-120,85,-201,85v-129,0,-231,-79,-231,-214v0,-100,76,-168,160,-207v-38,-47,-68,-90,-68,-152v0,-99,91,-163,186,-163v108,0,196,58,196,171v0,83,-55,140,-127,178r92,113v14,-26,22,-56,26,-85r123,0v-7,64,-29,126,-69,176r145,169r-174,0","w":685},"(":{"d":"184,-731r119,0v-147,284,-145,626,-1,913r-118,0v-172,-273,-177,-638,0,-913","w":296},")":{"d":"112,182r-119,0v147,-284,145,-626,1,-913r118,0v172,274,177,638,0,913","w":296},"*":{"d":"242,-714r0,125r116,-44r27,77r-118,39r74,98r-66,49r-74,-103r-70,103r-67,-49r74,-98r-116,-39r27,-77r113,44r0,-125r80,0","w":407},"+":{"d":"354,-505r0,199r199,0r0,107r-199,0r0,199r-107,0r0,-199r-199,0r0,-107r199,0r0,-199r107,0","w":600},",":{"d":"61,0r0,-154r157,0r0,154v0,92,-70,153,-156,166r0,-72v42,-7,73,-50,71,-94r-72,0","w":278},"-":{"d":"53,-212r0,-122r301,0r0,122r-301,0","w":407},".":{"d":"60,0r0,-154r157,0r0,154r-157,0","w":278},"\/":{"d":"-11,17r279,-748r114,0r-279,748r-114,0","w":371},"0":{"d":"21,-353v0,-273,118,-361,256,-361v140,0,258,88,258,361v0,279,-118,367,-258,367v-138,0,-256,-88,-256,-367xm163,-353v0,79,0,250,114,250v116,0,116,-171,116,-250v0,-73,0,-244,-116,-244v-114,0,-114,171,-114,244"},"1":{"d":"392,-700r0,700r-142,0r0,-454r-176,0r0,-107v99,2,190,-32,205,-139r113,0"},"2":{"d":"531,-495v0,219,-234,234,-327,373r331,0r0,122r-514,0v1,-162,100,-231,221,-313v62,-42,146,-85,147,-171v0,-66,-44,-108,-105,-108v-84,0,-111,87,-111,161r-136,0v-5,-160,86,-283,254,-283v128,0,240,82,240,219"},"3":{"d":"228,-317r0,-100v61,5,149,-7,149,-87v0,-59,-47,-93,-99,-93v-71,0,-109,53,-108,125r-135,0v5,-143,98,-242,242,-242v112,0,235,69,235,194v0,68,-37,123,-98,145v77,17,124,81,124,159v0,147,-123,230,-260,230v-157,0,-263,-94,-260,-255r135,0v3,76,41,138,123,138v64,0,114,-44,114,-110v0,-106,-93,-104,-162,-104"},"4":{"d":"312,0r0,-162r-296,0r0,-130r304,-408r127,0r0,421r93,0r0,117r-93,0r0,162r-135,0xm312,-279r0,-243r-3,0r-181,243r184,0"},"5":{"d":"500,-700r0,117r-289,0r-28,159r2,2v38,-39,82,-54,137,-54v138,0,216,107,216,238v0,144,-119,252,-260,252v-136,0,-258,-75,-260,-222r142,0v7,62,53,105,115,105v74,0,121,-65,121,-135v0,-73,-45,-131,-121,-131v-51,0,-79,18,-107,56r-128,0r69,-387r391,0"},"6":{"d":"523,-520r-135,0v-9,-47,-45,-87,-94,-87v-102,-1,-135,140,-132,215v70,-109,241,-99,319,-6v129,154,17,412,-191,412v-212,0,-269,-185,-269,-362v0,-171,76,-366,275,-366v121,0,211,71,227,194xm286,-363v-76,0,-113,61,-113,130v0,65,42,130,113,130v140,-1,144,-260,0,-260"},"7":{"d":"517,-700r0,122v-147,128,-227,391,-229,578r-152,0v16,-207,102,-408,235,-568r-332,0r0,-132r478,0"},"8":{"d":"156,-212v0,72,56,119,124,119v68,0,120,-48,120,-118v0,-67,-54,-112,-120,-112v-69,0,-124,39,-124,111xm43,-523v0,-126,122,-191,236,-191v174,0,234,120,234,188v0,71,-40,123,-102,149v83,19,131,83,131,171v0,293,-528,296,-528,1v0,-91,54,-149,132,-174v-68,-19,-103,-75,-103,-144xm172,-510v0,61,50,92,107,92v58,0,105,-32,105,-92v0,-36,-17,-97,-105,-97v-57,0,-107,35,-107,97"},"9":{"d":"33,-180r135,0v9,47,45,87,94,87v102,1,135,-140,132,-215v-70,109,-241,99,-319,6v-129,-154,-17,-412,191,-412v212,0,269,185,269,362v0,171,-76,366,-275,366v-121,0,-211,-71,-227,-194xm270,-337v76,0,113,-61,113,-130v0,-65,-42,-130,-113,-130v-140,1,-144,260,0,260"},":":{"d":"61,0r0,-154r157,0r0,154r-157,0xm218,-508r0,154r-157,0r0,-154r157,0","w":278},";":{"d":"61,0r0,-154r157,0r0,154v-1,92,-70,153,-156,166r0,-72v42,-7,73,-50,71,-94r-72,0xm218,-508r0,154r-157,0r0,-154r157,0","w":278},"<":{"d":"554,-514r0,115r-367,146r367,146r0,115r-508,-202r0,-118","w":600},"=":{"d":"553,-413r0,107r-505,0r0,-107r505,0xm553,-199r0,107r-505,0r0,-107r505,0","w":600},">":{"d":"46,8r0,-115r367,-146r-367,-146r0,-115r508,202r0,118","w":600},"?":{"d":"524,-538v0,179,-151,158,-182,286r0,38r-135,0v-8,-106,40,-168,87,-202v40,-29,73,-54,73,-108v0,-61,-32,-90,-85,-90v-72,0,-102,59,-103,130r-147,0v3,-143,97,-247,243,-247v189,0,249,116,249,193xm193,0r0,-154r157,0r0,154r-157,0"},"@":{"d":"291,-319v0,53,32,89,78,89v72,0,123,-82,123,-151v0,-49,-34,-85,-77,-85v-72,0,-124,81,-124,147xm622,-545r-63,258v-8,27,-16,66,9,66v57,0,118,-77,118,-184v0,-159,-119,-246,-271,-246v-172,0,-283,127,-283,296v0,175,123,292,295,292v84,0,163,-30,215,-82r84,0v-68,103,-180,162,-305,162v-213,0,-385,-160,-385,-374v0,-211,172,-374,380,-374v182,0,348,121,348,305v0,206,-171,290,-235,290v-45,0,-68,-28,-75,-57v-80,123,-265,31,-265,-113v0,-126,86,-255,218,-255v43,0,94,18,117,70r16,-54r82,0","w":800},"A":{"d":"-7,0r271,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-159,0xm342,-538r-93,262r185,0r-90,-262r-2,0","w":685},"B":{"d":"226,-318r0,196v121,-9,281,39,284,-94v3,-137,-160,-96,-284,-102xm69,0r0,-714r336,0v136,0,228,44,228,177v0,70,-35,119,-97,149v87,25,131,92,131,181v0,145,-123,207,-252,207r-346,0xm226,-592r0,167v108,-6,257,33,255,-85v-2,-119,-148,-73,-255,-82","w":704},"C":{"d":"697,-474r-152,0v-10,-71,-78,-125,-156,-125v-141,0,-194,120,-194,245v0,119,53,239,194,239v96,0,150,-66,162,-160r152,0v-16,178,-139,292,-314,292v-221,0,-351,-165,-351,-371v0,-212,130,-377,351,-377v157,0,289,92,308,257","w":741},"D":{"d":"69,0r0,-714r308,0v185,0,324,116,324,353v0,207,-106,361,-324,361r-308,0xm226,-582r0,450v189,7,318,9,318,-214v0,-144,-50,-236,-206,-236r-112,0","w":741},"E":{"d":"69,0r0,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0","w":648},"F":{"d":"69,0r0,-714r502,0r0,132r-345,0r0,165r299,0r0,122r-299,0r0,295r-157,0","w":593},"G":{"d":"601,0r-16,-81v-55,71,-127,98,-196,98v-221,0,-351,-165,-351,-371v0,-212,130,-377,351,-377v146,0,284,90,301,252r-150,0v-18,-79,-77,-120,-151,-120v-141,0,-194,120,-194,245v0,119,53,239,194,239v102,0,161,-55,170,-154r-158,0r0,-117r300,0r0,386r-100,0","w":759},"H":{"d":"69,0r0,-714r157,0r0,274r289,0r0,-274r157,0r0,714r-157,0r0,-308r-289,0r0,308r-157,0","w":741},"I":{"d":"69,0r0,-714r157,0r0,714r-157,0","w":295},"J":{"d":"487,-714r0,489v0,92,-25,242,-238,242v-119,0,-235,-65,-235,-221r0,-62r142,0v-2,83,5,152,91,151v83,0,83,-67,83,-117r0,-482r157,0"},"K":{"d":"69,0r0,-714r157,0r0,296r279,-296r196,0r-279,282r306,432r-197,0r-215,-321r-90,91r0,230r-157,0","w":722},"L":{"d":"69,0r0,-714r157,0r0,582r348,0r0,132r-505,0","w":593},"M":{"d":"69,0r0,-714r221,0r167,491r2,0r158,-491r221,0r0,714r-147,0r0,-506r-2,0r-175,506r-121,0r-175,-501r-2,0r0,501r-147,0","w":907},"N":{"d":"69,0r0,-714r156,0r298,479r2,0r0,-479r147,0r0,714r-157,0r-297,-478r-2,0r0,478r-147,0","w":741},"O":{"d":"38,-354v0,-212,130,-377,351,-377v221,0,351,165,351,377v0,206,-130,371,-351,371v-221,0,-351,-165,-351,-371xm195,-354v0,119,53,239,194,239v141,0,194,-120,194,-239v0,-125,-53,-245,-194,-245v-141,0,-194,120,-194,245","w":778},"P":{"d":"69,0r0,-714r322,0v178,0,247,113,247,229v0,116,-69,229,-247,229r-165,0r0,256r-157,0xm226,-592r0,214v122,-5,260,30,260,-107v0,-137,-138,-102,-260,-107","w":667},"Q":{"d":"736,-10r-73,77r-101,-92v-47,27,-106,42,-173,42v-221,0,-351,-165,-351,-371v0,-212,130,-377,351,-377v221,0,351,165,351,377v0,103,-33,195,-93,263xm385,-186r73,-78r81,74v26,-36,44,-90,44,-164v0,-125,-53,-245,-194,-245v-141,0,-194,120,-194,245v0,119,53,239,194,239v23,0,52,0,63,-10","w":778},"R":{"d":"69,0r0,-714r385,0v128,0,209,89,209,197v0,86,-38,145,-113,181v77,20,99,95,104,167v3,45,2,129,30,169r-157,0v-19,-45,-17,-114,-25,-171v-11,-75,-40,-108,-119,-108r-157,0r0,279r-157,0xm226,-592r0,201v122,-6,280,36,280,-102v0,-69,-38,-99,-108,-99r-172,0","w":722},"S":{"d":"24,-237r152,0v0,95,74,132,158,132v55,0,139,-16,139,-89v0,-77,-107,-90,-212,-118v-106,-28,-213,-69,-213,-203v0,-146,138,-216,267,-216v149,0,286,65,286,230r-152,0v-5,-86,-66,-108,-141,-108v-50,0,-108,21,-108,81v0,55,34,62,213,108v52,13,212,46,212,208v0,131,-103,229,-297,229v-158,0,-306,-78,-304,-254","w":649},"T":{"d":"227,0r0,-582r-214,0r0,-132r585,0r0,132r-214,0r0,582r-157,0","w":611},"U":{"d":"675,-714r0,444v0,193,-114,287,-305,287v-192,0,-304,-93,-304,-287r0,-444r157,0r0,444v0,78,20,155,147,155v112,0,148,-49,148,-155r0,-444r157,0","w":741},"V":{"d":"638,-714r-237,714r-177,0r-232,-714r162,0r159,502r2,0r161,-502r162,0","w":630},"W":{"d":"941,-714r-192,714r-156,0r-121,-486r-2,0r-119,486r-159,0r-189,-714r157,0r113,486r2,0r124,-486r147,0r122,492r2,0r117,-492r154,0","w":944},"X":{"d":"-6,0r250,-374r-230,-340r182,0r140,228r145,-228r172,0r-229,341r249,373r-187,0r-156,-247r-159,247r-177,0","w":667},"Y":{"d":"254,0r0,-278r-263,-436r177,0r167,282r166,-282r175,0r-265,440r0,274r-157,0","w":667},"Z":{"d":"23,0r0,-124r383,-458r-353,0r0,-132r562,0r0,124r-383,458r393,0r0,132r-602,0","w":648},"[":{"d":"68,182r0,-913r264,0r0,112r-122,0r0,689r122,0r0,112r-264,0","w":333},"\\":{"d":"103,-731r279,748r-114,0r-279,-748r114,0","w":371},"]":{"d":"265,-731r0,913r-264,0r0,-112r122,0r0,-689r-122,0r0,-112r264,0","w":333},"^":{"d":"61,-315r172,-385r134,0r172,385r-117,0r-122,-275r-122,275r-117,0","w":600},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"a":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78","w":574},"b":{"d":"54,0r0,-714r142,0r0,260r2,0v35,-53,99,-77,163,-77v103,0,214,83,214,272v0,190,-111,273,-214,273v-78,0,-137,-26,-172,-80r0,66r-135,0xm433,-258v0,-87,-37,-166,-121,-166v-84,0,-121,79,-121,166v0,86,37,165,121,165v84,0,121,-79,121,-165","w":611},"c":{"d":"545,-335r-139,0v-9,-58,-46,-89,-105,-89v-91,0,-121,92,-121,168v0,74,29,163,118,163v66,0,104,-42,113,-105r137,0v-18,137,-113,212,-249,212v-156,0,-261,-110,-261,-265v0,-161,96,-280,264,-280v122,0,234,64,243,196","w":574},"d":{"d":"423,0v-2,-21,4,-49,-2,-66v-33,56,-91,80,-157,80v-156,0,-232,-134,-232,-277v0,-139,77,-268,229,-268v63,0,119,29,155,77r0,-260r142,0r0,714r-135,0xm421,-260v0,-84,-30,-164,-122,-164v-93,0,-125,80,-125,165v0,81,37,166,125,166v94,0,122,-82,122,-167","w":611},"e":{"d":"544,-224r-373,0v4,90,48,131,127,131v57,0,103,-35,112,-67r125,0v-40,122,-125,174,-242,174v-163,0,-264,-112,-264,-272v0,-155,107,-273,264,-273v176,0,261,148,251,307xm171,-314r231,0v-13,-72,-44,-110,-113,-110v-90,0,-116,70,-118,110","w":574},"f":{"d":"85,0r0,-422r-85,0r0,-95r85,0v-9,-122,41,-193,173,-197v25,0,51,3,75,4r0,106v-54,-6,-112,-10,-106,56r0,31r98,0r0,95r-98,0r0,422r-142,0","w":333},"g":{"d":"551,-517r0,484v0,85,-30,229,-268,229v-102,0,-221,-48,-228,-166r141,0v13,53,56,71,106,71v104,0,126,-93,112,-196v-31,54,-93,80,-155,80v-155,0,-221,-118,-221,-260v0,-134,77,-256,222,-256v70,0,118,27,156,83r0,-69r135,0xm295,-122v81,0,121,-69,121,-143v0,-84,-29,-159,-121,-159v-80,0,-115,70,-115,147v0,74,28,155,115,155","w":611},"h":{"d":"54,0r0,-714r142,0r0,269r3,0v36,-58,98,-86,151,-86v151,0,189,85,189,213r0,318r-142,0r0,-292v0,-85,-25,-127,-91,-127v-77,0,-110,43,-110,148r0,271r-142,0","w":593},"i":{"d":"58,0r0,-517r142,0r0,517r-142,0xm200,-714r0,117r-142,0r0,-117r142,0","w":258},"j":{"d":"-19,178r0,-117v38,8,87,9,86,-42r0,-536r142,0r0,543v0,106,-39,156,-182,156v-15,0,-31,-2,-46,-4xm209,-714r0,117r-142,0r0,-117r142,0","w":278},"k":{"d":"67,0r0,-714r142,0r0,383r179,-186r168,0r-195,190r217,327r-172,0r-142,-231r-55,53r0,178r-142,0","w":574},"l":{"d":"58,0r0,-714r142,0r0,714r-142,0","w":258},"m":{"d":"58,0r0,-517r134,0v2,22,-4,52,2,70v63,-105,253,-120,309,2v30,-45,84,-86,156,-86v110,0,189,51,189,185r0,346r-142,0r0,-293v0,-69,-6,-126,-87,-126v-80,0,-95,66,-95,131r0,288r-142,0r0,-290v0,-60,4,-129,-86,-129v-28,0,-96,18,-96,119r0,300r-142,0","w":906},"n":{"d":"54,0r0,-517r135,0r0,72r3,0v36,-58,98,-86,158,-86v151,0,189,85,189,213r0,318r-142,0r0,-292v0,-85,-25,-127,-91,-127v-77,0,-110,43,-110,148r0,271r-142,0","w":593},"o":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166","w":611},"p":{"d":"54,182r0,-699r135,0v2,21,-4,49,2,66v34,-55,90,-80,154,-80v162,0,235,131,235,278v0,138,-76,267,-227,267v-64,0,-120,-30,-157,-78r0,246r-142,0xm315,-93v93,0,123,-80,123,-164v0,-82,-33,-167,-124,-167v-93,0,-123,83,-123,167v0,84,32,164,124,164","w":611},"q":{"d":"558,-517r0,699r-142,0r0,-247r-2,0v-33,56,-101,79,-163,79v-95,0,-219,-69,-219,-269v0,-142,75,-276,232,-276v66,0,123,27,159,80r0,-66r135,0xm174,-258v0,83,30,165,123,165v92,0,124,-78,124,-163v0,-81,-32,-168,-121,-168v-92,0,-126,82,-126,166","w":611},"r":{"d":"54,0r0,-517r135,0v2,31,-4,69,2,96v32,-72,110,-125,196,-105r0,132v-13,-3,-34,-5,-51,-5v-189,1,-131,225,-140,399r-142,0","w":389},"s":{"d":"29,-168r135,0v1,62,53,87,109,87v41,0,93,-16,93,-66v0,-43,-59,-58,-161,-80v-82,-18,-164,-47,-164,-138v0,-132,114,-166,225,-166v113,0,217,38,228,165r-135,0v-4,-55,-46,-70,-97,-70v-32,0,-79,6,-79,48v0,51,80,58,161,77v83,19,164,49,164,145v0,136,-118,180,-236,180v-120,0,-237,-45,-243,-182","w":537},"t":{"d":"234,-672r0,155r104,0r0,95r-104,0r0,256v-9,67,50,64,104,56r0,111v-115,12,-246,16,-246,-118r0,-305r-86,0r0,-95r86,0r0,-155r142,0","w":352},"u":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-158,86v-151,0,-189,-85,-189,-213r0,-318r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0","w":593},"v":{"d":"515,-517r-175,517r-158,0r-177,-517r149,0r109,353r2,0r109,-353r141,0","w":520},"w":{"d":"808,-517r-163,517r-146,0r-92,-347r-2,0r-88,347r-147,0r-164,-517r150,0r95,351r2,0r86,-351r138,0r88,350r2,0r95,-350r146,0","w":814},"x":{"d":"0,0r186,-272r-170,-245r162,0r91,135r90,-135r157,0r-170,242r191,275r-162,0r-108,-163r-108,163r-159,0","w":537},"y":{"d":"525,-517r-216,582v-33,111,-133,128,-265,112r0,-117v27,2,55,7,83,5v49,-4,65,-56,49,-97r-182,-485r152,0r117,354r2,0r113,-354r147,0","w":519},"z":{"d":"22,0r0,-107r269,-303r-249,0r0,-107r436,0r0,107r-269,303r288,0r0,107r-475,0","w":519},"{":{"d":"333,-731r0,112r-54,0v-48,0,-54,41,-54,73r0,152v0,98,-69,114,-99,118r0,3v30,3,99,26,99,110r0,160v0,33,6,73,54,73r54,0r0,112r-127,0v-45,0,-123,-44,-123,-135r0,-195v0,-61,-60,-83,-92,-83r0,-87v32,0,92,-23,92,-90r0,-188v0,-91,78,-135,123,-135r127,0","w":333},"|":{"d":"58,214r0,-1000r107,0r0,1000r-107,0","w":223},"}":{"d":"0,182r0,-112r54,0v48,0,54,-40,54,-73r0,-160v0,-84,69,-107,99,-110r0,-3v-30,-4,-99,-20,-99,-118r0,-152v0,-32,-6,-73,-54,-73r-54,0r0,-112r127,0v45,0,123,44,123,135r0,188v0,67,60,90,92,90r0,87v-32,0,-92,22,-92,83r0,195v0,91,-78,135,-123,135r-127,0","w":333},"~":{"d":"192,-340v66,0,155,68,213,68v40,0,65,-37,88,-72r40,93v-30,42,-63,86,-125,86v-80,0,-130,-68,-217,-68v-44,0,-68,37,-84,72r-40,-93v22,-42,58,-86,125,-86","w":600},"'":{"d":"86,-393r0,-321r107,0r0,321r-107,0","w":278},"`":{"d":"106,-581r-154,-142r157,0r96,142r-99,0","w":259},"\u00a0":{"w":278}}});

// HOME
Cufon.replace('div#home div#main div.work div.featured_projects div.title h3', { fontFamily: 'Helvetica Neue LT Std Light' });
Cufon.replace('div#home div#main div.work div.feed div.title h3', { fontFamily: 'Helvetica Neue LT Std Light' });
Cufon.replace('div#home div#main div.work div.feed ul li a', { fontFamily: 'Helvetica Neue LT Std Roman' });
Cufon.replace('div#home div#main div.blog div.title h3', { fontFamily: 'Helvetica Neue LT Std Light' });
Cufon.replace('div#home div#main div.contact h3', { fontFamily: 'Helvetica Neue LT Std Roman' });
// MICROAGENCY
Cufon.replace('div#microagency div#main div.information ul li a.toggle', { fontFamily: 'Helvetica Neue LT Std Light', hover: true });
// WORK
Cufon.replace('div#work.landing ul h5 a', { fontFamily: 'Helvetica Neue LT Std Light', hover: true });
Cufon.replace('div#work.detail div.title h3', { fontFamily: 'Helvetica Neue LT Std Light', hover: true });
Cufon.replace('div#viewer div.viewer_title h3', { fontFamily: 'Helvetica Neue LT Std Light', hover: true });
// CAREERS
Cufon.replace('div#careers div#main div.form label', { fontFamily: 'Helvetica Neue LT Std Light' });
// NEWS
Cufon.replace('div#news div#main div.item h4', { fontFamily: 'Helvetica Neue LT Std Light' });
Cufon.replace('div#news div#main div.item h5', { fontFamily: 'Helvetica Neue LT Std Light' });
// CONTACT
Cufon.replace('div#contact div#main div.form label', { fontFamily: 'Helvetica Neue LT Std Light' });

// UPDATE SIDEBAR HEIGHT
Cufon.CSS.ready(function() { update_sidebar_height(); });
