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

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1994, Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The
 * Font Bureau, Inc.
 * 
 * Manufacturer:
 * Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The Font
 * Bureau, Inc
 */
Cufon.registerFont({"w":159,"face":{"font-family":"intlightcon","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 3 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-7 -288 258.753 69","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":75},"!":{"d":"46,-60r-14,0v-6,-59,-5,-126,-5,-192r24,0r0,126xm39,-33v10,0,18,9,18,19v0,11,-7,18,-18,18v-11,0,-18,-7,-18,-18v0,-10,8,-19,18,-19","w":78},"\"":{"d":"107,-134r-17,0r-6,-118r29,0xm46,-134r-16,0r-7,-118r30,0","w":136},"#":{"d":"142,-63r0,63r-24,0r0,-63r-49,0r0,63r-24,0r0,-63r-31,0r0,-22r31,0r0,-82r-31,0r0,-23r31,0r0,-62r24,0r0,62r49,0r0,-62r24,0r0,62r31,0r0,23r-31,0r0,82r31,0r0,22r-31,0xm118,-167r-49,0r0,82r49,0r0,-82","w":186},"$":{"d":"111,-200v-7,-35,-68,-44,-68,1v0,69,92,59,92,140v0,33,-20,56,-48,60r0,27r-25,0r0,-27v-26,-6,-40,-23,-49,-49r23,-10v9,20,16,37,39,37v21,0,35,-13,35,-35v-3,-73,-93,-65,-92,-141v0,-29,18,-51,43,-56r0,-27r25,0r0,27v26,4,36,20,46,41","w":151},"%":{"d":"212,-153v63,0,62,158,-1,157v-61,-1,-61,-157,1,-157xm82,0r-23,0r132,-252r24,0xm62,-256v63,1,61,156,-1,157v-63,0,-62,-158,1,-157xm212,-17v33,-6,33,-111,-1,-115v-32,6,-31,110,1,115xm62,-120v32,-7,31,-110,-1,-115v-32,5,-32,112,1,115","w":272},"&":{"d":"150,-122v-6,26,-12,48,-21,69r27,53r-27,0r-14,-25v-24,49,-100,32,-100,-36v0,-37,18,-60,39,-79v-8,-22,-22,-39,-24,-67v-4,-41,49,-63,80,-39v8,7,14,15,20,26r-18,15v-7,-28,-54,-42,-57,-4v8,53,41,84,59,127v5,-14,11,-29,14,-46xm40,-63v0,32,22,56,46,37v5,-4,11,-12,17,-24r-37,-68v-17,16,-26,34,-26,55","w":166},"'":{"d":"46,-134r-17,0r-6,-118r30,0","w":75},"(":{"d":"84,-247v-55,62,-55,214,0,276r-14,11v-55,-56,-72,-190,-22,-266v7,-11,14,-21,22,-31","w":97},")":{"d":"27,-257v46,48,72,151,39,230v-10,24,-23,47,-39,67r-13,-11v55,-62,55,-214,0,-276","w":97},"*":{"d":"112,-160r-36,-28r5,47r-22,0r5,-47r-36,29r-12,-20r42,-18r-42,-18r12,-19r36,28r-5,-46r22,0r-5,46r36,-28r12,19r-42,18r42,18","w":139},"+":{"d":"87,-112r0,55r-24,0r0,-55r-50,0r0,-23r50,0r0,-56r24,0r0,56r51,0r0,23r-51,0","w":150},",":{"d":"32,37r-16,0r5,-69r29,0","w":65},"-":{"d":"14,-120r0,-24r68,0r0,24r-68,0","w":96},".":{"d":"33,-34v11,0,18,9,18,19v0,10,-6,20,-18,19v-11,1,-18,-9,-18,-19v0,-10,8,-19,18,-19","w":65},"\/":{"d":"26,32r-23,0r81,-316r23,0","w":109},"0":{"d":"84,-256v55,0,67,62,67,130v0,69,-11,130,-67,130v-56,0,-67,-62,-67,-130v0,-69,11,-130,67,-130xm126,-126v0,-71,-14,-107,-42,-107v-28,0,-42,36,-42,107v0,71,14,107,42,107v28,0,42,-36,42,-107","w":168},"1":{"d":"4,-224v24,-2,35,-7,40,-28r19,0r0,252r-24,0r0,-208r-35,0r0,-16","w":89},"2":{"d":"130,-194v-4,81,-91,85,-91,170r92,0r0,24r-119,0v-5,-86,53,-117,85,-165v16,-24,8,-69,-25,-68v-22,1,-29,16,-38,34r-21,-11v10,-25,27,-45,61,-46v36,-1,58,25,56,62","w":148},"3":{"d":"96,-135v26,7,34,29,36,63v4,60,-55,97,-100,64v-10,-7,-17,-21,-23,-36r22,-11v9,24,21,36,38,36v29,0,37,-25,38,-52v1,-38,-16,-53,-54,-51r0,-23v34,3,48,-12,49,-48v0,-24,-10,-40,-33,-40v-21,0,-27,14,-36,32r-20,-11v11,-22,23,-44,57,-44v66,0,73,101,26,121","w":150},"4":{"d":"125,-66r0,66r-23,0r0,-66r-93,0r0,-19r93,-167r23,0r0,164r23,0r0,22r-23,0xm102,-209r-68,121r68,0r0,-121","w":158},"5":{"d":"43,-148v40,-35,107,0,97,63v13,85,-94,121,-125,46r21,-12v8,15,18,32,39,32v54,0,53,-118,2,-120v-19,0,-27,10,-36,21r-22,-6r6,-128r106,0r0,24r-83,0","w":156},"6":{"d":"86,-152v43,1,60,33,60,77v0,46,-21,79,-66,79v-101,0,-67,-198,-11,-235v14,-9,26,-19,44,-25r8,21v-43,16,-72,54,-80,105v10,-12,22,-22,45,-22xm81,-19v27,0,40,-25,40,-55v0,-31,-12,-55,-40,-55v-29,0,-40,24,-40,54v0,30,14,56,40,56","w":158},"7":{"d":"128,-229v-41,58,-60,132,-61,229r-25,0v2,-94,19,-169,59,-228r-95,0r0,-24r122,0r0,23","w":146},"8":{"d":"80,4v-72,0,-83,-115,-31,-141v-46,-25,-31,-119,32,-119v63,0,77,94,31,118v53,26,41,142,-32,142xm81,-148v22,-3,34,-18,34,-42v-1,-24,-11,-43,-35,-43v-23,0,-33,19,-34,43v0,25,13,40,35,42xm81,-19v51,0,54,-107,-1,-106v-28,1,-39,23,-39,52v0,30,13,54,40,54","w":161},"9":{"d":"78,-256v101,0,67,198,11,235v-14,9,-26,19,-44,25r-8,-21v44,-16,73,-53,80,-105v-10,12,-22,22,-45,22v-43,-1,-60,-33,-60,-77v0,-46,21,-79,66,-79xm77,-123v29,0,40,-23,40,-54v0,-30,-14,-56,-40,-56v-27,0,-40,26,-40,55v-1,31,12,55,40,55","w":158},":":{"d":"33,-193v11,0,18,9,18,19v0,10,-7,19,-18,19v-10,0,-18,-9,-18,-19v0,-10,8,-19,18,-19xm33,-34v11,0,18,9,18,19v0,10,-6,20,-18,19v-11,1,-18,-9,-18,-19v0,-10,8,-19,18,-19","w":65},";":{"d":"33,-193v11,0,18,9,18,19v0,10,-7,19,-18,19v-10,0,-18,-9,-18,-19v0,-10,8,-19,18,-19xm29,37r-15,0r4,-69r30,0","w":65},"<":{"d":"13,-114r0,-20r79,-78r0,31r-59,57r59,57r0,32","w":108},"=":{"d":"21,-146r0,-24r116,0r0,24r-116,0xm21,-78r0,-24r116,0r0,24r-116,0","w":158},">":{"d":"16,-35r0,-32r60,-56r-60,-57r0,-32r79,78r0,20","w":108},"?":{"d":"73,-256v68,0,68,95,24,125v-18,12,-21,37,-21,68r-23,0v-1,-43,6,-68,30,-86v28,-22,29,-84,-12,-84v-23,0,-29,15,-38,35r-21,-10v10,-26,26,-48,61,-48xm64,-33v10,0,18,9,18,19v0,11,-7,18,-18,18v-11,0,-18,-7,-18,-18v0,-10,8,-19,18,-19","w":144},"@":{"d":"33,-126v-4,75,48,139,115,103r6,14v-76,42,-143,-29,-138,-117v4,-72,26,-130,95,-130v66,0,95,55,95,126v0,39,-4,75,-40,75v-14,0,-21,-7,-27,-16v-23,29,-79,16,-72,-32v-5,-39,36,-56,65,-40v0,-22,4,-42,-22,-42v-8,0,-16,3,-25,10r-9,-13v20,-22,78,-23,73,22v5,33,-14,90,18,95v21,-4,22,-27,22,-59v0,-60,-21,-110,-78,-110v-59,0,-75,53,-78,114xm85,-103v-5,34,34,40,47,18r0,-41v-18,-14,-51,-6,-47,23","w":222},"A":{"d":"134,0r-14,-66r-66,0r-15,66r-25,0r59,-252r27,0r60,252r-26,0xm114,-89r-28,-132v-5,47,-18,88,-27,132r55,0","w":173},"B":{"d":"82,-252v66,-8,79,99,29,118v24,8,38,27,38,60v-1,46,-21,73,-67,74r-57,0r0,-252r57,0xm50,-145v40,4,67,-6,67,-43v0,-38,-28,-44,-67,-41r0,84xm124,-72v0,-42,-29,-55,-74,-50r0,99v44,2,74,0,74,-49","w":165},"C":{"d":"149,-49v-11,28,-26,53,-62,53v-59,0,-69,-65,-69,-130v0,-66,11,-130,70,-130v37,0,48,24,60,54r-22,10v-9,-24,-14,-39,-39,-41v-37,7,-44,54,-44,107v0,54,7,101,46,107v24,-2,31,-18,39,-41","w":163},"D":{"d":"74,-252v63,2,79,53,80,124v2,89,-32,140,-129,128r0,-252r49,0xm50,-23v68,7,79,-41,79,-104v-1,-66,-12,-109,-79,-102r0,206","w":171},"E":{"d":"25,0r0,-252r108,0r0,23r-83,0r0,82r52,0r0,24r-52,0r0,100r87,0r0,23r-112,0","w":151},"F":{"d":"50,-229r0,85r53,0r0,24r-53,0r0,120r-25,0r0,-252r107,0r0,23r-82,0","w":145},"G":{"d":"154,-128v3,68,-3,132,-67,132v-59,0,-65,-65,-69,-130v-5,-81,39,-163,109,-115v12,8,15,24,21,39r-22,10v-9,-23,-14,-39,-38,-41v-38,6,-45,54,-45,107v0,54,7,102,46,107v32,4,44,-38,41,-85r-34,0r0,-24r58,0","w":171},"H":{"d":"131,0r0,-122r-81,0r0,122r-25,0r0,-252r25,0r0,107r81,0r0,-107r25,0r0,252r-25,0","w":181},"I":{"d":"27,0r0,-252r25,0r0,252r-25,0","w":79},"J":{"d":"128,-73v9,65,-60,100,-99,60v-10,-10,-16,-26,-20,-45r24,-6v6,26,10,45,36,45v29,0,34,-23,34,-55r0,-178r25,0r0,179","w":151},"K":{"d":"126,0r-51,-132r-25,39r0,93r-25,0r0,-252r25,0r0,124r71,-124r27,0r-56,94r62,158r-28,0","w":164},"L":{"d":"25,0r0,-252r25,0r0,229r81,0r0,23r-106,0","w":144},"M":{"d":"161,0r0,-195v-16,69,-39,134,-57,202r-56,-202r1,195r-24,0r0,-252r28,0r46,164v2,10,4,20,5,28v13,-67,35,-129,53,-192r27,0r0,252r-23,0","w":209},"N":{"d":"135,0r-86,-200r0,200r-24,0r0,-252r25,0r83,194r-1,-194r24,0r0,252r-21,0","w":181},"O":{"d":"90,-256v61,0,72,63,72,130v0,65,-11,130,-72,130v-61,0,-72,-64,-72,-130v0,-67,11,-130,72,-130xm90,-19v39,-6,46,-53,47,-107v0,-54,-9,-101,-48,-107v-38,6,-45,53,-46,107v0,54,9,101,47,107","w":180},"P":{"d":"25,-252v69,-4,126,2,124,70v-2,56,-36,80,-99,73r0,109r-25,0r0,-252xm50,-132v44,3,73,-5,73,-49v0,-44,-29,-52,-73,-48r0,97","w":160},"Q":{"d":"90,-256v92,0,85,175,47,233r15,20r-19,14r-12,-17v-71,36,-107,-43,-103,-120v3,-67,11,-130,72,-130xm122,-43v24,-48,27,-185,-33,-190v-38,6,-45,53,-46,107v-1,59,14,121,65,102r-19,-26r18,-14","w":180},"R":{"d":"86,-252v75,-8,84,115,25,131r40,121r-28,0r-38,-114r-35,0r0,114r-25,0r0,-252r61,0xm50,-137v44,4,75,-4,75,-46v0,-42,-31,-50,-75,-46r0,92","w":167},"S":{"d":"113,-202v-7,-35,-68,-44,-68,1v0,71,92,62,92,144v0,54,-62,78,-99,48v-10,-9,-18,-21,-24,-37r23,-11v9,20,17,38,40,38v21,0,35,-13,35,-35v1,-73,-92,-66,-92,-145v0,-58,78,-76,104,-32v4,5,7,11,10,17","w":155},"T":{"d":"87,-229r0,229r-25,0r0,-229r-50,0r0,-23r126,0r0,23r-51,0","w":149},"U":{"d":"156,-76v-1,46,-21,80,-66,80v-45,0,-66,-32,-66,-79r0,-177r25,0r0,176v0,32,12,56,42,57v30,0,39,-24,39,-57r0,-176r26,0r0,176","w":179},"V":{"d":"97,0r-24,0r-59,-252r25,0r46,220r46,-220r25,0","w":169},"W":{"d":"166,0r-23,0r-35,-206r-34,206r-23,0r-38,-252r24,0r27,206r34,-206r22,0r34,206r27,-206r24,0","w":217},"X":{"d":"119,0r-39,-108r-41,108r-26,0r53,-131r-49,-121r27,0r36,98r36,-98r26,0r-49,121r54,131r-28,0"},"Y":{"d":"94,-105r0,105r-25,0r0,-105r-59,-147r27,0r45,124r45,-124r26,0","w":163},"Z":{"d":"15,0r0,-22r96,-207r-89,0r0,-23r114,0r0,22r-95,207r95,0r0,23r-121,0","w":154},"[":{"d":"26,36r0,-288r60,0r0,22r-36,0r0,244r36,0r0,22r-60,0","w":102},"\\":{"d":"84,32r-81,-316r23,0r81,316r-23,0","w":109},"]":{"d":"17,36r0,-22r36,0r0,-244r-36,0r0,-22r59,0r0,288r-59,0","w":102},"^":{"d":"111,-138r-36,-83r-36,83r-26,0r52,-114r20,0r53,114r-27,0","w":150},"_":{"d":"0,55r0,-22r123,0r0,22r-123,0","w":123},"`":{"d":"78,-214r-47,-58r34,0r31,58r-18,0","w":142},"a":{"d":"27,-174v30,-29,103,-29,103,34r0,140r-25,0r0,-16v-29,37,-99,17,-90,-42v-4,-52,49,-76,90,-53v1,-31,1,-60,-29,-60v-17,0,-26,8,-38,16xm40,-59v-7,47,49,50,65,22r0,-53v-26,-17,-71,-8,-65,31","w":153},"b":{"d":"90,-193v42,0,53,45,53,97v1,55,-12,100,-56,100v-18,0,-29,-8,-38,-18r0,14r-25,0r0,-248r25,-14r0,89v9,-11,22,-20,41,-20xm86,-18v32,0,33,-42,33,-78v0,-40,-5,-71,-35,-75v-15,2,-26,9,-35,19r0,114v9,10,19,20,37,20"},"c":{"d":"129,-30v-12,19,-24,34,-51,34v-47,0,-59,-45,-61,-97v-3,-64,37,-123,92,-90v9,5,15,14,20,23r-19,15v-9,-14,-13,-25,-32,-25v-29,0,-37,36,-37,75v0,36,5,76,38,76v18,0,24,-11,33,-24","w":142},"d":{"d":"72,-193v18,0,29,8,39,18r0,-73r25,-14r0,262r-25,0r0,-16v-10,10,-22,20,-41,20v-42,0,-53,-44,-53,-97v0,-54,12,-100,55,-100xm76,-18v15,-2,26,-9,35,-19r0,-114v-9,-10,-19,-20,-37,-20v-30,0,-33,41,-33,78v0,40,5,71,35,75"},"e":{"d":"78,-193v47,0,63,54,58,107r-95,0v2,33,8,67,37,67v19,0,28,-8,39,-21r15,16v-14,15,-29,28,-55,28v-47,0,-60,-45,-60,-98v-1,-53,16,-99,61,-99xm113,-108v-2,-30,-6,-62,-36,-62v-27,0,-34,27,-36,62r72,0","w":153},"f":{"d":"32,-189v-6,-48,12,-85,59,-69r0,23v-15,-6,-34,-7,-34,15r0,31r29,0r0,21r-29,0r0,168r-25,0r0,-168r-20,0r0,-21r20,0","w":100},"g":{"d":"72,-193v18,0,29,8,39,18r0,-14r25,0v-2,68,8,146,-4,207v-6,33,-34,46,-72,51r-8,-19v39,-5,63,-18,59,-66v-10,10,-22,20,-41,20v-42,0,-53,-44,-53,-97v0,-54,12,-100,55,-100xm76,-18v15,-2,26,-9,35,-19r0,-114v-9,-10,-19,-20,-37,-20v-30,0,-33,41,-33,78v0,40,5,71,35,75"},"h":{"d":"89,-193v77,2,43,121,50,193r-25,0r0,-127v8,-52,-51,-53,-65,-22r0,149r-25,0r0,-248r25,-14r0,89v8,-10,21,-21,40,-20","w":161},"i":{"d":"39,-261v9,0,16,9,16,18v1,9,-6,19,-16,18v-11,1,-18,-9,-18,-18v0,-9,8,-18,18,-18xm26,0r0,-189r24,0r0,189r-24,0","w":76},"j":{"d":"39,-261v9,0,16,9,16,18v1,9,-6,19,-16,18v-11,1,-18,-9,-18,-18v0,-9,8,-18,18,-18xm-7,50v24,-7,33,-20,33,-53r0,-186r24,0r-2,214v-5,26,-21,38,-47,44","w":77},"k":{"d":"110,0r-38,-97r-23,37r0,60r-25,0r0,-248r25,-14r0,168v16,-34,36,-63,54,-95r27,0r-43,69r49,120r-26,0","w":146},"l":{"d":"26,0r0,-248r24,-14r0,262r-24,0","w":76},"m":{"d":"125,-170v26,-40,91,-25,91,40r0,130r-24,0r0,-127v8,-51,-46,-53,-60,-22r0,149r-24,0r0,-127v8,-50,-45,-54,-59,-22r0,149r-25,0r0,-189r25,0r0,16v13,-26,66,-25,76,3","w":239},"n":{"d":"89,-193v77,2,43,121,50,193r-25,0r0,-127v8,-52,-51,-53,-65,-22r0,149r-25,0r0,-189r25,0r0,16v8,-10,21,-21,40,-20","w":161},"o":{"d":"81,-193v45,0,64,44,64,98v0,55,-15,99,-64,99v-45,0,-64,-44,-64,-98v0,-55,18,-99,64,-99xm81,-19v56,-1,55,-151,0,-151v-56,1,-55,151,0,151","w":161},"p":{"d":"90,-193v42,0,53,45,53,97v1,55,-12,100,-56,100v-18,0,-29,-8,-38,-18r0,69r-25,14r0,-258r25,0r0,16v9,-11,22,-20,41,-20xm86,-18v32,0,33,-42,33,-78v0,-40,-5,-71,-35,-75v-15,2,-26,9,-35,19r0,114v9,10,19,20,37,20"},"q":{"d":"72,-193v18,0,29,8,39,18r0,-14r25,0r0,244r-25,14r0,-85v-10,10,-22,20,-41,20v-42,0,-53,-44,-53,-97v0,-54,12,-100,55,-100xm76,-18v15,-2,26,-9,35,-19r0,-114v-9,-10,-19,-20,-37,-20v-30,0,-33,41,-33,78v0,40,5,71,35,75"},"r":{"d":"49,-173v9,-16,37,-26,59,-16r-7,26v-17,-13,-46,-2,-52,15r0,148r-25,0r0,-189r25,0r0,16","w":115},"s":{"d":"98,-150v-9,-27,-68,-29,-56,12v19,36,78,37,78,92v0,60,-87,63,-107,19r18,-16v10,26,61,37,65,0v-6,-53,-79,-43,-79,-103v0,-54,80,-61,99,-20","w":135},"t":{"d":"54,-39v-4,25,23,22,37,15r-2,23v-28,13,-59,3,-59,-35r0,-132r-20,0r0,-21r20,0r0,-59r24,-14r0,73r36,0r0,21r-36,0r0,129","w":106},"u":{"d":"48,-62v-8,52,50,52,65,22r0,-149r25,0r0,189r-25,0r0,-16v-8,10,-22,21,-41,20v-76,-3,-41,-121,-49,-193r25,0r0,127","w":161},"v":{"d":"85,0r-22,0r-52,-189r26,0r37,162r38,-162r25,0","w":147},"w":{"d":"144,-35r24,-154r23,0r-37,189r-21,0r-31,-158r-31,158r-21,0r-37,-189r24,0r23,154r32,-154r21,0","w":204},"x":{"d":"103,0r-32,-82v-9,28,-23,55,-33,82r-25,0r45,-100r-41,-89r27,0r27,71r29,-71r26,0r-42,89r46,100r-27,0","w":142},"y":{"d":"68,67r-25,0r20,-65r-52,-191r26,0r38,162r38,-162r26,0","w":149},"z":{"d":"14,0r0,-19r79,-149r-72,0r0,-21r99,0r0,19r-79,149r79,0r0,21r-106,0","w":137},"{":{"d":"99,40v-57,2,-60,-46,-60,-106v0,-23,-5,-31,-27,-30r0,-23v66,5,-21,-139,87,-136r0,20v-65,-6,-11,110,-57,127v46,14,-10,131,57,127r0,21","w":111},"|":{"d":"30,67r0,-355r24,0r0,355r-24,0","w":84},"}":{"d":"72,-186v0,30,-11,73,28,67r0,22v-68,-6,20,139,-88,137r0,-21v66,6,12,-110,57,-127v-45,-14,11,-130,-57,-127r0,-20v43,1,60,24,60,69","w":111},"~":{"d":"134,-153v-6,23,-14,43,-38,44v-23,1,-27,-24,-47,-26v-13,1,-13,12,-18,27r-20,-7v7,-22,14,-45,38,-45v22,0,27,24,47,27v13,-2,13,-11,18,-28","w":145},"\u00a0":{"w":75}}});


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ©1993, Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The Font
 * Bureau, Inc.
 * 
 * Manufacturer:
 * Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The Font
 * Bureau, Inc
 */

Cufon.registerFont({"w":161,"face":{"font-family":"intreg","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 3 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-15 -288 290 69","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":79},"!":{"d":"57,-73r-24,0v-9,-53,-6,-118,-6,-179r35,0r0,125xm45,-45v13,0,24,11,24,24v0,13,-11,25,-24,25v-14,0,-25,-11,-25,-25v0,-13,12,-24,25,-24","w":89},"\"":{"d":"128,-134r-24,0r-9,-118r42,0xm55,-134r-24,0r-9,-118r42,0","w":159},"#":{"d":"166,-58r0,58r-34,0r0,-58r-48,0r0,58r-34,0r0,-58r-34,0r0,-32r34,0r0,-72r-34,0r0,-32r34,0r0,-58r34,0r0,58r48,0r0,-58r34,0r0,58r34,0r0,32r-34,0r0,72r34,0r0,32r-34,0xm132,-162r-48,0r0,72r48,0r0,-72","w":216},"$":{"d":"115,-195v-8,-25,-63,-35,-63,3v0,61,97,48,93,125v-1,35,-18,61,-50,66r0,30r-35,0r0,-30v-25,-5,-38,-21,-50,-40r27,-22v10,33,72,43,72,-2v0,-62,-96,-52,-93,-126v0,-31,18,-53,44,-59r0,-31r35,0r0,30v22,4,34,17,46,33","w":159},"%":{"d":"237,-153v42,0,53,35,53,78v0,44,-13,79,-54,79v-41,0,-53,-35,-53,-78v1,-43,12,-79,54,-79xm102,0r-31,0r132,-252r32,0xm72,-256v42,0,53,35,53,78v0,44,-13,79,-54,79v-41,0,-53,-35,-53,-78v0,-44,13,-79,54,-79xm237,-23v34,-5,33,-100,-1,-102v-34,3,-32,100,1,102xm72,-127v34,-5,33,-99,-1,-101v-34,3,-33,99,1,101","w":307},"&":{"d":"156,-118r-18,64r32,54r-37,0r-12,-21v-12,15,-26,24,-51,25v-40,1,-57,-26,-58,-62v0,-37,19,-59,41,-78v-12,-21,-27,-39,-28,-68v-2,-57,81,-65,114,-32r-17,29v-18,-23,-77,-21,-59,20v14,35,37,66,55,98v3,-11,6,-23,9,-37xm68,-110v-33,20,-27,103,22,76v5,-3,10,-9,14,-16","w":172},"'":{"d":"55,-134r-24,0r-9,-118r42,0","w":86},"(":{"d":"99,-243v-58,57,-59,211,0,268r-19,15v-61,-50,-86,-193,-25,-266r25,-32","w":111},")":{"d":"32,-258v61,51,86,193,24,266v-9,10,-15,22,-24,32r-19,-15v58,-57,59,-211,0,-268","w":111},"*":{"d":"128,-141r-42,-29r6,50r-29,0r5,-51r-41,30r-15,-25r46,-21r-46,-21r15,-25r41,30r-5,-50r29,0r-6,49r41,-29r15,25r-47,21r48,21","w":154},"+":{"d":"99,-107r0,57r-35,0r0,-57r-51,0r0,-34r51,0r0,-57r35,0r0,57r51,0r0,34r-51,0","w":163},",":{"d":"43,41r-23,0r4,-86r43,0","w":83},"-":{"d":"14,-114r0,-36r80,0r0,36r-80,0","w":108},".":{"d":"42,-47v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,12,-26,25,-26","w":83},"\/":{"d":"33,32r-35,0r95,-316r35,0","w":126},"0":{"d":"90,-256v62,0,74,65,74,130v0,66,-13,130,-75,130v-62,0,-74,-65,-74,-130v0,-64,12,-130,75,-130xm90,-31v38,-5,39,-54,39,-95v0,-42,-2,-90,-40,-95v-38,5,-38,52,-38,95v0,41,1,90,39,95","w":179},"1":{"d":"7,-223v24,-3,33,-9,40,-29r29,0r0,252r-35,0r0,-198r-34,0r0,-25","w":99},"2":{"d":"149,-192v-5,80,-88,78,-91,157r93,0r0,35r-134,0v2,-72,29,-111,70,-144v29,-13,40,-76,-5,-77v-19,1,-30,12,-42,21r-22,-25v30,-45,135,-42,131,33","w":170},"3":{"d":"109,-136v25,9,41,28,41,64v0,84,-111,99,-142,36r25,-22v17,36,82,39,82,-13v0,-33,-21,-47,-58,-45r0,-34v31,2,52,-10,52,-40v0,-42,-53,-35,-69,-11r-22,-24v17,-16,31,-31,62,-31v72,0,86,102,29,120","w":167},"4":{"d":"142,-61r0,61r-34,0r0,-61r-98,0r0,-28r98,-163r34,0r0,158r17,0r0,33r-17,0xm109,-196r-61,102r60,0","w":171},"5":{"d":"57,-159v48,-28,105,12,98,73v12,84,-91,118,-141,63r19,-27v27,32,95,24,87,-34v8,-46,-49,-66,-68,-32r-30,-6r6,-130r119,0r0,35r-87,0","w":170},"6":{"d":"53,-139v40,-40,109,-1,104,61v-4,48,-24,81,-74,82v-95,0,-74,-159,-38,-210v18,-27,44,-47,84,-50r0,33v-45,8,-68,40,-76,84xm85,-30v26,0,37,-20,37,-47v0,-26,-11,-46,-37,-45v-26,0,-35,20,-35,47v0,25,10,45,35,45","w":168},"7":{"d":"145,-216v-44,50,-63,123,-62,216r-35,0v0,-93,17,-166,59,-218r-96,0r0,-34r134,0r0,36","w":158},"8":{"d":"87,-256v65,-7,86,91,39,118v52,29,36,142,-39,142v-77,0,-92,-112,-40,-142v-46,-28,-24,-125,40,-118xm87,-153v20,0,31,-14,31,-34v0,-21,-10,-35,-31,-35v-21,0,-31,14,-31,35v0,20,11,34,31,34xm88,-30v25,0,35,-18,35,-45v0,-25,-12,-45,-36,-45v-25,0,-36,19,-36,45v0,27,12,45,37,45","w":172},"9":{"d":"85,-256v95,-2,75,158,39,210v-18,26,-45,47,-85,50r0,-33v45,-8,69,-39,77,-84v-40,40,-109,1,-104,-61v4,-49,25,-81,73,-82xm83,-130v26,0,36,-19,36,-47v0,-25,-11,-45,-36,-45v-26,0,-37,21,-37,47v0,25,12,45,37,45","w":168},":":{"d":"42,-193v13,0,25,12,25,26v0,14,-12,25,-25,25v-13,0,-25,-11,-25,-25v0,-14,12,-26,25,-26xm42,-47v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,12,-26,25,-26","w":83},";":{"d":"42,-193v13,0,25,12,25,26v0,14,-12,25,-25,25v-13,0,-25,-11,-25,-25v0,-14,12,-26,25,-26xm40,41r-24,0r5,-86r43,0","w":83},"<":{"d":"13,-108r0,-32r87,-75r0,43r-56,48r56,48r0,44","w":116},"=":{"d":"23,-148r0,-34r134,0r0,34r-134,0xm23,-66r0,-34r134,0r0,34r-134,0","w":180},">":{"d":"17,-32r0,-44r56,-47r-56,-49r0,-43r86,75r0,32","w":116},"?":{"d":"6,-222v37,-55,167,-41,139,51v-12,40,-63,39,-54,98r-37,0v-2,-44,9,-67,37,-82v30,-16,28,-67,-11,-65v-24,1,-36,11,-51,25xm74,-45v13,0,24,11,24,24v0,13,-11,25,-24,25v-14,0,-25,-11,-25,-25v0,-13,12,-24,25,-24","w":162},"@":{"d":"116,-256v69,0,100,55,100,126v0,40,-6,75,-42,75v-15,0,-24,-11,-29,-22v-18,36,-84,22,-78,-28v-5,-42,44,-56,71,-36v1,-24,-1,-42,-25,-40v-10,0,-19,3,-27,9r-8,-18v27,-21,87,-15,81,31v4,30,-12,79,17,84v21,-3,21,-27,21,-55v0,-60,-23,-105,-81,-105v-59,0,-77,50,-79,109v-3,73,46,130,115,102r7,16v-78,40,-147,-32,-143,-118v4,-72,30,-130,100,-130xm89,-105v-4,35,42,34,49,9r0,-23v-11,-16,-53,-17,-49,14","w":232},"A":{"d":"130,0r-14,-67r-55,0r-15,67r-37,0r62,-252r36,0r62,252r-39,0xm108,-100r-20,-98v-5,34,-14,65,-20,98r40,0","w":177},"B":{"d":"129,-133v21,8,34,29,34,57v1,47,-27,76,-71,76r-67,0r0,-252v69,-2,136,-4,133,67v-1,23,-11,45,-29,52xm60,-149v34,2,62,-1,62,-35v0,-35,-28,-36,-62,-34r0,69xm60,-34v39,2,67,-1,67,-42v0,-37,-29,-42,-67,-40r0,82","w":178},"C":{"d":"157,-60v-8,36,-24,64,-67,64v-62,0,-73,-65,-74,-130v-1,-73,25,-149,103,-125v24,8,33,31,38,57r-36,9v-5,-21,-8,-37,-31,-35v-37,3,-37,53,-37,94v0,42,2,89,40,94v21,-2,26,-16,32,-38","w":172},"D":{"d":"86,-252v64,3,80,57,80,125v0,67,-16,124,-80,127r-61,0r0,-252r61,0xm60,-35v62,10,70,-40,70,-92v0,-52,-7,-100,-70,-90r0,182","w":182},"E":{"d":"25,0r0,-252r119,0r0,34r-84,0r0,68r55,0r0,33r-55,0r0,83r88,0r0,34r-123,0","w":160},"F":{"d":"60,-218r0,69r55,0r0,34r-55,0r0,115r-35,0r0,-252r120,0r0,34r-85,0","w":154},"G":{"d":"163,-130v3,71,0,137,-71,134v-62,-3,-76,-66,-76,-130v0,-66,14,-130,77,-130v43,0,60,25,68,62r-36,9v-6,-22,-11,-33,-33,-35v-37,5,-39,52,-39,94v0,41,2,92,42,94v32,2,33,-29,32,-63r-28,0r0,-35r64,0","w":183},"H":{"d":"131,0r0,-117r-71,0r0,117r-35,0r0,-252r35,0r0,101r71,0r0,-101r35,0r0,252r-35,0","w":191},"I":{"d":"27,0r0,-252r35,0r0,252r-35,0","w":89},"J":{"d":"134,-72v14,78,-98,104,-122,37v-3,-8,-5,-16,-6,-26r32,-8v5,23,9,38,31,38v23,0,29,-17,29,-40r0,-181r36,0r0,180","w":157},"K":{"d":"128,0r-47,-126r-21,33r0,93r-35,0r0,-252r35,0r0,104r61,-104r40,0r-54,89r59,163r-38,0","w":173},"L":{"d":"25,0r0,-252r35,0r0,217r81,0r0,35r-116,0","w":150},"M":{"d":"161,0r0,-164r-52,171r-51,-171r0,164r-33,0r0,-252r37,0r48,160r48,-160r37,0r0,252r-34,0","w":220},"N":{"d":"138,0r-79,-176r1,176r-35,0r0,-252r35,0r72,161r0,-161r34,0r0,252r-28,0","w":191},"O":{"d":"92,-256v63,0,76,64,76,130v0,66,-14,130,-76,130v-63,0,-76,-66,-76,-130v0,-65,13,-130,76,-130xm93,-31v37,-6,39,-52,39,-95v0,-42,-3,-89,-41,-95v-38,5,-39,53,-39,95v0,43,4,88,41,95","w":184},"P":{"d":"25,-252v74,-4,140,0,138,73v-1,59,-38,82,-103,76r0,103r-35,0r0,-252xm60,-137v38,3,66,-2,66,-40v0,-38,-28,-43,-66,-40r0,80","w":172},"Q":{"d":"92,-256v96,0,90,177,49,235r13,20r-25,14r-10,-16v-73,29,-106,-50,-103,-123v3,-65,13,-130,76,-130xm121,-52v16,-48,24,-157,-29,-169v-37,7,-40,53,-40,95v0,44,5,100,48,94r-17,-26r25,-14","w":184},"R":{"d":"166,-182v0,36,-14,56,-39,66r40,116r-39,0r-38,-110r-30,0r0,110r-35,0r0,-252v73,-2,141,-5,141,70xm60,-144v38,2,70,2,70,-37v0,-38,-32,-39,-70,-37r0,74","w":183},"S":{"d":"115,-199v-12,-32,-79,-25,-61,18v20,46,91,45,91,116v0,60,-62,86,-108,58v-12,-7,-20,-18,-27,-30r27,-22v11,33,72,41,72,-4v0,-64,-93,-53,-93,-130v0,-71,98,-82,125,-29","w":159},"T":{"d":"94,-217r0,217r-36,0r0,-217r-46,0r0,-35r128,0r0,35r-46,0","w":151},"U":{"d":"165,-252v-9,99,35,256,-70,256v-107,0,-62,-156,-71,-256r35,0r0,178v1,24,10,42,36,42v26,0,35,-17,35,-42r0,-178r35,0","w":189},"V":{"d":"100,0r-26,0r-65,-252r39,0r40,180r40,-180r37,0","w":174},"W":{"d":"72,-85r26,-167r27,0r27,167r26,-167r34,0r-45,252r-27,0r-29,-158r-30,158r-26,0r-45,-252r35,0","w":222},"X":{"d":"118,0r-35,-94r-35,94r-38,0r55,-130r-51,-122r39,0r31,85r32,-85r38,0r-52,121r55,131r-39,0","w":167},"Y":{"d":"107,-113r0,113r-35,0r0,-112r-64,-140r40,0r42,105r41,-105r39,0","w":177},"Z":{"d":"15,0r0,-33r96,-187r-87,1r0,-33r123,0r0,33r-97,187r99,-1r0,33r-134,0","w":165},"[":{"d":"27,36r0,-288r72,0r0,30r-39,0r0,228r39,0r0,30r-72,0","w":117},"\\":{"d":"93,32r-95,-316r35,0r95,316r-35,0","w":126},"]":{"d":"18,36r0,-28r39,0r0,-232r-39,0r0,-28r72,0r0,288r-72,0","w":117},"^":{"d":"111,-138r-31,-72r-31,72r-38,0r55,-114r28,0r55,114r-38,0","w":159},"_":{"d":"0,61r0,-31r126,0r0,31r-126,0","w":126},"`":{"d":"77,-214r-52,-58r49,0r33,58r-30,0","w":144},"a":{"d":"25,-175v36,-27,111,-29,111,39r0,136r-34,0r0,-13v-30,36,-99,10,-91,-46v-5,-52,48,-74,91,-56v1,-25,0,-47,-25,-46v-15,0,-25,5,-37,12xm46,-60v-5,40,44,41,56,15r0,-38v-21,-13,-61,-10,-56,23","w":156},"b":{"d":"90,-193v50,0,53,47,57,100v5,69,-42,122,-92,83r0,10r-34,0r0,-244r34,-18r0,86v10,-9,17,-17,35,-17xm85,-28v24,-3,27,-29,27,-63v0,-39,-2,-65,-29,-70v-13,0,-23,9,-28,18r0,98v7,9,16,16,30,17"},"c":{"d":"135,-30v-12,19,-25,35,-55,34v-48,-1,-66,-42,-66,-98v0,-87,78,-132,121,-66r-25,22v-9,-13,-13,-22,-30,-22v-28,0,-31,32,-31,66v0,32,5,65,32,65v16,0,20,-9,29,-21","w":147},"d":{"d":"14,-96v-4,-68,42,-122,92,-83r0,-65r35,-18r0,262r-35,0r0,-13v-10,9,-17,17,-35,17v-49,0,-54,-47,-57,-100xm78,-28v13,0,23,-9,28,-18r0,-98v-7,-10,-16,-16,-30,-17v-24,3,-27,29,-27,63v0,39,2,65,29,70"},"e":{"d":"81,-193v54,0,68,50,67,110r-99,0v-5,48,41,70,69,40r22,22v-12,13,-31,26,-56,25v-52,-2,-70,-44,-70,-98v0,-55,16,-99,67,-99xm113,-113v0,-24,-11,-47,-32,-48v-18,0,-29,16,-32,48r64,0","w":162},"f":{"d":"29,-189v-9,-55,21,-83,71,-69r0,29v-17,-4,-36,-4,-36,18r0,22r31,0r0,32r-31,0r0,157r-35,0r0,-157r-19,0r0,-32r19,0","w":104},"g":{"d":"14,-96v-4,-68,42,-122,92,-83r0,-10r35,0v-2,69,8,147,-4,208v-6,33,-34,47,-73,50r-10,-27v33,-4,55,-15,52,-55v-10,9,-17,17,-35,17v-49,0,-54,-47,-57,-100xm78,-28v13,0,23,-9,28,-18r0,-98v-7,-10,-16,-16,-30,-17v-24,3,-27,29,-27,63v0,39,2,65,29,70"},"h":{"d":"92,-193v78,1,40,122,49,193r-34,0r0,-116v-2,-26,-2,-44,-24,-44v-14,0,-22,7,-28,17r0,143r-34,0r0,-244r34,-18r0,86v8,-10,20,-17,37,-17","w":160},"i":{"d":"40,-261v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-12,10,-21,22,-21xm22,0r0,-189r35,0r0,189r-35,0","w":79},"j":{"d":"40,-261v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-12,10,-21,22,-21xm-15,41v28,-5,36,-16,37,-46r0,-184r35,0v-2,70,7,150,-4,213v-5,29,-27,41,-59,45","w":79},"k":{"d":"105,0r-31,-88r-19,30r0,58r-34,0r0,-244r34,-18r-1,154r44,-81r40,0r-41,66r46,123r-38,0","w":152},"l":{"d":"22,0r0,-244r35,-18r0,262r-35,0","w":79},"m":{"d":"173,-193v76,0,38,122,47,193r-35,0r0,-116v-2,-26,3,-42,-19,-44v-14,0,-23,7,-28,17r0,143r-35,0r0,-116v-1,-26,3,-43,-20,-44v-14,0,-22,7,-28,17r0,143r-34,0r0,-189r34,0r0,13v13,-23,63,-22,74,3v11,-14,23,-20,44,-20","w":239},"n":{"d":"92,-193v78,1,40,122,49,193r-34,0r0,-116v-2,-26,-2,-44,-24,-44v-14,0,-22,7,-28,17r0,143r-34,0r0,-189r34,0r0,13v8,-10,20,-17,37,-17","w":160},"o":{"d":"82,-193v52,0,67,43,68,98v1,58,-21,99,-69,99v-51,0,-66,-43,-67,-98v-1,-58,19,-99,68,-99xm82,-29v46,0,47,-129,0,-131v-22,0,-33,22,-33,66v0,43,11,65,33,65","w":164},"p":{"d":"90,-193v50,0,53,47,57,100v5,69,-42,122,-92,83r0,61r-34,18r0,-258r34,0r0,13v10,-9,17,-17,35,-17xm85,-28v24,-3,27,-29,27,-63v0,-39,-2,-65,-29,-70v-13,0,-23,9,-28,18r0,98v7,9,16,16,30,17"},"q":{"d":"14,-96v-4,-68,42,-122,92,-83r0,-10r35,0r0,240r-35,18r0,-82v-10,9,-17,17,-35,17v-49,0,-54,-47,-57,-100xm78,-28v13,0,23,-9,28,-18r0,-98v-7,-10,-16,-16,-30,-17v-24,3,-27,29,-27,63v0,39,2,65,29,70"},"r":{"d":"55,-176v9,-16,42,-23,59,-10r-8,34v-15,-9,-44,-8,-51,9r0,143r-34,0r0,-189r34,0r0,13","w":120},"s":{"d":"51,-144v11,43,75,34,75,92v0,63,-80,69,-116,36r13,-29v26,18,62,27,69,-4v-11,-44,-76,-33,-76,-91v0,-58,72,-65,106,-35r-14,29v-10,-6,-25,-14,-39,-14v-12,-1,-18,5,-18,16","w":140},"t":{"d":"63,-48v-4,25,26,22,36,11v-1,24,-5,44,-35,41v-60,-6,-28,-104,-36,-161r-20,0r0,-32r20,0r0,-55r35,-18r0,73r36,0r0,32r-36,0r0,109","w":114},"u":{"d":"77,-29v14,0,23,-7,28,-17r0,-143r35,0r0,189r-35,0r0,-13v-8,9,-20,17,-36,17v-78,-1,-42,-121,-50,-193r35,0r0,116v1,26,1,43,23,44","w":160},"v":{"d":"95,0r-40,0r-47,-189r35,0r33,149r31,-149r36,0","w":149},"w":{"d":"167,0r-32,0r-28,-138r-28,138r-32,0r-38,-189r33,0r22,136r28,-136r31,0r29,136r21,-136r33,0","w":214},"x":{"d":"110,0r-30,-72r-31,72r-39,0r48,-99r-44,-90r39,0r26,64r27,-64r39,0r-44,90r48,99r-39,0","w":158},"y":{"d":"74,67r-34,0r20,-67r-52,-189r37,0r33,141r34,-141r36,0","w":156},"z":{"d":"13,0r0,-30r81,-127r-75,0r0,-32r111,0r0,29r-79,128r79,0r0,32r-117,0","w":146},"{":{"d":"111,40v-63,3,-72,-37,-72,-101v0,-24,-5,-33,-28,-32r0,-30v60,5,-4,-112,64,-128v9,-3,21,-5,36,-5r0,25v-67,-3,-12,113,-66,123v54,8,-2,126,66,122r0,26","w":124},"|":{"d":"28,67r0,-355r32,0r0,355r-32,0","w":88},"}":{"d":"86,-180v1,28,-6,62,27,57r0,30v-59,-5,4,111,-64,128v-9,3,-21,5,-36,5r0,-26v69,5,11,-114,67,-122v-55,-8,0,-126,-67,-123r0,-25v54,-1,73,25,73,76","w":124},"~":{"d":"187,-153v-11,28,-22,50,-55,51v-28,1,-42,-23,-64,-27v-18,2,-17,13,-27,28r-26,-13v11,-28,22,-49,55,-51v25,-2,48,27,64,26v18,0,19,-15,27,-27","w":202},"\u00a0":{"w":79}}});
