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

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2009 Dave Crossland <dave@lab6.com>
 * 
 * Designer:
 * Dave Crossland
 * 
 * Vendor URL:
 * http://abattis.org
 */
Cufon.registerFont({"w":228,"face":{"font-family":"Cantarell","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"266","descent":"-94","x-height":"4","bbox":"3 -281 370 95.0561","underline-thickness":"20.3906","underline-position":"-40.957","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":98},"!":{"d":"40,-35r35,0r0,35r-35,0r0,-35xm42,-250r30,0r0,169r-30,0r0,-169","w":114},"\"":{"d":"88,-266r32,0r0,76r-32,0r0,-76xm19,-266r33,0r0,76r-33,0r0,-76","w":139},"#":{"d":"64,-250r28,0r0,69r63,0r0,-69r28,0r0,69r56,0r0,26r-56,0r0,62r56,0r0,27r-56,0r0,71r-28,0r0,-71r-63,0r0,71r-28,0r0,-71r-56,0r0,-27r56,0r0,-62r-56,0r0,-26r56,0r0,-69xm92,-155r0,62r63,0r0,-62r-63,0","w":246},"$":{"d":"75,-127v-48,-19,-31,-92,22,-91r0,-48r21,0r0,46v22,1,28,2,47,7r-7,22v-33,-8,-78,-14,-84,19v16,41,101,21,101,78v0,33,-25,49,-57,53r0,52r-21,0r0,-51v-17,0,-36,-4,-57,-13r8,-22v29,19,109,22,91,-26v-14,-15,-43,-18,-64,-26","w":210},"%":{"d":"80,-191v-1,-19,-5,-32,-23,-32v-16,0,-23,13,-23,31v0,19,6,34,23,34v15,0,24,-12,23,-33xm17,-192v0,-27,16,-48,40,-48v28,0,40,17,40,48v0,29,-14,50,-40,50v-25,0,-40,-19,-40,-50xm196,-61v0,-19,-6,-32,-23,-32v-16,0,-23,13,-23,31v0,19,5,34,23,34v16,0,23,-13,23,-33xm133,-62v0,-27,16,-48,40,-48v27,0,40,19,40,48v0,28,-14,50,-40,50v-26,0,-40,-18,-40,-50xm185,-250r30,0r-170,250r-30,0","w":233},"&":{"d":"53,-197v-5,-65,130,-79,130,-10v0,38,-34,52,-55,71r61,66r57,-63r16,17r-56,63r49,53r-35,0r-34,-35v-24,22,-48,40,-92,43v-71,5,-75,-90,-33,-120v10,-7,19,-18,28,-23v-20,-21,-33,-33,-36,-62xm129,-167v27,-8,36,-61,-8,-61v-31,0,-53,37,-26,57v9,6,14,27,26,11v4,-3,6,-6,8,-7xm74,-90v-37,37,12,95,61,64v12,-7,25,-18,34,-27r-63,-65v-14,8,-22,18,-32,28","w":279},"'":{"d":"19,-266r33,0r0,76r-33,0r0,-76","w":71},"(":{"d":"94,72v-54,-70,-75,-223,-19,-310v7,-11,11,-23,18,-34r23,12v-23,42,-47,97,-47,159v0,62,24,117,47,158","w":130},")":{"d":"61,-101v0,-63,-23,-118,-47,-159r23,-12v44,61,75,179,36,269v-12,28,-22,51,-36,75r-23,-15v24,-41,47,-95,47,-158","w":130},"*":{"d":"90,-250r30,0r-3,56r47,-30r15,26r-50,24r50,26r-15,26r-47,-31r3,56r-30,0r3,-56r-46,31r-15,-26r50,-26r-50,-24r15,-26r46,30","w":210},"+":{"d":"110,-217r26,0r0,89r88,0r0,24r-88,0r0,89r-26,0r0,-89r-88,0r0,-24r88,0r0,-89","w":246},",":{"d":"35,-30r32,0r-28,69r-32,0","w":100},"-":{"d":"31,-128r151,0r0,24r-151,0r0,-24","w":212},".":{"d":"32,-37r37,0r0,37r-37,0r0,-37","w":100},"\/":{"d":"94,-250r30,0r-87,266r-30,0","w":127},"0":{"d":"115,-23v88,-5,88,-200,-1,-203v-91,3,-87,201,1,203xm20,-128v0,-72,27,-125,94,-125v67,0,95,53,95,125v0,74,-27,132,-94,132v-69,0,-95,-58,-95,-132"},"1":{"d":"44,-225v30,-10,51,-29,95,-25r0,224r58,0r0,26r-146,0r0,-26r59,0r0,-195r-55,22"},"2":{"d":"145,-149v36,-30,7,-77,-38,-77v-17,0,-38,5,-65,15r-9,-23v67,-37,190,-14,156,71v-23,57,-96,71,-113,137r123,0r0,26r-159,0v6,-78,60,-111,105,-149"},"3":{"d":"152,-189v-5,-45,-68,-44,-106,-22r-10,-24v53,-31,143,-24,146,41v1,28,-16,50,-38,57v30,9,48,26,49,60v1,79,-93,103,-162,71r8,-24v56,20,117,12,124,-40v-4,-38,-36,-51,-80,-50r0,-26v37,-1,66,-10,69,-43"},"4":{"d":"122,-250r42,0r0,163r43,0r0,27r-43,0r0,60r-29,0r0,-60r-114,0r0,-20xm135,-221r-79,134r79,0r0,-134"},"5":{"d":"169,-77v0,-57,-64,-59,-128,-50r0,-123r151,0r0,27r-122,0r0,68v68,-11,129,9,130,75v0,82,-92,94,-170,77r6,-26v56,11,133,10,133,-48"},"6":{"d":"30,-101v-2,-101,48,-161,151,-149r-2,26v-67,-9,-112,22,-117,84v42,-48,142,-18,136,55v-4,51,-33,89,-86,89v-61,0,-81,-43,-82,-105xm169,-82v0,-32,-26,-57,-56,-57v-31,0,-54,24,-54,55v0,32,25,64,56,64v30,0,54,-30,54,-62"},"7":{"d":"23,-250r182,0r0,19r-116,231r-35,0r115,-222r-146,0r0,-28"},"8":{"d":"159,-191v1,-23,-22,-37,-46,-37v-41,0,-59,51,-20,67v9,4,19,8,30,11v15,-12,35,-17,36,-41xm117,-23v55,0,73,-70,27,-91v-12,-6,-20,-10,-35,-14v-27,7,-51,28,-52,57v-1,28,28,48,60,48xm40,-193v0,-36,33,-60,73,-60v44,0,76,20,75,61v-1,27,-17,37,-35,53v28,13,49,33,49,67v0,49,-36,76,-87,76v-47,0,-89,-25,-89,-73v0,-32,25,-59,50,-70v-20,-11,-36,-27,-36,-54"},"9":{"d":"30,-169v0,-45,40,-86,87,-84v60,2,81,43,81,106v0,101,-47,158,-151,149r2,-26v73,5,113,-24,116,-91v-42,47,-135,16,-135,-54xm169,-169v-1,-32,-24,-58,-56,-60v-27,-1,-54,30,-54,58v0,28,27,54,56,54v28,0,55,-24,54,-52"},":":{"d":"32,-37r37,0r0,37r-37,0r0,-37xm32,-175r37,0r0,37r-37,0r0,-37","w":100},";":{"d":"35,-30r32,0r-28,69r-32,0xm32,-175r37,0r0,37r-37,0r0,-37","w":100},"<":{"d":"171,-198r0,27r-123,62r123,59r0,29r-153,-73r0,-29","w":188},"=":{"d":"39,-88r168,0r0,26r-168,0r0,-26xm39,-168r168,0r0,27r-168,0r0,-27","w":246},">":{"d":"18,-198r153,75r0,29r-153,73r0,-29r122,-59r-122,-62r0,-27","w":188},"?":{"d":"55,-35r35,0r0,35r-35,0r0,-35xm121,-170v26,-52,-55,-69,-94,-49r-9,-22v48,-23,136,-16,136,48v0,67,-66,61,-67,124r-30,0v-2,-57,46,-65,64,-101","w":183},"@":{"d":"106,-79v0,-67,61,-112,123,-80r4,-11r19,0r1,143v2,13,7,25,22,23v33,-4,41,-45,41,-86v0,-82,-39,-128,-123,-128v-89,0,-129,56,-132,141v-3,93,81,152,169,115r11,21v-102,45,-214,-12,-209,-130v5,-111,57,-175,169,-175v99,0,146,53,144,153v-1,61,-17,109,-73,113v-21,1,-39,-14,-44,-30v-55,36,-122,-2,-122,-69xm132,-83v0,51,49,80,93,55r0,-112v-46,-22,-93,4,-93,57","w":369},"A":{"d":"112,-250r34,0r88,250r-30,0r-25,-73r-103,0r-26,73r-27,0xm127,-221r-42,122r85,0","w":243},"B":{"d":"179,-188v1,-45,-52,-39,-98,-39r0,84v47,-1,97,1,98,-45xm199,-73v-10,-52,-47,-53,-118,-47r0,94v55,0,117,7,118,-47xm228,-76v-2,82,-91,78,-177,76r0,-250v72,0,156,-12,157,60v0,20,-18,45,-33,50v28,5,53,32,53,64","w":250},"C":{"d":"48,-125v0,-102,99,-153,193,-113r-9,25v-80,-33,-154,6,-154,88v-1,82,78,120,157,91r10,22v-97,44,-197,-8,-197,-113","w":255},"D":{"d":"224,-127v0,-81,-55,-104,-143,-96r0,197v86,6,143,-18,143,-101xm254,-133v0,114,-80,143,-203,133r0,-250v113,-7,203,8,203,117","w":282},"E":{"d":"51,0r0,-250r146,0r0,27r-116,0r0,81r107,0r0,27r-107,0r0,89r116,0r0,26r-146,0","w":225},"F":{"d":"81,-223r0,81r104,0r0,27r-104,0r0,115r-30,0r0,-250r145,0r0,27r-115,0","w":219},"G":{"d":"38,-125v-5,-109,114,-158,204,-105r-12,22v-67,-38,-162,-6,-162,81v0,83,94,134,156,84r0,-64r-71,0r0,-25r100,0r0,98v-18,23,-50,38,-91,38v-79,0,-121,-50,-124,-129","w":279},"H":{"d":"214,-250r30,0r0,250r-30,0r0,-116r-133,0r0,116r-30,0r0,-250r30,0r0,108r133,0r0,-108","w":281},"I":{"d":"56,-250r30,0r0,250r-30,0r0,-250","w":128},"J":{"d":"24,-26v39,9,77,-3,77,-47r0,-177r30,0r0,175v4,65,-51,88,-112,74","w":167},"K":{"d":"51,-250r30,0r0,250r-30,0r0,-250xm191,-250r37,0r-105,119r112,131r-38,0r-112,-128","w":249},"L":{"d":"51,-250r30,0r0,224r112,0r0,26r-142,0r0,-250","w":199},"M":{"d":"51,-250r42,0r80,152r82,-152r39,0r0,250r-30,0r0,-207r-76,135r-30,0r-77,-135r0,207r-30,0r0,-250","w":331},"N":{"d":"51,-250r38,0r136,209r0,-209r30,0r0,250r-38,0r-136,-209r0,209r-30,0r0,-250","w":291},"O":{"d":"38,-124v0,-77,41,-128,117,-128v76,0,118,49,118,124v0,76,-44,131,-119,131v-74,0,-116,-50,-116,-127xm242,-125v0,-61,-30,-101,-88,-101v-55,0,-85,39,-85,98v0,61,29,104,87,104v58,0,86,-41,86,-101","w":296},"P":{"d":"217,-183v0,72,-61,85,-136,78r0,105r-30,0r0,-250v76,2,166,-14,166,67xm186,-178v0,-53,-54,-45,-105,-45r0,92v51,2,105,7,105,-47","w":235},"Q":{"d":"38,-124v0,-77,42,-123,118,-128v107,-7,149,138,90,213r32,32r-16,17r-33,-31v-20,16,-45,24,-73,24v-75,0,-118,-49,-118,-127xm226,-58v36,-63,10,-174,-73,-168v-55,3,-84,39,-84,99v0,81,76,130,140,87r-55,-52r18,-19","w":299},"R":{"d":"51,-250v78,1,170,-15,165,69v-2,41,-21,66,-56,74r70,107r-33,0r-68,-104r-48,0r0,104r-30,0r0,-250xm186,-178v0,-52,-54,-46,-105,-46r0,94v51,0,105,5,105,-48","w":252},"S":{"d":"74,-133v-61,-43,-4,-119,70,-119v19,0,40,3,62,10r-9,27v-50,-20,-135,-7,-111,48v37,38,129,25,129,97v0,79,-108,87,-173,57r10,-29v29,11,53,16,70,16v53,0,83,-53,33,-74v-25,-11,-59,-18,-81,-33","w":239},"T":{"d":"15,-250r197,0r0,27r-84,0r0,223r-30,0r0,-223r-83,0r0,-27","w":212},"U":{"d":"146,4v-61,0,-95,-24,-95,-90r0,-164r30,0r0,162v-3,45,24,66,65,66v42,0,65,-21,65,-66r0,-162r30,0r0,179v-4,51,-39,75,-95,75","w":278},"V":{"d":"25,-250r35,0r71,218r72,-218r33,0r-87,250r-37,0","w":246},"W":{"d":"25,-250r31,0r63,210r63,-210r30,0r65,210r61,-210r32,0r-77,250r-32,0r-65,-209r-62,209r-32,0","w":380},"X":{"d":"191,-250r35,0r-80,119r89,131r-38,0r-71,-105r-70,105r-37,0r91,-130r-80,-120r36,0r64,94","w":240},"Y":{"d":"18,-250r35,0r64,103r65,-103r33,0r-85,132r0,118r-30,0r0,-118","w":222},"Z":{"d":"33,-250r190,0r0,19r-156,205r161,0r0,26r-201,0r0,-20r154,-203r-148,0r0,-27","w":238},"[":{"d":"44,-266r80,0r0,27r-51,0r0,285r51,0r0,26r-80,0r0,-338","w":133},"\\":{"d":"4,-250r29,0r88,266r-30,0","w":127},"]":{"d":"9,-266r80,0r0,338r-80,0r0,-26r51,0r0,-285r-51,0r0,-27","w":133},"^":{"d":"127,-271r45,50r-16,16r-31,-35r-32,35r-15,-14","w":259},"_":{"d":"26,-26r152,0r0,26r-152,0r0,-26","w":203},"`":{"d":"61,-279r88,55r-11,19r-90,-52","w":197},"a":{"d":"127,-99v8,-58,-40,-62,-89,-46r-5,-21v52,-21,123,-17,123,50r0,116r-20,0r-7,-16v-42,52,-147,-9,-92,-63v19,-18,53,-19,90,-20xm50,-47v4,32,58,38,77,10r0,-40v-33,2,-74,-2,-77,30","w":187},"b":{"d":"185,-89v0,73,-65,115,-128,81v-1,10,-13,8,-24,8r0,-266r29,0r0,101v61,-32,123,3,123,76xm157,-84v0,-57,-47,-84,-95,-60r0,117v48,21,95,-2,95,-57","w":207},"c":{"d":"154,-6v-65,26,-131,-1,-131,-77v0,-78,66,-113,133,-83r-7,21v-49,-18,-98,-1,-98,56v0,58,45,81,96,63","w":175},"d":{"d":"151,-11v-58,37,-128,1,-128,-73v0,-72,59,-111,124,-84r0,-98r28,0r0,266r-20,0xm51,-88v0,57,50,84,96,58r0,-116v-48,-23,-96,1,-96,58","w":208},"e":{"d":"23,-81v3,-57,27,-95,83,-96v57,-1,68,45,65,104r-119,0v2,48,56,63,104,47r5,20v-67,25,-142,2,-138,-75xm143,-95v7,-66,-68,-73,-86,-27v-3,8,-5,17,-5,27r91,0","w":193},"f":{"d":"49,-174v-10,-68,41,-90,100,-70r-5,21v-40,-12,-74,1,-66,49r58,0r0,23r-58,0r0,151r-29,0r0,-151r-25,0r0,-23r25,0","w":144},"g":{"d":"22,-86v0,-73,65,-113,129,-77r4,-11r20,0r0,195v0,67,-77,90,-139,63r8,-21v55,22,111,0,102,-71v-62,33,-124,-6,-124,-78xm51,-90v0,56,47,87,95,60r0,-114v-49,-26,-95,1,-95,54","w":206},"h":{"d":"62,-160v55,-35,116,-15,116,60r0,100r-30,0v-6,-56,21,-152,-39,-151v-14,0,-30,4,-47,13r0,138r-29,0r0,-266r29,0r0,106","w":209},"i":{"d":"29,-250r34,0r0,33r-34,0r0,-33xm32,-174r28,0r0,174r-28,0r0,-174","w":92},"j":{"d":"29,-250r34,0r0,33r-34,0r0,-33xm32,-174r28,0r-3,228v-7,20,-23,33,-43,40r-11,-22v19,-9,29,-24,29,-45r0,-201","w":92},"k":{"d":"32,-266r28,0r0,266r-28,0r0,-266xm140,-177r32,0r-76,78r80,99r-34,0r-79,-96","w":188},"l":{"d":"35,-266r29,0r0,266r-29,0r0,-266","w":99},"m":{"d":"137,0v-7,-55,24,-148,-36,-150v-10,0,-24,4,-41,13r0,137r-28,0r0,-174r20,0r6,15v36,-21,71,-27,96,1v55,-35,118,-23,118,54r0,104r-28,0v-8,-55,23,-149,-37,-150v-11,0,-25,4,-43,13v5,38,1,94,2,137r-29,0","w":304},"n":{"d":"119,-177v79,-2,51,104,56,177r-29,0v-6,-56,21,-151,-39,-151v-14,0,-30,4,-47,13r0,138r-28,0r0,-174r20,0r6,15v22,-12,43,-18,61,-18","w":206},"o":{"d":"23,-85v0,-53,33,-93,84,-92v49,0,83,35,83,87v0,54,-34,94,-85,94v-50,0,-82,-38,-82,-89xm162,-85v-1,-39,-19,-66,-57,-67v-31,-1,-54,27,-54,62v0,36,23,69,57,69v32,0,54,-30,54,-64","w":212},"p":{"d":"184,-89v0,69,-61,114,-124,83r0,99r-28,0r0,-267r20,0r4,11v59,-35,128,-1,128,74xm156,-84v0,-58,-48,-85,-96,-59r0,115v47,23,96,0,96,-56","w":206},"q":{"d":"22,-86v0,-72,65,-114,129,-77r4,-11r20,0r0,267r-29,0r0,-102v-60,34,-124,-4,-124,-77xm51,-89v0,58,48,84,95,59r0,-114v-49,-26,-95,0,-95,55","w":206},"r":{"d":"57,-161v23,-17,54,-21,82,-9r-9,23v-24,-9,-50,-5,-70,7r0,140r-28,0r0,-174r20,0","w":140},"s":{"d":"43,-93v-43,-42,13,-98,79,-83r26,6r-8,22v-33,-10,-77,-13,-83,20v16,41,101,21,101,78v0,60,-84,64,-135,40r8,-21v31,17,112,19,91,-26v-21,-17,-60,-18,-79,-36","w":178},"t":{"d":"124,-3v-51,17,-88,2,-88,-52r0,-96r-24,0r0,-23r24,0r0,-49r29,0r0,49r52,0r0,23r-52,0v6,55,-26,155,55,128","w":136},"u":{"d":"149,-15v-53,35,-117,22,-117,-55r0,-104r28,0v5,57,-21,153,40,152v14,0,29,-5,46,-14r0,-138r29,0r0,174r-20,0","w":206},"v":{"d":"163,-174r-61,174r-30,0r-61,-174r32,0r45,145r45,-145r30,0","w":174},"w":{"d":"11,-174r30,0r47,146r45,-146r28,0r47,146r47,-146r31,0r-64,174r-29,0r-46,-141r-46,141r-29,0","w":296},"x":{"d":"11,-174r34,0r49,69r47,-69r31,0r-64,89r61,85r-34,0r-46,-65r-45,65r-30,0r60,-85","w":184},"y":{"d":"9,-174r31,0r56,148r52,-148r30,0r-101,267r-30,0r34,-84","w":186},"z":{"d":"26,-174r133,0r0,16r-95,135r99,0r0,23r-137,0r0,-15r95,-136r-95,0r0,-23","w":189},"{":{"d":"61,-1v-3,-40,-9,-77,-45,-83r0,-25v75,-10,12,-149,109,-157r5,23v-66,8,-24,124,-77,146v54,23,7,132,77,147r-5,22v-40,-4,-61,-32,-64,-73","w":140},"|":{"d":"63,-281r29,0r0,335r-29,0r0,-335","w":155},"}":{"d":"87,-97v-52,-23,-9,-139,-77,-146r5,-23v51,5,64,51,67,105v2,28,18,48,42,52r0,25v-75,11,-10,149,-109,156r-5,-22v67,-8,23,-118,77,-147","w":140},"~":{"d":"66,-236v6,-56,66,-25,88,-3v15,-2,15,-19,18,-33r19,3v-6,23,-7,50,-36,51v-30,1,-34,-33,-60,-31v-10,5,-12,18,-13,31r-19,-3","w":246},"\u00a0":{"w":98}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2009 Dave Crossland <dave@lab6.com>
 * 
 * Designer:
 * Dave Crossland
 * 
 * Vendor URL:
 * http://abattis.org
 */
Cufon.registerFont({"w":257,"face":{"font-family":"Cantarell","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"266","descent":"-94","x-height":"4","bbox":"-7 -289 418 96","underline-thickness":"20.3906","underline-position":"-40.957","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":98},"!":{"d":"32,-42r50,0r0,49r-50,0r0,-49xm35,-257r44,0r0,184r-44,0r0,-184","w":114},"\"":{"d":"81,-273r47,0r0,90r-47,0r0,-90xm12,-273r47,0r0,90r-47,0r0,-90","w":139},"#":{"d":"57,-257r42,0r0,69r49,0r0,-69r42,0r0,69r56,0r0,41r-56,0r0,47r56,0r0,41r-56,0r0,71r-42,0r0,-71r-49,0r0,71r-42,0r0,-71r-56,0r0,-41r56,0r0,-47r-56,0r0,-41r56,0r0,-69xm99,-147r0,47r49,0r0,-47r-49,0","w":246},"$":{"d":"186,-179v-28,-9,-84,-16,-94,9v27,32,113,15,113,75v0,36,-27,49,-59,56r0,50r-44,0r0,-48v-19,-1,-43,-7,-62,-16r13,-33v20,8,34,12,58,14v41,4,66,-24,25,-35v-37,-10,-90,-15,-90,-60v0,-31,26,-46,56,-52r0,-47r44,0r0,44v22,0,33,4,52,9","w":239},"%":{"d":"72,-216v-11,0,-17,8,-17,24v0,18,6,27,17,27v11,0,18,-9,18,-26v0,-16,-6,-25,-18,-25xm24,-192v-1,-31,20,-55,48,-55v33,0,52,19,52,55v0,34,-21,58,-52,58v-33,-1,-48,-23,-48,-58xm200,-85v-11,0,-18,7,-18,23v0,18,6,27,18,27v11,0,17,-9,17,-26v0,-16,-6,-24,-17,-24xm148,-62v0,-32,23,-55,52,-55v33,1,48,22,49,55v1,32,-19,58,-49,58v-34,0,-52,-22,-52,-58xm209,-250r48,0r-194,250r-48,0","w":262},"&":{"d":"124,-260v36,0,66,20,66,53v0,39,-29,52,-51,72r50,54r57,-62r26,27r-56,63r56,60r-55,0r-32,-32v-23,21,-47,40,-91,40v-73,0,-87,-87,-43,-127v11,-10,16,-16,27,-24v-16,-18,-32,-31,-32,-61v0,-38,37,-63,78,-63xm146,-201v2,-12,-12,-20,-25,-20v-33,0,-39,40,-14,53r5,5v21,-18,31,-17,34,-38xm68,-57v-2,30,39,40,64,25v9,-5,18,-13,27,-21r-54,-55v-17,14,-35,23,-37,51","w":279},"'":{"d":"12,-273r47,0r0,90r-47,0r0,-90","w":71},"(":{"d":"91,-282r35,19v-36,60,-68,156,-36,244v10,28,22,54,36,78r-35,23v-56,-75,-83,-230,-23,-323","w":130},")":{"d":"40,-282v45,68,81,184,39,282v-13,31,-24,56,-40,82r-35,-23v39,-57,68,-156,37,-242v-10,-30,-22,-56,-37,-80","w":130},"*":{"d":"83,-257r45,0r-3,49r41,-27r23,40r-44,22r44,22r-23,39r-41,-27r3,49r-45,0r2,-49r-41,27r-22,-39r44,-22r-44,-22r22,-40r41,27","w":210},"+":{"d":"103,-224r40,0r0,89r88,0r0,39r-88,0r0,89r-40,0r0,-89r-88,0r0,-39r88,0r0,-89","w":246},",":{"d":"30,-37r48,0r-34,83r-47,0","w":100},"-":{"d":"24,-135r165,0r0,39r-165,0r0,-39","w":212},".":{"d":"24,-44r52,0r0,51r-52,0r0,-51","w":100},"\/":{"d":"89,-257r45,0r-92,280r-45,0","w":127},"0":{"d":"194,-127v0,-49,-20,-85,-66,-85v-44,0,-64,36,-64,84v0,51,19,91,65,91v46,0,65,-41,65,-90xm20,-128v0,-77,36,-125,108,-125v74,0,110,49,110,126v0,78,-36,131,-109,131v-74,0,-109,-52,-109,-132"},"1":{"d":"117,-250r51,0r0,209r60,0r0,41r-174,0r0,-41r63,0r0,-165r-56,19r-17,-37"},"2":{"d":"33,-231v66,-39,219,-27,187,70v-30,50,-95,67,-122,120r132,0r0,41r-189,0v3,-93,86,-113,133,-163v24,-25,-20,-48,-51,-48v-20,0,-50,7,-76,16"},"3":{"d":"166,-185v-11,-41,-82,-26,-115,-9r-15,-37v50,-32,177,-34,177,41v0,24,-12,42,-28,53v23,11,38,29,39,58v2,86,-122,106,-193,70r13,-37v51,18,124,21,135,-28v-6,-37,-50,-38,-93,-39r0,-40v37,0,74,-2,80,-32"},"4":{"d":"133,-250r60,0r0,156r43,0r0,41r-43,0r0,53r-44,0r0,-53r-128,0r0,-28xm144,-94r0,-101r-67,101r67,0","w":271},"5":{"d":"184,-81v-10,-54,-82,-45,-141,-37r0,-132r179,0r0,41r-134,0r0,46v75,-8,142,9,142,80v0,92,-114,95,-200,79r9,-41v48,10,141,18,145,-36"},"6":{"d":"30,-103v-1,-111,67,-159,180,-147r-3,41v-59,-6,-113,5,-126,51v60,-33,150,-1,146,70v-3,59,-41,91,-101,92v-67,1,-96,-40,-96,-107xm184,-85v0,-28,-28,-48,-57,-47v-28,0,-54,18,-54,45v0,26,28,52,57,52v28,0,54,-23,54,-50"},"7":{"d":"23,-250r211,0r0,26r-133,224r-51,0r127,-207r-154,0r0,-43"},"8":{"d":"172,-184v0,-40,-84,-39,-86,-2v4,24,29,29,51,36v19,-12,31,-15,35,-34xm72,-78v0,52,114,56,113,1v-1,-35,-33,-42,-62,-50v-26,6,-51,23,-51,49xm69,-139v-58,-36,-18,-114,58,-114v53,0,89,17,90,64v0,25,-12,37,-29,49v25,14,42,33,43,65v3,106,-204,103,-205,3v1,-30,22,-54,43,-67"},"9":{"d":"30,-165v3,-57,43,-88,102,-88v66,0,94,39,95,107v2,110,-68,159,-180,147r3,-41v61,8,118,-6,126,-58v-59,33,-150,1,-146,-67xm184,-166v0,-25,-30,-48,-57,-48v-26,0,-54,23,-54,46v0,55,110,59,111,2"},":":{"d":"24,-44r52,0r0,51r-52,0r0,-51xm24,-182r52,0r0,52r-52,0r0,-52","w":100},";":{"d":"30,-37r48,0r-34,83r-47,0xm24,-182r52,0r0,52r-52,0r0,-52","w":100},"<":{"d":"178,-210r0,43r-113,58r113,54r0,45r-168,-79r0,-38","w":188},"=":{"d":"31,-95r184,0r0,41r-184,0r0,-41xm31,-175r184,0r0,41r-184,0r0,-41","w":246},">":{"d":"10,-210r168,83r0,38r-168,79r0,-45r114,-54r-114,-58r0,-43","w":188},"?":{"d":"47,-42r50,0r0,49r-50,0r0,-49xm8,-244v51,-29,153,-22,153,51v0,72,-68,62,-67,131r-44,0v-5,-62,39,-76,64,-110v20,-45,-43,-58,-84,-41r-7,3","w":183},"@":{"d":"98,-79v0,-68,57,-116,126,-90v1,-14,23,-6,36,-8r0,133v1,19,-1,32,15,33v28,-7,33,-42,33,-79v1,-79,-35,-121,-115,-120v-84,2,-121,51,-124,133v-4,92,83,145,164,106r18,33v-20,14,-50,21,-77,20v-95,-3,-149,-54,-149,-153v0,-117,59,-182,176,-182v103,0,152,56,151,160v-2,65,-19,116,-80,120v-22,1,-40,-12,-47,-27v-61,32,-127,-11,-127,-79xm140,-83v0,45,39,70,78,50r0,-102v-43,-16,-78,6,-78,52","w":369},"A":{"d":"122,-250r48,0r99,250r-45,0r-28,-65r-102,0r-28,65r-43,0xm180,-106r-35,-93r-36,93r71,0","w":271},"B":{"d":"188,-177v5,-43,-51,-35,-93,-36r0,70v49,-2,89,-2,93,-34xm213,-76v-12,-43,-54,-41,-118,-37r0,72v48,-3,112,10,118,-35xm257,-78v0,88,-111,79,-206,78r0,-250v82,1,186,-14,186,64v0,18,-11,35,-23,45v23,9,43,33,43,63","w":279},"C":{"d":"48,-125v0,-112,125,-152,224,-110r-14,38v-73,-31,-165,-9,-165,72v0,81,96,104,168,74r14,35v-96,48,-227,6,-227,-109","w":283},"D":{"d":"239,-126v-1,-73,-61,-89,-142,-83r0,168v79,5,143,-10,142,-85xm283,-132v0,122,-101,140,-231,132r0,-250v121,-5,231,1,231,118","w":311},"E":{"d":"51,0r0,-250r175,0r0,41r-131,0r0,60r122,0r0,41r-122,0r0,67r131,0r0,41r-175,0","w":254},"F":{"d":"95,-209r0,60r119,0r0,41r-119,0r0,108r-44,0r0,-250r173,0r0,41r-129,0","w":248},"G":{"d":"82,-126v0,74,95,112,157,74r0,-48r-79,0r0,-39r122,0r0,103v-24,26,-59,40,-104,40v-85,0,-136,-46,-140,-129v-6,-119,145,-157,235,-101r-18,35v-59,-37,-173,-21,-173,65","w":308},"H":{"d":"229,-250r44,0r0,250r-44,0r0,-108r-134,0r0,108r-44,0r0,-250r44,0r0,101r134,0r0,-101","w":310},"I":{"d":"56,-250r45,0r0,250r-45,0r0,-250","w":142},"J":{"d":"27,-42v42,11,89,1,89,-48r0,-160r45,0r0,160v6,80,-67,106,-142,87","w":196},"K":{"d":"95,-135r114,-115r57,0r-120,120r126,130r-57,0r-120,-121r0,121r-44,0r0,-250r44,0r0,115","w":277},"L":{"d":"51,-250r44,0r0,209r127,0r0,41r-171,0r0,-250","w":227},"M":{"d":"51,-250r54,0r83,144r84,-144r51,0r0,250r-44,0r0,-187r-71,115r-42,0r-71,-115r0,187r-44,0r0,-250","w":360},"N":{"d":"51,-250r49,0r139,192r0,-192r45,0r0,250r-50,0r-139,-192r0,192r-44,0r0,-250","w":320},"O":{"d":"38,-124v0,-80,50,-128,132,-128v79,0,131,46,131,124v0,82,-53,131,-133,131v-80,0,-130,-46,-130,-127xm256,-125v-1,-55,-34,-87,-88,-87v-53,0,-83,31,-85,84v-2,53,38,90,88,90v52,0,86,-31,85,-87","w":325},"P":{"d":"245,-179v0,78,-73,85,-150,82r0,97r-44,0r0,-250v85,4,194,-19,194,71xm200,-175v0,-44,-61,-32,-105,-34r0,71v45,0,105,8,105,-37","w":264},"Q":{"d":"38,-124v4,-80,51,-123,132,-128v112,-7,166,123,107,208r33,31r-26,26r-35,-32v-86,52,-217,6,-211,-105xm245,-74v29,-63,-5,-143,-78,-138v-52,4,-83,31,-84,85v-2,71,68,106,133,80r-59,-48r31,-27","w":328},"R":{"d":"51,-250v86,2,196,-19,194,72v-1,41,-23,62,-55,74r75,104r-57,0r-70,-97r-43,0r0,97r-44,0r0,-250xm95,-138v45,-1,103,10,103,-36v0,-39,-59,-36,-103,-35r0,71","w":281},"S":{"d":"68,-137v-56,-54,20,-115,95,-115v25,0,52,4,76,12r-14,41v-43,-14,-115,-21,-127,20v25,56,147,21,147,107v0,89,-136,86,-203,56r15,-43v27,11,61,19,80,19v42,0,85,-32,42,-54v-34,-17,-85,-18,-111,-43","w":268},"T":{"d":"15,-250r226,0r0,41r-91,0r0,209r-44,0r0,-209r-91,0r0,-41","w":241},"U":{"d":"268,-115v8,84,-31,120,-108,119v-75,-2,-109,-27,-109,-92r0,-162r44,0r0,159v0,40,25,54,65,54v38,0,64,-13,64,-54r0,-159r44,0r0,135","w":305},"V":{"d":"25,-250r50,0r74,202r73,-202r48,0r-96,250r-53,0","w":275},"W":{"d":"25,-250r46,0r58,192r72,-192r41,0r59,192r71,-192r46,0r-95,250r-43,0r-60,-191r-71,191r-42,0","w":423},"X":{"d":"215,-250r52,0r-88,119r98,131r-56,0r-74,-99r-73,99r-55,0r99,-130r-88,-120r54,0r67,88","w":269},"Y":{"d":"18,-250r52,0r67,97r68,-97r51,0r-96,133r0,117r-50,0r0,-117","w":250},"Z":{"d":"33,-250r219,0r0,27r-161,182r166,0r0,41r-230,0r0,-27r158,-182r-152,0r0,-41","w":267},"[":{"d":"37,-273r95,0r0,41r-52,0r0,271r52,0r0,40r-95,0r0,-352","w":138},"\\":{"d":"-7,-257r46,0r92,280r-46,0","w":127},"]":{"d":"7,-273r95,0r0,352r-95,0r0,-40r52,0r0,-271r-52,0r0,-41","w":136},"^":{"d":"128,-281r54,61r-26,25r-31,-34r-31,34r-26,-24","w":259},"_":{"d":"19,-34r166,0r0,41r-166,0r0,-41","w":203},"`":{"d":"58,-289r101,62r-18,32r-103,-60","w":197},"a":{"d":"142,-102v3,-53,-60,-37,-102,-27r-9,-35v57,-21,154,-26,154,50r0,114r-32,0r-5,-11v-41,30,-126,14,-126,-37v0,-53,63,-52,120,-54xm67,-51v7,21,56,22,75,6r0,-25v-34,1,-67,-1,-75,19","w":216},"b":{"d":"214,-89v0,77,-78,111,-146,83v-2,11,-23,4,-35,6r0,-266r44,0r0,97v68,-23,137,4,137,80xm172,-84v0,-51,-51,-64,-95,-49r0,94v44,12,95,4,95,-45","w":236},"c":{"d":"185,-9v-69,27,-162,13,-162,-74v0,-88,93,-112,163,-80r-11,34v-42,-16,-110,-13,-110,40v0,50,61,64,108,47","w":204},"d":{"d":"169,-8v-66,29,-146,3,-146,-76v0,-75,66,-108,138,-87r0,-95r43,0r0,266v-13,-2,-34,6,-35,-8xm65,-88v0,50,52,62,96,47r0,-94v-45,-13,-96,-2,-96,47","w":237},"e":{"d":"23,-82v3,-62,38,-93,100,-95v64,-2,81,45,77,111r-131,0v11,34,75,39,114,24r9,33v-69,26,-173,15,-169,-73xm157,-102v2,-38,-49,-44,-73,-26v-8,7,-13,16,-15,26r88,0","w":222},"f":{"d":"171,-207v-33,-11,-82,-10,-75,33r69,0r0,37r-69,0r0,137r-44,0r0,-137r-28,0r0,-37r28,0v-12,-78,63,-89,127,-68","w":172},"g":{"d":"22,-86v0,-76,77,-109,147,-80r2,-8r33,0r0,178v5,89,-97,107,-170,77r13,-35v47,21,122,14,114,-50v-70,23,-139,-8,-139,-82xm67,-89v0,47,50,65,94,48r0,-92v-46,-15,-94,-3,-94,44","w":235},"h":{"d":"77,-165v61,-26,127,-11,127,66r0,99r-43,0v-7,-53,24,-139,-39,-137v-13,0,-28,4,-45,10r0,127r-44,0r0,-266r44,0r0,101","w":235},"i":{"d":"29,-250r49,0r0,48r-49,0r0,-48xm32,-174r43,0r0,174r-43,0r0,-174","w":106},"j":{"d":"31,-250r49,0r0,48r-49,0r0,-48xm34,-174r43,0r-1,213v-6,32,-27,48,-56,57r-17,-34v17,-8,31,-21,31,-42r0,-194","w":106},"k":{"d":"75,-104r83,-73r52,0r-89,79r92,98r-53,0r-85,-86r0,86r-43,0r0,-266r43,0r0,162","w":217},"l":{"d":"35,-266r43,0r0,266r-43,0r0,-266","w":113},"m":{"d":"272,0v-7,-51,24,-139,-36,-136v-11,0,-25,3,-42,9v2,39,0,86,1,127r-43,0v-7,-51,24,-137,-36,-136v-10,0,-24,3,-41,9r0,127r-43,0r0,-174r32,0r5,12v36,-17,82,-24,108,2v55,-31,139,-24,139,57r0,103r-44,0","w":348},"n":{"d":"158,0v-6,-52,23,-139,-37,-137v-14,0,-29,4,-46,10r0,127r-43,0r0,-174r30,0r6,12v61,-29,133,-20,133,60r0,102r-43,0","w":233},"o":{"d":"23,-85v0,-57,40,-92,99,-92v56,0,98,32,97,87v0,58,-41,94,-100,94v-57,0,-96,-33,-96,-89xm176,-85v-1,-34,-23,-52,-57,-53v-31,0,-53,19,-54,49v-1,31,25,53,57,53v30,0,55,-19,54,-49","w":241},"p":{"d":"213,-89v0,72,-66,108,-136,87r0,95r-45,0r0,-267v14,1,35,-5,36,9v66,-29,145,-3,145,76xm171,-84v0,-50,-50,-65,-94,-49r0,94v44,13,94,3,94,-45","w":235},"q":{"d":"22,-86v0,-77,75,-109,146,-80v1,-13,22,-6,34,-8r0,267r-43,0r0,-98v-68,25,-137,-6,-137,-81xm65,-88v0,49,50,62,94,47r0,-92v-46,-15,-94,-3,-94,45","w":233},"r":{"d":"66,-164v30,-15,70,-18,100,-3r-13,36v-23,-9,-53,-10,-78,1r0,130r-43,0r0,-174v15,0,32,-3,34,10","w":166},"s":{"d":"98,-34v38,6,61,-23,21,-32v-38,-9,-90,-13,-90,-57v0,-60,97,-61,152,-45r-12,36v-29,-8,-83,-19,-94,10v28,30,113,13,113,70v0,70,-113,64,-165,39r13,-35v19,9,45,15,62,14","w":207},"t":{"d":"82,-137v-1,57,-12,126,65,99r7,33v-52,17,-115,13,-115,-51r0,-81r-27,0r0,-37r27,0r0,-49r43,0r0,49r64,0r0,37r-64,0","w":165},"u":{"d":"75,-174v7,53,-24,137,39,137v14,0,30,-3,47,-9r0,-128r43,0r0,174r-32,0r-5,-12v-60,30,-135,22,-135,-59r0,-103r43,0","w":235},"v":{"d":"198,-174r-68,174r-47,0r-72,-174r50,0r46,128r46,-128r45,0","w":203},"w":{"d":"11,-174r46,0r41,129r54,-129r39,0r41,130r57,-130r46,0r-83,174r-39,0r-41,-125r-55,125r-40,0","w":339},"x":{"d":"11,-174r52,0r52,64r51,-64r48,0r-71,89r68,85r-51,0r-50,-60r-48,60r-48,0r68,-85","w":214},"y":{"d":"9,-174r49,0r57,134r53,-134r45,0r-113,267r-53,0r43,-92","w":215},"z":{"d":"26,-174r162,0r0,23r-100,114r104,0r0,37r-166,0r0,-22r98,-115r-98,0r0,-37","w":218},"{":{"d":"131,80v-67,-1,-75,-63,-83,-125v-2,-20,-18,-31,-39,-33r0,-37v79,-9,8,-158,122,-158r8,36v-69,2,-27,108,-74,140v47,25,0,132,74,141","w":145},"|":{"d":"56,-289r43,0r0,350r-43,0r0,-350","w":155},"}":{"d":"97,-45v-7,63,-16,124,-82,125r-9,-36v69,-2,28,-108,74,-141v-47,-26,0,-132,-74,-140r9,-36v59,2,76,49,79,111v1,27,17,45,43,47r0,37v-21,3,-38,13,-40,33","w":145},"~":{"d":"98,-278v27,-1,39,23,56,32v10,-3,8,-22,12,-34r33,5v-5,30,-9,63,-44,64v-27,1,-39,-23,-56,-32v-10,4,-8,23,-12,33r-33,-5v6,-30,9,-63,44,-63","w":246},"\u00a0":{"w":98}}});

