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

Cufon.registerFont({"w":200,"face":{"font-family":"TradeGothic LT Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 6 5 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-21 -283 360 69.258","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"\u00a0":{"w":100},"$":{"d":"84,-222v-26,-3,-42,30,-22,48v6,6,14,10,22,12r0,-60xm112,-40v35,4,43,-51,12,-60r-12,-6r0,66xm188,-72v0,46,-32,69,-76,72r0,41r-28,0r0,-41v-35,-3,-59,-24,-77,-46r31,-28v11,15,27,29,46,34r0,-74v-35,-13,-72,-29,-72,-76v0,-46,31,-66,72,-70r0,-23r28,0r0,23v30,5,51,20,68,38r-28,27v-9,-11,-22,-24,-40,-25r0,66v38,15,76,30,76,82"},"%":{"d":"273,-65v-2,-16,-12,-29,-30,-29v-18,0,-28,13,-30,29v2,17,13,30,30,30v17,0,28,-13,30,-30xm77,-166v32,2,39,-45,12,-56v-20,-8,-41,6,-41,27v1,17,12,28,29,29xm220,-264r31,0r-149,268r-31,0xm178,-65v0,-39,27,-65,65,-65v38,0,65,26,65,65v0,39,-25,65,-65,65v-40,0,-65,-26,-65,-65xm12,-195v0,-39,25,-65,65,-65v40,0,65,26,65,65v0,39,-27,65,-65,65v-38,0,-65,-26,-65,-65","w":320},"&":{"d":"122,-209v0,-14,-8,-24,-23,-24v-34,0,-24,52,-8,69v11,-14,31,-21,31,-45xm81,-107v-31,14,-21,73,18,70v14,0,26,-8,33,-15v-20,-18,-34,-35,-51,-55xm159,-80v9,-16,17,-32,24,-51r39,11v-8,23,-17,45,-30,65v9,7,21,14,36,15r0,44v-31,-1,-48,-11,-66,-27v-38,45,-150,33,-150,-45v0,-39,20,-57,44,-72v-37,-40,-24,-124,46,-124v67,0,77,89,29,117r-18,14v14,19,29,37,46,53","w":240},"\u2019":{"d":"36,-209r-22,0r0,-51r52,0r0,51r-23,53r-25,0","w":79,"k":{"s":6}},"(":{"d":"58,-117v0,66,24,108,51,147r-42,0v-27,-38,-49,-87,-49,-147v0,-60,23,-108,49,-147r42,0v-26,40,-51,81,-51,147","w":119},")":{"d":"102,-117v0,60,-22,109,-49,147r-43,0v28,-38,52,-81,52,-147v0,-66,-25,-108,-52,-147r43,0v26,39,49,87,49,147","w":119},"*":{"d":"108,-260v-2,18,-10,37,-9,54r48,-24r9,32v-17,4,-39,1,-53,8r38,38r-27,20v-9,-15,-13,-36,-25,-48r-23,48r-27,-20v11,-14,31,-25,37,-40r-52,-6r9,-32r48,24v1,-17,-7,-36,-9,-54r36,0","w":180},"+":{"d":"86,-196r44,0r0,76r76,0r0,44r-76,0r0,76r-44,0r0,-76r-76,0r0,-44r76,0r0,-76","w":216},",":{"d":"46,0r-22,0r0,-51r52,0r0,51r-23,53r-25,0","w":100},"-":{"d":"15,-78r0,-40r89,0r0,40r-89,0","w":119},"\u00ad":{"d":"15,-78r0,-40r89,0r0,40r-89,0","w":119},".":{"d":"24,0r0,-51r52,0r0,51r-52,0","w":100},"\/":{"d":"23,4r-44,0r98,-268r44,0","w":100},"0":{"d":"100,-222v-58,0,-40,77,-40,130v0,33,8,55,40,55v57,1,40,-78,40,-131v0,-32,-6,-54,-40,-54xm100,4v-55,0,-88,-34,-87,-90r0,-88v-1,-56,32,-90,87,-90v55,0,88,34,87,90r0,88v1,56,-32,90,-87,90"},"1":{"d":"45,-227v29,-5,44,-17,57,-37r28,0r0,264r-45,0r0,-199r-40,0r0,-28"},"2":{"d":"182,-188v0,74,-71,102,-107,147r103,0r0,41r-164,0r0,-42r78,-75v19,-23,43,-35,43,-70v0,-21,-12,-35,-35,-35v-27,0,-39,15,-37,43r-48,0v-2,-55,29,-85,81,-85v52,0,86,24,86,76"},"3":{"d":"184,-74v5,78,-104,98,-150,56v-14,-14,-22,-34,-22,-58r48,0v0,27,12,38,38,39v24,0,37,-16,38,-39v0,-32,-20,-40,-52,-41r0,-41v31,0,46,-6,46,-33v0,-19,-13,-31,-34,-31v-18,0,-31,14,-31,30r-47,0v0,-49,32,-72,79,-72v47,0,80,21,80,71v0,27,-12,48,-31,57v26,10,36,30,38,62"},"4":{"d":"114,-105r-1,-102r-73,102r74,0xm110,-260r49,0r0,155r37,0r0,37r-37,0r0,68r-45,0r0,-68r-114,0r0,-42"},"5":{"d":"185,-93v0,106,-136,131,-168,47v-3,-9,-4,-19,-4,-29r47,0v-1,25,14,38,37,38v32,0,38,-24,41,-57v6,-53,-56,-64,-76,-30r-40,0r0,-136r150,0r0,41r-109,0r0,54v14,-9,27,-15,48,-16v54,0,74,34,74,88"},"6":{"d":"138,-85v3,-49,-59,-51,-78,-21v-1,38,3,70,40,69v26,-1,36,-20,38,-48xm13,-174v-9,-80,88,-114,143,-71v15,12,22,29,24,53r-47,0v0,-17,-15,-30,-33,-30v-42,0,-40,37,-40,78v44,-39,130,-17,125,57v-4,57,-28,91,-85,91v-55,0,-88,-34,-87,-90r0,-88"},"7":{"d":"11,-260r164,0r0,24r-70,236r-52,0r72,-219r-114,0r0,-41"},"8":{"d":"100,-156v19,-2,33,-12,33,-33v0,-21,-12,-33,-33,-33v-21,0,-33,12,-33,33v0,21,14,31,33,33xm100,-37v27,0,39,-14,40,-38v0,-24,-16,-40,-40,-40v-24,0,-40,16,-40,40v1,24,13,38,40,38xm149,-136v26,10,38,29,38,62v0,54,-36,78,-87,78v-52,0,-85,-26,-87,-78v0,-33,12,-52,38,-62v-19,-9,-32,-31,-32,-57v0,-47,33,-71,81,-71v48,0,81,24,81,71v0,26,-13,48,-32,57"},"9":{"d":"63,-175v0,51,57,51,77,21v0,-38,-2,-69,-40,-68v-26,1,-37,19,-37,47xm187,-86v9,80,-88,114,-143,71v-15,-12,-22,-29,-24,-53r47,0v0,17,15,31,33,31v41,1,41,-38,40,-79v-44,39,-131,17,-125,-57v4,-57,28,-91,85,-91v55,0,88,34,87,90r0,88"},":":{"d":"24,-108r0,-51r52,0r0,51r-52,0xm24,0r0,-51r52,0r0,51r-52,0","w":100},";":{"d":"24,-108r0,-51r52,0r0,51r-52,0xm46,0r-22,0r0,-51r52,0r0,51r-23,53r-25,0","w":100},"<":{"d":"206,3r-196,-84r0,-34r196,-84r0,42r-140,59r140,59r0,42","w":216},"=":{"d":"206,-32r-196,0r0,-44r196,0r0,44xm206,-120r-196,0r0,-44r196,0r0,44","w":216},">":{"d":"10,-39r140,-59r-140,-59r0,-42r196,84r0,34r-196,84r0,-42","w":216},"?":{"d":"46,0r0,-51r51,0r0,51r-51,0xm75,-227v-17,2,-28,15,-30,32r-41,-12v7,-34,33,-57,72,-57v39,0,67,21,67,62v0,47,-57,60,-52,116r-39,0v-10,-62,39,-76,46,-120v2,-12,-12,-21,-23,-21","w":159},"@":{"d":"137,-91v43,0,55,-72,11,-72v-24,0,-39,19,-39,42v0,17,10,30,28,30xm70,-114v0,-66,77,-114,116,-63r5,-18r32,0r-20,102v0,5,1,7,5,7v26,-4,36,-28,36,-59v0,-58,-36,-88,-95,-88v-63,0,-99,40,-99,103v0,65,39,102,105,103v31,1,54,-11,71,-25r33,0v-22,33,-58,56,-107,56v-83,0,-139,-51,-139,-134v0,-82,56,-134,137,-134v70,0,125,39,125,109v0,61,-36,97,-91,104v-12,1,-19,-9,-21,-19v-31,39,-93,8,-93,-44","w":288},"A":{"d":"76,-99r49,0r-25,-105xm5,0r64,-260r64,0r62,260r-47,0r-13,-55r-68,0r-14,55r-48,0","k":{"y":6,"w":6,"v":6,"Y":20,"W":13,"V":13,"T":20,"\u2019":13}},"B":{"d":"126,-188v1,-28,-24,-33,-54,-31r0,62v29,3,54,-6,54,-31xm132,-79v0,-32,-26,-40,-60,-37r0,75v35,3,60,-6,60,-38xm182,-75v0,81,-80,77,-160,75r0,-260v74,-1,156,-7,154,67v0,23,-11,41,-32,54v21,14,38,29,38,64"},"C":{"d":"100,-220v-56,0,-26,93,-32,143v-3,26,10,36,32,37v29,1,34,-22,32,-54r50,0v3,63,-23,98,-82,98v-55,0,-82,-31,-82,-88r0,-92v-16,-97,129,-118,158,-41v4,11,6,25,6,41r-50,0v2,-29,-7,-44,-32,-44"},"D":{"d":"132,-96v-3,-59,18,-134,-60,-120r0,172v41,3,62,-10,60,-52xm182,-90v-1,60,-31,90,-91,90r-69,0r0,-260r69,0v60,0,90,30,91,90r0,80"},"E":{"d":"22,0r0,-260r136,0r0,44r-86,0r0,60r66,0r0,44r-66,0r0,68r90,0r0,44r-140,0","w":180},"F":{"d":"22,0r0,-260r130,0r0,44r-80,0r0,60r63,0r0,44r-63,0r0,112r-50,0","w":159,"k":{"A":13,".":40,",":40}},"G":{"d":"100,-40v25,0,32,-23,30,-52r-35,0r0,-41r85,0r0,133r-26,0r-7,-22v-13,13,-24,26,-47,26v-55,-1,-82,-31,-82,-88r0,-92v-12,-83,92,-113,140,-66v14,14,21,37,22,67r-50,0v1,-29,-8,-45,-30,-45v-56,0,-26,93,-32,143v-3,26,10,37,32,37"},"H":{"d":"25,0r0,-260r50,0r0,104r70,0r0,-104r50,0r0,260r-50,0r0,-112r-70,0r0,112r-50,0","w":219},"I":{"d":"25,0r0,-260r50,0r0,260r-50,0","w":100},"J":{"d":"4,-41v24,2,41,1,41,-24r0,-195r50,0r0,205v0,46,-39,64,-91,58r0,-44","w":119},"K":{"d":"22,0r0,-260r50,0r1,107r64,-107r55,0r-67,105r74,155r-56,0r-52,-109r-19,29r0,80r-50,0"},"L":{"d":"22,0r0,-260r50,0r0,216r80,0r0,44r-130,0","w":159,"k":{"y":13,"Y":27,"W":20,"V":20,"T":20,"\u2019":33}},"M":{"d":"25,0r0,-260r70,0r45,171r45,-171r70,0r0,260r-43,0r0,-204r-53,204r-38,0r-53,-204r0,204r-43,0","w":280},"N":{"d":"25,0r0,-260r55,0r69,154r0,-154r46,0r0,260r-48,0r-76,-168r0,168r-46,0","w":219},"O":{"d":"100,-220v-56,0,-26,93,-32,143v-3,26,10,37,32,37v56,0,26,-93,32,-143v3,-26,-10,-37,-32,-37xm100,4v-55,0,-82,-31,-82,-88r0,-92v0,-57,27,-88,82,-88v55,0,82,31,82,88r0,92v0,57,-27,88,-82,88"},"P":{"d":"75,-145v36,2,63,-2,63,-37v0,-35,-27,-40,-63,-37r0,74xm188,-182v-2,60,-45,83,-113,78r0,104r-50,0r0,-260v83,-4,166,-3,163,78","k":{"A":13,".":46,",":46}},"Q":{"d":"119,-44v-5,-8,-13,-18,-22,-21r0,-43v16,2,27,12,35,24v-7,-49,22,-136,-32,-136v-56,0,-24,93,-32,143v-5,34,26,43,51,33xm172,-33v7,6,14,8,26,9r0,43v-26,1,-41,-12,-53,-25v-60,27,-127,-2,-127,-78r0,-92v0,-57,27,-88,82,-88v55,0,83,31,82,88v-1,48,7,110,-10,143"},"R":{"d":"133,-183v0,-34,-26,-38,-61,-36r0,72v35,2,61,-1,61,-36xm183,-182v0,34,-13,56,-40,66r49,116r-53,0r-43,-106r-24,0r0,106r-50,0r0,-260r72,0v57,-1,89,25,89,78","k":{"Y":6}},"S":{"d":"19,-191v-6,-82,118,-95,148,-35v4,8,8,16,10,25r-45,13v-2,-36,-63,-50,-64,-6v23,52,111,46,111,123v0,71,-87,94,-135,57v-15,-12,-25,-29,-32,-55r48,-11v4,23,16,40,39,43v17,-1,31,-12,31,-31v-14,-61,-106,-48,-111,-123"},"T":{"d":"173,-260r0,44r-58,0r0,216r-50,0r0,-216r-58,0r0,-44r166,0","w":180,"k":{"y":20,"w":20,"u":20,"s":20,"r":20,"o":20,"i":20,"e":20,"c":20,"a":20,"A":13,";":27,":":27,".":27,"-":27,",":27}},"U":{"d":"110,4v-55,0,-85,-27,-85,-82r0,-182r50,0r0,182v-1,25,11,38,35,38v24,0,35,-13,35,-38r0,-182r50,0r0,182v-1,55,-31,82,-85,82","w":219},"V":{"d":"5,-260r49,0r47,186r45,-186r49,0r-66,260r-57,0","k":{"u":6,"r":6,"o":13,"i":6,"e":13,"a":13,"A":13,";":13,":":13,".":27,"-":13,",":27}},"W":{"d":"8,-260r46,0r36,170r36,-170r48,0r36,170r35,-170r46,0r-57,260r-48,0r-37,-178r-39,178r-47,0","w":299,"k":{"o":6,"e":6,"a":6,"A":6,";":6,":":6,".":20,"-":6,",":20}},"X":{"d":"100,-182r38,-78r53,0r-63,123r69,137r-54,0r-43,-92r-43,92r-54,0r70,-137r-64,-123r54,0"},"Y":{"d":"101,-155r42,-105r53,0r-71,155r0,105r-50,0r0,-105r-71,-155r53,0","k":{"v":6,"u":13,"q":20,"p":13,"o":20,"i":6,"e":20,"a":20,"A":13,";":20,":":20,".":33,"-":27,",":33}},"Z":{"d":"22,-260r144,0r0,42r-98,174r100,0r0,44r-156,0r0,-42r98,-174r-88,0r0,-44","w":180},"[":{"d":"18,27r0,-287r84,0r0,22r-44,0r0,243r44,0r0,22r-84,0","w":119},"\\":{"d":"-21,-264r44,0r98,268r-44,0","w":100},"]":{"d":"102,-260r0,287r-84,0r0,-22r44,0r0,-243r-44,0r0,-22r84,0","w":119},"^":{"d":"19,-115r70,-145r38,0r70,145r-43,0r-46,-102r-47,102r-42,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"44,-210r22,0r0,51r-52,0r0,-51r23,-54r25,0","w":79},"a":{"d":"57,-51v0,32,43,21,54,3r0,-48v-23,9,-49,19,-54,45xm63,-139r-46,0v5,-39,30,-60,73,-60v43,-1,66,18,67,59r2,140r-45,0v-2,-6,-2,-11,-3,-19v-24,30,-103,35,-99,-24v3,-57,55,-65,99,-82v12,-43,-46,-50,-48,-14","w":180},"b":{"d":"117,-77v0,-35,9,-89,-23,-89v-10,0,-18,5,-27,14r0,108v9,9,17,14,27,14v21,-2,23,-23,23,-47xm112,4v-23,0,-37,-15,-49,-28r0,24r-41,0r0,-260r45,0r0,82v17,-12,24,-20,45,-21v57,-1,50,67,50,125v-1,44,-10,78,-50,78","w":180},"c":{"d":"18,-71v0,-71,2,-131,72,-128v47,2,71,23,72,71r-45,0v2,-21,-8,-32,-27,-32v-43,-1,-27,63,-27,101v0,15,12,23,27,23v20,0,30,-12,27,-35r45,0v1,50,-25,74,-72,75v-47,0,-72,-25,-72,-75","w":180},"d":{"d":"63,-119v0,35,-9,89,23,89v10,0,18,-5,27,-14r0,-108v-9,-9,-17,-14,-27,-14v-21,2,-23,23,-23,47xm68,-199v20,0,28,9,45,21r0,-82r45,0r0,260r-41,0v-1,-7,2,-18,-1,-24v-10,14,-26,28,-48,28v-56,1,-50,-67,-50,-126v1,-44,9,-77,50,-77","w":180},"e":{"d":"90,-163v-22,0,-29,15,-27,39r54,0v1,-23,-5,-39,-27,-39xm90,-199v62,0,78,45,72,112r-99,0v-2,29,0,55,27,54v19,0,27,-10,27,-27r45,0v-3,41,-27,64,-72,64v-70,0,-76,-61,-72,-134v2,-44,26,-69,72,-69","w":180},"f":{"d":"23,-187v-6,-56,19,-88,74,-74r0,37v-26,-5,-31,11,-28,37r27,0r0,37r-27,0r0,150r-46,0r0,-150r-20,0r0,-37r20,0","w":100,"k":{"\u2019":-13}},"g":{"d":"127,23v-6,-19,-47,-8,-67,-14v-3,5,-9,7,-9,15v5,21,73,22,76,-1xm79,-84v25,2,26,-16,26,-41v0,-25,-8,-38,-24,-38v-21,0,-23,17,-23,43v-1,20,4,35,21,36xm81,-199v20,2,41,9,51,22v11,-12,19,-23,40,-22r0,39v-11,-4,-20,-3,-29,2v17,59,-8,126,-79,109v-2,3,-8,6,-8,11v1,10,18,9,30,10v40,2,85,5,84,48v-1,41,-43,49,-87,49v-38,0,-72,-6,-75,-36v2,-16,16,-24,27,-30v-23,-9,-21,-46,0,-55r9,-6v-48,-29,-41,-149,37,-141","w":180},"h":{"d":"113,-144v1,-33,-34,-20,-46,-4r0,148r-45,0r0,-260r45,0r0,86v23,-32,91,-40,91,25r0,149r-45,0r0,-144","w":180},"i":{"d":"27,-230r0,-41r46,0r0,41r-46,0xm73,-196r0,196r-46,0r0,-196r46,0","w":100},"j":{"d":"27,-230r0,-41r46,0r0,41r-46,0xm1,28v18,0,25,-4,26,-18r0,-206r46,0r0,212v0,40,-30,58,-72,52r0,-40","w":100},"k":{"d":"24,0r0,-260r45,0r1,140r48,-76r51,0r-45,66r49,130r-48,0r-33,-92r-23,32r0,60r-45,0","w":180},"l":{"d":"27,-260r46,0r0,260r-46,0r0,-260","w":100},"m":{"d":"107,-149v-2,-30,-33,-12,-40,1r0,148r-45,0r0,-196r44,0r0,22v17,-26,76,-38,83,4v12,-13,26,-29,48,-29v30,0,41,18,41,51r0,148r-45,0r0,-149v-1,-30,-33,-11,-40,1r0,148r-46,0r0,-149","w":259},"n":{"d":"113,-144v1,-33,-34,-20,-46,-4r0,148r-45,0r0,-196r44,0r0,22v23,-32,92,-40,92,25r0,149r-45,0r0,-144","w":180},"o":{"d":"90,-160v-43,-1,-27,63,-27,101v0,15,12,23,27,23v43,1,27,-63,27,-101v0,-15,-12,-23,-27,-23xm90,4v-69,2,-72,-57,-72,-129v0,-50,24,-74,72,-74v70,0,72,56,72,128v0,50,-25,73,-72,75","w":180},"p":{"d":"117,-77v0,-35,9,-89,-23,-89v-10,0,-18,5,-27,14r0,108v9,9,17,14,27,14v21,-2,23,-23,23,-47xm112,4v-20,0,-28,-10,-45,-22r0,87r-45,0r0,-265r41,0v1,7,-2,18,1,24v10,-14,25,-26,48,-27v57,-1,50,67,50,125v-1,44,-10,78,-50,78","w":180},"q":{"d":"63,-119v0,35,-9,89,23,89v10,0,18,-5,27,-14r0,-108v-9,-9,-17,-14,-27,-14v-21,2,-23,23,-23,47xm68,-199v24,0,37,15,49,27r0,-24r41,0r0,265r-45,0r0,-87v-17,12,-25,21,-45,22v-56,2,-50,-67,-50,-126v1,-44,9,-76,50,-77","w":180},"r":{"d":"113,-150v-17,-10,-47,-6,-46,16r0,134r-45,0r0,-196r44,0v1,8,-2,20,1,26v10,-18,20,-29,46,-29r0,49","w":119,"k":{".":20,"-":13,",":20,"\u2019":-6}},"s":{"d":"15,-145v0,-53,68,-67,105,-41v12,9,19,21,25,36r-37,14v-3,-25,-45,-40,-50,-9v16,41,86,32,89,89v3,65,-92,77,-122,33v-5,-8,-11,-17,-17,-29r41,-11v-2,27,49,44,55,13v-13,-46,-89,-32,-89,-95","w":159},"t":{"d":"95,2v-37,5,-75,2,-75,-37r0,-115r-18,0r0,-37r18,0r0,-53r46,0r0,53r29,0r0,37r-29,0r0,100v0,14,15,14,29,14r0,38","w":100},"u":{"d":"67,-52v-1,33,34,20,46,4r0,-148r45,0r0,196r-44,0r0,-22v-24,32,-92,41,-92,-25r0,-149r45,0r0,144","w":180},"v":{"d":"80,-70r30,-126r46,0r-54,196r-44,0r-54,-196r46,0","w":159,"k":{".":13,",":13}},"w":{"d":"5,-196r42,0r27,123r26,-123r39,0r29,123r25,-123r42,0r-46,196r-42,0r-29,-122r-24,122r-43,0","w":240,"k":{".":13,",":13}},"x":{"d":"6,-196r48,0r26,56r26,-56r48,0r-49,96r53,100r-49,0r-29,-63r-30,63r-48,0r54,-101","w":159},"y":{"d":"12,29v43,9,48,-28,37,-67r-45,-158r46,0r31,130r29,-130r46,0r-52,195v-10,46,-33,77,-92,69r0,-39","w":159,"k":{".":13,",":13}},"z":{"d":"18,-196r131,0r0,39r-83,117r83,0r0,40r-138,0r0,-39r82,-117r-75,0r0,-40","w":159},"{":{"d":"24,-150v-2,-63,-9,-128,70,-114r0,22v-68,-12,8,115,-59,125v42,2,29,62,29,104v0,21,11,23,30,22r0,21v-41,3,-70,-5,-70,-43v0,-35,16,-96,-25,-93r0,-22v15,0,26,-5,25,-22","w":119},"|":{"d":"18,-264r44,0r0,268r-44,0r0,-268","w":79},"}":{"d":"96,-83v0,50,11,115,-42,113r-28,0r0,-21v67,10,-6,-114,59,-126v-43,-1,-29,-62,-29,-103v0,-20,-11,-23,-30,-22r0,-22v40,-3,68,6,70,43v2,36,-15,96,25,94r0,22v-15,0,-25,5,-25,22","w":119},"~":{"d":"67,-131v40,0,82,50,110,8r7,-10v22,34,2,69,-35,69v-34,0,-49,-28,-86,-27v-17,1,-24,15,-30,28r-14,-35v8,-18,23,-32,48,-33","w":216},"'":{"d":"20,-260r40,0r0,97r-40,0r0,-97","w":79},"\u201c":{"d":"124,-210r21,0r0,51r-51,0r0,-51r23,-54r25,0xm44,-210r22,0r0,51r-52,0r0,-51r23,-54r25,0","w":159},"\u2013":{"d":"0,-83r0,-30r180,0r0,30r-180,0","w":180},"\u201d":{"d":"116,-209r-22,0r0,-51r51,0r0,51r-22,53r-25,0xm36,-209r-22,0r0,-51r52,0r0,51r-23,53r-25,0","w":159},"\u2026":{"d":"274,0r0,-51r51,0r0,51r-51,0xm154,0r0,-51r52,0r0,51r-52,0xm35,0r0,-51r51,0r0,51r-51,0","w":360},"`":{"d":"47,-272r34,52r-37,0r-53,-52r56,0","w":100},"\u2014":{"d":"0,-83r0,-30r360,0r0,30r-360,0","w":360},"\u2122":{"d":"134,-230r-41,0r0,118r-40,0r0,-118r-41,0r0,-30r122,0r0,30xm247,-170r33,-90r56,0r0,148r-39,0r0,-100r-36,100r-29,0r-36,-100r0,100r-38,0r0,-148r55,0","w":360},"#":{"d":"87,-152r-6,44r35,0r7,-44r-36,0xm182,-74r-35,0r-11,74r-34,0r10,-74r-36,0r-10,74r-35,0r10,-74r-34,0r0,-34r39,0r6,-44r-34,0r0,-34r39,0r10,-74r35,0r-11,74r36,0r11,-74r34,0r-10,74r31,0r0,34r-35,0r-7,44r31,0r0,34"},"!":{"d":"24,0r0,-51r52,0r0,51r-52,0xm66,-88r-32,0r-10,-172r52,0","w":100},"\"":{"d":"9,-260r39,0r0,97r-39,0r0,-97xm72,-260r39,0r0,97r-39,0r0,-97","w":119},"\u00d7":{"d":"10,-165r31,-31r67,67r67,-67r31,31r-67,67r67,67r-31,31r-67,-67r-67,67r-31,-31r67,-67","w":216}}});
Cufon.replace('h1, h2, h3, h4, h5, h6', { fontFamily: 'TradeGothic LT Bold' });
Cufon.replace('#comments div.header p, #comments_all div.header p, #nav li, a.button-a', { fontFamily: 'TradeGothic LT Bold', hover: true, hoverables: { a: true } });

Cufon.registerFont({"w":65,"face":{"font-family":"Verlag Light","font-weight":300,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-45 -271 364 81.0904","underline-thickness":"18","underline-position":"-18","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":72},"D":{"d":"224,-145v2,-79,-59,-114,-140,-101r-44,228v104,15,182,-31,184,-127xm245,-147v0,118,-105,166,-228,144r50,-260v97,-16,178,21,178,116","w":254,"k":{"A":7,"}":14,"]":14,")":14,"\/":4,"\u2019":18,"\u201d":18,"?":7,"\u2026":18,",":18,".":18,"z":4,"u":7,"t":4,"s":7,"r":7,"q":7,"p":7,"o":7,"n":7,"m":7,"l":7,"k":7,"j":7,"i":7,"h":7,"g":7,"f":4,"e":7,"d":7,"c":7,"b":7,"a":14,"Z":14,"Y":29,"X":16,"W":9,"V":18,"U":4,"T":29,"S":4,"J":22}},"E":{"d":"210,-246r-126,0r-20,103r113,0r-3,18r-113,0r-21,107r126,0r-4,18r-146,0r51,-264r146,0","w":198,"k":{"C":7,"\/":-3,"\u2014":11,"\u2013":11,"-":11,"\u2019":-7,"\u201d":-7,"\u2026":7,";":7,":":7,",":7,".":7,"z":7,"y":7,"x":7,"w":7,"v":7,"u":9,"t":11,"s":11,"r":7,"q":14,"p":7,"o":14,"n":7,"m":7,"l":7,"k":7,"j":7,"i":7,"h":7,"g":14,"f":11,"e":14,"d":14,"c":14,"b":7,"a":11,"Q":7,"O":7,"G":7}},"F":{"d":"210,-246r-126,0r-21,108r113,0r-3,18r-113,0r-24,120r-20,0r51,-264r146,0","w":192,"k":{"A":16,"}":-11,"]":-11,")":-11,"\/":18,"\u2014":11,"\u2013":11,"-":11,"\u2019":-11,"\u201d":-11,"?":-7,"&":11,"\u2026":40,";":7,":":7,",":40,".":40,"z":4,"y":4,"x":7,"w":4,"v":4,"u":7,"t":4,"s":11,"r":11,"q":14,"p":11,"o":14,"n":11,"m":11,"j":11,"i":11,"g":14,"f":7,"e":14,"d":14,"c":14,"a":18,"J":36}},"G":{"d":"50,-114v-5,89,99,123,169,80r14,-73r-76,0r4,-19r96,0r-20,103v-22,15,-52,29,-91,27v-70,-3,-113,-45,-116,-117v-5,-122,136,-196,236,-127r-11,16v-18,-14,-45,-27,-78,-25v-78,4,-123,56,-127,135","w":272,"k":{"*":7,"\u2026":7,",":7,".":7,"Z":2,"Y":11,"V":7,"T":9}},"H":{"d":"204,0r-21,0r25,-125r-147,0r-25,125r-20,0r51,-264r21,0r-24,121r147,0r24,-121r20,0","w":249,"k":{"u":4,"t":4,"s":4,"r":7,"q":4,"p":7,"o":4,"n":7,"m":7,"l":4,"k":4,"j":7,"i":7,"h":4,"g":4,"f":4,"e":4,"d":4,"c":4,"b":4,"a":4}},"I":{"d":"38,0r-20,0r51,-264r20,0","w":84,"k":{"u":4,"t":4,"s":4,"r":7,"q":4,"p":7,"o":4,"n":7,"m":7,"l":4,"k":4,"j":7,"i":7,"h":4,"g":4,"f":4,"e":4,"d":4,"c":4,"b":4,"a":4}},"J":{"d":"7,-32v17,18,61,25,80,4v8,-9,14,-24,18,-44r37,-192r21,0r-38,195v-3,66,-81,95,-130,52","w":156,"k":{"A":4,"\/":4,"\u2026":11,",":11,".":11,"u":4,"s":4,"r":4,"q":4,"p":4,"o":4,"n":4,"m":4,"l":4,"k":4,"j":4,"i":4,"h":4,"g":4,"e":4,"d":4,"c":4,"b":4,"a":4,"J":7}},"K":{"d":"82,-135r106,135r-26,0r-100,-130r-26,130r-20,0r51,-264r21,0r-24,123r142,-123r28,0","w":210,"k":{"C":16,"}":-11,"]":-11,")":-11,"\u2014":32,"\u2013":32,"-":32,"\u2019":-7,"\u201d":-7,"&":3,"y":13,"w":14,"v":18,"u":5,"t":7,"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":4,"U":4,"Q":16,"O":16,"G":16}},"L":{"d":"162,0r-146,0r51,-264r21,0r-48,246r125,0","w":183,"k":{"C":27,"\/":-8,"\u2014":18,"\u2013":18,"-":18,"\u2019":43,"\u2018":39,"\u201d":43,"\u201c":39,"?":7,"y":14,"w":16,"v":14,"u":2,"t":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"Y":32,"W":14,"V":25,"U":11,"T":40,"Q":27,"O":27,"G":27}},"M":{"d":"260,0r-21,0r36,-210r-128,173r-4,0r-65,-176r-45,213r-20,0r60,-267r5,-1r72,200r147,-200r6,1","w":301,"k":{"\/":-5,"u":2,"s":2,"q":2,"o":2,"g":2,"e":2,"d":2,"c":2,"a":2}},"N":{"d":"211,3r-4,1r-128,-225r-43,221r-20,0r52,-267r5,-1r128,223r42,-219r20,0","w":258,"k":{"u":4,"t":4,"s":4,"r":7,"q":4,"p":7,"o":4,"n":7,"m":7,"l":4,"k":4,"j":7,"i":7,"h":4,"g":4,"f":4,"e":4,"d":4,"c":4,"b":4,"a":4}},"O":{"d":"146,-15v78,0,123,-55,123,-133v0,-61,-35,-101,-96,-101v-77,0,-123,56,-123,133v0,61,35,101,96,101xm174,-268v72,0,115,46,115,120v0,89,-55,152,-143,152v-73,0,-116,-48,-116,-120v0,-88,54,-152,144,-152","w":298,"k":{"A":4,"}":14,"]":14,")":14,"\/":6,"\u2019":18,"\u2018":9,"\u201d":18,"\u201c":9,"?":7,"\u2026":22,",":22,".":22,"u":2,"s":5,"q":7,"o":4,"l":2,"k":2,"h":2,"g":7,"f":4,"e":7,"d":7,"c":7,"b":2,"a":7,"Z":11,"Y":27,"X":14,"W":9,"V":14,"T":25,"S":4,"J":11}},"P":{"d":"58,-113v66,11,126,-9,126,-72v0,-50,-46,-71,-100,-60xm67,-262v71,-14,137,7,137,76v-1,76,-68,103,-149,91r-19,95r-20,0","w":197,"k":{"A":20,"\/":15,"\u2014":14,"\u2013":14,"-":14,"&":7,"\u2026":43,";":11,":":11,",":43,".":43,"u":4,"s":7,"r":4,"q":14,"p":4,"o":14,"n":4,"m":4,"g":14,"e":14,"d":14,"c":14,"a":9,"Z":13,"Y":5,"W":-4,"J":36}},"Q":{"d":"228,-48v24,-22,41,-57,41,-100v0,-61,-35,-101,-96,-101v-77,0,-118,56,-123,133v-7,88,94,127,162,81r-47,-53r15,-14xm174,-268v72,0,113,46,115,120v1,49,-21,89,-49,115r24,26r-15,14r-24,-28v-21,15,-46,25,-79,25v-73,0,-116,-48,-116,-120v0,-88,54,-152,144,-152","w":298,"k":{"A":14,"}":7,"]":11,")":11,"\/":4,"\u2019":18,"\u2018":9,"\u201d":18,"\u201c":9,"?":7,"\u2026":14,",":14,".":14,"s":2,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":7,"Y":27,"X":14,"W":4,"V":14,"T":25,"S":4}},"R":{"d":"61,-126v63,10,123,-5,124,-66v0,-50,-49,-61,-101,-53xm67,-262v68,-12,140,2,139,69v-1,50,-34,73,-76,84r55,109r-24,0r-52,-106v-18,2,-35,0,-52,-2r-21,108r-20,0","w":209,"k":{"C":4,"}":7,"]":7,")":7,"\u2014":16,"\u2013":16,"-":16,"\u2019":7,"\u201d":7,"u":2,"q":5,"o":9,"g":5,"e":9,"d":5,"c":9,"a":2,"Y":11,"W":2,"V":4,"T":5,"Q":4,"O":4,"G":4}},"S":{"d":"76,-141v-57,-37,-24,-133,48,-127v25,2,49,11,63,24r-11,15v-31,-30,-116,-28,-110,32v7,64,94,54,96,126v3,83,-114,92,-161,44r12,-16v36,44,154,33,125,-44v-10,-26,-39,-39,-62,-54","w":180,"k":{"A":4,"C":4,"}":-7,"]":-7,")":-7,"\/":-5,"\u2014":-11,"\u2013":-11,"-":-11,"\u2026":4,",":4,".":4,"y":5,"x":2,"w":4,"v":5,"Z":2,"Y":9,"Q":4,"O":4,"J":4,"G":4}},"T":{"d":"233,-245r-87,0r-48,245r-20,0r48,-245r-86,0r3,-19r193,0","w":208,"k":{"A":23,"C":14,"}":-14,"]":-14,")":-14,"\/":35,"\u2014":41,"\u2013":41,"-":41,"\u2019":-5,"\u201d":-5,"?":-7,"&":40,"\u2026":33,";":40,":":40,",":33,".":33,"z":58,"y":54,"x":58,"w":54,"v":54,"u":54,"t":54,"s":61,"r":54,"q":61,"p":54,"o":61,"n":54,"m":54,"j":22,"i":22,"g":61,"f":14,"e":61,"d":58,"c":61,"a":61,"S":5,"Q":14,"O":14,"J":29,"G":14}},"U":{"d":"55,-104v-12,51,14,91,66,89v51,-2,74,-30,83,-78r33,-171r21,0r-34,175v-12,62,-48,93,-107,93v-62,0,-96,-47,-82,-111r31,-157r20,0","w":250,"k":{"A":5,"\/":5,"?":-4,"\u2026":11,";":4,":":4,",":11,".":11,"u":4,"t":2,"s":5,"r":4,"q":4,"p":4,"o":4,"n":4,"m":4,"l":4,"k":4,"j":4,"i":4,"h":4,"g":4,"e":4,"d":4,"c":4,"b":4,"a":7,"J":7}},"V":{"d":"108,4r-4,0r-61,-268r21,0r50,227r136,-227r23,0","w":244,"k":{"A":25,"C":4,"}":-14,"]":-14,")":-14,"\/":23,"\u2014":36,"\u2013":36,"-":36,"\u2019":-7,"\u201d":-7,"?":-7,"&":25,"\u2026":47,";":25,":":25,",":47,".":47,"z":25,"y":18,"x":23,"w":18,"v":18,"u":29,"t":22,"s":34,"r":29,"q":36,"p":29,"o":40,"n":29,"m":29,"j":14,"i":14,"g":40,"f":7,"e":40,"d":36,"c":40,"a":36,"Q":4,"O":4,"J":25,"G":4}},"W":{"d":"242,4r-5,0r-40,-226r-126,226r-5,0r-17,-268r20,0r12,216r122,-217r4,0r39,219r95,-218r23,0","w":339,"k":{"A":14,"C":4,"}":-14,"]":-14,")":-14,"\/":13,"\u2014":14,"\u2013":14,"-":14,"\u2019":-7,"\u201d":-7,"?":-7,"&":11,"\u2026":29,";":14,":":14,",":29,".":29,"z":7,"y":7,"x":11,"w":7,"v":7,"u":14,"t":7,"s":18,"r":14,"q":14,"p":14,"o":18,"n":14,"m":14,"j":4,"i":4,"g":14,"f":4,"e":18,"d":14,"c":18,"a":20,"Q":4,"J":22,"G":4}},"X":{"d":"143,-132r69,132r-23,0r-60,-118r-105,118r-25,0r121,-134r-69,-130r23,0r60,117r103,-117r24,0","w":239,"k":{"C":11,"}":-14,"]":-14,")":-14,"\/":3,"\u2014":18,"\u2013":18,"-":18,"?":-4,"&":5,";":4,":":4,"y":14,"w":14,"v":14,"u":7,"t":7,"s":4,"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":7,"Q":11,"O":11,"G":11}},"Y":{"d":"125,-118r-23,118r-20,0r23,-118r-63,-146r21,0r55,129r102,-129r23,0","w":212,"k":{"A":27,"C":11,"}":-14,"]":-14,")":-14,"\/":28,"\u2014":40,"\u2013":40,"-":40,"?":-4,"&":36,"\u2026":47,";":40,":":40,",":47,".":47,"z":41,"y":43,"x":47,"w":40,"v":43,"u":40,"t":40,"s":47,"r":40,"q":43,"p":40,"o":47,"n":40,"m":40,"j":22,"i":22,"g":43,"f":18,"e":47,"d":43,"c":47,"a":47,"S":4,"Q":11,"O":11,"J":25,"G":11}},"Z":{"d":"38,-18r155,0r-4,18r-185,0r-1,-4r203,-242r-147,0r3,-18r178,0r2,4","w":223,"k":{"C":14,"}":-11,"]":-11,")":-11,"\/":3,"\u2014":32,"\u2013":32,"-":32,"?":-4,"&":7,"z":7,"y":18,"x":7,"w":22,"v":22,"u":5,"t":7,"s":4,"r":4,"q":18,"p":4,"o":18,"n":4,"m":4,"l":4,"k":4,"j":4,"i":4,"h":4,"g":18,"f":11,"e":18,"d":18,"c":18,"b":4,"a":9,"Q":14,"O":14,"G":14}},"a":{"d":"69,-76v-43,-5,-60,64,-11,63v21,0,34,-10,45,-21r6,-29v-8,-7,-25,-11,-40,-13xm112,-80v20,-50,-32,-66,-71,-48r-2,-18v46,-18,108,-4,95,58r-18,88r-19,0r3,-16v-23,28,-92,26,-92,-24v0,-51,70,-62,104,-40","w":151,"k":{"\u2019":11,"\u201d":11,"y":5,"w":4,"v":5}},"b":{"d":"35,-32v35,41,102,2,102,-55v0,-50,-57,-62,-86,-31xm55,-138v37,-31,102,-9,102,47v0,67,-73,121,-126,77r-3,14r-20,0r51,-264r21,0","w":170,"k":{"\/":-1,"\u2019":25,"\u201d":25,"\u2026":7,",":7,".":7,"z":2,"y":7,"x":5,"w":5,"v":7,"t":2,"f":4,"a":2}},"c":{"d":"14,-65v0,-70,80,-113,135,-70r-10,14v-41,-35,-106,-2,-106,55v0,48,51,63,88,43r4,16v-48,24,-111,2,-111,-58","w":148,"k":{"\/":-4,"\u2026":-4,",":-4,".":-4,"z":-4,"x":-2,"w":-2,"t":-5,"f":-4}},"d":{"d":"33,-64v0,50,56,63,86,33r17,-88v-37,-38,-103,-3,-103,55xm14,-60v0,-69,71,-117,126,-78r24,-126r20,0r-51,264r-20,0r3,-13v-36,32,-102,11,-102,-47","w":170,"k":{"j":-9}},"e":{"d":"128,-89v13,-59,-63,-56,-82,-18v-3,6,-7,11,-9,18r91,0xm122,-5v-46,21,-113,1,-109,-55v4,-51,30,-91,82,-93v43,-2,60,40,49,80r-112,0v-8,54,43,70,87,51v1,6,3,10,3,17","w":157,"k":{"\/":-3,"\u2019":11,"\u201d":11,"\u2026":7,",":7,".":7,"z":4,"y":7,"x":5,"w":5,"v":7,"t":2,"f":4}},"f":{"d":"134,-244v-58,-22,-57,50,-67,94r41,0r-3,17r-41,0r-41,211r-20,0r41,-211r-27,0v5,-11,22,-12,31,-19v9,-58,20,-135,93,-109","w":96,"k":{"*":-14,"}":-29,"]":-29,")":-29,"\/":1,"\u2014":7,"\u2013":7,"-":7,"\u2019":-22,"\u2018":-21,"\u201d":-22,"\u201c":-21,"?":-22,"!":-11,"\u2026":25,",":25,".":25,"q":2,"o":2,"l":-4,"k":-4,"h":-4,"g":2,"e":2,"d":2,"c":2,"b":-4,"a":4}},"g":{"d":"97,-136v-66,-4,-92,122,-19,122v17,0,30,-8,41,-16r17,-89v-8,-10,-22,-16,-39,-17xm14,-60v0,-70,73,-118,127,-77r2,-13r19,0r-32,166v-5,60,-69,79,-124,55r7,-17v39,18,97,9,97,-38r5,-26v-39,28,-101,5,-101,-50","w":171,"k":{"\/":-9}},"h":{"d":"52,-126v26,-36,110,-41,96,30r-19,96r-20,0r20,-110v-4,-46,-66,-19,-80,2r-21,108r-20,0r51,-264r21,0","w":164,"k":{"y":2,"v":2}},"i":{"d":"30,0r-21,0r30,-150r20,0xm59,-221v7,0,15,7,15,15v0,8,-7,14,-15,14v-7,0,-15,-7,-14,-14v0,-8,7,-15,14,-15","w":68},"j":{"d":"24,35v-4,36,-30,53,-69,43r6,-17v24,7,39,-4,43,-26r36,-185r20,0xm61,-221v7,0,14,7,14,15v1,7,-7,14,-14,14v-7,0,-15,-7,-14,-14v0,-8,7,-15,14,-15","k":{"\/":-14,"\u2026":7,",":7,".":7}},"k":{"d":"62,-78r65,78r-22,0r-63,-75r-14,75r-20,0r51,-264r20,0r-35,180r83,-66r27,0","w":142,"k":{"\/":-3,"\u2014":14,"\u2013":14,"-":14,"&":4,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":2}},"l":{"d":"29,0r-20,0r51,-264r20,0","w":68,"k":{"j":-9}},"m":{"d":"147,-124v26,-36,113,-45,99,28r-19,96r-20,0r20,-110v-4,-46,-65,-19,-79,2r-21,108r-20,0r21,-110v-4,-46,-65,-19,-79,2r-21,108r-20,0r29,-150r20,0r-6,25v20,-25,87,-46,96,1","w":262,"k":{"y":2,"v":2}},"n":{"d":"51,-125v25,-36,111,-43,97,29r-19,96r-20,0r20,-110v-4,-46,-66,-19,-80,2r-21,108r-20,0r29,-150r20,0","w":164,"k":{"y":2,"v":2}},"o":{"d":"94,-153v40,0,60,26,60,64v0,51,-29,92,-81,92v-38,0,-60,-24,-60,-64v0,-52,29,-92,81,-92xm74,-14v39,-2,59,-33,60,-74v1,-27,-15,-50,-42,-48v-39,3,-60,33,-60,74v0,27,16,50,42,48","w":166,"k":{"\/":-3,"\u2019":14,"\u201d":14,"\u2026":6,",":6,".":6,"z":4,"y":7,"x":5,"w":5,"v":7,"t":2,"f":4,"a":2}},"p":{"d":"34,-31v38,38,103,1,103,-56v0,-50,-59,-63,-86,-30xm54,-135v35,-35,103,-14,103,44v0,67,-70,119,-126,79r-18,90r-20,0r44,-228r20,0","w":170,"k":{"\u2019":14,"\u201d":14,"\u2026":7,",":7,".":7,"z":2,"y":7,"x":5,"w":5,"v":7,"t":2,"f":4,"a":2}},"q":{"d":"33,-64v0,49,56,63,86,33r17,-88v-38,-39,-103,-1,-103,55xm14,-60v0,-69,72,-119,126,-77r3,-13r19,0r-44,228r-20,0r17,-89v-37,30,-101,7,-101,-49","w":170,"k":{"\/":-20}},"r":{"d":"98,-134v-27,2,-35,13,-50,31r-20,103r-20,0r29,-150r20,0r-6,28v10,-16,27,-32,51,-32","w":95,"k":{"\/":5,"\u2014":7,"\u2013":7,"-":7,"&":5,"\u2026":15,",":15,".":15,"y":-4,"x":-4,"w":-4,"v":-4,"q":4,"o":5,"g":4,"e":5,"d":4,"c":5,"a":7}},"s":{"d":"24,-109v-1,-47,70,-56,97,-27r-12,14v-15,-21,-67,-21,-67,11v8,32,61,27,62,67v1,53,-77,59,-105,26r12,-14v16,22,73,28,75,-9v-6,-35,-62,-26,-62,-68","w":126,"k":{"\/":-3,"\u2014":4,"\u2013":4,"-":4,"\u2026":7,",":7,".":7,"y":2,"x":2,"w":2,"v":2,"q":2,"o":2,"g":2,"f":2,"e":2,"d":2,"c":2}},"t":{"d":"80,1v-34,8,-62,-5,-55,-44r17,-90r-27,0v5,-11,22,-12,31,-19r7,-34r21,-10r-9,46r46,0r-3,17r-46,0r-19,102v1,17,22,17,40,15","w":105,"k":{"\u2014":7,"\u2013":7,"-":7,"z":-4,"y":-4,"w":-4,"v":-4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4}},"u":{"d":"113,-25v-25,36,-110,43,-96,-29r19,-96r20,0r-20,109v2,48,66,20,80,-1r20,-108r21,0r-30,150r-19,0","w":164},"v":{"d":"60,4r-3,0r-39,-154r20,0r28,118r73,-118r22,0","w":149,"k":{"\/":4,"?":7,"&":4,"\u2026":22,",":22,".":22,"s":2,"q":2,"o":2,"g":2,"e":2,"d":2,"c":2,"a":4}},"w":{"d":"147,4r-3,0r-26,-116r-71,116r-3,0r-21,-154r19,0r13,114r68,-114r4,0r24,114r55,-114r21,0","w":219,"k":{"\/":3,"?":7,"\u2026":18,",":18,".":18,"s":2,"a":2}},"x":{"d":"82,-75r41,75r-21,0r-33,-63r-55,63r-23,0r69,-77r-39,-73r20,0r33,63r55,-63r22,0","w":142,"k":{"\/":-2,"\u2014":7,"\u2013":7,"-":7,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":2}},"y":{"d":"14,78r-21,0r60,-91r-35,-137r20,0r28,119r75,-119r22,0","w":151,"k":{"\/":4,"?":7,"&":5,"\u2026":25,",":25,".":25,"s":2,"q":2,"o":2,"g":2,"e":2,"d":2,"c":2,"a":4}},"z":{"d":"25,-17r96,0r-3,17r-126,0r-1,-3r124,-131r-91,0r3,-16r121,0r0,3","w":142,"k":{"\/":-3,"\u2014":4,"\u2013":4,"-":4,"q":4,"o":5,"g":4,"e":5,"d":4,"c":5}},"0":{"d":"87,-14v55,0,73,-60,73,-116v0,-35,-13,-62,-47,-64v-53,8,-72,58,-72,116v0,35,12,64,46,64xm114,-211v47,0,67,35,67,80v0,70,-27,134,-95,134v-46,0,-66,-34,-66,-80v0,-70,26,-134,94,-134","w":189},"1":{"d":"62,0r-20,0r36,-185r-39,13r-3,-18v23,-7,42,-17,67,-22","w":120,"k":{"\/":6}},"2":{"d":"36,-193v41,-36,140,-12,113,55v-21,52,-75,81,-112,120r95,0r-3,18r-130,0v1,-14,19,-21,28,-31v33,-38,83,-62,103,-110v22,-52,-58,-64,-89,-35","w":156,"k":{"4":4}},"3":{"d":"115,-58v-1,-36,-34,-46,-76,-45r-2,-3r92,-83r-92,0r3,-19r126,0r2,4r-97,87v34,5,63,20,64,57v1,64,-84,76,-134,48r8,-16v35,21,107,20,106,-30","w":151,"k":{"\/":-3}},"4":{"d":"129,-168r-87,88r70,0xm161,-63r-34,0r-13,63r-18,0r12,-63r-100,0r1,-6r140,-142r7,0r-26,131r35,0","w":171,"k":{"\u2014":-7,"\u2013":-7,"-":-7,"\u2026":-2,",":-2,".":-2}},"5":{"d":"124,-62v0,-40,-44,-49,-85,-43v-2,-31,13,-70,17,-103r103,0r-3,18r-85,0r-13,67v49,-1,85,15,87,59v2,65,-84,82,-136,53r8,-16v35,21,107,19,107,-35","w":165,"k":{"\u2026":4,",":4,".":4,"5":5}},"6":{"d":"86,-14v32,0,51,-22,51,-53v0,-27,-18,-46,-45,-46v-32,1,-52,20,-52,51v0,30,17,48,46,48xm52,-113v35,-32,109,-12,105,44v-3,45,-29,71,-73,72v-77,2,-74,-103,-32,-146v28,-29,63,-53,109,-70r6,16v-48,17,-92,45,-115,84","w":171,"k":{"\/":-5,"\u2026":-5,",":-5,".":-5,"1":4}},"7":{"d":"37,0r-21,0r120,-190r-105,0r4,-18r132,0","w":146,"k":{"\/":15,"\u2014":22,"\u2013":22,"-":22,"&":14,"\u2026":23,";":-4,":":-4,",":23,".":23,"9":5,"8":5,"6":9,"5":4,"4":18,"0":5}},"8":{"d":"81,-13v28,0,46,-18,46,-46v0,-26,-17,-39,-42,-39v-30,0,-48,19,-48,46v0,24,20,39,44,39xm99,-113v51,0,63,-83,6,-81v-28,0,-44,17,-45,43v-1,22,17,38,39,38xm41,-150v-5,-71,122,-84,122,-10v0,29,-17,48,-42,56v49,27,22,112,-41,107v-36,-3,-62,-18,-63,-54v0,-29,22,-52,47,-58v-14,-9,-22,-21,-23,-41","w":167,"k":{"\/":-5,"\u2026":-6,",":-6,".":-6,"8":5}},"9":{"d":"95,-96v32,-1,49,-20,50,-52v1,-27,-19,-47,-45,-46v-31,1,-50,20,-50,53v-1,28,18,45,45,45xm102,-211v78,-3,73,104,32,146v-28,29,-64,54,-110,71r-5,-17v49,-17,89,-45,114,-83v-36,29,-107,10,-103,-46v3,-44,28,-70,72,-71","w":169,"k":{"\/":10,"\u2026":16,",":16,".":16}},".":{"d":"21,-28v20,0,20,31,0,31v-19,-1,-19,-30,0,-31","k":{"C":37,"\u2019":11,"\u2018":10,"\u201d":11,"\u201c":10,"4":7,"2":-4,"1":14,"y":14,"w":26,"v":29,"u":3,"t":14,"q":14,"o":13,"g":14,"f":12,"e":13,"d":14,"c":13,"Y":45,"W":28,"V":45,"U":18,"T":33,"Q":37,"O":37,"G":37}},",":{"d":"21,-28v38,16,-5,62,-26,69v-4,-15,23,-21,26,-38v-8,0,-15,-8,-15,-16v0,-8,8,-15,15,-15","k":{"C":37,"\u2019":11,"\u2018":10,"\u201d":11,"\u201c":10,"4":7,"2":-4,"1":14,"y":14,"w":26,"v":29,"u":3,"t":14,"q":14,"o":13,"g":14,"f":12,"e":13,"d":14,"c":13,"Y":45,"W":28,"V":45,"U":18,"T":33,"Q":37,"O":37,"G":37}},":":{"d":"21,-28v20,0,20,31,0,31v-19,-1,-19,-30,0,-31xm41,-132v8,0,16,7,16,15v0,8,-8,15,-16,15v-8,0,-15,-7,-15,-15v0,-8,8,-15,15,-15"},";":{"d":"21,-28v38,16,-5,62,-26,69v-4,-15,23,-21,26,-38v-8,0,-15,-8,-15,-16v0,-8,8,-15,15,-15xm41,-132v8,0,16,7,16,15v0,8,-8,15,-16,15v-8,0,-15,-7,-15,-15v0,-8,8,-15,15,-15"},"\u2026":{"d":"169,-28v8,0,15,8,15,16v0,8,-8,15,-15,15v-7,0,-15,-7,-15,-15v0,-8,7,-16,15,-16xm97,-28v8,0,15,8,15,16v0,8,-8,15,-15,15v-7,0,-15,-7,-15,-15v0,-8,7,-16,15,-16xm25,-28v8,0,15,8,15,16v0,8,-8,15,-15,15v-7,0,-15,-7,-15,-15v0,-8,7,-16,15,-16","w":217,"k":{"C":37,"\u2019":11,"\u2018":10,"\u201d":11,"\u201c":10,"4":7,"2":-4,"1":14,"y":14,"w":26,"v":29,"u":3,"t":14,"q":14,"o":13,"g":14,"f":12,"e":13,"d":14,"c":13,"Y":45,"W":28,"V":45,"U":18,"T":33,"Q":37,"O":37,"G":37}},"&":{"d":"98,-120v32,-10,54,-16,56,-47v1,-15,-12,-27,-27,-27v-37,-1,-47,46,-29,74xm34,-50v0,50,71,38,96,14v-16,-20,-33,-44,-44,-65v-28,7,-52,22,-52,51xm145,-48v17,-14,33,-31,47,-48r13,13v-15,18,-30,33,-49,48r25,28r-14,13r-26,-29v-33,34,-129,40,-127,-26v1,-37,30,-58,65,-67v-24,-40,1,-95,50,-94v26,2,45,15,45,41v0,38,-31,53,-69,64","w":214,"k":{"v":4,"Y":40,"W":7,"V":22,"T":40}},"!":{"d":"26,-28v8,0,15,8,15,16v0,8,-8,15,-15,15v-8,0,-16,-7,-16,-15v0,-8,8,-16,16,-16xm41,-57r-14,-2r36,-205r22,0","w":73},"?":{"d":"37,-28v20,0,20,31,0,31v-7,0,-15,-7,-15,-15v0,-8,7,-16,15,-16xm130,-194v26,-46,-50,-67,-84,-45r-4,-18v50,-24,134,1,108,66v-19,50,-93,45,-92,116r-19,-1v1,-71,67,-74,91,-118","w":136},"\u201c":{"d":"55,-233v8,0,15,8,15,16v0,8,-7,15,-15,14v-37,-16,5,-61,26,-68v5,15,-24,21,-26,38xm103,-233v8,0,16,8,15,16v0,7,-7,14,-15,14v-38,-16,6,-61,26,-68v5,15,-24,21,-26,38","w":102,"k":{"A":28,"C":11,"\u2026":4,",":4,".":4,"s":9,"q":14,"o":14,"g":11,"f":4,"e":14,"d":18,"c":14,"a":7,"Z":7,"W":-7,"V":-7,"Q":11,"O":11,"J":47,"G":11}},"\u201d":{"d":"63,-268v36,17,-4,62,-26,68v-6,-12,24,-21,26,-37v-8,-1,-15,-7,-15,-16v0,-8,7,-16,15,-15xm111,-268v36,17,-4,62,-26,68v-6,-12,24,-21,26,-37v-8,-1,-15,-7,-15,-16v0,-8,7,-16,15,-15","w":104,"k":{"A":31,"C":11,"\u2026":5,",":5,".":5,"t":7,"s":22,"q":18,"o":18,"g":18,"f":5,"e":18,"d":18,"c":18,"a":18,"W":-7,"V":-7,"T":-5,"Q":11,"O":11,"J":38,"G":11}},"\u2018":{"d":"55,-233v8,0,15,8,15,16v0,8,-7,15,-15,14v-37,-16,5,-61,26,-68v5,15,-24,21,-26,38","w":56,"k":{"A":28,"C":11,"\u2026":4,",":4,".":4,"s":9,"q":14,"o":14,"g":11,"f":4,"e":14,"d":18,"c":14,"a":7,"Z":7,"W":-7,"V":-7,"Q":11,"O":11,"J":47,"G":11}},"\u2019":{"d":"63,-268v36,17,-4,62,-26,68v-6,-12,24,-21,26,-37v-8,-1,-15,-7,-15,-16v0,-8,7,-16,15,-15","w":56,"k":{"A":31,"C":11,"\u2026":5,",":5,".":5,"t":7,"s":22,"q":18,"o":18,"g":18,"f":5,"e":18,"d":18,"c":18,"a":18,"W":-7,"V":-7,"T":-5,"Q":11,"O":11,"J":38,"G":11}},"-":{"d":"102,-78r-83,0r3,-18r84,0","w":119,"k":{"A":6,"2":11,"1":14,"z":4,"x":7,"f":4,"Z":18,"Y":40,"X":18,"W":14,"V":36,"T":41,"S":11,"J":25}},"\u2013":{"d":"158,-78r-139,0r3,-18r139,0","w":174,"k":{"A":6,"2":11,"1":14,"z":4,"x":7,"f":4,"Z":18,"Y":40,"X":18,"W":14,"V":36,"T":41,"S":11,"J":25}},"\u2014":{"d":"248,-78r-229,0r3,-18r229,0","w":264,"k":{"A":6,"2":11,"1":14,"z":4,"x":7,"f":4,"Z":18,"Y":40,"X":18,"W":14,"V":36,"T":41,"S":11,"J":25}},"\/":{"d":"-4,78r-19,0r153,-342r19,0","w":114,"k":{"B":-24,"A":1,"C":-19,"\/":16,"9":-11,"8":-5,"7":-14,"6":6,"4":8,"3":-11,"2":-6,"1":-10,"0":-9,"l":-23,"k":-23,"j":-4,"i":-9,"h":-23,"f":-5,"b":-23,"a":4,"Z":-11,"Y":-19,"X":-13,"W":-20,"V":-20,"U":-24,"T":-23,"S":-22,"R":-24,"Q":-19,"P":-24,"O":-19,"N":-24,"M":-15,"L":-24,"K":-24,"J":5,"I":-24,"H":-23,"G":-19,"F":-24,"E":-24,"D":-24}},"\\":{"d":"72,78r-34,-342r17,0r35,342r-18,0","w":114},"|":{"d":"3,78r67,-342r17,0r-66,342r-18,0","w":83},"(":{"d":"89,79v-73,-46,-90,-183,-33,-261v26,-35,59,-67,100,-86r7,16v-68,34,-124,91,-124,186v0,58,25,104,61,132","w":125,"k":{"A":7,"C":7,"7":-9,"6":7,"4":7,"3":-11,"2":-7,"j":-29,"Z":-7,"Y":-14,"X":-14,"W":-14,"V":-14,"T":-14,"Q":7,"O":7,"J":7,"G":7}},")":{"d":"44,-268v74,46,89,183,33,261v-25,35,-59,67,-100,86r-7,-16v68,-34,124,-91,124,-187v0,-58,-24,-103,-61,-131","w":125},"[":{"d":"131,-247r-50,0r-60,308r50,0r-3,17r-69,0r67,-342r68,0","w":105,"k":{"A":7,"C":7,"7":-9,"6":7,"4":7,"3":-11,"2":-7,"j":-29,"Z":-7,"Y":-14,"X":-14,"W":-14,"V":-14,"T":-14,"Q":7,"O":7,"J":7,"G":7}},"]":{"d":"48,78r-69,0r3,-17r51,0r60,-308r-51,0r4,-17r68,0","w":96},"{":{"d":"37,-60v4,-20,-6,-29,-28,-26v3,-6,-1,-19,11,-17v74,-14,1,-169,117,-163v-3,5,1,17,-7,17v-66,2,-43,97,-70,142v-4,6,-11,11,-21,14v39,22,0,82,0,126v0,20,11,30,34,30r-3,17v-78,3,-43,-89,-33,-140","w":106,"k":{"A":7,"C":7,"7":-9,"6":7,"4":7,"3":-11,"2":-7,"j":-29,"Z":-7,"Y":-14,"X":-14,"W":-14,"V":-14,"T":-14,"Q":7,"O":7,"J":7,"G":7}},"}":{"d":"77,-126v-4,19,6,28,27,25v-2,7,1,20,-11,17v-74,14,0,171,-117,164v3,-6,0,-18,7,-18v69,0,42,-96,70,-142v4,-6,12,-10,22,-13v-40,-20,2,-84,0,-127v0,-21,-13,-29,-35,-29r3,-18v76,-3,45,87,34,141","w":105},"@":{"d":"104,-82v2,23,35,22,46,4v9,-15,-11,-20,-25,-21v-12,0,-21,5,-21,17xm140,-213v58,0,94,33,98,91v3,49,-51,95,-82,54v-18,24,-67,20,-68,-12v-1,-33,48,-40,67,-21v12,-28,-16,-41,-46,-32r0,-14v46,-12,79,16,59,62v-2,13,5,20,17,20v27,-2,37,-28,37,-56v0,-49,-31,-77,-82,-77v-62,0,-100,43,-100,103v0,65,60,95,130,80r1,14v-77,19,-147,-20,-147,-93v0,-70,45,-119,116,-119","w":248},"\u2122":{"d":"69,-252r-12,67r-13,0r13,-67r-25,0r2,-12r63,0r-3,12r-25,0xm165,-185r9,-49v-12,13,-21,28,-34,39r-18,-39r-10,49r-13,0v8,-26,10,-58,21,-80r24,52v16,-17,28,-38,46,-52r-12,80r-13,0","w":174},"*":{"d":"104,-204r20,40r-15,7r-18,-41r-33,31r-11,-12r34,-30r-40,-21r8,-14r39,23r7,-44r17,3r-10,44r45,-7r2,17","w":132},"$":{"d":"98,-193v-45,-3,-57,56,-19,73xm69,-14v44,4,60,-59,20,-78xm36,-152v0,-38,28,-58,67,-59r5,-22r16,2r-6,22v13,3,27,10,35,17r-11,15v-9,-5,-17,-13,-28,-15r-21,81v19,13,40,23,40,54v0,39,-28,59,-69,60r-6,23r-16,-2r6,-23v-19,-4,-33,-12,-46,-23r11,-15v12,9,24,18,40,22r22,-85v-18,-14,-39,-23,-39,-52","w":154},"#":{"d":"85,-134r-13,61r51,0r13,-61r-51,0xm194,-134r-40,0r-13,61r40,0r-4,15r-40,0r-12,58r-18,0r12,-58r-51,0r-13,58r-18,0r13,-58r-40,0r4,-15r40,0r13,-61r-40,0r4,-16r40,0r13,-58r18,0r-13,58r51,0r13,-58r18,0r-13,58r40,0","w":203},"%":{"d":"161,-12v35,0,49,-74,9,-74v-21,0,-34,24,-34,46v0,15,9,28,25,28xm171,-100v24,-1,39,18,39,42v0,63,-90,86,-90,19v0,-33,17,-59,51,-61xm73,-122v35,2,49,-72,9,-75v-35,-1,-50,72,-9,75xm22,6r-10,-11r208,-209r11,11xm83,-211v24,-1,40,19,39,43v-2,33,-16,59,-50,60v-24,1,-41,-19,-40,-42v1,-33,17,-59,51,-61","w":230},"\"":{"d":"91,-167r-10,-7r46,-66r18,13xm43,-171r-10,-7r46,-66r18,13","w":125},"'":{"d":"43,-171r-10,-7r46,-66r18,13","w":77},"+":{"d":"144,-93r-52,0r-11,55r-18,0r10,-55r-51,0r3,-17r52,0r10,-54r19,0r-10,54r51,0","w":158},"=":{"d":"131,-117r-102,0r3,-18r102,0xm121,-67r-102,0r3,-17r102,0","w":142},"<":{"d":"41,-106r70,82r-15,11r-82,-96r116,-78r10,15","w":137},">":{"d":"12,-15r-9,-15r98,-66r-69,-83r14,-10r82,96","w":137},"_":{"d":"173,0r-188,0r4,-18r187,0","w":187},"^":{"d":"127,-175r-21,-35r-35,35r-22,0r54,-53r11,0r33,53r-20,0","w":158},"~":{"d":"112,-132v13,-2,15,-8,25,-17r10,11v-11,13,-20,22,-38,22v-19,0,-22,-17,-40,-18v-12,2,-14,6,-24,15r-9,-11v11,-11,19,-19,36,-20v19,-1,23,16,40,18","w":158},"`":{"d":"130,-171r-66,-40r13,-17r61,46","w":158},"C":{"d":"30,-113v-7,-127,143,-197,239,-123r-11,16v-20,-16,-47,-31,-81,-29v-79,4,-127,56,-127,135v0,60,37,97,98,99v34,1,56,-12,78,-25r8,17v-23,14,-50,29,-88,27v-70,-3,-112,-45,-116,-117","w":263,"k":{"C":11,"}":-18,"]":-18,")":-18,"\/":-4,"\u2014":7,"\u2013":7,"-":7,"\u2019":-7,"\u201d":-7,"?":-7,"!":-7,"y":11,"x":4,"w":11,"v":11,"u":2,"t":4,"s":2,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"S":-2,"Q":11,"O":11,"G":11}},"A":{"d":"147,-227r-78,129r105,0xm195,0r-17,-81r-119,0r-49,81r-22,0r165,-268r3,0r60,268r-21,0","w":235,"k":{"C":14,"\u2122":-7,"\/":-5,"\u2014":9,"\u2013":9,"-":9,"\u2019":34,"\u2018":36,"\u201d":34,"\u201c":36,"y":7,"w":5,"v":14,"t":4,"q":2,"o":2,"g":2,"f":4,"e":2,"d":2,"c":2,"Y":25,"W":11,"V":22,"U":11,"T":22,"Q":14,"O":14,"J":-4,"G":14}},"B":{"d":"40,-20v53,13,121,3,121,-53v1,-46,-51,-60,-100,-54xm64,-145v56,8,112,-6,112,-56v1,-41,-48,-55,-92,-45xm67,-262v60,-11,130,-2,130,59v0,40,-30,61,-66,69v28,9,51,26,51,58v0,78,-93,90,-165,70","w":197,"k":{"\/":-5,"\u2014":-7,"\u2013":-7,"-":-7,"\u2026":-2,",":-2,".":-2,"Y":7,"V":4,"T":7}},"\u00d7":{"d":"149,-143r-51,43r36,44r-14,12r-36,-44r-51,43r-11,-14r51,-43r-36,-44r14,-12r36,45r51,-43","w":160},"\u00a0":{"w":72}}});
Cufon.replace('p.pullquote-a', { fontFamily: 'Verlag Light' });