// jQuery 1.3.2
(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)})}});

// Sizzle 0.9.3
(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")}})})();

// Cufon 1.03
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());

// Cufon Font: Helios-Cond-Light
Cufon.registerFont({"w":904,"face":{"font-family":"Helios-Cond-Light","font-weight":300,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 114 0 0 0 0 0 0 0","ascent":"1638","descent":"-410","x-height":"34","bbox":"-113 -1749 1634 391.356","underline-thickness":"0","underline-position":"78","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":508},"!":{"d":"291,-855r-16,484r-96,0r-17,-484r0,-679r129,0r0,679xm291,-17r-145,0r0,-176r145,0r0,176","w":451},"\"":{"d":"484,-1066r-113,0r0,-468r113,0r0,468xm259,-1066r-113,0r0,-468r113,0r0,468","w":630},"#":{"d":"872,-984r-33,112r-177,0r-65,259r195,0r-33,113r-193,0r-129,500r-98,0r129,-500r-146,0r-129,500r-96,0r129,-500r-209,0r32,-113r210,0r63,-275r-209,0r33,-96r193,0r145,-550r96,0r-143,550r143,0r146,-550r98,0r-145,550r193,0xm566,-888r-145,0r-66,275r145,0"},"$":{"d":"500,-775v179,86,355,158,355,420v-1,239,-136,367,-355,388r0,160r-112,0r0,-160v-120,-1,-198,-49,-254,-121v-65,-83,-93,-202,-85,-349r130,0v-1,158,28,283,131,340v23,11,49,17,78,17r0,-599v-192,-84,-322,-160,-324,-418v-5,-225,134,-343,324,-357r0,-145r112,0r0,145v204,9,319,167,308,388r-129,0v0,-148,-60,-240,-179,-275r0,566xm388,-824r0,-517v-195,47,-249,253,-139,413v37,53,84,88,139,104xm500,-80v150,-4,222,-124,226,-275v-2,-162,-116,-221,-226,-275r0,550"},"%":{"d":"388,-1484v237,-9,326,221,293,459v-32,156,-128,281,-310,283v-180,-11,-251,-195,-257,-384v-1,-186,91,-361,274,-358xm1113,-1501r-405,1048r-191,486r-96,0r405,-1048r191,-486r96,0xm1146,-726v190,6,274,183,278,378v-3,196,-87,359,-278,365v-194,-10,-279,-168,-284,-372v4,-199,89,-364,284,-371xm388,-839v121,-2,172,-162,171,-297v1,-128,-41,-266,-155,-269v-187,16,-189,399,-90,525v21,28,45,41,74,41xm1146,-80v200,-12,190,-404,84,-523v-24,-29,-52,-43,-84,-43v-107,4,-153,166,-151,292v-1,125,40,271,151,274","w":1583},"&":{"d":"412,-1548v214,-85,434,44,427,273v0,91,-24,168,-71,229v-48,61,-111,119,-188,174r324,468v33,-81,50,-183,50,-306r143,0v0,157,-32,308,-96,451r178,259r-178,0r-80,-129v-73,93,-218,158,-377,158v-268,-8,-447,-159,-431,-450v1,-101,33,-187,76,-255v44,-69,116,-145,215,-228v-94,-117,-195,-299,-132,-504v19,-64,77,-114,140,-140xm517,-968v91,-58,174,-181,178,-310v0,-97,-60,-161,-162,-159v-96,-1,-155,58,-154,154v0,95,46,200,138,315xm259,-388v-6,233,247,361,455,258v50,-26,91,-63,125,-112r-371,-550v-143,123,-200,192,-209,404","w":1243},"'":{"w":613},"(":{"d":"484,-1566v-146,263,-255,591,-259,997v0,343,86,662,259,957r-96,0v-166,-256,-302,-571,-304,-989v4,-390,124,-712,304,-965r96,0","w":566},")":{"d":"146,-1566v190,241,301,581,305,1005v-2,399,-111,716,-289,949r-98,0v158,-238,250,-576,251,-973v0,-405,-100,-753,-282,-981r113,0","w":566},"*":{"d":"695,-1292r-227,80r162,195r-80,49r-162,-195r-146,195r-80,-49r146,-195r-228,-80r33,-80r226,80r0,-225r98,0r0,225r225,-80","w":792},"+":{"d":"872,-451r-372,0r0,451r-96,0r0,-451r-371,0r0,-99r371,0r0,-451r96,0r0,451r372,0r0,99"},",":{"d":"308,-179v-5,203,42,447,-162,470r0,-82v48,-21,67,-33,76,-86r4,-106r-80,0r0,-196r162,0","w":451},"-":{"d":"872,-451r-839,0r0,-99r839,0r0,99"},".":{"d":"308,0r-162,0r0,-179r162,0r0,179","w":451},"\/":{"d":"597,-1534r-517,1727r-113,0r501,-1727r129,0","w":566},":":{"d":"308,-872r-162,0r0,-178r162,0r0,178xm308,-33r-162,0r0,-176r162,0r0,176","w":451},";":{"d":"291,-888r-162,0r0,-178r162,0r0,178xm291,-226v-5,202,43,446,-162,468r0,-80v82,-32,81,-74,80,-195r-80,0r0,-193r162,0","w":451},"<":{"d":"888,33r-855,-484r0,-99r855,-483r0,129r-759,404r759,403r0,130"},"=":{"d":"888,-613r-839,0r0,-113r839,0r0,113xm888,-259r-839,0r0,-112r839,0r0,112"},">":{"d":"872,-451r-839,484r0,-130r742,-403r-742,-421r0,-129r839,484r0,115"},"?":{"d":"375,-1562v206,7,351,134,351,350v22,278,-171,403,-271,591v-43,69,-33,162,-34,266r-130,0r0,-145v19,-146,101,-243,171,-349v79,-124,141,-178,151,-330v-2,-152,-79,-257,-221,-264v-161,11,-235,146,-230,330r-129,0v-19,-265,104,-441,342,-449xm437,0r-162,0r0,-179r162,0r0,179","w":792},"@":{"d":"863,-58v268,-5,459,-129,574,-297r129,0v-80,173,-232,287,-418,357v-303,107,-602,47,-809,-148v-169,-127,-284,-331,-289,-615v14,-442,261,-712,636,-803v212,-42,444,-20,591,82v184,113,312,327,318,589v-2,178,-80,330,-157,429v-82,104,-193,185,-340,194v-86,0,-150,-43,-161,-118v-88,69,-175,103,-261,103v-178,1,-301,-157,-296,-347v0,-114,35,-231,104,-352v61,-132,229,-279,405,-281v97,0,177,45,241,135r33,-96r112,0r-225,693v-30,76,-14,162,68,162v59,0,117,-32,174,-97v195,-207,258,-471,114,-724v-99,-162,-297,-279,-551,-278v-328,9,-540,196,-635,450v-76,215,-54,441,54,624v106,179,310,333,589,338xm492,-654v-4,147,86,267,219,268v125,-7,222,-82,257,-194r98,-308v57,-140,-30,-273,-171,-269v-205,16,-310,176,-378,349v-17,56,-25,107,-25,154","w":1630},"A":{"d":"1001,0r-146,0r-113,-484r-451,0r-129,484r-145,0r420,-1534r143,0xm710,-613r-210,-775r-178,775r388,0","w":1017},"B":{"d":"679,-839v153,37,263,199,268,386v-5,299,-189,446,-496,453r-322,0r0,-1534r421,0v220,3,338,158,342,378v0,160,-71,266,-213,317xm722,-1030v95,-183,-27,-405,-238,-391r-209,0r0,533v126,-5,268,15,350,-40v43,-26,75,-60,97,-102xm484,-128v192,5,318,-124,318,-303v1,-191,-97,-330,-285,-328r-242,0r0,629","w":1017},"C":{"d":"1017,-533v0,193,-58,349,-155,447v-87,90,-191,135,-312,135v-139,0,-244,-70,-314,-209v-72,-140,-107,-345,-107,-615r16,-226v1,-102,20,-178,51,-268v52,-158,161,-283,370,-281v296,-2,427,165,435,453r-146,0v0,-107,-34,-191,-81,-253v-64,-94,-262,-121,-354,-35v-135,135,-142,393,-145,675v0,167,21,314,61,440v42,127,128,190,261,190v212,-9,269,-235,275,-453r145,0","w":1130},"D":{"d":"982,-1218v60,175,67,552,21,762v-57,257,-184,452,-486,456r-371,0r0,-1534v242,4,525,-25,666,77v80,51,137,131,170,239xm726,-238v156,-160,171,-611,120,-902v-40,-166,-157,-250,-378,-247r-177,0r0,1241r226,0v86,0,156,-31,209,-92","w":1130},"E":{"d":"839,0r-693,0r0,-1534r693,0r0,147r-548,0r0,499r484,0r0,146r-484,0r0,596r548,0r0,146"},"F":{"d":"839,-1405r-564,0r0,533r517,0r0,130r-517,0r0,742r-146,0r0,-1534r710,0r0,129"},"G":{"d":"388,17v-308,-129,-314,-583,-308,-1018v2,-237,76,-428,229,-518v87,-55,234,-56,356,-36v190,41,265,215,289,442r-130,0v-18,-148,-72,-255,-166,-307v-74,-41,-185,-32,-254,-1v-131,46,-196,258,-196,636v-1,175,0,367,54,477v34,83,76,141,124,176v102,77,197,64,291,-10v111,-93,174,-286,162,-504r-322,0r0,-129r451,0r0,775r-96,0r0,-193v-59,136,-176,223,-361,227v-49,0,-90,-6,-123,-17","w":1130},"H":{"d":"984,0r-145,0r0,-742r-564,0r0,742r-146,0r0,-1534r146,0r0,662r564,0r0,-662r145,0r0,1534","w":1130},"I":{"d":"308,0r-146,0r0,-1534r146,0r0,1534","w":451},"J":{"d":"339,-97v163,5,193,-78,194,-242r0,-1195r146,0r0,1179v-1,236,-101,398,-340,388v-110,-1,-178,-45,-230,-111v-60,-72,-83,-217,-76,-373r146,0r-2,65v0,193,54,289,162,289","w":792},"K":{"d":"984,0r-160,0r-403,-759r-162,209r0,550r-146,0r0,-1534r146,0r0,759r533,-759r176,0r-451,646","w":1017},"L":{"d":"855,0r-709,0r0,-1534r145,0r0,1404r564,0r0,130"},"M":{"d":"1325,0r-146,0r0,-1355r-371,1355r-146,0r-371,-1341r0,1341r-145,0r0,-1534r225,0r355,1341r371,-1341r228,0r0,1534","w":1470},"N":{"d":"1001,0r-162,0r-564,-1325r0,1325r-146,0r146,0r-146,0r0,-1534r179,0r322,726r225,582r0,-1308r146,0r0,1534","w":1130},"O":{"d":"794,-1489v274,149,261,692,212,1091v-19,114,-64,214,-136,300v-71,88,-178,131,-320,131v-133,0,-231,-43,-296,-131v-152,-187,-136,-487,-142,-813v-3,-299,68,-522,286,-611v124,-48,307,-31,396,33xm351,-200v44,73,105,124,216,120v202,5,284,-181,310,-355v25,-191,28,-445,1,-640v-26,-173,-121,-350,-312,-362v-306,10,-310,345,-316,664v3,230,9,427,101,573","w":1130},"P":{"d":"517,-1534v285,2,459,114,462,392v-5,294,-193,435,-479,447r-192,0r0,695r-146,0r0,-1534r355,0xm533,-825v182,-6,309,-120,310,-311v-2,-185,-131,-280,-312,-285r-223,0r0,596r225,0","w":1017},"Q":{"d":"1083,0r-82,97r-162,-130v-134,99,-325,110,-467,12v-152,-105,-246,-348,-243,-625v-14,-471,6,-904,451,-920v215,1,324,139,386,290v57,144,67,302,67,484v0,345,-37,566,-112,663xm808,-209v96,-124,80,-363,80,-583v1,-233,-44,-474,-155,-576v-43,-36,-94,-53,-153,-53v-190,11,-287,165,-305,355v1,42,-11,244,-11,282v0,244,27,422,81,534v84,174,211,210,381,121r-146,-130r82,-96","w":1130},"R":{"d":"888,-259v4,108,-6,200,66,226r0,33r-146,0v-50,-58,-41,-147,-49,-242v-18,-232,-12,-484,-259,-484r-225,0r0,726r-146,0r0,-1534r371,0v260,1,425,146,434,391v-5,186,-104,327,-272,351v128,54,178,78,207,224v15,88,19,192,19,309xm500,-855v172,10,253,-120,259,-281v-4,-168,-102,-284,-275,-285r-209,0r0,566r225,0","w":1017},"S":{"d":"110,-1168v-24,-315,303,-460,578,-340v117,57,211,158,216,329r-145,0v-5,-161,-130,-261,-285,-271v-153,5,-235,124,-234,298v0,91,28,158,82,202v146,125,506,171,590,378v48,124,25,300,-38,400v-72,123,-206,210,-382,213v-272,-11,-433,-197,-428,-492r129,0v29,210,99,347,307,354v200,-7,316,-151,292,-371v-7,-67,-34,-114,-78,-142v-46,-26,-128,-66,-250,-117v-120,-51,-210,-108,-268,-170v-57,-62,-86,-152,-86,-271","w":1017},"T":{"d":"872,-1387r-355,0r0,1387r-146,0r0,-1387r-354,0r0,-147r855,0r0,147"},"U":{"d":"566,-97v211,-5,289,-94,289,-324r0,-1113r146,0r0,1179v4,288,-187,393,-473,389v-263,-5,-386,-181,-382,-471r0,-1097r145,0r0,1097v-1,223,55,343,275,340","w":1130},"V":{"d":"1017,-1534r-437,1534r-159,0r-404,-1534r162,0r321,1355r285,-1047r87,-308r145,0","w":1050},"W":{"d":"1437,-1534r-307,1534r-146,0r-258,-1308r-258,1308r-146,0r-305,-1534r145,0r242,1308r242,-1308r178,0r242,1292r226,-1292r145,0","w":1470},"X":{"d":"984,0r-160,0r-324,-646r-321,646r-162,0r387,-792r-371,-742r176,0r291,597r292,-597r176,0r-371,742","w":1017},"Y":{"d":"968,-1534r-388,888r0,646r-143,0r0,-646r-404,-888r146,0r338,742r322,-742r129,0","w":1017},"Z":{"d":"839,0r-775,0r0,-113r631,-1292r-598,0r0,-129r742,0r0,129r-630,1292r630,0r0,113"},"[":{"d":"484,209r-322,0r0,-1775r322,0r0,96r-193,0r0,1583r193,0r0,96","w":566},"\\":{"d":"550,0r-129,0r-359,-1048r-175,-502r130,0r358,1047","w":613},"]":{"d":"421,193r-324,0r0,-96r194,0r0,-1581r-211,0r0,-99r341,0r0,1776","w":566},"^":{"d":"775,-695r-96,0r-228,-677r-225,677r-96,0r274,-839r96,0"},"_":{"d":"1017,226r-1034,0r0,-130r1034,0r0,130","w":1017},"`":{"w":1967},"a":{"d":"64,-855v1,-180,101,-330,291,-324v245,-7,329,115,324,355r0,615v2,88,-14,115,80,112r0,97r-84,1v-96,2,-115,-26,-125,-114v-61,69,-51,81,-134,112v-34,12,-81,18,-141,18v-204,3,-275,-211,-226,-421v34,-154,139,-199,287,-254v83,-29,139,-51,169,-68v30,-16,45,-43,45,-82v-2,-180,-29,-267,-179,-275v-142,5,-156,87,-178,228r-129,0xm322,-97v166,-5,227,-133,228,-307r0,-242v-34,52,-151,83,-216,116v-89,41,-170,90,-172,208v4,143,20,224,160,225","w":792},"b":{"d":"246,-1033v29,-61,150,-130,245,-126v265,20,318,315,322,615v0,208,-33,358,-97,452v-66,92,-145,139,-238,139v-114,-2,-214,-62,-248,-144r0,97r-113,0r0,-1550r129,0r0,517xm572,-130v154,-158,176,-664,23,-852v-66,-82,-184,-97,-253,-8v-70,78,-113,231,-112,377v3,192,1,322,68,446v31,59,78,103,143,103v49,0,93,-22,131,-66","w":890},"c":{"d":"371,-80v174,-1,212,-113,209,-291r130,0v-2,235,-80,420,-322,420v-227,0,-340,-189,-340,-566v3,-330,8,-638,323,-646v216,1,327,142,324,371r-115,0v-12,-136,-72,-256,-209,-258v-73,0,-124,39,-151,118v-58,166,-55,532,-4,716v25,90,76,136,155,136","w":792},"d":{"d":"401,-1159v94,-4,218,65,245,126r0,-517r129,0r0,1550r-113,0r0,-97v-26,75,-142,147,-248,144v-153,-9,-236,-102,-286,-246v-75,-218,-70,-667,51,-826v61,-89,135,-134,222,-134xm651,-363v12,-145,23,-339,-18,-463v-20,-67,-47,-122,-81,-162v-69,-90,-188,-76,-254,6v-150,187,-137,686,20,852v39,44,84,66,133,66v132,-15,186,-166,200,-299"},"e":{"d":"404,-1146v284,6,345,296,322,596r-533,0v0,146,15,293,74,396v31,60,77,90,137,90v141,2,211,-146,193,-291r129,0v21,241,-118,399,-322,404v-230,-5,-307,-207,-333,-407v-19,-305,-10,-652,187,-757v42,-21,91,-31,146,-31xm597,-662v0,-247,-64,-371,-193,-371v-169,4,-208,189,-211,371r404,0","w":792},"f":{"d":"437,-1437v-122,-5,-149,25,-146,145r0,162r130,0r0,113r-130,0r0,1017r-129,0r0,-1017r-129,0r0,-113r129,0v3,-148,-22,-330,78,-382v46,-27,129,-30,197,-38r0,113","w":451},"g":{"d":"408,-1171v104,0,198,67,238,138r0,-97r129,0r0,1179v-4,221,-113,348,-354,339v-164,-5,-314,-87,-308,-275r129,0v-12,91,107,169,196,167v179,3,235,-148,224,-360v-66,103,-280,138,-397,47v-128,-90,-193,-286,-185,-533v-1,-189,32,-353,101,-461v63,-96,139,-144,227,-144xm634,-287v48,-226,38,-577,-77,-710v-33,-35,-79,-53,-136,-53v-117,-3,-183,153,-198,290v-31,218,-17,545,103,645v68,53,193,45,242,-19v32,-37,53,-88,66,-153"},"h":{"d":"503,-1153v171,5,289,101,289,281r0,872r-130,0r0,-888v2,-98,-71,-156,-165,-156v-137,5,-236,94,-238,236r0,808r-130,0r0,-1534r130,0r0,517v24,-82,134,-138,244,-136"},"i":{"d":"291,-1326r-129,0r0,-208r129,0r0,208xm291,0r-129,0r0,-1132r129,0r0,1132","w":451},"j":{"d":"322,-1341r-160,0r0,-193r160,0r0,193xm308,162v5,176,-89,244,-259,226r0,-113v82,14,132,-21,130,-113r0,-1292r129,0r0,1292","w":451},"k":{"d":"775,0r-129,0r-275,-580r-112,143r0,437r-130,0r0,-1534r130,0r0,908r354,-504r146,0r-308,435","w":792},"l":{"d":"291,0r-129,0r0,-1534r129,0r0,1534","w":451},"m":{"d":"983,-1159v165,7,248,135,243,333r0,824r-113,0r0,-855v4,-113,-70,-199,-173,-200v-118,3,-204,111,-198,249r0,808r-129,0r0,-855v4,-112,-72,-195,-173,-196v-122,8,-197,92,-198,227r0,822r-129,0r0,-1128r129,0r0,80v36,-64,129,-111,235,-111v115,1,200,53,233,144v49,-76,152,-139,273,-142","w":1355},"n":{"d":"520,-1174v168,6,255,122,255,302r0,872r-129,0r0,-888v3,-107,-62,-175,-160,-176v-134,5,-223,102,-227,240r0,824r-130,0r0,-1131r130,0r0,98v41,-77,148,-141,261,-141"},"o":{"d":"826,-564v-2,251,-59,462,-210,564v-50,32,-110,49,-179,49v-239,0,-359,-204,-359,-613v3,-275,60,-495,248,-578v34,-14,71,-21,111,-21v259,0,389,200,389,599xm636,-215v79,-178,76,-544,6,-709v-41,-133,-262,-177,-344,-53v-106,137,-98,401,-76,624v19,134,68,289,215,289v94,0,161,-50,199,-151"},"p":{"d":"226,-1033v50,-121,231,-194,374,-117v88,47,155,140,175,262v42,216,38,559,-33,726v-33,112,-136,193,-269,195v-117,-1,-202,-63,-247,-146r0,484r-129,0r0,-1499r129,0r0,95xm579,-141v111,-133,112,-445,85,-673v-20,-130,-72,-251,-213,-252v-226,6,-223,252,-225,486v0,165,18,290,52,374v44,124,215,178,301,65"},"q":{"d":"243,-1122v124,-117,336,-42,403,72r0,-80r129,0r0,1518r-129,0r0,-485v-29,73,-143,149,-246,147v-151,1,-264,-157,-294,-320v-41,-182,-35,-500,19,-655v30,-91,69,-156,118,-197xm609,-212v49,-204,68,-596,-35,-764v-34,-58,-80,-83,-153,-74v-81,0,-138,43,-170,128v-72,185,-55,509,-4,705v26,81,88,145,204,137v81,0,133,-44,158,-132"},"r":{"d":"533,-1033v-139,29,-199,24,-247,123v-18,41,-27,102,-27,184r0,726r-130,0r0,-1130r130,0r0,129v56,-105,117,-162,274,-162r0,130","w":566},"s":{"d":"386,-1059v-94,-1,-181,73,-177,171v0,52,17,91,51,116v35,26,99,64,194,114v94,51,164,103,210,156v64,72,81,193,62,321v-34,177,-293,296,-487,194v-111,-63,-170,-175,-190,-335r130,0v0,140,82,247,209,251v112,-6,218,-72,210,-205v0,-71,-20,-126,-60,-165v-68,-77,-292,-166,-370,-233v-59,-43,-94,-127,-97,-226v0,-207,215,-319,420,-256v117,45,195,145,204,301r-129,0v2,-120,-75,-200,-180,-204","w":792},"t":{"d":"404,0v-31,15,-65,23,-104,23v-124,4,-178,-100,-171,-265r0,-775r-112,0r0,-113r112,0r0,-340r130,0r0,340r145,0r0,113r-145,0r0,808v-3,121,65,141,145,96r0,113","w":451},"u":{"d":"406,-75v136,-7,238,-103,240,-247r0,-808r129,0r0,1130r-129,0r0,-113v-31,89,-153,144,-273,147v-171,-5,-265,-125,-260,-325r0,-839r129,0r0,871v-3,111,64,183,164,184"},"v":{"d":"759,-1130r-291,1130r-146,0r-266,-1048r-23,-82r129,0r242,921r226,-921r129,0","w":808},"w":{"d":"1113,-1130r-241,1130r-130,0r-176,-855r-162,855r-129,0r-275,-1130r129,0r193,921r178,-921r146,0r162,921r176,-921r129,0","w":1146},"x":{"d":"775,0r-145,0r-242,-468r-226,468r-145,0r305,-580r-289,-550r146,0r209,435r209,-435r145,0r-291,550","w":792},"y":{"d":"792,-1130r-355,1309v-47,122,-106,219,-294,212r-63,-3r0,-113v73,14,139,-1,178,-46v50,-47,77,-138,81,-212r-290,-1147r130,0r242,921r241,-921r130,0","w":792},"z":{"d":"662,0r-629,0r0,-113r500,-904r-469,0r0,-113r598,0r0,113r-483,904r483,0r0,113","w":679},"{":{"d":"226,-695v109,46,158,41,162,178r0,517v0,80,59,144,178,193v-167,40,-315,-51,-307,-226r0,-467v6,-134,-100,-146,-179,-195v119,-21,179,-69,179,-144r0,-486v-3,-179,105,-257,291,-241v-66,27,-124,43,-148,117v-9,28,-14,64,-14,108r2,479v0,93,-55,149,-164,167","w":710},"|":{"d":"291,0r-145,0r0,-1534r145,0r0,1534","w":451},"}":{"d":"129,-1566v167,-20,308,59,308,211r0,371v0,114,18,191,53,232v44,46,80,68,140,57v-147,40,-204,89,-193,258r0,454v6,164,-153,205,-308,176v119,-20,179,-98,179,-257r0,-404v-3,-126,83,-204,176,-227v-101,9,-179,-65,-176,-177r0,-453v3,-145,-94,-184,-179,-241","w":710},"~":{"d":"872,-566v-91,132,-167,187,-317,149v-89,-30,-168,-83,-273,-94v-62,0,-113,41,-153,123r-80,-63v80,-140,154,-198,303,-161v75,20,185,86,282,89v69,0,127,-41,174,-123"},"\u00c0":{"d":"1001,0r-146,0r-113,-484r-451,0r-129,484r-145,0r420,-1534r143,0xm710,-613r-210,-775r-178,775r388,0","w":1017},"\u0410":{"d":"1001,0r-146,0r-113,-484r-451,0r-129,484r-145,0r420,-1534r143,0xm710,-613r-210,-775r-178,775r388,0","w":1017},"\u00c1":{"d":"484,-892v279,0,450,144,447,428v-1,225,-54,362,-207,424v-140,57,-401,36,-605,40r0,-1536r693,0r0,121r-547,0r0,525xm787,-441v3,-205,-120,-319,-315,-320r-207,0r0,631r244,1v185,0,278,-104,278,-312","w":995},"\u0411":{"d":"484,-892v279,0,450,144,447,428v-1,225,-54,362,-207,424v-140,57,-401,36,-605,40r0,-1536r693,0r0,121r-547,0r0,525xm787,-441v3,-205,-120,-319,-315,-320r-207,0r0,631r244,1v185,0,278,-104,278,-312","w":995},"\u00c2":{"d":"679,-839v153,37,263,199,268,386v-5,299,-189,446,-496,453r-322,0r0,-1534r421,0v220,3,338,158,342,378v0,160,-71,266,-213,317xm722,-1030v95,-183,-27,-405,-238,-391r-209,0r0,533v126,-5,268,15,350,-40v43,-26,75,-60,97,-102xm484,-128v192,5,318,-124,318,-303v1,-191,-97,-330,-285,-328r-242,0r0,629","w":1017},"\u0412":{"d":"679,-839v153,37,263,199,268,386v-5,299,-189,446,-496,453r-322,0r0,-1534r421,0v220,3,338,158,342,378v0,160,-71,266,-213,317xm722,-1030v95,-183,-27,-405,-238,-391r-209,0r0,533v126,-5,268,15,350,-40v43,-26,75,-60,97,-102xm484,-128v192,5,318,-124,318,-303v1,-191,-97,-330,-285,-328r-242,0r0,629","w":1017},"\u00c3":{"d":"849,-1408r-554,0r0,1408r-149,0r0,-1534r703,0r0,126","w":908},"\u0413":{"d":"849,-1408r-554,0r0,1408r-149,0r0,-1534r703,0r0,126","w":908},"\u00c4":{"d":"271,-1534r775,0r0,1392r74,0r0,362r-140,0r0,-217r-789,0r0,208r-139,0r0,-353v24,1,55,8,75,0v157,-338,141,-898,144,-1392xm416,-1402v5,410,-35,1009,-137,1260r621,0r0,-1260r-484,0","w":1175},"\u0414":{"d":"271,-1534r775,0r0,1392r74,0r0,362r-140,0r0,-217r-789,0r0,208r-139,0r0,-353v24,1,55,8,75,0v157,-338,141,-898,144,-1392xm416,-1402v5,410,-35,1009,-137,1260r621,0r0,-1260r-484,0","w":1175},"\u00c5":{"d":"839,0r-693,0r0,-1534r693,0r0,147r-548,0r0,499r484,0r0,146r-484,0r0,596r548,0r0,146"},"\u0415":{"d":"839,0r-693,0r0,-1534r693,0r0,147r-548,0r0,499r484,0r0,146r-484,0r0,596r548,0r0,146"},"\u00c6":{"d":"1419,0r-150,0r-344,-759r-123,205r0,554r-146,0r0,-552r-123,-207r-342,759r-150,0r414,-884r-387,-650r156,0r432,788r0,-788r146,0r0,785r428,-785r158,0r-385,650","w":1462},"\u0416":{"d":"1419,0r-150,0r-344,-759r-123,205r0,554r-146,0r0,-552r-123,-207r-342,759r-150,0r414,-884r-387,-650r156,0r432,788r0,-788r146,0r0,785r428,-785r158,0r-385,650","w":1462},"\u00c7":{"d":"681,-787v177,42,311,154,309,369v0,291,-152,437,-455,437v-147,0,-253,-49,-320,-148v-59,-89,-103,-201,-104,-339r143,0v6,181,90,344,275,347v174,-4,311,-95,316,-269v-3,-215,-172,-321,-408,-318r0,-147v221,12,390,-67,383,-301v1,-162,-105,-259,-252,-267v-183,6,-269,140,-279,320r-129,0v-1,-293,128,-467,412,-470v254,-2,386,159,385,414v0,217,-92,341,-276,372","w":1118},"\u0417":{"d":"681,-787v177,42,311,154,309,369v0,291,-152,437,-455,437v-147,0,-253,-49,-320,-148v-59,-89,-103,-201,-104,-339r143,0v6,181,90,344,275,347v174,-4,311,-95,316,-269v-3,-215,-172,-321,-408,-318r0,-147v221,12,390,-67,383,-301v1,-162,-105,-259,-252,-267v-183,6,-269,140,-279,320r-129,0v-1,-293,128,-467,412,-470v254,-2,386,159,385,414v0,217,-92,341,-276,372","w":1118},"\u00c8":{"d":"1001,0r-146,0r146,0r-146,0r0,-1325r-564,1325r-162,0r0,-1534r146,0r0,1308r225,-582r322,-726r179,0r0,1534","w":1130},"\u0418":{"d":"1001,0r-146,0r146,0r-146,0r0,-1325r-564,1325r-162,0r0,-1534r146,0r0,1308r225,-582r322,-726r179,0r0,1534","w":1130},"\u00c9":{"d":"560,-1659v55,-1,122,-26,117,-90r82,0v10,122,-94,184,-206,185v-108,0,-220,-67,-202,-185r82,0v11,55,56,91,127,90xm997,0r-146,0r146,0r-146,0r0,-1325r-564,1325r-162,0r0,-1534r146,0r0,1308r225,-582r322,-726r179,0r0,1534","w":1122},"\u0419":{"d":"560,-1659v55,-1,122,-26,117,-90r82,0v10,122,-94,184,-206,185v-108,0,-220,-67,-202,-185r82,0v11,55,56,91,127,90xm997,0r-146,0r146,0r-146,0r0,-1325r-564,1325r-162,0r0,-1534r146,0r0,1308r225,-582r322,-726r179,0r0,1534","w":1122},"\u00ca":{"d":"984,0r-160,0r-403,-759r-162,209r0,550r-146,0r0,-1534r146,0r0,759r533,-759r176,0r-451,646","w":1017},"\u041a":{"d":"984,0r-160,0r-403,-759r-162,209r0,550r-146,0r0,-1534r146,0r0,759r533,-759r176,0r-451,646","w":1017},"\u00cb":{"d":"238,-1534r744,0r0,1534r-145,0r0,-1396r-449,0r-8,630v-2,249,-27,521,-110,678v-41,84,-129,110,-214,80r0,-142v109,32,118,-148,139,-225v52,-317,35,-781,43,-1159","w":1109},"\u041b":{"d":"238,-1534r744,0r0,1534r-145,0r0,-1396r-449,0r-8,630v-2,249,-27,521,-110,678v-41,84,-129,110,-214,80r0,-142v109,32,118,-148,139,-225v52,-317,35,-781,43,-1159","w":1109},"\u00cc":{"d":"1325,0r-146,0r0,-1355r-371,1355r-146,0r-371,-1341r0,1341r-145,0r0,-1534r225,0r355,1341r371,-1341r228,0r0,1534","w":1470},"\u041c":{"d":"1325,0r-146,0r0,-1355r-371,1355r-146,0r-371,-1341r0,1341r-145,0r0,-1534r225,0r355,1341r371,-1341r228,0r0,1534","w":1470},"\u00cd":{"d":"984,0r-145,0r0,-742r-564,0r0,742r-146,0r0,-1534r146,0r0,662r564,0r0,-662r145,0r0,1534","w":1130},"\u041d":{"d":"984,0r-145,0r0,-742r-564,0r0,742r-146,0r0,-1534r146,0r0,662r564,0r0,-662r145,0r0,1534","w":1130},"\u00ce":{"d":"792,-1489v250,143,235,612,215,995v-1,95,-24,164,-53,245v-60,160,-179,284,-404,282v-133,0,-231,-43,-296,-131v-152,-187,-136,-487,-142,-813v-3,-299,68,-522,286,-611v123,-48,306,-31,394,33xm348,-201v46,74,106,124,219,121v328,-16,322,-401,321,-748v0,-300,-49,-580,-322,-609v-192,2,-265,139,-298,315v-41,291,-49,720,80,921","w":1130},"\u041e":{"d":"792,-1489v250,143,235,612,215,995v-1,95,-24,164,-53,245v-60,160,-179,284,-404,282v-133,0,-231,-43,-296,-131v-152,-187,-136,-487,-142,-813v-3,-299,68,-522,286,-611v123,-48,306,-31,394,33xm348,-201v46,74,106,124,219,121v328,-16,322,-401,321,-748v0,-300,-49,-580,-322,-609v-192,2,-265,139,-298,315v-41,291,-49,720,80,921","w":1130},"\u00cf":{"d":"966,0r-146,0r0,-1407r-551,0r0,1407r-146,0r0,-1534r843,0r0,1534","w":1099},"\u041f":{"d":"966,0r-146,0r0,-1407r-551,0r0,1407r-146,0r0,-1534r843,0r0,1534","w":1099},"\u00d0":{"d":"517,-1534v285,2,459,114,462,392v-5,294,-193,435,-479,447r-192,0r0,695r-146,0r0,-1534r355,0xm533,-825v182,-6,309,-120,310,-311v-2,-185,-131,-280,-312,-285r-223,0r0,596r225,0","w":1040},"\u0420":{"d":"517,-1534v285,2,459,114,462,392v-5,294,-193,435,-479,447r-192,0r0,695r-146,0r0,-1534r355,0xm533,-825v182,-6,309,-120,310,-311v-2,-185,-131,-280,-312,-285r-223,0r0,596r225,0","w":1040},"\u00d1":{"d":"1017,-533v0,193,-58,349,-155,447v-87,90,-191,135,-312,135v-139,0,-244,-70,-314,-209v-72,-140,-107,-345,-107,-615r16,-226v1,-102,20,-178,51,-268v52,-158,161,-283,370,-281v296,-2,427,165,435,453r-146,0v0,-107,-34,-191,-81,-253v-64,-94,-262,-121,-354,-35v-135,135,-142,393,-145,675v0,167,21,314,61,440v42,127,128,190,261,190v212,-9,269,-235,275,-453r145,0","w":1130},"\u0421":{"d":"1017,-533v0,193,-58,349,-155,447v-87,90,-191,135,-312,135v-139,0,-244,-70,-314,-209v-72,-140,-107,-345,-107,-615r16,-226v1,-102,20,-178,51,-268v52,-158,161,-283,370,-281v296,-2,427,165,435,453r-146,0v0,-107,-34,-191,-81,-253v-64,-94,-262,-121,-354,-35v-135,135,-142,393,-145,675v0,167,21,314,61,440v42,127,128,190,261,190v212,-9,269,-235,275,-453r145,0","w":1130},"\u00d2":{"d":"872,-1387r-355,0r0,1387r-146,0r0,-1387r-354,0r0,-147r855,0r0,147"},"\u0422":{"d":"872,-1387r-355,0r0,1387r-146,0r0,-1387r-354,0r0,-147r855,0r0,147"},"\u00d3":{"d":"933,-1532r-328,917r-158,473v-39,105,-108,149,-246,146r4,-142v74,4,100,-35,136,-78r102,-334r-435,-982r164,0r337,810r272,-810r152,0","w":978},"\u0423":{"d":"933,-1532r-328,917r-158,473v-39,105,-108,149,-246,146r4,-142v74,4,100,-35,136,-78r102,-334r-435,-982r164,0r337,810r272,-810r152,0","w":978},"\u00d4":{"d":"820,-1405v271,0,425,180,413,469v7,290,-127,457,-374,466r-149,0r0,470r-146,0r0,-470r-141,0v-259,-7,-391,-194,-376,-500v-4,-266,153,-435,408,-435r109,0r0,-129r146,0r0,129r110,0xm1103,-956v-7,-203,-82,-337,-307,-319r-86,0r0,676r149,-4v101,0,167,-34,198,-103v31,-69,46,-152,46,-250xm185,-956v-5,202,43,347,238,353r141,0r0,-672r-104,-1v-207,-7,-268,126,-275,320","w":1288},"\u0424":{"d":"820,-1405v271,0,425,180,413,469v7,290,-127,457,-374,466r-149,0r0,470r-146,0r0,-470r-141,0v-259,-7,-391,-194,-376,-500v-4,-266,153,-435,408,-435r109,0r0,-129r146,0r0,129r110,0xm1103,-956v-7,-203,-82,-337,-307,-319r-86,0r0,676r149,-4v101,0,167,-34,198,-103v31,-69,46,-152,46,-250xm185,-956v-5,202,43,347,238,353r141,0r0,-672r-104,-1v-207,-7,-268,126,-275,320","w":1288},"\u00d5":{"d":"984,0r-160,0r-324,-646r-321,646r-162,0r387,-792r-371,-742r176,0r291,597r292,-597r176,0r-371,742","w":1017},"\u0425":{"d":"984,0r-160,0r-324,-646r-321,646r-162,0r387,-792r-371,-742r176,0r291,597r292,-597r176,0r-371,742","w":1017},"\u00d6":{"d":"1042,220r-140,0r0,-218r-775,0r0,-1536r146,0r0,1404r547,0r0,-1404r146,0r0,1404r76,0r0,350","w":1107},"\u0426":{"d":"1042,220r-140,0r0,-218r-775,0r0,-1536r146,0r0,1404r547,0r0,-1404r146,0r0,1404r76,0r0,350","w":1107},"\u00d7":{"d":"278,-833v3,83,23,95,106,95r447,0r0,-792r145,0r0,1530r-145,0r0,-610r-466,0v-145,0,-238,-96,-231,-249r0,-671r145,0","w":1115},"\u0427":{"d":"278,-833v3,83,23,95,106,95r447,0r0,-792r145,0r0,1530r-145,0r0,-610r-466,0v-145,0,-238,-96,-231,-249r0,-671r145,0","w":1115},"\u00d8":{"d":"1579,0r-1452,0r0,-1534r146,0r0,1394r504,0r0,-1394r146,0r0,1394r510,0r0,-1394r146,0r0,1534","w":1704},"\u0428":{"d":"1579,0r-1452,0r0,-1534r146,0r0,1394r504,0r0,-1394r146,0r0,1394r510,0r0,-1394r146,0r0,1534","w":1704},"\u00d9":{"d":"1634,195r-129,0r0,-195r-1382,0r0,-1534r146,0r0,1394r504,0r0,-1394r146,0r0,1394r510,0r0,-1394r146,0r0,1394r59,11r0,324","w":1712},"\u0429":{"d":"1634,195r-129,0r0,-195r-1382,0r0,-1534r146,0r0,1394r504,0r0,-1394r146,0r0,1394r510,0r0,-1394r146,0r0,1394r59,11r0,324","w":1712},"\u00da":{"d":"560,-843v294,1,470,134,471,431v1,276,-190,414,-473,412r-345,0r0,-1396r-176,0r0,-138r322,0r0,691r201,0xm892,-412v0,-199,-107,-298,-320,-298r-213,0r0,600v133,-3,277,15,371,-34v93,-43,163,-133,162,-268","w":1107},"\u042a":{"d":"560,-843v294,1,470,134,471,431v1,276,-190,414,-473,412r-345,0r0,-1396r-176,0r0,-138r322,0r0,691r201,0xm892,-412v0,-199,-107,-298,-320,-298r-213,0r0,600v133,-3,277,15,371,-34v93,-43,163,-133,162,-268","w":1107},"\u00db":{"d":"1247,0r-146,0r0,-1534r146,0r0,1534xm482,-843v295,0,466,136,467,431v1,276,-185,414,-469,412r-344,0r0,-1534r145,0r0,691r201,0xm814,-412v0,-199,-107,-298,-320,-298r-213,0r0,600v133,-3,277,15,371,-34v93,-43,163,-133,162,-268","w":1386},"\u042b":{"d":"1247,0r-146,0r0,-1534r146,0r0,1534xm482,-843v295,0,466,136,467,431v1,276,-185,414,-469,412r-344,0r0,-1534r145,0r0,691r201,0xm814,-412v0,-199,-107,-298,-320,-298r-213,0r0,600v133,-3,277,15,371,-34v93,-43,163,-133,162,-268","w":1386},"\u00dc":{"d":"474,-843v294,1,470,134,471,431v-2,274,-175,410,-449,412r-369,0r0,-1534r146,0r0,691r201,0xm488,-110v191,-8,314,-107,318,-302v0,-199,-107,-298,-320,-298r-213,0r0,600r215,0","w":1025},"\u042c":{"d":"474,-843v294,1,470,134,471,431v-2,274,-175,410,-449,412r-369,0r0,-1534r146,0r0,691r201,0xm488,-110v191,-8,314,-107,318,-302v0,-199,-107,-298,-320,-298r-213,0r0,600r215,0","w":1025},"\u00dd":{"d":"129,-1085v12,-279,132,-455,425,-451v289,0,434,259,434,777v-2,340,-57,668,-295,783v-105,43,-232,25,-331,-24v-145,-78,-247,-271,-247,-503r148,0v4,215,58,417,266,425v276,-14,301,-324,306,-614r-523,0r0,-149r523,0v0,-174,-24,-311,-73,-430v-42,-100,-111,-150,-208,-150v-188,2,-279,133,-277,336r-148,0","w":1101},"\u042d":{"d":"129,-1085v12,-279,132,-455,425,-451v289,0,434,259,434,777v-2,340,-57,668,-295,783v-105,43,-232,25,-331,-24v-145,-78,-247,-271,-247,-503r148,0v4,215,58,417,266,425v276,-14,301,-324,306,-614r-523,0r0,-149r523,0v0,-174,-24,-311,-73,-430v-42,-100,-111,-150,-208,-150v-188,2,-279,133,-277,336r-148,0","w":1101},"\u00de":{"d":"1182,-1497v252,149,238,633,215,1023v-29,274,-138,504,-446,502v-256,6,-373,-197,-409,-412v-18,-112,-27,-236,-27,-373r-232,0r0,760r-145,-1r2,-1538r143,0r0,646r228,0v-5,-327,68,-565,313,-650v123,-41,278,-15,358,43xm1277,-859v0,-369,-106,-564,-317,-584v-188,2,-262,140,-292,313v-38,244,-34,624,38,836v42,141,125,212,248,212v202,5,280,-189,304,-367v16,-118,18,-268,19,-410","w":1513},"\u042e":{"d":"1182,-1497v252,149,238,633,215,1023v-29,274,-138,504,-446,502v-256,6,-373,-197,-409,-412v-18,-112,-27,-236,-27,-373r-232,0r0,760r-145,-1r2,-1538r143,0r0,646r228,0v-5,-327,68,-565,313,-650v123,-41,278,-15,358,43xm1277,-859v0,-369,-106,-564,-317,-584v-188,2,-262,140,-292,313v-38,244,-34,624,38,836v42,141,125,212,248,212v202,5,280,-189,304,-367v16,-118,18,-268,19,-410","w":1513},"\u00df":{"d":"437,-714v-278,-24,-340,-516,-158,-701v70,-74,166,-118,308,-119r369,0r0,1534r-146,0r0,-681r-236,0r-330,685r-176,0xm334,-1109v5,159,83,297,251,284r225,0r0,-588r-207,-2v-173,5,-266,128,-269,306","w":1081},"\u042f":{"d":"437,-714v-278,-24,-340,-516,-158,-701v70,-74,166,-118,308,-119r369,0r0,1534r-146,0r0,-681r-236,0r-330,685r-176,0xm334,-1109v5,159,83,297,251,284r225,0r0,-588r-207,-2v-173,5,-266,128,-269,306","w":1081},"\u00e0":{"d":"64,-855v1,-180,101,-330,291,-324v245,-7,329,115,324,355r0,615v2,88,-14,115,80,112r0,97r-84,1v-96,2,-115,-26,-125,-114v-61,69,-51,81,-134,112v-34,12,-81,18,-141,18v-204,3,-275,-211,-226,-421v34,-154,139,-199,287,-254v83,-29,139,-51,169,-68v30,-16,45,-43,45,-82v-2,-180,-29,-267,-179,-275v-142,5,-156,87,-178,228r-129,0xm322,-97v166,-5,227,-133,228,-307r0,-242v-34,52,-151,83,-216,116v-89,41,-170,90,-172,208v4,143,20,224,160,225","w":792},"\u0430":{"d":"64,-855v1,-180,101,-330,291,-324v245,-7,329,115,324,355r0,615v2,88,-14,115,80,112r0,97r-84,1v-96,2,-115,-26,-125,-114v-61,69,-51,81,-134,112v-34,12,-81,18,-141,18v-204,3,-275,-211,-226,-421v34,-154,139,-199,287,-254v83,-29,139,-51,169,-68v30,-16,45,-43,45,-82v-2,-180,-29,-267,-179,-275v-142,5,-156,87,-178,228r-129,0xm322,-97v166,-5,227,-133,228,-307r0,-242v-34,52,-151,83,-216,116v-89,41,-170,90,-172,208v4,143,20,224,160,225","w":792},"\u00e1":{"d":"224,-1060v51,-63,101,-92,201,-105v248,0,360,202,367,453v12,263,-6,524,-134,665v-86,116,-327,128,-430,23v-109,-111,-134,-300,-135,-538v3,-334,2,-556,71,-758v51,-120,123,-153,285,-156v83,0,133,-16,150,-49r117,0v-20,97,-83,170,-184,174v-69,4,-144,-4,-189,27v-71,48,-100,137,-119,264xm579,-139v112,-133,120,-463,84,-684v-25,-131,-87,-234,-238,-233v-82,0,-139,46,-171,138v-61,161,-50,323,-40,512v5,117,37,225,94,292v70,79,214,60,271,-25","w":886},"\u0431":{"d":"224,-1060v51,-63,101,-92,201,-105v248,0,360,202,367,453v12,263,-6,524,-134,665v-86,116,-327,128,-430,23v-109,-111,-134,-300,-135,-538v3,-334,2,-556,71,-758v51,-120,123,-153,285,-156v83,0,133,-16,150,-49r117,0v-20,97,-83,170,-184,174v-69,4,-144,-4,-189,27v-71,48,-100,137,-119,264xm579,-139v112,-133,120,-463,84,-684v-25,-131,-87,-234,-238,-233v-82,0,-139,46,-171,138v-61,161,-50,323,-40,512v5,117,37,225,94,292v70,79,214,60,271,-25","w":886},"\u00e2":{"d":"572,-599v136,39,208,130,203,314v-2,200,-159,292,-363,285r-305,0r0,-1130r273,0v190,-1,331,70,334,244v0,125,-48,257,-142,287xm593,-839v0,-122,-61,-173,-181,-174r-176,0r0,371r176,0v121,0,181,-66,181,-197xm443,-111v139,-17,205,-46,207,-197v1,-162,-61,-221,-223,-217r-191,0r0,412","w":843},"\u0432":{"d":"572,-599v136,39,208,130,203,314v-2,200,-159,292,-363,285r-305,0r0,-1130r273,0v190,-1,331,70,334,244v0,125,-48,257,-142,287xm593,-839v0,-122,-61,-173,-181,-174r-176,0r0,371r176,0v121,0,181,-66,181,-197xm443,-111v139,-17,205,-46,207,-197v1,-162,-61,-221,-223,-217r-191,0r0,412","w":843},"\u00e3":{"d":"703,-1015r-463,0r0,1015r-129,0r0,-1130r592,0r0,115","w":751},"\u0433":{"d":"703,-1015r-463,0r0,1015r-129,0r0,-1130r592,0r0,115","w":751},"\u00e4":{"d":"138,-113v101,-261,95,-672,108,-1017r523,0r0,1017r72,0r0,329r-131,0r0,-216r-519,0r0,216r-135,0r0,-329r82,0xm350,-635v0,159,-37,391,-75,522r365,0r0,-900r-281,0r1,64","w":892},"\u0434":{"d":"138,-113v101,-261,95,-672,108,-1017r523,0r0,1017r72,0r0,329r-131,0r0,-216r-519,0r0,216r-135,0r0,-329r82,0xm350,-635v0,159,-37,391,-75,522r365,0r0,-900r-281,0r1,64","w":892},"\u00e5":{"d":"404,-1146v284,6,345,296,322,596r-533,0v0,146,15,293,74,396v31,60,77,90,137,90v141,2,211,-146,193,-291r129,0v21,241,-118,399,-322,404v-230,-5,-307,-207,-333,-407v-19,-305,-10,-652,187,-757v42,-21,91,-31,146,-31xm597,-662v0,-247,-64,-371,-193,-371v-169,4,-208,189,-211,371r404,0","w":792},"\u0435":{"d":"404,-1146v284,6,345,296,322,596r-533,0v0,146,15,293,74,396v31,60,77,90,137,90v141,2,211,-146,193,-291r129,0v21,241,-118,399,-322,404v-230,-5,-307,-207,-333,-407v-19,-305,-10,-652,187,-757v42,-21,91,-31,146,-31xm597,-662v0,-247,-64,-371,-193,-371v-169,4,-208,189,-211,371r404,0","w":792},"\u00e6":{"d":"1068,0r-114,0r-257,-578r-90,135r0,443r-123,0r0,-443r-86,-135r-258,578r-113,0r297,-689r-279,-441r134,0r305,523r0,-523r123,0r0,523r310,-523r129,0r-275,441","w":1101},"\u0436":{"d":"1068,0r-114,0r-257,-578r-90,135r0,443r-123,0r0,-443r-86,-135r-258,578r-113,0r297,-689r-279,-441r134,0r305,523r0,-523r123,0r0,523r310,-523r129,0r-275,441","w":1101},"\u00e7":{"d":"523,-554v115,39,201,134,207,283v3,217,-134,319,-344,320v-228,-1,-300,-160,-304,-383r121,0v17,147,40,267,195,274v132,1,211,-77,206,-213v-4,-146,-121,-230,-298,-215r0,-109v166,10,303,-50,297,-225v3,-130,-82,-214,-205,-214v-72,0,-122,28,-150,85v-26,57,-45,109,-45,186r-121,0v1,-183,78,-314,201,-375v40,-18,82,-27,125,-27v204,2,325,124,320,345v-1,145,-77,256,-205,268","w":847},"\u0437":{"d":"523,-554v115,39,201,134,207,283v3,217,-134,319,-344,320v-228,-1,-300,-160,-304,-383r121,0v17,147,40,267,195,274v132,1,211,-77,206,-213v-4,-146,-121,-230,-298,-215r0,-109v166,10,303,-50,297,-225v3,-130,-82,-214,-205,-214v-72,0,-122,28,-150,85v-26,57,-45,109,-45,186r-121,0v1,-183,78,-314,201,-375v40,-18,82,-27,125,-27v204,2,325,124,320,345v-1,145,-77,256,-205,268","w":847},"\u00e8":{"d":"744,0r-129,0r0,-900r-365,900r-123,0r0,-1130r130,0r0,865r358,-865r129,0r0,1130","w":861},"\u0438":{"d":"744,0r-129,0r0,-900r-365,900r-123,0r0,-1130r130,0r0,865r358,-865r129,0r0,1130","w":861},"\u00e9":{"d":"306,-1355v22,30,74,90,131,86v43,0,80,-29,113,-86r80,0v9,116,-94,174,-201,175v-106,0,-213,-61,-201,-175r78,0xm742,0r-129,0r0,-896r-365,896r-121,0r0,-1130r130,0r0,867r356,-863r129,0r0,1126","w":861},"\u0439":{"d":"306,-1355v22,30,74,90,131,86v43,0,80,-29,113,-86r80,0v9,116,-94,174,-201,175v-106,0,-213,-61,-201,-175r78,0xm742,0r-129,0r0,-896r-365,896r-121,0r0,-1130r130,0r0,867r356,-863r129,0r0,1126","w":861},"\u00ea":{"d":"759,0r-127,0r-269,-578r-104,145r0,433r-130,0r0,-1130r130,0r0,494r342,-494r141,0r-305,441","w":802},"\u043a":{"d":"759,0r-127,0r-269,-578r-104,145r0,433r-130,0r0,-1130r130,0r0,494r342,-494r141,0r-305,441","w":802},"\u00eb":{"d":"142,-203v57,-286,42,-604,51,-927r553,0r0,1130r-129,0r0,-1011r-295,0v2,64,-11,376,-12,485v0,127,-13,203,-37,308v-16,76,-38,131,-66,166v-37,51,-101,62,-166,44r0,-126v58,11,85,-8,101,-69","w":872},"\u043b":{"d":"142,-203v57,-286,42,-604,51,-927r553,0r0,1130r-129,0r0,-1011r-295,0v2,64,-11,376,-12,485v0,127,-13,203,-37,308v-16,76,-38,131,-66,166v-37,51,-101,62,-166,44r0,-126v58,11,85,-8,101,-69","w":872},"\u00ec":{"d":"869,0r-123,0r0,-884r-38,193r-173,691r-78,0r-170,-691r-39,-193r0,884r-123,0r0,-1130r150,0r223,904r216,-904r155,0r0,1130","w":1001},"\u043c":{"d":"869,0r-123,0r0,-884r-38,193r-173,691r-78,0r-170,-691r-39,-193r0,884r-123,0r0,-1130r150,0r223,904r216,-904r155,0r0,1130","w":1001},"\u00ed":{"d":"738,0r-129,0r0,-523r-357,0r0,523r-129,0r0,-1130r129,0r0,484r357,0r0,-484r129,0r0,1130","w":855},"\u043d":{"d":"738,0r-129,0r0,-523r-357,0r0,523r-129,0r0,-1130r129,0r0,484r357,0r0,-484r129,0r0,1130","w":855},"\u00ee":{"d":"826,-564v-2,251,-59,462,-210,564v-50,32,-110,49,-179,49v-239,0,-359,-204,-359,-613v3,-275,60,-495,248,-578v34,-14,71,-21,111,-21v259,0,389,200,389,599xm636,-215v79,-178,76,-544,6,-709v-41,-133,-262,-177,-344,-53v-106,137,-98,401,-76,624v19,134,68,289,215,289v94,0,161,-50,199,-151"},"\u043e":{"d":"826,-564v-2,251,-59,462,-210,564v-50,32,-110,49,-179,49v-239,0,-359,-204,-359,-613v3,-275,60,-495,248,-578v34,-14,71,-21,111,-21v259,0,389,200,389,599xm636,-215v79,-178,76,-544,6,-709v-41,-133,-262,-177,-344,-53v-106,137,-98,401,-76,624v19,134,68,289,215,289v94,0,161,-50,199,-151"},"\u00ef":{"d":"751,0r-130,0r0,-1011r-362,0r0,1011r-130,0r0,-1130r622,0r0,1130","w":874},"\u043f":{"d":"751,0r-130,0r0,-1011r-362,0r0,1011r-130,0r0,-1130r622,0r0,1130","w":874},"\u00f0":{"d":"226,-1033v50,-121,231,-194,374,-117v88,47,155,140,175,262v42,216,38,559,-33,726v-33,112,-136,193,-269,195v-117,-1,-202,-63,-247,-146r0,484r-129,0r0,-1499r129,0r0,95xm579,-141v111,-133,112,-445,85,-673v-20,-130,-72,-251,-213,-252v-226,6,-223,252,-225,486v0,165,18,290,52,374v44,124,215,178,301,65"},"\u0440":{"d":"226,-1033v50,-121,231,-194,374,-117v88,47,155,140,175,262v42,216,38,559,-33,726v-33,112,-136,193,-269,195v-117,-1,-202,-63,-247,-146r0,484r-129,0r0,-1499r129,0r0,95xm579,-141v111,-133,112,-445,85,-673v-20,-130,-72,-251,-213,-252v-226,6,-223,252,-225,486v0,165,18,290,52,374v44,124,215,178,301,65"},"\u00f1":{"d":"371,-80v174,-1,212,-113,209,-291r130,0v-2,235,-80,420,-322,420v-227,0,-340,-189,-340,-566v3,-330,8,-638,323,-646v216,1,327,142,324,371r-115,0v-12,-136,-72,-256,-209,-258v-73,0,-124,39,-151,118v-58,166,-55,532,-4,716v25,90,76,136,155,136","w":792},"\u0441":{"d":"371,-80v174,-1,212,-113,209,-291r130,0v-2,235,-80,420,-322,420v-227,0,-340,-189,-340,-566v3,-330,8,-638,323,-646v216,1,327,142,324,371r-115,0v-12,-136,-72,-256,-209,-258v-73,0,-124,39,-151,118v-58,166,-55,532,-4,716v25,90,76,136,155,136","w":792},"\u00f2":{"d":"599,-1015r-222,0r0,1015r-129,0r0,-1015r-211,0r0,-115r562,0r0,115","w":640},"\u0442":{"d":"599,-1015r-222,0r0,1015r-129,0r0,-1015r-211,0r0,-115r562,0r0,115","w":640},"\u00f3":{"d":"769,-1130r-355,1309v-48,123,-104,218,-293,212r-63,-3r0,-113v73,14,141,-1,178,-46v49,-47,76,-138,80,-212r-262,-1048r-27,-99r129,0r242,921r242,-921r129,0","w":818},"\u0443":{"d":"769,-1130r-355,1309v-48,123,-104,218,-293,212r-63,-3r0,-113v73,14,141,-1,178,-46v49,-47,76,-138,80,-212r-262,-1048r-27,-99r129,0r242,921r242,-921r129,0","w":818},"\u00f4":{"d":"785,-1040v16,-56,142,-125,214,-123v168,7,253,72,309,223v33,85,49,206,49,362v0,229,-31,387,-93,475v-63,88,-144,132,-245,132v-106,0,-184,-47,-234,-140r0,482r-129,0r0,-482v-49,93,-127,140,-233,140v-101,0,-182,-44,-245,-131v-63,-88,-94,-247,-94,-476v0,-225,33,-379,100,-462v66,-82,152,-123,259,-123v71,-2,200,65,213,123r0,-508r129,0r0,508xm999,-1052v-215,11,-212,238,-214,465v1,180,11,354,91,447v35,40,83,60,145,60v67,0,118,-40,153,-120v72,-148,63,-548,10,-712v-29,-93,-90,-140,-185,-140xm604,-206v57,-109,61,-452,41,-624v-16,-115,-71,-224,-206,-220v-94,-2,-155,43,-182,135v-27,92,-41,216,-41,371v0,309,67,464,200,464v91,0,153,-42,188,-126","w":1427},"\u0444":{"d":"785,-1040v16,-56,142,-125,214,-123v168,7,253,72,309,223v33,85,49,206,49,362v0,229,-31,387,-93,475v-63,88,-144,132,-245,132v-106,0,-184,-47,-234,-140r0,482r-129,0r0,-482v-49,93,-127,140,-233,140v-101,0,-182,-44,-245,-131v-63,-88,-94,-247,-94,-476v0,-225,33,-379,100,-462v66,-82,152,-123,259,-123v71,-2,200,65,213,123r0,-508r129,0r0,508xm999,-1052v-215,11,-212,238,-214,465v1,180,11,354,91,447v35,40,83,60,145,60v67,0,118,-40,153,-120v72,-148,63,-548,10,-712v-29,-93,-90,-140,-185,-140xm604,-206v57,-109,61,-452,41,-624v-16,-115,-71,-224,-206,-220v-94,-2,-155,43,-182,135v-27,92,-41,216,-41,371v0,309,67,464,200,464v91,0,153,-42,188,-126","w":1427},"\u00f5":{"d":"775,0r-145,0r-242,-468r-226,468r-145,0r305,-580r-289,-550r146,0r209,435r209,-435r145,0r-291,550","w":792},"\u0445":{"d":"775,0r-145,0r-242,-468r-226,468r-145,0r305,-580r-289,-550r146,0r209,435r209,-435r145,0r-291,550","w":792},"\u00f6":{"d":"806,211r-125,0r0,-211r-558,0r0,-1130r129,0r0,1013r357,0r0,-1013r127,0r0,1013r70,0r0,328","w":849},"\u0446":{"d":"806,211r-125,0r0,-211r-558,0r0,-1130r129,0r0,1013r357,0r0,-1013r127,0r0,1013r70,0r0,328","w":849},"\u00f7":{"d":"395,-528v86,-3,146,-26,220,-59r0,-543r129,0r0,1130r-129,0r0,-482v-82,44,-163,66,-242,66v-159,-1,-262,-101,-258,-273r0,-441r129,0r0,427v0,117,50,175,151,175","w":853},"\u0447":{"d":"395,-528v86,-3,146,-26,220,-59r0,-543r129,0r0,1130r-129,0r0,-482v-82,44,-163,66,-242,66v-159,-1,-262,-101,-258,-273r0,-441r129,0r0,427v0,117,50,175,151,175","w":853},"\u00f8":{"d":"1277,0r-1158,0r0,-1132r129,0r0,1015r384,0r0,-1015r129,0r0,1015r387,0r0,-1015r129,0r0,1132","w":1392},"\u0448":{"d":"1277,0r-1158,0r0,-1132r129,0r0,1015r384,0r0,-1015r129,0r0,1015r387,0r0,-1015r129,0r0,1132","w":1392},"\u00f9":{"d":"1337,211r-125,0r0,-211r-1103,0r0,-1132r129,0r0,1015r383,0r0,-1015r130,0r0,1015r387,0r0,-1015r129,0r0,1015r70,0r0,328","w":1392},"\u0449":{"d":"1337,211r-125,0r0,-211r-1103,0r0,-1132r129,0r0,1015r383,0r0,-1015r130,0r0,1015r387,0r0,-1015r129,0r0,1015r70,0r0,328","w":1392},"\u00fa":{"d":"474,-661v253,-10,367,109,365,355v-2,214,-142,306,-359,306r-303,0r0,-1009r-134,0r0,-119r263,0r0,467r168,0xm712,-314v2,-155,-72,-220,-220,-219r-186,0r0,411r184,-2v148,0,222,-63,222,-190","w":923},"\u044a":{"d":"474,-661v253,-10,367,109,365,355v-2,214,-142,306,-359,306r-303,0r0,-1009r-134,0r0,-119r263,0r0,467r168,0xm712,-314v2,-155,-72,-220,-220,-219r-186,0r0,411r184,-2v148,0,222,-63,222,-190","w":923},"\u00fb":{"d":"1058,2r-129,0r0,-1130r129,0r0,1130xm416,-661v253,-7,367,106,365,355v2,205,-150,307,-358,306r-304,0r0,-1128r129,0r0,467r168,0xm654,-314v3,-156,-72,-219,-219,-219r-187,0r0,412r181,0v150,0,225,-64,225,-193","w":1181},"\u044b":{"d":"1058,2r-129,0r0,-1130r129,0r0,1130xm416,-661v253,-7,367,106,365,355v2,205,-150,307,-358,306r-304,0r0,-1128r129,0r0,467r168,0xm654,-314v3,-156,-72,-219,-219,-219r-187,0r0,412r181,0v150,0,225,-64,225,-193","w":1181},"\u00fc":{"d":"416,-662v252,-7,367,105,365,354v2,205,-150,307,-358,306r-304,0r0,-1128r129,0r0,468r168,0xm654,-316v3,-156,-72,-219,-219,-219r-187,0r0,411r185,-2v147,0,221,-63,221,-190","w":872},"\u044c":{"d":"416,-662v252,-7,367,105,365,354v2,205,-150,307,-358,306r-304,0r0,-1128r129,0r0,468r168,0xm654,-316v3,-156,-72,-219,-219,-219r-187,0r0,411r185,-2v147,0,221,-63,221,-190","w":872},"\u00fd":{"d":"99,-787v-2,-231,99,-376,315,-378v308,6,316,310,319,639v0,194,-27,338,-81,432v-54,94,-136,141,-246,141v-123,0,-207,-40,-253,-121v-46,-80,-69,-176,-69,-289r125,0v0,195,66,293,199,293v71,0,121,-42,149,-126v27,-84,46,-193,46,-304r-359,0r0,-111r359,0v0,-298,-63,-447,-189,-447v-131,4,-191,135,-205,271r-110,0","w":824},"\u044d":{"d":"99,-787v-2,-231,99,-376,315,-378v308,6,316,310,319,639v0,194,-27,338,-81,432v-54,94,-136,141,-246,141v-123,0,-207,-40,-253,-121v-46,-80,-69,-176,-69,-289r125,0v0,195,66,293,199,293v71,0,121,-42,149,-126v27,-84,46,-193,46,-304r-359,0r0,-111r359,0v0,-298,-63,-447,-189,-447v-131,4,-191,135,-205,271r-110,0","w":824},"\u00fe":{"d":"1082,-898v33,92,26,212,31,329v0,405,-120,608,-360,608v-290,-2,-330,-271,-339,-562r-168,0r0,523r-129,0r0,-1130r129,0r0,482r172,0v7,-248,65,-516,331,-515v180,-5,289,117,333,265xm900,-146v128,-149,123,-589,50,-784v-34,-84,-101,-126,-201,-126v-83,0,-140,45,-172,136v-68,169,-51,370,-35,564v17,128,69,285,207,284v63,0,113,-25,151,-74","w":1210},"\u044e":{"d":"1082,-898v33,92,26,212,31,329v0,405,-120,608,-360,608v-290,-2,-330,-271,-339,-562r-168,0r0,523r-129,0r0,-1130r129,0r0,482r172,0v7,-248,65,-516,331,-515v180,-5,289,117,333,265xm900,-146v128,-149,123,-589,50,-784v-34,-84,-101,-126,-201,-126v-83,0,-140,45,-172,136v-68,169,-51,370,-35,564v17,128,69,285,207,284v63,0,113,-25,151,-74","w":1210},"\u00ff":{"d":"78,-841v-2,-203,145,-295,353,-287r318,0r0,1128r-130,0r0,-465r-168,0r-252,465r-150,0r273,-482v-174,-40,-244,-139,-244,-359xm209,-820v-2,166,67,218,220,221r190,0r0,-414r-209,0v-135,9,-196,57,-201,193","w":880},"\u044f":{"d":"78,-841v-2,-203,145,-295,353,-287r318,0r0,1128r-130,0r0,-465r-168,0r-252,465r-150,0r273,-482v-174,-40,-244,-139,-244,-359xm209,-820v-2,166,67,218,220,221r190,0r0,-414r-209,0v-135,9,-196,57,-201,193","w":880},"\u00a0":{"w":508}}});

// Cufon Font: HeliosExtThin
Cufon.registerFont({"w":658,"face":{"font-family":"HeliosExtThin","font-weight":400,"font-stretch":"normal","units-per-em":"1008","panose-1":"2 0 5 5 5 0 0 2 0 4","ascent":"806","descent":"-202","x-height":"18","bbox":"-35 -939 1129 258","underline-thickness":"51.408","underline-position":"-70.56","unicode-range":"U+0020-U+0451"},"glyphs":{" ":{"w":307},"\u00a0":{"w":307},"!":{"d":"125,0r0,-51r47,0r0,51r-47,0xm143,-180r-14,-291r0,-261r39,0r0,262r-14,290r-11,0","w":296},"\"":{"d":"66,-710r0,248r-15,0r0,-248r15,0xm210,-710r0,248r-15,0r0,-248r15,0","w":260},"#":{"d":"433,-720r-86,253r178,0r90,-253r26,0r-90,253r167,0r-4,14r-168,0r-65,188r176,0r-4,14r-177,0r-89,251r-26,0r90,-251r-183,0r-90,251r-25,0r89,-251r-171,0r4,-14r171,0r68,-188r-185,0r5,-14r184,0r90,-253r25,0xm519,-453r-179,0r-66,188r180,0","w":787},"$":{"d":"44,-195r37,0v5,48,27,89,68,120v41,31,99,48,174,51r0,-326v-47,-5,-87,-12,-120,-22v-33,-10,-60,-23,-81,-37v-21,-14,-36,-32,-45,-51v-9,-19,-15,-41,-15,-67v0,-52,21,-96,63,-130v42,-34,109,-54,198,-58r0,-82r16,0r0,82v92,4,159,21,201,51v42,30,64,69,67,116r-34,0v-5,-39,-27,-73,-66,-100v-39,-27,-95,-41,-168,-44r0,318v52,6,96,14,131,22v35,8,64,19,86,32v22,13,38,31,47,50v9,19,14,43,14,72v0,61,-22,109,-66,142v-44,33,-114,52,-212,57r0,94r-16,0r0,-94v-91,-4,-160,-23,-205,-58v-45,-35,-70,-82,-74,-138xm323,-378r0,-318v-71,4,-127,21,-165,51v-38,30,-57,66,-57,109v0,48,17,83,53,107v36,24,92,40,169,51xm339,-25v79,-1,139,-17,180,-46v41,-29,62,-68,62,-116v0,-27,-5,-50,-14,-68v-9,-18,-23,-32,-43,-44v-20,-12,-45,-21,-76,-28v-31,-7,-67,-12,-109,-17r0,319","w":659},"%":{"d":"49,-549v0,-63,13,-109,38,-139v25,-30,65,-45,117,-45v52,0,91,15,116,44v25,29,38,75,38,140v0,65,-13,111,-38,141v-25,30,-64,44,-116,44v-52,0,-92,-15,-117,-45v-25,-30,-38,-77,-38,-140xm71,-549v0,55,11,98,34,129v23,31,57,47,99,47v42,0,74,-16,97,-47v23,-31,35,-74,35,-129v0,-54,-12,-97,-35,-128v-23,-31,-55,-47,-97,-47v-42,0,-76,16,-99,47v-23,31,-34,74,-34,128xm504,-164v0,-63,12,-110,38,-140v26,-30,65,-46,117,-46v52,0,91,15,116,45v25,30,37,76,37,141v0,65,-12,111,-37,140v-25,29,-64,44,-116,44v-52,0,-91,-15,-117,-45v-26,-30,-38,-76,-38,-139xm527,-164v0,54,11,97,34,128v23,31,56,46,98,46v42,0,75,-15,98,-46v23,-31,34,-74,34,-128v0,-55,-11,-98,-34,-129v-23,-31,-56,-47,-98,-47v-42,0,-75,16,-98,47v-23,31,-34,74,-34,129xm208,20r429,-753r17,0r-429,753r-17,0","w":861},"&":{"d":"581,-127r-294,-273v-65,31,-113,62,-145,95v-32,33,-47,70,-47,113v0,26,5,50,16,73v11,23,27,43,46,60v19,17,43,31,71,41v28,10,58,15,92,15v47,0,91,-10,133,-29v42,-19,85,-51,128,-95xm716,0r-113,-108v-44,46,-88,78,-133,98v-45,20,-93,30,-147,30v-42,0,-80,-5,-113,-15v-33,-10,-61,-25,-84,-44v-23,-19,-40,-41,-52,-67v-12,-26,-19,-52,-19,-82v0,-23,5,-45,12,-64v7,-19,19,-39,36,-57v17,-18,40,-36,67,-54v27,-18,60,-37,100,-56v-20,-19,-37,-37,-50,-53v-13,-16,-25,-31,-33,-44v-8,-13,-13,-26,-17,-38v-4,-12,-6,-25,-6,-37v0,-46,14,-82,41,-106v27,-24,67,-36,117,-36v49,0,86,12,114,36v28,24,42,57,42,97v0,17,-3,34,-8,49v-5,15,-14,29,-27,43v-13,14,-30,29,-51,44v-21,15,-46,32,-76,49r284,264v38,-79,58,-137,62,-173r35,0v-1,24,-9,52,-20,84v-11,32,-29,68,-55,109r133,131r-39,0xm296,-437v50,-26,88,-52,113,-78v25,-26,37,-54,37,-85v0,-15,-4,-29,-10,-42v-6,-13,-16,-26,-27,-36v-11,-10,-25,-19,-40,-25v-15,-6,-32,-9,-49,-9v-17,0,-35,3,-50,9v-15,6,-29,15,-40,25v-11,10,-20,23,-27,37v-7,14,-10,29,-10,46v0,23,9,48,26,76v17,28,43,55,77,82","w":760},"'":{"d":"65,-710r0,248r-14,0r0,-248r14,0","w":114},"(":{"d":"276,-739v-24,34,-47,70,-67,108v-20,38,-38,77,-53,117v-15,40,-28,81,-36,123v-8,42,-12,85,-12,128v0,43,4,85,12,127v8,42,21,82,36,122v15,40,33,78,53,115v20,37,43,74,67,108r-21,0v-63,-81,-111,-161,-143,-238v-32,-77,-47,-155,-47,-234v0,-81,15,-159,47,-237v32,-78,80,-158,143,-239r21,0","w":290},")":{"d":"20,209r4,-3v48,-69,87,-144,115,-222v28,-78,42,-160,42,-247v0,-86,-14,-170,-44,-251v-30,-81,-69,-156,-117,-225r21,0v63,81,109,161,139,239v30,78,45,156,45,237v0,79,-15,157,-45,234v-30,77,-76,157,-139,238r-21,0","w":290},"*":{"d":"161,-447r-23,-17r91,-122r-143,-46r6,-23r144,45r0,-149r26,0r0,149r144,-45r6,23r-143,46r91,122r-23,17r-88,-123","w":497},"+":{"d":"442,-592r0,276r279,0r0,31r-279,0r0,281r-31,0r0,-281r-278,0r0,-31r278,0r0,-276r31,0","w":853},",":{"d":"131,0r0,-73r47,0r0,125v0,35,-3,61,-10,77v-7,16,-20,26,-37,31r0,-28v11,-7,18,-16,20,-26v2,-10,3,-23,3,-38r0,-68r-23,0","w":308},".":{"d":"131,0r0,-50r47,0r0,50r-47,0","w":308},"\/":{"d":"23,99r-23,0r286,-851r24,0","w":310},"0":{"d":"56,-360v0,-127,24,-221,70,-281v46,-60,115,-91,204,-91v89,0,157,31,203,91v46,60,69,154,69,281v0,127,-23,221,-69,281v-46,60,-114,91,-203,91v-89,0,-158,-31,-204,-91v-46,-60,-70,-154,-70,-281xm93,-360v0,114,20,200,60,257v40,57,100,86,177,86v77,0,136,-29,176,-86v40,-57,59,-143,59,-257v0,-114,-19,-199,-59,-256v-40,-57,-99,-86,-176,-86v-77,0,-137,29,-177,86v-40,57,-60,142,-60,256","w":659,"k":{"1":68}},"1":{"d":"292,0r0,-642v-10,19,-24,34,-42,44v-18,10,-36,18,-58,23v-22,5,-44,8,-67,9v-23,1,-44,2,-63,2r0,-29r57,0v30,0,55,-3,77,-11v22,-8,40,-18,54,-31v14,-13,25,-27,32,-44v7,-17,10,-35,10,-53r37,0r0,732r-37,0","w":445,"k":{"9":3,"8":7,"7":15,"5":83,"4":128,"3":91,"2":121,"1":120}},"2":{"d":"53,0v2,-33,9,-62,21,-87v12,-25,29,-49,52,-73v15,-17,41,-36,76,-58r135,-78r93,-52v26,-14,47,-29,60,-42v22,-19,37,-40,46,-61v9,-21,14,-45,14,-72v0,-27,-5,-52,-15,-74v-10,-22,-26,-41,-44,-57v-18,-16,-40,-28,-67,-36v-27,-8,-56,-13,-88,-13v-36,0,-69,5,-98,15v-29,10,-54,24,-74,41v-20,17,-35,38,-46,63v-11,25,-16,51,-16,80r-36,0v0,-32,6,-62,18,-90v12,-28,31,-52,54,-72v23,-20,51,-36,84,-48v33,-12,70,-18,112,-18v83,0,145,19,188,57v43,38,65,89,65,154v0,30,-5,54,-14,76v-9,22,-24,42,-42,60v-18,18,-41,36,-68,52v-41,25,-41,25,-95,55r-109,62v-33,19,-61,38,-85,57v-24,19,-43,40,-57,60v-14,20,-21,43,-23,68r486,0r0,31r-527,0","k":{"1":22}},"3":{"d":"52,-207r37,0v0,57,21,103,64,137v43,34,102,51,177,51v73,0,130,-16,170,-49v40,-33,60,-78,60,-135v0,-24,-6,-45,-18,-64v-12,-19,-29,-37,-52,-51v-23,-14,-49,-24,-81,-32v-32,-8,-68,-12,-107,-12r-27,0r0,-28r27,0v24,0,51,-3,78,-9v27,-6,51,-14,74,-27v23,-13,41,-29,56,-49v15,-20,22,-44,22,-72v0,-52,-18,-91,-54,-117v-36,-26,-86,-39,-151,-39v-31,0,-60,5,-86,14v-26,9,-49,21,-68,37v-19,16,-33,35,-44,57v-11,22,-16,47,-16,73r-36,0v0,-30,6,-58,17,-84v11,-26,27,-47,49,-66v22,-19,48,-34,79,-44v31,-10,67,-16,107,-16v81,0,142,15,181,46v39,31,59,75,59,132v0,21,-5,42,-14,63v-9,21,-21,40,-38,57v-17,17,-37,31,-61,42v-24,11,-51,16,-82,16v35,0,67,5,95,14v28,9,52,22,71,38v19,16,34,35,44,56v10,21,16,42,16,65v0,69,-22,122,-66,159v-44,37,-112,56,-203,56v-46,0,-86,-6,-121,-16v-35,-10,-65,-25,-88,-44v-23,-19,-40,-42,-52,-69v-12,-27,-18,-57,-18,-90","k":{"1":45}},"4":{"d":"444,0r0,-197r-415,0r0,-28r404,-507r45,0r0,507r131,0r0,28r-131,0r0,197r-34,0xm444,-225r0,-467r-376,467r376,0","k":{"1":68}},"5":{"d":"67,-171r38,0v4,22,12,41,24,60v12,19,26,36,45,50v19,14,41,25,67,33v26,8,56,12,89,12v36,0,69,-6,99,-18v30,-12,55,-28,77,-48v22,-20,38,-45,50,-72v12,-27,19,-56,19,-87v0,-67,-21,-117,-63,-153v-42,-36,-101,-54,-176,-54v-28,0,-53,4,-74,9v-21,5,-40,12,-57,21v-17,9,-32,19,-45,30v-13,11,-25,23,-36,36r-37,0r64,-379r407,0r0,29r-380,0r-54,311v24,-28,55,-50,94,-64v39,-14,84,-21,133,-21v83,0,147,21,192,61v45,40,68,97,68,170v0,38,-7,73,-19,105v-12,32,-31,59,-55,82v-24,23,-53,40,-89,52v-36,12,-76,19,-122,19v-40,0,-75,-5,-105,-14v-30,-9,-55,-23,-77,-39v-22,-16,-38,-35,-51,-58v-13,-23,-21,-47,-26,-73","w":659},"6":{"d":"92,-287r4,0v6,-32,18,-60,36,-82v18,-22,39,-40,64,-53v25,-13,51,-22,80,-28v29,-6,56,-9,84,-9v81,0,143,21,187,62v44,41,66,99,66,174v0,75,-24,133,-71,174v-47,41,-116,61,-206,61v-50,0,-93,-7,-128,-21v-35,-14,-64,-35,-87,-65v-23,-30,-38,-66,-49,-112v-11,-46,-17,-101,-17,-166v0,-131,24,-227,71,-288v47,-61,122,-92,224,-92v36,0,69,5,98,13v29,8,54,19,74,33v20,14,36,30,47,48v11,18,18,37,19,57r-37,0v-7,-36,-28,-65,-64,-88v-36,-23,-83,-34,-141,-34v-84,0,-147,28,-190,82v-43,54,-64,135,-64,243r0,91xm108,-222v0,32,6,60,17,85v11,25,27,47,47,64v20,17,45,31,73,41v28,10,60,15,94,15v36,0,68,-5,97,-15v29,-10,54,-23,75,-41v21,-18,37,-39,48,-65v11,-26,18,-54,18,-86v0,-32,-6,-59,-17,-85v-11,-26,-26,-47,-45,-65v-19,-18,-42,-32,-70,-42v-28,-10,-58,-14,-92,-14v-37,0,-71,5,-101,15v-30,10,-56,24,-77,42v-21,18,-38,40,-50,66v-12,26,-17,54,-17,85"},"7":{"d":"232,0v11,-56,26,-113,44,-171v18,-58,41,-116,68,-175v27,-59,61,-119,99,-178v38,-59,83,-119,135,-179r-507,0r0,-29r543,0r0,29v-45,55,-87,112,-126,170v-39,58,-72,117,-102,176v-30,59,-56,119,-76,179v-20,60,-34,119,-42,178r-36,0","k":{"1":68}},"8":{"d":"275,-392r1,0v-39,-5,-71,-14,-95,-25v-24,-11,-43,-26,-56,-41v-13,-15,-21,-32,-26,-50v-5,-18,-7,-36,-7,-55v0,-54,19,-96,59,-125v40,-29,100,-44,179,-44v79,0,138,15,178,44v40,29,60,71,60,125v0,20,-3,38,-8,56v-5,18,-14,35,-27,50v-13,15,-32,28,-55,39v-23,11,-52,20,-88,26v39,3,72,11,99,23v27,12,49,27,66,45v17,18,29,39,37,62v8,23,12,49,12,75v0,65,-22,114,-67,148v-45,34,-114,51,-207,51v-93,0,-163,-17,-208,-51v-45,-34,-67,-83,-67,-148v0,-26,4,-52,12,-75v8,-23,21,-44,38,-62v17,-18,40,-33,68,-45v28,-12,62,-20,102,-23xm128,-553v0,47,17,82,53,108v36,26,86,39,149,39v63,0,112,-13,148,-39v36,-26,53,-61,53,-108v0,-48,-17,-85,-52,-111v-35,-26,-84,-39,-149,-39v-65,0,-115,13,-150,39v-35,26,-52,63,-52,111xm92,-196v0,57,21,101,63,132v42,31,101,47,176,47v75,0,132,-16,174,-47v42,-31,63,-75,63,-132v0,-28,-7,-52,-18,-75v-11,-23,-27,-41,-48,-57v-21,-16,-46,-28,-75,-37v-29,-9,-61,-13,-97,-13v-36,0,-69,4,-98,13v-29,9,-54,21,-75,37v-21,16,-37,34,-48,57v-11,23,-17,47,-17,75","w":659,"k":{"1":30}},"9":{"d":"563,-432v-8,37,-22,66,-41,89v-19,23,-41,40,-66,52v-25,12,-51,20,-79,24v-28,4,-54,6,-78,6v-81,0,-143,-21,-187,-62v-44,-41,-66,-99,-66,-174v0,-75,24,-133,71,-174v47,-41,117,-61,207,-61v49,0,91,7,127,21v36,14,64,35,87,65v23,30,39,67,50,113v11,46,16,100,16,165v0,131,-24,227,-71,288v-47,61,-123,92,-224,92v-36,0,-68,-5,-97,-13v-29,-8,-54,-19,-74,-33v-20,-14,-37,-30,-48,-48v-11,-18,-17,-37,-18,-57r36,0v7,36,28,65,64,88v36,23,83,34,141,34v84,0,147,-28,190,-82v43,-54,65,-135,65,-243r0,-90r-5,0xm551,-498v0,-31,-6,-59,-17,-85v-11,-26,-27,-47,-47,-64v-20,-17,-45,-31,-73,-41v-28,-10,-59,-15,-93,-15v-36,0,-69,5,-98,15v-29,10,-54,23,-75,41v-21,18,-37,39,-48,65v-11,26,-17,54,-17,86v0,32,5,60,16,86v11,26,26,47,45,65v19,18,43,31,71,41v28,10,57,15,91,15v37,0,71,-5,101,-15v30,-10,56,-25,77,-43v21,-18,38,-39,50,-65v12,-26,17,-54,17,-86"},":":{"d":"125,-440r0,-52r47,0r0,52r-47,0xm125,0r0,-51r47,0r0,51r-47,0","w":296},";":{"d":"125,0r0,-52r47,0r0,104v0,35,-3,61,-10,77v-7,16,-20,26,-37,31r0,-28v11,-7,18,-16,20,-26v2,-10,3,-23,3,-38r0,-68r-23,0xm125,-439r0,-53r47,0r0,53r-47,0","w":296},"<":{"d":"137,-286r0,-21r578,-233r0,33r-543,211r543,210r0,34","w":854},"=":{"d":"721,-414r0,24r-588,0r0,-24r588,0xm721,-219r0,24r-588,0r0,-24r588,0","w":853},">":{"d":"714,-286r-578,234r0,-34r542,-210r-542,-211r0,-33r578,233r0,21","w":854},"?":{"d":"358,-311v-23,17,-41,35,-54,53v-13,18,-20,43,-20,73r-41,0r0,-13v0,-17,2,-31,5,-43v3,-12,9,-23,16,-33v7,-10,17,-20,28,-30v11,-10,25,-21,40,-33r59,-45v0,0,36,-28,51,-43v15,-15,26,-33,35,-51v9,-18,13,-41,13,-67v0,-26,-5,-51,-15,-73v-10,-22,-25,-41,-43,-57v-18,-16,-41,-28,-67,-37v-26,-9,-54,-14,-86,-14v-32,0,-60,6,-86,16v-26,10,-49,25,-68,42v-19,17,-34,37,-44,61v-10,24,-15,49,-15,76r-42,0v1,-71,24,-127,68,-166v44,-39,105,-58,184,-58v84,0,148,18,191,56v43,38,64,90,64,155v0,22,-2,41,-7,59v-5,18,-13,35,-24,50v-17,24,-38,45,-63,63xm240,0r0,-52r48,0r0,52r-48,0","w":590},"@":{"d":"652,-358v-15,-69,-56,-104,-122,-104v-26,0,-50,7,-73,19v-23,12,-42,29,-58,51v-16,22,-29,48,-38,78v-9,30,-14,61,-14,96v0,40,9,72,29,94v20,22,48,33,83,33v38,0,72,-12,101,-37v29,-25,49,-58,60,-100xm604,-154v-16,30,-37,54,-63,70v-26,16,-53,25,-82,25v-52,0,-92,-14,-119,-42v-27,-28,-40,-68,-40,-120v0,-39,7,-75,19,-108v12,-33,29,-62,50,-87v21,-25,45,-43,73,-57v28,-14,57,-21,89,-21v66,0,109,30,129,89r31,-69r34,0r-70,275v-5,21,-4,22,-8,37v-2,10,-4,18,-4,23v0,32,22,48,64,48v23,0,45,-5,69,-16v24,-11,46,-27,65,-47v26,-28,47,-62,62,-102v15,-40,23,-83,23,-129v0,-44,-9,-86,-26,-123v-17,-37,-42,-68,-74,-95v-32,-27,-71,-48,-116,-63v-45,-15,-96,-22,-152,-22v-113,0,-207,31,-283,94v-53,42,-93,92,-120,150v-27,58,-41,123,-41,194v0,54,10,104,29,149v19,45,46,82,82,114v36,32,79,57,129,74v50,17,106,26,168,26v55,0,110,-8,165,-24v55,-16,106,-41,152,-73r11,18v-98,72,-206,108,-323,108v-127,0,-229,-31,-308,-91v-100,-76,-150,-179,-150,-309v0,-54,8,-105,25,-152v17,-47,41,-90,73,-130v48,-59,106,-104,172,-134v66,-30,140,-45,223,-45v56,0,108,8,155,23v47,15,88,35,122,61v86,67,129,150,129,251v0,57,-11,108,-32,154v-21,46,-50,84,-88,114v-48,37,-99,56,-152,56v-62,0,-94,-24,-94,-71r0,-11v0,0,1,-8,2,-12","w":1032},"A":{"d":"589,-271r-200,-431r-199,431r399,0xm367,-732r44,0r347,732r-44,0r-110,-239r-430,0r-109,239r-45,0","w":778,"k":{"\u0443":19,"\u0422":80,"\u0421":19,"\u041e":19,"y":19,"v":52,"o":22,"Y":75,"W":19,"V":83,"U":19,"T":80,"Q":19,"O":19,"G":19,"C":19,";":-19,":":-19}},"B":{"d":"131,-32r308,0v71,0,126,-13,164,-39v38,-26,57,-69,57,-127v0,-34,-8,-62,-25,-85v-17,-23,-39,-40,-66,-53v-27,-13,-57,-23,-90,-28v-33,-5,-66,-8,-98,-8r-250,0r0,340xm131,-399r254,0v35,0,67,-3,97,-8v30,-5,56,-13,78,-25v22,-12,40,-29,52,-48v12,-19,19,-43,19,-72v0,-54,-17,-93,-52,-116v-35,-23,-84,-35,-147,-35r-301,0r0,304xm93,0r0,-732r355,0v79,0,135,15,171,43v36,28,53,72,53,131v0,19,-2,37,-7,56v-5,19,-14,36,-27,52v-13,16,-31,31,-53,42v-22,11,-51,19,-86,22v33,4,62,11,88,22v26,11,46,24,63,40v17,16,29,35,38,55v9,20,14,42,14,65v0,72,-20,124,-60,156v-40,32,-105,48,-195,48r-354,0","w":757},"C":{"d":"737,-521v-7,-30,-20,-56,-37,-81v-17,-25,-38,-46,-64,-63v-26,-17,-55,-32,-88,-41v-33,-9,-70,-14,-109,-14v-52,0,-99,9,-142,25v-43,16,-80,40,-110,71v-30,31,-54,68,-70,111v-16,43,-24,93,-24,147v0,54,8,102,24,146v16,44,39,81,68,112v29,31,64,54,105,71v41,17,85,25,134,25v40,0,79,-6,115,-18v36,-12,68,-28,96,-49v28,-21,51,-46,70,-75v19,-29,33,-60,40,-94r44,0v-7,39,-21,75,-41,108v-20,33,-46,61,-77,85v-31,24,-68,42,-109,55v-41,13,-87,20,-136,20v-58,0,-109,-9,-155,-27v-46,-18,-86,-43,-118,-76v-32,-33,-57,-74,-74,-122v-17,-48,-26,-101,-26,-161v0,-60,9,-114,26,-162v17,-48,42,-89,75,-122v33,-33,74,-59,122,-76v48,-17,102,-26,164,-26v49,0,94,6,133,17v39,11,73,28,102,48v29,20,52,44,69,72v17,28,29,60,34,94r-41,0","w":829},"D":{"d":"338,-705r-207,0r0,674r224,0v57,0,107,-4,150,-10v43,-6,82,-21,116,-44v40,-26,70,-63,88,-111v18,-48,27,-106,27,-175v0,-136,-38,-230,-115,-282v-36,-23,-77,-37,-123,-43v-46,-6,-99,-9,-160,-9xm355,-732v34,0,66,1,95,2v29,1,57,4,82,9v25,5,48,11,69,20v21,9,41,21,60,36v42,32,72,71,90,119v18,48,27,108,27,180v0,72,-9,132,-27,180v-18,48,-48,87,-90,119v-19,15,-39,27,-60,36v-21,9,-44,15,-69,20v-25,5,-53,8,-82,9v-29,1,-61,2,-95,2r-263,0r0,-732r263,0","w":831,"k":{"\u0410":19,"Y":19,"W":19,"V":19,"A":19}},"E":{"d":"92,0r0,-732r555,0r0,29r-517,0r0,315r478,0r0,29r-478,0r0,327r517,0r0,32r-555,0","w":699},"F":{"d":"92,0r0,-732r534,0r0,29r-496,0r0,312r443,0r0,32r-443,0r0,359r-38,0","w":660,"k":{"\u043e":37,"\u0422":-37,"\u0410":56,"o":37,"T":-37,"A":56,";":42,":":42,".":163,",":163}},"G":{"d":"782,0r-30,0r-8,-160v-15,37,-37,67,-64,90v-27,23,-55,42,-85,55v-30,13,-60,23,-90,28v-30,5,-55,7,-75,7v-58,0,-111,-9,-157,-27v-46,-18,-85,-43,-118,-76v-33,-33,-58,-74,-75,-122v-17,-48,-27,-101,-27,-161v0,-60,9,-114,26,-162v17,-48,42,-89,75,-122v33,-33,74,-59,122,-76v48,-17,102,-26,164,-26v48,0,92,6,131,17v39,11,72,28,100,48v28,20,51,44,67,71v16,27,27,56,30,88r-47,0v-11,-58,-43,-105,-92,-140v-49,-35,-114,-52,-193,-52v-52,0,-99,9,-141,25v-42,16,-78,40,-108,71v-30,31,-53,68,-69,111v-16,43,-24,93,-24,147v0,54,8,103,24,147v16,44,39,81,69,112v30,31,66,54,107,71v41,17,87,25,137,25v50,0,95,-9,134,-25v39,-16,72,-37,99,-63v27,-26,47,-54,60,-85v13,-31,20,-61,20,-90r0,-56r-245,0r0,-29r283,0r0,359","w":853,"k":{"\u0422":19,"Y":19,"T":19}},"H":{"d":"90,0r0,-732r40,0r0,325r542,0r0,-325r41,0r0,732r-41,0r0,-378r-542,0r0,378r-40,0","w":803,"k":{".":19,",":19}},"I":{"d":"98,0r0,-732r38,0r0,732r-38,0","w":233},"J":{"d":"281,20v-157,0,-235,-76,-235,-229r0,-8r39,0r0,14v0,62,16,110,48,142v32,32,79,47,139,47v70,0,119,-19,148,-56v29,-37,43,-93,43,-168r0,-494r38,0r0,478v0,44,-2,82,-6,112v-4,30,-14,58,-32,82v-19,26,-44,45,-75,59v-31,14,-67,21,-107,21","w":595},"K":{"d":"93,0r0,-732r38,0r0,447r505,-447r46,0r-337,301r349,431r-48,0r-330,-407r-185,162r0,245r-38,0","w":727,"k":{"\u0443":19,"\u043e":19,"\u0421":37,"\u041e":37,"\u0410":19,"y":19,"o":19,"Y":19,"W":19,"O":37,"C":37,"A":19}},"L":{"d":"92,0r0,-732r38,0r0,700r487,0r0,32r-525,0","w":647,"k":{"\u0443":37,"\u0422":94,"\u041e":75,"y":37,"Y":168,"W":75,"V":94,"U":56,"T":94,"O":75}},"M":{"d":"498,0r-366,-661r0,661r-38,0r0,-732r44,0r381,696r381,-696r44,0r0,732r-38,0r0,-660r-364,660r-44,0","w":1038},"N":{"d":"731,-732r39,0r0,732r-45,0r-595,-681r0,681r-39,0r0,-732r45,0r595,685r0,-685","w":860},"O":{"d":"442,-8v53,0,101,-8,144,-25v43,-17,80,-41,110,-72v30,-31,53,-69,69,-113v16,-44,24,-94,24,-148v0,-54,-8,-103,-24,-147v-16,-44,-39,-80,-69,-111v-30,-31,-67,-55,-110,-71v-43,-16,-91,-25,-144,-25v-54,0,-102,9,-145,25v-43,16,-80,40,-110,71v-30,31,-53,67,-69,111v-16,44,-24,93,-24,147v0,54,8,104,24,148v16,44,39,82,69,113v30,31,67,55,110,72v43,17,91,25,145,25xm829,-366v0,60,-9,114,-26,162v-17,48,-42,89,-75,122v-33,33,-74,59,-122,76v-48,17,-102,26,-164,26v-62,0,-117,-9,-165,-26v-48,-17,-89,-43,-122,-76v-33,-33,-58,-74,-75,-122v-17,-48,-26,-102,-26,-162v0,-60,9,-114,26,-162v17,-48,42,-89,75,-122v33,-33,74,-59,122,-76v48,-17,103,-26,165,-26v62,0,116,9,164,26v48,17,89,43,122,76v33,33,58,74,75,122v17,48,26,102,26,162","w":884,"k":{"\u0425":37,"\u0410":19,"Y":37,"X":37,"V":19,"A":19,";":-19,":":-19,".":42,",":42}},"P":{"d":"93,0r0,-732r295,0v93,0,160,16,202,49v42,33,63,85,63,158v0,73,-21,125,-63,158v-42,33,-110,48,-202,48r-257,0r0,319r-38,0xm131,-350r243,0v38,0,72,-3,102,-8v30,-5,54,-15,74,-28v20,-13,36,-31,46,-54v10,-23,15,-52,15,-86v0,-34,-5,-62,-15,-85v-10,-23,-26,-41,-46,-54v-20,-13,-44,-23,-74,-29v-30,-6,-64,-9,-102,-9r-243,0r0,353","w":699,"k":{"\u043e":37,"\u0410":89,"o":37,"Y":19,"A":89,";":28,":":28,".":224,",":224}},"Q":{"d":"637,-64r-101,-77r24,-28r110,94v42,-41,74,-85,92,-133v18,-48,27,-101,27,-159v0,-54,-8,-103,-24,-147v-16,-44,-39,-81,-69,-111v-30,-30,-67,-54,-110,-70v-43,-16,-91,-25,-144,-25v-53,0,-101,9,-144,25v-43,16,-79,40,-109,71v-30,31,-53,67,-69,111v-16,44,-24,93,-24,147v0,54,8,103,24,147v16,44,39,81,69,112v30,31,66,54,109,70v43,16,91,25,144,25v38,0,72,-4,102,-11v30,-7,61,-22,93,-41xm667,-33v-38,19,-75,33,-110,41v-35,8,-73,12,-115,12v-62,0,-117,-9,-165,-26v-48,-17,-89,-43,-122,-76v-33,-33,-58,-74,-75,-122v-17,-48,-26,-103,-26,-163v0,-60,9,-114,26,-162v17,-48,42,-88,75,-121v33,-33,74,-59,122,-76v48,-17,103,-26,165,-26v61,0,116,9,164,26v48,17,89,43,122,76v33,33,59,73,76,121v17,48,27,102,27,162v0,63,-11,119,-32,169v-21,50,-57,99,-107,145r117,93r-21,25","w":884},"R":{"d":"91,0r0,-732r352,0v91,0,156,16,198,47v42,31,63,79,63,142v0,24,-3,46,-9,68v-6,22,-16,42,-29,60v-13,18,-30,33,-50,45v-20,12,-43,19,-71,22v18,1,36,6,53,14v17,8,32,19,45,32v13,13,23,29,31,47v8,18,12,38,12,60v0,50,1,91,3,122v2,31,8,55,18,73r-45,0v-9,-22,-14,-48,-15,-79v-1,-31,-2,-70,-2,-116v0,-23,-6,-43,-16,-60v-10,-17,-25,-32,-43,-43v-18,-11,-40,-20,-66,-26v-26,-6,-53,-9,-83,-9r-307,0r0,333r-39,0xm424,-703r-294,0r0,340r304,0v75,0,133,-13,171,-39v38,-26,57,-69,57,-131v0,-32,-5,-59,-15,-81v-10,-22,-26,-39,-46,-52v-20,-13,-45,-22,-75,-28v-30,-6,-64,-9,-102,-9","w":774,"k":{"\u0443":-19,"\u043e":-19,"y":-19,"o":-19,".":-19,",":-19}},"S":{"d":"62,-213r41,0v0,28,7,54,20,78v13,24,32,45,56,63v24,18,53,33,86,44v33,11,69,16,108,16v39,0,74,-5,106,-14v32,-9,58,-22,80,-38v22,-16,39,-35,51,-57v12,-22,18,-47,18,-73v0,-26,-5,-48,-14,-65v-9,-17,-23,-31,-41,-42v-18,-11,-41,-21,-67,-28v-26,-7,-56,-14,-90,-20r-164,-29v-59,-10,-102,-29,-128,-56v-26,-27,-38,-66,-38,-116v0,-30,6,-58,18,-83v12,-25,29,-45,53,-63v24,-18,52,-31,87,-41v35,-10,75,-15,120,-15v45,0,84,5,119,15v35,10,64,23,88,40v24,17,41,37,53,61v12,24,19,51,20,79r-39,0v-4,-49,-27,-88,-69,-118v-42,-30,-99,-45,-172,-45v-36,0,-69,4,-98,12v-29,8,-53,20,-74,34v-21,14,-37,33,-48,53v-11,20,-17,43,-17,68v0,24,4,44,12,60v8,16,21,29,37,40v16,11,36,20,61,27v25,7,54,14,88,21r158,31v33,7,61,15,85,24v24,9,43,22,58,36v15,14,26,30,33,49v7,19,10,42,10,68v0,69,-24,123,-73,161v-49,38,-123,56,-222,56v-100,0,-176,-20,-229,-61v-53,-41,-81,-99,-83,-172","w":732},"T":{"d":"302,0r0,-703r-300,0r0,-29r639,0r0,29r-300,0r0,703r-39,0","w":643,"k":{"\u0443":84,"\u0441":84,"\u043e":121,"\u0421":19,"\u0410":80,"y":84,"w":84,"u":84,"s":66,"r":46,"o":121,"c":84,"C":19,"A":80,";":84,":":84,".":131,",":131}},"U":{"d":"91,-732r39,0r0,454v0,89,23,156,68,200v45,44,116,66,211,66v95,0,166,-23,212,-67v46,-44,68,-110,68,-199r0,-454r40,-1r0,475v0,92,-26,161,-79,208v-53,47,-133,70,-241,70v-109,0,-189,-23,-241,-70v-52,-47,-77,-117,-77,-212r0,-470","w":819,"k":{"\u0410":19,"A":19}},"V":{"d":"358,0r-341,-732r44,0r319,700r322,-700r45,0r-345,732r-44,0","w":764,"k":{"\u0443":19,"\u043e":75,"\u041e":19,"\u0410":37,"y":19,"u":56,"o":75,"O":19,"A":52,";":51,":":51,".":149,",":149}},"W":{"d":"807,0r-229,-681r-230,681r-45,0r-274,-732r45,0r252,700r229,-700r45,0r230,700r255,-700r44,0r-277,732r-45,0","w":1159,"k":{"\u043e":56,"\u0410":37,"u":19,"r":28,"o":56,"i":-19,"A":37,";":60,":":60,".":126,",":126}},"X":{"d":"38,0r297,-373r-281,-359r48,0r254,331r259,-331r47,0r-280,360r294,372r-50,0r-268,-343r-266,343r-54,0","w":707,"k":{"\u0421":37,"\u041e":37,"O":37,"C":37}},"Y":{"d":"347,0r0,-322r-313,-410r50,0r282,387r286,-387r46,0r-313,410r0,322r-38,0","w":732,"k":{"\u043e":94,"\u0421":19,"\u041e":37,"\u0410":75,"u":60,"o":94,"O":37,"C":19,"A":75,";":107,":":107,".":135,",":135}},"Z":{"d":"34,0r0,-46r598,-657r-568,0r0,-29r610,0r0,43r-601,657r601,0r0,32r-640,0","w":709},"[":{"d":"80,201r0,-927r181,0r0,24r-149,0r0,878r150,0r0,25r-182,0","w":290},"\\":{"d":"287,99r-290,-851r21,0r289,851r-20,0","w":260},"]":{"d":"211,201r-183,0r0,-25r150,0r0,-878r-149,0r0,-24r182,0r0,927","w":290},"^":{"d":"547,-744r235,272r-29,0r-237,-243r-238,243r-29,0r236,-272r62,0","w":1034},"_":{"d":"498,244r0,14r-498,0r0,-14r498,0","w":497},"`":{"d":"253,-630r-90,-115r45,0r67,115r-22,0","w":496},"a":{"d":"521,-314v-13,11,-27,19,-42,25v-15,6,-32,10,-50,13v-18,3,-37,4,-58,6v-21,2,-44,5,-68,9v-32,5,-59,10,-84,15v-25,5,-46,11,-64,20v-18,9,-32,21,-41,35v-9,14,-14,33,-14,57v0,17,4,33,12,48v8,15,20,28,34,39v14,11,32,20,52,26v20,6,42,9,67,9v36,0,70,-5,101,-15v31,-10,59,-24,82,-41v23,-17,40,-38,53,-62v13,-24,20,-51,20,-81r0,-103xm621,-34r0,28v-3,1,-9,1,-17,3v-8,2,-17,3,-26,3v-11,0,-20,-1,-27,-3v-7,-2,-13,-7,-17,-15v-4,-8,-8,-19,-10,-34v-2,-15,-3,-35,-3,-61v-13,24,-29,45,-48,61v-19,16,-41,29,-64,38v-23,9,-48,16,-74,20v-26,4,-51,6,-76,6v-67,0,-116,-13,-148,-38v-32,-25,-47,-62,-47,-110v0,-23,4,-43,12,-60v8,-17,21,-32,39,-45v18,-13,43,-24,75,-30v32,-6,71,-12,117,-18v34,-5,65,-8,92,-11v27,-3,49,-8,67,-14v18,-6,32,-16,41,-29v9,-13,14,-31,14,-56v0,-38,-16,-67,-49,-86v-33,-19,-80,-29,-141,-29v-69,0,-120,12,-155,35v-35,23,-52,55,-52,95r-35,0v-1,-50,19,-89,60,-117v41,-28,104,-41,187,-41v50,0,90,4,121,14v31,10,55,25,73,47v13,17,21,35,24,54v3,19,4,43,4,72r0,252v0,9,1,18,1,27v0,9,1,17,4,24v3,7,8,12,14,16v6,4,16,6,28,6v3,0,5,-1,8,-2v5,-2,5,-1,8,-2"},"b":{"d":"82,0r0,-732r35,0r0,339v15,-31,31,-56,50,-75v19,-19,39,-35,60,-46v21,-11,43,-18,66,-22v23,-4,46,-6,69,-6v43,0,81,6,116,19v35,13,64,32,89,56v25,24,43,53,56,87v13,34,20,72,20,114v0,42,-7,81,-20,115v-13,34,-31,63,-56,87v-25,24,-54,43,-89,56v-35,13,-73,20,-116,20v-24,0,-47,-2,-70,-7v-23,-5,-45,-13,-67,-25v-22,-12,-42,-28,-60,-47v-18,-19,-35,-44,-48,-74r0,141r-35,0xm117,-266v0,37,6,70,18,101v12,31,27,57,49,79v22,22,48,39,78,51v30,12,63,18,99,18v36,0,69,-6,99,-18v30,-12,56,-29,78,-51v22,-22,38,-48,50,-79v12,-31,18,-64,18,-101v0,-36,-6,-70,-18,-100v-12,-30,-28,-57,-50,-79v-22,-22,-47,-39,-77,-51v-30,-12,-63,-18,-99,-18v-36,0,-69,6,-99,18v-30,12,-56,29,-78,51v-22,22,-38,48,-50,78v-12,30,-18,64,-18,101","w":687},"c":{"d":"547,-169r39,0v-3,26,-12,49,-26,71v-14,22,-32,41,-54,57v-22,16,-48,30,-78,39v-30,9,-62,14,-98,14v-44,0,-83,-7,-118,-20v-35,-13,-65,-32,-90,-56v-25,-24,-44,-53,-57,-88v-13,-35,-20,-73,-20,-116v0,-43,7,-82,20,-116v13,-34,32,-62,57,-86v25,-24,55,-42,90,-54v35,-12,74,-18,118,-18v34,0,66,4,95,12v29,8,54,19,76,33v22,14,40,30,54,49v14,19,23,40,26,62r-41,0v-13,-41,-38,-73,-76,-95v-38,-22,-83,-33,-136,-33v-36,0,-69,6,-99,17v-30,11,-55,28,-77,49v-22,21,-40,47,-52,78v-12,31,-18,64,-18,102v0,38,6,72,18,103v12,31,29,57,51,79v22,22,47,40,78,52v31,12,65,18,101,18v27,0,52,-4,77,-12v25,-8,47,-19,66,-33v19,-14,36,-30,49,-48v13,-18,21,-38,25,-60","w":616},"d":{"d":"606,-733r0,733r-34,0r0,-141v-11,32,-26,57,-44,77v-18,20,-38,36,-60,47v-22,11,-45,19,-70,23v-25,4,-48,6,-72,6v-43,0,-82,-7,-117,-20v-35,-13,-64,-32,-88,-56v-24,-24,-43,-53,-56,-87v-13,-34,-20,-73,-20,-115v0,-42,7,-80,20,-114v13,-34,32,-63,56,-87v24,-24,53,-43,88,-56v35,-13,74,-19,117,-19v23,0,45,2,69,7v24,5,46,12,68,24v22,12,41,27,60,46v19,19,36,43,49,71r0,-339r34,0xm572,-266v0,-37,-6,-70,-18,-101v-12,-31,-29,-57,-51,-79v-22,-22,-47,-39,-77,-51v-30,-12,-63,-18,-99,-18v-36,0,-70,7,-100,19v-30,12,-55,29,-77,51v-22,22,-39,48,-51,79v-12,31,-17,64,-17,100v0,37,5,70,17,101v12,31,29,57,51,79v22,22,47,39,77,51v30,12,64,18,100,18v36,0,69,-6,99,-18v30,-12,55,-29,77,-51v22,-22,39,-48,51,-79v12,-31,18,-64,18,-101","w":687},"e":{"d":"585,-142v-5,22,-16,42,-30,61v-14,19,-33,35,-55,49v-22,14,-47,25,-76,33v-29,8,-60,11,-94,11v-44,0,-83,-6,-118,-19v-35,-13,-65,-31,-90,-55v-25,-24,-43,-54,-56,-88v-13,-34,-20,-72,-20,-114v0,-42,7,-81,20,-115v13,-34,32,-64,57,-88v25,-24,54,-43,89,-56v35,-13,74,-19,118,-19v43,0,81,7,116,20v35,13,64,32,89,56v25,24,43,54,56,88v13,34,20,73,20,115r-528,0v3,42,10,79,23,110v13,31,29,56,51,76v22,20,47,35,76,45v29,10,61,15,97,15v26,0,49,-3,72,-9v23,-6,44,-15,62,-26v18,-11,34,-24,47,-39v13,-15,22,-32,28,-51r46,0xm83,-291r488,0v0,-37,-7,-69,-20,-97v-13,-28,-31,-51,-53,-70v-22,-19,-48,-33,-77,-42v-29,-9,-59,-14,-91,-14v-32,0,-63,5,-92,15v-29,10,-55,23,-77,42v-22,19,-40,42,-54,70v-14,28,-21,60,-24,96","w":654},"f":{"d":"114,0r0,-500r-99,0r0,-28r99,0r0,-66v0,-27,1,-49,4,-67v3,-18,8,-32,15,-42v7,-10,17,-18,30,-22v13,-4,30,-7,50,-7v11,0,22,1,34,3v12,2,22,3,30,5r0,28v-18,-5,-39,-7,-64,-7v-14,0,-26,2,-35,7v-9,5,-15,12,-19,20v-4,8,-8,19,-9,31v-1,12,-2,27,-2,42r0,75r129,0r0,28r-129,0r0,500r-34,0","w":282,"k":{"t":-37,".":19,",":19}},"g":{"d":"574,-264v0,-37,-6,-71,-18,-102v-12,-31,-28,-57,-50,-79v-22,-22,-48,-39,-78,-51v-30,-12,-63,-18,-99,-18v-36,0,-70,6,-100,18v-30,12,-55,29,-77,51v-22,22,-39,49,-51,80v-12,31,-17,64,-17,101v0,36,5,70,17,100v12,30,29,56,51,78v22,22,47,39,77,51v30,12,64,18,100,18v36,0,69,-6,99,-18v30,-12,56,-29,78,-51v22,-22,38,-47,50,-78v12,-31,18,-64,18,-100xm608,-23v0,19,-1,37,-2,52v-1,15,-3,30,-7,43v-4,13,-10,26,-18,37v-8,11,-18,22,-31,33v-26,21,-56,36,-92,46v-36,10,-78,15,-127,15v-38,0,-72,-3,-101,-10v-29,-7,-54,-17,-74,-28v-20,-11,-35,-25,-46,-40v-11,-15,-17,-31,-18,-48r39,0v5,30,24,54,59,71v35,17,82,26,140,26v85,0,147,-15,186,-45v39,-30,58,-78,58,-145r0,-121v-10,28,-25,51,-43,70v-18,19,-39,34,-62,46v-23,12,-45,21,-70,26v-25,5,-48,7,-71,7v-43,0,-82,-7,-117,-20v-35,-13,-64,-32,-88,-56v-24,-24,-43,-53,-56,-87v-13,-34,-20,-71,-20,-113v0,-42,7,-81,20,-115v13,-34,32,-64,56,-88v24,-24,53,-43,88,-56v35,-13,74,-19,117,-19v22,0,45,1,68,5v23,4,45,11,67,22v22,11,42,26,61,45v19,19,36,45,50,77r0,-135r34,0r0,505","w":687},"h":{"d":"78,0r0,-732r34,0r0,325v19,-42,49,-76,88,-100v39,-24,90,-35,155,-35v28,0,55,3,81,11v26,8,49,20,68,36v19,16,35,35,47,60v12,25,18,54,18,88r0,347r-35,0r0,-298v0,-71,-14,-124,-43,-161v-29,-37,-74,-55,-139,-55v-28,0,-56,4,-85,11v-29,7,-54,20,-77,38v-23,18,-42,42,-56,73v-14,31,-22,69,-22,115r0,277r-34,0","w":646},"i":{"d":"85,0r0,-528r34,0r0,528r-34,0xm119,-732r0,68r-34,0r0,-68r34,0","w":204},"j":{"d":"126,87v0,23,-1,42,-4,57v-3,15,-8,28,-15,38v-7,10,-18,17,-32,21v-14,4,-32,6,-54,6v-13,0,-24,-1,-34,-3v-10,-2,-17,-3,-22,-4r1,-30v7,3,15,5,23,6v8,1,16,1,23,2v19,0,33,-3,44,-8v11,-5,19,-12,24,-22v5,-10,8,-22,9,-35v1,-13,2,-28,2,-43r0,-594r35,0r0,609xm126,-725r0,68r-34,0r0,-68r34,0","w":201},"k":{"d":"83,0r0,-732r34,0r0,491r355,-287r45,0r-230,186r287,342r-48,0r-269,-321r-140,116r0,205r-34,0","w":594,"k":{"\u043e":19,"o":19}},"l":{"d":"85,0r0,-732r34,0r0,732r-34,0","w":204},"m":{"d":"79,0r0,-528r34,0r0,129v19,-48,51,-84,94,-108v43,-24,98,-35,163,-35v26,0,48,2,67,7v19,5,36,12,50,23v14,11,27,27,38,45v11,18,20,41,29,68v39,-95,124,-143,256,-143v72,0,124,15,157,45v33,30,49,78,49,146r0,351r-34,0r0,-302v0,-35,-3,-66,-9,-93v-6,-27,-16,-48,-30,-66v-14,-18,-32,-31,-55,-40v-23,-9,-51,-13,-85,-13v-34,0,-64,5,-93,15v-29,10,-54,24,-76,42v-22,18,-38,40,-50,66v-12,26,-19,54,-19,84r0,307r-34,0r0,-302v0,-71,-15,-125,-46,-160v-31,-35,-79,-52,-146,-52v-30,0,-59,5,-87,16v-28,11,-52,25,-72,44v-20,19,-37,41,-49,66v-12,25,-18,52,-18,81r0,307r-34,0","w":1092},"n":{"d":"78,0r0,-528r34,0r0,131v5,-18,14,-37,27,-54v13,-17,31,-32,51,-46v20,-14,45,-25,73,-33v28,-8,58,-12,92,-12v26,0,51,3,77,9v26,6,49,17,69,32v20,15,37,35,49,60v12,25,19,56,19,94r0,347r-35,0r0,-334v0,-27,-3,-51,-9,-73v-6,-22,-17,-41,-31,-57v-14,-16,-32,-28,-55,-37v-23,-9,-50,-13,-82,-13v-26,0,-54,4,-83,11v-29,7,-55,19,-79,36v-24,17,-43,41,-59,70v-16,29,-24,65,-24,108r0,289r-34,0","w":646},"o":{"d":"613,-262v1,74,-17,134,-55,182v-25,32,-56,57,-95,73v-39,16,-83,25,-133,25v-97,0,-172,-31,-224,-91v-40,-49,-61,-112,-61,-189v0,-43,8,-81,21,-115v13,-34,31,-63,56,-87v25,-24,55,-42,90,-54v35,-12,74,-18,118,-18v43,0,82,6,117,18v35,12,64,30,89,54v25,24,44,53,57,87v13,34,20,72,20,115xm577,-262v0,-38,-7,-71,-19,-102v-12,-31,-28,-57,-50,-78v-22,-21,-47,-38,-78,-49v-31,-11,-64,-17,-100,-17v-37,0,-71,6,-101,17v-30,11,-56,27,-78,49v-22,22,-39,48,-51,78v-12,30,-18,64,-18,102v0,38,6,72,18,103v12,31,29,57,51,79v22,22,48,40,78,52v30,12,64,18,101,18v36,0,69,-6,100,-18v31,-12,56,-30,78,-52v22,-22,38,-48,50,-79v12,-31,19,-65,19,-103","w":659},"p":{"d":"117,-126r0,339r-34,0r0,-731r34,0r0,140v13,-30,29,-55,47,-75v18,-20,38,-35,60,-47v22,-12,44,-20,68,-25v24,-5,47,-7,71,-7v43,0,81,7,116,20v35,13,65,32,89,56v24,24,42,54,55,88v13,34,20,72,20,114v0,42,-7,79,-20,113v-13,34,-31,64,-55,88v-24,24,-54,43,-89,56v-35,13,-73,19,-116,19v-23,0,-47,-2,-71,-7v-24,-5,-47,-14,-69,-25v-22,-11,-43,-26,-61,-45v-18,-19,-34,-43,-45,-71xm607,-254v0,-37,-6,-70,-18,-101v-12,-31,-28,-57,-50,-79v-22,-22,-48,-40,-78,-52v-30,-12,-63,-18,-99,-18v-36,0,-69,6,-99,18v-30,12,-56,29,-78,51v-22,22,-38,48,-50,79v-12,31,-18,65,-18,102v0,36,6,69,18,100v12,31,28,57,50,79v22,22,48,39,78,51v30,12,63,18,99,18v36,0,69,-6,99,-18v30,-12,56,-30,78,-52v22,-22,38,-48,50,-78v12,-30,18,-64,18,-100","w":687},"q":{"d":"572,-136v-11,28,-27,51,-45,70v-18,19,-39,35,-61,46v-22,11,-46,20,-70,25v-24,5,-47,7,-70,7v-43,0,-82,-7,-117,-20v-35,-13,-64,-32,-88,-56v-24,-24,-43,-53,-56,-87v-13,-34,-20,-71,-20,-113v0,-42,7,-80,20,-114v13,-34,32,-64,56,-88v24,-24,53,-43,88,-56v35,-13,74,-20,117,-20v23,0,46,2,70,7v24,5,46,12,68,24v22,12,43,28,61,48v18,20,34,45,47,75r0,-140r34,0r0,731r-34,0r0,-339xm82,-264v0,36,5,70,17,100v12,30,29,56,51,78v22,22,47,40,77,52v30,12,64,18,100,18v36,0,69,-6,99,-18v30,-12,55,-29,77,-51v22,-22,39,-48,51,-79v12,-31,18,-64,18,-100v0,-37,-6,-71,-18,-102v-12,-31,-29,-57,-51,-79v-22,-22,-47,-39,-77,-51v-30,-12,-63,-18,-99,-18v-36,0,-70,6,-100,18v-30,12,-55,29,-77,51v-22,22,-39,49,-51,80v-12,31,-17,64,-17,101","w":687},"r":{"d":"114,0r-34,0r0,-528r34,0r0,140v8,-28,19,-52,31,-71v12,-19,26,-36,41,-48v15,-12,32,-21,50,-27v18,-6,36,-8,54,-8v13,0,28,1,43,3v15,2,25,5,31,8r0,33v-7,-4,-16,-8,-28,-11v-12,-3,-29,-5,-51,-5v-26,0,-48,7,-69,22v-21,15,-39,33,-54,56v-15,23,-27,48,-35,75v-8,27,-13,53,-13,77r0,284","w":360,"k":{".":103,",":103}},"s":{"d":"31,-136r38,0v5,39,25,70,63,93v38,23,88,35,151,35v67,0,121,-11,159,-33v38,-22,57,-53,57,-93v0,-32,-11,-57,-33,-73v-22,-16,-52,-28,-90,-34r-164,-24v-60,-8,-104,-22,-129,-42v-25,-20,-38,-51,-38,-93v0,-44,20,-80,58,-106v38,-26,97,-38,176,-38v39,0,74,4,103,11v29,7,54,18,73,30v19,12,34,27,44,44v10,17,16,36,17,55r-39,0v-5,-35,-27,-63,-63,-84v-36,-21,-85,-31,-146,-31v-57,0,-102,11,-135,32v-33,21,-49,49,-49,83v0,36,13,61,40,76v27,15,63,27,107,33r145,22v59,8,101,22,125,42v24,20,36,50,36,90v0,54,-20,94,-62,121v-42,27,-108,40,-199,40v-79,0,-139,-14,-179,-43v-40,-29,-63,-67,-66,-113","w":567},"t":{"d":"146,-130v0,16,1,31,2,45v1,14,5,26,10,36v5,10,12,17,22,23v10,6,25,9,42,9v13,0,25,-3,36,-7v11,-4,17,-6,18,-7r0,31v-9,3,-21,7,-34,9v-13,2,-26,3,-39,3v-18,0,-33,-2,-45,-7v-12,-5,-21,-12,-28,-23v-7,-11,-11,-25,-14,-42v-3,-17,-4,-38,-4,-62r0,-378r-99,0r0,-29r99,0r0,-174r34,0r0,174r129,0r0,29r-129,0r0,370","w":282},"u":{"d":"569,-528r0,528r-34,0r0,-147v-5,19,-13,36,-24,51v-11,15,-23,29,-34,40v-28,27,-60,45,-95,54v-35,9,-70,14,-104,14v-72,0,-123,-15,-154,-46v-31,-31,-46,-79,-46,-147r0,-347r34,0r0,297v0,37,2,69,7,96v5,27,14,49,27,66v13,17,31,31,54,39v23,8,53,13,90,13v32,0,63,-6,93,-17v30,-11,55,-28,78,-49v23,-21,41,-47,54,-77v13,-30,19,-64,19,-102r-1,-266r36,0","w":646},"v":{"d":"3,-528r41,0r224,503r223,-503r41,0r-244,528r-41,0","w":539,"k":{"A":37,".":80,",":80}},"w":{"d":"844,-528r-193,528r-42,0r-175,-497r-178,497r-42,0r-192,-528r42,0r171,503r178,-503r42,0r176,503r171,-503r42,0","w":884,"k":{".":75,",":75}},"x":{"d":"497,0r-211,-260r-212,260r-50,0r243,-283r-213,-245r51,0r179,222r182,-222r50,0r-212,247r242,281r-49,0","w":566},"y":{"d":"252,79r-33,55v-9,15,-20,28,-31,38v-11,10,-25,18,-41,23v-16,5,-37,8,-63,8v-9,0,-18,-1,-26,-2v-8,-1,-15,-3,-20,-4r0,-29v5,1,12,3,23,4v11,1,22,2,32,2v19,0,35,-3,49,-10v14,-7,27,-16,39,-29v12,-13,24,-30,34,-50v10,-20,22,-43,33,-69r-250,-544r42,0r225,519r227,-519r39,0","w":539,"k":{".":89,",":89}},"z":{"d":"26,0r0,-39r465,-461r-438,0r0,-28r467,0r0,38r-465,461r480,0r0,29r-509,0","w":562},"{":{"d":"410,-731r0,35r-19,0v-26,0,-46,3,-61,8v-15,5,-28,12,-36,23v-8,11,-14,25,-17,43v-3,18,-5,39,-5,65r0,121v0,26,-1,48,-3,67v-2,19,-7,36,-14,51v-7,15,-18,28,-30,38v-12,10,-29,18,-50,24v21,6,38,14,50,24v12,10,23,22,30,37v7,15,12,32,14,52v2,20,3,42,3,67r0,121v0,26,2,47,5,65v3,18,9,32,17,43v8,11,21,18,36,23v15,5,35,7,61,7r19,0r0,35r-17,0v-34,0,-61,-3,-82,-10v-21,-7,-37,-18,-49,-33v-12,-15,-20,-35,-24,-59v-4,-24,-6,-54,-6,-90r0,-119v0,-26,-3,-48,-7,-67v-4,-19,-11,-35,-21,-46v-10,-11,-24,-20,-41,-25v-17,-5,-37,-8,-62,-8v-3,0,-7,1,-11,1r-12,0r0,-36v3,1,8,1,13,1r13,0v48,0,81,-11,100,-34v19,-23,28,-60,28,-112r0,-119v0,-35,2,-64,6,-89v4,-25,12,-45,24,-60v12,-15,28,-27,49,-34v21,-7,48,-10,82,-10r17,0","w":497},"|":{"d":"265,-781r0,1028r-32,0r0,-1028r32,0","w":497},"}":{"d":"92,-733r17,0v34,0,61,3,82,10v21,7,37,19,49,34v12,15,20,35,24,60v4,25,6,54,6,89r0,119v0,52,9,89,28,112v19,23,52,34,100,34r12,0v6,0,11,0,14,-1r0,36r-12,0v0,0,-8,-1,-11,-1v-25,0,-45,3,-62,8v-17,5,-31,14,-41,25v-10,11,-17,27,-21,46v-4,19,-7,41,-7,67r0,119v0,36,-2,66,-6,90v-4,24,-12,44,-24,59v-12,15,-28,26,-49,33v-21,7,-48,10,-82,10r-17,0r0,-35r19,0v25,0,45,-2,61,-7v16,-5,28,-12,36,-23v8,-11,14,-25,17,-43v3,-18,5,-39,5,-65r0,-121v0,-25,1,-47,3,-67v2,-20,7,-37,14,-52v7,-15,18,-27,30,-37v12,-10,29,-18,50,-24v-21,-6,-38,-14,-50,-24v-12,-10,-23,-23,-30,-38v-7,-15,-12,-32,-14,-51v-2,-19,-3,-41,-3,-67r0,-121v0,-26,-2,-47,-5,-65v-3,-18,-9,-32,-17,-43v-8,-11,-20,-18,-36,-23v-16,-5,-36,-8,-61,-8r-19,0r0,-35","w":497},"~":{"d":"759,-346r0,37v-70,49,-135,73,-195,73v-28,0,-54,-3,-77,-10v-23,-7,-45,-15,-67,-23v-25,-9,-48,-18,-72,-26v-24,-8,-48,-11,-72,-11v-31,0,-62,7,-93,21v-31,14,-64,33,-101,59r0,-37v34,-24,66,-43,98,-56v32,-13,64,-19,96,-19v15,0,30,2,46,6v16,4,33,8,51,14v34,11,66,24,97,35v31,11,62,17,94,17v30,0,62,-7,93,-21v31,-14,65,-33,102,-59","w":854},"-":{"d":"59,-249r0,-26r340,0r0,26r-340,0","w":458},"\u0401":{"d":"92,0r0,-732r555,0r0,29r-516,0r0,315r477,0r0,30r-477,0r0,329r516,0r0,29r-555,0xm210,-876r0,-57r39,0r0,57r-39,0xm485,-876r0,-57r39,0r0,57r-39,0","w":699},"\u0451":{"d":"585,-147v-5,22,-16,42,-30,61v-14,19,-33,35,-55,49v-22,14,-47,24,-76,32v-29,8,-60,12,-94,12v-44,0,-83,-6,-118,-19v-35,-13,-65,-32,-90,-56v-25,-24,-43,-53,-56,-87v-13,-34,-20,-72,-20,-114v0,-42,7,-81,20,-115v13,-34,32,-64,57,-88v25,-24,54,-43,89,-56v35,-13,74,-19,118,-19v43,0,81,6,116,19v35,13,64,32,89,56v25,24,43,53,56,88v13,35,20,74,20,116r-523,0v0,42,6,79,18,110v12,31,29,56,50,76v21,20,46,35,76,45v30,10,62,15,98,15v26,0,49,-3,72,-9v23,-6,44,-15,62,-26v18,-11,34,-24,47,-39v13,-15,22,-32,28,-51r46,0xm88,-296r483,0v-1,-37,-8,-70,-21,-98v-13,-28,-31,-51,-53,-69v-22,-18,-47,-33,-76,-42v-29,-9,-59,-14,-91,-14v-33,0,-65,4,-94,14v-29,10,-55,24,-77,43v-22,19,-39,42,-52,70v-13,28,-19,60,-19,96xm219,-729r0,68r-35,0r0,-68r35,0xm461,-729r0,68r-35,0r0,-68r35,0","w":654},"\u0410":{"d":"589,-271r-200,-431r-199,431r399,0xm367,-732r44,0r347,732r-44,0r-110,-239r-430,0r-109,239r-45,0","w":778,"k":{"\u044e":60,"\u0447":113,"\u0444":91,"\u0443":19,"\u0440":30,"\u043e":22,"\u043a":22,"\u0438":30,"\u0432":15,"\u0427":135,"\u0422":125,"\u0421":19,"\u041e":79,"y":19,"Y":75,"W":19,"V":37,"U":19,"T":80,"Q":19,"O":19,"G":19,"C":19,";":-19,":":-19}},"\u0411":{"d":"131,-32r308,0v71,0,126,-13,164,-39v38,-26,57,-69,57,-127v0,-34,-8,-62,-25,-85v-17,-23,-39,-40,-66,-53v-27,-13,-57,-23,-90,-28v-33,-5,-66,-8,-98,-8r-250,0r0,340xm93,0r0,-732r538,0r0,29r-500,0r0,304r254,0v61,0,112,5,153,17v41,12,73,27,97,46v24,19,41,40,51,63v10,23,16,46,16,69v0,72,-20,124,-60,156v-40,32,-105,48,-195,48r-354,0","w":757},"\u0412":{"d":"131,-32r308,0v71,0,126,-13,164,-39v38,-26,57,-69,57,-127v0,-34,-8,-62,-25,-85v-17,-23,-39,-40,-66,-53v-27,-13,-57,-23,-90,-28v-33,-5,-66,-8,-98,-8r-250,0r0,340xm131,-399r254,0v35,0,67,-3,97,-8v30,-5,56,-13,78,-25v22,-12,40,-29,52,-48v12,-19,19,-43,19,-72v0,-54,-17,-93,-52,-116v-35,-23,-84,-35,-147,-35r-301,0r0,304xm93,0r0,-732r355,0v79,0,135,15,171,43v36,28,53,72,53,131v0,19,-2,37,-7,56v-5,19,-14,36,-27,52v-13,16,-31,31,-53,42v-22,11,-51,19,-86,22v33,4,62,11,88,22v26,11,46,24,63,40v17,16,29,35,38,55v9,20,14,42,14,65v0,72,-20,124,-60,156v-40,32,-105,48,-195,48r-354,0","w":757},"\u0413":{"d":"131,0r-38,0r0,-732r485,0r0,29r-447,0r0,703","w":586,"k":{"\u0449":212,"\u0448":211,"\u0447":204,"\u0446":173,"\u0445":212,"\u0444":197,"\u0441":197,"\u0440":212,"\u043f":188,"\u043e":212,"\u043d":212,"\u043b":166,"\u043a":158,"\u0438":136,"\u0437":212,"\u0436":136,"\u0435":181,"\u0434":181,"\u0432":151,"\u0431":128,"\u0430":204,"\u042f":60,"\u042d":91,"\u0424":113,"\u0421":106,"\u041e":113,"\u041b":68,"\u0414":121,"\u0410":242}},"\u0414":{"d":"650,-703r-433,0r0,330v0,38,-2,72,-5,102v-3,30,-9,59,-17,86v-8,27,-18,52,-30,77v-12,25,-27,50,-44,76r530,0xm75,-32r0,1v18,-24,33,-47,46,-72v13,-25,25,-52,33,-81v8,-29,14,-61,18,-97v4,-36,5,-77,5,-123r0,-328r512,0r0,700r79,0r0,223r-38,0r0,-191r-671,0r0,191r-38,0r0,-223r54,0","w":779,"k":{"\u0423":-45}},"\u0415":{"d":"92,0r0,-732r555,0r0,29r-517,0r0,315r478,0r0,30r-478,0r0,326r517,0r0,32r-555,0","w":699,"k":{"\u0447":52,"\u0445":30,"\u0442":37,"\u0441":37,"\u043d":30,"\u0437":52}},"\u0416":{"d":"539,0r-38,0r0,-245r-157,-158r-287,403r-47,0r304,-431r-294,-301r47,0r434,447r0,-447r38,0r0,447r435,-447r46,0r-294,301r304,431r-47,0r-286,-403r-158,158r0,245","w":1031,"k":{"\u0447":37,"\u0442":45}},"\u0417":{"d":"165,-561r-38,0v0,-27,5,-53,16,-76v11,-23,27,-43,49,-60v22,-17,50,-30,83,-40v33,-10,72,-15,116,-15v42,0,80,4,114,12v34,8,63,19,88,34v25,15,44,35,57,59v13,24,20,51,20,82v0,45,-11,82,-35,112v-24,30,-66,52,-125,65v31,4,58,12,82,24v24,12,44,27,60,45v16,18,28,37,36,59v8,22,13,43,13,66v0,67,-23,119,-70,157v-47,38,-123,57,-228,57v-44,0,-85,-3,-121,-11v-36,-8,-67,-20,-93,-37v-26,-17,-46,-38,-60,-65v-14,-27,-21,-60,-21,-98r38,0v0,34,7,62,19,85v12,23,30,41,53,55v23,14,49,24,81,30v32,6,66,9,104,9v45,0,84,-5,117,-14v33,-9,59,-21,79,-36v20,-15,36,-34,46,-55v10,-21,14,-42,14,-66v0,-59,-21,-105,-63,-138v-42,-33,-98,-49,-169,-49r-93,0r0,-30r77,0v58,0,105,-10,141,-29v24,-12,42,-29,56,-49v14,-20,21,-48,21,-82v0,-28,-7,-53,-20,-73v-13,-20,-32,-36,-54,-49v-22,-13,-47,-23,-76,-29v-29,-6,-58,-9,-88,-9v-29,0,-57,3,-84,9v-27,6,-51,15,-72,27v-21,12,-38,29,-51,49v-13,20,-19,45,-19,74","w":757},"\u0418":{"d":"767,0r-39,0r0,-681r-601,681r-39,0r0,-732r39,0r0,674r601,-674r39,0r0,732","w":859},"\u0419":{"d":"762,0r-39,0r0,-681r-601,681r-39,0r0,-732r39,0r0,673r601,-673r39,0r0,732xm269,-939r24,0v0,19,4,35,11,48v7,13,17,24,29,32v12,8,26,14,41,17v15,3,31,5,47,5v17,0,33,-1,49,-4v16,-3,31,-9,43,-17v12,-8,22,-19,30,-32v8,-13,11,-29,11,-49r25,0v0,44,-14,77,-41,100v-27,23,-68,35,-120,35v-48,0,-85,-12,-111,-36v-26,-24,-38,-56,-38,-99","w":859},"\u041a":{"d":"92,0r0,-732r39,0r0,447r505,-447r46,0r-337,301r349,431r-48,0r-330,-407r-185,162r0,245r-39,0","w":727,"k":{"\u0447":91,"\u043e":60,"\u0430":22,"\u041e":45}},"\u041b":{"d":"175,-703r0,350v0,69,-3,127,-8,174v-5,47,-13,85,-24,115v-11,30,-25,52,-42,65v-17,13,-37,19,-59,19v-10,0,-18,0,-24,-1v-6,-1,-11,-3,-16,-4r3,-31v1,0,6,1,13,2v7,1,14,2,21,2v17,0,32,-8,44,-23v12,-15,23,-38,31,-70v8,-32,14,-72,18,-122v4,-50,5,-108,5,-177r0,-328r578,0r0,732r-38,0r0,-703r-502,0","w":808,"k":{"\u0427":83,"\u0417":45}},"\u041c":{"d":"498,0r-366,-661r0,661r-38,0r0,-732r44,0r381,696r381,-696r44,0r0,732r-38,0r0,-660r-364,660r-44,0","w":1038},"\u041d":{"d":"90,0r0,-732r40,0r0,325r542,0r0,-325r41,0r0,732r-41,0r0,-378r-542,0r0,378r-40,0","w":803,"k":{".":19,",":19}},"\u041e":{"d":"442,-12v53,0,101,-9,144,-25v43,-16,80,-39,110,-70v30,-31,53,-68,69,-112v16,-44,24,-93,24,-147v0,-54,-8,-103,-24,-147v-16,-44,-39,-80,-69,-111v-30,-31,-67,-55,-110,-71v-43,-16,-91,-25,-144,-25v-54,0,-102,9,-145,25v-43,16,-80,40,-110,71v-30,31,-53,67,-69,111v-16,44,-24,93,-24,147v0,54,8,103,24,147v16,44,39,81,69,112v30,31,67,54,110,70v43,16,91,25,145,25xm831,-366v0,60,-10,114,-27,162v-17,48,-43,89,-76,122v-33,33,-74,59,-122,76v-48,17,-103,26,-164,26v-62,0,-117,-9,-165,-26v-48,-17,-89,-43,-122,-76v-33,-33,-58,-74,-75,-122v-17,-48,-26,-102,-26,-162v0,-60,9,-114,26,-162v17,-48,42,-89,75,-122v33,-33,74,-59,122,-76v48,-17,103,-26,165,-26v61,0,116,9,164,26v48,17,89,43,122,76v33,33,59,74,76,122v17,48,27,102,27,162","w":884,"k":{"\u0425":37,"\u0410":34,"Y":37,"X":37,"V":19,"A":19,";":-19,":":-19,".":42,",":42}},"\u041f":{"d":"90,0r0,-732r623,0r0,732r-40,0r0,-703r-544,0r0,703r-39,0","w":803},"\u0420":{"d":"93,0r0,-732r295,0v93,0,160,16,202,49v42,33,63,85,63,158v0,73,-21,125,-63,158v-42,33,-110,48,-202,48r-257,0r0,319r-38,0xm131,-350r243,0v38,0,72,-3,102,-8v30,-5,54,-15,74,-28v20,-13,36,-31,46,-54v10,-23,15,-52,15,-86v0,-34,-5,-62,-15,-85v-10,-23,-26,-41,-46,-54v-20,-13,-44,-23,-74,-29v-30,-6,-64,-9,-102,-9r-243,0r0,353","w":699,"k":{"\u044f":52,"\u044e":76,"\u043e":37,"\u0410":89,"o":37,"Y":19,"A":89,";":28,":":28,".":224,",":224}},"\u0421":{"d":"737,-521v-7,-30,-20,-56,-37,-81v-17,-25,-38,-46,-64,-63v-26,-17,-55,-32,-88,-41v-33,-9,-70,-14,-109,-14v-52,0,-99,9,-142,25v-43,16,-80,40,-110,71v-30,31,-54,68,-70,111v-16,43,-24,93,-24,147v0,54,8,102,24,146v16,44,39,81,68,112v29,31,64,54,105,71v41,17,85,25,134,25v40,0,79,-6,115,-18v36,-12,68,-28,96,-49v28,-21,51,-46,70,-75v19,-29,33,-60,40,-94r44,0v-7,39,-21,75,-41,108v-20,33,-46,61,-77,85v-31,24,-68,42,-109,55v-41,13,-87,20,-136,20v-58,0,-109,-9,-155,-27v-46,-18,-86,-43,-118,-76v-32,-33,-57,-74,-74,-122v-17,-48,-26,-101,-26,-161v0,-60,9,-114,26,-162v17,-48,42,-89,75,-122v33,-33,74,-59,122,-76v48,-17,102,-26,164,-26v49,0,94,6,133,17v39,11,73,28,102,48v29,20,52,44,69,72v17,28,29,60,34,94r-41,0","w":829},"\u0422":{"d":"302,0r0,-703r-300,0r0,-29r639,0r0,29r-300,0r0,703r-39,0","w":643,"k":{"\u044f":76,"\u044e":129,"\u044d":158,"\u044c":99,"\u044b":128,"\u0449":128,"\u0448":128,"\u0447":143,"\u0446":106,"\u0445":76,"\u0444":188,"\u0443":84,"\u0441":84,"\u0440":106,"\u043f":106,"\u043e":121,"\u043d":113,"\u043c":76,"\u043b":68,"\u043a":136,"\u0438":151,"\u0437":91,"\u0436":98,"\u0435":113,"\u0434":128,"\u0433":84,"\u0432":91,"\u0431":52,"\u0430":121,"\u0424":45,"\u0421":19,"\u0410":110,"y":84,"w":84,"u":84,"s":66,"r":46,"o":121,"c":84,"C":19,"A":80,";":84,":":84,".":131,",":131}},"\u0423":{"d":"8,-732r45,0r317,598r273,-598r42,0r-303,644v-11,22,-23,40,-35,53v-12,13,-25,22,-37,29v-12,7,-25,12,-37,14v-12,2,-24,3,-35,4v-3,0,-8,0,-14,-1v-9,-1,-8,-1,-17,-2v-6,-1,-12,-1,-17,-2v-5,-1,-9,-2,-11,-3r8,-33v5,3,12,6,17,7v5,1,12,2,20,2v15,-1,28,-2,39,-4v11,-2,22,-4,30,-8v8,-4,16,-10,23,-17v7,-7,13,-17,19,-28r15,-26","w":732,"k":{"\u044f":106,"\u044e":121,"\u044d":113,"\u0449":98,"\u0448":98,"\u0447":76,"\u0446":128,"\u0445":83,"\u0444":121,"\u0441":113,"\u0440":143,"\u043f":98,"\u043e":83,"\u043d":83,"\u043c":135,"\u043b":128,"\u043a":121,"\u0439":91,"\u0438":105,"\u0437":121,"\u0436":91,"\u0434":151,"\u0432":98,"\u0431":83,"\u0430":120,"\u041b":91,"\u0414":60,"\u0410":98}},"\u0424":{"d":"60,-371v0,-89,33,-159,99,-209v66,-50,163,-75,291,-75r0,-77r38,0r0,77v128,0,224,25,290,75v66,50,99,120,99,209v0,44,-8,84,-25,119v-17,35,-41,64,-74,89v-33,25,-73,44,-122,57v-49,13,-105,19,-168,19r0,91r-38,0r0,-91v-64,0,-121,-6,-169,-19v-48,-13,-88,-32,-121,-57v-33,-25,-57,-54,-74,-89v-17,-35,-26,-75,-26,-119xm488,-627r0,511v109,0,194,-21,255,-64v61,-43,93,-107,93,-191v0,-83,-32,-146,-93,-190v-61,-44,-146,-66,-255,-66xm450,-116r0,-511v-109,0,-195,22,-256,66v-61,44,-92,107,-92,190v0,84,31,148,92,191v61,43,147,64,256,64","w":953},"\u0425":{"d":"38,0r297,-373r-281,-359r48,0r254,331r259,-331r47,0r-280,360r294,372r-50,0r-268,-343r-266,343r-54,0","w":707,"k":{"\u0421":37,"\u041e":37,"O":37,"C":37}},"\u0426":{"d":"91,0r0,-732r39,0r0,700r542,0r0,-700r39,0r0,700r64,0r0,223r-39,0r0,-191r-645,0","w":804},"\u0427":{"d":"64,-732r39,0r0,179v0,43,9,78,27,106v18,28,41,51,69,68v28,17,57,28,90,35v33,7,63,10,93,10v16,0,35,-1,56,-2v21,-1,44,-3,67,-6v23,-3,47,-7,71,-12v24,-5,47,-11,69,-18r0,-360r39,0r0,732r-39,0r0,-339v-40,11,-84,21,-131,27v-47,6,-95,9,-143,9v-34,0,-68,-5,-104,-13v-36,-8,-70,-23,-100,-42v-30,-19,-55,-45,-74,-77v-19,-32,-29,-72,-29,-120r0,-177","w":775},"\u0428":{"d":"1035,0r-943,0r0,-732r38,0r0,700r414,0r0,-700r39,0r0,700r414,0r1,-700r37,0r0,732","w":1128},"\u0429":{"d":"92,0r0,-732r38,0r0,700r414,0r0,-700r39,0r0,700r413,0r0,-700r39,0r0,700r63,0r0,223r-39,0r0,-191r-967,0","w":1126},"\u042a":{"d":"219,-32r308,0v71,0,125,-13,163,-39v38,-26,58,-69,58,-127v0,-34,-9,-62,-26,-85v-17,-23,-38,-40,-65,-53v-27,-13,-57,-23,-90,-28v-33,-5,-66,-8,-98,-8r-250,0r0,340xm179,0r0,-703r-209,0r0,-29r249,0r0,333r254,0v61,0,111,5,152,17v41,12,74,27,98,46v24,19,41,40,51,63v10,23,15,46,15,69v0,72,-20,124,-60,156v-40,32,-105,48,-195,48r-355,0","w":844},"\u042b":{"d":"123,-32r309,0v71,0,125,-13,163,-39v38,-26,57,-69,57,-127v0,-34,-9,-62,-26,-85v-17,-23,-38,-40,-65,-53v-27,-13,-57,-23,-90,-28v-33,-5,-66,-8,-98,-8r-250,0r0,340xm85,0r0,-732r38,0r0,333r254,0v61,0,112,5,153,17v41,12,74,27,98,46v24,19,41,40,51,63v10,23,16,46,16,69v0,72,-21,124,-61,156v-40,32,-106,48,-195,48r-354,0xm836,0r0,-732r37,0r0,732r-37,0","w":968},"\u042c":{"d":"123,-32r308,0v71,0,126,-13,164,-39v38,-26,57,-69,57,-127v0,-34,-9,-62,-26,-85v-17,-23,-38,-40,-65,-53v-27,-13,-57,-23,-90,-28v-33,-5,-66,-8,-98,-8r-250,0r0,340xm85,0r0,-732r38,0r0,333r254,0v61,0,112,5,153,17v41,12,73,27,97,46v24,19,41,40,51,63v10,23,16,46,16,69v0,72,-20,124,-60,156v-40,32,-106,48,-196,48r-353,0","w":748},"\u042d":{"d":"322,-407r430,0v-4,-48,-15,-92,-33,-130v-18,-38,-42,-72,-72,-99v-30,-27,-66,-48,-106,-62v-40,-14,-85,-22,-134,-22v-39,0,-75,5,-108,14v-33,9,-62,24,-88,41v-26,17,-48,38,-65,63v-17,25,-29,51,-36,81r-41,0v5,-34,16,-66,33,-94v17,-28,40,-52,69,-72v29,-20,64,-37,103,-48v39,-11,83,-17,132,-17v62,0,117,9,165,26v48,17,88,43,121,76v33,33,59,74,76,122v17,48,25,102,25,162v0,60,-9,113,-26,161v-17,48,-43,89,-75,122v-32,33,-71,58,-117,76v-46,18,-98,27,-155,27v-50,0,-95,-7,-136,-20v-41,-13,-78,-31,-109,-55v-31,-24,-57,-52,-77,-85v-20,-33,-34,-69,-41,-108r45,0v7,34,21,65,40,94v19,29,42,54,70,75v28,21,60,37,96,49v36,12,74,18,114,18v49,0,94,-8,135,-25v41,-17,76,-40,105,-71v29,-31,52,-68,68,-112v16,-44,24,-92,24,-146r0,-11r-432,0r0,-30","w":829},"\u042e":{"d":"740,-12r1,0v53,0,101,-9,144,-25v43,-16,79,-39,109,-70v30,-31,53,-68,69,-112v16,-44,25,-93,25,-147v0,-54,-9,-103,-25,-147v-16,-44,-39,-80,-69,-111v-30,-31,-67,-55,-110,-71v-43,-16,-91,-25,-144,-25v-54,0,-102,9,-145,25v-43,16,-79,40,-109,71v-30,31,-54,67,-70,111v-16,44,-24,93,-24,147v0,54,8,103,24,147v16,44,40,81,70,112v30,31,66,54,109,70v43,16,91,25,145,25xm87,0r0,-732r38,0r0,324r226,0v13,-114,52,-199,119,-257v67,-58,156,-87,270,-87v61,0,116,9,164,26v48,17,90,43,123,76v33,33,59,74,76,122v17,48,26,102,26,162v0,60,-9,114,-26,162v-17,48,-43,89,-76,122v-33,33,-75,59,-123,76v-48,17,-103,26,-164,26v-123,0,-218,-34,-285,-102v-67,-68,-102,-167,-104,-297r-226,0r0,379r-38,0","w":1182},"\u042f":{"d":"634,0r-39,0r0,-333r-308,0r-225,333r-44,0r224,-336v-48,-1,-88,-8,-117,-21v-29,-13,-52,-30,-67,-50v-15,-20,-25,-41,-30,-65v-5,-24,-7,-47,-7,-71v0,-63,21,-111,63,-142v42,-31,107,-47,198,-47r352,0r0,732xm300,-703v-38,0,-71,3,-101,9v-30,6,-55,15,-75,28v-20,13,-36,30,-46,52v-10,22,-16,49,-16,81v0,62,20,105,58,131v38,26,95,39,170,39r305,0r0,-340r-295,0","w":717},"\u0430":{"d":"521,-314v-13,11,-27,19,-42,25v-15,6,-32,10,-50,13v-18,3,-37,4,-58,6v-21,2,-44,5,-68,9v-32,5,-59,10,-84,15v-25,5,-46,11,-64,20v-18,9,-32,21,-41,35v-9,14,-14,33,-14,57v0,17,4,33,12,48v8,15,20,28,34,39v14,11,32,20,52,26v20,6,42,9,67,9v36,0,70,-5,101,-15v31,-10,59,-24,82,-41v23,-17,40,-38,53,-62v13,-24,20,-51,20,-81r0,-103xm621,-34r0,28v-3,1,-9,1,-17,3v-8,2,-17,3,-26,3v-11,0,-20,-1,-27,-3v-7,-2,-13,-7,-17,-15v-4,-8,-8,-19,-10,-34v-2,-15,-3,-35,-3,-61v-13,24,-29,45,-48,61v-19,16,-41,29,-64,38v-23,9,-48,16,-74,20v-26,4,-51,6,-76,6v-67,0,-116,-13,-148,-38v-32,-25,-47,-62,-47,-110v0,-23,4,-43,12,-60v8,-17,21,-32,39,-45v18,-13,43,-24,75,-30v32,-6,71,-12,117,-18v34,-5,65,-8,92,-11v27,-3,49,-8,67,-14v18,-6,32,-16,41,-29v9,-13,14,-31,14,-56v0,-38,-16,-67,-49,-86v-33,-19,-80,-29,-141,-29v-69,0,-120,12,-155,35v-35,23,-52,55,-52,95r-35,0v0,-50,20,-89,61,-117v41,-28,103,-41,186,-41v50,0,91,4,122,14v31,10,55,25,72,47v13,16,21,34,24,54v3,20,4,44,4,72r0,252v0,9,1,18,1,27v0,9,1,17,4,24v3,7,8,12,14,16v6,4,16,6,28,6v3,0,5,-1,8,-2v5,-2,5,-1,8,-2","k":{"\u0447":37,"\u043e":-22}},"\u0431":{"d":"81,-382r12,-26v30,-42,65,-73,103,-92v38,-19,80,-28,125,-28v46,0,87,7,121,20v34,13,62,31,85,55v23,24,40,52,51,85v11,33,17,68,17,107v0,42,-7,79,-19,113v-12,34,-30,63,-54,87v-24,24,-53,41,-87,54v-34,13,-72,19,-114,19v-47,0,-88,-7,-122,-21v-34,-14,-63,-35,-86,-61v-23,-26,-39,-57,-50,-94v-11,-37,-17,-77,-17,-123v0,-46,3,-92,8,-136v5,-44,16,-85,33,-121v17,-36,40,-67,72,-93v32,-26,74,-42,126,-50v66,-10,115,-18,147,-22v32,-4,49,-12,49,-23r42,0v0,4,-1,9,-2,13v-1,4,-4,8,-9,12v-5,4,-12,8,-21,12v-9,4,-22,7,-37,10v-14,3,-34,5,-59,8v-25,3,-52,7,-80,13v-28,6,-55,13,-81,21v-26,8,-47,20,-63,34v-31,26,-53,60,-68,101v-15,41,-22,83,-22,126xm321,-16v41,0,76,-7,106,-21v30,-14,55,-31,74,-54v19,-23,34,-48,43,-78v9,-30,14,-60,14,-92v0,-34,-5,-66,-14,-95v-9,-29,-24,-55,-43,-76v-19,-21,-44,-38,-74,-50v-30,-12,-65,-18,-106,-18v-36,0,-69,6,-98,18v-29,12,-54,29,-75,50v-21,21,-38,46,-50,74v-12,28,-17,58,-17,90v0,34,5,67,16,97v11,30,27,57,47,80v20,23,45,42,75,55v30,13,64,20,102,20"},"\u0432":{"d":"114,-283r205,0v20,0,41,-3,61,-8v20,-5,39,-12,55,-21v16,-9,30,-20,40,-33v10,-13,16,-28,16,-45v0,-43,-12,-72,-37,-87v-25,-15,-63,-23,-115,-23r-225,0r0,217xm80,0r0,-528r286,0v58,0,99,10,124,31v25,21,37,53,37,97v0,35,-11,63,-33,84v-22,21,-55,36,-97,44v28,3,52,9,71,17v19,8,34,18,45,29v11,11,20,25,25,39v5,14,7,29,7,44v0,25,-3,46,-9,64v-6,18,-16,32,-30,44v-14,12,-32,20,-55,26v-23,6,-52,9,-86,9r-285,0xm114,-259r0,230r240,0v56,0,95,-9,119,-26v24,-17,36,-47,36,-87v0,-19,-5,-36,-14,-51v-9,-15,-23,-26,-40,-36v-17,-10,-37,-17,-60,-22v-23,-5,-48,-8,-76,-8r-205,0","w":588},"\u0433":{"d":"77,0r0,-528r449,0r0,28r-414,0r0,500r-35,0","w":540},"\u0434":{"d":"101,-28r412,0r0,-472r-336,0r0,195v0,30,-1,57,-3,81v-2,24,-5,47,-11,68v-6,21,-14,43,-24,63v-10,20,-23,42,-38,65xm67,-28r0,-1v17,-21,30,-42,40,-62v10,-20,18,-42,23,-66v5,-24,9,-51,11,-81v2,-30,2,-66,2,-107r0,-183r404,0r0,500r63,0r0,199r-34,0r0,-171r-522,0r0,171r-34,0r0,-199r47,0","w":623},"\u0435":{"d":"585,-143v-5,22,-15,42,-28,60v-13,18,-30,35,-51,49v-21,14,-47,25,-76,33v-29,8,-62,12,-100,12v-44,0,-83,-6,-118,-19v-35,-13,-65,-32,-90,-56v-25,-24,-43,-53,-56,-87v-13,-34,-20,-72,-20,-114v0,-42,7,-81,20,-115v13,-34,32,-64,57,-88v25,-24,54,-43,89,-56v35,-13,74,-19,118,-19v43,0,81,6,116,19v35,13,64,32,89,56v25,24,43,53,56,87v13,34,20,73,20,115r-528,0v5,85,30,147,74,187v44,40,102,61,173,61v61,0,110,-11,148,-35v38,-24,61,-54,70,-90r37,0xm83,-290r488,0v0,-37,-7,-70,-20,-98v-13,-28,-31,-51,-53,-70v-22,-19,-48,-32,-77,-42v-29,-10,-59,-15,-91,-15v-32,0,-63,5,-92,15v-29,10,-55,25,-77,44v-22,19,-40,42,-54,70v-14,28,-21,60,-24,96","w":654},"\u0436":{"d":"437,-528r35,0r0,279r343,-279r52,0r-245,197r281,331r-45,0r-264,-308r-122,99r0,209r-35,0r0,-209r-121,-99r-265,308r-45,0r281,-331r-245,-197r52,0r343,279r0,-279","w":912},"\u0437":{"d":"127,-414r-36,0v0,-19,6,-38,19,-56v13,-18,30,-33,53,-44v19,-11,43,-18,69,-22v26,-4,53,-6,81,-6v40,0,75,3,103,10v28,7,52,18,70,30v18,12,31,26,39,43v8,17,12,35,12,54v0,12,-2,25,-6,37v-4,12,-12,23,-22,34v-10,11,-24,21,-40,29v-16,8,-36,13,-60,16v21,3,41,9,59,16v18,7,35,17,49,29v14,12,24,27,32,44v8,17,11,37,11,59v0,50,-20,88,-62,114v-42,26,-102,39,-181,39v-39,0,-74,-4,-105,-11v-31,-7,-56,-18,-77,-32v-21,-14,-38,-30,-49,-48v-11,-18,-17,-39,-17,-61r36,0v0,17,5,33,15,48v10,15,25,28,44,39v19,11,41,20,67,26v26,6,55,10,86,10v29,0,56,-3,81,-8v25,-5,47,-13,66,-24v19,-11,33,-24,44,-39v11,-15,16,-33,16,-52v0,-11,-2,-25,-7,-41v-5,-16,-13,-31,-26,-45v-13,-14,-30,-26,-53,-36v-23,-10,-51,-14,-87,-14r-87,0r0,-24r87,0v19,0,37,-2,55,-6v18,-4,34,-10,48,-18v14,-8,25,-19,34,-32v9,-13,13,-30,13,-49v0,-21,-5,-39,-14,-53v-9,-14,-21,-25,-37,-33v-16,-8,-36,-15,-59,-18v-23,-3,-49,-5,-77,-5v-25,0,-48,1,-69,4v-21,3,-40,9,-57,17v-18,9,-33,20,-44,34v-11,14,-17,30,-17,45","w":588},"\u0438":{"d":"80,0r0,-528r34,0r0,486r413,-486r42,0r0,528r-35,0r0,-482r-413,482r-41,0","w":646},"\u0439":{"d":"80,0r0,-528r34,0r0,486r413,-486r42,0r0,528r-35,0r0,-482r-413,482r-41,0xm190,-745r21,0v0,15,3,29,9,39v6,10,15,19,25,26v10,7,23,11,36,14v13,3,28,4,42,4v14,0,28,-1,42,-4v14,-3,27,-7,38,-13v11,-6,19,-15,26,-26v7,-11,10,-24,10,-40r22,0v0,73,-47,109,-140,109v-42,0,-75,-10,-98,-29v-23,-19,-33,-46,-33,-80","w":646},"\u043a":{"d":"83,0r0,-528r34,0r0,287r355,-287r45,0r-234,189r291,339r-42,0r-273,-322r-142,117r0,205r-34,0","w":594,"k":{"\u043e":19,"o":19}},"\u043b":{"d":"585,0r-35,0r0,-500r-382,0r0,122v0,19,0,40,-1,62v-1,22,-1,43,-2,65v-1,22,-3,42,-4,61v-1,19,-3,35,-5,48v-7,52,-19,91,-36,116v-17,25,-44,38,-79,38v-7,0,-15,-1,-25,-3r-15,-4r5,-28v3,1,8,2,14,4v6,2,10,3,13,3v11,0,23,-3,35,-8v12,-5,23,-15,32,-30v6,-9,11,-23,15,-41v4,-18,8,-42,11,-74v3,-32,5,-71,6,-119v1,-48,2,-106,2,-175r0,-65r451,0r0,528","w":661},"\u043c":{"d":"657,-528r40,0r0,528r-34,0r0,-380r6,-102r-265,464r-34,0r-264,-464r5,102r0,380r-33,0r0,-528r39,0r270,480","w":775},"\u043d":{"d":"79,0r0,-528r34,0r0,239r421,0r0,-239r35,0r0,528r-35,0r0,-261r-421,0r0,261r-34,0","w":646},"\u043e":{"d":"613,-268v0,44,-7,82,-20,117v-13,35,-32,65,-56,89v-24,24,-53,42,-88,55v-35,13,-75,19,-119,19v-44,0,-84,-7,-119,-20v-35,-13,-65,-32,-90,-56v-25,-24,-42,-53,-55,-88v-13,-35,-20,-74,-20,-118v0,-41,7,-78,20,-112v13,-34,32,-62,57,-86v25,-24,54,-42,89,-55v35,-13,74,-19,118,-19v43,0,82,6,117,18v35,12,64,30,89,54v25,24,44,52,57,86v13,34,20,73,20,116xm577,-268v0,-38,-7,-71,-19,-102v-12,-31,-28,-57,-50,-78v-22,-21,-47,-38,-78,-49v-31,-11,-64,-17,-100,-17v-37,0,-71,6,-101,17v-30,11,-56,27,-78,49v-22,22,-39,48,-51,78v-12,30,-17,64,-17,102v0,38,5,72,17,103v12,31,29,57,51,79v22,22,48,40,78,52v30,12,64,18,101,18v36,0,69,-6,100,-18v31,-12,56,-30,78,-52v22,-22,38,-48,50,-79v12,-31,19,-65,19,-103","w":659,"k":{"\u0442":45}},"\u043f":{"d":"79,0r0,-528r491,0r0,528r-35,0r0,-500r-422,0r0,500r-34,0","w":646},"\u0440":{"d":"117,-136r0,339r-34,0r0,-731r34,0r0,140v13,-30,29,-55,47,-75v18,-20,38,-36,60,-48v22,-12,44,-19,68,-24v24,-5,47,-7,71,-7v43,0,81,7,116,20v35,13,65,32,89,56v24,24,42,54,55,88v13,34,20,72,20,114v0,42,-7,79,-20,113v-13,34,-31,63,-55,87v-24,24,-54,43,-89,56v-35,13,-73,20,-116,20v-23,0,-47,-2,-71,-7v-24,-5,-47,-14,-69,-25v-22,-11,-43,-27,-61,-46v-18,-19,-34,-42,-45,-70xm607,-264v0,-37,-6,-70,-18,-101v-12,-31,-28,-58,-50,-80v-22,-22,-48,-39,-78,-51v-30,-12,-63,-18,-99,-18v-36,0,-69,6,-99,18v-30,12,-56,29,-78,51v-22,22,-38,48,-50,79v-12,31,-18,65,-18,102v0,36,6,69,18,100v12,31,28,57,50,79v22,22,48,39,78,51v30,12,63,18,99,18v36,0,69,-6,99,-18v30,-12,56,-30,78,-52v22,-22,38,-48,50,-78v12,-30,18,-64,18,-100","w":687,"k":{"\u0437":37}},"\u0441":{"d":"547,-169r39,0v-3,26,-12,49,-26,71v-14,22,-32,41,-54,57v-22,16,-48,30,-78,39v-30,9,-62,14,-98,14v-44,0,-83,-7,-118,-20v-35,-13,-65,-32,-90,-56v-25,-24,-44,-53,-57,-88v-13,-35,-20,-73,-20,-116v0,-43,7,-82,20,-116v13,-34,32,-62,57,-86v25,-24,55,-42,90,-54v35,-12,74,-18,118,-18v34,0,66,4,95,12v29,8,54,19,76,33v22,14,40,30,54,49v14,19,23,40,26,62r-41,0v-13,-41,-38,-73,-76,-95v-38,-22,-83,-33,-136,-33v-36,0,-69,6,-99,17v-30,11,-55,28,-77,49v-22,21,-40,47,-52,78v-12,31,-18,64,-18,102v0,38,6,72,18,103v12,31,29,57,51,79v22,22,47,40,78,52v31,12,65,18,101,18v27,0,52,-4,77,-12v25,-8,47,-19,66,-33v19,-14,36,-30,49,-48v13,-18,21,-38,25,-60","w":616},"\u0442":{"d":"277,0r-35,0r0,-504r-231,0r0,-24r497,0r0,24r-231,0r0,504","w":518,"k":{"\u0444":91}},"\u0443":{"d":"252,79r-33,55v-9,15,-20,28,-31,38v-11,10,-25,18,-41,23v-16,5,-37,8,-63,8v-9,0,-18,-1,-26,-2v-8,-1,-15,-3,-20,-4r0,-29v5,1,12,3,23,4v11,1,22,2,32,2v19,0,35,-3,49,-10v14,-7,27,-16,39,-29v12,-13,24,-30,34,-50v10,-20,22,-43,33,-69r-250,-544r42,0r225,519r227,-519r39,0","w":539,"k":{".":89,",":89}},"\u0444":{"d":"586,204r-35,0r0,-338v-19,53,-48,91,-86,115v-38,24,-84,36,-136,36v-38,0,-73,-7,-104,-20v-31,-13,-56,-32,-78,-57v-22,-25,-39,-55,-50,-90v-11,-35,-17,-72,-17,-114v0,-42,5,-80,17,-114v12,-34,29,-62,51,-86v22,-24,48,-41,79,-54v31,-13,67,-19,106,-19v21,0,42,3,65,10v23,7,45,17,65,30v20,13,39,30,55,50v16,20,26,44,33,71r0,-322r35,0r0,322v7,-27,17,-51,33,-71v16,-20,35,-37,55,-50v20,-13,42,-23,65,-30v23,-7,44,-10,65,-10v39,0,75,6,106,19v31,13,57,30,79,54v22,24,39,52,51,86v12,34,17,72,17,114v0,42,-6,79,-17,114v-11,35,-28,65,-50,90v-22,25,-47,44,-78,57v-31,13,-66,20,-104,20v-52,0,-98,-12,-136,-36v-38,-24,-67,-62,-86,-115r0,338xm1021,-263v0,-36,-6,-70,-16,-100v-10,-30,-24,-55,-43,-77v-19,-22,-42,-39,-69,-51v-27,-12,-57,-18,-90,-18v-34,0,-63,6,-90,19v-27,13,-50,31,-69,54v-19,23,-33,50,-43,81v-10,31,-15,65,-15,102v0,14,1,28,3,40v2,12,6,25,9,36v13,56,39,98,76,125v37,27,81,41,132,41v33,0,63,-7,90,-19v27,-12,49,-29,67,-52v18,-23,33,-49,43,-80v10,-31,15,-65,15,-101xm116,-263v0,36,5,70,15,101v10,31,25,57,43,80v18,23,40,40,67,52v27,12,57,19,90,19v51,0,95,-13,132,-40v37,-27,63,-69,76,-125v3,-11,7,-24,9,-36v2,-12,3,-26,3,-41v0,-37,-5,-71,-15,-102v-10,-31,-24,-58,-43,-81v-19,-23,-42,-41,-69,-54v-27,-13,-56,-19,-90,-19v-33,0,-63,6,-90,18v-27,12,-50,28,-69,50v-19,22,-33,48,-43,78v-10,30,-16,64,-16,100","w":1139,"k":{"\u0445":45,"\u0442":45}},"\u0445":{"d":"65,0r-38,0r239,-280r-213,-248r43,0r190,223r186,-223r41,0r-210,246r242,282r-39,0r-222,-259","w":566,"k":{"\u043e":76}},"\u0446":{"d":"114,-29r419,0r0,-499r36,0r0,499r63,0r0,200r-34,0r0,-171r-518,0r0,-528r34,0r0,499","w":645},"\u0447":{"d":"544,-528r0,528r-34,0r0,-229v-22,7,-44,13,-68,18v-24,5,-46,8,-67,11v-21,3,-39,5,-55,6v-16,1,-26,1,-31,1v-32,0,-62,-2,-91,-8v-29,-6,-54,-16,-75,-30v-21,-14,-38,-33,-50,-57v-12,-24,-19,-55,-19,-91r0,-149r34,0r0,149v0,32,6,58,17,78v11,20,26,35,45,47v19,12,40,20,65,25v25,5,50,7,76,7v8,0,21,0,37,-1v16,-1,34,-3,54,-6v20,-3,42,-7,64,-12v22,-5,43,-11,64,-18r0,-269r34,0","w":621},"\u0448":{"d":"78,-528r34,0r0,500r342,0r0,-500r34,0r0,500r342,0r0,-500r34,0r0,528r-786,0r0,-528","w":938},"\u0449":{"d":"79,0r0,-528r34,0r0,500r342,0r0,-500r34,0r0,500r342,0r0,-500r34,0r0,500r62,0r0,199r-34,0r0,-171r-814,0","w":939},"\u044a":{"d":"197,-528r0,237r245,0v34,0,61,3,85,10v24,7,43,18,58,31v15,13,25,29,32,47v7,18,10,39,10,61v0,50,-14,85,-43,108v-29,23,-77,34,-145,34r-277,0r0,-500r-180,0r0,-28r215,0xm197,-263r0,234r242,0v55,0,94,-9,117,-26v23,-17,34,-47,34,-87v0,-38,-12,-68,-36,-89v-24,-21,-63,-32,-117,-32r-240,0","w":672},"\u044b":{"d":"115,-528r0,237r251,0v34,0,62,3,85,10v23,7,41,18,55,31v14,13,23,29,29,47v6,18,9,39,9,61v0,50,-14,85,-42,108v-28,23,-76,34,-144,34r-278,0r0,-528r35,0xm115,-263r0,234r243,0v55,0,93,-9,116,-26v23,-17,34,-47,34,-87v0,-38,-11,-68,-35,-89v-24,-21,-63,-32,-117,-32r-241,0xm718,0r0,-528r35,0r0,528r-35,0","w":834},"\u044c":{"d":"115,-528r0,237r251,0v34,0,63,3,86,10v23,7,41,18,55,31v14,13,23,29,29,47v6,18,9,39,9,61v0,50,-14,85,-43,108v-29,23,-76,34,-144,34r-277,0r0,-528r34,0xm115,-263r0,234r243,0v56,0,94,-9,117,-26v23,-17,34,-47,34,-87v0,-38,-12,-68,-36,-89v-24,-21,-63,-32,-117,-32r-241,0","w":588,"k":{"\u0422":106}},"\u044d":{"d":"303,-16v36,0,70,-7,100,-19v30,-12,57,-29,79,-51v22,-22,39,-48,51,-78v12,-30,18,-64,18,-100r-313,0r0,-28r313,0v0,-31,-6,-61,-19,-88v-13,-27,-31,-50,-54,-70v-23,-20,-48,-36,-78,-47v-30,-11,-62,-17,-95,-17v-53,0,-98,11,-136,33v-38,22,-63,54,-76,95r-41,0v3,-22,12,-43,26,-62v14,-19,32,-35,54,-49v22,-14,47,-25,76,-33v29,-8,61,-12,95,-12v44,0,83,6,118,18v35,12,65,30,90,54v25,24,44,52,57,86v13,34,20,73,20,116v0,43,-7,81,-20,116v-13,35,-32,64,-57,88v-25,24,-55,43,-90,56v-35,13,-74,20,-118,20v-35,0,-67,-5,-97,-14v-30,-9,-56,-23,-79,-39v-23,-16,-41,-35,-55,-57v-14,-22,-22,-45,-25,-71r39,0v4,22,12,42,25,60v13,18,30,34,49,48v19,14,40,25,65,33v25,8,50,12,78,12","w":616,"k":{"\u0422":91}},"\u044e":{"d":"869,-268v0,44,-7,82,-20,117v-13,35,-32,65,-56,89v-24,24,-53,42,-88,55v-35,13,-75,19,-119,19v-44,0,-84,-7,-119,-20v-35,-13,-65,-32,-90,-56v-25,-24,-42,-53,-55,-88v-13,-35,-20,-73,-20,-117r-172,0r0,269r-34,0r0,-528r34,0r0,235r172,0v3,-40,12,-75,26,-106v14,-31,34,-57,58,-78v24,-21,53,-38,87,-49v34,-11,71,-16,113,-16v43,0,82,6,117,18v35,12,64,30,89,54v25,24,44,52,57,86v13,34,20,73,20,116xm833,-268v0,-38,-7,-71,-19,-102v-12,-31,-28,-57,-50,-78v-22,-21,-47,-38,-78,-49v-31,-11,-64,-17,-100,-17v-37,0,-71,6,-101,17v-30,11,-56,28,-78,49v-22,21,-39,47,-51,77v-12,30,-18,64,-18,102v0,38,6,72,18,103v12,31,29,57,51,79v22,22,48,40,78,52v30,12,64,19,101,19v36,0,69,-6,100,-18v31,-12,56,-30,78,-52v22,-22,38,-48,50,-79v12,-31,19,-65,19,-103","w":912,"k":{"\u0422":106}},"\u044f":{"d":"481,-234r-229,0r-151,234r-35,0r147,-234v-31,-3,-57,-8,-78,-17v-21,-9,-37,-19,-50,-32v-13,-13,-23,-28,-28,-45v-5,-17,-8,-34,-8,-53v0,-50,15,-87,45,-111v30,-24,78,-36,147,-36r274,0r0,528r-34,0r0,-234xm481,-262r0,-238r-240,0v-56,0,-95,10,-119,29v-24,19,-35,49,-35,89v0,38,11,68,35,89v24,21,63,31,118,31r241,0","w":586}}});

// jQuery lightBox 0.5
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(5($){$.2r.2s=5(j){j=1C.2t({1D:\'#2u\',1E:0.8,19:I,1F:\'14/4-2v-S.16\',1m:\'14/4-1n-2w.16\',1o:\'14/4-1n-2x.16\',1G:\'14/4-1n-2y.16\',1a:\'14/4-2z.16\',1b:10,1H:2A,1I:\'1c\',1J:\'2B\',1K:\'c\',1L:\'p\',1M:\'n\',r:[],6:0},j);o k=J;5 1N(){1O(J,k);B I}5 1O(a,b){$(\'1P, 1Q, 1R\').s({\'1S\':\'2C\'});1T();j.r.E=0;j.6=0;7(b.E==1){j.r.1U(C 1d(a.17(\'K\'),a.17(\'1V\')))}t{2D(o i=0;i<b.E;i++){j.r.1U(C 1d(b[i].17(\'K\'),b[i].17(\'1V\')))}}1W(j.r[j.6][0]!=a.17(\'K\')){j.6++}F()}5 1T(){$(\'v\').2E(\'<m q="w-T"></m><m q="w-4"><m q="4-y-9-D"><m q="4-y-9"><1p q="4-9"><m 2F="" q="4-u"><a K="#" q="4-u-U"></a><a K="#" q="4-u-V"></a></m><m q="4-S"><a K="#" q="4-S-1X"><1p W="\'+j.1F+\'"></a></m></m></m><m q="4-y-9-X-D"><m q="4-y-9-X"><m q="4-9-G"><1e q="4-9-G-1q"></1e><1e q="4-9-G-1f"></1e></m><m q="4-1r"><a K="#" q="4-1r-1Y"><1p W="\'+j.1G+\'"></a></m></m></m></m>\');o c=1s();$(\'#w-T\').s({2G:j.1D,2H:j.1E,Y:c[0],Z:c[1]}).1Z();o d=1t();$(\'#w-4\').s({20:d[1]+(c[3]/10),1g:d[0]}).L();$(\'#w-T,#w-4\').H(5(){1h()});$(\'#4-S-1X,#4-1r-1Y\').H(5(){1h();B I});$(M).2I(5(){o a=1s();$(\'#w-T\').s({Y:a[0],Z:a[1]});o b=1t();$(\'#w-4\').s({20:b[1]+(a[3]/10),1g:b[0]})})}5 F(){$(\'#4-S\').L();7(j.19){$(\'#4-9,#4-y-9-X-D,#4-9-G-1f\').1i()}t{$(\'#4-9,#4-u,#4-u-U,#4-u-V,#4-y-9-X-D,#4-9-G-1f\').1i()}o a=C 1c();a.21=5(){$(\'#4-9\').2J(\'W\',j.r[j.6][0]);22(a.Y,a.Z);a.21=5(){}};a.W=j.r[j.6][0]};5 22(a,b){o c=$(\'#4-y-9-D\').Y();o d=$(\'#4-y-9-D\').Z();o e=(a+(j.1b*2));o f=(b+(j.1b*2));o g=c-e;o h=d-f;$(\'#4-y-9-D\').2K({Y:e,Z:f},j.1H,5(){23()});7((g==0)&&(h==0)){7($.2L.2M){1u(2N)}t{1u(2O)}}$(\'#4-y-9-X-D\').s({Y:a});$(\'#4-u-U,#4-u-V\').s({Z:b+(j.1b*2)})};5 23(){$(\'#4-S\').1i();$(\'#4-9\').1Z(5(){24();25()});26()};5 24(){$(\'#4-y-9-X-D\').2P(\'2Q\');$(\'#4-9-G-1q\').1i();7(j.r[j.6][1]){$(\'#4-9-G-1q\').28(j.r[j.6][1]).L()}7(j.r.E>1){$(\'#4-9-G-1f\').28(j.1I+\' \'+(j.6+1)+\' \'+j.1J+\' \'+j.r.E).L()}}5 25(){$(\'#4-u\').L();$(\'#4-u-U,#4-u-V\').s({\'N\':\'1v O(\'+j.1a+\') P-Q\'});7(j.6!=0){7(j.19){$(\'#4-u-U\').s({\'N\':\'O(\'+j.1m+\') 1g 15% P-Q\'}).11().1j(\'H\',5(){j.6=j.6-1;F();B I})}t{$(\'#4-u-U\').11().29(5(){$(J).s({\'N\':\'O(\'+j.1m+\') 1g 15% P-Q\'})},5(){$(J).s({\'N\':\'1v O(\'+j.1a+\') P-Q\'})}).L().1j(\'H\',5(){j.6=j.6-1;F();B I})}}7(j.6!=(j.r.E-1)){7(j.19){$(\'#4-u-V\').s({\'N\':\'O(\'+j.1o+\') 2a 15% P-Q\'}).11().1j(\'H\',5(){j.6=j.6+1;F();B I})}t{$(\'#4-u-V\').11().29(5(){$(J).s({\'N\':\'O(\'+j.1o+\') 2a 15% P-Q\'})},5(){$(J).s({\'N\':\'1v O(\'+j.1a+\') P-Q\'})}).L().1j(\'H\',5(){j.6=j.6+1;F();B I})}}2b()}5 2b(){$(l).2R(5(a){2c(a)})}5 1w(){$(l).11()}5 2c(a){7(a==2d){12=2S.2e;1x=27}t{12=a.2e;1x=a.2T}18=2U.2V(12).2W();7((18==j.1K)||(18==\'x\')||(12==1x)){1h()}7((18==j.1L)||(12==2X)){7(j.6!=0){j.6=j.6-1;F();1w()}}7((18==j.1M)||(12==2Y)){7(j.6!=(j.r.E-1)){j.6=j.6+1;F();1w()}}}5 26(){7((j.r.E-1)>j.6){2f=C 1c();2f.W=j.r[j.6+1][0]}7(j.6>0){2g=C 1c();2g.W=j.r[j.6-1][0]}}5 1h(){$(\'#w-4\').2h();$(\'#w-T\').2Z(5(){$(\'#w-T\').2h()});$(\'1P, 1Q, 1R\').s({\'1S\':\'30\'})}5 1s(){o a,z;7(M.1k&&M.2i){a=M.2j+M.31;z=M.1k+M.2i}t 7(l.v.2k>l.v.2l){a=l.v.32;z=l.v.2k}t{a=l.v.33;z=l.v.2l}o b,R;7(13.1k){7(l.A.1l){b=l.A.1l}t{b=13.2j}R=13.1k}t 7(l.A&&l.A.1y){b=l.A.1l;R=l.A.1y}t 7(l.v){b=l.v.1l;R=l.v.1y}7(z<R){1z=R}t{1z=z}7(a<b){1A=a}t{1A=b}2m=C 1d(1A,1z,b,R);B 2m};5 1t(){o a,z;7(13.2n){z=13.2n;a=13.34}t 7(l.A&&l.A.1B){z=l.A.1B;a=l.A.2o}t 7(l.v){z=l.v.1B;a=l.v.2o}2p=C 1d(a,z);B 2p};5 1u(a){o b=C 2q();c=2d;35{o c=C 2q()}1W(c-b<a)};B J.11(\'H\').H(1N)}})(1C);',62,192,'||||lightbox|function|activeImage|if||image||||||||||||document|div||var||id|imageArray|css|else|nav|body|jquery||container|yScroll|documentElement|return|new|box|length|_set_image_to_view|details|click|false|this|href|show|window|background|url|no|repeat|windowHeight|loading|overlay|btnPrev|btnNext|src|data|width|height||unbind|keycode|self|images||gif|getAttribute|key|fixedNavigation|imageBlank|containerBorderSize|Image|Array|span|currentNumber|left|_finish|hide|bind|innerHeight|clientWidth|imageBtnPrev|btn|imageBtnNext|img|caption|secNav|___getPageSize|___getPageScroll|___pause|transparent|_disable_keyboard_navigation|escapeKey|clientHeight|pageHeight|pageWidth|scrollTop|jQuery|overlayBgColor|overlayOpacity|imageLoading|imageBtnClose|containerResizeSpeed|txtImage|txtOf|keyToClose|keyToPrev|keyToNext|_initialize|_start|embed|object|select|visibility|_set_interface|push|title|while|link|btnClose|fadeIn|top|onload|_resize_container_image_box|_show_image|_show_image_data|_set_navigation|_preload_neighbor_images||html|hover|right|_enable_keyboard_navigation|_keyboard_action|null|keyCode|objNext|objPrev|remove|scrollMaxY|innerWidth|scrollHeight|offsetHeight|arrayPageSize|pageYOffset|scrollLeft|arrayPageScroll|Date|fn|lightBox|extend|000|ico|prev|next|close|blank|400|of|hidden|for|append|style|backgroundColor|opacity|resize|attr|animate|browser|msie|250|100|slideDown|fast|keydown|event|DOM_VK_ESCAPE|String|fromCharCode|toLowerCase|37|39|fadeOut|visible|scrollMaxX|scrollWidth|offsetWidth|pageXOffset|do'.split('|'),0,{}))




/**
 * SWFObject v1.5: Flash Player detection and embed 
 *
 */
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;






