(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.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(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.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(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.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(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.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 H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},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(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<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>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerFont({"w":536,"face":{"font-family":"VAG Rounded","font-weight":200,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"6","cap-height":"6","bbox":"-29 -793 809.033 293","underline-thickness":"50","underline-position":"-100","stemh":"76","stemv":"88","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":250},"!":{"d":"104,-238r0,-433v0,-29,17,-47,44,-47v27,0,44,18,44,47r0,433v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47xm97,-45v0,-28,23,-51,51,-51v28,0,51,23,51,51v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51","w":296},"\"":{"d":"197,-539r0,-136v0,-25,13,-43,41,-43v28,0,41,18,41,43r0,136v0,25,-13,43,-41,43v-28,0,-41,-18,-41,-43xm55,-539r0,-136v0,-25,13,-43,41,-43v28,0,41,18,41,43r0,136v0,25,-13,43,-41,43v-28,0,-41,-18,-41,-43","w":334},"#":{"d":"381,-216r-26,186v-3,23,-12,36,-38,36v-42,0,-34,-36,-29,-76r20,-146r-119,0r-26,186v-3,23,-12,36,-38,36v-42,0,-34,-36,-29,-76r20,-146v-43,-1,-102,10,-102,-33v1,-47,66,-30,111,-33r21,-148v-43,-1,-102,10,-102,-33v1,-46,66,-31,111,-33r26,-186v3,-23,12,-36,38,-36v42,0,34,36,29,76r-20,146r119,0r26,-186v3,-23,12,-36,38,-36v42,0,34,36,29,76r-20,146v43,1,102,-10,102,33v-1,47,-66,30,-111,33r-21,148v43,1,102,-10,102,33v-1,46,-66,31,-111,33xm317,-282r21,-148r-119,0r-21,148r119,0"},"$":{"d":"218,-439r0,-203v-56,7,-96,46,-96,101v0,55,41,81,96,102xm218,-70r0,-277v-91,-31,-190,-63,-190,-188v0,-79,70,-172,190,-183v2,-28,-9,-68,21,-68v30,0,19,40,21,68v80,6,153,41,153,83v0,21,-16,39,-38,39v-35,0,-49,-36,-115,-46r0,219v93,33,200,69,200,204v0,107,-71,205,-200,221v-2,29,10,72,-21,72v-30,0,-19,-40,-21,-68v-102,0,-197,-46,-197,-89v0,-21,12,-42,35,-42v37,0,73,55,162,55xm260,-332r0,257v67,-14,106,-69,106,-140v0,-66,-48,-95,-106,-117","w":481},"%":{"d":"194,-434v64,0,86,-62,86,-115v0,-53,-22,-115,-86,-115v-64,0,-86,62,-86,115v0,53,22,115,86,115xm547,6v-100,0,-152,-80,-152,-169v0,-89,52,-169,152,-169v100,0,152,80,152,169v0,89,-52,169,-152,169xm547,-48v64,0,86,-62,86,-115v0,-53,-22,-115,-86,-115v-64,0,-86,62,-86,115v0,53,22,115,86,115xm194,-380v-100,0,-152,-80,-152,-169v0,-89,52,-169,152,-169v100,0,152,80,152,169v0,89,-52,169,-152,169xm209,-58r266,-638v9,-21,19,-30,35,-30v47,11,40,25,21,72r-266,638v-7,41,-68,36,-70,3v0,-8,3,-18,14,-45","w":741},"&":{"d":"318,-417r159,188v44,-55,76,-132,105,-132v20,0,37,10,37,30v0,27,-21,74,-93,160r87,103v29,24,21,73,-18,74v-15,0,-25,-5,-34,-16r-86,-99v-66,83,-144,115,-220,115v-116,0,-219,-76,-219,-207v0,-121,60,-173,159,-233v-40,-41,-79,-91,-79,-139v0,-105,78,-145,174,-145v84,0,156,53,156,126v0,91,-64,139,-128,175xm204,-575v0,30,31,64,66,103v40,-23,94,-60,94,-105v0,-48,-41,-71,-81,-71v-43,0,-79,24,-79,73xm124,-211v0,74,45,135,139,135v61,0,107,-24,163,-91r-182,-210v-93,53,-120,101,-120,166","w":667},"(":{"d":"123,55v-76,-198,-77,-548,0,-746v9,-24,21,-45,44,-45v52,0,34,44,21,82v-54,141,-53,531,0,672v14,38,31,82,-21,82v-23,0,-35,-21,-44,-45","w":241},")":{"d":"118,-691v76,198,77,548,0,746v-9,24,-21,45,-44,45v-52,0,-34,-44,-21,-82v54,-141,53,-531,0,-672v-14,-38,-31,-82,21,-82v23,0,35,21,44,45","w":241},"*":{"d":"150,-541r-89,-37v-42,-15,-24,-66,12,-66v25,0,58,37,97,65v3,-57,-40,-131,25,-139v65,7,22,83,25,139v39,-28,72,-65,97,-65v36,1,52,49,12,66r-89,37r89,37v42,15,24,66,-12,66v-25,0,-58,-37,-97,-65v-3,57,40,131,-25,139v-65,-7,-22,-83,-25,-139v-39,28,-72,65,-97,65v-36,-1,-52,-49,-12,-66","w":390},"+":{"d":"259,-294r0,-169v0,-25,13,-43,41,-43v28,0,41,18,41,43r0,169r169,0v25,0,43,13,43,41v0,28,-18,41,-43,41r-169,0r0,169v0,25,-13,43,-41,43v-28,0,-41,-18,-41,-43r0,-169r-169,0v-25,0,-43,-13,-43,-41v0,-28,18,-41,43,-41r169,0","w":600},",":{"d":"22,88v0,-55,46,-100,67,-147v9,-20,21,-37,47,-37v38,1,47,39,29,75r-56,110v-10,19,-21,37,-47,37v-21,0,-40,-16,-40,-38","w":250},"-":{"d":"279,-230r-206,0v-21,0,-38,-17,-38,-38v0,-21,17,-38,38,-38r206,0v21,0,38,17,38,38v0,21,-17,38,-38,38","w":352},".":{"d":"74,-45v0,-28,23,-51,51,-51v28,0,51,23,51,51v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51","w":250},"\/":{"d":"34,-75r273,-613v7,-38,82,-42,80,7v0,8,-4,22,-14,44r-273,613v-7,38,-82,42,-80,-7v0,-8,4,-22,14,-44","w":407},"0":{"d":"33,-356v0,-229,105,-362,235,-362v130,0,235,133,235,362v0,229,-105,362,-235,362v-130,0,-235,-133,-235,-362xm127,-356v0,199,63,286,141,286v78,0,141,-87,141,-286v0,-199,-63,-286,-141,-286v-78,0,-141,87,-141,286"},"1":{"d":"164,-41r0,-595v-52,-3,-129,17,-130,-38v0,-21,17,-38,38,-38r153,0v17,0,27,2,27,24r0,647v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47","w":352},"2":{"d":"182,-76r270,0v21,0,38,17,38,38v0,21,-17,38,-38,38r-345,0v-60,-8,-58,-37,-29,-76r246,-329v30,-39,52,-83,52,-126v0,-65,-49,-111,-113,-111v-85,0,-130,72,-130,161v0,31,-20,40,-39,40v-28,0,-43,-17,-43,-54v0,-118,80,-223,227,-223v118,0,192,85,192,177v0,41,-3,87,-49,147"},"3":{"d":"476,-210v0,135,-100,216,-227,216v-148,0,-208,-111,-208,-164v0,-31,16,-49,37,-49v26,0,39,15,49,46v17,51,53,91,120,91v79,0,135,-59,135,-132v0,-106,-58,-133,-124,-133v-35,0,-54,-15,-54,-38v0,-20,13,-31,46,-38v71,-16,100,-50,100,-115v0,-68,-40,-116,-101,-116v-70,0,-96,50,-101,104v-3,40,-27,41,-42,41v-25,0,-40,-18,-40,-41v0,-95,69,-180,187,-180v190,0,249,249,101,335v80,24,122,92,122,173"},"4":{"d":"334,-183r-284,0v-59,-5,-38,-47,-16,-82r252,-413v32,-62,136,-56,136,33r0,386v41,-3,83,-1,83,38v0,39,-42,41,-83,38r0,142v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-142xm122,-259r212,0r0,-365r-2,0"},"5":{"d":"228,-636r-29,193v29,-15,61,-20,94,-20v111,0,182,105,182,216v0,153,-87,253,-231,253v-118,0,-200,-75,-200,-118v0,-18,10,-38,32,-38v36,0,68,74,169,74v85,0,136,-71,136,-154v0,-84,-37,-151,-123,-151v-65,0,-96,27,-121,27v-47,0,-29,-43,-23,-86r37,-249v3,-18,12,-23,33,-23r247,0v21,0,38,17,38,38v0,21,-17,38,-38,38r-203,0"},"6":{"d":"266,6v-124,0,-214,-103,-214,-245v0,-208,140,-368,248,-459v18,-15,29,-20,41,-20v14,0,36,14,36,41v0,14,-10,25,-35,47v-57,51,-99,99,-153,198v36,-15,66,-29,115,-28v116,0,180,110,180,234v0,129,-92,232,-218,232xm140,-230v0,83,38,154,125,154v87,0,125,-71,125,-154v0,-94,-38,-154,-125,-154v-87,0,-125,72,-125,154"},"7":{"d":"366,-636r-300,0v-21,0,-38,-17,-38,-38v0,-21,17,-38,38,-38r361,0v58,0,47,37,28,81r-266,605v-12,28,-34,32,-53,32v-33,0,-40,-35,-19,-81","w":500},"8":{"d":"86,-555v1,-218,363,-217,364,0v0,76,-29,118,-93,158v83,19,129,95,129,178v0,116,-79,225,-218,225v-139,0,-218,-109,-218,-225v0,-83,46,-159,129,-178v-64,-40,-93,-82,-93,-158xm168,-538v0,61,37,105,100,105v63,0,100,-44,100,-105v0,-60,-37,-104,-100,-104v-63,0,-100,44,-100,104xm144,-215v0,92,58,145,124,145v66,0,124,-53,124,-145v0,-73,-42,-142,-124,-142v-82,0,-124,69,-124,142"},"9":{"d":"270,-718v124,0,214,103,214,245v0,208,-140,368,-248,459v-18,15,-29,20,-41,20v-14,0,-36,-14,-36,-41v0,-14,10,-25,35,-47v57,-51,99,-99,153,-198v-36,15,-66,29,-115,28v-116,0,-180,-110,-180,-234v0,-129,92,-232,218,-232xm396,-482v0,-83,-38,-154,-125,-154v-87,0,-125,71,-125,154v0,94,38,154,125,154v87,0,125,-72,125,-154"},":":{"d":"74,-45v0,-28,23,-51,51,-51v28,0,51,23,51,51v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51xm74,-381v0,-28,23,-51,51,-51v28,0,51,23,51,51v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51","w":250},";":{"d":"22,88v0,-55,46,-100,67,-147v9,-20,21,-37,47,-37v38,1,47,39,29,75r-56,110v-10,19,-21,37,-47,37v-21,0,-40,-16,-40,-38xm74,-381v0,-28,23,-51,51,-51v28,0,51,23,51,51v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51","w":250},"<":{"d":"150,-253r372,184v15,8,32,17,32,38v0,47,-43,39,-82,19r-390,-195v-49,-22,-48,-68,0,-92r390,-195v38,-23,82,-29,82,19v0,21,-17,30,-32,38","w":600},"=":{"d":"510,-316r-420,0v-25,0,-43,-13,-43,-41v0,-28,18,-41,43,-41r420,0v25,0,43,13,43,41v0,28,-18,41,-43,41xm510,-108r-420,0v-25,0,-43,-13,-43,-41v0,-28,18,-41,43,-41r420,0v25,0,43,13,43,41v0,28,-18,41,-43,41","w":600},">":{"d":"78,-69r372,-184r-372,-184v-15,-8,-32,-17,-32,-38v0,-47,43,-39,82,-19r390,195v49,22,48,68,0,92r-390,195v-38,23,-82,29,-82,-19v0,-21,17,-30,32,-38","w":600},"?":{"d":"258,-338v-4,59,19,147,-44,147v-66,0,-44,-99,-44,-160v0,-45,1,-53,70,-67v79,-16,92,-71,92,-108v0,-68,-49,-110,-116,-110v-53,0,-97,18,-116,82v-16,54,-84,37,-82,-13v3,-88,102,-151,195,-151v121,0,213,78,213,184v0,108,-68,175,-168,196xm163,-45v0,-28,23,-51,51,-51v28,0,51,23,51,51v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51","w":444},"@":{"d":"266,-308v0,53,37,90,82,90v99,0,136,-136,136,-192v0,-49,-25,-72,-75,-72v-96,0,-143,99,-143,174xm606,-530v0,99,-78,189,-78,291v0,17,8,29,28,29v64,0,132,-95,132,-198v0,-155,-131,-244,-274,-244v-173,0,-302,131,-302,296v0,174,134,296,311,296v169,0,209,-110,265,-110v14,0,25,9,25,23v0,55,-165,153,-297,153v-211,0,-380,-158,-380,-362v0,-203,171,-362,378,-362v189,0,350,121,350,298v0,194,-159,278,-248,278v-42,0,-60,-22,-72,-57v-27,30,-71,57,-115,57v-86,0,-151,-71,-151,-157v0,-127,91,-259,226,-259v49,0,91,21,117,75v10,-28,14,-69,53,-69v16,0,32,6,32,22","w":800},"A":{"d":"141,-155r-46,128v-6,42,-85,45,-85,-4v0,-12,9,-35,12,-44r221,-589v11,-31,29,-54,63,-54v34,0,52,23,63,54r221,589v3,9,12,32,12,44v0,23,-19,37,-42,37v-24,0,-36,-14,-43,-33r-46,-128r-330,0xm444,-231r-137,-385r-2,0r-137,385r276,0","w":612},"B":{"d":"146,-636r0,225r100,0v75,0,118,-50,118,-115v0,-64,-37,-110,-115,-110r-103,0xm146,-339r0,263r124,0v86,0,149,-53,149,-132v0,-73,-53,-131,-145,-131r-128,0xm58,-48r0,-616v0,-27,14,-48,47,-48r155,0v126,0,192,89,192,170v0,80,-45,135,-99,158v86,9,154,82,154,176v0,112,-83,208,-233,208r-169,0v-33,0,-47,-21,-47,-48","w":537},"C":{"d":"125,-356v0,136,67,286,218,286v107,0,154,-64,191,-64v21,0,35,16,35,41v0,45,-101,99,-226,99v-206,0,-312,-177,-312,-362v0,-185,106,-362,317,-362v126,0,206,68,206,104v0,23,-14,42,-36,42v-40,0,-60,-70,-170,-70v-158,0,-223,150,-223,286","w":593},"D":{"d":"63,-48r0,-616v0,-27,14,-48,47,-48r173,0v212,0,316,164,316,352v0,213,-113,360,-304,360r-185,0v-33,0,-47,-21,-47,-48xm151,-636r0,560r126,0v166,0,228,-139,228,-284v0,-146,-66,-276,-234,-276r-120,0","w":630},"E":{"d":"146,-315r0,233r212,0v25,0,43,13,43,41v0,28,-18,41,-43,41r-253,0v-33,0,-47,-21,-47,-48r0,-616v0,-27,14,-48,47,-48r253,0v25,0,43,13,43,41v0,28,-18,41,-43,41r-212,0r0,233r193,0v25,0,43,13,43,41v0,28,-18,41,-43,41r-193,0","w":444},"F":{"d":"146,-315r0,274v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-623v0,-27,14,-48,47,-48r250,0v25,0,43,13,43,41v0,28,-18,41,-43,41r-209,0r0,233r185,0v25,0,43,13,43,41v0,28,-18,41,-43,41r-185,0","w":407},"G":{"d":"559,-326r-124,0v-25,0,-43,-13,-43,-41v0,-28,18,-41,43,-41r148,0v45,0,64,17,64,72v0,172,-62,342,-304,342v-205,0,-312,-177,-312,-362v0,-185,102,-362,325,-362v146,0,244,76,244,114v0,23,-17,42,-42,42v-44,0,-80,-80,-208,-80v-160,0,-225,150,-225,286v0,136,63,286,229,286v153,0,215,-123,205,-256","w":667},"H":{"d":"146,-319r0,272v0,35,-17,53,-44,53v-27,0,-44,-18,-44,-53r0,-618v0,-35,17,-53,44,-53v27,0,44,18,44,53r0,270r375,0r0,-270v0,-35,17,-53,44,-53v27,0,44,18,44,53r0,618v0,35,-17,53,-44,53v-27,0,-44,-18,-44,-53r0,-272r-375,0","w":667},"I":{"d":"146,-671r0,630v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-630v0,-29,17,-47,44,-47v27,0,44,18,44,47","w":204},"J":{"d":"224,-172r0,-499v0,-29,17,-47,44,-47v27,0,44,18,44,47r0,490v0,113,-48,187,-173,187v-47,0,-146,-28,-146,-80v0,-22,14,-37,35,-37v40,0,42,41,118,41v61,0,78,-46,78,-102","w":370},"K":{"d":"146,-339r0,298v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-630v0,-29,17,-47,44,-47v27,0,44,18,44,47r0,260r305,-279v24,-34,86,-41,86,10v0,23,-8,31,-18,40r-292,263r319,308v34,26,17,74,-25,75v-13,0,-25,-2,-43,-19","w":574},"L":{"d":"146,-671r0,589r188,0v25,0,43,13,43,41v0,28,-18,41,-43,41r-229,0v-33,0,-47,-21,-47,-48r0,-623v0,-29,17,-47,44,-47v27,0,44,18,44,47","w":389},"M":{"d":"200,-604r-83,572v-4,31,-24,38,-47,38v-43,-1,-43,-42,-36,-85r97,-572v10,-85,113,-89,133,-21r152,521r2,0r152,-521v10,-33,29,-46,64,-46v32,0,60,17,69,67r102,612v0,27,-14,45,-41,45v-23,0,-43,-7,-47,-38r-83,-572r-2,0r-170,574v-16,51,-75,50,-90,0r-170,-574r-2,0","w":834},"N":{"d":"146,-557r0,516v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-625v0,-35,12,-52,40,-52v26,0,38,11,62,46r360,517r2,0r0,-516v0,-29,17,-47,44,-47v27,0,44,18,44,47r0,625v0,35,-12,52,-40,52v-26,0,-38,-11,-62,-46r-360,-517r-2,0","w":668},"O":{"d":"125,-356v0,136,58,286,218,286v160,0,218,-150,218,-286v0,-136,-58,-286,-218,-286v-160,0,-218,150,-218,286xm31,-356v0,-185,109,-362,312,-362v203,0,312,177,312,362v0,185,-109,362,-312,362v-203,0,-312,-177,-312,-362","w":686},"P":{"d":"146,-266r0,225v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-623v0,-27,14,-48,47,-48r174,0v143,0,231,100,231,224v0,124,-98,222,-228,222r-136,0xm146,-636r0,294r130,0v87,0,146,-65,146,-146v0,-70,-40,-148,-150,-148r-126,0","w":519},"Q":{"d":"485,-127v-24,-29,-67,-50,-77,-91v-1,-37,44,-52,72,-24r49,48v72,-176,31,-448,-186,-448v-160,0,-218,150,-218,286v0,136,58,286,218,286v61,0,107,-21,142,-57xm612,-2r-70,-69v-50,48,-117,77,-199,77v-203,0,-312,-177,-312,-362v0,-185,109,-362,312,-362v289,0,389,366,250,587r74,73v28,22,20,71,-21,72v-17,0,-27,-9,-34,-16","w":685},"R":{"d":"146,-312r0,271v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-623v0,-27,14,-48,47,-48r163,0v112,0,218,76,218,192v0,159,-97,206,-232,203r227,249v28,25,20,74,-23,74v-18,0,-30,-9,-40,-20xm146,-636r0,253r120,0v92,0,132,-39,132,-131v0,-66,-52,-122,-134,-122r-118,0","w":519},"S":{"d":"238,-718v88,0,175,37,175,83v0,21,-16,39,-38,39v-39,0,-52,-46,-140,-46v-65,0,-113,41,-113,101v0,157,338,82,338,322v0,118,-86,225,-241,225v-94,0,-198,-36,-198,-86v0,-24,12,-45,37,-45v30,0,72,55,162,55v91,0,146,-66,146,-145v0,-169,-338,-87,-338,-320v0,-83,78,-183,210,-183","w":481},"T":{"d":"178,-41r0,-589r-133,0v-25,0,-43,-13,-43,-41v0,-28,18,-41,43,-41r354,0v25,0,43,13,43,41v0,28,-18,41,-43,41r-133,0r0,589v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47","w":444},"U":{"d":"58,-282r0,-389v0,-29,17,-47,44,-47v27,0,44,18,44,47r0,423v0,112,76,178,188,178v112,0,188,-66,188,-178r0,-423v0,-29,17,-47,44,-47v27,0,44,18,44,47r0,389v0,240,-154,288,-276,288v-122,0,-276,-48,-276,-288","w":668},"V":{"d":"279,-142r180,-519v11,-31,19,-57,54,-57v39,0,45,37,33,70r-217,606v-10,29,-21,48,-51,48v-30,0,-41,-19,-51,-48r-217,-606v-13,-32,-6,-70,33,-70v35,0,43,26,54,57r180,519r2,0","w":556},"W":{"d":"208,-108r164,-575v12,-49,76,-48,90,0r164,575r2,0r93,-569v1,-55,90,-53,88,-1v0,11,-1,24,-5,45r-108,581v-6,31,-19,58,-63,58v-34,0,-55,-9,-69,-58r-146,-522r-2,0r-146,522v-14,49,-35,58,-69,58v-44,0,-57,-27,-63,-58r-108,-581v-10,-46,-9,-85,35,-85v27,0,43,12,48,41r93,569r2,0","w":834},"X":{"d":"297,-313r-204,291v-18,25,-30,28,-44,28v-39,2,-46,-45,-26,-73r223,-315r-186,-263v-26,-30,-13,-72,25,-73v15,0,28,4,45,28r167,244r167,-244v17,-24,30,-28,45,-28v38,1,48,41,25,73r-186,263r223,315v24,23,13,75,-26,73v-14,0,-26,-3,-44,-28","w":594},"Y":{"d":"206,-41r0,-293r-191,-311v-26,-32,-14,-72,26,-73v16,0,31,6,44,28r165,269r165,-269v13,-22,28,-28,44,-28v40,1,47,38,26,73r-191,311r0,293v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47","w":500},"Z":{"d":"41,-87r366,-549r-323,0v-25,0,-43,-13,-43,-38v0,-25,18,-38,43,-38r389,0v61,5,52,44,24,87r-367,549r359,0v25,0,43,13,43,38v0,25,-18,38,-43,38r-413,0v-62,-1,-62,-46,-35,-87","w":556},"[":{"d":"158,-642r0,648v38,-4,72,3,72,38v0,47,-60,38,-107,38v-33,0,-47,-21,-47,-48r0,-704v0,-27,14,-48,47,-48v47,1,107,-10,107,38v0,34,-34,42,-72,38","w":241},"\\":{"d":"307,-24r-273,-613v-23,-42,-19,-81,25,-81v23,0,34,14,41,30r273,613v23,42,19,81,-25,81v-23,0,-34,-14,-41,-30","w":407},"]":{"d":"83,6r0,-648v-38,4,-72,-3,-72,-38v0,-47,60,-38,107,-38v33,0,47,21,47,48r0,704v0,27,-14,48,-47,48v-47,-1,-107,10,-107,-38v0,-34,34,-42,72,-38","w":241},"^":{"d":"300,-630r-157,291v-19,34,-27,50,-50,50v-45,0,-37,-46,-20,-76r175,-312v13,-23,26,-41,52,-41v26,0,39,18,52,41r175,312v21,26,26,75,-20,76v-23,0,-31,-16,-50,-50","w":600},"_":{"d":"500,125r-500,0v-16,0,-29,-9,-29,-25v0,-16,13,-25,29,-25r500,0v16,0,29,9,29,25v0,16,-13,25,-29,25","w":500},"a":{"d":"498,-495r0,458v0,31,-24,43,-41,43v-18,0,-41,-12,-41,-43v0,-11,3,-29,-2,-37v-38,54,-88,80,-145,80v-150,0,-234,-131,-234,-272v0,-141,84,-272,234,-272v63,0,103,29,147,71v-6,-40,13,-71,41,-71v17,0,41,12,41,43xm123,-266v0,90,38,196,146,196v108,0,146,-106,146,-196v0,-90,-38,-196,-146,-196v-108,0,-146,106,-146,196","w":556},"b":{"d":"141,-266v0,90,38,196,146,196v108,0,146,-106,146,-196v0,-90,-38,-196,-146,-196v-108,0,-146,106,-146,196xm62,-41r0,-684v0,-29,17,-47,44,-47v27,0,44,18,44,47r0,259r2,0v23,-33,72,-72,142,-72v144,0,227,131,227,272v0,141,-83,272,-227,272v-72,0,-115,-28,-144,-73v4,41,-7,74,-44,73v-27,0,-44,-18,-44,-47","w":556},"c":{"d":"35,-266v0,-141,78,-272,240,-272v90,0,143,31,143,67v0,18,-15,37,-36,37v-34,0,-47,-28,-107,-28v-109,0,-152,106,-152,196v0,90,43,196,152,196v62,0,78,-30,106,-30v20,0,34,13,34,37v0,33,-49,69,-140,69v-162,0,-240,-131,-240,-272","w":444},"d":{"d":"415,-266v0,-90,-38,-196,-146,-196v-108,0,-146,106,-146,196v0,90,38,196,146,196v108,0,146,-106,146,-196xm450,6v-40,0,-44,-37,-46,-73v-25,48,-72,73,-142,73v-144,0,-227,-131,-227,-272v0,-141,83,-272,227,-272v72,0,117,42,144,72r0,-259v0,-29,17,-47,44,-47v27,0,44,18,44,47r0,684v0,29,-17,47,-44,47","w":556},"e":{"d":"445,-232r-331,0v0,91,58,162,157,162v117,0,147,-72,180,-72v16,0,32,14,32,39v0,43,-109,109,-213,109v-170,0,-244,-131,-244,-272v0,-144,90,-272,239,-272v145,0,229,131,229,259v0,31,-11,47,-49,47xm114,-298r292,0v0,-76,-44,-164,-141,-164v-109,0,-148,83,-151,164","w":520},"f":{"d":"174,-456r0,415v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-415v-40,2,-80,0,-80,-38v0,-37,39,-41,80,-38r0,-125v2,-87,60,-115,144,-115v23,0,50,14,50,38v0,32,-31,38,-70,38v-27,0,-36,13,-36,35r0,129v44,0,99,-7,99,38v0,44,-55,39,-99,38","w":259},"g":{"d":"494,-495r0,457v0,158,-96,254,-240,254v-91,0,-204,-52,-204,-97v0,-18,9,-41,37,-41v40,0,79,62,174,62v129,0,155,-104,143,-210v-27,46,-75,76,-135,76v-150,0,-234,-131,-234,-272v0,-141,84,-272,234,-272v59,0,110,38,137,67v-6,-42,14,-67,47,-67v17,0,41,12,41,43xm123,-266v0,90,38,196,146,196v108,0,146,-106,146,-196v0,-90,-38,-196,-146,-196v-108,0,-146,106,-146,196","w":556},"h":{"d":"392,-41r0,-290v0,-93,-65,-131,-123,-131v-58,0,-123,38,-123,131r0,290v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-684v0,-29,17,-47,44,-47v27,0,44,18,44,47r2,257v39,-50,94,-70,147,-70v82,0,185,52,185,202r0,295v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47","w":538},"i":{"d":"146,-491r0,450v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-450v0,-29,17,-47,44,-47v27,0,44,18,44,47xm48,-664v0,-30,24,-54,54,-54v30,0,54,24,54,54v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54","w":204},"j":{"d":"146,-491r0,660v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-660v0,-29,17,-47,44,-47v27,0,44,18,44,47xm48,-664v0,-30,24,-54,54,-54v30,0,54,24,54,54v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54","w":204},"k":{"d":"58,-41r0,-684v0,-29,17,-47,44,-47v27,0,44,18,44,47r0,375r192,-161v18,-16,35,-27,50,-27v41,2,48,51,15,77r-200,158r232,229v34,27,26,80,-16,80v-21,0,-30,-6,-51,-27r-222,-232r0,212v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47","w":463},"l":{"d":"146,-725r0,684v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-684v0,-29,17,-47,44,-47v27,0,44,18,44,47","w":204},"m":{"d":"373,-41r0,-298v0,-76,-42,-123,-114,-123v-71,0,-113,47,-113,123r0,298v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-450v0,-29,17,-47,44,-47v36,0,44,31,46,65v21,-27,54,-65,134,-65v52,0,106,22,146,90v89,-141,348,-128,348,112r0,295v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-298v0,-76,-42,-123,-114,-123v-71,0,-113,47,-113,123r0,298v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47","w":834},"n":{"d":"58,-41r0,-450v0,-29,17,-47,44,-47v38,0,44,34,46,70v39,-50,94,-70,147,-70v82,0,185,52,185,202r0,295v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-290v0,-93,-65,-131,-123,-131v-58,0,-123,38,-123,131r0,290v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47","w":538},"o":{"d":"35,-266v0,-141,84,-272,234,-272v150,0,234,131,234,272v0,141,-84,272,-234,272v-150,0,-234,-131,-234,-272xm123,-266v0,90,38,196,146,196v108,0,146,-106,146,-196v0,-90,-38,-196,-146,-196v-108,0,-146,106,-146,196","w":538},"p":{"d":"141,-266v0,90,38,196,146,196v108,0,146,-106,146,-196v0,-90,-38,-196,-146,-196v-108,0,-146,106,-146,196xm62,169r0,-660v0,-29,17,-47,44,-47v40,0,44,37,46,73v25,-48,72,-73,142,-73v144,0,227,131,227,272v0,141,-83,272,-227,272v-72,0,-117,-42,-144,-72r0,235v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47","w":556},"q":{"d":"415,-266v0,-90,-38,-196,-146,-196v-108,0,-146,106,-146,196v0,90,38,196,146,196v108,0,146,-106,146,-196xm35,-266v0,-141,83,-272,227,-272v72,0,115,28,144,73v-4,-41,7,-74,44,-73v27,0,44,18,44,47r0,660v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-235r-2,0v-23,33,-72,72,-142,72v-144,0,-227,-131,-227,-272","w":556},"r":{"d":"58,-41r0,-450v0,-29,17,-47,44,-47v48,0,42,51,46,92v20,-41,69,-92,120,-92v31,0,49,20,49,45v0,25,-18,41,-55,48v-52,9,-116,48,-116,151r0,253v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47","w":315},"s":{"d":"46,-388v0,-98,92,-150,181,-150v73,0,177,39,177,94v0,19,-13,36,-40,36v-38,0,-53,-54,-137,-54v-50,0,-93,22,-93,67v0,93,284,83,284,237v0,111,-95,164,-194,164v-112,0,-200,-56,-200,-101v0,-24,17,-40,36,-40v39,0,71,65,167,65v64,0,103,-36,103,-72v0,-104,-284,-98,-284,-246","w":444},"t":{"d":"86,-532v6,-62,-23,-162,44,-162v67,0,38,100,44,162v40,-2,80,0,80,38v0,37,-39,41,-80,38r0,415v0,29,-17,47,-44,47v-27,0,-44,-18,-44,-47r0,-415v-40,2,-80,0,-80,-38v0,-37,39,-41,80,-38","w":260},"u":{"d":"58,-206r0,-285v0,-29,17,-47,44,-47v27,0,44,18,44,47r0,282v0,91,40,139,123,139v83,0,123,-48,123,-139r0,-282v0,-29,17,-47,44,-47v27,0,44,18,44,47r0,285v0,156,-104,212,-211,212v-107,0,-211,-56,-211,-212","w":538},"v":{"d":"167,-32r-153,-429v-20,-36,-5,-77,31,-77v29,0,39,14,46,34r121,368r2,0r121,-368v5,-43,87,-48,86,7v0,10,-3,20,-9,36r-153,429v-9,26,-18,38,-46,38v-28,0,-37,-12,-46,-38","w":426},"w":{"d":"155,-40r-146,-425v-13,-36,-11,-73,35,-73v19,0,37,7,49,45r113,363r2,0r111,-350v12,-38,20,-58,52,-58v32,0,40,20,52,58r111,350r2,0r113,-363v12,-38,30,-45,49,-45v46,0,48,37,35,73r-146,425v-18,63,-81,62,-101,0r-114,-359r-2,0r-114,359v-18,64,-80,61,-101,0","w":742},"x":{"d":"24,-76r157,-206r-138,-181v-28,-29,-15,-75,22,-75v20,0,29,9,38,20r129,172r129,-172v16,-31,78,-24,75,20v0,9,-4,21,-15,35r-138,181r157,206v31,36,21,82,-22,82v-15,0,-30,-7,-39,-20r-147,-204r-147,204v-20,33,-81,22,-79,-20v0,-10,4,-23,18,-42","w":464},"y":{"d":"179,-19r-150,-433v-22,-52,-14,-77,28,-86v22,0,38,14,44,33r122,365r2,0r120,-365v7,-43,81,-44,82,4v0,10,-2,19,-12,49r-222,635v-8,42,-81,44,-83,-4v11,-60,50,-139,69,-198","w":444},"z":{"d":"138,-78v75,7,163,-1,242,2v29,0,44,14,44,38v0,24,-15,38,-44,38r-317,0v-60,-5,-48,-41,-25,-76r254,-380r-218,0v-29,0,-44,-14,-44,-38v0,-24,15,-38,44,-38r296,0v60,5,48,41,25,76","w":444},"{":{"d":"76,-26v0,-92,26,-234,-47,-254v-30,-9,-44,-16,-44,-38v0,-22,14,-30,44,-38v119,-35,-46,-362,149,-362v35,0,82,-3,78,30v2,25,-23,30,-54,30v-26,0,-44,18,-44,48r0,158v1,112,-59,125,-91,135v35,4,91,24,91,133r0,158v1,35,22,48,58,48v28,0,40,10,40,30v0,33,-43,31,-78,30v-69,0,-102,-39,-102,-108","w":241},"|":{"d":"70,250r0,-1000v0,-25,13,-43,41,-43v28,0,41,18,41,43r0,1000v0,25,-13,43,-41,43v-28,0,-41,-18,-41,-43","w":222},"}":{"d":"165,-610v0,92,-26,234,47,254v30,9,44,16,44,38v0,22,-14,30,-44,38v-119,35,46,362,-149,362v-35,0,-82,3,-78,-30v-2,-25,23,-30,54,-30v26,0,44,-18,44,-48r0,-158v-1,-112,59,-125,91,-135v-35,-4,-91,-24,-91,-133r0,-158v-1,-35,-22,-48,-58,-48v-28,0,-40,-10,-40,-30v0,-33,43,-31,78,-30v69,0,102,39,102,108","w":241},"~":{"d":"406,-181v-79,0,-146,-68,-209,-68v-43,0,-49,69,-98,68v-20,-1,-35,-15,-35,-29v0,-57,68,-115,130,-115v79,0,146,68,209,68v43,0,49,-69,98,-68v20,1,35,15,35,29v0,57,-68,115,-130,115","w":600},"'":{"d":"61,-539r0,-136v0,-25,13,-43,41,-43v28,0,41,18,41,43r0,136v0,25,-13,43,-41,43v-28,0,-41,-18,-41,-43","w":204},"`":{"d":"175,-607v-52,0,-102,-39,-149,-56v-28,-10,-35,-25,-35,-37v-1,-29,36,-58,72,-33r115,47v28,11,35,25,35,37v0,15,-12,42,-38,42","w":204},"\u00a0":{"w":250}}});Cufon.registerFont({"w":574,"face":{"font-family":"VAGRounded","font-weight":900,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 10 3 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"16","cap-height":"6","bbox":"-67.6581 -804 912 222","underline-thickness":"24","underline-position":"-61","stemh":"150","stemv":"156","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":278},"A":{"d":"23,-160r156,-421v20,-55,32,-79,49,-105v35,-55,138,-52,173,0v18,27,30,50,50,105r156,421v35,84,42,160,-54,166v-75,5,-84,-84,-105,-143r-266,0v-20,59,-32,148,-105,143v-96,-7,-85,-82,-54,-166xm400,-287r-81,-261r-2,0r-87,261r170,0","w":630},"B":{"d":"201,-568r0,134v73,2,148,6,148,-67v0,-73,-75,-70,-148,-67xm39,-81r0,-550v0,-49,37,-81,81,-81r191,0v123,0,200,75,200,186v0,65,-40,108,-85,136v88,18,143,86,143,175v0,116,-76,215,-248,215r-201,0v-44,0,-81,-30,-81,-81xm201,-290r0,146v88,0,202,14,200,-73v-2,-84,-112,-74,-200,-73","w":593},"C":{"d":"364,-146v80,0,102,-33,159,-33v59,0,72,48,72,75v0,83,-128,120,-224,120v-217,0,-350,-168,-350,-372v0,-216,139,-372,353,-372v108,0,215,31,215,113v0,40,-30,77,-70,77v-42,-1,-83,-34,-141,-34v-121,0,-183,96,-183,216v0,115,61,210,169,210","w":593},"D":{"d":"201,-562r0,412r86,0v124,0,185,-84,185,-211v0,-120,-61,-201,-178,-201r-93,0xm39,-81r0,-550v0,-49,37,-81,81,-81r194,0v210,0,332,164,332,351v0,229,-155,361,-332,361r-194,0v-44,0,-81,-30,-81,-81","w":667},"E":{"d":"39,-81r0,-550v0,-49,37,-81,81,-81r248,0v51,0,81,30,81,75v0,48,-29,75,-81,75r-167,0r0,129r153,0v51,0,81,27,81,75v0,47,-30,75,-81,75r-153,0r0,133r173,0v52,0,81,27,81,75v0,45,-30,75,-81,75r-254,0v-44,0,-81,-30,-81,-81","w":463},"F":{"d":"39,-80r0,-551v0,-49,37,-81,81,-81r248,0v51,0,81,30,81,75v0,48,-29,75,-81,75r-167,0r0,127r146,0v51,0,81,27,81,75v0,47,-30,75,-81,75r-146,0r0,205v0,55,-32,86,-81,86v-48,0,-81,-33,-81,-86","w":444},"G":{"d":"195,-356v-1,117,61,222,180,222v84,0,144,-54,152,-138r-93,0v-51,0,-81,-30,-81,-75v0,-48,30,-75,81,-75r175,0v57,0,86,33,86,99v0,191,-128,339,-324,339v-217,0,-350,-168,-350,-372v0,-210,152,-372,350,-372v134,0,276,62,276,156v0,40,-29,68,-73,68v-24,0,-34,-7,-75,-34v-40,-27,-69,-40,-121,-40v-111,0,-183,96,-183,222","w":722},"H":{"d":"201,-290r0,210v0,55,-32,86,-81,86v-48,0,-81,-33,-81,-86r0,-552v0,-55,33,-86,81,-86v49,0,81,30,81,86r0,192r302,0r0,-192v0,-55,33,-86,81,-86v49,0,81,30,81,86r0,552v0,55,-32,86,-81,86v-48,0,-81,-33,-81,-86r0,-210r-302,0","w":704},"I":{"d":"201,-632r0,552v0,55,-32,86,-81,86v-48,0,-81,-33,-81,-86r0,-552v0,-55,33,-86,81,-86v49,0,81,30,81,86","w":240},"J":{"d":"172,16v-81,-2,-180,-36,-180,-117v0,-43,26,-77,74,-77v31,0,69,38,101,38v43,0,58,-28,58,-108r0,-384v0,-56,33,-86,81,-86v49,0,81,30,81,86r0,412v-3,145,-55,240,-215,236","w":426},"K":{"d":"39,-80r0,-552v0,-55,33,-86,81,-86v49,0,81,30,81,86r0,198r223,-243v29,-33,48,-41,76,-41v39,0,81,35,81,78v0,21,-11,43,-32,65r-193,194r211,229v31,32,45,50,45,78v0,49,-37,80,-85,80v-37,0,-55,-17,-100,-68r-226,-254r0,236v0,55,-32,86,-81,86v-48,0,-81,-33,-81,-86","w":593},"L":{"d":"39,-81r0,-551v0,-55,33,-86,81,-86v49,0,81,30,81,86r0,482r174,0v52,0,81,27,81,75v0,45,-30,75,-81,75r-255,0v-44,0,-81,-30,-81,-81","w":444},"M":{"d":"17,-71v0,-130,73,-396,91,-545v15,-121,168,-135,208,-34v38,96,78,248,120,352r79,-245v32,-97,46,-139,78,-158v70,-42,153,-7,169,85r64,366v15,82,27,160,27,179v0,39,-29,77,-76,77v-69,0,-85,-46,-94,-107r-48,-316r-2,0r-109,350v-16,52,-41,73,-89,73v-48,0,-73,-21,-89,-73r-109,-350r-2,0r-48,316v-8,61,-25,107,-94,107v-45,0,-76,-38,-76,-77","w":870},"N":{"d":"39,-80r0,-552v-8,-84,99,-111,142,-59v7,9,25,28,51,60r269,337r2,0r0,-338v0,-55,33,-86,81,-86v49,0,81,30,81,86r0,552v6,87,-101,113,-147,56r-315,-394r-2,0r0,338v0,55,-32,86,-81,86v-48,0,-81,-33,-81,-86","w":704},"O":{"d":"371,-728v210,0,350,146,350,372v0,225,-140,372,-350,372v-209,0,-350,-148,-350,-372v0,-225,141,-372,350,-372xm371,-578v-120,0,-176,105,-176,222v0,117,56,222,176,222v120,0,176,-103,176,-222v0,-121,-56,-222,-176,-222","w":742},"P":{"d":"201,-568r0,195r87,0v66,0,107,-46,107,-97v0,-64,-42,-98,-107,-98r-87,0xm39,-80r0,-551v0,-49,37,-81,81,-81r199,0v128,0,244,82,244,242v0,140,-88,241,-239,241r-123,0r0,149v0,55,-32,86,-81,86v-48,0,-81,-33,-81,-86"},"Q":{"d":"681,56v-35,9,-99,-57,-131,-84v-51,29,-110,44,-179,44v-209,0,-350,-148,-350,-372v0,-225,141,-372,350,-372v210,0,350,146,350,372v0,91,-21,168,-64,230v30,28,99,76,91,113v0,39,-30,69,-67,69xm433,-290v27,0,54,15,93,50v54,-141,6,-338,-155,-338v-120,0,-176,105,-176,222v0,133,80,252,225,215v-40,-32,-55,-54,-54,-80v0,-39,30,-69,67,-69","w":742},"R":{"d":"39,-80r0,-551v0,-49,37,-81,81,-81r195,0v144,0,238,89,238,221v0,104,-63,180,-166,200r141,152v58,55,43,145,-49,145v-37,0,-54,-12,-77,-40r-199,-251r-2,0r0,205v0,55,-32,86,-81,86v-48,0,-81,-33,-81,-86xm201,-562r0,157r107,0v52,0,83,-33,83,-80v0,-46,-36,-77,-83,-77r-107,0"},"S":{"d":"403,-545v-52,0,-77,-27,-138,-27v-70,0,-104,75,-41,101v23,9,52,18,119,40v100,34,173,79,173,209v0,160,-117,238,-272,238v-102,0,-239,-42,-239,-117v0,-46,28,-86,76,-86v55,0,107,41,175,41v95,0,113,-93,45,-123v-119,-52,-284,-56,-284,-231v0,-152,119,-228,256,-228v128,0,202,44,202,107v0,44,-29,76,-72,76","w":537},"T":{"d":"151,-80r0,-482r-91,0v-52,0,-84,-30,-84,-75v0,-48,31,-75,84,-75r344,0v55,0,84,27,84,75v0,45,-31,75,-84,75r-91,0r0,482v0,55,-32,86,-81,86v-48,0,-81,-33,-81,-86","w":464},"U":{"d":"196,-632r0,346v0,92,63,146,146,146v82,0,147,-54,147,-146r0,-346v0,-55,33,-86,81,-86v48,0,81,30,81,86r0,346v0,186,-130,302,-309,302v-180,0,-308,-118,-308,-302r0,-346v0,-56,33,-86,81,-86v48,0,81,30,81,86","w":685},"V":{"d":"287,-281r138,-364v20,-49,35,-73,90,-73v71,0,91,67,62,138r-202,500v-23,57,-38,86,-90,86v-63,0,-69,-32,-90,-86r-198,-500v-38,-67,-8,-138,62,-138v55,0,71,25,90,73"},"W":{"d":"120,-115r-108,-441v-11,-42,-16,-70,-16,-83v0,-44,32,-79,81,-79v45,0,73,24,84,72r83,384r2,0r117,-373v31,-115,148,-110,182,0r117,373r2,0r83,-384v11,-48,39,-72,84,-72v47,0,81,35,81,79v0,16,-14,73,-16,83r-108,441v-23,76,-26,121,-114,121v-62,0,-96,-30,-115,-89r-104,-326r-2,0r-104,326v-20,59,-53,89,-115,89v-77,0,-92,-32,-114,-121","w":908},"X":{"d":"306,-518r91,-126v39,-55,54,-74,94,-74v90,0,103,83,55,147r-142,188r173,232v28,35,35,47,35,78v0,44,-32,79,-79,79v-31,0,-52,-12,-79,-48r-148,-202r-148,202v-27,36,-47,48,-79,48v-44,0,-79,-34,-79,-79v0,-29,7,-41,35,-78r173,-232r-142,-188v-53,-61,-35,-147,55,-147v40,0,57,23,94,74","w":612},"Y":{"d":"188,-80r0,-254r-140,-188v-42,-66,-67,-63,-67,-124v0,-43,37,-72,86,-72v37,0,59,22,82,55r120,171r120,-171v24,-35,43,-55,82,-55v67,0,108,59,75,115v-45,75,-139,191,-196,269r0,254v0,55,-32,86,-81,86v-48,0,-81,-33,-81,-86","w":538},"Z":{"d":"198,-150r264,0v56,0,86,28,86,75v0,45,-30,75,-86,75r-359,0v-121,1,-141,-85,-84,-160r306,-408r-239,0v-55,0,-86,-28,-86,-72v0,-44,31,-72,86,-72r348,0v102,3,118,70,82,133v-11,18,-30,46,-59,84","w":537},"a":{"d":"541,-457r0,382v0,45,-33,81,-78,81v-36,0,-61,-22,-73,-50v-35,43,-75,60,-134,60v-133,0,-241,-129,-241,-282v0,-153,108,-282,241,-282v59,0,98,16,134,60v12,-28,37,-50,73,-50v45,0,78,34,78,81xm278,-398v-67,0,-107,59,-107,132v0,76,40,132,107,132v67,0,107,-56,107,-132v0,-76,-40,-132,-107,-132"},"&":{"d":"405,-373r101,117v28,-30,65,-96,107,-96v35,0,71,33,71,68v0,35,-61,93,-91,125v20,26,65,64,65,95v0,40,-37,70,-78,70v-40,0,-68,-46,-93,-71v-71,59,-139,81,-235,81v-127,0,-232,-83,-232,-212v0,-101,58,-162,161,-214v-45,-52,-67,-86,-67,-138v0,-104,88,-172,203,-172v109,0,210,47,210,171v0,73,-50,136,-122,176xm400,-162r-134,-149v-63,37,-90,68,-90,109v0,53,40,92,96,92v51,0,91,-19,128,-52xm323,-612v-35,0,-65,26,-65,61v0,29,13,54,59,90v59,-27,78,-53,78,-84v0,-41,-29,-67,-72,-67","w":704},"^":{"d":"413,-355r-113,-207r-113,207v-16,31,-36,40,-69,40v-58,0,-60,-42,-38,-80r154,-280v32,-60,100,-57,132,0r154,280v22,39,20,81,-38,80v-32,0,-52,-9,-69,-40","w":600},"~":{"d":"182,-383v77,0,158,62,223,68v45,4,78,-60,111,-60v29,0,43,18,43,54v0,87,-101,167,-204,129v-42,-15,-124,-55,-160,-59v-42,-5,-74,60,-111,60v-29,0,-43,-18,-43,-54v0,-69,59,-138,141,-138","w":600},"*":{"d":"73,-649v37,0,38,17,76,41v-11,-54,-19,-110,45,-110v28,0,54,14,54,47v0,16,-6,43,-9,63v30,-22,52,-41,75,-41v31,0,54,28,54,59v12,28,-62,52,-84,62v19,13,84,24,84,62v0,31,-23,59,-54,59v-21,0,-50,-24,-75,-41v3,17,9,48,9,63v0,32,-23,47,-54,47v-43,0,-63,-29,-50,-76v4,-15,4,-27,5,-34v-45,29,-37,33,-76,41v-31,0,-52,-27,-52,-59v-11,-29,61,-52,83,-62v-23,-12,-83,-21,-83,-62v0,-32,21,-59,52,-59","w":389},"@":{"d":"313,-333v0,48,22,81,67,81v65,0,107,-46,107,-104v0,-47,-28,-78,-76,-78v-57,0,-98,49,-98,101xm611,-497r-41,236v0,13,6,19,19,19v43,0,86,-53,86,-152v0,-159,-109,-244,-261,-244v-151,0,-271,124,-271,283v0,171,119,281,280,281v79,0,146,-19,183,-52v37,-33,91,18,56,52v-45,44,-143,90,-239,90v-210,0,-388,-160,-388,-371v0,-205,175,-373,382,-373v190,0,348,119,348,306v0,215,-180,284,-250,284v-41,0,-55,-21,-61,-50v-29,33,-71,50,-124,50v-63,0,-131,-71,-131,-170v0,-138,93,-240,195,-240v59,0,91,18,122,62v4,-31,17,-54,51,-54v24,0,49,15,44,43","w":800},"b":{"d":"33,-75r0,-614v0,-47,33,-81,78,-81v47,0,78,34,78,81r0,185v33,-27,69,-44,129,-44v136,0,241,126,241,282v0,153,-108,282,-241,282v-59,0,-99,-17,-134,-60v-13,28,-37,50,-73,50v-45,0,-78,-36,-78,-81xm296,-398v-67,0,-107,59,-107,132v0,76,40,132,107,132v67,0,107,-56,107,-132v0,-76,-40,-132,-107,-132"},"\\":{"d":"318,-66r-269,-513v-25,-47,-38,-79,-38,-95v0,-35,23,-54,56,-54v31,0,51,29,78,82r269,513v25,47,38,79,38,95v0,35,-21,54,-56,54v-31,0,-49,-26,-78,-82","w":463},"|":{"d":"51,-49r0,-656v0,-39,21,-65,60,-65v39,0,60,26,60,65r0,656v0,39,-21,65,-60,65v-39,0,-60,-26,-60,-65","w":222},"{":{"d":"128,-279v62,8,108,25,108,101r0,198v0,50,23,58,69,58v28,0,45,16,45,45v0,57,-66,44,-119,45v-88,0,-133,-42,-133,-131r0,-203v0,-53,-17,-66,-48,-66v-32,0,-48,-21,-48,-48v0,-27,16,-48,48,-48v31,0,48,-13,48,-66r0,-203v-4,-118,85,-131,207,-131v27,0,45,16,45,45v0,39,-29,45,-70,45v-29,0,-44,19,-44,58r0,198v4,79,-50,89,-108,103","w":352},"}":{"d":"224,-281v-63,-8,-108,-24,-108,-101r0,-198v0,-50,-23,-58,-69,-58v-27,0,-45,-16,-45,-45v-2,-58,66,-45,119,-45v89,0,133,40,133,131r0,203v0,53,17,66,48,66v32,0,48,21,48,48v0,27,-16,48,-48,48v-31,0,-48,13,-48,66r0,203v4,118,-85,131,-207,131v-27,0,-45,-17,-45,-45v-1,-39,29,-45,70,-45v29,0,44,-19,44,-58r0,-198v-4,-78,50,-90,108,-103","w":352},"[":{"d":"218,-614r0,668v62,-2,126,-6,125,57v0,33,-24,57,-57,57v-86,0,-206,28,-206,-69r0,-758v-5,-97,120,-69,206,-69v33,0,57,24,57,57v0,62,-63,60,-125,57","w":352},"]":{"d":"134,54r0,-668v-62,3,-126,3,-125,-57v0,-32,25,-57,57,-57v86,0,206,-28,206,69r0,758v5,97,-120,69,-206,69v-32,0,-57,-25,-57,-57v0,-60,63,-61,125,-57","w":352},"c":{"d":"278,-134v49,0,85,-19,121,-27v35,0,64,35,64,69v0,73,-118,108,-185,108v-156,0,-263,-126,-263,-282v0,-156,107,-282,263,-282v80,0,185,26,185,103v0,41,-28,73,-64,73v-37,0,-59,-26,-112,-26v-75,0,-116,56,-116,132v0,76,40,132,107,132","w":463},":":{"d":"52,-71v0,-46,41,-87,87,-87v46,0,87,41,87,87v0,49,-41,87,-87,87v-47,0,-87,-40,-87,-87xm52,-383v0,-46,41,-87,87,-87v46,0,87,41,87,87v0,49,-41,87,-87,87v-47,0,-87,-40,-87,-87","w":278},",":{"d":"-3,35r82,-147v27,-71,148,-56,147,22v0,13,-5,29,-15,48r-82,147v-27,71,-148,55,-147,-22v0,-13,5,-29,15,-48","w":278},"d":{"d":"541,-689r0,614v0,45,-33,81,-78,81v-36,0,-61,-22,-73,-50v-35,43,-75,60,-134,60v-133,0,-241,-129,-241,-282v0,-206,205,-363,370,-238r0,-185v0,-45,33,-81,78,-81v45,0,78,34,78,81xm278,-398v-67,0,-107,59,-107,132v0,76,40,132,107,132v67,0,107,-56,107,-132v0,-76,-40,-132,-107,-132"},"$":{"d":"345,-443v119,37,223,81,226,223v3,147,-124,232,-226,236v-1,34,8,74,-30,74v-38,0,-30,-40,-30,-74v-91,-7,-225,-25,-226,-116v0,-44,32,-83,72,-83v47,0,96,47,154,43r0,-155v-167,-50,-223,-108,-223,-203v0,-131,100,-218,223,-230v1,-34,-8,-76,30,-76v38,0,29,41,30,76v73,2,177,27,177,106v0,40,-28,75,-67,75v-28,0,-80,-42,-110,-37r0,141xm285,-460r0,-124v-32,7,-55,31,-55,66v0,31,23,51,55,58xm345,-279r0,139v33,0,58,-32,58,-68v0,-40,-19,-60,-58,-71","w":630},"e":{"d":"308,-128v54,0,113,-49,160,-49v36,0,65,27,65,67v0,73,-127,126,-245,126v-165,0,-273,-125,-273,-282v0,-149,116,-282,273,-282v148,0,253,129,253,265v0,52,-23,68,-76,68r-282,0v0,43,37,87,125,87xm183,-322r202,0v0,-37,-43,-94,-101,-94v-58,0,-101,57,-101,94","w":556},"8":{"d":"278,-728v125,0,231,69,231,200v0,64,-35,117,-66,141v64,39,96,102,96,171v0,131,-105,232,-261,232v-156,0,-261,-101,-261,-232v0,-68,32,-132,96,-171v-32,-25,-66,-80,-66,-141v0,-128,103,-200,231,-200xm185,-233v0,51,42,93,93,93v51,0,93,-42,93,-93v0,-51,-42,-93,-93,-93v-51,0,-93,42,-93,93xm209,-515v0,36,32,69,69,69v37,0,69,-32,69,-69v0,-37,-32,-69,-69,-69v-37,0,-69,33,-69,69","w":556},"=":{"d":"87,-467r426,0v43,0,70,25,70,66v0,41,-27,66,-70,66r-426,0v-43,0,-70,-25,-70,-66v0,-41,27,-66,70,-66xm87,-231r426,0v43,0,70,25,70,66v0,41,-27,66,-70,66r-426,0v-43,0,-70,-25,-70,-66v0,-41,27,-66,70,-66","w":600},"!":{"d":"208,-640r0,351v0,49,-29,88,-78,88v-48,0,-78,-39,-78,-88r0,-351v0,-49,30,-88,78,-88v48,0,78,40,78,88xm43,-71v0,-46,41,-87,87,-87v46,0,87,41,87,87v0,49,-42,87,-87,87v-46,0,-87,-38,-87,-87","w":260},"f":{"d":"76,-75r0,-313v-60,4,-100,-17,-100,-72v0,-55,39,-76,100,-72r0,-70v0,-95,68,-168,162,-168v59,0,104,17,104,72v0,48,-25,72,-74,72v-40,0,-37,52,-36,94v70,-4,125,7,125,72v0,65,-55,77,-125,72r0,313v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81","w":333},"5":{"d":"71,-198v46,0,106,58,158,58v57,0,95,-43,95,-117v0,-51,-31,-95,-80,-95v-57,0,-80,36,-122,36v-71,0,-69,-64,-60,-134r25,-195v8,-56,35,-67,86,-67r244,0v48,0,75,35,75,75v0,40,-27,75,-75,75r-193,0r-11,88v168,-47,285,70,285,227v0,143,-117,263,-264,263v-102,0,-232,-61,-232,-133v0,-48,30,-81,69,-81","w":500},"4":{"d":"339,-82r0,-68r-267,0v-98,-6,-92,-78,-50,-143r238,-368v28,-43,60,-57,115,-57v74,0,120,49,120,122r0,302v66,-4,116,10,116,72v0,61,-49,77,-116,72v5,80,-4,156,-78,156v-48,0,-78,-33,-78,-88xm339,-294r0,-255r-2,0r-148,255r150,0","w":611},"g":{"d":"90,38v57,0,93,46,165,46v94,0,135,-53,128,-138v-28,40,-75,60,-142,60v-147,0,-226,-126,-226,-272v0,-153,108,-282,241,-282v59,0,98,16,134,60v12,-28,37,-50,73,-50v45,0,78,34,78,81r0,405v0,193,-124,274,-283,274v-90,0,-233,-35,-233,-116v0,-35,33,-68,65,-68xm385,-266v0,-76,-40,-132,-107,-132v-67,0,-107,59,-107,132v0,79,40,134,107,134v67,0,107,-55,107,-134"},"`":{"d":"-3,-791v74,9,127,53,191,74v63,21,39,132,-28,124v-74,-9,-127,-53,-191,-74v-63,-21,-39,-132,28,-124","w":222},">":{"d":"70,-148r322,-135r-322,-135v-39,-17,-47,-36,-47,-63v-1,-63,60,-69,110,-46r407,187v46,22,49,91,0,114r-407,187v-48,26,-111,17,-110,-46v0,-27,10,-47,47,-63","w":600},"h":{"d":"36,-75r0,-614v0,-47,33,-81,78,-81v45,0,78,34,78,81r0,180v42,-22,77,-39,134,-39v116,0,194,61,194,184r0,289v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81r0,-247v0,-56,-33,-94,-86,-94v-53,0,-86,39,-86,94r0,247v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81","w":556},"-":{"d":"95,-345r236,0v41,0,66,26,66,66v0,40,-25,66,-66,66r-236,0v-40,0,-66,-26,-66,-66v0,-40,25,-66,66,-66","w":426},"i":{"d":"33,-75r0,-382v0,-47,33,-81,78,-81v47,0,78,34,78,81r0,382v0,45,-31,81,-78,81v-45,0,-78,-36,-78,-81xm18,-677v0,-51,42,-93,93,-93v51,0,93,41,93,93v0,52,-42,93,-93,93v-51,0,-93,-42,-93,-93","w":222},"j":{"d":"33,141r0,-598v0,-47,33,-81,78,-81v47,0,78,34,78,81r0,598v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81xm18,-677v0,-51,42,-93,93,-93v51,0,93,41,93,93v0,52,-42,93,-93,93v-51,0,-93,-42,-93,-93","w":222},"k":{"d":"36,-75r0,-614v0,-47,33,-81,78,-81v45,0,78,34,78,81r0,332r127,-127v40,-40,55,-54,88,-54v45,0,76,33,76,72v0,53,-103,121,-139,165r131,166v25,30,37,53,37,69v0,35,-28,72,-77,72v-35,0,-52,-10,-85,-53r-156,-204r-2,0r0,176v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81","w":500},"l":{"d":"33,-75r0,-614v0,-47,33,-81,78,-81v47,0,78,34,78,81r0,614v0,45,-31,81,-78,81v-45,0,-78,-36,-78,-81","w":222},"<":{"d":"467,-39r-407,-187v-47,-21,-47,-92,0,-114r407,-187v48,-26,111,-17,110,46v0,27,-8,46,-47,63r-322,135r322,135v37,16,47,36,47,63v1,63,-60,69,-110,46","w":600},"m":{"d":"36,-75r0,-382v0,-47,33,-81,78,-81v39,0,66,22,78,50v55,-82,217,-80,279,4v53,-40,91,-64,151,-64v116,0,194,61,194,184r0,289v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81r0,-247v0,-52,-29,-94,-78,-94v-49,0,-78,42,-78,94r0,247v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81r0,-247v0,-52,-29,-94,-78,-94v-49,0,-78,42,-78,94r0,247v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81","w":852},"n":{"d":"36,-75r0,-382v0,-47,33,-81,78,-81v39,0,66,22,78,50v25,-40,70,-60,134,-60v116,0,194,61,194,184r0,289v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81r0,-247v0,-56,-33,-94,-86,-94v-53,0,-86,39,-86,94r0,247v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81","w":556},"9":{"d":"202,16v-58,4,-101,-72,-64,-119v25,-32,114,-121,137,-161v-15,-3,-39,6,-65,6v-113,0,-200,-114,-200,-223v0,-139,108,-247,259,-247v157,0,259,100,259,243v0,124,-64,237,-141,332v-124,154,-141,166,-185,169xm360,-481v0,-49,-42,-91,-91,-91v-49,0,-91,42,-91,91v0,49,42,91,91,91v51,0,91,-42,91,-91","w":538},"#":{"d":"111,-35r22,-165v-48,5,-86,-6,-86,-49v0,-47,49,-51,99,-47r16,-119v-47,4,-86,-6,-86,-48v0,-25,16,-48,48,-48r53,0r21,-155v5,-32,20,-52,56,-52v40,0,48,29,41,76r-18,131r90,0r21,-155v5,-32,20,-52,56,-52v40,0,48,29,41,76r-18,131v47,-4,86,6,86,48v0,47,-48,52,-99,48r-16,119v47,-5,86,7,86,47v0,27,-15,49,-48,49r-53,0r-21,154v-5,33,-19,52,-56,52v-40,0,-47,-30,-41,-76r18,-130r-90,0r-21,154v-5,33,-19,52,-56,52v-25,0,-48,-16,-45,-41xm338,-296r16,-119r-91,0r-16,119r91,0","w":600},"o":{"d":"278,-548v157,0,263,124,263,282v0,155,-109,282,-263,282v-156,0,-263,-126,-263,-282v0,-156,107,-282,263,-282xm278,-398v-67,0,-107,59,-107,132v0,76,40,132,107,132v67,0,107,-56,107,-132v0,-76,-40,-132,-107,-132","w":556},"1":{"d":"122,-80r0,-482r-51,0v-47,0,-75,-35,-75,-75v0,-40,28,-75,75,-75v96,0,213,-32,213,81r0,551v0,55,-32,86,-81,86v-48,0,-81,-31,-81,-86","w":333},"p":{"d":"33,141r0,-598v0,-47,33,-81,78,-81v36,0,61,22,73,50v36,-44,74,-60,134,-60v136,0,241,126,241,282v0,153,-108,282,-241,282v-60,0,-93,-15,-129,-44r0,169v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81xm296,-134v67,0,107,-56,107,-132v0,-76,-40,-132,-107,-132v-67,0,-107,59,-107,132v0,76,40,132,107,132"},"(":{"d":"177,-280v0,142,44,285,74,385v0,37,-29,63,-69,63v-39,0,-60,-34,-80,-84v-33,-84,-63,-225,-63,-364v0,-138,27,-279,63,-364v25,-61,41,-84,80,-84v41,0,69,24,69,63v-31,111,-74,229,-74,385","w":259},")":{"d":"8,105v27,-96,74,-247,74,-385v0,-165,-42,-267,-74,-385v0,-39,29,-63,69,-63v39,0,54,26,80,84v79,178,80,550,0,728v-25,56,-43,84,-80,84v-40,0,-69,-26,-69,-63","w":259},"%":{"d":"17,-567v0,-87,70,-161,156,-161v90,0,156,76,156,161v0,87,-69,161,-156,161v-90,0,-156,-75,-156,-161xm136,-114r323,-561v21,-36,37,-53,62,-53v32,0,59,25,59,56v0,23,-10,39,-31,74r-323,561v-19,35,-35,53,-62,53v-33,0,-59,-25,-59,-56v0,-23,8,-34,31,-74xm131,-567v0,25,17,47,42,47v25,0,42,-22,42,-47v0,-27,-17,-47,-42,-47v-25,0,-42,20,-42,47xm470,-145v0,25,17,47,42,47v25,0,42,-22,42,-47v0,-27,-17,-47,-42,-47v-25,0,-42,20,-42,47xm512,16v-86,0,-156,-76,-156,-161v0,-87,70,-161,156,-161v91,0,156,76,156,161v0,83,-68,161,-156,161","w":685},".":{"d":"52,-71v0,-46,41,-87,87,-87v46,0,87,41,87,87v0,49,-41,87,-87,87v-47,0,-87,-40,-87,-87","w":278},"+":{"d":"234,-349v6,-88,-28,-217,66,-217v41,0,66,27,66,70r0,147v87,6,219,-28,217,66v0,41,-27,66,-70,66r-147,0v-6,87,28,217,-66,217v-94,0,-60,-129,-66,-217r-147,0v-40,0,-70,-29,-70,-66v0,-41,27,-66,70,-66r147,0","w":600},"q":{"d":"171,-266v0,76,40,132,107,132v67,0,107,-56,107,-132v0,-76,-40,-132,-107,-132v-67,0,-107,59,-107,132xm541,-457r0,598v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81r0,-169v-35,28,-69,44,-129,44v-133,0,-241,-129,-241,-282v0,-153,108,-282,241,-282v59,0,98,16,134,60v30,-79,151,-58,151,31"},"?":{"d":"237,-566v-75,0,-87,90,-156,90v-40,0,-72,-35,-72,-75v0,-106,127,-177,228,-177v134,0,247,84,247,222v0,115,-58,184,-173,207v5,60,-24,97,-78,98v-47,0,-78,-33,-78,-78r0,-80v5,-53,23,-54,79,-66v49,-11,76,-32,76,-76v0,-33,-29,-65,-73,-65xm146,-71v0,-46,41,-87,87,-87v46,0,87,41,87,87v0,49,-42,87,-87,87v-46,0,-87,-38,-87,-87","w":500},"\"":{"d":"271,-479r0,-169v0,-41,26,-70,66,-70v40,0,66,29,66,70r0,169v0,41,-26,70,-66,70v-40,0,-66,-29,-66,-70xm78,-479r0,-169v0,-41,26,-70,66,-70v40,0,66,29,66,70r0,169v0,41,-26,70,-66,70v-40,0,-66,-29,-66,-70","w":481},"'":{"d":"64,-479r0,-169v0,-41,26,-70,66,-70v40,0,66,29,66,70r0,169v0,41,-26,70,-66,70v-40,0,-66,-29,-66,-70","w":259},"r":{"d":"36,-75r0,-382v0,-47,33,-81,78,-81v39,0,66,22,78,50v33,-40,69,-60,108,-60v43,0,80,34,80,81v0,55,-26,61,-98,84v-71,22,-90,37,-90,118r0,190v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81","w":352},"s":{"d":"217,16v-87,0,-208,-32,-208,-108v0,-44,28,-75,64,-75v40,0,103,45,150,45v53,0,56,-49,19,-64r-96,-38v-85,-34,-123,-65,-123,-147v0,-92,80,-177,201,-177v69,0,180,32,180,111v0,40,-28,66,-65,66v-26,1,-94,-39,-125,-39v-23,0,-41,10,-41,33v0,25,56,42,125,70v69,28,119,71,119,148v0,106,-91,175,-200,175","w":426},";":{"d":"-3,35r82,-147v27,-71,148,-56,147,22v0,13,-5,29,-15,48r-82,147v-27,71,-148,55,-147,-22v0,-13,5,-29,15,-48xm52,-383v0,-46,41,-87,87,-87v46,0,87,41,87,87v0,49,-41,87,-87,87v-47,0,-87,-40,-87,-87","w":278},"7":{"d":"89,-144r199,-418r-216,0v-47,0,-75,-35,-75,-75v0,-40,28,-75,75,-75r328,0v86,7,95,77,61,151r-227,490v-23,51,-40,77,-91,77v-48,0,-80,-38,-80,-73v0,-21,10,-42,26,-77","w":481},"6":{"d":"10,-227v0,-125,64,-237,141,-332v124,-154,141,-169,185,-169v49,0,78,47,78,78v15,25,-92,124,-111,149r-40,53v14,3,37,-6,65,-6v113,0,200,114,200,223v0,138,-108,247,-259,247v-156,0,-259,-100,-259,-243xm178,-231v0,49,42,91,91,91v51,0,91,-42,91,-91v0,-49,-42,-91,-91,-91v-49,0,-91,42,-91,91","w":538},"\/":{"d":"49,-133r269,-513v29,-56,47,-82,78,-82v35,0,56,19,56,54v0,15,-13,47,-38,95r-269,513v-27,53,-47,82,-78,82v-33,0,-56,-19,-56,-54v0,-16,13,-48,38,-95","w":463},"t":{"d":"76,-75r0,-313v-60,4,-100,-17,-100,-72v0,-55,39,-76,100,-72r0,-102v0,-45,33,-81,78,-81v45,0,78,36,78,81r0,102v70,-4,125,7,125,72v0,65,-55,77,-125,72r0,313v0,45,-33,81,-78,81v-45,0,-78,-36,-78,-81","w":333},"3":{"d":"249,-572v-64,0,-99,85,-160,85v-39,0,-66,-37,-66,-74v0,-95,130,-167,224,-167v121,0,219,74,219,195v0,57,-27,105,-80,145v75,29,116,97,116,181v0,128,-111,223,-250,223v-143,0,-252,-97,-252,-194v0,-36,40,-75,75,-74v39,0,52,16,79,55v27,37,48,57,99,57v47,0,81,-38,81,-85v0,-50,-34,-76,-101,-78v-37,-1,-69,-28,-69,-76v0,-43,20,-59,85,-74v41,-9,61,-31,61,-66v0,-34,-29,-53,-61,-53","w":519},"2":{"d":"478,-512v0,155,-157,268,-229,362r170,0v48,0,75,35,75,75v0,40,-28,75,-75,75r-327,0v-53,0,-92,-30,-92,-71v0,-35,29,-74,81,-126v62,-61,88,-94,153,-173v42,-51,70,-102,70,-135v0,-45,-21,-67,-62,-67v-47,0,-63,25,-80,77v-17,51,-28,74,-75,74v-48,0,-77,-37,-77,-78v0,-121,103,-229,242,-229v124,0,226,87,226,216","w":500},"u":{"d":"520,-457r0,265v0,141,-109,208,-242,208v-136,0,-242,-68,-242,-208r0,-265v0,-47,33,-81,78,-81v45,0,78,34,78,81r0,243v0,55,41,86,86,86v45,0,86,-31,86,-86r0,-243v0,-45,33,-81,78,-81v45,0,78,34,78,81","w":556},"_":{"d":"500,125r-500,0v-16,0,-29,-10,-29,-25v0,-15,12,-25,29,-25r500,0v17,0,29,9,29,25v0,16,-13,25,-29,25","w":500},"v":{"d":"146,-57r-127,-316v-42,-81,-29,-165,54,-165v36,0,60,15,75,59r83,236r2,0r83,-236v22,-94,154,-67,153,19v0,17,-8,46,-24,87r-127,316v-25,81,-139,83,-172,0","w":464},"w":{"d":"128,-71r-109,-305v-37,-80,-38,-162,55,-162v37,0,64,20,74,55r76,253r2,0r70,-219v17,-54,30,-89,84,-89v53,0,67,33,84,89r70,219r2,0r76,-253v11,-37,35,-55,74,-55v92,0,85,79,55,162r-109,305v-17,52,-46,77,-97,77v-52,0,-74,-25,-93,-82r-61,-184r-2,0r-61,184v-17,54,-40,82,-93,82v-51,0,-77,-24,-97,-77","w":760},"x":{"d":"23,-139r133,-141r-81,-86v-48,-56,-60,-40,-60,-91v0,-88,104,-103,152,-43r83,103r83,-103v42,-64,152,-45,152,43v0,46,-24,52,-60,91r-81,86r133,141v17,19,31,38,31,67v0,47,-35,78,-80,78v-29,0,-44,-12,-69,-40r-109,-127r-109,127v-23,25,-40,40,-69,40v-78,0,-99,-92,-49,-145","w":500},"y":{"d":"88,152v0,-57,57,-147,78,-203r-133,-317v-24,-59,-33,-82,-33,-97v0,-44,35,-73,76,-73v39,0,65,20,80,59r92,238r87,-212v25,-57,46,-85,85,-85v78,1,92,74,61,147r-231,539v-23,53,-36,74,-85,74v-51,0,-77,-38,-77,-70","w":500},"z":{"d":"70,0v-75,6,-91,-58,-51,-113r200,-275v-91,-4,-219,26,-219,-72v0,-48,30,-72,82,-72r300,0v67,-6,90,51,53,101r-214,287v97,8,247,-34,247,72v0,49,-30,72,-82,72r-316,0","w":463},"0":{"d":"17,-356v0,-193,98,-372,298,-372v201,0,298,179,298,372v0,190,-97,372,-298,372v-199,0,-298,-184,-298,-372xm185,-356v0,93,32,216,130,216v99,0,130,-123,130,-216v0,-93,-31,-216,-130,-216v-94,0,-130,121,-130,216","w":630},"\u00a0":{"w":278}}});Cufon.registerFont({"w":216,"face":{"font-family":"VAGRounded BT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 7 2 2 2 4 2 2 4","ascent":"288","descent":"-72","x-height":"6","cap-height":"3","bbox":"-17.8198 -355.264 345 85","underline-thickness":"36.7383","underline-position":"-21.2695","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":116},"!":{"d":"53,-263v21,0,29,17,28,41r0,106v0,24,-7,41,-28,41v-21,0,-29,-17,-28,-41r0,-106v0,-24,7,-41,28,-41xm53,8v-17,0,-31,-15,-31,-32v0,-17,14,-31,31,-31v17,0,32,14,32,31v0,17,-15,31,-32,32","w":106},"\"":{"d":"71,-253r34,0r0,98r-34,0r0,-98xm14,-253r34,0r0,98r-34,0r0,-98","w":119},"#":{"d":"125,-149r-16,43r44,0r15,-43r-43,0xm125,-257r38,0r-25,73r42,0r26,-73r39,0r-26,73r50,0r-13,35r-49,0r-15,42r51,0r-13,36r-51,0r-26,73r-39,0r26,-73r-42,0r-27,73r-38,0r25,-73r-50,0r13,-36r50,0r15,-42r-53,0r13,-35r53,0","w":276},"$":{"d":"9,-34v7,-65,120,27,120,-40v0,-40,-87,-37,-101,-64v-39,-44,0,-120,55,-123v1,-17,-4,-38,14,-38v18,0,15,19,15,36v32,3,63,12,63,38v0,57,-93,-16,-101,38v4,28,87,34,100,61v42,49,-1,132,-62,132v-1,19,4,43,-15,43v-20,0,-13,-25,-14,-42v-35,-3,-69,-15,-74,-41","w":198},"%":{"d":"165,-241v7,-32,59,-18,44,9r-123,218v-7,11,-12,18,-25,20v-19,2,-24,-23,-15,-39xm193,-73v-10,-1,-19,9,-18,19v-1,10,9,19,18,19v9,0,19,-9,18,-19v1,-10,-8,-20,-18,-19xm193,3v-30,0,-55,-26,-55,-57v0,-31,25,-57,55,-57v30,0,55,26,55,57v0,31,-26,57,-55,57xm59,-221v-9,0,-19,10,-19,19v0,9,9,19,19,19v9,0,19,-9,18,-19v1,-10,-9,-19,-18,-19xm59,-145v-30,0,-55,-26,-55,-57v0,-31,25,-57,55,-57v29,0,55,26,55,57v0,31,-25,57,-55,57","w":251},"&":{"d":"144,-201v0,-26,-49,-30,-49,-1v0,15,9,22,20,32v16,-7,29,-13,29,-31xm97,-113v-37,8,-44,73,3,74v18,-1,33,-9,44,-20xm211,5v-19,-1,-23,-12,-37,-26v-19,17,-47,29,-81,29v-48,1,-87,-33,-86,-80v1,-41,26,-61,59,-78v-13,-15,-24,-30,-24,-53v0,-36,34,-60,74,-60v40,0,74,25,74,62v0,33,-18,51,-43,66r34,41v19,-20,21,-29,42,-34v40,10,15,54,-10,71v14,17,20,20,22,38v1,13,-11,25,-24,24","w":246},"'":{"d":"14,-253r34,0r0,98r-34,0r0,-98","w":61},"(":{"d":"100,-255v-3,19,-31,102,-26,138v-4,37,21,117,26,138v-5,34,-40,22,-50,-4v-32,-80,-34,-223,12,-286v11,-16,41,-7,38,14","w":116},")":{"d":"17,21v3,-19,31,-102,26,-138v4,-37,-22,-117,-26,-138v-4,-21,26,-30,37,-16v52,67,50,237,1,306v-11,16,-42,8,-38,-14","w":116},"*":{"d":"90,-126v-22,0,-18,-26,-14,-44v-14,13,-44,31,-48,0v-1,-9,14,-18,34,-24v-17,-8,-36,-15,-34,-25v5,-30,34,-14,48,0v-4,-18,-9,-44,14,-44v22,0,18,26,14,44v15,-16,44,-30,48,0v-4,17,-13,16,-34,25v21,9,30,7,34,24v-4,29,-33,16,-48,0v4,18,9,44,-14,44","w":180},"+":{"d":"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90","w":299},",":{"d":"33,-54v23,-15,50,12,32,36v-17,24,-22,63,-54,72v-54,-16,8,-81,22,-108","w":83},"-":{"d":"142,-100v0,41,-64,25,-102,25v-17,0,-28,-9,-28,-25v0,-40,64,-25,102,-25v17,0,27,9,28,25","w":154,"k":{"Y":26,"X":13,"W":20,"V":20,"T":13}},".":{"d":"42,2v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32","w":83},"\/":{"d":"101,-243v7,-33,62,-19,47,9r-115,221v-7,31,-64,21,-48,-10","w":133},"0":{"d":"117,-46v64,-2,63,-162,0,-164v-64,2,-63,162,0,164xm117,8v-71,0,-107,-59,-107,-136v0,-77,36,-135,107,-135v71,0,107,59,107,135v0,77,-36,136,-107,136","w":233},"1":{"d":"37,-256v38,-2,62,1,62,41r0,176v0,25,-7,41,-30,41v-22,0,-29,-16,-29,-41r0,-163v-25,1,-45,-5,-45,-27v0,-21,18,-26,42,-27","w":129},"2":{"d":"175,-187v-6,64,-39,77,-89,133v38,2,94,-11,95,27v-1,21,-17,26,-41,27r-104,0v-21,-1,-34,-7,-35,-27v13,-43,112,-108,112,-157v0,-12,-9,-25,-22,-25v-33,0,-23,56,-56,56v-18,0,-29,-13,-29,-30v0,-47,36,-79,86,-80v47,-1,87,31,83,76","w":188},"3":{"d":"91,-263v69,0,105,90,48,122v25,14,42,31,42,66v0,48,-42,84,-91,83v-48,-2,-84,-30,-90,-71v-2,-16,11,-28,26,-28v28,0,39,44,64,44v18,0,31,-15,31,-33v0,-42,-61,-14,-61,-56v0,-34,51,-18,51,-52v0,-13,-9,-22,-21,-22v-18,-1,-39,32,-58,32v-13,0,-25,-11,-24,-24v0,-32,47,-61,83,-61","w":195},"4":{"d":"67,-107r60,0r0,-97xm220,-82v1,22,-16,27,-40,27v1,30,1,58,-28,58v-28,0,-26,-30,-25,-58r-91,0v-40,2,-38,-29,-21,-56r76,-121v21,-46,89,-31,89,31r0,94v22,-1,40,5,40,25","w":224},"5":{"d":"81,-122v-30,9,-80,18,-64,-36v11,-39,-8,-102,46,-98v41,3,109,-14,109,27v0,39,-58,24,-96,27r-4,31v55,-18,102,27,102,81v0,56,-42,98,-97,98v-37,0,-80,-21,-81,-52v-1,-14,11,-25,24,-25v11,0,43,25,57,22v19,0,36,-19,36,-39v0,-21,-11,-36,-32,-36","w":185},"6":{"d":"100,-117v-18,0,-33,17,-33,35v0,19,16,36,33,36v17,0,34,-17,34,-36v0,-19,-16,-35,-34,-35xm103,-253v20,-20,50,-9,50,16v0,18,-46,59,-53,74v54,-13,93,31,94,80v0,51,-44,91,-96,91v-76,0,-111,-82,-75,-153v15,-30,57,-85,80,-108","w":201},"7":{"d":"78,-20v-7,35,-59,36,-61,-1v21,-66,57,-120,83,-181v-39,-4,-105,15,-105,-26v0,-48,85,-22,131,-28v36,-4,50,24,36,54","w":169},"8":{"d":"98,-213v-14,0,-26,12,-26,27v0,14,12,27,26,27v14,0,27,-12,27,-27v0,-15,-13,-27,-27,-27xm98,-118v-19,0,-34,18,-34,37v0,19,16,36,34,36v20,0,35,-16,35,-36v0,-20,-15,-37,-35,-37xm5,-76v0,-31,15,-51,35,-64v-14,-12,-24,-28,-24,-51v-1,-42,39,-72,82,-72v43,0,83,30,82,72v-1,22,-9,39,-23,51v20,13,34,34,34,64v1,49,-43,84,-93,84v-50,0,-93,-36,-93,-84","w":196},"9":{"d":"99,-3v-21,20,-51,7,-51,-17v0,-18,46,-59,54,-73v-54,13,-93,-30,-94,-79v-1,-51,43,-91,96,-91v76,0,109,82,74,152v-15,31,-57,86,-79,108xm101,-139v18,0,33,-16,33,-35v0,-20,-16,-36,-33,-36v-17,0,-34,18,-33,36v0,18,14,35,33,35","w":201},":":{"d":"42,-107v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32xm42,2v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32","w":83},";":{"d":"33,-54v23,-15,50,12,32,36v-17,24,-22,63,-54,72v-54,-16,8,-81,22,-108xm42,-107v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32","w":83},"<":{"d":"253,-210r0,39r-156,64r156,64r0,38r-207,-85r0,-35","w":299},"=":{"d":"45,-87r210,0r0,35r-210,0r0,-35xm45,-163r210,0r0,35r-210,0r0,-35","w":299},">":{"d":"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39","w":299},"?":{"d":"83,-70v-27,1,-28,-26,-28,-55v0,-40,61,-18,58,-59v-2,-33,-49,-25,-62,-4v-16,26,-48,21,-49,-10v0,-36,46,-64,86,-64v48,0,86,34,86,80v1,42,-29,68,-63,77v0,20,-9,35,-28,35xm83,8v-17,0,-31,-15,-31,-32v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,32,-31,32","w":183},"@":{"d":"243,-19v-23,1,-37,-8,-38,-29v-22,46,-118,36,-109,-31v-8,-69,82,-134,127,-76r9,-17r31,0r-27,112v0,9,7,12,17,13v39,-8,58,-44,59,-88v1,-59,-55,-98,-117,-97v-90,3,-147,54,-147,140v0,73,57,120,134,119v43,-1,78,-15,106,-34r14,21v-32,23,-69,40,-120,40v-98,-2,-166,-49,-166,-145v0,-107,72,-169,180,-169v86,0,149,42,149,126v0,64,-37,112,-102,115xm134,-78v0,34,34,41,54,22v16,-15,19,-43,26,-67v-4,-17,-11,-30,-31,-29v-29,0,-49,40,-49,74","w":360},"A":{"d":"222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95","w":225,"k":{"Y":16,"W":6,"V":6,"U":6,"T":20,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"134,-181v1,-25,-25,-27,-53,-25r0,50v27,2,53,-1,53,-25xm150,-79v0,-32,-36,-29,-69,-29r0,58v33,1,69,3,69,-29xm159,-142v89,25,54,152,-39,142v-42,-5,-97,15,-97,-37r0,-178v-5,-51,44,-40,88,-41v46,0,80,21,80,64v-1,28,-11,41,-32,50","w":221,"k":{"Y":13,"W":6,"V":6,"-":-7}},"C":{"d":"216,-37v0,29,-45,45,-81,45v-76,0,-125,-58,-125,-136v0,-76,53,-135,126,-135v34,0,77,14,77,41v0,39,-48,16,-77,16v-41,0,-63,36,-63,80v-1,44,24,77,65,77v27,0,78,-31,78,12","k":{"\u00c5":-13,"S":-7,"A":-13,"-":-8}},"D":{"d":"177,-131v0,-58,-35,-76,-96,-71r0,148v63,5,96,-16,96,-77xm23,-215v-5,-50,43,-40,87,-41v84,-1,128,47,130,125v2,79,-46,133,-125,131v-42,-1,-92,13,-92,-37r0,-178","w":250,"k":{"-":-7}},"E":{"d":"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v37,2,91,-10,91,27v0,41,-69,27,-110,27v-29,0,-39,-7,-39,-37r0,-178","w":181},"F":{"d":"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27v-3,41,14,105,-29,105v-22,0,-29,-16,-29,-41r0,-177","w":175,"k":{"\u00f8":8,"\u00e6":8,"\u00c5":15,"u":8,"r":6,"o":8,"e":8,"a":8,"T":-7,"A":15,";":13,":":13,".":55,"-":6,",":55}},"G":{"d":"73,-129v0,61,57,105,101,67v10,-8,15,-22,15,-38v-30,0,-62,2,-62,-27v0,-35,49,-27,84,-27v30,0,41,10,41,39v1,70,-48,123,-119,123v-73,0,-123,-59,-123,-136v0,-80,49,-135,129,-135v43,0,95,20,95,53v0,12,-11,28,-25,27v-12,-1,-53,-25,-72,-25v-42,0,-64,34,-64,79","w":259,"k":{"Y":10,"W":6,"T":6}},"H":{"d":"217,3v-43,0,-25,-65,-29,-106r-107,0v-3,41,14,106,-29,106v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41v42,0,26,62,29,102r107,0v3,-40,-13,-102,29,-102v22,0,30,17,30,41r0,180v0,24,-8,41,-30,41","w":269},"I":{"d":"53,-259v22,0,29,16,29,41r0,180v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41","w":106},"J":{"d":"62,-49v18,-4,19,-21,19,-48r0,-121v0,-25,7,-41,29,-41v22,0,29,16,29,41v-4,95,27,225,-75,225v-32,0,-65,-15,-66,-42v-1,-38,45,-25,64,-14","w":161},"K":{"d":"52,-259v43,0,26,64,29,104r74,-83v16,-35,74,-14,53,20v-19,31,-50,54,-74,81v30,39,74,64,93,113v-3,31,-43,36,-59,7r-87,-97v-5,43,16,116,-29,117v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41","w":221,"k":{"\u00f8":6,"\u00d8":10,"y":10,"u":6,"o":6,"e":6,"Y":16,"W":6,"U":6,"O":10,"C":10,"-":13}},"L":{"d":"130,0v-45,0,-107,18,-107,-37r0,-181v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,164v37,2,91,-10,91,27v0,22,-18,27,-42,27","w":165,"k":{"\u00d8":13,"y":20,"Y":43,"W":11,"V":29,"U":6,"T":20,"O":13}},"M":{"d":"54,-5v-22,24,-62,-5,-46,-40r31,-174v-1,-50,68,-52,80,-6r39,153r36,-153v1,-31,45,-46,68,-25v7,6,11,18,13,33r30,190v2,26,-32,42,-49,22v-20,-48,-16,-121,-27,-179v-14,61,-26,105,-32,130v-11,46,-19,68,-63,51v-5,-4,-9,-12,-12,-23r-37,-158v-11,58,-9,132,-31,179","w":310},"N":{"d":"247,-32v5,43,-45,47,-60,15r-106,-139r0,118v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-182v-7,-43,37,-47,58,-20r107,142r0,-120v0,-25,7,-41,29,-41v22,0,30,17,30,41r0,186","w":269},"O":{"d":"136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136","w":271,"k":{"Y":6,"X":6,".":8,"-":-7,",":8}},"P":{"d":"209,-169v0,70,-52,94,-128,87v-1,36,8,86,-29,85v-22,0,-29,-16,-29,-41r0,-177v-6,-52,47,-40,92,-41v55,-1,94,33,94,87xm146,-169v0,-33,-31,-34,-65,-33r0,67v34,2,65,-1,65,-34","w":218,"k":{"\u00e6":10,"\u00c5":20,"y":-7,"a":10,"A":20,".":66,"-":6,",":66}},"Q":{"d":"73,-127v0,50,33,91,82,75v-21,-11,-22,-50,6,-50v15,0,18,7,29,17v20,-50,2,-124,-54,-123v-42,1,-63,36,-63,81xm256,-29v27,16,6,65,-25,48v-12,-6,-22,-18,-32,-27v-86,48,-189,-17,-189,-120v0,-77,49,-135,126,-135v110,0,159,135,102,218","w":271,"k":{"-":-7}},"R":{"d":"191,-56v32,21,8,82,-26,56v-33,-26,-56,-69,-84,-101v-3,41,14,104,-29,104v-22,0,-29,-16,-29,-41r0,-177v-5,-50,42,-40,85,-41v56,0,98,27,98,80v0,39,-26,64,-61,69xm145,-172v0,-31,-32,-31,-64,-30r0,62v34,2,64,-1,64,-32","w":214,"k":{"V":-7,".":-7,",":-7}},"S":{"d":"9,-34v0,-65,120,27,120,-40v0,-40,-87,-37,-101,-64v-43,-52,7,-125,77,-125v33,0,70,11,70,38v0,57,-93,-16,-101,38v4,28,87,34,100,61v45,56,-6,133,-82,133v-36,0,-83,-13,-83,-41","w":198,"k":{"S":-7}},"T":{"d":"85,3v-22,0,-29,-16,-29,-41r0,-164v-30,0,-64,2,-63,-27v1,-20,17,-27,41,-27r102,0v24,0,40,7,41,27v1,29,-32,27,-63,27r0,164v0,25,-7,41,-29,41","w":169,"k":{"\u00bb":26,"\u00ab":33,"\u00f8":28,"\u00e6":28,"\u00c5":21,"y":26,"w":26,"u":26,"s":33,"r":26,"o":28,"e":28,"c":28,"a":28,"T":-8,"A":21,";":6,":":6,".":46,"-":46,",":46}},"U":{"d":"133,8v-71,0,-110,-46,-110,-118r0,-108v0,-25,7,-41,29,-41v22,0,29,16,29,41v0,69,-20,170,52,170v71,0,51,-101,51,-170v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,108v0,71,-39,118,-109,118","w":264,"k":{"\u00c5":6,"J":10,"A":6}},"V":{"d":"168,-252v24,-18,56,6,42,41r-76,192v-5,29,-45,31,-57,2r-81,-204v-8,-26,23,-47,45,-32v27,48,42,112,65,165v21,-53,35,-117,62,-164","w":207,"k":{"\u00f8":20,"\u00e6":20,"\u00c5":6,"y":-7,"u":6,"o":20,"i":-7,"e":20,"a":20,"A":6,";":16,":":16,".":46,"-":26,",":46}},"W":{"d":"280,-252v22,-19,55,1,46,37r-45,180v-1,50,-68,48,-79,5r-38,-146r-36,143v-3,31,-43,47,-68,27v-6,-6,-11,-15,-14,-29r-44,-198v0,-34,51,-35,58,-1r31,163r42,-164v4,-31,56,-32,64,1r42,163r31,-159v2,-10,5,-17,10,-22","w":329,"k":{"\u00f8":13,"\u00e6":13,"\u00c5":6,"y":-7,"r":6,"o":13,"e":13,"a":13,"A":6,";":11,":":11,".":29,"-":13,",":29}},"X":{"d":"200,-52v29,25,1,72,-29,50v-28,-21,-46,-61,-68,-89v-22,29,-41,65,-67,89v-34,18,-49,-20,-28,-50r62,-87v-19,-32,-46,-56,-60,-94v-1,-21,26,-35,43,-21v20,16,35,46,52,67v22,-24,33,-62,67,-73v27,4,31,30,13,55r-47,66","w":208,"k":{"\u00d8":6,"e":10,"O":6,"C":6,"-":20}},"Y":{"d":"6,-204v-28,-28,-2,-69,30,-50v22,21,40,54,59,79v25,-28,36,-72,75,-85v27,2,35,36,12,55r-59,84v-5,45,18,124,-29,124v-47,0,-23,-79,-29,-124","w":185,"k":{"\u00ab":20,"\u00f8":33,"\u00e6":33,"\u00d8":6,"\u00c5":15,"u":13,"o":33,"i":-7,"e":33,"a":33,"O":6,"C":6,"A":15,";":38,":":38,".":60,"-":46,",":60}},"Z":{"d":"142,-256v50,-4,59,29,33,64r-102,138v44,5,124,-17,124,27v0,21,-17,26,-41,27r-117,0v-45,5,-47,-36,-25,-65r104,-138v-42,-5,-116,16,-116,-26v0,-21,17,-26,41,-27r99,0","w":191,"k":{"-":6}},"[":{"d":"21,-230v-3,-42,27,-42,66,-41v16,0,28,5,28,19v1,21,-23,20,-45,20r0,247v22,-1,44,0,45,19v1,24,-30,19,-54,19v-29,0,-41,-6,-40,-36r0,-247","w":116},"\\":{"d":"144,-32v18,22,-9,52,-32,35v-47,-73,-85,-158,-127,-236v-7,-35,33,-39,48,-10","w":133},"]":{"d":"2,-252v0,-22,30,-19,53,-19v31,1,41,9,41,41r0,247v3,40,-29,36,-66,36v-17,1,-28,-4,-28,-19v0,-20,24,-20,45,-19r0,-247v-22,0,-46,1,-45,-20","w":116},"^":{"d":"158,-257r44,0r85,99r-42,0r-65,-65r-66,65r-41,0","w":360},"_":{"d":"0,49r180,0r0,36r-180,0r0,-36","w":180},"`":{"d":"112,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10","w":180},"a":{"d":"197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45"},"b":{"d":"113,-145v-24,0,-38,23,-38,48v0,25,14,48,38,48v23,0,37,-23,37,-48v0,-26,-13,-48,-37,-48xm48,-275v39,0,26,56,28,94v54,-47,132,12,132,85v0,69,-82,133,-133,80v-13,30,-64,20,-55,-23r0,-194v-1,-25,5,-42,28,-42"},"c":{"d":"102,5v-57,0,-94,-44,-94,-101v0,-58,40,-102,98,-101v30,0,62,11,63,37v0,35,-41,20,-63,15v-25,0,-39,22,-39,48v0,49,47,55,80,39v13,-1,23,12,22,25v-1,25,-36,38,-67,38","w":171},"d":{"d":"104,-145v-24,0,-37,22,-37,48v0,26,14,48,37,48v24,0,37,-22,37,-48v0,-26,-13,-48,-37,-48xm197,-39v8,42,-42,54,-55,23v-52,53,-134,-11,-134,-82v0,-70,78,-131,132,-83v2,-38,-11,-95,29,-94v20,1,29,18,28,42r0,194"},"e":{"d":"141,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm196,-103v-1,20,-7,22,-28,23r-101,0v1,22,20,34,43,34v16,0,50,-19,59,-19v13,0,23,9,23,22v-2,28,-49,48,-85,48v-55,0,-99,-44,-99,-100v0,-56,41,-102,96,-102v51,0,94,43,92,94","w":201},"f":{"d":"127,-246v2,34,-50,5,-38,57v24,-1,44,5,44,25v0,21,-20,26,-44,25r0,100v0,24,-8,41,-30,41v-22,0,-28,-17,-28,-41v0,-32,4,-72,-2,-100v-18,-1,-33,-7,-32,-25v0,-19,15,-23,34,-25v-2,-50,14,-85,59,-86v21,0,37,10,37,29","w":126,"k":{"\u00bb":-13,".":6,"-":6,",":6}},"g":{"d":"98,31v31,0,47,-21,44,-55v-10,17,-28,26,-52,27v-48,1,-82,-48,-82,-99v0,-71,83,-133,134,-80v15,-31,53,-19,53,23r0,114v4,81,-27,118,-99,121v-38,0,-83,-11,-83,-41v0,-46,55,-10,85,-10xm104,-142v-23,0,-37,21,-37,46v0,26,13,48,37,48v24,0,38,-23,38,-48v0,-25,-15,-46,-38,-46","w":214},"h":{"d":"48,-275v39,1,26,59,28,98v40,-39,128,-12,118,57v-6,44,17,122,-28,122v-43,0,-27,-64,-29,-105v-1,-28,-5,-43,-30,-44v-44,1,-31,65,-31,108v0,24,-6,41,-28,41v-22,0,-29,-16,-28,-41r0,-194v-1,-25,5,-42,28,-42","w":211},"i":{"d":"50,-209v-18,0,-34,-14,-33,-33v0,-18,15,-33,33,-33v18,0,32,15,32,33v0,18,-14,33,-32,33xm50,-194v21,0,29,17,28,41r0,114v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-114v0,-25,7,-41,29,-41","w":98},"j":{"d":"50,-209v-18,0,-34,-14,-33,-33v0,-18,15,-33,33,-33v18,0,32,15,32,33v0,18,-14,33,-32,33xm50,-194v21,0,29,17,28,41r0,191v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-191v0,-25,7,-41,29,-41","w":98},"k":{"d":"48,-275v21,1,28,18,28,42r0,104v27,-20,39,-60,78,-65v29,-4,26,33,9,49r-38,35v21,30,54,49,64,90v-1,28,-46,29,-56,6r-57,-76v-2,38,11,93,-28,93v-21,0,-29,-18,-28,-42r0,-194v-1,-25,5,-43,28,-42","w":185},"l":{"d":"50,2v-22,0,-29,-16,-29,-41r0,-194v0,-25,6,-42,29,-42v20,0,29,18,28,42r0,194v0,24,-7,41,-28,41","w":98},"m":{"d":"48,2v-22,0,-29,-16,-28,-41r0,-114v-7,-43,41,-55,55,-23v23,-28,85,-22,102,8v34,-49,131,-27,121,48v-6,44,17,120,-28,122v-43,2,-25,-65,-28,-105v-2,-25,-4,-43,-26,-43v-43,-1,-29,66,-29,107v0,24,-6,41,-28,41v-43,0,-27,-64,-29,-105v-2,-25,-3,-42,-25,-43v-43,0,-29,66,-29,107v0,24,-6,41,-28,41","w":316},"n":{"d":"48,2v-22,0,-29,-16,-28,-41r0,-114v-9,-43,42,-53,55,-23v39,-41,129,-13,119,56v-6,44,17,122,-28,122v-43,0,-27,-64,-29,-105v-1,-28,-5,-43,-30,-44v-44,1,-31,65,-31,108v0,24,-6,41,-28,41","w":211},"o":{"d":"104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102","w":208},"p":{"d":"113,-143v-23,0,-38,23,-38,48v0,26,14,48,38,48v24,0,37,-22,37,-48v0,-25,-14,-48,-37,-48xm208,-96v6,70,-74,132,-132,86v-2,37,10,89,-28,89v-22,0,-29,-16,-28,-41r0,-191v-9,-43,42,-53,55,-23v51,-51,142,8,133,80"},"q":{"d":"104,-47v24,0,37,-21,37,-48v0,-26,-14,-48,-37,-48v-23,0,-37,23,-37,48v0,26,13,48,37,48xm169,79v-39,1,-27,-52,-29,-89v-56,47,-138,-17,-132,-86v-8,-72,81,-131,134,-80v15,-32,55,-19,55,23r0,191v0,24,-7,41,-28,41"},"r":{"d":"48,2v-22,0,-29,-16,-28,-41r0,-114v-9,-43,42,-53,55,-23v15,-23,67,-28,67,9v1,32,-74,22,-66,69v-3,39,12,100,-28,100","w":136,"k":{"\u00ab":13,".":33,"-":-7,",":33}},"s":{"d":"150,-59v0,39,-35,64,-76,64v-34,0,-70,-13,-70,-42v0,-59,73,15,90,-20v-14,-27,-90,-29,-85,-79v4,-35,32,-61,71,-61v30,0,66,14,66,39v0,40,-47,15,-69,10v-7,0,-12,4,-13,10v19,27,86,28,86,79","w":156},"t":{"d":"59,2v-22,0,-28,-17,-28,-41v0,-32,4,-72,-2,-100v-18,-1,-33,-7,-32,-25v0,-19,15,-23,34,-25v0,-32,-3,-66,28,-66v30,0,30,33,29,66v22,0,40,5,40,25v0,20,-18,25,-40,25r0,100v0,25,-7,41,-29,41","w":119},"u":{"d":"104,6v-54,0,-89,-29,-86,-83v2,-44,-17,-117,29,-117v41,0,28,65,28,105v0,27,6,41,29,42v43,1,29,-65,29,-106v0,-25,7,-41,29,-41v44,0,26,74,28,117v3,54,-32,83,-86,83","w":208},"v":{"d":"127,-187v23,-19,52,7,39,40r-48,124v-6,25,-31,35,-53,22v-28,-43,-44,-107,-66,-157v-5,-29,23,-45,44,-30v21,31,28,82,43,120v14,-39,20,-87,41,-119","w":166,"k":{";":-13,":":-13,".":16,",":16}},"w":{"d":"2,-151v-15,-27,18,-58,42,-36v21,33,27,84,41,124v12,-40,14,-91,34,-123v19,-15,44,0,45,20r26,102r30,-106v3,-14,13,-22,27,-23v24,-1,31,25,22,46v-19,47,-31,105,-57,145v-21,16,-47,-1,-53,-23r-24,-90v-12,37,-13,84,-33,112v-23,17,-52,3,-55,-22","w":272,"k":{";":-13,":":-13,".":23,",":23}},"x":{"d":"170,-52v26,20,5,69,-26,51v-22,-13,-36,-40,-54,-59v-22,20,-31,57,-65,62v-25,4,-37,-36,-15,-52r47,-52v-16,-22,-46,-33,-50,-64v-3,-26,33,-36,50,-16r34,40v18,-17,25,-48,55,-52v27,-4,36,32,17,52r-38,40","w":177},"y":{"d":"3,-150v-14,-27,17,-57,41,-38v21,27,30,73,45,107v15,-35,25,-78,45,-108v25,-18,52,10,38,42r-87,205v-5,32,-57,28,-53,-4v3,-28,18,-48,28,-71","w":173,"k":{";":-13,":":-13,".":21,",":21}},"z":{"d":"127,-192v38,-6,41,22,24,43r-76,96v37,2,92,-10,92,27v0,19,-15,26,-36,26r-103,0v-31,5,-35,-21,-21,-39r77,-101v-35,-1,-84,8,-84,-26v0,-45,83,-20,127,-26","w":160},"{":{"d":"74,-200v-4,-57,29,-60,81,-60r0,37v-78,-16,1,126,-75,130v43,3,37,48,37,94v0,31,8,36,38,35r0,37v-52,1,-81,-3,-81,-60v0,-46,8,-95,-46,-88r0,-37v50,10,49,-40,46,-88","w":180},"|":{"d":"72,-275r36,0r0,360r-36,0r0,-360","w":180},"}":{"d":"100,-93v-76,-5,8,-142,-75,-130r0,-37v52,-1,84,4,81,60v-2,46,-6,99,47,88r0,37v-53,-7,-50,40,-47,88v3,58,-29,61,-81,60r0,-37v79,17,0,-125,75,-129","w":180},"~":{"d":"150,-127v46,19,86,14,119,-14r0,39v-20,13,-39,23,-67,24v-34,0,-78,-26,-103,-23v-28,3,-47,12,-68,28r0,-39v34,-23,71,-34,119,-15","w":299},"\u00c4":{"d":"222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95xm82,-336v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm144,-336v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29","w":225},"\u00c5":{"d":"114,-320v-7,0,-14,7,-14,14v0,7,7,14,14,14v7,0,14,-7,14,-14v0,-7,-7,-14,-14,-14xm114,-268v-20,0,-39,-17,-38,-38v0,-19,17,-38,38,-38v19,0,38,18,38,38v0,19,-18,38,-38,38xm222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95","w":225,"k":{"Y":16,"W":6,"V":6,"U":6,"T":20,";":-7,":":-7,".":-7,",":-7}},"\u00c7":{"d":"216,-37v0,29,-45,45,-81,45v-76,0,-125,-58,-125,-136v0,-76,53,-135,126,-135v34,0,77,14,77,41v0,39,-48,16,-77,16v-41,0,-63,36,-63,80v-1,44,24,77,65,77v27,0,78,-31,78,12xm112,-3v21,-17,67,3,65,31v-2,28,-32,42,-65,42v-25,0,-46,-7,-47,-27v-2,-32,54,-1,60,-26v1,-6,-13,-16,-13,-20"},"\u00c9":{"d":"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v37,2,91,-10,91,27v0,41,-69,27,-110,27v-29,0,-39,-7,-39,-37r0,-178xm94,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":181},"\u00d1":{"d":"124,-288v-15,5,-38,12,-38,-13v0,-33,36,-34,63,-25v16,-5,39,-12,39,13v0,35,-37,35,-64,25xm247,-32v5,43,-45,47,-60,15r-106,-139r0,118v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-182v-7,-43,37,-47,58,-20r107,142r0,-120v0,-25,7,-41,29,-41v22,0,30,17,30,41r0,186","w":269},"\u00d6":{"d":"136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136xm105,-336v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm167,-336v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29","w":271},"\u00dc":{"d":"133,8v-71,0,-110,-46,-110,-118r0,-108v0,-25,7,-41,29,-41v22,0,29,16,29,41v0,69,-20,170,52,170v71,0,51,-101,51,-170v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,108v0,71,-39,118,-109,118xm102,-336v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm164,-336v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29","w":264},"\u00e1":{"d":"197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45xm111,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71"},"\u00e0":{"d":"197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45xm130,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10"},"\u00e2":{"d":"162,-248v20,9,10,45,-14,36v-14,-6,-27,-16,-40,-23v-16,8,-27,23,-48,24v-20,1,-21,-29,-6,-37v21,-11,43,-52,69,-31xm197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45"},"\u00e4":{"d":"197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45xm77,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm139,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29"},"\u00e3":{"d":"159,-247v0,34,-38,35,-63,24v-16,4,-39,13,-39,-13v0,-34,39,-34,64,-24v15,-7,38,-12,38,13xm197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45"},"\u00e5":{"d":"110,-257v-7,-1,-14,7,-14,14v0,8,6,15,14,15v8,0,15,-8,15,-15v0,-7,-7,-14,-15,-14xm110,-204v-20,0,-38,-19,-38,-39v0,-18,19,-38,38,-38v19,0,38,19,38,38v0,20,-19,39,-38,39xm197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45"},"\u00e7":{"d":"102,5v-57,0,-94,-44,-94,-101v0,-58,40,-102,98,-101v30,0,62,11,63,37v0,35,-41,20,-63,15v-25,0,-39,22,-39,48v0,49,47,55,80,39v13,-1,23,12,22,25v-1,25,-36,38,-67,38xm79,-3v21,-17,67,3,65,31v-2,28,-32,42,-65,42v-25,0,-46,-7,-47,-27v-2,-32,54,-1,60,-26v1,-6,-13,-16,-13,-20","w":171},"\u00e9":{"d":"141,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm196,-103v-1,20,-7,22,-28,23r-101,0v1,22,20,34,43,34v16,0,50,-19,59,-19v13,0,23,9,23,22v-2,28,-49,48,-85,48v-55,0,-99,-44,-99,-100v0,-56,41,-102,96,-102v51,0,94,43,92,94xm110,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":201},"\u00e8":{"d":"141,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm196,-103v-1,20,-7,22,-28,23r-101,0v1,22,20,34,43,34v16,0,50,-19,59,-19v13,0,23,9,23,22v-2,28,-49,48,-85,48v-55,0,-99,-44,-99,-100v0,-56,41,-102,96,-102v51,0,94,43,92,94xm129,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10","w":201},"\u00ea":{"d":"160,-248v19,9,11,45,-13,36v-15,-6,-27,-16,-40,-23v-16,8,-27,22,-48,24v-20,2,-22,-29,-6,-37v21,-11,42,-51,68,-31xm141,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm196,-103v-1,20,-7,22,-28,23r-101,0v1,22,20,34,43,34v16,0,50,-19,59,-19v13,0,23,9,23,22v-2,28,-49,48,-85,48v-55,0,-99,-44,-99,-100v0,-56,41,-102,96,-102v51,0,94,43,92,94","w":201},"\u00eb":{"d":"141,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm196,-103v-1,20,-7,22,-28,23r-101,0v1,22,20,34,43,34v16,0,50,-19,59,-19v13,0,23,9,23,22v-2,28,-49,48,-85,48v-55,0,-99,-44,-99,-100v0,-56,41,-102,96,-102v51,0,94,43,92,94xm76,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm138,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29","w":201},"\u00ed":{"d":"50,-194v21,0,29,17,28,41r0,114v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-114v0,-25,7,-41,29,-41xm53,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":98},"\u00ec":{"d":"50,-194v21,0,29,17,28,41r0,114v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-114v0,-25,7,-41,29,-41xm72,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10","w":98},"\u00ee":{"d":"104,-248v19,10,10,45,-14,36v-15,-6,-27,-16,-40,-23v-16,8,-28,22,-48,24v-20,2,-22,-29,-6,-37v21,-11,43,-52,69,-31xm50,-194v21,0,29,17,28,41r0,114v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-114v0,-25,7,-41,29,-41","w":98},"\u00ef":{"d":"50,-194v21,0,29,17,28,41r0,114v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-114v0,-25,7,-41,29,-41xm19,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm81,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29","w":98},"\u00f1":{"d":"161,-247v0,34,-38,35,-64,24v-15,5,-38,12,-38,-13v0,-34,38,-35,63,-24v16,-7,39,-12,39,13xm48,2v-22,0,-29,-16,-28,-41r0,-114v-9,-43,42,-53,55,-23v39,-41,129,-13,119,56v-6,44,17,122,-28,122v-43,0,-27,-64,-29,-105v-1,-28,-5,-43,-30,-44v-44,1,-31,65,-31,108v0,24,-6,41,-28,41","w":211},"\u00f3":{"d":"104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102xm107,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":208},"\u00f2":{"d":"104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102xm126,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10","w":208},"\u00f4":{"d":"158,-248v20,10,11,46,-14,36v-14,-6,-27,-16,-40,-23v-16,8,-27,22,-47,24v-20,2,-22,-29,-7,-37v21,-11,43,-52,69,-31xm104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102","w":208},"\u00f6":{"d":"104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102xm73,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm135,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29","w":208},"\u00f5":{"d":"156,-247v1,33,-39,35,-64,24v-16,4,-39,13,-39,-13v0,-34,39,-35,64,-24v16,-7,39,-11,39,13xm104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102","w":208},"\u00fa":{"d":"104,6v-54,0,-89,-29,-86,-83v2,-44,-17,-117,29,-117v41,0,28,65,28,105v0,27,6,41,29,42v43,1,29,-65,29,-106v0,-25,7,-41,29,-41v44,0,26,74,28,117v3,54,-32,83,-86,83xm107,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":208},"\u00f9":{"d":"104,6v-54,0,-89,-29,-86,-83v2,-44,-17,-117,29,-117v41,0,28,65,28,105v0,27,6,41,29,42v43,1,29,-65,29,-106v0,-25,7,-41,29,-41v44,0,26,74,28,117v3,54,-32,83,-86,83xm126,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10","w":208},"\u00fb":{"d":"158,-248v20,10,11,46,-14,36v-14,-6,-27,-16,-40,-23v-16,8,-27,22,-47,24v-20,2,-22,-29,-7,-37v21,-11,43,-52,69,-31xm104,6v-54,0,-89,-29,-86,-83v2,-44,-17,-117,29,-117v41,0,28,65,28,105v0,27,6,41,29,42v43,1,29,-65,29,-106v0,-25,7,-41,29,-41v44,0,26,74,28,117v3,54,-32,83,-86,83","w":208},"\u00fc":{"d":"104,6v-54,0,-89,-29,-86,-83v2,-44,-17,-117,29,-117v41,0,28,65,28,105v0,27,6,41,29,42v43,1,29,-65,29,-106v0,-25,7,-41,29,-41v44,0,26,74,28,117v3,54,-32,83,-86,83xm73,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm135,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29","w":208},"\u00b0":{"d":"90,-204v0,-16,-15,-31,-31,-31v-17,0,-30,16,-31,31v0,17,14,31,31,31v16,1,31,-15,31,-31xm6,-204v0,-29,23,-53,53,-53v30,0,54,24,54,53v0,29,-25,54,-54,54v-29,0,-53,-25,-53,-54","w":118},"\u00a2":{"d":"103,57v-23,0,-11,-37,-14,-58v-48,-5,-81,-45,-81,-99v0,-52,34,-96,81,-101v0,-16,-3,-35,14,-35v17,0,14,18,14,35v28,4,52,11,52,36v0,35,-39,18,-63,16v-25,-2,-39,21,-39,47v0,48,45,55,80,40v12,-1,23,11,22,24v-2,23,-26,34,-52,38v-2,21,8,57,-14,57","w":171},"\u00a3":{"d":"114,-102v2,22,-5,35,-15,48v45,5,128,-18,128,27v0,21,-17,26,-41,27r-101,0v-62,7,-65,-36,-35,-69v7,-8,9,-19,9,-33v-27,1,-52,-1,-52,-26v0,-20,17,-29,40,-28v-23,-59,24,-107,84,-107v45,0,95,26,95,65v1,16,-11,28,-25,28v-32,0,-31,-41,-68,-41v-30,0,-40,31,-26,55v31,0,62,-1,62,28v0,26,-27,26,-55,26","w":222},"\u00a7":{"d":"74,-133v-12,-6,-20,10,-21,22v-4,9,32,31,70,48v9,-5,16,-11,16,-25v0,-10,-22,-25,-65,-45xm4,-104v0,-25,14,-46,32,-55v-40,-38,-3,-104,56,-104v39,0,77,21,78,54v0,14,-9,26,-23,25v-25,-3,-23,-39,-53,-37v-12,0,-25,6,-25,18v15,37,125,46,119,109v-2,25,-16,45,-33,55v42,38,5,104,-58,104v-38,0,-79,-20,-79,-54v0,-13,10,-26,23,-25v26,2,24,37,56,37v13,0,25,-6,25,-18v-19,-38,-118,-45,-118,-109","w":188},"\u00b6":{"d":"7,-199v-1,-74,92,-61,166,-61r0,20r-20,0r0,240r-27,0r0,-240r-27,0r0,240r-27,0r0,-138v-37,-1,-65,-24,-65,-61","w":180},"\u00df":{"d":"104,-222v-18,0,-28,15,-28,35r0,148v0,24,-6,41,-28,41v-22,0,-29,-16,-28,-41r0,-145v-1,-54,34,-87,85,-90v66,-4,106,84,55,122v76,27,37,157,-43,157v-17,0,-28,-11,-27,-27v2,-35,55,-24,55,-63v0,-42,-58,-24,-58,-63v0,-30,42,-21,41,-50v-1,-14,-10,-24,-24,-24","w":209},"\u00ae":{"d":"178,-160v0,-22,-23,-23,-47,-22r0,42v22,0,47,2,47,-20xm153,-204v64,-12,82,68,30,80r32,65r-39,0r-28,-59r-17,0r0,59r-35,0r0,-145r57,0xm259,-127v0,-67,-42,-111,-109,-111v-67,0,-109,46,-109,109v0,65,44,109,109,109v63,0,109,-43,109,-107xm20,-129v0,-80,53,-131,130,-131v79,0,131,52,131,131v0,79,-54,131,-131,131v-77,0,-130,-53,-130,-131","w":299},"\u00a9":{"d":"80,-128v0,-65,65,-100,115,-66v12,9,17,21,18,36r-33,0v-2,-15,-12,-27,-30,-26v-47,1,-48,109,1,108v18,0,28,-12,30,-29r34,0v-1,33,-29,55,-65,54v-44,0,-70,-32,-70,-77xm259,-129v0,-66,-43,-109,-109,-109v-66,0,-109,43,-109,109v0,65,43,109,109,109v65,0,109,-43,109,-109xm20,-129v0,-79,52,-131,130,-131v78,0,131,53,131,131v0,79,-54,131,-131,131v-77,0,-130,-52,-130,-131","w":299},"\u00b4":{"d":"93,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":180},"\u00a8":{"d":"59,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm121,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29","w":180},"\u00c6":{"d":"292,-27v0,40,-65,24,-105,27v-35,2,-42,-14,-40,-49r-83,0v-12,19,-16,50,-43,52v-23,1,-33,-27,-22,-47r97,-173v16,-25,21,-39,54,-39v50,0,141,-20,141,27v0,36,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v36,2,90,-10,90,27xm147,-208r-55,106r55,0r0,-106","w":302,"k":{"-":6}},"\u00d8":{"d":"39,5v-11,22,-43,11,-33,-12v6,-14,20,-23,29,-34v-58,-81,-11,-222,101,-222v33,0,58,10,78,25v11,-10,19,-28,36,-32v37,8,-2,45,-12,57v56,83,8,229,-102,221v-32,-2,-58,-10,-77,-25xm99,-61v57,42,122,-27,94,-103xm173,-194v-55,-46,-126,29,-93,104","w":271,"k":{"Y":6,"X":6,".":8,"-":-7,",":8}},"\u00b1":{"d":"45,-35r210,0r0,35r-210,0r0,-35xm132,-215r36,0r0,57r87,0r0,35r-87,0r0,57r-36,0r0,-57r-87,0r0,-35r87,0r0,-57","w":299},"\u00a5":{"d":"9,-204v-30,-24,-1,-72,27,-49v26,22,40,60,60,88v20,-29,33,-65,58,-88v33,-17,47,18,26,48r-46,66v19,1,48,-5,48,13v0,22,-39,12,-61,14v-4,42,15,115,-27,115v-42,0,-21,-74,-26,-115v-23,-2,-59,7,-62,-14v1,-18,29,-12,48,-13","w":185},"\u00b5":{"d":"130,-21v-10,32,-60,35,-75,6r-16,92r-50,0r47,-269r51,0v-6,41,-15,79,-19,124v-3,36,42,42,57,18v19,-30,23,-98,32,-142r51,0r-34,192r-47,0","w":219},"\u00aa":{"d":"148,-150v4,30,-32,38,-41,15v-37,37,-101,-1,-101,-55v0,-52,64,-94,101,-56v9,-22,41,-14,41,16r0,80xm78,-223v-17,0,-28,15,-28,32v0,18,11,33,28,33v17,0,27,-15,27,-33v0,-17,-11,-32,-27,-32","w":162},"\u00ba":{"d":"78,-224v-17,0,-28,15,-28,33v0,19,10,34,28,34v18,0,29,-15,29,-34v0,-19,-11,-33,-29,-33xm78,-119v-40,0,-72,-30,-72,-71v0,-41,32,-71,72,-71v42,0,72,29,72,71v0,42,-30,71,-72,71","w":156},"\u00e6":{"d":"189,-16v-4,24,-42,22,-47,-1v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v6,-20,40,-24,45,-2v52,-48,142,7,137,75v-2,20,-7,22,-28,23r-101,0v2,22,19,32,43,33v28,1,75,-41,82,4v-3,45,-101,65,-131,27xm269,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm104,-145v-23,0,-39,23,-39,48v0,27,15,49,39,50v25,0,40,-22,40,-50v0,-26,-16,-48,-40,-48","w":329},"\u00f8":{"d":"45,-14v-7,10,-33,41,-42,12v3,-14,16,-22,24,-31v-45,-62,-5,-169,77,-164v25,2,44,7,59,18v10,-11,34,-39,42,-11v-2,15,-17,21,-24,32v46,60,4,170,-77,164v-25,-2,-43,-7,-59,-20xm81,-52v36,27,78,-19,61,-65xm127,-140v-34,-25,-75,17,-60,64","w":208},"\u00bf":{"d":"101,-185v26,0,27,26,27,55v0,41,-60,19,-58,58v2,35,49,27,62,5v15,-25,48,-20,49,10v0,36,-45,65,-85,65v-47,0,-86,-34,-86,-81v0,-44,31,-67,63,-78v-1,-21,9,-34,28,-34xm100,-262v18,0,32,13,32,31v1,18,-14,33,-32,32v-18,0,-31,-14,-31,-32v0,-17,14,-31,31,-31","w":183},"\u00a1":{"d":"53,-263v17,0,32,14,32,31v0,17,-15,31,-32,32v-17,0,-31,-15,-31,-32v0,-17,14,-31,31,-31xm53,8v-49,-7,-23,-97,-28,-148v-2,-24,7,-41,28,-41v21,0,29,17,28,41r0,106v1,25,-8,41,-28,42","w":106},"\u00ac":{"d":"45,-152r210,0r0,88r-35,0r0,-53r-175,0r0,-35","w":299},"\u00ab":{"d":"170,-127v-10,11,-28,22,-40,32v13,14,42,19,42,43v0,34,-28,18,-49,2v-40,-30,-40,-68,1,-91v22,-24,56,-24,46,14xm75,-159v19,2,16,31,2,41r-31,23v14,13,43,21,43,43v0,34,-27,17,-50,2v-61,-40,-14,-98,36,-109","w":181,"k":{"f":-7,"T":26}},"\u00bb":{"d":"119,-34v-16,7,-29,0,-27,-18v2,-22,30,-30,43,-43v-14,-13,-41,-21,-43,-43v-1,-12,4,-21,15,-21v25,7,87,48,61,86v-4,8,-37,33,-49,39xm23,-31v-18,-2,-19,-33,-2,-41r31,-23v-14,-13,-41,-21,-43,-43v-1,-12,4,-21,15,-21v18,1,72,44,66,64v-1,33,-37,56,-67,64","w":181,"k":{"Y":26,"T":33}},"\u00a0":{"w":233},"\u00c0":{"d":"222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95xm135,-308v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10","w":225},"\u00c3":{"d":"100,-288v-16,4,-38,13,-38,-13v0,-33,36,-34,63,-25v16,-5,39,-11,39,13v0,35,-37,35,-64,25xm222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95","w":225},"\u00d5":{"d":"123,-288v-15,5,-38,12,-38,-13v0,-33,36,-34,63,-25v16,-5,39,-12,39,13v0,35,-37,35,-64,25xm136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136","w":271},"\u00f7":{"d":"123,-38v0,-14,13,-27,27,-27v14,0,27,13,27,27v0,14,-13,26,-27,26v-14,0,-27,-12,-27,-26xm45,-125r210,0r0,35r-210,0r0,-35xm123,-176v0,-14,13,-27,27,-27v14,0,27,13,27,27v0,14,-13,26,-27,26v-14,0,-27,-12,-27,-26","w":299},"\u00ff":{"d":"3,-150v-14,-27,17,-57,41,-38v21,27,30,73,45,107v15,-35,25,-78,45,-108v25,-18,52,10,38,42r-87,205v-5,32,-57,28,-53,-4v3,-28,18,-48,28,-71xm56,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm118,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29","w":173},"\u00a4":{"d":"158,-156v0,-25,-23,-48,-48,-48v-25,0,-49,23,-49,48v0,27,22,49,49,49v25,0,48,-23,48,-49xm47,-113v-16,-22,-16,-64,0,-85r-35,-36r18,-19r36,36v21,-18,66,-17,87,0r35,-36r19,19r-36,36v17,20,17,65,0,85r36,36r-19,18r-35,-35v-20,17,-67,17,-87,0r-36,35r-18,-18","w":218},"\u00b7":{"d":"58,-95v-18,0,-33,-15,-33,-33v0,-18,15,-32,33,-32v18,0,33,14,33,32v0,18,-15,33,-33,33","w":116},"\u00c2":{"d":"167,-314v18,11,11,45,-14,37v-15,-6,-27,-16,-40,-23v-16,8,-28,22,-48,24v-20,2,-22,-30,-6,-38v21,-11,42,-49,68,-30xm222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95","w":225},"\u00ca":{"d":"145,-314v19,11,11,46,-14,37v-15,-6,-27,-16,-40,-23v-16,8,-27,23,-48,24v-21,1,-21,-29,-6,-38v21,-11,43,-50,69,-30xm23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v37,2,91,-10,91,27v0,41,-69,27,-110,27v-29,0,-39,-7,-39,-37r0,-178","w":181},"\u00c1":{"d":"222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95xm116,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":225},"\u00cb":{"d":"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v37,2,91,-10,91,27v0,41,-69,27,-110,27v-29,0,-39,-7,-39,-37r0,-178xm60,-336v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm122,-336v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29","w":181},"\u00c8":{"d":"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v37,2,91,-10,91,27v0,41,-69,27,-110,27v-29,0,-39,-7,-39,-37r0,-178xm113,-308v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10","w":181},"\u00cd":{"d":"53,-259v22,0,29,16,29,41r0,180v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41xm56,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":106},"\u00ce":{"d":"107,-314v19,10,10,47,-14,37v-14,-6,-27,-16,-40,-23v-16,8,-27,23,-48,24v-21,1,-21,-29,-6,-38v21,-11,43,-50,69,-30xm53,-259v22,0,29,16,29,41r0,180v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41","w":106},"\u00cf":{"d":"53,-259v22,0,29,16,29,41r0,180v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41xm22,-336v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm84,-336v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29","w":106},"\u00cc":{"d":"53,-259v22,0,29,16,29,41r0,180v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41xm75,-308v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10","w":106},"\u00d3":{"d":"136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136xm139,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":271},"\u00d4":{"d":"190,-314v19,11,11,46,-14,37v-15,-6,-27,-16,-40,-23v-16,8,-27,23,-48,24v-21,1,-21,-29,-6,-38v21,-11,43,-50,69,-30xm136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136","w":271},"\u00d2":{"d":"136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136xm158,-308v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10","w":271},"\u00da":{"d":"133,8v-71,0,-110,-46,-110,-118r0,-108v0,-25,7,-41,29,-41v22,0,29,16,29,41v0,69,-20,170,52,170v71,0,51,-101,51,-170v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,108v0,71,-39,118,-109,118xm136,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":264},"\u00db":{"d":"187,-314v18,11,10,46,-14,37v-15,-6,-27,-16,-40,-23v-16,8,-27,22,-48,24v-21,2,-22,-30,-6,-38v21,-11,42,-49,68,-30xm133,8v-71,0,-110,-46,-110,-118r0,-108v0,-25,7,-41,29,-41v22,0,29,16,29,41v0,69,-20,170,52,170v71,0,51,-101,51,-170v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,108v0,71,-39,118,-109,118","w":264},"\u00d9":{"d":"133,8v-71,0,-110,-46,-110,-118r0,-108v0,-25,7,-41,29,-41v22,0,29,16,29,41v0,69,-20,170,52,170v71,0,51,-101,51,-170v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,108v0,71,-39,118,-109,118xm155,-308v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10","w":264},"\u00af":{"d":"148,-242v-2,36,-59,19,-93,22v-14,1,-23,-8,-23,-22v2,-36,58,-20,93,-23v14,-1,23,9,23,23","w":180},"\u00b8":{"d":"74,-3v21,-17,67,3,65,31v-2,28,-32,42,-65,42v-25,0,-46,-7,-47,-27v-2,-32,54,-1,60,-26v1,-6,-13,-16,-13,-20","w":180},"\u00a6":{"d":"72,-72r36,0r0,134r-36,0r0,-134xm72,-252r36,0r0,134r-36,0r0,-134","w":180},"\u00d0":{"d":"147,-128v1,23,-25,22,-49,21r0,53v63,5,96,-16,96,-77v0,-57,-36,-76,-96,-71r0,53v24,-1,48,0,49,21xm39,-149v3,-47,-16,-114,41,-107v109,-10,175,29,177,125v1,79,-46,133,-125,131v-42,-1,-93,13,-93,-37r0,-70v-19,1,-34,-4,-34,-21v0,-17,15,-22,34,-21","w":267,"k":{"-":-7}},"\u00f0":{"d":"8,-91v0,-51,38,-101,92,-92r-17,-22v-12,6,-22,14,-36,18v-8,0,-10,-17,-1,-19r26,-14v-9,-14,-16,-19,-17,-33v-1,-12,9,-22,21,-22v19,2,25,14,39,29v11,-5,32,-28,40,-9v-3,14,-19,15,-28,23v37,51,61,72,64,136v3,57,-36,102,-92,102v-53,0,-91,-43,-91,-97xm99,-136v-22,0,-35,21,-35,45v0,25,14,46,35,46v23,0,36,-20,36,-46v0,-24,-14,-45,-36,-45","w":198},"\u00dd":{"d":"6,-204v-28,-28,-2,-69,30,-50v22,21,40,54,59,79v25,-28,36,-72,75,-85v27,2,35,36,12,55r-59,84v-5,45,18,124,-29,124v-47,0,-23,-79,-29,-124xm96,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":185},"\u00fd":{"d":"3,-150v-14,-27,17,-57,41,-38v21,27,30,73,45,107v15,-35,25,-78,45,-108v25,-18,52,10,38,42r-87,205v-5,32,-57,28,-53,-4v3,-28,18,-48,28,-71xm90,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71","w":173},"\u00de":{"d":"146,-131v0,-33,-30,-36,-65,-34r0,68v35,2,65,-1,65,-34xm52,3v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41v21,0,30,17,29,41v75,-7,128,20,128,87v0,70,-52,94,-128,87v1,27,-5,47,-29,47","w":218},"\u00fe":{"d":"208,-96v6,70,-74,132,-132,86v-2,37,10,89,-28,89v-22,0,-29,-16,-28,-41r0,-272v-1,-25,6,-41,28,-41v40,0,25,60,28,98v52,-49,141,10,132,81xm113,-143v-23,0,-38,23,-38,48v0,26,14,48,38,48v24,0,37,-22,37,-48v0,-25,-14,-48,-37,-48"},"\u00d7":{"d":"73,-211r79,79r80,-79r24,24r-79,80r79,79r-24,24r-80,-79r-79,79r-24,-24r79,-79r-79,-80","w":299},"\u00b9":{"d":"-3,-240v0,-26,77,-25,69,9r0,105v0,15,-5,25,-20,25v-15,0,-19,-10,-20,-25r0,-98v-16,1,-29,-3,-29,-16","w":85},"\u00b2":{"d":"115,-215v-2,40,-26,47,-58,80v25,2,62,-7,63,17v-7,29,-64,13,-96,16v-14,1,-22,-4,-23,-16v8,-27,71,-65,74,-95v0,-7,-7,-14,-15,-14v-22,-1,-16,34,-37,33v-12,0,-19,-7,-19,-18v0,-60,114,-64,111,-3","w":124},"\u00b3":{"d":"17,-157v19,0,26,27,43,27v11,0,20,-9,20,-20v0,-25,-40,-8,-40,-34v0,-22,34,-10,33,-31v-11,-40,-58,36,-68,-9v5,-46,107,-49,106,6v-1,15,-8,24,-20,31v54,20,23,93,-32,89v-30,-2,-53,-17,-59,-42v0,-10,7,-17,17,-17","w":128},"\u00bd":{"d":"252,-105v0,37,-24,44,-56,75v23,2,59,-7,60,15v-7,27,-61,11,-91,15v-36,-5,-23,-23,3,-47v23,-21,37,-34,44,-56v0,-7,-6,-14,-13,-14v-20,0,-16,31,-36,31v-11,0,-18,-6,-18,-16v0,-57,107,-60,107,-3xm151,-241v7,-32,59,-18,44,9r-123,218v-8,30,-60,19,-44,-10xm-3,-241v4,-23,73,-24,65,8r0,99v0,15,-5,23,-18,23v-13,0,-19,-9,-19,-23r0,-92v-15,1,-27,-3,-28,-15","w":260},"\u00bc":{"d":"184,-60r37,0r0,-54xm280,-46v0,12,-11,16,-25,15v1,18,-1,33,-18,33v-16,0,-17,-16,-16,-33v-32,0,-102,9,-70,-31v20,-26,36,-58,60,-80v23,-10,44,4,44,30r0,52v13,-1,25,3,25,14xm151,-241v7,-32,59,-18,44,9r-123,218v-8,30,-60,19,-44,-10xm-3,-241v4,-23,73,-24,65,8r0,99v0,15,-5,23,-18,23v-13,0,-19,-9,-19,-23r0,-92v-15,1,-27,-3,-28,-15","w":283},"\u00be":{"d":"225,-60r38,0r0,-54xm322,-46v0,12,-11,16,-26,15v1,18,0,34,-18,33v-15,0,-16,-16,-15,-33v-32,-1,-102,10,-71,-31v20,-26,36,-59,61,-80v23,-10,46,3,43,30v2,16,-4,40,2,52v12,-1,24,4,24,14xm192,-241v7,-24,46,-27,46,0v0,8,-3,12,-6,19r-119,208v-8,28,-54,23,-44,-10xm57,-260v42,0,66,49,31,68v46,18,22,89,-31,84v-28,-3,-52,-15,-57,-40v0,-17,25,-22,33,-7v5,9,17,17,24,16v10,1,20,-8,19,-18v3,-24,-38,-8,-38,-32v0,-20,34,-8,32,-29v-13,-38,-53,34,-65,-8v0,-18,31,-34,52,-34","w":324},"\u00ad":{"d":"142,-100v0,41,-64,25,-102,25v-17,0,-28,-9,-28,-25v0,-40,64,-25,102,-25v17,0,27,9,28,25","w":154}}});$(function(){$("#langSelect li").hover(function(){$(this).css("background-color","#eee");},function(){$(this).css("background-color","#fff");});$("#langSelect").hover(function(){$("#langSelect li:eq(0)").css({"-moz-border-radius":"5px 5px 0 0","-webkit-border-radius":"5px 5px 0 0","border-radius":"5px 5px 0 0","border-bottom":"none"}).nextAll().show();$("#langSelect li:last-child").css({"-moz-border-radius":"0 0 5px 5px","-webkit-border-radius":"0 0 5px 5px","border-radius":"0 0 5px 5px"})},function(){$("#langSelect li:eq(0)").css({"-moz-border-radius":"5px","-webkit-border-radius":"5px","border-radius":"5px","border-bottom":"1px solid #DEE3E7"}).nextAll().hide();});});
