
function str_repeat(i,m){for(var o=[];m>0;o[--m]=i);return(o.join(''));}
function sprintf(){var i=0,a,f=arguments[i++],o=[],m,p,c,x;while(f){if(m=/^[^\x25]+/.exec(f))o.push(m[0]);else if(m=/^\x25{2}/.exec(f))o.push('%');else if(m=/^\x25(?:(\d+)\$)?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(f)){if(((a=arguments[m[1]||i++])==null)||(a==undefined))throw("Too few arguments.");if(/[^s]/.test(m[7])&&(typeof(a)!='number'))
throw("Expecting number but found "+typeof(a));switch(m[7]){case'b':a=a.toString(2);break;case'c':a=String.fromCharCode(a);break;case'd':a=parseInt(a);break;case'e':a=m[6]?a.toExponential(m[6]):a.toExponential();break;case'f':a=m[6]?parseFloat(a).toFixed(m[6]):parseFloat(a);break;case'o':a=a.toString(8);break;case's':a=((a=String(a))&&m[6]?a.substring(0,m[6]):a);break;case'u':a=Math.abs(a);break;case'x':a=a.toString(16);break;case'X':a=a.toString(16).toUpperCase();break;}
a=(/[def]/.test(m[7])&&m[2]&&a>0?'+'+a:a);c=m[3]?m[3]=='0'?'0':m[3].charAt(1):' ';x=m[5]-String(a).length;p=m[5]?str_repeat(c,x):'';o.push(m[4]?a+p:p+a);}
else throw("Huh ?!");f=f.substring(m[0].length);}
return o.join('');}
(function(){var l=this,g,x=l.jQuery,o=l.$,n=l.jQuery=l.$=function(D,E){return new n.fn.init(D,E)},C=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;n.fn=n.prototype={init:function(D,G){D=D||document;if(D.nodeType){this[0]=D;this.length=1;this.context=D;return this}if(typeof D==="string"){var F=C.exec(D);if(F&&(F[1]||!G)){if(F[1]){D=n.clean([F[1]],G)}else{var H=document.getElementById(F[3]);if(H){if(H.id!=F[3]){return n().find(D)}var E=n(H);E.context=document;E.selector=D;return E}D=[]}}else{return n(G).find(D)}}else{if(n.isFunction(D)){return n(document).ready(D)}}if(D.selector&&D.context){this.selector=D.selector;this.context=D.context}return this.setArray(n.makeArray(D))},selector:"",jquery:"1.3",size:function(){return this.length},get:function(D){return D===g?n.makeArray(this):this[D]},pushStack:function(E,G,D){var F=n(E);F.prevObject=this;F.context=this.context;if(G==="find"){F.selector=this.selector+(this.selector?" ":"")+D}else{if(G){F.selector=this.selector+"."+G+"("+D+")"}}return F},setArray:function(D){this.length=0;Array.prototype.push.apply(this,D);return this},each:function(E,D){return n.each(this,E,D)},index:function(D){return n.inArray(D&&D.jquery?D[0]:D,this)},attr:function(E,G,F){var D=E;if(typeof E==="string"){if(G===g){return this[0]&&n[F||"attr"](this[0],E)}else{D={};D[E]=G}}return this.each(function(H){for(E in D){n.attr(F?this.style:this,E,n.prop(this,D[E],F,H,E))}})},css:function(D,E){if((D=="width"||D=="height")&&parseFloat(E)<0){E=g}return this.attr(D,E,"curCSS")},text:function(E){if(typeof E!=="object"&&E!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(E))}var D="";n.each(E||this,function(){n.each(this.childNodes,function(){if(this.nodeType!=8){D+=this.nodeType!=1?this.nodeValue:n.fn.text([this])}})});return D},wrapAll:function(D){if(this[0]){var E=n(D,this[0].ownerDocument).clone();if(this[0].parentNode){E.insertBefore(this[0])}E.map(function(){var F=this;while(F.firstChild){F=F.firstChild}return F}).append(this)}return this},wrapInner:function(D){return this.each(function(){n(this).contents().wrapAll(D)})},wrap:function(D){return this.each(function(){n(this).wrapAll(D)})},append:function(){return this.domManip(arguments,true,function(D){if(this.nodeType==1){this.appendChild(D)}})},prepend:function(){return this.domManip(arguments,true,function(D){if(this.nodeType==1){this.insertBefore(D,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(D){this.parentNode.insertBefore(D,this)})},after:function(){return this.domManip(arguments,false,function(D){this.parentNode.insertBefore(D,this.nextSibling)})},end:function(){return this.prevObject||n([])},push:[].push,find:function(D){if(this.length===1&&!/,/.test(D)){var F=this.pushStack([],"find",D);F.length=0;n.find(D,this[0],F);return F}else{var E=n.map(this,function(G){return n.find(D,G)});return this.pushStack(/[^+>] [^+>]/.test(D)?n.unique(E):E,"find",D)}},clone:function(E){var D=this.map(function(){if(!n.support.noCloneEvent&&!n.isXMLDoc(this)){var H=this.cloneNode(true),G=document.createElement("div");G.appendChild(H);return n.clean([G.innerHTML])[0]}else{return this.cloneNode(true)}});var F=D.find("*").andSelf().each(function(){if(this[h]!==g){this[h]=null}});if(E===true){this.find("*").andSelf().each(function(H){if(this.nodeType==3){return}var G=n.data(this,"events");for(var J in G){for(var I in G[J]){n.event.add(F[H],J,G[J][I],G[J][I].data)}}})}return D},filter:function(D){return this.pushStack(n.isFunction(D)&&n.grep(this,function(F,E){return D.call(F,E)})||n.multiFilter(D,n.grep(this,function(E){return E.nodeType===1})),"filter",D)},closest:function(D){var E=n.expr.match.POS.test(D)?n(D):null;return this.map(function(){var F=this;while(F&&F.ownerDocument){if(E?E.index(F)>-1:n(F).is(D)){return F}F=F.parentNode}})},not:function(D){if(typeof D==="string"){if(f.test(D)){return this.pushStack(n.multiFilter(D,this,true),"not",D)}else{D=n.multiFilter(D,this)}}var E=D.length&&D[D.length-1]!==g&&!D.nodeType;return this.filter(function(){return E?n.inArray(this,D)<0:this!=D})},add:function(D){return this.pushStack(n.unique(n.merge(this.get(),typeof D==="string"?n(D):n.makeArray(D))))},is:function(D){return!!D&&n.multiFilter(D,this).length>0},hasClass:function(D){return!!D&&this.is("."+D)},val:function(J){if(J===g){var D=this[0];if(D){if(n.nodeName(D,"option")){return(D.attributes.value||{}).specified?D.value:D.text}if(n.nodeName(D,"select")){var H=D.selectedIndex,K=[],L=D.options,G=D.type=="select-one";if(H<0){return null}for(var E=G?H:0,I=G?H+1:L.length;E<I;E++){var F=L[E];if(F.selected){J=n(F).val();if(G){return J}K.push(J)}}return K}return(D.value||"").replace(/\r/g,"")}return g}if(typeof J==="number"){J+=""}return this.each(function(){if(this.nodeType!=1){return}if(n.isArray(J)&&/radio|checkbox/.test(this.type)){this.checked=(n.inArray(this.value,J)>=0||n.inArray(this.name,J)>=0)}else{if(n.nodeName(this,"select")){var M=n.makeArray(J);n("option",this).each(function(){this.selected=(n.inArray(this.value,M)>=0||n.inArray(this.text,M)>=0)});if(!M.length){this.selectedIndex=-1}}else{this.value=J}}})},html:function(D){return D===g?(this[0]?this[0].innerHTML:null):this.empty().append(D)},replaceWith:function(D){return this.after(D).remove()},eq:function(D){return this.slice(D,+D+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(D){return this.pushStack(n.map(this,function(F,E){return D.call(F,E,F)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=n.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild,D=this.length>1?I.cloneNode(true):I;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),G>0?D.cloneNode(true):I)}}if(F){n.each(F,y)}}return this;function K(N,O){return M&&n.nodeName(N,"table")&&n.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};n.fn.init.prototype=n.fn;function y(D,E){if(E.src){n.ajax({url:E.src,async:false,dataType:"script"})}else{n.globalEval(E.text||E.textContent||E.innerHTML||"")}if(E.parentNode){E.parentNode.removeChild(E)}}function e(){return+new Date}n.extend=n.fn.extend=function(){var I=arguments[0]||{},G=1,H=arguments.length,D=false,F;if(typeof I==="boolean"){D=I;I=arguments[1]||{};G=2}if(typeof I!=="object"&&!n.isFunction(I)){I={}}if(H==G){I=this;--G}for(;G<H;G++){if((F=arguments[G])!=null){for(var E in F){var J=I[E],K=F[E];if(I===K){continue}if(D&&K&&typeof K==="object"&&!K.nodeType){I[E]=n.extend(D,J||(K.length!=null?[]:{}),K)}else{if(K!==g){I[E]=K}}}}}return I};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,p=document.defaultView||{},r=Object.prototype.toString;n.extend({noConflict:function(D){l.$=o;if(D){l.jQuery=x}return n},isFunction:function(D){return r.call(D)==="[object Function]"},isArray:function(D){return r.call(D)==="[object Array]"},isXMLDoc:function(D){return D.documentElement&&!D.body||D.tagName&&D.ownerDocument&&!D.ownerDocument.body},globalEval:function(F){F=n.trim(F);if(F){var E=document.getElementsByTagName("head")[0]||document.documentElement,D=document.createElement("script");D.type="text/javascript";if(n.support.scriptEval){D.appendChild(document.createTextNode(F))}else{D.text=F}E.insertBefore(D,E.firstChild);E.removeChild(D)}},nodeName:function(E,D){return E.nodeName&&E.nodeName.toUpperCase()==D.toUpperCase()},each:function(F,J,E){var D,G=0,H=F.length;if(E){if(H===g){for(D in F){if(J.apply(F[D],E)===false){break}}}else{for(;G<H;){if(J.apply(F[G++],E)===false){break}}}}else{if(H===g){for(D in F){if(J.call(F[D],D,F[D])===false){break}}}else{for(var I=F[0];G<H&&J.call(I,G,I)!==false;I=F[++G]){}}}return F},prop:function(G,H,F,E,D){if(n.isFunction(H)){H=H.call(G,E)}return typeof H==="number"&&F=="curCSS"&&!b.test(D)?H+"px":H},className:{add:function(D,E){n.each((E||"").split(/\s+/),function(F,G){if(D.nodeType==1&&!n.className.has(D.className,G)){D.className+=(D.className?" ":"")+G}})},remove:function(D,E){if(D.nodeType==1){D.className=E!==g?n.grep(D.className.split(/\s+/),function(F){return!n.className.has(E,F)}).join(" "):""}},has:function(E,D){return n.inArray(D,(E.className||E).toString().split(/\s+/))>-1}},swap:function(G,F,H){var D={};for(var E in F){D[E]=G.style[E];G.style[E]=F[E]}H.call(G);for(var E in F){G.style[E]=D[E]}},css:function(F,D,H){if(D=="width"||D=="height"){var J,E={position:"absolute",visibility:"hidden",display:"block"},I=D=="width"?["Left","Right"]:["Top","Bottom"];function G(){J=D=="width"?F.offsetWidth:F.offsetHeight;var L=0,K=0;n.each(I,function(){L+=parseFloat(n.curCSS(F,"padding"+this,true))||0;K+=parseFloat(n.curCSS(F,"border"+this+"Width",true))||0});J-=Math.round(L+K)}if(n(F).is(":visible")){G()}else{n.swap(F,E,G)}return Math.max(0,J)}return n.curCSS(F,D,H)},curCSS:function(H,E,F){var K,D=H.style;if(E=="opacity"&&!n.support.opacity){K=n.attr(D,"opacity");return K==""?"1":K}if(E.match(/float/i)){E=v}if(!F&&D&&D[E]){K=D[E]}else{if(p.getComputedStyle){if(E.match(/float/i)){E="float"}E=E.replace(/([A-Z])/g,"-$1").toLowerCase();var L=p.getComputedStyle(H,null);if(L){K=L.getPropertyValue(E)}if(E=="opacity"&&K==""){K="1"}}else{if(H.currentStyle){var I=E.replace(/\-(\w)/g,function(M,N){return N.toUpperCase()});K=H.currentStyle[E]||H.currentStyle[I];if(!/^\d+(px)?$/i.test(K)&&/^\d/.test(K)){var G=D.left,J=H.runtimeStyle.left;H.runtimeStyle.left=H.currentStyle.left;D.left=K||0;K=D.pixelLeft+"px";D.left=G;H.runtimeStyle.left=J}}}}return K},clean:function(E,J,H){J=J||document;if(typeof J.createElement==="undefined"){J=J.ownerDocument||J[0]&&J[0].ownerDocument||document}if(!H&&E.length===1&&typeof E[0]==="string"){var G=/^<(\w+)\s*\/?>$/.exec(E[0]);if(G){return[J.createElement(G[1])]}}var F=[],D=[],K=J.createElement("div");n.each(E,function(O,Q){if(typeof Q==="number"){Q+=""}if(!Q){return}if(typeof Q==="string"){Q=Q.replace(/(<(\w+)[^>]*?)\/>/g,function(S,T,R){return R.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?S:T+"></"+R+">"});var N=n.trim(Q).toLowerCase();var P=!N.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!N.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||N.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!N.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!N.indexOf("<td")||!N.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!N.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!n.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];K.innerHTML=P[1]+Q+P[2];while(P[0]--){K=K.lastChild}if(!n.support.tbody){var M=!N.indexOf("<table")&&N.indexOf("<tbody")<0?K.firstChild&&K.firstChild.childNodes:P[1]=="<table>"&&N.indexOf("<tbody")<0?K.childNodes:[];for(var L=M.length-1;L>=0;--L){if(n.nodeName(M[L],"tbody")&&!M[L].childNodes.length){M[L].parentNode.removeChild(M[L])}}}if(!n.support.leadingWhitespace&&/^\s/.test(Q)){K.insertBefore(J.createTextNode(Q.match(/^\s*/)[0]),K.firstChild)}Q=n.makeArray(K.childNodes)}if(Q.nodeType){F.push(Q)}else{F=n.merge(F,Q)}});if(H){for(var I=0;F[I];I++){if(n.nodeName(F[I],"script")&&(!F[I].type||F[I].type.toLowerCase()==="text/javascript")){D.push(F[I].parentNode?F[I].parentNode.removeChild(F[I]):F[I])}else{if(F[I].nodeType===1){F.splice.apply(F,[I+1,0].concat(n.makeArray(F[I].getElementsByTagName("script"))))}H.appendChild(F[I])}}return D}return F},attr:function(I,F,J){if(!I||I.nodeType==3||I.nodeType==8){return g}var G=!n.isXMLDoc(I),K=J!==g;F=G&&n.props[F]||F;if(I.tagName){var E=/href|src|style/.test(F);if(F=="selected"&&I.parentNode){I.parentNode.selectedIndex}if(F in I&&G&&!E){if(K){if(F=="type"&&n.nodeName(I,"input")&&I.parentNode){throw"type property can't be changed"}I[F]=J}if(n.nodeName(I,"form")&&I.getAttributeNode(F)){return I.getAttributeNode(F).nodeValue}if(F=="tabIndex"){var H=I.getAttributeNode("tabIndex");return H&&H.specified?H.value:I.nodeName.match(/^(a|area|button|input|object|select|textarea)$/i)?0:g}return I[F]}if(!n.support.style&&G&&F=="style"){return n.attr(I.style,"cssText",J)}if(K){I.setAttribute(F,""+J)}var D=!n.support.hrefNormalized&&G&&E?I.getAttribute(F,2):I.getAttribute(F);return D===null?g:D}if(!n.support.opacity&&F=="opacity"){if(K){I.zoom=1;I.filter=(I.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(J)+""=="NaN"?"":"alpha(opacity="+J*100+")")}return I.filter&&I.filter.indexOf("opacity=")>=0?(parseFloat(I.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}F=F.replace(/-([a-z])/ig,function(L,M){return M.toUpperCase()});if(K){I[F]=J}return I[F]},trim:function(D){return(D||"").replace(/^\s+|\s+$/g,"")},makeArray:function(F){var D=[];if(F!=null){var E=F.length;if(E==null||typeof F==="string"||n.isFunction(F)||F.setInterval){D[0]=F}else{while(E){D[--E]=F[E]}}}return D},inArray:function(F,G){for(var D=0,E=G.length;D<E;D++){if(G[D]===F){return D}}return-1},merge:function(G,D){var E=0,F,H=G.length;if(!n.support.getAll){while((F=D[E++])!=null){if(F.nodeType!=8){G[H++]=F}}}else{while((F=D[E++])!=null){G[H++]=F}}return G},unique:function(J){var E=[],D={};try{for(var F=0,G=J.length;F<G;F++){var I=n.data(J[F]);if(!D[I]){D[I]=true;E.push(J[F])}}}catch(H){E=J}return E},grep:function(E,I,D){var F=[];for(var G=0,H=E.length;G<H;G++){if(!D!=!I(E[G],G)){F.push(E[G])}}return F},map:function(D,I){var E=[];for(var F=0,G=D.length;F<G;F++){var H=I(D[F],F);if(H!=null){E[E.length]=H}}return E.concat.apply([],E)}});var B=navigator.userAgent.toLowerCase();n.browser={version:(B.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(B),opera:/opera/.test(B),msie:/msie/.test(B)&&!/opera/.test(B),mozilla:/mozilla/.test(B)&&!/(compatible|webkit)/.test(B)};n.each({parent:function(D){return D.parentNode},parents:function(D){return n.dir(D,"parentNode")},next:function(D){return n.nth(D,2,"nextSibling")},prev:function(D){return n.nth(D,2,"previousSibling")},nextAll:function(D){return n.dir(D,"nextSibling")},prevAll:function(D){return n.dir(D,"previousSibling")},siblings:function(D){return n.sibling(D.parentNode.firstChild,D)},children:function(D){return n.sibling(D.firstChild)},contents:function(D){return n.nodeName(D,"iframe")?D.contentDocument||D.contentWindow.document:n.makeArray(D.childNodes)}},function(D,E){n.fn[D]=function(F){var G=n.map(this,E);if(F&&typeof F=="string"){G=n.multiFilter(F,G)}return this.pushStack(n.unique(G),D,F)}});n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(D,E){n.fn[D]=function(){var F=arguments;return this.each(function(){for(var G=0,H=F.length;G<H;G++){n(F[G])[E](this)}})}});n.each({removeAttr:function(D){n.attr(this,D,"");if(this.nodeType==1){this.removeAttribute(D)}},addClass:function(D){n.className.add(this,D)},removeClass:function(D){n.className.remove(this,D)},toggleClass:function(E,D){if(typeof D!=="boolean"){D=!n.className.has(this,E)}n.className[D?"add":"remove"](this,E)},remove:function(D){if(!D||n.filter(D,[this]).length){n("*",this).add([this]).each(function(){n.event.remove(this);n.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){n(">*",this).remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(D,E){n.fn[D]=function(){return this.each(E,arguments)}});function j(D,E){return D[0]&&parseInt(n.curCSS(D[0],E,true),10)||0}var h="jQuery"+e(),u=0,z={};n.extend({cache:{},data:function(E,D,F){E=E==l?z:E;var G=E[h];if(!G){G=E[h]=++u}if(D&&!n.cache[G]){n.cache[G]={}}if(F!==g){n.cache[G][D]=F}return D?n.cache[G][D]:G},removeData:function(E,D){E=E==l?z:E;var G=E[h];if(D){if(n.cache[G]){delete n.cache[G][D];D="";for(D in n.cache[G]){break}if(!D){n.removeData(E)}}}else{try{delete E[h]}catch(F){if(E.removeAttribute){E.removeAttribute(h)}}delete n.cache[G]}},queue:function(E,D,G){if(E){D=(D||"fx")+"queue";var F=n.data(E,D);if(!F||n.isArray(G)){F=n.data(E,D,n.makeArray(G))}else{if(G){F.push(G)}}}return F},dequeue:function(G,F){var D=n.queue(G,F),E=D.shift();if(!F||F==="fx"){E=D[0]}if(E!==g){E.call(G)}}});n.fn.extend({data:function(D,F){var G=D.split(".");G[1]=G[1]?"."+G[1]:"";if(F===g){var E=this.triggerHandler("getData"+G[1]+"!",[G[0]]);if(E===g&&this.length){E=n.data(this[0],D)}return E===g&&G[1]?this.data(G[0]):E}else{return this.trigger("setData"+G[1]+"!",[G[0],F]).each(function(){n.data(this,D,F)})}},removeData:function(D){return this.each(function(){n.removeData(this,D)})},queue:function(D,E){if(typeof D!=="string"){E=D;D="fx"}if(E===g){return n.queue(this[0],D)}return this.each(function(){var F=n.queue(this,D,E);if(D=="fx"&&F.length==1){F[0].call(this)}})},dequeue:function(D){return this.each(function(){n.dequeue(this,D)})}});(function(){var N=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|[^[\]]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,I=0,F=Object.prototype.toString;var E=function(ae,S,aa,V){aa=aa||[];S=S||document;if(S.nodeType!==1&&S.nodeType!==9){return[]}if(!ae||typeof ae!=="string"){return aa}var ab=[],ac,Y,ah,ag,Z,R,Q=true;N.lastIndex=0;while((ac=N.exec(ae))!==null){ab.push(ac[1]);if(ac[2]){R=RegExp.rightContext;break}}if(ab.length>1&&G.match.POS.exec(ae)){if(ab.length===2&&G.relative[ab[0]]){var U="",X;while((X=G.match.POS.exec(ae))){U+=X[0];ae=ae.replace(G.match.POS,"")}Y=E.filter(U,E(/\s$/.test(ae)?ae+"*":ae,S))}else{Y=G.relative[ab[0]]?[S]:E(ab.shift(),S);while(ab.length){var P=[];ae=ab.shift();if(G.relative[ae]){ae+=ab.shift()}for(var af=0,ad=Y.length;af<ad;af++){E(ae,Y[af],P)}Y=P}}}else{var ai=V?{expr:ab.pop(),set:D(V)}:E.find(ab.pop(),ab.length===1&&S.parentNode?S.parentNode:S);Y=E.filter(ai.expr,ai.set);if(ab.length>0){ah=D(Y)}else{Q=false}while(ab.length){var T=ab.pop(),W=T;if(!G.relative[T]){T=""}else{W=ab.pop()}if(W==null){W=S}G.relative[T](ah,W,M(S))}}if(!ah){ah=Y}if(!ah){throw"Syntax error, unrecognized expression: "+(T||ae)}if(F.call(ah)==="[object Array]"){if(!Q){aa.push.apply(aa,ah)}else{if(S.nodeType===1){for(var af=0;ah[af]!=null;af++){if(ah[af]&&(ah[af]===true||ah[af].nodeType===1&&H(S,ah[af]))){aa.push(Y[af])}}}else{for(var af=0;ah[af]!=null;af++){if(ah[af]&&ah[af].nodeType===1){aa.push(Y[af])}}}}}else{D(ah,aa)}if(R){E(R,S,aa,V)}return aa};E.matches=function(P,Q){return E(P,null,null,Q)};E.find=function(V,S){var W,Q;if(!V){return[]}for(var R=0,P=G.order.length;R<P;R++){var T=G.order[R],Q;if((Q=G.match[T].exec(V))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){Q[1]=(Q[1]||"").replace(/\\/g,"");W=G.find[T](Q,S);if(W!=null){V=V.replace(G.match[T],"");break}}}}if(!W){W=S.getElementsByTagName("*")}return{set:W,expr:V}};E.filter=function(S,ac,ad,T){var Q=S,Y=[],ah=ac,V,ab;while(S&&ac.length){for(var U in G.filter){if((V=G.match[U].exec(S))!=null){var Z=G.filter[U],R=null,X=0,aa,ag;ab=false;if(ah==Y){Y=[]}if(G.preFilter[U]){V=G.preFilter[U](V,ah,ad,Y,T);if(!V){ab=aa=true}else{if(V===true){continue}else{if(V[0]===true){R=[];var W=null,af;for(var ae=0;(af=ah[ae])!==g;ae++){if(af&&W!==af){R.push(af);W=af}}}}}}if(V){for(var ae=0;(ag=ah[ae])!==g;ae++){if(ag){if(R&&ag!=R[X]){X++}aa=Z(ag,V,X,R);var P=T^!!aa;if(ad&&aa!=null){if(P){ab=true}else{ah[ae]=false}}else{if(P){Y.push(ag);ab=true}}}}}if(aa!==g){if(!ad){ah=Y}S=S.replace(G.match[U],"");if(!ab){return[]}break}}}S=S.replace(/\s*,\s*/,"");if(S==Q){if(ab==null){throw"Syntax error, unrecognized expression: "+S}else{break}}Q=S}return ah};var G=E.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(P){return P.getAttribute("href")}},relative:{"+":function(T,Q){for(var R=0,P=T.length;R<P;R++){var S=T[R];if(S){var U=S.previousSibling;while(U&&U.nodeType!==1){U=U.previousSibling}T[R]=typeof Q==="string"?U||false:U===Q}}if(typeof Q==="string"){E.filter(Q,T,true)}},">":function(U,Q,V){if(typeof Q==="string"&&!/\W/.test(Q)){Q=V?Q:Q.toUpperCase();for(var R=0,P=U.length;R<P;R++){var T=U[R];if(T){var S=T.parentNode;U[R]=S.nodeName===Q?S:false}}}else{for(var R=0,P=U.length;R<P;R++){var T=U[R];if(T){U[R]=typeof Q==="string"?T.parentNode:T.parentNode===Q}}if(typeof Q==="string"){E.filter(Q,U,true)}}},"":function(S,Q,U){var R="done"+(I++),P=O;if(!Q.match(/\W/)){var T=Q=U?Q:Q.toUpperCase();P=L}P("parentNode",Q,R,S,T,U)},"~":function(S,Q,U){var R="done"+(I++),P=O;if(typeof Q==="string"&&!Q.match(/\W/)){var T=Q=U?Q:Q.toUpperCase();P=L}P("previousSibling",Q,R,S,T,U)}},find:{ID:function(Q,R){if(R.getElementById){var P=R.getElementById(Q[1]);return P?[P]:[]}},NAME:function(P,Q){return Q.getElementsByName?Q.getElementsByName(P[1]):null},TAG:function(P,Q){return Q.getElementsByTagName(P[1])}},preFilter:{CLASS:function(S,Q,R,P,U){S=" "+S[1].replace(/\\/g,"")+" ";for(var T=0;Q[T];T++){if(U^(" "+Q[T].className+" ").indexOf(S)>=0){if(!R){P.push(Q[T])}}else{if(R){Q[T]=false}}}return false},ID:function(P){return P[1].replace(/\\/g,"")},TAG:function(Q,P){for(var R=0;!P[R];R++){}return M(P[R])?Q[1]:Q[1].toUpperCase()},CHILD:function(P){if(P[1]=="nth"){var Q=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(P[2]=="even"&&"2n"||P[2]=="odd"&&"2n+1"||!/\D/.test(P[2])&&"0n+"+P[2]||P[2]);P[2]=(Q[1]+(Q[2]||1))-0;P[3]=Q[3]-0}P[0]="done"+(I++);return P},ATTR:function(Q){var P=Q[1];if(G.attrMap[P]){Q[1]=G.attrMap[P]}if(Q[2]==="~="){Q[4]=" "+Q[4]+" "}return Q},PSEUDO:function(T,Q,R,P,U){if(T[1]==="not"){if(T[3].match(N).length>1){T[3]=E(T[3],null,null,Q)}else{var S=E.filter(T[3],Q,R,true^U);if(!R){P.push.apply(P,S)}return false}}else{if(G.match.POS.test(T[0])){return true}}return T},POS:function(P){P.unshift(true);return P}},filters:{enabled:function(P){return P.disabled===false&&P.type!=="hidden"},disabled:function(P){return P.disabled===true},checked:function(P){return P.checked===true},selected:function(P){P.parentNode.selectedIndex;return P.selected===true},parent:function(P){return!!P.firstChild},empty:function(P){return!P.firstChild},has:function(R,Q,P){return!!E(P[3],R).length},header:function(P){return/h\d/i.test(P.nodeName)},text:function(P){return"text"===P.type},radio:function(P){return"radio"===P.type},checkbox:function(P){return"checkbox"===P.type},file:function(P){return"file"===P.type},password:function(P){return"password"===P.type},submit:function(P){return"submit"===P.type},image:function(P){return"image"===P.type},reset:function(P){return"reset"===P.type},button:function(P){return"button"===P.type||P.nodeName.toUpperCase()==="BUTTON"},input:function(P){return/input|select|textarea|button/i.test(P.nodeName)}},setFilters:{first:function(Q,P){return P===0},last:function(R,Q,P,S){return Q===S.length-1},even:function(Q,P){return P%2===0},odd:function(Q,P){return P%2===1},lt:function(R,Q,P){return Q<P[3]-0},gt:function(R,Q,P){return Q>P[3]-0},nth:function(R,Q,P){return P[3]-0==Q},eq:function(R,Q,P){return P[3]-0==Q}},filter:{CHILD:function(P,S){var V=S[1],W=P.parentNode;var U="child"+W.childNodes.length;if(W&&(!W[U]||!P.nodeIndex)){var T=1;for(var Q=W.firstChild;Q;Q=Q.nextSibling){if(Q.nodeType==1){Q.nodeIndex=T++}}W[U]=T-1}if(V=="first"){return P.nodeIndex==1}else{if(V=="last"){return P.nodeIndex==W[U]}else{if(V=="only"){return W[U]==1}else{if(V=="nth"){var Y=false,R=S[2],X=S[3];if(R==1&&X==0){return true}if(R==0){if(P.nodeIndex==X){Y=true}}else{if((P.nodeIndex-X)%R==0&&(P.nodeIndex-X)/R>=0){Y=true}}return Y}}}}},PSEUDO:function(V,R,S,W){var Q=R[1],T=G.filters[Q];if(T){return T(V,S,R,W)}else{if(Q==="contains"){return(V.textContent||V.innerText||"").indexOf(R[3])>=0}else{if(Q==="not"){var U=R[3];for(var S=0,P=U.length;S<P;S++){if(U[S]===V){return false}}return true}}}},ID:function(Q,P){return Q.nodeType===1&&Q.getAttribute("id")===P},TAG:function(Q,P){return(P==="*"&&Q.nodeType===1)||Q.nodeName===P},CLASS:function(Q,P){return P.test(Q.className)},ATTR:function(T,R){var P=G.attrHandle[R[1]]?G.attrHandle[R[1]](T):T[R[1]]||T.getAttribute(R[1]),U=P+"",S=R[2],Q=R[4];return P==null?false:S==="="?U===Q:S==="*="?U.indexOf(Q)>=0:S==="~="?(" "+U+" ").indexOf(Q)>=0:!R[4]?P:S==="!="?U!=Q:S==="^="?U.indexOf(Q)===0:S==="$="?U.substr(U.length-Q.length)===Q:S==="|="?U===Q||U.substr(0,Q.length+1)===Q+"-":false},POS:function(T,Q,R,U){var P=Q[2],S=G.setFilters[P];if(S){return S(T,R,Q,U)}}}};for(var K in G.match){G.match[K]=RegExp(G.match[K].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var D=function(Q,P){Q=Array.prototype.slice.call(Q);if(P){P.push.apply(P,Q);return P}return Q};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(J){D=function(T,S){var Q=S||[];if(F.call(T)==="[object Array]"){Array.prototype.push.apply(Q,T)}else{if(typeof T.length==="number"){for(var R=0,P=T.length;R<P;R++){Q.push(T[R])}}else{for(var R=0;T[R];R++){Q.push(T[R])}}}return Q}}(function(){var Q=document.createElement("form"),R="script"+(new Date).getTime();Q.innerHTML="<input name='"+R+"'/>";var P=document.documentElement;P.insertBefore(Q,P.firstChild);if(!!document.getElementById(R)){G.find.ID=function(T,U){if(U.getElementById){var S=U.getElementById(T[1]);return S?S.id===T[1]||S.getAttributeNode&&S.getAttributeNode("id").nodeValue===T[1]?[S]:g:[]}};G.filter.ID=function(U,S){var T=U.getAttributeNode&&U.getAttributeNode("id");return U.nodeType===1&&T&&T.nodeValue===S}}P.removeChild(Q)})();(function(){var P=document.createElement("div");P.appendChild(document.createComment(""));if(P.getElementsByTagName("*").length>0){G.find.TAG=function(Q,U){var T=U.getElementsByTagName(Q[1]);if(Q[1]==="*"){var S=[];for(var R=0;T[R];R++){if(T[R].nodeType===1){S.push(T[R])}}T=S}return T}}P.innerHTML="<a href='#'></a>";if(P.firstChild.getAttribute("href")!=="#"){G.attrHandle.href=function(Q){return Q.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var P=E;E=function(T,S,Q,R){S=S||document;if(!R&&S.nodeType===9){try{return D(S.querySelectorAll(T),Q)}catch(U){}}return P(T,S,Q,R)};E.find=P.find;E.filter=P.filter;E.selectors=P.selectors;E.matches=P.matches})()}if(document.documentElement.getElementsByClassName){G.order.splice(1,0,"CLASS");G.find.CLASS=function(P,Q){return Q.getElementsByClassName(P[1])}}function L(Q,W,V,Z,X,Y){for(var T=0,R=Z.length;T<R;T++){var P=Z[T];if(P){P=P[Q];var U=false;while(P&&P.nodeType){var S=P[V];if(S){U=Z[S];break}if(P.nodeType===1&&!Y){P[V]=T}if(P.nodeName===W){U=P;break}P=P[Q]}Z[T]=U}}}function O(Q,V,U,Y,W,X){for(var S=0,R=Y.length;S<R;S++){var P=Y[S];if(P){P=P[Q];var T=false;while(P&&P.nodeType){if(P[U]){T=Y[P[U]];break}if(P.nodeType===1){if(!X){P[U]=S}if(typeof V!=="string"){if(P===V){T=true;break}}else{if(E.filter(V,[P]).length>0){T=P;break}}}P=P[Q]}Y[S]=T}}}var H=document.compareDocumentPosition?function(Q,P){return Q.compareDocumentPosition(P)&16}:function(Q,P){return Q!==P&&(Q.contains?Q.contains(P):true)};var M=function(P){return P.documentElement&&!P.body||P.tagName&&P.ownerDocument&&!P.ownerDocument.body};n.find=E;n.filter=E.filter;n.expr=E.selectors;n.expr[":"]=n.expr.filters;E.selectors.filters.hidden=function(P){return"hidden"===P.type||n.css(P,"display")==="none"||n.css(P,"visibility")==="hidden"};E.selectors.filters.visible=function(P){return"hidden"!==P.type&&n.css(P,"display")!=="none"&&n.css(P,"visibility")!=="hidden"};E.selectors.filters.animated=function(P){return n.grep(n.timers,function(Q){return P===Q.elem}).length};n.multiFilter=function(R,P,Q){if(Q){R=":not("+R+")"}return E.matches(R,P)};n.dir=function(R,Q){var P=[],S=R[Q];while(S&&S!=document){if(S.nodeType==1){P.push(S)}S=S[Q]}return P};n.nth=function(T,P,R,S){P=P||1;var Q=0;for(;T;T=T[R]){if(T.nodeType==1&&++Q==P){break}}return T};n.sibling=function(R,Q){var P=[];for(;R;R=R.nextSibling){if(R.nodeType==1&&R!=Q){P.push(R)}}return P};return;l.Sizzle=E})();n.event={add:function(H,E,G,J){if(H.nodeType==3||H.nodeType==8){return}if(H.setInterval&&H!=l){H=l}if(!G.guid){G.guid=this.guid++}if(J!==g){var F=G;G=this.proxy(F);G.data=J}var D=n.data(H,"events")||n.data(H,"events",{}),I=n.data(H,"handle")||n.data(H,"handle",function(){return typeof n!=="undefined"&&!n.event.triggered?n.event.handle.apply(arguments.callee.elem,arguments):g});I.elem=H;n.each(E.split(/\s+/),function(L,M){var N=M.split(".");M=N.shift();G.type=N.slice().sort().join(".");var K=D[M];if(n.event.specialAll[M]){n.event.specialAll[M].setup.call(H,J,N)}if(!K){K=D[M]={};if(!n.event.special[M]||n.event.special[M].setup.call(H,J,N)===false){if(H.addEventListener){H.addEventListener(M,I,false)}else{if(H.attachEvent){H.attachEvent("on"+M,I)}}}}K[G.guid]=G;n.event.global[M]=true});H=null},guid:1,global:{},remove:function(J,G,I){if(J.nodeType==3||J.nodeType==8){return}var F=n.data(J,"events"),E,D;if(F){if(G===g||(typeof G==="string"&&G.charAt(0)==".")){for(var H in F){this.remove(J,H+(G||""))}}else{if(G.type){I=G.handler;G=G.type}n.each(G.split(/\s+/),function(L,N){var P=N.split(".");N=P.shift();var M=RegExp("(^|\\.)"+P.slice().sort().join(".*\\.")+"(\\.|$)");if(F[N]){if(I){delete F[N][I.guid]}else{for(var O in F[N]){if(M.test(F[N][O].type)){delete F[N][O]}}}if(n.event.specialAll[N]){n.event.specialAll[N].teardown.call(J,P)}for(E in F[N]){break}if(!E){if(!n.event.special[N]||n.event.special[N].teardown.call(J,P)===false){if(J.removeEventListener){J.removeEventListener(N,n.data(J,"handle"),false)}else{if(J.detachEvent){J.detachEvent("on"+N,n.data(J,"handle"))}}}E=null;delete F[N]}}})}for(E in F){break}if(!E){var K=n.data(J,"handle");if(K){K.elem=null}n.removeData(J,"events");n.removeData(J,"handle")}}},trigger:function(H,J,G,D){var F=H.type||H;if(!D){H=typeof H==="object"?H[h]?H:n.extend(n.Event(F),H):n.Event(F);if(F.indexOf("!")>=0){H.type=F=F.slice(0,-1);H.exclusive=true}if(!G){H.stopPropagation();if(this.global[F]){n.each(n.cache,function(){if(this.events&&this.events[F]){n.event.trigger(H,J,this.handle.elem)}})}}if(!G||G.nodeType==3||G.nodeType==8){return g}H.result=g;H.target=G;J=n.makeArray(J);J.unshift(H)}H.currentTarget=G;var I=n.data(G,"handle");if(I){I.apply(G,J)}if((!G[F]||(n.nodeName(G,"a")&&F=="click"))&&G["on"+F]&&G["on"+F].apply(G,J)===false){H.result=false}if(!D&&G[F]&&!H.isDefaultPrevented()&&!(n.nodeName(G,"a")&&F=="click")){this.triggered=true;try{G[F]()}catch(K){}}this.triggered=false;if(!H.isPropagationStopped()){var E=G.parentNode||G.ownerDocument;if(E){n.event.trigger(H,J,E,true)}}},handle:function(J){var I,D;J=arguments[0]=n.event.fix(J||l.event);var K=J.type.split(".");J.type=K.shift();I=!K.length&&!J.exclusive;var H=RegExp("(^|\\.)"+K.slice().sort().join(".*\\.")+"(\\.|$)");D=(n.data(this,"events")||{})[J.type];for(var F in D){var G=D[F];if(I||H.test(G.type)){J.handler=G;J.data=G.data;var E=G.apply(this,arguments);if(E!==g){J.result=E;if(E===false){J.preventDefault();J.stopPropagation()}}if(J.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(G){if(G[h]){return G}var E=G;G=n.Event(E);for(var F=this.props.length,I;F;){I=this.props[--F];G[I]=E[I]}if(!G.target){G.target=G.srcElement||document}if(G.target.nodeType==3){G.target=G.target.parentNode}if(!G.relatedTarget&&G.fromElement){G.relatedTarget=G.fromElement==G.target?G.toElement:G.fromElement}if(G.pageX==null&&G.clientX!=null){var H=document.documentElement,D=document.body;G.pageX=G.clientX+(H&&H.scrollLeft||D&&D.scrollLeft||0)-(H.clientLeft||0);G.pageY=G.clientY+(H&&H.scrollTop||D&&D.scrollTop||0)-(H.clientTop||0)}if(!G.which&&((G.charCode||G.charCode===0)?G.charCode:G.keyCode)){G.which=G.charCode||G.keyCode}if(!G.metaKey&&G.ctrlKey){G.metaKey=G.ctrlKey}if(!G.which&&G.button){G.which=(G.button&1?1:(G.button&2?3:(G.button&4?2:0)))}return G},proxy:function(E,D){D=D||function(){return E.apply(this,arguments)};D.guid=E.guid=E.guid||D.guid||this.guid++;return D},special:{ready:{setup:A,teardown:function(){}}},specialAll:{live:{setup:function(D,E){n.event.add(this,E[0],c)},teardown:function(F){if(F.length){var D=0,E=RegExp("(^|\\.)"+F[0]+"(\\.|$)");n.each((n.data(this,"events").live||{}),function(){if(E.test(this.type)){D++}});if(D<1){n.event.remove(this,F[0],c)}}}}}};n.Event=function(D){if(!this.preventDefault){return new n.Event(D)}if(D&&D.type){this.originalEvent=D;this.type=D.type;this.timeStamp=D.timeStamp}else{this.type=D}if(!this.timeStamp){this.timeStamp=e()}this[h]=true};function k(){return false}function t(){return true}n.Event.prototype={preventDefault:function(){this.isDefaultPrevented=t;var D=this.originalEvent;if(!D){return}if(D.preventDefault){D.preventDefault()}D.returnValue=false},stopPropagation:function(){this.isPropagationStopped=t;var D=this.originalEvent;if(!D){return}if(D.stopPropagation){D.stopPropagation()}D.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=t;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(E){var D=E.relatedTarget;while(D&&D!=this){try{D=D.parentNode}catch(F){D=this}}if(D!=this){E.type=E.data;n.event.handle.apply(this,arguments)}};n.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(E,D){n.event.special[D]={setup:function(){n.event.add(this,E,a,D)},teardown:function(){n.event.remove(this,E,a)}}});n.fn.extend({bind:function(E,F,D){return E=="unload"?this.one(E,F,D):this.each(function(){n.event.add(this,E,D||F,D&&F)})},one:function(F,G,E){var D=n.event.proxy(E||G,function(H){n(this).unbind(H,D);return(E||G).apply(this,arguments)});return this.each(function(){n.event.add(this,F,D,E&&G)})},unbind:function(E,D){return this.each(function(){n.event.remove(this,E,D)})},trigger:function(D,E){return this.each(function(){n.event.trigger(D,E,this)})},triggerHandler:function(D,F){if(this[0]){var E=n.Event(D);E.preventDefault();E.stopPropagation();n.event.trigger(E,F,this[0]);return E.result}},toggle:function(F){var D=arguments,E=1;while(E<D.length){n.event.proxy(F,D[E++])}return this.click(n.event.proxy(F,function(G){this.lastToggle=(this.lastToggle||0)%E;G.preventDefault();return D[this.lastToggle++].apply(this,arguments)||false}))},hover:function(D,E){return this.mouseenter(D).mouseleave(E)},ready:function(D){A();if(n.isReady){D.call(document,n)}else{n.readyList.push(D)}return this},live:function(F,E){var D=n.event.proxy(E);D.guid+=this.selector+F;n(document).bind(i(F,this.selector),this.selector,D);return this},die:function(E,D){n(document).unbind(i(E,this.selector),D?{guid:D.guid+this.selector+E}:null);return this}});function c(G){var D=RegExp("(^|\\.)"+G.type+"(\\.|$)"),F=true,E=[];n.each(n.data(this,"events").live||[],function(H,I){if(D.test(I.type)){var J=n(G.target).closest(I.data)[0];if(J){E.push({elem:J,fn:I})}}});n.each(E,function(){if(!G.isImmediatePropagationStopped()&&this.fn.call(this.elem,G,this.fn.data)===false){F=false}});return F}function i(E,D){return["live",E,D.replace(/\./g,"`").replace(/ /g,"|")].join(".")}n.extend({isReady:false,readyList:[],ready:function(){if(!n.isReady){n.isReady=true;if(n.readyList){n.each(n.readyList,function(){this.call(document,n)});n.readyList=null}n(document).triggerHandler("ready")}}});var w=false;function A(){if(w){return}w=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);n.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);n.ready()}});if(document.documentElement.doScroll&&!l.frameElement){(function(){if(n.isReady){return}try{document.documentElement.doScroll("left")}catch(D){setTimeout(arguments.callee,0);return}n.ready()})()}}}n.event.add(l,"load",n.ready)}n.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(E,D){n.fn[D]=function(F){return F?this.bind(D,F):this.trigger(D)}});n(l).bind("unload",function(){for(var D in n.cache){if(D!=1&&n.cache[D].handle){n.event.remove(n.cache[D].handle.elem)}}});(function(){n.support={};var E=document.documentElement,F=document.createElement("script"),J=document.createElement("div"),I="script"+(new Date).getTime();J.style.display="none";J.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var G=J.getElementsByTagName("*"),D=J.getElementsByTagName("a")[0];if(!G||!G.length||!D){return}n.support={leadingWhitespace:J.firstChild.nodeType==3,tbody:!J.getElementsByTagName("tbody").length,objectAll:!!J.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!J.getElementsByTagName("link").length,style:/red/.test(D.getAttribute("style")),hrefNormalized:D.getAttribute("href")==="/a",opacity:D.style.opacity==="0.5",cssFloat:!!D.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};F.type="text/javascript";try{F.appendChild(document.createTextNode("window."+I+"=1;"))}catch(H){}E.insertBefore(F,E.firstChild);if(l[I]){n.support.scriptEval=true;delete l[I]}E.removeChild(F);if(J.attachEvent&&J.fireEvent){J.attachEvent("onclick",function(){n.support.noCloneEvent=false;J.detachEvent("onclick",arguments.callee)});J.cloneNode(true).fireEvent("onclick")}n(function(){var K=document.createElement("div");K.style.width="1px";K.style.paddingLeft="1px";document.body.appendChild(K);n.boxModel=n.support.boxModel=K.offsetWidth===2;document.body.removeChild(K)})})();var v=n.support.cssFloat?"cssFloat":"styleFloat";n.props={"for":"htmlFor","class":"className","float":v,cssFloat:v,styleFloat:v,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};n.fn.extend({_load:n.fn.load,load:function(F,I,J){if(typeof F!=="string"){return this._load(F)}var H=F.indexOf(" ");if(H>=0){var D=F.slice(H,F.length);F=F.slice(0,H)}var G="GET";if(I){if(n.isFunction(I)){J=I;I=null}else{if(typeof I==="object"){I=n.param(I);G="POST"}}}var E=this;n.ajax({url:F,type:G,dataType:"html",data:I,complete:function(L,K){if(K=="success"||K=="notmodified"){E.html(D?n("<div/>").append(L.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(D):L.responseText)}if(J){E.each(J,[L.responseText,K,L])}}});return this},serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?n.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(D,E){var F=n(this).val();return F==null?null:n.isArray(F)?n.map(F,function(H,G){return{name:E.name,value:H}}):{name:E.name,value:F}}).get()}});n.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(D,E){n.fn[E]=function(F){return this.bind(E,F)}});var q=e();n.extend({get:function(D,F,G,E){if(n.isFunction(F)){G=F;F=null}return n.ajax({type:"GET",url:D,data:F,success:G,dataType:E})},getScript:function(D,E){return n.get(D,null,E,"script")},getJSON:function(D,E,F){return n.get(D,E,F,"json")},post:function(D,F,G,E){if(n.isFunction(F)){G=F;F={}}return n.ajax({type:"POST",url:D,data:F,success:G,dataType:E})},ajaxSetup:function(D){n.extend(n.ajaxSettings,D)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},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(L){L=n.extend(true,L,n.extend(true,{},n.ajaxSettings,L));var V,E=/=\?(&|$)/g,Q,U,F=L.type.toUpperCase();if(L.data&&L.processData&&typeof L.data!=="string"){L.data=n.param(L.data)}if(L.dataType=="jsonp"){if(F=="GET"){if(!L.url.match(E)){L.url+=(L.url.match(/\?/)?"&":"?")+(L.jsonp||"callback")+"=?"}}else{if(!L.data||!L.data.match(E)){L.data=(L.data?L.data+"&":"")+(L.jsonp||"callback")+"=?"}}L.dataType="json"}if(L.dataType=="json"&&(L.data&&L.data.match(E)||L.url.match(E))){V="jsonp"+q++;if(L.data){L.data=(L.data+"").replace(E,"="+V+"$1")}L.url=L.url.replace(E,"="+V+"$1");L.dataType="script";l[V]=function(W){U=W;H();K();l[V]=g;try{delete l[V]}catch(X){}if(G){G.removeChild(S)}}}if(L.dataType=="script"&&L.cache==null){L.cache=false}if(L.cache===false&&F=="GET"){var D=e();var T=L.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+D+"$2");L.url=T+((T==L.url)?(L.url.match(/\?/)?"&":"?")+"_="+D:"")}if(L.data&&F=="GET"){L.url+=(L.url.match(/\?/)?"&":"?")+L.data;L.data=null}if(L.global&&!n.active++){n.event.trigger("ajaxStart")}var P=/^(\w+:)?\/\/([^\/?#]+)/.exec(L.url);if(L.dataType=="script"&&F=="GET"&&P&&(P[1]&&P[1]!=location.protocol||P[2]!=location.host)){var G=document.getElementsByTagName("head")[0];var S=document.createElement("script");S.src=L.url;if(L.scriptCharset){S.charset=L.scriptCharset}if(!V){var N=false;S.onload=S.onreadystatechange=function(){if(!N&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){N=true;H();K();G.removeChild(S)}}}G.appendChild(S);return g}var J=false;var I=L.xhr();if(L.username){I.open(F,L.url,L.async,L.username,L.password)}else{I.open(F,L.url,L.async)}try{if(L.data){I.setRequestHeader("Content-Type",L.contentType)}if(L.ifModified){I.setRequestHeader("If-Modified-Since",n.lastModified[L.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}I.setRequestHeader("X-Requested-With","XMLHttpRequest");I.setRequestHeader("Accept",L.dataType&&L.accepts[L.dataType]?L.accepts[L.dataType]+", */*":L.accepts._default)}catch(R){}if(L.beforeSend&&L.beforeSend(I,L)===false){if(L.global&&!--n.active){n.event.trigger("ajaxStop")}I.abort();return false}if(L.global){n.event.trigger("ajaxSend",[I,L])}var M=function(W){if(I.readyState==0){if(O){clearInterval(O);O=null;if(L.global&&!--n.active){n.event.trigger("ajaxStop")}}}else{if(!J&&I&&(I.readyState==4||W=="timeout")){J=true;if(O){clearInterval(O);O=null}Q=W=="timeout"?"timeout":!n.httpSuccess(I)?"error":L.ifModified&&n.httpNotModified(I,L.url)?"notmodified":"success";if(Q=="success"){try{U=n.httpData(I,L.dataType,L)}catch(Y){Q="parsererror"}}if(Q=="success"){var X;try{X=I.getResponseHeader("Last-Modified")}catch(Y){}if(L.ifModified&&X){n.lastModified[L.url]=X}if(!V){H()}}else{n.handleError(L,I,Q)}K();if(L.async){I=null}}}};if(L.async){var O=setInterval(M,13);if(L.timeout>0){setTimeout(function(){if(I){if(!J){M("timeout")}if(I){I.abort()}}},L.timeout)}}try{I.send(L.data)}catch(R){n.handleError(L,I,null,R)}if(!L.async){M()}function H(){if(L.success){L.success(U,Q)}if(L.global){n.event.trigger("ajaxSuccess",[I,L])}}function K(){if(L.complete){L.complete(I,Q)}if(L.global){n.event.trigger("ajaxComplete",[I,L])}if(L.global&&!--n.active){n.event.trigger("ajaxStop")}}return I},handleError:function(E,G,D,F){if(E.error){E.error(G,D,F)}if(E.global){n.event.trigger("ajaxError",[G,E,F])}},active:0,httpSuccess:function(E){try{return!E.status&&location.protocol=="file:"||(E.status>=200&&E.status<300)||E.status==304||E.status==1223}catch(D){}return false},httpNotModified:function(F,D){try{var G=F.getResponseHeader("Last-Modified");return F.status==304||G==n.lastModified[D]}catch(E){}return false},httpData:function(I,G,F){var E=I.getResponseHeader("content-type"),D=G=="xml"||!G&&E&&E.indexOf("xml")>=0,H=D?I.responseXML:I.responseText;if(D&&H.documentElement.tagName=="parsererror"){throw"parsererror"}if(F&&F.dataFilter){H=F.dataFilter(H,G)}if(typeof H==="string"){if(G=="script"){n.globalEval(H)}if(G=="json"){H=l["eval"]("("+H+")")}}return H},param:function(D){var F=[];function G(H,I){F[F.length]=encodeURIComponent(H)+"="+encodeURIComponent(I)}if(n.isArray(D)||D.jquery){n.each(D,function(){G(this.name,this.value)})}else{for(var E in D){if(n.isArray(D[E])){n.each(D[E],function(){G(E,this)})}else{G(E,n.isFunction(D[E])?D[E]():D[E])}}}return F.join("&").replace(/%20/g,"+")}});var m={},d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function s(E,D){var F={};n.each(d.concat.apply([],d.slice(0,D)),function(){F[this]=E});return F}n.fn.extend({show:function(I,K){if(I){return this.animate(s("show",3),I,K)}else{for(var G=0,E=this.length;G<E;G++){var D=n.data(this[G],"olddisplay");this[G].style.display=D||"";if(n.css(this[G],"display")==="none"){var F=this[G].tagName,J;if(m[F]){J=m[F]}else{var H=n("<"+F+" />").appendTo("body");J=H.css("display");if(J==="none"){J="block"}H.remove();m[F]=J}this[G].style.display=n.data(this[G],"olddisplay",J)}}return this}},hide:function(G,H){if(G){return this.animate(s("hide",3),G,H)}else{for(var F=0,E=this.length;F<E;F++){var D=n.data(this[F],"olddisplay");if(!D&&D!=="none"){n.data(this[F],"olddisplay",n.css(this[F],"display"))}this[F].style.display="none"}return this}},_toggle:n.fn.toggle,toggle:function(F,E){var D=typeof F==="boolean";return n.isFunction(F)&&n.isFunction(E)?this._toggle.apply(this,arguments):F==null||D?this.each(function(){var G=D?F:n(this).is(":hidden");n(this)[G?"show":"hide"]()}):this.animate(s("toggle",3),F,E)},fadeTo:function(D,F,E){return this.animate({opacity:F},D,E)},animate:function(H,E,G,F){var D=n.speed(E,G,F);return this[D.queue===false?"each":"queue"](function(){var J=n.extend({},D),L,K=this.nodeType==1&&n(this).is(":hidden"),I=this;for(L in H){if(H[L]=="hide"&&K||H[L]=="show"&&!K){return J.complete.call(this)}if((L=="height"||L=="width")&&this.style){J.display=n.css(this,"display");J.overflow=this.style.overflow}}if(J.overflow!=null){this.style.overflow="hidden"}J.curAnim=n.extend({},H);n.each(H,function(N,R){var Q=new n.fx(I,J,N);if(/toggle|show|hide/.test(R)){Q[R=="toggle"?K?"show":"hide":R](H)}else{var P=R.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),S=Q.cur(true)||0;if(P){var M=parseFloat(P[2]),O=P[3]||"px";if(O!="px"){I.style[N]=(M||1)+O;S=((M||1)/Q.cur(true))*S;I.style[N]=S+O}if(P[1]){M=((P[1]=="-="?-1:1)*M)+S}Q.custom(S,M,O)}else{Q.custom(S,R,"")}}});return true})},stop:function(E,D){var F=n.timers;if(E){this.queue([])}this.each(function(){for(var G=F.length-1;G>=0;G--){if(F[G].elem==this){if(D){F[G](true)}F.splice(G,1)}}});if(!D){this.dequeue()}return this}});n.each({slideDown:s("show",1),slideUp:s("hide",1),slideToggle:s("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(D,E){n.fn[D]=function(F,G){return this.animate(E,F,G)}});n.extend({speed:function(F,G,E){var D=typeof F==="object"?F:{complete:E||!E&&G||n.isFunction(F)&&F,duration:F,easing:E&&G||G&&!n.isFunction(G)&&G};D.duration=n.fx.off?0:typeof D.duration==="number"?D.duration:n.fx.speeds[D.duration]||n.fx.speeds._default;D.old=D.complete;D.complete=function(){if(D.queue!==false){n(this).dequeue()}if(n.isFunction(D.old)){D.old.call(this)}};return D},easing:{linear:function(F,G,D,E){return D+E*F},swing:function(F,G,D,E){return((-Math.cos(F*Math.PI)/2)+0.5)*E+D}},timers:[],timerId:null,fx:function(E,D,F){this.options=D;this.elem=E;this.prop=F;if(!D.orig){D.orig={}}}});n.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(n.fx.step[this.prop]||n.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(E){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var D=parseFloat(n.css(this.elem,this.prop,E));return D&&D>-10000?D:parseFloat(n.curCSS(this.elem,this.prop))||0},custom:function(H,G,F){this.startTime=e();this.start=H;this.end=G;this.unit=F||this.unit||"px";this.now=this.start;this.pos=this.state=0;var D=this;function E(I){return D.step(I)}E.elem=this.elem;n.timers.push(E);if(E()&&n.timerId==null){n.timerId=setInterval(function(){var J=n.timers;for(var I=0;I<J.length;I++){if(!J[I]()){J.splice(I--,1)}}if(!J.length){clearInterval(n.timerId);n.timerId=null}},13)}},show:function(){this.options.orig[this.prop]=n.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());n(this.elem).show()},hide:function(){this.options.orig[this.prop]=n.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(G){var F=e();if(G||F>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var D=true;for(var E in this.options.curAnim){if(this.options.curAnim[E]!==true){D=false}}if(D){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(n.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){n(this.elem).hide()}if(this.options.hide||this.options.show){for(var H in this.options.curAnim){n.attr(this.elem.style,H,this.options.orig[H])}}}if(D){this.options.complete.call(this.elem)}return false}else{var I=F-this.startTime;this.state=I/this.options.duration;this.pos=n.easing[this.options.easing||(n.easing.swing?"swing":"linear")](this.state,I,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};n.extend(n.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(D){n.attr(D.elem.style,"opacity",D.now)},_default:function(D){if(D.elem.style&&D.elem.style[D.prop]!=null){D.elem.style[D.prop]=D.now+D.unit}else{D.elem[D.prop]=D.now}}}});if(document.documentElement.getBoundingClientRect){n.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return n.offset.bodyOffset(this[0])}var F=this[0].getBoundingClientRect(),I=this[0].ownerDocument,E=I.body,D=I.documentElement,K=D.clientTop||E.clientTop||0,J=D.clientLeft||E.clientLeft||0,H=F.top+(self.pageYOffset||n.boxModel&&D.scrollTop||E.scrollTop)-K,G=F.left+(self.pageXOffset||n.boxModel&&D.scrollLeft||E.scrollLeft)-J;return{top:H,left:G}}}else{n.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return n.offset.bodyOffset(this[0])}n.offset.initialized||n.offset.initialize();var I=this[0],F=I.offsetParent,E=I,N=I.ownerDocument,L,G=N.documentElement,J=N.body,K=N.defaultView,D=K.getComputedStyle(I,null),M=I.offsetTop,H=I.offsetLeft;while((I=I.parentNode)&&I!==J&&I!==G){L=K.getComputedStyle(I,null);M-=I.scrollTop,H-=I.scrollLeft;if(I===F){M+=I.offsetTop,H+=I.offsetLeft;if(n.offset.doesNotAddBorder&&!(n.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(I.tagName))){M+=parseInt(L.borderTopWidth,10)||0,H+=parseInt(L.borderLeftWidth,10)||0}E=F,F=I.offsetParent}if(n.offset.subtractsBorderForOverflowNotVisible&&L.overflow!=="visible"){M+=parseInt(L.borderTopWidth,10)||0,H+=parseInt(L.borderLeftWidth,10)||0}D=L}if(D.position==="relative"||D.position==="static"){M+=J.offsetTop,H+=J.offsetLeft}if(D.position==="fixed"){M+=Math.max(G.scrollTop,J.scrollTop),H+=Math.max(G.scrollLeft,J.scrollLeft)}return{top:M,left:H}}}n.offset={initialize:function(){if(this.initialized){return}var K=document.body,E=document.createElement("div"),G,F,M,H,L,D,I=K.style.marginTop,J='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"cellpadding="0"cellspacing="0"><tr><td></td></tr></table>';L={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(D in L){E.style[D]=L[D]}E.innerHTML=J;K.insertBefore(E,K.firstChild);G=E.firstChild,F=G.firstChild,H=G.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(F.offsetTop!==5);this.doesAddBorderForTableAndCells=(H.offsetTop===5);G.style.overflow="hidden",G.style.position="relative";this.subtractsBorderForOverflowNotVisible=(F.offsetTop===-5);K.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(K.offsetTop===0);K.style.marginTop=I;K.removeChild(E);this.initialized=true},bodyOffset:function(D){n.offset.initialized||n.offset.initialize();var F=D.offsetTop,E=D.offsetLeft;if(n.offset.doesNotIncludeMarginInBodyOffset){F+=parseInt(n.curCSS(D,"marginTop",true),10)||0,E+=parseInt(n.curCSS(D,"marginLeft",true),10)||0}return{top:F,left:E}}};n.fn.extend({position:function(){var H=0,G=0,E;if(this[0]){var F=this.offsetParent(),I=this.offset(),D=/^body|html$/i.test(F[0].tagName)?{top:0,left:0}:F.offset();I.top-=j(this,"marginTop");I.left-=j(this,"marginLeft");D.top+=j(F,"borderTopWidth");D.left+=j(F,"borderLeftWidth");E={top:I.top-D.top,left:I.left-D.left}}return E},offsetParent:function(){var D=this[0].offsetParent||document.body;while(D&&(!/^body|html$/i.test(D.tagName)&&n.css(D,"position")=="static")){D=D.offsetParent}return n(D)}});n.each(["Left","Top"],function(E,D){var F="scroll"+D;n.fn[F]=function(G){if(!this[0]){return null}return G!==g?this.each(function(){this==l||this==document?l.scrollTo(!E?G:n(l).scrollLeft(),E?G:n(l).scrollTop()):this[F]=G}):this[0]==l||this[0]==document?self[E?"pageYOffset":"pageXOffset"]||n.boxModel&&document.documentElement[F]||document.body[F]:this[0][F]}});n.each(["Height","Width"],function(G,E){var D=G?"Left":"Top",F=G?"Right":"Bottom";n.fn["inner"+E]=function(){return this[E.toLowerCase()]()+j(this,"padding"+D)+j(this,"padding"+F)};n.fn["outer"+E]=function(I){return this["inner"+E]()+j(this,"border"+D+"Width")+j(this,"border"+F+"Width")+(I?j(this,"margin"+D)+j(this,"margin"+F):0)};var H=E.toLowerCase();n.fn[H]=function(I){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+E]||document.body["client"+E]:this[0]==document?Math.max(document.documentElement["client"+E],document.body["scroll"+E],document.documentElement["scroll"+E],document.body["offset"+E],document.documentElement["offset"+E]):I===g?(this.length?n.css(this[0],H):null):this.css(H,typeof I==="string"?I:I+"px")}})})();var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return!!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());Cufon.registerFont({"w":200,"face":{"font-family":"Bahamas","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-23 -321 302.456 82.4449","underline-thickness":"21.96","underline-position":"-20.88","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":159},"!":{"d":"24,-58r0,-194r30,0r0,194r-30,0xm39,4v-12,0,-23,-9,-22,-22v0,-12,9,-22,21,-22v14,0,23,8,23,22v0,12,-9,23,-22,22","w":80},"\"":{"d":"71,-155r0,-97r29,0r0,97r-29,0xm20,-155r0,-97r29,0r0,97r-29,0","w":119},"#":{"d":"11,-77r2,-23r38,0r7,-52r-36,0r1,-23r38,0r11,-77r26,0r-11,77r43,0r11,-77r26,0r-11,77r32,0r0,23r-35,0r-8,52r34,0r-2,23r-35,0r-11,77r-26,0r11,-77r-42,0r-11,77r-26,0r11,-77r-37,0xm77,-100r43,0r7,-52r-43,0"},"$":{"d":"176,-86v0,35,-21,52,-59,51r0,39r-27,0r0,-39r-58,0r0,-30r58,0r0,-69v-42,-27,-54,-26,-59,-68v-4,-32,27,-51,59,-51r0,-29r27,0r0,30r49,0r0,30r-49,0r0,64v41,29,59,26,59,72xm90,-222v-43,1,-27,44,0,52r0,-52xm117,-65v26,3,35,-27,19,-42v-4,-4,-10,-9,-19,-15r0,57"},"%":{"d":"60,4r168,-261r22,0r-167,261r-23,0xm75,-139v-32,0,-58,-26,-58,-58v0,-35,27,-60,60,-60v31,0,57,25,57,57v0,35,-27,61,-59,61xm237,4v-33,0,-61,-26,-61,-58v0,-34,27,-60,62,-60v32,0,56,28,56,60v0,33,-25,58,-57,58xm76,-228v-17,0,-32,12,-32,30v0,18,14,32,32,31v18,0,30,-14,30,-33v0,-17,-14,-28,-30,-28xm235,-86v-16,0,-31,15,-31,31v-1,17,14,31,31,31v17,0,31,-13,31,-29v0,-20,-13,-33,-31,-33","w":320},"&":{"d":"13,-98v0,-35,19,-71,42,-85v-25,-21,-23,-69,22,-69r102,0r0,31r-99,0v-13,0,-10,8,-5,14r110,140v17,-27,2,-68,-16,-86r22,-23v36,27,48,98,16,138r30,37r-42,0r-12,-13v-64,45,-170,2,-170,-84xm76,-156v-52,30,-28,134,40,128v23,-2,34,-3,48,-14","w":240},"'":{"d":"21,-180r12,-72r31,0r-17,72r-26,0","w":80,"k":{"t":6,"s":20,"'":13}},"(":{"d":"105,68v-82,-48,-108,-216,-35,-294v10,-12,22,-22,34,-31r14,19v-38,31,-64,74,-64,142v0,61,28,116,64,142","w":140},")":{"d":"23,48v40,-32,62,-76,63,-142v1,-62,-24,-116,-63,-141r12,-22v68,37,104,164,60,253v-14,29,-33,53,-58,71","w":140},"*":{"d":"70,-182r-47,-25r14,-22r44,30r-4,-53r27,0r-4,53r45,-30r13,22r-47,25r47,25r-14,23r-44,-29r4,50r-27,0r4,-50r-44,29r-14,-23","w":180},"+":{"d":"22,-73r0,-28r72,0r0,-72r28,0r0,72r73,0r0,28r-73,0r0,73r-28,0r0,-73r-72,0","w":216},",":{"d":"23,36r14,-71r34,0r-20,71r-28,0","w":99},"-":{"d":"10,-72r0,-28r81,0r0,28r-81,0","w":99},".":{"d":"49,2v-12,0,-20,-9,-20,-22v0,-11,9,-20,20,-20v12,0,22,8,22,20v0,13,-9,22,-22,22","w":99},"\/":{"d":"-2,4r77,-261r27,0r-76,261r-28,0","w":99},"0":{"d":"100,4v-51,0,-88,-40,-88,-90r0,-81v-1,-50,39,-90,88,-90v51,0,88,41,88,92r0,81v0,47,-39,88,-88,88xm100,-30v64,3,51,-74,52,-135v1,-36,-19,-58,-52,-58v-61,-2,-51,71,-51,132v0,39,16,59,51,61"},"1":{"d":"40,-221r10,-31r70,0r0,252r-34,0r0,-221r-46,0"},"2":{"d":"67,-100v-31,-11,-52,-36,-52,-76v0,-47,40,-81,87,-81v62,0,104,68,73,122v-22,37,-83,73,-120,103r129,0r0,32r-133,0v-37,5,-51,-31,-26,-51v39,-32,89,-58,118,-99v23,-33,-4,-75,-44,-75v-28,0,-50,23,-50,50v0,30,21,47,48,51"},"3":{"d":"150,-78v0,-45,-50,-48,-99,-45r0,-25r79,-73r-108,0r0,-31r105,0v52,-6,42,42,15,65r-39,33v47,0,81,30,81,77v0,43,-34,77,-76,77r-92,0r0,-32v58,-1,135,12,134,-46"},"4":{"d":"26,-58v-20,2,-28,-17,-20,-32r90,-162r37,0r-91,162r76,0r0,-109r35,-59r0,168r37,0r0,32r-37,0r0,58r-35,0r0,-58r-92,0"},"5":{"d":"150,-77v0,-58,-65,-45,-119,-46r0,-129r131,0r0,31r-96,0r0,66v70,-5,120,12,120,78v0,41,-32,78,-69,77r-96,0r0,-32v56,-2,129,16,129,-45"},"6":{"d":"100,4v-66,0,-123,-74,-83,-132r86,-124r42,0r-89,125v-28,42,-5,101,44,100v32,0,58,-26,58,-59v0,-42,-30,-62,-72,-62r21,-28v51,-2,86,39,86,89v1,50,-43,91,-93,91"},"7":{"d":"142,-252v37,-4,48,18,34,48r-91,204r-39,0r98,-221r-128,0r0,-31r126,0"},"8":{"d":"10,-75v0,-34,18,-52,41,-68v-49,-34,-15,-123,51,-114v62,-6,94,80,47,114v27,15,41,33,41,72v0,42,-41,75,-89,75v-52,0,-91,-32,-91,-79xm100,-225v-23,0,-37,14,-37,37v0,32,50,42,66,19v15,-22,1,-56,-29,-56xm100,-125v-29,0,-53,20,-53,48v0,30,23,50,53,50v30,1,53,-19,53,-48v0,-30,-23,-50,-53,-50"},"9":{"d":"94,-76v-54,1,-85,-37,-85,-90v0,-48,43,-91,93,-91v60,0,111,62,83,125v-22,49,-59,88,-88,132r-42,0r79,-111v13,-19,23,-30,24,-56v1,-29,-27,-58,-56,-58v-34,0,-59,28,-58,63v0,38,29,58,70,57"},":":{"d":"51,-102v-13,0,-22,-8,-22,-21v0,-11,9,-21,20,-21v12,0,22,10,22,21v0,11,-9,21,-20,21xm50,2v-13,1,-21,-8,-21,-21v0,-11,9,-21,20,-21v35,-1,25,42,1,42","w":99},";":{"d":"23,36r15,-71r34,0r-21,71r-28,0xm51,-102v-10,0,-23,-9,-22,-20v0,-13,8,-23,21,-23v10,0,22,11,22,23v0,11,-10,20,-21,20","w":99},"<":{"d":"195,-24r0,28r-173,-78r0,-24r173,-77r0,28r-138,61","w":216},"=":{"d":"195,-136r0,28r-173,0r0,-28r173,0xm195,-66r0,29r-173,0r0,-29r173,0","w":216},">":{"d":"22,-24r137,-62r-137,-61r0,-28r173,77r0,24r-173,78r0,-28","w":216},"?":{"d":"158,-184v0,42,-27,72,-64,77r0,49r-31,0r0,-79v38,1,61,-10,62,-44v0,-25,-18,-44,-42,-44v-26,-1,-39,23,-39,49r-35,0v-1,-46,31,-81,77,-81v39,0,72,36,72,73xm78,4v-13,0,-22,-10,-22,-23v0,-12,11,-21,22,-22v12,0,24,9,23,22v0,13,-10,23,-23,23","w":159},"A":{"d":"101,-225v-33,0,-52,26,-52,58r0,167r-35,0r1,-167v-1,-50,36,-90,84,-90v54,0,87,40,87,98r0,159r-33,0r0,-114r-91,0r0,-33r91,0v2,-49,-14,-78,-52,-78","k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6,"'":6}},"B":{"d":"102,-225v-29,-2,-47,20,-47,46r0,179r-34,0r0,-184v-1,-41,37,-74,79,-73v44,1,83,26,83,69v-1,30,-7,39,-25,53v22,12,35,30,36,59v1,66,-54,83,-126,76r0,-32v45,1,92,5,92,-41v0,-44,-47,-43,-92,-41r0,-32v42,2,81,2,81,-40v0,-27,-21,-38,-47,-39"},"C":{"d":"172,0v-96,11,-159,-44,-159,-127v0,-76,70,-137,159,-125r0,31v-74,-8,-123,31,-123,96v0,66,47,101,123,93r0,32","w":180},"D":{"d":"174,-128v0,-61,-49,-101,-119,-93r0,221r-33,0r0,-252r67,0v66,0,122,56,120,124v-2,78,-53,137,-140,128r0,-32v66,10,105,-42,105,-96","w":219},"E":{"d":"166,0v-91,10,-158,-47,-158,-125v0,-88,63,-132,158,-127r0,31v-64,-7,-115,23,-122,74r122,0r0,33r-122,0v2,56,52,93,122,82r0,32","w":180},"F":{"d":"10,-174v-2,-65,49,-84,120,-78r0,31v-47,-3,-89,2,-86,47r0,33r86,0r0,31r-86,0r0,110r-34,0r0,-174","w":140,"k":{".":33,",":33}},"G":{"d":"141,4v-74,2,-133,-59,-133,-132v0,-117,164,-174,236,-84r-22,26v-25,-22,-45,-38,-80,-39v-54,-2,-98,45,-98,98v0,86,109,133,166,72v16,-17,23,-36,23,-56r-88,0r0,-31r124,0v11,89,-52,145,-128,146","w":279},"H":{"d":"22,0r0,-253r33,0r0,105r110,0r0,-106r34,0r0,254r-34,0r0,-116r-110,0r0,116r-33,0","w":219},"I":{"d":"23,0r0,-252r35,0r0,252r-35,0","w":80},"J":{"d":"0,-32v41,3,70,-7,70,-46r0,-174r34,0r0,169v0,62,-38,87,-104,83r0,-32","w":119},"K":{"d":"150,0v0,-54,14,-122,-50,-114r-43,0r0,114r-34,0r0,-252r34,0r0,106v76,13,74,-64,102,-106r38,0r-46,96v-6,7,-12,12,-18,15v58,10,54,73,52,141r-35,0"},"L":{"d":"141,0v-67,8,-119,-17,-118,-75r0,-177r33,0r0,164v-3,51,33,60,85,56r0,32","w":140,"k":{"\u00de":13,"\u00dd":13,"Y":13,"W":6,"V":13,"T":13,"'":27}},"M":{"d":"0,0r28,-224v0,-24,27,-43,48,-27v5,5,9,12,12,21r53,174r50,-170v3,-35,55,-42,60,-3r30,229r-35,0r-25,-207r-58,189v-5,23,-38,28,-46,0r-57,-189r-24,207r-36,0","w":279},"N":{"d":"202,-21v2,31,-51,28,-57,4r-93,-192r0,209r-34,0r0,-221v-3,-37,44,-45,59,-14r91,187r0,-204r34,0r0,231","w":219},"O":{"d":"139,-225v-50,0,-95,45,-95,94v0,55,41,105,96,104v52,0,97,-45,97,-99v0,-56,-42,-99,-98,-99xm143,4v-75,0,-135,-59,-135,-135v0,-65,64,-127,128,-126v74,1,136,55,136,130v0,67,-61,131,-129,131","w":279},"P":{"d":"96,-225v-31,0,-47,24,-47,54r0,171r-34,0r0,-172v-1,-47,36,-85,81,-85v45,0,84,35,83,81v-1,59,-47,90,-117,80r0,-31v47,5,83,-6,83,-49v0,-29,-19,-49,-49,-49","w":180,"k":{".":27,",":27}},"Q":{"d":"272,-131v0,64,-50,127,-107,132r0,51r-34,0r0,-134r34,0r0,52v42,-9,72,-48,72,-99v0,-51,-43,-95,-95,-95v-56,0,-99,43,-99,97v0,47,33,88,71,96r0,32v-57,-9,-106,-61,-106,-128v0,-71,61,-130,131,-130v67,0,133,58,133,126","w":279},"R":{"d":"100,-224v-29,0,-49,21,-49,49r0,176r-33,0v6,-107,-33,-257,83,-257v72,0,105,94,49,127v45,14,31,75,33,129r-34,0v-1,-52,11,-114,-46,-110r-37,0r0,-31v42,4,79,-7,79,-43v1,-24,-20,-40,-45,-40"},"S":{"d":"162,-99v25,47,-6,99,-62,99r-92,0r0,-32v54,-2,158,17,120,-54v-35,-34,-117,-39,-118,-104v-1,-36,29,-62,64,-62r86,0r0,31v-47,3,-131,-18,-113,42v27,35,96,44,115,80","w":180},"T":{"d":"1,-221r0,-31r158,0r0,31r-62,0r0,221r-34,0r0,-221r-62,0","w":159,"k":{"\u00fd":13,"\u00fc":13,"\u00fb":13,"\u00fa":13,"\u00f9":13,"\u00f8":13,"\u00f6":20,"\u00f5":20,"\u00f4":20,"\u00f3":20,"\u00ec":20,"\u00eb":20,"\u00ea":20,"\u00e9":20,"\u00e8":20,"\u00e7":20,"\u00e6":20,"\u00e4":20,"\u00e3":20,"\u00e2":20,"\u00e1":20,"\u00e0":13,"\u00ba":20,"\u00b9":20,"\u0153":20,"\u0161":20,"y":13,"w":13,"u":13,"s":20,"r":13,"o":20,"e":20,"c":20,"a":20,";":13,":":13,".":13,"-":13,",":13}},"U":{"d":"99,4v-46,0,-82,-37,-82,-86r0,-170r34,0r0,166v-1,36,16,58,49,59v29,1,50,-26,50,-55r0,-170r34,0r0,167v1,49,-36,89,-85,89"},"V":{"d":"-5,-252r35,0r72,208r69,-208r35,0r-75,231v-3,22,-30,33,-47,18v-37,-75,-58,-168,-89,-249","k":{"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00ec":13,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e4":13,"\u00e3":13,"\u00e2":13,"\u00e1":13,"\u00b9":13,"o":13,"e":13,"a":13,";":13,":":13,".":20,"-":13,",":20}},"W":{"d":"91,4v-43,1,-73,-37,-73,-79r0,-177r34,0r0,164v2,40,7,59,46,61v24,1,45,-20,45,-43r0,-182r34,0r0,183v2,24,21,41,47,42v26,0,45,-19,45,-44r0,-181r33,0r0,184v9,73,-118,99,-141,36v-16,25,-30,35,-70,36","w":320,"k":{".":6,",":6}},"X":{"d":"82,-125v0,-51,-33,-97,-81,-96r0,-31v49,0,91,29,99,72v8,-39,51,-72,99,-72r0,31v-48,1,-80,45,-80,96v0,47,33,96,80,93r0,32v-45,2,-95,-36,-99,-74v-7,42,-49,75,-99,74r0,-32v45,-1,81,-44,81,-93"},"Y":{"d":"72,-99v-35,-9,-65,-36,-64,-77r0,-76r34,0v1,56,-13,121,50,121v58,0,45,-66,46,-121r34,0r0,80v1,38,-31,67,-65,73r0,99r-35,0r0,-99","w":180,"k":{"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00ec":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00b9":6,"q":6,"p":6,"o":6,"e":6,"a":6,".":27,"-":6,",":27}},"Z":{"d":"35,0v-32,-1,-38,-30,-19,-55r118,-166r-115,0r0,-31r124,0v35,-3,29,36,16,54r-117,166r132,0r0,32r-139,0","w":180},"[":{"d":"41,63r0,-315r62,0r0,17r-31,0r0,280r31,0r0,18r-62,0","w":140},"\\":{"d":"-23,-257r29,0r116,261r-28,0","w":99},"]":{"d":"37,63r0,-18r31,0r0,-278r-31,0r0,-19r62,0r0,315r-62,0","w":140},"^":{"d":"21,-103r73,-149r28,0r74,149r-30,0r-58,-118r-57,118r-30,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"`":{"d":"49,-194r-47,-52r39,0r33,52r-25,0","w":99,"k":{"`":13}},"a":{"d":"100,-176v49,0,86,31,86,79r0,97r-32,0r0,-100v0,-28,-26,-47,-57,-46v-33,1,-56,23,-56,58v0,56,69,84,100,37r0,38v-53,46,-135,-8,-132,-75v2,-52,37,-88,91,-88"},"b":{"d":"103,4v-48,0,-88,-42,-88,-90r0,-166r31,0v8,85,-31,220,57,225v32,1,56,-28,56,-60v0,-55,-63,-75,-100,-44r0,-34v56,-32,135,8,132,74v-3,52,-35,95,-88,95"},"c":{"d":"133,0v-70,9,-118,-28,-118,-86v0,-61,48,-96,118,-87r0,30v-49,-6,-84,16,-84,58v0,39,36,61,84,55r0,30","w":140},"d":{"d":"99,-26v87,0,47,-142,56,-226r31,0r0,169v0,47,-40,87,-89,87v-49,0,-87,-38,-87,-86v0,-70,71,-118,132,-82r0,34v-39,-31,-110,-11,-101,50v5,32,25,54,58,54"},"e":{"d":"11,-82v0,-71,77,-119,139,-81v14,9,24,23,34,41r-116,65r-14,-25r86,-48v-33,-36,-96,-7,-96,46v0,31,26,58,57,57v38,0,50,-20,58,-54r31,4v0,44,-44,81,-91,81v-46,0,-88,-40,-88,-86"},"f":{"d":"107,-222v-39,-4,-62,7,-56,49r52,0r0,30r-52,0r0,143r-32,0r0,-189v0,-48,34,-69,88,-63r0,30","w":99},"g":{"d":"186,-7v5,75,-76,108,-147,79r7,-29v44,18,109,8,109,-43v0,-65,9,-145,-53,-146v-38,0,-58,27,-58,66v0,48,63,69,98,39r0,33v-58,35,-130,-11,-130,-77v0,-53,38,-91,89,-91v45,-1,85,34,85,80r0,89"},"h":{"d":"93,-145v-64,0,-40,87,-44,145r-31,0r0,-252r31,0r0,93v40,-36,116,-11,116,52r0,107r-33,0v-5,-56,21,-145,-39,-145","w":180},"i":{"d":"51,-193v-10,0,-21,-7,-20,-19v0,-9,10,-19,19,-19v9,0,19,9,19,19v0,12,-7,19,-18,19xm34,0r0,-173r32,0r0,173r-32,0","w":99},"j":{"d":"56,18v0,43,-32,64,-79,60r0,-31v37,2,47,-7,47,-47r0,-173r32,0r0,191xm41,-193v-11,1,-21,-8,-20,-18v0,-12,7,-20,18,-20v12,0,20,7,20,21v0,11,-9,17,-18,17","w":80},"k":{"d":"114,0v-2,-34,10,-81,-28,-79r-35,0r0,79r-32,0r0,-252r32,0r0,143v49,7,48,-39,69,-64r36,0v-14,21,-31,63,-51,71v45,3,43,53,41,102r-32,0","w":159},"l":{"d":"24,-252r31,0r0,252r-31,0r0,-252","w":80},"m":{"d":"82,-146v-56,0,-25,94,-33,146r-31,0r0,-119v-5,-56,86,-77,112,-33v26,-43,113,-23,113,33r0,119r-32,0v-6,-52,21,-146,-31,-146v-57,0,-27,93,-34,146r-32,0v-6,-53,21,-146,-32,-146","w":260},"n":{"d":"91,-147v-60,0,-38,88,-42,147r-33,0r0,-105v0,-39,34,-73,75,-72v40,1,74,33,74,74r0,103r-32,0v-4,-60,18,-147,-42,-147","w":180},"o":{"d":"190,-88v0,48,-37,92,-85,92v-54,0,-95,-41,-95,-93v0,-47,43,-87,89,-87v49,0,91,39,91,88xm100,-146v-32,0,-57,25,-57,57v0,37,22,62,58,62v39,-1,55,-24,55,-64v0,-33,-25,-55,-56,-55"},"p":{"d":"102,-147v-85,4,-49,140,-56,224r-31,0r0,-163v-1,-52,35,-90,86,-90v51,0,90,39,90,88v0,72,-71,116,-132,79r0,-33v43,32,100,11,100,-46v0,-34,-27,-61,-57,-59"},"q":{"d":"41,-87v0,55,65,76,101,45r0,33v-35,19,-85,14,-111,-17v-46,-55,-11,-150,65,-150v51,0,90,37,90,89r0,164r-31,0v-8,-85,31,-224,-56,-224v-32,0,-58,26,-58,60"},"r":{"d":"101,-146v-68,-6,-51,81,-53,146r-32,0r0,-173r30,0r0,20v10,-16,28,-25,55,-23r0,30","w":99,"k":{".":13,"-":20,",":13}},"s":{"d":"139,-78v32,34,6,78,-53,78r-76,0r0,-30r90,1v12,-2,20,-4,20,-15v-14,-40,-110,-23,-110,-82v0,-58,76,-45,134,-46r0,30r-81,0v-27,0,-23,27,-1,33v15,4,70,17,77,31","w":159},"t":{"d":"114,0v-52,4,-93,-3,-93,-54r0,-163r32,0r0,44r61,0r0,30r-61,0r0,95v-1,26,37,16,61,18r0,30","w":119},"u":{"d":"89,4v-45,0,-74,-33,-73,-79r0,-98r32,0v4,58,-19,146,41,146v61,0,40,-87,43,-146r32,0r0,103v1,42,-32,74,-75,74","w":180},"v":{"d":"-5,-173r35,0r50,134r51,-134r34,0r-61,160v-7,24,-41,20,-49,-2","w":159,"k":{".":6,",":6}},"w":{"d":"130,-21v-27,45,-112,24,-112,-35r0,-117r31,0v7,52,-22,146,31,146v57,0,26,-94,34,-146r32,0v7,53,-23,146,35,146v51,0,23,-95,30,-146r32,0r0,121v2,54,-87,76,-113,31","w":260},"x":{"d":"54,-86v0,-28,-22,-58,-51,-56r0,-30v32,0,55,17,66,42v8,-24,38,-42,69,-43r0,31v-29,2,-52,25,-52,56v0,30,25,55,52,56r0,30v-33,0,-55,-16,-69,-40v-12,26,-33,38,-66,40r0,-30v27,0,51,-28,51,-56","w":140},"y":{"d":"74,3v-32,-9,-56,-28,-56,-65r0,-112r32,0v5,57,-22,148,40,147v61,-1,35,-90,40,-147r32,0r0,104v0,41,-23,64,-56,73r0,74r-32,0r0,-74","w":180},"z":{"d":"29,0v-25,1,-26,-31,-12,-48r77,-95r-81,0r0,-30v46,2,152,-9,109,44r-80,99r89,0r0,30r-102,0","w":140},"{":{"d":"105,63v-117,20,-26,-138,-93,-147r0,-21v68,-9,-26,-168,93,-147r0,17v-71,-13,2,121,-61,140v40,12,28,71,28,119v0,19,13,24,33,22r0,17","w":140},"|":{"d":"26,0r0,-252r28,0r0,252r-28,0","w":80},"}":{"d":"35,-252v118,-20,25,139,93,147r0,21v-69,7,27,169,-93,147r0,-17v72,12,-3,-121,61,-141v-36,-11,-28,-63,-28,-109v0,-27,-7,-34,-33,-31r0,-17","w":140},"~":{"d":"68,-85v-16,0,-24,14,-30,26r-14,-23v10,-18,23,-29,45,-31v20,-2,74,28,77,25v17,-1,24,-12,33,-26r12,23v-13,17,-23,30,-46,31v-7,3,-57,-26,-77,-25","w":216},"\u0160":{"d":"38,-320r30,0r23,34r24,-34r29,0r-36,51r-33,0xm162,-99v25,47,-6,99,-62,99r-92,0r0,-32v54,-2,158,17,120,-54v-35,-34,-117,-39,-118,-104v-1,-36,29,-62,64,-62r86,0r0,31v-47,3,-131,-18,-113,42v27,35,96,44,115,80","w":180},"\u0152":{"d":"162,-99v25,47,-6,99,-62,99r-92,0r0,-32v54,-2,158,17,120,-54v-35,-34,-117,-39,-118,-104v-1,-36,29,-62,64,-62r86,0r0,31v-47,3,-131,-18,-113,42v27,35,96,44,115,80xm76,-269r32,-52r39,0r-46,52r-25,0","w":180},"\u0161":{"d":"139,-78v32,34,6,78,-53,78r-76,0r0,-30r90,1v12,-2,20,-4,20,-15v-14,-40,-110,-23,-110,-82v0,-58,76,-45,134,-46r0,30r-81,0v-27,0,-23,27,-1,33v15,4,70,17,77,31xm28,-240r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":159},"\u0153":{"d":"139,-78v32,34,6,78,-53,78r-76,0r0,-30r90,1v12,-2,20,-4,20,-15v-14,-40,-110,-23,-110,-82v0,-58,76,-45,134,-46r0,30r-81,0v-27,0,-23,27,-1,33v15,4,70,17,77,31xm63,-189r32,-52r39,0r-46,52r-25,0","w":159},"\u0178":{"d":"29,0v-25,1,-26,-31,-12,-48r77,-95r-81,0r0,-30v46,2,152,-9,109,44r-80,99r89,0r0,30r-102,0xm52,-189r32,-52r39,0r-46,52r-25,0","w":140},"\u00a0":{"w":99},"\u00a1":{"d":"-3,-240r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":103},"\u00a2":{"d":"51,-217v16,0,24,-11,24,-28r24,0v2,43,-55,65,-84,35v-10,-9,-14,-21,-14,-35r24,0v-1,17,10,29,26,28","w":99},"\u00a3":{"d":"141,0v-74,7,-126,-19,-118,-93r-18,9r0,-27r18,-9r0,-132r33,0r0,115r45,-22r0,28r-45,23v-2,46,7,78,52,76r33,0r0,32","w":140,"k":{"\u00de":13,"\u00dd":13,"Y":13,"W":6,"V":13,"T":13}},"\u00a4":{"d":"29,-73v-24,-21,-23,-84,0,-106r-20,-22r17,-16r20,21v26,-25,82,-26,108,0r20,-21r17,17r-19,21v23,24,24,82,0,106r19,21r-17,17r-20,-20v-26,24,-81,23,-108,0r-19,20r-18,-18xm159,-127v0,-35,-27,-61,-61,-61v-33,0,-57,29,-57,63v0,34,25,59,58,59v32,0,60,-29,60,-61"},"\u00a5":{"d":"181,75v-41,15,-78,-33,-40,-61r17,-14r-5,0r0,-114r-91,0r0,-33r91,0v2,-49,-14,-78,-52,-78v-33,0,-52,26,-52,58r0,167r-35,0r1,-167v-1,-50,36,-90,84,-90v54,0,87,40,87,98r0,159v-21,4,-31,25,-34,45v-3,16,19,16,34,14","k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6}},"\u00a6":{"d":"53,-139r-28,0r0,-113r28,0r0,113xm25,-117r28,0r0,117r-28,0r0,-117","w":55},"\u00a7":{"d":"39,-90v-27,-25,-28,-81,21,-81v-11,-13,-20,-23,-21,-42v-1,-41,61,-57,90,-31r16,16r-20,18v-11,-16,-32,-32,-50,-17v-4,4,-6,9,-6,15v13,50,89,65,92,127v1,21,-20,38,-39,39v33,30,21,94,-36,88v-30,-3,-36,-7,-57,-30r24,-18v6,13,18,24,34,24v41,0,16,-49,-3,-63v-14,-10,-31,-32,-45,-45xm89,-80v9,11,40,21,41,-2v-9,-26,-39,-58,-65,-67v-40,14,10,53,24,69","w":180},"\u00a8":{"d":"79,-195v-12,0,-21,-9,-21,-22v0,-12,9,-19,21,-19v11,0,20,7,20,19v0,13,-8,22,-20,22xm22,-195v-12,0,-21,-9,-21,-22v0,-12,9,-19,21,-19v11,0,20,7,20,19v0,13,-8,22,-20,22","w":99},"\u00a9":{"d":"143,4v-76,0,-131,-59,-132,-131v-1,-69,59,-130,131,-130v74,0,135,61,135,135v0,69,-62,126,-134,126xm145,-233v-59,0,-104,50,-104,108v0,61,45,107,103,107v56,0,102,-48,102,-108v0,-56,-44,-107,-101,-107xm146,-47v-43,0,-73,-35,-73,-80v0,-87,126,-110,140,-25r-26,0v-16,-50,-92,-31,-86,25v-8,54,78,78,87,24r24,0v-5,33,-28,56,-66,56","w":288},"\u00aa":{"d":"47,57v17,11,59,1,39,-21v-10,-11,-28,7,-33,-8r22,-28r-67,0r0,-32v54,-2,158,17,120,-54v-35,-34,-117,-39,-118,-104v-1,-36,29,-62,64,-62r86,0r0,31v-47,3,-131,-18,-113,42v35,45,124,41,124,114v0,43,-32,68,-79,65r-16,21v22,-6,42,4,42,27v0,32,-52,37,-78,23","w":180},"\u00ab":{"d":"84,-87r45,-55r28,0r-45,56r47,55r-28,0xm23,-86r45,-55r27,-1r-44,56r46,55r-28,0","w":180},"\u00ac":{"d":"22,-108r0,-28r173,0r0,99r-29,0r0,-71r-144,0","w":216},"\u00ad":{"d":"10,-72r0,-28r81,0r0,28r-81,0","w":99},"\u00ae":{"d":"142,4v-75,0,-131,-59,-131,-134v0,-68,59,-127,131,-127v69,0,134,61,134,130v0,78,-58,131,-134,131xm141,-233v-57,0,-100,48,-100,107v0,58,44,108,103,107v60,-1,103,-45,103,-108v0,-55,-50,-106,-106,-106xm204,-156v0,24,-17,37,-39,39r42,66r-27,0r-39,-65r-23,0r0,65r-25,0r0,-150v52,0,111,-10,111,45xm179,-159v0,-27,-35,-21,-62,-22r0,45v28,-1,62,6,62,-23","w":288},"\u00af":{"d":"35,0v-32,-1,-38,-30,-19,-55r118,-166r-115,0r0,-31r124,0v35,-3,29,36,16,54r-117,166r132,0r0,32r-139,0xm96,-275v-11,0,-21,-8,-20,-20v0,-9,9,-18,19,-18v10,0,19,9,19,19v0,12,-7,19,-18,19","w":180},"\u00b0":{"d":"6,-215v0,-14,11,-25,25,-25v14,0,26,12,26,25v0,13,-13,26,-26,26v-13,0,-25,-12,-25,-26xm44,-215v0,-8,-5,-12,-13,-12v-8,0,-12,4,-12,12v0,8,4,13,12,13v8,0,13,-5,13,-13","w":60},"\u00b1":{"d":"96,-120r0,-52r25,0r0,52r65,0r0,29r-65,0r0,52r-25,0r0,-52r-65,0r0,-29r65,0xm31,1r0,-28r155,0r0,28r-155,0","w":216},"\u00b2":{"d":"76,75v-41,15,-79,-33,-41,-61v11,-8,17,-21,39,-18v-9,16,-26,28,-28,49v-2,17,20,16,35,14","w":99},"\u00b3":{"d":"24,-103r-20,10r0,-32r20,-9r0,-118r31,0r0,102r21,-10r0,31r-21,11r0,118r-31,0r0,-103","w":80},"\u00b4":{"d":"26,-189r32,-52r40,0r-47,52r-25,0","w":99},"\u00b5":{"d":"90,-27v61,0,38,-88,42,-146r32,0r0,101v5,60,-68,97,-116,63r0,87r-32,0r0,-251r32,0v4,59,-19,146,42,146","w":180},"\u00b6":{"d":"10,-182v0,-84,96,-70,178,-70r0,301r-30,0r0,-278r-41,0r0,278r-30,0r0,-167v-42,1,-77,-24,-77,-64","w":216},"\u00b7":{"d":"27,-125v-1,-35,28,-64,61,-64v36,0,63,25,65,58v2,36,-25,68,-60,68v-37,0,-66,-28,-66,-62","w":180},"\u00b8":{"d":"18,56v16,10,60,1,39,-21v-10,-11,-28,7,-33,-8r23,-31r18,0r-18,24v21,-6,42,3,42,26v0,33,-53,39,-78,23","w":99},"\u00b9":{"d":"184,74v-41,17,-80,-32,-41,-60r16,-14r-5,0r0,-100v0,-28,-26,-47,-57,-46v-33,1,-56,23,-56,58v0,56,69,84,100,37r0,38v-53,46,-135,-8,-132,-75v2,-52,37,-88,91,-88v49,0,86,31,86,79r0,97v-23,4,-51,59,-10,60v5,0,9,0,13,-1"},"\u00ba":{"d":"41,58v19,9,57,1,39,-21v-10,-12,-28,7,-33,-8r21,-29r-58,0r0,-30r90,1v12,-2,20,-4,20,-15v-14,-40,-110,-23,-110,-82v0,-58,76,-45,134,-46r0,30r-81,0v-27,0,-23,27,-1,33v32,9,91,20,91,64v0,35,-28,47,-67,45r-16,21v21,-6,43,4,42,27v-1,33,-51,38,-78,23","w":159},"\u00bb":{"d":"129,-86r-44,-56r28,0r44,56r-47,55r-27,0xm68,-86r-44,-56r27,0r44,56r-46,55r-27,0","w":180},"\u00bc":{"d":"141,0v-67,8,-119,-17,-118,-75r0,-177r33,0r0,164v-3,51,33,60,85,56r0,32xm61,-202r9,-51r22,0r-12,51r-19,0","w":140,"k":{"\u00de":13,"\u00dd":13,"Y":13,"W":6,"V":13,"T":13}},"\u00bd":{"d":"66,-189r33,-52r39,0r-46,52r-26,0xm3,-189r32,-52r39,0r-46,52r-25,0","w":99},"\u00be":{"d":"24,-252r31,0r0,252r-31,0r0,-252xm60,-202r8,-51r22,0r-12,51r-18,0","w":80},"\u00bf":{"d":"29,0v-25,1,-26,-31,-12,-48r77,-95r-81,0r0,-30v46,2,152,-9,109,44r-80,99r89,0r0,30r-102,0xm66,-193v-10,0,-21,-7,-20,-19v0,-9,10,-19,19,-19v9,0,19,9,19,19v0,12,-7,19,-18,19","w":140},"\u00c0":{"d":"100,-224v-29,0,-49,21,-49,49r0,176r-33,0v6,-107,-33,-257,83,-257v72,0,105,94,49,127v45,14,31,75,33,129r-34,0v-1,-52,11,-114,-46,-110r-37,0r0,-31v42,4,79,-7,79,-43v1,-24,-20,-40,-45,-40xm83,-269r33,-52r39,0r-46,52r-26,0"},"\u00c1":{"d":"101,-225v-33,0,-52,26,-52,58r0,167r-35,0r1,-167v-1,-50,36,-90,84,-90v54,0,87,40,87,98r0,159r-33,0r0,-114r-91,0r0,-33r91,0v2,-49,-14,-78,-52,-78xm84,-269r33,-52r39,0r-46,52r-26,0","k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6}},"\u00c2":{"d":"101,-225v-33,0,-52,26,-52,58r0,167r-35,0r1,-167v-1,-50,36,-90,84,-90v54,0,87,40,87,98r0,159r-33,0r0,-114r-91,0r0,-33r91,0v2,-49,-14,-78,-52,-78xm48,-269r29,0r24,-35r24,35r28,0r-35,-52r-33,0","k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6}},"\u00c3":{"d":"101,-225v-33,0,-52,26,-52,58r0,167r-35,0r1,-167v-1,-50,36,-90,84,-90v54,0,87,40,87,98r0,159r-33,0r0,-114r-91,0r0,-33r91,0v2,-49,-14,-78,-52,-78xm103,-290v16,0,23,-10,23,-27r24,-1v3,44,-54,65,-83,35v-10,-9,-14,-21,-14,-35r24,1v-1,16,10,28,26,27","k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6}},"\u00c4":{"d":"101,-225v-33,0,-52,26,-52,58r0,167r-35,0r1,-167v-1,-50,36,-90,84,-90v54,0,87,40,87,98r0,159r-33,0r0,-114r-91,0r0,-33r91,0v2,-49,-14,-78,-52,-78xm130,-274v-12,0,-21,-9,-21,-22v0,-12,9,-19,21,-19v11,0,20,7,20,19v0,13,-8,22,-20,22xm72,-274v-12,0,-20,-9,-20,-22v0,-12,9,-19,20,-19v12,0,21,7,21,19v0,13,-9,22,-21,22","k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6}},"\u00c5":{"d":"141,0v-67,8,-119,-17,-118,-75r0,-177r33,0r0,164v-3,51,33,60,85,56r0,32xm28,-269r32,-52r40,0r-46,52r-26,0","w":140,"k":{"\u00de":13,"\u00dd":13,"Y":13,"W":6,"V":13,"T":13}},"\u00c6":{"d":"172,0v-96,11,-159,-44,-159,-127v0,-76,70,-137,159,-125r0,31v-74,-8,-123,31,-123,96v0,66,47,101,123,93r0,32xm96,-269r33,-52r39,0r-46,52r-26,0","w":180},"\u00c7":{"d":"102,57v17,11,59,1,39,-21v-10,-11,-28,7,-33,-8r22,-28v-67,1,-117,-60,-117,-127v0,-76,70,-137,159,-125r0,31v-74,-8,-123,31,-123,96v0,66,47,101,123,93r0,32r-25,0r-16,21v22,-7,44,4,43,27v0,31,-52,37,-79,23","w":180},"\u00c8":{"d":"172,0v-96,11,-159,-44,-159,-127v0,-76,70,-137,159,-125r0,31v-74,-8,-123,31,-123,96v0,66,47,101,123,93r0,32xm66,-320r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":180},"\u00c9":{"d":"166,0v-91,10,-158,-47,-158,-125v0,-88,63,-132,158,-127r0,31v-64,-7,-115,23,-122,74r122,0r0,33r-122,0v2,56,52,93,122,82r0,32xm108,-269r32,-52r40,0r-46,52r-26,0","w":180},"\u00ca":{"d":"163,75v-47,17,-79,-43,-33,-67v2,-2,4,-5,6,-8v-68,2,-130,-57,-128,-125v2,-88,63,-132,158,-127r0,31v-64,-7,-115,23,-122,74r122,0r0,33r-122,0v2,56,52,93,122,82r0,32v-20,4,-29,25,-32,45v-3,16,19,16,34,14","w":180},"\u00cb":{"d":"166,0v-91,10,-158,-47,-158,-125v0,-88,63,-132,158,-127r0,31v-64,-7,-115,23,-122,74r122,0r0,33r-122,0v2,56,52,93,122,82r0,32xm145,-274v-12,0,-21,-9,-21,-22v0,-12,9,-19,21,-19v11,0,20,7,20,19v0,13,-8,22,-20,22xm87,-274v-12,0,-20,-9,-20,-22v0,-12,9,-19,20,-19v12,0,21,7,21,19v0,13,-9,22,-21,22","w":180},"\u00cc":{"d":"166,0v-91,10,-158,-47,-158,-125v0,-88,63,-132,158,-127r0,31v-64,-7,-115,23,-122,74r122,0r0,33r-122,0v2,56,52,93,122,82r0,32xm61,-320r29,0r24,34r24,-34r28,0r-35,51r-33,0","w":180},"\u00cd":{"d":"23,0r0,-252r35,0r0,252r-35,0xm26,-269r32,-52r40,0r-47,52r-25,0","w":80},"\u00ce":{"d":"23,0r0,-252r35,0r0,252r-35,0xm-13,-269r30,0r23,-35r24,35r29,0r-36,-52r-33,0","w":80},"\u00cf":{"d":"174,-128v0,-61,-49,-101,-119,-93r0,221r-33,0r0,-252r67,0v66,0,122,56,120,124v-2,78,-53,137,-140,128r0,-32v66,10,105,-42,105,-96xm38,-320r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":219},"\u00d0":{"d":"176,-126v0,-61,-48,-102,-118,-95r0,75r61,0r0,32r-61,0r0,114r-34,0r0,-114r-28,0r0,-32r28,0r0,-106r63,0v69,-2,125,58,124,126v-1,74,-59,133,-139,126r0,-32v64,7,104,-37,104,-94","w":219},"\u00d1":{"d":"202,-21v2,31,-51,28,-57,4r-93,-192r0,209r-34,0r0,-221v-3,-37,44,-45,59,-14r91,187r0,-204r34,0r0,231xm99,-269r33,-52r39,0r-46,52r-26,0","w":219},"\u00d2":{"d":"202,-21v2,31,-51,28,-57,4r-93,-192r0,209r-34,0r0,-221v-3,-37,44,-45,59,-14r91,187r0,-204r34,0r0,231xm68,-320r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":219},"\u00d3":{"d":"139,-225v-50,0,-95,45,-95,94v0,55,41,105,96,104v52,0,97,-45,97,-99v0,-56,-42,-99,-98,-99xm143,4v-75,0,-135,-59,-135,-135v0,-65,64,-127,128,-126v74,1,136,55,136,130v0,67,-61,131,-129,131xm123,-269r33,-52r39,0r-46,52r-26,0","w":279},"\u00d4":{"d":"139,-225v-50,0,-95,45,-95,94v0,55,41,105,96,104v52,0,97,-45,97,-99v0,-56,-42,-99,-98,-99xm143,4v-75,0,-135,-59,-135,-135v0,-65,64,-127,128,-126v74,1,136,55,136,130v0,67,-61,131,-129,131xm88,-269r29,0r24,-35r24,35r28,0r-35,-52r-33,0","w":279},"\u00d5":{"d":"139,-225v-50,0,-95,45,-95,94v0,55,41,105,96,104v52,0,97,-45,97,-99v0,-56,-42,-99,-98,-99xm143,4v-75,0,-135,-59,-135,-135v0,-65,64,-127,128,-126v74,1,136,55,136,130v0,67,-61,131,-129,131xm162,-269r33,-52r39,0r-46,52r-26,0xm99,-269r32,-52r39,0r-46,52r-25,0","w":279},"\u00d6":{"d":"139,-225v-50,0,-95,45,-95,94v0,55,41,105,96,104v52,0,97,-45,97,-99v0,-56,-42,-99,-98,-99xm143,4v-75,0,-135,-59,-135,-135v0,-65,64,-127,128,-126v74,1,136,55,136,130v0,67,-61,131,-129,131xm168,-273v-11,0,-20,-9,-20,-21v0,-12,8,-20,20,-20v12,0,21,7,21,19v0,13,-9,22,-21,22xm111,-273v-11,0,-20,-9,-20,-21v0,-12,8,-20,20,-20v11,0,20,6,20,19v0,14,-8,22,-20,22","w":279},"\u00d7":{"d":"57,-16r-20,-20r51,-51r-51,-51r20,-19r51,50r51,-51r20,20r-51,51r51,52r-20,20r-51,-52","w":216},"\u00d8":{"d":"100,-224v-29,0,-49,21,-49,49r0,176r-33,0v6,-107,-33,-257,83,-257v72,0,105,94,49,127v45,14,31,75,33,129r-34,0v-1,-52,11,-114,-46,-110r-37,0r0,-31v42,4,79,-7,79,-43v1,-24,-20,-40,-45,-40xm52,-320r30,0r23,34r24,-34r29,0r-36,51r-33,0"},"\u00d9":{"d":"99,4v-46,0,-82,-37,-82,-86r0,-170r34,0r0,166v-1,36,16,58,49,59v29,1,50,-26,50,-55r0,-170r34,0r0,167v1,49,-36,89,-85,89xm75,-294v0,-14,12,-26,25,-26v13,0,26,13,26,26v0,13,-12,25,-26,25v-14,0,-25,-11,-25,-25xm113,-294v0,-8,-5,-13,-13,-13v-8,0,-12,5,-12,13v0,8,4,12,12,12v8,0,13,-4,13,-12"},"\u00da":{"d":"99,4v-46,0,-82,-37,-82,-86r0,-170r34,0r0,166v-1,36,16,58,49,59v29,1,50,-26,50,-55r0,-170r34,0r0,167v1,49,-36,89,-85,89xm87,-269r33,-52r39,0r-46,52r-26,0"},"\u00db":{"d":"99,4v-46,0,-82,-37,-82,-86r0,-170r34,0r0,166v-1,36,16,58,49,59v29,1,50,-26,50,-55r0,-170r34,0r0,167v1,49,-36,89,-85,89xm116,-269r32,-52r40,0r-47,52r-25,0xm52,-269r33,-52r39,0r-46,52r-26,0"},"\u00dc":{"d":"99,4v-46,0,-82,-37,-82,-86r0,-170r34,0r0,166v-1,36,16,58,49,59v29,1,50,-26,50,-55r0,-170r34,0r0,167v1,49,-36,89,-85,89xm130,-274v-12,0,-21,-9,-21,-22v0,-12,9,-19,21,-19v11,0,20,7,20,19v0,13,-8,22,-20,22xm72,-274v-12,0,-20,-9,-20,-22v0,-12,9,-19,20,-19v12,0,21,7,21,19v0,13,-9,22,-21,22"},"\u00dd":{"d":"72,-99v-35,-9,-65,-36,-64,-77r0,-76r34,0v1,56,-13,121,50,121v58,0,45,-66,46,-121r34,0r0,80v1,38,-31,67,-65,73r0,99r-35,0r0,-99xm76,-269r32,-52r39,0r-46,52r-25,0","w":180,"k":{"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00ec":6,"\u00eb":6,"\u00ea":6,"\u00e9":6,"\u00e4":6,"\u00e3":6,"\u00e2":6,"\u00e1":6,"\u00b9":6,"q":6,"p":6,"o":6,"e":6,"a":6}},"\u00de":{"d":"1,-221r0,-31r158,0r0,31r-62,0r0,221r-34,0r0,-221r-62,0xm62,61r9,-51r22,0r-12,51r-19,0","w":159,"k":{"\u00fd":13,"\u00fc":13,"\u00fb":13,"\u00fa":13,"\u00f9":13,"\u00f8":13,"\u00f6":20,"\u00f5":20,"\u00f4":20,"\u00f3":20,"\u00ec":20,"\u00eb":20,"\u00ea":20,"\u00e9":20,"\u00e8":20,"\u00e7":20,"\u00e6":20,"\u00e4":20,"\u00e3":20,"\u00e2":20,"\u00e1":20,"\u00e0":13,"\u00ba":20,"\u00b9":20,"\u0153":20,"\u0161":20,"y":13,"w":13,"u":13,"s":20,"r":13,"o":20,"e":20,"c":20,"a":20}},"\u00df":{"d":"127,-217v-29,-14,-56,0,-56,41r0,176r-32,0r0,-135r-36,0r7,-31r29,0v-5,-52,19,-86,66,-86v34,0,63,21,62,54v-1,32,-16,34,-40,48v49,21,80,34,80,84v0,36,-28,66,-68,66r-55,0r0,-30v42,0,91,5,91,-36v0,-47,-74,-50,-84,-83v-1,-23,71,-38,36,-68","w":219},"\u00e0":{"d":"101,-146v-68,-6,-51,81,-53,146r-32,0r0,-173r30,0r0,20v10,-16,28,-25,55,-23r0,30xm45,-189r33,-52r39,0r-46,52r-26,0","w":99},"\u00e1":{"d":"100,-176v49,0,86,31,86,79r0,97r-32,0r0,-100v0,-28,-26,-47,-57,-46v-33,1,-56,23,-56,58v0,56,69,84,100,37r0,38v-53,46,-135,-8,-132,-75v2,-52,37,-88,91,-88xm80,-189r32,-52r40,0r-47,52r-25,0"},"\u00e2":{"d":"100,-176v49,0,86,31,86,79r0,97r-32,0r0,-100v0,-28,-26,-47,-57,-46v-33,1,-56,23,-56,58v0,56,69,84,100,37r0,38v-53,46,-135,-8,-132,-75v2,-52,37,-88,91,-88xm47,-189r29,0r24,-35r23,35r29,0r-35,-52r-33,0"},"\u00e3":{"d":"100,-176v49,0,86,31,86,79r0,97r-32,0r0,-100v0,-28,-26,-47,-57,-46v-33,1,-56,23,-56,58v0,56,69,84,100,37r0,38v-53,46,-135,-8,-132,-75v2,-52,37,-88,91,-88xm105,-210v16,0,24,-11,24,-27r24,-1v2,43,-55,65,-84,35v-10,-9,-14,-21,-14,-35r24,1v-1,16,10,28,26,27"},"\u00e4":{"d":"100,-176v49,0,86,31,86,79r0,97r-32,0r0,-100v0,-28,-26,-47,-57,-46v-33,1,-56,23,-56,58v0,56,69,84,100,37r0,38v-53,46,-135,-8,-132,-75v2,-52,37,-88,91,-88xm129,-194v-12,0,-21,-9,-21,-22v0,-12,9,-19,21,-19v11,0,20,7,20,19v0,13,-8,22,-20,22xm71,-194v-12,0,-20,-9,-20,-22v0,-12,9,-19,20,-19v11,0,20,6,20,19v0,14,-8,22,-20,22"},"\u00e5":{"d":"24,-252r31,0r0,252r-31,0r0,-252xm27,-269r32,-52r40,0r-46,52r-26,0","w":80},"\u00e6":{"d":"133,0v-70,9,-118,-28,-118,-86v0,-61,48,-96,118,-87r0,30v-49,-6,-84,16,-84,58v0,39,36,61,84,55r0,30xm77,-189r32,-52r39,0r-46,52r-25,0","w":140},"\u00e7":{"d":"69,58v19,8,59,2,40,-21v-6,-8,-18,-5,-26,0r-7,-8r22,-29v-46,2,-83,-42,-83,-86v0,-61,48,-96,118,-87r0,30v-49,-6,-84,16,-84,58v0,39,36,61,84,55r0,30r-18,0r-16,21v21,-6,43,4,42,27v-1,33,-51,38,-78,23","w":140},"\u00e8":{"d":"133,0v-70,9,-118,-28,-118,-86v0,-61,48,-96,118,-87r0,30v-49,-6,-84,16,-84,58v0,39,36,61,84,55r0,30xm41,-241r30,0r23,35r24,-35r29,0r-36,52r-33,0","w":140},"\u00e9":{"d":"11,-82v0,-71,77,-119,139,-81v14,9,24,23,34,41r-116,65r-14,-25r86,-48v-33,-36,-96,-7,-96,46v0,31,26,58,57,57v38,0,50,-20,58,-54r31,4v0,44,-44,81,-91,81v-46,0,-88,-40,-88,-86xm78,-189r32,-53r39,0r-46,53r-25,0"},"\u00ea":{"d":"101,-27v38,0,50,-20,58,-54r31,4v-1,38,-32,64,-63,77v-8,14,-23,25,-24,45v-1,18,19,16,34,14v-3,10,-3,20,-18,18v-41,5,-58,-42,-28,-63r13,-10v-47,1,-93,-39,-93,-86v0,-71,77,-119,139,-81v14,9,24,23,34,41r-116,65r-14,-25r86,-48v-33,-36,-96,-7,-96,46v0,31,26,58,57,57"},"\u00eb":{"d":"11,-82v0,-71,77,-119,139,-81v14,9,24,23,34,41r-116,65r-14,-25r86,-48v-33,-36,-96,-7,-96,46v0,31,26,58,57,57v38,0,50,-20,58,-54r31,4v0,44,-44,81,-91,81v-46,0,-88,-40,-88,-86xm129,-194v-12,0,-21,-9,-21,-22v0,-12,9,-19,21,-19v11,0,20,7,20,19v0,13,-8,22,-20,22xm71,-194v-12,0,-20,-9,-20,-22v0,-12,9,-19,20,-19v11,0,20,6,20,19v0,14,-8,22,-20,22"},"\u00ec":{"d":"11,-82v0,-71,77,-119,139,-81v14,9,24,23,34,41r-116,65r-14,-25r86,-48v-33,-36,-96,-7,-96,46v0,31,26,58,57,57v38,0,50,-20,58,-54r31,4v0,44,-44,81,-91,81v-46,0,-88,-40,-88,-86xm47,-240r29,0r24,34r23,-34r29,0r-35,51r-33,0"},"\u00ed":{"d":"34,0r0,-173r32,0r0,173r-32,0xm35,-189r32,-52r39,0r-46,52r-25,0","w":99},"\u00ee":{"d":"34,0r0,-173r32,0r0,173r-32,0xm-3,-189r30,0r23,-35r24,35r29,0r-36,-52r-33,0","w":99},"\u00ef":{"d":"99,-26v87,0,47,-142,56,-226r31,0r0,169v0,47,-40,87,-89,87v-49,0,-87,-38,-87,-86v0,-70,71,-118,132,-82r0,34v-39,-31,-110,-11,-101,50v5,32,25,54,58,54xm195,-201r8,-50r22,0r-12,50r-18,0","w":216},"\u00f0":{"d":"99,-26v72,0,54,-97,56,-169r-64,0r0,-27r64,0r0,-30r31,0r0,30r21,0r0,27r-21,0r0,112v0,47,-40,87,-89,87v-49,0,-87,-38,-87,-86v0,-70,71,-118,132,-82r0,34v-39,-31,-110,-11,-101,50v5,32,25,53,58,54"},"\u00f1":{"d":"91,-147v-60,0,-38,88,-42,147r-33,0r0,-105v0,-39,34,-73,75,-72v40,1,74,33,74,74r0,103r-32,0v-4,-60,18,-147,-42,-147xm71,-189r33,-52r39,0r-46,52r-26,0","w":180},"\u00f2":{"d":"91,-147v-60,0,-38,88,-42,147r-33,0r0,-105v0,-39,34,-73,75,-72v40,1,74,33,74,74r0,103r-32,0v-4,-60,18,-147,-42,-147xm37,-240r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":180},"\u00f3":{"d":"190,-88v0,48,-37,92,-85,92v-54,0,-95,-41,-95,-93v0,-47,43,-87,89,-87v49,0,91,39,91,88xm100,-146v-32,0,-57,25,-57,57v0,37,22,62,58,62v39,-1,55,-24,55,-64v0,-33,-25,-55,-56,-55xm81,-189r32,-52r40,0r-46,52r-26,0"},"\u00f4":{"d":"190,-88v0,48,-37,92,-85,92v-54,0,-95,-41,-95,-93v0,-47,43,-87,89,-87v49,0,91,39,91,88xm100,-146v-32,0,-57,25,-57,57v0,37,22,62,58,62v39,-1,55,-24,55,-64v0,-33,-25,-55,-56,-55xm47,-189r29,0r24,-35r23,35r29,0r-35,-52r-33,0"},"\u00f5":{"d":"190,-88v0,48,-37,92,-85,92v-54,0,-95,-41,-95,-93v0,-47,43,-87,89,-87v49,0,91,39,91,88xm100,-146v-32,0,-57,25,-57,57v0,37,22,62,58,62v39,-1,55,-24,55,-64v0,-33,-25,-55,-56,-55xm115,-189r32,-52r39,0r-46,52r-25,0xm51,-189r33,-52r39,0r-46,52r-26,0"},"\u00f6":{"d":"190,-88v0,48,-37,92,-85,92v-54,0,-95,-41,-95,-93v0,-47,43,-87,89,-87v49,0,91,39,91,88xm100,-146v-32,0,-57,25,-57,57v0,37,22,62,58,62v39,-1,55,-24,55,-64v0,-33,-25,-55,-56,-55xm132,-194v-12,0,-21,-9,-21,-22v0,-12,9,-19,21,-19v11,0,20,7,20,19v0,13,-8,22,-20,22xm75,-194v-12,0,-21,-9,-21,-22v0,-12,9,-19,21,-19v11,0,20,7,20,19v0,13,-8,22,-20,22"},"\u00f7":{"d":"0,-61r0,-23r180,0r0,23r-180,0xm89,-102v-13,0,-23,-8,-23,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-8,21,-19,21xm87,2v-13,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v34,0,24,43,0,42","w":180},"\u00f8":{"d":"101,-146v-68,-6,-51,81,-53,146r-32,0r0,-173r30,0r0,20v10,-16,28,-25,55,-23r0,30xm6,-240r29,0r24,34r23,-34r29,0r-35,51r-34,0","w":99},"\u00f9":{"d":"89,4v-45,0,-74,-33,-73,-79r0,-98r32,0v4,58,-19,146,41,146v61,0,40,-87,43,-146r32,0r0,103v1,42,-32,74,-75,74xm65,-215v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,14,-12,26,-25,26v-13,0,-26,-13,-26,-26xm103,-215v0,-8,-4,-12,-12,-12v-8,0,-13,4,-13,12v0,8,5,13,13,13v8,0,12,-5,12,-13","w":180},"\u00fa":{"d":"89,4v-45,0,-74,-33,-73,-79r0,-98r32,0v4,58,-19,146,41,146v61,0,40,-87,43,-146r32,0r0,103v1,42,-32,74,-75,74xm76,-189r32,-52r39,0r-46,52r-25,0","w":180},"\u00fb":{"d":"89,4v-45,0,-74,-33,-73,-79r0,-98r32,0v4,58,-19,146,41,146v61,0,40,-87,43,-146r32,0r0,103v1,42,-32,74,-75,74xm105,-189r33,-52r39,0r-46,52r-26,0xm41,-189r33,-52r39,0r-46,52r-26,0","w":180},"\u00fc":{"d":"89,4v-45,0,-74,-33,-73,-79r0,-98r32,0v4,58,-19,146,41,146v61,0,40,-87,43,-146r32,0r0,103v1,42,-32,74,-75,74xm119,-194v-12,0,-21,-9,-21,-22v0,-12,9,-19,21,-19v11,0,20,7,20,19v0,13,-8,22,-20,22xm62,-194v-12,0,-21,-9,-21,-22v0,-12,9,-19,21,-19v11,0,20,7,20,19v0,13,-8,22,-20,22","w":180},"\u00fd":{"d":"74,3v-32,-9,-56,-28,-56,-65r0,-112r32,0v5,57,-22,148,40,147v61,-1,35,-90,40,-147r32,0r0,104v0,41,-23,64,-56,73r0,74r-32,0r0,-74xm73,-189r33,-52r39,0r-46,52r-26,0","w":180},"\u00fe":{"d":"114,0v-52,4,-93,-3,-93,-54r0,-163r32,0r0,44r61,0r0,30r-61,0r0,95v-1,26,37,16,61,18r0,30xm55,61r9,-51r22,0r-12,51r-19,0","w":119},"\u0141":{"d":"141,0v-74,7,-126,-19,-118,-93r-18,9r0,-27r18,-9r0,-132r33,0r0,115r45,-22r0,28r-45,23v-2,46,7,78,52,76r33,0r0,32","w":140},"\u0142":{"d":"24,-103r-20,10r0,-32r20,-9r0,-118r31,0r0,102r21,-10r0,31r-21,11r0,118r-31,0r0,-103","w":80},"\u017d":{"d":"35,0v-32,-1,-38,-30,-19,-55r118,-166r-115,0r0,-31r124,0v35,-3,29,36,16,54r-117,166r132,0r0,32r-139,0xm38,-320r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":180},"\u017e":{"d":"29,0v-25,1,-26,-31,-12,-48r77,-95r-81,0r0,-30v46,2,152,-9,109,44r-80,99r89,0r0,30r-102,0xm19,-240r29,0r24,34r23,-34r29,0r-35,51r-34,0","w":140},"\u0106":{"d":"172,0v-96,11,-159,-44,-159,-127v0,-76,70,-137,159,-125r0,31v-74,-8,-123,31,-123,96v0,66,47,101,123,93r0,32xm96,-269r33,-52r39,0r-46,52r-26,0","w":180},"\u0107":{"d":"133,0v-70,9,-118,-28,-118,-86v0,-61,48,-96,118,-87r0,30v-49,-6,-84,16,-84,58v0,39,36,61,84,55r0,30xm77,-189r32,-52r39,0r-46,52r-25,0","w":140},"\u010c":{"d":"172,0v-96,11,-159,-44,-159,-127v0,-76,70,-137,159,-125r0,31v-74,-8,-123,31,-123,96v0,66,47,101,123,93r0,32xm66,-320r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":180},"\u010d":{"d":"133,0v-70,9,-118,-28,-118,-86v0,-61,48,-96,118,-87r0,30v-49,-6,-84,16,-84,58v0,39,36,61,84,55r0,30xm41,-241r30,0r23,35r24,-35r29,0r-36,52r-33,0","w":140},"\u0111":{"d":"99,-26v72,0,54,-97,56,-169r-64,0r0,-27r64,0r0,-30r31,0r0,30r21,0r0,27r-21,0r0,112v0,47,-40,87,-89,87v-49,0,-87,-38,-87,-86v0,-70,71,-118,132,-82r0,34v-39,-31,-110,-11,-101,50v5,32,25,53,58,54"},"\u015e":{"d":"47,57v17,11,59,1,39,-21v-10,-11,-28,7,-33,-8r22,-28r-67,0r0,-32v54,-2,158,17,120,-54v-35,-34,-117,-39,-118,-104v-1,-36,29,-62,64,-62r86,0r0,31v-47,3,-131,-18,-113,42v35,45,124,41,124,114v0,43,-32,68,-79,65r-16,21v22,-6,42,4,42,27v0,32,-52,37,-78,23","w":180},"\u015f":{"d":"41,58v19,9,57,1,39,-21v-10,-12,-28,7,-33,-8r21,-29r-58,0r0,-30r90,1v12,-2,20,-4,20,-15v-14,-40,-110,-23,-110,-82v0,-58,76,-45,134,-46r0,30r-81,0v-27,0,-23,27,-1,33v32,9,91,20,91,64v0,35,-28,47,-67,45r-16,21v21,-6,43,4,42,27v-1,33,-51,38,-78,23","w":159},"\u0102":{"d":"101,-225v-33,0,-52,26,-52,58r0,167r-35,0r1,-167v-1,-50,36,-90,84,-90v54,0,87,40,87,98r0,159r-33,0r0,-114r-91,0r0,-33r91,0v2,-49,-14,-78,-52,-78xm103,-290v16,0,23,-10,23,-27r24,-1v3,44,-54,65,-83,35v-10,-9,-14,-21,-14,-35r24,1v-1,16,10,28,26,27"},"\u0103":{"d":"100,-176v49,0,86,31,86,79r0,97r-32,0r0,-100v0,-28,-26,-47,-57,-46v-33,1,-56,23,-56,58v0,56,69,84,100,37r0,38v-53,46,-135,-8,-132,-75v2,-52,37,-88,91,-88xm105,-210v16,0,24,-11,24,-27r24,-1v2,43,-55,65,-84,35v-10,-9,-14,-21,-14,-35r24,1v-1,16,10,28,26,27"},"\u0104":{"d":"181,75v-41,15,-78,-33,-40,-61r17,-14r-5,0r0,-114r-91,0r0,-33r91,0v2,-49,-14,-78,-52,-78v-33,0,-52,26,-52,58r0,167r-35,0r1,-167v-1,-50,36,-90,84,-90v54,0,87,40,87,98r0,159v-21,4,-31,25,-34,45v-3,16,19,16,34,14"},"\u0105":{"d":"184,74v-41,17,-80,-32,-41,-60r16,-14r-5,0r0,-100v0,-28,-26,-47,-57,-46v-33,1,-56,23,-56,58v0,56,69,84,100,37r0,38v-53,46,-135,-8,-132,-75v2,-52,37,-88,91,-88v49,0,86,31,86,79r0,97v-23,4,-51,59,-10,60v5,0,9,0,13,-1"},"\u010e":{"d":"174,-128v0,-61,-49,-101,-119,-93r0,221r-33,0r0,-252r67,0v66,0,122,56,120,124v-2,78,-53,137,-140,128r0,-32v66,10,105,-42,105,-96xm38,-320r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":219},"\u010f":{"d":"99,-26v87,0,47,-142,56,-226r31,0r0,169v0,47,-40,87,-89,87v-49,0,-87,-38,-87,-86v0,-70,71,-118,132,-82r0,34v-39,-31,-110,-11,-101,50v5,32,25,54,58,54xm195,-201r8,-50r22,0r-12,50r-18,0","w":216},"\u0110":{"d":"176,-126v0,-61,-48,-102,-118,-95r0,75r61,0r0,32r-61,0r0,114r-34,0r0,-114r-28,0r0,-32r28,0r0,-106r63,0v69,-2,125,58,124,126v-1,74,-59,133,-139,126r0,-32v64,7,104,-37,104,-94","w":219},"\u0118":{"d":"163,75v-47,17,-79,-43,-33,-67v2,-2,4,-5,6,-8v-68,2,-130,-57,-128,-125v2,-88,63,-132,158,-127r0,31v-64,-7,-115,23,-122,74r122,0r0,33r-122,0v2,56,52,93,122,82r0,32v-20,4,-29,25,-32,45v-3,16,19,16,34,14","w":180},"\u0119":{"d":"101,-27v38,0,50,-20,58,-54r31,4v-1,38,-32,64,-63,77v-8,14,-23,25,-24,45v-1,18,19,16,34,14v-3,10,-3,20,-18,18v-41,5,-58,-42,-28,-63r13,-10v-47,1,-93,-39,-93,-86v0,-71,77,-119,139,-81v14,9,24,23,34,41r-116,65r-14,-25r86,-48v-33,-36,-96,-7,-96,46v0,31,26,58,57,57"},"\u011a":{"d":"166,0v-91,10,-158,-47,-158,-125v0,-88,63,-132,158,-127r0,31v-64,-7,-115,23,-122,74r122,0r0,33r-122,0v2,56,52,93,122,82r0,32xm61,-320r29,0r24,34r24,-34r28,0r-35,51r-33,0","w":180},"\u011b":{"d":"11,-82v0,-71,77,-119,139,-81v14,9,24,23,34,41r-116,65r-14,-25r86,-48v-33,-36,-96,-7,-96,46v0,31,26,58,57,57v38,0,50,-20,58,-54r31,4v0,44,-44,81,-91,81v-46,0,-88,-40,-88,-86xm47,-240r29,0r24,34r23,-34r29,0r-35,51r-33,0"},"\u0139":{"d":"141,0v-67,8,-119,-17,-118,-75r0,-177r33,0r0,164v-3,51,33,60,85,56r0,32xm28,-269r32,-52r40,0r-46,52r-26,0","w":140},"\u013a":{"d":"24,-252r31,0r0,252r-31,0r0,-252xm27,-269r32,-52r40,0r-46,52r-26,0","w":80},"\u013d":{"d":"141,0v-67,8,-119,-17,-118,-75r0,-177r33,0r0,164v-3,51,33,60,85,56r0,32xm61,-202r9,-51r22,0r-12,51r-19,0","w":140},"\u013e":{"d":"24,-252r31,0r0,252r-31,0r0,-252xm60,-202r8,-51r22,0r-12,51r-18,0","w":80},"\u0143":{"d":"202,-21v2,31,-51,28,-57,4r-93,-192r0,209r-34,0r0,-221v-3,-37,44,-45,59,-14r91,187r0,-204r34,0r0,231xm99,-269r33,-52r39,0r-46,52r-26,0","w":219},"\u0144":{"d":"91,-147v-60,0,-38,88,-42,147r-33,0r0,-105v0,-39,34,-73,75,-72v40,1,74,33,74,74r0,103r-32,0v-4,-60,18,-147,-42,-147xm71,-189r33,-52r39,0r-46,52r-26,0","w":180},"\u0147":{"d":"202,-21v2,31,-51,28,-57,4r-93,-192r0,209r-34,0r0,-221v-3,-37,44,-45,59,-14r91,187r0,-204r34,0r0,231xm68,-320r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":219},"\u0148":{"d":"91,-147v-60,0,-38,88,-42,147r-33,0r0,-105v0,-39,34,-73,75,-72v40,1,74,33,74,74r0,103r-32,0v-4,-60,18,-147,-42,-147xm37,-240r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":180},"\u0150":{"d":"139,-225v-50,0,-95,45,-95,94v0,55,41,105,96,104v52,0,97,-45,97,-99v0,-56,-42,-99,-98,-99xm143,4v-75,0,-135,-59,-135,-135v0,-65,64,-127,128,-126v74,1,136,55,136,130v0,67,-61,131,-129,131xm162,-269r33,-52r39,0r-46,52r-26,0xm99,-269r32,-52r39,0r-46,52r-25,0","w":279},"\u0151":{"d":"190,-88v0,48,-37,92,-85,92v-54,0,-95,-41,-95,-93v0,-47,43,-87,89,-87v49,0,91,39,91,88xm100,-146v-32,0,-57,25,-57,57v0,37,22,62,58,62v39,-1,55,-24,55,-64v0,-33,-25,-55,-56,-55xm115,-189r32,-52r39,0r-46,52r-25,0xm51,-189r33,-52r39,0r-46,52r-26,0"},"\u0154":{"d":"100,-224v-29,0,-49,21,-49,49r0,176r-33,0v6,-107,-33,-257,83,-257v72,0,105,94,49,127v45,14,31,75,33,129r-34,0v-1,-52,11,-114,-46,-110r-37,0r0,-31v42,4,79,-7,79,-43v1,-24,-20,-40,-45,-40xm83,-269r33,-52r39,0r-46,52r-26,0"},"\u0155":{"d":"101,-146v-68,-6,-51,81,-53,146r-32,0r0,-173r30,0r0,20v10,-16,28,-25,55,-23r0,30xm45,-189r33,-52r39,0r-46,52r-26,0","w":99},"\u0158":{"d":"100,-224v-29,0,-49,21,-49,49r0,176r-33,0v6,-107,-33,-257,83,-257v72,0,105,94,49,127v45,14,31,75,33,129r-34,0v-1,-52,11,-114,-46,-110r-37,0r0,-31v42,4,79,-7,79,-43v1,-24,-20,-40,-45,-40xm52,-320r30,0r23,34r24,-34r29,0r-36,51r-33,0"},"\u0159":{"d":"101,-146v-68,-6,-51,81,-53,146r-32,0r0,-173r30,0r0,20v10,-16,28,-25,55,-23r0,30xm6,-240r29,0r24,34r23,-34r29,0r-35,51r-34,0","w":99},"\u015a":{"d":"162,-99v25,47,-6,99,-62,99r-92,0r0,-32v54,-2,158,17,120,-54v-35,-34,-117,-39,-118,-104v-1,-36,29,-62,64,-62r86,0r0,31v-47,3,-131,-18,-113,42v27,35,96,44,115,80xm76,-269r32,-52r39,0r-46,52r-25,0","w":180},"\u015b":{"d":"139,-78v32,34,6,78,-53,78r-76,0r0,-30r90,1v12,-2,20,-4,20,-15v-14,-40,-110,-23,-110,-82v0,-58,76,-45,134,-46r0,30r-81,0v-27,0,-23,27,-1,33v15,4,70,17,77,31xm63,-189r32,-52r39,0r-46,52r-25,0","w":159},"\u0162":{"d":"1,-221r0,-31r158,0r0,31r-62,0r0,221r-34,0r0,-221r-62,0xm62,61r9,-51r22,0r-12,51r-19,0","w":159},"\u0163":{"d":"114,0v-52,4,-93,-3,-93,-54r0,-163r32,0r0,44r61,0r0,30r-61,0r0,95v-1,26,37,16,61,18r0,30xm55,61r9,-51r22,0r-12,51r-19,0","w":119},"\u0164":{"d":"1,-221r0,-31r158,0r0,31r-62,0r0,221r-34,0r0,-221r-62,0xm27,-320r30,0r23,34r24,-34r29,0r-36,51r-33,0","w":159},"\u0165":{"d":"114,0v-52,4,-93,-3,-93,-54r0,-163r32,0r0,44r61,0r0,30r-61,0r0,95v-1,26,37,16,61,18r0,30xm83,-203r9,-50r22,0r-12,50r-19,0","w":119},"\u016e":{"d":"99,4v-46,0,-82,-37,-82,-86r0,-170r34,0r0,166v-1,36,16,58,49,59v29,1,50,-26,50,-55r0,-170r34,0r0,167v1,49,-36,89,-85,89xm75,-294v0,-14,12,-26,25,-26v13,0,26,13,26,26v0,13,-12,25,-26,25v-14,0,-25,-11,-25,-25xm113,-294v0,-8,-5,-13,-13,-13v-8,0,-12,5,-12,13v0,8,4,12,12,12v8,0,13,-4,13,-12"},"\u016f":{"d":"89,4v-45,0,-74,-33,-73,-79r0,-98r32,0v4,58,-19,146,41,146v61,0,40,-87,43,-146r32,0r0,103v1,42,-32,74,-75,74xm65,-215v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,14,-12,26,-25,26v-13,0,-26,-13,-26,-26xm103,-215v0,-8,-4,-12,-12,-12v-8,0,-13,4,-13,12v0,8,5,13,13,13v8,0,12,-5,12,-13","w":180},"\u0170":{"d":"99,4v-46,0,-82,-37,-82,-86r0,-170r34,0r0,166v-1,36,16,58,49,59v29,1,50,-26,50,-55r0,-170r34,0r0,167v1,49,-36,89,-85,89xm116,-269r32,-52r40,0r-47,52r-25,0xm52,-269r33,-52r39,0r-46,52r-26,0"},"\u0171":{"d":"89,4v-45,0,-74,-33,-73,-79r0,-98r32,0v4,58,-19,146,41,146v61,0,40,-87,43,-146r32,0r0,103v1,42,-32,74,-75,74xm105,-189r33,-52r39,0r-46,52r-26,0xm41,-189r33,-52r39,0r-46,52r-26,0","w":180},"\u0179":{"d":"35,0v-32,-1,-38,-30,-19,-55r118,-166r-115,0r0,-31r124,0v35,-3,29,36,16,54r-117,166r132,0r0,32r-139,0xm73,-269r33,-52r39,0r-46,52r-26,0","w":180},"\u017a":{"d":"29,0v-25,1,-26,-31,-12,-48r77,-95r-81,0r0,-30v46,2,152,-9,109,44r-80,99r89,0r0,30r-102,0xm52,-189r32,-52r39,0r-46,52r-25,0","w":140},"\u017b":{"d":"35,0v-32,-1,-38,-30,-19,-55r118,-166r-115,0r0,-31r124,0v35,-3,29,36,16,54r-117,166r132,0r0,32r-139,0xm96,-275v-11,0,-21,-8,-20,-20v0,-9,9,-18,19,-18v10,0,19,9,19,19v0,12,-7,19,-18,19","w":180},"\u017c":{"d":"29,0v-25,1,-26,-31,-12,-48r77,-95r-81,0r0,-30v46,2,152,-9,109,44r-80,99r89,0r0,30r-102,0xm66,-193v-10,0,-21,-7,-20,-19v0,-9,10,-19,19,-19v9,0,19,9,19,19v0,12,-7,19,-18,19","w":140}}});Cufon.registerFont({"w":200,"face":{"font-family":"Bahamas","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-24 -337 305 82","underline-thickness":"21.96","underline-position":"-20.88","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":119},"!":{"d":"94,-252r-5,172r-58,0r-5,-172r68,0xm23,-32v0,-21,16,-38,38,-37v21,0,35,16,35,37v0,20,-16,36,-38,36v-22,0,-35,-16,-35,-36","w":119},"\"":{"d":"49,-252r0,96r-43,0r0,-96r43,0xm115,-252r0,96r-43,0r0,-96r43,0","w":119},"#":{"d":"101,-252r-9,71r33,0r9,-71r36,0r-9,71r27,0r-1,33r-31,0r-6,43r28,0r-2,34r-31,0r-9,71r-37,0r10,-71r-32,0r-10,71r-37,0r11,-71r-31,0r1,-34r34,0r6,-43r-30,0r1,-33r33,0r11,-71r35,0xm82,-105r32,0r6,-43r-33,0"},"$":{"d":"147,-140v42,34,24,104,-30,107r0,45r-36,0r0,-44r-49,0r0,-50v24,-2,74,6,79,-10v-14,-36,-82,-55,-82,-97v0,-32,22,-56,52,-58r0,-36r36,0r0,35r39,0r0,48v-22,3,-85,-9,-65,17v14,19,51,36,56,43"},"%":{"d":"13,-185v-1,-36,28,-67,63,-67v33,0,65,27,65,58v0,36,-23,69,-59,69v-37,0,-68,-26,-69,-60xm177,-60v-1,-34,28,-67,63,-67v33,0,65,28,65,58v0,39,-24,67,-59,69v-37,2,-69,-26,-69,-60xm103,-190v-1,-30,-53,-31,-52,1v0,13,15,30,28,26v14,1,24,-14,24,-27xm241,-89v-22,-1,-35,28,-18,43v14,19,45,5,43,-19v-1,-13,-12,-24,-25,-24xm257,-252r-159,252r-38,0r159,-252r38,0","w":320},"&":{"d":"61,-177v-35,-29,-12,-75,37,-75r97,0r0,53r-75,0r72,92v1,-25,-6,-39,-18,-52r43,-42v36,33,54,98,16,143r44,55r-77,0r-11,-13v-64,45,-171,8,-171,-80v0,-36,19,-67,43,-81xm97,-134v-34,25,-12,83,28,81v10,0,19,-3,28,-10","w":279},"'":{"d":"69,-252r-17,82r-37,0r8,-82r46,0","w":80,"k":{"s":20,"'":6}},"(":{"d":"92,82v-67,-49,-107,-170,-61,-265v12,-24,33,-49,62,-74r27,30v-39,34,-63,75,-63,140v0,66,26,100,65,138","w":119},")":{"d":"63,-86v1,-68,-24,-104,-62,-140r27,-31v50,46,82,86,81,172v-1,74,-34,128,-80,167r-30,-30v39,-39,63,-70,64,-138","w":119},"*":{"d":"100,-252r-9,44r34,-31r20,36r-42,14r42,14r-19,36r-34,-32r8,46r-40,0r9,-46r-34,32r-20,-36r43,-14r-43,-14r20,-36r35,32r-9,-45r39,0","w":159},"+":{"d":"131,-173r0,71r68,0r0,36r-68,0r0,66r-40,0r0,-66r-68,0r0,-36r68,0r0,-71r40,0","w":216},",":{"d":"84,-53r-37,106r-43,0r19,-106r61,0","w":99},"-":{"d":"105,-64r-90,0r0,-48r90,0r0,48","w":119},".":{"d":"13,-34v0,-18,18,-35,36,-35v22,0,38,15,38,37v0,20,-17,36,-37,36v-21,0,-37,-19,-37,-38","w":99},"\/":{"d":"113,-257r-83,261r-42,0r83,-261r42,0","w":99},"0":{"d":"99,4v-46,0,-87,-37,-87,-79r1,-101v-2,-46,44,-81,90,-81v49,0,86,37,86,85r0,87v1,53,-37,89,-90,89xm100,-200v-45,4,-27,75,-27,118v0,18,9,28,28,28v45,-2,23,-73,27,-114v2,-19,-9,-33,-28,-32"},"1":{"d":"133,-252r0,252r-59,0r0,-194r-40,0r0,-58r99,0"},"2":{"d":"100,-257v66,0,105,83,62,130r-64,69r86,0r0,58r-135,0v-27,0,-45,-30,-29,-57v27,-45,80,-69,99,-122v0,-12,-9,-21,-21,-21v-26,-1,-31,35,-12,47r-40,40v-58,-39,-22,-144,54,-144"},"3":{"d":"121,-84v1,-32,-44,-22,-75,-23r0,-36r57,-52r-82,0r0,-57v57,5,147,-20,149,39v-5,27,-20,37,-45,63v39,7,56,33,56,78v-1,74,-87,76,-168,72r0,-58v39,-6,108,18,108,-26"},"4":{"d":"108,-50v-48,1,-106,8,-105,-40v0,-9,2,-19,8,-29r75,-131r59,0r-81,142r44,0r0,-54r56,-95r0,149r28,0r0,58r-28,0r0,50r-56,0r0,-50"},"5":{"d":"125,-84v0,-39,-62,-25,-101,-27r0,-141r140,0r0,57r-80,0r0,25v59,-5,101,29,101,81v0,52,-33,89,-86,89r-80,0r0,-60v39,-4,106,14,106,-24"},"6":{"d":"101,5v-76,0,-112,-74,-77,-138r64,-119r68,0r-83,157v-10,19,7,41,25,40v15,-1,29,-13,29,-30v0,-18,-11,-31,-29,-31r32,-56v35,13,57,41,57,86v0,49,-38,91,-86,91"},"7":{"d":"23,-252v68,3,179,-22,151,66r-58,186r-67,0r68,-194r-94,0r0,-58"},"8":{"d":"10,-76v0,-28,16,-49,35,-61v-55,-33,-14,-129,54,-120v71,-10,110,84,56,120v21,10,34,33,35,60v0,45,-42,81,-90,81v-48,0,-91,-33,-90,-80xm100,-156v14,0,25,-11,25,-26v0,-16,-11,-25,-26,-25v-12,-1,-24,13,-24,24v-1,15,10,27,25,27xm100,-112v-16,0,-29,14,-28,30v0,15,12,29,28,29v18,0,29,-12,29,-29v1,-16,-13,-30,-29,-30"},"9":{"d":"100,-257v73,-4,110,73,77,134r-66,123r-68,0v28,-58,64,-107,86,-170v0,-15,-14,-26,-29,-26v-16,0,-29,14,-29,30v0,16,11,30,29,30r-31,56v-30,-9,-61,-47,-59,-87v2,-52,34,-87,90,-90"},":":{"d":"13,-138v0,-18,16,-37,36,-37v32,0,49,37,27,62v-22,25,-64,6,-63,-25xm13,-32v0,-19,17,-37,37,-37v20,0,39,17,38,37v0,18,-19,37,-38,37v-20,0,-37,-19,-37,-37","w":99},";":{"d":"13,-139v0,-18,17,-36,35,-36v21,0,39,16,39,36v0,20,-16,37,-35,37v-23,0,-39,-16,-39,-37xm84,-53r-37,106r-43,0r19,-106r61,0","w":99},"<":{"d":"196,-139r-121,51r121,51r0,40r-175,-75r0,-32r175,-74r0,39","w":216},"=":{"d":"196,-150r0,41r-175,0r0,-41r175,0xm196,-67r0,42r-175,0r0,-42r175,0","w":216},">":{"d":"21,-139r0,-39r175,74r0,32r-175,75r0,-40r121,-51","w":216},"?":{"d":"60,-35v0,-18,18,-34,38,-34v19,-1,36,16,36,34v0,22,-15,39,-38,39v-20,0,-36,-20,-36,-39xm94,-199v-13,-1,-21,9,-22,21r-59,-17v10,-34,41,-61,83,-61v44,-1,85,35,85,80v0,36,-25,69,-56,74r0,22r-58,0r0,-72v22,6,50,-4,50,-24v0,-14,-9,-23,-23,-23"},"A":{"d":"111,-260v51,0,87,39,87,92r0,168r-62,0r0,-88r-40,0r0,-57r40,0v2,-28,-1,-55,-25,-55v-20,0,-27,15,-27,37r0,163r-62,0r0,-167v-1,-53,38,-93,89,-93","w":219,"k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6,"'":6}},"B":{"d":"107,-198v-11,0,-24,7,-23,19r0,179r-63,0r0,-167v-1,-54,37,-87,90,-90v68,-4,109,81,59,121v60,26,36,139,-33,136r-40,0r0,-58v26,-1,41,-2,42,-24v0,-15,-14,-22,-42,-22r0,-52v34,6,41,-41,10,-42","w":219},"C":{"d":"12,-131v0,-78,63,-133,155,-121r0,60v-53,-6,-90,16,-90,62v0,53,32,75,90,70r0,60v-98,11,-155,-43,-155,-131","w":180},"D":{"d":"98,-60v58,1,84,-82,41,-115v-14,-11,-32,-17,-55,-17r0,192r-63,0r0,-252r69,0v114,-11,177,133,103,214v-24,25,-56,38,-95,38r0,-60","w":240},"E":{"d":"12,-124v-1,-66,46,-129,108,-128r43,0r0,58v-55,2,-67,4,-84,41r84,0r0,55r-84,0v18,37,29,38,84,40r0,58v-93,12,-150,-44,-151,-124","w":180},"F":{"d":"18,0v8,-103,-35,-258,80,-252r53,0r0,60v-38,1,-83,-12,-71,44r71,0r0,58r-71,0r0,90r-62,0","w":159,"k":{".":33,",":33}},"G":{"d":"11,-125v0,-124,156,-169,234,-92r-44,44v-36,-46,-124,-18,-124,46v0,73,103,98,124,28r-64,0r0,-57r132,0v6,93,-40,157,-130,160v-67,2,-128,-62,-128,-129","w":279},"H":{"d":"85,-252r0,88r50,0r0,-88r63,0r0,252r-63,0r0,-103r-50,0r0,103r-62,0r0,-252r62,0","w":219},"I":{"d":"82,-252r0,252r-63,0r0,-252r63,0","w":99},"J":{"d":"0,-60v35,-2,57,6,57,-29r0,-163r63,0r0,160v1,80,-37,93,-120,92r0,-60","w":140},"K":{"d":"134,-87v1,-28,-34,-19,-57,-21r0,108r-56,0r0,-252r53,-1r0,96v48,-3,47,-62,68,-95r60,0v-15,36,-34,89,-63,107v27,5,51,18,51,45r0,100r-56,0r0,-87","w":219},"L":{"d":"81,-89v-6,41,42,26,75,29r0,60v-75,5,-138,-4,-138,-75r0,-177r63,0r0,163","w":159,"k":{"\u00de":13,"\u00dd":13,"Y":13,"W":6,"V":13,"T":13,"'":27}},"M":{"d":"66,-1r-60,0v11,-78,10,-174,31,-241v12,-20,61,-21,73,1v21,38,15,109,31,152v12,-52,6,-124,36,-158v32,-23,72,-3,76,38r21,209r-59,0r-12,-204r-32,174v2,38,-54,46,-61,7r-33,-180","w":279},"N":{"d":"220,-33v1,28,-31,53,-54,30v-36,-38,-55,-99,-83,-146r0,149r-62,0r0,-223v-2,-31,39,-50,62,-28v35,33,50,91,75,134r0,-135r62,0r0,219","w":240},"O":{"d":"205,-128v0,-33,-32,-65,-65,-65v-36,0,-64,29,-64,63v-1,40,25,70,64,70v36,0,66,-34,65,-68xm12,-136v0,-64,61,-121,128,-121v68,0,129,60,129,126v0,69,-57,135,-128,135v-77,0,-129,-60,-129,-140","w":279},"P":{"d":"103,-199v-15,0,-23,12,-22,29r0,170r-63,0r0,-158v-1,-60,30,-94,87,-98v97,-7,113,127,45,163v-16,9,-38,14,-59,9r0,-57v46,7,52,-56,12,-58","k":{".":27,",":27}},"Q":{"d":"140,-192v-60,0,-88,88,-40,118r0,72v-50,-16,-88,-62,-88,-124v0,-83,64,-139,150,-129v85,9,143,133,79,210v-19,24,-43,39,-71,45r0,32r-57,0r0,-130r57,0r0,30v56,-22,36,-124,-30,-124","w":279},"R":{"d":"193,-191v3,36,-12,57,-42,62v63,1,44,70,47,129r-64,0v-5,-42,19,-106,-38,-97r0,-56v37,7,44,-43,12,-45v-14,-2,-23,15,-23,27r0,171r-65,0r0,-161v0,-62,31,-96,91,-96v43,-1,79,27,82,66","w":219},"S":{"d":"13,-58v32,-2,108,12,81,-28v-31,-29,-91,-50,-83,-111v7,-56,74,-59,142,-55r0,58v-26,4,-86,-14,-75,19v42,34,89,46,91,103v3,76,-78,75,-156,72r0,-58","w":180},"T":{"d":"3,-252r155,0r0,60r-47,0r0,192r-62,0r0,-192r-46,0r0,-60","w":159,"k":{"\u00fd":13,"\u00fc":13,"\u00fb":13,"\u00fa":13,"\u00f9":13,"\u00f8":13,"\u00f6":20,"\u00f5":20,"\u00f4":20,"\u00f3":20,"\u00ec":20,"\u00eb":20,"\u00ea":20,"\u00e9":20,"\u00e8":20,"\u00e7":20,"\u00e6":20,"\u00e4":20,"\u00e3":20,"\u00e2":20,"\u00e1":20,"\u00e0":13,"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00ba":20,"\u00b9":20,"\u00a5":6,"\u0153":20,"\u0161":20,"y":13,"w":13,"u":13,"s":20,"r":13,"o":20,"e":20,"c":20,"a":20,"A":6,";":13,":":13,".":13,"-":13,",":13}},"U":{"d":"109,4v-55,0,-91,-39,-91,-93r0,-163r63,0r0,170v0,16,15,27,30,27v15,0,28,-11,28,-28r0,-169r63,0r0,164v0,54,-37,92,-93,92","w":219},"V":{"d":"64,-252r34,178r40,-178r66,0r-51,200v-3,49,-51,72,-89,45v-10,-7,-15,-23,-20,-43r-47,-202r67,0","k":{"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00ec":13,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e4":13,"\u00e3":13,"\u00e2":13,"\u00e1":13,"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00b9":13,"\u00a5":6,"o":13,"e":13,"a":13,"A":6,";":13,":":13,".":20,"-":13,",":20}},"W":{"d":"160,-21v-37,50,-137,19,-137,-48r0,-183r63,0r0,168v0,16,6,28,20,28v16,0,23,-10,23,-28r0,-168r63,0r0,168v1,19,5,28,23,28v12,-1,21,-12,20,-26r0,-170r62,0r0,184v6,65,-100,97,-137,47","w":320,"k":{"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00a5":6,"A":6,".":6,",":6}},"X":{"d":"68,-127v0,-38,-24,-68,-62,-67r0,-58v51,0,76,16,95,49v17,-35,43,-49,94,-49r0,58v-37,-1,-64,30,-64,67v0,37,28,71,64,69r0,58v-51,0,-77,-16,-94,-50v-18,34,-46,49,-95,50r0,-58v37,1,62,-31,62,-69"},"Y":{"d":"70,-90v-60,-12,-53,-90,-52,-162r63,0r0,79v0,17,4,29,19,29v36,0,14,-72,20,-108r62,0v1,71,9,149,-49,162r0,90r-63,0r0,-90","k":{"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00ec":13,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e4":13,"\u00e3":13,"\u00e2":13,"\u00e1":13,"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00b9":13,"\u00a5":6,"q":13,"p":13,"o":13,"e":13,"a":13,"A":6,".":27,"-":13,",":27}},"Z":{"d":"49,0v-29,1,-45,-35,-29,-60r83,-132r-76,0r0,-60r123,0v30,-1,44,36,29,60r-82,132r89,0r0,60r-137,0"},"[":{"d":"106,-252r0,23r-32,0r0,284r32,0r0,23r-79,0r0,-330r79,0","w":119},"\\":{"d":"17,-257r108,261r-42,0r-107,-261r41,0","w":99},"]":{"d":"14,-252r78,0r0,330r-79,0r1,-23r32,0r0,-284r-32,0r0,-23","w":119},"^":{"d":"127,-252r63,131r-42,0r-40,-90r-40,90r-41,0r62,-131r38,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"`":{"d":"51,-255r36,53r-49,0r-62,-53r75,0","w":99,"k":{"`":6}},"a":{"d":"100,-179v57,0,105,28,105,81r0,98r-57,0v-3,-53,17,-127,-41,-127v-23,0,-39,16,-39,39v0,34,34,48,66,35r0,47v-56,33,-124,-19,-124,-82v0,-51,40,-91,90,-91","w":219},"b":{"d":"117,4v-61,0,-102,-30,-102,-90r0,-166r57,0r0,161v-1,24,17,43,42,42v20,0,39,-13,39,-34v0,-34,-32,-54,-64,-39r0,-53v64,-20,122,27,122,83v0,58,-35,96,-94,96","w":219},"c":{"d":"8,-86v0,-62,47,-98,118,-89r0,52v-35,-3,-60,3,-60,36v0,32,26,38,60,35r0,52v-71,8,-118,-23,-118,-86","w":140},"d":{"d":"109,-48v25,-1,39,-21,39,-48r0,-156r57,0r0,163v1,63,-39,95,-95,95v-58,0,-99,-37,-100,-97v-1,-58,58,-103,121,-84r0,53v-28,-14,-64,2,-64,35v0,22,19,40,42,39","w":219},"e":{"d":"8,-84v0,-70,68,-115,133,-86v18,9,32,25,44,46r-87,60r-22,-34r47,-31v-28,-20,-59,6,-59,39v0,24,17,44,39,44v26,0,41,-18,52,-39r41,21v-19,39,-47,66,-97,68v-46,3,-91,-46,-91,-88"},"f":{"d":"15,-186v-1,-54,43,-72,102,-66r0,51v-24,0,-47,-3,-44,25r44,0r0,51r-44,0r0,125r-58,0r0,-186","w":119},"g":{"d":"131,-9v-3,-47,15,-118,-35,-118v-33,0,-45,47,-21,67v12,10,33,7,45,2r0,54v-63,18,-110,-28,-110,-95v0,-47,41,-81,87,-81v51,0,89,39,89,92r0,75v5,81,-78,106,-152,83r0,-54v32,11,100,22,97,-25"},"h":{"d":"111,-104v1,-24,-41,-29,-41,-3r0,107r-57,0r0,-252r57,0r0,81v49,-24,98,8,98,58r0,113r-57,0r0,-104","w":180},"i":{"d":"49,-191v-42,0,-41,-65,-1,-66v20,0,35,14,35,32v0,20,-14,34,-34,34xm79,-175r0,175r-57,0r0,-175r57,0","w":99},"j":{"d":"16,-226v1,-15,16,-31,32,-31v19,0,33,13,34,31v0,21,-13,35,-34,35v-18,0,-32,-16,-32,-35xm-13,25v23,1,34,0,34,-19r0,-181r57,0r0,188v1,46,-33,67,-91,65r0,-53","w":99},"k":{"d":"113,0v0,-37,9,-79,-41,-69r0,69r-57,0r0,-252r57,0r0,130v25,5,30,-34,39,-54r59,0v-11,26,-14,66,-40,75v44,7,40,51,39,101r-56,0","w":180},"l":{"d":"79,0r-58,0r0,-252r58,0r0,252","w":99},"m":{"d":"93,-125v-10,0,-18,10,-18,21r0,104r-58,0r0,-116v-5,-59,92,-85,122,-39v35,-46,126,-18,125,39r0,116r-58,0r0,-108v-3,-23,-37,-21,-37,5r0,103r-58,0r0,-105v0,-12,-7,-19,-18,-20","w":279},"n":{"d":"89,-125v-12,0,-20,11,-19,25r0,100r-55,0r0,-103v0,-45,30,-77,76,-77v42,0,75,35,75,75r0,105r-55,0r0,-100v0,-13,-9,-25,-22,-25","w":180},"o":{"d":"190,-95v0,52,-39,99,-92,99v-50,0,-88,-46,-88,-96v0,-47,43,-87,90,-87v45,0,90,40,90,84xm135,-90v0,-19,-17,-36,-36,-35v-18,0,-33,17,-33,37v0,21,15,37,35,37v19,0,34,-17,34,-39"},"p":{"d":"113,-127v-24,0,-41,19,-41,43r0,159r-57,0r0,-171v0,-50,43,-86,98,-83v58,3,97,35,97,93v1,60,-58,104,-121,86r0,-53v31,10,65,-1,63,-33v0,-23,-16,-41,-39,-41","w":219},"q":{"d":"10,-87v0,-84,107,-119,167,-70v19,16,29,36,29,61r0,171r-58,0r0,-159v1,-26,-17,-43,-42,-43v-34,0,-49,44,-28,67v11,14,36,12,54,6r-1,54v-63,18,-121,-27,-121,-87","w":219},"r":{"d":"114,-123v-67,-9,-36,72,-43,123r-58,0r0,-175r51,0r0,30v7,-20,22,-32,50,-30r0,52","w":119,"k":{".":13,"-":20,",":13}},"s":{"d":"21,-90v-26,-33,0,-86,45,-86r56,0r0,47v-22,-2,-80,0,-45,18v30,15,52,22,55,54v4,62,-62,59,-124,57r0,-49r54,0v19,-1,13,-15,-1,-19v-20,-7,-34,-14,-40,-22","w":140},"t":{"d":"111,0v-54,7,-96,-14,-97,-58r0,-161r55,0r0,43r42,0r0,52r-42,0v0,38,-10,84,42,71r0,53","w":119},"u":{"d":"91,4v-46,0,-77,-30,-76,-76r0,-103r54,0r0,100v-1,14,8,26,20,26v13,0,21,-12,21,-26r0,-100r55,0r0,104v1,42,-32,75,-74,75","w":180},"v":{"d":"55,-175r25,117r23,-117r59,0v-19,54,-25,122,-54,166v-19,30,-71,7,-71,-24r-39,-142r57,0","w":159,"k":{".":6,",":6}},"w":{"d":"139,-21v-29,47,-122,21,-122,-38r0,-116r58,0r0,104v0,11,7,21,18,21v10,0,18,-9,18,-20r0,-105r58,0r0,103v0,13,6,20,17,21v10,1,21,-7,20,-17r0,-107r58,0r0,116v1,57,-92,86,-125,38","w":279},"x":{"d":"52,-89v0,-27,-15,-36,-44,-36r0,-50v43,-1,55,6,72,29v15,-25,33,-28,72,-29r0,50v-30,0,-44,9,-44,38v0,28,14,37,44,36r0,51v-36,1,-60,-6,-72,-29v-14,24,-33,31,-72,29r0,-51v30,0,44,-10,44,-38","w":159},"y":{"d":"62,0v-64,-8,-44,-106,-47,-176r55,0r0,107v0,12,9,20,21,20v13,0,20,-9,20,-22r0,-105r55,0r0,119v2,25,-24,56,-46,57r0,75r-58,0r0,-75","w":180},"z":{"d":"150,0v-58,-4,-172,22,-139,-53r64,-72r-60,0r0,-50v55,4,159,-20,130,50r-60,72r65,0r0,53","w":159},"{":{"d":"31,-128v-1,-59,-9,-127,52,-124r35,0r0,22v-22,0,-41,-2,-41,22r0,89v1,20,-21,26,-36,31v54,-1,36,74,36,123v0,23,20,20,41,20r0,24v-49,5,-87,-8,-87,-52v0,-42,15,-103,-35,-98r0,-35v20,0,35,-4,35,-22","w":119},"|":{"d":"19,0r0,-252r42,0r0,252r-42,0","w":80},"}":{"d":"43,-208v2,-24,-18,-22,-41,-22r0,-22v49,-5,85,7,87,50v2,41,-17,103,35,96r0,35v-51,-6,-35,57,-35,98v0,43,-38,58,-87,52r0,-24v21,0,41,3,41,-20v0,-50,-16,-122,35,-124v-17,-2,-35,-12,-35,-30r0,-89","w":119},"~":{"d":"145,-95v18,-1,24,-12,34,-26r12,35v-13,17,-20,31,-43,31v-30,0,-97,-55,-110,2r-14,-36v28,-58,71,-16,121,-6","w":216},"\u0160":{"d":"13,-58v32,-2,108,12,81,-28v-31,-29,-91,-50,-83,-111v7,-56,74,-59,142,-55r0,58v-26,4,-86,-14,-75,19v42,34,89,46,91,103v3,76,-78,75,-156,72r0,-58xm122,-267r-59,0r-44,-53r53,0r20,27r20,-27r54,0","w":180},"\u0152":{"d":"13,-58v32,-2,108,12,81,-28v-31,-29,-91,-50,-83,-111v7,-56,74,-59,142,-55r0,58v-26,4,-86,-14,-75,19v42,34,89,46,91,103v3,76,-78,75,-156,72r0,-58xm96,-320r69,0r-61,53r-45,0","w":180},"\u0161":{"d":"21,-90v-26,-33,0,-86,45,-86r56,0r0,47v-22,-2,-80,0,-45,18v30,15,52,22,55,54v4,62,-62,59,-124,57r0,-49r54,0v19,-1,13,-15,-1,-19v-20,-7,-34,-14,-40,-22xm101,-189r-59,0r-43,-53r52,0r21,27r19,-27r54,0","w":140},"\u0153":{"d":"21,-90v-26,-33,0,-86,45,-86r56,0r0,47v-22,-2,-80,0,-45,18v30,15,52,22,55,54v4,62,-62,59,-124,57r0,-49r54,0v19,-1,13,-15,-1,-19v-20,-7,-34,-14,-40,-22xm76,-242r70,0r-61,53r-45,0","w":140},"\u0178":{"d":"150,0v-58,-4,-172,22,-139,-53r64,-72r-60,0r0,-50v55,4,159,-20,130,50r-60,72r65,0r0,53xm85,-242r69,0r-61,53r-45,0","w":159},"\u00a0":{"w":99},"\u00a1":{"d":"80,-189r-59,0r-44,-53r53,0r20,27r19,-27r55,0","w":99},"\u00a2":{"d":"51,-216v17,0,23,-9,25,-26r36,0v9,54,-75,66,-109,40v-11,-9,-17,-22,-17,-40r39,0v2,18,9,26,26,26","w":99},"\u00a3":{"d":"156,0v-74,5,-140,-4,-138,-73r-18,10r0,-43r18,-10r0,-136r63,0r0,100r42,-24r0,43r-42,24v-1,33,-1,49,35,49r40,0r0,60","w":159,"k":{"\u00de":13,"\u00dd":13,"Y":13,"W":6,"V":13,"T":13}},"\u00a4":{"d":"146,-128v0,-27,-22,-48,-50,-48v-38,0,-53,54,-30,83v27,33,80,11,80,-35xm175,-177v20,22,18,81,-1,102r21,20r-25,24r-21,-21v-21,18,-78,21,-98,0r-21,21r-24,-24r20,-20v-19,-25,-22,-75,0,-101r-20,-21r24,-24r21,20v20,-19,78,-19,98,0r21,-20r25,24"},"\u00a5":{"d":"193,75v-40,11,-86,-14,-59,-49v6,-7,18,-19,27,-26r-25,0r0,-88r-40,0r0,-57r40,0v2,-28,-1,-55,-25,-55v-20,0,-27,15,-27,37r0,163r-62,0r0,-167v-1,-53,38,-93,89,-93v51,0,87,39,87,92r0,168v-25,0,-31,22,-34,45v-3,17,19,16,34,14","w":219,"k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6}},"\u00a6":{"d":"19,-143r0,-109r42,0r0,109r-42,0xm61,-112r0,112r-42,0r0,-112r42,0","w":64},"\u00a7":{"d":"64,-131v8,22,39,46,61,51v4,0,10,-5,10,-10v-8,-22,-35,-51,-60,-51v-6,0,-9,3,-11,10xm39,-207v1,-62,112,-64,131,-12r-36,24v-3,-25,-61,-29,-40,1v24,34,86,42,89,96v1,21,-20,45,-39,45v38,34,6,90,-47,90v-31,0,-59,-17,-69,-38r38,-28v3,20,38,41,44,14v-16,-48,-91,-52,-94,-112v-1,-24,18,-43,43,-42v-10,-5,-20,-22,-20,-38"},"\u00a8":{"d":"79,-219v0,-13,11,-26,26,-25v13,1,25,11,25,25v0,15,-11,27,-26,26v-13,0,-26,-12,-25,-26xm0,-220v0,-13,12,-25,26,-25v13,0,25,13,25,26v0,15,-11,25,-26,25v-13,0,-26,-12,-25,-26","w":132},"\u00a9":{"d":"78,-124v0,-70,66,-100,113,-64v12,10,18,23,19,39r-31,0v-2,-13,-14,-22,-29,-21v-24,2,-28,15,-33,42v-7,41,56,62,62,20r33,0v-6,35,-25,54,-63,55v-38,1,-71,-33,-71,-71xm236,-127v0,-51,-40,-97,-90,-97v-54,0,-94,44,-94,97v0,55,40,99,93,99v54,0,91,-44,91,-99xm280,-125v0,73,-60,129,-136,129v-77,0,-135,-54,-135,-129v0,-76,57,-132,134,-132v77,0,137,57,137,132","w":288},"\u00aa":{"d":"48,52v16,11,63,9,45,-15v-6,-5,-19,-4,-25,0r-9,-9r17,-28r-63,0r0,-58v32,-2,108,12,81,-28v-31,-29,-91,-50,-83,-111v7,-56,74,-59,142,-55r0,58v-26,4,-86,-14,-75,19v46,38,102,51,89,124v-5,30,-33,48,-70,51r-11,18v22,-6,50,6,48,26v-4,37,-55,44,-93,25","w":180},"\u00ab":{"d":"181,-143r-42,55r42,56r-44,0r-43,-56r43,-55r44,0xm106,-143r-43,55r42,56r-42,0r-43,-56r43,-55r43,0"},"\u00ac":{"d":"154,-41r0,-67r-133,0r0,-42r174,0r0,109r-41,0","w":216},"\u00ad":{"d":"105,-64r-90,0r0,-48r90,0r0,48","w":119},"\u00ae":{"d":"203,-160v0,30,-11,43,-40,43r37,62r-33,0r-32,-59r-12,0r0,59r-32,0r0,-142v48,1,111,-10,112,37xm146,-224v-82,0,-122,103,-71,165v53,64,161,21,161,-72v0,-50,-39,-93,-90,-93xm40,-39v-74,-82,-8,-217,106,-217v75,0,134,55,134,129v0,71,-55,131,-127,131v-49,0,-87,-14,-113,-43xm170,-157v-1,-19,-27,-15,-47,-15r0,32v20,-1,49,5,47,-17","w":288},"\u00af":{"d":"49,0v-29,1,-45,-35,-29,-60r83,-132r-76,0r0,-60r123,0v30,-1,44,36,29,60r-82,132r89,0r0,60r-137,0xm107,-271v-43,1,-42,-65,-2,-66v20,0,35,13,35,32v0,20,-13,34,-33,34"},"\u00b0":{"d":"67,-216v0,-6,-8,-15,-16,-14v-8,-1,-16,7,-16,14v0,10,6,17,16,17v8,0,16,-8,16,-17xm13,-214v0,-19,15,-41,36,-41v22,0,39,16,39,37v0,23,-12,42,-36,42v-21,0,-39,-18,-39,-38","w":64},"\u00b1":{"d":"87,-135r0,-40r42,0r0,40r67,0r0,42r-67,0r0,41r-42,0r0,-41r-66,0r0,-42r66,0xm21,0r0,-42r175,0r0,42r-175,0","w":216},"\u00b2":{"d":"79,75v-39,11,-85,-13,-60,-49v14,-12,24,-37,56,-32v-9,16,-25,26,-25,51v0,17,19,16,33,14","w":99},"\u00b3":{"d":"79,-160r25,-15r0,42r-25,15r0,118r-58,0r0,-84r-21,13r0,-43r21,-13r0,-125r58,0r0,92","w":105},"\u00b4":{"d":"53,-242r69,0r-61,53r-45,0","w":99},"\u00b5":{"d":"166,-71v0,50,-41,85,-96,73r0,73r-55,0r0,-250r56,0r0,100v-1,14,7,26,19,26v38,-10,15,-83,21,-126r55,0r0,104","w":180},"\u00b6":{"d":"-6,-188v-3,-89,118,-58,202,-64r0,320r-43,0r0,-288r-35,0r0,288r-43,0r0,-195v-47,1,-80,-20,-81,-61","w":222},"\u00b7":{"d":"27,-128v0,-34,26,-65,61,-65v36,0,63,26,65,59v2,35,-25,67,-60,67v-36,0,-66,-27,-66,-61","w":180},"\u00b8":{"d":"10,52v16,11,63,9,45,-15v-6,-5,-19,-4,-25,0r-9,-9r20,-33r21,0r-14,23v22,-6,50,6,48,26v-3,37,-55,43,-93,25","w":99},"\u00b9":{"d":"200,75v-39,11,-85,-13,-60,-49v6,-7,18,-19,27,-26r-19,0v-3,-53,17,-127,-41,-127v-23,0,-39,16,-39,39v0,34,34,48,66,35r0,47v-56,33,-124,-19,-124,-82v0,-51,40,-91,90,-91v57,0,105,28,105,81r0,98v-25,0,-31,22,-34,45v-2,17,19,16,33,14","w":219},"\u00ba":{"d":"31,52v16,11,63,9,45,-15v-6,-5,-19,-4,-25,0r-9,-9r17,-28r-51,0r0,-49r54,0v19,-1,13,-15,-1,-19v-34,-12,-49,-19,-51,-52v-3,-55,53,-60,112,-56r0,47v-22,-2,-79,-2,-45,18v66,8,74,105,3,111r-11,18v22,-6,50,6,48,26v-4,37,-55,44,-93,25","w":140},"\u00bb":{"d":"20,-143r44,0r43,55r-44,56r-42,0r42,-56xm94,-143r45,0r42,55r-42,56r-43,0r42,-56"},"\u00bc":{"d":"81,-89v-6,41,42,26,75,29r0,60v-75,5,-138,-4,-138,-75r0,-177r63,0r0,163xm130,-252r-13,57r-25,0r5,-57r33,0","w":159,"k":{"\u00de":13,"\u00dd":13,"Y":13,"W":6,"V":13,"T":13}},"\u00bd":{"d":"54,-242r64,0r-61,53r-40,0xm139,-242r64,0r-61,53r-40,0","w":195},"\u00be":{"d":"79,0r-58,0r0,-252r58,0r0,252xm122,-252r-12,57r-26,0r5,-57r33,0","w":116},"\u00bf":{"d":"150,0v-58,-4,-172,22,-139,-53r64,-72r-60,0r0,-50v55,4,159,-20,130,50r-60,72r65,0r0,53xm61,-206v-21,-19,-4,-56,22,-56v20,0,34,13,35,31v2,30,-36,44,-57,25","w":159},"\u00c0":{"d":"193,-191v3,36,-12,57,-42,62v63,1,44,70,47,129r-64,0v-5,-42,19,-106,-38,-97r0,-56v37,7,44,-43,12,-45v-14,-2,-23,15,-23,27r0,171r-65,0r0,-161v0,-62,31,-96,91,-96v43,-1,79,27,82,66xm115,-320r70,0r-62,53r-45,0","w":219},"\u00c1":{"d":"111,-260v51,0,87,39,87,92r0,168r-62,0r0,-88r-40,0r0,-57r40,0v2,-28,-1,-55,-25,-55v-20,0,-27,15,-27,37r0,163r-62,0r0,-167v-1,-53,38,-93,89,-93xm120,-320r69,0r-61,53r-45,0","w":219,"k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6}},"\u00c2":{"d":"111,-260v51,0,87,39,87,92r0,168r-62,0r0,-88r-40,0r0,-57r40,0v2,-28,-1,-55,-25,-55v-20,0,-27,15,-27,37r0,163r-62,0r0,-167v-1,-53,38,-93,89,-93xm140,-320r-59,0r-44,54r53,0r21,-28r19,28r54,0","w":219,"k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6}},"\u00c3":{"d":"111,-260v51,0,87,39,87,92r0,168r-62,0r0,-88r-40,0r0,-57r40,0v2,-28,-1,-55,-25,-55v-20,0,-27,15,-27,37r0,163r-62,0r0,-167v-1,-53,38,-93,89,-93xm111,-294v17,0,23,-8,25,-25r36,0v9,54,-75,64,-109,39v-11,-9,-17,-21,-17,-39r40,0v2,17,9,25,25,25","w":219,"k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6}},"\u00c4":{"d":"111,-260v51,0,87,39,87,92r0,168r-62,0r0,-88r-40,0r0,-57r40,0v2,-28,-1,-55,-25,-55v-20,0,-27,15,-27,37r0,163r-62,0r0,-167v-1,-53,38,-93,89,-93xm140,-296v0,-13,11,-25,25,-25v13,0,25,12,25,26v0,15,-11,27,-26,26v-13,1,-24,-12,-24,-27xm61,-297v0,-13,11,-25,25,-25v13,0,26,13,26,26v0,15,-11,26,-27,26v-12,0,-24,-12,-24,-27","w":219,"k":{"\u00de":6,"\u00dd":6,"Y":6,"W":6,"V":6,"T":6}},"\u00c5":{"d":"81,-89v-6,41,42,26,75,29r0,60v-75,5,-138,-4,-138,-75r0,-177r63,0r0,163xm66,-320r69,0r-61,53r-45,0","w":159,"k":{"\u00de":13,"\u00dd":13,"Y":13,"W":6,"V":13,"T":13}},"\u00c6":{"d":"12,-131v0,-78,63,-133,155,-121r0,60v-53,-6,-90,16,-90,62v0,53,32,75,90,70r0,60v-98,11,-155,-43,-155,-131xm127,-320r70,0r-62,53r-45,0","w":180},"\u00c7":{"d":"89,52v16,11,63,9,45,-15v-6,-5,-19,-4,-25,0r-9,-9r17,-29v-64,-5,-106,-60,-105,-130v1,-78,63,-133,155,-121r0,60v-53,-6,-90,16,-90,62v0,53,32,75,90,70r0,60r-29,0r-11,18v22,-6,50,6,48,26v-4,37,-55,44,-93,25","w":180},"\u00c8":{"d":"12,-131v0,-78,63,-133,155,-121r0,60v-53,-6,-90,16,-90,62v0,53,32,75,90,70r0,60v-98,11,-155,-43,-155,-131xm141,-267r-59,0r-43,-53r52,0r21,27r19,-27r54,0","w":180},"\u00c9":{"d":"12,-124v-1,-66,46,-129,108,-128r43,0r0,58v-55,2,-67,4,-84,41r84,0r0,55r-84,0v18,37,29,38,84,40r0,58v-93,12,-150,-44,-151,-124xm118,-320r70,0r-61,53r-45,0","w":180},"\u00ca":{"d":"79,-98v18,37,29,38,84,40r0,58v-25,0,-31,22,-34,45v-2,17,19,16,33,14r-4,16v-40,11,-85,-13,-60,-49r24,-26v-61,1,-110,-60,-110,-124v0,-66,46,-129,108,-128r43,0r0,58v-55,2,-67,4,-84,41r84,0r0,55r-84,0","w":178},"\u00cb":{"d":"12,-124v-1,-66,46,-129,108,-128r43,0r0,58v-55,2,-67,4,-84,41r84,0r0,55r-84,0v18,37,29,38,84,40r0,58v-93,12,-150,-44,-151,-124xm150,-296v0,-13,12,-26,26,-25v13,0,25,12,25,26v0,15,-11,27,-26,26v-13,0,-26,-13,-25,-27xm72,-297v0,-14,11,-25,25,-25v13,0,25,13,25,26v0,15,-11,27,-26,26v-12,0,-24,-12,-24,-27","w":180},"\u00cc":{"d":"12,-124v-1,-66,46,-129,108,-128r43,0r0,58v-55,2,-67,4,-84,41r84,0r0,55r-84,0v18,37,29,38,84,40r0,58v-93,12,-150,-44,-151,-124xm142,-267r-59,0r-43,-53r52,0r21,27r19,-27r54,0","w":180},"\u00cd":{"d":"82,-252r0,252r-63,0r0,-252r63,0xm62,-320r70,0r-61,53r-45,0","w":102},"\u00ce":{"d":"82,-252r0,252r-63,0r0,-252r63,0xm81,-320r-59,0r-44,54r53,0r20,-28r20,28r54,0","w":99},"\u00cf":{"d":"98,-60v58,1,84,-82,41,-115v-14,-11,-32,-17,-55,-17r0,192r-63,0r0,-252r69,0v114,-11,177,133,103,214v-24,25,-56,38,-95,38r0,-60xm127,-267r-59,0r-44,-53r53,0r21,27r19,-27r54,0","w":240},"\u00d0":{"d":"21,-252v115,-11,203,25,204,127v1,72,-55,126,-127,125r0,-61v58,4,85,-83,40,-115v-14,-11,-31,-16,-54,-16r0,39r32,0r0,44r-32,0r0,109r-63,0r0,-109r-15,0r0,-44r15,0r0,-99","w":240},"\u00d1":{"d":"220,-33v1,28,-31,53,-54,30v-36,-38,-55,-99,-83,-146r0,149r-62,0r0,-223v-2,-31,39,-50,62,-28v35,33,50,91,75,134r0,-135r62,0r0,219xm134,-320r69,0r-61,53r-45,0","w":240},"\u00d2":{"d":"220,-33v1,28,-31,53,-54,30v-36,-38,-55,-99,-83,-146r0,149r-62,0r0,-223v-2,-31,39,-50,62,-28v35,33,50,91,75,134r0,-135r62,0r0,219xm151,-267r-59,0r-44,-53r53,0r20,27r20,-27r54,0","w":240},"\u00d3":{"d":"205,-128v0,-33,-32,-65,-65,-65v-36,0,-64,29,-64,63v-1,40,25,70,64,70v36,0,66,-34,65,-68xm12,-136v0,-64,61,-121,128,-121v68,0,129,60,129,126v0,69,-57,135,-128,135v-77,0,-129,-60,-129,-140xm145,-320r70,0r-61,53r-45,0","w":279},"\u00d4":{"d":"205,-128v0,-33,-32,-65,-65,-65v-36,0,-64,29,-64,63v-1,40,25,70,64,70v36,0,66,-34,65,-68xm12,-136v0,-64,61,-121,128,-121v68,0,129,60,129,126v0,69,-57,135,-128,135v-77,0,-129,-60,-129,-140xm170,-320r-59,0r-43,54r52,0r21,-28r19,28r55,0","w":279},"\u00d5":{"d":"205,-128v0,-33,-32,-65,-65,-65v-36,0,-64,29,-64,63v-1,40,25,70,64,70v36,0,66,-34,65,-68xm12,-136v0,-64,61,-121,128,-121v68,0,129,60,129,126v0,69,-57,135,-128,135v-77,0,-129,-60,-129,-140xm111,-320r64,0r-61,53r-40,0xm196,-320r64,0r-61,53r-40,0","w":279},"\u00d6":{"d":"205,-128v0,-33,-32,-65,-65,-65v-36,0,-64,29,-64,63v-1,40,25,70,64,70v36,0,66,-34,65,-68xm12,-136v0,-64,61,-121,128,-121v68,0,129,60,129,126v0,69,-57,135,-128,135v-77,0,-129,-60,-129,-140xm169,-297v0,-13,11,-25,25,-25v13,0,26,13,26,26v0,15,-12,26,-27,26v-12,0,-24,-12,-24,-27xm90,-298v0,-13,12,-26,26,-25v13,0,25,14,25,26v0,15,-11,26,-27,26v-12,-1,-24,-13,-24,-27","w":279},"\u00d7":{"d":"64,-161r50,50r48,-48r26,25r-48,49r46,46r-28,28r-46,-46r-48,48r-26,-26r48,-48r-50,-50","w":216},"\u00d8":{"d":"193,-191v3,36,-12,57,-42,62v63,1,44,70,47,129r-64,0v-5,-42,19,-106,-38,-97r0,-56v37,7,44,-43,12,-45v-14,-2,-23,15,-23,27r0,171r-65,0r0,-161v0,-62,31,-96,91,-96v43,-1,79,27,82,66xm140,-267r-59,0r-44,-53r53,0r21,27r19,-27r54,0","w":219},"\u00d9":{"d":"109,4v-55,0,-91,-39,-91,-93r0,-163r63,0r0,170v0,16,15,27,30,27v15,0,28,-11,28,-28r0,-169r63,0r0,164v0,54,-37,92,-93,92xm112,-276v18,-1,19,-31,0,-32v-20,0,-22,32,0,32xm73,-291v0,-19,15,-41,36,-41v22,0,39,15,39,36v0,24,-12,43,-36,43v-20,1,-39,-18,-39,-38","w":219},"\u00da":{"d":"109,4v-55,0,-91,-39,-91,-93r0,-163r63,0r0,170v0,16,15,27,30,27v15,0,28,-11,28,-28r0,-169r63,0r0,164v0,54,-37,92,-93,92xm123,-320r69,0r-61,53r-45,0","w":219},"\u00db":{"d":"109,4v-55,0,-91,-39,-91,-93r0,-163r63,0r0,170v0,16,15,27,30,27v15,0,28,-11,28,-28r0,-169r63,0r0,164v0,54,-37,92,-93,92xm81,-320r64,0r-61,53r-40,0xm166,-320r64,0r-61,53r-40,0","w":219},"\u00dc":{"d":"109,4v-55,0,-91,-39,-91,-93r0,-163r63,0r0,170v0,16,15,27,30,27v15,0,28,-11,28,-28r0,-169r63,0r0,164v0,54,-37,92,-93,92xm140,-298v0,-13,11,-25,25,-25v13,0,25,12,25,26v0,15,-11,26,-26,26v-12,0,-24,-12,-24,-27xm61,-299v0,-13,11,-25,25,-25v13,0,26,13,26,26v0,15,-12,25,-27,25v-13,0,-24,-11,-24,-26","w":219},"\u00dd":{"d":"70,-90v-60,-12,-53,-90,-52,-162r63,0r0,79v0,17,4,29,19,29v36,0,14,-72,20,-108r62,0v1,71,9,149,-49,162r0,90r-63,0r0,-90xm109,-320r69,0r-61,53r-45,0","k":{"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00ec":13,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e4":13,"\u00e3":13,"\u00e2":13,"\u00e1":13,"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00b9":13,"\u00a5":6,"q":13,"p":13,"o":13,"e":13,"a":13,"A":6}},"\u00de":{"d":"3,-252r155,0r0,60r-47,0r0,192r-62,0r0,-192r-46,0r0,-60xm102,10r-13,58r-25,0r5,-58r33,0","w":159,"k":{"\u00fd":13,"\u00fc":13,"\u00fb":13,"\u00fa":13,"\u00f9":13,"\u00f8":13,"\u00f6":20,"\u00f5":20,"\u00f4":20,"\u00f3":20,"\u00ec":20,"\u00eb":20,"\u00ea":20,"\u00e9":20,"\u00e8":20,"\u00e7":20,"\u00e6":20,"\u00e4":20,"\u00e3":20,"\u00e2":20,"\u00e1":20,"\u00e0":13,"\u00c4":6,"\u00c3":6,"\u00c2":6,"\u00c1":6,"\u00ba":20,"\u00b9":20,"\u00a5":6,"\u0153":20,"\u0161":20,"y":13,"w":13,"u":13,"s":20,"r":13,"o":20,"e":20,"c":20,"a":20,"A":6}},"\u00df":{"d":"98,-205v-13,0,-21,10,-21,23r0,182r-55,0r1,-125r-22,0r0,-52r22,0v-1,-49,27,-78,75,-78v57,0,98,63,52,98v40,28,60,36,60,82v0,57,-50,84,-118,75r0,-53v27,0,61,5,61,-21v0,-34,-49,-43,-59,-71v-3,-5,24,-27,23,-41v-1,-10,-7,-20,-19,-19","w":219},"\u00e0":{"d":"114,-123v-67,-9,-36,72,-43,123r-58,0r0,-175r51,0r0,30v7,-20,22,-32,50,-30r0,52xm73,-242r70,0r-62,53r-45,0","w":119},"\u00e1":{"d":"100,-179v57,0,105,28,105,81r0,98r-57,0v-3,-53,17,-127,-41,-127v-23,0,-39,16,-39,39v0,34,34,48,66,35r0,47v-56,33,-124,-19,-124,-82v0,-51,40,-91,90,-91xm118,-242r70,0r-61,53r-45,0","w":219},"\u00e2":{"d":"100,-179v57,0,105,28,105,81r0,98r-57,0v-3,-53,17,-127,-41,-127v-23,0,-39,16,-39,39v0,34,34,48,66,35r0,47v-56,33,-124,-19,-124,-82v0,-51,40,-91,90,-91xm137,-247r-59,0r-44,53r53,0r20,-27r20,27r54,0","w":219},"\u00e3":{"d":"100,-179v57,0,105,28,105,81r0,98r-57,0v-3,-53,17,-127,-41,-127v-23,0,-39,16,-39,39v0,34,34,48,66,35r0,47v-56,33,-124,-19,-124,-82v0,-51,40,-91,90,-91xm117,-216v17,0,23,-9,25,-26r36,0v9,54,-76,66,-110,40v-11,-9,-17,-22,-17,-40r40,0v2,18,9,26,26,26","w":219},"\u00e4":{"d":"100,-179v57,0,105,28,105,81r0,98r-57,0v-3,-53,17,-127,-41,-127v-23,0,-39,16,-39,39v0,34,34,48,66,35r0,47v-56,33,-124,-19,-124,-82v0,-51,40,-91,90,-91xm138,-224v0,-13,11,-24,25,-24v14,0,25,11,25,25v0,15,-11,27,-26,26v-13,1,-24,-12,-24,-27xm59,-224v0,-13,10,-25,25,-25v13,0,25,12,25,25v0,15,-11,27,-26,26v-13,0,-24,-11,-24,-26","w":219},"\u00e5":{"d":"79,0r-58,0r0,-252r58,0r0,252xm62,-320r70,0r-61,53r-45,0","w":99},"\u00e6":{"d":"8,-86v0,-62,47,-98,118,-89r0,52v-35,-3,-60,3,-60,36v0,32,26,38,60,35r0,52v-71,8,-118,-23,-118,-86xm89,-242r70,0r-61,53r-45,0","w":140},"\u00e7":{"d":"51,52v16,11,63,9,45,-15v-6,-5,-19,-4,-25,0r-9,-9r17,-29v-41,-4,-72,-40,-71,-85v0,-62,47,-98,118,-89r0,52v-35,-3,-60,3,-60,36v0,32,26,38,60,35r0,52r-26,0r-11,18v22,-6,50,6,48,26v-3,37,-55,43,-93,25","w":140},"\u00e8":{"d":"8,-86v0,-62,47,-98,118,-89r0,52v-35,-3,-60,3,-60,36v0,32,26,38,60,35r0,52v-71,8,-118,-23,-118,-86xm110,-189r-59,0r-44,-53r53,0r20,27r20,-27r54,0","w":140},"\u00e9":{"d":"8,-84v0,-70,68,-115,133,-86v18,9,32,25,44,46r-87,60r-22,-34r47,-31v-28,-20,-59,6,-59,39v0,24,17,44,39,44v26,0,41,-18,52,-39r41,21v-19,39,-47,66,-97,68v-46,3,-91,-46,-91,-88xm107,-242r69,0r-61,53r-45,0"},"\u00ea":{"d":"72,48v-1,-21,17,-31,27,-44v-47,2,-91,-46,-91,-91v0,-67,70,-112,133,-83v18,9,32,25,44,46r-87,60r-22,-34r47,-31v-28,-20,-59,6,-59,39v0,24,17,44,39,44v26,0,41,-18,52,-39r41,21v-14,30,-34,50,-64,62v-8,15,-22,25,-23,47v-1,18,19,16,34,14r-4,16v-30,6,-67,0,-67,-27"},"\u00eb":{"d":"8,-84v0,-70,68,-115,133,-86v18,9,32,25,44,46r-87,60r-22,-34r47,-31v-28,-20,-59,6,-59,39v0,24,17,44,39,44v26,0,41,-18,52,-39r41,21v-19,39,-47,66,-97,68v-46,3,-91,-46,-91,-88xm131,-219v0,-13,11,-26,26,-25v13,1,25,12,25,25v1,15,-11,27,-26,26v-13,0,-26,-12,-25,-26xm52,-220v0,-13,12,-25,26,-25v13,0,25,13,25,26v0,15,-11,25,-26,25v-13,0,-26,-12,-25,-26"},"\u00ec":{"d":"8,-84v0,-70,68,-115,133,-86v18,9,32,25,44,46r-87,60r-22,-34r47,-31v-28,-20,-59,6,-59,39v0,24,17,44,39,44v26,0,41,-18,52,-39r41,21v-19,39,-47,66,-97,68v-46,3,-91,-46,-91,-88xm132,-189r-59,0r-43,-53r52,0r21,27r19,-27r55,0"},"\u00ed":{"d":"79,-175r0,175r-57,0r0,-175r57,0xm59,-242r69,0r-61,53r-45,0","w":100},"\u00ee":{"d":"79,-175r0,175r-57,0r0,-175r57,0xm80,-242r-59,0r-44,53r53,0r20,-27r19,27r55,0","w":99},"\u00ef":{"d":"109,-48v25,-1,39,-21,39,-48r0,-156r57,0r0,163v1,63,-39,95,-95,95v-58,0,-99,-37,-100,-97v-1,-58,58,-103,121,-84r0,53v-28,-14,-64,2,-64,35v0,22,19,40,42,39xm252,-252r-13,57r-25,0r5,-57r33,0","w":244},"\u00f0":{"d":"109,-48v57,-2,35,-88,39,-144r-53,0r0,-39r53,0r0,-21r57,0r0,21r15,0r0,39r-15,0r0,103v1,63,-39,95,-95,95v-58,0,-99,-37,-100,-97v-1,-58,58,-103,121,-84r0,53v-28,-14,-64,2,-64,35v0,22,19,40,42,39","w":219},"\u00f1":{"d":"89,-125v-12,0,-20,11,-19,25r0,100r-55,0r0,-103v0,-45,30,-77,76,-77v42,0,75,35,75,75r0,105r-55,0r0,-100v0,-13,-9,-25,-22,-25xm96,-242r69,0r-61,53r-45,0","w":180},"\u00f2":{"d":"89,-125v-12,0,-20,11,-19,25r0,100r-55,0r0,-103v0,-45,30,-77,76,-77v42,0,75,35,75,75r0,105r-55,0r0,-100v0,-13,-9,-25,-22,-25xm120,-189r-60,0r-43,-53r52,0r21,27r19,-27r55,0","w":180},"\u00f3":{"d":"190,-95v0,52,-39,99,-92,99v-50,0,-88,-46,-88,-96v0,-47,43,-87,90,-87v45,0,90,40,90,84xm135,-90v0,-19,-17,-36,-36,-35v-18,0,-33,17,-33,37v0,21,15,37,35,37v19,0,34,-17,34,-39xm104,-242r70,0r-61,53r-45,0"},"\u00f4":{"d":"190,-95v0,52,-39,99,-92,99v-50,0,-88,-46,-88,-96v0,-47,43,-87,90,-87v45,0,90,40,90,84xm135,-90v0,-19,-17,-36,-36,-35v-18,0,-33,17,-33,37v0,21,15,37,35,37v19,0,34,-17,34,-39xm130,-242r-59,0r-43,53r52,0r21,-27r19,27r55,0"},"\u00f5":{"d":"190,-95v0,52,-39,99,-92,99v-50,0,-88,-46,-88,-96v0,-47,43,-87,90,-87v45,0,90,40,90,84xm135,-90v0,-19,-17,-36,-36,-35v-18,0,-33,17,-33,37v0,21,15,37,35,37v19,0,34,-17,34,-39xm70,-242r64,0r-61,53r-40,0xm155,-242r64,0r-61,53r-40,0"},"\u00f6":{"d":"190,-95v0,52,-39,99,-92,99v-50,0,-88,-46,-88,-96v0,-47,43,-87,90,-87v45,0,90,40,90,84xm135,-90v0,-19,-17,-36,-36,-35v-18,0,-33,17,-33,37v0,21,15,37,35,37v19,0,34,-17,34,-39xm130,-219v0,-13,11,-26,26,-25v13,1,25,12,25,25v1,16,-11,27,-27,26v-13,0,-24,-12,-24,-26xm51,-220v0,-13,12,-26,26,-25v13,0,25,14,25,26v0,14,-11,25,-26,25v-13,0,-26,-12,-25,-26"},"\u00f7":{"d":"180,-68r-180,0r0,-39r180,0r0,39xm113,-152v0,14,-12,27,-28,27v-14,0,-26,-13,-26,-27v0,-13,11,-26,26,-26v15,0,29,11,28,26xm114,-25v0,13,-12,27,-27,27v-14,0,-27,-13,-27,-26v0,-12,12,-27,27,-27v15,0,27,12,27,26","w":180},"\u00f8":{"d":"114,-123v-67,-9,-36,72,-43,123r-58,0r0,-175r51,0r0,30v7,-20,22,-32,50,-30r0,52xm97,-189r-59,0r-44,-53r53,0r20,27r20,-27r54,0","w":119},"\u00f9":{"d":"91,4v-46,0,-77,-30,-76,-76r0,-103r54,0r0,100v-1,14,8,26,20,26v13,0,21,-12,21,-26r0,-100r55,0r0,104v1,42,-32,75,-74,75xm91,-199v20,0,21,-32,0,-32v-8,0,-16,7,-16,15v0,10,6,17,16,17xm53,-214v0,-19,15,-41,36,-41v22,0,39,16,39,36v0,23,-13,43,-36,43v-20,1,-39,-18,-39,-38","w":180},"\u00fa":{"d":"91,4v-46,0,-77,-30,-76,-76r0,-103r54,0r0,100v-1,14,8,26,20,26v13,0,21,-12,21,-26r0,-100r55,0r0,104v1,42,-32,75,-74,75xm96,-242r69,0r-61,53r-45,0","w":180},"\u00fb":{"d":"91,4v-46,0,-77,-30,-76,-76r0,-103r54,0r0,100v-1,14,8,26,20,26v13,0,21,-12,21,-26r0,-100r55,0r0,104v1,42,-32,75,-74,75xm60,-242r64,0r-61,53r-40,0xm145,-242r65,0r-62,53r-39,0","w":180},"\u00fc":{"d":"91,4v-46,0,-77,-30,-76,-76r0,-103r54,0r0,100v-1,14,8,26,20,26v13,0,21,-12,21,-26r0,-100r55,0r0,104v1,42,-32,75,-74,75xm118,-219v0,-13,11,-26,26,-25v13,1,25,12,25,25v1,15,-11,27,-26,26v-13,0,-26,-12,-25,-26xm39,-220v0,-13,12,-25,26,-25v13,0,25,13,25,26v0,15,-11,25,-26,25v-13,0,-26,-12,-25,-26","w":180},"\u00fd":{"d":"62,0v-64,-8,-44,-106,-47,-176r55,0r0,107v0,12,9,20,21,20v13,0,20,-9,20,-22r0,-105r55,0r0,119v2,25,-24,56,-46,57r0,75r-58,0r0,-75xm109,-243r69,0r-61,54r-45,0","w":180},"\u00fe":{"d":"111,0v-54,7,-96,-14,-97,-58r0,-161r55,0r0,43r42,0r0,52r-42,0v0,38,-10,84,42,71r0,53xm89,10r-13,58r-25,0r5,-58r33,0","w":119},"\u0141":{"d":"156,0v-74,5,-140,-4,-138,-73r-18,10r0,-43r18,-10r0,-136r63,0r0,100r42,-24r0,43r-42,24v-1,33,-1,49,35,49r40,0r0,60","w":159},"\u0142":{"d":"79,-160r25,-15r0,42r-25,15r0,118r-58,0r0,-84r-21,13r0,-43r21,-13r0,-125r58,0r0,92","w":105},"\u017d":{"d":"49,0v-29,1,-45,-35,-29,-60r83,-132r-76,0r0,-60r123,0v30,-1,44,36,29,60r-82,132r89,0r0,60r-137,0xm131,-267r-59,0r-43,-53r52,0r21,27r19,-27r55,0"},"\u017e":{"d":"150,0v-58,-4,-172,22,-139,-53r64,-72r-60,0r0,-50v55,4,159,-20,130,50r-60,72r65,0r0,53xm110,-189r-59,0r-44,-53r53,0r20,27r20,-27r54,0","w":159},"\u0106":{"d":"12,-131v0,-78,63,-133,155,-121r0,60v-53,-6,-90,16,-90,62v0,53,32,75,90,70r0,60v-98,11,-155,-43,-155,-131xm127,-320r70,0r-62,53r-45,0","w":180},"\u0107":{"d":"8,-86v0,-62,47,-98,118,-89r0,52v-35,-3,-60,3,-60,36v0,32,26,38,60,35r0,52v-71,8,-118,-23,-118,-86xm89,-242r70,0r-61,53r-45,0","w":140},"\u010c":{"d":"12,-131v0,-78,63,-133,155,-121r0,60v-53,-6,-90,16,-90,62v0,53,32,75,90,70r0,60v-98,11,-155,-43,-155,-131xm141,-267r-59,0r-43,-53r52,0r21,27r19,-27r54,0","w":180},"\u010d":{"d":"8,-86v0,-62,47,-98,118,-89r0,52v-35,-3,-60,3,-60,36v0,32,26,38,60,35r0,52v-71,8,-118,-23,-118,-86xm110,-189r-59,0r-44,-53r53,0r20,27r20,-27r54,0","w":140},"\u0111":{"d":"109,-48v57,-2,35,-88,39,-144r-53,0r0,-39r53,0r0,-21r57,0r0,21r15,0r0,39r-15,0r0,103v1,63,-39,95,-95,95v-58,0,-99,-37,-100,-97v-1,-58,58,-103,121,-84r0,53v-28,-14,-64,2,-64,35v0,22,19,40,42,39","w":219},"\u015e":{"d":"48,52v16,11,63,9,45,-15v-6,-5,-19,-4,-25,0r-9,-9r17,-28r-63,0r0,-58v32,-2,108,12,81,-28v-31,-29,-91,-50,-83,-111v7,-56,74,-59,142,-55r0,58v-26,4,-86,-14,-75,19v46,38,102,51,89,124v-5,30,-33,48,-70,51r-11,18v22,-6,50,6,48,26v-4,37,-55,44,-93,25","w":180},"\u015f":{"d":"31,52v16,11,63,9,45,-15v-6,-5,-19,-4,-25,0r-9,-9r17,-28r-51,0r0,-49r54,0v19,-1,13,-15,-1,-19v-34,-12,-49,-19,-51,-52v-3,-55,53,-60,112,-56r0,47v-22,-2,-79,-2,-45,18v66,8,74,105,3,111r-11,18v22,-6,50,6,48,26v-4,37,-55,44,-93,25","w":140},"\u0102":{"d":"111,-260v51,0,87,39,87,92r0,168r-62,0r0,-88r-40,0r0,-57r40,0v2,-28,-1,-55,-25,-55v-20,0,-27,15,-27,37r0,163r-62,0r0,-167v-1,-53,38,-93,89,-93xm111,-294v17,0,23,-8,25,-25r36,0v9,54,-75,64,-109,39v-11,-9,-17,-21,-17,-39r40,0v2,17,9,25,25,25","w":219},"\u0103":{"d":"100,-179v57,0,105,28,105,81r0,98r-57,0v-3,-53,17,-127,-41,-127v-23,0,-39,16,-39,39v0,34,34,48,66,35r0,47v-56,33,-124,-19,-124,-82v0,-51,40,-91,90,-91xm117,-216v17,0,23,-9,25,-26r36,0v9,54,-76,66,-110,40v-11,-9,-17,-22,-17,-40r40,0v2,18,9,26,26,26","w":219},"\u0104":{"d":"193,75v-40,11,-86,-14,-59,-49v6,-7,18,-19,27,-26r-25,0r0,-88r-40,0r0,-57r40,0v2,-28,-1,-55,-25,-55v-20,0,-27,15,-27,37r0,163r-62,0r0,-167v-1,-53,38,-93,89,-93v51,0,87,39,87,92r0,168v-25,0,-31,22,-34,45v-3,17,19,16,34,14","w":219},"\u0105":{"d":"200,75v-39,11,-85,-13,-60,-49v6,-7,18,-19,27,-26r-19,0v-3,-53,17,-127,-41,-127v-23,0,-39,16,-39,39v0,34,34,48,66,35r0,47v-56,33,-124,-19,-124,-82v0,-51,40,-91,90,-91v57,0,105,28,105,81r0,98v-25,0,-31,22,-34,45v-2,17,19,16,33,14","w":219},"\u010e":{"d":"98,-60v58,1,84,-82,41,-115v-14,-11,-32,-17,-55,-17r0,192r-63,0r0,-252r69,0v114,-11,177,133,103,214v-24,25,-56,38,-95,38r0,-60xm127,-267r-59,0r-44,-53r53,0r21,27r19,-27r54,0","w":240},"\u010f":{"d":"109,-48v25,-1,39,-21,39,-48r0,-156r57,0r0,163v1,63,-39,95,-95,95v-58,0,-99,-37,-100,-97v-1,-58,58,-103,121,-84r0,53v-28,-14,-64,2,-64,35v0,22,19,40,42,39xm252,-252r-13,57r-25,0r5,-57r33,0","w":244},"\u0110":{"d":"21,-252v115,-11,203,25,204,127v1,72,-55,126,-127,125r0,-61v58,4,85,-83,40,-115v-14,-11,-31,-16,-54,-16r0,39r32,0r0,44r-32,0r0,109r-63,0r0,-109r-15,0r0,-44r15,0r0,-99","w":240},"\u0118":{"d":"79,-98v18,37,29,38,84,40r0,58v-25,0,-31,22,-34,45v-2,17,19,16,33,14r-4,16v-40,11,-85,-13,-60,-49r24,-26v-61,1,-110,-60,-110,-124v0,-66,46,-129,108,-128r43,0r0,58v-55,2,-67,4,-84,41r84,0r0,55r-84,0","w":178},"\u0119":{"d":"72,48v-1,-21,17,-31,27,-44v-47,2,-91,-46,-91,-91v0,-67,70,-112,133,-83v18,9,32,25,44,46r-87,60r-22,-34r47,-31v-28,-20,-59,6,-59,39v0,24,17,44,39,44v26,0,41,-18,52,-39r41,21v-14,30,-34,50,-64,62v-8,15,-22,25,-23,47v-1,18,19,16,34,14r-4,16v-30,6,-67,0,-67,-27"},"\u011a":{"d":"12,-124v-1,-66,46,-129,108,-128r43,0r0,58v-55,2,-67,4,-84,41r84,0r0,55r-84,0v18,37,29,38,84,40r0,58v-93,12,-150,-44,-151,-124xm142,-267r-59,0r-43,-53r52,0r21,27r19,-27r54,0","w":180},"\u011b":{"d":"8,-84v0,-70,68,-115,133,-86v18,9,32,25,44,46r-87,60r-22,-34r47,-31v-28,-20,-59,6,-59,39v0,24,17,44,39,44v26,0,41,-18,52,-39r41,21v-19,39,-47,66,-97,68v-46,3,-91,-46,-91,-88xm132,-189r-59,0r-43,-53r52,0r21,27r19,-27r55,0"},"\u0139":{"d":"81,-89v-6,41,42,26,75,29r0,60v-75,5,-138,-4,-138,-75r0,-177r63,0r0,163xm66,-320r69,0r-61,53r-45,0","w":159},"\u013a":{"d":"79,0r-58,0r0,-252r58,0r0,252xm62,-320r70,0r-61,53r-45,0","w":99},"\u013d":{"d":"81,-89v-6,41,42,26,75,29r0,60v-75,5,-138,-4,-138,-75r0,-177r63,0r0,163xm130,-252r-13,57r-25,0r5,-57r33,0","w":159},"\u013e":{"d":"79,0r-58,0r0,-252r58,0r0,252xm122,-252r-12,57r-26,0r5,-57r33,0","w":116},"\u0143":{"d":"220,-33v1,28,-31,53,-54,30v-36,-38,-55,-99,-83,-146r0,149r-62,0r0,-223v-2,-31,39,-50,62,-28v35,33,50,91,75,134r0,-135r62,0r0,219xm134,-320r69,0r-61,53r-45,0","w":240},"\u0144":{"d":"89,-125v-12,0,-20,11,-19,25r0,100r-55,0r0,-103v0,-45,30,-77,76,-77v42,0,75,35,75,75r0,105r-55,0r0,-100v0,-13,-9,-25,-22,-25xm96,-242r69,0r-61,53r-45,0","w":180},"\u0147":{"d":"220,-33v1,28,-31,53,-54,30v-36,-38,-55,-99,-83,-146r0,149r-62,0r0,-223v-2,-31,39,-50,62,-28v35,33,50,91,75,134r0,-135r62,0r0,219xm151,-267r-59,0r-44,-53r53,0r20,27r20,-27r54,0","w":240},"\u0148":{"d":"89,-125v-12,0,-20,11,-19,25r0,100r-55,0r0,-103v0,-45,30,-77,76,-77v42,0,75,35,75,75r0,105r-55,0r0,-100v0,-13,-9,-25,-22,-25xm120,-189r-60,0r-43,-53r52,0r21,27r19,-27r55,0","w":180},"\u0150":{"d":"205,-128v0,-33,-32,-65,-65,-65v-36,0,-64,29,-64,63v-1,40,25,70,64,70v36,0,66,-34,65,-68xm12,-136v0,-64,61,-121,128,-121v68,0,129,60,129,126v0,69,-57,135,-128,135v-77,0,-129,-60,-129,-140xm111,-320r64,0r-61,53r-40,0xm196,-320r64,0r-61,53r-40,0","w":279},"\u0151":{"d":"190,-95v0,52,-39,99,-92,99v-50,0,-88,-46,-88,-96v0,-47,43,-87,90,-87v45,0,90,40,90,84xm135,-90v0,-19,-17,-36,-36,-35v-18,0,-33,17,-33,37v0,21,15,37,35,37v19,0,34,-17,34,-39xm70,-242r64,0r-61,53r-40,0xm155,-242r64,0r-61,53r-40,0"},"\u0154":{"d":"193,-191v3,36,-12,57,-42,62v63,1,44,70,47,129r-64,0v-5,-42,19,-106,-38,-97r0,-56v37,7,44,-43,12,-45v-14,-2,-23,15,-23,27r0,171r-65,0r0,-161v0,-62,31,-96,91,-96v43,-1,79,27,82,66xm115,-320r70,0r-62,53r-45,0","w":219},"\u0155":{"d":"114,-123v-67,-9,-36,72,-43,123r-58,0r0,-175r51,0r0,30v7,-20,22,-32,50,-30r0,52xm73,-242r70,0r-62,53r-45,0","w":119},"\u0158":{"d":"193,-191v3,36,-12,57,-42,62v63,1,44,70,47,129r-64,0v-5,-42,19,-106,-38,-97r0,-56v37,7,44,-43,12,-45v-14,-2,-23,15,-23,27r0,171r-65,0r0,-161v0,-62,31,-96,91,-96v43,-1,79,27,82,66xm140,-267r-59,0r-44,-53r53,0r21,27r19,-27r54,0","w":219},"\u0159":{"d":"114,-123v-67,-9,-36,72,-43,123r-58,0r0,-175r51,0r0,30v7,-20,22,-32,50,-30r0,52xm97,-189r-59,0r-44,-53r53,0r20,27r20,-27r54,0","w":119},"\u015a":{"d":"13,-58v32,-2,108,12,81,-28v-31,-29,-91,-50,-83,-111v7,-56,74,-59,142,-55r0,58v-26,4,-86,-14,-75,19v42,34,89,46,91,103v3,76,-78,75,-156,72r0,-58xm96,-320r69,0r-61,53r-45,0","w":180},"\u015b":{"d":"21,-90v-26,-33,0,-86,45,-86r56,0r0,47v-22,-2,-80,0,-45,18v30,15,52,22,55,54v4,62,-62,59,-124,57r0,-49r54,0v19,-1,13,-15,-1,-19v-20,-7,-34,-14,-40,-22xm76,-242r70,0r-61,53r-45,0","w":140},"\u0162":{"d":"3,-252r155,0r0,60r-47,0r0,192r-62,0r0,-192r-46,0r0,-60xm102,10r-13,58r-25,0r5,-58r33,0","w":159},"\u0163":{"d":"111,0v-54,7,-96,-14,-97,-58r0,-161r55,0r0,43r42,0r0,52r-42,0v0,38,-10,84,42,71r0,53xm89,10r-13,58r-25,0r5,-58r33,0","w":119},"\u0164":{"d":"3,-252r155,0r0,60r-47,0r0,192r-62,0r0,-192r-46,0r0,-60xm110,-267r-59,0r-44,-53r53,0r20,27r20,-27r54,0","w":159},"\u0165":{"d":"111,0v-54,7,-96,-14,-97,-58r0,-161r55,0r0,43r42,0r0,52r-42,0v0,38,-10,84,42,71r0,53xm120,-252r-12,58r-26,0r5,-58r33,0","w":119},"\u016e":{"d":"109,4v-55,0,-91,-39,-91,-93r0,-163r63,0r0,170v0,16,15,27,30,27v15,0,28,-11,28,-28r0,-169r63,0r0,164v0,54,-37,92,-93,92xm112,-276v18,-1,19,-31,0,-32v-20,0,-22,32,0,32xm73,-291v0,-19,15,-41,36,-41v22,0,39,15,39,36v0,24,-12,43,-36,43v-20,1,-39,-18,-39,-38","w":219},"\u016f":{"d":"91,4v-46,0,-77,-30,-76,-76r0,-103r54,0r0,100v-1,14,8,26,20,26v13,0,21,-12,21,-26r0,-100r55,0r0,104v1,42,-32,75,-74,75xm91,-199v20,0,21,-32,0,-32v-8,0,-16,7,-16,15v0,10,6,17,16,17xm53,-214v0,-19,15,-41,36,-41v22,0,39,16,39,36v0,23,-13,43,-36,43v-20,1,-39,-18,-39,-38","w":180},"\u0170":{"d":"109,4v-55,0,-91,-39,-91,-93r0,-163r63,0r0,170v0,16,15,27,30,27v15,0,28,-11,28,-28r0,-169r63,0r0,164v0,54,-37,92,-93,92xm81,-320r64,0r-61,53r-40,0xm166,-320r64,0r-61,53r-40,0","w":219},"\u0171":{"d":"91,4v-46,0,-77,-30,-76,-76r0,-103r54,0r0,100v-1,14,8,26,20,26v13,0,21,-12,21,-26r0,-100r55,0r0,104v1,42,-32,75,-74,75xm60,-242r64,0r-61,53r-40,0xm145,-242r65,0r-62,53r-39,0","w":180},"\u0179":{"d":"49,0v-29,1,-45,-35,-29,-60r83,-132r-76,0r0,-60r123,0v30,-1,44,36,29,60r-82,132r89,0r0,60r-137,0xm107,-320r69,0r-61,53r-45,0"},"\u017a":{"d":"150,0v-58,-4,-172,22,-139,-53r64,-72r-60,0r0,-50v55,4,159,-20,130,50r-60,72r65,0r0,53xm85,-242r69,0r-61,53r-45,0","w":159},"\u017b":{"d":"49,0v-29,1,-45,-35,-29,-60r83,-132r-76,0r0,-60r123,0v30,-1,44,36,29,60r-82,132r89,0r0,60r-137,0xm107,-271v-43,1,-42,-65,-2,-66v20,0,35,13,35,32v0,20,-13,34,-33,34"},"\u017c":{"d":"150,0v-58,-4,-172,22,-139,-53r64,-72r-60,0r0,-50v55,4,159,-20,130,50r-60,72r65,0r0,53xm61,-206v-21,-19,-4,-56,22,-56v20,0,34,13,35,31v2,30,-36,44,-57,25","w":159}}});function keys(dict)
{_keys=new Array();for(k in dict)_keys.push(k);return _keys;}
function dict_count(dict)
{count=0;for(k in dict)count+=1;return count;}
function confirm_url(msg,url)
{if(confirm(msg))document.location.href=url;}
function selection_value(sel)
{sel=$(sel)[0];return sel.options[sel.selectedIndex].value;}
function load_ajax_content(url,target)
{$(target).load(url);}
function gather_input_values(container)
{params={};fields=$(container).find("input");for(i=0;i<fields.length;i++)
{field=fields[i];if(field.type=="checkbox")
{if(field.checked){params[field.name]="1";}}else{params[field.name]=field.value;}}
fields=$(container).find("select");for(i=0;i<fields.length;i++)
{field=fields[i];params[field.name]=selection_value(field);}
return params;}
function toggle_proposals_preview(shell,container,url)
{shell=$(shell);if(shell.hasClass("invisible")&&shell.hasClass("no-content"))
{load_ajax_content(url,container)
shell.removeClass("no-content");}
shell.toggleClass("invisible");}
function autoredirect(anchor)
{if(!autoredirect_enabled)return;href=$(anchor)[0].href;$(document).ready(function(){window.setTimeout(function(){document.location.href=href;},800);});}
function submit_form_and_wait(form,elm_to_hide,waiting_img)
{$(waiting_img).replaceAll(elm_to_hide);$(form)[0].submit();}
function url_add_parameters(url,params)
{if(dict_count(params)==0)return url;if(url.indexOf("?")<0)
url+="?";if(url.indexOf("=")>=0)
url+="&";return url+jQuery.param(params);}
function block_window_navigation(message)
{window.onbeforeunload=function()
{return message;};}
function unblock_window_navigation()
{window.onbeforeunload=null;}
function setup_tables_stripes(table_class,table_with_header_class)
{function spread_attr(tables,attr_name,ofs)
{for(i=0;i<tables.length;i++)
{table=tables[i];$(table).find("tr:nth-child(2n+"+(3+ofs)+")").attr(attr_name,$(table).find("tr:nth-child("+(1+ofs)+")").attr(attr_name));$(table).find("tr:nth-child(2n+"+(4+ofs)+")").attr(attr_name,$(table).find("tr:nth-child("+(2+ofs)+")").attr(attr_name));}}
$(document).ready(function(){spread_attr($("table."+table_class),"style",0)
spread_attr($("table."+table_class),"class",0)
spread_attr($("table."+table_with_header_class),"style",1)
spread_attr($("table."+table_with_header_class),"class",1)});}
function GridEditor(rawdata_input,container)
{this.container=$(container);this.rawdata_input=$(rawdata_input)[0];this.original_content=$(container).html();this.load_content=function(url){container=this.container;rawdata_input=this.rawdata_input;params={};params[rawdata_input.name]=rawdata_input.value;url=url_add_parameters(url,params);container.html(this.original_content);jQuery.getJSON(url,function(data,text_status){container.html(data.html);rawdata_input.value=data.rawdata;});}
this.add_row=function(url,block_with_new_values){params=gather_input_values(block_with_new_values);url=url_add_parameters(url,params);this.load_content(url);}}
tabs={};function tabs_register(tabs_name,tab_id,body_id)
{if(!(tabs_name in tabs))tabs[tabs_name]=new Array();tabs[tabs_name].push({tab_id:tab_id,body_id:body_id});}
function tabs_activate(tabs_name,tab_id)
{tbs=tabs[tabs_name];for(i=0;i<tbs.length;i++)
{tab=tbs[i];div_tab=$(tab.tab_id)
if(tab.tab_id==tab_id)
{div_tab[0].className="active";$(tab.body_id).show();}else{div_tab[0].className="";$(tab.body_id).hide();}}}
g_ping_planned=false;function plan_ping()
{if(g_ping_planned)return;g_ping_planned=true;window.setTimeout(function(){doSimpleXMLHttpRequest(g_root+"ping");},1000*60*10);}
function tinymce_event_handler(e)
{plan_ping();}
function setup_tinymce()
{if(!need_wysiwyg_editor)return;tinyMCE.init({editor_selector:"mceEditor",theme:"advanced",mode:"textareas",plugins:"contextmenu,insertdatetime,layer,paste,searchreplace,table,style,nonbreaking,visualchars,fullscreen,advlink,advimage,media,autonbsp",theme_advanced_buttons1:"cut,copy,paste,pastetext,pasteword,|,search,replace,|,undo,redo,|,insertlayer,moveforward,movebackward,absolute,|,link,unlink,anchor,image,media,|,insertdate,inserttime,charmap,hr,nonbreaking,autonbsp,visualchars",theme_advanced_buttons2:"bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,styleselect,|,bullist,numlist,|,sub,sup,|,outdent,indent",theme_advanced_buttons3:"forecolor,backcolor,|,styleprops,code,removeformat,cleanup,|,tablecontrols,|,fullscreen",theme_advanced_toolbar_location:"top",theme_advanced_toolbar_align:"left",theme_advanced_statusbar_location:"none",theme_advanced_resizing:true,theme_advanced_resize_horizontal:false,theme_advanced_resizing_use_cookie:false,theme_advanced_path:true,theme_advanced_fonts:"Arial=sans-serif;Times=Times New Roman, Times, serif;Courier=courier new,courier,monospace",theme_advanced_blockformats:"p,h1,h2,h3",theme_advanced_styles:tinymce_styles,plugin_insertdate_dateFormat:"%d.%m.%Y",plugin_insertdate_timeFormat:"%H:%M:%S",language:"cs",accessibility_warnings:false,convert_fonts_to_spans:true,entities:"160,nbsp,38,amp,34,quot,60,lt,62,gt",entity_encoding:"named",convert_urls:false,verify_html:false,apply_source_formatting:true,cleanup_on_startup:true,invalid_elements:"",auto_reset_designmode:true,handle_event_callback:"tinymce_event_handler"});}
setup_tinymce();setup_tables_stripes("table-stripes","table-header-stripes");Cufon.replace("BODY.app H1");Cufon.replace("BODY.app H2");