/*
 * 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.
 * 
 * Manufacturer:
 * Tom Burns
 * 
 * Designer:
 * Tom Burns
 */
Cufon.registerFont({"w":572,"face":{"font-family":"Toonish","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"750","descent":"-250","x-height":"17","cap-height":"7","bbox":"-119 -827 790 137","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+007A"},"glyphs":{" ":{"w":164},"\u00a0":{"w":164},"E":{"d":"18,-751r461,-17r0,180r-262,20r12,86r182,-8r11,184r-177,13r6,99r258,-4r2,196r-478,9r-15,-758r0,0","w":524},"F":{"d":"259,3r-225,6r-16,-770r464,-10r4,176r-259,18r4,94r188,-10r12,184r-188,13r16,299r0,0","w":496},"G":{"d":"322,-556v-11,-16,-23,-25,-35,-28v-12,-3,-24,-2,-35,4v-11,6,-22,14,-31,26v-9,12,-17,25,-22,39v-4,11,-7,30,-11,55v-4,25,-6,52,-6,82v0,30,3,58,8,87v5,29,15,52,29,71v13,17,25,28,37,35v12,7,22,10,33,9v11,-1,20,-4,29,-10v9,-6,16,-13,22,-21v6,-8,11,-16,14,-25v3,-9,4,-16,3,-23r-82,-4r6,-166r251,0v4,24,6,49,8,77v2,28,2,56,0,84v-2,28,-7,57,-14,84v-7,27,-17,52,-30,76v-13,24,-31,46,-52,64v-21,18,-47,32,-78,42v-43,14,-84,17,-124,10v-40,-7,-75,-24,-107,-49v-32,-25,-59,-59,-81,-101v-22,-42,-36,-90,-43,-144v-7,-55,-9,-107,-4,-158v5,-51,16,-97,33,-139v17,-42,40,-79,69,-110v29,-31,65,-55,107,-71v27,-10,51,-15,74,-16v23,-1,44,2,63,8v19,6,36,13,51,23v15,10,28,21,40,33v27,28,49,63,66,106","w":552},"H":{"d":"12,-751r209,-16r-3,303r126,-5r-3,-279r208,-13r-8,755r-187,10r-2,-301r-138,10r4,294r-195,4r-11,-762r0,0","w":564},"I":{"d":"41,-759r198,-6r-9,772r-177,-3r-12,-763r0,0","w":270},"J":{"d":"315,-769r172,11r6,444v1,65,-8,122,-25,171v-7,21,-18,42,-30,61v-12,19,-27,36,-46,50v-19,14,-42,25,-68,32v-26,7,-58,8,-93,4v-34,-4,-63,-12,-87,-24v-24,-12,-45,-27,-62,-44v-17,-17,-30,-35,-40,-55v-10,-20,-17,-40,-22,-61v-12,-48,-14,-102,-7,-161r174,16v-3,27,-2,50,1,71v1,9,3,18,6,26v3,8,7,15,12,22v5,7,12,12,19,16v7,4,16,6,27,6v15,2,27,-3,38,-16v9,-11,17,-30,24,-58v7,-28,9,-70,6,-126","w":508},"K":{"d":"26,-776r179,15r-9,234r201,-271r150,103r-182,243r202,399r-172,60r-156,-327r-34,42r-6,293r-185,7r12,-798r0,0","w":568},"L":{"d":"18,-764r206,10r15,553r237,-6r-2,208r-432,8r-24,-773r0,0","w":479},"M":{"d":"10,0r62,-773r199,21r63,324r69,-329r182,-10r91,762r-195,22r-19,-375r-57,231r-132,15r-65,-245r-9,357r-189,0r0,0","w":679},"N":{"d":"46,19r-40,-767r224,-19r150,428r-17,-424r175,-1r24,756r-217,22r-144,-385r26,388r-181,2r0,0"},"O":{"d":"522,-465v9,55,11,104,7,149v-4,45,-13,86,-25,122v-12,36,-27,66,-46,92v-19,26,-38,48,-59,66v-21,18,-41,31,-61,40v-20,9,-39,13,-55,13r-17,0v-21,0,-42,-4,-64,-11v-25,-7,-51,-20,-76,-36v-25,-16,-48,-40,-68,-72v-20,-32,-36,-71,-48,-120v-12,-49,-16,-110,-13,-182v2,-47,7,-88,15,-124v8,-36,20,-66,32,-92v12,-26,26,-48,41,-65v15,-17,31,-32,47,-43v37,-26,78,-40,123,-42r11,0v44,0,85,15,122,44v37,29,68,69,91,119v7,15,13,30,18,43v5,13,8,25,11,35v3,10,6,19,7,25v2,10,2,9,2,9r3,15v0,0,1,10,2,15xm369,-372v1,-35,-1,-64,-5,-88v-4,-24,-10,-44,-18,-59v-8,-15,-16,-27,-26,-35v-10,-8,-19,-14,-28,-17v-8,-4,-16,-6,-24,-6v-3,0,-5,0,-7,1v-9,0,-19,5,-31,14v-12,9,-24,23,-35,42v-11,19,-19,44,-25,73v-6,29,-5,64,0,104r0,7v0,2,0,4,1,6v1,5,2,11,3,17v1,5,3,11,4,17v1,6,4,14,7,21v9,24,21,43,35,58v14,15,29,22,46,22r4,0v17,-1,33,-7,47,-20v12,-11,23,-28,33,-52v10,-24,17,-59,19,-105","w":543},"P":{"d":"514,-589v2,11,4,26,4,43v0,17,-2,35,-7,54v-5,19,-13,38,-25,57v-12,19,-28,37,-50,53v-22,16,-52,30,-87,41v-35,11,-79,18,-130,20r10,325r-203,6r-15,-763r103,-6v30,-1,63,-2,98,-3v35,-1,68,-2,100,-2v31,0,59,6,83,18v24,12,44,26,61,44v17,18,30,38,40,58v10,20,15,38,18,55xm205,-486v47,0,81,-6,103,-16v22,-10,36,-21,42,-34v6,-13,6,-26,0,-38v-6,-12,-14,-19,-24,-21v-9,-3,-21,-4,-36,-4v-15,0,-30,1,-43,2v-17,1,-33,3,-50,5","w":519},"Q":{"d":"443,32r-47,-56v-17,14,-34,24,-50,31v-16,7,-32,12,-45,15v-15,3,-30,5,-43,4r-11,-1v-43,-1,-82,-18,-117,-49v-35,-31,-62,-71,-83,-122v-13,-31,-23,-58,-27,-80v-4,-22,-6,-33,-6,-34v-1,-5,-2,-11,-3,-16v-1,-5,-1,-10,-1,-15v-7,-55,-7,-104,-1,-149v6,-45,16,-86,29,-121v13,-35,29,-66,48,-92v19,-26,39,-47,60,-64v21,-17,41,-29,61,-37v20,-8,38,-12,53,-11r17,1v21,1,42,5,62,13v24,8,48,21,72,39v24,18,45,42,63,75v18,33,32,73,42,123v10,50,12,111,7,183v-5,59,-14,110,-29,151r80,86xm269,-179r-56,-68r123,-104r33,35v5,-27,6,-59,3,-95r0,-12v0,-5,-1,-11,-2,-18v-2,-11,-5,-24,-9,-39v-9,-25,-19,-45,-33,-60v-14,-15,-29,-23,-44,-24r-5,0v-17,0,-33,6,-47,18v-12,11,-24,28,-35,52v-11,24,-19,58,-22,104v-3,35,-2,66,1,90v3,24,9,44,16,60v7,16,15,28,24,36v9,8,18,14,27,18v7,5,15,7,24,7r2,0"},"R":{"d":"429,35r-172,-354v-7,1,-13,1,-19,1v-6,0,-13,1,-20,1r-5,311r-203,11r19,-763v34,-1,68,-2,103,-2v30,0,63,0,98,1r100,3v31,1,59,9,82,22v23,13,43,28,59,46v16,18,28,39,37,60v9,21,14,39,16,56v1,11,2,25,1,42v-1,17,-4,35,-9,54v-5,19,-14,37,-27,56v-13,19,-30,37,-53,52r170,321xm214,-487v45,5,79,4,100,-5v21,-9,34,-19,39,-32v5,-13,5,-26,-1,-39v-6,-13,-15,-21,-24,-24v-9,-3,-20,-6,-33,-7v-13,-1,-25,-2,-36,-3v-13,-1,-27,-1,-42,0","w":569},"S":{"d":"353,-552v-19,-19,-41,-34,-64,-42v-23,-8,-45,-11,-65,-10v-20,1,-36,7,-50,17v-14,10,-21,24,-20,41v0,7,2,14,7,20v5,6,11,12,18,18v7,6,16,12,25,16v9,4,19,8,29,12v23,9,49,16,78,23v52,17,93,39,125,66v32,27,55,57,70,88v15,31,21,63,20,96v-1,33,-10,63,-24,91v-14,28,-34,53,-60,74v-26,21,-55,36,-89,44v-39,9,-74,13,-105,11v-31,-2,-59,-7,-83,-17v-24,-10,-45,-22,-63,-37v-18,-15,-33,-31,-46,-48v-30,-40,-51,-88,-63,-144r159,-44v3,13,9,27,19,43v10,16,23,29,37,41v14,12,30,20,48,25v18,5,37,3,56,-6v19,-9,28,-20,29,-34v1,-14,-3,-27,-13,-40v-10,-13,-23,-25,-39,-36v-16,-11,-31,-19,-46,-23v-15,-4,-33,-10,-54,-17v-21,-7,-43,-16,-65,-28v-22,-12,-44,-28,-64,-47v-20,-19,-36,-42,-47,-70v-11,-28,-16,-59,-14,-92v2,-33,11,-65,28,-95v17,-30,41,-54,74,-75v33,-21,75,-32,126,-34v25,-1,48,-1,69,3v21,4,40,10,56,16v16,6,31,13,44,22v13,9,24,18,33,27v22,22,39,47,51,76","w":524},"T":{"d":"-45,-773r569,8r-5,185r-179,0r-7,590r-185,7r12,-599r-196,2r-9,-193r0,0","w":519},"U":{"d":"40,-761r197,5v-5,67,-9,130,-12,189r-4,77v-1,26,-2,50,-3,74v-1,24,-2,46,-3,66v-1,20,-1,36,-1,49v0,33,6,58,20,74v14,16,29,25,46,28v17,3,34,-1,49,-11v15,-10,25,-23,28,-41v3,-15,4,-35,5,-57v1,-22,2,-46,2,-72v0,-26,1,-54,0,-82r-2,-83v-3,-64,-6,-131,-10,-202r185,-8v6,89,10,174,13,255r2,104v1,36,1,70,0,103v-1,33,-4,63,-6,91v-2,28,-5,50,-9,68v-5,22,-14,41,-25,57v-11,16,-24,30,-38,41v-14,11,-30,19,-46,26v-16,7,-32,12,-49,15v-39,8,-81,10,-128,7v-46,-2,-87,-13,-123,-33v-15,-8,-30,-18,-44,-31v-14,-13,-27,-29,-38,-48v-11,-19,-20,-42,-27,-68v-7,-26,-9,-56,-8,-90","w":559},"V":{"d":"-8,-768r207,8r65,494r94,-494r203,7r-193,762r-215,10r-161,-787r0,0","w":553},"W":{"d":"-17,-754r184,-12r18,383r80,-305r137,5r68,326r25,-406r171,11r-89,754r-213,15r-43,-337r-65,327r-190,-10r-83,-751r0,0","w":670},"X":{"d":"447,34v-10,-19,-22,-42,-37,-68r-48,-81r-66,-110r-168,257r-168,-104r217,-303r-89,-133r-105,-156r166,-104r154,234r177,-235r136,86r-207,301r199,292","w":609},"Y":{"d":"-119,-655r161,-107r142,193r152,-216r133,94r-190,278r11,416r-193,13r-1,-419r-215,-252r0,0","w":461},"Z":{"d":"38,-760r477,8r9,180r-336,384r368,-18r-10,192r-521,34r-16,-262r286,-329r-280,-2r23,-187r0,0","w":559},"D":{"d":"18,-754v76,-11,147,-12,214,-2v67,10,125,33,173,68v48,35,85,83,109,145v24,62,32,139,23,231v-5,50,-16,94,-33,130v-17,36,-38,67,-62,92v-24,25,-51,45,-80,60v-29,15,-59,26,-89,34v-71,19,-149,24,-234,15xm231,-196v24,-5,45,-15,64,-29v16,-12,31,-29,44,-52v13,-23,20,-54,20,-93v0,-30,-4,-57,-12,-81v-8,-24,-19,-45,-33,-61v-14,-16,-30,-28,-48,-37v-18,-9,-38,-13,-59,-13","w":552},"0":{"d":"12,-287v-9,-55,-11,-104,-7,-149v4,-45,13,-86,25,-122v12,-36,27,-66,46,-92v19,-26,38,-48,59,-66v21,-18,41,-31,61,-40v20,-9,39,-13,55,-13r17,0v21,0,42,4,64,11v25,7,50,20,76,36v26,16,48,40,68,72v20,32,36,71,48,120v12,49,16,110,13,182v-2,47,-7,89,-15,124v-8,35,-19,66,-32,92v-13,26,-27,48,-42,66v-15,18,-30,31,-46,42v-37,27,-78,41,-123,42r-11,0v-44,0,-85,-15,-122,-44v-37,-29,-68,-69,-91,-119v-7,-15,-13,-29,-18,-43v-5,-14,-8,-25,-11,-35v-3,-10,-6,-19,-7,-25v-2,-10,-2,-9,-2,-9r-3,-15v0,0,-1,-10,-2,-15xm175,-390v-1,35,1,64,5,88v4,24,10,44,18,59v8,15,16,27,26,35v10,8,19,14,28,17v8,4,16,6,24,6v3,0,5,0,7,-1v9,0,19,-5,31,-14v12,-9,24,-23,35,-42v11,-19,19,-44,24,-73v5,-29,6,-64,1,-104r0,-7v0,-2,0,-4,-1,-6v-1,-5,-2,-11,-3,-17v-2,-8,-2,-7,-4,-17v-2,-6,-4,-14,-7,-21v-9,-24,-21,-43,-35,-58v-14,-15,-29,-22,-46,-22r-4,0v-17,1,-33,8,-47,20v-12,11,-23,29,-34,53v-11,24,-17,59,-18,104","w":551},"1":{"d":"-9,-668r144,-106r180,11r-5,774r-191,11r1,-579r-72,20r-57,-131r0,0","w":384},"2":{"d":"10,-581v11,-34,25,-64,43,-91v8,-11,17,-23,27,-34v10,-11,21,-21,34,-30v13,-9,28,-18,44,-24v16,-6,34,-10,53,-12v25,-2,52,1,80,8v28,7,53,18,77,34v24,16,44,36,61,60v17,24,26,53,29,85v3,32,-2,67,-16,107v-14,40,-38,83,-74,129r-155,177r275,-6r-21,175r-454,13r-9,-188r191,-227v25,-26,45,-50,60,-73v6,-10,11,-20,16,-30v5,-10,8,-20,9,-30v1,-10,-1,-18,-4,-26v-3,-8,-10,-16,-20,-22v-11,-7,-22,-8,-32,-4v-10,4,-19,10,-28,19v-9,9,-16,20,-24,33r-22,36","w":490},"3":{"d":"418,-402v39,31,66,62,82,96v16,34,24,67,23,99v-1,32,-10,63,-26,91v-16,28,-37,52,-63,72v-26,20,-56,36,-89,46v-33,10,-67,14,-102,10v-23,-3,-45,-7,-64,-14v-19,-7,-37,-15,-53,-24v-16,-9,-31,-19,-44,-30v-13,-11,-25,-21,-35,-32v-23,-25,-42,-53,-57,-84r161,-91v9,11,19,23,31,36v12,13,23,24,36,33v13,9,26,15,40,18v14,3,27,0,40,-8v13,-8,21,-18,25,-30v4,-12,5,-23,2,-35v-3,-12,-8,-24,-17,-35v-9,-11,-19,-19,-32,-26v-11,-7,-24,-12,-36,-14v-12,-2,-23,-4,-34,-4v-12,0,-24,1,-37,3r-13,-135v27,3,50,2,69,-4v19,-6,34,-13,45,-20v13,-9,24,-19,33,-32v7,-15,11,-28,11,-38v0,-10,-9,-21,-25,-30v-13,-7,-25,-8,-37,-4v-12,4,-23,9,-34,18v-11,9,-22,20,-31,32v-9,12,-18,24,-25,35r-136,-108v13,-25,29,-48,48,-69v17,-18,38,-35,64,-52v26,-17,57,-28,94,-33v28,-4,57,-3,86,3v29,6,56,17,80,32v24,15,45,34,62,56v17,22,27,48,32,76v5,28,1,60,-10,93v-11,33,-32,68,-64,103","w":527},"4":{"d":"573,-273r-125,21r-3,265r-189,0r6,-238r-226,30r-30,-203r272,-363r143,-9r0,0r38,-2r0,355r96,-8xm240,-405r50,-7r0,-109r-87,120"},"5":{"d":"460,-572r-250,-9r-10,76v19,0,40,2,62,5v19,3,39,8,62,15v23,7,46,16,69,29v15,8,29,21,43,39v14,18,26,39,35,63v9,24,15,49,18,77v3,28,1,56,-5,85v-6,29,-17,56,-34,84v-17,28,-40,53,-70,76v-23,17,-46,30,-70,37v-24,7,-47,11,-71,11v-24,0,-47,-2,-70,-7v-23,-5,-44,-12,-65,-20v-48,-19,-95,-46,-141,-82r93,-188v9,13,21,25,38,35v17,10,35,19,55,26v20,7,40,12,61,15v21,3,40,3,56,0v16,-3,29,-9,38,-19v9,-10,13,-23,10,-40v-2,-13,-8,-24,-18,-33v-10,-9,-22,-17,-36,-23v-14,-6,-30,-12,-47,-15v-17,-3,-35,-6,-53,-8v-42,-4,-89,-4,-141,0r41,-419r417,14","w":495},"6":{"d":"427,-428v24,17,43,35,56,54v13,19,23,38,29,57v6,19,8,39,8,57v0,18,-2,34,-5,50v-3,16,-7,30,-12,42v-5,12,-9,22,-12,28v-14,27,-30,50,-47,70v-17,20,-35,37,-53,50v-18,13,-36,22,-53,29v-17,7,-32,10,-46,10r-17,0v-21,0,-42,-4,-64,-11v-25,-7,-51,-20,-76,-36v-25,-16,-48,-40,-68,-72v-20,-32,-35,-71,-47,-120v-12,-49,-17,-110,-14,-182v2,-47,8,-88,16,-124v8,-36,18,-66,30,-92v12,-26,27,-48,42,-65v15,-17,31,-32,47,-43v37,-26,78,-40,123,-42r11,0v43,0,83,14,119,41v36,27,66,65,89,112r-138,81v-7,-10,-15,-18,-22,-23v-7,-5,-15,-9,-22,-12v-8,-4,-16,-6,-24,-6v-3,0,-5,0,-7,1v-7,0,-16,2,-25,8v-9,6,-18,14,-27,26v-9,12,-18,26,-25,44v-7,18,-12,39,-15,63v6,-5,17,-11,32,-19v15,-8,33,-14,55,-18v22,-4,47,-3,74,2v27,5,57,18,88,40xm362,-244v3,-19,1,-35,-6,-48v-7,-13,-17,-22,-30,-29v-13,-7,-26,-10,-42,-11v-16,-1,-31,2,-44,7v-13,5,-24,14,-32,25v-8,11,-11,25,-9,42v3,25,14,46,32,63v18,17,36,27,53,32v7,1,14,1,22,-1v8,-2,16,-6,23,-12v7,-6,13,-15,19,-26v6,-11,11,-25,14,-42","w":522},"9":{"d":"74,-328v-22,-18,-39,-36,-51,-56v-12,-20,-20,-40,-25,-59v-5,-19,-7,-39,-6,-57v1,-18,4,-34,8,-50v4,-16,9,-30,14,-42v5,-12,10,-20,14,-26v15,-25,32,-47,50,-66v18,-19,36,-34,54,-46v18,-12,37,-20,54,-26v17,-6,32,-9,45,-8r17,1v11,1,22,2,32,5v10,3,20,6,30,10v24,9,48,22,72,40v24,18,44,42,62,74v18,32,31,74,40,123v9,49,10,110,3,181v-5,47,-13,87,-23,122v-10,35,-22,65,-36,90v-14,25,-28,45,-44,62v-16,17,-31,30,-47,40v-37,24,-78,35,-122,34r-11,0v-42,-3,-80,-19,-114,-48v-34,-29,-60,-67,-81,-116r139,-72v7,10,13,18,20,24v7,6,14,10,21,13v7,4,15,6,24,7v3,0,5,0,7,-1v7,1,15,-2,24,-7v9,-5,19,-13,28,-24v9,-11,18,-25,26,-42v8,-17,15,-37,19,-61v-6,4,-17,10,-32,17v-15,7,-34,12,-55,15v-21,3,-45,1,-72,-6v-27,-7,-55,-22,-84,-45xm276,-440v18,-9,30,-20,36,-34v6,-14,9,-28,7,-43v-2,-15,-8,-29,-17,-42v-9,-13,-20,-23,-33,-31v-13,-8,-27,-12,-41,-12v-14,0,-28,7,-41,19v-9,9,-16,20,-21,31v-5,11,-8,22,-10,34v-2,12,-2,24,-1,35v1,11,4,21,7,29v3,7,8,13,14,18v6,5,14,10,24,12v10,2,22,2,34,0v12,-2,26,-7,42,-16","w":490},"7":{"d":"12,-737r446,-11r12,213r-100,207r-39,88v0,0,-24,61,-35,90v-11,29,-21,57,-29,84v-8,27,-14,52,-17,73r-185,-11v11,-53,26,-110,45,-171v17,-52,38,-112,66,-179v28,-67,64,-137,107,-210r-284,6","w":485},"8":{"d":"506,-216v2,15,-1,34,-8,57v-7,23,-19,47,-36,71v-17,24,-41,44,-70,64v-29,20,-64,33,-106,39v-41,7,-78,5,-108,-5v-30,-10,-55,-22,-74,-37v-23,-17,-42,-38,-57,-61v-15,-21,-26,-43,-33,-68v-7,-25,-9,-50,-6,-76v3,-26,12,-54,26,-81v14,-27,36,-54,64,-79v-29,-33,-49,-66,-60,-97v-11,-31,-14,-61,-12,-88v2,-27,10,-53,23,-75v13,-22,30,-41,50,-57v17,-13,35,-25,55,-33v20,-8,40,-13,61,-14v19,-3,38,-4,58,-3v20,1,41,6,63,13v10,3,20,8,29,12v9,4,19,9,28,16v22,15,41,32,56,54v15,22,25,46,28,74v3,28,-1,58,-11,90v-10,32,-29,64,-58,99v35,29,61,59,76,91v15,32,22,63,22,94xm289,-602v-13,-6,-25,-8,-38,-7v-13,1,-23,5,-33,11v-10,6,-18,14,-23,22v-5,8,-7,16,-5,23v1,3,3,7,4,11r4,12v3,5,6,9,11,14v4,4,9,9,15,14v6,5,14,9,23,12v9,-4,18,-9,25,-14v7,-5,13,-9,18,-14v5,-5,10,-11,13,-16v6,-15,9,-29,9,-40v0,-11,-8,-20,-23,-28xm306,-171v21,-13,31,-29,30,-50r0,-1v-1,-15,-7,-28,-16,-42v-9,-14,-20,-25,-34,-34v-5,-4,-10,-7,-16,-10v-6,-3,-11,-5,-16,-6v-3,1,-6,2,-10,4v-4,2,-8,4,-11,6v-11,6,-20,14,-28,23v-8,9,-14,19,-18,29v-4,10,-6,21,-5,32v1,11,4,21,10,30v11,18,28,29,50,32v22,3,43,-2,64,-13","w":511},"\/":{"d":"-28,3r28,-35r72,-94r103,-132r119,-153r323,-416r173,131r-648,833r-84,-68r-31,-25r-27,-21v-8,-6,-15,-11,-20,-15v-8,-6,-8,-5,-8,-5","w":760},".":{"d":"68,12v-13,-3,-24,-8,-34,-17v-10,-9,-18,-19,-24,-31v-6,-12,-10,-26,-12,-41v-2,-15,0,-30,3,-46v3,-15,7,-28,15,-40v8,-12,18,-21,28,-29v10,-8,22,-13,34,-16v12,-3,24,-4,37,-1v13,3,24,9,34,17v10,8,18,19,24,31v6,12,10,25,12,39v2,14,1,29,-2,44v-3,16,-9,30,-17,42v-8,12,-16,24,-26,32v-10,8,-22,13,-34,16v-12,3,-25,3,-38,0","w":236},"!":{"d":"93,27v-14,-3,-26,-9,-37,-17v-11,-8,-20,-18,-27,-30v-7,-12,-11,-26,-13,-40v-2,-14,-2,-29,2,-44v3,-14,9,-26,18,-38v9,-12,18,-22,30,-30v12,-8,25,-13,39,-16v14,-3,28,-4,42,-1v14,3,26,9,37,17v11,8,20,18,27,30v7,12,11,25,13,39v2,14,2,28,-2,42v-3,15,-9,29,-18,41v-9,12,-18,23,-30,31v-12,8,-25,14,-39,17v-14,3,-28,2,-42,-1xm59,-248v1,1,2,-6,3,-22v1,-16,1,-37,2,-63v2,-39,2,-39,4,-89r4,-102r9,-280r218,16r-97,549v-27,-2,-52,-4,-73,-6v-9,-1,-19,-1,-27,-2v-8,-1,-15,-1,-22,-1v-7,0,-12,-1,-16,-1v-4,0,-6,0,-5,1","w":339},":":{"d":"105,-96v-13,-3,-25,-8,-35,-16v-10,-8,-19,-18,-26,-30v-7,-12,-11,-24,-14,-39v-3,-15,-3,-30,0,-46v2,-15,6,-28,13,-41v7,-13,15,-24,25,-32v10,-8,22,-14,34,-18v12,-4,24,-4,37,-1v13,3,25,7,35,15v10,8,19,18,26,29v7,11,11,25,14,39v3,14,3,28,1,43v-3,16,-8,30,-15,43v-7,13,-15,24,-25,33v-10,9,-21,15,-33,19v-12,4,-24,5,-37,2xm87,-398v-13,-2,-25,-7,-35,-15v-10,-8,-19,-17,-26,-29v-7,-12,-11,-25,-14,-40v-3,-15,-3,-30,0,-46v2,-15,6,-28,13,-41v7,-13,15,-23,25,-31v10,-8,22,-15,34,-19v12,-4,24,-5,37,-3v13,3,24,8,35,16v11,8,19,18,26,30v7,12,11,24,14,38v3,14,3,29,1,44v-2,16,-6,31,-13,44v-7,13,-16,23,-26,32v-10,9,-22,14,-34,18v-12,4,-24,5,-37,2","w":240},";":{"d":"89,-428v-13,-2,-25,-7,-35,-14v-10,-7,-20,-16,-27,-28v-7,-12,-12,-25,-15,-40v-3,-15,-4,-30,-2,-46v2,-15,6,-28,12,-41v6,-13,14,-24,24,-33v10,-9,21,-15,33,-19v12,-4,24,-5,37,-3v13,2,24,6,35,14v11,8,20,17,27,28v7,11,13,24,16,38v3,14,4,29,2,44v-2,16,-6,31,-13,44v-7,13,-15,25,-25,34v-10,9,-20,15,-32,19v-12,4,-24,5,-37,3xm143,-351v13,2,24,7,35,15v11,8,21,17,28,28v7,11,12,24,15,38v3,14,4,28,2,43v-1,3,-1,5,-1,7v0,2,-1,4,-2,7r0,1r0,1v-1,3,-2,7,-3,14v-3,8,-8,18,-14,31v-6,13,-15,27,-25,41v-10,14,-23,27,-39,41v-16,14,-35,26,-57,36r-26,-22v5,-4,11,-9,16,-16v5,-5,9,-12,13,-20v4,-8,7,-16,10,-27v-20,-9,-36,-25,-47,-47v-11,-22,-14,-48,-10,-76v1,-15,5,-28,12,-41v7,-13,15,-23,24,-32v9,-9,20,-15,32,-19v12,-4,24,-5,37,-3","w":250},"<":{"d":"23,-281r-10,-142r308,-194r70,132r-210,122r194,118r-68,128r-284,-164r0,0","w":416},">":{"d":"89,-129r-65,-124r184,-115r-199,-119r66,-128r293,188r-9,139","w":382},"=":{"d":"436,-394r-414,20r-12,-130r405,-10xm22,-174r11,-140r385,0r0,130","w":450},"-":{"d":"33,-271r11,-144r375,0r0,134r-386,10r0,0","w":459},"A":{"d":"382,-764r220,767r-212,12r-50,-228r-143,28r-40,202r-197,-2r189,-758xm231,-362r73,-12r-35,-173","w":553},"B":{"d":"354,-418v43,9,76,25,102,46v26,21,45,46,56,73v11,27,16,57,14,87v-2,30,-10,58,-22,85v-12,27,-30,50,-52,70v-22,20,-48,33,-77,40v-44,11,-87,19,-128,24v-41,5,-78,8,-110,9v-37,2,-73,2,-107,1r-26,-766v47,-6,94,-10,142,-11v48,-1,92,4,132,12v40,8,74,22,102,42v28,20,46,47,53,82v7,35,7,66,-1,91v-8,25,-17,47,-28,64v-13,20,-30,37,-50,51xm186,-498v15,-5,28,-12,40,-19v10,-6,20,-13,28,-20v8,-7,12,-16,13,-25v0,-9,-4,-16,-11,-22v-7,-6,-15,-9,-24,-12v-9,-3,-18,-6,-28,-6v-10,0,-17,1,-22,3xm207,-157v24,-1,46,-4,65,-9v17,-5,32,-11,46,-20v14,-9,20,-22,20,-39v0,-9,-4,-18,-14,-25v-10,-7,-22,-12,-36,-16v-14,-4,-29,-6,-45,-6v-16,0,-30,2,-43,7","w":536},"C":{"d":"360,-538v-19,-26,-37,-41,-54,-44v-17,-3,-33,-1,-47,8v-14,9,-26,22,-37,39v-11,17,-19,32,-25,46v-4,9,-8,22,-12,39v-4,17,-7,35,-9,55v-2,20,-3,41,-3,63v0,22,2,42,6,61v4,19,10,37,18,52v8,15,19,26,33,33v19,9,36,12,53,8v17,-4,31,-12,44,-21v15,-11,28,-25,41,-42r141,90v-6,16,-17,34,-31,53v-14,19,-32,36,-55,52v-23,16,-49,31,-79,42v-30,11,-63,16,-100,16v-43,0,-78,-10,-108,-29v-30,-19,-55,-45,-74,-76v-19,-31,-32,-67,-42,-107v-10,-40,-16,-82,-19,-123v-3,-41,0,-85,7,-133v7,-48,21,-93,40,-136v19,-43,45,-80,78,-112v33,-32,73,-53,120,-62v24,-5,46,-6,66,-5v20,1,39,5,56,10v17,5,32,12,45,21v13,9,25,18,36,27v25,22,45,49,60,81","w":516},"a":{"d":"382,-764r220,767r-212,12r-50,-228r-143,28r-40,202r-197,-2r189,-758xm231,-362r73,-12r-35,-173","w":553},"b":{"d":"354,-418v43,9,76,25,102,46v26,21,45,46,56,73v11,27,16,57,14,87v-2,30,-10,58,-22,85v-12,27,-30,50,-52,70v-22,20,-48,33,-77,40v-44,11,-87,19,-128,24v-41,5,-78,8,-110,9v-37,2,-73,2,-107,1r-26,-766v47,-6,94,-10,142,-11v48,-1,92,4,132,12v40,8,74,22,102,42v28,20,46,47,53,82v7,35,7,66,-1,91v-8,25,-17,47,-28,64v-13,20,-30,37,-50,51xm186,-498v15,-5,28,-12,40,-19v10,-6,20,-13,28,-20v8,-7,12,-16,13,-25v0,-9,-4,-16,-11,-22v-7,-6,-15,-9,-24,-12v-9,-3,-18,-6,-28,-6v-10,0,-17,1,-22,3xm207,-157v24,-1,46,-4,65,-9v17,-5,32,-11,46,-20v14,-9,20,-22,20,-39v0,-9,-4,-18,-14,-25v-10,-7,-22,-12,-36,-16v-14,-4,-29,-6,-45,-6v-16,0,-30,2,-43,7","w":536},"c":{"d":"360,-538v-19,-26,-37,-41,-54,-44v-17,-3,-33,-1,-47,8v-14,9,-26,22,-37,39v-11,17,-19,32,-25,46v-4,9,-8,22,-12,39v-4,17,-7,35,-9,55v-2,20,-3,41,-3,63v0,22,2,42,6,61v4,19,10,37,18,52v8,15,19,26,33,33v19,9,36,12,53,8v17,-4,31,-12,44,-21v15,-11,28,-25,41,-42r141,90v-6,16,-17,34,-31,53v-14,19,-32,36,-55,52v-23,16,-49,31,-79,42v-30,11,-63,16,-100,16v-43,0,-78,-10,-108,-29v-30,-19,-55,-45,-74,-76v-19,-31,-32,-67,-42,-107v-10,-40,-16,-82,-19,-123v-3,-41,0,-85,7,-133v7,-48,21,-93,40,-136v19,-43,45,-80,78,-112v33,-32,73,-53,120,-62v24,-5,46,-6,66,-5v20,1,39,5,56,10v17,5,32,12,45,21v13,9,25,18,36,27v25,22,45,49,60,81","w":516},"d":{"d":"18,-754v76,-11,147,-12,214,-2v67,10,125,33,173,68v48,35,85,83,109,145v24,62,32,139,23,231v-5,50,-16,94,-33,130v-17,36,-38,67,-62,92v-24,25,-51,45,-80,60v-29,15,-59,26,-89,34v-71,19,-149,24,-234,15xm231,-196v24,-5,45,-15,64,-29v16,-12,31,-29,44,-52v13,-23,20,-54,20,-93v0,-30,-4,-57,-12,-81v-8,-24,-19,-45,-33,-61v-14,-16,-30,-28,-48,-37v-18,-9,-38,-13,-59,-13","w":552},"e":{"d":"18,-751r461,-17r0,180r-262,20r12,86r182,-8r11,184r-177,13r6,99r258,-4r2,196r-478,9","w":524},"f":{"d":"259,3r-225,6r-16,-770r464,-10r4,176r-259,18r4,94r188,-10r12,184r-188,13","w":496},"g":{"d":"322,-556v-11,-16,-23,-25,-35,-28v-12,-3,-24,-2,-35,4v-11,6,-22,14,-31,26v-9,12,-17,25,-22,39v-4,11,-7,30,-11,55v-4,25,-6,52,-6,82v0,30,3,58,8,87v5,29,15,52,29,71v13,17,25,28,37,35v12,7,22,10,33,9v11,-1,20,-4,29,-10v9,-6,16,-13,22,-21v6,-8,11,-16,14,-25v3,-9,4,-16,3,-23r-82,-4r6,-166r251,0v4,24,6,49,8,77v2,28,2,56,0,84v-2,28,-7,57,-14,84v-7,27,-17,52,-30,76v-13,24,-31,46,-52,64v-21,18,-47,32,-78,42v-43,14,-84,17,-124,10v-40,-7,-75,-24,-107,-49v-32,-25,-59,-59,-81,-101v-22,-42,-36,-90,-43,-144v-7,-55,-9,-107,-4,-158v5,-51,16,-97,33,-139v17,-42,40,-79,69,-110v29,-31,65,-55,107,-71v27,-10,51,-15,74,-16v23,-1,44,2,63,8v19,6,36,13,51,23v15,10,28,21,40,33v27,28,49,63,66,106","w":552},"h":{"d":"12,-751r209,-16r-3,303r126,-5r-3,-279r208,-13r-8,755r-187,10r-2,-301r-138,10r4,294r-195,4","w":564},"i":{"d":"41,-759r198,-6r-9,772r-177,-3","w":270},"j":{"d":"315,-769r172,11r6,444v1,65,-8,122,-25,171v-7,21,-18,42,-30,61v-12,19,-27,36,-46,50v-19,14,-42,25,-68,32v-26,7,-58,8,-93,4v-34,-4,-63,-12,-87,-24v-24,-12,-45,-27,-62,-44v-17,-17,-30,-35,-40,-55v-10,-20,-17,-40,-22,-61v-12,-48,-14,-102,-7,-161r174,16v-3,27,-2,50,1,71v1,9,3,18,6,26v3,8,7,15,12,22v5,7,12,12,19,16v7,4,16,6,27,6v15,2,27,-3,38,-16v9,-11,17,-30,24,-58v7,-28,9,-70,6,-126","w":508},"k":{"d":"26,-776r179,15r-9,234r201,-271r150,103r-182,243r202,399r-172,60r-156,-327r-34,42r-6,293r-185,7","w":568},"l":{"d":"18,-764r206,10r15,553r237,-6r-2,208r-432,8","w":479},"m":{"d":"10,0r62,-773r199,21r63,324r69,-329r182,-10r91,762r-195,22r-19,-375r-57,231r-132,15r-65,-245r-9,357r-189,0","w":679},"n":{"d":"46,19r-40,-767r224,-19r150,428r-17,-424r175,-1r24,756r-217,22r-144,-385r26,388"},"o":{"d":"522,-465v9,55,11,104,7,149v-4,45,-13,86,-25,122v-12,36,-27,66,-46,92v-19,26,-38,48,-59,66v-21,18,-41,31,-61,40v-20,9,-39,13,-55,13r-17,0v-21,0,-42,-4,-64,-11v-25,-7,-51,-20,-76,-36v-25,-16,-48,-40,-68,-72v-20,-32,-36,-71,-48,-120v-12,-49,-16,-110,-13,-182v2,-47,7,-88,15,-124v8,-36,20,-66,32,-92v12,-26,26,-48,41,-65v15,-17,31,-32,47,-43v37,-26,78,-40,123,-42r11,0v44,0,85,15,122,44v37,29,68,69,91,119v7,15,13,30,18,43v5,13,8,25,11,35v3,10,6,19,7,25v2,10,2,9,2,9r3,15v0,0,1,10,2,15xm369,-372v1,-35,-1,-64,-5,-88v-4,-24,-10,-44,-18,-59v-8,-15,-16,-27,-26,-35v-10,-8,-19,-14,-28,-17v-8,-4,-16,-6,-24,-6v-3,0,-5,0,-7,1v-9,0,-19,5,-31,14v-12,9,-24,23,-35,42v-11,19,-19,44,-25,73v-6,29,-5,64,0,104r0,7v0,2,0,4,1,6v1,5,2,11,3,17v1,5,3,11,4,17v1,6,4,14,7,21v9,24,21,43,35,58v14,15,29,22,46,22r4,0v17,-1,33,-7,47,-20v12,-11,23,-28,33,-52v10,-24,17,-59,19,-105","w":543},"p":{"d":"514,-589v2,11,4,26,4,43v0,17,-2,35,-7,54v-5,19,-13,38,-25,57v-12,19,-28,37,-50,53v-22,16,-52,30,-87,41v-35,11,-79,18,-130,20r10,325r-203,6r-15,-763r103,-6v30,-1,63,-2,98,-3v35,-1,68,-2,100,-2v31,0,59,6,83,18v24,12,44,26,61,44v17,18,30,38,40,58v10,20,15,38,18,55xm205,-486v47,0,81,-6,103,-16v22,-10,36,-21,42,-34v6,-13,6,-26,0,-38v-6,-12,-14,-19,-24,-21v-9,-3,-21,-4,-36,-4v-15,0,-30,1,-43,2v-17,1,-33,3,-50,5","w":519},"q":{"d":"443,32r-47,-56v-17,14,-34,24,-50,31v-16,7,-32,12,-45,15v-15,3,-30,5,-43,4r-11,-1v-43,-1,-82,-18,-117,-49v-35,-31,-62,-71,-83,-122v-13,-31,-23,-58,-27,-80v-4,-22,-6,-33,-6,-34v-1,-5,-2,-11,-3,-16v-1,-5,-1,-10,-1,-15v-7,-55,-7,-104,-1,-149v6,-45,16,-86,29,-121v13,-35,29,-66,48,-92v19,-26,39,-47,60,-64v21,-17,41,-29,61,-37v20,-8,38,-12,53,-11r17,1v21,1,42,5,62,13v24,8,48,21,72,39v24,18,45,42,63,75v18,33,32,73,42,123v10,50,12,111,7,183v-5,59,-14,110,-29,151r80,86xm269,-179r-56,-68r123,-104r33,35v5,-27,6,-59,3,-95r0,-12v0,-5,-1,-11,-2,-18v-2,-11,-5,-24,-9,-39v-9,-25,-19,-45,-33,-60v-14,-15,-29,-23,-44,-24r-5,0v-17,0,-33,6,-47,18v-12,11,-24,28,-35,52v-11,24,-19,58,-22,104v-3,35,-2,66,1,90v3,24,9,44,16,60v7,16,15,28,24,36v9,8,18,14,27,18v7,5,15,7,24,7r2,0"},"r":{"d":"429,35r-172,-354v-7,1,-13,1,-19,1v-6,0,-13,1,-20,1r-5,311r-203,11r19,-763v34,-1,68,-2,103,-2v30,0,63,0,98,1r100,3v31,1,59,9,82,22v23,13,43,28,59,46v16,18,28,39,37,60v9,21,14,39,16,56v1,11,2,25,1,42v-1,17,-4,35,-9,54v-5,19,-14,37,-27,56v-13,19,-30,37,-53,52r170,321xm214,-487v45,5,79,4,100,-5v21,-9,34,-19,39,-32v5,-13,5,-26,-1,-39v-6,-13,-15,-21,-24,-24v-9,-3,-20,-6,-33,-7v-13,-1,-25,-2,-36,-3v-13,-1,-27,-1,-42,0","w":569},"s":{"d":"353,-552v-19,-19,-41,-34,-64,-42v-23,-8,-45,-11,-65,-10v-20,1,-36,7,-50,17v-14,10,-21,24,-20,41v0,7,2,14,7,20v5,6,11,12,18,18v7,6,16,12,25,16v9,4,19,8,29,12v23,9,49,16,78,23v52,17,93,39,125,66v32,27,55,57,70,88v15,31,21,63,20,96v-1,33,-10,63,-24,91v-14,28,-34,53,-60,74v-26,21,-55,36,-89,44v-39,9,-74,13,-105,11v-31,-2,-59,-7,-83,-17v-24,-10,-45,-22,-63,-37v-18,-15,-33,-31,-46,-48v-30,-40,-51,-88,-63,-144r159,-44v3,13,9,27,19,43v10,16,23,29,37,41v14,12,30,20,48,25v18,5,37,3,56,-6v19,-9,28,-20,29,-34v1,-14,-3,-27,-13,-40v-10,-13,-23,-25,-39,-36v-16,-11,-31,-19,-46,-23v-15,-4,-33,-10,-54,-17v-21,-7,-43,-16,-65,-28v-22,-12,-44,-28,-64,-47v-20,-19,-36,-42,-47,-70v-11,-28,-16,-59,-14,-92v2,-33,11,-65,28,-95v17,-30,41,-54,74,-75v33,-21,75,-32,126,-34v25,-1,48,-1,69,3v21,4,40,10,56,16v16,6,31,13,44,22v13,9,24,18,33,27v22,22,39,47,51,76","w":524},"t":{"d":"-45,-773r569,8r-5,185r-179,0r-7,590r-185,7r12,-599r-196,2","w":519},"u":{"d":"40,-761r197,5v-5,67,-9,130,-12,189r-4,77v-1,26,-2,50,-3,74v-1,24,-2,46,-3,66v-1,20,-1,36,-1,49v0,33,6,58,20,74v14,16,29,25,46,28v17,3,34,-1,49,-11v15,-10,25,-23,28,-41v3,-15,4,-35,5,-57v1,-22,2,-46,2,-72v0,-26,1,-54,0,-82r-2,-83v-3,-64,-6,-131,-10,-202r185,-8v6,89,10,174,13,255r2,104v1,36,1,70,0,103v-1,33,-4,63,-6,91v-2,28,-5,50,-9,68v-5,22,-14,41,-25,57v-11,16,-24,30,-38,41v-14,11,-30,19,-46,26v-16,7,-32,12,-49,15v-39,8,-81,10,-128,7v-46,-2,-87,-13,-123,-33v-15,-8,-30,-18,-44,-31v-14,-13,-27,-29,-38,-48v-11,-19,-20,-42,-27,-68v-7,-26,-9,-56,-8,-90","w":559},"v":{"d":"-8,-768r207,8r65,494r94,-494r203,7r-193,762r-215,10","w":553},"w":{"d":"-17,-754r184,-12r18,383r80,-305r137,5r68,326r25,-406r171,11r-89,754r-213,15r-43,-337r-65,327r-190,-10","w":670},"x":{"d":"447,34v-10,-19,-22,-42,-37,-68r-48,-81r-66,-110r-168,257r-168,-104r217,-303r-89,-133r-105,-156r166,-104r154,234r177,-235r136,86r-207,301r199,292","w":609},"y":{"d":"-119,-655r161,-107r142,193r152,-216r133,94r-190,278r11,416r-193,13r-1,-419","w":461},"z":{"d":"38,-760r477,8r9,180r-336,384r368,-18r-10,192r-521,34r-16,-262r286,-329r-280,-2","w":559}}});
