/*
 * 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] 1994, 1999 Luc(as) de Groot, published by LucasFonts.
 */
Cufon.registerFont({"w":200,"face":{"font-family":"VATheSans","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"3","bbox":"-21 -278.209 330 93","underline-thickness":"7.2","underline-position":"-54","stemh":"25","stemv":"32","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":78},"!":{"d":"73,-255r-5,195r-27,0r-6,-195r38,0xm54,-39v12,0,22,9,22,21v0,12,-10,21,-22,21v-12,0,-22,-9,-22,-21v0,-12,10,-21,22,-21","w":108},"\"":{"d":"53,-266r-5,83r-24,0r-5,-83r34,0xm113,-266r-5,83r-24,0r-5,-83r34,0","w":131},"#":{"d":"225,-69r-54,0r-8,69r-27,0r7,-69r-53,0r-7,69r-28,0r8,-69r-53,0r0,-23r55,0r7,-67r-51,0r0,-23r54,0r6,-61r28,0r-7,61r53,0r6,-61r28,0r-6,61r51,0r0,23r-54,0r-7,67r52,0r0,23xm145,-92r8,-67r-53,0r-7,67r52,0","w":245},"$":{"d":"157,-64v0,33,-23,59,-61,66r0,47r-24,0r0,-46v-17,0,-31,-1,-45,-5r3,-30v34,13,93,14,93,-28v0,-49,-102,-30,-102,-103v0,-31,22,-55,57,-60r0,-38r25,0r0,36v14,0,27,2,38,5r-2,28v-31,-13,-91,-5,-85,25v0,47,103,32,103,103","w":176},"%":{"d":"130,-192v3,77,-116,89,-115,6v-3,-76,116,-88,115,-6xm101,-189v0,-25,-10,-36,-29,-36v-16,0,-28,14,-28,36v0,25,10,37,28,37v17,0,29,-14,29,-37xm238,-235r-171,243r-23,-16r171,-243xm268,-57v3,77,-116,87,-114,5v-3,-77,115,-87,114,-5xm239,-55v0,-25,-9,-36,-28,-36v-16,0,-28,14,-28,36v0,25,9,37,27,37v17,0,29,-14,29,-37","w":287},"&":{"d":"249,-18r-20,25v-17,-11,-35,-25,-48,-35v-22,18,-51,32,-87,32v-48,0,-74,-29,-74,-66v0,-31,19,-52,46,-73v-23,-26,-31,-42,-31,-60v0,-28,21,-52,60,-52v74,0,67,78,14,112v19,20,46,45,71,66v14,-21,24,-49,22,-82r32,0v1,38,-10,73,-31,100v17,13,33,25,46,33xm117,-198v0,-13,-7,-24,-24,-24v-37,8,-31,39,-3,68v18,-15,27,-28,27,-44xm159,-46v-27,-22,-57,-50,-75,-70v-22,18,-31,33,-31,50v-3,52,83,49,106,20","w":269},"'":{"d":"53,-266r-5,83r-24,0r-5,-83r34,0","w":71},"(":{"d":"105,69r-30,0v-71,-125,-66,-220,0,-345r30,0v-63,102,-65,244,0,345","w":109},")":{"d":"36,-276v68,125,70,220,0,345r-30,0v64,-101,64,-244,0,-345r30,0","w":109},"*":{"d":"119,-193r-12,21r-33,-23r4,40r-24,0r4,-40r-32,23r-12,-21r37,-16r-37,-16r12,-21r32,24r-4,-41r24,0r-4,41r33,-24r12,21r-37,16","w":134},"+":{"d":"193,-79r-77,0r0,79r-30,0r0,-79r-76,0r0,-27r76,0r0,-79r30,0r0,79r77,0r0,27","w":202},",":{"d":"23,55r-14,-12v23,-25,24,-42,16,-52v-10,-13,-2,-32,15,-32v27,0,39,45,-17,96","w":82},"-":{"d":"102,-77r-85,0r0,-26r85,0r0,26","w":118},".":{"d":"41,-41v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22","w":82},"\/":{"d":"139,-243r-93,243r-32,0r93,-243r32,0","w":150,"k":{"e":16,"a":9}},"0":{"d":"202,-95v0,62,-43,99,-95,99v-50,0,-89,-30,-89,-95v0,-60,45,-97,95,-97v61,0,89,41,89,93xm170,-93v0,-39,-20,-68,-59,-68v-33,0,-60,25,-60,67v0,39,17,70,58,70v32,0,61,-27,61,-69","w":220},"1":{"d":"89,0r-34,0r0,-154r-41,17r-5,-28v26,-8,44,-23,80,-20r0,185","w":121},"2":{"d":"156,0r-137,0r0,-26v27,-26,91,-64,93,-100v2,-41,-62,-41,-84,-21r-5,-28v42,-26,132,-13,124,43v3,41,-54,79,-84,104v17,-1,55,-1,93,-1r0,29","w":173},"3":{"d":"146,-11v0,56,-61,95,-130,78r3,-29v41,15,92,-5,92,-45v0,-36,-32,-50,-82,-45r0,-26v49,0,78,-15,78,-47v0,-40,-55,-44,-83,-25r-3,-27v46,-24,120,-5,120,46v0,28,-18,50,-44,60v31,5,49,29,49,60","w":165},"4":{"d":"191,0r-43,0r0,69r-32,0r0,-69r-105,0r-5,-27r100,-158r42,0r0,156r43,0r0,29xm116,-29r0,-125r-79,125r79,0","w":195},"5":{"d":"150,-15v1,58,-59,96,-129,84r3,-30v45,11,92,-11,92,-49v0,-36,-37,-57,-88,-52r0,-123r115,0r0,32r-84,0r0,63v59,0,91,32,91,75","w":168},"6":{"d":"168,-224v-67,-11,-105,32,-110,95v32,-54,134,-30,134,46v0,50,-35,87,-87,87v-51,0,-81,-39,-81,-104v0,-108,56,-161,144,-153r0,29xm157,-78v0,-32,-17,-52,-47,-52v-33,0,-49,24,-49,49v0,30,15,57,48,57v30,0,48,-23,48,-54","w":209},"7":{"d":"155,-158v-29,66,-56,143,-75,227r-36,0v21,-84,47,-160,75,-223v-11,1,-82,1,-110,1r0,-32r146,0r0,27","w":165},"8":{"d":"177,-64v0,44,-37,68,-82,68v-49,0,-75,-27,-75,-63v0,-33,26,-53,50,-68v-71,-30,-56,-128,31,-128v45,0,72,24,72,58v0,26,-15,45,-47,65v26,15,51,34,51,68xm139,-194v0,-19,-14,-35,-40,-35v-26,0,-41,16,-41,36v0,20,15,33,42,48v27,-17,39,-31,39,-49xm143,-60v0,-24,-19,-39,-47,-54v-24,14,-41,30,-41,52v0,23,16,38,44,38v24,0,44,-13,44,-36","w":198},"9":{"d":"186,-84v-1,109,-58,165,-153,153r0,-30v68,14,112,-23,116,-92v-36,52,-131,27,-131,-49v0,-49,34,-86,85,-86v48,0,83,31,83,104xm149,-101v0,-35,-17,-60,-49,-60v-29,0,-48,24,-48,54v0,33,17,53,47,53v30,0,50,-23,50,-47","w":209},":":{"d":"46,-147v12,0,23,10,23,23v0,12,-11,22,-23,22v-13,0,-22,-10,-22,-22v0,-13,9,-23,22,-23xm46,-41v12,0,23,10,23,22v0,12,-11,22,-23,22v-13,0,-22,-10,-22,-22v0,-12,9,-22,22,-22","w":92},";":{"d":"69,-124v0,12,-11,22,-23,22v-13,0,-22,-10,-22,-22v0,-13,9,-23,22,-23v12,0,23,10,23,23xm46,-41v26,0,39,45,-17,96r-14,-12v23,-25,23,-42,15,-52v-10,-13,-2,-32,16,-32","w":92},"<":{"d":"20,-90r114,-104r21,21r-93,83r93,80r-21,22","w":180},"=":{"d":"185,-109r-159,0r0,-26r159,0r0,26xm185,-47r-159,0r0,-27r159,0r0,27","w":210},">":{"d":"160,-92r-114,104r-21,-21r93,-83r-93,-80r21,-22","w":180},"?":{"d":"130,-186v0,56,-74,60,-52,126r-32,0v-25,-71,49,-84,49,-123v0,-24,-28,-41,-69,-44r4,-29v63,4,100,34,100,70xm85,-18v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-12,10,-21,22,-21v12,0,21,9,21,21","w":152},"@":{"d":"275,-143v0,55,-30,82,-71,82v-27,0,-37,-17,-34,-34v-6,16,-25,34,-48,34v-23,0,-32,-15,-32,-42v0,-60,49,-98,113,-79v-2,28,-30,97,6,97v23,0,37,-16,37,-56v0,-42,-26,-83,-87,-83v-59,0,-106,47,-106,111v0,75,73,114,148,87r0,25v-91,29,-177,-20,-177,-110v0,-80,63,-137,137,-137v74,0,114,48,114,105xm174,-163v-37,-13,-58,25,-57,55v0,15,4,23,13,23v21,0,38,-41,44,-78","w":299},"A":{"d":"218,0r-37,0r-20,-57r-103,0r-21,57r-33,0r88,-243r37,0xm152,-83r-43,-123v-12,43,-29,82,-43,123r86,0","w":221,"k":{"\/":4}},"B":{"d":"186,-73v0,29,-17,74,-93,74v-14,0,-38,-1,-62,-1r0,-243v18,0,42,-1,71,-1v93,0,102,93,36,115v34,6,48,31,48,56xm86,-138v72,7,89,-81,10,-79r-32,0r0,79r22,0xm152,-72v1,-38,-44,-43,-88,-41r0,85v40,8,96,-6,88,-44","w":205,"k":{"G":3}},"C":{"d":"193,-9v-18,8,-42,12,-66,12v-78,0,-110,-50,-110,-118v0,-74,36,-130,118,-130v19,0,38,3,55,7r-3,30v-19,-6,-37,-8,-55,-8v-55,0,-79,42,-79,95v0,84,69,113,136,82","w":209,"k":{"B":-5}},"D":{"d":"228,-124v0,106,-88,135,-197,124r0,-243v19,0,45,-1,72,-1v78,0,125,36,125,120xm193,-122v0,-76,-50,-103,-129,-94r0,187v73,10,129,-15,129,-93","w":244,"k":{"I":-2}},"E":{"d":"156,0r-125,0r0,-243r125,0r0,27r-92,0r0,77r87,0r0,27r-87,0r0,84r92,0r0,28","w":180,"k":{"J":5,"H":6,"B":5}},"F":{"d":"154,-216r-90,0r0,79r86,0r0,27r-86,0r0,110r-33,0r0,-243r123,0r0,27","w":168,"k":{"B":-2}},"G":{"d":"213,-236r-5,31v-72,-30,-157,-9,-157,84v0,77,62,110,133,89r0,-92r32,0r0,113v-93,36,-201,2,-201,-106v0,-99,98,-153,198,-119","w":245,"k":{"J":5,"I":2,"H":4,"C":4}},"H":{"d":"221,0r-33,0r0,-112r-124,0r0,112r-33,0r0,-243r33,0r0,103r124,0r0,-103r33,0r0,243","w":251,"k":{"I":4,"H":-5,"G":2,"E":4,"B":-8}},"I":{"d":"64,0r-33,0r0,-243r33,0r0,243","w":94,"k":{"B":2}},"J":{"d":"88,-63v4,50,-37,76,-88,63r0,-29v28,8,55,8,55,-37r0,-177r33,0r0,180","w":118},"K":{"d":"205,0r-45,0r-96,-120r0,120r-33,0r0,-243r33,0r0,114r96,-114r41,0r-103,117","w":210},"L":{"d":"151,0r-120,0r0,-243r33,0r0,215r87,0r0,28","w":153},"M":{"d":"303,0r-35,0r-29,-200v-17,67,-44,135,-64,200r-35,0r-50,-146v-6,-18,-12,-38,-15,-54r-24,200r-34,0r36,-243r41,0r51,153v7,18,8,36,14,48v18,-70,45,-134,66,-201r41,0","w":320},"N":{"d":"224,0r-43,0r-93,-150v-11,-18,-20,-35,-28,-51r3,201r-32,0r0,-243r43,0r91,146v11,18,20,36,29,53r-2,-199r32,0r0,243","w":254},"O":{"d":"239,-124v0,81,-53,128,-116,128v-73,0,-108,-49,-108,-123v0,-81,52,-128,115,-128v66,0,109,43,109,123xm203,-120v0,-62,-27,-97,-76,-97v-40,0,-77,33,-77,94v0,58,25,97,76,97v40,0,77,-31,77,-94","w":253},"P":{"d":"177,-173v0,54,-49,88,-113,80r0,93r-33,0r0,-243v18,-1,37,-1,59,-1v56,0,87,28,87,71xm143,-170v0,-38,-33,-51,-79,-47r0,96v43,6,79,-11,79,-49","w":188},"Q":{"d":"253,48v-60,10,-80,-44,-130,-44v-73,0,-108,-49,-108,-123v0,-81,52,-128,115,-128v66,0,109,43,109,123v0,57,-26,97,-63,116v23,14,44,31,77,26r0,30xm203,-120v0,-62,-27,-97,-76,-97v-40,0,-77,33,-77,94v0,58,25,97,76,97v40,0,77,-31,77,-94","w":253},"R":{"d":"190,0r-42,0r-84,-109r0,109r-33,0r0,-243v61,-4,143,-6,143,62v0,41,-32,65,-74,68xm139,-177v0,-37,-34,-42,-75,-40r0,83v37,6,75,-10,75,-43","w":199},"S":{"d":"162,-72v0,61,-75,89,-139,69r1,-31v37,14,105,17,104,-33v0,-55,-110,-33,-110,-110v0,-55,68,-81,131,-65r-2,30v-36,-14,-94,-9,-94,31v0,53,109,33,109,109","w":181},"T":{"d":"180,-215r-71,0r0,215r-33,0r0,-215r-70,0r0,-28r174,0r0,28","w":185},"U":{"d":"219,-93v0,64,-34,97,-97,97v-76,0,-91,-43,-91,-86r0,-161r33,0r0,159v0,33,11,60,60,60v42,0,62,-17,62,-66r0,-153r33,0r0,150","w":249},"V":{"d":"218,-243r-89,243r-38,0r-87,-243r37,0r70,207v21,-70,49,-139,73,-207r34,0","w":222},"W":{"d":"330,-243r-64,243r-40,0r-47,-163v-4,-14,-7,-29,-9,-43v-14,72,-37,137,-54,206r-40,0r-64,-243r36,0r41,158v5,15,4,33,10,47v13,-73,36,-136,54,-205r38,0r56,204r51,-204r32,0","w":342},"X":{"d":"210,0r-42,0r-62,-100r-61,100r-39,0r80,-125r-75,-118r38,0r58,93r56,-93r38,0r-74,117","w":215},"Y":{"d":"190,-243r-78,156r0,87r-33,0r0,-87r-76,-156r37,0r57,124r58,-124r35,0","w":193},"Z":{"d":"178,0r-161,0r0,-24r121,-190r-118,1r0,-30r157,0r0,25r-122,188r123,0r0,30","w":194},"[":{"d":"102,72r-71,0r0,-350r71,0r0,25r-41,0r0,299r41,0r0,26","w":115},"\\":{"d":"135,0r-30,0r-93,-243r29,0","w":147},"]":{"d":"85,72r-71,0r0,-26r41,0r0,-299r-41,0r0,-25r71,0r0,350","w":115},"^":{"d":"170,-136r-24,13r-52,-96r-50,96r-22,-12r60,-108r26,0","w":192},"_":{"d":"180,91r-180,0r0,-26r180,0r0,26","w":180},"`":{"d":"102,-225r-13,18r-55,-35r17,-23","w":132},"a":{"d":"157,0r-31,0v-1,-13,2,-28,1,-36v-10,46,-110,58,-110,-5v0,-39,39,-64,107,-64v1,-32,-4,-52,-39,-52v-17,0,-39,6,-54,15r-3,-28v17,-7,38,-13,62,-13v99,-2,59,94,67,183xm76,-22v30,-1,49,-29,48,-60v-62,0,-76,19,-76,35v0,15,11,25,28,25","w":187,"k":{"b":2}},"b":{"d":"185,-98v0,88,-76,118,-154,93r0,-258r32,0v-1,41,3,84,-3,121v10,-25,33,-40,60,-40v42,0,65,29,65,84xm152,-95v0,-39,-13,-61,-40,-61v-52,0,-51,71,-49,129v50,13,90,-3,89,-68","k":{"g":4}},"c":{"d":"145,-7v-59,21,-130,13,-130,-77v0,-74,57,-115,130,-92r-4,28v-47,-19,-92,1,-92,60v0,35,11,63,51,63v15,0,31,-4,43,-10","w":156,"k":{"b":2}},"d":{"d":"170,0r-31,0v0,-10,0,-26,2,-37v-10,24,-32,40,-60,40v-44,0,-66,-32,-66,-84v0,-75,47,-109,123,-99r0,-83r32,0r0,263xm89,-23v52,0,51,-71,49,-129v-52,-13,-89,3,-89,68v0,39,13,61,40,61","k":{"i":-2}},"e":{"d":"95,-182v56,1,76,40,70,91r-117,0v-7,73,60,78,109,57r3,26v-68,26,-145,10,-145,-81v0,-54,29,-93,80,-93xm133,-114v1,-26,-15,-44,-40,-44v-23,0,-39,18,-43,44r83,0","w":182,"k":{"j":4,"h":6,"b":5}},"f":{"d":"138,-262r-3,27v-40,-14,-71,4,-63,56r49,0r0,25r-49,0r0,154r-33,0r0,-154r-36,0r0,-25r36,0v-6,-68,35,-97,99,-83","w":126,"k":{"b":2}},"g":{"d":"185,26v0,38,-39,67,-95,67v-77,0,-97,-71,-46,-99v-25,-10,-21,-47,3,-56v-63,-43,-7,-144,80,-117r61,0r0,26r-30,0v42,46,-9,119,-86,99v-19,12,-15,31,19,29v51,-4,94,6,94,51xm141,-116v0,-26,-16,-42,-43,-42v-28,0,-46,18,-46,42v0,27,16,41,44,41v27,0,45,-15,45,-41xm153,30v0,-33,-48,-29,-83,-28v-38,17,-26,65,25,65v37,0,58,-15,58,-37","k":{"j":4,"i":2,"h":4,"c":3}},"h":{"d":"177,0r-33,0r0,-116v0,-25,-6,-40,-30,-40v-58,-1,-53,91,-51,156r-32,0r0,-263r32,0v-1,40,3,85,-3,121v10,-24,33,-41,63,-41v85,1,45,110,54,183","w":207,"k":{"i":4,"h":-5,"g":2,"e":4,"b":-8}},"i":{"d":"68,-230v0,12,-9,22,-21,22v-12,0,-22,-10,-22,-22v0,-12,10,-21,22,-21v12,0,21,9,21,21xm63,0r-32,0r0,-179r32,0r0,179","w":93,"k":{"b":2}},"j":{"d":"71,-230v0,12,-10,22,-22,22v-12,0,-21,-10,-21,-22v0,-12,9,-21,21,-21v12,0,22,9,22,21xm65,20v5,58,-32,80,-86,68r3,-28v29,9,51,6,51,-37r0,-202r32,0r0,199","w":95,"k":{"j":2,"e":2,"c":4}},"k":{"d":"171,0r-42,0r-66,-92r0,92r-32,0r0,-263r32,0r0,163r63,-79r39,0r-69,82","w":177},"l":{"d":"63,0r-32,0r0,-263r32,0r0,263","w":93},"m":{"d":"286,0r-33,0r0,-115v0,-25,-6,-41,-29,-41v-26,0,-50,28,-50,71r0,85r-32,0r0,-115v0,-22,-5,-41,-29,-41v-27,0,-50,30,-50,71r0,85r-32,0r0,-179r31,0v1,9,-3,29,-2,38v10,-25,33,-42,62,-42v38,0,48,27,49,41v8,-17,27,-41,62,-41v77,0,47,112,53,183","w":316},"n":{"d":"177,0r-33,0r0,-116v0,-25,-6,-40,-30,-40v-58,-1,-53,91,-51,156r-32,0r0,-179r31,0v1,10,-3,30,-2,38v10,-25,32,-42,63,-42v85,1,45,110,54,183","w":207},"o":{"d":"182,-93v0,54,-35,96,-88,96v-49,0,-80,-28,-80,-91v0,-53,33,-94,87,-94v46,0,81,25,81,89xm148,-91v0,-41,-17,-64,-50,-64v-26,0,-50,20,-50,64v0,43,17,67,50,67v27,0,50,-21,50,-67","w":196},"p":{"d":"185,-98v1,75,-48,110,-122,98r0,89r-32,0r0,-268r31,0v1,10,-3,29,-2,37v10,-25,32,-40,60,-40v42,0,65,29,65,84xm152,-95v0,-39,-13,-61,-40,-61v-52,0,-51,71,-49,129v50,13,90,-3,89,-68"},"q":{"d":"170,89r-32,0r2,-125v-10,24,-31,39,-58,39v-42,0,-67,-28,-67,-84v0,-87,72,-115,155,-96r0,266xm89,-23v52,0,51,-71,49,-129v-52,-13,-88,2,-88,68v0,39,12,61,39,61"},"r":{"d":"120,-182r-1,32v-61,-16,-58,83,-56,150r-32,0r0,-179r31,0v1,10,-3,31,-3,43v8,-25,25,-50,61,-46","w":127},"s":{"d":"135,-54v0,44,-60,66,-114,54r1,-29v26,10,79,9,79,-21v0,-40,-83,-16,-83,-79v0,-41,55,-62,106,-50r-1,27v-25,-10,-72,-7,-72,20v0,39,84,18,84,78","w":153},"t":{"d":"120,-1v-43,10,-82,5,-82,-50r0,-103r-37,0r0,-25r37,0r0,-58r32,-9r0,67r50,0r0,25r-50,0r0,92v-3,43,22,39,50,34r0,27","w":133},"u":{"d":"176,0r-31,0v-1,-10,3,-29,2,-38v-10,25,-32,42,-63,42v-85,-2,-44,-110,-53,-183r32,0r0,116v0,25,7,40,30,40v58,1,53,-91,51,-156r32,0r0,179","w":207},"v":{"d":"172,-179r-68,179r-34,0r-67,-179r36,0r49,140v14,-48,33,-94,49,-140r35,0","w":174},"w":{"d":"280,-179r-58,179r-37,0r-46,-141v-12,50,-28,94,-42,141r-36,0r-55,-179r35,0r41,142v11,-50,28,-95,43,-142r34,0r45,143r42,-143r34,0","w":285},"x":{"d":"179,0r-41,0r-46,-69r-45,69r-39,0r65,-90r-62,-89r39,0r45,67r45,-67r36,0r-62,88","w":186},"y":{"d":"170,-179r-75,197v-25,64,-41,79,-100,71r2,-29v44,20,59,-19,74,-60r-68,-179r37,0r34,93v7,16,7,32,14,44v11,-41,33,-95,47,-137r35,0","w":172},"z":{"d":"143,0r-126,0r0,-23r86,-128r-84,1r0,-29r122,0r0,23r-85,127r87,-1r0,30","w":160},"{":{"d":"111,72v-70,8,-63,-67,-62,-134v0,-28,-11,-38,-39,-39r0,-26v45,4,39,-39,39,-81v0,-43,16,-72,62,-70r0,25v-65,-10,-1,135,-66,139v41,2,33,69,33,116v0,34,8,44,33,44r0,26","w":122},"|":{"d":"63,90r-26,0r0,-360r26,0r0,360","w":100},"}":{"d":"114,-101v-88,-5,16,187,-100,173r0,-26v69,7,-5,-151,66,-160v-36,-2,-34,-52,-34,-95v0,-34,-7,-44,-32,-44r0,-25v62,-4,62,50,62,111v0,31,10,39,38,40r0,26","w":121},"~":{"d":"190,-95v-13,13,-30,22,-49,22v-46,0,-81,-42,-113,-7r-10,-24v11,-10,27,-20,48,-20v48,0,76,44,114,6","w":208},"\u00a0":{"w":78}}});



