
	// Copyright (c) 2009 Simo Kinnunen.
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-1]-=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("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.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.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}})());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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2007 by La Tipomatika. All rights reserved.
 * 
 * Trademark:
 * Cicle Fina is a trademark of La Tipomatika.
 * 
 * Description:
 * Copyright (c) 2007 by La Tipomatika. All rights reserved.
 * 
 * Manufacturer:
 * La Tipomatika
 * 
 * Designer:
 * La Tipomatika (Digital Type Foundry)
 * 
 * Vendor URL:
 * http://tipomatika.co.nr/
 * 
 * License information:
 * http://tipomatika.co.nr/
 */
Cufon.registerFont({"w":184,"face":{"font-family":"New Cicle","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"5 -270 311 72","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":92},"\u00a0":{"w":92},"#":{"d":"24,-95r39,0r18,-52r-69,0r12,-16r63,0r26,-69r16,0r-25,69r86,0r26,-69r16,0r-25,69r41,0r-12,16r-35,0r-19,52r67,0r-13,15r-60,0r-28,80r-17,0r29,-80r-87,0r-28,80r-17,0r29,-80r-45,0xm79,-95r87,0r18,-52r-86,0","w":257},"$":{"d":"76,-235v-48,4,-65,75,-19,96v6,3,12,6,19,7r0,-103xm91,-13v51,0,65,-74,20,-94v-6,-3,-13,-6,-20,-7r0,101xm13,-183v0,-41,29,-59,63,-66r0,-16r15,0r0,15v29,0,48,13,63,28r-13,10v-10,-13,-29,-23,-50,-24r0,107v34,8,65,27,65,67v0,38,-29,60,-65,65r0,21r-15,0r0,-21v-30,-1,-50,-16,-63,-34r12,-9v10,13,29,28,51,28r0,-104v-34,-8,-63,-27,-63,-67","w":167},"%":{"d":"204,-249r18,0r-144,249r-17,0xm71,-227v-24,0,-38,19,-38,45v0,25,13,44,38,44v25,0,38,-19,38,-44v0,-26,-14,-45,-38,-45xm71,-122v-33,0,-53,-25,-53,-60v0,-35,20,-60,53,-60v33,0,53,25,53,60v0,35,-20,60,-53,60xm209,-105v-25,0,-38,19,-38,44v0,26,14,45,38,45v24,0,38,-19,38,-45v0,-25,-13,-44,-38,-44xm209,-1v-33,0,-53,-26,-53,-60v0,-34,19,-59,53,-59v34,0,53,25,53,59v0,35,-20,60,-53,60","w":278},"&":{"d":"171,-58v9,21,31,24,27,58r-36,-40v-13,25,-38,40,-73,40v-58,0,-95,-60,-60,-106v10,-14,30,-27,52,-35v-13,-18,-34,-29,-34,-59v0,-31,23,-49,56,-50v42,-2,67,42,44,77v-6,12,-26,26,-42,35r57,70v8,-12,19,-22,22,-39r13,2v-5,17,-17,34,-26,47xm102,-238v-37,0,-53,45,-26,68v8,7,15,28,26,16v18,-11,36,-24,39,-48v2,-21,-17,-36,-39,-36xm29,-67v0,61,93,69,120,23r5,-6r-65,-81v-32,17,-60,30,-60,64","w":214},"'":{"d":"17,-247r17,-2r3,23r-27,28v-2,-12,15,-28,7,-49","w":43},"(":{"d":"64,-233v-42,58,-41,211,4,264r-9,15v-56,-60,-55,-236,-2,-296","w":93},")":{"d":"21,31v46,-53,45,-204,5,-264r6,-17v56,62,54,238,-2,296","w":88},"*":{"d":"93,-140r-16,0r0,-43r-31,30r-10,-10r31,-31r-44,0r0,-15r44,0r-31,-31r10,-11r31,31r0,-44r16,0r0,44r30,-31r11,11r-31,30r44,0r0,16r-44,0r31,31r-10,10r-31,-31r0,44","w":169},"+":{"d":"89,-44r-15,0r0,-54r-54,0r0,-15r54,0r0,-55r15,0r0,55r55,0r0,15r-55,0r0,54","w":162},",":{"d":"28,-23r17,0r0,23r-30,25v2,-14,18,-24,13,-48","w":62},"-":{"d":"15,-98r0,-15r124,0r0,15r-124,0","w":151},".":{"d":"15,-23r23,0r1,23r-24,0r0,-23","w":52},"\/":{"d":"33,0r-17,0r91,-249r16,0","w":136},"0":{"d":"107,-235v-103,7,-102,216,0,223v101,-8,101,-215,0,-223xm107,3v-62,-6,-92,-60,-92,-127v0,-68,30,-119,92,-126v61,7,90,59,90,126v0,67,-28,121,-90,127","w":210},"1":{"d":"14,-201r57,-48r15,0r1,249r-15,0r-1,-229r-57,47r0,-19","w":110},"2":{"d":"17,-228v50,-52,166,1,128,83v-25,53,-74,86,-110,130r126,0r0,15r-146,0r0,-15r104,-117v34,-35,8,-107,-47,-103v-19,1,-34,7,-44,18","w":171},"3":{"d":"127,-182v4,-51,-74,-70,-101,-35r-11,-11v37,-42,128,-18,128,46v0,29,-20,44,-41,54v23,11,41,32,42,64v2,69,-107,82,-139,33r10,-10v24,38,114,33,114,-23v0,-37,-30,-59,-76,-56r0,-15v41,2,72,-10,74,-47","w":155},"4":{"d":"14,-91v1,-5,-2,-12,1,-15r82,-143r13,8r-78,135r84,0r0,-56r14,0r1,56r25,0r0,15r-25,0r0,91r-15,0r0,-91r-102,0","w":170},"5":{"d":"97,-163v-26,0,-50,16,-58,36r-16,0r9,-122r127,0r0,15r-112,0r-8,81v13,-14,34,-25,58,-25v49,0,68,39,72,88v6,82,-101,120,-143,55r10,-11v10,16,27,31,53,31v79,0,90,-147,8,-148","w":181},"6":{"d":"33,-112v29,-58,143,-37,137,41v-4,45,-31,74,-75,74v-64,0,-76,-59,-76,-130v0,-82,41,-146,115,-115v11,5,21,13,29,23r-15,9v-10,-13,-28,-25,-49,-25v-60,0,-68,58,-66,123xm96,-12v37,0,60,-25,60,-62v0,-34,-26,-58,-61,-58v-36,0,-59,25,-59,62v0,36,25,58,60,58","w":182},"7":{"d":"125,-234r-110,0r0,-15r135,0r-116,249r-18,0","w":159},"8":{"d":"83,3v-78,5,-93,-114,-31,-137v-18,-10,-33,-28,-33,-54v0,-38,26,-59,64,-62v67,-5,86,93,32,116v23,10,41,34,41,65v0,43,-30,70,-73,72xm83,-235v-28,0,-48,18,-48,47v0,29,20,47,48,47v28,0,49,-17,49,-47v0,-30,-21,-47,-49,-47xm83,-126v-34,0,-56,23,-56,57v0,34,22,57,56,57v36,0,58,-23,58,-57v0,-34,-22,-57,-58,-57","w":165},"9":{"d":"152,-135v-32,54,-145,36,-138,-41v3,-44,30,-75,75,-75v66,0,76,58,76,134v0,82,-43,143,-117,111v-12,-5,-19,-12,-26,-21r14,-12v10,14,28,26,49,26v61,-2,68,-58,67,-122xm149,-177v3,-64,-97,-76,-116,-20v-14,41,12,80,55,80v38,-1,59,-24,61,-60","w":176},":":{"d":"22,-23r23,0r0,23r-23,0r0,-23xm22,-180r23,0r0,23r-23,0r0,-23","w":65},";":{"d":"22,-180r23,0r0,23r-23,0r0,-23xm24,-23r17,0r0,23r-29,25v-1,-12,18,-24,12,-48","w":60},"<":{"d":"98,-178r11,11r-78,78r78,76r-11,11r-88,-87","w":118},"=":{"d":"25,-158r120,0r0,16r-120,0r0,-16xm25,-88r120,0r0,16r-120,0r0,-16","w":158},">":{"d":"112,-89r-88,87r-10,-11r77,-76r-77,-78r11,-11","w":120},"?":{"d":"133,-182v-3,45,-32,70,-84,66r35,116r-16,0v-10,-44,-29,-80,-33,-130v48,4,80,-9,83,-52v4,-54,-73,-70,-94,-28r-11,-10v27,-51,126,-31,120,38xm84,45v-5,0,-10,-5,-10,-10v0,-5,5,-10,10,-10v6,0,9,4,9,10v1,6,-4,10,-9,10","w":147},"@":{"d":"35,-87v0,75,64,122,140,104r0,17v-89,17,-156,-38,-156,-121v0,-76,50,-126,125,-126v71,0,120,44,120,113v0,43,-12,86,-51,93v-21,-1,-30,-17,-37,-31v-37,16,-92,16,-91,-37v1,-64,47,-86,117,-75r-16,81v-3,29,24,64,43,36v12,-17,18,-38,18,-66v0,-61,-41,-99,-103,-99v-65,0,-109,44,-109,111xm105,-84v-4,40,29,47,60,34r17,-83v-46,-7,-72,9,-77,49","w":287},"A":{"d":"148,-118r-39,-104r-38,104r77,0xm103,-249r13,0r92,249r-16,0r-39,-103r-87,0r-39,103r-15,0","w":214},"B":{"d":"170,-71v0,71,-74,75,-151,71r0,-249v71,-3,146,-4,146,61v0,27,-16,46,-36,56v22,9,41,32,41,61xm149,-188v-1,-51,-60,-48,-115,-46r0,94v55,1,115,6,115,-48xm154,-71v0,-56,-60,-57,-120,-54r0,110v61,3,120,2,120,-56"},"C":{"d":"10,-124v-6,-103,120,-167,191,-92v-3,2,-9,13,-11,10v-16,-16,-37,-29,-67,-29v-61,0,-97,48,-97,111v0,64,35,112,97,112v29,0,50,-13,67,-29r10,10v-18,19,-43,34,-77,34v-70,0,-108,-56,-113,-127","w":212},"D":{"d":"106,-15v93,-12,96,-209,-1,-219r-77,0r0,219r78,0xm105,-249v115,7,116,239,1,248v-28,2,-62,0,-92,1r-1,-249r92,0","w":207},"E":{"d":"141,-125r-110,0r0,110r128,0r1,15r-144,0r0,-249r143,0r0,15r-128,0r0,94r110,0r0,15","w":174},"F":{"d":"142,-125r-110,0r1,125r-15,0r-1,-249r144,0r0,14r-129,0r0,95r110,0r0,15","w":175},"G":{"d":"123,-11v26,1,48,-12,62,-26r0,-71r-69,0r0,-14r84,0r0,91v-18,19,-43,34,-77,34v-71,0,-110,-54,-114,-126v-6,-105,119,-167,191,-93r-10,11v-15,-16,-38,-30,-67,-30v-63,0,-99,48,-99,112v0,63,36,109,99,112","w":217},"H":{"d":"33,-125r0,125r-15,0r0,-249r15,0r0,109r137,0r0,-109r15,0r0,249r-15,0r0,-125r-137,0","w":200},"I":{"d":"33,0r-15,0r0,-249r15,0r0,249","w":49},"J":{"d":"22,-22v22,24,50,-3,50,-38r0,-189r16,0r0,189v3,45,-44,84,-76,48","w":109},"K":{"d":"31,-249r0,136r116,-136r20,0r-92,108r120,141r-19,0r-111,-129r-34,39r0,90r-15,0r0,-249r15,0","w":209},"L":{"d":"31,-15r121,0r1,15r-137,0r0,-249r15,0r0,234","w":163},"M":{"d":"190,-249r16,0r0,249r-15,0r-1,-220r-76,132r-9,0r-78,-132r1,220r-15,0r-1,-249r15,0r83,139","w":224},"N":{"d":"32,-249r129,219r0,-219r15,0r0,249r-15,0r-129,-220r0,220r-15,0r0,-249r15,0","w":193},"O":{"d":"222,-124v0,-64,-36,-111,-99,-111v-60,0,-97,47,-97,111v0,65,35,112,97,112v63,0,99,-47,99,-112xm237,-124v0,74,-42,127,-114,127v-72,0,-113,-56,-113,-127v0,-73,43,-126,113,-126v72,0,114,53,114,126","w":248},"P":{"d":"161,-188v0,60,-60,68,-127,63r1,125r-16,0r0,-249v70,-3,142,-2,142,61xm145,-188v-1,-49,-58,-48,-111,-46r0,94v54,1,112,5,111,-48","w":172},"Q":{"d":"208,-132v0,-60,-32,-103,-90,-105v-103,-4,-118,164,-36,200v11,5,23,9,35,9v0,-8,-8,-16,-17,-16r0,-13v16,0,30,12,31,28v46,-12,77,-48,77,-103xm131,-17v-1,19,19,38,28,19r10,8v-15,28,-53,6,-51,-25v-64,-6,-105,-51,-105,-117v0,-67,39,-118,105,-118v66,0,105,51,105,118v0,62,-40,106,-92,115","w":239},"R":{"d":"157,-187v0,52,-47,66,-106,62r110,125r-19,0r-111,-125r0,125r-15,0r-1,-249v69,-2,142,-4,142,62xm142,-187v0,-50,-57,-50,-111,-48r0,95v53,1,111,4,111,-47","w":170},"S":{"d":"117,-122v67,25,44,125,-33,125v-31,0,-55,-15,-68,-34r12,-9v22,41,117,37,115,-21v-1,-33,-24,-49,-56,-54v-38,-6,-69,-26,-71,-69v-2,-69,105,-86,141,-38r-12,10v-29,-46,-136,-20,-109,47v12,30,50,32,81,43","w":174},"T":{"d":"112,-234r0,234r-15,0r-1,-234r-81,0r0,-15r178,0r0,15r-81,0","w":207},"U":{"d":"108,3v-49,0,-93,-22,-93,-65r0,-187r17,0r0,187v8,66,151,66,151,0r0,-187r15,0r0,187v-6,43,-42,65,-90,65","w":215},"V":{"d":"15,-249r16,0r84,227r84,-227r16,0r-92,249r-15,0","w":230},"W":{"d":"220,0r-17,0r-40,-106r-38,106r-16,0r-92,-249r15,0r85,227r39,-107r-45,-120r16,0r84,227r83,-227r17,0","w":329},"X":{"d":"17,-249r17,0r65,109r64,-109r17,0r-72,124r73,125r-18,0r-67,-112r-65,112r-17,0r74,-127","w":194},"Y":{"d":"232,-249r-102,136r0,113r-15,0r-1,-113r-101,-136r20,0r89,122r90,-122r20,0","w":245},"Z":{"d":"40,-15r132,0r0,15r-159,0r145,-234r-135,0r0,-15r162,0","w":197},"[":{"d":"38,-120v8,0,14,4,16,11r0,92v0,1,2,2,6,2r0,15v-39,-3,-16,-68,-22,-104v1,-13,-9,-18,-23,-16v1,-7,-3,-18,7,-15v10,0,16,-7,16,-17v6,-34,-18,-93,22,-97v-1,6,4,19,-6,16r0,86v-2,6,-9,11,-16,12r0,15","w":75},"\\":{"d":"16,-249r16,0r91,249r-16,0","w":133},"]":{"d":"55,-120v-14,-2,-23,4,-23,16r0,87v1,10,-13,17,-22,17v0,-8,-2,-17,7,-17r0,-92v1,-7,7,-11,15,-11r0,-15v-7,0,-14,-6,-15,-12r0,-86r-7,0r0,-16v39,1,17,63,22,97v2,12,9,19,23,17r0,15","w":65},"^":{"d":"100,-249r87,88r-11,11r-76,-78r-78,78r-11,-11","w":198},"_":{"d":"15,0r0,-15r151,0r0,15r-151,0"},"`":{"d":"11,-230r24,0r24,31v-24,-2,-31,-22,-48,-31","w":73},"a":{"d":"39,-175v45,-21,88,8,88,58r-1,117r-14,0r0,-15v-31,34,-104,15,-102,-36v2,-48,46,-60,102,-55v6,-46,-29,-74,-70,-55xm68,-12v40,1,48,-34,44,-78v-42,-3,-85,-2,-86,39v1,26,18,38,42,39","w":146},"b":{"d":"162,-90v0,-65,-73,-95,-126,-63r0,127v52,32,126,3,126,-64xm177,-90v0,75,-80,116,-141,79r0,11r-14,0r0,-249r15,0r0,81v60,-38,140,6,140,78","w":188},"c":{"d":"8,-89v-5,-80,96,-123,148,-65r-11,11v-38,-48,-122,-15,-122,54v0,67,82,101,122,54r11,11v-15,14,-34,28,-62,27v-53,-3,-83,-39,-86,-92","w":172},"d":{"d":"22,-90v0,67,75,99,126,64r0,-127v-52,-31,-126,-3,-126,63xm7,-90v0,-74,80,-113,141,-78r0,-81r15,0r0,249r-15,0r0,-10v-63,35,-141,-5,-141,-80","w":181},"e":{"d":"26,-87v4,39,21,73,61,75v22,1,39,-7,53,-15r6,14v-15,9,-36,17,-60,16v-50,-3,-76,-41,-76,-93v0,-50,25,-88,72,-93v49,4,73,40,71,96r-127,0xm139,-102v3,-65,-88,-89,-107,-26v-3,8,-5,16,-6,26r113,0","w":164},"f":{"d":"40,-176v-2,-48,23,-79,70,-73v-2,8,-4,17,-17,14v-28,3,-39,27,-38,59r47,0r0,15r-47,0r0,161r-14,0r0,-161r-28,0r0,-15r27,0","w":118},"g":{"d":"170,-120v-2,49,-53,72,-101,57v-6,1,-12,2,-12,10v0,16,14,11,27,11v40,1,73,19,73,56v0,39,-34,58,-73,58v-39,0,-70,-20,-72,-58v-1,-25,19,-41,38,-49v-7,-10,-5,-30,3,-37v-53,-35,-14,-128,60,-109v20,5,50,2,75,3r-15,15r-23,0v12,11,20,22,20,43xm143,14v-3,-56,-113,-57,-116,0v2,59,114,57,116,0xm156,-120v0,-64,-118,-61,-115,0v2,29,24,47,57,47v33,0,58,-18,58,-47","w":198},"h":{"d":"80,-168v-69,0,-44,101,-48,168r-15,0r0,-249r15,0r0,95v26,-50,109,-27,110,37r1,116r-15,0v-4,-67,21,-167,-48,-167","w":163},"i":{"d":"31,-180r14,0r1,180r-15,0r0,-180xm49,-234v0,12,-21,13,-21,0v0,-15,20,-11,21,0","w":72},"j":{"d":"81,-222v-5,0,-11,-4,-10,-10v-1,-6,4,-10,10,-10v11,0,11,20,0,20xm89,11v-3,37,-26,66,-70,59r1,-14v34,5,53,-15,53,-48r0,-188r16,0r0,191","w":127},"k":{"d":"37,-120r71,-60r23,0r-57,48r76,132r-18,0r-69,-122r-26,22r0,100r-15,0r0,-249r15,0r0,129","w":158},"l":{"d":"23,-270r16,0r0,270r-15,0","w":58},"m":{"d":"77,-167v-68,0,-42,101,-47,167r-15,0r0,-180r15,0r0,26v21,-41,94,-31,105,12v8,-23,27,-41,55,-41v79,0,59,104,62,182r-15,0v-4,-67,20,-166,-48,-166v-69,0,-43,100,-48,166r-15,0v-4,-67,20,-166,-49,-166","w":266},"n":{"d":"80,-168v-28,0,-51,20,-51,46r1,122r-16,0r0,-180r15,0r0,26v26,-50,110,-28,111,37r1,117r-15,0v-5,-66,21,-168,-46,-168","w":155},"o":{"d":"93,-167v-44,0,-70,32,-70,78v0,46,26,77,70,77v43,0,68,-34,68,-77v0,-44,-25,-78,-68,-78xm93,4v-52,0,-85,-39,-85,-93v0,-53,31,-93,85,-93v53,0,83,40,83,93v0,53,-32,93,-83,93"},"p":{"d":"155,-90v0,-67,-73,-95,-125,-62r0,127v54,30,125,2,125,-65xm170,-90v0,75,-79,115,-140,79r0,81r-15,0r0,-250r15,0r0,12v59,-36,140,4,140,78","w":182},"q":{"d":"8,-90v0,-73,78,-114,141,-79r0,-11r15,0r0,250r-15,0r0,-82v-59,38,-141,-4,-141,-78xm23,-90v0,67,73,96,126,64r0,-127v-52,-32,-126,-4,-126,63","w":185},"r":{"d":"31,-154v11,-19,36,-34,65,-26r-2,15v-34,-6,-55,17,-63,43r1,122r-15,0r-1,-180r15,0r0,26","w":102},"s":{"d":"53,-91v-53,-18,-38,-91,25,-91v24,0,46,11,57,23r-13,9v-21,-29,-107,-19,-85,27v18,38,97,17,98,78v1,56,-90,60,-116,24r11,-9v22,30,109,20,87,-28v-10,-21,-40,-25,-64,-33","w":150},"t":{"d":"60,-249r0,72r49,0r0,15r-49,0r0,162r-14,0r0,-162r-28,0r0,-15r27,0r0,-72r15,0","w":122},"u":{"d":"78,-12v28,0,50,-20,50,-46r0,-122r15,0r0,180r-15,0r0,-25v-27,48,-109,27,-110,-38r-1,-117r15,0v5,66,-21,168,46,168","w":162},"v":{"d":"9,-180r16,0r64,159r64,-159r18,0r-73,180r-17,0","w":180},"w":{"d":"170,0r-17,-1r-28,-70r-29,71r-17,-1r-72,-179r16,0r64,159r29,-71r-35,-88r17,0r64,159r64,-159r17,0","w":253},"x":{"d":"13,-180r19,0r46,74r48,-74r18,0r-55,90r56,90r-18,0r-50,-78r-47,78r-18,0r56,-93","w":159},"y":{"d":"96,-13v-13,41,-29,95,-86,83v-4,-24,23,-7,39,-21v17,-14,23,-41,33,-62r-70,-169r16,0r61,152r60,-152r16,0","w":172},"z":{"d":"16,-15r113,-150r-112,0r0,-15r131,0r0,15r-112,150r112,0r1,15r-132,0","w":162},"{":{"d":"38,-120v8,0,14,4,16,11r0,92v0,1,2,2,6,2r0,15v-39,-3,-16,-68,-22,-104v1,-13,-9,-18,-23,-16v1,-7,-3,-18,7,-15v10,0,16,-7,16,-17v6,-34,-18,-93,22,-97v-1,6,4,19,-6,16r0,86v-2,6,-9,11,-16,12r0,15","w":80},"|":{"d":"20,-258r10,0r0,258r-10,0r0,-258","w":47},"}":{"d":"55,-120v-14,-2,-23,4,-23,16r0,87v1,10,-13,17,-22,17v0,-8,-2,-17,7,-17r0,-92v1,-7,7,-11,15,-11r0,-15v-7,0,-14,-6,-15,-12r0,-86r-7,0r0,-16v39,1,17,63,22,97v2,12,9,19,23,17r0,15","w":67},"~":{"d":"28,-126v16,24,51,-14,73,8r-3,18v-18,-24,-52,13,-74,-8","w":124},"!":{"d":"20,-5v0,-10,18,-12,17,0v1,4,-4,9,-8,8v-4,1,-9,-4,-9,-8xm22,-249r13,0r0,213r-13,0r0,-213","w":63},"\"":{"d":"13,-249r17,0v6,22,-3,37,-11,52v-6,-13,-3,-36,-6,-52xm40,-249r17,0v6,22,-3,37,-11,52v-6,-13,-3,-36,-6,-52","w":78}}});
