(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":500,"face":{"font-family":"Gill Sans","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"9","bbox":"-62 -911 1041 230","underline-thickness":"50","underline-position":"-100","stemh":"80","stemv":"89","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"79,-543v0,-99,18,-148,56,-148v38,0,56,49,56,148v0,114,-19,182,-31,279v-6,44,-12,63,-25,63v-13,0,-19,-19,-25,-63v-12,-96,-31,-166,-31,-279xm136,-111v33,0,60,27,60,60v0,33,-27,60,-60,60v-33,0,-60,-27,-60,-60v0,-33,27,-60,60,-60","w":271},"\"":{"d":"241,-462r-23,-137r0,-117r88,0r0,117r-23,137r-42,0xm71,-462r-23,-137r0,-117r88,0r0,117r-23,137r-42,0","w":354},"#":{"d":"196,-617r72,0r-41,195r194,0r41,-195r72,0r-41,195r91,0r0,69r-105,0r-36,170r141,0r0,69r-155,0r-41,195r-72,0r41,-195r-194,0r-41,195r-72,0r41,-195r-90,0r0,-69r104,0r36,-170r-140,0r0,-69r154,0xm213,-353r-36,170r194,0r36,-170r-194,0","w":584},"$":{"d":"470,-596r0,108v-35,-35,-97,-67,-149,-79r0,198v114,31,181,103,181,193v0,78,-58,172,-181,185r0,109r-82,0r0,-109v-67,-4,-126,-34,-188,-70r0,-121v64,57,102,81,188,101r0,-216v-128,-34,-187,-108,-187,-175v0,-97,71,-166,187,-183r0,-36r82,0r0,36v45,4,112,28,149,59xm239,-396r0,-171v-52,7,-89,41,-89,82v0,39,27,68,89,89xm321,-262r0,180v56,-13,85,-41,85,-86v0,-41,-23,-69,-85,-94","w":542},"%":{"d":"502,-222v-43,0,-79,36,-79,79v0,44,36,79,79,79v44,0,79,-35,79,-79v0,-43,-35,-79,-79,-79xm502,-296v83,0,153,69,153,153v0,84,-70,153,-153,153v-84,0,-153,-68,-153,-153v0,-84,69,-153,153,-153xm602,-691r-449,701r-75,0r449,-701r75,0xm178,-690v83,0,153,69,153,153v0,84,-70,153,-153,153v-84,0,-153,-68,-153,-153v0,-84,69,-153,153,-153xm178,-616v-43,0,-79,36,-79,79v0,44,36,79,79,79v44,0,79,-35,79,-79v0,-43,-35,-79,-79,-79","w":680},"&":{"d":"495,-339r98,0v-19,55,-60,122,-111,179r138,160r-126,0r-78,-93v-85,77,-154,102,-216,102v-93,0,-172,-71,-172,-162v0,-82,66,-146,161,-201v-40,-42,-77,-100,-77,-158v0,-95,69,-157,175,-157v96,0,164,65,164,148v0,66,-37,120,-125,182r96,110v28,-28,58,-76,73,-110xm356,-161r-111,-128v-76,48,-119,83,-119,136v0,39,40,72,84,72v50,0,99,-33,146,-80xm208,-521v0,42,34,88,63,116v73,-46,89,-76,89,-111v0,-40,-33,-70,-78,-70v-42,0,-74,28,-74,65","w":625},"\u2019":{"d":"59,-445r0,-19v41,-35,42,-67,40,-107v-32,-4,-53,-27,-53,-59v0,-40,26,-61,60,-61v41,0,67,42,67,93v0,74,-40,131,-114,153","w":219},"(":{"d":"311,-694v-193,243,-192,682,0,924r-53,0v-119,-118,-194,-294,-194,-462v0,-168,75,-344,194,-462r53,0","w":323},")":{"d":"12,230v193,-243,192,-682,0,-924r53,0v119,118,194,294,194,462v0,168,-75,344,-194,462r-53,0","w":323},"*":{"d":"177,-513r-128,-44v-23,-8,-49,-30,-33,-58v16,-27,46,-17,66,1r100,87v6,-5,15,-10,20,-11r-25,-130v-5,-24,1,-58,33,-58v32,0,37,32,32,58r-25,130v8,2,15,6,20,12r100,-87v18,-16,50,-28,66,0v16,28,-9,48,-34,57r-125,43v2,6,1,14,0,23r125,43v23,8,49,30,33,58v-16,27,-46,16,-66,-1r-100,-87v-7,5,-13,8,-20,10r25,131v5,24,-1,58,-33,58v-32,0,-37,-31,-32,-58r25,-131v-7,-3,-14,-7,-19,-12r-101,88v-18,16,-50,27,-66,0v-16,-28,9,-48,34,-57r127,-44v-3,-8,-2,-14,1,-21","w":417},"+":{"d":"251,-589r82,0r0,195r195,0r0,82r-195,0r0,195r-82,0r0,-195r-195,0r0,-82r195,0r0,-195","w":584},",":{"d":"59,118r0,-19v33,-22,45,-73,36,-109v-29,-1,-49,-23,-49,-56v0,-33,25,-57,59,-57v43,0,71,38,71,97v0,57,-38,122,-117,144","w":219},"-":{"d":"283,-267r0,93r-243,0r0,-93r243,0","w":323},".":{"d":"109,-111v33,0,60,27,60,60v0,33,-27,60,-60,60v-33,0,-60,-27,-60,-60v0,-33,27,-60,60,-60","w":219},"\/":{"d":"8,9r196,-700r70,0r-196,700r-70,0","w":281},"0":{"d":"470,-341v0,210,-88,350,-220,350v-132,0,-220,-140,-220,-350v0,-210,88,-350,220,-350v132,0,220,140,220,350xm372,-341v0,-160,-46,-257,-122,-257v-76,0,-122,97,-122,257v0,160,46,257,122,257v76,0,122,-97,122,-257"},"1":{"d":"300,-682r0,682r-98,0r0,-682r98,0"},"2":{"d":"466,-93r0,93r-432,0r0,-7v75,-91,179,-215,237,-314v32,-55,48,-89,48,-146v0,-75,-50,-128,-117,-128v-49,0,-99,22,-154,92r0,-123v55,-44,106,-65,161,-65v123,0,208,87,208,213v0,111,-60,204,-212,385r261,0"},"3":{"d":"81,-569r0,-93v41,-20,80,-29,131,-29v122,0,201,70,201,178v0,76,-25,119,-87,153v68,21,98,92,98,162v0,122,-89,207,-215,207v-47,0,-96,-14,-145,-39r0,-106v52,35,102,52,152,52v67,0,110,-43,110,-109v0,-67,-49,-119,-146,-114r0,-90v90,0,135,-37,135,-99v0,-110,-141,-126,-234,-73"},"4":{"d":"398,-691r0,379r73,0r0,88r-73,0r0,224r-98,0r0,-224r-289,0r0,-45r345,-422r42,0xm298,-506r-156,194r158,0r0,-194r-2,0"},"5":{"d":"404,-682r0,88r-214,0r0,171v154,-9,248,88,248,214v0,126,-94,218,-223,218v-59,0,-106,-12,-165,-42r0,-101v49,33,99,50,149,50v77,0,141,-56,141,-123v0,-87,-89,-156,-239,-120r0,-355r303,0"},"6":{"d":"317,-691r59,75v-96,56,-181,155,-209,250v27,-14,62,-28,107,-28v109,0,191,86,191,199v0,111,-92,204,-201,204v-131,0,-220,-98,-220,-242v0,-171,96,-340,273,-458xm146,-265v-26,112,41,181,112,181v65,0,109,-45,109,-112v0,-60,-48,-105,-113,-105v-42,0,-65,8,-108,36"},"7":{"d":"490,-682r-309,691r-87,-38r250,-560r-295,0r0,-93r441,0"},"8":{"d":"468,-184v0,109,-94,193,-216,193v-124,0,-220,-85,-220,-194v0,-72,32,-125,97,-163v-51,-37,-81,-89,-81,-147v0,-112,90,-196,209,-196v185,0,280,245,116,343v63,33,95,95,95,164xm360,-495v0,-59,-44,-103,-105,-103v-65,0,-109,40,-109,101v0,56,49,104,107,104v59,0,107,-47,107,-102xm370,-192v0,-62,-49,-108,-118,-108v-74,0,-122,44,-122,108v0,63,50,108,120,108v79,0,120,-51,120,-108"},"9":{"d":"187,9r-60,-72v115,-75,189,-170,208,-256v-132,80,-299,-18,-299,-170v0,-101,82,-202,208,-202v126,0,217,106,217,249v0,165,-114,353,-274,451xm134,-490v0,59,52,107,116,107v29,0,68,-11,105,-37v24,-96,-27,-178,-109,-178v-65,0,-112,45,-112,108"},":":{"d":"109,-458v33,0,60,27,60,60v0,33,-27,60,-60,60v-33,0,-60,-27,-60,-60v0,-33,27,-60,60,-60xm109,-111v33,0,60,27,60,60v0,33,-27,60,-60,60v-33,0,-60,-27,-60,-60v0,-33,27,-60,60,-60","w":219},";":{"d":"61,115r0,-19v41,-35,42,-67,40,-107v-32,-4,-53,-27,-53,-59v0,-40,26,-61,60,-61v41,0,67,42,67,93v0,74,-40,131,-114,153xm169,-398v0,33,-27,60,-60,60v-33,0,-60,-27,-60,-60v0,-33,27,-60,60,-60v33,0,60,27,60,60","w":219},"<":{"d":"55,-313r0,-82r474,-202r0,87r-376,156r376,156r0,87","w":584},"=":{"d":"56,-503r472,0r0,82r-472,0r0,-82xm56,-285r472,0r0,82r-472,0r0,-82","w":584},">":{"d":"529,-313r-474,202r0,-87r376,-156r-376,-156r0,-87r474,202r0,82","w":584},"?":{"d":"82,-595r47,-96v118,-1,161,82,161,145v0,150,-165,268,-151,371v-42,-21,-59,-47,-59,-92v0,-106,112,-176,112,-267v0,-58,-59,-78,-110,-61xm154,-111v33,0,60,27,60,60v0,33,-27,60,-60,60v-33,0,-60,-27,-60,-60v0,-33,27,-60,60,-60","w":333},"@":{"d":"891,-9r90,0v-87,143,-230,219,-433,219v-307,0,-494,-166,-494,-439v0,-211,131,-500,483,-500v243,0,419,160,419,381v0,178,-143,350,-292,350v-64,0,-97,-27,-97,-82v-44,51,-99,81,-148,81v-103,0,-179,-93,-179,-221v0,-156,126,-309,254,-309v60,0,112,32,147,90r17,-76r88,0r-82,377v-8,36,2,60,32,60v40,0,187,-90,187,-271v0,-177,-149,-309,-350,-309v-234,0,-406,179,-406,421v0,237,155,375,422,375v167,0,283,-63,342,-147xm331,-213v0,85,44,142,108,142v87,0,174,-122,174,-245v0,-87,-44,-142,-113,-142v-86,0,-169,120,-169,245","w":1010},"A":{"d":"362,-686r305,686r-100,0r-91,-201r-290,0r-86,201r-100,0r293,-686r69,0xm326,-536r-102,247r212,0","w":667},"B":{"d":"75,0r0,-682r198,0v147,0,210,88,210,174v0,73,-37,115,-104,148v102,19,164,86,164,178v0,84,-63,182,-234,182r-234,0xm173,-594r0,204r65,0v97,0,144,-36,144,-109v0,-51,-29,-95,-119,-95r-90,0xm173,-302r0,214r123,0v115,0,146,-57,146,-108v0,-62,-48,-106,-151,-106r-118,0","w":563},"C":{"d":"656,-635r0,105v-84,-49,-156,-71,-235,-71v-156,0,-272,111,-272,261v0,153,112,259,276,259v77,0,161,-27,238,-77r0,107v-67,35,-140,60,-247,60v-256,0,-368,-197,-368,-340v0,-208,157,-360,374,-360v70,0,141,17,234,56","w":708},"D":{"d":"76,0r0,-682r265,0v252,0,363,180,363,341v0,175,-137,341,-362,341r-266,0xm174,-594r0,506r156,0v222,0,273,-169,273,-253v0,-137,-87,-253,-278,-253r-151,0","w":750},"E":{"d":"462,-682r0,88r-289,0r0,206r279,0r0,88r-279,0r0,212r298,0r0,88r-396,0r0,-682r387,0"},"F":{"d":"440,-682r0,88r-266,0r0,189r266,0r0,88r-266,0r0,317r-98,0r0,-682r364,0","w":469},"G":{"d":"673,-336r0,289v-91,40,-165,56,-260,56v-209,0,-363,-146,-363,-346v0,-201,158,-354,366,-354v80,0,136,13,243,58r0,99v-80,-44,-163,-67,-245,-67v-148,0,-263,113,-263,261v0,152,114,259,276,259v53,0,101,-12,148,-27r0,-140r-131,0r0,-88r229,0","w":740},"H":{"d":"653,-682r0,682r-98,0r0,-297r-382,0r0,297r-98,0r0,-682r98,0r0,297r382,0r0,-297r98,0","w":729},"I":{"d":"174,-682r0,682r-98,0r0,-682r98,0","w":250},"J":{"d":"174,-682r0,690v3,137,-65,237,-218,220r-18,-91v117,7,138,-41,138,-158r0,-661r98,0","w":250},"K":{"d":"285,-359r370,359r-135,0r-347,-337r0,337r-98,0r0,-682r98,0r0,312r287,-312r122,0","w":656},"L":{"d":"172,-682r0,594r308,0r0,88r-406,0r0,-682r98,0","w":490},"M":{"d":"709,-682r0,682r-98,0r0,-531r-2,0r-210,264r-16,0r-210,-264r-2,0r0,531r-98,0r0,-682r92,0r226,280r227,-280r91,0","w":781},"N":{"d":"706,-682r0,682r-84,0r-456,-525r0,525r-92,0r0,-682r78,0r462,528r0,-528r92,0","w":781},"O":{"d":"45,-341v0,-189,145,-350,366,-350v225,0,367,160,367,350v0,184,-138,350,-369,350v-223,0,-364,-165,-364,-350xm146,-341v0,149,113,260,265,260v153,0,266,-111,266,-260v0,-150,-113,-260,-266,-260v-152,0,-265,110,-265,260","w":823},"P":{"d":"70,-682r213,0v149,0,217,88,217,196v0,107,-72,191,-230,191r-102,0r0,295r-98,0r0,-682xm168,-594r0,211r111,0v73,0,120,-39,120,-107v0,-50,-27,-104,-116,-104r-115,0","w":510},"Q":{"d":"780,-339v1,166,-121,306,-284,340v120,51,188,67,255,48r3,3r-88,87v-132,-10,-240,-69,-335,-139v-169,-32,-286,-171,-286,-341v0,-206,155,-350,376,-350v204,0,359,152,359,352xm417,-601v-204,0,-271,158,-271,261v0,138,91,259,273,259v152,0,260,-118,260,-257v0,-149,-111,-263,-262,-263","w":823},"R":{"d":"77,-682r172,0v138,0,224,73,224,191v0,79,-41,138,-114,167v104,72,151,209,245,324r-117,0r-90,-140v-90,-140,-131,-156,-181,-156r-41,0r0,296r-98,0r0,-682xm175,-598r0,214r63,0v105,0,135,-54,134,-111v-1,-64,-39,-103,-134,-103r-63,0","w":604},"S":{"d":"399,-643r0,111v-58,-55,-114,-71,-160,-71v-63,0,-108,33,-108,81v0,131,295,129,295,346v0,107,-81,185,-191,185v-74,0,-134,-20,-191,-63r0,-124v50,64,113,99,180,99v76,0,111,-48,111,-86v0,-141,-295,-157,-295,-344v0,-111,82,-182,207,-182v52,0,104,16,152,48","w":458},"T":{"d":"587,-682r0,88r-236,0r0,594r-98,0r0,-594r-236,0r0,-88r570,0","w":604},"U":{"d":"347,-81v141,0,203,-65,203,-204r0,-397r98,0r0,414v0,167,-100,277,-303,277v-144,0,-284,-81,-284,-267r0,-424r98,0r0,403v0,77,10,109,41,140v39,39,88,58,147,58","w":708},"V":{"d":"604,-682r-289,688r-20,0r-295,-688r98,0r205,479r204,-479r97,0","w":604},"W":{"d":"1041,-682r-277,688r-19,0r-224,-558r-226,558r-19,0r-276,-688r98,0r188,470r189,-470r93,0r190,470r186,-470r97,0","w":1042},"X":{"d":"687,-682r-272,329r291,353r-118,0r-232,-282r-235,282r-119,0r294,-353r-273,-329r119,0r214,260r213,-260r118,0","w":708},"Y":{"d":"301,-447r185,-235r118,0r-253,322r0,360r-98,0r0,-361r-253,-321r118,0","w":604},"Z":{"d":"450,-594r-407,0r0,-88r588,0r-434,594r434,0r0,88r-615,0","w":646},"[":{"d":"319,-682r0,80r-137,0r0,743r137,0r0,80r-233,0r0,-903r233,0","w":333},"\\":{"d":"274,9r-70,0r-196,-700r70,0","w":281},"]":{"d":"14,221r0,-80r137,0r0,-743r-137,0r0,-80r233,0r0,903r-233,0","w":333},"^":{"d":"116,-291r-90,0r173,-391r71,0r173,391r-89,0r-120,-292","w":469},"_":{"d":"-6,75r512,0r0,50r-512,0r0,-50"},"\u2018":{"d":"160,-691r0,19v-41,35,-42,67,-40,107v32,4,53,27,53,59v0,40,-26,61,-60,61v-41,0,-67,-42,-67,-93v0,-74,40,-131,114,-153","w":219},"a":{"d":"411,-80r0,54v-41,27,-58,35,-86,35v-39,0,-60,-14,-68,-46v-39,31,-80,46,-121,46v-66,0,-110,-52,-110,-110v0,-120,142,-131,232,-170v5,-67,-17,-103,-81,-103v-49,0,-99,23,-142,74r0,-97v80,-100,312,-83,312,87r0,231v7,43,34,18,64,-1xm258,-91r0,-131v-76,26,-142,52,-142,105v0,77,101,78,142,26","w":427},"b":{"d":"148,-682r0,265v139,-103,318,0,318,183v0,152,-90,243,-240,243v-59,0,-123,-13,-167,-34r0,-657r89,0xm148,-332r0,243v26,8,64,14,90,14v80,0,137,-61,137,-146v0,-147,-135,-207,-227,-111"},"c":{"d":"393,-427r0,95v-113,-89,-258,-41,-261,108v-3,143,153,183,271,119r0,88v-30,14,-87,26,-134,26v-134,0,-228,-93,-228,-225v0,-148,86,-242,222,-242v52,0,87,12,130,31","w":438},"d":{"d":"451,-682r0,682r-189,0v-134,0,-218,-91,-218,-235v0,-163,155,-267,318,-205r0,-242r89,0xm362,-75r0,-286v-113,-50,-227,11,-227,139v0,84,34,147,137,147r90,0","w":510},"e":{"d":"438,-130r0,86v-54,36,-103,53,-179,53v-140,0,-218,-115,-218,-239v0,-136,86,-228,210,-228v119,0,195,81,195,247r-316,0v17,159,198,164,308,81xm132,-270r226,0v-3,-68,-42,-111,-105,-111v-68,0,-109,40,-121,111","w":479},"f":{"d":"296,-682r0,87v-78,-28,-144,19,-135,103r0,43r81,0r0,80r-81,0r0,369r-89,0r0,-369r-63,0r0,-80r63,0v-4,-95,16,-162,57,-199v40,-36,89,-56,167,-34","w":250},"g":{"d":"139,-153v-58,-25,-99,-65,-99,-141v0,-96,75,-155,196,-155r185,0r0,69r-92,0v70,56,54,146,5,199v-59,65,-182,32,-182,85v0,25,47,40,137,58v96,19,130,68,130,125v0,89,-79,143,-212,143v-121,0,-207,-57,-207,-136v0,-66,35,-105,113,-124v-76,-41,-46,-100,26,-123xm296,-293v0,-43,-40,-79,-87,-79v-49,0,-89,37,-89,81v0,49,36,82,90,82v50,0,86,-35,86,-84xm333,94v0,-57,-92,-72,-147,-72v-60,0,-102,28,-102,68v0,45,44,69,125,69v78,0,124,-24,124,-65","w":427},"h":{"d":"150,-682r0,292r2,0v93,-118,287,-82,287,115r0,275r-89,0r0,-278v0,-66,-34,-109,-88,-109v-39,0,-70,18,-112,65r0,322r-89,0r0,-682r89,0"},"i":{"d":"154,-449r0,449r-89,0r0,-449r89,0xm163,-585v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53","w":219},"j":{"d":"150,-449r0,508v0,96,-30,139,-89,171r-67,-66v39,-16,67,-48,67,-98r0,-515r89,0xm159,-585v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53","w":219},"k":{"d":"460,-449r-192,220r232,229r-120,0r-225,-229r199,-220r106,0xm151,-682r0,682r-89,0r0,-682r89,0","w":479},"l":{"d":"154,-682r0,682r-89,0r0,-682r89,0","w":219},"m":{"d":"59,-449r89,0r0,59v86,-95,202,-90,265,13v39,-44,86,-81,150,-81v91,0,149,70,149,176r0,282r-89,0r0,-278v0,-68,-42,-105,-93,-105v-29,0,-68,24,-100,57r0,326r-89,0r0,-279v-3,-137,-132,-127,-193,-47r0,326r-89,0r0,-449","w":771},"n":{"d":"150,-449v2,18,-4,44,2,59v92,-117,287,-84,287,113r0,277r-89,0r0,-278v0,-66,-34,-109,-88,-109v-39,0,-70,18,-112,65r0,322r-89,0r0,-449r89,0"},"o":{"d":"273,-458v141,0,243,96,243,229v0,142,-99,238,-243,238v-138,0,-237,-100,-237,-238v0,-129,103,-229,237,-229xm272,-378v-84,0,-145,63,-145,149v0,95,59,158,145,158v94,0,153,-60,153,-157v0,-87,-64,-150,-153,-150","w":552},"p":{"d":"146,-11r0,241r-89,0r0,-679r154,0v164,0,253,80,253,228v0,166,-157,277,-318,210xm146,-369r0,278v106,56,227,-10,227,-131v0,-93,-49,-147,-146,-147r-81,0"},"q":{"d":"354,230r0,-237v-168,57,-320,-47,-318,-214v0,-72,36,-228,243,-228r164,0r0,679r-89,0xm354,-369v-128,-8,-221,12,-227,147v-6,120,118,194,227,136r0,-283"},"r":{"d":"69,-449r89,0v2,33,-4,74,2,103v74,-128,138,-145,237,-60r-47,77v-27,-26,-62,-44,-83,-44v-61,0,-109,61,-109,138r0,235r-89,0r0,-449","w":396},"s":{"d":"324,-421r0,88v-50,-33,-97,-47,-130,-47v-36,0,-59,17,-59,41v0,20,31,42,109,90v75,47,101,80,101,126v0,79,-63,132,-148,132v-55,0,-98,-11,-156,-41r0,-96v58,40,111,59,147,59v36,0,66,-19,66,-51v0,-62,-210,-95,-210,-216v0,-129,178,-152,280,-85","w":385},"t":{"d":"167,-542r0,93r142,0r0,80r-142,0r0,230v0,53,38,68,64,68v32,0,65,-11,101,-33r0,83v-31,17,-79,30,-108,30v-97,0,-146,-60,-146,-141r0,-237r-78,0r0,-10","w":333},"u":{"d":"437,0r-89,0r0,-57v-99,117,-288,73,-288,-113r0,-279r89,0r0,285v0,63,31,99,92,99v40,0,78,-22,107,-63r0,-321r89,0r0,449"},"v":{"d":"206,9r-203,-458r97,0r121,276r118,-276r95,0r-198,458r-30,0","w":438},"w":{"d":"393,-449r114,272r117,-272r95,0r-198,458r-28,0r-133,-314r-132,314r-28,0r-200,-458r95,0r118,272r114,-272r66,0","w":719},"x":{"d":"487,-449r-185,221r198,228r-114,0r-141,-161r-133,161r-112,0r189,-228r-189,-221r112,0r133,154r128,-154r114,0"},"y":{"d":"438,-449r-318,679r-99,0r153,-326r-174,-353r101,0r121,253r116,-253r100,0","w":438},"z":{"d":"404,-449r-239,369r240,0r0,80r-394,0r238,-369r-228,0r0,-80r383,0","w":417},"{":{"d":"28,-219r0,-80v111,8,102,-132,101,-251v-2,-132,48,-189,181,-178r0,76v-77,-2,-102,11,-99,101r0,72v0,135,-27,188,-102,220v75,32,102,85,102,220r0,72v-2,90,21,103,99,101r0,76v-132,10,-183,-46,-181,-178v2,-118,10,-260,-101,-251","w":333},"|":{"d":"92,230r0,-912r76,0r0,912r-76,0","w":260},"}":{"d":"305,-299r0,80v-111,-8,-102,132,-101,251v2,132,-48,189,-181,178r0,-76v77,2,102,-11,99,-101r0,-72v0,-135,27,-188,102,-220v-75,-32,-102,-85,-102,-220r0,-72v2,-90,-21,-103,-99,-101r0,-76v132,-10,183,46,181,178v-2,118,-10,260,101,251","w":333},"~":{"d":"414,-189v-77,0,-172,-76,-247,-76v-49,0,-94,30,-142,67r0,-83v43,-36,95,-64,149,-64v80,-1,170,75,246,76v44,0,97,-32,140,-67r0,83v-41,35,-94,64,-146,64","w":584},"\u00a1":{"d":"136,192v-38,0,-56,-49,-56,-148v0,-114,19,-182,31,-279v6,-44,12,-63,25,-63v13,0,19,19,25,63v12,96,31,166,31,279v0,99,-18,148,-56,148xm135,-388v-33,0,-60,-27,-60,-60v0,-33,27,-60,60,-60v33,0,60,27,60,60v0,33,-27,60,-60,60","w":271},"\u00a2":{"d":"408,-620r-63,175v12,5,35,13,45,19r0,94v-20,-16,-49,-30,-73,-36r-102,281v60,25,135,10,185,-18r0,86v-77,28,-141,36,-215,19r-69,190r-47,0r77,-209v-65,-37,-108,-113,-108,-197v0,-152,96,-260,265,-239r59,-165r46,0xm178,-109r96,-266v-140,-13,-191,186,-96,266","w":438},"\u00a3":{"d":"496,-9v-79,34,-181,3,-275,3v-64,0,-111,5,-162,15r79,-295r-72,0r0,-88r95,0v50,-173,131,-345,288,-313r52,98v-25,-1,-45,-9,-64,-9v-82,0,-135,65,-180,224r76,0r0,88r-102,0r-50,189v113,-14,228,39,315,-7r0,95","w":531},"\u00a5":{"d":"233,0r0,-159r-203,0r0,-67r203,0r0,-70r-203,0r0,-73r167,0r-198,-347r98,0r180,322r173,-322r103,0r-196,347r165,0r0,73r-200,0r0,70r200,0r0,67r-200,0r0,159r-89,0","w":552},"\u0192":{"d":"23,198r17,-76v73,16,120,26,133,-48r90,-524r-98,0r11,-68r99,0r14,-85v20,-130,121,-147,241,-107r-17,75v-85,-24,-126,-27,-139,66r-9,51r99,0r-12,68r-100,0r-93,533v-17,138,-108,140,-236,115","w":552},"\u00a7":{"d":"150,-559v0,132,224,187,224,376v0,55,-22,99,-74,151v23,34,35,72,35,113v0,84,-69,149,-159,149v-64,0,-113,-39,-113,-91v0,-33,25,-60,56,-60v28,0,47,22,47,47v0,12,-19,40,19,40v38,0,72,-33,72,-71v0,-125,-225,-204,-225,-391v0,-59,20,-102,66,-144v-17,-29,-28,-65,-28,-98v0,-51,35,-153,153,-153v68,0,117,36,117,85v0,32,-22,55,-52,55v-25,0,-40,-22,-40,-39v0,-23,0,-37,-29,-37v-43,0,-69,26,-69,68xm140,-384v-19,19,-32,49,-32,72v0,85,80,142,151,222v103,-121,-32,-206,-119,-294","w":406},"\u00a4":{"d":"448,-226r67,67r-57,57r-67,-67v-55,45,-177,44,-230,0r-67,67r-57,-57r67,-67v-45,-52,-44,-179,0,-230r-67,-67r57,-57r67,67v53,-42,173,-47,230,0r67,-67r57,57r-67,67v49,72,43,165,0,230xm276,-468v-70,0,-127,57,-127,127v0,70,57,127,127,127v70,0,127,-57,127,-127v0,-70,-57,-127,-127,-127","w":552},"'":{"d":"73,-462r-23,-137r0,-117r88,0r0,117r-23,137r-42,0","w":188},"\u201c":{"d":"373,-691r0,19v-41,35,-42,67,-40,107v32,4,53,27,53,59v0,40,-26,61,-60,61v-41,0,-67,-42,-67,-93v0,-74,40,-131,114,-153xm155,-691r0,19v-41,35,-42,67,-40,107v32,4,53,27,53,59v0,40,-26,61,-60,61v-41,0,-67,-42,-67,-93v0,-74,40,-131,114,-153","w":427},"\u00ab":{"d":"320,-225r148,225r-88,0r-147,-225r147,-225r88,0xm117,-225r148,225r-88,0r-147,-225r147,-225r88,0","w":490},"\u2013":{"d":"509,-285r0,64r-518,0r0,-64r518,0"},"\u00b7":{"d":"130,-405v33,0,60,27,60,60v0,33,-27,60,-60,60v-33,0,-60,-27,-60,-60v0,-33,27,-60,60,-60","w":260},"\u00b6":{"d":"198,199r0,-510v-123,-7,-197,-84,-197,-203v0,-129,83,-202,230,-202r309,0r0,80r-70,0r0,835r-83,0r0,-835r-109,0r0,835r-80,0","w":542},"\u201d":{"d":"272,-445r0,-19v41,-35,42,-67,40,-107v-32,-4,-53,-27,-53,-59v0,-40,26,-61,60,-61v41,0,67,42,67,93v0,74,-40,131,-114,153xm54,-445r0,-19v41,-35,42,-67,40,-107v-32,-4,-53,-27,-53,-59v0,-40,26,-61,60,-61v41,0,67,42,67,93v0,74,-40,131,-114,153","w":427},"\u00bb":{"d":"373,-225r-148,-225r88,0r147,225r-147,225r-88,0xm170,-225r-148,-225r88,0r147,225r-147,225r-88,0","w":490},"\u2026":{"d":"166,-111v-33,0,-60,27,-60,60v0,33,27,60,60,60v33,0,60,-27,60,-60v0,-33,-27,-60,-60,-60xm500,-111v33,0,60,27,60,60v0,33,-27,60,-60,60v-33,0,-60,-27,-60,-60v0,-33,27,-60,60,-60xm834,-111v-33,0,-60,27,-60,60v0,33,27,60,60,60v33,0,60,-27,60,-60v0,-33,-27,-60,-60,-60","w":1000},"\u00bf":{"d":"251,97r-47,96v-118,1,-161,-82,-161,-145v0,-150,165,-268,151,-371v42,21,59,47,59,92v0,106,-112,176,-112,267v0,58,59,78,110,61xm179,-387v-33,0,-60,-27,-60,-60v0,-33,27,-60,60,-60v33,0,60,27,60,60v0,33,-27,60,-60,60","w":333},"`":{"d":"160,-654r67,147r-55,0r-112,-147r100,0","w":333},"\u00b4":{"d":"178,-654r100,0r-112,147r-55,0","w":333},"\u00af":{"d":"332,-615r0,73r-331,0r0,-73r331,0","w":333},"\u00a8":{"d":"74,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm260,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46","w":333},"\u00b8":{"d":"209,-8r-7,24v33,9,54,32,54,63v0,75,-67,102,-155,89r0,-55v47,7,84,-3,84,-26v0,-17,-20,-29,-58,-25r25,-70r57,0","w":333},"\u2014":{"d":"1009,-285r0,64r-1018,0r0,-64r1018,0","w":1000},"\u00c6":{"d":"851,-682r0,88r-280,0r0,205r271,0r0,88r-271,0r0,213r291,0r0,88r-389,0r0,-301r-191,0r-179,301r-101,0r404,-682r445,0xm471,-622r-139,233r141,0r0,-233r-2,0","w":896},"\u00aa":{"d":"273,-474r0,42v-29,18,-42,23,-63,23v-24,0,-41,-8,-47,-23v-51,40,-149,26,-148,-46v0,-56,63,-78,148,-100v0,-42,-7,-57,-45,-57v-34,0,-60,14,-98,52r0,-69v52,-61,212,-58,211,50r0,126v0,19,1,22,5,22v5,0,15,-5,37,-20xm163,-543v-53,18,-79,28,-79,56v1,41,52,43,79,16r0,-72","w":281},"\u0141":{"d":"310,-536r0,88r-138,114r0,246r308,0r0,88r-406,0r0,-263r-89,73r0,-88r89,-73r0,-331r98,0r0,260","w":490},"\u00d8":{"d":"216,-160r342,-401v-44,-25,-87,-40,-147,-40v-152,0,-265,110,-265,260v0,73,26,131,70,181xm198,-51r-47,55r-47,-33r49,-57v-69,-69,-108,-155,-108,-255v0,-189,145,-350,366,-350v82,0,150,19,209,57r51,-59r46,40r-48,56v70,62,109,161,109,256v0,184,-138,350,-369,350v-74,0,-151,-20,-211,-60xm605,-523r-344,399v41,25,89,43,150,43v153,0,266,-111,266,-260v0,-75,-28,-137,-72,-182","w":823},"\u0152":{"d":"875,-682r0,88r-279,0r0,205r269,0r0,88r-269,0r0,213r290,0r0,88r-444,0v-221,0,-395,-132,-395,-340v0,-202,158,-342,386,-342r442,0xm498,-85r0,-512r-57,0v-194,0,-293,124,-293,256v0,145,122,256,282,256r68,0","w":917},"\u00ba":{"d":"342,-550v0,81,-68,141,-160,141v-91,0,-159,-60,-159,-141v0,-81,68,-141,159,-141v92,0,160,60,160,141xm273,-550v0,-52,-36,-87,-90,-87v-55,0,-91,35,-91,87v0,52,36,87,91,87v54,0,90,-35,90,-87","w":365},"\u00e6":{"d":"629,-128r0,89v-80,67,-252,64,-305,-22v-58,47,-116,70,-172,70v-68,0,-117,-48,-117,-115v0,-85,74,-121,227,-162v5,-71,-15,-110,-71,-110v-57,0,-100,23,-146,77r0,-107v64,-62,224,-71,279,8v35,-34,87,-58,132,-58v104,0,177,81,171,215r-276,0v5,190,163,214,278,115xm362,-302r177,0v-7,-52,-32,-76,-87,-76v-41,0,-74,29,-90,76xm262,-224v-89,33,-136,57,-136,100v0,77,69,95,136,45r0,-145","w":667},"\u0131":{"d":"154,-449r0,449r-89,0r0,-449r89,0","w":219},"\u0142":{"d":"233,-482r0,78r-79,64r0,340r-89,0r0,-276r-79,64r0,-78r79,-64r0,-328r89,0r0,264","w":219},"\u00f8":{"d":"160,-123r199,-232v-19,-11,-50,-23,-87,-23v-128,0,-187,157,-112,255xm138,-29r-56,66r-33,-30r55,-64v-42,-42,-68,-103,-68,-172v0,-129,103,-229,237,-229v56,0,106,15,140,39r47,-54r33,30r-44,51v44,44,67,99,67,163v0,142,-99,238,-243,238v-53,0,-100,-16,-135,-38xm392,-325r-199,232v22,14,46,22,79,22v134,0,197,-151,120,-254","w":552},"\u0153":{"d":"798,-129r0,90v-38,24,-79,48,-162,48v-73,0,-132,-32,-167,-89v-47,58,-115,89,-195,89v-131,0,-239,-101,-239,-223v0,-144,100,-244,245,-244v81,0,140,29,189,93v93,-156,343,-115,327,122r-280,0v-8,105,54,172,139,172v50,0,91,-17,143,-58xm525,-302r183,0v-6,-49,-33,-76,-83,-76v-50,0,-84,26,-100,76xm278,-378v-89,0,-152,70,-152,160v0,79,66,147,149,147v90,0,148,-65,148,-156v0,-81,-63,-151,-145,-151","w":833},"\u00df":{"d":"59,0r0,-517v0,-112,78,-174,190,-174v118,0,190,62,190,165v0,70,-42,122,-99,151v80,20,127,86,127,179v0,146,-102,235,-244,196r0,-87v81,36,153,-20,153,-111v0,-69,-29,-137,-145,-134r0,-80v77,2,117,-36,117,-104v0,-60,-42,-106,-98,-106v-57,0,-102,28,-102,116r0,506r-89,0"},"\u00f7":{"d":"56,-394r472,0r0,82r-472,0r0,-82xm292,-259v29,0,53,24,53,53v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53xm292,-553v29,0,53,24,53,53v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53","w":584},"\u00be":{"d":"653,-691r-455,718r-67,0r455,-718r67,0xm75,-619r0,-55v77,-40,207,-9,207,77v0,37,-14,61,-47,78v35,13,54,43,54,83v0,97,-135,138,-224,87r0,-63v36,21,63,29,94,29v36,0,58,-20,58,-51v0,-40,-27,-57,-84,-55r0,-52v63,6,81,-23,81,-48v0,-60,-86,-61,-139,-30xm683,-360r0,196r45,0r0,49r-45,0r0,115r-68,0r0,-115r-170,0r0,-25r205,-220r33,0xm615,-248r-78,84r78,0r0,-84","w":844},"\u00bc":{"d":"635,-360r0,196r45,0r0,49r-45,0r0,115r-68,0r0,-115r-170,0r0,-25r205,-220r33,0xm567,-248r-78,84r78,0r0,-84xm195,-687r0,355r-69,0r0,-355r69,0xm605,-691r-455,718r-67,0r455,-718r67,0","w":844},"\u00b9":{"d":"196,-687r0,355r-69,0r0,-355r69,0","w":323},"\u00d7":{"d":"79,-200r154,-154r-154,-154r59,-59r154,154r153,-153r59,59r-153,153r153,153r-59,59r-153,-153r-154,154","w":584},"\u00ae":{"d":"208,-156r0,-396r175,0v187,1,157,211,18,218r0,2v53,16,102,120,140,176r-78,0r-35,-62v-63,-105,-63,-108,-156,-106r0,168r-64,0xm272,-379v74,0,174,13,174,-60v0,-73,-100,-59,-174,-59r0,119xm677,-360v0,-170,-138,-307,-308,-307v-170,0,-307,137,-307,307v0,170,137,308,307,308v170,0,308,-138,308,-308xm738,-360v0,204,-165,369,-369,369v-204,0,-368,-165,-368,-369v0,-204,164,-368,368,-368v204,0,369,164,369,368","w":740},"\u00de":{"d":"70,-682r98,0r0,148r115,0v149,0,217,88,217,196v0,107,-72,191,-230,191r-102,0r0,147r-98,0r0,-682xm168,-446r0,211r111,0v73,0,120,-39,120,-107v0,-50,-27,-104,-116,-104r-115,0","w":510},"\u00a6":{"d":"92,230r0,-406r76,0r0,406r-76,0xm92,-342r0,-340r76,0r0,340r-76,0","w":260},"\u00d0":{"d":"76,0r0,-297r-80,0r0,-88r80,0r0,-297r265,0v228,0,363,168,363,341v0,177,-137,341,-362,341r-266,0xm174,-88r158,0v152,0,271,-90,271,-253v0,-137,-87,-253,-278,-253r-151,0r0,209r193,0r0,88r-193,0r0,209","w":750},"\u00bd":{"d":"732,-54r0,54r-267,0r0,-7v107,-110,168,-180,168,-236v0,-36,-26,-60,-64,-60v-36,0,-72,24,-95,58r0,-78v79,-71,229,-31,229,76v0,53,-41,113,-122,193r151,0xm605,-691r-455,718r-67,0r455,-718r67,0xm195,-687r0,355r-69,0r0,-355r69,0","w":844},"\u00e7":{"d":"403,-105r0,88v-30,14,-87,26,-142,26r-4,14v33,9,54,32,54,63v0,75,-67,102,-155,89r0,-55v47,7,84,-3,84,-26v0,-17,-20,-29,-58,-25r24,-68v-99,-24,-165,-107,-165,-217v0,-148,86,-242,222,-242v52,0,87,12,130,31r0,95v-113,-89,-258,-41,-261,108v-3,143,153,183,271,119","w":438},"\u00f0":{"d":"127,-229v0,95,59,158,145,158v94,0,153,-60,153,-157v0,-87,-64,-150,-153,-150v-84,0,-145,63,-145,149xm502,-637r-103,49v81,92,117,212,117,306v0,192,-90,291,-243,291v-138,0,-237,-100,-237,-238v0,-175,206,-300,365,-187r2,-2v-14,-37,-45,-86,-88,-130r-133,63r-28,-53r113,-53v-21,-16,-43,-29,-67,-40r61,-59v35,15,65,35,92,58r121,-58","w":563},"\u00b1":{"d":"56,-82r472,0r0,82r-472,0r0,-82xm251,-589r82,0r0,195r195,0r0,82r-195,0r0,195r-82,0r0,-195r-195,0r0,-82r195,0r0,-195","w":584},"\u00c7":{"d":"663,-158r0,107v-67,35,-132,60,-267,60r-4,14v33,9,54,32,54,63v0,75,-67,102,-155,89r0,-55v47,7,84,-3,84,-26v0,-17,-20,-29,-58,-25r24,-67v-203,-34,-293,-205,-293,-333v0,-208,157,-360,374,-360v70,0,141,17,234,56r0,105v-84,-49,-156,-71,-235,-71v-156,0,-272,111,-272,261v0,153,112,259,276,259v77,0,161,-27,238,-77","w":708},"\u00fe":{"d":"146,-11r0,241r-89,0r0,-912r89,0r0,233v195,-14,318,57,318,228v0,166,-157,277,-318,210xm146,-369r0,278v106,56,227,-10,227,-131v0,-93,-49,-147,-146,-147r-81,0"},"\u00a9":{"d":"488,-300r60,18v-20,85,-87,133,-182,133v-116,0,-189,-83,-189,-216v0,-122,78,-201,197,-201v85,0,145,41,167,115r-58,14v-20,-50,-58,-75,-114,-75v-76,0,-125,62,-125,157v0,93,47,149,126,149v57,0,104,-37,118,-94xm738,-360v0,204,-165,369,-369,369v-204,0,-368,-165,-368,-369v0,-204,164,-368,368,-368v204,0,369,164,369,368xm677,-360v0,-170,-138,-307,-308,-307v-170,0,-307,137,-307,307v0,170,137,308,307,308v170,0,308,-138,308,-308","w":740},"\u00ac":{"d":"528,-126r-82,0r0,-213r-391,0r0,-82r473,0r0,295","w":584},"\u00b2":{"d":"295,-386r0,54r-267,0r0,-7v107,-110,168,-180,168,-236v0,-36,-26,-60,-64,-60v-36,0,-72,24,-95,58r0,-78v79,-71,229,-31,229,76v0,53,-41,113,-122,193r151,0","w":323},"\u00b3":{"d":"56,-619r0,-55v77,-40,207,-9,207,77v0,37,-14,61,-47,78v35,13,54,43,54,83v0,97,-135,138,-224,87r0,-63v36,21,63,29,94,29v36,0,58,-20,58,-51v0,-40,-27,-57,-84,-55r0,-52v63,6,81,-23,81,-48v0,-60,-86,-61,-139,-30","w":323},"\u2122":{"d":"239,-318r0,-339r-129,0r0,-59r325,0r0,59r-130,0r0,339r-66,0xm480,-318r0,-398r98,0r99,318r2,0r96,-318r96,0r0,398r-61,0r0,-334r-2,0r-100,334r-60,0r-105,-339r-2,0r0,339r-61,0","w":1000},"\u00b0":{"d":"197,-675v-46,0,-82,36,-82,82v0,46,36,83,82,83v46,0,83,-37,83,-83v0,-46,-37,-82,-83,-82xm197,-728v75,0,135,60,135,135v0,75,-60,135,-135,135v-75,0,-135,-60,-135,-135v0,-75,60,-135,135,-135","w":396},"\u00c1":{"d":"362,-686r305,686r-100,0r-91,-201r-290,0r-86,201r-100,0r293,-686r69,0xm326,-536r-102,247r212,0xm345,-874r100,0r-112,147r-55,0","w":667},"\u00c2":{"d":"379,-877r94,151r-55,0r-87,-87r-83,87r-53,0r91,-151r93,0xm362,-686r305,686r-100,0r-91,-201r-290,0r-86,201r-100,0r293,-686r69,0xm326,-536r-102,247r212,0","w":667},"\u00c4":{"d":"362,-686r305,686r-100,0r-91,-201r-290,0r-86,201r-100,0r293,-686r69,0xm326,-536r-102,247r212,0xm241,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm427,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46","w":667},"\u00c0":{"d":"362,-686r305,686r-100,0r-91,-201r-290,0r-86,201r-100,0r293,-686r69,0xm326,-536r-102,247r212,0xm327,-874r67,147r-55,0r-112,-147r100,0","w":667},"\u00c5":{"d":"334,-911v51,0,93,42,93,93v0,51,-42,93,-93,93v-51,0,-93,-42,-93,-93v0,-51,42,-93,93,-93xm334,-873v-30,0,-55,25,-55,55v0,30,25,55,55,55v30,0,55,-25,55,-55v0,-30,-25,-55,-55,-55xm362,-686r305,686r-100,0r-91,-201r-290,0r-86,201r-100,0r293,-686r69,0xm326,-536r-102,247r212,0","w":667},"\u00c3":{"d":"442,-863r38,0v0,71,-33,118,-79,118v-55,0,-92,-35,-139,-35v-20,0,-31,12,-34,35r-41,0v5,-73,32,-115,78,-115v50,0,112,35,141,35v20,0,32,-11,36,-38xm362,-686r305,686r-100,0r-91,-201r-290,0r-86,201r-100,0r293,-686r69,0xm326,-536r-102,247r212,0","w":667},"\u00c9":{"d":"462,-682r0,88r-289,0r0,206r279,0r0,88r-279,0r0,212r298,0r0,88r-396,0r0,-682r387,0xm262,-874r100,0r-112,147r-55,0"},"\u00ca":{"d":"296,-877r94,151r-55,0r-87,-87r-83,87r-53,0r91,-151r93,0xm462,-682r0,88r-289,0r0,206r279,0r0,88r-279,0r0,212r298,0r0,88r-396,0r0,-682r387,0"},"\u00cb":{"d":"462,-682r0,88r-289,0r0,206r279,0r0,88r-279,0r0,212r298,0r0,88r-396,0r0,-682r387,0xm158,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm344,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46"},"\u00c8":{"d":"462,-682r0,88r-289,0r0,206r279,0r0,88r-279,0r0,212r298,0r0,88r-396,0r0,-682r387,0xm244,-874r67,147r-55,0r-112,-147r100,0"},"\u00cd":{"d":"174,-682r0,682r-98,0r0,-682r98,0xm137,-874r100,0r-112,147r-55,0","w":250},"\u00ce":{"d":"171,-877r94,151r-55,0r-87,-87r-83,87r-53,0r91,-151r93,0xm174,-682r0,682r-98,0r0,-682r98,0","w":250},"\u00cf":{"d":"174,-682r0,682r-98,0r0,-682r98,0xm33,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm219,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46","w":250},"\u00cc":{"d":"174,-682r0,682r-98,0r0,-682r98,0xm119,-874r67,147r-55,0r-112,-147r100,0","w":250},"\u00d1":{"d":"499,-863r38,0v0,71,-33,118,-79,118v-55,0,-92,-35,-139,-35v-20,0,-31,12,-34,35r-41,0v5,-73,32,-115,78,-115v50,0,112,35,141,35v20,0,32,-11,36,-38xm706,-682r0,682r-84,0r-456,-525r0,525r-92,0r0,-682r78,0r462,528r0,-528r92,0","w":781},"\u00d3":{"d":"45,-341v0,-189,145,-350,366,-350v225,0,367,160,367,350v0,184,-138,350,-369,350v-223,0,-364,-165,-364,-350xm146,-341v0,149,113,260,265,260v153,0,266,-111,266,-260v0,-150,-113,-260,-266,-260v-152,0,-265,110,-265,260xm423,-874r100,0r-112,147r-55,0","w":823},"\u00d4":{"d":"457,-877r94,151r-55,0r-87,-87r-83,87r-53,0r91,-151r93,0xm45,-341v0,-189,145,-350,366,-350v225,0,367,160,367,350v0,184,-138,350,-369,350v-223,0,-364,-165,-364,-350xm146,-341v0,149,113,260,265,260v153,0,266,-111,266,-260v0,-150,-113,-260,-266,-260v-152,0,-265,110,-265,260","w":823},"\u00d6":{"d":"45,-341v0,-189,145,-350,366,-350v225,0,367,160,367,350v0,184,-138,350,-369,350v-223,0,-364,-165,-364,-350xm146,-341v0,149,113,260,265,260v153,0,266,-111,266,-260v0,-150,-113,-260,-266,-260v-152,0,-265,110,-265,260xm319,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm505,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46","w":823},"\u00d2":{"d":"45,-341v0,-189,145,-350,366,-350v225,0,367,160,367,350v0,184,-138,350,-369,350v-223,0,-364,-165,-364,-350xm146,-341v0,149,113,260,265,260v153,0,266,-111,266,-260v0,-150,-113,-260,-266,-260v-152,0,-265,110,-265,260xm405,-874r67,147r-55,0r-112,-147r100,0","w":823},"\u00d5":{"d":"520,-863r38,0v0,71,-33,118,-79,118v-55,0,-92,-35,-139,-35v-20,0,-31,12,-34,35r-41,0v5,-73,32,-115,78,-115v50,0,112,35,141,35v20,0,32,-11,36,-38xm45,-341v0,-189,145,-350,366,-350v225,0,367,160,367,350v0,184,-138,350,-369,350v-223,0,-364,-165,-364,-350xm146,-341v0,149,113,260,265,260v153,0,266,-111,266,-260v0,-150,-113,-260,-266,-260v-152,0,-265,110,-265,260","w":823},"\u0160":{"d":"275,-727r-93,0r-91,-151r53,0r83,87r87,-87r55,0xm399,-643r0,111v-58,-55,-114,-71,-160,-71v-63,0,-108,33,-108,81v0,131,295,129,295,346v0,107,-81,185,-191,185v-74,0,-134,-20,-191,-63r0,-124v50,64,113,99,180,99v76,0,111,-48,111,-86v0,-141,-295,-157,-295,-344v0,-111,82,-182,207,-182v52,0,104,16,152,48","w":458},"\u00da":{"d":"347,-81v141,0,203,-65,203,-204r0,-397r98,0r0,414v0,167,-100,277,-303,277v-144,0,-284,-81,-284,-267r0,-424r98,0r0,403v0,77,10,109,41,140v39,39,88,58,147,58xm366,-874r100,0r-112,147r-55,0","w":708},"\u00db":{"d":"400,-877r94,151r-55,0r-87,-87r-83,87r-53,0r91,-151r93,0xm347,-81v141,0,203,-65,203,-204r0,-397r98,0r0,414v0,167,-100,277,-303,277v-144,0,-284,-81,-284,-267r0,-424r98,0r0,403v0,77,10,109,41,140v39,39,88,58,147,58","w":708},"\u00dc":{"d":"347,-81v141,0,203,-65,203,-204r0,-397r98,0r0,414v0,167,-100,277,-303,277v-144,0,-284,-81,-284,-267r0,-424r98,0r0,403v0,77,10,109,41,140v39,39,88,58,147,58xm262,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm448,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46","w":708},"\u00d9":{"d":"347,-81v141,0,203,-65,203,-204r0,-397r98,0r0,414v0,167,-100,277,-303,277v-144,0,-284,-81,-284,-267r0,-424r98,0r0,403v0,77,10,109,41,140v39,39,88,58,147,58xm348,-874r67,147r-55,0r-112,-147r100,0","w":708},"\u00dd":{"d":"301,-447r185,-235r118,0r-253,322r0,360r-98,0r0,-361r-253,-321r118,0xm314,-874r100,0r-112,147r-55,0","w":604},"\u0178":{"d":"301,-447r185,-235r118,0r-253,322r0,360r-98,0r0,-361r-253,-321r118,0xm210,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm396,-848v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46","w":604},"\u017d":{"d":"369,-727r-93,0r-91,-151r53,0r83,87r87,-87r55,0xm450,-594r-407,0r0,-88r588,0r-434,594r434,0r0,88r-615,0","w":646},"\u00e1":{"d":"411,-80r0,54v-41,27,-58,35,-86,35v-39,0,-60,-14,-68,-46v-39,31,-80,46,-121,46v-66,0,-110,-52,-110,-110v0,-120,142,-131,232,-170v5,-67,-17,-103,-81,-103v-49,0,-99,23,-142,74r0,-97v80,-100,312,-83,312,87r0,231v7,43,34,18,64,-1xm258,-91r0,-131v-76,26,-142,52,-142,105v0,77,101,78,142,26xm225,-654r100,0r-112,147r-55,0","w":427},"\u00e2":{"d":"239,-657r94,151r-55,0r-87,-87r-83,87r-53,0r91,-151r93,0xm411,-80r0,54v-41,27,-58,35,-86,35v-39,0,-60,-14,-68,-46v-39,31,-80,46,-121,46v-66,0,-110,-52,-110,-110v0,-120,142,-131,232,-170v5,-67,-17,-103,-81,-103v-49,0,-99,23,-142,74r0,-97v80,-100,312,-83,312,87r0,231v7,43,34,18,64,-1xm258,-91r0,-131v-76,26,-142,52,-142,105v0,77,101,78,142,26","w":427},"\u00e4":{"d":"411,-80r0,54v-41,27,-58,35,-86,35v-39,0,-60,-14,-68,-46v-39,31,-80,46,-121,46v-66,0,-110,-52,-110,-110v0,-120,142,-131,232,-170v5,-67,-17,-103,-81,-103v-49,0,-99,23,-142,74r0,-97v80,-100,312,-83,312,87r0,231v7,43,34,18,64,-1xm258,-91r0,-131v-76,26,-142,52,-142,105v0,77,101,78,142,26xm101,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm287,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46","w":427},"\u00e0":{"d":"411,-80r0,54v-41,27,-58,35,-86,35v-39,0,-60,-14,-68,-46v-39,31,-80,46,-121,46v-66,0,-110,-52,-110,-110v0,-120,142,-131,232,-170v5,-67,-17,-103,-81,-103v-49,0,-99,23,-142,74r0,-97v80,-100,312,-83,312,87r0,231v7,43,34,18,64,-1xm258,-91r0,-131v-76,26,-142,52,-142,105v0,77,101,78,142,26xm187,-654r67,147r-55,0r-112,-147r100,0","w":427},"\u00e5":{"d":"194,-691v51,0,93,42,93,93v0,51,-42,93,-93,93v-51,0,-93,-42,-93,-93v0,-51,42,-93,93,-93xm194,-653v-30,0,-55,25,-55,55v0,30,25,55,55,55v30,0,55,-25,55,-55v0,-30,-25,-55,-55,-55xm411,-80r0,54v-41,27,-58,35,-86,35v-39,0,-60,-14,-68,-46v-39,31,-80,46,-121,46v-66,0,-110,-52,-110,-110v0,-120,142,-131,232,-170v5,-67,-17,-103,-81,-103v-49,0,-99,23,-142,74r0,-97v80,-100,312,-83,312,87r0,231v7,43,34,18,64,-1xm258,-91r0,-131v-76,26,-142,52,-142,105v0,77,101,78,142,26","w":427},"\u00e3":{"d":"302,-643r38,0v0,71,-33,118,-79,118v-55,0,-92,-35,-139,-35v-20,0,-31,12,-34,35r-41,0v5,-73,32,-115,78,-115v50,0,112,35,141,35v20,0,32,-11,36,-38xm411,-80r0,54v-41,27,-58,35,-86,35v-39,0,-60,-14,-68,-46v-39,31,-80,46,-121,46v-66,0,-110,-52,-110,-110v0,-120,142,-131,232,-170v5,-67,-17,-103,-81,-103v-49,0,-99,23,-142,74r0,-97v80,-100,312,-83,312,87r0,231v7,43,34,18,64,-1xm258,-91r0,-131v-76,26,-142,52,-142,105v0,77,101,78,142,26","w":427},"\u00e9":{"d":"438,-130r0,86v-54,36,-103,53,-179,53v-140,0,-218,-115,-218,-239v0,-136,86,-228,210,-228v119,0,195,81,195,247r-316,0v17,159,198,164,308,81xm132,-270r226,0v-3,-68,-42,-111,-105,-111v-68,0,-109,40,-121,111xm251,-654r100,0r-112,147r-55,0","w":479},"\u00ea":{"d":"285,-657r94,151r-55,0r-87,-87r-83,87r-53,0r91,-151r93,0xm438,-130r0,86v-54,36,-103,53,-179,53v-140,0,-218,-115,-218,-239v0,-136,86,-228,210,-228v119,0,195,81,195,247r-316,0v17,159,198,164,308,81xm132,-270r226,0v-3,-68,-42,-111,-105,-111v-68,0,-109,40,-121,111","w":479},"\u00eb":{"d":"438,-130r0,86v-54,36,-103,53,-179,53v-140,0,-218,-115,-218,-239v0,-136,86,-228,210,-228v119,0,195,81,195,247r-316,0v17,159,198,164,308,81xm132,-270r226,0v-3,-68,-42,-111,-105,-111v-68,0,-109,40,-121,111xm147,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm333,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46","w":479},"\u00e8":{"d":"438,-130r0,86v-54,36,-103,53,-179,53v-140,0,-218,-115,-218,-239v0,-136,86,-228,210,-228v119,0,195,81,195,247r-316,0v17,159,198,164,308,81xm132,-270r226,0v-3,-68,-42,-111,-105,-111v-68,0,-109,40,-121,111xm233,-654r67,147r-55,0r-112,-147r100,0","w":479},"\u00ed":{"d":"154,-449r0,449r-89,0r0,-449r89,0xm121,-654r100,0r-112,147r-55,0","w":219},"\u00ee":{"d":"155,-657r94,151r-55,0r-87,-87r-83,87r-53,0r91,-151r93,0xm154,-449r0,449r-89,0r0,-449r89,0","w":219},"\u00ef":{"d":"154,-449r0,449r-89,0r0,-449r89,0xm17,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm203,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46","w":219},"\u00ec":{"d":"154,-449r0,449r-89,0r0,-449r89,0xm103,-654r67,147r-55,0r-112,-147r100,0","w":219},"\u00f1":{"d":"359,-643r38,0v0,71,-33,118,-79,118v-55,0,-92,-35,-139,-35v-20,0,-31,12,-34,35r-41,0v5,-73,32,-115,78,-115v50,0,112,35,141,35v20,0,32,-11,36,-38xm150,-449v2,18,-4,44,2,59v92,-117,287,-84,287,113r0,277r-89,0r0,-278v0,-66,-34,-109,-88,-109v-39,0,-70,18,-112,65r0,322r-89,0r0,-449r89,0"},"\u00f3":{"d":"273,-458v141,0,243,96,243,229v0,142,-99,238,-243,238v-138,0,-237,-100,-237,-238v0,-129,103,-229,237,-229xm272,-378v-84,0,-145,63,-145,149v0,95,59,158,145,158v94,0,153,-60,153,-157v0,-87,-64,-150,-153,-150xm288,-654r100,0r-112,147r-55,0","w":552},"\u00f4":{"d":"322,-657r94,151r-55,0r-87,-87r-83,87r-53,0r91,-151r93,0xm273,-458v141,0,243,96,243,229v0,142,-99,238,-243,238v-138,0,-237,-100,-237,-238v0,-129,103,-229,237,-229xm272,-378v-84,0,-145,63,-145,149v0,95,59,158,145,158v94,0,153,-60,153,-157v0,-87,-64,-150,-153,-150","w":552},"\u00f6":{"d":"273,-458v141,0,243,96,243,229v0,142,-99,238,-243,238v-138,0,-237,-100,-237,-238v0,-129,103,-229,237,-229xm272,-378v-84,0,-145,63,-145,149v0,95,59,158,145,158v94,0,153,-60,153,-157v0,-87,-64,-150,-153,-150xm184,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm370,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46","w":552},"\u00f2":{"d":"273,-458v141,0,243,96,243,229v0,142,-99,238,-243,238v-138,0,-237,-100,-237,-238v0,-129,103,-229,237,-229xm272,-378v-84,0,-145,63,-145,149v0,95,59,158,145,158v94,0,153,-60,153,-157v0,-87,-64,-150,-153,-150xm270,-654r67,147r-55,0r-112,-147r100,0","w":552},"\u00f5":{"d":"385,-643r38,0v0,71,-33,118,-79,118v-55,0,-92,-35,-139,-35v-20,0,-31,12,-34,35r-41,0v5,-73,32,-115,78,-115v50,0,112,35,141,35v20,0,32,-11,36,-38xm273,-458v141,0,243,96,243,229v0,142,-99,238,-243,238v-138,0,-237,-100,-237,-238v0,-129,103,-229,237,-229xm272,-378v-84,0,-145,63,-145,149v0,95,59,158,145,158v94,0,153,-60,153,-157v0,-87,-64,-150,-153,-150","w":552},"\u0161":{"d":"238,-507r-93,0r-91,-151r53,0r83,87r87,-87r55,0xm324,-421r0,88v-50,-33,-97,-47,-130,-47v-36,0,-59,17,-59,41v0,20,31,42,109,90v75,47,101,80,101,126v0,79,-63,132,-148,132v-55,0,-98,-11,-156,-41r0,-96v58,40,111,59,147,59v36,0,66,-19,66,-51v0,-62,-210,-95,-210,-216v0,-129,178,-152,280,-85","w":385},"\u00fa":{"d":"437,0r-89,0r0,-57v-99,117,-288,73,-288,-113r0,-279r89,0r0,285v0,63,31,99,92,99v40,0,78,-22,107,-63r0,-321r89,0r0,449xm262,-654r100,0r-112,147r-55,0"},"\u00fb":{"d":"296,-657r94,151r-55,0r-87,-87r-83,87r-53,0r91,-151r93,0xm437,0r-89,0r0,-57v-99,117,-288,73,-288,-113r0,-279r89,0r0,285v0,63,31,99,92,99v40,0,78,-22,107,-63r0,-321r89,0r0,449"},"\u00fc":{"d":"437,0r-89,0r0,-57v-99,117,-288,73,-288,-113r0,-279r89,0r0,285v0,63,31,99,92,99v40,0,78,-22,107,-63r0,-321r89,0r0,449xm158,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm344,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46"},"\u00f9":{"d":"437,0r-89,0r0,-57v-99,117,-288,73,-288,-113r0,-279r89,0r0,285v0,63,31,99,92,99v40,0,78,-22,107,-63r0,-321r89,0r0,449xm244,-654r67,147r-55,0r-112,-147r100,0"},"\u00fd":{"d":"438,-449r-318,679r-99,0r153,-326r-174,-353r101,0r121,253r116,-253r100,0xm231,-654r100,0r-112,147r-55,0","w":438},"\u00ff":{"d":"438,-449r-318,679r-99,0r153,-326r-174,-353r101,0r121,253r116,-253r100,0xm127,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46xm313,-628v26,0,46,20,46,46v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47v0,-26,21,-46,47,-46","w":438},"\u017e":{"d":"254,-507r-93,0r-91,-151r53,0r83,87r87,-87r55,0xm404,-449r-239,369r240,0r0,80r-394,0r238,-369r-228,0r0,-80r383,0","w":417},"\u00a0":{"w":278}}});Cufon.registerFont({"w":552,"face":{"font-family":"Gill Sans","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"9","bbox":"-32 -929 1167 230","underline-thickness":"50","underline-position":"-100","stemh":"99","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"136,-206v-21,0,-26,-5,-35,-42v-11,-46,-49,-225,-49,-335v0,-69,30,-108,84,-108v53,0,83,38,83,108v0,83,-38,299,-50,341v-9,32,-14,36,-33,36xm136,-165v48,0,87,39,87,87v0,48,-39,87,-87,87v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87","w":271},"\"":{"d":"402,-461r24,-134r0,-121r-135,0r0,121r24,134r87,0xm53,-716r0,121r24,134r87,0r24,-134r0,-121r-135,0","w":479},"#":{"d":"-6,-450r145,0r38,-181r113,0r-38,181r154,0r38,-181r111,0r-38,181r74,0r0,109r-96,0r-27,131r123,0r0,109r-147,0r-38,181r-111,0r37,-181r-153,0r-37,181r-114,0r38,-181r-72,0r0,-109r95,0r27,-131r-122,0r0,-109xm229,-341r-27,131r153,0r27,-131r-153,0","w":584},"$":{"d":"467,-604r0,123v-54,-40,-96,-57,-156,-66r0,162v127,39,191,122,191,203v0,98,-70,170,-191,191r0,110r-84,0r0,-110v-49,-6,-133,-40,-175,-69r0,-118v63,48,118,74,175,84r0,-192v-134,-31,-182,-107,-182,-191v0,-94,74,-166,182,-178r0,-36r84,0r0,36v48,2,102,20,156,51xm227,-415r0,-132v-42,10,-67,34,-67,64v0,31,23,54,67,68xm311,-260r0,164v47,-10,77,-41,77,-79v0,-38,-28,-68,-77,-85","w":542},"%":{"d":"256,-530v0,-41,-32,-75,-71,-75v-40,0,-71,32,-71,75v0,40,32,75,71,75v40,0,71,-33,71,-75xm346,-530v0,88,-72,161,-161,161v-89,0,-161,-73,-161,-161v0,-90,72,-161,161,-161v89,0,161,71,161,161xm638,-691r-477,699r-83,0r480,-699r80,0xm694,-152v0,88,-72,161,-161,161v-89,0,-161,-73,-161,-161v0,-90,72,-161,161,-161v89,0,161,71,161,161xm604,-152v0,-41,-32,-75,-71,-75v-40,0,-71,32,-71,75v0,40,32,75,71,75v40,0,71,-33,71,-75","w":719},"&":{"d":"580,-354r146,0v-40,92,-83,156,-137,204r137,150r-207,0r-50,-54v-68,43,-137,63,-214,63v-124,0,-216,-77,-216,-180v0,-78,48,-139,153,-193v-39,-55,-62,-95,-62,-151v0,-102,88,-176,209,-176v116,0,197,67,197,162v0,66,-44,126,-127,175r93,107v31,-31,57,-68,78,-107xm335,-435v49,-29,68,-53,68,-86v0,-33,-26,-57,-63,-57v-37,0,-63,22,-63,52v0,25,25,62,58,91xm390,-142r-121,-134v-48,31,-70,60,-70,92v0,44,39,80,86,80v31,0,72,-15,105,-38","w":750},"\u2019":{"d":"50,-379r0,-31v29,-26,51,-81,45,-129v-35,-14,-51,-36,-51,-73v0,-46,35,-79,82,-79v59,0,100,47,100,114v0,100,-78,188,-176,198","w":271},"(":{"d":"201,-231v0,160,43,308,178,461r-103,0v-138,-109,-231,-286,-231,-461v0,-175,95,-354,231,-460r103,0v-135,150,-178,300,-178,460","w":385},")":{"d":"184,-231v0,-160,-43,-310,-178,-460r103,0v136,106,231,285,231,460v0,175,-93,350,-231,461r-103,0v135,-154,178,-301,178,-461","w":385},"*":{"d":"292,-301v19,51,-46,37,-87,37v-25,0,-37,-7,-28,-37r44,-142r-12,-11r-99,102v-26,26,-39,32,-50,6v-11,-26,-62,-83,-13,-97v49,-14,106,-19,152,-35r-152,-34v-49,-17,2,-70,13,-97v10,-24,18,-26,50,6r99,102r12,-11r-44,-142v-20,-48,46,-37,86,-37v29,0,37,10,29,37r-44,142r12,11r99,-102v29,-29,36,-32,50,-3v11,23,61,82,13,94v-50,12,-106,19,-152,36r152,33v48,14,-1,70,-12,93v-14,28,-21,28,-43,6r-107,-110r-12,11","w":469},"+":{"d":"42,-289r0,-128r186,0r0,-186r128,0r0,186r186,0r0,128r-186,0r0,186r-128,0r0,-186r-186,0","w":584},",":{"d":"50,169r0,-31v29,-26,51,-81,45,-129v-35,-14,-51,-36,-51,-73v0,-46,35,-79,82,-79v59,0,100,47,100,114v0,100,-78,188,-176,198","w":271},"-":{"d":"297,-298r0,133r-261,0r0,-133r261,0","w":333},".":{"d":"135,-165v48,0,87,39,87,87v0,48,-39,87,-87,87v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87","w":271},"\/":{"d":"0,9r169,-700r103,0r-171,700r-101,0","w":281},"0":{"d":"507,-344v0,200,-68,353,-228,353v-158,0,-235,-144,-235,-350v0,-231,96,-350,233,-350v153,0,230,146,230,347xm355,-355v0,-135,-17,-208,-79,-208v-71,0,-80,95,-80,229v0,139,19,215,81,215v67,0,78,-94,78,-236"},"1":{"d":"349,-682r0,682r-151,0r0,-682r151,0"},"2":{"d":"505,-139r0,139r-451,0r0,-19v72,-88,141,-188,190,-263v56,-85,74,-135,74,-188v0,-53,-40,-98,-91,-98v-48,0,-109,32,-164,85r0,-143v74,-47,126,-65,191,-65v134,0,216,73,216,194v0,86,-63,203,-185,358r220,0"},"3":{"d":"203,-294r0,-120v63,0,94,-42,94,-81v0,-96,-142,-95,-222,-46r0,-120v45,-20,100,-30,156,-30v129,0,218,68,218,167v0,66,-35,122,-101,158v84,32,120,98,120,175v0,122,-95,200,-243,200v-58,0,-121,-15,-167,-39r0,-132v55,38,98,54,144,54v63,0,107,-36,107,-90v0,-55,-43,-94,-106,-96"},"4":{"d":"458,-691r0,414r46,0r0,109r-46,0r0,168r-151,0r0,-168r-266,0r0,-109r321,-414r96,0xm305,-463r-144,186r146,0r0,-186r-2,0"},"5":{"d":"453,-682r0,137r-218,0r0,127v155,-11,241,93,241,210v0,132,-96,217,-247,217v-57,0,-131,-16,-165,-37r0,-124v52,29,100,44,145,44v63,0,108,-40,108,-95v0,-77,-83,-116,-218,-90r0,-389r354,0"},"6":{"d":"423,-691r-158,258v106,-29,231,46,231,209v0,134,-96,233,-226,233v-134,0,-226,-98,-226,-242v0,-151,141,-337,211,-458r168,0xm350,-220v0,-61,-31,-102,-78,-102v-47,0,-76,40,-76,104v0,63,29,99,77,99v47,0,77,-39,77,-101"},"7":{"d":"133,-43r183,-503r-252,0r0,-136r451,0r0,8r-246,683"},"8":{"d":"486,-505v0,64,-28,112,-83,145v68,35,102,91,102,165v0,123,-90,204,-230,204v-135,0,-227,-83,-227,-203v0,-79,34,-134,103,-166v-60,-39,-84,-80,-84,-146v0,-111,83,-185,207,-185v146,0,212,98,212,186xm340,-500v0,-59,-23,-91,-64,-91v-39,0,-63,35,-63,93v0,59,25,96,65,96v39,0,62,-37,62,-98xm353,-196v0,-67,-30,-109,-76,-109v-47,0,-77,41,-77,105v0,66,31,109,78,109v45,0,75,-41,75,-105"},"9":{"d":"125,9r157,-256v-122,34,-232,-72,-232,-208v0,-134,98,-236,227,-236v129,0,225,101,225,238v0,156,-140,339,-210,462r-167,0xm350,-459v0,-64,-29,-104,-76,-104v-45,0,-78,43,-78,103v0,61,31,103,78,103v44,0,76,-43,76,-102"},":":{"d":"135,-461v48,0,87,39,87,87v0,48,-39,87,-87,87v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87xm135,-165v48,0,87,39,87,87v0,48,-39,87,-87,87v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87","w":271},";":{"d":"50,169r0,-31v29,-26,51,-81,45,-129v-35,-14,-51,-36,-51,-73v0,-46,35,-79,82,-79v59,0,100,47,100,114v0,100,-78,188,-176,198xm135,-461v48,0,87,39,87,87v0,48,-39,87,-87,87v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87","w":271},"<":{"d":"47,-295r0,-120r491,-213r0,137r-343,136r343,136r0,137","w":584},"=":{"d":"42,-180r0,-128r500,0r0,128r-500,0xm42,-398r0,-128r500,0r0,128r-500,0","w":584},">":{"d":"537,-295r-491,213r0,-137r343,-136r-343,-136r0,-137r491,213r0,120","w":584},"?":{"d":"25,-548r25,-123v44,-15,76,-20,116,-20v103,0,165,56,165,140v0,160,-152,196,-145,330v0,15,-8,16,-31,16v-13,0,-21,-3,-26,-8v-8,-8,-28,-63,-28,-104v0,-98,78,-154,78,-215v0,-32,-22,-51,-59,-51v-33,0,-51,7,-86,35r-9,0xm158,-165v48,0,87,39,87,87v0,48,-39,87,-87,87v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87","w":375},"@":{"d":"868,-9r104,0v-70,141,-222,219,-429,219v-231,0,-513,-117,-513,-440v0,-214,130,-498,501,-498v246,0,415,151,415,373v0,176,-129,355,-323,355v-52,0,-79,-17,-89,-56v-38,38,-82,56,-132,56v-111,0,-188,-84,-188,-205v0,-139,91,-324,262,-324v57,0,104,23,131,66r12,-54r129,0r-78,370v-7,35,1,47,16,47v51,0,172,-109,172,-257v0,-123,-81,-283,-335,-283v-300,0,-405,231,-405,409v0,243,195,353,413,353v158,0,267,-43,337,-131xm340,-203v0,69,35,114,88,114v114,0,152,-173,152,-238v0,-70,-36,-114,-91,-114v-100,0,-149,134,-149,238","w":979},"A":{"d":"475,-682r303,682r-183,0r-56,-135r-305,0r-51,135r-180,0r275,-682r197,0xm489,-254r-110,-265r-100,265r210,0","w":781},"B":{"d":"76,-682r295,0v161,0,226,95,226,171v0,57,-36,108,-93,136v97,25,145,95,145,175v0,78,-42,200,-241,200r-332,0r0,-682xm246,-557r0,146r89,0v117,-1,118,-145,0,-146r-89,0xm246,-286r0,161r96,0v94,0,127,-25,127,-84v0,-90,-127,-78,-223,-77","w":698},"C":{"d":"712,-208r0,149v-95,49,-167,68,-268,68v-265,0,-397,-172,-397,-348v0,-182,149,-352,410,-352v95,0,180,20,247,60r0,152v-75,-42,-151,-70,-235,-70v-145,0,-247,86,-247,207v0,122,101,209,243,209v89,0,149,-28,247,-75","w":771},"D":{"d":"75,-682r301,0v249,0,377,155,377,342v0,196,-124,340,-396,340r-282,0r0,-682xm245,-557r0,432r111,0v171,0,222,-116,222,-216v0,-117,-63,-216,-224,-216r-109,0","w":802},"E":{"d":"581,-125r0,125r-503,0r0,-682r496,0r0,125r-326,0r0,143r311,0r0,125r-311,0r0,164r333,0","w":635},"F":{"d":"546,-682r0,125r-300,0r0,152r300,0r0,125r-300,0r0,280r-170,0r0,-682r470,0","w":604},"G":{"d":"727,-635r0,149v-87,-42,-171,-63,-255,-63v-185,0,-250,114,-250,215v0,159,190,248,349,177r0,-80r-99,0r0,-125r269,0r0,279v-51,53,-177,92,-287,92v-238,0,-407,-145,-407,-349v0,-208,168,-351,411,-351v102,0,201,23,269,56","w":813},"H":{"d":"757,-682r0,682r-170,0r0,-276r-340,0r0,276r-170,0r0,-682r170,0r0,274r340,0r0,-274r170,0","w":833},"I":{"d":"252,-682r0,682r-170,0r0,-682r170,0","w":333},"J":{"d":"259,-682r0,619v-4,176,-80,283,-291,260r0,-134v84,14,121,-38,121,-123r0,-622r170,0","w":333},"K":{"d":"649,-682r-222,320r301,362r-213,0r-270,-320r0,320r-170,0r0,-682r170,0r0,309r2,0r215,-309r187,0","w":719},"L":{"d":"596,-125r0,125r-520,0r0,-682r170,0r0,557r350,0","w":615},"M":{"d":"443,-429r219,-253r148,0r0,682r-170,0r0,-426r-184,214r-26,0r-184,-214r0,426r-170,0r0,-682r148,0","w":885},"N":{"d":"767,-682r0,682r-143,0r-377,-437r0,437r-170,0r0,-682r156,0r364,417r0,-417r170,0","w":844},"O":{"d":"828,-341v0,175,-145,350,-390,350v-250,0,-391,-176,-391,-350v0,-165,134,-350,391,-350v257,0,390,186,390,350xm653,-341v0,-125,-86,-208,-215,-208v-130,0,-216,83,-216,208v0,125,86,208,216,208v129,0,215,-83,215,-208","w":875},"P":{"d":"83,-682r304,0v156,0,226,109,226,202v0,96,-68,206,-225,206r-135,0r0,274r-170,0r0,-682xm253,-557r0,158r79,0v78,0,106,-28,106,-79v0,-58,-33,-79,-125,-79r-60,0","w":656},"Q":{"d":"827,30r11,14r-133,113v-130,-9,-265,-73,-378,-157v-128,-23,-280,-152,-280,-337v0,-175,149,-354,393,-354v257,0,389,190,389,348v0,151,-103,286,-254,332v74,43,182,64,252,41xm222,-339v0,126,86,209,216,209v121,0,216,-75,216,-209v0,-137,-99,-210,-216,-210v-130,0,-216,84,-216,210","w":875},"R":{"d":"76,-682r305,0v237,-6,304,283,106,363v70,35,91,119,187,319r-187,0v-73,-146,-100,-277,-192,-277r-49,0r0,277r-170,0r0,-682xm246,-557r0,155v88,0,183,14,183,-78v0,-51,-33,-77,-97,-77r-86,0","w":677},"S":{"d":"534,-638r0,133v-99,-44,-158,-61,-216,-61v-61,0,-100,22,-100,56v0,103,347,74,347,312v0,131,-110,207,-262,207v-119,0,-178,-31,-246,-66r0,-147v98,65,158,88,233,88v65,0,100,-23,100,-63v0,-112,-347,-71,-347,-316v0,-118,102,-196,260,-196v76,0,145,16,231,53","w":604},"T":{"d":"692,-682r0,125r-247,0r0,557r-170,0r0,-557r-247,0r0,-125r664,0","w":719},"U":{"d":"582,-682r170,0r0,387v0,226,-154,304,-341,304v-198,0,-341,-92,-341,-303r0,-388r170,0r0,392v0,98,71,157,169,157v90,0,173,-47,173,-169r0,-380","w":823},"V":{"d":"719,-682r-315,691r-74,0r-330,-691r185,0r180,389r171,-389r183,0","w":719},"W":{"d":"583,-436r-211,445r-73,0r-300,-691r180,0r161,377r175,-377r137,0r175,377r160,-377r180,0r-299,691r-73,0","w":1167},"X":{"d":"779,-682r-267,329r296,353r-220,0r-185,-225r-182,225r-217,0r289,-353r-273,-329r220,0r163,201r160,-201r216,0","w":813},"Y":{"d":"269,0r0,-319r-269,-363r206,0r148,214r149,-214r205,0r-269,363r0,319r-170,0","w":708},"Z":{"d":"666,-682r-372,557r372,0r0,125r-662,0r375,-557r-349,0r0,-125r636,0","w":698},"[":{"d":"419,-682r0,109r-190,0r0,685r190,0r0,109r-335,0r0,-903r335,0","w":438},"\\":{"d":"279,9r-101,0r-171,-700r103,0","w":281},"]":{"d":"19,221r0,-109r190,0r0,-685r-190,0r0,-109r335,0r0,903r-335,0","w":438},"^":{"d":"56,-292r184,-390r108,0r179,390r-139,0r-96,-239r-96,239r-140,0","w":584},"_":{"d":"-6,75r512,0r0,50r-512,0r0,-50","w":500},"\u2018":{"d":"221,-691r0,31v-29,26,-51,81,-45,129v35,14,51,36,51,73v0,46,-35,79,-82,79v-59,0,-100,-47,-100,-114v0,-100,78,-188,176,-198","w":271},"a":{"d":"531,-114r0,81v-40,24,-97,42,-136,42v-48,0,-71,-15,-81,-52v-56,38,-102,52,-152,52v-74,0,-129,-55,-129,-113v0,-110,81,-132,274,-192v3,-43,-17,-77,-80,-77v-58,0,-124,30,-170,77r0,-118v60,-37,127,-56,200,-56v116,0,195,39,195,140r0,210v0,23,9,32,24,32v10,0,21,-2,55,-26xm307,-112r0,-111v-86,31,-127,51,-127,97v0,69,90,55,127,14","w":531},"b":{"d":"203,-682r0,247v159,-97,344,17,344,203v0,197,-195,307,-344,197r0,35r-145,0r0,-682r145,0xm203,-341r0,214v85,81,200,31,197,-107v-4,-140,-108,-173,-197,-107","w":583},"c":{"d":"463,-126r0,104v-58,21,-107,31,-156,31v-162,0,-267,-94,-267,-238v0,-141,109,-241,261,-241v47,0,107,12,155,30r0,108v-104,-62,-261,-29,-261,102v0,82,55,136,138,136v35,0,66,-8,130,-32","w":500},"d":{"d":"524,-682r0,682r-145,0r0,-37v-144,117,-344,-3,-344,-194v0,-188,179,-294,344,-210r0,-241r145,0xm379,-126r0,-220v-88,-61,-197,-14,-197,118v0,127,116,183,197,102","w":583},"e":{"d":"510,-143r0,91v-83,61,-170,61,-206,61v-162,0,-267,-94,-267,-238v0,-141,101,-241,243,-241v134,0,245,95,238,263r-331,0v5,82,61,130,152,130v58,0,103,-17,171,-66xm190,-283r200,0v-6,-63,-44,-101,-100,-101v-57,0,-94,37,-100,101"},"f":{"d":"226,-461r66,0r0,99r-66,0r0,362r-145,0r0,-362r-66,0r0,-99r66,0v-11,-185,122,-258,290,-221r0,117v-98,-19,-150,-3,-145,104","w":302},"g":{"d":"530,-461r0,97r-66,0v39,60,25,135,-19,178v-82,82,-216,34,-216,88v0,53,176,7,252,84v30,30,37,66,37,89v0,107,-95,155,-244,155v-194,0,-246,-73,-246,-134v0,-39,21,-89,123,-115r0,-2v-31,-9,-56,-27,-56,-60v-1,-52,61,-59,84,-70v-59,-9,-129,-57,-129,-142v0,-57,40,-168,206,-168r274,0xm185,-291v0,45,38,83,84,83v46,0,83,-40,83,-88v0,-42,-33,-79,-83,-79v-48,0,-84,37,-84,84xm385,86v0,-33,-41,-51,-113,-51v-68,0,-110,21,-110,55v0,35,42,54,119,54v64,0,104,-27,104,-58","w":542},"h":{"d":"207,-682r0,289r2,0v42,-53,89,-77,146,-77v84,0,169,51,169,176r0,294r-145,0r0,-263v0,-69,-30,-101,-75,-101v-34,0,-63,21,-97,70r0,294r-145,0r0,-682r145,0","w":583},"i":{"d":"208,-461r0,461r-145,0r0,-461r145,0xm135,-691v44,0,80,36,80,80v0,44,-36,80,-80,80v-44,0,-80,-36,-80,-80v0,-44,36,-80,80,-80","w":271},"j":{"d":"211,-461r0,474v0,157,-100,210,-174,217r-46,-131v53,-9,75,-46,75,-121r0,-439r145,0xm138,-691v44,0,80,36,80,80v0,44,-36,80,-80,80v-44,0,-80,-36,-80,-80v0,-44,36,-80,80,-80","w":271},"k":{"d":"208,-682r0,449r2,0r179,-228r170,0r-180,228r188,233r-178,0r-179,-227r-2,0r0,227r-145,0r0,-682r145,0"},"l":{"d":"208,-682r0,682r-145,0r0,-682r145,0","w":271},"m":{"d":"208,-402v43,-39,89,-67,160,-68v80,0,134,32,166,98v60,-69,113,-98,182,-98v105,0,180,69,180,174r0,296r-145,0r0,-270v0,-66,-32,-103,-85,-103v-42,0,-81,27,-114,78r0,295r-145,0r0,-273v0,-75,-45,-100,-88,-100v-38,0,-76,22,-111,64r0,309r-145,0r0,-461r145,0r0,59","w":958},"n":{"d":"205,-461r0,66v46,-53,91,-75,150,-75v72,0,168,41,168,177r0,293r-145,0r0,-281v0,-65,-31,-92,-72,-92v-36,0,-63,19,-101,76r0,297r-145,0r0,-461r145,0","w":583},"o":{"d":"557,-230v0,183,-157,239,-259,239v-151,0,-261,-95,-261,-240v0,-157,125,-239,261,-239v113,0,259,63,259,240xm402,-234v0,-90,-31,-150,-104,-150v-63,0,-106,49,-106,153v0,119,51,154,106,154v68,0,104,-56,104,-157","w":594},"p":{"d":"202,-461r0,40v140,-121,346,-3,346,185v0,196,-184,302,-346,213r0,253r-145,0r0,-691r145,0xm202,-330r0,212v88,68,199,16,199,-110v0,-134,-112,-179,-199,-102","w":583},"q":{"d":"380,-461r145,0r0,691r-145,0r0,-253v-33,20,-77,32,-119,32v-136,0,-226,-98,-226,-245v0,-189,205,-305,345,-185r0,-40xm380,-118r0,-212v-87,-77,-198,-32,-198,102v0,126,110,178,198,110","w":583},"r":{"d":"209,-461v2,43,-4,94,2,132v67,-138,129,-184,243,-99r-40,128v-108,-73,-156,-24,-205,101r0,199r-145,0r0,-461r145,0","w":448},"s":{"d":"377,-436r0,103v-63,-39,-125,-51,-154,-51v-19,0,-52,4,-52,36v0,51,229,53,229,207v0,96,-68,150,-188,150v-74,0,-145,-23,-165,-34r0,-102v47,20,94,39,149,39v43,0,70,-13,70,-34v0,-67,-229,-55,-229,-206v0,-85,77,-142,191,-142v58,0,101,10,149,34","w":427},"t":{"d":"391,-461r0,99r-168,0r0,190v2,90,99,88,168,47r0,105v-140,58,-313,42,-313,-144r0,-198r-66,0r0,-28r193,-216r18,0r0,145r168,0","w":406},"u":{"d":"378,0r0,-66v-98,128,-318,93,-318,-100r0,-295r145,0r0,285v2,135,150,96,172,9r0,-294r146,0r0,461r-145,0","w":583},"v":{"d":"215,9r-213,-470r155,0r98,254r99,-254r154,0r-212,470r-81,0","w":510},"w":{"d":"391,-242r-116,251r-68,0r-208,-470r148,0r97,254r103,-254r88,0r102,254r97,-254r148,0r-207,470r-69,0","w":781},"x":{"d":"535,-461r-182,225r196,236r-168,0r-109,-143r-105,143r-163,0r188,-236r-188,-225r169,0r99,133r94,-133r169,0"},"y":{"d":"509,-461r-309,682r-154,0r135,-296r-180,-386r155,0r97,237r104,-237r152,0","w":510},"z":{"d":"42,-461r450,0r-236,362r236,0r0,99r-473,0r237,-362r-214,0r0,-99","w":521},"{":{"d":"29,-314v113,5,108,-112,107,-228v-1,-152,83,-189,227,-182r0,117v-89,0,-101,5,-101,111v0,113,-4,182,-85,239v81,57,85,126,85,239v0,106,11,111,101,111r0,117v-144,7,-229,-29,-227,-182v1,-115,7,-234,-107,-228r0,-114","w":385},"|":{"d":"86,221r0,-903r109,0r0,903r-109,0","w":281},"}":{"d":"356,-200v-113,-5,-108,112,-107,228v1,152,-83,189,-227,182r0,-117v89,0,101,-5,101,-111v0,-113,4,-182,85,-239v-81,-57,-85,-126,-85,-239v0,-106,-11,-111,-101,-111r0,-117v144,-7,229,29,227,182v-1,115,-7,234,107,228r0,114","w":385},"~":{"d":"16,-175r0,-131v62,-51,108,-72,160,-72v86,0,169,78,245,78v44,0,83,-20,146,-74r0,130v-36,36,-104,72,-158,72v-81,0,-179,-79,-241,-79v-46,0,-84,19,-152,76","w":584},"\u00a1":{"d":"135,-255v21,0,26,5,35,42v11,46,49,225,49,335v0,69,-30,108,-84,108v-53,0,-83,-38,-83,-108v0,-83,38,-299,50,-341v9,-32,14,-36,33,-36xm135,-296v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87v48,0,87,39,87,87v0,48,-39,87,-87,87","w":271},"\u00a2":{"d":"471,-632r-55,177v16,5,26,8,39,14r0,109v-26,-14,-38,-19,-69,-28r-83,262v58,8,115,-9,159,-31r0,107v-59,22,-100,31,-192,31r-57,180r-71,0r60,-189v-107,-35,-161,-119,-161,-227v0,-148,117,-262,307,-240r52,-165r71,0xm240,-124r76,-239v-122,-1,-165,171,-76,239","w":500},"\u00a3":{"d":"336,-395r0,119r-97,0r-26,130v92,-21,178,48,267,0r0,135v-94,47,-149,-3,-277,-4v-60,0,-100,9,-156,24v1,-43,31,-205,52,-285r-45,0r0,-119r77,0v28,-95,57,-178,108,-229v50,-50,118,-74,176,-65r58,131v-95,-22,-167,13,-201,163r64,0","w":521},"\u00a5":{"d":"206,-133r-181,0r0,-109r181,0r0,-58r-181,0r0,-109r127,0r-151,-307r151,0r122,277r2,0r125,-277r151,0r-154,307r129,0r0,109r-183,0r0,58r183,0r0,109r-183,0r0,133r-138,0r0,-133"},"\u0192":{"d":"266,-601v15,-86,55,-128,163,-127v41,0,89,7,129,20r-27,110v-70,-16,-127,-35,-137,52r-5,28r101,0r-18,103r-100,0r-85,485v-16,93,-52,140,-160,140v-46,0,-101,-8,-137,-19r28,-108v86,10,123,38,142,-72r73,-426r-98,0r18,-103r98,0"},"\u00a7":{"d":"142,50v91,0,36,94,113,94v34,0,57,-19,57,-47v0,-97,-287,-152,-287,-347v0,-67,29,-127,88,-185v-35,-50,-47,-68,-47,-105v0,-94,79,-151,201,-151v129,0,186,51,186,109v0,59,-78,99,-119,56v-27,-27,-9,-79,-69,-79v-33,0,-58,22,-58,50v0,84,288,149,288,349v0,71,-24,118,-89,181v103,121,30,255,-148,255v-110,0,-190,-45,-190,-108v0,-38,35,-72,74,-72xm187,-369v-23,28,-34,50,-34,80v0,66,67,109,181,196v25,-27,34,-50,34,-76v0,-73,-70,-112,-181,-200","w":521},"\u00a4":{"d":"381,-153v-51,32,-147,41,-209,1r-65,65r-85,-85r65,-65v-36,-54,-35,-154,0,-210r-65,-65r83,-83r64,64v54,-33,157,-36,212,0r65,-65r85,85r-65,65v36,60,36,149,-1,211r65,65r-83,83xm276,-441v-55,0,-99,44,-99,99v0,55,44,100,99,100v55,0,100,-45,100,-100v0,-55,-45,-99,-100,-99"},"'":{"d":"164,-461r24,-134r0,-121r-135,0r0,121r24,134r87,0","w":240},"\u201c":{"d":"511,-691r0,31v-29,26,-51,81,-45,129v35,14,51,36,51,73v0,46,-35,79,-82,79v-59,0,-100,-47,-100,-114v0,-100,78,-188,176,-198xm233,-691r0,31v-29,26,-51,81,-45,129v35,14,51,36,51,73v0,46,-35,79,-82,79v-59,0,-100,-47,-100,-114v0,-100,78,-188,176,-198","w":563},"\u00ab":{"d":"424,-229r159,222r-143,0r-161,-222r161,-222r143,0xm154,-229r159,222r-143,0r-161,-222r161,-222r143,0","w":594},"\u2013":{"d":"506,-297r0,132r-512,0r0,-132r512,0","w":500},"\u00b7":{"d":"135,-432v48,0,87,39,87,87v0,48,-39,87,-87,87v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87","w":271},"\u00b6":{"d":"310,197r-119,0r0,-511v-121,-9,-192,-83,-192,-198v0,-107,62,-204,218,-204r334,0r0,128r-55,0r0,785r-119,0r0,-785r-67,0r0,785"},"\u201d":{"d":"330,-379r0,-31v29,-26,51,-81,45,-129v-35,-14,-51,-36,-51,-73v0,-46,35,-79,82,-79v59,0,100,47,100,114v0,100,-78,188,-176,198xm52,-379r0,-31v29,-26,51,-81,45,-129v-35,-14,-51,-36,-51,-73v0,-46,35,-79,82,-79v59,0,100,47,100,114v0,100,-78,188,-176,198","w":563},"\u00bb":{"d":"439,-229r-159,-222r143,0r161,222r-161,222r-143,0xm171,-229r-159,-222r143,0r161,222r-161,222r-143,0","w":594},"\u2026":{"d":"833,-165v48,0,87,39,87,87v0,48,-39,87,-87,87v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87xm500,-165v48,0,87,39,87,87v0,48,-39,87,-87,87v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87xm167,-165v48,0,87,39,87,87v0,48,-39,87,-87,87v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87","w":1000},"\u00bf":{"d":"350,87r-25,123v-44,15,-76,20,-116,20v-103,0,-165,-56,-165,-140v0,-160,152,-196,145,-330v0,-15,8,-16,31,-16v13,0,21,3,26,8v8,8,28,63,28,104v0,98,-78,154,-78,215v0,32,22,51,59,51v33,0,51,-7,86,-35r9,0xm217,-296v-48,0,-87,-39,-87,-87v0,-48,39,-87,87,-87v48,0,87,39,87,87v0,48,-39,87,-87,87","w":375},"`":{"d":"8,-676r165,0r74,146r-74,0","w":333},"\u00b4":{"d":"326,-676r-165,146r-74,0r74,-146r165,0","w":333},"\u00af":{"d":"360,-643r0,97r-387,0r0,-97r387,0","w":333},"\u00a8":{"d":"65,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm268,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":333},"\u00b8":{"d":"234,-8r-13,31v42,15,62,40,62,73v0,48,-37,83,-109,83v-37,0,-56,-3,-74,-9r0,-51v64,2,76,-11,76,-31v0,-11,-8,-28,-41,-28r39,-68r60,0","w":333},"\u2014":{"d":"1006,-297r0,132r-1012,0r0,-132r1012,0","w":1000},"\u00c6":{"d":"1008,-682r0,125r-318,0r0,149r304,0r0,125r-304,0r0,158r327,0r0,125r-497,0r0,-283r-182,0r-169,283r-175,0r408,-682r606,0xm518,-593r-105,185r107,0r0,-185r-2,0","w":1073},"\u00aa":{"d":"353,-486r0,57v-44,26,-124,44,-149,0v-65,46,-182,34,-182,-48v0,-71,102,-89,176,-110v0,-30,-13,-41,-45,-41v-41,0,-79,17,-115,54r0,-82v40,-23,85,-35,134,-35v53,0,131,14,131,86r0,119v3,37,24,11,50,0xm198,-477r0,-59v-56,18,-70,28,-70,50v1,38,50,27,70,9","w":354},"\u0141":{"d":"596,-125r0,125r-520,0r0,-218r-94,77r0,-137r94,-77r0,-327r170,0r0,202r140,-115r0,138r-140,115r0,217r350,0","w":615},"\u00d8":{"d":"197,-61r-110,98r-61,-76r100,-87v-177,-223,-43,-562,313,-565v95,0,174,26,240,71r84,-76r69,69r-83,72v181,222,32,564,-310,564v-97,0,-173,-25,-242,-70xm628,-447r-314,282v28,19,72,32,125,32v170,0,261,-168,189,-314xm247,-236r315,-281v-33,-20,-72,-32,-123,-32v-170,0,-266,161,-192,313","w":875},"\u0152":{"d":"1034,-682r0,125r-319,0r0,143r305,0r0,125r-305,0r0,164r326,0r0,125r-613,0v-220,0,-381,-121,-381,-343v0,-204,143,-339,380,-339r607,0xm545,-557r-82,0v-156,0,-241,101,-241,216v0,117,87,216,241,216r82,0r0,-432","w":1094},"\u00ba":{"d":"371,-548v0,86,-70,146,-172,146v-101,0,-173,-60,-173,-143v0,-84,74,-146,173,-146v101,0,172,62,172,143xm259,-551v0,-55,-20,-81,-62,-81v-40,0,-59,28,-59,88v0,54,21,83,62,83v40,0,59,-30,59,-90","w":396},"\u00e6":{"d":"741,-149r0,95v-102,83,-294,84,-387,0v-58,44,-115,63,-187,63v-82,0,-131,-53,-131,-115v0,-116,126,-147,278,-189v5,-49,-31,-78,-82,-78v-54,0,-128,33,-176,78r0,-115v116,-66,232,-90,340,-9v148,-125,373,-7,352,211r-289,0v-4,83,44,131,114,131v65,0,121,-30,168,-72xm459,-284r150,0v-5,-66,-32,-100,-77,-100v-46,0,-71,35,-73,100xm314,-110r0,-113v-87,24,-131,57,-131,98v0,70,78,53,131,15","w":781},"\u0131":{"d":"208,-461r0,461r-145,0r0,-461r145,0","w":271},"\u0142":{"d":"208,-682r0,224r77,-64r0,116r-77,64r0,342r-145,0r0,-239r-77,64r0,-115r77,-64r0,-328r145,0","w":271},"\u00f8":{"d":"198,-166r165,-195v-82,-56,-171,-7,-171,130v0,28,2,48,6,65xm165,-21r-65,75r-51,-45r59,-69v-40,-38,-71,-94,-71,-171v0,-206,218,-288,393,-210r70,-81r53,51r-62,73v38,36,66,89,66,168v0,183,-157,239,-259,239v-55,0,-102,-13,-133,-30xm397,-291r-164,191v84,59,169,0,169,-134v0,-19,-1,-38,-5,-57","w":594},"\u0153":{"d":"837,-149r0,99v-99,73,-258,82,-361,0v-51,38,-115,59,-179,59v-147,0,-261,-103,-261,-242v0,-136,112,-237,263,-237v64,0,109,14,170,55v53,-43,84,-55,139,-55v134,0,244,93,237,262r-297,0v-3,78,52,131,122,131v55,0,117,-25,167,-72xm548,-284r164,0v0,-52,-29,-100,-85,-100v-47,0,-79,40,-79,100xm403,-240v0,-92,-39,-144,-108,-144v-69,0,-104,53,-104,155v0,101,35,152,106,152v72,0,106,-51,106,-163","w":875},"\u00df":{"d":"65,0r0,-476v0,-160,108,-215,221,-215v144,0,238,68,238,173v0,58,-34,109,-88,132v76,29,116,92,116,186v0,147,-120,239,-270,200r0,-93v73,27,123,-35,123,-125v0,-85,-40,-135,-117,-131r0,-72v64,3,89,-39,89,-92v0,-58,-31,-92,-82,-92v-68,0,-85,54,-85,127r0,478r-145,0","w":604},"\u00f7":{"d":"292,-229v40,0,73,33,73,73v0,40,-33,73,-73,73v-40,0,-73,-33,-73,-73v0,-40,33,-73,73,-73xm42,-289r0,-128r500,0r0,128r-500,0xm292,-623v40,0,73,33,73,73v0,40,-33,73,-73,73v-40,0,-73,-33,-73,-73v0,-40,33,-73,73,-73","w":584},"\u00be":{"d":"121,-482r0,-67v71,1,72,-79,3,-78v-20,0,-52,9,-79,22r0,-69v82,-37,233,-13,233,71v0,34,-19,61,-57,81v47,19,68,46,68,89v0,97,-156,136,-254,82r0,-76v39,24,62,32,93,32v33,0,55,-16,55,-41v0,-28,-21,-43,-62,-46xm696,-691r-478,718r-94,0r478,-718r94,0xm757,-360r0,212r28,0r0,62r-28,0r0,86r-101,0r0,-86r-156,0r0,-59r192,-215r65,0xm656,-226r-71,78r71,0r0,-78","w":896},"\u00bc":{"d":"734,-360r0,212r28,0r0,62r-28,0r0,86r-101,0r0,-86r-156,0r0,-59r192,-215r65,0xm633,-226r-71,78r71,0r0,-78xm222,-691r0,359r-104,0r0,-359r104,0xm673,-691r-478,718r-94,0r478,-718r94,0","w":896},"\u00b9":{"d":"219,-691r0,359r-104,0r0,-359r104,0","w":333},"\u00d7":{"d":"54,-205r148,-148r-148,-148r90,-90r148,148r148,-148r90,90r-148,148r148,148r-90,90r-148,-148r-148,148","w":584},"\u00ae":{"d":"546,-156r-99,0v-23,-48,-54,-109,-86,-143v-17,-18,-42,-21,-80,-20r0,163r-80,0r0,-397r196,0v85,0,125,48,125,111v0,63,-45,100,-107,113v47,2,97,120,131,173xm281,-382r83,0v55,0,73,-27,73,-55v0,-59,-89,-56,-156,-54r0,109xm370,-656v-166,0,-300,134,-300,300v0,166,134,301,300,301v166,0,301,-135,301,-301v0,-166,-135,-300,-301,-300xm370,-730v207,0,374,167,374,374v0,207,-167,374,-374,374v-207,0,-374,-167,-374,-374v0,-207,167,-374,374,-374","w":740},"\u00de":{"d":"83,-682r170,0r0,137r134,0v155,0,226,109,226,202v0,96,-68,206,-225,206r-135,0r0,137r-170,0r0,-682xm253,-420r0,158r79,0v78,0,106,-28,106,-79v0,-58,-33,-79,-125,-79r-60,0","w":656},"\u00a6":{"d":"86,221r0,-397r109,0r0,397r-109,0xm86,-342r0,-340r109,0r0,340r-109,0","w":281},"\u00d0":{"d":"75,-682r301,0v249,0,377,155,377,342v0,196,-124,340,-396,340r-282,0r0,-296r-83,0r0,-91r83,0r0,-295xm245,-557r0,170r152,0r0,91r-152,0r0,171r111,0v171,0,222,-116,222,-216v0,-117,-63,-216,-224,-216r-109,0","w":802},"\u00bd":{"d":"815,-76r0,76r-278,0r0,-13v104,-116,156,-181,156,-230v0,-27,-20,-47,-48,-47v-30,0,-62,16,-103,51r0,-85v91,-64,252,-40,252,66v0,48,-36,102,-106,182r127,0xm673,-691r-478,718r-94,0r478,-718r94,0xm222,-691r0,359r-104,0r0,-359r104,0","w":896},"\u00e7":{"d":"463,-126r0,104v-58,21,-103,31,-166,31r-6,14v42,15,62,40,62,73v0,48,-37,83,-109,83v-37,0,-56,-3,-74,-9r0,-51v64,2,76,-11,76,-31v0,-11,-8,-28,-41,-28r33,-58v-122,-22,-198,-108,-198,-231v0,-141,109,-241,261,-241v47,0,107,12,155,30r0,108v-104,-62,-261,-29,-261,102v0,82,55,136,138,136v35,0,66,-8,130,-32","w":500},"\u00f0":{"d":"411,-234v0,-90,-31,-150,-104,-150v-63,0,-106,49,-106,153v0,119,51,154,106,154v68,0,104,-56,104,-157xm536,-629r-100,35v90,89,130,206,130,324v0,223,-157,279,-259,279v-151,0,-261,-95,-261,-240v0,-172,187,-308,343,-203r2,-1v-13,-35,-48,-77,-86,-112r-145,51r-22,-60r110,-39v-19,-14,-37,-25,-52,-32r91,-64v33,14,63,30,90,49r137,-49","w":615},"\u00b1":{"d":"42,0r0,-128r500,0r0,128r-500,0xm42,-360r0,-128r186,0r0,-186r128,0r0,186r186,0r0,128r-186,0r0,186r-128,0r0,-186r-186,0","w":584},"\u00c7":{"d":"712,-208r0,149v-95,49,-161,68,-283,68r-8,18v42,15,62,40,62,73v0,48,-37,83,-109,83v-37,0,-56,-3,-74,-9r0,-51v64,2,76,-11,76,-31v0,-11,-8,-28,-41,-28r35,-61v-216,-28,-323,-183,-323,-342v0,-182,149,-352,410,-352v95,0,180,20,247,60r0,152v-75,-42,-151,-70,-235,-70v-145,0,-247,86,-247,207v0,122,101,209,243,209v89,0,149,-28,247,-75","w":771},"\u00fe":{"d":"202,-682r0,261v140,-121,346,-3,346,185v0,196,-184,302,-346,213r0,253r-145,0r0,-912r145,0xm202,-330r0,212v88,68,199,16,199,-110v0,-134,-112,-179,-199,-102","w":583},"\u00a9":{"d":"460,-301r79,27v-25,82,-83,126,-164,126v-115,0,-189,-80,-189,-205v0,-130,73,-211,190,-211v82,0,134,38,163,119r-79,19v-18,-47,-45,-68,-87,-68v-64,0,-101,50,-101,138v0,87,36,139,97,139v45,0,75,-28,91,-84xm370,-656v-166,0,-300,134,-300,300v0,166,134,301,300,301v166,0,301,-135,301,-301v0,-166,-135,-300,-301,-300xm370,-730v207,0,374,167,374,374v0,207,-167,374,-374,374v-207,0,-374,-167,-374,-374v0,-207,167,-374,374,-374","w":740},"\u00ac":{"d":"413,-116r0,-213r-371,0r0,-128r499,0r0,341r-128,0","w":584},"\u00b2":{"d":"311,-408r0,76r-278,0r0,-13v104,-116,156,-181,156,-230v0,-27,-20,-47,-48,-47v-30,0,-62,16,-103,51r0,-85v91,-64,252,-40,252,66v0,48,-36,102,-106,182r127,0","w":333},"\u00b3":{"d":"118,-482r0,-67v71,1,72,-79,3,-78v-20,0,-52,9,-79,22r0,-69v82,-37,233,-13,233,71v0,34,-19,61,-57,81v47,19,68,46,68,89v0,97,-156,136,-254,82r0,-76v39,24,62,32,93,32v33,0,55,-16,55,-41v0,-28,-21,-43,-62,-46","w":333},"\u2122":{"d":"229,-316r0,-330r-123,0r0,-70r324,0r0,70r-120,0r0,330r-81,0xm478,-316r0,-400r127,0r72,276r2,0r72,-276r127,0r0,400r-77,0r0,-319r-2,0r-85,319r-73,0r-84,-319r-2,0r0,319r-77,0","w":1000},"\u00b0":{"d":"198,-728v86,0,156,70,156,156v0,86,-70,156,-156,156v-86,0,-156,-70,-156,-156v0,-86,70,-156,156,-156xm198,-642v-39,0,-70,31,-70,70v0,39,31,70,70,70v39,0,70,-31,70,-70v0,-39,-31,-70,-70,-70","w":396},"\u00c1":{"d":"475,-682r303,682r-183,0r-56,-135r-305,0r-51,135r-180,0r275,-682r197,0xm489,-254r-110,-265r-100,265r210,0xm550,-894r-165,146r-74,0r74,-146r165,0","w":781},"\u00c2":{"d":"459,-900r99,175r-89,0r-78,-87r-80,87r-88,0r99,-175r137,0xm475,-682r303,682r-183,0r-56,-135r-305,0r-51,135r-180,0r275,-682r197,0xm489,-254r-110,-265r-100,265r210,0","w":781},"\u00c4":{"d":"475,-682r303,682r-183,0r-56,-135r-305,0r-51,135r-180,0r275,-682r197,0xm489,-254r-110,-265r-100,265r210,0xm289,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm492,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":781},"\u00c0":{"d":"475,-682r303,682r-183,0r-56,-135r-305,0r-51,135r-180,0r275,-682r197,0xm489,-254r-110,-265r-100,265r210,0xm232,-894r165,0r74,146r-74,0","w":781},"\u00c5":{"d":"391,-882v-30,0,-54,24,-54,54v0,30,24,55,54,55v30,0,55,-25,55,-55v0,-30,-25,-54,-55,-54xm391,-929v56,0,101,45,101,101v0,56,-45,102,-101,102v-56,0,-102,-46,-102,-102v0,-56,46,-101,102,-101xm475,-682r303,682r-183,0r-56,-135r-305,0r-51,135r-180,0r275,-682r197,0xm489,-254r-110,-265r-100,265r210,0","w":781},"\u00c3":{"d":"517,-889r68,0v-6,96,-48,151,-117,151v-57,0,-120,-54,-161,-54v-24,0,-41,19,-45,52r-66,0v7,-94,51,-149,119,-149v59,0,115,54,158,54v24,0,38,-18,44,-54xm475,-682r303,682r-183,0r-56,-135r-305,0r-51,135r-180,0r275,-682r197,0xm489,-254r-110,-265r-100,265r210,0","w":781},"\u00c9":{"d":"581,-125r0,125r-503,0r0,-682r496,0r0,125r-326,0r0,143r311,0r0,125r-311,0r0,164r333,0xm477,-894r-165,146r-74,0r74,-146r165,0","w":635},"\u00ca":{"d":"386,-900r99,175r-89,0r-78,-87r-80,87r-88,0r99,-175r137,0xm581,-125r0,125r-503,0r0,-682r496,0r0,125r-326,0r0,143r311,0r0,125r-311,0r0,164r333,0","w":635},"\u00cb":{"d":"581,-125r0,125r-503,0r0,-682r496,0r0,125r-326,0r0,143r311,0r0,125r-311,0r0,164r333,0xm216,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm419,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":635},"\u00c8":{"d":"581,-125r0,125r-503,0r0,-682r496,0r0,125r-326,0r0,143r311,0r0,125r-311,0r0,164r333,0xm159,-894r165,0r74,146r-74,0","w":635},"\u00cd":{"d":"252,-682r0,682r-170,0r0,-682r170,0xm326,-894r-165,146r-74,0r74,-146r165,0","w":333},"\u00ce":{"d":"235,-900r99,175r-89,0r-78,-87r-80,87r-88,0r99,-175r137,0xm252,-682r0,682r-170,0r0,-682r170,0","w":333},"\u00cf":{"d":"252,-682r0,682r-170,0r0,-682r170,0xm65,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm268,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":333},"\u00cc":{"d":"252,-682r0,682r-170,0r0,-682r170,0xm8,-894r165,0r74,146r-74,0","w":333},"\u00d1":{"d":"549,-889r68,0v-6,96,-48,151,-117,151v-57,0,-120,-54,-161,-54v-24,0,-41,19,-45,52r-66,0v7,-94,51,-149,119,-149v59,0,115,54,158,54v24,0,38,-18,44,-54xm767,-682r0,682r-143,0r-377,-437r0,437r-170,0r0,-682r156,0r364,417r0,-417r170,0","w":844},"\u00d3":{"d":"828,-341v0,175,-145,350,-390,350v-250,0,-391,-176,-391,-350v0,-165,134,-350,391,-350v257,0,390,186,390,350xm653,-341v0,-125,-86,-208,-215,-208v-130,0,-216,83,-216,208v0,125,86,208,216,208v129,0,215,-83,215,-208xm597,-894r-165,146r-74,0r74,-146r165,0","w":875},"\u00d4":{"d":"506,-900r99,175r-89,0r-78,-87r-80,87r-88,0r99,-175r137,0xm828,-341v0,175,-145,350,-390,350v-250,0,-391,-176,-391,-350v0,-165,134,-350,391,-350v257,0,390,186,390,350xm653,-341v0,-125,-86,-208,-215,-208v-130,0,-216,83,-216,208v0,125,86,208,216,208v129,0,215,-83,215,-208","w":875},"\u00d6":{"d":"828,-341v0,175,-145,350,-390,350v-250,0,-391,-176,-391,-350v0,-165,134,-350,391,-350v257,0,390,186,390,350xm653,-341v0,-125,-86,-208,-215,-208v-130,0,-216,83,-216,208v0,125,86,208,216,208v129,0,215,-83,215,-208xm336,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm539,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":875},"\u00d2":{"d":"828,-341v0,175,-145,350,-390,350v-250,0,-391,-176,-391,-350v0,-165,134,-350,391,-350v257,0,390,186,390,350xm653,-341v0,-125,-86,-208,-215,-208v-130,0,-216,83,-216,208v0,125,86,208,216,208v129,0,215,-83,215,-208xm279,-894r165,0r74,146r-74,0","w":875},"\u00d5":{"d":"564,-889r68,0v-6,96,-48,151,-117,151v-57,0,-120,-54,-161,-54v-24,0,-41,19,-45,52r-66,0v7,-94,51,-149,119,-149v59,0,115,54,158,54v24,0,38,-18,44,-54xm828,-341v0,175,-145,350,-390,350v-250,0,-391,-176,-391,-350v0,-165,134,-350,391,-350v257,0,390,186,390,350xm653,-341v0,-125,-86,-208,-215,-208v-130,0,-216,83,-216,208v0,125,86,208,216,208v129,0,215,-83,215,-208","w":875},"\u0160":{"d":"234,-725r-99,-175r89,0r78,87r80,-87r88,0r-99,175r-137,0xm534,-638r0,133v-99,-44,-158,-61,-216,-61v-61,0,-100,22,-100,56v0,103,347,74,347,312v0,131,-110,207,-262,207v-119,0,-178,-31,-246,-66r0,-147v98,65,158,88,233,88v65,0,100,-23,100,-63v0,-112,-347,-71,-347,-316v0,-118,102,-196,260,-196v76,0,145,16,231,53","w":604},"\u00da":{"d":"582,-682r170,0r0,387v0,226,-154,304,-341,304v-198,0,-341,-92,-341,-303r0,-388r170,0r0,392v0,98,71,157,169,157v90,0,173,-47,173,-169r0,-380xm571,-894r-165,146r-74,0r74,-146r165,0","w":823},"\u00db":{"d":"480,-900r99,175r-89,0r-78,-87r-80,87r-88,0r99,-175r137,0xm582,-682r170,0r0,387v0,226,-154,304,-341,304v-198,0,-341,-92,-341,-303r0,-388r170,0r0,392v0,98,71,157,169,157v90,0,173,-47,173,-169r0,-380","w":823},"\u00dc":{"d":"582,-682r170,0r0,387v0,226,-154,304,-341,304v-198,0,-341,-92,-341,-303r0,-388r170,0r0,392v0,98,71,157,169,157v90,0,173,-47,173,-169r0,-380xm310,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm513,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":823},"\u00d9":{"d":"582,-682r170,0r0,387v0,226,-154,304,-341,304v-198,0,-341,-92,-341,-303r0,-388r170,0r0,392v0,98,71,157,169,157v90,0,173,-47,173,-169r0,-380xm253,-894r165,0r74,146r-74,0","w":823},"\u00dd":{"d":"269,0r0,-319r-269,-363r206,0r148,214r149,-214r205,0r-269,363r0,319r-170,0xm514,-894r-165,146r-74,0r74,-146r165,0","w":708},"\u0178":{"d":"269,0r0,-319r-269,-363r206,0r148,214r149,-214r205,0r-269,363r0,319r-170,0xm253,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm456,-877v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":708},"\u017d":{"d":"281,-725r-99,-175r89,0r78,87r80,-87r88,0r-99,175r-137,0xm666,-682r-372,557r372,0r0,125r-662,0r375,-557r-349,0r0,-125r636,0","w":698},"\u00e1":{"d":"531,-114r0,81v-40,24,-97,42,-136,42v-48,0,-71,-15,-81,-52v-56,38,-102,52,-152,52v-74,0,-129,-55,-129,-113v0,-110,81,-132,274,-192v3,-43,-17,-77,-80,-77v-58,0,-124,30,-170,77r0,-118v60,-37,127,-56,200,-56v116,0,195,39,195,140r0,210v0,23,9,32,24,32v10,0,21,-2,55,-26xm307,-112r0,-111v-86,31,-127,51,-127,97v0,69,90,55,127,14xm425,-676r-165,146r-74,0r74,-146r165,0","w":531},"\u00e2":{"d":"334,-682r99,175r-89,0r-78,-87r-80,87r-88,0r99,-175r137,0xm531,-114r0,81v-40,24,-97,42,-136,42v-48,0,-71,-15,-81,-52v-56,38,-102,52,-152,52v-74,0,-129,-55,-129,-113v0,-110,81,-132,274,-192v3,-43,-17,-77,-80,-77v-58,0,-124,30,-170,77r0,-118v60,-37,127,-56,200,-56v116,0,195,39,195,140r0,210v0,23,9,32,24,32v10,0,21,-2,55,-26xm307,-112r0,-111v-86,31,-127,51,-127,97v0,69,90,55,127,14","w":531},"\u00e4":{"d":"531,-114r0,81v-40,24,-97,42,-136,42v-48,0,-71,-15,-81,-52v-56,38,-102,52,-152,52v-74,0,-129,-55,-129,-113v0,-110,81,-132,274,-192v3,-43,-17,-77,-80,-77v-58,0,-124,30,-170,77r0,-118v60,-37,127,-56,200,-56v116,0,195,39,195,140r0,210v0,23,9,32,24,32v10,0,21,-2,55,-26xm307,-112r0,-111v-86,31,-127,51,-127,97v0,69,90,55,127,14xm164,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm367,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":531},"\u00e0":{"d":"531,-114r0,81v-40,24,-97,42,-136,42v-48,0,-71,-15,-81,-52v-56,38,-102,52,-152,52v-74,0,-129,-55,-129,-113v0,-110,81,-132,274,-192v3,-43,-17,-77,-80,-77v-58,0,-124,30,-170,77r0,-118v60,-37,127,-56,200,-56v116,0,195,39,195,140r0,210v0,23,9,32,24,32v10,0,21,-2,55,-26xm307,-112r0,-111v-86,31,-127,51,-127,97v0,69,90,55,127,14xm107,-676r165,0r74,146r-74,0","w":531},"\u00e5":{"d":"266,-664v-30,0,-54,24,-54,54v0,30,24,55,54,55v30,0,55,-25,55,-55v0,-30,-25,-54,-55,-54xm266,-711v56,0,101,45,101,101v0,56,-45,102,-101,102v-56,0,-102,-46,-102,-102v0,-56,46,-101,102,-101xm531,-114r0,81v-40,24,-97,42,-136,42v-48,0,-71,-15,-81,-52v-56,38,-102,52,-152,52v-74,0,-129,-55,-129,-113v0,-110,81,-132,274,-192v3,-43,-17,-77,-80,-77v-58,0,-124,30,-170,77r0,-118v60,-37,127,-56,200,-56v116,0,195,39,195,140r0,210v0,23,9,32,24,32v10,0,21,-2,55,-26xm307,-112r0,-111v-86,31,-127,51,-127,97v0,69,90,55,127,14","w":531},"\u00e3":{"d":"392,-671r68,0v-6,96,-48,151,-117,151v-57,0,-120,-54,-161,-54v-24,0,-41,19,-45,52r-66,0v7,-94,51,-149,119,-149v59,0,115,54,158,54v24,0,38,-18,44,-54xm531,-114r0,81v-40,24,-97,42,-136,42v-48,0,-71,-15,-81,-52v-56,38,-102,52,-152,52v-74,0,-129,-55,-129,-113v0,-110,81,-132,274,-192v3,-43,-17,-77,-80,-77v-58,0,-124,30,-170,77r0,-118v60,-37,127,-56,200,-56v116,0,195,39,195,140r0,210v0,23,9,32,24,32v10,0,21,-2,55,-26xm307,-112r0,-111v-86,31,-127,51,-127,97v0,69,90,55,127,14","w":531},"\u00e9":{"d":"510,-143r0,91v-83,61,-170,61,-206,61v-162,0,-267,-94,-267,-238v0,-141,101,-241,243,-241v134,0,245,95,238,263r-331,0v5,82,61,130,152,130v58,0,103,-17,171,-66xm190,-283r200,0v-6,-63,-44,-101,-100,-101v-57,0,-94,37,-100,101xm436,-676r-165,146r-74,0r74,-146r165,0"},"\u00ea":{"d":"345,-682r99,175r-89,0r-78,-87r-80,87r-88,0r99,-175r137,0xm510,-143r0,91v-83,61,-170,61,-206,61v-162,0,-267,-94,-267,-238v0,-141,101,-241,243,-241v134,0,245,95,238,263r-331,0v5,82,61,130,152,130v58,0,103,-17,171,-66xm190,-283r200,0v-6,-63,-44,-101,-100,-101v-57,0,-94,37,-100,101"},"\u00eb":{"d":"510,-143r0,91v-83,61,-170,61,-206,61v-162,0,-267,-94,-267,-238v0,-141,101,-241,243,-241v134,0,245,95,238,263r-331,0v5,82,61,130,152,130v58,0,103,-17,171,-66xm190,-283r200,0v-6,-63,-44,-101,-100,-101v-57,0,-94,37,-100,101xm175,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm378,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65"},"\u00e8":{"d":"510,-143r0,91v-83,61,-170,61,-206,61v-162,0,-267,-94,-267,-238v0,-141,101,-241,243,-241v134,0,245,95,238,263r-331,0v5,82,61,130,152,130v58,0,103,-17,171,-66xm190,-283r200,0v-6,-63,-44,-101,-100,-101v-57,0,-94,37,-100,101xm118,-676r165,0r74,146r-74,0"},"\u00ed":{"d":"208,-461r0,461r-145,0r0,-461r145,0xm295,-676r-165,146r-74,0r74,-146r165,0","w":271},"\u00ee":{"d":"204,-682r99,175r-89,0r-78,-87r-80,87r-88,0r99,-175r137,0xm208,-461r0,461r-145,0r0,-461r145,0","w":271},"\u00ef":{"d":"208,-461r0,461r-145,0r0,-461r145,0xm34,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm237,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":271},"\u00ec":{"d":"208,-461r0,461r-145,0r0,-461r145,0xm-23,-676r165,0r74,146r-74,0","w":271},"\u00f1":{"d":"418,-671r68,0v-6,96,-48,151,-117,151v-57,0,-120,-54,-161,-54v-24,0,-41,19,-45,52r-66,0v7,-94,51,-149,119,-149v59,0,115,54,158,54v24,0,38,-18,44,-54xm205,-461r0,66v46,-53,91,-75,150,-75v72,0,168,41,168,177r0,293r-145,0r0,-281v0,-65,-31,-92,-72,-92v-36,0,-63,19,-101,76r0,297r-145,0r0,-461r145,0","w":583},"\u00f3":{"d":"557,-230v0,183,-157,239,-259,239v-151,0,-261,-95,-261,-240v0,-157,125,-239,261,-239v113,0,259,63,259,240xm402,-234v0,-90,-31,-150,-104,-150v-63,0,-106,49,-106,153v0,119,51,154,106,154v68,0,104,-56,104,-157xm457,-676r-165,146r-74,0r74,-146r165,0","w":594},"\u00f4":{"d":"366,-682r99,175r-89,0r-78,-87r-80,87r-88,0r99,-175r137,0xm557,-230v0,183,-157,239,-259,239v-151,0,-261,-95,-261,-240v0,-157,125,-239,261,-239v113,0,259,63,259,240xm402,-234v0,-90,-31,-150,-104,-150v-63,0,-106,49,-106,153v0,119,51,154,106,154v68,0,104,-56,104,-157","w":594},"\u00f6":{"d":"557,-230v0,183,-157,239,-259,239v-151,0,-261,-95,-261,-240v0,-157,125,-239,261,-239v113,0,259,63,259,240xm402,-234v0,-90,-31,-150,-104,-150v-63,0,-106,49,-106,153v0,119,51,154,106,154v68,0,104,-56,104,-157xm196,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm399,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":594},"\u00f2":{"d":"557,-230v0,183,-157,239,-259,239v-151,0,-261,-95,-261,-240v0,-157,125,-239,261,-239v113,0,259,63,259,240xm402,-234v0,-90,-31,-150,-104,-150v-63,0,-106,49,-106,153v0,119,51,154,106,154v68,0,104,-56,104,-157xm139,-676r165,0r74,146r-74,0","w":594},"\u00f5":{"d":"424,-671r68,0v-6,96,-48,151,-117,151v-57,0,-120,-54,-161,-54v-24,0,-41,19,-45,52r-66,0v7,-94,51,-149,119,-149v59,0,115,54,158,54v24,0,38,-18,44,-54xm557,-230v0,183,-157,239,-259,239v-151,0,-261,-95,-261,-240v0,-157,125,-239,261,-239v113,0,259,63,259,240xm402,-234v0,-90,-31,-150,-104,-150v-63,0,-106,49,-106,153v0,119,51,154,106,154v68,0,104,-56,104,-157","w":594},"\u0161":{"d":"145,-507r-99,-175r89,0r78,87r80,-87r88,0r-99,175r-137,0xm377,-436r0,103v-63,-39,-125,-51,-154,-51v-19,0,-52,4,-52,36v0,51,229,53,229,207v0,96,-68,150,-188,150v-74,0,-145,-23,-165,-34r0,-102v47,20,94,39,149,39v43,0,70,-13,70,-34v0,-67,-229,-55,-229,-206v0,-85,77,-142,191,-142v58,0,101,10,149,34","w":427},"\u00fa":{"d":"378,0r0,-66v-98,128,-318,93,-318,-100r0,-295r145,0r0,285v2,135,150,96,172,9r0,-294r146,0r0,461r-145,0xm451,-676r-165,146r-74,0r74,-146r165,0","w":583},"\u00fb":{"d":"360,-682r99,175r-89,0r-78,-87r-80,87r-88,0r99,-175r137,0xm378,0r0,-66v-98,128,-318,93,-318,-100r0,-295r145,0r0,285v2,135,150,96,172,9r0,-294r146,0r0,461r-145,0","w":583},"\u00fc":{"d":"378,0r0,-66v-98,128,-318,93,-318,-100r0,-295r145,0r0,285v2,135,150,96,172,9r0,-294r146,0r0,461r-145,0xm190,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm393,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":583},"\u00f9":{"d":"378,0r0,-66v-98,128,-318,93,-318,-100r0,-295r145,0r0,285v2,135,150,96,172,9r0,-294r146,0r0,461r-145,0xm133,-676r165,0r74,146r-74,0","w":583},"\u00fd":{"d":"509,-461r-309,682r-154,0r135,-296r-180,-386r155,0r97,237r104,-237r152,0xm415,-676r-165,146r-74,0r74,-146r165,0","w":510},"\u00ff":{"d":"509,-461r-309,682r-154,0r135,-296r-180,-386r155,0r97,237r104,-237r152,0xm154,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65xm357,-659v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65","w":510},"\u017e":{"d":"192,-507r-99,-175r89,0r78,87r80,-87r88,0r-99,175r-137,0xm42,-461r450,0r-236,362r236,0r0,99r-473,0r237,-362r-214,0r0,-99","w":521},"\u00a0":{"w":278}}});Cufon.replace('h2,li',{hover:true});

