/*
 * 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:
 * Part of the digitally encoded machine readable outline data for producing the
 * Typefaces provided is copyrighted © 2003 - 2006 Linotype GmbH, www.linotype.com.
 * All rights reserved. This software is the property of Linotype GmbH, and may not
 * be reproduced, modified, disclosed or transferred without the express written
 * approval of Linotype GmbH. Copyright © 1988, 1990, 1993 Adobe Systems
 * Incorporated. All Rights Reserved. Helvetica is a trademark of Heidelberger
 * Druckmaschinen AG, exclusively licensed through Linotype GmbH, and may be
 * registered in certain jurisdictions. This typeface is original artwork of
 * Linotype Design Studio. The design may be protected in certain jurisdictions.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype GmbH, and may be registered in certain jurisdictions.
 * 
 * Description:
 * Helvetica is one of the most famous and popular typefaces in the world. It
 * lends an air of lucid efficiency to any typographic message with its clean,
 * no-nonsense shapes. The original typeface was called Haas Grotesk, and was
 * designed in 1957 by Max Miedinger for the Haas'sche Schriftgiesserei (Haas Type
 * Foundry) in Switzerland. In 1960 the name was changed to Helvetica (an
 * adaptation of "Helvetia", the Latin name for Switzerland). Over the years, the
 * Helvetica family was expanded to include many different weights, but these were
 * not as well coordinated with each other as they might have been. In 1983, D.
 * Stempel AG and Linotype re-designed and digitized Neue Helvetica and updated it
 * into a cohesive font family. Today, the original Helvetica family consists of 34
 * different font weights, and the Neue Helvetica family consists of 51 font
 * weights. The Helvetica family now forms an integral part of many digital
 * printers and operating systems and has become a stylistic anchor in our visual
 * culture. It is the quintessential sans serif font, timeless and neutral, and can
 * be used for all types of communication. Helvetica World, an update to the
 * classic Helvetica design using the OpenType font format, contains the following
 * Microsoft code pages: 1252 Latin 1, 1250 Latin 2 Eastern, 1251 Cyrillic, 1253
 * Greek, 1254 Turk, 1255 Hebrew, 1256 Arabic, 1257 Windows Baltic, 1258 Windows
 * Vietnamese, as well as a mixture of box drawing element glyphs and mathematical
 * symbols & operators. In total, each weight of Helvetica World contains more than
 * 1850 different glyph characters!
 * 
 * Manufacturer:
 * Linotype GmbH
 * 
 * Designer:
 * Linotype Design Studio
 * 
 * Vendor URL:
 * http://www.linotype.com
 * 
 * License information:
 * http://www.linotype.com/license
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"98,-106r-102,-151r30,0r84,130r84,-130r30,0r-102,151r0,106r-24,0r0,-106","w":219,"k":{"v":20,"u":27,"q":33,"p":27,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":36,"-":40,",":44}},{"d":"109,5v-33,1,-56,-18,-67,-40r0,35r-20,0r0,-257r22,0r1,107v9,-26,32,-41,64,-41v57,0,84,41,84,98v0,57,-27,96,-84,98xm109,-14v43,0,61,-34,61,-79v0,-45,-18,-79,-61,-79v-46,0,-65,34,-65,79v0,45,19,79,65,79","w":206},{"d":"13,-257r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0r0,-21","w":206},{"d":"155,-106v7,-71,-97,-89,-114,-24v-3,8,-5,16,-6,24r120,0xm12,-93v-11,-105,144,-135,162,-32v3,13,4,25,4,38r-143,0v2,40,19,72,61,73v35,1,50,-20,58,-47r23,0v-9,40,-31,67,-81,66v-58,-1,-78,-41,-84,-98","w":186},{"d":"53,-97v51,21,-7,139,52,147r0,19v-57,10,-50,-47,-49,-99v-1,-26,-2,-55,-26,-57r0,-19v65,-10,-25,-165,75,-156r0,19v-39,-2,-27,51,-27,87v0,28,-9,49,-25,59","w":119},{"d":"96,-191v29,-1,49,20,60,37r0,-32r23,0v-6,116,38,289,-110,257v-27,-6,-47,-23,-50,-53r23,0v5,25,25,36,54,37v52,2,65,-42,59,-95v-9,22,-31,38,-59,38v-58,0,-84,-39,-84,-96v0,-54,28,-92,84,-93xm35,-95v0,41,19,74,61,74v41,0,60,-33,60,-74v0,-42,-17,-77,-60,-77v-43,0,-61,33,-61,77"},{"d":"22,-257r23,0r0,36r-23,0r0,-36xm-11,49v22,5,33,-5,33,-26r0,-209r23,0r0,203v1,36,-16,58,-56,51r0,-19","w":66},{"d":"12,-93v-4,-77,77,-125,139,-82v15,10,21,27,24,48r-22,0v-6,-26,-22,-45,-53,-45v-44,0,-65,34,-65,79v0,45,21,79,65,79v32,0,50,-23,54,-53r23,0v-5,42,-33,72,-77,72v-58,0,-85,-41,-88,-98","w":186},{"d":"102,-172v-76,0,-55,98,-58,172r-23,0r0,-186r23,0v1,10,-2,24,1,32v9,-22,30,-35,59,-37v94,-7,63,108,68,191r-23,0v-7,-66,26,-172,-47,-172","w":193},{"d":"44,-154v12,-44,103,-52,114,-1v9,-22,31,-35,59,-36v87,-4,55,113,61,191r-22,0r0,-125v-1,-31,-11,-47,-44,-47v-73,1,-46,103,-51,172r-22,0r0,-126v0,-28,-12,-45,-39,-46v-76,0,-52,100,-56,172r-22,0r0,-186r20,0v2,10,-3,26,2,32","w":299},{"d":"22,-257r23,0r0,257r-23,0r0,-257","w":66},{"d":"22,-257r22,0r0,161r103,-90r30,0r-79,69r85,117r-29,0r-73,-101r-37,30r0,71r-22,0r0,-257","w":180},{"d":"28,0r0,-38r31,0r0,38r-31,0xm31,-180r0,-77r25,0r0,77r-6,116r-13,0","w":86},{"d":"16,-86r83,-163r18,0r83,163r-20,0r-72,-140r-71,140r-21,0","w":216},{"d":"80,-153r-8,57r51,0r8,-57r-51,0xm179,-80r-40,0r-11,80r-18,0r11,-80r-51,0r-11,80r-18,0r11,-80r-39,0r0,-16r41,0r8,-57r-39,0r0,-16r41,0r12,-80r18,0r-12,80r51,0r11,-80r18,0r-11,80r38,0r0,16r-40,0r-8,57r38,0r0,16"},{"d":"255,-129v0,43,-14,81,-39,102r36,28r-12,16r-40,-31v-17,12,-37,20,-66,19v-81,-2,-122,-54,-122,-134v0,-79,41,-133,122,-133v80,0,121,54,121,133xm37,-129v-4,84,70,139,144,101r-34,-26r13,-15r37,28v59,-55,38,-206,-63,-201v-65,3,-94,47,-97,113","w":266},{"d":"79,-257r23,0r0,87r-23,0r0,-87xm31,-257r23,0r0,87r-23,0r0,-87","w":133},{"d":"39,-257r23,0r0,87r-23,0r0,-87","w":100},{"d":"99,-181r19,0r0,81r81,0r0,19r-81,0r0,81r-19,0r0,-81r-81,0r0,-19r81,0r0,-81","w":216},{"d":"165,-93v0,-44,-20,-79,-65,-79v-44,0,-65,34,-65,79v0,45,21,79,65,79v45,0,65,-35,65,-79xm12,-93v0,-57,30,-98,88,-98v58,0,88,41,88,98v0,57,-30,98,-88,98v-58,0,-88,-41,-88,-98"},{"d":"32,-82v-1,35,9,67,49,67v41,0,48,-27,49,-67r0,-175r24,0r0,185v14,79,-95,102,-133,50v-11,-14,-14,-35,-13,-60r24,0","w":180},{"d":"25,-186v0,-41,16,-68,57,-68v41,0,57,27,57,68v0,41,-17,68,-57,68v-40,0,-57,-27,-57,-68xm278,-62v0,-27,-8,-52,-38,-52v-30,0,-38,25,-38,52v0,27,9,51,38,51v28,0,38,-24,38,-51xm183,-63v0,-41,18,-68,57,-68v39,0,57,27,57,68v0,41,-16,68,-57,68v-41,0,-57,-27,-57,-68xm231,-261r17,0r-162,273r-18,0xm120,-186v0,-28,-10,-52,-38,-52v-29,0,-38,24,-38,52v0,28,9,52,38,52v28,0,38,-24,38,-52","w":320},{"d":"185,-71v5,90,-146,100,-169,27v-4,-11,-5,-23,-4,-36r23,0v-1,43,22,66,63,66v37,0,64,-19,64,-55v0,-43,-33,-57,-80,-54r0,-19v41,3,71,-9,71,-46v0,-32,-23,-47,-55,-47v-38,0,-57,26,-58,64r-22,0v1,-51,28,-83,79,-83v44,0,78,18,78,64v-1,29,-16,51,-42,56v32,5,50,28,52,63"},{"d":"97,-191v34,0,55,18,67,41r0,-36r21,0r0,255r-23,0r0,-104v-11,24,-31,40,-65,40v-57,-1,-83,-41,-83,-98v0,-57,26,-98,83,-98xm97,-172v-44,0,-61,36,-61,79v0,43,17,79,61,79v46,0,65,-33,65,-79v0,-46,-19,-79,-65,-79","w":206},{"d":"70,-112v39,0,88,46,108,-1r13,13v-11,15,-21,31,-45,31v-38,0,-90,-48,-108,1r-13,-13v8,-16,21,-31,45,-31","w":216},{"d":"12,-124v0,-68,17,-130,88,-130v70,0,88,60,88,129v0,69,-17,130,-88,130v-71,0,-88,-61,-88,-129xm165,-125v0,-55,-10,-110,-65,-110v-55,0,-65,55,-65,110v0,55,10,111,65,111v56,0,65,-56,65,-111"},{"d":"109,5v-34,0,-53,-18,-65,-40r0,104r-22,0r0,-255r20,0v1,11,-2,27,1,36v9,-24,35,-41,66,-41v57,0,84,41,84,98v0,57,-27,96,-84,98xm109,-14v43,0,61,-34,61,-79v0,-45,-18,-79,-61,-79v-47,0,-65,32,-65,79v0,45,19,79,65,79","w":206},{"d":"14,-129v0,-66,22,-123,90,-125v47,0,73,23,78,66r-23,0v-1,-40,-55,-61,-88,-36v-24,18,-36,62,-33,102v10,-22,35,-43,67,-42v52,2,83,32,83,84v0,52,-33,84,-85,85v-75,2,-89,-59,-89,-134xm165,-78v0,-40,-20,-67,-61,-67v-41,0,-61,26,-62,67v0,41,22,64,63,64v38,0,60,-26,60,-64"},{"w":100},{"d":"27,69r0,-331r58,0r0,19r-35,0r0,293r35,0r0,19r-58,0","w":86},{"d":"190,-67v0,48,-35,70,-83,72r0,31r-14,0r0,-31v-55,-6,-81,-30,-83,-87r23,0v1,42,22,63,60,68r0,-106v-40,-9,-78,-22,-76,-72v1,-45,29,-70,76,-70r0,-29r14,0r0,29v47,1,74,31,76,78r-23,0v1,-33,-21,-59,-53,-59r0,103v42,9,83,22,83,73xm93,-243v-57,-9,-74,83,-20,95v6,2,13,3,20,5r0,-100xm107,-14v64,9,82,-84,21,-97r-21,-6r0,103"},{"w":100},{"d":"94,-14v73,-3,52,-100,55,-172r23,0r0,186r-21,0v-1,-10,2,-25,-1,-33v-11,22,-33,38,-64,38v-91,0,-60,-110,-65,-191r23,0v7,67,-27,175,50,172","w":193},{"d":"35,-203v42,0,67,-10,71,-49r18,0r0,252r-22,0r0,-187r-67,0r0,-16"},{"d":"3,-186r24,0r48,159r46,-159r25,0r46,159r48,-159r24,0r-60,186r-25,0r-46,-156r-46,156r-24,0","w":266,"k":{".":20,",":20}},{"d":"1,-186r24,0r61,159r57,-159r23,0r-90,234v-7,19,-32,24,-57,19r0,-19v39,10,47,-22,56,-49","w":166,"k":{".":33,",":33}},{"d":"192,-184v0,-66,-79,-51,-142,-52r0,105v64,-1,142,14,142,-53xm216,-184v0,84,-85,75,-166,74r0,110r-24,0r0,-257v86,2,190,-19,190,73","w":226,"k":{"A":27,".":55,",":55}},{"d":"1,-186r25,0r59,163r58,-163r23,0r-70,186r-24,0","w":166,"k":{".":27,",":27}},{"d":"22,-89r0,-20r90,0r0,20r-90,0","w":133},{"d":"72,-96r-66,-90r28,0r53,71r52,-71r28,0r-67,89r73,97r-29,0r-58,-78r-58,78r-28,0","w":173},{"d":"46,-191v0,31,22,47,54,47v32,0,54,-16,54,-47v0,-31,-24,-44,-54,-44v-30,0,-54,15,-54,44xm100,-254v42,0,75,19,76,63v1,31,-19,47,-41,56v30,6,52,29,52,64v0,52,-35,76,-87,76v-52,0,-87,-24,-87,-76v0,-34,23,-57,51,-65v-24,-8,-41,-25,-41,-55v0,-43,34,-63,77,-63xm36,-71v0,38,25,57,64,57v39,-1,64,-18,64,-57v0,-37,-27,-54,-64,-54v-38,0,-64,17,-64,54"},{"d":"59,-262r0,331r-58,0r0,-19r36,0r0,-293r-36,0r0,-19r58,0","w":86},{"d":"1,-257r29,0r73,108r75,-108r27,0r-88,125r93,132r-29,0r-78,-113r-80,113r-27,0r92,-132","w":206},{"d":"173,-127v78,34,32,142,-57,132v-62,-7,-106,-25,-103,-90r24,0v0,51,34,66,84,70v60,5,95,-72,34,-94v-52,-19,-130,-11,-134,-81v-4,-87,148,-93,176,-27v5,10,8,21,8,34r-25,0v-2,-40,-31,-54,-70,-59v-62,-8,-91,77,-25,91v30,6,62,13,88,24","w":226},{"d":"102,-172v-76,0,-55,98,-58,172r-23,0r0,-257r23,0r1,103v9,-22,30,-35,59,-37v94,-7,63,108,68,191r-23,0v-7,-66,26,-172,-47,-172","w":193},{"d":"-2,-257r204,0r0,21r-90,0r0,236r-24,0r0,-236r-90,0r0,-21","k":{"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"i":-9,"e":40,"c":40,"a":40,"A":24,";":40,":":40,".":40,"-":46,",":40}},{"d":"97,-191v33,0,55,16,65,41r0,-107r23,0r0,257r-21,0v-1,-11,2,-26,-1,-35v-11,23,-32,40,-66,40v-57,-1,-83,-41,-83,-98v0,-57,26,-98,83,-98xm97,-172v-44,0,-61,36,-61,79v0,43,17,79,61,79v46,0,65,-33,65,-79v0,-46,-19,-79,-65,-79","w":206},{"d":"49,-96v-59,-27,-23,-95,38,-95v42,0,65,21,69,60r-23,0v5,-50,-90,-56,-93,-9v12,57,119,11,122,90v2,59,-88,68,-128,40v-14,-10,-21,-27,-23,-50r23,0v-4,54,105,65,105,11v0,-42,-59,-33,-90,-47","w":173},{"d":"95,1v-37,4,-60,-1,-60,-41r0,-127r-32,0r0,-19r32,0r0,-56r23,0r0,56r37,0r0,19r-37,0r0,126v-3,23,15,27,37,23r0,19","w":106},{"d":"50,-144v60,-2,139,14,143,-44v4,-62,-84,-46,-143,-48r0,92xm227,-73v2,90,-112,72,-201,73r0,-257v81,4,191,-21,191,63v0,32,-18,51,-45,58v32,4,55,28,55,63xm202,-74v0,-66,-89,-46,-152,-49r0,102v66,-3,152,17,152,-53","w":240},{"d":"33,-19r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16","w":166},{"d":"113,-166v-42,2,-69,25,-69,67r0,99r-22,0r0,-186r20,0v1,14,-2,32,1,44v11,-28,33,-48,70,-46r0,22","w":113,"k":{"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},{"d":"83,-38r30,0r0,38r-30,0r0,-38xm100,-243v-39,0,-58,25,-58,65r-23,0v2,-53,29,-81,82,-84v56,-3,89,52,64,100v-17,33,-61,42,-56,98r-22,0v-7,-72,65,-72,65,-131v0,-29,-21,-48,-52,-48","w":193},{"d":"87,-262v-60,82,-59,251,0,331r-18,0v-27,-46,-51,-94,-51,-165v0,-67,22,-122,51,-166r18,0","w":86},{"d":"186,-120v0,67,-22,124,-90,125v-46,1,-73,-23,-78,-65r23,0v1,40,56,60,88,35v23,-19,37,-60,33,-101v-10,22,-36,42,-67,41v-53,-1,-83,-32,-83,-84v0,-52,32,-84,86,-85v74,0,88,57,88,134xm35,-170v0,40,21,66,61,66v40,0,62,-26,62,-66v0,-41,-21,-65,-63,-65v-38,0,-60,26,-60,65"},{"d":"0,69v60,-83,58,-250,0,-331r18,0v27,46,50,92,50,164v0,68,-22,123,-50,167r-18,0","w":86},{"d":"62,-101r101,0r-49,-132xm101,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0","w":226,"k":{"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},{"d":"178,-183v0,94,-115,87,-139,162r140,0r0,21r-166,0v5,-92,106,-93,137,-158v18,-38,-8,-79,-51,-77v-40,1,-59,27,-57,70r-23,0v1,-54,25,-89,81,-89v47,1,78,24,78,71"},{"d":"0,-257r26,0r59,225r63,-225r31,0r63,225r59,-225r24,0r-70,257r-26,0r-66,-230r-65,230r-27,0","w":326,"k":{"u":6,"r":6,"o":6,"i":-9,"e":6,"a":13,"A":6,";":6,":":6,".":27,",":27}},{"d":"-5,5r111,-267r19,0r-110,267r-20,0","w":119},{"d":"233,-129v0,83,-38,129,-118,129r-89,0r0,-257r89,0v79,2,118,45,118,128xm208,-129v0,-95,-61,-114,-158,-107r0,215v97,7,158,-12,158,-108","w":246},{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},{"d":"25,-257r36,0r89,225r89,-225r36,0r0,257r-25,0r-1,-222r-87,222r-23,0r-89,-222r0,222r-25,0r0,-257","w":299},{"d":"10,-214r5,-14r41,15r0,-44r14,0r0,44r42,-15r5,14r-42,14r25,35r-11,8r-26,-36r-27,36r-11,-8r26,-35","w":126},{"d":"105,5r-110,-267r19,0r111,267r-20,0","w":119},{"d":"35,0r0,-38r30,0r0,38r-30,0","w":100},{"d":"-11,-262r28,0r38,50r-19,0","w":66},{"d":"155,-203v20,0,32,13,38,31r9,-24r19,0v-12,42,-31,79,-38,125v1,5,2,9,8,9v40,0,61,-46,61,-90v0,-61,-41,-94,-102,-94v-71,0,-114,47,-114,119v0,70,44,116,114,116v44,0,73,-22,93,-48r19,0v-22,36,-56,64,-112,64v-82,0,-133,-53,-133,-135v0,-80,52,-132,132,-132v72,0,122,39,122,112v0,56,-31,104,-83,104v-14,0,-25,-9,-25,-24v-11,10,-27,24,-46,24v-30,0,-48,-22,-48,-53v0,-55,31,-104,86,-104xm122,-66v46,0,80,-84,42,-115v-44,-11,-70,38,-72,81v0,20,12,34,30,34","w":288},{"d":"92,-172v-29,0,-50,14,-50,43r-23,0v1,-43,34,-61,76,-62v42,0,68,17,68,60r0,98v-1,12,11,17,21,12v0,12,3,25,-15,21v-23,2,-25,-15,-28,-32v-14,22,-30,38,-67,37v-37,-1,-62,-16,-62,-54v-1,-53,53,-55,99,-60v18,-2,29,-6,29,-25v0,-31,-20,-37,-48,-38xm140,-102v-29,23,-106,2,-106,52v0,23,18,36,42,36v49,-1,70,-33,64,-88","w":186},{"d":"26,-257r24,0r0,236r144,0r0,21r-168,0r0,-257","w":193,"k":{"y":13,"Y":40,"W":20,"V":33,"T":33}},{"d":"26,-257r27,0r150,217r0,-217r25,0r0,257r-27,0r-151,-217r0,217r-24,0r0,-257","w":253},{"d":"26,-257r163,0r0,21r-139,0r0,93r124,0r0,21r-124,0r0,122r-24,0r0,-257","w":193,"k":{"A":20,".":46,",":46}},{"d":"136,-205v1,-20,-15,-33,-34,-33v-42,0,-39,55,-15,74v5,6,6,6,10,11v18,-12,38,-23,39,-52xm195,-114v-1,21,-5,45,-15,62r43,52r-28,0r-28,-33v-31,55,-160,52,-153,-34v3,-41,34,-60,63,-76v-13,-18,-32,-33,-32,-62v0,-33,23,-52,57,-52v33,0,57,18,57,52v0,37,-28,50,-50,67r56,67v7,-13,7,-23,7,-43r23,0xm37,-64v-1,45,55,63,90,40v10,-7,19,-16,26,-26r-64,-78v-23,15,-52,27,-52,64","w":219},{"d":"31,-283r19,0r0,360r-19,0r0,-360","w":79},{"d":"98,-236v-34,-9,-46,12,-41,50r36,0r0,19r-36,0r0,167r-23,0r0,-167r-32,0r0,-19r32,0v-5,-49,12,-80,64,-70r0,20","w":93,"k":{"f":6}},{"d":"35,0r0,-38r30,0r0,38r-30,0xm35,-142r0,-38r30,0r0,38r-30,0","w":100},{"d":"197,-185v0,-67,-84,-49,-147,-51r0,101v63,-2,147,16,147,-50xm202,0v-16,-43,4,-114,-59,-114r-93,0r0,114r-24,0r0,-257v85,3,196,-21,196,67v0,35,-21,59,-50,66v59,1,34,85,57,124r-27,0","w":240,"k":{"y":-9,"Y":5,"W":-2,"V":-2,"T":-2}},{"d":"35,-142r0,-38r30,0r0,38r-30,0xm65,-38v1,39,1,79,-32,87v-3,-24,21,-23,17,-49r-15,0r0,-38r30,0","w":100},{"d":"14,-129v-10,-122,147,-179,212,-86v6,10,10,23,12,36r-24,0v-9,-38,-36,-63,-79,-63v-66,0,-97,49,-97,113v0,65,31,114,97,114v50,0,76,-35,82,-83r25,0v-8,61,-40,103,-107,103v-80,0,-114,-54,-121,-134","w":253},{"d":"41,-156v-3,-34,15,-89,-27,-87r0,-19v57,-10,50,45,50,98v0,26,1,56,26,57r0,20v-66,9,26,166,-76,156r0,-19v58,-1,0,-124,53,-147v-16,-10,-24,-32,-26,-59","w":119},{"d":"199,-46r-181,0r0,-19r181,0r0,19xm199,-117r-181,0r0,-19r181,0r0,19","w":216},{"d":"-3,-257r27,0r84,230r83,-230r26,0r-96,257r-28,0","w":213,"k":{"y":6,"u":13,"r":13,"o":20,"i":-2,"e":20,"a":20,"A":20,";":27,":":27,".":46,"-":20,",":46}},{"d":"26,-257r24,0r0,112r153,0r0,-112r25,0r0,257r-25,0r0,-125r-153,0r0,125r-24,0r0,-257","w":253},{"d":"26,-257r24,0r0,138r150,-138r33,0r-115,106r120,151r-31,0r-107,-134r-50,46r0,88r-24,0r0,-257","w":233},{"d":"54,0v8,-104,49,-166,104,-228r-140,0r0,-21r162,0r0,21v-50,54,-97,127,-102,228r-24,0"},{"d":"127,-82r-1,-137r-95,137r96,0xm11,-85r116,-167r21,0r0,170r38,0r0,19r-38,0r0,63r-21,0r0,-63r-116,0r0,-22"},{"d":"22,-257r23,0r0,36r-23,0r0,-36xm22,-186r23,0r0,186r-23,0r0,-186","w":66},{"d":"177,-91r-160,-74r0,-20r182,84r0,20r-182,84r0,-20","w":216},{"d":"199,3r-182,-84r0,-20r182,-84r0,20r-160,74r160,74r0,20","w":216},{"d":"28,-257r24,0r0,257r-24,0r0,-257","w":79},{"d":"26,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0r0,-257","w":213},{"d":"183,-80v7,89,-132,116,-163,40v-4,-10,-7,-20,-7,-32r23,0v2,37,24,58,62,58v41,0,60,-29,63,-68v5,-68,-93,-87,-121,-36r-19,0r24,-131r126,0r0,21r-110,0r-16,84v10,-13,32,-23,54,-23v55,1,80,34,84,87"},{"d":"123,5v-64,0,-100,-36,-100,-98r0,-164r25,0v8,98,-34,242,75,242v110,0,68,-144,76,-242r24,0r0,164v0,64,-36,98,-100,98","w":246},{"d":"65,-38v1,39,1,79,-32,87v-3,-24,21,-23,17,-49r-15,0r0,-38r30,0","w":100},{"d":"134,-242v-66,0,-97,47,-97,113v0,66,31,114,97,114v66,0,96,-49,96,-114v0,-64,-31,-113,-96,-113xm134,5v-81,0,-122,-54,-122,-134v0,-79,41,-133,122,-133v80,0,121,54,121,133v0,79,-41,134,-121,134","w":266},{"d":"38,-129v-12,111,143,157,181,57v4,-12,5,-24,5,-38r-88,0r0,-21r110,0r0,131r-18,0v-2,-15,0,-34,-4,-47v-15,32,-44,52,-89,52v-80,0,-113,-54,-121,-134v-14,-141,201,-186,228,-48r-24,0v-8,-38,-37,-65,-83,-65v-66,0,-90,49,-97,113","w":266}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+145-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("oPWD|}*[iRdJotZ.X})&,P,dg$*DW}dJg$Y&iR4+WVc2Hx[kRRYiWgn+i}*J|R^],V~BFVykY&n3zkFxfg~yfeHlR&4fX:;y;Tte_)PC,YojQ*>Mp4z:FVRgHWi|fXbhlakB@Z}+`wG]2nJ3y^&x[D$S~0O.cd8rH:TDQgX0FCHnbeaXR)*`VP4xX_YOfBc`>zZTQZXfj[4h:zwfgt0lpP)Q:@H}hPHOFBneh:DRz_2S*P@8M_Z)*VF2:[fkj+*y|PZ[ot,koz^wM:;2feDkj+;2|eDyj}^Z|}X[it^+MR,JWk0+|CZyiCQdbS[.iRH`Hk03ix[3gklr>+XSXDyJo:c`Mx`JoDyJb}VJfCYwf$Vfj}*3|g^OWR0yf}ZxWVyJH$dnozp3iz0[Wg*[oP^3H$)[iRdJj}a3fS4JHRDZozZ}|S,`>$@c|e2]o$@wWDnBR$ZXg:DyR$ZXhz@`oz;l")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":200,"face":{"font-family":"HelveticaNeueLtStd","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-11 -291 325 77","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Part of the digitally encoded machine readable outline data for producing the
 * Typefaces provided is copyrighted © 2003 - 2006 Linotype GmbH, www.linotype.com.
 * All rights reserved. This software is the property of Linotype GmbH, and may not
 * be reproduced, modified, disclosed or transferred without the express written
 * approval of Linotype GmbH. Copyright © 1988, 1990, 1993 Adobe Systems
 * Incorporated. All Rights Reserved. Helvetica is a trademark of Heidelberger
 * Druckmaschinen AG, exclusively licensed through Linotype GmbH, and may be
 * registered in certain jurisdictions. This typeface is original artwork of
 * Linotype Design Studio. The design may be protected in certain jurisdictions.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype GmbH, and may be registered in certain jurisdictions.
 * 
 * Description:
 * Helvetica is one of the most famous and popular typefaces in the world. It
 * lends an air of lucid efficiency to any typographic message with its clean,
 * no-nonsense shapes. The original typeface was called Haas Grotesk, and was
 * designed in 1957 by Max Miedinger for the Haas'sche Schriftgiesserei (Haas Type
 * Foundry) in Switzerland. In 1960 the name was changed to Helvetica (an
 * adaptation of "Helvetia", the Latin name for Switzerland). Over the years, the
 * Helvetica family was expanded to include many different weights, but these were
 * not as well coordinated with each other as they might have been. In 1983, D.
 * Stempel AG and Linotype re-designed and digitized Neue Helvetica and updated it
 * into a cohesive font family. Today, the original Helvetica family consists of 34
 * different font weights, and the Neue Helvetica family consists of 51 font
 * weights. The Helvetica family now forms an integral part of many digital
 * printers and operating systems and has become a stylistic anchor in our visual
 * culture. It is the quintessential sans serif font, timeless and neutral, and can
 * be used for all types of communication. Helvetica World, an update to the
 * classic Helvetica design using the OpenType font format, contains the following
 * Microsoft code pages: 1252 Latin 1, 1250 Latin 2 Eastern, 1251 Cyrillic, 1253
 * Greek, 1254 Turk, 1255 Hebrew, 1256 Arabic, 1257 Windows Baltic, 1258 Windows
 * Vietnamese, as well as a mixture of box drawing element glyphs and mathematical
 * symbols & operators. In total, each weight of Helvetica World contains more than
 * 1850 different glyph characters!
 * 
 * Manufacturer:
 * Linotype GmbH
 * 
 * Designer:
 * Linotype Design Studio
 * 
 * Vendor URL:
 * http://www.linotype.com
 * 
 * License information:
 * http://www.linotype.com/license
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"88,-101v0,67,-20,125,-48,167r-43,0v52,-86,51,-241,1,-329r42,0v27,44,48,98,48,162","w":106},{"d":"24,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0r0,-257","w":206},{"d":"102,-157v-20,2,-32,9,-34,28r-51,0v4,-46,40,-62,88,-62v42,0,80,10,81,53v1,46,-6,103,7,138r-52,0v-1,-6,-3,-12,-3,-18v-31,35,-126,34,-126,-33v0,-66,76,-47,118,-69v14,-19,-3,-40,-28,-37xm94,-29v36,1,44,-25,41,-62v-20,16,-71,0,-72,38v-1,19,13,24,31,24","w":206},{"d":"91,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0r0,-100","w":240,"k":{"v":20,"u":27,"q":33,"p":27,"o":33,"i":5,"e":33,"a":33,"A":27,";":24,":":29,".":40,"-":40,",":40}},{"d":"112,-33v32,0,44,-28,44,-60v0,-32,-12,-60,-44,-60v-32,0,-43,26,-43,60v0,33,11,60,43,60xm130,5v-30,0,-50,-10,-62,-29r0,24r-49,0r0,-257r52,0r0,94v11,-18,34,-28,59,-28v52,0,77,42,77,98v0,56,-25,98,-77,98","w":219},{"d":"59,-169v0,27,12,48,38,48v28,0,41,-20,41,-47v0,-26,-14,-47,-41,-47v-25,0,-38,20,-38,46xm193,-127v0,70,-28,130,-99,132v-46,1,-77,-28,-82,-70r48,0v3,25,35,42,57,23v15,-13,27,-43,25,-69v-36,55,-141,22,-134,-54v5,-56,33,-92,88,-92v74,0,97,59,97,130"},{"d":"103,-35v63,0,33,-94,40,-151r51,0r0,186r-49,0v-1,-8,2,-20,-1,-26v-11,19,-32,30,-57,31v-92,5,-64,-108,-68,-191r52,0r0,105v0,28,6,46,32,46","w":213},{"d":"24,-263r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0r0,-329","w":119},{"d":"144,0r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226,"k":{"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":17,";":18,":":18,".":46,"-":20,",":46}},{"d":"14,-90v-10,-98,124,-136,173,-62v5,9,8,19,9,31r-50,0v-3,-21,-16,-32,-38,-32v-58,0,-58,119,-1,120v24,-1,37,-16,41,-38r49,0v-6,47,-39,76,-89,76v-59,0,-88,-37,-94,-95","w":206},{"d":"140,-216v-50,0,-70,39,-70,89v0,49,21,86,70,86v49,0,70,-37,70,-86v0,-50,-20,-89,-70,-89xm140,6v-81,0,-126,-52,-126,-133v0,-82,44,-136,126,-136v82,0,126,54,126,136v0,81,-45,133,-126,133","w":280},{"d":"-17,-263r56,0r35,51r-36,0","w":93},{"d":"90,-99r66,0r-33,-95xm95,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0","w":246,"k":{"y":6,"w":6,"v":6,"Y":27,"W":6,"V":17,"T":27}},{"d":"72,-215r-51,0r0,-42r51,0r0,42xm21,-186r51,0r0,186r-51,0r0,-186","w":92},{"d":"270,0r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339,"k":{"u":6,"r":6,"o":13,"e":13,"a":13,"A":6,";":6,":":6,".":27,",":27}},{"d":"49,0v6,-83,41,-153,85,-204r-120,0r0,-48r172,0r0,44v-48,45,-79,118,-82,208r-55,0"},{"d":"25,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0r0,-257","w":266},{"d":"139,-142v-43,-9,-68,15,-68,58r0,84r-52,0r0,-186r49,0v1,11,-2,25,1,34v9,-25,37,-43,70,-37r0,47","w":140,"k":{"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},{"d":"88,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},{"d":"22,-55r56,0r0,55r-56,0r0,-55xm77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0","w":100},{"d":"84,-252r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},{"d":"19,-120r108,0r0,44r-108,0r0,-44","w":146},{"d":"22,-55r56,0r0,55r-56,0r0,-55","w":100},{"d":"21,-283r38,0r0,360r-38,0r0,-360","w":80},{"d":"69,-122v40,2,86,49,108,-2r15,34v-12,14,-20,31,-45,31v-37,0,-91,-51,-108,1r-15,-33v8,-16,20,-32,45,-31","w":216},{"d":"25,-257r56,0r0,257r-56,0r0,-257","w":106},{"d":"30,-147v0,-54,-6,-114,44,-116r46,0r0,40v-24,-2,-40,2,-39,26v3,47,3,95,-36,99v46,1,37,61,37,106v0,18,19,18,38,17r0,41v-49,4,-89,-4,-90,-49v-2,-42,12,-101,-33,-100r0,-31v19,-2,33,-13,33,-33","w":119},{"d":"87,-148r-6,44r35,0r6,-44r-35,0xm42,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0"},{"d":"31,-257r38,0r0,116r-38,0r0,-116xm98,-257r38,0r0,116r-38,0r0,-116","w":166},{"d":"274,-108v-27,0,-26,31,-24,56v1,17,6,30,23,30v33,0,34,-86,1,-86xm272,5v-42,-1,-59,-28,-59,-71v0,-42,19,-68,61,-69v43,-1,59,29,59,71v0,41,-18,69,-61,69xm240,-260r31,0r-148,268r-32,0xm88,-230v-25,1,-26,30,-24,58v1,15,5,29,23,28v25,-1,25,-30,23,-54v-2,-15,-5,-33,-22,-32xm86,-117v-43,0,-60,-27,-59,-69v1,-41,19,-71,61,-71v43,0,59,30,59,73v0,43,-19,66,-61,67","w":360},{"d":"56,-84v-10,46,61,59,62,15r1,-188r56,0v-8,108,38,268,-85,263v-60,-2,-91,-35,-85,-102r51,0r0,12"},{"d":"31,-257r38,0r0,116r-38,0r0,-116","w":100},{"d":"69,-93v0,34,12,60,44,60v32,0,45,-25,45,-60v-1,-32,-13,-60,-45,-60v-32,0,-44,26,-44,60xm127,5v-25,0,-46,-12,-56,-28r0,89r-52,0r0,-252r49,0v1,7,-2,18,1,24v11,-17,29,-29,55,-29v59,1,85,42,85,100v0,55,-26,94,-82,96","w":219},{"d":"110,-153v-33,0,-45,26,-45,60v0,34,12,60,45,60v33,0,45,-26,45,-60v0,-34,-12,-60,-45,-60xm110,5v-62,0,-96,-37,-96,-98v0,-61,34,-98,96,-98v62,0,96,37,96,98v0,61,-34,98,-96,98","w":219},{"d":"120,-217v-24,-6,-44,0,-38,31r35,0r0,34r-35,0r0,152r-51,0r0,-152r-31,0r0,-34r31,0v-6,-58,30,-76,89,-70r0,39","w":119,"k":{"f":6}},{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-257r52,0r1,97v9,-19,29,-30,54,-31v93,-6,63,108,68,191r-51,0r0,-105v0,-28,-6,-47,-33,-46","w":213},{"d":"170,-135v62,45,20,146,-59,141r0,31r-22,0r0,-31v-55,-4,-84,-35,-89,-90r51,0v0,26,16,44,38,48r0,-75v-39,-11,-84,-22,-83,-75v1,-51,36,-72,83,-77r0,-28r22,0r0,28v46,6,78,28,81,77r-52,0v1,-17,-13,-35,-29,-35r0,64v22,4,47,12,59,22xm111,-36v34,3,55,-50,18,-63v-5,-2,-11,-4,-18,-6r0,69xm89,-221v-26,-3,-42,30,-25,48v5,4,13,8,25,11r0,-59"},{"d":"102,-213v-31,2,-39,28,-40,58r-49,0v0,-63,31,-98,92,-102v78,-6,113,94,59,141v-29,25,-68,41,-91,72r120,0r0,44r-185,0v0,-94,91,-98,127,-154v16,-25,-3,-61,-33,-59"},{"d":"67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},{"d":"95,66r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0r0,329","w":119},{"d":"122,0v-43,6,-89,3,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0r0,56r38,0r0,34r-38,0r0,92v-3,25,19,24,38,20r0,40","w":126},{"d":"177,-143v86,37,41,161,-59,149v-62,-8,-108,-27,-109,-91r54,0v1,33,23,47,57,47v44,8,71,-45,26,-60v-53,-18,-127,-18,-129,-87v-3,-93,157,-100,191,-33v5,10,8,23,8,38r-54,0v5,-47,-88,-55,-90,-10v9,40,67,30,105,47","w":233},{"d":"143,-86v4,-47,-63,-62,-83,-27r-46,0r25,-139r141,0r0,42r-104,0v-2,19,-9,41,-9,58v12,-13,26,-19,49,-19v52,0,75,36,78,85v7,94,-140,122,-179,46v-5,-10,-9,-22,-9,-35r52,0v1,21,19,38,41,38v28,-1,42,-21,44,-49"},{"d":"82,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0r0,-210","w":219,"k":{"y":33,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":27,";":31,":":31,".":40,"-":46,",":40}},{"d":"21,-257r51,0r0,257r-51,0r0,-257","w":92},{"d":"196,-125v3,-70,-41,-92,-115,-85r0,162r51,0v46,0,62,-32,64,-77xm252,-130v0,79,-38,130,-116,130r-111,0r0,-257r111,0v76,3,116,47,116,127","w":266},{"d":"75,-215r-51,0r0,-42r51,0r0,42xm75,9v4,49,-35,62,-82,55r0,-42v13,2,31,2,31,-15r0,-193r51,0r0,195","w":100},{"d":"108,-153v-33,0,-45,27,-45,60v0,34,12,60,44,60v33,0,45,-26,45,-59v0,-32,-12,-61,-44,-61xm95,-191v27,0,47,10,57,29r0,-24r49,0r0,252r-51,0r-1,-89v-10,19,-34,28,-59,28v-52,0,-79,-39,-78,-97v1,-57,25,-99,83,-99","w":219},{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},{"d":"68,-110v-7,-68,81,-125,121,-67r5,-19r30,0r-26,108v0,3,2,9,6,8v31,-3,43,-33,43,-66v0,-57,-38,-89,-98,-88v-65,1,-101,41,-101,106v0,67,39,103,106,105v32,1,61,-12,77,-29r30,0v-22,34,-58,58,-109,58v-83,0,-139,-52,-139,-135v0,-81,55,-134,137,-134v70,0,125,38,125,110v0,59,-35,97,-85,104v-15,2,-24,-10,-27,-20v-27,42,-101,11,-95,-41xm149,-168v-43,0,-65,85,-16,85v28,0,42,-25,44,-54v0,-17,-12,-31,-28,-31","w":288},{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0r0,55r-56,0r0,-55","w":100},{"d":"16,22v28,6,58,-3,47,-34r-65,-174r55,0r42,127r41,-127r53,0r-78,209v-11,38,-45,48,-95,41r0,-42","w":186,"k":{".":20,",":20}},{"d":"65,-100v1,31,10,56,41,56v29,0,44,-22,44,-51v0,-33,-12,-58,-44,-58v-28,0,-42,22,-41,53xm94,-191v28,-1,43,12,56,30r0,-25r48,0r0,174v11,89,-126,108,-169,50v-5,-8,-8,-16,-9,-27r51,0v13,44,86,26,79,-21v-1,-7,2,-18,-1,-24v-10,18,-31,29,-56,29v-55,-2,-79,-38,-79,-94v0,-53,26,-91,80,-92","w":219},{"d":"232,0r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293,"k":{".":20,",":20}},{"d":"66,66v-60,-81,-61,-250,0,-329r43,0v-52,85,-51,244,0,329r-43,0","w":106},{"d":"8,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0r0,-39","w":186},{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},{"w":100},{"d":"25,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0r0,-257","w":266},{"d":"69,-55r57,0r0,55r-57,0r0,-55xm102,-221v-27,1,-37,21,-38,47r-52,0v1,-55,33,-84,87,-89v82,-8,118,86,59,130v-17,13,-38,22,-35,56r-48,0v-7,-57,34,-67,55,-99v6,-23,-3,-46,-28,-45"},{"d":"223,-124v-3,25,-12,47,-25,63r53,61r-63,0r-21,-26v-40,50,-160,39,-155,-46v2,-42,29,-60,57,-75v-12,-16,-25,-29,-24,-54v1,-39,29,-59,67,-59v41,0,69,20,70,62v0,34,-23,51,-46,64r34,40v6,-9,7,-19,9,-30r44,0xm60,-71v0,43,65,41,80,11r-44,-53v-17,8,-36,18,-36,42xm111,-165v28,-7,39,-57,3,-61v-35,3,-21,49,-3,61","w":246},{"d":"96,-263r42,0r-101,269r-41,0","w":133},{"d":"100,-215v-47,0,-41,64,-41,114v0,30,9,64,41,64v44,0,41,-58,41,-106v-1,-35,-7,-72,-41,-72xm100,5v-71,0,-92,-56,-92,-132v0,-75,21,-130,92,-130v70,0,93,56,93,130v0,75,-22,132,-93,132"},{"d":"165,-96v47,41,-4,107,-67,101v-49,-5,-84,-19,-88,-65r49,0v-3,38,70,43,73,7v-17,-44,-112,-10,-117,-78v-5,-75,125,-75,154,-29v5,8,8,16,9,28r-49,0v0,-23,-22,-24,-44,-24v-26,0,-22,29,-1,34v28,7,61,9,81,26","w":193},{"d":"25,-257r56,0r0,209r126,0r0,48r-182,0r0,-257","w":213,"k":{"y":13,"Y":40,"W":20,"V":33,"T":40}},{"d":"8,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0r0,-45","w":233},{"d":"100,-219v-20,0,-38,13,-38,35v0,24,17,33,38,34v21,1,38,-13,38,-34v-1,-23,-14,-35,-38,-35xm53,-136v-72,-29,-29,-121,47,-121v50,0,85,25,85,68v0,26,-15,45,-37,53v28,6,47,29,47,62v0,54,-41,79,-94,79v-54,0,-96,-24,-96,-79v0,-33,20,-55,48,-62xm101,-116v-24,0,-46,14,-45,40v2,26,19,43,45,43v25,0,43,-16,43,-43v0,-25,-18,-39,-43,-40"},{"d":"199,-33r-182,0r0,-39r182,0r0,39xm199,-110r-182,0r0,-39r182,0r0,39","w":216},{"d":"25,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0r0,-257","w":259},{"d":"27,-202v40,0,69,-13,73,-50r41,0r0,252r-51,0r0,-163r-63,0r0,-39"},{"d":"141,-83v0,-27,-12,-48,-38,-48v-28,0,-41,20,-41,47v0,26,14,47,41,47v25,0,38,-20,38,-46xm8,-125v0,-72,27,-130,99,-132v45,-1,77,28,81,70r-48,0v-4,-15,-16,-32,-34,-32v-36,0,-48,39,-48,78v37,-56,142,-20,135,54v-5,55,-33,92,-89,92v-74,0,-96,-57,-96,-130"},{"d":"17,-39r132,-52r-132,-53r0,-41r182,73r0,42r-182,73r0,-42","w":216},{"d":"25,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0r0,-257","w":326},{"d":"22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},{"d":"140,-77v0,-34,-24,-38,-58,-37r0,-36v30,2,52,-5,54,-31v1,-21,-17,-34,-36,-34v-25,-1,-39,20,-39,45r-48,0v3,-53,32,-87,87,-87v47,0,82,24,84,70v1,28,-15,44,-35,52v26,5,44,27,45,57v4,96,-156,110,-181,30v-4,-11,-7,-25,-7,-39r49,0v1,29,15,49,44,50v23,1,41,-16,41,-40"},{"d":"87,-212r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0r0,45","w":146},{"w":100},{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-186r49,0v1,8,-2,20,1,26v10,-19,31,-29,57,-31v93,-5,63,108,68,191r-51,0r0,-105v0,-28,-6,-47,-33,-46","w":213},{"d":"145,-113v1,-47,-70,-52,-81,-12v-1,5,-2,8,-2,12r83,0xm62,-81v-7,54,72,61,86,23r45,0v-13,40,-41,63,-88,63v-61,0,-90,-38,-95,-98v-9,-110,163,-133,182,-29v3,13,5,27,4,41r-134,0","w":206},{"d":"133,-41v39,0,53,-17,53,-56r0,-160r57,0r0,160v1,70,-41,103,-110,103v-70,0,-110,-33,-109,-103r0,-160r56,0r0,160v0,36,16,56,53,56","w":266},{"d":"70,-127v-1,56,35,98,93,82r-24,-22r26,-28r29,27v32,-47,17,-152,-54,-148v-50,3,-69,39,-70,89xm266,-127v1,41,-13,72,-33,94r32,29r-26,28r-37,-33v-16,9,-37,15,-62,15v-81,-2,-126,-52,-126,-133v0,-82,44,-136,126,-136v82,0,124,54,126,136","w":280},{"d":"138,6r-42,0r-100,-269r41,0","w":133},{"d":"182,-177v0,-48,-57,-34,-101,-36r0,72v44,-2,101,13,101,-36xm190,0v-14,-37,4,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v80,-8,102,112,35,135v47,10,30,83,48,122r-56,0","w":259,"k":{"Y":13,"W":-2,"V":-2,"T":6}},{"d":"173,-184v-1,-40,-54,-27,-92,-29r0,60v39,-2,93,11,92,-31xm240,-75v0,96,-122,72,-215,75r0,-257v83,6,204,-26,203,64v0,28,-15,43,-35,53v29,9,46,30,47,65xm184,-78v0,-48,-58,-34,-103,-36r0,70v44,-2,103,12,103,-34","w":253},{"d":"175,-175v0,-46,-50,-38,-94,-38r0,77v44,-1,94,7,94,-39xm230,-175v2,76,-66,89,-149,83r0,92r-56,0r0,-257r116,0v56,0,88,30,89,82","w":240,"k":{"A":27,".":46,",":46}},{"d":"69,-161v20,-35,96,-43,112,1v12,-15,29,-31,56,-31v93,0,64,109,68,191r-51,0r-1,-123v-1,-18,-11,-28,-30,-28v-58,0,-26,97,-34,151r-51,0r-1,-121v-1,-19,-9,-31,-30,-30v-56,4,-29,96,-35,151r-51,0r0,-186r48,0r0,25","w":326},{"d":"108,-33v33,0,44,-28,44,-61v0,-32,-11,-59,-44,-59v-33,0,-45,26,-45,60v0,34,13,60,45,60xm94,-191v25,-1,44,14,56,28r0,-94r51,0r0,257r-49,0r0,-24v-11,18,-30,29,-57,29v-58,-1,-83,-43,-83,-100v0,-55,26,-94,82,-96","w":219},{"d":"90,-53v0,55,6,116,-44,119r-46,0r0,-41v24,2,40,-2,39,-26v-2,-46,-5,-95,36,-98v-45,-1,-35,-61,-37,-107v0,-18,-19,-18,-38,-17r0,-40v49,-4,89,3,90,48v1,43,-11,101,33,101r0,31v-19,1,-33,11,-33,30","w":119},{"d":"14,-127v-11,-129,163,-184,225,-83v7,11,10,24,12,39r-55,0v-5,-27,-26,-45,-56,-45v-50,0,-70,39,-70,89v0,49,21,84,70,86v35,1,55,-25,58,-58r55,0v-7,64,-44,105,-113,105v-81,0,-119,-53,-126,-133","w":266},{"d":"25,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0r0,-257","w":213,"k":{"A":20,".":46,",":46}},{"d":"112,-100r-1,-88r-65,88r66,0xm112,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0r0,-58"},{"d":"70,-127v-10,87,119,123,131,30r-57,0r0,-42r108,0r0,139r-36,0r-5,-29v-17,22,-39,35,-71,35v-81,0,-121,-52,-126,-133v-7,-111,111,-173,198,-113v20,14,34,37,36,68r-54,0v-4,-27,-25,-44,-54,-44v-50,0,-64,40,-70,89","w":273},{"d":"199,-144r-132,53r132,52r0,42r-182,-73r0,-42r182,-73r0,41","w":216},{"d":"127,-110r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0r0,72","w":216},{"d":"25,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0r0,-257","w":233},{"d":"122,0r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187,"k":{".":20,",":20}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+352-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("#%,ALWQ;6Tr~#3glcWIbJ%JrmDQA,Wr~mD>b6Tj&,4(y^7;-#T51TTJ]c45T^;r9BTgmQ;1bT3I{.o]($iglJAS->F}&)%rW63Bb{IA;F74FLdjf)M5:v&g&cb12mA_ApYq1pd*V>gS|pHQpT[9ro7dDKi;ypb}9LW44F4_)Fi>BLTjrB;^;j7S?jm^-.&QSL%g;#3J-#o_@KM:y)YA-.&:yLYAS.W_gLWc;63_&KTJ~,-]&LHgS6Hpr{a;l6T^}^-]|67;|m-9Vv&cacAS~#M(}K7}~#AS~{W4~)H>@)D4).WQ:q3YdI%HJ>#.pQvKBjoMF4Tm^,6L)c{$91-[igW&}@f?y5~|S_b7;ADa*]2l(reV|Lm_2,T]S)Wg7,4S~^Dr5#oB|6o];,mQ;#%_|^DI;6Tr~.W1|)aj~^TAg#ogWLaJ}vDi(LYy?#Di@,A5[TDgcmMASTDgc$oi}#o:9")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":200,"face":{"font-family":"HelveticaNeueLtStd","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-17 -291 339 77","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"}}));

