/*
 * 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 © 1990, 2002 Adobe Systems Incorporated.  All Rights Reserved. ©
 * 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * HelveticaNeueLTStd-Cn
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":204,"face":{"font-family":"Helvetica Neue LT Std","font-weight":400,"font-stretch":"condensed","units-per-em":"1000","panose-1":"2 11 5 6 3 5 2 3 2 4","ascent":"714","descent":"-286","x-height":"14","bbox":"-164 -932 1000 212.509","underline-thickness":"50","underline-position":"-50","stemh":"66","stemv":"84","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":240,"k":{"\u201c":37,"\u2018":37,"T":37,"V":37,"W":37,"Y":37,"\u00dd":37,"\u0178":37,"A":37,"\u00c6":37,"\u00c1":37,"\u00c2":37,"\u00c4":37,"\u00c0":37,"\u00c5":37,"\u00c3":37}},"\ufb01":{"d":"80,0r0,-470r-78,0r0,-66r78,0v-6,-108,10,-191,116,-186r61,0r0,72v-51,-2,-93,-2,-93,51r0,63r92,0r0,66r-92,0r0,470r-84,0xm319,0r0,-536r84,0r0,536r-84,0xm319,-618r0,-96r84,0r0,96r-84,0","w":463,"k":{"\u201d":-18,"\u2019":-18}},"\ufb02":{"d":"80,0r0,-470r-78,0r0,-66r78,0v-6,-108,10,-191,116,-186r61,0r0,72v-51,-2,-93,-2,-93,51r0,63r92,0r0,66r-92,0r0,470r-84,0xm319,0r0,-714r84,0r0,714r-84,0","w":463,"k":{"\u201d":-18,"\u2019":-18}},"!":{"d":"99,-186r-16,-528r92,0r-16,528r-60,0xm83,0r0,-96r92,0r0,96r-92,0","w":258},"\"":{"d":"87,-460r0,-254r66,0r0,254r-66,0xm254,-460r0,-254r66,0r0,254r-66,0","w":407},"#":{"d":"79,0r26,-205r-82,0r0,-66r90,0r19,-154r-87,0r0,-66r96,0r25,-203r66,0r-25,203r106,0r25,-203r66,0r-25,203r78,0r0,66r-87,0r-19,154r83,0r0,66r-91,0r-26,205r-66,0r26,-205r-106,0r-26,205r-66,0xm198,-425r-19,154r106,0r19,-154r-106,0","w":480},"$":{"d":"259,-306r0,248v62,-5,108,-52,108,-121v0,-74,-48,-105,-108,-127xm217,-405r0,-231v-61,8,-95,46,-95,111v0,68,41,99,95,120xm217,-708r0,-58r42,0r0,58v122,6,178,72,180,194r-88,0v0,-66,-23,-115,-92,-122r0,245v92,31,200,54,200,198v0,150,-104,201,-200,207r0,94r-42,0r0,-94v-151,-6,-196,-89,-196,-232r88,0v0,73,4,150,108,160r0,-262v-90,-29,-187,-59,-187,-196v0,-63,26,-182,187,-192","w":480},"%":{"d":"177,-378v56,0,59,-56,59,-138v0,-82,-3,-138,-59,-138v-56,0,-59,56,-59,138v0,82,3,138,59,138xm186,14r310,-722r70,0r-310,722r-70,0xm582,-40v56,0,59,-56,59,-138v0,-82,-3,-138,-59,-138v-56,0,-59,56,-59,138v0,82,3,138,59,138xm177,-324v-119,0,-131,-92,-131,-192v0,-100,12,-192,131,-192v119,0,131,92,131,192v0,100,-12,192,-131,192xm582,14v-119,0,-131,-92,-131,-192v0,-100,12,-192,131,-192v119,0,131,92,131,192v0,100,-12,192,-131,192","w":759},"&":{"d":"238,-453v34,-35,84,-68,83,-125v0,-41,-30,-70,-72,-70v-43,0,-71,29,-71,70v0,40,36,91,60,125xm372,-127r-157,-227v-57,34,-102,88,-102,163v0,87,61,133,131,133v56,0,94,-30,128,-69xm275,-400r141,202v14,-36,23,-76,28,-139r78,0v0,52,-31,173,-58,208r92,129r-95,0r-48,-67v-55,52,-99,81,-176,81v-174,0,-212,-133,-212,-198v0,-100,77,-178,149,-224v-28,-49,-74,-101,-74,-166v0,-84,67,-140,148,-140v90,0,151,39,151,136v1,83,-71,132,-124,178","w":556},"\u2019":{"d":"74,-608r0,-106r92,0v-4,119,22,221,-92,254r0,-47v42,-19,45,-48,44,-101r-44,0","w":240,"k":{"\u2019":83,"s":55,"\u0161":55}},"(":{"d":"189,-714r48,0v-154,272,-143,625,0,898r-48,0v-192,-260,-194,-638,0,-898","w":241},")":{"d":"52,184r-48,0v154,-272,143,-625,0,-898r48,0v192,260,194,638,0,898","w":241},"*":{"d":"146,-595r0,-119r60,0r0,119r107,-41r22,58r-113,34r76,94r-50,37r-72,-102r-72,102r-50,-37r76,-94r-113,-34r22,-58","w":352},"+":{"d":"267,0r0,-220r-220,0r0,-66r220,0r0,-220r66,0r0,220r220,0r0,66r-220,0r0,220r-66,0","w":600},",":{"d":"74,0r0,-106r92,0v-4,119,22,221,-92,254r0,-47v42,-19,45,-48,44,-101r-44,0","w":240,"k":{"\u201d":37,"\u2019":37," ":37}},"-":{"d":"54,-245r0,-78r244,0r0,78r-244,0","w":352},".":{"d":"74,0r0,-106r92,0r0,106r-92,0","w":240,"k":{" ":37}},"\/":{"d":"-10,14r232,-742r66,0r-232,742r-66,0","w":278},"0":{"d":"240,14v-191,0,-202,-190,-202,-358v0,-156,11,-364,202,-364v191,0,202,190,202,364v0,150,-11,358,-202,358xm126,-344v0,149,6,292,114,292v108,0,114,-143,114,-292v0,-156,-6,-298,-114,-298v-108,0,-114,142,-114,298","w":480},"1":{"d":"67,-532r0,-60v89,-5,171,-16,175,-116r60,0r0,708r-84,0r0,-532r-151,0","w":480},"2":{"d":"438,-78r0,78r-396,0v0,-166,114,-258,211,-339v58,-48,94,-92,94,-170v0,-61,-27,-127,-103,-127v-109,0,-112,113,-112,153r-88,0v0,-134,56,-225,201,-225v164,0,190,127,190,189v0,158,-133,236,-224,320v-38,35,-67,74,-77,121r304,0","w":480},"3":{"d":"180,-333r0,-66v101,11,152,-37,152,-125v0,-65,-24,-118,-92,-118v-93,0,-102,86,-102,138r-88,0v0,-121,57,-204,188,-204v148,0,182,105,182,184v0,73,-40,131,-110,154v80,16,131,67,131,165v0,129,-65,219,-201,219v-194,0,-201,-159,-201,-206r88,0v0,65,32,140,113,140v52,0,113,-26,113,-146v0,-100,-61,-146,-173,-135","w":480},"4":{"d":"284,-570r-178,327r180,0r0,-327r-2,0xm30,-250r256,-458r84,0r0,465r80,0r0,72r-80,0r0,171r-84,0r0,-171r-256,0r0,-79","w":480},"5":{"d":"58,-331r39,-363r316,0r0,78r-249,0r-28,205r2,2v29,-35,76,-53,124,-53v106,0,178,84,178,233v0,132,-58,243,-206,243v-168,0,-194,-139,-194,-196r88,0v0,37,14,130,108,130v100,0,116,-112,116,-184v0,-78,-29,-160,-118,-160v-61,0,-100,52,-100,69","w":480},"6":{"d":"429,-538r-88,0v0,-59,-33,-104,-93,-104v-118,0,-125,176,-125,213v0,18,-4,42,2,56v14,-26,57,-79,135,-79v123,0,185,91,185,224v0,137,-68,242,-200,242v-196,0,-210,-189,-210,-336v0,-162,10,-386,215,-386v165,0,179,137,179,170xm133,-216v0,74,24,164,112,164v88,0,112,-90,112,-164v0,-74,-18,-164,-112,-164v-94,0,-112,90,-112,164","w":480},"7":{"d":"442,-621v-101,132,-218,377,-236,621r-98,0v31,-238,128,-453,254,-616r-324,0r0,-78r404,0r0,73","w":480},"8":{"d":"37,-195v0,-95,40,-154,125,-182v-71,-29,-103,-75,-103,-151v0,-114,69,-180,181,-180v112,0,181,66,181,180v0,76,-32,122,-103,151v85,28,125,87,125,182v0,93,-44,209,-203,209v-159,0,-203,-116,-203,-209xm240,-642v-65,0,-93,49,-93,116v0,66,28,116,93,116v64,0,93,-50,93,-116v0,-67,-29,-116,-93,-116xm125,-198v0,83,33,146,115,146v82,0,115,-63,115,-146v0,-83,-33,-146,-115,-146v-82,0,-115,63,-115,146","w":480},"9":{"d":"51,-156r88,0v0,58,33,104,93,104v118,0,125,-177,125,-213v0,-18,4,-42,-2,-56v-14,26,-57,79,-135,79v-123,0,-185,-91,-185,-224v0,-137,68,-242,200,-242v196,0,210,190,210,336v0,162,-10,386,-215,386v-165,0,-179,-137,-179,-170xm347,-478v0,-75,-24,-164,-112,-164v-88,0,-112,89,-112,164v0,75,18,164,112,164v94,0,112,-89,112,-164","w":480},":":{"d":"74,-400r0,-106r92,0r0,106r-92,0xm74,0r0,-106r92,0r0,106r-92,0","w":240,"k":{" ":37}},";":{"d":"74,0r0,-106r92,0v-4,119,22,221,-92,254r0,-47v42,-19,45,-48,44,-101r-44,0xm74,-400r0,-106r92,0r0,106r-92,0","w":240},"<":{"d":"47,-223r0,-60r506,-231r0,66r-428,195r428,195r0,66","w":600},"=":{"d":"47,-322r0,-66r506,0r0,66r-506,0xm47,-118r0,-66r506,0r0,66r-506,0","w":600},">":{"d":"47,8r0,-66r428,-195r-428,-195r0,-66r506,231r0,60","w":600},"?":{"d":"119,-504r-84,0v0,-118,57,-218,186,-218v183,0,238,209,138,329v-41,50,-125,113,-110,207r-78,0v0,-40,0,-87,19,-123v23,-43,77,-98,101,-128v53,-67,40,-213,-67,-213v-97,0,-105,97,-105,146xm165,0r0,-96r92,0r0,96r-92,0","w":444},"@":{"d":"240,-293v0,56,40,96,94,96v93,0,155,-136,155,-212v0,-45,-30,-100,-81,-100v-97,0,-168,123,-168,216xm524,-487r22,-63r56,0r-84,282v-10,30,-20,71,20,71v91,0,167,-107,167,-218v0,-151,-134,-253,-305,-253v-172,0,-305,136,-305,311v0,178,133,311,305,311v123,0,217,-38,271,-111r63,0v-64,110,-180,171,-334,171v-205,0,-371,-166,-371,-371v0,-205,166,-371,371,-371v216,0,371,129,371,309v0,173,-140,282,-258,282v-43,0,-62,-23,-72,-59v-31,32,-66,59,-125,59v-73,0,-142,-61,-142,-150v0,-138,93,-282,234,-282v51,0,91,26,116,82","w":800},"A":{"d":"-8,0r206,-714r118,0r192,714r-92,0r-51,-196r-228,0r-53,196r-92,0xm254,-613r-99,345r192,0r-91,-345r-2,0","w":500,"k":{"p":-10,"Q":-10,"T":55,"V":20,"W":20,"Y":55,"\u00dd":55,"\u0178":55,"\u201d":55,"\u2019":55}},"B":{"d":"146,-340r0,268r120,0v93,0,125,-63,125,-132v-2,-141,-112,-141,-245,-136xm58,0r0,-714v201,5,397,-46,402,183v2,67,-43,128,-104,151v88,21,127,88,127,176v0,145,-82,204,-231,204r-194,0xm146,-642r0,236r101,0v37,0,121,-9,121,-119v0,-74,-37,-117,-123,-117r-99,0","w":519},"C":{"d":"403,-245r92,0v-8,135,-61,259,-217,259v-203,0,-230,-191,-230,-371v0,-180,33,-371,230,-371v146,0,207,82,211,222r-92,0v-2,-81,-28,-150,-119,-150v-122,0,-138,134,-138,299v0,165,16,299,138,299v107,0,122,-100,125,-187","w":519},"D":{"d":"155,-642r0,570r92,0v152,0,169,-156,169,-284v0,-138,-9,-286,-169,-286r-92,0xm67,0r0,-714r191,0v222,0,250,160,250,357v0,180,-45,357,-241,357r-200,0","w":556,"k":{"Y":20,"\u00dd":20,"\u0178":20}},"E":{"d":"58,0r0,-714r369,0r0,78r-281,0r0,224r265,0r0,78r-265,0r0,256r293,0r0,78r-381,0","w":463},"F":{"d":"58,0r0,-714r369,0r0,78r-281,0r0,224r265,0r0,78r-265,0r0,334r-88,0","w":444,"k":{"\u00eb":24,"\u00e3":20,"\u00e0":20,"\u00e4":20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e5":20,"A":54,"\u00c6":54,"\u00c1":54,"\u00c2":54,"\u00c4":54,"\u00c0":54,"\u00c5":54,"\u00c3":54,"e":24,"\u00e9":24,"\u00ea":24,"\u00e8":24,"i":18,"\u00ed":18,"\u00ee":18,"\u00ef":18,"\u00ec":18,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"r":20,",":111,".":111}},"G":{"d":"489,-516r-92,0v-4,-75,-32,-140,-119,-140v-122,0,-138,134,-138,299v0,165,16,299,138,299v122,0,131,-146,131,-241r-141,0r0,-72r221,0r0,371r-66,0v-2,-31,4,-70,-2,-97v-19,61,-76,111,-154,111v-186,0,-219,-179,-219,-371v0,-180,33,-371,230,-371v205,0,210,175,211,212","w":537},"H":{"d":"479,-714r0,714r-88,0r0,-344r-245,0r0,344r-88,0r0,-714r88,0r0,292r245,0r0,-292r88,0","w":537},"I":{"d":"58,0r0,-714r88,0r0,714r-88,0"},"J":{"d":"368,-714r0,509v0,127,-32,219,-179,219v-143,0,-176,-93,-167,-222r84,0v-4,80,3,150,82,150v80,0,92,-52,92,-150r0,-506r88,0","w":426},"K":{"d":"58,0r0,-714r88,0r0,346r2,0r247,-346r98,0r-216,298r234,416r-98,0r-193,-344r-74,101r0,243r-88,0","w":500,"k":{"y":10,"\u00fd":10,"\u00ff":10,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20}},"L":{"d":"58,0r0,-714r88,0r0,636r290,0r0,78r-378,0","w":444,"k":{"T":94,"V":74,"W":74,"Y":92,"\u00dd":92,"\u0178":92,"\u201d":92,"\u2019":92,"y":37,"\u00fd":37,"\u00ff":37}},"M":{"d":"60,0r0,-714r148,0r143,566r2,0r143,-566r148,0r0,714r-88,0r0,-624r-2,0r-158,624r-88,0r-158,-624r-2,0r0,624r-88,0","w":704},"N":{"d":"58,0r0,-714r114,0r236,596r2,0r0,-596r88,0r0,714r-121,0r-229,-578r-2,0r0,578r-88,0","w":556},"O":{"d":"278,-728v197,0,230,191,230,371v0,180,-33,371,-230,371v-197,0,-230,-191,-230,-371v0,-180,33,-371,230,-371xm278,-656v-122,0,-138,134,-138,299v0,165,16,299,138,299v122,0,138,-134,138,-299v0,-165,-16,-299,-138,-299","w":556,"k":{"Y":24,"\u00dd":24,"\u0178":24,"X":24}},"P":{"d":"58,0r0,-714r182,0v62,0,221,0,221,205v0,133,-85,207,-206,207r-109,0r0,302r-88,0xm146,-642r0,268r105,0v64,0,118,-44,118,-139v0,-78,-37,-129,-124,-129r-99,0","w":481,"k":{"\u00e4":18,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,"A":37,"\u00c6":37,"\u00c1":37,"\u00c2":37,"\u00c4":37,"\u00c0":37,"\u00c5":37,"\u00c3":37,"e":18,"\u00e9":18,"\u00ea":18,"\u00eb":18,"\u00e8":18,"o":18,"\u00f8":18,"\u0153":18,"\u00f3":18,"\u00f4":18,"\u00f6":18,"\u00f2":18,"\u00f5":18,",":129,".":129}},"Q":{"d":"473,43r-72,-65v-31,23,-72,36,-123,36v-197,0,-230,-191,-230,-371v0,-180,33,-371,230,-371v197,0,230,191,230,371v0,103,-11,210,-58,282r72,66xm343,-75r-69,-62r49,-54r66,60v22,-54,27,-135,27,-226v0,-165,-16,-299,-138,-299v-122,0,-138,134,-138,299v0,165,16,299,138,299v26,0,48,-6,65,-17","w":556},"R":{"d":"58,0r0,-714r231,0v112,0,183,66,183,179v0,78,-27,160,-110,180r0,2v62,7,97,58,101,119r6,122v4,79,17,99,38,112r-106,0v-30,-43,-23,-144,-30,-214v-16,-149,-108,-92,-225,-104r0,318r-88,0xm146,-642r0,252r87,0v52,0,147,0,147,-138v0,-70,-47,-114,-129,-114r-105,0","w":519,"k":{"T":18,"W":-20,"Y":18,"\u00dd":18,"\u0178":18,"U":-20,"\u00da":-20,"\u00db":-20,"\u00dc":-20,"\u00d9":-20}},"S":{"d":"449,-529r-88,0v0,-75,-27,-127,-111,-127v-74,0,-118,40,-118,116v0,201,337,81,337,342v0,165,-121,212,-222,212v-167,0,-216,-86,-216,-238r88,0v0,80,5,166,134,166v70,0,124,-50,124,-126v0,-202,-337,-85,-337,-347v0,-66,28,-197,209,-197v136,0,198,68,200,199","w":500},"T":{"d":"275,-636r0,636r-88,0r0,-636r-179,0r0,-78r447,0r0,78r-180,0","w":463,"k":{"\u00fc":74,"\u00f2":74,"\u00f6":74,"\u00ec":18,"\u00ee":18,"\u00ed":18,"\u00e8":74,"\u00eb":74,"\u00ea":74,"\u00e3":74,"\u00e5":74,"\u00e0":74,"\u00e4":74,"\u00e2":74,"w":74,"y":55,"\u00fd":55,"\u00ff":55,"a":74,"\u00e6":74,"\u00e1":74,"A":55,"\u00c6":55,"\u00c1":55,"\u00c2":55,"\u00c4":55,"\u00c0":55,"\u00c5":55,"\u00c3":55,"e":74,"\u00e9":74,"i":18,"\u00ef":18,"o":74,"\u00f8":74,"\u0153":74,"\u00f3":74,"\u00f4":74,"\u00f5":74,"r":74,",":92,".":92,"u":74,"\u00fa":74,"\u00fb":74,"\u00f9":74,"-":55,":":74,";":74}},"U":{"d":"50,-212r0,-502r88,0r0,502v0,105,34,154,121,154v94,0,122,-54,122,-154r0,-502r88,0r0,502v0,137,-70,226,-210,226v-143,0,-209,-79,-209,-226","w":519},"V":{"d":"172,0r-174,-714r92,0r140,613r2,0r140,-613r92,0r-180,714r-112,0","w":462,"k":{"\u00f6":18,"\u00f4":18,"\u00e8":18,"\u00eb":18,"\u00ea":18,"\u00e3":18,"\u00e5":18,"\u00e0":18,"\u00e4":18,"\u00e2":18,"a":18,"\u00e6":18,"\u00e1":18,"A":37,"\u00c6":37,"\u00c1":37,"\u00c2":37,"\u00c4":37,"\u00c0":37,"\u00c5":37,"\u00c3":37,"e":18,"\u00e9":18,"o":18,"\u00f8":18,"\u0153":18,"\u00f3":18,"\u00f2":18,"\u00f5":18,",":92,".":92,"u":18,"\u00fa":18,"\u00fb":18,"\u00fc":18,"\u00f9":18,"-":18,":":18,";":18}},"W":{"d":"150,0r-142,-714r88,0r109,584r2,0r101,-584r106,0r101,584r2,0r109,-584r88,0r-147,714r-107,0r-98,-578r-2,0r-103,578r-107,0","w":722,"k":{"\u00f6":18,"\u00ea":18,"\u00e4":18,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"e":18,"\u00e9":18,"\u00eb":18,"\u00e8":18,"o":18,"\u00f8":18,"\u0153":18,"\u00f3":18,"\u00f4":18,"\u00f2":18,"\u00f5":18,",":74,".":74,"-":18}},"X":{"d":"192,-363r-176,-351r98,0r130,267r131,-267r92,0r-178,351r190,363r-98,0r-142,-286r-145,286r-92,0","w":481},"Y":{"d":"187,-280r-189,-434r97,0r136,334r141,-334r92,0r-189,434r0,280r-88,0r0,-280","w":462,"k":{"\u00fc":60,"\u00f6":75,"a":75,"\u00e6":75,"\u00e1":75,"\u00e2":75,"\u00e4":75,"\u00e0":75,"\u00e5":75,"\u00e3":75,"A":55,"\u00c6":55,"\u00c1":55,"\u00c2":55,"\u00c4":55,"\u00c0":55,"\u00c5":55,"\u00c3":55,"e":75,"\u00e9":75,"\u00ea":75,"\u00eb":75,"\u00e8":75,"i":30,"\u00ed":30,"\u00ee":30,"\u00ef":30,"\u00ec":30,"o":75,"\u00f8":75,"\u0153":75,"\u00f3":75,"\u00f4":75,"\u00f2":75,"\u00f5":75,",":111,".":111,"u":60,"\u00fa":60,"\u00fb":60,"\u00f9":60,"-":74,":":37,";":37}},"Z":{"d":"23,0r0,-74r321,-562r-303,0r0,-78r395,0r0,81r-321,555r325,0r0,78r-417,0","w":463},"[":{"d":"78,184r0,-898r179,0r0,66r-101,0r0,766r101,0r0,66r-179,0","w":259},"\\":{"d":"222,14r-232,-742r66,0r232,742r-66,0","w":278},"]":{"d":"181,-714r0,898r-179,0r0,-66r101,0r0,-766r-101,0r0,-66r179,0","w":259},"^":{"d":"47,-261r229,-433r48,0r229,433r-66,0r-187,-361r-187,361r-66,0","w":600},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"\u2018":{"d":"166,-566r0,106r-92,0v4,-119,-22,-221,92,-254r0,47v-42,19,-45,48,-44,101r44,0","w":240,"k":{"\u2018":83}},"a":{"d":"126,-374r-84,0v0,-122,52,-176,180,-176v163,0,163,98,163,154r0,299v0,22,0,43,26,43v11,0,16,-2,20,-5r0,60v-54,7,-117,22,-127,-64v-27,48,-79,77,-129,77v-100,0,-146,-60,-146,-156v0,-75,32,-127,101,-148r113,-34v61,-19,61,-36,61,-81v0,-50,-30,-79,-86,-79v-94,0,-92,83,-92,110xm301,-292v-56,56,-184,29,-184,148v0,54,19,92,76,92v55,0,108,-47,108,-102r0,-138","w":444},"b":{"d":"134,-268v0,110,18,210,108,210v78,0,98,-88,98,-210v0,-128,-20,-210,-98,-210v-90,0,-108,106,-108,210xm55,0r0,-714r84,0r0,239r2,0v19,-46,70,-75,124,-75v145,0,163,170,163,282v0,151,-51,282,-175,282v-60,0,-102,-43,-118,-80r0,66r-80,0","w":463},"c":{"d":"394,-373r-84,0v0,-52,-21,-111,-85,-111v-52,0,-105,26,-105,222v0,70,1,210,102,210v72,0,88,-76,88,-134r84,0v0,85,-42,200,-176,200v-131,0,-186,-91,-186,-275v0,-134,26,-289,191,-289v146,0,171,115,171,177","w":426,"k":{"l":20,"\u0142":20,"y":20,"\u00fd":20,"\u00ff":20}},"d":{"d":"123,-268v0,128,20,210,98,210v93,0,108,-88,108,-210v0,-104,-18,-210,-108,-210v-78,0,-98,82,-98,210xm408,-714r0,714r-80,0v-2,-21,4,-49,-2,-66v-11,40,-58,80,-116,80v-127,0,-175,-113,-175,-282v0,-112,18,-282,169,-282v50,0,97,33,120,75r0,-239r84,0","w":463,"k":{"y":-10,"\u00fd":-10,"\u00ff":-10}},"e":{"d":"128,-324r191,0v3,-78,-9,-160,-93,-160v-96,0,-99,106,-98,160xm407,-258r-282,0v0,82,0,206,103,206v80,0,91,-84,91,-124r84,0v0,57,-34,190,-180,190v-131,0,-186,-91,-186,-275v0,-134,26,-289,191,-289v177,0,180,154,179,292","w":444},"f":{"d":"80,0r0,-470r-78,0r0,-66r78,0v-6,-108,10,-191,116,-186r61,0r0,72v-51,-2,-93,-2,-93,51r0,63r92,0r0,66r-92,0r0,470r-84,0","w":259,"k":{"\u201d":-18,"\u2019":-18}},"g":{"d":"221,-478v-78,0,-98,82,-98,210v0,87,13,196,97,196v91,0,109,-86,109,-196v0,-104,-18,-210,-108,-210xm408,-536r0,502v0,160,-74,218,-182,218v-33,0,-162,0,-176,-134r84,0v4,49,42,68,86,68v108,0,104,-83,104,-120v0,-22,4,-52,-2,-70v-18,45,-68,72,-121,72v-156,0,-166,-197,-166,-268v0,-145,39,-282,175,-282v60,0,102,44,118,82r0,-68r80,0","w":463,"k":{"y":-10,"\u00fd":-10,"\u00ff":-10}},"h":{"d":"55,0r0,-714r84,0r0,239r2,0v22,-44,81,-75,129,-75v138,0,138,107,138,170r0,380r-84,0r0,-370v0,-41,-3,-108,-79,-108v-45,0,-106,30,-106,108r0,370r-84,0","w":463},"i":{"d":"60,0r0,-536r84,0r0,536r-84,0xm60,-618r0,-96r84,0r0,96r-84,0"},"j":{"d":"144,-536r0,588v5,103,-62,144,-167,129r0,-72v10,1,21,3,31,3v52,0,52,-40,52,-90r0,-558r84,0xm144,-714r0,96r-84,0r0,-96r84,0"},"k":{"d":"264,-334r191,334r-98,0r-149,-265r-69,84r0,181r-84,0r0,-714r84,0r0,425r2,0r188,-247r98,0","w":444},"l":{"d":"60,0r0,-714r84,0r0,714r-84,0","k":{"w":-10}},"m":{"d":"63,0r0,-536r80,0v2,20,-4,47,2,63v22,-49,78,-77,130,-77v62,0,99,24,116,85v24,-47,72,-85,127,-85v141,0,141,107,141,170r0,380r-84,0r0,-370v0,-41,-3,-108,-72,-108v-39,0,-100,24,-100,108r0,370r-84,0r0,-370v0,-41,-3,-108,-72,-108v-39,0,-100,24,-100,108r0,370r-84,0","w":722},"n":{"d":"55,0r0,-536r80,0v2,20,-4,47,2,63v22,-49,78,-77,130,-77v141,0,141,107,141,170r0,380r-84,0r0,-370v0,-41,-3,-108,-79,-108v-45,0,-106,30,-106,108r0,370r-84,0","w":463,"k":{"y":-10,"\u00fd":-10,"\u00ff":-10}},"o":{"d":"29,-268v0,-151,39,-282,193,-282v155,0,193,131,193,282v0,151,-39,282,-193,282v-155,0,-193,-131,-193,-282xm220,-52v89,0,107,-100,107,-216v0,-116,-17,-216,-107,-216v-85,0,-103,100,-103,216v0,116,17,216,103,216","w":444,"k":{"w":-10,"y":-10,"\u00fd":-10,"\u00ff":-10}},"p":{"d":"134,-268v0,104,18,210,108,210v78,0,98,-82,98,-220v0,-118,-20,-200,-98,-200v-93,0,-108,88,-108,210xm55,176r0,-712r80,0v2,21,-4,49,2,66v11,-40,58,-80,116,-80v127,0,175,113,175,272v0,122,-36,292,-175,292v-50,0,-91,-33,-114,-75r0,237r-84,0","w":463},"q":{"d":"329,-268v0,-122,-15,-210,-108,-210v-78,0,-98,82,-98,200v0,138,20,220,98,220v90,0,108,-106,108,-210xm324,176r0,-237r-2,0v-19,46,-64,75,-112,75v-139,0,-175,-146,-175,-292v0,-159,48,-272,175,-272v60,0,102,43,118,80r0,-66r80,0r0,712r-84,0","w":463},"r":{"d":"55,0r0,-536r84,0v2,25,-4,59,2,80v26,-61,75,-112,153,-88r0,82v-75,-16,-155,15,-155,123r0,339r-84,0","w":296,"k":{"v":-18,"y":-18,"\u00fd":-18,"\u00ff":-18,",":74,".":74,"-":37}},"s":{"d":"369,-379r-84,0v0,-68,-18,-105,-79,-105v-27,0,-87,7,-87,82v0,63,66,75,132,97v65,22,131,45,131,151v0,113,-73,168,-173,168v-182,0,-184,-135,-184,-190r84,0v0,65,18,124,100,124v27,0,89,-13,89,-89v0,-72,-66,-87,-131,-109v-65,-22,-132,-41,-132,-152v0,-100,78,-148,171,-148v156,0,162,108,163,171","w":407,"k":{"w":-10}},"t":{"d":"80,-536r0,-156r84,0r0,156r93,0r0,66r-93,0r0,344v-10,59,44,65,92,57r0,69v-11,2,-33,6,-68,6v-87,0,-108,-36,-108,-106r0,-370r-78,0r0,-66r78,0","w":259},"u":{"d":"408,-536r0,536r-80,0v-2,-20,4,-47,-2,-63v-22,49,-78,77,-130,77v-141,0,-141,-107,-141,-170r0,-380r84,0r0,370v0,41,3,108,79,108v45,0,106,-30,106,-108r0,-370r84,0","w":463},"v":{"d":"155,0r-145,-536r92,0r100,430r2,0r100,-430r92,0r-145,536r-96,0","w":406,"k":{",":55,".":55}},"w":{"d":"135,0r-125,-536r88,0r86,438r2,0r91,-438r99,0r89,438r2,0r83,-438r88,0r-127,536r-92,0r-94,-438r-2,0r-90,438r-98,0","w":648,"k":{",":37,".":37}},"x":{"d":"153,-279r-137,-257r92,0r97,191r98,-191r92,0r-140,257r145,279r-92,0r-107,-212r-103,212r-92,0","w":406},"y":{"d":"168,11r-158,-547r92,0r106,430r2,0r94,-430r92,0r-155,572v-20,74,-42,140,-143,140v-33,0,-47,-2,-61,-3r0,-66v12,2,28,3,49,3v61,0,65,-55,82,-99","w":406,"k":{"a":-10,"\u00e6":-10,"\u00e1":-10,"\u00e2":-10,"\u00e4":-10,"\u00e0":-10,"\u00e5":-10,"\u00e3":-10,",":55,".":55}},"z":{"d":"39,-464r0,-72r323,0r0,70r-240,394r238,0r0,72r-333,0r0,-66r243,-398r-231,0","w":389},"{":{"d":"2,-235r0,-60v44,0,76,-41,76,-111r0,-178v5,-132,70,-134,179,-130r0,66r-51,0v-49,0,-50,45,-50,82r0,172v1,100,-69,121,-88,130v22,3,88,31,88,128r0,172v0,37,1,82,50,82r51,0r0,66v-109,4,-179,2,-179,-130r0,-178v0,-70,-32,-111,-76,-111","w":259},"|":{"d":"78,14r0,-742r66,0r0,742r-66,0","w":222},"}":{"d":"257,-295r0,60v-44,0,-76,41,-76,111r0,178v-5,132,-70,134,-179,130r0,-66r51,0v49,0,50,-45,50,-82r0,-172v-1,-100,69,-121,88,-130v-22,-3,-88,-31,-88,-128r0,-172v0,-37,-1,-82,-50,-82r-51,0r0,-66v109,-4,179,-2,179,130r0,178v0,70,32,111,76,111","w":259},"~":{"d":"408,-182v-70,0,-146,-76,-211,-76v-46,0,-81,46,-99,73r-42,-46v30,-42,71,-93,136,-93v70,0,146,76,211,76v46,0,81,-46,99,-73r42,45v-30,43,-71,94,-136,94","w":600},"\u00a1":{"d":"159,-352r16,528r-92,0r16,-528r60,0xm175,-538r0,96r-92,0r0,-96r92,0","w":258},"\u00a2":{"d":"227,-52r0,-432v-43,10,-80,56,-80,222v0,68,1,192,80,210xm227,99r0,-85v-118,-7,-168,-98,-168,-275v0,-128,23,-275,168,-289r0,-70r42,0r0,70v129,8,152,116,152,177r-84,0v0,-49,-17,-102,-68,-111r0,432v55,-13,68,-79,68,-134r84,0v0,82,-37,188,-152,200r0,85r-42,0","w":480},"\u00a3":{"d":"191,-93v53,0,71,30,126,29v33,0,52,-8,107,-39r37,67v-41,29,-88,50,-138,50v-84,-1,-141,-66,-219,-30r-47,22r-38,-65v78,-56,165,-153,103,-263r-95,0r0,-60r70,0v-22,-40,-49,-96,-49,-146v0,-115,89,-180,201,-180v117,0,198,64,198,203r-84,0v0,-74,-29,-137,-114,-137v-86,0,-113,59,-113,105v0,44,30,104,56,155r164,0r0,60r-142,0v54,110,-34,194,-110,255r2,2v26,-13,57,-28,85,-28","w":480},"\u2044":{"d":"-164,31r435,-756r60,0r-435,756r-60,0","w":167},"\u00a5":{"d":"200,0r0,-153r-147,0r0,-60r147,0v0,-30,3,-65,-10,-82r-137,0r0,-60r110,0r-154,-339r97,0r136,324r141,-324r88,0r-150,339r110,0r0,60r-137,0v-13,17,-10,51,-10,82r147,0r0,60r-147,0r0,153r-84,0","w":480},"\u0192":{"d":"-17,172r14,-66v69,10,110,5,128,-86r79,-400r-104,0r11,-60r104,0r33,-156v20,-105,106,-128,214,-114r-14,66v-91,-18,-123,27,-134,126r-15,78r109,0r-11,60r-109,0r-80,411v-19,114,-98,161,-225,141","w":480},"\u00a7":{"d":"413,-578r-88,0v0,-54,-40,-84,-88,-84v-59,0,-85,42,-85,75v0,84,119,113,180,155v63,43,120,80,120,160v0,65,-41,114,-89,147v41,26,58,76,58,124v0,101,-83,155,-174,155v-149,0,-183,-107,-183,-174r84,0v0,61,32,108,99,108v73,0,86,-58,86,-85v0,-96,-129,-130,-196,-177v-53,-37,-107,-83,-107,-146v0,-73,41,-106,98,-142v-39,-25,-64,-74,-64,-120v0,-97,86,-146,173,-146v162,0,172,110,176,150xm114,-331v0,67,89,96,136,128r60,41v20,-12,58,-41,58,-95v0,-92,-125,-122,-187,-170v-27,20,-67,48,-67,96","w":482},"\u00a4":{"d":"92,-347v0,87,66,154,148,154v82,0,148,-67,148,-154v0,-87,-66,-154,-148,-154v-82,0,-148,67,-148,154xm18,-167r47,-47v-59,-72,-59,-194,0,-265r-47,-47r43,-43r47,47v72,-60,193,-59,264,0r47,-47r43,43r-47,47v60,72,59,194,-1,264r48,48r-42,42r-48,-48v-70,61,-193,60,-265,1r-47,47","w":480},"'":{"d":"87,-460r0,-254r66,0r0,254r-66,0","w":240},"\u201c":{"d":"328,-566r0,106r-92,0v4,-119,-22,-221,92,-254r0,47v-42,19,-45,48,-44,101r44,0xm171,-566r0,106r-92,0v4,-119,-22,-221,92,-254r0,47v-42,19,-45,48,-44,101r44,0","w":407},"\u00ab":{"d":"198,-245r0,-78r142,-143r0,88r-94,94r94,94r0,88xm49,-245r0,-78r142,-143r0,88r-94,94r94,94r0,88","w":389},"\u2039":{"d":"49,-245r0,-78r142,-143r0,88r-94,94r94,94r0,88","w":240},"\u203a":{"d":"191,-323r0,78r-142,143r0,-88r94,-94r-94,-94r0,-88","w":240},"\u2013":{"d":"0,-248r0,-72r500,0r0,72r-500,0","w":500},"\u2020":{"d":"199,-508r0,-206r84,0r0,206r172,0r0,72r-172,0r0,576r-84,0r0,-576r-172,0r0,-72r172,0","w":482},"\u2021":{"d":"199,-521r0,-193r84,0r0,193r172,0r0,72r-172,0r0,317r172,0r0,72r-172,0r0,200r-84,0r0,-200r-172,0r0,-72r172,0r0,-317r-172,0r0,-72r172,0","w":482},"\u00b7":{"d":"64,-327v0,-31,25,-56,56,-56v31,0,56,25,56,56v0,31,-25,56,-56,56v-31,0,-56,-25,-56,-56","w":240},"\u00b6":{"d":"411,140r0,-800r-100,0r0,800r-66,0r0,-462v-122,0,-209,-82,-209,-186v0,-130,96,-206,236,-206r205,0r0,854r-66,0","w":556},"\u2022":{"d":"72,-357v0,-98,80,-178,178,-178v98,0,178,80,178,178v0,98,-80,178,-178,178v-98,0,-178,-80,-178,-178","w":500},"\u201a":{"d":"74,0r0,-106r92,0v-4,119,22,221,-92,254r0,-47v42,-19,45,-48,44,-101r-44,0","w":240},"\u201e":{"d":"328,-106v-4,119,22,221,-92,254r0,-47v42,-19,45,-48,44,-101r-44,0r0,-106r92,0xm171,-106v-4,119,22,221,-92,254r0,-47v42,-19,45,-48,44,-101r-44,0r0,-106r92,0","w":407},"\u201d":{"d":"328,-714v-4,119,22,221,-92,254r0,-47v42,-19,45,-48,44,-101r-44,0r0,-106r92,0xm171,-714v-4,119,22,221,-92,254r0,-47v42,-19,45,-48,44,-101r-44,0r0,-106r92,0","w":407,"k":{" ":37}},"\u00bb":{"d":"340,-323r0,78r-142,143r0,-88r94,-94r-94,-94r0,-88xm191,-323r0,78r-142,143r0,-88r94,-94r-94,-94r0,-88","w":389},"\u2026":{"d":"121,0r0,-106r92,0r0,106r-92,0xm454,0r0,-106r92,0r0,106r-92,0xm787,0r0,-106r92,0r0,106r-92,0","w":1000},"\u2030":{"d":"860,-40v56,0,59,-56,59,-138v0,-82,-3,-138,-59,-138v-56,0,-59,56,-59,138v0,82,3,138,59,138xm169,14r310,-722r70,0r-310,722r-70,0xm177,-378v56,0,59,-56,59,-138v0,-82,-3,-138,-59,-138v-56,0,-59,56,-59,138v0,82,3,138,59,138xm860,14v-119,0,-131,-92,-131,-192v0,-100,12,-192,131,-192v119,0,131,92,131,192v0,100,-12,192,-131,192xm177,-324v-119,0,-131,-92,-131,-192v0,-100,12,-192,131,-192v119,0,131,92,131,192v0,100,-12,192,-131,192xm551,-40v56,0,59,-56,59,-138v0,-82,-3,-138,-59,-138v-56,0,-59,56,-59,138v0,82,3,138,59,138xm551,14v-119,0,-131,-92,-131,-192v0,-100,12,-192,131,-192v119,0,131,92,131,192v0,100,-12,192,-131,192","w":1037},"\u00bf":{"d":"325,-34r84,0v0,118,-57,218,-186,218v-183,0,-238,-209,-138,-329v41,-50,125,-113,110,-207r78,0v0,40,0,87,-19,123v-23,43,-77,98,-101,128v-53,67,-40,213,67,213v97,0,105,-97,105,-146xm279,-538r0,96r-92,0r0,-96r92,0","w":444},"`":{"d":"-16,-752r98,0r70,142r-60,0"},"\u00b4":{"d":"52,-610r70,-142r98,0r-108,142r-60,0"},"\u02c6":{"d":"-37,-610r101,-142r77,0r100,142r-78,0r-61,-88r-61,88r-78,0"},"\u02dc":{"d":"48,-733v35,0,82,38,112,38v26,0,31,-27,35,-45r54,0v0,50,-29,111,-86,111v-42,0,-94,-38,-115,-38v-26,0,-36,27,-39,45r-54,0v0,-59,40,-111,93,-111"},"\u00af":{"d":"-30,-655r0,-54r264,0r0,54r-264,0"},"\u02d8":{"d":"-23,-745r48,0v0,37,41,67,77,67v36,0,77,-30,77,-67r48,0v0,41,-24,127,-125,127v-101,0,-125,-86,-125,-127"},"\u02d9":{"d":"63,-634r0,-101r78,0r0,101r-78,0"},"\u00a8":{"d":"-18,-634r0,-101r78,0r0,101r-78,0xm144,-634r0,-101r78,0r0,101r-78,0"},"\u02da":{"d":"3,-690v0,-55,44,-99,99,-99v55,0,99,44,99,99v0,55,-44,99,-99,99v-55,0,-99,-44,-99,-99xm45,-690v0,31,26,57,57,57v31,0,57,-26,57,-57v0,-31,-26,-57,-57,-57v-31,0,-57,26,-57,57"},"\u00b8":{"d":"-1,192r15,-34v3,1,48,12,64,12v76,4,67,-80,8,-78v-21,0,-34,4,-38,7r-15,-18r59,-87r42,0r-41,60v5,4,24,-6,32,-4v34,0,80,21,80,76v0,89,-139,104,-206,66"},"\u02dd":{"d":"-50,-610r70,-142r98,0r-108,142r-60,0xm114,-610r70,-142r98,0r-108,142r-60,0"},"\u02db":{"d":"127,-6r53,0v-87,63,-104,96,-104,130v-2,63,72,49,106,25r18,35v-64,48,-196,38,-196,-50v0,-53,42,-102,123,-140"},"\u02c7":{"d":"241,-752r-101,142r-77,0r-100,-142r78,0r61,88r61,-88r78,0"},"\u2014":{"d":"0,-248r0,-72r1000,0r0,72r-1000,0","w":1000},"\u00c6":{"d":"322,-642r-140,374r150,0r0,-374r-10,0xm-8,0r276,-714r418,0r0,78r-266,0r0,224r250,0r0,78r-250,0r0,256r278,0r0,78r-366,0r0,-196r-175,0r-73,196r-92,0","w":722},"\u00aa":{"d":"251,-612r0,176v-5,19,14,34,30,24r0,42v-32,6,-92,7,-88,-43r-2,0v-16,29,-50,46,-88,46v-62,0,-95,-39,-95,-93v0,-48,21,-78,72,-92r73,-20v38,-11,38,-22,38,-45v0,-30,-20,-43,-54,-43v-61,0,-59,45,-59,62r-60,0v0,-78,34,-110,127,-110v106,0,106,62,106,96xm191,-547v-34,32,-119,16,-117,83v0,26,12,49,46,49v36,0,71,-28,71,-55r0,-77","w":289},"\u0141":{"d":"-8,-197r0,-72r66,-47r0,-398r88,0r0,335r194,-139r0,72r-194,139r0,229r290,0r0,78r-378,0r0,-244","w":444,"k":{"T":94,"V":74,"W":74,"Y":92,"\u00dd":92,"\u0178":92,"\u201d":92,"\u2019":92,"y":37,"\u00fd":37,"\u00ff":37}},"\u00d8":{"d":"161,-153r197,-473v-19,-19,-45,-30,-80,-30v-122,0,-138,134,-138,299v0,79,4,150,21,204xm395,-562r-196,474v19,19,45,30,79,30v122,0,138,-134,138,-299v0,-80,-4,-152,-21,-205xm88,24r33,-80v-60,-71,-73,-188,-73,-301v0,-180,33,-371,230,-371v46,0,82,10,111,28r24,-59r54,22r-32,77v60,71,73,189,73,303v0,180,-33,371,-230,371v-45,0,-81,-10,-110,-28r-26,62","w":556,"k":{"Y":24,"\u00dd":24,"\u0178":24,"X":24}},"\u0152":{"d":"500,-334r0,256r272,0r0,78r-358,0v-2,-20,4,-47,-2,-63v-18,48,-74,77,-134,77v-197,0,-230,-178,-230,-371v0,-180,33,-371,230,-371v53,0,113,26,140,69r0,-55r342,0r0,78r-260,0r0,224r244,0r0,78r-244,0xm412,-232r0,-231v0,-101,-4,-193,-134,-193v-126,0,-142,134,-142,299v0,165,16,299,142,299v114,0,134,-80,134,-174","w":796,"k":{"Y":24,"\u00dd":24,"\u0178":24,"X":24}},"\u00ba":{"d":"143,-708v105,0,130,82,130,169v0,90,-26,172,-130,172v-102,0,-127,-82,-127,-172v0,-87,25,-169,127,-169xm143,-415v52,0,64,-64,64,-124v0,-58,-11,-121,-64,-121v-49,0,-61,63,-61,121v0,60,11,124,61,124","w":289},"\u00e6":{"d":"371,-324r182,0v3,-77,-9,-160,-89,-160v-91,0,-94,107,-93,160xm553,-176r84,0v0,57,-34,190,-169,190v-115,1,-137,-80,-146,-98v-26,57,-70,98,-149,98v-89,0,-147,-60,-147,-156v0,-75,37,-128,102,-148r125,-38v32,-10,37,-32,37,-77v0,-50,-24,-79,-80,-79v-88,0,-86,83,-86,110r-84,0v0,-122,55,-176,176,-176v73,0,113,33,130,74v18,-45,75,-74,126,-74v166,0,170,156,169,292r-273,0v0,82,0,206,94,206v80,0,91,-84,91,-124xm290,-174v0,-34,4,-75,-2,-105v-7,14,-111,42,-130,49v-28,10,-44,34,-44,85v0,49,22,93,75,93v96,0,101,-96,101,-122","w":667},"\u0131":{"d":"60,0r0,-536r84,0r0,536r-84,0","k":{"y":-10,"\u00fd":-10,"\u00ff":-10}},"\u0142":{"d":"60,0r0,-276r-60,64r0,-78r60,-64r0,-360r84,0r0,271r60,-63r0,78r-60,63r0,365r-84,0","k":{"w":-10}},"\u00f8":{"d":"310,-407r-143,336v13,12,31,19,53,19v128,0,119,-240,90,-355xm134,-126r143,-337v-16,-14,-34,-21,-57,-21v-123,-5,-115,244,-86,358xm64,40r32,-76v-51,-50,-67,-133,-67,-232v0,-151,39,-282,193,-282v33,0,61,6,84,18r26,-61r48,21r-30,71v50,55,65,136,65,233v0,151,-39,282,-193,282v-33,0,-61,-6,-84,-18r-27,63","w":444,"k":{"w":-10,"y":-10,"\u00fd":-10,"\u00ff":-10}},"\u0153":{"d":"514,-550v166,0,170,156,169,292r-273,0v0,82,0,206,94,206v80,0,91,-84,91,-124r84,0v0,57,-34,190,-169,190v-113,0,-139,-83,-142,-92v-25,57,-78,92,-141,92v-150,0,-188,-137,-188,-282v0,-145,39,-282,188,-282v74,0,114,29,147,91v25,-56,81,-91,140,-91xm332,-268v0,-110,-17,-216,-105,-216v-82,0,-100,106,-100,216v0,110,17,216,100,216v87,0,105,-106,105,-216xm506,-484v-91,0,-94,107,-93,160r182,0v3,-77,-9,-160,-89,-160","w":722,"k":{"w":-10,"y":-10,"\u00fd":-10,"\u00ff":-10}},"\u00df":{"d":"48,0r0,-511v0,-124,37,-211,177,-211v95,0,172,50,172,163v0,66,-38,131,-106,149v95,0,143,86,143,186v0,107,-52,224,-179,224r-59,0r0,-72r58,0v75,0,92,-95,92,-152v0,-106,-50,-166,-147,-147r0,-69v69,5,114,-28,114,-105v0,-50,-17,-111,-88,-111v-87,0,-93,66,-93,131r0,525r-84,0","w":463,"k":{"w":-10}},"\u00b9":{"d":"128,-280r0,-313r-96,0r0,-48v57,0,111,-7,113,-67r49,0r0,428r-66,0","w":312},"\u00ac":{"d":"487,-106r0,-216r-440,0r0,-66r506,0r0,282r-66,0","w":600},"\u00b5":{"d":"408,-536r0,536r-80,0v-2,-20,4,-47,-2,-63v-29,64,-119,98,-187,63r0,176r-84,0r0,-712r84,0r0,370v0,41,3,108,79,108v45,0,106,-30,106,-108r0,-370r84,0","w":463},"\u2122":{"d":"185,-302r0,-352r-133,0r0,-60r329,0r0,60r-130,0r0,352r-66,0xm848,-302r0,-340r-2,0r-139,340r-39,0r-139,-340r-2,0r0,340r-66,0r0,-412r98,0r130,316r127,-316r98,0r0,412r-66,0","w":990},"\u00d0":{"d":"67,0r0,-340r-58,0r0,-66r58,0r0,-308r191,0v222,0,250,160,250,357v0,180,-45,357,-241,357r-200,0xm155,-72r92,0v152,0,169,-156,169,-284v0,-138,-9,-286,-169,-286r-92,0r0,236r134,0r0,66r-134,0r0,268","w":556,"k":{"Y":20,"\u00dd":20,"\u0178":20}},"\u00bd":{"d":"74,31r434,-756r60,0r-434,756r-60,0xm30,-593r0,-48v57,0,111,-7,113,-67r49,0r0,428r-66,0r0,-313r-96,0xm681,0r-261,0v0,-100,76,-156,137,-205v38,-30,62,-56,62,-103v0,-35,-18,-60,-66,-60v-57,0,-62,51,-62,76r-72,0v0,-77,35,-136,139,-136v77,0,133,38,133,114v0,128,-154,159,-190,254r180,0r0,60","w":721},"\u00b1":{"d":"47,-295r0,-66r220,0r0,-145r66,0r0,145r220,0r0,66r-220,0r0,145r-66,0r0,-145r-220,0xm47,0r0,-66r506,0r0,66r-506,0","w":600},"\u00de":{"d":"58,0r0,-714r88,0r0,140r94,0v62,0,221,0,221,205v0,133,-85,207,-206,207r-109,0r0,162r-88,0xm146,-502r0,268r105,0v64,0,118,-44,118,-139v0,-78,-37,-129,-124,-129r-99,0","w":481},"\u00bc":{"d":"454,-153r112,0r0,-185r-2,0xm400,-159r160,-269r72,0r0,275r47,0r0,54r-47,0r0,99r-66,0r0,-99r-166,0r0,-60xm93,31r434,-756r60,0r-434,756r-60,0xm32,-593r0,-48v57,0,111,-7,113,-67r49,0r0,428r-66,0r0,-313r-96,0","w":721},"\u00f7":{"d":"47,-220r0,-66r506,0r0,66r-506,0xm244,-464v0,-31,25,-56,56,-56v31,0,56,25,56,56v0,31,-25,56,-56,56v-31,0,-56,-25,-56,-56xm244,-42v0,-31,25,-56,56,-56v31,0,56,25,56,56v0,31,-25,56,-56,56v-31,0,-56,-25,-56,-56","w":600},"\u00a6":{"d":"78,14r0,-294r66,0r0,294r-66,0xm78,-434r0,-294r66,0r0,294r-66,0","w":222},"\u00b0":{"d":"51,-559v0,-86,63,-149,149,-149v86,0,149,63,149,149v0,86,-63,149,-149,149v-86,0,-149,-63,-149,-149xm105,-559v0,52,43,95,95,95v52,0,95,-43,95,-95v0,-52,-43,-95,-95,-95v-52,0,-95,43,-95,95","w":400},"\u00fe":{"d":"134,-268v0,104,18,210,108,210v78,0,98,-82,98,-220v0,-118,-20,-200,-98,-200v-93,0,-108,88,-108,210xm55,176r0,-890r84,0r0,239r2,0v13,-46,67,-75,112,-75v127,0,175,113,175,272v0,122,-36,292,-175,292v-50,0,-91,-33,-114,-75r0,237r-84,0","w":463},"\u00be":{"d":"476,-153r112,0r0,-185r-2,0xm422,-159r160,-269r72,0r0,275r47,0r0,54r-47,0r0,99r-66,0r0,-99r-166,0r0,-60xm145,31r434,-756r60,0r-434,756r-60,0xm120,-474r0,-54v59,6,96,-21,96,-69v0,-30,-18,-57,-55,-57v-56,0,-62,46,-62,69r-72,0v0,-73,37,-123,136,-123v103,0,125,63,125,111v0,45,-34,78,-84,94v57,9,96,39,96,99v0,78,-43,131,-136,131v-136,0,-144,-95,-144,-123r72,0v0,31,20,69,70,69v27,0,66,-16,66,-73v0,-55,-42,-80,-108,-74","w":721},"\u00b2":{"d":"282,-280r-261,0v0,-100,76,-156,137,-205v38,-30,62,-56,62,-103v0,-35,-18,-60,-66,-60v-57,0,-62,51,-62,76r-72,0v0,-77,35,-136,139,-136v77,0,133,38,133,114v0,128,-154,159,-190,254r180,0r0,60","w":312},"\u00ae":{"d":"252,-138r0,-434r168,0v96,0,148,41,148,127v0,77,-51,113,-117,120r124,187r-66,0r-120,-182r-71,0r0,182r-66,0xm318,-380v82,-4,184,21,184,-68v0,-88,-104,-58,-184,-64r0,132xm29,-357v0,-205,166,-371,371,-371v205,0,371,166,371,371v0,205,-166,371,-371,371v-205,0,-371,-166,-371,-371xm400,-46v169,0,305,-139,305,-311v0,-172,-136,-311,-305,-311v-169,0,-305,139,-305,311v0,172,136,311,305,311","w":800},"\u2212":{"d":"47,-220r0,-66r506,0r0,66r-506,0","w":600},"\u00f0":{"d":"220,-470v-85,0,-103,106,-103,202v0,116,17,216,103,216v89,0,107,-100,107,-216v0,-96,-17,-202,-107,-202xm120,-595r-38,-42r71,-40v-23,-23,-49,-45,-77,-67r64,-28v26,21,50,41,72,61r74,-42r38,42r-70,40v102,102,161,215,161,403v0,151,-39,282,-193,282v-155,0,-193,-131,-193,-282v0,-145,39,-268,193,-268v19,-1,40,7,61,17v-27,-41,-56,-80,-90,-117","w":444},"\u00d7":{"d":"480,-30r-180,-180r-181,180r-42,-42r181,-181r-181,-181r42,-42r181,180r180,-180r43,42r-181,181r181,181","w":600},"\u00b3":{"d":"116,-474r0,-54v59,6,96,-21,96,-69v0,-30,-18,-57,-55,-57v-56,0,-62,46,-62,69r-72,0v0,-73,37,-123,136,-123v103,0,125,63,125,111v0,45,-34,78,-84,94v57,9,96,39,96,99v0,78,-43,131,-136,131v-136,0,-144,-95,-144,-123r72,0v0,31,20,69,70,69v27,0,66,-16,66,-73v0,-55,-42,-80,-108,-74","w":312},"\u00a9":{"d":"543,-279r60,0v-14,102,-98,155,-197,155v-136,0,-219,-95,-219,-230v0,-135,83,-230,219,-230v99,0,183,51,197,155r-60,0v-11,-53,-63,-95,-137,-95v-94,0,-153,76,-153,170v0,94,59,170,153,170v74,0,126,-42,137,-95xm29,-357v0,-205,166,-371,371,-371v205,0,371,166,371,371v0,205,-166,371,-371,371v-205,0,-371,-166,-371,-371xm400,-46v169,0,305,-139,305,-311v0,-172,-136,-311,-305,-311v-169,0,-305,139,-305,311v0,172,136,311,305,311","w":800},"\u00c1":{"d":"-8,0r206,-714r118,0r192,714r-92,0r-51,-196r-228,0r-53,196r-92,0xm254,-613r-99,345r192,0r-91,-345r-2,0xm207,-753r70,-142r98,0r-108,142r-60,0","w":500,"k":{"p":-10,"Q":-10,"T":55,"V":20,"W":20,"Y":55,"\u00dd":55,"\u0178":55,"\u201d":55,"\u2019":55}},"\u00c2":{"d":"-8,0r206,-714r118,0r192,714r-92,0r-51,-196r-228,0r-53,196r-92,0xm254,-613r-99,345r192,0r-91,-345r-2,0xm118,-753r101,-142r77,0r100,142r-78,0r-61,-88r-61,88r-78,0","w":500,"k":{"p":-10,"Q":-10,"T":55,"V":20,"W":20,"Y":55,"\u00dd":55,"\u0178":55,"\u201d":55,"\u2019":55}},"\u00c4":{"d":"-8,0r206,-714r118,0r192,714r-92,0r-51,-196r-228,0r-53,196r-92,0xm254,-613r-99,345r192,0r-91,-345r-2,0xm137,-777r0,-101r78,0r0,101r-78,0xm299,-777r0,-101r78,0r0,101r-78,0","w":500,"k":{"p":-10,"Q":-10,"T":55,"V":20,"W":20,"Y":55,"\u00dd":55,"\u0178":55,"\u201d":55,"\u2019":55}},"\u00c0":{"d":"-8,0r206,-714r118,0r192,714r-92,0r-51,-196r-228,0r-53,196r-92,0xm254,-613r-99,345r192,0r-91,-345r-2,0xm139,-895r98,0r70,142r-60,0","w":500,"k":{"p":-10,"Q":-10,"T":55,"V":20,"W":20,"Y":55,"\u00dd":55,"\u0178":55,"\u201d":55,"\u2019":55}},"\u00c5":{"d":"-8,0r206,-714r118,0r192,714r-92,0r-51,-196r-228,0r-53,196r-92,0xm254,-613r-99,345r192,0r-91,-345r-2,0xm158,-833v0,-55,44,-99,99,-99v55,0,99,44,99,99v0,55,-44,99,-99,99v-55,0,-99,-44,-99,-99xm200,-833v0,31,26,57,57,57v31,0,57,-26,57,-57v0,-31,-26,-57,-57,-57v-31,0,-57,26,-57,57","w":500,"k":{"p":-10,"Q":-10,"T":55,"V":20,"W":20,"Y":55,"\u00dd":55,"\u0178":55,"\u201d":55,"\u2019":55}},"\u00c3":{"d":"-8,0r206,-714r118,0r192,714r-92,0r-51,-196r-228,0r-53,196r-92,0xm254,-613r-99,345r192,0r-91,-345r-2,0xm203,-876v35,0,82,38,112,38v26,0,31,-27,35,-45r54,0v0,50,-29,111,-86,111v-42,0,-94,-38,-115,-38v-26,0,-36,27,-39,45r-54,0v0,-59,40,-111,93,-111","w":500,"k":{"p":-10,"Q":-10,"T":55,"V":20,"W":20,"Y":55,"\u00dd":55,"\u0178":55,"\u201d":55,"\u2019":55}},"\u00c7":{"d":"198,81r46,-69v-172,-21,-196,-200,-196,-369v0,-180,33,-371,230,-371v146,0,207,82,211,222r-92,0v-2,-81,-28,-150,-119,-150v-122,0,-138,134,-138,299v0,165,16,299,138,299v107,0,122,-100,125,-187r92,0v-8,133,-60,256,-210,259r-27,40v5,4,24,-6,32,-4v34,0,80,21,80,76v0,89,-139,104,-206,66r15,-34v3,1,48,12,64,12v76,4,67,-80,8,-78v-21,0,-34,4,-38,7","w":519},"\u00c9":{"d":"58,0r0,-714r369,0r0,78r-281,0r0,224r265,0r0,78r-265,0r0,256r293,0r0,78r-381,0xm194,-753r70,-142r98,0r-108,142r-60,0","w":463},"\u00ca":{"d":"58,0r0,-714r369,0r0,78r-281,0r0,224r265,0r0,78r-265,0r0,256r293,0r0,78r-381,0xm105,-753r101,-142r77,0r100,142r-78,0r-61,-88r-61,88r-78,0","w":463},"\u00cb":{"d":"58,0r0,-714r369,0r0,78r-281,0r0,224r265,0r0,78r-265,0r0,256r293,0r0,78r-381,0xm124,-777r0,-101r78,0r0,101r-78,0xm286,-777r0,-101r78,0r0,101r-78,0","w":463},"\u00c8":{"d":"58,0r0,-714r369,0r0,78r-281,0r0,224r265,0r0,78r-265,0r0,256r293,0r0,78r-381,0xm126,-895r98,0r70,142r-60,0","w":463},"\u00cd":{"d":"58,0r0,-714r88,0r0,714r-88,0xm52,-753r70,-142r98,0r-108,142r-60,0"},"\u00ce":{"d":"58,0r0,-714r88,0r0,714r-88,0xm-37,-753r101,-142r77,0r100,142r-78,0r-61,-88r-61,88r-78,0"},"\u00cf":{"d":"58,0r0,-714r88,0r0,714r-88,0xm-18,-777r0,-101r78,0r0,101r-78,0xm144,-777r0,-101r78,0r0,101r-78,0"},"\u00cc":{"d":"58,0r0,-714r88,0r0,714r-88,0xm-16,-895r98,0r70,142r-60,0"},"\u00d1":{"d":"58,0r0,-714r114,0r236,596r2,0r0,-596r88,0r0,714r-121,0r-229,-578r-2,0r0,578r-88,0xm224,-876v35,0,82,38,112,38v26,0,31,-27,35,-45r54,0v0,50,-29,111,-86,111v-42,0,-94,-38,-115,-38v-26,0,-36,27,-39,45r-54,0v0,-59,40,-111,93,-111","w":556},"\u00d3":{"d":"278,-728v197,0,230,191,230,371v0,180,-33,371,-230,371v-197,0,-230,-191,-230,-371v0,-180,33,-371,230,-371xm278,-656v-122,0,-138,134,-138,299v0,165,16,299,138,299v122,0,138,-134,138,-299v0,-165,-16,-299,-138,-299xm228,-753r70,-142r98,0r-108,142r-60,0","w":556,"k":{"Y":24,"\u00dd":24,"\u0178":24,"X":24}},"\u00d4":{"d":"278,-728v197,0,230,191,230,371v0,180,-33,371,-230,371v-197,0,-230,-191,-230,-371v0,-180,33,-371,230,-371xm278,-656v-122,0,-138,134,-138,299v0,165,16,299,138,299v122,0,138,-134,138,-299v0,-165,-16,-299,-138,-299xm139,-753r101,-142r77,0r100,142r-78,0r-61,-88r-61,88r-78,0","w":556,"k":{"Y":24,"\u00dd":24,"\u0178":24,"X":24}},"\u00d6":{"d":"278,-728v197,0,230,191,230,371v0,180,-33,371,-230,371v-197,0,-230,-191,-230,-371v0,-180,33,-371,230,-371xm278,-656v-122,0,-138,134,-138,299v0,165,16,299,138,299v122,0,138,-134,138,-299v0,-165,-16,-299,-138,-299xm158,-777r0,-101r78,0r0,101r-78,0xm320,-777r0,-101r78,0r0,101r-78,0","w":556,"k":{"Y":24,"\u00dd":24,"\u0178":24,"X":24}},"\u00d2":{"d":"278,-728v197,0,230,191,230,371v0,180,-33,371,-230,371v-197,0,-230,-191,-230,-371v0,-180,33,-371,230,-371xm278,-656v-122,0,-138,134,-138,299v0,165,16,299,138,299v122,0,138,-134,138,-299v0,-165,-16,-299,-138,-299xm160,-895r98,0r70,142r-60,0","w":556,"k":{"Y":24,"\u00dd":24,"\u0178":24,"X":24}},"\u00d5":{"d":"278,-728v197,0,230,191,230,371v0,180,-33,371,-230,371v-197,0,-230,-191,-230,-371v0,-180,33,-371,230,-371xm278,-656v-122,0,-138,134,-138,299v0,165,16,299,138,299v122,0,138,-134,138,-299v0,-165,-16,-299,-138,-299xm224,-876v35,0,82,38,112,38v26,0,31,-27,35,-45r54,0v0,50,-29,111,-86,111v-42,0,-94,-38,-115,-38v-26,0,-36,27,-39,45r-54,0v0,-59,40,-111,93,-111","w":556,"k":{"Y":24,"\u00dd":24,"\u0178":24,"X":24}},"\u0160":{"d":"449,-529r-88,0v0,-75,-27,-127,-111,-127v-74,0,-118,40,-118,116v0,201,337,81,337,342v0,165,-121,212,-222,212v-167,0,-216,-86,-216,-238r88,0v0,80,5,166,134,166v70,0,124,-50,124,-126v0,-202,-337,-85,-337,-347v0,-66,28,-197,209,-197v136,0,198,68,200,199xm389,-895r-101,142r-77,0r-100,-142r78,0r61,88r61,-88r78,0","w":500},"\u00da":{"d":"50,-212r0,-502r88,0r0,502v0,105,34,154,121,154v94,0,122,-54,122,-154r0,-502r88,0r0,502v0,137,-70,226,-210,226v-143,0,-209,-79,-209,-226xm210,-753r70,-142r98,0r-108,142r-60,0","w":519},"\u00db":{"d":"50,-212r0,-502r88,0r0,502v0,105,34,154,121,154v94,0,122,-54,122,-154r0,-502r88,0r0,502v0,137,-70,226,-210,226v-143,0,-209,-79,-209,-226xm121,-753r101,-142r77,0r100,142r-78,0r-61,-88r-61,88r-78,0","w":519},"\u00dc":{"d":"50,-212r0,-502r88,0r0,502v0,105,34,154,121,154v94,0,122,-54,122,-154r0,-502r88,0r0,502v0,137,-70,226,-210,226v-143,0,-209,-79,-209,-226xm140,-777r0,-101r78,0r0,101r-78,0xm302,-777r0,-101r78,0r0,101r-78,0","w":519},"\u00d9":{"d":"50,-212r0,-502r88,0r0,502v0,105,34,154,121,154v94,0,122,-54,122,-154r0,-502r88,0r0,502v0,137,-70,226,-210,226v-143,0,-209,-79,-209,-226xm142,-895r98,0r70,142r-60,0","w":519},"\u00dd":{"d":"187,-280r-189,-434r97,0r136,334r141,-334r92,0r-189,434r0,280r-88,0r0,-280xm181,-753r70,-142r98,0r-108,142r-60,0","w":462,"k":{"a":75,"\u00e6":75,"\u00e1":75,"\u00e2":75,"\u00e4":75,"\u00e0":75,"\u00e5":75,"\u00e3":75,"A":55,"\u00c6":55,"\u00c1":55,"\u00c2":55,"\u00c4":55,"\u00c0":55,"\u00c5":55,"\u00c3":55,"e":75,"\u00e9":75,"\u00ea":75,"\u00eb":75,"\u00e8":75,"i":30,"\u00ed":30,"\u00ee":30,"\u00ef":30,"\u00ec":30,"o":75,"\u00f8":75,"\u0153":75,"\u00f3":75,"\u00f4":75,"\u00f6":75,"\u00f2":75,"\u00f5":75,",":111,".":111,"u":60,"\u00fa":60,"\u00fb":60,"\u00fc":60,"\u00f9":60,"-":74,":":37,";":37}},"\u0178":{"d":"187,-280r-189,-434r97,0r136,334r141,-334r92,0r-189,434r0,280r-88,0r0,-280xm111,-777r0,-101r78,0r0,101r-78,0xm273,-777r0,-101r78,0r0,101r-78,0","w":462,"k":{"a":75,"\u00e6":75,"\u00e1":75,"\u00e2":75,"\u00e4":75,"\u00e0":75,"\u00e5":75,"\u00e3":75,"A":55,"\u00c6":55,"\u00c1":55,"\u00c2":55,"\u00c4":55,"\u00c0":55,"\u00c5":55,"\u00c3":55,"e":75,"\u00e9":75,"\u00ea":75,"\u00eb":75,"\u00e8":75,"i":30,"\u00ed":30,"\u00ee":30,"\u00ef":30,"\u00ec":30,"o":75,"\u00f8":75,"\u0153":75,"\u00f3":75,"\u00f4":75,"\u00f6":75,"\u00f2":75,"\u00f5":75,",":111,".":111,"u":60,"\u00fa":60,"\u00fb":60,"\u00fc":60,"\u00f9":60,"-":74,":":37,";":37}},"\u017d":{"d":"23,0r0,-74r321,-562r-303,0r0,-78r395,0r0,81r-321,555r325,0r0,78r-417,0xm371,-895r-101,142r-77,0r-100,-142r78,0r61,88r61,-88r78,0","w":463},"\u00e1":{"d":"126,-374r-84,0v0,-122,52,-176,180,-176v163,0,163,98,163,154r0,299v0,22,0,43,26,43v11,0,16,-2,20,-5r0,60v-54,7,-117,22,-127,-64v-27,48,-79,77,-129,77v-100,0,-146,-60,-146,-156v0,-75,32,-127,101,-148r113,-34v61,-19,61,-36,61,-81v0,-50,-30,-79,-86,-79v-94,0,-92,83,-92,110xm301,-292v-56,56,-184,29,-184,148v0,54,19,92,76,92v55,0,108,-47,108,-102r0,-138xm172,-610r70,-142r98,0r-108,142r-60,0","w":444},"\u00e2":{"d":"126,-374r-84,0v0,-122,52,-176,180,-176v163,0,163,98,163,154r0,299v0,22,0,43,26,43v11,0,16,-2,20,-5r0,60v-54,7,-117,22,-127,-64v-27,48,-79,77,-129,77v-100,0,-146,-60,-146,-156v0,-75,32,-127,101,-148r113,-34v61,-19,61,-36,61,-81v0,-50,-30,-79,-86,-79v-94,0,-92,83,-92,110xm301,-292v-56,56,-184,29,-184,148v0,54,19,92,76,92v55,0,108,-47,108,-102r0,-138xm83,-610r101,-142r77,0r100,142r-78,0r-61,-88r-61,88r-78,0","w":444},"\u00e4":{"d":"126,-374r-84,0v0,-122,52,-176,180,-176v163,0,163,98,163,154r0,299v0,22,0,43,26,43v11,0,16,-2,20,-5r0,60v-54,7,-117,22,-127,-64v-27,48,-79,77,-129,77v-100,0,-146,-60,-146,-156v0,-75,32,-127,101,-148r113,-34v61,-19,61,-36,61,-81v0,-50,-30,-79,-86,-79v-94,0,-92,83,-92,110xm301,-292v-56,56,-184,29,-184,148v0,54,19,92,76,92v55,0,108,-47,108,-102r0,-138xm102,-634r0,-101r78,0r0,101r-78,0xm264,-634r0,-101r78,0r0,101r-78,0","w":444},"\u00e0":{"d":"126,-374r-84,0v0,-122,52,-176,180,-176v163,0,163,98,163,154r0,299v0,22,0,43,26,43v11,0,16,-2,20,-5r0,60v-54,7,-117,22,-127,-64v-27,48,-79,77,-129,77v-100,0,-146,-60,-146,-156v0,-75,32,-127,101,-148r113,-34v61,-19,61,-36,61,-81v0,-50,-30,-79,-86,-79v-94,0,-92,83,-92,110xm301,-292v-56,56,-184,29,-184,148v0,54,19,92,76,92v55,0,108,-47,108,-102r0,-138xm104,-752r98,0r70,142r-60,0","w":444},"\u00e5":{"d":"126,-374r-84,0v0,-122,52,-176,180,-176v163,0,163,98,163,154r0,299v0,22,0,43,26,43v11,0,16,-2,20,-5r0,60v-54,7,-117,22,-127,-64v-27,48,-79,77,-129,77v-100,0,-146,-60,-146,-156v0,-75,32,-127,101,-148r113,-34v61,-19,61,-36,61,-81v0,-50,-30,-79,-86,-79v-94,0,-92,83,-92,110xm301,-292v-56,56,-184,29,-184,148v0,54,19,92,76,92v55,0,108,-47,108,-102r0,-138xm123,-690v0,-55,44,-99,99,-99v55,0,99,44,99,99v0,55,-44,99,-99,99v-55,0,-99,-44,-99,-99xm165,-690v0,31,26,57,57,57v31,0,57,-26,57,-57v0,-31,-26,-57,-57,-57v-31,0,-57,26,-57,57","w":444},"\u00e3":{"d":"126,-374r-84,0v0,-122,52,-176,180,-176v163,0,163,98,163,154r0,299v0,22,0,43,26,43v11,0,16,-2,20,-5r0,60v-54,7,-117,22,-127,-64v-27,48,-79,77,-129,77v-100,0,-146,-60,-146,-156v0,-75,32,-127,101,-148r113,-34v61,-19,61,-36,61,-81v0,-50,-30,-79,-86,-79v-94,0,-92,83,-92,110xm301,-292v-56,56,-184,29,-184,148v0,54,19,92,76,92v55,0,108,-47,108,-102r0,-138xm168,-733v35,0,82,38,112,38v26,0,31,-27,35,-45r54,0v0,50,-29,111,-86,111v-42,0,-94,-38,-115,-38v-26,0,-36,27,-39,45r-54,0v0,-59,40,-111,93,-111","w":444},"\u00e7":{"d":"151,81r47,-67v-117,-10,-166,-101,-166,-275v0,-134,26,-289,191,-289v146,0,171,115,171,177r-84,0v0,-52,-21,-111,-85,-111v-52,0,-105,26,-105,222v0,70,1,210,102,210v72,0,88,-76,88,-134r84,0v0,80,-37,186,-154,199r-29,41v5,4,24,-6,32,-4v34,0,80,21,80,76v0,89,-139,104,-206,66r15,-34v3,1,48,12,64,12v76,4,67,-80,8,-78v-21,0,-34,4,-38,7","w":426,"k":{"l":20,"\u0142":20,"y":20,"\u00fd":20,"\u00ff":20}},"\u00e9":{"d":"128,-324r191,0v3,-78,-9,-160,-93,-160v-96,0,-99,106,-98,160xm407,-258r-282,0v0,82,0,206,103,206v80,0,91,-84,91,-124r84,0v0,57,-34,190,-180,190v-131,0,-186,-91,-186,-275v0,-134,26,-289,191,-289v177,0,180,154,179,292xm172,-610r70,-142r98,0r-108,142r-60,0","w":444},"\u00ea":{"d":"128,-324r191,0v3,-78,-9,-160,-93,-160v-96,0,-99,106,-98,160xm407,-258r-282,0v0,82,0,206,103,206v80,0,91,-84,91,-124r84,0v0,57,-34,190,-180,190v-131,0,-186,-91,-186,-275v0,-134,26,-289,191,-289v177,0,180,154,179,292xm83,-610r101,-142r77,0r100,142r-78,0r-61,-88r-61,88r-78,0","w":444},"\u00eb":{"d":"128,-324r191,0v3,-78,-9,-160,-93,-160v-96,0,-99,106,-98,160xm407,-258r-282,0v0,82,0,206,103,206v80,0,91,-84,91,-124r84,0v0,57,-34,190,-180,190v-131,0,-186,-91,-186,-275v0,-134,26,-289,191,-289v177,0,180,154,179,292xm102,-634r0,-101r78,0r0,101r-78,0xm264,-634r0,-101r78,0r0,101r-78,0","w":444},"\u00e8":{"d":"128,-324r191,0v3,-78,-9,-160,-93,-160v-96,0,-99,106,-98,160xm407,-258r-282,0v0,82,0,206,103,206v80,0,91,-84,91,-124r84,0v0,57,-34,190,-180,190v-131,0,-186,-91,-186,-275v0,-134,26,-289,191,-289v177,0,180,154,179,292xm104,-752r98,0r70,142r-60,0","w":444},"\u00ed":{"d":"60,0r0,-536r84,0r0,536r-84,0xm52,-610r70,-142r98,0r-108,142r-60,0"},"\u00ee":{"d":"60,0r0,-536r84,0r0,536r-84,0xm-37,-610r101,-142r77,0r100,142r-78,0r-61,-88r-61,88r-78,0"},"\u00ef":{"d":"60,0r0,-536r84,0r0,536r-84,0xm-18,-634r0,-101r78,0r0,101r-78,0xm144,-634r0,-101r78,0r0,101r-78,0"},"\u00ec":{"d":"60,0r0,-536r84,0r0,536r-84,0xm-16,-752r98,0r70,142r-60,0"},"\u00f1":{"d":"55,0r0,-536r80,0v2,20,-4,47,2,63v22,-49,78,-77,130,-77v141,0,141,107,141,170r0,380r-84,0r0,-370v0,-41,-3,-108,-79,-108v-45,0,-106,30,-106,108r0,370r-84,0xm178,-733v35,0,82,38,112,38v26,0,31,-27,35,-45r54,0v0,50,-29,111,-86,111v-42,0,-94,-38,-115,-38v-26,0,-36,27,-39,45r-54,0v0,-59,40,-111,93,-111","w":463,"k":{"y":-10,"\u00fd":-10,"\u00ff":-10}},"\u00f3":{"d":"29,-268v0,-151,39,-282,193,-282v155,0,193,131,193,282v0,151,-39,282,-193,282v-155,0,-193,-131,-193,-282xm220,-52v89,0,107,-100,107,-216v0,-116,-17,-216,-107,-216v-85,0,-103,100,-103,216v0,116,17,216,103,216xm172,-610r70,-142r98,0r-108,142r-60,0","w":444,"k":{"w":-10,"y":-10,"\u00fd":-10,"\u00ff":-10}},"\u00f4":{"d":"29,-268v0,-151,39,-282,193,-282v155,0,193,131,193,282v0,151,-39,282,-193,282v-155,0,-193,-131,-193,-282xm220,-52v89,0,107,-100,107,-216v0,-116,-17,-216,-107,-216v-85,0,-103,100,-103,216v0,116,17,216,103,216xm83,-610r101,-142r77,0r100,142r-78,0r-61,-88r-61,88r-78,0","w":444,"k":{"w":-10,"y":-10,"\u00fd":-10,"\u00ff":-10}},"\u00f6":{"d":"29,-268v0,-151,39,-282,193,-282v155,0,193,131,193,282v0,151,-39,282,-193,282v-155,0,-193,-131,-193,-282xm220,-52v89,0,107,-100,107,-216v0,-116,-17,-216,-107,-216v-85,0,-103,100,-103,216v0,116,17,216,103,216xm102,-634r0,-101r78,0r0,101r-78,0xm264,-634r0,-101r78,0r0,101r-78,0","w":444,"k":{"w":-10,"y":-10,"\u00fd":-10,"\u00ff":-10}},"\u00f2":{"d":"29,-268v0,-151,39,-282,193,-282v155,0,193,131,193,282v0,151,-39,282,-193,282v-155,0,-193,-131,-193,-282xm220,-52v89,0,107,-100,107,-216v0,-116,-17,-216,-107,-216v-85,0,-103,100,-103,216v0,116,17,216,103,216xm104,-752r98,0r70,142r-60,0","w":444,"k":{"w":-10,"y":-10,"\u00fd":-10,"\u00ff":-10}},"\u00f5":{"d":"29,-268v0,-151,39,-282,193,-282v155,0,193,131,193,282v0,151,-39,282,-193,282v-155,0,-193,-131,-193,-282xm220,-52v89,0,107,-100,107,-216v0,-116,-17,-216,-107,-216v-85,0,-103,100,-103,216v0,116,17,216,103,216xm168,-733v35,0,82,38,112,38v26,0,31,-27,35,-45r54,0v0,50,-29,111,-86,111v-42,0,-94,-38,-115,-38v-26,0,-36,27,-39,45r-54,0v0,-59,40,-111,93,-111","w":444,"k":{"w":-10,"y":-10,"\u00fd":-10,"\u00ff":-10}},"\u0161":{"d":"369,-379r-84,0v0,-68,-18,-105,-79,-105v-27,0,-87,7,-87,82v0,63,66,75,132,97v65,22,131,45,131,151v0,113,-73,168,-173,168v-182,0,-184,-135,-184,-190r84,0v0,65,18,124,100,124v27,0,89,-13,89,-89v0,-72,-66,-87,-131,-109v-65,-22,-132,-41,-132,-152v0,-100,78,-148,171,-148v156,0,162,108,163,171xm343,-752r-101,142r-77,0r-100,-142r78,0r61,88r61,-88r78,0","w":407,"k":{"w":-10}},"\u00fa":{"d":"408,-536r0,536r-80,0v-2,-20,4,-47,-2,-63v-22,49,-78,77,-130,77v-141,0,-141,-107,-141,-170r0,-380r84,0r0,370v0,41,3,108,79,108v45,0,106,-30,106,-108r0,-370r84,0xm182,-610r70,-142r98,0r-108,142r-60,0","w":463},"\u00fb":{"d":"408,-536r0,536r-80,0v-2,-20,4,-47,-2,-63v-22,49,-78,77,-130,77v-141,0,-141,-107,-141,-170r0,-380r84,0r0,370v0,41,3,108,79,108v45,0,106,-30,106,-108r0,-370r84,0xm93,-610r101,-142r77,0r100,142r-78,0r-61,-88r-61,88r-78,0","w":463},"\u00fc":{"d":"408,-536r0,536r-80,0v-2,-20,4,-47,-2,-63v-22,49,-78,77,-130,77v-141,0,-141,-107,-141,-170r0,-380r84,0r0,370v0,41,3,108,79,108v45,0,106,-30,106,-108r0,-370r84,0xm112,-634r0,-101r78,0r0,101r-78,0xm274,-634r0,-101r78,0r0,101r-78,0","w":463},"\u00f9":{"d":"408,-536r0,536r-80,0v-2,-20,4,-47,-2,-63v-22,49,-78,77,-130,77v-141,0,-141,-107,-141,-170r0,-380r84,0r0,370v0,41,3,108,79,108v45,0,106,-30,106,-108r0,-370r84,0xm114,-752r98,0r70,142r-60,0","w":463},"\u00fd":{"d":"168,11r-158,-547r92,0r106,430r2,0r94,-430r92,0r-155,572v-20,74,-42,140,-143,140v-33,0,-47,-2,-61,-3r0,-66v12,2,28,3,49,3v61,0,65,-55,82,-99xm153,-610r70,-142r98,0r-108,142r-60,0","w":406,"k":{"a":-10,"\u00e6":-10,"\u00e1":-10,"\u00e2":-10,"\u00e4":-10,"\u00e0":-10,"\u00e5":-10,"\u00e3":-10,",":55,".":55}},"\u00ff":{"d":"168,11r-158,-547r92,0r106,430r2,0r94,-430r92,0r-155,572v-20,74,-42,140,-143,140v-33,0,-47,-2,-61,-3r0,-66v12,2,28,3,49,3v61,0,65,-55,82,-99xm83,-634r0,-101r78,0r0,101r-78,0xm245,-634r0,-101r78,0r0,101r-78,0","w":406,"k":{"a":-10,"\u00e6":-10,"\u00e1":-10,"\u00e2":-10,"\u00e4":-10,"\u00e0":-10,"\u00e5":-10,"\u00e3":-10,",":55,".":55}},"\u017e":{"d":"39,-464r0,-72r323,0r0,70r-240,394r238,0r0,72r-333,0r0,-66r243,-398r-231,0xm334,-752r-101,142r-77,0r-100,-142r78,0r61,88r61,-88r78,0","w":389},"\u2206":{"d":"28,0r0,-51r213,-662r86,0r209,661r0,52r-508,0xm103,-64r354,0r-119,-367v-15,-56,-45,-135,-55,-182r-4,0v-8,41,-32,114,-50,168","w":564},"\u2126":{"d":"167,-65r0,-3v-60,-66,-114,-174,-114,-310v0,-195,109,-329,257,-329v156,0,250,152,250,323v0,142,-58,256,-115,316r0,3r127,0r0,65r-209,0r0,-48v62,-51,121,-163,121,-319v0,-128,-57,-273,-175,-273v-111,0,-180,120,-180,275v0,145,60,269,121,317r0,48r-209,0r0,-65r126,0","w":615},"\u03bc":{"d":"408,-536r0,536r-80,0v-2,-20,4,-47,-2,-63v-29,64,-119,98,-187,63r0,176r-84,0r0,-712r84,0r0,370v0,41,3,108,79,108v45,0,106,-30,106,-108r0,-370r84,0","w":463},"\u03c0":{"d":"479,-451r-68,0v3,135,-10,349,13,451r-73,0v-27,-93,-11,-320,-15,-451r-149,0v-4,126,-30,350,-63,451r-73,0v34,-111,59,-320,62,-451v-52,0,-75,5,-93,11r-11,-52v22,-15,61,-27,129,-27r347,0","w":503},"\u20ac":{"d":"465,-661r-32,71v-36,-31,-69,-52,-117,-52v-112,0,-132,100,-140,191r227,0r-21,60r-210,0r-1,55r195,0r-21,60r-173,0v3,93,19,222,139,222v57,0,101,-27,144,-62r0,87v-48,31,-94,43,-151,43v-177,0,-216,-141,-224,-290r-61,0r21,-60r39,0r1,-55r-62,0r21,-60r44,0v13,-140,69,-260,229,-260v60,0,104,18,153,50","w":480},"\u2113":{"d":"376,-140r34,31v-38,79,-94,118,-164,118v-111,-1,-149,-89,-149,-199v-15,14,-33,29,-50,44r-22,-44v26,-24,50,-45,72,-68r0,-271v0,-176,70,-236,140,-236v73,0,109,68,109,160v0,122,-70,242,-177,358r0,40v0,112,41,155,92,155v53,0,93,-47,115,-88xm169,-529r0,204v73,-90,128,-187,128,-281v0,-62,-16,-99,-59,-99v-33,0,-69,43,-69,176","w":429},"\u212e":{"d":"836,-337r-650,0v-3,0,-5,1,-5,4r0,197v0,8,3,16,9,22v63,65,149,107,245,107v104,0,196,-47,259,-119r57,0v-71,84,-188,139,-317,139v-221,0,-400,-161,-400,-360v0,-199,179,-361,400,-361v225,0,407,162,402,371xm688,-363r0,-197v0,-9,-3,-17,-9,-24v-63,-62,-149,-102,-244,-102v-95,0,-181,42,-244,106v-7,6,-10,15,-10,24r0,193v0,3,2,7,5,7r498,0v3,0,4,-4,4,-7","w":870},"\u2202":{"d":"91,-668r-24,-59v29,-25,76,-53,147,-53v114,0,225,111,225,374v0,252,-81,415,-231,415v-113,0,-170,-108,-170,-228v0,-159,91,-258,190,-258v76,0,121,54,137,82v12,-169,-61,-320,-159,-320v-53,0,-90,25,-115,47xm113,-218v0,96,39,161,103,161v79,0,131,-123,142,-259v-13,-42,-55,-96,-119,-96v-70,0,-126,89,-126,194","w":484},"\u220f":{"d":"590,-624r-92,0r0,720r-74,0r0,-720r-234,0r0,720r-74,0r0,-720r-92,0r0,-72r566,0r0,72","w":615},"\u2211":{"d":"466,96r-444,0r0,-53r232,-343r-223,-341r0,-55r420,0r0,66r-319,0r0,4r206,313r-225,331r0,4r353,0r0,74","w":486},"\u2219":{"d":"64,-327v0,-31,25,-56,56,-56v31,0,56,25,56,56v0,31,-25,56,-56,56v-31,0,-56,-25,-56,-56","w":240},"\u221a":{"d":"510,-830r-195,977r-65,0r-139,-460r-66,25r-14,-47r128,-50r106,352r17,79v3,-19,6,-50,12,-79r161,-797r55,0","w":513},"\u221e":{"d":"531,-433v79,0,135,58,135,144v0,91,-68,149,-142,149v-57,0,-103,-33,-167,-108v-48,56,-98,108,-173,108v-75,0,-139,-62,-139,-145v0,-86,62,-148,145,-148v70,0,121,49,170,108v45,-51,92,-108,171,-108xm95,-284v0,55,39,98,97,97v57,0,100,-55,139,-96v-41,-51,-81,-105,-146,-105v-58,0,-90,48,-90,104xm616,-285v0,-64,-38,-103,-92,-103v-60,0,-108,67,-139,100v59,68,93,101,142,101v57,0,89,-51,89,-98","w":711},"\u222b":{"d":"314,-840r-11,55v-26,-14,-58,-11,-77,16v-21,30,-29,81,-29,176v0,157,12,335,12,500v0,105,-18,165,-38,202v-29,53,-105,64,-154,37r13,-57v21,13,63,15,79,-13v15,-25,29,-70,29,-169v0,-166,-12,-347,-12,-507v0,-110,14,-171,49,-212v32,-38,94,-51,139,-28","w":334},"\u2248":{"d":"162,-422v80,0,115,70,182,70v35,0,58,-26,82,-70r31,26v-23,50,-61,91,-116,91v-59,0,-124,-69,-185,-70v-41,0,-64,33,-85,69r-32,-25v26,-55,70,-91,123,-91xm162,-264v82,0,113,70,182,70v36,0,58,-26,82,-69r31,25v-24,50,-61,91,-116,91v-58,0,-125,-69,-184,-70v-42,0,-65,34,-86,70r-32,-25v26,-56,70,-92,123,-92","w":497},"\u2260":{"d":"355,-485r-39,87r134,0r0,50r-152,0r-59,131r211,0r0,49r-229,0r-47,105r-38,-16r39,-89r-130,0r0,-49r149,0r58,-131r-207,0r0,-50r226,0r45,-103","w":497},"\u2264":{"d":"448,-104r-398,-211r0,-51r398,-211r0,60r-347,175r0,2r347,176r0,60xm451,-15r-405,0r0,-51r405,0r0,51","w":497},"\u2265":{"d":"52,-577r397,211r0,51r-397,211r0,-60r346,-175r0,-2r-346,-176r0,-60xm451,-15r-404,0r0,-51r404,0r0,51","w":497},"\u25ca":{"d":"464,-348r-178,388r-62,0r-175,-388r178,-388r62,0xm395,-346v-45,-108,-102,-205,-137,-322r-3,0v-33,116,-93,212,-137,318r121,269v8,20,13,42,15,54r4,0v34,-117,93,-212,137,-319","w":514},"\u00a0":{"w":240},"\u00ad":{"d":"54,-245r0,-78r244,0r0,78r-244,0","w":352},"\u02c9":{"d":"-30,-655r0,-54r264,0r0,54r-264,0"},"\u03a9":{"d":"167,-65r0,-3v-60,-66,-114,-174,-114,-310v0,-195,109,-329,257,-329v156,0,250,152,250,323v0,142,-58,256,-115,316r0,3r127,0r0,65r-209,0r0,-48v62,-51,121,-163,121,-319v0,-128,-57,-273,-175,-273v-111,0,-180,120,-180,275v0,145,60,269,121,317r0,48r-209,0r0,-65r126,0","w":615},"\u2215":{"d":"-164,31r435,-756r60,0r-435,756r-60,0","w":167}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights
 * Reserved. © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * HelveticaNeueLTStd-Bd
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":556,"face":{"font-family":"Helvetica Neue LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 8 4 2 2 2 2 2 4","ascent":"714","descent":"-286","x-height":"14","bbox":"-166 -975 1078 218.225","underline-thickness":"50","underline-position":"-50","stemh":"107","stemv":"142","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":278},"\ufb01":{"d":"553,-714r0,117r-142,0r0,-117r142,0xm411,0r0,-517r142,0r0,517r-142,0xm85,0r0,-422r-85,0r0,-95r85,0v-9,-122,41,-193,173,-197v25,0,51,3,75,4r0,106v-54,-6,-112,-10,-106,56r0,31r98,0r0,95r-98,0r0,422r-142,0","w":611,"k":{"\u2019":-18,"f":18,"\ufb01":18,"\ufb02":18,"\u00df":18}},"\ufb02":{"d":"411,0r0,-714r142,0r0,714r-142,0xm85,0r0,-422r-85,0r0,-95r85,0v-9,-122,41,-193,173,-197v25,0,51,3,75,4r0,106v-54,-6,-112,-10,-106,56r0,31r98,0r0,95r-98,0r0,422r-142,0","w":611,"k":{"\u2019":-18,"f":18,"\ufb01":18,"\ufb02":18,"\u00df":18}},"!":{"d":"213,-714r0,192r-39,308r-71,0r-38,-308r0,-192r148,0xm61,0r0,-154r157,0r0,154r-157,0","w":278},"\"":{"d":"271,-393r0,-321r107,0r0,321r-107,0xm85,-393r0,-321r107,0r0,321r-107,0","w":463},"#":{"d":"88,0r28,-198r-83,0r0,-90r95,0r18,-124r-83,0r0,-90r95,0r28,-198r97,0r-28,198r97,0r27,-198r97,0r-27,198r74,0r0,90r-87,0r-17,124r74,0r0,90r-87,0r-27,198r-97,0r27,-198r-96,0r-28,198r-97,0xm339,-412r-96,0r-18,124r97,0"},"$":{"d":"248,-451r0,-163v-45,0,-90,28,-90,83v0,44,26,65,90,80xm307,-292r0,192v49,-5,108,-34,108,-98v0,-53,-29,-72,-108,-94xm248,-309v-111,-30,-232,-61,-232,-208v0,-137,112,-207,232,-214r0,-77r59,0r0,77v119,13,217,75,225,213r-142,0v-1,-53,-38,-96,-83,-96r0,177v16,4,33,8,51,13v195,54,199,165,199,232v0,57,-51,196,-250,209r0,85r-59,0r0,-85v-148,-11,-234,-92,-249,-249r142,0v-1,74,46,120,107,132r0,-209"},"%":{"d":"75,-516v0,-109,53,-198,170,-198v124,0,164,92,164,202v0,109,-52,188,-169,188v-123,0,-165,-82,-165,-192xm177,-514v0,43,0,115,64,115v62,0,66,-72,66,-114v0,-39,-3,-126,-62,-126v-64,0,-68,79,-68,125xm591,-183v0,-109,53,-193,170,-193v124,0,164,87,164,197v0,109,-52,193,-169,193v-123,0,-165,-87,-165,-197xm693,-182v0,43,0,121,64,121v62,0,66,-78,66,-120v0,-39,-3,-120,-62,-120v-64,0,-68,73,-68,119xm254,22r414,-744r85,0r-412,744r-87,0","w":1000},"&":{"d":"382,-559v0,-37,-30,-68,-65,-68v-34,0,-64,26,-64,63v0,45,29,74,56,107v40,-26,73,-50,73,-102xm389,-166r-122,-149v-50,22,-100,60,-100,118v0,52,48,94,102,94v51,0,87,-26,120,-63xm522,0r-58,-71v-57,56,-120,85,-201,85v-129,0,-231,-79,-231,-214v0,-100,76,-168,160,-207v-38,-47,-68,-90,-68,-152v0,-99,91,-163,186,-163v108,0,196,58,196,171v0,83,-55,140,-127,178r92,113v14,-26,22,-56,26,-85r123,0v-7,64,-29,126,-69,176r145,169r-174,0","w":685},"\u2019":{"d":"68,-560r0,-154r142,0r0,153v3,89,-59,157,-142,168r0,-66v51,-17,66,-52,66,-101r-66,0","w":278,"k":{"\u2019":65,"s":74,"\u0161":74,"t":18}},"(":{"d":"184,-731r119,0v-147,284,-145,626,-1,913r-118,0v-172,-273,-177,-638,0,-913","w":296},")":{"d":"112,182r-119,0v147,-284,145,-626,1,-913r118,0v172,274,177,638,0,913","w":296},"*":{"d":"242,-714r0,125r116,-44r27,77r-118,39r74,98r-66,49r-74,-103r-70,103r-67,-49r74,-98r-116,-39r27,-77r113,44r0,-125r80,0","w":407},"+":{"d":"354,-505r0,199r199,0r0,107r-199,0r0,199r-107,0r0,-199r-199,0r0,-107r199,0r0,-199r107,0","w":600},",":{"d":"61,0r0,-154r157,0r0,154v0,92,-70,153,-156,166r0,-72v42,-7,73,-50,71,-94r-72,0","w":278},"-":{"d":"53,-212r0,-122r301,0r0,122r-301,0","w":407},".":{"d":"60,0r0,-154r157,0r0,154r-157,0","w":278},"\/":{"d":"-11,17r279,-748r114,0r-279,748r-114,0","w":371},"0":{"d":"21,-353v0,-273,118,-361,256,-361v140,0,258,88,258,361v0,279,-118,367,-258,367v-138,0,-256,-88,-256,-367xm163,-353v0,79,0,250,114,250v116,0,116,-171,116,-250v0,-73,0,-244,-116,-244v-114,0,-114,171,-114,244"},"1":{"d":"392,-700r0,700r-142,0r0,-454r-176,0r0,-107v99,2,190,-32,205,-139r113,0"},"2":{"d":"531,-495v0,219,-234,234,-327,373r331,0r0,122r-514,0v1,-162,100,-231,221,-313v62,-42,146,-85,147,-171v0,-66,-44,-108,-105,-108v-84,0,-111,87,-111,161r-136,0v-5,-160,86,-283,254,-283v128,0,240,82,240,219"},"3":{"d":"228,-317r0,-100v61,5,149,-7,149,-87v0,-59,-47,-93,-99,-93v-71,0,-109,53,-108,125r-135,0v5,-143,98,-242,242,-242v112,0,235,69,235,194v0,68,-37,123,-98,145v77,17,124,81,124,159v0,147,-123,230,-260,230v-157,0,-263,-94,-260,-255r135,0v3,76,41,138,123,138v64,0,114,-44,114,-110v0,-106,-93,-104,-162,-104"},"4":{"d":"312,0r0,-162r-296,0r0,-130r304,-408r127,0r0,421r93,0r0,117r-93,0r0,162r-135,0xm312,-279r0,-243r-3,0r-181,243r184,0"},"5":{"d":"500,-700r0,117r-289,0r-28,159r2,2v38,-39,82,-54,137,-54v138,0,216,107,216,238v0,144,-119,252,-260,252v-136,0,-258,-75,-260,-222r142,0v7,62,53,105,115,105v74,0,121,-65,121,-135v0,-73,-45,-131,-121,-131v-51,0,-79,18,-107,56r-128,0r69,-387r391,0"},"6":{"d":"523,-520r-135,0v-9,-47,-45,-87,-94,-87v-102,-1,-135,140,-132,215v70,-109,241,-99,319,-6v129,154,17,412,-191,412v-212,0,-269,-185,-269,-362v0,-171,76,-366,275,-366v121,0,211,71,227,194xm286,-363v-76,0,-113,61,-113,130v0,65,42,130,113,130v140,-1,144,-260,0,-260"},"7":{"d":"517,-700r0,122v-147,128,-227,391,-229,578r-152,0v16,-207,102,-408,235,-568r-332,0r0,-132r478,0"},"8":{"d":"156,-212v0,72,56,119,124,119v68,0,120,-48,120,-118v0,-67,-54,-112,-120,-112v-69,0,-124,39,-124,111xm43,-523v0,-126,122,-191,236,-191v174,0,234,120,234,188v0,71,-40,123,-102,149v83,19,131,83,131,171v0,293,-528,296,-528,1v0,-91,54,-149,132,-174v-68,-19,-103,-75,-103,-144xm172,-510v0,61,50,92,107,92v58,0,105,-32,105,-92v0,-36,-17,-97,-105,-97v-57,0,-107,35,-107,97"},"9":{"d":"33,-180r135,0v9,47,45,87,94,87v102,1,135,-140,132,-215v-70,109,-241,99,-319,6v-129,-154,-17,-412,191,-412v212,0,269,185,269,362v0,171,-76,366,-275,366v-121,0,-211,-71,-227,-194xm270,-337v76,0,113,-61,113,-130v0,-65,-42,-130,-113,-130v-140,1,-144,260,0,260"},":":{"d":"61,0r0,-154r157,0r0,154r-157,0xm218,-508r0,154r-157,0r0,-154r157,0","w":278},";":{"d":"61,0r0,-154r157,0r0,154v-1,92,-70,153,-156,166r0,-72v42,-7,73,-50,71,-94r-72,0xm218,-508r0,154r-157,0r0,-154r157,0","w":278},"<":{"d":"554,-514r0,115r-367,146r367,146r0,115r-508,-202r0,-118","w":600},"=":{"d":"553,-413r0,107r-505,0r0,-107r505,0xm553,-199r0,107r-505,0r0,-107r505,0","w":600},">":{"d":"46,8r0,-115r367,-146r-367,-146r0,-115r508,202r0,118","w":600},"?":{"d":"524,-538v0,179,-151,158,-182,286r0,38r-135,0v-8,-106,40,-168,87,-202v40,-29,73,-54,73,-108v0,-61,-32,-90,-85,-90v-72,0,-102,59,-103,130r-147,0v3,-143,97,-247,243,-247v189,0,249,116,249,193xm193,0r0,-154r157,0r0,154r-157,0"},"@":{"d":"291,-319v0,53,32,89,78,89v72,0,123,-82,123,-151v0,-49,-34,-85,-77,-85v-72,0,-124,81,-124,147xm622,-545r-63,258v-8,27,-16,66,9,66v57,0,118,-77,118,-184v0,-159,-119,-246,-271,-246v-172,0,-283,127,-283,296v0,175,123,292,295,292v84,0,163,-30,215,-82r84,0v-68,103,-180,162,-305,162v-213,0,-385,-160,-385,-374v0,-211,172,-374,380,-374v182,0,348,121,348,305v0,206,-171,290,-235,290v-45,0,-68,-28,-75,-57v-80,123,-265,31,-265,-113v0,-126,86,-255,218,-255v43,0,94,18,117,70r16,-54r82,0","w":800},"A":{"d":"-7,0r271,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-159,0xm342,-538r-93,262r185,0r-90,-262r-2,0","w":685},"B":{"d":"226,-318r0,196v121,-9,281,39,284,-94v3,-137,-160,-96,-284,-102xm69,0r0,-714r336,0v136,0,228,44,228,177v0,70,-35,119,-97,149v87,25,131,92,131,181v0,145,-123,207,-252,207r-346,0xm226,-592r0,167v108,-6,257,33,255,-85v-2,-119,-148,-73,-255,-82","w":704},"C":{"d":"697,-474r-152,0v-10,-71,-78,-125,-156,-125v-141,0,-194,120,-194,245v0,119,53,239,194,239v96,0,150,-66,162,-160r152,0v-16,178,-139,292,-314,292v-221,0,-351,-165,-351,-371v0,-212,130,-377,351,-377v157,0,289,92,308,257","w":741},"D":{"d":"69,0r0,-714r308,0v185,0,324,116,324,353v0,207,-106,361,-324,361r-308,0xm226,-582r0,450v189,7,318,9,318,-214v0,-144,-50,-236,-206,-236r-112,0","w":741},"E":{"d":"69,0r0,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0","w":648},"F":{"d":"69,0r0,-714r502,0r0,132r-345,0r0,165r299,0r0,122r-299,0r0,295r-157,0","w":593,"k":{"A":55,"\u00c6":55,"\u00c1":55,"\u00c2":55,"\u00c4":55,"\u00c0":55,"\u00c5":55,"\u00c3":55,",":129,".":129}},"G":{"d":"601,0r-16,-81v-55,71,-127,98,-196,98v-221,0,-351,-165,-351,-371v0,-212,130,-377,351,-377v146,0,284,90,301,252r-150,0v-18,-79,-77,-120,-151,-120v-141,0,-194,120,-194,245v0,119,53,239,194,239v102,0,161,-55,170,-154r-158,0r0,-117r300,0r0,386r-100,0","w":759},"H":{"d":"69,0r0,-714r157,0r0,274r289,0r0,-274r157,0r0,714r-157,0r0,-308r-289,0r0,308r-157,0","w":741},"I":{"d":"69,0r0,-714r157,0r0,714r-157,0","w":295},"J":{"d":"487,-714r0,489v0,92,-25,242,-238,242v-119,0,-235,-65,-235,-221r0,-62r142,0v-2,83,5,152,91,151v83,0,83,-67,83,-117r0,-482r157,0"},"K":{"d":"69,0r0,-714r157,0r0,296r279,-296r196,0r-279,282r306,432r-197,0r-215,-321r-90,91r0,230r-157,0","w":722},"L":{"d":"69,0r0,-714r157,0r0,582r348,0r0,132r-505,0","w":593,"k":{"T":111,"V":92,"W":55,"y":37,"\u00fd":37,"\u00ff":37,"Y":111,"\u00dd":111,"\u0178":111,"\u2019":74}},"M":{"d":"69,0r0,-714r221,0r167,491r2,0r158,-491r221,0r0,714r-147,0r0,-506r-2,0r-175,506r-121,0r-175,-501r-2,0r0,501r-147,0","w":907},"N":{"d":"69,0r0,-714r156,0r298,479r2,0r0,-479r147,0r0,714r-157,0r-297,-478r-2,0r0,478r-147,0","w":741},"O":{"d":"38,-354v0,-212,130,-377,351,-377v221,0,351,165,351,377v0,206,-130,371,-351,371v-221,0,-351,-165,-351,-371xm195,-354v0,119,53,239,194,239v141,0,194,-120,194,-239v0,-125,-53,-245,-194,-245v-141,0,-194,120,-194,245","w":778},"P":{"d":"69,0r0,-714r322,0v178,0,247,113,247,229v0,116,-69,229,-247,229r-165,0r0,256r-157,0xm226,-592r0,214v122,-5,260,30,260,-107v0,-137,-138,-102,-260,-107","w":667,"k":{"A":74,"\u00c6":74,"\u00c1":74,"\u00c2":74,"\u00c4":74,"\u00c0":74,"\u00c5":74,"\u00c3":74,",":129,".":129}},"Q":{"d":"736,-10r-73,77r-101,-92v-47,27,-106,42,-173,42v-221,0,-351,-165,-351,-371v0,-212,130,-377,351,-377v221,0,351,165,351,377v0,103,-33,195,-93,263xm385,-186r73,-78r81,74v26,-36,44,-90,44,-164v0,-125,-53,-245,-194,-245v-141,0,-194,120,-194,245v0,119,53,239,194,239v23,0,52,0,63,-10","w":778},"R":{"d":"69,0r0,-714r385,0v128,0,209,89,209,197v0,86,-38,145,-113,181v77,20,99,95,104,167v3,45,2,129,30,169r-157,0v-19,-45,-17,-114,-25,-171v-11,-75,-40,-108,-119,-108r-157,0r0,279r-157,0xm226,-592r0,201v122,-6,280,36,280,-102v0,-69,-38,-99,-108,-99r-172,0","w":722,"k":{"T":18,"V":-6,"W":-6,"Y":37,"\u00dd":37,"\u0178":37}},"S":{"d":"24,-237r152,0v0,95,74,132,158,132v55,0,139,-16,139,-89v0,-77,-107,-90,-212,-118v-106,-28,-213,-69,-213,-203v0,-146,138,-216,267,-216v149,0,286,65,286,230r-152,0v-5,-86,-66,-108,-141,-108v-50,0,-108,21,-108,81v0,55,34,62,213,108v52,13,212,46,212,208v0,131,-103,229,-297,229v-158,0,-306,-78,-304,-254","w":649},"T":{"d":"227,0r0,-582r-214,0r0,-132r585,0r0,132r-214,0r0,582r-157,0","w":611,"k":{"\u00fc":92,"\u0161":111,"\u00f2":111,"\u00f6":111,"\u00e8":111,"\u00eb":111,"\u00ea":111,"\u00e3":111,"\u00e5":111,"\u00e0":111,"\u00e4":111,"\u00e2":111,"w":111,"y":92,"\u00fd":92,"\u00ff":92,"A":74,"\u00c6":74,"\u00c1":74,"\u00c2":74,"\u00c4":74,"\u00c0":74,"\u00c5":74,"\u00c3":74,",":111,".":111,"c":111,"\u00e7":111,"e":111,"\u00e9":111,"o":111,"\u00f8":111,"\u0153":111,"\u00f3":111,"\u00f4":111,"\u00f5":111,"-":129,"a":111,"\u00e6":111,"\u00e1":111,"r":92,"s":111,"u":92,"\u00fa":92,"\u00fb":92,"\u00f9":92,":":87,";":87}},"U":{"d":"675,-714r0,444v0,193,-114,287,-305,287v-192,0,-304,-93,-304,-287r0,-444r157,0r0,444v0,78,20,155,147,155v112,0,148,-49,148,-155r0,-444r157,0","w":741},"V":{"d":"638,-714r-237,714r-177,0r-232,-714r162,0r159,502r2,0r161,-502r162,0","w":630,"k":{"\u00f6":55,"\u00f4":55,"\u00ee":18,"\u00e8":55,"\u00eb":55,"\u00ea":55,"\u00e3":55,"\u00e5":55,"\u00e0":55,"\u00e4":55,"\u00e2":55,"y":18,"\u00fd":18,"\u00ff":18,"A":46,"\u00c6":46,"\u00c1":46,"\u00c2":46,"\u00c4":46,"\u00c0":46,"\u00c5":46,"\u00c3":46,",":129,".":129,"e":55,"\u00e9":55,"o":55,"\u00f8":55,"\u0153":55,"\u00f3":55,"\u00f2":55,"\u00f5":55,"-":55,"a":55,"\u00e6":55,"\u00e1":55,"r":37,"u":37,"\u00fa":37,"\u00fb":37,"\u00fc":37,"\u00f9":37,":":50,";":50,"i":18,"\u00ed":18,"\u00ef":18,"\u00ec":18}},"W":{"d":"941,-714r-192,714r-156,0r-121,-486r-2,0r-119,486r-159,0r-189,-714r157,0r113,486r2,0r124,-486r147,0r122,492r2,0r117,-492r154,0","w":944,"k":{"\u00fc":18,"\u00f6":37,"\u00ea":37,"\u00e4":37,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,",":74,".":74,"e":37,"\u00e9":37,"\u00eb":37,"\u00e8":37,"o":37,"\u00f8":37,"\u0153":37,"\u00f3":37,"\u00f4":37,"\u00f2":37,"\u00f5":37,"a":37,"\u00e6":37,"\u00e1":37,"\u00e2":37,"\u00e0":37,"\u00e5":37,"\u00e3":37,"r":18,"u":18,"\u00fa":18,"\u00fb":18,"\u00f9":18,":":18,";":18}},"X":{"d":"-6,0r250,-374r-230,-340r182,0r140,228r145,-228r172,0r-229,341r249,373r-187,0r-156,-247r-159,247r-177,0","w":667},"Y":{"d":"254,0r0,-278r-263,-436r177,0r167,282r166,-282r175,0r-265,440r0,274r-157,0","w":667,"k":{"\u00fc":74,"\u00f6":92,"v":55,"A":74,"\u00c6":74,"\u00c1":74,"\u00c2":74,"\u00c4":74,"\u00c0":74,"\u00c5":74,"\u00c3":74,",":111,".":111,"e":92,"\u00e9":92,"\u00ea":92,"\u00eb":92,"\u00e8":92,"o":92,"\u00f8":92,"\u0153":92,"\u00f3":92,"\u00f4":92,"\u00f2":92,"\u00f5":92,"q":92,"-":111,"a":92,"\u00e6":92,"\u00e1":92,"\u00e2":92,"\u00e4":92,"\u00e0":92,"\u00e5":92,"\u00e3":92,"u":74,"\u00fa":74,"\u00fb":74,"\u00f9":74,":":80,";":68,"i":13,"\u00ed":13,"\u00ee":13,"\u00ef":13,"\u00ec":13,"p":74}},"Z":{"d":"23,0r0,-124r383,-458r-353,0r0,-132r562,0r0,124r-383,458r393,0r0,132r-602,0","w":648},"[":{"d":"68,182r0,-913r264,0r0,112r-122,0r0,689r122,0r0,112r-264,0","w":333},"\\":{"d":"103,-731r279,748r-114,0r-279,-748r114,0","w":371},"]":{"d":"265,-731r0,913r-264,0r0,-112r122,0r0,-689r-122,0r0,-112r264,0","w":333},"^":{"d":"61,-315r172,-385r134,0r172,385r-117,0r-122,-275r-122,275r-117,0","w":600},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"\u2018":{"d":"210,-547r0,154r-142,0r0,-153v-3,-89,59,-157,142,-168r0,66v-51,17,-66,52,-66,101r66,0","w":278,"k":{"\u2018":65}},"a":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78","w":574},"b":{"d":"54,0r0,-714r142,0r0,260r2,0v35,-53,99,-77,163,-77v103,0,214,83,214,272v0,190,-111,273,-214,273v-78,0,-137,-26,-172,-80r0,66r-135,0xm433,-258v0,-87,-37,-166,-121,-166v-84,0,-121,79,-121,166v0,86,37,165,121,165v84,0,121,-79,121,-165","w":611},"c":{"d":"545,-335r-139,0v-9,-58,-46,-89,-105,-89v-91,0,-121,92,-121,168v0,74,29,163,118,163v66,0,104,-42,113,-105r137,0v-18,137,-113,212,-249,212v-156,0,-261,-110,-261,-265v0,-161,96,-280,264,-280v122,0,234,64,243,196","w":574},"d":{"d":"423,0v-2,-21,4,-49,-2,-66v-33,56,-91,80,-157,80v-156,0,-232,-134,-232,-277v0,-139,77,-268,229,-268v63,0,119,29,155,77r0,-260r142,0r0,714r-135,0xm421,-260v0,-84,-30,-164,-122,-164v-93,0,-125,80,-125,165v0,81,37,166,125,166v94,0,122,-82,122,-167","w":611},"e":{"d":"544,-224r-373,0v4,90,48,131,127,131v57,0,103,-35,112,-67r125,0v-40,122,-125,174,-242,174v-163,0,-264,-112,-264,-272v0,-155,107,-273,264,-273v176,0,261,148,251,307xm171,-314r231,0v-13,-72,-44,-110,-113,-110v-90,0,-116,70,-118,110","w":574},"f":{"d":"85,0r0,-422r-85,0r0,-95r85,0v-9,-122,41,-193,173,-197v25,0,51,3,75,4r0,106v-54,-6,-112,-10,-106,56r0,31r98,0r0,95r-98,0r0,422r-142,0","w":333,"k":{"\u2019":-18,"f":18,"\ufb01":18,"\ufb02":18,"\u00df":18}},"g":{"d":"551,-517r0,484v0,85,-30,229,-268,229v-102,0,-221,-48,-228,-166r141,0v13,53,56,71,106,71v104,0,126,-93,112,-196v-31,54,-93,80,-155,80v-155,0,-221,-118,-221,-260v0,-134,77,-256,222,-256v70,0,118,27,156,83r0,-69r135,0xm295,-122v81,0,121,-69,121,-143v0,-84,-29,-159,-121,-159v-80,0,-115,70,-115,147v0,74,28,155,115,155","w":611},"h":{"d":"54,0r0,-714r142,0r0,269r3,0v36,-58,98,-86,151,-86v151,0,189,85,189,213r0,318r-142,0r0,-292v0,-85,-25,-127,-91,-127v-77,0,-110,43,-110,148r0,271r-142,0","w":593},"i":{"d":"58,0r0,-517r142,0r0,517r-142,0xm200,-714r0,117r-142,0r0,-117r142,0","w":258},"j":{"d":"-19,178r0,-117v38,8,87,9,86,-42r0,-536r142,0r0,543v0,106,-39,156,-182,156v-15,0,-31,-2,-46,-4xm209,-714r0,117r-142,0r0,-117r142,0","w":278},"k":{"d":"67,0r0,-714r142,0r0,383r179,-186r168,0r-195,190r217,327r-172,0r-142,-231r-55,53r0,178r-142,0","w":574},"l":{"d":"58,0r0,-714r142,0r0,714r-142,0","w":258},"m":{"d":"58,0r0,-517r134,0v2,22,-4,52,2,70v63,-105,253,-120,309,2v30,-45,84,-86,156,-86v110,0,189,51,189,185r0,346r-142,0r0,-293v0,-69,-6,-126,-87,-126v-80,0,-95,66,-95,131r0,288r-142,0r0,-290v0,-60,4,-129,-86,-129v-28,0,-96,18,-96,119r0,300r-142,0","w":906},"n":{"d":"54,0r0,-517r135,0r0,72r3,0v36,-58,98,-86,158,-86v151,0,189,85,189,213r0,318r-142,0r0,-292v0,-85,-25,-127,-91,-127v-77,0,-110,43,-110,148r0,271r-142,0","w":593},"o":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166","w":611},"p":{"d":"54,182r0,-699r135,0v2,21,-4,49,2,66v34,-55,90,-80,154,-80v162,0,235,131,235,278v0,138,-76,267,-227,267v-64,0,-120,-30,-157,-78r0,246r-142,0xm315,-93v93,0,123,-80,123,-164v0,-82,-33,-167,-124,-167v-93,0,-123,83,-123,167v0,84,32,164,124,164","w":611},"q":{"d":"558,-517r0,699r-142,0r0,-247r-2,0v-33,56,-101,79,-163,79v-95,0,-219,-69,-219,-269v0,-142,75,-276,232,-276v66,0,123,27,159,80r0,-66r135,0xm174,-258v0,83,30,165,123,165v92,0,124,-78,124,-163v0,-81,-32,-168,-121,-168v-92,0,-126,82,-126,166","w":611},"r":{"d":"54,0r0,-517r135,0v2,31,-4,69,2,96v32,-72,110,-125,196,-105r0,132v-13,-3,-34,-5,-51,-5v-189,1,-131,225,-140,399r-142,0","w":389,"k":{",":92,".":92,"c":18,"\u00e7":18,"d":18,"\u0131":18,"e":18,"\u00e9":18,"\u00ea":18,"\u00eb":18,"\u00e8":18,"n":-18,"\u00f1":-18,"o":18,"\u00f8":18,"\u0153":18,"\u00f3":18,"\u00f4":18,"\u00f6":18,"\u00f2":18,"\u00f5":18,"q":18,"-":55}},"s":{"d":"29,-168r135,0v1,62,53,87,109,87v41,0,93,-16,93,-66v0,-43,-59,-58,-161,-80v-82,-18,-164,-47,-164,-138v0,-132,114,-166,225,-166v113,0,217,38,228,165r-135,0v-4,-55,-46,-70,-97,-70v-32,0,-79,6,-79,48v0,51,80,58,161,77v83,19,164,49,164,145v0,136,-118,180,-236,180v-120,0,-237,-45,-243,-182","w":537},"t":{"d":"234,-672r0,155r104,0r0,95r-104,0r0,256v-9,67,50,64,104,56r0,111v-115,12,-246,16,-246,-118r0,-305r-86,0r0,-95r86,0r0,-155r142,0","w":352},"u":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-158,86v-151,0,-189,-85,-189,-213r0,-318r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0","w":593},"v":{"d":"515,-517r-175,517r-158,0r-177,-517r149,0r109,353r2,0r109,-353r141,0","w":520,"k":{",":55,".":55}},"w":{"d":"808,-517r-163,517r-146,0r-92,-347r-2,0r-88,347r-147,0r-164,-517r150,0r95,351r2,0r86,-351r138,0r88,350r2,0r95,-350r146,0","w":814,"k":{",":55,".":55}},"x":{"d":"0,0r186,-272r-170,-245r162,0r91,135r90,-135r157,0r-170,242r191,275r-162,0r-108,-163r-108,163r-159,0","w":537},"y":{"d":"525,-517r-216,582v-33,111,-133,128,-265,112r0,-117v27,2,55,7,83,5v49,-4,65,-56,49,-97r-182,-485r152,0r117,354r2,0r113,-354r147,0","w":519,"k":{",":55,".":55}},"z":{"d":"22,0r0,-107r269,-303r-249,0r0,-107r436,0r0,107r-269,303r288,0r0,107r-475,0","w":519},"{":{"d":"333,-731r0,112r-54,0v-48,0,-54,41,-54,73r0,152v0,98,-69,114,-99,118r0,3v30,3,99,26,99,110r0,160v0,33,6,73,54,73r54,0r0,112r-127,0v-45,0,-123,-44,-123,-135r0,-195v0,-61,-60,-83,-92,-83r0,-87v32,0,92,-23,92,-90r0,-188v0,-91,78,-135,123,-135r127,0","w":333},"|":{"d":"58,214r0,-1000r107,0r0,1000r-107,0","w":223},"}":{"d":"0,182r0,-112r54,0v48,0,54,-40,54,-73r0,-160v0,-84,69,-107,99,-110r0,-3v-30,-4,-99,-20,-99,-118r0,-152v0,-32,-6,-73,-54,-73r-54,0r0,-112r127,0v45,0,123,44,123,135r0,188v0,67,60,90,92,90r0,87v-32,0,-92,22,-92,83r0,195v0,91,-78,135,-123,135r-127,0","w":333},"~":{"d":"192,-340v66,0,155,68,213,68v40,0,65,-37,88,-72r40,93v-30,42,-63,86,-125,86v-80,0,-130,-68,-217,-68v-44,0,-68,37,-84,72r-40,-93v22,-42,58,-86,125,-86","w":600},"\u00a1":{"d":"218,-531r0,154r-157,0r0,-154r157,0xm65,183r0,-192r39,-308r71,0r38,308r0,192r-148,0","w":278},"\u00a2":{"d":"260,-93r0,-330v-71,19,-97,90,-97,159v0,71,22,148,97,171xm260,115r0,-101v-143,-9,-239,-122,-239,-264v0,-152,84,-268,239,-281r0,-85r59,0r0,85v110,1,220,77,224,197r-139,0v-4,-48,-40,-86,-85,-90r0,331v49,-9,86,-59,87,-110r139,0v-11,127,-104,207,-226,217r0,101r-59,0"},"\u00a3":{"d":"411,17v-98,0,-118,-37,-208,-38v-36,0,-76,8,-115,38r-62,-93v73,-45,148,-135,94,-233r-99,0r0,-85r64,0v-20,-25,-45,-79,-45,-138v0,-106,88,-199,256,-199v151,0,244,88,243,250r-135,0v-3,-39,-7,-133,-109,-133v-58,0,-98,36,-98,92v0,31,1,56,41,128r133,0r0,85r-105,0v27,91,-14,159,-74,202r2,2v104,-77,224,68,313,-43r60,101v-48,46,-105,64,-156,64"},"\u2044":{"d":"-166,22r414,-744r85,0r-412,744r-87,0","w":167},"\u00a5":{"d":"359,0r-152,0r0,-138r-157,0r0,-95r157,0r0,-46r-14,-29r-143,0r0,-95r95,0r-154,-311r163,0r132,311r129,-311r162,0r-155,311r95,0r0,95r-143,0r-15,29r0,46r158,0r0,95r-158,0r0,138"},"\u0192":{"d":"-5,167r19,-107v65,12,100,-7,112,-68r63,-329r-92,0r18,-95r91,0r24,-127v24,-126,75,-172,206,-172v25,0,50,2,75,7r-18,107v-57,-19,-105,-1,-116,55r-25,130r98,0r-16,95r-100,0r-56,310v-25,134,-61,197,-209,197v-25,0,-46,-1,-74,-3"},"\u00a7":{"d":"377,-287r-165,-93v-36,-30,-80,18,-78,57v0,19,10,37,32,49r180,98v35,22,76,-13,76,-48v0,-30,-21,-50,-45,-63xm494,-538r-124,0v0,-49,-32,-86,-85,-86v-36,0,-76,24,-76,64v0,56,87,86,170,126v84,40,167,89,167,184v0,66,-42,124,-104,146v38,29,55,70,55,118v0,113,-112,168,-213,168v-127,0,-226,-58,-225,-194r124,0v3,58,38,87,98,87v41,0,74,-22,74,-66v0,-59,-82,-89,-170,-130v-87,-41,-175,-92,-175,-190v0,-72,40,-122,107,-146v-28,-30,-43,-59,-43,-101v0,-113,107,-173,209,-173v118,0,211,69,211,193"},"\u00a4":{"d":"20,-149r57,-58v-63,-69,-65,-218,0,-286r-57,-58r57,-57r57,56v64,-58,220,-62,283,-1r58,-57r61,61r-56,55v60,68,60,219,-1,289r55,56r-55,55r-57,-58v-66,66,-223,66,-290,1r-56,58xm280,-491v-84,0,-127,68,-127,142v0,73,44,140,126,140v82,0,122,-70,122,-142v0,-70,-40,-140,-121,-140"},"'":{"d":"86,-393r0,-321r107,0r0,321r-107,0","w":278},"\u201c":{"d":"409,-547r0,154r-142,0r0,-153v-3,-89,59,-157,142,-168r0,66v-51,17,-66,52,-66,101r66,0xm196,-547r0,154r-142,0r0,-153v-3,-89,59,-157,142,-168r0,66v-51,17,-66,52,-66,101r66,0","w":463},"\u00ab":{"d":"402,-80r-157,-125r0,-135r157,-123r0,120r-90,71r90,72r0,120xm199,-80r-157,-125r0,-135r157,-123r0,120r-90,71r90,72r0,120","w":444},"\u2039":{"d":"199,-80r-157,-125r0,-135r157,-123r0,120r-90,71r90,72r0,120","w":241},"\u203a":{"d":"42,-463r157,123r0,135r-157,125r0,-120r90,-72r-90,-71r0,-120","w":241},"\u2013":{"d":"0,-212r0,-122r500,0r0,122r-500,0","w":500},"\u2020":{"d":"210,166r0,-566r-186,0r0,-117r186,0r0,-197r135,0r0,197r187,0r0,117r-187,0r0,566r-135,0"},"\u2021":{"d":"210,166r0,-193r-186,0r0,-117r186,0r0,-256r-186,0r0,-117r186,0r0,-197r135,0r0,197r187,0r0,117r-187,0r0,256r187,0r0,117r-187,0r0,193r-135,0"},"\u00b7":{"d":"55,-287v0,-47,39,-85,85,-85v45,0,84,39,84,85v0,42,-39,84,-83,84v-47,0,-86,-38,-86,-84","w":278},"\u00b6":{"d":"221,166r0,-523v-139,0,-219,-69,-219,-175v0,-243,306,-171,533,-182r0,880r-102,0r0,-800r-110,0r0,800r-102,0","w":620},"\u2022":{"d":"72,-357v0,-99,79,-178,178,-178v99,0,179,79,179,178v0,99,-80,179,-179,179v-99,0,-178,-80,-178,-179","w":501},"\u201a":{"d":"68,0r0,-154r142,0r0,153v3,89,-59,157,-142,168r0,-66v51,-17,66,-52,66,-101r-66,0","w":278},"\u201e":{"d":"267,0r0,-154r142,0r0,153v3,89,-59,157,-142,168r0,-66v51,-17,66,-52,66,-101r-66,0xm54,0r0,-154r142,0r0,153v3,89,-59,157,-142,168r0,-66v51,-17,66,-52,66,-101r-66,0","w":463},"\u201d":{"d":"267,-560r0,-154r142,0r0,153v3,89,-59,157,-142,168r0,-66v51,-17,66,-52,66,-101r-66,0xm54,-560r0,-154r142,0r0,153v3,89,-59,157,-142,168r0,-66v51,-17,66,-52,66,-101r-66,0","w":463},"\u00bb":{"d":"245,-463r157,123r0,135r-157,125r0,-120r90,-72r-90,-71r0,-120xm42,-463r157,123r0,135r-157,125r0,-120r90,-72r-90,-71r0,-120","w":444},"\u2026":{"d":"88,0r0,-154r157,0r0,154r-157,0xm421,0r0,-154r157,0r0,154r-157,0xm754,0r0,-154r157,0r0,154r-157,0","w":1000},"\u2030":{"d":"530,-172v0,57,3,121,56,121v57,0,56,-59,56,-107v0,-52,-1,-107,-54,-107v-56,0,-58,55,-58,93xm440,-155v0,-94,43,-175,147,-175v109,0,145,77,145,174v0,97,-43,170,-146,170v-93,0,-146,-69,-146,-169xm786,-155v0,-94,43,-175,147,-175v109,0,145,77,145,174v0,97,-43,170,-146,170v-93,0,-146,-69,-146,-169xm876,-172v0,57,3,121,56,121v57,0,56,-59,56,-107v0,-52,-1,-107,-54,-107v-56,0,-58,55,-58,93xm69,-539v0,-94,43,-175,147,-175v109,0,145,77,145,174v0,97,-43,170,-146,170v-93,0,-146,-69,-146,-169xm159,-556v0,57,3,121,56,121v57,0,56,-59,56,-107v0,-52,-1,-107,-54,-107v-56,0,-58,55,-58,93xm150,22r414,-744r85,0r-412,744r-87,0","w":1147},"\u00bf":{"d":"32,3v0,-179,151,-158,182,-286r0,-38r135,0v8,106,-40,168,-87,202v-40,29,-73,54,-73,108v0,61,32,90,85,90v70,0,100,-59,101,-130r147,0v-3,143,-97,247,-241,247v-189,0,-249,-116,-249,-193xm363,-531r0,154r-157,0r0,-154r157,0"},"`":{"d":"106,-581r-154,-142r157,0r96,142r-99,0","w":259},"\u00b4":{"d":"307,-723r-154,142r-99,0r96,-142r157,0","w":259},"\u02c6":{"d":"-46,-581r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":259},"\u02dc":{"d":"72,-714v46,0,84,35,130,35v30,0,43,-16,42,-35r69,0v-16,52,-37,114,-112,114v-56,0,-102,-33,-152,-34v-27,0,-36,17,-42,42r-61,0v13,-58,38,-122,126,-122","w":259},"\u00af":{"d":"-57,-616r0,-75r373,0r0,75r-373,0","w":259},"\u02d8":{"d":"-39,-727r65,0v19,104,194,91,209,0r63,0v-13,102,-80,146,-178,146v-96,0,-151,-50,-159,-146","w":259},"\u02d9":{"d":"62,-597r0,-117r135,0r0,117r-135,0","w":259},"\u00a8":{"d":"165,-597r0,-117r135,0r0,117r-135,0xm-41,-597r0,-117r135,0r0,117r-135,0","w":259},"\u02da":{"d":"66,-656v0,39,25,70,63,70v38,0,64,-31,64,-70v0,-39,-26,-70,-64,-70v-38,0,-63,31,-63,70xm7,-656v0,-67,55,-122,122,-122v68,0,123,55,123,122v0,67,-55,122,-123,122v-67,0,-122,-55,-122,-122","w":259},"\u00b8":{"d":"12,196r21,-48v29,13,122,41,124,-16v1,-41,-52,-34,-80,-25r-21,-24r59,-85r49,0r-39,55v52,-15,128,4,128,65v0,129,-165,107,-241,78","w":259},"\u02dd":{"d":"192,-723r-149,142r-99,0r91,-142r157,0xm399,-723r-149,142r-99,0r91,-142r157,0","w":259},"\u02db":{"d":"202,128r48,22v-40,51,-89,68,-134,68v-25,0,-107,-6,-107,-90v0,-18,2,-64,114,-131r65,0v-64,58,-83,93,-83,127v0,47,72,45,97,4","w":259},"\u02c7":{"d":"305,-723r-110,142r-130,0r-111,-142r112,0r64,81r65,-81r110,0","w":259},"\u2014":{"d":"130,-212r0,-122r740,0r0,122r-740,0","w":1000},"\u00c6":{"d":"418,-582r-138,306r172,0r0,-306r-34,0xm-11,0r341,-714r606,0r0,132r-332,0r0,153r312,0r0,122r-312,0r0,175r340,0r0,132r-492,0r0,-159r-224,0r-72,159r-167,0","w":981},"\u00aa":{"d":"230,-535v-33,25,-117,8,-118,58v0,29,26,37,45,37v75,0,73,-46,73,-95xm20,-605v10,-81,72,-108,156,-109v70,0,150,14,150,89v0,77,-10,186,12,241r-101,0v-4,-11,-6,-21,-7,-31v-68,66,-220,58,-220,-60v0,-73,57,-90,114,-97v60,-7,107,-6,107,-38v0,-34,-27,-39,-60,-39v-23,0,-46,13,-49,44r-102,0","w":344},"\u0141":{"d":"69,0r0,-214r-80,56r0,-112r80,-56r0,-388r157,0r0,278r211,-148r0,112r-211,148r0,192r348,0r0,132r-505,0","w":593,"k":{"T":111,"V":92,"W":55,"y":37,"\u00fd":37,"\u00ff":37,"Y":111,"\u00dd":111,"\u0178":111,"\u2019":74}},"\u00d8":{"d":"34,-10r86,-95v-54,-66,-82,-153,-82,-249v0,-212,130,-377,351,-377v92,0,168,28,225,77r80,-89r50,44r-84,93v52,66,80,154,80,252v0,206,-130,371,-351,371v-92,0,-168,-29,-223,-76r-83,92xm223,-219r296,-329v-30,-31,-73,-51,-130,-51v-190,0,-230,227,-166,380xm556,-490r-295,326v30,30,72,49,128,49v191,-1,228,-222,167,-375","w":778},"\u0152":{"d":"544,0v-2,-17,4,-41,-2,-54v-42,46,-110,71,-172,71v-211,0,-332,-172,-332,-370v0,-198,124,-378,335,-378v62,0,130,18,169,68r2,0r0,-51r500,0r0,132r-354,0r0,153r324,0r0,122r-324,0r0,175r361,0r0,132r-507,0xm538,-278r0,-170v0,-90,-65,-151,-154,-151v-139,0,-189,125,-189,244v0,117,52,240,186,240v96,0,157,-66,157,-163","w":1093},"\u00ba":{"d":"12,-544v0,-105,68,-170,171,-170v104,0,172,65,172,170v0,105,-68,169,-172,169v-103,0,-171,-64,-171,-169xm183,-639v-86,2,-87,186,0,189v89,-3,87,-187,0,-189","w":367},"\u00e6":{"d":"385,-252v-55,45,-205,5,-205,104v0,52,45,67,88,67v52,0,117,-31,117,-107r0,-64xm878,-224r-369,0v-2,68,44,143,123,143v62,0,94,-30,103,-81r138,0v-39,186,-316,240,-431,88v-48,63,-134,88,-211,88v-98,0,-193,-40,-193,-154v0,-118,87,-145,173,-158v121,-18,174,-19,174,-72v0,-54,-46,-66,-92,-66v-54,0,-97,20,-99,80r-142,0v5,-130,123,-175,244,-175v60,0,135,16,171,70v40,-47,91,-70,173,-70v173,0,238,146,238,307xm509,-314r227,0v1,-63,-40,-122,-111,-122v-73,0,-115,59,-116,122","w":907},"\u0131":{"d":"58,0r0,-517r142,0r0,517r-142,0","w":258},"\u0142":{"d":"58,0r0,-286r-67,53r0,-102r67,-53r0,-326r142,0r0,214r67,-53r0,102r-67,53r0,398r-142,0","w":258},"\u00f8":{"d":"195,-172r193,-220v-19,-20,-46,-32,-83,-32v-127,0,-144,149,-110,252xm415,-349r-195,222v19,21,47,34,85,34v130,-1,145,-152,110,-256xm44,-1r60,-68v-43,-47,-66,-112,-66,-189v0,-165,105,-273,267,-273v64,0,119,17,163,48r53,-61r37,32r-54,61v44,47,69,114,69,193v0,164,-105,272,-268,272v-65,0,-120,-17,-165,-50r-59,67","w":611},"\u0153":{"d":"528,-314r227,0v-3,-66,-40,-110,-115,-110v-71,0,-109,49,-112,110xm290,-93v95,0,114,-92,114,-167v0,-69,-16,-164,-111,-164v-87,0,-113,89,-113,168v0,71,25,163,110,163xm897,-224r-369,0v0,74,40,131,123,131v52,0,85,-24,104,-71r138,0v-33,112,-125,178,-242,178v-72,0,-147,-24,-187,-88v-36,63,-114,88,-183,88v-160,0,-243,-128,-243,-275v0,-152,100,-270,254,-270v67,0,141,22,178,82v36,-53,111,-82,173,-82v183,0,254,142,254,307","w":926},"\u00df":{"d":"56,0r0,-491v-1,-112,36,-240,235,-240v119,0,227,60,227,192v0,64,-41,120,-93,141v87,19,130,93,130,179v0,124,-90,233,-217,233v-27,0,-55,-2,-82,-6r0,-116v87,24,157,-35,157,-116v0,-83,-59,-135,-157,-120r0,-94v66,9,127,-18,127,-87v0,-84,-66,-89,-96,-89v-57,0,-89,39,-89,98r0,516r-142,0","w":611},"\u00b9":{"d":"289,-705r0,432r-102,0r0,-274r-110,0r0,-75v64,2,119,-19,128,-83r84,0","w":392},"\u00ac":{"d":"552,-406r0,307r-107,0r0,-200r-397,0r0,-107r504,0","w":600},"\u00b5":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-130,86v-40,0,-63,-11,-75,-24r0,192r-142,0r0,-699r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0","w":593},"\u2122":{"d":"928,-714r0,412r-96,0r0,-292r-2,0r-106,292r-69,0r-106,-292r-2,0r0,292r-96,0r0,-412r136,0r103,271r103,-271r135,0xm398,-714r0,80r-117,0r0,332r-102,0r0,-332r-117,0r0,-80r336,0","w":1000},"\u00d0":{"d":"69,0r0,-311r-66,0r0,-116r66,0r0,-287r308,0v185,0,324,116,324,353v0,207,-106,361,-324,361r-308,0xm226,-582r0,155r160,0r0,117r-160,0r0,178v189,7,318,9,318,-214v0,-144,-50,-236,-206,-236r-112,0","w":741},"\u00bd":{"d":"152,22r414,-744r85,0r-412,744r-87,0xm236,-705r0,432r-102,0r0,-274r-110,0r0,-75v64,2,119,-19,128,-83r84,0xm846,-306v0,134,-153,140,-213,226r209,0r0,80r-334,0v1,-106,62,-147,140,-196v40,-26,95,-51,96,-103v0,-35,-24,-62,-61,-62v-56,0,-74,54,-72,94r-102,0v-1,-103,58,-174,181,-174v83,0,156,46,156,135","w":889},"\u00b1":{"d":"354,-506r0,131r199,0r0,107r-199,0r0,131r-107,0r0,-131r-199,0r0,-107r199,0r0,-131r107,0xm48,0r0,-107r505,0r0,107r-505,0","w":600},"\u00de":{"d":"69,0r0,-714r157,0r0,97r165,0v178,0,247,113,247,229v0,116,-69,229,-247,229r-165,0r0,159r-157,0xm226,-495r0,214v122,-5,260,30,260,-107v0,-137,-138,-102,-260,-107","w":667},"\u00bc":{"d":"689,0r0,-89r-192,0r0,-93r188,-238r100,0r0,251r57,0r0,80r-57,0r0,89r-96,0xm689,-169v-2,-46,4,-102,-2,-144r-114,144r116,0xm152,22r414,-744r85,0r-412,744r-87,0xm236,-705r0,432r-102,0r0,-274r-110,0r0,-75v64,2,119,-19,128,-83r84,0","w":892},"\u00f7":{"d":"48,-199r0,-107r505,0r0,107r-505,0xm216,-460v0,-47,39,-85,85,-85v45,0,84,39,84,85v0,42,-39,84,-83,84v-47,0,-86,-38,-86,-84xm216,-45v0,-47,39,-84,85,-84v45,0,84,38,84,84v0,42,-39,85,-83,85v-47,0,-86,-39,-86,-85","w":600},"\u00a6":{"d":"58,89r0,-250r107,0r0,250r-107,0xm165,-661r0,250r-107,0r0,-250r107,0","w":223},"\u00b0":{"d":"52,-566v0,-82,66,-148,148,-148v82,0,148,66,148,148v0,82,-66,148,-148,148v-82,0,-148,-66,-148,-148xm117,-566v0,48,40,88,83,88v43,0,83,-40,83,-88v0,-48,-40,-88,-83,-88v-43,0,-83,40,-83,88","w":400},"\u00fe":{"d":"54,182r0,-896r142,0r0,263r2,0v34,-55,90,-80,147,-80v162,0,235,131,235,278v0,138,-76,267,-227,267v-64,0,-120,-30,-157,-78r0,246r-142,0xm438,-257v0,-82,-33,-167,-124,-167v-93,0,-123,83,-123,167v0,84,32,164,124,164v93,0,123,-80,123,-164","w":611},"\u00be":{"d":"709,0r0,-89r-192,0r0,-93r188,-238r100,0r0,251r57,0r0,80r-57,0r0,89r-96,0xm709,-169v-2,-46,4,-102,-2,-144r-114,144r116,0xm239,22r414,-744r85,0r-412,744r-87,0xm181,-464r0,-70v38,0,95,0,95,-47v0,-33,-30,-53,-62,-53v-43,0,-68,32,-67,72r-96,0v3,-93,63,-152,162,-152v79,0,159,41,159,123v0,42,-26,73,-66,88v50,9,81,48,81,94v0,96,-80,145,-173,145v-108,0,-177,-56,-175,-160r96,0v2,43,27,80,77,80v40,0,73,-26,73,-63v0,-57,-61,-57,-104,-57","w":889},"\u00b2":{"d":"365,-579v0,134,-153,140,-213,226r209,0r0,80r-334,0v1,-106,62,-147,140,-196v40,-26,95,-51,96,-103v0,-35,-24,-62,-61,-62v-56,0,-74,54,-72,94r-102,0v-1,-103,58,-174,181,-174v83,0,156,46,156,135","w":392},"\u00ae":{"d":"16,-358v0,-227,181,-373,384,-373v203,0,384,146,384,373v0,228,-181,375,-384,375v-203,0,-384,-147,-384,-375xm118,-358v0,171,125,295,282,295v155,0,282,-124,282,-295v0,-170,-127,-293,-282,-293v-157,0,-282,123,-282,293xm251,-149r0,-419r158,0v105,0,164,33,164,124v0,77,-48,107,-110,112r112,183r-87,0r-102,-179r-52,0r0,179r-83,0xm334,-503r0,110v69,-4,160,19,156,-58v-3,-68,-90,-49,-156,-52","w":800},"\u2212":{"d":"48,-199r0,-107r505,0r0,107r-505,0","w":600},"\u00f0":{"d":"305,-93v97,0,126,-83,126,-165v0,-74,-35,-153,-127,-153v-93,0,-124,80,-124,153v0,82,29,165,125,165xm133,-593r107,-54v-28,-20,-56,-37,-84,-50r92,-69v36,20,69,42,99,66r123,-62r52,59r-114,57v106,102,165,219,165,373v0,164,-105,287,-268,287v-162,0,-267,-108,-267,-261v0,-123,70,-259,230,-259v39,0,89,11,137,40v-24,-56,-69,-98,-102,-127r-112,56","w":611},"\u00d7":{"d":"140,-17r-76,-76r161,-160r-159,-160r76,-76r159,160r160,-160r76,76r-161,160r161,160r-76,76r-160,-161","w":600},"\u00b3":{"d":"164,-464r0,-70v38,0,95,0,95,-47v0,-33,-30,-53,-62,-53v-43,0,-68,32,-67,72r-96,0v3,-93,63,-152,162,-152v79,0,159,41,159,123v0,42,-26,73,-66,88v50,9,81,48,81,94v0,96,-80,145,-173,145v-108,0,-177,-56,-175,-160r96,0v2,43,27,80,77,80v40,0,73,-26,73,-63v0,-57,-61,-57,-104,-57","w":392},"\u00a9":{"d":"16,-357v0,-228,181,-374,384,-374v203,0,384,146,384,374v0,227,-181,374,-384,374v-203,0,-384,-147,-384,-374xm118,-357v0,170,125,294,282,294v155,0,282,-124,282,-294v0,-171,-127,-294,-282,-294v-157,0,-282,123,-282,294xm515,-295r81,0v-16,100,-93,158,-182,158v-130,0,-215,-97,-215,-222v0,-129,80,-224,213,-224v92,0,167,54,181,155r-78,0v-10,-47,-51,-75,-103,-75v-76,0,-117,60,-117,142v0,78,46,144,119,144v55,0,95,-30,101,-78","w":800},"\u00c1":{"d":"-7,0r271,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-159,0xm342,-538r-93,262r185,0r-90,-262r-2,0xm520,-920r-154,142r-99,0r96,-142r157,0","w":685},"\u00c2":{"d":"-7,0r271,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-159,0xm342,-538r-93,262r185,0r-90,-262r-2,0xm167,-778r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":685},"\u00c4":{"d":"-7,0r271,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-159,0xm342,-538r-93,262r185,0r-90,-262r-2,0xm378,-794r0,-117r135,0r0,117r-135,0xm172,-794r0,-117r135,0r0,117r-135,0","w":685},"\u00c0":{"d":"-7,0r271,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-159,0xm342,-538r-93,262r185,0r-90,-262r-2,0xm319,-778r-154,-142r157,0r96,142r-99,0","w":685},"\u00c5":{"d":"-7,0r271,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-159,0xm342,-538r-93,262r185,0r-90,-262r-2,0xm279,-853v0,39,25,70,63,70v38,0,64,-31,64,-70v0,-39,-26,-70,-64,-70v-38,0,-63,31,-63,70xm220,-853v0,-67,55,-122,122,-122v68,0,123,55,123,122v0,67,-55,122,-123,122v-67,0,-122,-55,-122,-122","w":685},"\u00c3":{"d":"-7,0r271,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-159,0xm342,-538r-93,262r185,0r-90,-262r-2,0xm285,-911v46,0,84,35,130,35v30,0,43,-16,42,-35r69,0v-16,52,-37,114,-112,114v-56,0,-102,-33,-152,-34v-27,0,-36,17,-42,42r-61,0v13,-58,38,-122,126,-122","w":685},"\u00c7":{"d":"697,-474r-152,0v-10,-71,-78,-125,-156,-125v-141,0,-194,120,-194,245v0,119,53,239,194,239v96,0,150,-66,162,-160r152,0v-16,177,-137,290,-311,292r-26,36v52,-15,128,4,128,65v0,129,-165,107,-241,78r21,-48v29,13,122,41,124,-16v1,-41,-52,-34,-80,-25r-21,-24r48,-69v-194,-20,-307,-176,-307,-368v0,-212,130,-377,351,-377v157,0,289,92,308,257","w":741},"\u00c9":{"d":"69,0r0,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0xm502,-920r-154,142r-99,0r96,-142r157,0","w":648},"\u00ca":{"d":"69,0r0,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0xm149,-778r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":648},"\u00cb":{"d":"69,0r0,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0xm360,-794r0,-117r135,0r0,117r-135,0xm154,-794r0,-117r135,0r0,117r-135,0","w":648},"\u00c8":{"d":"69,0r0,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0xm301,-778r-154,-142r157,0r96,142r-99,0","w":648},"\u00cd":{"d":"69,0r0,-714r157,0r0,714r-157,0xm325,-920r-154,142r-99,0r96,-142r157,0","w":295},"\u00ce":{"d":"69,0r0,-714r157,0r0,714r-157,0xm-28,-778r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":295},"\u00cf":{"d":"69,0r0,-714r157,0r0,714r-157,0xm183,-794r0,-117r135,0r0,117r-135,0xm-23,-794r0,-117r135,0r0,117r-135,0","w":295},"\u00cc":{"d":"69,0r0,-714r157,0r0,714r-157,0xm124,-778r-154,-142r157,0r96,142r-99,0","w":295},"\u00d1":{"d":"69,0r0,-714r156,0r298,479r2,0r0,-479r147,0r0,714r-157,0r-297,-478r-2,0r0,478r-147,0xm313,-911v46,0,84,35,130,35v30,0,43,-16,42,-35r69,0v-16,52,-37,114,-112,114v-56,0,-102,-33,-152,-34v-27,0,-36,17,-42,42r-61,0v13,-58,38,-122,126,-122","w":741},"\u00d3":{"d":"38,-354v0,-212,130,-377,351,-377v221,0,351,165,351,377v0,206,-130,371,-351,371v-221,0,-351,-165,-351,-371xm195,-354v0,119,53,239,194,239v141,0,194,-120,194,-239v0,-125,-53,-245,-194,-245v-141,0,-194,120,-194,245xm567,-920r-154,142r-99,0r96,-142r157,0","w":778},"\u00d4":{"d":"38,-354v0,-212,130,-377,351,-377v221,0,351,165,351,377v0,206,-130,371,-351,371v-221,0,-351,-165,-351,-371xm195,-354v0,119,53,239,194,239v141,0,194,-120,194,-239v0,-125,-53,-245,-194,-245v-141,0,-194,120,-194,245xm214,-778r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":778},"\u00d6":{"d":"38,-354v0,-212,130,-377,351,-377v221,0,351,165,351,377v0,206,-130,371,-351,371v-221,0,-351,-165,-351,-371xm195,-354v0,119,53,239,194,239v141,0,194,-120,194,-239v0,-125,-53,-245,-194,-245v-141,0,-194,120,-194,245xm425,-794r0,-117r135,0r0,117r-135,0xm219,-794r0,-117r135,0r0,117r-135,0","w":778},"\u00d2":{"d":"38,-354v0,-212,130,-377,351,-377v221,0,351,165,351,377v0,206,-130,371,-351,371v-221,0,-351,-165,-351,-371xm195,-354v0,119,53,239,194,239v141,0,194,-120,194,-239v0,-125,-53,-245,-194,-245v-141,0,-194,120,-194,245xm366,-778r-154,-142r157,0r96,142r-99,0","w":778},"\u00d5":{"d":"38,-354v0,-212,130,-377,351,-377v221,0,351,165,351,377v0,206,-130,371,-351,371v-221,0,-351,-165,-351,-371xm195,-354v0,119,53,239,194,239v141,0,194,-120,194,-239v0,-125,-53,-245,-194,-245v-141,0,-194,120,-194,245xm332,-911v46,0,84,35,130,35v30,0,43,-16,42,-35r69,0v-16,52,-37,114,-112,114v-56,0,-102,-33,-152,-34v-27,0,-36,17,-42,42r-61,0v13,-58,38,-122,126,-122","w":778},"\u0160":{"d":"24,-237r152,0v0,95,74,132,158,132v55,0,139,-16,139,-89v0,-77,-107,-90,-212,-118v-106,-28,-213,-69,-213,-203v0,-146,138,-216,267,-216v149,0,286,65,286,230r-152,0v-5,-86,-66,-108,-141,-108v-50,0,-108,21,-108,81v0,55,34,62,213,108v52,13,212,46,212,208v0,131,-103,229,-297,229v-158,0,-306,-78,-304,-254xm500,-920r-110,142r-130,0r-111,-142r112,0r64,81r65,-81r110,0","w":649},"\u00da":{"d":"675,-714r0,444v0,193,-114,287,-305,287v-192,0,-304,-93,-304,-287r0,-444r157,0r0,444v0,78,20,155,147,155v112,0,148,-49,148,-155r0,-444r157,0xm548,-920r-154,142r-99,0r96,-142r157,0","w":741},"\u00db":{"d":"675,-714r0,444v0,193,-114,287,-305,287v-192,0,-304,-93,-304,-287r0,-444r157,0r0,444v0,78,20,155,147,155v112,0,148,-49,148,-155r0,-444r157,0xm195,-778r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":741},"\u00dc":{"d":"675,-714r0,444v0,193,-114,287,-305,287v-192,0,-304,-93,-304,-287r0,-444r157,0r0,444v0,78,20,155,147,155v112,0,148,-49,148,-155r0,-444r157,0xm406,-794r0,-117r135,0r0,117r-135,0xm200,-794r0,-117r135,0r0,117r-135,0","w":741},"\u00d9":{"d":"675,-714r0,444v0,193,-114,287,-305,287v-192,0,-304,-93,-304,-287r0,-444r157,0r0,444v0,78,20,155,147,155v112,0,148,-49,148,-155r0,-444r157,0xm347,-778r-154,-142r157,0r96,142r-99,0","w":741},"\u00dd":{"d":"254,0r0,-278r-263,-436r177,0r167,282r166,-282r175,0r-265,440r0,274r-157,0xm511,-920r-154,142r-99,0r96,-142r157,0","w":667,"k":{"v":55,"A":74,"\u00c6":74,"\u00c1":74,"\u00c2":74,"\u00c4":74,"\u00c0":74,"\u00c5":74,"\u00c3":74,",":111,".":111,"e":92,"\u00e9":92,"\u00ea":92,"\u00eb":92,"\u00e8":92,"o":92,"\u00f8":92,"\u0153":92,"\u00f3":92,"\u00f4":92,"\u00f6":92,"\u00f2":92,"\u00f5":92,"q":92,"-":111,"a":92,"\u00e6":92,"\u00e1":92,"\u00e2":92,"\u00e4":92,"\u00e0":92,"\u00e5":92,"\u00e3":92,"u":74,"\u00fa":74,"\u00fb":74,"\u00fc":74,"\u00f9":74,":":80,";":68,"i":13,"\u00ed":13,"\u00ee":13,"\u00ef":13,"\u00ec":13,"p":74}},"\u0178":{"d":"254,0r0,-278r-263,-436r177,0r167,282r166,-282r175,0r-265,440r0,274r-157,0xm369,-794r0,-117r135,0r0,117r-135,0xm163,-794r0,-117r135,0r0,117r-135,0","w":667,"k":{"v":55,"A":74,"\u00c6":74,"\u00c1":74,"\u00c2":74,"\u00c4":74,"\u00c0":74,"\u00c5":74,"\u00c3":74,",":111,".":111,"e":92,"\u00e9":92,"\u00ea":92,"\u00eb":92,"\u00e8":92,"o":92,"\u00f8":92,"\u0153":92,"\u00f3":92,"\u00f4":92,"\u00f6":92,"\u00f2":92,"\u00f5":92,"q":92,"-":111,"a":92,"\u00e6":92,"\u00e1":92,"\u00e2":92,"\u00e4":92,"\u00e0":92,"\u00e5":92,"\u00e3":92,"u":74,"\u00fa":74,"\u00fb":74,"\u00fc":74,"\u00f9":74,":":80,";":68,"i":13,"\u00ed":13,"\u00ee":13,"\u00ef":13,"\u00ec":13,"p":74}},"\u017d":{"d":"23,0r0,-124r383,-458r-353,0r0,-132r562,0r0,124r-383,458r393,0r0,132r-602,0xm500,-920r-110,142r-130,0r-111,-142r112,0r64,81r65,-81r110,0","w":648},"\u00e1":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78xm465,-723r-154,142r-99,0r96,-142r157,0","w":574},"\u00e2":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78xm112,-581r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":574},"\u00e4":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78xm323,-597r0,-117r135,0r0,117r-135,0xm117,-597r0,-117r135,0r0,117r-135,0","w":574},"\u00e0":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78xm264,-581r-154,-142r157,0r96,142r-99,0","w":574},"\u00e5":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78xm224,-656v0,39,25,70,63,70v38,0,64,-31,64,-70v0,-39,-26,-70,-64,-70v-38,0,-63,31,-63,70xm165,-656v0,-67,55,-122,122,-122v68,0,123,55,123,122v0,67,-55,122,-123,122v-67,0,-122,-55,-122,-122","w":574},"\u00e3":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78xm230,-714v46,0,84,35,130,35v30,0,43,-16,42,-35r69,0v-16,52,-37,114,-112,114v-56,0,-102,-33,-152,-34v-27,0,-36,17,-42,42r-61,0v13,-58,38,-122,126,-122","w":574},"\u00e7":{"d":"545,-335r-139,0v-9,-58,-46,-89,-105,-89v-91,0,-121,92,-121,168v0,74,29,163,118,163v66,0,104,-42,113,-105r137,0v-17,133,-107,207,-237,211r-28,40v52,-15,128,4,128,65v0,129,-165,107,-241,78r21,-48v29,13,122,41,124,-16v1,-41,-52,-34,-80,-25r-21,-24r50,-72v-136,-14,-226,-119,-226,-262v0,-161,96,-280,264,-280v122,0,234,64,243,196","w":574},"\u00e9":{"d":"544,-224r-373,0v4,90,48,131,127,131v57,0,103,-35,112,-67r125,0v-40,122,-125,174,-242,174v-163,0,-264,-112,-264,-272v0,-155,107,-273,264,-273v176,0,261,148,251,307xm171,-314r231,0v-13,-72,-44,-110,-113,-110v-90,0,-116,70,-118,110xm465,-723r-154,142r-99,0r96,-142r157,0","w":574},"\u00ea":{"d":"544,-224r-373,0v4,90,48,131,127,131v57,0,103,-35,112,-67r125,0v-40,122,-125,174,-242,174v-163,0,-264,-112,-264,-272v0,-155,107,-273,264,-273v176,0,261,148,251,307xm171,-314r231,0v-13,-72,-44,-110,-113,-110v-90,0,-116,70,-118,110xm112,-581r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":574},"\u00eb":{"d":"544,-224r-373,0v4,90,48,131,127,131v57,0,103,-35,112,-67r125,0v-40,122,-125,174,-242,174v-163,0,-264,-112,-264,-272v0,-155,107,-273,264,-273v176,0,261,148,251,307xm171,-314r231,0v-13,-72,-44,-110,-113,-110v-90,0,-116,70,-118,110xm323,-597r0,-117r135,0r0,117r-135,0xm117,-597r0,-117r135,0r0,117r-135,0","w":574},"\u00e8":{"d":"544,-224r-373,0v4,90,48,131,127,131v57,0,103,-35,112,-67r125,0v-40,122,-125,174,-242,174v-163,0,-264,-112,-264,-272v0,-155,107,-273,264,-273v176,0,261,148,251,307xm171,-314r231,0v-13,-72,-44,-110,-113,-110v-90,0,-116,70,-118,110xm264,-581r-154,-142r157,0r96,142r-99,0","w":574},"\u00ed":{"d":"58,0r0,-517r142,0r0,517r-142,0xm307,-723r-154,142r-99,0r96,-142r157,0","w":258},"\u00ee":{"d":"58,0r0,-517r142,0r0,517r-142,0xm-46,-581r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":258},"\u00ef":{"d":"58,0r0,-517r142,0r0,517r-142,0xm165,-597r0,-117r135,0r0,117r-135,0xm-41,-597r0,-117r135,0r0,117r-135,0","w":258},"\u00ec":{"d":"58,0r0,-517r142,0r0,517r-142,0xm106,-581r-154,-142r157,0r96,142r-99,0","w":258},"\u00f1":{"d":"54,0r0,-517r135,0r0,72r3,0v36,-58,98,-86,158,-86v151,0,189,85,189,213r0,318r-142,0r0,-292v0,-85,-25,-127,-91,-127v-77,0,-110,43,-110,148r0,271r-142,0xm239,-714v46,0,84,35,130,35v30,0,43,-16,42,-35r69,0v-16,52,-37,114,-112,114v-56,0,-102,-33,-152,-34v-27,0,-36,17,-42,42r-61,0v13,-58,38,-122,126,-122","w":593},"\u00f3":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166xm483,-723r-154,142r-99,0r96,-142r157,0","w":611},"\u00f4":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166xm130,-581r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":611},"\u00f6":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166xm341,-597r0,-117r135,0r0,117r-135,0xm135,-597r0,-117r135,0r0,117r-135,0","w":611},"\u00f2":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166xm282,-581r-154,-142r157,0r96,142r-99,0","w":611},"\u00f5":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166xm248,-714v46,0,84,35,130,35v30,0,43,-16,42,-35r69,0v-16,52,-37,114,-112,114v-56,0,-102,-33,-152,-34v-27,0,-36,17,-42,42r-61,0v13,-58,38,-122,126,-122","w":611},"\u0161":{"d":"29,-168r135,0v1,62,53,87,109,87v41,0,93,-16,93,-66v0,-43,-59,-58,-161,-80v-82,-18,-164,-47,-164,-138v0,-132,114,-166,225,-166v113,0,217,38,228,165r-135,0v-4,-55,-46,-70,-97,-70v-32,0,-79,6,-79,48v0,51,80,58,161,77v83,19,164,49,164,145v0,136,-118,180,-236,180v-120,0,-237,-45,-243,-182xm444,-723r-110,142r-130,0r-111,-142r112,0r64,81r65,-81r110,0","w":537},"\u00fa":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-158,86v-151,0,-189,-85,-189,-213r0,-318r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0xm474,-723r-154,142r-99,0r96,-142r157,0","w":593},"\u00fb":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-158,86v-151,0,-189,-85,-189,-213r0,-318r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0xm121,-581r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":593},"\u00fc":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-158,86v-151,0,-189,-85,-189,-213r0,-318r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0xm332,-597r0,-117r135,0r0,117r-135,0xm126,-597r0,-117r135,0r0,117r-135,0","w":593},"\u00f9":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-158,86v-151,0,-189,-85,-189,-213r0,-318r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0xm273,-581r-154,-142r157,0r96,142r-99,0","w":593},"\u00fd":{"d":"525,-517r-216,582v-33,111,-133,128,-265,112r0,-117v27,2,55,7,83,5v49,-4,65,-56,49,-97r-182,-485r152,0r117,354r2,0r113,-354r147,0xm437,-723r-154,142r-99,0r96,-142r157,0","w":519,"k":{",":55,".":55}},"\u00ff":{"d":"525,-517r-216,582v-33,111,-133,128,-265,112r0,-117v27,2,55,7,83,5v49,-4,65,-56,49,-97r-182,-485r152,0r117,354r2,0r113,-354r147,0xm295,-597r0,-117r135,0r0,117r-135,0xm89,-597r0,-117r135,0r0,117r-135,0","w":519,"k":{",":55,".":55}},"\u017e":{"d":"22,0r0,-107r269,-303r-249,0r0,-107r436,0r0,107r-269,303r288,0r0,107r-475,0xm435,-723r-110,142r-130,0r-111,-142r112,0r64,81r65,-81r110,0","w":519},"\u2206":{"d":"27,0r0,-73r229,-644r148,0r222,642r0,75r-599,0xm155,-101r337,0r-109,-298v-16,-54,-46,-137,-57,-181r-3,0v-42,151,-114,331,-168,479","w":654},"\u2126":{"d":"173,-101r0,-3v-61,-58,-122,-156,-122,-284v0,-178,123,-324,303,-324v193,0,296,167,296,317v0,131,-61,234,-123,291r0,3r137,0r0,101r-261,0r0,-75v62,-41,121,-133,121,-293v0,-125,-59,-240,-170,-240v-107,0,-176,104,-176,245v0,145,58,249,122,288r0,75r-263,0r0,-101r136,0","w":704},"\u03bc":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-130,86v-40,0,-63,-11,-75,-24r0,192r-142,0r0,-699r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0","w":593},"\u03c0":{"d":"574,-420r-70,0v2,129,-8,322,13,420r-121,0v-31,-86,-12,-295,-17,-420r-139,0v-5,109,-29,315,-64,420r-122,0v34,-117,61,-309,63,-420v-48,0,-77,3,-98,10r-14,-84v25,-19,77,-33,162,-33r417,0","w":598},"\u20ac":{"d":"97,-455v28,-150,132,-266,297,-267v57,0,118,17,182,50r-61,125v-116,-77,-238,-59,-271,92r244,0r-31,72r-224,0r-1,42r213,0r-31,72r-174,0v30,183,180,196,302,95r-1,151v-46,27,-97,40,-154,40v-175,0,-270,-124,-294,-286r-77,0r31,-72r40,0v0,-21,0,-35,1,-42r-73,0r31,-72r51,0"},"\u2113":{"d":"441,-181r51,52v-52,102,-127,139,-206,139v-124,-1,-173,-78,-180,-177r-51,41r-32,-67v30,-25,57,-45,82,-69r0,-254v0,-178,81,-254,178,-254v96,0,138,79,138,177v0,119,-76,232,-196,349v-6,85,26,155,90,155v54,0,99,-47,126,-92xm225,-518r0,159v69,-79,118,-166,118,-238v0,-52,-14,-84,-55,-84v-30,0,-63,36,-63,163","w":510},"\u212e":{"d":"843,-340r-655,0v-3,0,-5,1,-5,4r0,199v0,8,3,16,8,22v64,66,151,108,248,108v104,0,197,-47,261,-121r58,0v-72,85,-190,141,-320,141v-223,0,-404,-162,-404,-363v0,-201,181,-364,404,-364v227,0,410,163,405,374xm694,-366r0,-199v0,-9,-3,-17,-10,-24v-63,-62,-149,-103,-245,-103v-96,0,-183,42,-247,107v-6,6,-9,15,-9,24r0,195v0,2,2,7,5,7r502,0v3,0,4,-5,4,-7","w":878},"\u2202":{"d":"103,-639r-35,-94v31,-23,89,-57,182,-57v145,0,273,127,273,382v0,250,-102,417,-279,417v-140,0,-206,-128,-206,-237v0,-162,97,-263,215,-263v83,0,131,55,148,80v11,-143,-57,-275,-167,-276v-61,0,-105,26,-131,48xm161,-224v0,72,37,130,96,129v75,0,122,-112,132,-211v-9,-32,-49,-85,-111,-85v-69,0,-117,79,-117,167","w":572},"\u220f":{"d":"692,-588r-101,0r0,685r-123,0r0,-685r-219,0r0,685r-123,0r0,-685r-101,0r0,-113r667,0r0,113","w":718},"\u2211":{"d":"536,97r-513,0r0,-80r242,-320r-233,-311r0,-87r488,0r0,105r-321,0r0,4r206,269r-229,301r0,3r360,0r0,116"},"\u2219":{"d":"55,-287v0,-47,39,-85,85,-85v45,0,84,39,84,85v0,42,-39,84,-83,84v-47,0,-86,-38,-86,-84","w":278},"\u221a":{"d":"598,-841r-224,983r-99,0r-149,-442r-74,29r-20,-70r168,-68r104,321v9,32,12,68,22,88v3,-22,7,-58,15,-94r171,-747r86,0","w":590},"\u221e":{"d":"575,-455v87,0,154,65,154,166v0,108,-78,172,-160,172v-58,0,-112,-26,-179,-113v-52,63,-104,113,-185,113v-83,0,-157,-68,-157,-167v0,-101,71,-171,165,-171v75,0,129,45,180,111v43,-48,93,-112,182,-111xm118,-284v0,54,41,99,97,99v56,0,99,-51,137,-96v-41,-56,-77,-108,-142,-108v-57,0,-92,46,-92,105xm659,-284v0,-61,-37,-105,-92,-105v-61,0,-107,65,-139,101v61,75,93,103,143,103v57,0,88,-55,88,-99","w":778},"\u222b":{"d":"323,-778v-79,0,-77,80,-77,195v0,163,14,304,14,483v0,96,-16,161,-36,201v-39,75,-133,86,-204,56r16,-89v22,11,69,17,87,-10v16,-25,27,-66,27,-157v0,-182,-15,-325,-15,-496v0,-117,19,-180,60,-226v39,-44,120,-57,177,-34r-14,85v-9,-4,-21,-8,-35,-8","w":394},"\u2248":{"d":"182,-453v87,0,125,73,193,73v38,0,63,-29,90,-72r44,40v-31,60,-78,103,-135,103v-66,0,-131,-72,-198,-73v-44,0,-69,36,-93,72r-45,-41v29,-58,83,-102,144,-102xm182,-267v90,0,121,73,193,73v39,0,62,-29,90,-72r44,40v-31,59,-77,103,-135,103v-66,0,-132,-73,-198,-74v-45,0,-69,36,-93,73r-45,-41v29,-58,83,-102,144,-102","w":549},"\u2260":{"d":"403,-514r-39,89r136,0r0,72r-163,0r-60,136r223,0r0,72r-250,0r-50,114r-57,-23r40,-91r-135,0r0,-72r163,0r59,-136r-222,0r0,-72r249,0r49,-112","w":549},"\u2264":{"d":"498,-100r-445,-223r0,-78r445,-223r0,84r-373,176r0,3r373,177r0,84xm502,12r-453,0r0,-74r453,0r0,74","w":549},"\u2265":{"d":"55,-624r445,223r0,78r-445,223r0,-84r372,-177r0,-2r-372,-177r0,-84xm500,12r-450,0r0,-74r450,0r0,74","w":549},"\u25ca":{"d":"540,-350r-198,399r-100,0r-192,-399r198,-400r99,0xm430,-347v-43,-101,-100,-190,-133,-301r-3,0v-31,109,-91,197,-134,295v43,101,100,191,132,302r4,0v34,-111,90,-196,134,-296","w":590},"\u00a0":{"w":278},"\u00ad":{"d":"53,-212r0,-122r301,0r0,122r-301,0","w":407},"\u02c9":{"d":"-57,-616r0,-75r373,0r0,75r-373,0","w":259},"\u03a9":{"d":"173,-101r0,-3v-61,-58,-122,-156,-122,-284v0,-178,123,-324,303,-324v193,0,296,167,296,317v0,131,-61,234,-123,291r0,3r137,0r0,101r-261,0r0,-75v62,-41,121,-133,121,-293v0,-125,-59,-240,-170,-240v-107,0,-176,104,-176,245v0,145,58,249,122,288r0,75r-263,0r0,-101r136,0","w":704},"\u2215":{"d":"-166,22r414,-744r85,0r-412,744r-87,0","w":167}}});
;
/*
 * PseudoCSS 1.0 - Enables Cross Browser support of CSS2 and CSS3 pseudo classes
 *
 * Copyright (c) 2008 Alen Grakalic (pseudocss.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 * Built using jQuery library 
 *	
 * jQuery 1.2.3 - New Wave Javascript
 * Copyright (c) 2008 John Resig (jquery.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 */
 
 (function(){if(window.jQuery)var _jQuery=window.jQuery;var jQuery=window.jQuery=function(selector,context){return new jQuery.prototype.init(selector,context);};if(window.$)var _$=window.$;window.$=jQuery;var quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/;var isSimple=/^.[^:#\[\.]*$/;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;return this;}else if(typeof selector=="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1])selector=jQuery.clean([match[1]],context);else{var elem=document.getElementById(match[3]);if(elem)if(elem.id!=match[3])return jQuery().find(selector);else{this[0]=elem;this.length=1;return this;}else
selector=[];}}else
return new jQuery(context).find(selector);}else if(jQuery.isFunction(selector))return new jQuery(document)[jQuery.fn.ready?"ready":"load"](selector);return this.setArray(selector.constructor==Array&&selector||(selector.jquery||selector.length&&selector!=window&&!selector.nodeType&&selector[0]!=undefined&&selector[0].nodeType)&&jQuery.makeArray(selector)||[selector]);},jquery:"1.2.3",size:function(){return this.length;},length:0,get:function(num){return num==undefined?jQuery.makeArray(this):this[num];},pushStack:function(elems){var ret=jQuery(elems);ret.prevObject=this;return ret;},setArray:function(elems){this.length=0;Array.prototype.push.apply(this,elems);return this;},each:function(callback,args){return jQuery.each(this,callback,args);},index:function(elem){var ret=-1;this.each(function(i){if(this==elem)ret=i;});return ret;},attr:function(name,value,type){var options=name;if(name.constructor==String)if(value==undefined)return this.length&&jQuery[type||"attr"](this[0],name)||undefined;else{options={};options[name]=value;}return this.each(function(i){for(name in options)jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name));});},css:function(key,value){if((key=='width'||key=='height')&&parseFloat(value)<0)value=undefined;return this.attr(key,value,"curCSS");},text:function(text){if(typeof text!="object"&&text!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this]);});});return ret;},wrapAll:function(html){if(this[0])jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){var elem=this;while(elem.firstChild)elem=elem.firstChild;return elem;}).append(this);return this;},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html);});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},append:function(){return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1)this.appendChild(elem);});},prepend:function(){return this.domManip(arguments,true,true,function(elem){if(this.nodeType==1)this.insertBefore(elem,this.firstChild);});},before:function(){return this.domManip(arguments,false,false,function(elem){this.parentNode.insertBefore(elem,this);});},after:function(){return this.domManip(arguments,false,true,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});},end:function(){return this.prevObject||jQuery([]);},find:function(selector){var elems=jQuery.map(this,function(elem){return jQuery.find(selector,elem);});return this.pushStack(/[^+>] [^+>]/.test(selector)||selector.indexOf("..")>-1?jQuery.unique(elems):elems);},clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)){var clone=this.cloneNode(true),container=document.createElement("div");container.appendChild(clone);return jQuery.clean([container.innerHTML])[0];}else
return this.cloneNode(true);});var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined)this[expando]=null;});if(events===true)this.find("*").andSelf().each(function(i){if(this.nodeType==3)return;var events=jQuery.data(this,"events");for(var type in events)for(var handler in events[type])jQuery.event.add(clone[i],type,events[type][handler],events[type][handler].data);});return ret;},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i);})||jQuery.multiFilter(selector,this));},not:function(selector){if(selector.constructor==String)if(isSimple.test(selector))return this.pushStack(jQuery.multiFilter(selector,this,true));else
selector=jQuery.multiFilter(selector,this);var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector;});},add:function(selector){return!selector?this:this.pushStack(jQuery.merge(this.get(),selector.constructor==String?jQuery(selector).get():selector.length!=undefined&&(!selector.nodeName||jQuery.nodeName(selector,"form"))?selector:[selector]));},is:function(selector){return selector?jQuery.multiFilter(selector,this).length>0:false;},hasClass:function(selector){return this.is("."+selector);},val:function(value){if(value==undefined){if(this.length){var elem=this[0];if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type=="select-one";if(index<0)return null;for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected){value=jQuery.browser.msie&&!option.attributes.value.specified?option.text:option.value;if(one)return value;values.push(value);}}return values;}else
return(this[0].value||"").replace(/\r/g,"");}return undefined;}return this.each(function(){if(this.nodeType!=1)return;if(value.constructor==Array&&/radio|checkbox/.test(this.type))this.checked=(jQuery.inArray(this.value,value)>=0||jQuery.inArray(this.name,value)>=0);else if(jQuery.nodeName(this,"select")){var values=value.constructor==Array?value:[value];jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0);});if(!values.length)this.selectedIndex=-1;}else
this.value=value;});},html:function(value){return value==undefined?(this.length?this[0].innerHTML:null):this.empty().append(value);},replaceWith:function(value){return this.after(value).remove();},eq:function(i){return this.slice(i,i+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},andSelf:function(){return this.add(this.prevObject);},data:function(key,value){var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value==null){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data==undefined&&this.length)data=jQuery.data(this[0],key);return data==null&&parts[1]?this.data(parts[0]):data;}else
return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value);});},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});},domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;return this.each(function(){if(!elems){elems=jQuery.clean(args,this.ownerDocument);if(reverse)elems.reverse();}var obj=this;if(table&&jQuery.nodeName(this,"table")&&jQuery.nodeName(elems[0],"tr"))obj=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"));var scripts=jQuery([]);jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;if(jQuery.nodeName(elem,"script")){scripts=scripts.add(elem);}else{if(elem.nodeType==1)scripts=scripts.add(jQuery("script",elem).remove());callback.call(obj,elem);}});scripts.each(evalScript);});}};jQuery.prototype.init.prototype=jQuery.prototype;function evalScript(i,elem){if(elem.src)jQuery.ajax({url:elem.src,async:false,dataType:"script"});else
jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"");if(elem.parentNode)elem.parentNode.removeChild(elem);}jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;if(target.constructor==Boolean){deep=target;target=arguments[1]||{};i=2;}if(typeof target!="object"&&typeof target!="function")target={};if(length==1){target=this;i=0;}for(;i<length;i++)if((options=arguments[i])!=null)for(var name in options){if(target===options[name])continue;if(deep&&options[name]&&typeof options[name]=="object"&&target[name]&&!options[name].nodeType)target[name]=jQuery.extend(target[name],options[name]);else if(options[name]!=undefined)target[name]=options[name];}return target;};var expando="jQuery"+(new Date()).getTime(),uuid=0,windowData={};var exclude=/z-?index|font-?weight|opacity|zoom|line-?height/i;jQuery.extend({noConflict:function(deep){window.$=_$;if(deep)window.jQuery=_jQuery;return jQuery;},isFunction:function(fn){return!!fn&&typeof fn!="string"&&!fn.nodeName&&fn.constructor!=Array&&/function/i.test(fn+"");},isXMLDoc:function(elem){return elem.documentElement&&!elem.body||elem.tagName&&elem.ownerDocument&&!elem.ownerDocument.body;},globalEval:function(data){data=jQuery.trim(data);if(data){var head=document.getElementsByTagName("head")[0]||document.documentElement,script=document.createElement("script");script.type="text/javascript";if(jQuery.browser.msie)script.text=data;else
script.appendChild(document.createTextNode(data));head.appendChild(script);head.removeChild(script);}},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()==name.toUpperCase();},cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem;var id=elem[expando];if(!id)id=elem[expando]=++uuid;if(name&&!jQuery.cache[id])jQuery.cache[id]={};if(data!=undefined)jQuery.cache[id][name]=data;return name?jQuery.cache[id][name]:id;},removeData:function(elem,name){elem=elem==window?windowData:elem;var id=elem[expando];if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];name="";for(name in jQuery.cache[id])break;if(!name)jQuery.removeData(elem);}}else{try{delete elem[expando];}catch(e){if(elem.removeAttribute)elem.removeAttribute(expando);}delete jQuery.cache[id];}},each:function(object,callback,args){if(args){if(object.length==undefined){for(var name in object)if(callback.apply(object[name],args)===false)break;}else
for(var i=0,length=object.length;i<length;i++)if(callback.apply(object[i],args)===false)break;}else{if(object.length==undefined){for(var name in object)if(callback.call(object[name],name,object[name])===false)break;}else
for(var i=0,length=object.length,value=object[0];i<length&&callback.call(value,i,value)!==false;value=object[++i]){}}return object;},prop:function(elem,value,type,i,name){if(jQuery.isFunction(value))value=value.call(elem,i);return value&&value.constructor==Number&&type=="curCSS"&&!exclude.test(name)?value+"px":value;},className:{add:function(elem,classNames){jQuery.each((classNames||"").split(/\s+/),function(i,className){if(elem.nodeType==1&&!jQuery.className.has(elem.className,className))elem.className+=(elem.className?" ":"")+className;});},remove:function(elem,classNames){if(elem.nodeType==1)elem.className=classNames!=undefined?jQuery.grep(elem.className.split(/\s+/),function(className){return!jQuery.className.has(classNames,className);}).join(" "):"";},has:function(elem,className){return jQuery.inArray(className,(elem.className||elem).toString().split(/\s+/))>-1;}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}callback.call(elem);for(var name in options)elem.style[name]=old[name];},css:function(elem,name,force){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];function getWH(){val=name=="width"?elem.offsetWidth:elem.offsetHeight;var padding=0,border=0;jQuery.each(which,function(){padding+=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;border+=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0;});val-=Math.round(padding+border);}if(jQuery(elem).is(":visible"))getWH();else
jQuery.swap(elem,props,getWH);return Math.max(0,val);}return jQuery.curCSS(elem,name,force);},curCSS:function(elem,name,force){var ret;function color(elem){if(!jQuery.browser.safari)return false;var ret=document.defaultView.getComputedStyle(elem,null);return!ret||ret.getPropertyValue("color")=="";}if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(elem.style,"opacity");return ret==""?"1":ret;}if(jQuery.browser.opera&&name=="display"){var save=elem.style.outline;elem.style.outline="0 solid black";elem.style.outline=save;}if(name.match(/float/i))name=styleFloat;if(!force&&elem.style&&elem.style[name])ret=elem.style[name];else if(document.defaultView&&document.defaultView.getComputedStyle){if(name.match(/float/i))name="float";name=name.replace(/([A-Z])/g,"-$1").toLowerCase();var getComputedStyle=document.defaultView.getComputedStyle(elem,null);if(getComputedStyle&&!color(elem))ret=getComputedStyle.getPropertyValue(name);else{var swap=[],stack=[];for(var a=elem;a&&color(a);a=a.parentNode)stack.unshift(a);for(var i=0;i<stack.length;i++)if(color(stack[i])){swap[i]=stack[i].style.display;stack[i].style.display="block";}ret=name=="display"&&swap[stack.length-1]!=null?"none":(getComputedStyle&&getComputedStyle.getPropertyValue(name))||"";for(var i=0;i<swap.length;i++)if(swap[i]!=null)stack[i].style.display=swap[i];}if(name=="opacity"&&ret=="")ret="1";}else if(elem.currentStyle){var camelCase=name.replace(/\-(\w)/g,function(all,letter){return letter.toUpperCase();});ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!/^\d+(px)?$/i.test(ret)&&/^\d/.test(ret)){var style=elem.style.left,runtimeStyle=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;elem.style.left=ret||0;ret=elem.style.pixelLeft+"px";elem.style.left=style;elem.runtimeStyle.left=runtimeStyle;}}return ret;},clean:function(elems,context){var ret=[];context=context||document;if(typeof context.createElement=='undefined')context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;jQuery.each(elems,function(i,elem){if(!elem)return;if(elem.constructor==Number)elem=elem.toString();if(typeof elem=="string"){elem=elem.replace(/(<(\w+)[^>]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+"></"+tag+">";});var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");var wrap=!tags.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!tags.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!tags.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!tags.indexOf("<td")||!tags.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!tags.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||jQuery.browser.msie&&[1,"div<div>","</div>"]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--)div=div.lastChild;if(jQuery.browser.msie){var tbody=!tags.indexOf("<table")&&tags.indexOf("<tbody")<0?div.firstChild&&div.firstChild.childNodes:wrap[1]=="<table>"&&tags.indexOf("<tbody")<0?div.childNodes:[];for(var j=tbody.length-1;j>=0;--j)if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length)tbody[j].parentNode.removeChild(tbody[j]);if(/^\s/.test(elem))div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChild);}elem=jQuery.makeArray(div.childNodes);}if(elem.length===0&&(!jQuery.nodeName(elem,"form")&&!jQuery.nodeName(elem,"select")))return;if(elem[0]==undefined||jQuery.nodeName(elem,"form")||elem.options)ret.push(elem);else
ret=jQuery.merge(ret,elem);});return ret;},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8)return undefined;var fix=jQuery.isXMLDoc(elem)?{}:jQuery.props;if(name=="selected"&&jQuery.browser.safari)elem.parentNode.selectedIndex;if(fix[name]){if(value!=undefined)elem[fix[name]]=value;return elem[fix[name]];}else if(jQuery.browser.msie&&name=="style")return jQuery.attr(elem.style,"cssText",value);else if(value==undefined&&jQuery.browser.msie&&jQuery.nodeName(elem,"form")&&(name=="action"||name=="method"))return elem.getAttributeNode(name).nodeValue;else if(elem.tagName){if(value!=undefined){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode)throw"type property can't be changed";elem.setAttribute(name,""+value);}if(jQuery.browser.msie&&/href|src/.test(name)&&!jQuery.isXMLDoc(elem))return elem.getAttribute(name,2);return elem.getAttribute(name);}else{if(name=="opacity"&&jQuery.browser.msie){if(value!=undefined){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+(parseFloat(value).toString()=="NaN"?"":"alpha(opacity="+value*100+")");}return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100).toString():"";}name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(value!=undefined)elem[name]=value;return elem[name];}},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");},makeArray:function(array){var ret=[];if(typeof array!="array")for(var i=0,length=array.length;i<length;i++)ret.push(array[i]);else
ret=array.slice(0);return ret;},inArray:function(elem,array){for(var i=0,length=array.length;i<length;i++)if(array[i]==elem)return i;return-1;},merge:function(first,second){if(jQuery.browser.msie){for(var i=0;second[i];i++)if(second[i].nodeType!=8)first.push(second[i]);}else
for(var i=0;second[i];i++)first.push(second[i]);return first;},unique:function(array){var ret=[],done={};try{for(var i=0,length=array.length;i<length;i++){var id=jQuery.data(array[i]);if(!done[id]){done[id]=true;ret.push(array[i]);}}}catch(e){ret=array;}return ret;},grep:function(elems,callback,inv){var ret=[];for(var i=0,length=elems.length;i<length;i++)if(!inv&&callback(elems[i],i)||inv&&!callback(elems[i],i))ret.push(elems[i]);return ret;},map:function(elems,callback){var ret=[];for(var i=0,length=elems.length;i<length;i++){var value=callback(elems[i],i);if(value!==null&&value!=undefined){if(value.constructor!=Array)value=[value];ret=ret.concat(value);}}return ret;}});var userAgent=navigator.userAgent.toLowerCase();jQuery.browser={version:(userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(userAgent),opera:/opera/.test(userAgent),msie:/msie/.test(userAgent)&&!/opera/.test(userAgent),mozilla:/mozilla/.test(userAgent)&&!/(compatible|webkit)/.test(userAgent)};var styleFloat=jQuery.browser.msie?"styleFloat":"cssFloat";jQuery.extend({boxModel:!jQuery.browser.msie||document.compatMode=="CSS1Compat",props:{"for":"htmlFor","class":"className","float":styleFloat,cssFloat:styleFloat,styleFloat:styleFloat,innerHTML:"innerHTML",className:"className",value:"value",disabled:"disabled",checked:"checked",readonly:"readOnly",selected:"selected",maxlength:"maxLength",selectedIndex:"selectedIndex",defaultValue:"defaultValue",tagName:"tagName",nodeName:"nodeName"}});jQuery.each({parent:function(elem){return elem.parentNode;},parents:function(elem){return jQuery.dir(elem,"parentNode");},next:function(elem){return jQuery.nth(elem,2,"nextSibling");},prev:function(elem){return jQuery.nth(elem,2,"previousSibling");},nextAll:function(elem){return jQuery.dir(elem,"nextSibling");},prevAll:function(elem){return jQuery.dir(elem,"previousSibling");},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);},children:function(elem){return jQuery.sibling(elem.firstChild);},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes);}},function(name,fn){jQuery.fn[name]=function(selector){var ret=jQuery.map(this,fn);if(selector&&typeof selector=="string")ret=jQuery.multiFilter(selector,ret);return this.pushStack(jQuery.unique(ret));};});jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(){var args=arguments;return this.each(function(){for(var i=0,length=args.length;i<length;i++)jQuery(args[i])[original](this);});};});jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");if(this.nodeType==1)this.removeAttribute(name);},addClass:function(classNames){jQuery.className.add(this,classNames);},removeClass:function(classNames){jQuery.className.remove(this,classNames);},toggleClass:function(classNames){jQuery.className[jQuery.className.has(this,classNames)?"remove":"add"](this,classNames);},remove:function(selector){if(!selector||jQuery.filter(selector,[this]).r.length){jQuery("*",this).add(this).each(function(){jQuery.event.remove(this);jQuery.removeData(this);});if(this.parentNode)this.parentNode.removeChild(this);}},empty:function(){jQuery(">*",this).remove();while(this.firstChild)this.removeChild(this.firstChild);}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments);};});jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn[type]=function(size){return this[0]==window?jQuery.browser.opera&&document.body["client"+name]||jQuery.browser.safari&&window["inner"+name]||document.compatMode=="CSS1Compat"&&document.documentElement["client"+name]||document.body["client"+name]:this[0]==document?Math.max(Math.max(document.body["scroll"+name],document.documentElement["scroll"+name]),Math.max(document.body["offset"+name],document.documentElement["offset"+name])):size==undefined?(this.length?jQuery.css(this[0],type):null):this.css(type,size.constructor==String?size:size+"px");};});var chars=jQuery.browser.safari&&parseInt(jQuery.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",quickChild=new RegExp("^>\\s*("+chars+"+)"),quickID=new RegExp("^("+chars+"+)(#)("+chars+"+)"),quickClass=new RegExp("^([#.]?)("+chars+"*)");jQuery.extend({expr:{"":function(a,i,m){return m[2]=="*"||jQuery.nodeName(a,m[2]);},"#":function(a,i,m){return a.getAttribute("id")==m[2];},":":{lt:function(a,i,m){return i<m[3]-0;},gt:function(a,i,m){return i>m[3]-0;},nth:function(a,i,m){return m[3]-0==i;},eq:function(a,i,m){return m[3]-0==i;},first:function(a,i){return i==0;},last:function(a,i,m,r){return i==r.length-1;},even:function(a,i){return i%2==0;},odd:function(a,i){return i%2;},"first-child":function(a){return a.parentNode.getElementsByTagName("*")[0]==a;},"last-child":function(a){return jQuery.nth(a.parentNode.lastChild,1,"previousSibling")==a;},"only-child":function(a){return!jQuery.nth(a.parentNode.lastChild,2,"previousSibling");},parent:function(a){return a.firstChild;},empty:function(a){return!a.firstChild;},contains:function(a,i,m){return(a.textContent||a.innerText||jQuery(a).text()||"").indexOf(m[3])>=0;},visible:function(a){return"hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden";},hidden:function(a){return"hidden"==a.type||jQuery.css(a,"display")=="none"||jQuery.css(a,"visibility")=="hidden";},enabled:function(a){return!a.disabled;},disabled:function(a){return a.disabled;},checked:function(a){return a.checked;},selected:function(a){return a.selected||jQuery.attr(a,"selected");},text:function(a){return"text"==a.type;},radio:function(a){return"radio"==a.type;},checkbox:function(a){return"checkbox"==a.type;},file:function(a){return"file"==a.type;},password:function(a){return"password"==a.type;},submit:function(a){return"submit"==a.type;},image:function(a){return"image"==a.type;},reset:function(a){return"reset"==a.type;},button:function(a){return"button"==a.type||jQuery.nodeName(a,"button");},input:function(a){return/input|select|textarea|button/i.test(a.nodeName);},has:function(a,i,m){return jQuery.find(m[3],a).length;},header:function(a){return/h\d/i.test(a.nodeName);},animated:function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length;}}},parse:[/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+chars+"+)")],multiFilter:function(expr,elems,not){var old,cur=[];while(expr&&expr!=old){old=expr;var f=jQuery.filter(expr,elems,not);expr=f.t.replace(/^\s*,\s*/,"");cur=not?elems=f.r:jQuery.merge(cur,f.r);}return cur;},find:function(t,context){if(typeof t!="string")return[t];if(context&&context.nodeType!=1&&context.nodeType!=9)return[];context=context||document;var ret=[context],done=[],last,nodeName;while(t&&last!=t){var r=[];last=t;t=jQuery.trim(t);var foundToken=false;var re=quickChild;var m=re.exec(t);if(m){nodeName=m[1].toUpperCase();for(var i=0;ret[i];i++)for(var c=ret[i].firstChild;c;c=c.nextSibling)if(c.nodeType==1&&(nodeName=="*"||c.nodeName.toUpperCase()==nodeName))r.push(c);ret=r;t=t.replace(re,"");if(t.indexOf(" ")==0)continue;foundToken=true;}else{re=/^([>+~])\s*(\w*)/i;if((m=re.exec(t))!=null){r=[];var merge={};nodeName=m[2].toUpperCase();m=m[1];for(var j=0,rl=ret.length;j<rl;j++){var n=m=="~"||m=="+"?ret[j].nextSibling:ret[j].firstChild;for(;n;n=n.nextSibling)if(n.nodeType==1){var id=jQuery.data(n);if(m=="~"&&merge[id])break;if(!nodeName||n.nodeName.toUpperCase()==nodeName){if(m=="~")merge[id]=true;r.push(n);}if(m=="+")break;}}ret=r;t=jQuery.trim(t.replace(re,""));foundToken=true;}}if(t&&!foundToken){if(!t.indexOf(",")){if(context==ret[0])ret.shift();done=jQuery.merge(done,ret);r=ret=[context];t=" "+t.substr(1,t.length);}else{var re2=quickID;var m=re2.exec(t);if(m){m=[0,m[2],m[3],m[1]];}else{re2=quickClass;m=re2.exec(t);}m[2]=m[2].replace(/\\/g,"");var elem=ret[ret.length-1];if(m[1]=="#"&&elem&&elem.getElementById&&!jQuery.isXMLDoc(elem)){var oid=elem.getElementById(m[2]);if((jQuery.browser.msie||jQuery.browser.opera)&&oid&&typeof oid.id=="string"&&oid.id!=m[2])oid=jQuery('[@id="'+m[2]+'"]',elem)[0];ret=r=oid&&(!m[3]||jQuery.nodeName(oid,m[3]))?[oid]:[];}else{for(var i=0;ret[i];i++){var tag=m[1]=="#"&&m[3]?m[3]:m[1]!=""||m[0]==""?"*":m[2];if(tag=="*"&&ret[i].nodeName.toLowerCase()=="object")tag="param";r=jQuery.merge(r,ret[i].getElementsByTagName(tag));}if(m[1]==".")r=jQuery.classFilter(r,m[2]);if(m[1]=="#"){var tmp=[];for(var i=0;r[i];i++)if(r[i].getAttribute("id")==m[2]){tmp=[r[i]];break;}r=tmp;}ret=r;}t=t.replace(re2,"");}}if(t){var val=jQuery.filter(t,r);ret=r=val.r;t=jQuery.trim(val.t);}}if(t)ret=[];if(ret&&context==ret[0])ret.shift();done=jQuery.merge(done,ret);return done;},classFilter:function(r,m,not){m=" "+m+" ";var tmp=[];for(var i=0;r[i];i++){var pass=(" "+r[i].className+" ").indexOf(m)>=0;if(!not&&pass||not&&!pass)tmp.push(r[i]);}return tmp;},filter:function(t,r,not){var last;while(t&&t!=last){last=t;var p=jQuery.parse,m;for(var i=0;p[i];i++){m=p[i].exec(t);if(m){t=t.substring(m[0].length);m[2]=m[2].replace(/\\/g,"");break;}}if(!m)break;if(m[1]==":"&&m[2]=="not")r=isSimple.test(m[3])?jQuery.filter(m[3],r,true).r:jQuery(r).not(m[3]);else if(m[1]==".")r=jQuery.classFilter(r,m[2],not);else if(m[1]=="["){var tmp=[],type=m[3];for(var i=0,rl=r.length;i<rl;i++){var a=r[i],z=a[jQuery.props[m[2]]||m[2]];if(z==null||/href|src|selected/.test(m[2]))z=jQuery.attr(a,m[2])||'';if((type==""&&!!z||type=="="&&z==m[5]||type=="!="&&z!=m[5]||type=="^="&&z&&!z.indexOf(m[5])||type=="$="&&z.substr(z.length-m[5].length)==m[5]||(type=="*="||type=="~=")&&z.indexOf(m[5])>=0)^not)tmp.push(a);}r=tmp;}else if(m[1]==":"&&m[2]=="nth-child"){var merge={},tmp=[],test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(m[3]=="even"&&"2n"||m[3]=="odd"&&"2n+1"||!/\D/.test(m[3])&&"0n+"+m[3]||m[3]),first=(test[1]+(test[2]||1))-0,last=test[3]-0;for(var i=0,rl=r.length;i<rl;i++){var node=r[i],parentNode=node.parentNode,id=jQuery.data(parentNode);if(!merge[id]){var c=1;for(var n=parentNode.firstChild;n;n=n.nextSibling)if(n.nodeType==1)n.nodeIndex=c++;merge[id]=true;}var add=false;if(first==0){if(node.nodeIndex==last)add=true;}else if((node.nodeIndex-last)%first==0&&(node.nodeIndex-last)/first>=0)add=true;if(add^not)tmp.push(node);}r=tmp;}else{var fn=jQuery.expr[m[1]];if(typeof fn=="object")fn=fn[m[2]];if(typeof fn=="string")fn=eval("false||function(a,i){return "+fn+";}");r=jQuery.grep(r,function(elem,i){return fn(elem,i,m,r);},not);}}return{r:r,t:t};},dir:function(elem,dir){var matched=[];var cur=elem[dir];while(cur&&cur!=document){if(cur.nodeType==1)matched.push(cur);cur=cur[dir];}return matched;},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir])if(cur.nodeType==1&&++num==result)break;return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&(!elem||n!=elem))r.push(n);}return r;}});jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem.nodeType==8)return;if(jQuery.browser.msie&&elem.setInterval!=undefined)elem=window;if(!handler.guid)handler.guid=this.guid++;if(data!=undefined){var fn=handler;handler=function(){return fn.apply(this,arguments);};handler.data=data;handler.guid=fn.guid;}var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",function(){var val;if(typeof jQuery=="undefined"||jQuery.event.triggered)return val;val=jQuery.event.handle.apply(arguments.callee.elem,arguments);return val;});handle.elem=elem;jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];handler.type=parts[1];var handlers=events[type];if(!handlers){handlers=events[type]={};if(!jQuery.event.special[type]||jQuery.event.special[type].setup.call(elem)===false){if(elem.addEventListener)elem.addEventListener(type,handle,false);else if(elem.attachEvent)elem.attachEvent("on"+type,handle);}}handlers[handler.guid]=handler;jQuery.event.global[type]=true;});elem=null;},guid:1,global:{},remove:function(elem,types,handler){if(elem.nodeType==3||elem.nodeType==8)return;var events=jQuery.data(elem,"events"),ret,index;if(events){if(types==undefined||(typeof types=="string"&&types.charAt(0)=="."))for(var type in events)this.remove(elem,type+(types||""));else{if(types.type){handler=types.handler;types=types.type;}jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];if(events[type]){if(handler)delete events[type][handler.guid];else
for(handler in events[type])if(!parts[1]||events[type][handler].type==parts[1])delete events[type][handler];for(ret in events[type])break;if(!ret){if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem)===false){if(elem.removeEventListener)elem.removeEventListener(type,jQuery.data(elem,"handle"),false);else if(elem.detachEvent)elem.detachEvent("on"+type,jQuery.data(elem,"handle"));}ret=null;delete events[type];}}});}for(ret in events)break;if(!ret){var handle=jQuery.data(elem,"handle");if(handle)handle.elem=null;jQuery.removeData(elem,"events");jQuery.removeData(elem,"handle");}}},trigger:function(type,data,elem,donative,extra){data=jQuery.makeArray(data||[]);if(type.indexOf("!")>=0){type=type.slice(0,-1);var exclusive=true;}if(!elem){if(this.global[type])jQuery("*").add([window,document]).trigger(type,data);}else{if(elem.nodeType==3||elem.nodeType==8)return undefined;var val,ret,fn=jQuery.isFunction(elem[type]||null),event=!data[0]||!data[0].preventDefault;if(event)data.unshift(this.fix({type:type,target:elem}));data[0].type=type;if(exclusive)data[0].exclusive=true;if(jQuery.isFunction(jQuery.data(elem,"handle")))val=jQuery.data(elem,"handle").apply(elem,data);if(!fn&&elem["on"+type]&&elem["on"+type].apply(elem,data)===false)val=false;if(event)data.shift();if(extra&&jQuery.isFunction(extra)){ret=extra.apply(elem,val==null?data:data.concat(val));if(ret!==undefined)val=ret;}if(fn&&donative!==false&&val!==false&&!(jQuery.nodeName(elem,'a')&&type=="click")){this.triggered=true;try{elem[type]();}catch(e){}}this.triggered=false;}return val;},handle:function(event){var val;event=jQuery.event.fix(event||window.event||{});var parts=event.type.split(".");event.type=parts[0];var handlers=jQuery.data(this,"events")&&jQuery.data(this,"events")[event.type],args=Array.prototype.slice.call(arguments,1);args.unshift(event);for(var j in handlers){var handler=handlers[j];args[0].handler=handler;args[0].data=handler.data;if(!parts[1]&&!event.exclusive||handler.type==parts[1]){var ret=handler.apply(this,args);if(val!==false)val=ret;if(ret===false){event.preventDefault();event.stopPropagation();}}}if(jQuery.browser.msie)event.target=event.preventDefault=event.stopPropagation=event.handler=event.data=null;return val;},fix:function(event){var originalEvent=event;event=jQuery.extend({},originalEvent);event.preventDefault=function(){if(originalEvent.preventDefault)originalEvent.preventDefault();originalEvent.returnValue=false;};event.stopPropagation=function(){if(originalEvent.stopPropagation)originalEvent.stopPropagation();originalEvent.cancelBubble=true;};if(!event.target)event.target=event.srcElement||document;if(event.target.nodeType==3)event.target=originalEvent.target.parentNode;if(!event.relatedTarget&&event.fromElement)event.relatedTarget=event.fromElement==event.target?event.toElement:event.fromElement;if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc.clientTop||0);}if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode))event.which=event.charCode||event.keyCode;if(!event.metaKey&&event.ctrlKey)event.metaKey=event.ctrlKey;if(!event.which&&event.button)event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));return event;},special:{ready:{setup:function(){bindReady();return;},teardown:function(){return;}},mouseenter:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseover",jQuery.event.special.mouseenter.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseover",jQuery.event.special.mouseenter.handler);return true;},handler:function(event){if(withinElement(event,this))return true;arguments[0].type="mouseenter";return jQuery.event.handle.apply(this,arguments);}},mouseleave:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseout",jQuery.event.special.mouseleave.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseout",jQuery.event.special.mouseleave.handler);return true;},handler:function(event){if(withinElement(event,this))return true;arguments[0].type="mouseleave";return jQuery.event.handle.apply(this,arguments);}}}};jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data);});},one:function(type,data,fn){return this.each(function(){jQuery.event.add(this,type,function(event){jQuery(this).unbind(event);return(fn||data).apply(this,arguments);},fn&&data);});},unbind:function(type,fn){return this.each(function(){jQuery.event.remove(this,type,fn);});},trigger:function(type,data,fn){return this.each(function(){jQuery.event.trigger(type,data,this,true,fn);});},triggerHandler:function(type,data,fn){if(this[0])return jQuery.event.trigger(type,data,this[0],false,fn);return undefined;},toggle:function(){var args=arguments;return this.click(function(event){this.lastToggle=0==this.lastToggle?1:0;event.preventDefault();return args[this.lastToggle].apply(this,arguments)||false;});},hover:function(fnOver,fnOut){return this.bind('mouseenter',fnOver).bind('mouseleave',fnOut);},ready:function(fn){bindReady();if(jQuery.isReady)fn.call(document,jQuery);else
jQuery.readyList.push(function(){return fn.call(this,jQuery);});return this;}});jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.apply(document);});jQuery.readyList=null;}jQuery(document).triggerHandler("ready");}}});var readyBound=false;function bindReady(){if(readyBound)return;readyBound=true;if(document.addEventListener&&!jQuery.browser.opera)document.addEventListener("DOMContentLoaded",jQuery.ready,false);if(jQuery.browser.msie&&window==top)(function(){if(jQuery.isReady)return;try{document.documentElement.doScroll("left");}catch(error){setTimeout(arguments.callee,0);return;}jQuery.ready();})();if(jQuery.browser.opera)document.addEventListener("DOMContentLoaded",function(){if(jQuery.isReady)return;for(var i=0;i<document.styleSheets.length;i++)if(document.styleSheets[i].disabled){setTimeout(arguments.callee,0);return;}jQuery.ready();},false);if(jQuery.browser.safari){var numStyles;(function(){if(jQuery.isReady)return;if(document.readyState!="loaded"&&document.readyState!="complete"){setTimeout(arguments.callee,0);return;}if(numStyles===undefined)numStyles=jQuery("style, link[rel=stylesheet]").length;if(document.styleSheets.length!=numStyles){setTimeout(arguments.callee,0);return;}jQuery.ready();})();}jQuery.event.add(window,"load",jQuery.ready);}jQuery.each(("blur,focus,load,resize,scroll,unload,click,dblclick,"+"mousedown,mouseup,mousemove,mouseover,mouseout,change,select,"+"submit,keydown,keypress,keyup,error").split(","),function(i,name){jQuery.fn[name]=function(fn){return fn?this.bind(name,fn):this.trigger(name);};});var withinElement=function(event,elem){var parent=event.relatedTarget;while(parent&&parent!=elem)try{parent=parent.parentNode;}catch(error){parent=elem;}return parent==elem;};jQuery(window).bind("unload",function(){jQuery("*").add(document).unbind();});jQuery.fn.extend({load:function(url,params,callback){if(jQuery.isFunction(url))return this.bind("load",url);var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off);}callback=callback||function(){};var type="GET";if(params)if(jQuery.isFunction(params)){callback=params;params=null;}else{params=jQuery.param(params);type="POST";}var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status=="success"||status=="notmodified")self.html(selector?jQuery("<div/>").append(res.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(selector):res.responseText);self.each(callback,[res.responseText,status,res]);}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return jQuery.nodeName(this,"form")?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:val.constructor==Array?jQuery.map(val,function(val,i){return{name:elem.name,value:val};}):{name:elem.name,value:val};}).get();}});jQuery.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});var jsc=(new Date).getTime();jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data=null;}return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type});},getScript:function(url,callback){return jQuery.get(url,null,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},post:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data={};}return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings);},ajaxSettings:{global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null,username:null,password:null,accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(s){var jsonp,jsre=/=\?(&|$)/g,status,data;s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));if(s.data&&s.processData&&typeof s.data!="string")s.data=jQuery.param(s.data);if(s.dataType=="jsonp"){if(s.type.toLowerCase()=="get"){if(!s.url.match(jsre))s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?";}else if(!s.data||!s.data.match(jsre))s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.dataType="json";}if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="jsonp"+jsc++;if(s.data)s.data=(s.data+"").replace(jsre,"="+jsonp+"$1");s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp];}catch(e){}if(head)head.removeChild(script);};}if(s.dataType=="script"&&s.cache==null)s.cache=false;if(s.cache===false&&s.type.toLowerCase()=="get"){var ts=(new Date()).getTime();var ret=s.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"");}if(s.data&&s.type.toLowerCase()=="get"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null;}if(s.global&&!jQuery.active++)jQuery.event.trigger("ajaxStart");if((!s.url.indexOf("http")||!s.url.indexOf("//"))&&s.dataType=="script"&&s.type.toLowerCase()=="get"){var head=document.getElementsByTagName("head")[0];var script=document.createElement("script");script.src=s.url;if(s.scriptCharset)script.charset=s.scriptCharset;if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){done=true;success();complete();head.removeChild(script);}};}head.appendChild(script);return undefined;}var requestDone=false;var xml=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();xml.open(s.type,s.url,s.async,s.username,s.password);try{if(s.data)xml.setRequestHeader("Content-Type",s.contentType);if(s.ifModified)xml.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");xml.setRequestHeader("X-Requested-With","XMLHttpRequest");xml.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default);}catch(e){}if(s.beforeSend)s.beforeSend(xml);if(s.global)jQuery.event.trigger("ajaxSend",[xml,s]);var onreadystatechange=function(isTimeout){if(!requestDone&&xml&&(xml.readyState==4||isTimeout=="timeout")){requestDone=true;if(ival){clearInterval(ival);ival=null;}status=isTimeout=="timeout"&&"timeout"||!jQuery.httpSuccess(xml)&&"error"||s.ifModified&&jQuery.httpNotModified(xml,s.url)&&"notmodified"||"success";if(status=="success"){try{data=jQuery.httpData(xml,s.dataType);}catch(e){status="parsererror";}}if(status=="success"){var modRes;try{modRes=xml.getResponseHeader("Last-Modified");}catch(e){}if(s.ifModified&&modRes)jQuery.lastModified[s.url]=modRes;if(!jsonp)success();}else
jQuery.handleError(s,xml,status);complete();if(s.async)xml=null;}};if(s.async){var ival=setInterval(onreadystatechange,13);if(s.timeout>0)setTimeout(function(){if(xml){xml.abort();if(!requestDone)onreadystatechange("timeout");}},s.timeout);}try{xml.send(s.data);}catch(e){jQuery.handleError(s,xml,null,e);}if(!s.async)onreadystatechange();function success(){if(s.success)s.success(data,status);if(s.global)jQuery.event.trigger("ajaxSuccess",[xml,s]);}function complete(){if(s.complete)s.complete(xml,status);if(s.global)jQuery.event.trigger("ajaxComplete",[xml,s]);if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop");}return xml;},handleError:function(s,xml,status,e){if(s.error)s.error(xml,status,e);if(s.global)jQuery.event.trigger("ajaxError",[xml,s,e]);},active:0,httpSuccess:function(r){try{return!r.status&&location.protocol=="file:"||(r.status>=200&&r.status<300)||r.status==304||r.status==1223||jQuery.browser.safari&&r.status==undefined;}catch(e){}return false;},httpNotModified:function(xml,url){try{var xmlRes=xml.getResponseHeader("Last-Modified");return xml.status==304||xmlRes==jQuery.lastModified[url]||jQuery.browser.safari&&xml.status==undefined;}catch(e){}return false;},httpData:function(r,type){var ct=r.getResponseHeader("content-type");var xml=type=="xml"||!type&&ct&&ct.indexOf("xml")>=0;var data=xml?r.responseXML:r.responseText;if(xml&&data.documentElement.tagName=="parsererror")throw"parsererror";if(type=="script")jQuery.globalEval(data);if(type=="json")data=eval("("+data+")");return data;},param:function(a){var s=[];if(a.constructor==Array||a.jquery)jQuery.each(a,function(){s.push(encodeURIComponent(this.name)+"="+encodeURIComponent(this.value));});else
for(var j in a)if(a[j]&&a[j].constructor==Array)jQuery.each(a[j],function(){s.push(encodeURIComponent(j)+"="+encodeURIComponent(this));});else
s.push(encodeURIComponent(j)+"="+encodeURIComponent(a[j]));return s.join("&").replace(/%20/g,"+");}});jQuery.fn.extend({show:function(speed,callback){return speed?this.animate({height:"show",width:"show",opacity:"show"},speed,callback):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(jQuery.css(this,"display")=="none"){var elem=jQuery("<"+this.tagName+" />").appendTo("body");this.style.display=elem.css("display");if(this.style.display=="none")this.style.display="block";elem.remove();}}).end();},hide:function(speed,callback){return speed?this.animate({height:"hide",width:"hide",opacity:"hide"},speed,callback):this.filter(":visible").each(function(){this.oldblock=this.oldblock||jQuery.css(this,"display");this.style.display="none";}).end();},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle(fn,fn2):fn?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},fn,fn2):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();});},slideDown:function(speed,callback){return this.animate({height:"show"},speed,callback);},slideUp:function(speed,callback){return this.animate({height:"hide"},speed,callback);},slideToggle:function(speed,callback){return this.animate({height:"toggle"},speed,callback);},fadeIn:function(speed,callback){return this.animate({opacity:"show"},speed,callback);},fadeOut:function(speed,callback){return this.animate({opacity:"hide"},speed,callback);},fadeTo:function(speed,to,callback){return this.animate({opacity:to},speed,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);return this[optall.queue===false?"each":"queue"](function(){if(this.nodeType!=1)return false;var opt=jQuery.extend({},optall);var hidden=jQuery(this).is(":hidden"),self=this;for(var p in prop){if(prop[p]=="hide"&&hidden||prop[p]=="show"&&!hidden)return jQuery.isFunction(opt.complete)&&opt.complete.apply(this);if(p=="height"||p=="width"){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow;}}if(opt.overflow!=null)this.style.overflow="hidden";opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(/toggle|show|hide/.test(val))e[val=="toggle"?hidden?"show":"hide":val](prop);else{var parts=val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit;}if(parts[1])end=((parts[1]=="-="?-1:1)*end)+start;e.custom(start,end,unit);}else
e.custom(start,val,"");}});return true;});},queue:function(type,fn){if(jQuery.isFunction(type)||(type&&type.constructor==Array)){fn=type;type="fx";}if(!type||(typeof type=="string"&&!fn))return queue(this[0],type);return this.each(function(){if(fn.constructor==Array)queue(this,type,fn);else{queue(this,type).push(fn);if(queue(this,type).length==1)fn.apply(this);}});},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue)this.queue([]);this.each(function(){for(var i=timers.length-1;i>=0;i--)if(timers[i].elem==this){if(gotoEnd)timers[i](true);timers.splice(i,1);}});if(!gotoEnd)this.dequeue();return this;}});var queue=function(elem,type,array){if(!elem)return undefined;type=type||"fx";var q=jQuery.data(elem,type+"queue");if(!q||array)q=jQuery.data(elem,type+"queue",array?jQuery.makeArray(array):[]);return q;};jQuery.fn.dequeue=function(type){type=type||"fx";return this.each(function(){var q=queue(this,type);q.shift();if(q.length)q[0].apply(this);});};jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&speed.constructor==Object?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&easing.constructor!=Function&&easing};opt.duration=(opt.duration&&opt.duration.constructor==Number?opt.duration:{slow:600,fast:200}[opt.duration])||400;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false)jQuery(this).dequeue();if(jQuery.isFunction(opt.old))opt.old.apply(this);};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],timerId:null,fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig)options.orig={};}});jQuery.fx.prototype={update:function(){if(this.options.step)this.options.step.apply(this.elem,[this.now,this]);(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if(this.prop=="height"||this.prop=="width")this.elem.style.display="block";},cur:function(force){if(this.elem[this.prop]!=null&&this.elem.style[this.prop]==null)return this.elem[this.prop];var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0;},custom:function(from,to,unit){this.startTime=(new Date()).getTime();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;this.update();var self=this;function t(gotoEnd){return self.step(gotoEnd);}t.elem=this.elem;jQuery.timers.push(t);if(jQuery.timerId==null){jQuery.timerId=setInterval(function(){var timers=jQuery.timers;for(var i=0;i<timers.length;i++)if(!timers[i]())timers.splice(i--,1);if(!timers.length){clearInterval(jQuery.timerId);jQuery.timerId=null;}},13);}},show:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.show=true;this.custom(0,this.cur());if(this.prop=="width"||this.prop=="height")this.elem.style[this.prop]="1px";jQuery(this.elem).show();},hide:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(gotoEnd){var t=(new Date()).getTime();if(gotoEnd||t>this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var done=true;for(var i in this.options.curAnim)if(this.options.curAnim[i]!==true)done=false;if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(jQuery.css(this.elem,"display")=="none")this.elem.style.display="block";}if(this.options.hide)this.elem.style.display="none";if(this.options.hide||this.options.show)for(var p in this.options.curAnim)jQuery.attr(this.elem.style,p,this.options.orig[p]);}if(done&&jQuery.isFunction(this.options.complete))this.options.complete.apply(this.elem);return false;}else{var n=t-this.startTime;this.state=n/this.options.duration;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}return true;}};jQuery.fx.step={scrollLeft:function(fx){fx.elem.scrollLeft=fx.now;},scrollTop:function(fx){fx.elem.scrollTop=fx.now;},opacity:function(fx){jQuery.attr(fx.elem.style,"opacity",fx.now);},_default:function(fx){fx.elem.style[fx.prop]=fx.now+fx.unit;}};jQuery.fn.offset=function(){var left=0,top=0,elem=this[0],results;if(elem)with(jQuery.browser){var parent=elem.parentNode,offsetChild=elem,offsetParent=elem.offsetParent,doc=elem.ownerDocument,safari2=safari&&parseInt(version)<522&&!/adobeair/i.test(userAgent),fixed=jQuery.css(elem,"position")=="fixed";if(elem.getBoundingClientRect){var box=elem.getBoundingClientRect();add(box.left+Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),box.top+Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));add(-doc.documentElement.clientLeft,-doc.documentElement.clientTop);}else{add(elem.offsetLeft,elem.offsetTop);while(offsetParent){add(offsetParent.offsetLeft,offsetParent.offsetTop);if(mozilla&&!/^t(able|d|h)$/i.test(offsetParent.tagName)||safari&&!safari2)border(offsetParent);if(!fixed&&jQuery.css(offsetParent,"position")=="fixed")fixed=true;offsetChild=/^body$/i.test(offsetParent.tagName)?offsetChild:offsetParent;offsetParent=offsetParent.offsetParent;}while(parent&&parent.tagName&&!/^body|html$/i.test(parent.tagName)){if(!/^inline|table.*$/i.test(jQuery.css(parent,"display")))add(-parent.scrollLeft,-parent.scrollTop);if(mozilla&&jQuery.css(parent,"overflow")!="visible")border(parent);parent=parent.parentNode;}if((safari2&&(fixed||jQuery.css(offsetChild,"position")=="absolute"))||(mozilla&&jQuery.css(offsetChild,"position")!="absolute"))add(-doc.body.offsetLeft,-doc.body.offsetTop);if(fixed)add(Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));}results={top:top,left:left};}function border(elem){add(jQuery.curCSS(elem,"borderLeftWidth",true),jQuery.curCSS(elem,"borderTopWidth",true));}function add(l,t){left+=parseInt(l)||0;top+=parseInt(t)||0;}return results;};})();;
/*

 * 	Easy Slider 1.7 - jQuery plugin

 *	written by Alen Grakalic	

 *	http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding

 *

 *	Copyright (c) 2009 Alen Grakalic (http://cssglobe.com)

 *	Dual licensed under the MIT (MIT-LICENSE.txt)

 *	and GPL (GPL-LICENSE.txt) licenses.

 *

 *	Built for jQuery library

 *	http://jquery.com

 *

 */

 

/*

 *	markup example for $("#slider").easySlider();

 *	

 * 	<div id="slider">

 *		<ul>

 *			<li><img src="images/01.jpg" alt="" /></li>

 *			<li><img src="images/02.jpg" alt="" /></li>

 *			<li><img src="images/03.jpg" alt="" /></li>

 *			<li><img src="images/04.jpg" alt="" /></li>

 *			<li><img src="images/05.jpg" alt="" /></li>

 *		</ul>

 *	</div>

 *

 */



(function($) {



	$.fn.easySlider = function(options){

	  

		// default configuration properties

		var defaults = {			

			prevId: 		'prevBtn',

			prevText: 		'Previous',

			nextId: 		'nextBtn',	

			nextText: 		'Next',

			controlsShow:	true,

			controlsBefore:	'',

			controlsAfter:	'',	

			controlsFade:	true,

			firstId: 		'firstBtn',

			firstText: 		'First',

			firstShow:		false,

			lastId: 		'lastBtn',	

			lastText: 		'Last',

			lastShow:		false,				

			vertical:		false,

			speed: 			800,

			auto:			false,

			pause:			2500,

			continuous:		false, 

			numeric: 		false,

			numericId: 		'controls'

		}; 

		

		var options = $.extend(defaults, options);  

				

		this.each(function() {  

			var obj = $(this); 				

			var s = $("li", obj).length;

			var w = $("li", obj).width(); 

			var h = $("li", obj).height(); 

			var clickable = true;

			obj.width(w); 

			obj.height(h); 

			obj.css("overflow","hidden");

			var ts = s-1;

			var t = 0;

			$("ul", obj).css('width',s*w);			

			

			if(options.continuous){

				$("ul", obj).prepend($("ul li:last-child", obj).clone().css("margin-left","-"+ w +"px"));

				$("ul", obj).append($("ul li:nth-child(2)", obj).clone());

				$("ul", obj).css('width',(s+1)*w);

			};				

			

			if(!options.vertical) $("li", obj).css('float','left');

								

			if(options.controlsShow){

				var html = options.controlsBefore;				

				if(options.numeric){

					html += '<ol id="'+ options.numericId +'"></ol>';

				} else {

					if(options.firstShow) html += '<span id="'+ options.firstId +'"><a href=\"javascript:void(0);\">'+ options.firstText +'</a></span>';

					html += ' <span id="'+ options.prevId +'"><a href=\"javascript:void(0);\">'+ options.prevText +'</a></span>';

					html += ' <span id="'+ options.nextId +'"><a href=\"javascript:void(0);\">'+ options.nextText +'</a></span>';

					if(options.lastShow) html += ' <span id="'+ options.lastId +'"><a href=\"javascript:void(0);\">'+ options.lastText +'</a></span>';				

				};

				

				html += options.controlsAfter;						

				$(obj).after(html);										

			};

			

			if(options.numeric){									

				for(var i=0;i<s;i++){						

					$(document.createElement("li"))

						.attr('id',options.numericId + (i+1))

						.html('<a rel='+ i +' href=\"javascript:void(0);\">'+ (i+1) +'</a>')

						.appendTo($("#"+ options.numericId))

						.click(function(){							

							animate($("a",$(this)).attr('rel'),true);

						}); 												

				};							

			} else {

				$("a","#"+options.nextId).click(function(){		

					animate("next",true);

				});

				$("a","#"+options.prevId).click(function(){		

					animate("prev",true);				

				});	

				$("a","#"+options.firstId).click(function(){		

					animate("first",true);

				});				

				$("a","#"+options.lastId).click(function(){		

					animate("last",true);				

				});				

			};

			

			function setCurrent(i){

				i = parseInt(i)+1;

				$("li", "#" + options.numericId).removeClass("current");

				$("li#" + options.numericId + i).addClass("current");

			};

			

			function adjust(){

				if(t>ts) t=0;		

				if(t<0) t=ts;	

				if(!options.vertical) {

					$("ul",obj).css("margin-left",(t*w*-1));

				} else {

					$("ul",obj).css("margin-left",(t*h*-1));

				}

				clickable = true;

				if(options.numeric) setCurrent(t);

			};

			

			function animate(dir,clicked){

				if (clickable){

					clickable = false;

					var ot = t;				

					switch(dir){

						case "next":

							t = (ot>=ts) ? (options.continuous ? t+1 : ts) : t+1;						

							break; 

						case "prev":

							t = (t<=0) ? (options.continuous ? t-1 : 0) : t-1;

							break; 

						case "first":

							t = 0;

							break; 

						case "last":

							t = ts;

							break; 

						default:

							t = dir;

							break; 

					};	

					var diff = Math.abs(ot-t);

					var speed = diff*options.speed;						

					if(!options.vertical) {

						p = (t*w*-1);

						$("ul",obj).animate(

							{ marginLeft: p }, 

							{ queue:false, duration:speed, complete:adjust }

						);				

					} else {

						p = (t*h*-1);

						$("ul",obj).animate(

							{ marginTop: p }, 

							{ queue:false, duration:speed, complete:adjust }

						);					

					};

					

					if(!options.continuous && options.controlsFade){					

						if(t==ts){

							$("a","#"+options.nextId).hide();

							$("a","#"+options.lastId).hide();

						} else {

							$("a","#"+options.nextId).show();

							$("a","#"+options.lastId).show();					

						};

						if(t==0){

							$("a","#"+options.prevId).hide();

							$("a","#"+options.firstId).hide();

						} else {

							$("a","#"+options.prevId).show();

							$("a","#"+options.firstId).show();

						};					

					};				

					

					if(clicked) clearTimeout(timeout);

					if(options.auto && dir=="next" && !clicked){;

						timeout = setTimeout(function(){

							animate("next",false);

						},diff*options.speed+options.pause);

					};

			

				};

				

			};

			// init

			var timeout;

			if(options.auto){;

				timeout = setTimeout(function(){

					animate("next",false);

				},options.pause);

			};		

			

			if(options.numeric) setCurrent(0);

		

			if(!options.continuous && options.controlsFade){					

				$("a","#"+options.prevId).hide();

				$("a","#"+options.firstId).hide();				
			};				
		});
	};
})(jQuery);;

