/*
 * 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) 1990 Adobe Systems Incorporated.  All Rights Reserved.Helvetica
 * is a trademark of Linotype AG and/or its subsidiaries.
 * 
 * Full name:
 * HelveticaNeue-Extended
 */
Cufon.registerFont({"w":240,"face":{"font-family":"Helvetica Neue","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-19 -288 396 79.1716","underline-thickness":"18","underline-position":"-27","stemh":"30","stemv":"36","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":120},"!":{"d":"38,0r0,-42r44,0r0,42r-44,0xm50,-68r-10,-122r0,-67r40,0v2,68,-5,127,-9,189r-21,0","w":120},"\"":{"d":"106,-160r0,-97r30,0r0,97r-30,0xm37,-160r0,-97r30,0r0,97r-30,0","w":173},"#":{"d":"138,-99r7,-52r-42,0r-8,52r43,0xm70,-99r7,-52r-34,0r0,-24r37,0r11,-75r25,0r-10,75r42,0r11,-75r25,0r-10,75r34,0r0,24r-37,0r-8,52r34,0r0,24r-37,0r-10,75r-26,0r11,-75r-43,0r-10,75r-26,0r11,-75r-34,0r0,-24r37,0"},"$":{"d":"110,-24r0,-88v-42,-7,-92,-20,-92,-72v0,-52,49,-72,92,-72r0,-32r17,0r0,32v62,1,90,31,93,71r-36,0v-3,-26,-24,-39,-57,-40r0,81v71,12,100,30,100,75v0,53,-50,75,-100,75r0,32r-17,0r0,-32v-52,0,-97,-28,-97,-80r36,0v1,18,12,47,61,50xm110,-147r0,-78v-34,2,-56,15,-56,39v0,22,21,35,56,39xm127,-109r0,85v44,0,64,-19,64,-42v0,-24,-17,-37,-64,-43"},"%":{"d":"308,-64v0,-30,-12,-47,-34,-47v-22,0,-34,17,-34,47v0,31,12,46,34,46v22,0,34,-15,34,-46xm210,-64v0,-41,20,-71,64,-71v44,0,64,30,64,71v0,41,-20,70,-64,70v-44,0,-64,-29,-64,-70xm120,-185v0,-30,-12,-47,-34,-47v-22,0,-34,17,-34,47v0,31,12,46,34,46v22,0,34,-15,34,-46xm22,-185v0,-41,20,-71,64,-71v44,0,64,30,64,71v0,41,-20,70,-64,70v-44,0,-64,-29,-64,-70xm94,6r143,-262r30,0r-143,262r-30,0","w":360},"&":{"d":"251,0r-31,-29v-19,24,-55,35,-91,35v-77,0,-102,-42,-102,-76v0,-32,19,-60,67,-77v-53,-43,-29,-110,39,-110v78,0,91,89,15,116r68,63v7,-12,11,-22,12,-40r34,0v-1,20,-6,40,-21,62r60,56r-50,0xm133,-227v-49,0,-38,41,-6,66v27,-11,37,-25,37,-38v0,-15,-13,-28,-31,-28xm197,-50r-82,-77v-40,17,-49,35,-49,56v0,50,104,64,131,21","w":293},"(":{"d":"136,68r-27,0v-96,-96,-96,-229,0,-325r27,0v-33,35,-63,95,-63,163v0,68,30,127,63,162","w":146},")":{"d":"38,68r-27,0v33,-35,63,-94,63,-162v0,-68,-30,-128,-63,-163r27,0v96,96,96,229,0,325","w":146},"*":{"d":"63,-187r-46,-18r10,-24r43,18r0,-46r26,0r0,46r45,-18r9,24r-46,18r35,35r-20,16r-36,-37r-35,37r-18,-16","w":166},"+":{"d":"93,-106r0,-76r30,0r0,76r76,0r0,30r-76,0r0,76r-30,0r0,-76r-76,0r0,-30r76,0","w":216},",":{"d":"38,0r0,-42r44,0v2,49,1,88,-44,97r0,-18v14,-4,20,-13,21,-37r-21,0","w":120},"-":{"d":"23,-81r0,-38r127,0r0,38r-127,0","w":173},".":{"d":"38,0r0,-42r44,0r0,42r-44,0","w":120},"\/":{"d":"0,6r112,-270r34,0r-112,270r-34,0","w":146},"0":{"d":"16,-125v0,-72,25,-131,104,-131v79,0,104,59,104,131v0,72,-25,131,-104,131v-79,0,-104,-59,-104,-131xm186,-125v0,-30,-4,-100,-66,-100v-62,0,-66,70,-66,100v0,30,4,101,66,101v62,0,66,-71,66,-101"},"1":{"d":"72,0r0,-182r-76,0r0,-28v61,4,88,-28,84,-47r30,0r0,257r-38,0","w":159},"2":{"d":"53,-165r-36,0v0,-53,30,-91,99,-91v65,0,94,35,94,81v0,88,-123,84,-152,142r152,0r0,33r-198,0v7,-117,160,-103,160,-176v0,-36,-25,-49,-54,-49v-45,0,-64,25,-65,60"},"3":{"d":"92,-116r0,-32v32,5,79,-5,73,-36v0,-32,-27,-41,-54,-41v-38,0,-56,19,-58,52r-36,0v3,-57,41,-83,95,-83v64,0,91,34,91,69v0,23,-11,46,-37,52v28,5,49,28,49,60v0,43,-30,81,-98,81v-24,0,-107,0,-107,-85r36,0v2,42,29,55,67,55v40,0,63,-20,63,-48v0,-36,-43,-50,-84,-44"},"4":{"d":"144,-91r0,-116r-95,116r95,0xm144,0r0,-61r-131,0r0,-33r136,-163r31,0r0,166r44,0r0,30r-44,0r0,61r-36,0"},"5":{"d":"24,-115r23,-135r154,0r0,33r-127,0r-12,68v58,-35,157,-24,157,66v0,54,-40,89,-105,89v-58,0,-96,-32,-98,-73r37,0v9,61,128,63,128,-15v0,-63,-90,-69,-123,-31"},"6":{"d":"188,-81v0,-31,-19,-56,-63,-56v-44,0,-63,25,-63,56v0,31,19,57,63,57v44,0,63,-26,63,-57xm217,-191r-36,0v-4,-23,-26,-34,-50,-34v-40,-2,-75,19,-75,91v37,-51,170,-49,170,53v0,38,-28,87,-100,87v-76,0,-107,-47,-107,-126v0,-131,79,-136,114,-136v30,0,77,13,84,65"},"7":{"d":"6,-215r0,-35r194,0r0,32v-54,68,-89,132,-108,218r-40,0v20,-79,63,-157,113,-215r-159,0","w":213},"8":{"d":"17,-74v0,-43,39,-57,52,-63v-30,-11,-41,-29,-41,-53v0,-42,35,-66,93,-66v92,0,124,89,51,119v28,8,53,26,52,63v0,32,-19,80,-104,80v-85,0,-103,-48,-103,-80xm121,-150v71,0,72,-75,0,-75v-73,0,-72,75,0,75xm185,-72v0,-26,-18,-48,-65,-48v-47,0,-65,22,-65,48v0,26,18,48,65,48v47,0,65,-22,65,-48"},"9":{"d":"179,-169v0,-31,-19,-56,-63,-56v-44,0,-63,25,-63,56v0,31,19,56,63,56v44,0,63,-25,63,-56xm23,-59r36,0v4,23,26,35,50,35v40,2,75,-20,75,-92v-36,51,-170,49,-170,-52v0,-38,28,-88,100,-88v76,0,107,47,107,126v0,131,-79,136,-114,136v-30,0,-77,-13,-84,-65"},":":{"d":"38,-144r0,-41r44,0r0,41r-44,0xm38,0r0,-42r44,0r0,42r-44,0","w":120},";":{"d":"38,0r0,-42r44,0v2,49,1,88,-44,97r0,-18v14,-4,20,-13,21,-37r-21,0xm38,-144r0,-41r44,0r0,41r-44,0","w":120},"<":{"d":"17,-78r0,-26r182,-81r0,30r-145,64r145,64r0,30","w":216},"=":{"d":"17,-113r0,-31r182,0r0,31r-182,0xm17,-39r0,-30r182,0r0,30r-182,0","w":216},">":{"d":"162,-91r-145,-64r0,-30r182,81r0,26r-182,81r0,-30","w":216},"?":{"d":"57,-177r-36,0v3,-70,58,-87,98,-87v49,0,91,27,91,78v0,66,-83,70,-83,118r-34,0v0,-71,79,-65,79,-118v0,-33,-24,-47,-54,-47v-35,0,-60,20,-61,56xm88,0r0,-42r44,0r0,42r-44,0"},"@":{"d":"180,-143v0,-19,-13,-35,-29,-35v-30,0,-52,38,-52,67v0,21,12,36,30,36v30,0,51,-40,51,-68xm191,-177r7,-21r26,0r-31,116v0,5,2,8,8,8v24,0,51,-35,51,-74v0,-59,-46,-94,-102,-94v-66,0,-111,52,-111,115v0,103,139,150,198,72r26,0v-24,39,-65,61,-111,61v-78,0,-139,-59,-139,-135v0,-76,61,-135,137,-135v67,0,125,45,125,111v0,68,-58,104,-89,104v-13,0,-18,-9,-22,-21v-29,39,-95,17,-95,-37v0,-67,82,-137,122,-70","w":288},"A":{"d":"184,-108r-49,-114r-48,114r97,0xm231,0r-33,-75r-126,0r-32,75r-41,0r116,-257r43,0r117,257r-44,0","w":273,"k":{"y":6,"w":6,"v":6,"Y":13,"W":13,"V":13,"T":20}},"B":{"d":"28,0r0,-257r143,0v90,-11,101,99,41,119v75,18,64,138,-32,138r-152,0xm66,-151v53,-5,146,19,146,-36v0,-56,-93,-32,-146,-37r0,73xm66,-33r103,0v73,0,75,-84,3,-85r-106,0r0,85","w":280},"C":{"d":"277,-165r-38,0v-6,-36,-34,-65,-88,-65v-61,0,-99,35,-99,105v0,49,26,98,97,98v45,0,79,-21,90,-71r38,0v-6,57,-55,104,-128,104v-65,0,-135,-35,-135,-135v0,-75,46,-135,134,-135v51,0,123,22,129,99","w":293},"D":{"d":"28,0r0,-257r130,0v77,0,112,50,112,125v0,72,-31,132,-110,132r-132,0xm66,-33r92,0v63,0,74,-52,74,-98v0,-45,-15,-93,-81,-93r-85,0r0,191","w":286},"E":{"d":"28,0r0,-257r206,0r0,33r-168,0r0,75r163,0r0,33r-163,0r0,83r172,0r0,33r-210,0","w":253},"F":{"d":"28,0r0,-257r199,0r0,33r-161,0r0,76r153,0r0,33r-153,0r0,115r-38,0","w":233,"k":{"A":13,".":40,",":40}},"G":{"d":"168,-105r0,-34r119,0r0,139r-28,0r-6,-37v-17,20,-45,43,-99,43v-103,0,-136,-73,-136,-130v0,-99,68,-140,135,-140v53,0,113,17,129,88r-40,0v-12,-36,-38,-54,-87,-54v-68,0,-98,48,-98,103v0,134,191,125,196,22r-85,0","w":313},"H":{"d":"241,0r0,-121r-175,0r0,121r-38,0r0,-257r38,0r0,103r175,0r0,-103r38,0r0,257r-38,0","w":306},"I":{"d":"31,0r0,-257r38,0r0,257r-38,0","w":100},"J":{"d":"8,-87r36,0v-3,41,15,64,51,63v31,0,48,-18,48,-51r0,-182r38,0r0,174v0,67,-36,89,-85,89v-86,0,-88,-60,-88,-93","w":206},"K":{"d":"219,0r-105,-125r-47,41r0,84r-38,0r0,-257r38,0r0,129r144,-129r54,0r-122,107r129,150r-53,0","w":273},"L":{"d":"29,0r0,-257r38,0r0,224r157,0r0,33r-195,0","w":226,"k":{"y":13,"Y":40,"W":27,"V":33,"T":40}},"M":{"d":"183,-44r103,-213r53,0r0,257r-38,0r-1,-213r-100,213r-34,0r-100,-209r0,209r-38,0r0,-257r53,0","w":366},"N":{"d":"233,0r-166,-204r0,204r-38,0r0,-257r44,0r166,204r0,-204r39,0r0,257r-45,0","w":306},"O":{"d":"14,-129v0,-66,40,-135,143,-135v103,0,143,69,143,135v0,66,-40,135,-143,135v-103,0,-143,-69,-143,-135xm261,-129v0,-68,-45,-101,-104,-101v-59,0,-105,33,-105,101v0,68,46,102,105,102v59,0,104,-34,104,-102","w":313},"P":{"d":"29,0r0,-257r133,0v57,0,86,26,86,74v0,48,-30,80,-84,80r-97,0r0,103r-38,0xm67,-136r92,0v67,4,68,-88,7,-88r-99,0r0,88","w":259,"k":{"A":13,".":46,",":46}},"Q":{"d":"268,28r-41,-36v-19,9,-42,14,-70,14v-103,0,-143,-69,-143,-135v0,-66,40,-135,143,-135v154,1,180,158,98,239r33,28xm197,-33r-26,-22r20,-24r36,30v21,-17,34,-44,34,-80v0,-68,-45,-101,-104,-101v-59,0,-105,33,-105,101v-1,83,70,117,145,96","w":313},"R":{"d":"29,0r0,-257r159,0v88,-2,90,112,27,132v23,3,37,25,38,55v2,48,3,60,12,70r-40,0v-6,-7,-8,-18,-8,-49v0,-88,-80,-53,-150,-60r0,109r-38,0xm67,-142r107,0v67,-1,59,-82,1,-82r-108,0r0,82","w":273},"S":{"d":"6,-85r38,0v1,46,44,58,83,58v41,0,69,-15,69,-43v1,-42,-68,-40,-106,-48v-31,-6,-76,-17,-76,-67v0,-47,37,-79,103,-79v51,0,105,19,109,81r-38,0v-3,-20,-14,-47,-76,-47v-28,0,-60,12,-60,42v0,36,70,37,105,44v20,4,77,13,77,66v0,66,-58,84,-110,84v-58,0,-118,-20,-118,-91"},"T":{"d":"98,0r0,-224r-98,0r0,-33r233,0r0,33r-97,0r0,224r-38,0","w":233,"k":{"y":27,"w":33,"u":27,"s":27,"r":27,"o":27,"i":27,"e":27,"c":27,"a":27,"A":13,";":33,":":33,".":33,"-":33,",":33}},"U":{"d":"27,-97r0,-160r38,0r0,164v0,46,31,66,78,66v47,0,78,-20,78,-66r0,-164r39,0r0,160v0,69,-39,103,-117,103v-78,0,-116,-34,-116,-103","w":286},"V":{"d":"132,-40r91,-217r41,0r-113,257r-40,0r-115,-257r43,0","w":259,"k":{"y":6,"u":6,"r":6,"o":13,"e":13,"a":13,"A":13,";":13,":":13,".":40,"-":13,",":40}},"W":{"d":"267,0r-72,-213r-71,213r-42,0r-85,-257r42,0r66,209r69,-209r46,0r71,209r65,-209r40,0r-87,257r-42,0","w":393,"k":{"o":6,"e":6,"a":6,"A":6,";":6,":":6,".":20,"-":13,",":20}},"X":{"d":"127,-158r76,-99r47,0r-99,125r102,132r-50,0r-78,-104r-77,104r-48,0r102,-132r-97,-125r49,0","w":253},"Y":{"d":"130,-140r86,-117r46,0r-113,149r0,108r-38,0r0,-106r-113,-151r48,0","w":259,"k":{"v":6,"u":13,"q":20,"p":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":20,":":20,".":46,"-":33,",":46}},"Z":{"d":"5,0r0,-34r184,-190r-171,0r0,-33r221,0r0,33r-185,191r188,0r0,33r-237,0","w":246},"[":{"d":"42,68r0,-325r83,0r0,28r-49,0r0,269r49,0r0,28r-83,0","w":146},"\\":{"d":"112,6r-112,-270r34,0r112,270r-34,0","w":146},"]":{"d":"71,40r0,-269r-49,0r0,-28r82,0r0,325r-82,0r0,-28r49,0","w":146},"^":{"d":"165,-101r-57,-119r-57,119r-30,0r73,-149r27,0r74,149r-30,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"55,-130r-33,0v5,-47,36,-65,93,-65v39,0,87,10,87,54r0,101v-1,16,14,18,29,15r0,25v-28,3,-58,8,-61,-24v-14,19,-49,30,-80,30v-63,0,-77,-32,-77,-56v-10,-47,64,-60,122,-63v20,-1,33,-6,33,-23v0,-26,-25,-31,-54,-31v-31,0,-58,8,-59,37xm93,-22v51,0,83,-25,75,-77v-21,23,-119,3,-119,48v0,18,18,29,44,29","w":233},"b":{"d":"22,0r0,-259r36,0r1,99v50,-67,174,-28,174,67v0,95,-121,128,-175,69r0,24r-36,0xm195,-93v0,-43,-27,-70,-69,-70v-42,0,-70,27,-70,70v0,36,21,69,70,69v49,0,69,-33,69,-69","w":246},"c":{"d":"176,-69r39,0v-15,57,-50,75,-99,75v-75,0,-102,-50,-102,-99v0,-56,34,-102,102,-102v50,0,90,22,98,69r-38,0v-4,-24,-25,-39,-58,-39v-46,0,-66,31,-66,71v0,40,20,70,66,70v32,0,50,-14,58,-45","w":226},"d":{"d":"189,0v-1,-7,2,-18,-1,-24v-52,60,-174,26,-174,-69v0,-96,121,-130,175,-69r0,-97r36,0r0,259r-36,0xm52,-93v0,36,20,69,69,69v49,0,70,-33,70,-69v0,-43,-28,-70,-70,-70v-42,0,-69,27,-69,70","w":246},"e":{"d":"225,-84r-173,0v7,66,98,84,130,27r38,0v-18,45,-60,63,-97,63v-73,0,-109,-46,-109,-100v0,-54,36,-101,109,-101v51,-1,104,31,102,111xm53,-112r134,0v-7,-71,-126,-69,-134,0"},"f":{"d":"33,-189v-11,-64,30,-85,89,-72r0,28v-23,0,-53,-3,-53,18r0,26r53,0r0,28r-53,0r0,161r-36,0r0,-161r-38,0r0,-28r38,0","w":119},"g":{"d":"190,-161v3,-7,0,-19,1,-28r36,0r0,173v0,68,-33,95,-110,95v-41,0,-87,-6,-95,-58r36,0v6,24,29,30,63,30v63,-2,76,-34,69,-84v-20,29,-49,35,-73,35v-50,0,-103,-27,-103,-97v0,-103,126,-126,176,-66xm191,-95v0,-39,-26,-68,-70,-68v-44,0,-69,29,-69,68v0,39,25,67,69,67v44,0,70,-28,70,-67","w":246},"h":{"d":"22,0r0,-259r36,0r1,99v36,-56,153,-47,153,31r0,129r-36,0v-8,-69,32,-165,-56,-165v-33,0,-62,19,-62,56r0,109r-36,0","w":233},"i":{"d":"22,0r0,-189r36,0r0,189r-36,0xm22,-220r0,-39r36,0r0,39r-36,0","w":79},"j":{"d":"-19,72r0,-30v21,1,41,-1,41,-22r0,-209r36,0r0,201v3,51,-26,65,-77,60xm22,-220r0,-39r36,0r0,39r-36,0","w":79},"k":{"d":"61,-108r96,-81r54,0r-88,71r95,118r-49,0r-75,-94r-33,26r0,68r-36,0r0,-259r36,0r0,151","w":213},"l":{"d":"22,0r0,-259r36,0r0,259r-36,0","w":79},"m":{"d":"309,0r0,-120v0,-35,-23,-45,-46,-45v-33,0,-62,16,-62,51r0,114r-36,0r0,-120v0,-35,-22,-45,-45,-45v-33,0,-62,19,-62,56r0,109r-36,0r0,-189r36,0v1,9,-2,22,1,29v34,-46,106,-49,138,0v17,-22,40,-35,76,-35v19,0,72,8,72,66r0,129r-36,0","w":366},"n":{"d":"22,0r0,-189r36,0v1,9,-2,22,1,29v36,-56,153,-47,153,31r0,129r-36,0v-8,-69,32,-165,-56,-165v-33,0,-62,19,-62,56r0,109r-36,0","w":233},"o":{"d":"14,-94v0,-54,36,-101,109,-101v73,0,110,47,110,101v0,54,-37,100,-110,100v-73,0,-109,-46,-109,-100xm123,-24v98,-1,96,-139,0,-141v-97,1,-97,140,0,141","w":246},"p":{"d":"22,73r0,-262r36,0v1,8,-2,21,1,27v52,-62,174,-26,174,69v0,95,-121,129,-175,69r0,97r-36,0xm195,-93v0,-36,-20,-70,-69,-70v-49,0,-70,34,-70,70v0,43,28,69,70,69v42,0,69,-26,69,-69","w":246},"q":{"d":"188,-162v3,-6,0,-19,1,-27r36,0r0,262r-36,0r-1,-99v-51,65,-174,28,-174,-67v0,-96,121,-131,174,-69xm52,-93v0,43,27,69,69,69v42,0,70,-26,70,-69v0,-36,-21,-70,-70,-70v-49,0,-69,34,-69,70","w":246},"r":{"d":"22,0r0,-189r36,0v1,11,-2,26,1,35v22,-36,46,-46,85,-39r0,39v-45,-13,-86,7,-86,58r0,96r-36,0","w":146,"k":{".":27,"-":20,",":27}},"s":{"d":"11,-59r36,0v0,17,14,37,60,37v46,0,57,-16,57,-29v0,-30,-66,-28,-95,-33v-27,-5,-51,-21,-51,-50v0,-38,33,-61,86,-61v62,0,89,26,92,63r-36,0v-1,-19,-19,-35,-56,-35v-23,0,-50,7,-50,29v0,27,56,26,82,30v48,8,66,23,66,50v0,44,-36,64,-94,64v-43,0,-93,-10,-97,-65","w":213},"t":{"d":"38,-189r0,-58r36,0r0,58r54,0r0,28r-54,0r0,117v-1,24,32,21,54,18r0,30v-42,7,-90,1,-90,-42r0,-123r-39,0r0,-28r39,0","w":133},"u":{"d":"212,-189r0,189r-36,0v-1,-9,2,-21,-1,-28v-37,55,-153,46,-153,-32r0,-129r36,0r0,122v0,28,17,43,56,43v33,0,62,-19,62,-56r0,-109r36,0","w":233},"v":{"d":"104,-40r64,-149r40,0r-85,189r-39,0r-86,-189r42,0","w":206,"k":{".":20,",":20}},"w":{"d":"230,-45v21,-46,36,-97,55,-144r38,0r-74,189r-39,0r-48,-144r-48,144r-38,0r-73,-189r40,0r53,144r47,-144r40,0","w":326,"k":{".":20,",":20}},"x":{"d":"107,-124r55,-65r48,0r-80,91r85,98r-50,0r-60,-72r-59,72r-48,0r84,-98r-78,-91r49,0","w":213},"y":{"d":"104,-40r64,-149r40,0r-98,221v-22,50,-42,49,-93,46r0,-30v31,2,48,4,60,-28r8,-17r-87,-192r42,0","w":206,"k":{".":27,",":27}},"z":{"d":"10,0r0,-30r139,-128r-132,0r0,-31r181,0r0,28r-140,131r146,0r0,30r-194,0","w":213},"{":{"d":"17,-82r0,-24v34,-1,30,-63,30,-104v0,-43,26,-50,65,-47r0,22v-50,-11,-35,50,-35,92v0,35,-24,44,-32,49v9,2,32,14,32,48v0,38,-20,102,35,93r0,21v-39,3,-65,-4,-65,-47v0,-41,5,-102,-30,-103","w":119},"|":{"d":"25,6r0,-270r30,0r0,270r-30,0","w":79},"}":{"d":"8,68r0,-21v50,11,35,-51,35,-93v0,-35,24,-44,32,-49v-9,-2,-32,-14,-32,-48v0,-37,20,-101,-35,-92r0,-22v39,-3,65,4,65,47v0,42,-5,103,30,104r0,24v-34,1,-30,62,-30,103v0,43,-26,50,-65,47","w":119},"~":{"d":"191,-96v-26,59,-83,15,-122,5v-11,0,-21,10,-31,28r-13,-23v26,-59,83,-15,122,-5v11,0,21,-10,31,-28","w":216},"'":{"d":"45,-160r0,-97r30,0r0,97r-30,0","w":120},"`":{"d":"33,-216r-47,-51r45,0r31,51r-29,0","w":79},"\u00a0":{"w":120}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1990 Adobe Systems Incorporated.  All Rights Reserved.Helvetica
 * is a trademark of Linotype AG and/or its subsidiaries.
 * 
 * Full name:
 * HelveticaNeue-BoldExt
 */
Cufon.registerFont({"w":293,"face":{"font-family":"Helvetica Neue Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"7","bbox":"-24 -287 414 77","underline-thickness":"18","underline-position":"-27","stemh":"45","stemv":"63","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":133},"!":{"d":"42,-83r-10,-174r70,0r-11,174r-49,0xm32,0r0,-61r70,0r0,61r-70,0","w":133},"\"":{"d":"122,-130r0,-127r44,0r0,127r-44,0xm47,-130r0,-127r44,0r0,127r-44,0","w":213},"#":{"d":"69,0r9,-63r-30,0r0,-40r36,0r6,-44r-30,0r0,-39r36,0r9,-64r39,0r-9,64r41,0r9,-64r39,0r-9,64r31,0r0,39r-36,0r-7,44r31,0r0,40r-36,0r-9,63r-40,0r9,-63r-40,0r-9,63r-40,0xm164,-103r6,-44r-40,0r-7,44r41,0"},"$":{"d":"163,-99r0,62v26,-3,38,-15,38,-33v0,-19,-15,-25,-38,-29xm136,-157r0,-55v-20,0,-45,5,-45,27v0,19,12,23,45,28xm136,-37r0,-66v-50,-10,-113,-3,-113,-75v0,-57,53,-78,113,-79r0,-30r27,0r0,30v49,4,101,22,104,80r-72,0v-3,-21,-16,-30,-32,-33r0,57v54,7,112,21,112,74v0,47,-26,83,-112,86r0,39r-27,0r0,-39v-82,-4,-115,-29,-118,-86r75,0v1,28,20,39,43,42"},"%":{"d":"14,-187v0,-43,21,-70,73,-70v52,0,74,27,74,70v0,43,-22,70,-74,70v-52,0,-73,-27,-73,-70xm56,-187v0,17,4,39,31,39v27,0,31,-22,31,-39v0,-17,-4,-39,-31,-39v-27,0,-31,22,-31,39xm213,-63v0,-43,21,-69,73,-69v52,0,74,26,74,69v0,43,-22,70,-74,70v-52,0,-73,-27,-73,-70xm255,-63v0,17,4,39,31,39v27,0,31,-22,31,-39v0,-17,-4,-39,-31,-39v-27,0,-31,22,-31,39xm87,7r164,-264r35,0r-164,264r-35,0","w":373},"&":{"d":"195,-55r-72,-66v-17,6,-35,21,-35,40v0,54,76,53,107,26xm254,0r-26,-24v-61,51,-209,43,-207,-50v0,-40,29,-65,70,-75v-16,-14,-26,-25,-26,-47v-1,-87,174,-77,173,-4v0,32,-27,50,-55,58r55,51v12,-11,27,-31,32,-44r39,19v-10,23,-18,38,-36,55r66,61r-85,0xm154,-220v-42,0,-25,48,-5,54v14,-6,32,-15,32,-32v0,-14,-15,-22,-27,-22","w":333},"(":{"d":"141,68r-44,0v-92,-84,-92,-241,0,-325r44,0v-66,95,-67,230,0,325","w":159},")":{"d":"63,68r-45,0v68,-95,67,-230,0,-325r45,0v90,84,91,241,0,325","w":159},"*":{"d":"23,-137r33,-38r-47,-15r12,-36r45,18r-2,-49r39,0r-2,49r45,-18r12,36r-47,15r33,38r-29,23r-31,-40r-32,40","w":167},"+":{"d":"86,0r0,-69r-69,0r0,-44r69,0r0,-69r44,0r0,69r69,0r0,44r-69,0r0,69r-44,0","w":216},",":{"d":"32,0r0,-61r70,0v4,70,-5,120,-70,127r0,-25v23,-6,30,-17,32,-41r-32,0","w":133},"-":{"d":"22,-78r0,-49r129,0r0,49r-129,0","w":173},".":{"d":"32,0r0,-61r70,0r0,61r-70,0","w":133},"\/":{"d":"-1,7r107,-271r48,0r-106,271r-49,0","w":153},"0":{"d":"83,-125v0,45,16,85,64,85v48,0,64,-40,64,-85v0,-45,-16,-85,-64,-85v-48,0,-64,40,-64,85xm15,-125v0,-84,48,-131,132,-131v84,0,132,47,132,131v0,79,-44,131,-132,131v-84,0,-132,-47,-132,-131"},"1":{"d":"89,0r0,-159r-76,0r0,-45v55,-1,77,-6,91,-46r50,0r0,250r-65,0","w":200},"2":{"d":"91,-49r181,0r0,49r-257,0v6,-150,187,-112,187,-174v0,-21,-18,-36,-48,-36v-28,0,-56,12,-60,48r-72,0v3,-72,61,-94,129,-94v91,0,123,43,123,83v0,80,-134,73,-183,124"},"3":{"d":"110,-108r0,-44v35,1,88,4,85,-28v-4,-44,-98,-42,-102,3r-70,0v7,-64,69,-79,129,-79v82,0,115,31,115,72v1,27,-18,42,-41,49v31,6,51,29,51,59v0,41,-27,82,-134,82v-76,0,-125,-23,-128,-88r70,0v-2,58,120,53,118,6v-2,-40,-53,-31,-93,-32"},"4":{"d":"172,-93r0,-106r-93,106r93,0xm172,0r0,-48r-158,0r0,-47r140,-155r80,0r0,157r45,0r0,45r-45,0r0,48r-62,0"},"5":{"d":"26,-109r24,-141r208,0r0,47r-163,0r-8,49v70,-31,188,-21,188,69v0,64,-61,91,-130,91v-53,0,-127,-15,-130,-81r72,0v6,27,28,35,58,35v41,0,61,-14,61,-43v0,-57,-80,-54,-114,-26r-66,0"},"6":{"d":"273,-183r-69,0v-9,-23,-31,-27,-52,-27v-48,0,-64,27,-65,70v56,-45,192,-36,192,57v0,59,-51,89,-124,89v-104,0,-136,-56,-136,-130v0,-69,30,-132,139,-132v49,0,109,15,115,73xm148,-121v-36,0,-55,15,-55,41v0,19,15,40,62,40v31,0,54,-15,54,-40v0,-18,-11,-41,-61,-41"},"7":{"d":"8,-201r0,-49r254,0r0,55v-54,54,-112,114,-127,195r-85,0v13,-84,79,-147,140,-201r-182,0","w":273},"8":{"d":"147,-113v-35,0,-60,11,-60,36v0,26,25,37,60,37v36,0,60,-11,60,-37v0,-25,-24,-36,-60,-36xm147,6v-68,0,-132,-18,-132,-80v-1,-32,22,-52,51,-62v-26,-9,-41,-25,-41,-52v0,-58,71,-68,122,-68v51,0,120,10,120,68v0,28,-15,42,-39,53v31,8,51,30,51,61v0,62,-64,80,-132,80xm147,-152v39,0,51,-14,51,-30v0,-21,-27,-28,-51,-28v-36,0,-52,11,-52,28v0,18,15,30,52,30"},"9":{"d":"21,-67r69,0v9,23,31,27,52,27v48,0,64,-26,65,-69v-58,43,-192,35,-192,-58v0,-59,51,-89,124,-89v104,0,136,56,136,130v0,69,-30,132,-139,132v-49,0,-109,-15,-115,-73xm146,-129v36,0,55,-15,55,-41v0,-19,-15,-40,-62,-40v-31,0,-54,15,-54,40v0,18,11,41,61,41"},":":{"d":"32,-132r0,-61r70,0r0,61r-70,0xm32,0r0,-61r70,0r0,61r-70,0","w":133},";":{"d":"32,0r0,-61r70,0v4,70,-5,120,-70,127r0,-25v23,-6,30,-17,32,-41r-32,0xm32,-132r0,-61r70,0r0,61r-70,0","w":133},"<":{"d":"17,-72r0,-38r182,-75r0,45r-122,49r122,49r0,45","w":216},"=":{"d":"17,-108r0,-45r182,0r0,45r-182,0xm17,-30r0,-44r182,0r0,44r-182,0","w":216},">":{"d":"199,-110r0,38r-182,75r0,-45r122,-49r-122,-49r0,-45","w":216},"?":{"d":"165,-83r-63,0v0,-68,84,-58,84,-102v0,-20,-22,-32,-47,-32v-28,0,-51,14,-54,46r-68,0v-4,-126,239,-113,239,-12v0,64,-85,61,-91,100xm99,0r0,-61r69,0r0,61r-69,0","w":273},"@":{"d":"149,-163v-41,-2,-61,72,-15,77v41,2,63,-74,15,-77xm190,-176r5,-19r32,0r-24,106v0,5,3,7,7,7v16,0,39,-23,39,-63v0,-53,-44,-86,-99,-86v-61,0,-102,46,-102,103v0,59,46,102,105,102v33,0,59,-10,79,-24r33,0v-66,105,-257,52,-257,-79v0,-77,64,-135,142,-135v67,0,130,44,130,111v0,77,-68,104,-91,104v-14,1,-21,-8,-24,-19v-32,35,-98,19,-98,-43v0,-64,81,-126,123,-65","w":288},"A":{"d":"190,-100r-40,-102r-40,102r80,0xm230,0r-21,-53r-118,0r-21,53r-75,0r113,-257r84,0r113,257r-75,0","w":300,"k":{"y":6,"w":6,"v":6,"Y":20,"W":6,"V":13,"T":20}},"B":{"d":"94,-110r0,61r103,0v22,0,30,-14,30,-30v-1,-50,-86,-25,-133,-31xm24,0r0,-257r193,0v37,0,73,17,73,65v1,21,-12,42,-34,52v30,5,45,34,45,62v0,34,-15,78,-93,78r-184,0xm94,-210r0,55r98,0v16,0,26,-9,26,-28v2,-42,-83,-23,-124,-27","w":320},"C":{"d":"317,-160r-75,0v-6,-37,-38,-55,-74,-55v-66,0,-80,51,-80,86v0,35,14,87,80,87v34,0,67,-16,74,-57r76,0v-9,75,-70,106,-152,106v-94,0,-152,-41,-152,-136v0,-95,58,-135,152,-135v62,0,141,15,151,104","w":326},"D":{"d":"94,-208r0,159r78,0v46,0,67,-28,67,-82v0,-48,-20,-77,-73,-77r-72,0xm24,0r0,-257r161,0v88,0,126,51,126,128v0,77,-39,129,-120,129r-167,0","w":326},"E":{"d":"24,0r0,-257r241,0r0,49r-171,0r0,53r162,0r0,47r-162,0r0,59r172,0r0,49r-242,0","w":280},"F":{"d":"24,0r0,-257r230,0r0,49r-160,0r0,56r150,0r0,49r-150,0r0,103r-70,0","w":259,"k":{"A":13,".":46,",":46}},"G":{"d":"187,-99r0,-44r131,0r0,143r-35,0r-9,-30v-24,26,-63,37,-108,37v-94,0,-152,-41,-152,-136v0,-80,55,-135,152,-135v71,0,138,20,151,91r-78,0v-10,-33,-40,-42,-65,-42v-63,0,-86,46,-86,86v0,40,23,87,86,87v38,0,67,-15,75,-57r-62,0","w":339},"H":{"d":"24,0r0,-257r70,0r0,96r145,0r0,-96r70,0r0,257r-70,0r0,-112r-145,0r0,112r-70,0","w":333},"I":{"d":"24,0r0,-257r70,0r0,257r-70,0","w":118},"J":{"d":"152,-91r0,-166r70,0r0,157v0,44,-2,107,-104,107v-66,0,-122,-22,-115,-105r70,0v-3,34,8,58,38,58v36,0,41,-21,41,-51","w":246},"K":{"d":"94,-147r120,-110r94,0r-118,103r127,154r-95,0r-87,-111r-41,35r0,76r-70,0r0,-257r70,0r0,110","w":313},"L":{"d":"24,0r0,-257r70,0r0,206r157,0r0,51r-227,0","w":259,"k":{"y":13,"Y":33,"W":27,"V":27,"T":33}},"M":{"d":"203,-72r77,-185r102,0r0,257r-67,0r-1,-206r-81,206r-59,0r-82,-206r0,206r-68,0r0,-257r103,0","w":406},"N":{"d":"240,-78v4,-56,0,-120,1,-179r68,0r0,257r-76,0r-141,-179r0,179r-68,0r0,-257r81,0","w":333},"O":{"d":"10,-129v0,-54,22,-135,160,-135v138,0,160,81,160,135v0,54,-22,136,-160,136v-138,0,-160,-82,-160,-136xm84,-129v0,40,23,87,86,87v63,0,86,-47,86,-87v0,-40,-23,-86,-86,-86v-63,0,-86,46,-86,86","w":339},"P":{"d":"94,-210r0,71v50,-8,122,24,122,-35v0,-62,-72,-27,-122,-36xm24,0r0,-257r173,0v73,0,91,43,91,78v0,55,-28,87,-85,87r-109,0r0,92r-70,0","w":299,"k":{"A":20,".":46,",":46}},"Q":{"d":"195,-45r-20,-18r32,-35r30,26v39,-56,21,-143,-67,-143v-63,0,-86,46,-86,86v0,47,42,101,111,84xm292,40r-49,-43v-20,7,-44,10,-73,10v-138,0,-160,-82,-160,-136v0,-54,22,-135,160,-135v138,0,160,81,160,135v0,32,-7,73,-42,102r36,32","w":339},"R":{"d":"94,-208r0,65v49,-7,126,22,126,-33v0,-55,-78,-24,-126,-32xm24,0r0,-257r187,0v71,0,83,44,83,70v0,31,-12,52,-41,62v54,16,20,84,48,125r-76,0v-6,-12,-7,-22,-7,-49v2,-72,-69,-37,-124,-45r0,94r-70,0","w":306},"S":{"d":"276,-183r-78,0v-3,-53,-110,-46,-112,-6v0,14,12,21,30,24v68,15,170,8,170,86v0,48,-33,86,-134,86v-63,0,-143,-8,-144,-88r78,0v-2,57,121,53,121,9v0,-38,-72,-31,-107,-39v-44,-10,-88,-20,-88,-73v0,-57,47,-80,128,-80v53,0,131,8,136,81"},"T":{"d":"95,0r0,-208r-95,0r0,-49r260,0r0,49r-95,0r0,208r-70,0","w":259,"k":{"y":27,"w":27,"u":27,"s":27,"r":27,"o":33,"i":13,"e":33,"c":33,"a":33,"A":13,";":27,":":27,".":33,"-":40,",":33}},"U":{"d":"22,-92r0,-165r69,0r0,148v0,25,2,67,66,67v64,0,65,-42,65,-67r0,-148r70,0r0,165v0,29,-4,99,-135,99v-131,0,-135,-70,-135,-99","w":313},"V":{"d":"106,0r-114,-257r77,0r74,196r75,-196r76,0r-114,257r-74,0","w":286,"k":{"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":13,":":13,".":33,"-":20,",":33}},"W":{"d":"80,0r-81,-257r70,0r50,187r53,-187r70,0r53,187r50,-187r69,0r-81,257r-72,0r-55,-183r-54,183r-72,0","w":413,"k":{"u":6,"r":6,"o":13,"e":13,"a":13,"A":6,";":13,":":13,".":20,"-":13,",":20}},"X":{"d":"-6,0r109,-132r-100,-125r84,0r56,80r57,-80r84,0r-100,125r109,132r-87,0r-63,-87r-62,87r-87,0","w":286},"Y":{"d":"105,0r0,-90r-114,-167r82,0r67,112r67,-112r82,0r-114,167r0,90r-70,0","w":280,"k":{"v":6,"u":13,"q":20,"p":13,"o":27,"i":6,"e":20,"a":20,"A":20,";":20,":":20,".":46,"-":33,",":46}},"Z":{"d":"6,0r0,-45r170,-163r-159,0r0,-49r250,0r0,45r-169,163r169,0r0,49r-261,0","w":273},"[":{"d":"29,68r0,-325r119,0r0,45r-58,0r0,236r58,0r0,44r-119,0","w":159},"\\":{"d":"105,7r-106,-271r49,0r106,271r-49,0","w":153},"]":{"d":"131,-257r0,325r-119,0r0,-44r57,0r0,-236r-57,0r0,-45r119,0","w":159},"^":{"d":"65,-111r-45,0r67,-139r42,0r67,139r-45,0r-43,-90","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"118,-30v38,-1,74,-19,67,-64v-29,18,-107,-5,-107,37v0,17,16,27,40,27xm84,-134r-62,0v8,-59,62,-66,114,-66v164,0,89,91,118,200r-64,0v-2,-7,-4,-14,-4,-21v-49,43,-178,44,-176,-34v2,-71,84,-58,147,-65v19,-2,26,-5,26,-20v0,-15,-12,-23,-49,-23v-27,0,-41,2,-50,29","w":266},"b":{"d":"83,-95v0,37,27,55,59,55v32,0,60,-18,60,-55v0,-37,-28,-56,-60,-56v-32,0,-59,19,-59,56xm22,0r0,-261r63,0r1,92v12,-17,38,-29,74,-29v61,0,107,41,107,104v0,98,-121,134,-184,70r0,24r-61,0","w":280},"c":{"d":"258,-122r-65,0v-17,-58,-124,-38,-115,26v-10,69,108,79,115,19r65,0v-12,68,-60,84,-123,84v-73,0,-122,-30,-122,-103v0,-73,51,-104,127,-104v49,0,106,14,118,78","w":266},"d":{"d":"78,-95v0,37,28,55,60,55v32,0,59,-18,59,-55v0,-37,-27,-56,-59,-56v-32,0,-60,19,-60,56xm197,0r0,-24v-60,64,-184,29,-184,-70v0,-63,46,-104,107,-104v37,-1,61,13,75,29r0,-92r63,0r0,261r-61,0","w":280},"e":{"d":"191,-58r67,0v-32,98,-247,90,-247,-38v0,-73,51,-104,127,-104v86,0,126,43,124,120r-186,1v0,18,19,47,62,47v26,0,44,-9,53,-26xm76,-118v36,2,85,2,121,0v0,-10,-14,-43,-60,-43v-50,0,-61,38,-61,43","w":272},"f":{"d":"42,0r0,-150r-40,0r0,-43r40,0v-11,-74,43,-73,115,-71r0,40v-27,0,-58,-12,-52,31r51,0r0,43r-51,0r0,150r-63,0","w":153},"g":{"d":"78,-100v0,44,33,52,61,52v28,0,60,-8,60,-52v0,-44,-32,-53,-60,-53v-28,0,-61,9,-61,53xm201,-170v3,-5,0,-16,1,-23r61,0r0,178v0,67,-43,92,-124,92v-48,0,-112,-6,-118,-64r67,0v4,16,16,24,53,24v36,0,63,-18,58,-70v-18,20,-45,28,-77,28v-76,0,-109,-47,-109,-97v0,-53,33,-96,114,-96v28,0,57,7,74,28","w":280},"h":{"d":"22,0r0,-261r63,0r1,96v28,-42,159,-58,159,36r0,129r-63,0v-7,-58,25,-149,-43,-149v-30,0,-54,15,-54,56r0,93r-63,0","w":266},"i":{"d":"22,0r0,-193r63,0r0,193r-63,0xm22,-217r0,-44r63,0r0,44r-63,0","w":106},"j":{"d":"22,-6r0,-187r63,0r0,192v0,46,-6,73,-70,73v-12,0,-23,-2,-33,-2r0,-47v25,5,40,4,40,-29xm22,-217r0,-44r63,0r0,44r-63,0","w":106},"k":{"d":"22,0r0,-261r63,0r0,140r84,-72r88,0r-92,73r98,120r-84,0r-63,-80r-31,25r0,55r-63,0","w":259},"l":{"d":"22,0r0,-261r63,0r0,261r-63,0","w":106},"m":{"d":"322,0r0,-116v0,-26,-21,-33,-39,-33v-26,0,-48,15,-48,45r0,104r-63,0r0,-116v0,-26,-20,-33,-38,-33v-27,0,-49,15,-49,45r0,104r-63,0r0,-193r61,0v1,9,-2,21,1,28v12,-16,41,-33,78,-33v37,0,57,14,67,36v34,-49,156,-58,156,31r0,131r-63,0","w":406},"n":{"d":"182,0v-7,-58,25,-149,-43,-149v-30,0,-54,15,-54,56r0,93r-63,0r0,-193r61,0v1,9,-2,21,1,28v31,-41,161,-59,161,36r0,129r-63,0","w":266},"o":{"d":"13,-96v0,-73,51,-104,127,-104v76,0,127,31,127,104v0,73,-51,103,-127,103v-76,0,-127,-30,-127,-103xm78,-96v0,38,23,59,62,59v39,0,62,-21,62,-59v0,-38,-23,-60,-62,-60v-39,0,-62,22,-62,60","w":280},"p":{"d":"83,-95v0,37,27,55,59,55v32,0,60,-18,60,-55v0,-37,-28,-56,-60,-56v-32,0,-59,19,-59,56xm22,72r0,-265r61,0v1,8,-2,20,1,26v62,-67,183,-25,183,71v0,63,-46,103,-107,103v-37,1,-61,-13,-75,-29r0,94r-63,0","w":280},"q":{"d":"78,-95v0,37,28,55,60,55v32,0,59,-18,59,-55v0,-37,-27,-56,-59,-56v-32,0,-60,19,-60,56xm197,-193r61,0r0,265r-63,0r-1,-94v-12,17,-38,29,-74,29v-61,0,-107,-40,-107,-103v0,-97,122,-136,184,-71r0,-26","w":280},"r":{"d":"22,0r0,-193r61,0v1,12,-2,28,1,38v27,-36,51,-48,100,-41r0,59v-48,-17,-99,3,-99,54r0,83r-63,0","w":186,"k":{".":27,"-":13,",":27}},"s":{"d":"10,-60r70,0v3,17,14,28,47,28v51,0,69,-34,10,-41v-51,-6,-121,-4,-121,-62v0,-52,53,-65,106,-65v89,0,110,29,114,65r-70,0v-4,-20,-25,-26,-43,-26v-17,0,-41,2,-41,21v-4,19,54,20,76,23v64,8,85,26,85,59v0,57,-64,65,-119,65v-73,0,-111,-21,-114,-67","w":253},"t":{"d":"42,-193r0,-60r63,0r0,60r52,0r0,43r-52,0r0,90v-4,27,32,19,53,18r0,43v-12,1,-36,3,-50,3v-102,4,-56,-80,-66,-154r-40,0r0,-43r40,0","w":159},"u":{"d":"184,0v-1,-8,2,-20,-1,-26v-32,41,-161,59,-161,-36r0,-131r63,0v7,58,-26,151,43,151v71,0,52,-86,54,-151r63,0r0,193r-61,0","w":266},"v":{"d":"84,0r-88,-193r72,0r52,135r53,-135r72,0r-89,193r-72,0","w":240,"k":{".":27,",":27}},"w":{"d":"72,0r-72,-193r70,0r45,132r44,-132r62,0r45,132r44,-132r70,0r-72,193r-76,0r-42,-125r-42,125r-76,0","w":380,"k":{".":20,",":20}},"x":{"d":"130,-134r45,-59r79,0r-82,93r89,100r-82,0r-50,-64r-49,64r-81,0r88,-100r-81,-93r79,0","w":259},"y":{"d":"171,-193r68,0r-105,225v-18,46,-60,41,-113,38r0,-44v36,7,56,-6,64,-33r-91,-186r69,0r55,127","w":233,"k":{".":27,",":33}},"z":{"d":"9,0r0,-40r122,-106r-115,0r0,-47r204,0r0,40r-122,106r126,0r0,47r-215,0","w":233},"{":{"d":"142,-217v-75,-9,5,112,-69,123v43,3,35,53,35,97v0,20,11,29,34,26r0,39v-49,2,-95,2,-95,-48v0,-42,11,-99,-33,-99r0,-31v43,1,33,-57,33,-98v0,-48,45,-52,95,-49r0,40","w":159},"|":{"d":"18,7r0,-271r44,0r0,271r-44,0","w":79},"}":{"d":"18,29v74,8,-6,-113,69,-124v-44,-3,-36,-51,-36,-96v0,-20,-10,-29,-33,-26r0,-40v50,-2,95,-1,95,49v0,42,-11,98,33,98r0,31v-44,-1,-33,57,-33,99v0,48,-45,51,-95,48r0,-39","w":159},"~":{"d":"69,-126v32,-1,50,23,77,25v14,0,28,-16,32,-25r13,39v-10,18,-23,30,-44,30v-32,1,-50,-22,-77,-24v-14,0,-28,15,-32,24r-13,-38v10,-18,23,-31,44,-31","w":216},"'":{"d":"44,-130r0,-127r45,0r0,127r-45,0","w":133},"`":{"d":"28,-217r-52,-51r77,0r32,51r-57,0","w":93},"\u00a0":{"w":133}}});


Cufon.replace("h3,h1,#links div span,ul.links span", { hover: true, fontFamily: 'Helvetica Neue Bold' });
Cufon.replace("h2, ul.links a small,#contact,#navigation,.sub-navigation-left li a", { hover: true, fontFamily: 'Helvetica Neue' });


