// 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.09
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
// Helios
Cufon.registerFont({"w":562,"face":{"font-family":"Helios","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"15","bbox":"-19 -920 993 222","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+0451"},"glyphs":{" ":{"w":280},"\u00a0":{"w":280},"#":{"d":"392,-212r104,0r9,-63r-104,0r20,-144r104,0r10,-63r-105,0r30,-212r-68,0r-29,212r-125,0r29,-212r-68,0r-29,212r-104,0r-9,63r104,0r-19,144r-104,0r-9,63r104,0r-30,212r67,0r29,-212r126,0r-29,212r67,0xm354,-419r-19,144r-127,0r20,-144r126,0"},"$":{"d":"256,-413v-15,-3,-30,-7,-44,-12v-14,-5,-28,-12,-39,-21v-11,-9,-20,-21,-27,-34v-7,-13,-10,-29,-10,-47v0,-15,3,-31,8,-45v5,-14,13,-26,23,-37v10,-11,22,-19,37,-25v15,-6,33,-10,52,-10r0,231xm303,-311r55,17v21,7,40,20,56,40v16,20,23,44,23,73v0,16,-3,32,-9,47v-6,15,-13,29,-24,41v-11,12,-25,22,-42,29v-17,7,-36,10,-59,10r0,-257xm508,-526v-1,-41,-10,-73,-26,-98v-16,-25,-34,-44,-55,-57v-21,-13,-43,-22,-66,-27v-23,-5,-42,-9,-58,-10r0,-64r-47,0r0,64v-30,0,-58,6,-84,16v-26,10,-48,24,-66,42v-18,18,-32,38,-43,62v-11,24,-16,50,-16,77v0,35,6,64,18,87v12,23,27,41,47,56v20,15,43,26,68,34v25,8,50,16,76,22r0,268v-25,-4,-46,-9,-63,-16v-17,-7,-30,-17,-40,-30v-10,-13,-18,-28,-23,-46v-5,-18,-8,-42,-9,-69r-88,0v0,44,5,80,17,109v12,29,28,53,48,71v20,18,43,31,70,39v27,8,57,13,88,15r0,97r47,0r0,-97v21,0,43,-3,69,-9v26,-6,50,-18,73,-35v23,-17,42,-39,57,-67v15,-28,23,-63,23,-106v0,-33,-5,-60,-15,-82v-10,-22,-23,-39,-42,-54v-19,-15,-42,-28,-70,-38v-28,-10,-60,-21,-95,-31r0,-241v23,4,42,10,57,18v15,8,26,18,35,28v9,10,15,22,19,34v4,12,6,25,8,38r86,0"},"%":{"d":"39,-531v0,24,4,47,13,68v9,21,22,40,38,55v16,15,33,27,54,36v21,9,44,14,68,14v24,0,46,-5,67,-14v21,-9,39,-20,54,-36v15,-16,28,-35,37,-56v9,-21,13,-43,13,-67v0,-24,-4,-46,-13,-67v-9,-21,-22,-39,-38,-54v-16,-15,-33,-27,-54,-36v-21,-9,-43,-14,-66,-14v-24,0,-47,4,-68,13v-21,9,-38,21,-54,37v-16,16,-29,33,-38,54v-9,21,-13,43,-13,67xm110,-531v0,-13,3,-27,8,-39v5,-12,13,-23,22,-32v9,-9,20,-16,32,-21v12,-5,25,-8,40,-8v14,0,27,3,39,8v12,5,23,12,32,21v9,9,17,20,22,32v5,12,8,25,8,39v0,14,-3,27,-8,39v-5,12,-12,24,-21,33v-9,9,-20,17,-32,22v-12,5,-26,8,-41,8v-27,0,-51,-9,-71,-27v-20,-18,-30,-43,-30,-75xm514,-165v0,24,5,47,14,68v9,21,20,40,36,55v16,15,35,27,56,36v21,9,43,14,67,14v24,0,46,-5,67,-14v21,-9,39,-20,54,-36v15,-16,27,-35,36,-56v9,-21,14,-43,14,-67v0,-24,-5,-46,-14,-67v-9,-21,-20,-39,-36,-54v-16,-15,-34,-27,-55,-36v-21,-9,-43,-14,-66,-14v-24,0,-46,4,-67,13v-21,9,-40,21,-56,37v-16,16,-27,33,-36,54v-9,21,-14,43,-14,67xm585,-165v0,-13,3,-27,8,-39v5,-12,12,-23,21,-32v9,-9,20,-16,32,-21v12,-5,26,-8,41,-8v14,0,27,3,39,8v12,5,23,12,32,21v9,9,17,20,22,32v5,12,8,25,8,39v0,14,-3,27,-8,39v-5,12,-13,24,-22,33v-9,9,-20,17,-32,22v-12,5,-25,8,-40,8v-27,0,-51,-9,-71,-27v-20,-18,-30,-43,-30,-75xm675,-710r-55,0r-399,730r54,0","w":897},"&":{"d":"421,-143v-40,54,-93,81,-158,81v-10,0,-22,-2,-37,-6v-15,-4,-29,-11,-43,-20v-14,-9,-25,-22,-35,-37v-10,-15,-15,-34,-15,-57v0,-19,3,-36,9,-51v6,-15,13,-28,24,-40v11,-12,24,-24,39,-35v15,-11,33,-22,52,-35xm288,-444v-7,-7,-14,-14,-22,-24v-8,-10,-17,-21,-24,-32v-7,-11,-13,-22,-18,-34v-5,-12,-7,-24,-7,-36v0,-6,1,-13,3,-22v2,-9,5,-18,11,-26v6,-8,15,-16,26,-22v11,-6,26,-9,45,-9v7,0,15,1,24,3v9,2,18,7,26,13v8,6,14,15,19,25v5,10,8,23,8,39v0,15,-3,29,-9,41v-6,12,-13,24,-22,34v-9,10,-18,20,-29,28xm522,-157v19,-35,33,-67,42,-99v9,-32,14,-61,16,-86r-84,0v-2,13,-4,25,-6,34v-2,9,-4,18,-6,26v-2,8,-4,16,-7,24v-3,8,-6,18,-10,29r-132,-157v20,-14,21,-14,43,-31v15,-11,29,-24,42,-39v13,-15,23,-32,32,-52v9,-20,13,-43,13,-68v0,-18,-3,-36,-9,-54v-6,-18,-17,-34,-30,-48v-13,-14,-30,-26,-50,-35v-20,-9,-44,-13,-73,-13v-28,0,-53,5,-74,14v-21,9,-39,21,-54,36v-15,15,-26,32,-33,52v-7,20,-11,39,-11,60v0,16,2,30,5,43v3,13,8,25,14,37v6,12,14,25,24,38r34,43v-34,19,-62,36,-83,53v-21,17,-38,35,-50,52v-12,17,-21,36,-25,56v-4,20,-6,42,-6,67v0,14,3,32,8,53v5,21,16,42,31,62v15,20,37,38,65,53v28,15,64,22,109,22v27,0,50,-2,71,-7v21,-5,39,-12,56,-21v17,-9,32,-19,46,-31v14,-12,26,-25,38,-39r68,83r115,0","w":673},"'":{"d":"60,-468r73,0r0,-257r-73,0r0,257","w":193},"(":{"d":"240,-741v-27,39,-52,77,-73,115v-21,38,-39,76,-54,115v-15,39,-26,78,-33,119v-7,41,-11,83,-11,128v0,47,5,92,13,132v8,40,19,79,34,116v15,37,34,74,56,111v22,37,45,75,71,114r59,0r-56,-114v-17,-36,-32,-71,-44,-107v-12,-36,-21,-73,-28,-110v-7,-37,-10,-76,-10,-118v0,-61,4,-114,10,-158v6,-44,14,-84,26,-122v12,-38,27,-74,44,-108r57,-113r-61,0","w":336},")":{"d":"96,209v27,-39,52,-77,73,-115v21,-38,39,-76,53,-115v14,-39,26,-78,34,-119v8,-41,11,-83,11,-128v0,-47,-5,-92,-13,-132v-8,-40,-19,-79,-34,-116v-15,-37,-34,-74,-56,-111v-22,-37,-45,-75,-71,-114r-59,0r56,114v17,36,32,71,44,107v12,36,21,73,28,110v7,37,10,76,10,118v0,61,-4,114,-10,158v-6,44,-14,84,-26,122v-12,38,-27,74,-44,108r-57,113r61,0","w":336},"*":{"d":"39,-597r110,34r-68,93r49,34r66,-95r66,95r49,-34r-68,-93r110,-34r-21,-56r-106,39r0,-111r-60,0r0,111r-106,-39","w":393},"+":{"d":"259,-292r-220,0r0,73r220,0r0,219r73,0r0,-219r219,0r0,-73r-219,0r0,-219r-73,0r0,219","w":590},",":{"d":"87,0r54,0v0,12,-1,24,-3,36v-2,12,-4,22,-8,31v-4,9,-9,17,-16,24v-7,7,-16,10,-27,11r0,46v5,-1,13,-2,25,-6v12,-4,24,-11,36,-22v12,-11,23,-26,32,-46v9,-20,13,-48,13,-82r0,-99r-106,0r0,107","w":280},".":{"d":"193,-107r-106,0r0,107r106,0r0,-107","w":280},"\/":{"d":"298,-745r-67,0r-249,764r68,0","w":280},"0":{"d":"429,-346v0,89,-12,160,-36,210v-24,50,-61,75,-112,75v-25,0,-47,-6,-66,-19v-19,-13,-34,-32,-46,-56v-12,-24,-21,-55,-27,-90v-6,-35,-9,-75,-9,-120v0,-45,3,-85,9,-120v6,-35,15,-64,27,-89v12,-25,27,-44,46,-57v19,-13,41,-19,66,-19v25,0,47,6,66,19v19,13,34,32,46,57v12,25,21,54,27,89v6,35,9,75,9,120xm524,-346v0,-37,-4,-76,-10,-119v-6,-43,-18,-83,-35,-119v-17,-36,-42,-66,-74,-90v-32,-24,-73,-37,-124,-37v-34,0,-64,6,-89,17v-25,11,-47,26,-65,45v-18,19,-33,40,-44,65v-11,25,-20,51,-27,78v-7,27,-11,55,-14,82v-3,27,-4,53,-4,78v0,25,1,51,4,78v3,27,7,55,14,82v7,27,16,53,27,78v11,25,26,46,44,65v18,19,40,34,65,45v25,11,55,17,89,17v51,0,92,-13,124,-37v32,-24,57,-54,74,-90v17,-36,29,-76,35,-119v6,-43,10,-82,10,-119"},"1":{"d":"362,-711r-69,0v-7,29,-16,52,-26,69v-10,17,-22,31,-37,40v-15,9,-33,16,-54,19v-21,3,-45,6,-74,8r0,71r165,0r0,504r95,0r0,-711"},"2":{"d":"134,-456v1,-12,2,-28,4,-48v2,-20,9,-39,18,-58v9,-19,23,-34,42,-48v19,-14,46,-21,79,-21v26,0,47,4,65,12v18,8,33,18,44,31v11,13,19,27,24,42v5,15,7,30,7,44v0,23,-4,43,-11,60v-7,17,-17,32,-30,46v-13,14,-29,25,-48,36v-19,11,-39,23,-62,35v-47,25,-86,48,-116,71v-30,23,-54,47,-72,72v-18,25,-30,53,-37,82v-7,29,-12,63,-14,100r485,0r0,-84r-385,0v1,-7,4,-15,9,-26v5,-11,13,-23,24,-36v11,-13,24,-27,41,-41v17,-14,37,-28,61,-41v43,-23,80,-45,112,-64v32,-19,58,-39,78,-59v20,-20,36,-42,46,-65v10,-23,14,-50,14,-82v0,-33,-6,-64,-18,-90v-12,-26,-27,-48,-47,-66v-20,-18,-44,-32,-71,-42v-27,-10,-55,-15,-86,-15v-19,0,-43,2,-71,7v-28,5,-55,17,-81,34v-26,17,-48,42,-66,76v-18,34,-27,80,-27,138r89,0"},"3":{"d":"226,-329v31,0,60,2,86,5v26,3,47,10,65,19v18,9,31,22,41,39v10,17,15,40,15,67v0,21,-3,40,-11,57v-8,17,-18,31,-32,43v-14,12,-31,21,-50,28v-19,7,-39,10,-62,10v-33,0,-60,-5,-80,-15v-20,-10,-34,-22,-44,-38v-10,-16,-18,-34,-22,-52v-4,-18,-5,-35,-6,-52r-91,0v0,35,5,67,15,96v10,29,26,54,46,75v20,21,46,37,75,49v29,12,63,17,101,17v45,0,84,-6,116,-19v32,-13,60,-31,80,-52v20,-21,34,-46,44,-73v10,-27,15,-56,15,-85v0,-47,-11,-84,-33,-110v-22,-26,-50,-44,-85,-55r0,-2v10,-3,20,-8,31,-15v11,-7,21,-17,30,-29v9,-12,16,-26,22,-43v6,-17,8,-37,8,-60v0,-27,-5,-51,-15,-74v-10,-23,-24,-43,-43,-60v-19,-17,-42,-30,-69,-39v-27,-9,-58,-14,-92,-14v-47,0,-85,7,-115,22v-30,15,-53,33,-70,55v-17,22,-28,48,-34,76v-6,28,-10,54,-10,80r87,0v1,-17,3,-35,7,-53v4,-18,11,-34,21,-49v10,-15,23,-28,41,-37v18,-9,41,-14,69,-14v27,0,48,3,65,11v17,8,30,18,40,29v10,11,16,24,20,37v4,13,6,24,6,35v0,28,-5,49,-16,65v-11,16,-25,28,-42,35v-17,7,-36,11,-58,13v-22,2,-43,3,-66,3r0,74"},"4":{"d":"528,-173r0,-77r-104,0r0,-461r-73,0r-325,451r0,87r310,0r0,173r88,0r0,-173r104,0xm334,-572r2,0r0,322r-229,0"},"5":{"d":"179,-608r301,0r0,-87r-368,0r-53,381r77,4v17,-21,36,-38,58,-50v22,-12,47,-17,73,-17v22,0,42,3,61,10v19,7,36,17,50,30v14,13,26,29,34,49v8,20,12,43,12,68v0,22,-3,42,-10,62v-7,20,-17,37,-30,52v-13,15,-28,26,-47,35v-19,9,-39,13,-62,13v-40,0,-73,-9,-101,-28v-28,-19,-44,-49,-49,-90r-92,0v4,39,13,72,29,97v16,25,35,45,57,60v22,15,46,25,71,30v25,5,49,8,72,8v37,0,69,-4,96,-13v27,-9,51,-20,70,-34v19,-14,34,-30,46,-48v12,-18,21,-36,28,-54v7,-18,12,-37,14,-54v2,-17,3,-33,3,-46v0,-37,-7,-69,-20,-97v-13,-28,-31,-52,-53,-71v-22,-19,-47,-34,-75,-44v-28,-10,-56,-15,-85,-15v-32,0,-59,4,-81,13v-22,9,-41,20,-56,31"},"6":{"d":"508,-522v-2,-36,-10,-66,-24,-90v-14,-24,-32,-44,-52,-58v-20,-14,-42,-26,-65,-32v-23,-6,-45,-9,-66,-9v-53,0,-97,12,-131,37v-34,25,-60,57,-80,95v-20,38,-33,79,-40,123v-7,44,-11,86,-11,125v0,49,4,95,13,137v9,42,24,78,43,110v19,32,44,58,74,76v30,18,66,27,107,27v41,0,77,-7,108,-20v31,-13,58,-31,78,-54v20,-23,36,-49,46,-79v10,-30,15,-61,15,-94v0,-43,-8,-78,-23,-107v-15,-29,-34,-52,-56,-69v-22,-17,-46,-30,-72,-38v-26,-8,-49,-11,-71,-11v-24,0,-45,3,-64,8v-19,5,-35,12,-48,21v-13,9,-25,18,-34,28v-9,10,-17,20,-22,30r-2,-2v0,-19,3,-42,7,-72v4,-30,12,-60,24,-88v12,-28,30,-52,52,-72v22,-20,50,-31,85,-31v19,0,36,3,50,9v14,6,25,12,35,22v10,10,18,22,24,35v6,13,10,28,13,43r87,0xm143,-219v0,-21,3,-40,9,-59v6,-19,15,-35,27,-49v12,-14,27,-25,45,-33v18,-8,39,-13,64,-13v27,0,50,5,68,15v18,10,33,21,44,36v11,15,19,30,24,48v5,18,7,35,7,50v0,24,-3,46,-10,66v-7,20,-16,38,-28,52v-12,14,-26,25,-43,33v-17,8,-37,12,-58,12v-26,0,-48,-5,-67,-14v-19,-9,-35,-22,-47,-37v-12,-15,-20,-31,-26,-50v-6,-19,-9,-38,-9,-57"},"7":{"d":"38,-608r390,0v-34,40,-67,85,-99,135v-32,50,-61,102,-87,156v-26,54,-49,109,-67,163v-18,54,-30,105,-36,154r98,0v13,-79,32,-153,57,-220v25,-67,53,-127,82,-180v29,-53,56,-97,84,-134v28,-37,51,-64,68,-83r0,-78r-490,0r0,87"},"8":{"d":"497,-528v0,-21,-4,-42,-12,-64v-8,-22,-21,-40,-39,-58v-18,-18,-40,-33,-68,-44v-28,-11,-61,-17,-100,-17v-43,0,-78,7,-106,20v-28,13,-50,30,-66,50v-16,20,-28,41,-34,64v-6,23,-9,43,-9,61v0,34,8,63,25,86v17,23,40,41,71,53v-38,15,-68,37,-89,65v-21,28,-31,64,-31,107v0,39,7,73,20,101v13,28,31,52,54,70v23,18,48,31,77,40v29,9,60,13,92,13v42,0,78,-6,108,-19v30,-13,56,-29,75,-50v19,-21,34,-45,43,-72v9,-27,14,-55,14,-84v0,-13,-1,-28,-4,-44v-3,-16,-9,-30,-18,-46v-9,-16,-21,-32,-36,-46v-15,-14,-34,-26,-58,-36v8,-4,18,-9,28,-16v10,-7,20,-16,30,-27v10,-11,18,-26,24,-43v6,-17,9,-39,9,-64xm280,-334v20,0,39,3,57,8v18,5,34,14,47,25v13,11,24,26,32,43v8,17,11,38,11,62v0,28,-4,50,-13,68v-9,18,-20,32,-34,42v-14,10,-29,16,-46,20v-17,4,-33,5,-49,5v-31,0,-55,-5,-75,-14v-20,-9,-35,-21,-46,-35v-11,-14,-20,-30,-24,-47v-4,-17,-6,-32,-6,-46v0,-16,2,-31,8,-47v6,-16,15,-30,27,-42v12,-12,27,-22,45,-30v18,-8,41,-12,66,-12xm279,-411v-16,0,-32,-2,-47,-7v-15,-5,-28,-13,-40,-22v-12,-9,-20,-21,-27,-34v-7,-13,-10,-29,-10,-46v0,-11,2,-23,5,-36v3,-13,9,-25,18,-36v9,-11,21,-21,36,-28v15,-7,35,-11,59,-11v26,0,48,4,65,11v17,7,30,15,40,26v10,11,17,22,21,34v4,12,6,24,6,35v0,33,-11,59,-34,81v-23,22,-53,33,-92,33"},"9":{"d":"266,-238v16,0,32,-2,49,-6v17,-4,33,-9,47,-16v14,-7,26,-16,38,-26v12,-10,21,-23,28,-37r2,2v-11,92,-30,159,-57,202v-27,43,-64,64,-113,64v-37,0,-66,-10,-86,-31v-20,-21,-31,-49,-34,-85r-89,0v0,17,3,37,9,59v6,22,18,42,34,62v16,20,37,36,64,49v27,13,62,20,104,20v41,0,75,-9,104,-25v29,-16,53,-37,72,-62v19,-25,33,-54,44,-85v11,-31,18,-62,24,-91v6,-29,10,-56,11,-81v1,-25,2,-43,2,-56v0,-19,-1,-41,-3,-65v-2,-24,-5,-48,-11,-72v-6,-24,-14,-48,-25,-71v-11,-23,-26,-44,-44,-62v-18,-18,-41,-32,-68,-43v-27,-11,-60,-17,-97,-17v-37,0,-70,7,-99,20v-29,13,-53,31,-72,53v-19,22,-32,48,-42,78v-10,30,-15,61,-15,93v0,35,6,67,17,95v11,28,26,52,46,72v20,20,43,35,70,46v27,11,57,16,90,16xm279,-318v-15,0,-31,-2,-48,-5v-17,-3,-33,-11,-47,-21v-14,-10,-26,-26,-35,-46v-9,-20,-14,-47,-14,-81v0,-48,12,-87,37,-116v25,-29,58,-44,100,-44v25,0,47,5,65,13v18,8,33,19,45,33v12,14,20,31,25,49v5,18,8,37,8,57v0,35,-5,64,-15,85v-10,21,-22,37,-36,48v-14,11,-28,18,-44,22v-16,4,-30,6,-41,6"},":":{"d":"193,-107r-106,0r0,107r106,0r0,-107xm193,-522r-106,0r0,107r106,0r0,-107","w":280},";":{"d":"87,0r54,0v0,12,-1,24,-3,36v-2,12,-4,22,-8,31v-4,9,-9,17,-16,24v-7,7,-16,10,-27,11r0,46v5,-1,13,-2,25,-6v12,-4,24,-11,36,-22v12,-11,23,-26,32,-46v9,-20,13,-48,13,-82r0,-99r-106,0r0,107xm193,-521r-106,0r0,107r106,0r0,-107","w":280},"<":{"d":"541,-92r-393,-164r393,-164r0,-80r-492,209r0,70r492,209r0,-80","w":590},"=":{"d":"551,-394r-512,0r0,73r512,0r0,-73xm551,-190r-512,0r0,73r512,0r0,-73","w":590},">":{"d":"49,-420r393,164r-393,164r0,80r492,-209r0,-70r-492,-209r0,80","w":590},"?":{"d":"146,-498v0,-11,1,-26,3,-44v2,-18,7,-35,16,-52v9,-17,22,-32,40,-45v18,-13,43,-19,75,-19v25,0,44,4,60,12v16,8,29,18,38,30v9,12,14,24,18,37v4,13,6,25,6,36v0,23,-5,43,-14,59v-9,16,-19,32,-32,46v-13,14,-28,28,-44,42v-16,14,-29,30,-42,49v-13,19,-25,41,-34,67v-9,26,-13,58,-13,95r91,0v0,-20,1,-37,2,-52v1,-15,5,-27,11,-38v13,-22,26,-41,39,-56v13,-15,26,-29,38,-41v18,-18,19,-18,36,-34v11,-10,22,-21,30,-33v8,-12,15,-26,20,-41v5,-15,7,-34,7,-57v0,-32,-5,-60,-17,-85v-12,-25,-28,-45,-48,-62v-20,-17,-43,-29,-69,-38v-26,-9,-53,-13,-81,-13v-37,0,-69,5,-94,15v-25,10,-46,21,-63,36v-17,15,-30,32,-39,50v-9,18,-15,36,-20,54v-5,18,-7,33,-8,48v-1,15,-1,26,-1,34r89,0xm321,-103r-98,0r0,103r98,0r0,-103"},"@":{"d":"617,-412v0,20,-3,42,-11,66v-8,24,-19,45,-32,65v-13,20,-30,37,-48,51v-18,14,-38,20,-59,20v-25,0,-45,-10,-61,-28v-16,-18,-24,-41,-24,-70v0,-21,4,-43,11,-66v7,-23,18,-45,31,-64v13,-19,29,-35,48,-48v19,-13,39,-19,62,-19v11,0,22,2,32,7v10,5,18,12,26,21v8,9,14,18,18,29v4,11,7,23,7,36xm648,-499v-13,-29,-30,-49,-50,-61v-20,-12,-41,-18,-66,-18v-35,0,-68,8,-96,24v-28,16,-52,38,-73,64v-21,26,-36,57,-47,90v-11,33,-17,67,-17,101v0,22,4,43,11,62v7,19,17,36,30,51v13,15,30,26,48,35v18,9,38,13,59,13v24,0,46,-7,67,-20v21,-13,40,-27,55,-42r2,-1v1,21,8,37,20,47v12,10,27,16,44,16v23,0,48,-7,76,-20v28,-13,54,-33,79,-58v25,-25,45,-55,62,-91v17,-36,25,-77,25,-123v0,-46,-9,-88,-28,-126v-19,-38,-44,-72,-76,-100v-32,-28,-69,-50,-111,-66v-42,-16,-86,-23,-133,-23v-52,0,-101,9,-147,29v-46,20,-88,48,-122,82v-34,34,-62,74,-82,120v-20,46,-30,96,-30,149v0,54,10,104,30,151v20,47,47,88,82,122v35,34,75,61,122,81v47,20,98,30,152,30v32,0,63,-5,94,-13v31,-8,61,-20,88,-35v27,-15,51,-34,74,-56v23,-22,43,-47,59,-74r-67,0v-29,36,-66,65,-110,85v-44,20,-89,30,-136,30v-44,0,-86,-8,-124,-24v-38,-16,-72,-38,-100,-66v-28,-28,-50,-62,-66,-100v-16,-38,-24,-80,-24,-125v0,-45,7,-87,22,-126v15,-39,37,-74,64,-103v27,-29,60,-51,97,-68v37,-17,79,-26,124,-26v38,0,75,6,109,18v34,12,64,30,90,52v26,22,45,50,60,82v15,32,23,68,23,108v0,27,-4,54,-13,80v-9,26,-20,49,-33,70v-13,21,-29,37,-46,50v-17,13,-34,19,-51,19v-9,0,-15,-3,-18,-8v-3,-5,-4,-13,-4,-22v0,-7,3,-21,9,-43v9,-33,9,-33,23,-79r29,-100v11,-36,21,-72,30,-107r-68,0","w":1025},"A":{"d":"481,-212r72,212r107,0r-262,-726r-111,0r-273,726r101,0r76,-212r290,0xm221,-298r116,-320r2,0r107,320r-225,0","w":674,"k":{"y":45,"w":45,"v":45,"u":15,"t":30,"q":30,"o":30,"g":22,"f":30,"e":30,"d":30,"c":30,"Y":75,"W":52,"V":75,"U":37,"T":60,"S":22,"Q":37,"O":37,"G":37,"C":37}},"B":{"d":"172,-642r178,0v55,0,93,10,116,28v23,18,34,44,34,78v0,45,-13,75,-40,92v-27,17,-64,25,-111,25r-177,0r0,-223xm74,0r312,0v40,0,75,-6,106,-17v31,-11,57,-27,78,-47v21,-20,36,-42,47,-68v11,-26,16,-54,16,-83v0,-31,-5,-56,-14,-77v-9,-21,-21,-37,-34,-50v-13,-13,-28,-24,-43,-31v-15,-7,-29,-13,-41,-18v20,-9,36,-20,49,-33v13,-13,23,-26,30,-40v7,-14,11,-26,14,-40v3,-14,4,-27,4,-39v0,-25,-4,-49,-13,-71v-9,-22,-22,-41,-39,-58v-17,-17,-38,-30,-64,-40v-26,-10,-55,-14,-89,-14r-319,0r0,726xm172,-339r193,0v20,0,41,2,61,5v20,3,38,9,54,18v16,9,30,21,40,37v10,16,15,37,15,62v0,41,-13,73,-39,97v-26,24,-64,36,-115,36r-209,0r0,-255","w":678,"k":{"Y":30,"V":30}},"C":{"d":"681,-507v-3,-31,-12,-60,-26,-89v-14,-29,-33,-54,-58,-76v-25,-22,-55,-40,-91,-53v-36,-13,-76,-20,-123,-20v-53,0,-100,9,-142,27v-42,18,-78,45,-107,78v-29,33,-51,74,-66,120v-15,46,-23,97,-23,153v0,70,9,129,27,178v18,49,43,88,74,119v31,31,65,54,104,68v39,14,80,21,121,21v9,0,23,-1,40,-2v17,-1,37,-5,58,-11v21,-6,44,-15,67,-27v23,-12,44,-29,64,-50v20,-21,38,-48,54,-80v16,-32,27,-71,34,-116r-95,0v-8,42,-20,76,-37,102v-17,26,-35,47,-55,61v-20,14,-41,23,-61,28v-20,5,-38,8,-54,8v-45,0,-84,-8,-114,-23v-30,-15,-55,-36,-74,-63v-19,-27,-32,-59,-40,-96v-8,-37,-12,-77,-12,-120v0,-48,6,-90,18,-126v12,-36,30,-66,52,-90v22,-24,46,-42,75,-54v29,-12,59,-18,92,-18v17,0,36,2,57,6v21,4,42,11,61,22v19,11,37,26,52,46v15,20,26,45,33,77r95,0","w":730,"k":{"Y":22,"V":22,"A":22}},"D":{"d":"74,0r290,0v59,0,108,-12,148,-36v40,-24,72,-54,96,-90v24,-36,40,-76,50,-120v10,-44,15,-86,15,-127v0,-52,-7,-100,-21,-143v-14,-43,-34,-81,-60,-112v-26,-31,-58,-55,-96,-72v-38,-17,-81,-26,-128,-26r-294,0r0,726xm172,-642r183,0v67,0,120,22,159,68v39,46,58,115,58,207v0,92,-19,163,-57,211v-38,48,-89,72,-153,72r-190,0r0,-558","w":718,"k":{"Y":30,"V":30}},"E":{"d":"610,-87r-438,0r0,-252r397,0r0,-87r-397,0r0,-213r431,0r0,-87r-529,0r0,726r536,0r0,-87","w":661},"F":{"d":"74,-726r0,726r98,0r0,-339r355,0r0,-87r-355,0r0,-213r403,0r0,-87r-501,0","w":604,"k":{"A":67}},"G":{"d":"389,-304r226,0v0,39,-5,74,-16,106v-11,32,-32,61,-63,86v-13,11,-27,20,-41,26v-14,6,-28,11,-41,14v-13,3,-24,5,-36,6v-12,1,-22,1,-31,1v-48,0,-88,-9,-119,-26v-31,-17,-56,-41,-74,-69v-18,-28,-31,-60,-38,-96v-7,-36,-10,-71,-10,-108v0,-47,6,-89,18,-126v12,-37,30,-67,52,-92v22,-25,46,-44,75,-57v29,-13,59,-19,92,-19v20,0,41,2,63,6v22,4,44,12,64,23v20,11,38,27,54,47v16,20,28,45,36,77r95,0v-5,-41,-18,-76,-38,-106v-20,-30,-44,-55,-73,-75v-29,-20,-60,-34,-94,-44v-34,-10,-68,-15,-102,-15v-59,0,-111,11,-154,34v-43,23,-78,52,-106,88v-28,36,-48,76,-62,121v-14,45,-21,89,-21,133v0,43,6,88,17,134v11,46,30,87,56,125v26,38,61,69,104,93v43,24,96,36,159,36v50,0,97,-10,139,-31v42,-21,75,-48,100,-82r24,94r63,0r0,-388r-318,0r0,84","w":781},"H":{"d":"172,-726r-98,0r0,726r98,0r0,-339r379,0r0,339r98,0r0,-726r-98,0r0,300r-379,0r0,-300","w":723},"I":{"d":"172,-726r-98,0r0,726r98,0r0,-726","w":246},"J":{"d":"334,-726r0,537v0,17,-2,34,-6,49v-4,15,-9,29,-18,40v-9,11,-21,20,-36,26v-15,6,-33,9,-56,9v-34,0,-61,-9,-80,-26v-19,-17,-29,-48,-29,-91r0,-51r-92,0r0,72v0,17,3,36,9,57v6,21,15,40,30,58v15,18,37,34,64,46v27,12,61,19,103,19v25,0,49,-3,74,-9v25,-6,47,-18,67,-34v20,-16,36,-38,49,-66v13,-28,19,-63,19,-105r0,-531r-98,0","w":506},"K":{"d":"172,-726r-98,0r0,726r98,0r0,-255r114,-109r254,364r127,0r-310,-433r302,-293r-135,0r-352,352r0,-352","w":675,"k":{"y":22,"w":45,"v":52,"o":15,"e":15,"c":15}},"L":{"d":"172,-726r-98,0r0,726r465,0r0,-87r-367,0r0,-639","w":558,"k":{"Y":90,"W":60,"V":67,"T":90}},"M":{"d":"74,-726r0,726r95,0r0,-429v0,-5,-1,-15,-1,-28r0,-45v0,0,-2,-35,-2,-54r0,-54r3,0r204,610r97,0r205,-610r1,0r0,54v0,0,-2,37,-2,54r0,45v0,0,-1,23,-1,28r0,429r95,0r0,-726r-139,0r-207,614r-2,0r-206,-614r-140,0","w":842},"N":{"d":"555,-140r-2,0r-363,-586r-116,0r0,726r95,0r0,-586r2,0r369,586r110,0r0,-726r-95,0r0,586","w":724},"O":{"d":"650,-363v0,43,-6,82,-17,118v-11,36,-27,67,-49,93v-22,26,-49,47,-80,62v-31,15,-67,22,-106,22v-39,0,-75,-7,-106,-22v-31,-15,-58,-36,-80,-62v-22,-26,-38,-58,-49,-94v-11,-36,-17,-76,-17,-119v0,-43,6,-82,17,-118v11,-36,27,-67,49,-93v22,-26,49,-46,80,-60v31,-14,67,-22,106,-22v39,0,75,7,106,22v31,15,58,36,80,62v22,26,38,57,49,93v11,36,17,75,17,118xm751,-363v0,-39,-6,-81,-17,-126v-11,-45,-31,-86,-58,-124v-27,-38,-63,-70,-108,-95v-45,-25,-102,-37,-170,-37v-68,0,-125,12,-170,37v-45,25,-81,57,-108,95v-27,38,-47,79,-58,124v-11,45,-17,87,-17,126v0,39,6,81,17,126v11,45,31,86,58,124v27,38,63,70,108,95v45,25,102,37,170,37v68,0,125,-12,170,-37v45,-25,81,-57,108,-95v27,-38,47,-79,58,-124v11,-45,17,-87,17,-126","w":796,"k":{"Y":30,"W":30,"V":45,"T":15,"A":37}},"P":{"d":"172,-642r199,0v20,0,39,2,57,6v18,4,33,10,46,20v13,10,23,23,30,38v7,15,11,34,11,57v0,25,-4,45,-11,62v-7,17,-17,31,-30,41v-13,10,-29,18,-47,22v-18,4,-38,6,-60,6r-195,0r0,-252xm172,-306r229,0v39,0,73,-7,100,-20v27,-13,50,-29,67,-50v17,-21,28,-44,36,-70v8,-26,12,-51,12,-76v0,-29,-5,-57,-15,-82v-10,-25,-25,-46,-43,-64v-18,-18,-40,-32,-67,-42v-27,-10,-57,-16,-90,-16r-327,0r0,726r98,0r0,-306","w":661,"k":{"A":75}},"Q":{"d":"430,-149r76,59v-32,15,-68,23,-107,23v-39,0,-75,-7,-106,-22v-31,-15,-57,-35,-79,-61v-22,-26,-38,-58,-50,-94v-12,-36,-18,-75,-18,-118v0,-43,6,-82,18,-118v12,-36,28,-68,50,-94v22,-26,48,-47,79,-62v31,-15,67,-22,106,-22v39,0,74,7,105,22v31,15,58,36,80,62v22,26,38,57,50,93v12,36,17,75,17,118v0,47,-7,90,-21,129v-14,39,-33,71,-58,96r-93,-72xm746,-2r-99,-76v19,-19,36,-41,49,-64v13,-23,24,-47,32,-72v8,-25,14,-51,18,-76v4,-25,6,-49,6,-72v0,-26,-3,-54,-8,-83v-5,-29,-13,-59,-24,-87v-11,-28,-25,-54,-43,-80v-18,-26,-41,-48,-67,-68v-26,-20,-57,-36,-92,-48v-35,-12,-74,-17,-119,-17v-68,0,-125,12,-170,37v-45,25,-82,57,-109,95v-27,38,-47,79,-58,124v-11,45,-17,87,-17,127v0,39,6,82,17,126v11,44,31,85,58,123v27,38,64,70,109,95v45,25,102,37,169,37v39,0,74,-5,105,-13v31,-8,59,-20,83,-35r111,86","w":797,"k":{"Y":30,"W":30,"V":45,"T":15}},"R":{"d":"172,-311r237,0v29,0,53,3,70,11v17,8,30,18,39,31v9,13,16,27,18,42v2,15,3,30,3,45v0,7,1,18,1,34v0,16,1,32,2,50v1,18,4,36,6,54v2,18,5,33,8,44r120,0r0,-17v-15,-9,-26,-17,-31,-27v-5,-10,-8,-25,-8,-45r0,-132v0,-25,-3,-46,-9,-61v-6,-15,-15,-28,-24,-37v-9,-9,-18,-17,-29,-22v-11,-5,-20,-11,-28,-16v11,-7,23,-14,35,-23v12,-9,22,-21,32,-34v10,-13,18,-29,24,-48v6,-19,10,-42,10,-69v0,-38,-6,-70,-20,-95v-14,-25,-32,-45,-55,-60v-23,-15,-49,-25,-77,-31v-28,-6,-57,-9,-87,-9r-335,0r0,726r98,0r0,-311xm172,-642r245,0v12,0,26,1,41,3v15,2,29,7,42,15v13,8,25,21,34,37v9,16,13,38,13,66v0,27,-4,48,-13,65v-9,17,-20,29,-34,38v-14,9,-30,15,-48,18v-18,3,-35,5,-53,5r-227,0r0,-247","w":715},"S":{"d":"606,-513v-1,-20,-5,-43,-11,-70v-6,-27,-18,-52,-37,-76v-19,-24,-47,-44,-84,-61v-37,-17,-88,-25,-151,-25v-44,0,-81,6,-113,19v-32,13,-58,29,-78,50v-20,21,-34,45,-44,72v-10,27,-15,55,-15,83v0,29,5,54,15,74v10,20,23,37,41,51v18,14,39,25,65,34v26,9,55,17,87,24v58,13,104,24,137,34v33,10,58,21,75,32v17,11,27,22,31,36v4,14,7,30,7,49v0,26,-7,47,-20,63v-13,16,-30,28,-49,37v-19,9,-40,14,-62,17v-22,3,-42,5,-60,5v-23,0,-47,-3,-70,-8v-23,-5,-45,-14,-64,-27v-19,-13,-35,-30,-47,-52v-12,-22,-18,-50,-18,-83r-92,0v0,26,3,54,11,84v8,30,22,58,44,83v22,25,52,45,90,62v38,17,87,25,148,25v31,0,64,-3,97,-10v33,-7,63,-18,91,-35v28,-17,51,-40,69,-68v18,-28,27,-63,27,-106v0,-31,-4,-58,-12,-80v-8,-22,-22,-42,-43,-58v-21,-16,-49,-31,-85,-44v-36,-13,-82,-25,-137,-38v-38,-9,-69,-17,-92,-24v-23,-7,-42,-15,-55,-23v-13,-8,-22,-17,-27,-28v-5,-11,-7,-24,-7,-39v0,-27,6,-49,18,-66v12,-17,25,-29,42,-38v17,-9,36,-15,55,-18v19,-3,37,-5,52,-5v20,0,40,2,61,7v21,5,39,12,56,24v17,12,32,27,43,46v11,19,18,43,19,71r92,0","w":671,"k":{"A":22}},"T":{"d":"358,-639r246,0r0,-87r-590,0r0,87r246,0r0,639r98,0r0,-639","w":617,"k":{"z":22,"y":52,"w":22,"v":22,"u":52,"r":45,"p":45,"o":52,"n":45,"m":45,"e":52,"a":52,"Q":15,"O":15,"J":52,"G":15,"C":15,"A":59}},"U":{"d":"547,-726r0,460v0,39,-6,72,-17,98v-11,26,-26,45,-44,60v-18,15,-38,26,-60,32v-22,6,-45,9,-68,9v-22,0,-44,-3,-66,-9v-22,-6,-42,-18,-60,-33v-18,-15,-33,-35,-44,-61v-11,-26,-16,-59,-16,-98r0,-458r-98,0r0,485v0,34,5,67,16,98v11,31,27,59,50,83v23,24,52,44,87,58v35,14,77,21,126,21v50,0,93,-7,130,-22v37,-15,67,-34,91,-59v24,-25,42,-55,54,-88v12,-33,17,-68,17,-105r0,-471r-98,0","w":719,"k":{"A":37}},"V":{"d":"338,-107r-2,0r-207,-619r-109,0r264,726r105,0r264,-726r-110,0","w":673,"k":{"u":52,"s":52,"r":52,"p":52,"o":52,"n":52,"m":52,"e":52,"a":52,"Q":45,"O":45,"G":45,"C":45,"A":75}},"W":{"d":"476,-601r2,0r166,601r103,0r191,-726r-109,0r-135,590r-2,0r-162,-590r-108,0r-162,590r-2,0r-136,-590r-106,0r189,726r103,0","w":954,"k":{"u":30,"s":30,"r":30,"p":30,"o":37,"n":30,"m":30,"e":37,"a":37,"Q":30,"O":30,"G":30,"C":30,"A":52}},"X":{"d":"400,-372r243,-354r-117,0r-184,278r-184,-278r-123,0r243,354r-259,372r118,0r201,-298r195,298r121,0","w":673},"Y":{"d":"14,-726r274,434r0,292r98,0r0,-292r274,-434r-115,0r-208,349r-209,-349r-114,0","w":673,"k":{"u":67,"t":30,"s":67,"r":67,"q":67,"p":67,"o":67,"n":67,"m":67,"g":67,"e":67,"d":67,"c":67,"a":67,"Q":45,"O":45,"G":45,"C":45,"A":75}},"Z":{"d":"57,-726r0,87r411,0r-445,557r0,82r571,0r0,-87r-447,0r447,-554r0,-85r-537,0","w":617},"[":{"d":"144,-658r109,0r0,-72r-189,0r0,928r189,0r0,-72r-109,0r0,-784","w":281},"\\":{"d":"230,19r68,0r-249,-764r-67,0","w":280},"]":{"d":"137,126r-109,0r0,72r189,0r0,-928r-189,0r0,72r109,0r0,784","w":281},"^":{"d":"509,-267r-214,-428r-72,0r-215,428r78,0r173,-347r173,347r77,0","w":523},"_":{"d":"562,126r0,-50r-562,0r0,50r562,0"},"`":{"d":"145,-599r68,0r-90,-143r-109,0","w":336},"a":{"d":"144,-368v1,-10,3,-21,6,-33v3,-12,9,-23,18,-33v9,-10,21,-19,36,-26v15,-7,35,-10,60,-10v42,0,73,6,93,20v20,14,30,36,30,65v0,14,-1,25,-3,34v-2,9,-9,16,-19,21v-10,5,-25,10,-45,13v-20,3,-47,6,-82,9v-47,3,-83,12,-110,24v-27,12,-46,26,-60,42v-14,16,-22,34,-26,52v-4,18,-6,36,-6,52v0,23,4,44,12,63v8,19,19,35,34,48v15,13,32,24,52,31v20,7,43,11,67,11v26,0,49,-3,69,-8v20,-5,37,-12,52,-21v15,-9,29,-18,40,-28v11,-10,21,-20,30,-29v1,10,2,19,5,29v3,10,7,18,14,26v7,8,15,14,27,19v12,5,28,7,48,7v10,0,19,-2,26,-4r22,-6r0,-65v-5,1,-11,2,-16,3v-5,1,-9,1,-13,1v-19,0,-29,-11,-29,-33r0,-302v0,-34,-8,-60,-24,-80v-16,-20,-36,-35,-58,-45v-22,-10,-44,-16,-66,-19v-22,-3,-37,-4,-48,-4v-33,0,-63,4,-90,10v-27,6,-49,16,-68,30v-19,14,-34,32,-44,54v-10,22,-16,50,-16,82r82,0xm387,-183v0,18,-5,34,-14,49v-9,15,-22,29,-37,40v-15,11,-32,20,-52,26v-20,6,-39,9,-60,9v-33,0,-58,-9,-74,-25v-16,-16,-23,-39,-23,-68v0,-17,3,-30,11,-40v8,-10,18,-19,30,-25v12,-6,23,-10,36,-13v13,-3,26,-6,37,-7v27,-3,50,-6,67,-9v17,-3,31,-6,42,-8v11,-2,19,-5,24,-8v5,-3,10,-5,13,-8r0,87","w":561,"k":{"y":15}},"b":{"d":"154,-726r-89,0r0,726r83,0r0,-66r2,0v5,7,10,16,18,25v8,9,18,19,29,27v11,8,25,14,41,20v16,6,36,9,59,9v45,0,81,-10,111,-29v30,-19,54,-43,71,-72v17,-29,30,-61,37,-96v7,-35,11,-68,11,-99v0,-37,-5,-72,-15,-104v-10,-32,-24,-59,-42,-83v-18,-24,-41,-43,-68,-56v-27,-13,-58,-20,-93,-20v-32,0,-61,6,-87,19v-26,13,-49,33,-68,61r0,-262xm299,-464v32,0,57,7,75,22v18,15,33,34,42,57v9,23,14,47,16,73v2,26,4,49,4,71v0,35,-5,64,-14,87v-9,23,-21,42,-35,56v-14,14,-29,23,-45,28v-16,5,-32,8,-46,8v-24,0,-45,-6,-63,-16v-18,-10,-33,-24,-45,-42v-12,-18,-20,-41,-26,-66v-6,-25,-8,-51,-8,-80v0,-17,1,-37,3,-60v2,-23,7,-44,17,-65v10,-21,25,-38,44,-52v19,-14,46,-21,81,-21","w":563},"c":{"d":"487,-351v-2,-23,-7,-46,-15,-69v-8,-23,-18,-43,-34,-62v-16,-19,-36,-34,-60,-45v-24,-11,-54,-17,-89,-17v-43,0,-81,8,-113,23v-32,15,-58,36,-79,63v-21,27,-36,58,-46,94v-10,36,-15,73,-15,114v0,38,5,73,16,106v11,33,26,61,46,84v20,23,45,42,74,55v29,13,63,20,100,20v39,0,72,-6,98,-19v26,-13,47,-30,64,-50v17,-20,30,-42,38,-66v8,-24,13,-46,15,-67r-86,0v-7,41,-23,72,-46,93v-23,21,-50,32,-80,32v-31,0,-55,-6,-74,-19v-19,-13,-33,-29,-43,-49v-10,-20,-18,-41,-22,-65v-4,-24,-5,-47,-5,-70v0,-23,2,-47,7,-71v5,-24,13,-45,24,-64v11,-19,26,-34,45,-46v19,-12,42,-18,69,-18v38,0,67,10,87,30v20,20,33,47,38,83r86,0","w":510,"k":{"x":15}},"d":{"d":"498,-726r-89,0r0,272v-7,-9,-14,-19,-23,-30v-9,-11,-20,-21,-32,-30v-12,-9,-27,-16,-44,-22v-17,-6,-37,-8,-60,-8v-35,0,-66,6,-93,20v-27,14,-49,32,-67,56v-18,24,-31,52,-40,84v-9,32,-14,68,-14,105v0,31,3,64,10,99v7,35,19,67,36,96v17,29,39,52,68,71v29,19,67,28,112,28v13,0,26,-1,40,-3v14,-2,27,-7,40,-14v13,-7,25,-16,37,-27v12,-11,23,-26,33,-44r2,0r0,73r84,0r0,-726xm272,-464v32,0,58,7,76,22v18,15,31,34,40,57v9,23,16,47,18,73v2,26,3,49,3,71v0,35,-5,64,-14,87v-9,23,-21,42,-35,56v-14,14,-30,23,-46,28v-16,5,-31,8,-45,8v-24,0,-45,-6,-63,-16v-18,-10,-32,-24,-44,-42v-12,-18,-20,-41,-26,-66v-6,-25,-9,-51,-9,-80v0,-17,1,-37,3,-60v2,-23,8,-44,18,-65v10,-21,24,-38,43,-52v19,-14,46,-21,81,-21","w":563},"e":{"d":"420,-166v0,10,-4,21,-10,33v-6,12,-15,23,-27,33v-12,10,-26,20,-43,27v-17,7,-35,11,-56,11v-51,0,-90,-16,-115,-46v-25,-30,-38,-72,-38,-127r385,0v0,-47,-5,-89,-14,-127v-9,-38,-23,-71,-42,-98v-19,-27,-44,-47,-72,-62v-28,-15,-61,-22,-99,-22v-44,0,-81,7,-113,22v-32,15,-58,36,-79,63v-21,27,-36,57,-46,93v-10,36,-15,75,-15,116v0,38,5,73,16,106v11,33,26,61,46,84v20,23,45,42,74,55v29,13,62,20,99,20v41,0,75,-6,103,-17v28,-11,52,-24,70,-42v18,-18,32,-38,42,-59v10,-21,18,-42,23,-63r-89,0xm131,-306v0,-21,3,-41,11,-60v8,-19,19,-35,32,-50v13,-15,28,-26,46,-35v18,-9,36,-13,56,-13v27,0,50,4,68,13v18,9,34,20,46,35v12,15,20,31,25,50v5,19,9,39,10,60r-294,0","w":552,"k":{"x":22}},"f":{"d":"264,-731v-5,-1,-12,-2,-19,-3v-7,-1,-14,-2,-21,-2v-44,0,-78,10,-102,28v-24,18,-35,48,-35,89r0,90r-72,0r0,74r72,0r0,455r89,0r0,-455r89,0r0,-74r-89,0r0,-65v0,-21,4,-37,12,-47v8,-10,22,-15,41,-15r17,0v0,0,13,1,18,2r0,-77","w":281,"k":{"y":-15,"t":-15,"f":-15}},"g":{"d":"272,-464v32,0,58,7,76,22v18,15,31,34,40,57v9,23,16,47,18,73v2,26,3,49,3,71v0,35,-5,64,-14,87v-9,23,-21,42,-35,56v-14,14,-30,23,-46,28v-16,5,-31,8,-45,8v-24,0,-45,-6,-63,-16v-18,-10,-32,-24,-44,-42v-12,-18,-20,-41,-26,-66v-6,-25,-9,-51,-9,-80v0,-17,1,-37,3,-60v2,-23,8,-44,18,-65v10,-21,24,-38,43,-52v19,-14,46,-21,81,-21xm415,-529r0,75v-7,-10,-14,-20,-23,-30v-9,-10,-19,-21,-32,-30v-13,-9,-27,-16,-44,-22v-17,-6,-37,-8,-60,-8v-35,0,-67,7,-94,20v-27,13,-50,32,-69,56v-19,24,-33,51,-43,83v-10,32,-14,67,-14,105v0,31,4,64,11,99v7,35,20,66,37,95v17,29,40,53,70,72v30,19,67,29,112,29v36,0,66,-7,89,-22v23,-15,41,-32,54,-53v0,23,-1,47,-3,72v-2,25,-8,47,-18,67v-10,20,-24,36,-44,49v-20,13,-48,20,-85,20v-5,0,-13,0,-25,-2v-12,-2,-24,-6,-36,-12v-12,-6,-25,-13,-36,-24v-11,-11,-18,-27,-22,-46r-89,0v4,35,13,63,29,84v16,21,34,37,54,48v20,11,41,18,62,21v21,3,40,5,56,5v41,0,75,-4,103,-14v28,-10,51,-23,69,-38v18,-15,32,-32,42,-52v10,-20,17,-40,22,-60v5,-20,7,-38,8,-56v1,-18,2,-33,2,-46r0,-485r-83,0","w":563},"h":{"d":"154,-726r-89,0r0,726r89,0r0,-288v0,-33,4,-61,12,-84v8,-23,20,-40,34,-54v14,-14,30,-24,48,-30v18,-6,35,-8,53,-8v21,0,39,2,53,8v14,6,24,14,32,24v8,10,13,22,16,37v3,15,4,31,4,49r0,346r89,0r0,-360v0,-37,-5,-68,-17,-92v-12,-24,-27,-42,-45,-56v-18,-14,-37,-23,-59,-28v-22,-5,-43,-8,-64,-8v-21,0,-40,3,-56,9v-16,6,-32,13,-44,22v-12,9,-23,18,-32,28v-9,10,-16,19,-22,27r-2,0r0,-268","w":560},"i":{"d":"154,-529r-89,0r0,529r89,0r0,-529xm154,-625r0,-101r-89,0r0,101r89,0","w":219},"j":{"d":"65,-529r0,596v0,15,-1,27,-3,35v-2,8,-5,15,-10,20v-5,5,-12,7,-20,8v-8,1,-20,2,-33,2r-18,0r0,77v13,2,25,3,38,3v33,0,59,-4,77,-14v18,-10,31,-22,40,-36v9,-14,14,-28,16,-44v2,-16,2,-30,2,-41r0,-606r-89,0xm154,-625r0,-101r-89,0r0,101r89,0","w":219},"k":{"d":"154,-726r-89,0r0,726r89,0r0,-200r75,-70r171,270r106,0r-214,-332r202,-197r-113,0r-227,230r0,-427","w":509},"l":{"d":"154,-726r-89,0r0,726r89,0r0,-726","w":219},"m":{"d":"65,-529r0,529r89,0r0,-290v0,-36,4,-65,14,-88v10,-23,22,-40,36,-53v14,-13,29,-21,45,-26v16,-5,30,-7,43,-7v17,0,30,3,41,9v11,6,19,13,25,23v6,10,11,20,14,32v3,12,4,23,4,34r0,366r89,0r0,-323v0,-17,3,-34,9,-51v6,-17,13,-33,24,-46v11,-13,24,-24,39,-32v15,-8,32,-12,51,-12v38,0,64,11,78,34v14,23,21,52,21,88r0,342r89,0r0,-366v0,-37,-6,-67,-18,-90v-12,-23,-27,-41,-44,-54v-17,-13,-35,-22,-54,-27v-19,-5,-35,-7,-49,-7v-20,0,-38,2,-53,6v-15,4,-29,10,-41,18v-12,8,-23,17,-34,28r-33,34v-3,-7,-8,-15,-14,-25v-6,-10,-15,-20,-26,-29v-11,-9,-24,-16,-40,-22v-16,-6,-37,-10,-60,-10v-24,0,-44,3,-62,10v-18,7,-33,14,-46,24v-13,10,-24,20,-32,30v-8,10,-15,19,-20,26r-2,0r0,-75r-83,0","w":841},"n":{"d":"65,-529r0,529r89,0r0,-288v0,-36,4,-65,14,-88v10,-23,22,-41,36,-54v14,-13,30,-21,46,-26v16,-5,30,-8,43,-8v43,0,73,12,89,35v16,23,24,58,24,103r0,326r89,0r0,-360v0,-37,-5,-68,-17,-92v-12,-24,-27,-42,-45,-56v-18,-14,-37,-23,-59,-28v-22,-5,-43,-8,-64,-8v-23,0,-42,3,-60,10v-18,7,-33,14,-46,24v-13,10,-24,20,-33,30v-9,10,-15,19,-20,26r-3,0r0,-75r-83,0","w":560},"o":{"d":"36,-265v0,34,4,68,14,101v10,33,25,63,45,90v20,27,46,48,77,64v31,16,67,25,109,25v42,0,78,-9,109,-25v31,-16,57,-37,77,-64v20,-27,35,-57,45,-90v10,-33,14,-67,14,-101v0,-34,-4,-68,-14,-101v-10,-33,-25,-64,-45,-90v-20,-26,-46,-48,-77,-64v-31,-16,-67,-24,-109,-24v-42,0,-78,8,-109,24v-31,16,-57,38,-77,64v-20,26,-35,57,-45,90v-10,33,-14,67,-14,101xm127,-265v0,-18,2,-38,6,-61v4,-23,12,-45,23,-66v11,-21,27,-40,47,-54v20,-14,46,-21,78,-21v32,0,58,7,78,21v20,14,36,33,47,54v11,21,19,43,23,66v4,23,6,43,6,61v0,18,-2,39,-6,62v-4,23,-12,46,-23,67v-11,21,-27,38,-47,52v-20,14,-46,22,-78,22v-32,0,-58,-8,-78,-22v-20,-14,-36,-31,-47,-52v-11,-21,-19,-44,-23,-67v-4,-23,-6,-44,-6,-62","k":{"x":30}},"p":{"d":"299,-464v32,0,57,7,75,22v18,15,33,34,42,57v9,23,14,47,16,73v2,26,4,49,4,71v0,35,-5,64,-14,87v-9,23,-21,42,-35,56v-14,14,-29,23,-45,28v-16,5,-32,8,-46,8v-24,0,-45,-6,-63,-16v-18,-10,-33,-24,-45,-42v-12,-18,-20,-41,-26,-66v-6,-25,-8,-51,-8,-80v0,-17,1,-37,3,-60v2,-23,7,-44,17,-65v10,-21,25,-38,44,-52v19,-14,46,-21,81,-21xm65,209r89,0r0,-271v13,21,31,39,54,54v23,15,53,23,89,23v45,0,81,-10,111,-29v30,-19,54,-43,72,-72v18,-29,29,-60,36,-95v7,-35,11,-68,11,-99v0,-37,-5,-72,-15,-104v-10,-32,-23,-60,-42,-84v-19,-24,-42,-43,-69,-56v-27,-13,-58,-20,-93,-20v-23,0,-43,3,-60,8v-17,5,-32,12,-44,21v-12,9,-23,18,-32,29v-9,11,-17,21,-24,32r0,-75r-83,0r0,738","w":563},"q":{"d":"272,-464v32,0,58,7,76,22v18,15,31,34,40,57v9,23,16,47,18,73v2,26,3,49,3,71v0,35,-5,64,-14,87v-9,23,-21,42,-35,56v-14,14,-30,23,-46,28v-16,5,-31,8,-45,8v-24,0,-45,-6,-63,-16v-18,-10,-32,-24,-44,-42v-12,-18,-20,-41,-26,-66v-6,-25,-9,-51,-9,-80v0,-17,1,-37,3,-60v2,-23,8,-44,18,-65v10,-21,24,-38,43,-52v19,-14,46,-21,81,-21xm415,-529r0,75v-7,-11,-16,-21,-25,-32v-9,-11,-20,-20,-32,-29v-12,-9,-27,-16,-44,-21v-17,-5,-36,-8,-59,-8v-35,0,-66,7,-93,20v-27,13,-50,32,-69,56v-19,24,-33,52,-43,84v-10,32,-14,67,-14,104v0,31,3,64,10,99v7,35,20,66,38,95v18,29,41,53,70,72v29,19,67,29,112,29v36,0,66,-8,89,-23v23,-15,41,-33,54,-54r0,271r89,0r0,-738r-83,0","w":563},"r":{"d":"65,-529r0,529r89,0r0,-307v0,-19,4,-38,10,-55v6,-17,15,-31,26,-44v11,-13,25,-24,42,-32v17,-8,35,-11,56,-11r35,0r0,-92v-4,-1,-8,-3,-11,-3r-13,0v-34,0,-63,9,-87,28v-24,19,-45,44,-62,75r-2,0r0,-88r-83,0","w":333,"k":{"y":-22}},"s":{"d":"451,-378v0,-4,-1,-11,-2,-21v-1,-10,-4,-21,-9,-33v-5,-12,-12,-25,-20,-38v-8,-13,-19,-25,-34,-36v-15,-11,-34,-21,-56,-28v-22,-7,-50,-10,-81,-10v-26,0,-51,3,-75,10v-24,7,-45,17,-64,31v-19,14,-33,32,-44,53v-11,21,-17,46,-17,75v0,41,15,73,43,93v28,20,71,36,128,47v32,6,58,13,79,19v21,6,37,13,49,20v12,7,19,14,24,22v5,8,7,17,7,28v0,15,-3,28,-10,39v-7,11,-16,19,-27,26v-11,7,-24,12,-38,15v-14,3,-30,4,-46,4v-31,0,-56,-4,-75,-12v-19,-8,-33,-17,-43,-28v-10,-11,-15,-22,-18,-34v-3,-12,-4,-24,-4,-34r-86,0v1,16,4,35,8,56v4,21,13,41,28,60v15,19,38,36,68,49v30,13,70,20,123,20v30,0,58,-4,83,-12v25,-8,47,-20,66,-35v19,-15,33,-32,44,-54v11,-22,16,-47,16,-74v0,-18,-3,-34,-8,-48v-5,-14,-16,-28,-30,-40v-14,-12,-33,-23,-58,-33v-25,-10,-57,-20,-96,-29v-28,-7,-52,-13,-70,-18v-18,-5,-32,-10,-43,-16v-11,-6,-18,-13,-22,-20v-4,-7,-6,-17,-6,-28v0,-17,5,-30,13,-40v8,-10,18,-17,30,-22v12,-5,22,-8,34,-10v12,-2,21,-3,28,-3v28,0,50,3,67,9v17,6,29,15,38,24v9,9,15,18,17,28v2,10,3,20,3,28r86,0","w":505},"t":{"d":"86,-675r0,147r-71,0r0,74r71,0r0,348v0,16,1,31,4,45v3,14,8,26,16,36v8,10,19,18,33,24v14,6,32,9,54,9v5,0,14,-1,27,-2v13,-1,26,-3,39,-6r0,-69r-31,0v-5,0,-10,0,-16,-1v-6,-1,-12,-3,-18,-6v-6,-3,-10,-7,-14,-12v-4,-5,-5,-13,-5,-23r0,-343r85,0r0,-74r-85,0r0,-147r-89,0","w":281,"k":{"y":-15,"t":-15,"f":-15}},"u":{"d":"65,-529r0,380v0,31,5,58,16,79v11,21,24,37,41,50v17,13,36,22,56,27v20,5,40,8,59,8v43,0,76,-8,101,-24v25,-16,48,-39,67,-70r1,2r0,77r84,0r0,-529r-89,0r0,291v0,19,-2,39,-7,60v-5,21,-13,40,-24,57v-11,17,-26,32,-45,43v-19,11,-42,16,-70,16v-29,0,-53,-9,-72,-26v-19,-17,-29,-47,-29,-90r0,-351r-89,0","w":555},"v":{"d":"8,-529r192,529r95,0r201,-529r-97,0r-149,431r-2,0r-137,-431r-103,0","w":504},"w":{"d":"15,-529r152,529r92,0r103,-409r2,0r107,409r92,0r153,-529r-88,0r-107,415r-2,0r-103,-415r-99,0r-102,415r-3,0r-101,-415r-96,0","w":730},"x":{"d":"20,-529r176,257r-185,272r112,0r127,-199r131,199r113,0r-185,-272r178,-257r-109,0r-122,186r-122,-186r-114,0","w":504,"k":{"o":30,"e":30,"d":30,"c":30}},"y":{"d":"11,-529r196,543v-11,27,-20,49,-27,65v-7,16,-14,28,-20,37v-6,9,-13,14,-20,16v-7,2,-16,4,-27,4v-12,0,-23,-1,-32,-3v-9,-2,-17,-4,-22,-6r0,81v11,3,11,4,19,6v6,2,12,2,19,2v25,0,46,-2,63,-6v17,-4,30,-11,42,-20v12,-9,22,-22,31,-37v9,-15,18,-34,28,-57r59,-145v0,0,31,-81,62,-166r60,-167r52,-147r-98,0r-141,431r-2,0r-141,-431r-101,0","w":505},"z":{"d":"55,-529r0,74r294,0r-318,385r0,70r442,0r0,-74r-324,0r315,-382r0,-73r-409,0","w":504},"{":{"d":"42,-236v23,0,42,12,58,37v16,25,24,56,24,94r0,172v0,21,3,39,9,55v6,16,13,31,23,42v10,11,22,19,34,25v12,6,24,9,37,9r68,0r0,-66r-44,0v-18,0,-30,-8,-37,-24v-7,-16,-10,-36,-10,-59r0,-171v0,-29,-4,-52,-11,-70v-7,-18,-16,-32,-26,-42v-10,-10,-20,-18,-30,-23v-10,-5,-17,-8,-22,-9r0,-2v5,-1,12,-5,22,-11v10,-6,20,-15,30,-26v10,-11,19,-26,26,-43v7,-17,11,-37,11,-61r0,-172v0,-23,3,-43,10,-59v7,-16,19,-24,36,-24r45,0r0,-66r-68,0v-13,0,-25,3,-37,9v-12,6,-24,14,-34,25v-10,11,-17,26,-23,42v-6,16,-9,34,-9,55r0,173v0,19,-2,36,-6,52v-4,16,-10,28,-17,40v-7,12,-16,22,-26,28v-10,6,-21,9,-33,9r0,61","w":337},"|":{"d":"95,19r73,0r0,-764r-73,0r0,764","w":262},"}":{"d":"295,-297v-12,0,-23,-3,-33,-9v-10,-6,-19,-16,-26,-28v-7,-12,-13,-24,-17,-40v-4,-16,-6,-33,-6,-52r0,-173v0,-21,-3,-39,-9,-55v-6,-16,-14,-31,-24,-42v-10,-11,-20,-19,-32,-25v-12,-6,-25,-9,-38,-9r-68,0r0,66r44,0v18,0,30,8,37,24v7,16,10,36,10,59r0,172v0,25,4,46,11,63v7,17,16,31,26,42v10,11,20,20,30,26v10,6,17,9,22,10r0,2v-5,1,-12,5,-22,10v-10,5,-20,13,-30,24v-10,11,-19,26,-26,44v-7,18,-11,39,-11,66r0,171v0,23,-3,43,-10,59v-7,16,-19,24,-36,24r-45,0r0,66r68,0v13,0,26,-3,38,-9v12,-6,22,-14,32,-25v10,-11,18,-26,24,-42v6,-16,9,-34,9,-55r0,-172v0,-38,7,-69,23,-94v16,-25,36,-37,59,-37r0,-61","w":337},"~":{"d":"492,-330v-11,18,-24,35,-38,50v-14,15,-31,22,-51,22v-8,0,-21,-4,-39,-11v-28,-11,-28,-11,-60,-25v-21,-9,-42,-16,-63,-24v-21,-8,-39,-12,-53,-12v-17,0,-33,2,-46,8v-13,6,-24,13,-34,22v-10,9,-18,18,-26,29v-8,11,-15,21,-20,32r36,57v8,-18,19,-35,32,-50v13,-15,30,-23,53,-23v23,0,43,3,61,11v18,8,36,17,53,26v17,9,34,17,51,24v17,7,35,11,54,11v27,0,51,-9,72,-27v21,-18,39,-39,54,-63","w":590},"-":{"d":"292,-292r-247,0r0,73r247,0r0,-73","w":337},"\"":{"d":"71,-468r74,0r0,-257r-74,0r0,257xm214,-468r74,0r0,-257r-74,0r0,257","w":359},"!":{"d":"188,-103r-97,0r0,103r97,0r0,-103xm164,-173r24,-313r0,-240r-97,0r0,240r24,313r49,0","w":280},"\u0401":{"d":"610,-87r-438,0r0,-252r397,0r0,-87r-397,0r0,-213r431,0r0,-87r-529,0r0,726r536,0r0,-87xm293,-806r0,-101r-89,0r0,101r89,0xm498,-806r0,-101r-89,0r0,101r89,0","w":661},"\u0451":{"d":"420,-166v0,10,-4,21,-10,33v-6,12,-15,23,-27,33v-12,10,-26,20,-43,27v-17,7,-35,11,-56,11v-51,0,-90,-16,-115,-46v-25,-30,-38,-72,-38,-127r385,0v0,-47,-5,-89,-14,-127v-9,-38,-23,-71,-42,-98v-19,-27,-44,-47,-72,-62v-28,-15,-61,-22,-99,-22v-44,0,-81,7,-113,22v-32,15,-58,36,-79,63v-21,27,-36,57,-46,93v-10,36,-15,75,-15,116v0,38,5,73,16,106v11,33,26,61,46,84v20,23,45,42,74,55v29,13,62,20,99,20v41,0,75,-6,103,-17v28,-11,52,-24,70,-42v18,-18,32,-38,42,-59v10,-21,18,-42,23,-63r-89,0xm131,-306v0,-21,3,-41,11,-60v8,-19,19,-35,32,-50v13,-15,28,-26,46,-35v18,-9,36,-13,56,-13v27,0,50,4,68,13v18,9,34,20,46,35v12,15,20,31,25,50v5,19,9,39,10,60r-294,0xm238,-625r0,-101r-89,0r0,101r89,0xm420,-625r0,-101r-89,0r0,101r89,0","w":552,"k":{"\u0445":22}},"\u0410":{"d":"481,-212r72,212r107,0r-262,-726r-111,0r-273,726r101,0r76,-212r290,0xm221,-298r116,-320r2,0r107,320r-225,0","w":674,"k":{"\u0447":67,"\u0444":30,"\u0443":45,"\u0442":52,"\u0441":30,"\u043e":30,"\u0435":30,"\u0431":30,"\u0427":82,"\u0425":-7,"\u0424":22,"\u0423":52,"\u0422":60,"\u0421":37,"\u041e":37,"\u041b":-15,"\u0451":30}},"\u0411":{"d":"74,-726r0,726r337,0v33,0,62,-6,89,-16v27,-10,49,-24,68,-42v19,-18,33,-39,43,-64v10,-25,15,-53,15,-82v0,-25,-4,-52,-12,-78v-8,-26,-21,-50,-38,-71v-17,-21,-40,-39,-68,-53v-28,-14,-61,-20,-100,-20r-236,0r0,-213r413,0r0,-87r-511,0xm172,-339r203,0v22,0,43,2,61,7v18,5,34,12,47,23v13,11,24,24,31,41v7,17,11,38,11,63v0,23,-4,42,-11,57v-7,15,-17,27,-30,36v-13,9,-28,16,-46,20v-18,4,-36,5,-56,5r-210,0r0,-252","w":671},"\u0412":{"d":"172,-642r178,0v55,0,93,10,116,28v23,18,34,44,34,78v0,45,-13,75,-40,92v-27,17,-64,25,-111,25r-177,0r0,-223xm74,0r312,0v40,0,75,-6,106,-17v31,-11,57,-27,78,-47v21,-20,36,-42,47,-68v11,-26,16,-54,16,-83v0,-31,-5,-56,-14,-77v-9,-21,-21,-37,-34,-50v-13,-13,-28,-24,-43,-31v-15,-7,-29,-13,-41,-18v20,-9,36,-20,49,-33v13,-13,23,-26,30,-40v7,-14,11,-26,14,-40v3,-14,4,-27,4,-39v0,-25,-4,-49,-13,-71v-9,-22,-22,-41,-39,-58v-17,-17,-38,-30,-64,-40v-26,-10,-55,-14,-89,-14r-319,0r0,726xm172,-339r193,0v20,0,41,2,61,5v20,3,38,9,54,18v16,9,30,21,40,37v10,16,15,37,15,62v0,41,-13,73,-39,97v-26,24,-64,36,-115,36r-209,0r0,-255","w":678},"\u0413":{"d":"74,-726r0,726r98,0r0,-639r377,0r0,-87r-475,0","w":558,"k":{"\u044f":52,"\u044e":60,"\u044d":45,"\u044b":60,"\u0444":45,"\u0443":37,"\u0441":60,"\u0440":60,"\u043e":60,"\u043d":60,"\u043c":60,"\u043b":60,"\u0438":60,"\u0437":60,"\u0436":22,"\u0435":59,"\u0434":75,"\u0432":60,"\u0431":37,"\u0430":60,"\u042f":22,"\u0424":30,"\u0423":-29,"\u0422":-30,"\u0421":30,"\u041e":30,"\u041b":45,"\u0414":45,"\u0410":67,"\u0451":52}},"\u0414":{"d":"157,-726r0,230v0,42,-1,80,-2,115v-1,35,-5,68,-10,99v-5,31,-13,63,-23,94v-10,31,-24,65,-41,101r-61,0r0,244r90,0r0,-157r496,0r0,157r90,0r0,-244r-64,0r0,-639r-475,0xm534,-87r-354,0v16,-31,28,-62,38,-91v10,-29,18,-59,23,-90v5,-31,9,-64,11,-98v2,-34,3,-71,3,-111r0,-162r279,0r0,552","w":719,"k":{"\u0436":-15}},"\u0415":{"d":"610,-87r-438,0r0,-252r397,0r0,-87r-397,0r0,-213r431,0r0,-87r-529,0r0,726r536,0r0,-87","w":661},"\u0416":{"d":"458,-726r0,349r-300,-349r-125,0r258,295r-271,431r119,0r226,-362r93,104r0,258r97,0r0,-258r93,-104r226,362r119,0r-271,-431r258,-295r-125,0r-300,349r0,-349r-97,0","w":1009,"k":{"\u0447":60,"\u0444":22,"\u0443":22,"\u0442":22,"\u0441":22,"\u043e":22,"\u0435":22,"\u0423":-7,"\u041e":37,"\u041b":-15,"\u0451":22}},"\u0417":{"d":"136,-235r-92,0v0,32,4,63,10,93v6,30,19,58,40,82v21,24,52,44,91,58v39,14,92,21,158,21v34,0,69,-4,103,-11v34,-7,65,-18,93,-35v28,-17,51,-39,68,-67v17,-28,26,-61,26,-102v0,-26,-4,-50,-12,-72v-8,-22,-19,-40,-33,-56v-14,-16,-31,-29,-50,-40v-19,-11,-40,-18,-63,-23v12,-2,25,-7,40,-15v15,-8,28,-17,41,-30v13,-13,25,-29,34,-48v9,-19,13,-40,13,-64v0,-31,-6,-58,-19,-83v-13,-25,-31,-46,-54,-63v-23,-17,-50,-30,-82,-40v-32,-10,-66,-15,-103,-15v-59,0,-108,8,-145,25v-37,17,-67,38,-88,62v-21,24,-36,49,-44,76v-8,27,-11,51,-11,71r92,0v0,-29,6,-52,17,-71v11,-19,26,-35,44,-46v18,-11,37,-18,59,-23v22,-5,44,-7,65,-7v16,0,34,1,54,4v20,3,37,8,54,17v17,9,32,21,43,38v11,17,17,39,17,66v0,19,-6,36,-16,50v-10,14,-23,26,-40,35v-17,9,-35,16,-56,21v-21,5,-41,7,-62,7r-55,0r0,80r76,0v25,0,49,3,71,8v22,5,41,13,58,24v17,11,30,25,40,43v10,18,14,40,14,67v0,26,-6,47,-19,64v-13,17,-28,30,-47,40v-19,10,-40,16,-62,20v-22,4,-44,6,-63,6v-29,0,-56,-3,-81,-8v-25,-5,-48,-13,-66,-26v-18,-13,-32,-30,-42,-51v-10,-21,-16,-49,-16,-82","w":678},"\u0418":{"d":"172,-726r-98,0r0,726r113,0r369,-586r2,0r0,586r98,0r0,-726r-112,0r-368,594r-4,0r0,-594","w":730},"\u0419":{"d":"172,-726r-98,0r0,726r113,0r369,-586r2,0r0,586r98,0r0,-726r-112,0r-368,594r-4,0r0,-594xm257,-920r-50,0v1,9,3,22,7,37v4,15,10,30,20,45v10,15,26,29,45,40v19,11,46,16,79,16v33,0,60,-5,79,-16v19,-11,35,-25,45,-40v10,-15,17,-30,20,-45v3,-15,5,-28,6,-37r-49,0v-6,22,-15,40,-29,54v-14,14,-38,22,-72,22v-17,0,-32,-2,-43,-6v-11,-4,-21,-9,-29,-16v-8,-7,-14,-15,-18,-24v-4,-9,-8,-19,-11,-30","w":730},"\u041a":{"d":"172,-726r-98,0r0,726r98,0r0,-255r114,-109r254,364r127,0r-310,-433r302,-293r-135,0r-352,352r0,-352","w":675,"k":{"\u0443":22,"\u0442":37,"\u0441":15,"\u043e":15,"\u0435":15,"\u0423":-29,"\u0421":30,"\u041e":30,"\u0410":-7,"\u0451":15}},"\u041b":{"d":"153,-726r0,359v0,50,-1,94,-3,131v-2,37,-7,68,-14,93v-7,25,-17,43,-29,55v-12,12,-28,18,-47,18v-10,0,-20,0,-28,-1v-8,-1,-14,-2,-18,-3r0,82v11,2,23,4,34,5v11,1,22,2,33,2v25,0,48,-5,69,-15v21,-10,39,-30,54,-56v15,-26,26,-62,34,-107v8,-45,13,-103,13,-173r0,-303r277,0r0,639r98,0r0,-726r-473,0","w":700},"\u041c":{"d":"74,-726r0,726r95,0r0,-429v0,-5,-1,-15,-1,-28r0,-45v0,0,-2,-35,-2,-54r0,-54r3,0r204,610r97,0r205,-610r1,0r0,54v0,0,-2,37,-2,54r0,45v0,0,-1,23,-1,28r0,429r95,0r0,-726r-139,0r-207,614r-2,0r-206,-614r-140,0","w":842},"\u041d":{"d":"172,-726r-98,0r0,726r98,0r0,-339r379,0r0,339r98,0r0,-726r-98,0r0,300r-379,0r0,-300","w":723},"\u041e":{"d":"650,-363v0,43,-6,82,-17,118v-11,36,-27,67,-49,93v-22,26,-49,47,-80,62v-31,15,-67,22,-106,22v-39,0,-75,-7,-106,-22v-31,-15,-58,-36,-80,-62v-22,-26,-38,-58,-49,-94v-11,-36,-17,-76,-17,-119v0,-43,6,-82,17,-118v11,-36,27,-67,49,-93v22,-26,49,-46,80,-60v31,-14,67,-22,106,-22v39,0,75,7,106,22v31,15,58,36,80,62v22,26,38,57,49,93v11,36,17,75,17,118xm751,-363v0,-39,-6,-81,-17,-126v-11,-45,-31,-86,-58,-124v-27,-38,-63,-70,-108,-95v-45,-25,-102,-37,-170,-37v-68,0,-125,12,-170,37v-45,25,-81,57,-108,95v-27,38,-47,79,-58,124v-11,45,-17,87,-17,126v0,39,6,81,17,126v11,45,31,86,58,124v27,38,63,70,108,95v45,25,102,37,170,37v68,0,125,-12,170,-37v45,-25,81,-57,108,-95v27,-38,47,-79,58,-124v11,-45,17,-87,17,-126","w":796,"k":{"\u043b":22,"\u0434":22,"\u0425":37,"\u0423":30,"\u0422":15,"\u041b":22,"\u0416":37,"\u0410":37}},"\u041f":{"d":"74,-726r0,726r98,0r0,-639r379,0r0,639r98,0r0,-726r-575,0","w":723},"\u0420":{"d":"172,-642r199,0v20,0,39,2,57,6v18,4,33,10,46,20v13,10,23,23,30,38v7,15,11,34,11,57v0,25,-4,45,-11,62v-7,17,-17,31,-30,41v-13,10,-29,18,-47,22v-18,4,-38,6,-60,6r-195,0r0,-252xm172,-306r229,0v39,0,73,-7,100,-20v27,-13,50,-29,67,-50v17,-21,28,-44,36,-70v8,-26,12,-51,12,-76v0,-29,-5,-57,-15,-82v-10,-25,-25,-46,-43,-64v-18,-18,-40,-32,-67,-42v-27,-10,-57,-16,-90,-16r-327,0r0,726r98,0r0,-306","w":661,"k":{"\u041b":52,"\u0414":60,"\u0410":75}},"\u0421":{"d":"681,-507v-3,-31,-12,-60,-26,-89v-14,-29,-33,-54,-58,-76v-25,-22,-55,-40,-91,-53v-36,-13,-76,-20,-123,-20v-53,0,-100,9,-142,27v-42,18,-78,45,-107,78v-29,33,-51,74,-66,120v-15,46,-23,97,-23,153v0,70,9,129,27,178v18,49,43,88,74,119v31,31,65,54,104,68v39,14,80,21,121,21v9,0,23,-1,40,-2v17,-1,37,-5,58,-11v21,-6,44,-15,67,-27v23,-12,44,-29,64,-50v20,-21,38,-48,54,-80v16,-32,27,-71,34,-116r-95,0v-8,42,-20,76,-37,102v-17,26,-35,47,-55,61v-20,14,-41,23,-61,28v-20,5,-38,8,-54,8v-45,0,-84,-8,-114,-23v-30,-15,-55,-36,-74,-63v-19,-27,-32,-59,-40,-96v-8,-37,-12,-77,-12,-120v0,-48,6,-90,18,-126v12,-36,30,-66,52,-90v22,-24,46,-42,75,-54v29,-12,59,-18,92,-18v17,0,36,2,57,6v21,4,42,11,61,22v19,11,37,26,52,46v15,20,26,45,33,77r95,0","w":730,"k":{"\u0423":30,"\u0422":22,"\u0410":22}},"\u0422":{"d":"358,-639r246,0r0,-87r-590,0r0,87r246,0r0,639r98,0r0,-639","w":617,"k":{"\u044f":45,"\u044e":52,"\u044d":45,"\u044c":52,"\u044b":52,"\u0449":52,"\u0448":52,"\u0444":52,"\u0443":52,"\u0440":52,"\u043f":52,"\u043e":60,"\u043d":52,"\u043c":52,"\u043b":67,"\u043a":52,"\u0438":52,"\u0436":37,"\u0435":60,"\u0432":45,"\u0431":30,"\u0430":60,"\u0424":22,"\u0423":-29,"\u0422":-30,"\u0421":15,"\u041e":15,"\u041b":30,"\u0414":22,"\u0410":60,"\u0451":52}},"\u0423":{"d":"546,-726r-211,496r-223,-496r-105,0r281,591v-8,15,-15,27,-21,36v-6,9,-11,16,-17,21v-6,5,-12,8,-18,10v-6,2,-15,3,-24,3v-23,0,-42,-1,-57,-4r0,81v10,2,21,4,33,6v12,2,25,2,38,2v15,0,28,-2,42,-6v14,-4,27,-10,40,-20v13,-10,26,-24,38,-41v12,-17,25,-40,37,-68r272,-611r-105,0","w":666,"k":{"\u044f":60,"\u044e":67,"\u044d":45,"\u0449":67,"\u0448":67,"\u0447":67,"\u0446":67,"\u0445":30,"\u0444":60,"\u0441":67,"\u0440":67,"\u043f":67,"\u043e":67,"\u043d":67,"\u043c":67,"\u043b":97,"\u043a":67,"\u0439":67,"\u0438":67,"\u0437":60,"\u0436":30,"\u0435":75,"\u0434":82,"\u0433":67,"\u0432":67,"\u0431":52,"\u0430":60,"\u0424":45,"\u0422":-22,"\u0421":45,"\u041e":44,"\u041b":45,"\u0417":37,"\u0416":-7,"\u0414":45,"\u0410":105,"\u0451":75}},"\u0424":{"d":"470,-726r-97,0r0,75v-57,0,-107,8,-149,24v-42,16,-77,38,-105,65v-28,27,-49,57,-63,92v-14,35,-20,70,-20,107v0,37,6,73,20,107v14,34,35,65,63,92v28,27,63,49,105,65v42,16,92,24,149,24r0,75r97,0r0,-75v57,0,106,-8,148,-24v42,-16,78,-38,106,-65v28,-27,48,-58,62,-92v14,-34,21,-70,21,-107v0,-37,-7,-72,-21,-107v-14,-35,-34,-65,-62,-92v-28,-27,-64,-49,-106,-65v-42,-16,-91,-24,-148,-24r0,-75xm137,-363v0,-37,5,-69,17,-96v12,-27,29,-48,50,-65v21,-17,45,-30,74,-38v29,-8,61,-12,95,-12r0,422v-34,0,-66,-4,-95,-12v-29,-8,-53,-21,-74,-38v-21,-17,-38,-38,-50,-65v-12,-27,-17,-59,-17,-96xm706,-363v0,37,-6,69,-18,96v-12,27,-29,48,-50,65v-21,17,-45,30,-74,38v-29,8,-60,12,-94,12r0,-422v34,0,65,4,94,12v29,8,53,21,74,38v21,17,38,38,50,65v12,27,18,59,18,96","w":841,"k":{"\u043b":22,"\u0425":30,"\u0423":30,"\u0422":22,"\u041b":22,"\u0416":30,"\u0410":22}},"\u0425":{"d":"400,-372r243,-354r-117,0r-184,278r-184,-278r-123,0r243,354r-259,372r118,0r201,-298r195,298r121,0","w":673,"k":{"\u0443":22,"\u043e":30,"\u0435":30,"\u0424":30,"\u0423":-15,"\u041e":37,"\u041b":-15,"\u0410":-7,"\u0451":30}},"\u0426":{"d":"172,-726r-98,0r0,726r549,0r0,157r90,0r0,-244r-64,0r0,-639r-98,0r0,639r-379,0r0,-639","w":734,"k":{"\u0410":-15}},"\u0427":{"d":"74,-726r0,226v0,39,6,71,18,96v12,25,27,45,46,60v19,15,42,25,67,31v25,6,52,9,79,9v44,0,86,-3,125,-10v39,-7,75,-15,106,-22r0,336r98,0r0,-726r-98,0r0,309r-97,17v-33,6,-68,9,-104,9v-19,0,-37,-1,-54,-5v-17,-4,-33,-10,-46,-18v-13,-8,-22,-20,-30,-34v-8,-14,-12,-33,-12,-54r0,-224r-98,0","w":687},"\u0428":{"d":"172,-726r-98,0r0,726r828,0r0,-726r-98,0r0,639r-267,0r0,-639r-98,0r0,639r-267,0r0,-639","w":976},"\u0429":{"d":"172,-726r-98,0r0,726r803,0r0,157r89,0r0,-244r-64,0r0,-639r-98,0r0,639r-267,0r0,-639r-98,0r0,639r-267,0r0,-639","w":983,"k":{"\u0410":-15}},"\u042a":{"d":"230,-726r-231,0r0,84r133,0r0,642r337,0v33,0,62,-6,89,-16v27,-10,49,-24,68,-42v19,-18,33,-39,43,-64v10,-25,15,-53,15,-82v0,-25,-4,-52,-12,-78v-8,-26,-21,-50,-38,-71v-17,-21,-40,-39,-68,-53v-28,-14,-61,-20,-100,-20r-236,0r0,-300xm230,-339r203,0v22,0,43,2,61,7v18,5,34,12,47,23v13,11,24,24,31,41v7,17,11,38,11,63v0,23,-4,42,-11,57v-7,15,-17,27,-30,36v-13,9,-28,16,-46,20v-18,4,-36,5,-56,5r-210,0r0,-252","w":729},"\u042b":{"d":"172,-726r-98,0r0,726r337,0v33,0,62,-6,89,-16v27,-10,49,-24,68,-42v19,-18,33,-39,43,-64v10,-25,15,-53,15,-82v0,-25,-4,-52,-12,-78v-8,-26,-21,-50,-38,-71v-17,-21,-40,-39,-68,-53v-28,-14,-61,-20,-100,-20r-236,0r0,-300xm172,-339r203,0v22,0,43,2,61,7v18,5,34,12,47,23v13,11,24,24,31,41v7,17,11,38,11,63v0,23,-4,42,-11,57v-7,15,-17,27,-30,36v-13,9,-28,16,-46,20v-18,4,-36,5,-56,5r-210,0r0,-252xm815,-726r-98,0r0,726r98,0r0,-726","w":889},"\u042c":{"d":"172,-726r-98,0r0,726r337,0v33,0,62,-6,89,-16v27,-10,49,-24,68,-42v19,-18,33,-39,43,-64v10,-25,15,-53,15,-82v0,-25,-4,-52,-12,-78v-8,-26,-21,-50,-38,-71v-17,-21,-40,-39,-68,-53v-28,-14,-61,-20,-100,-20r-236,0r0,-300xm172,-339r203,0v22,0,43,2,61,7v18,5,34,12,47,23v13,11,24,24,31,41v7,17,11,38,11,63v0,23,-4,42,-11,57v-7,15,-17,27,-30,36v-13,9,-28,16,-46,20v-18,4,-36,5,-56,5r-210,0r0,-252","w":671,"k":{"\u042f":30,"\u0422":75}},"\u042d":{"d":"257,-411r0,79r327,0v-3,37,-8,72,-18,104v-10,32,-24,60,-42,84v-18,24,-42,43,-70,56v-28,13,-61,20,-100,20v-16,0,-35,-2,-57,-7v-22,-5,-44,-13,-65,-25v-21,-12,-40,-30,-58,-52v-18,-22,-30,-50,-37,-85r-95,0v7,39,18,73,34,101v16,28,34,51,54,70v20,19,41,34,64,45v23,11,46,20,67,26v21,6,41,9,58,11v17,2,31,3,40,3v41,0,82,-7,121,-21v39,-14,73,-37,104,-68v31,-31,56,-70,74,-119v18,-49,27,-108,27,-178v0,-55,-7,-105,-22,-151v-15,-46,-36,-86,-64,-120v-28,-34,-62,-60,-103,-79v-41,-19,-87,-28,-139,-28v-47,0,-87,7,-123,20v-36,13,-67,31,-92,53v-25,22,-46,47,-61,76v-15,29,-26,58,-32,89r95,0v8,-32,20,-57,36,-77v16,-20,34,-35,54,-46v20,-11,40,-18,62,-22v22,-4,42,-6,61,-6v63,0,115,21,155,63v40,42,64,103,72,184r-327,0","w":730,"k":{"\u043b":22,"\u0434":22,"\u041b":22,"\u0414":22}},"\u042e":{"d":"172,-726r-98,0r0,726r98,0r0,-339r115,0v2,39,9,79,21,121v12,42,30,81,55,116v25,35,57,64,97,87v40,23,89,34,147,34v66,0,121,-12,165,-37v44,-25,80,-57,106,-95v26,-38,45,-79,56,-124v11,-45,16,-87,16,-126v0,-39,-6,-81,-16,-126v-10,-45,-28,-86,-54,-124v-26,-38,-59,-70,-102,-95v-43,-25,-96,-37,-161,-37v-56,0,-103,10,-143,29v-40,19,-73,44,-99,75v-26,31,-46,65,-60,103v-14,38,-23,75,-28,112r-115,0r0,-300xm849,-363v0,43,-5,82,-15,118v-10,36,-25,67,-44,93v-19,26,-43,47,-72,62v-29,15,-63,22,-101,22v-36,0,-68,-7,-97,-22v-29,-15,-53,-36,-73,-62v-20,-26,-35,-57,-46,-93v-11,-36,-16,-75,-16,-118v0,-43,5,-82,15,-118v10,-36,24,-67,44,-93v20,-26,44,-47,73,-62v29,-15,62,-22,100,-22v36,0,68,7,97,22v29,15,53,36,73,62v20,26,35,57,46,93v11,36,16,75,16,118","w":995,"k":{"\u043b":22,"\u0434":22,"\u0422":15,"\u041b":22}},"\u042f":{"d":"630,-726r-323,0v-30,0,-59,4,-88,10v-29,6,-55,17,-77,32v-22,15,-40,36,-54,62v-14,26,-20,57,-20,95v0,39,7,72,20,98v13,26,29,47,48,63v19,16,40,30,62,38v22,8,42,14,61,17r-206,311r123,0r194,-311r162,0r0,311r98,0r0,-726xm532,-395r-206,0v-18,0,-36,-1,-55,-5v-19,-4,-36,-11,-51,-20v-15,-9,-26,-22,-36,-38v-10,-16,-15,-38,-15,-63v0,-28,4,-50,13,-66v9,-16,21,-29,34,-37v13,-8,28,-13,43,-15v15,-2,29,-3,41,-3r232,0r0,247","w":704},"\u0430":{"d":"144,-368v1,-10,3,-21,6,-33v3,-12,9,-23,18,-33v9,-10,21,-19,36,-26v15,-7,35,-10,60,-10v42,0,73,6,93,20v20,14,30,36,30,65v0,14,-1,25,-3,34v-2,9,-9,16,-19,21v-10,5,-25,10,-45,13v-20,3,-47,6,-82,9v-47,3,-83,12,-110,24v-27,12,-46,26,-60,42v-14,16,-22,34,-26,52v-4,18,-6,36,-6,52v0,23,4,44,12,63v8,19,19,35,34,48v15,13,32,24,52,31v20,7,43,11,67,11v26,0,49,-3,69,-8v20,-5,37,-12,52,-21v15,-9,29,-18,40,-28v11,-10,21,-20,30,-29v1,10,2,19,5,29v3,10,7,18,14,26v7,8,15,14,27,19v12,5,28,7,48,7v10,0,19,-2,26,-4r22,-6r0,-65v-5,1,-11,2,-16,3v-5,1,-9,1,-13,1v-19,0,-29,-11,-29,-33r0,-302v0,-34,-8,-60,-24,-80v-16,-20,-36,-35,-58,-45v-22,-10,-44,-16,-66,-19v-22,-3,-37,-4,-48,-4v-33,0,-63,4,-90,10v-27,6,-49,16,-68,30v-19,14,-34,32,-44,54v-10,22,-16,50,-16,82r82,0xm387,-183v0,18,-5,34,-14,49v-9,15,-22,29,-37,40v-15,11,-32,20,-52,26v-20,6,-39,9,-60,9v-33,0,-58,-9,-74,-25v-16,-16,-23,-39,-23,-68v0,-17,3,-30,11,-40v8,-10,18,-19,30,-25v12,-6,23,-10,36,-13v13,-3,26,-6,37,-7v27,-3,50,-6,67,-9v17,-3,31,-6,42,-8v11,-2,19,-5,24,-8v5,-3,10,-5,13,-8r0,87","w":561,"k":{"\u0447":45,"\u0443":15}},"\u0431":{"d":"413,-726v-3,8,-8,15,-13,20v-5,5,-12,8,-21,12v-9,4,-22,7,-37,10v-15,3,-34,7,-57,10v-41,6,-78,19,-109,39v-31,20,-57,46,-78,77v-21,31,-36,66,-46,106v-10,40,-16,83,-16,130v0,61,6,112,18,155v12,43,29,78,50,105v21,27,47,46,76,58v29,12,60,19,94,19v44,0,82,-8,114,-24v32,-16,58,-37,79,-63v21,-26,35,-54,45,-86v10,-32,15,-66,15,-99v0,-33,-5,-66,-15,-97v-10,-31,-25,-59,-44,-84v-19,-25,-42,-44,-71,-59v-29,-15,-61,-22,-98,-22v-36,0,-71,9,-104,28v-33,19,-61,43,-82,73v13,-57,35,-100,67,-131v32,-31,77,-50,136,-57v21,-3,40,-6,58,-10v18,-4,33,-9,48,-17v15,-8,28,-19,40,-34v12,-15,23,-34,32,-59r-81,0xm282,-62v-32,0,-58,-6,-78,-19v-20,-13,-37,-28,-48,-47v-11,-19,-19,-41,-23,-64v-4,-23,-6,-44,-6,-65v0,-20,3,-41,9,-63v6,-22,14,-42,27,-60v13,-18,29,-34,49,-46v20,-12,43,-19,70,-19v32,0,58,7,78,21v20,14,36,32,47,52v11,20,19,41,23,62v4,21,6,39,6,53v0,14,-2,32,-6,54v-4,22,-11,44,-22,65v-11,21,-28,39,-48,54v-20,15,-46,22,-78,22","w":570},"\u0432":{"d":"154,-455r131,0v39,0,66,6,81,17v15,11,23,27,23,48v0,29,-8,50,-24,62v-16,12,-43,18,-82,18r-129,0r0,-145xm154,-240r150,0v36,0,64,6,85,20v21,14,31,35,31,64v0,30,-10,52,-28,64v-18,12,-44,18,-79,18r-159,0r0,-166xm65,0r250,0v63,0,112,-12,145,-38v33,-26,49,-60,49,-102v0,-23,-4,-42,-11,-58v-7,-16,-17,-31,-28,-42v-11,-11,-24,-20,-38,-26v-14,-6,-29,-11,-43,-14v11,-3,22,-8,33,-14v11,-6,20,-15,28,-24v8,-9,15,-20,20,-33v5,-13,8,-27,8,-43v0,-18,-3,-36,-10,-52v-7,-16,-18,-30,-32,-42v-14,-12,-32,-23,-54,-30v-22,-7,-48,-11,-77,-11r-240,0r0,529","w":545},"\u0433":{"d":"65,-529r0,529r89,0r0,-455r255,0r0,-74r-344,0","w":419,"k":{"\u0443":-29,"\u0442":-22,"\u043b":30,"\u0434":22}},"\u0434":{"d":"128,-529r0,172v0,50,-4,99,-11,145v-7,46,-23,92,-48,138r-59,0r0,229r81,0r0,-155r385,0r0,155r81,0r0,-229r-59,0r0,-455r-370,0xm409,-74r-248,0v21,-43,35,-87,42,-132v7,-45,11,-96,11,-153r0,-96r195,0r0,381","w":575,"k":{"\u0445":-8,"\u0436":-8}},"\u0435":{"d":"420,-166v0,10,-4,21,-10,33v-6,12,-15,23,-27,33v-12,10,-26,20,-43,27v-17,7,-35,11,-56,11v-51,0,-90,-16,-115,-46v-25,-30,-38,-72,-38,-127r385,0v0,-47,-5,-89,-14,-127v-9,-38,-23,-71,-42,-98v-19,-27,-44,-47,-72,-62v-28,-15,-61,-22,-99,-22v-44,0,-81,7,-113,22v-32,15,-58,36,-79,63v-21,27,-36,57,-46,93v-10,36,-15,75,-15,116v0,38,5,73,16,106v11,33,26,61,46,84v20,23,45,42,74,55v29,13,62,20,99,20v41,0,75,-6,103,-17v28,-11,52,-24,70,-42v18,-18,32,-38,42,-59v10,-21,18,-42,23,-63r-89,0xm131,-306v0,-21,3,-41,11,-60v8,-19,19,-35,32,-50v13,-15,28,-26,46,-35v18,-9,36,-13,56,-13v27,0,50,4,68,13v18,9,34,20,46,35v12,15,20,31,25,50v5,19,9,39,10,60r-294,0","w":552,"k":{"\u0445":22}},"\u0436":{"d":"407,-529r-85,0r0,234r-197,-234r-113,0r205,233r-214,296r107,0r172,-237r40,47r0,190r85,0r0,-190r45,-47r168,237r106,0r-214,-296r206,-233r-114,0r-197,236r0,-236","w":734,"k":{"\u0444":15,"\u0443":-15,"\u0442":-15,"\u0441":22,"\u043e":22,"\u0435":22,"\u0434":-15,"\u0451":22}},"\u0437":{"d":"129,-378v6,-31,18,-54,37,-68v19,-14,47,-21,85,-21v13,0,25,1,38,4v13,3,25,7,35,13v10,6,18,14,25,24v7,10,10,21,10,36v0,27,-7,47,-22,61v-15,14,-41,21,-80,21r-48,0r0,70r53,0v33,0,60,6,82,20v22,14,32,37,32,68v0,15,-3,29,-10,40v-7,11,-16,21,-27,28v-11,7,-24,12,-39,15v-15,3,-31,5,-47,5v-46,0,-80,-8,-101,-24v-21,-16,-33,-43,-37,-80r-87,0v3,23,8,46,16,68v8,22,19,41,36,58v17,17,40,30,68,40v28,10,65,15,109,15v29,0,55,-3,81,-10v26,-7,49,-16,68,-29v19,-13,35,-29,46,-48v11,-19,16,-41,16,-66v0,-22,-3,-40,-10,-56v-7,-16,-16,-29,-27,-40v-11,-11,-22,-19,-35,-26v-13,-7,-25,-12,-37,-16v11,-3,22,-8,33,-14v11,-6,21,-14,30,-23v9,-9,16,-21,21,-34v5,-13,8,-29,8,-46v0,-21,-5,-40,-15,-59v-10,-19,-23,-35,-40,-48v-17,-13,-38,-24,-63,-32v-25,-8,-52,-12,-82,-12v-37,0,-69,5,-94,16v-25,11,-46,26,-62,42v-16,16,-28,34,-36,54v-8,20,-13,37,-15,54r85,0","w":504},"\u0438":{"d":"154,-529r-89,0r0,529r93,0r259,-396r2,0r0,396r89,0r0,-529r-93,0r-259,396r-2,0r0,-396","w":573},"\u0439":{"d":"154,-529r-89,0r0,529r93,0r259,-396r2,0r0,396r89,0r0,-529r-93,0r-259,396r-2,0r0,-396xm192,-726r-50,0v0,9,2,22,5,38v3,16,10,31,21,46v11,15,26,27,47,38v21,11,48,16,82,16v33,0,59,-5,79,-16v20,-11,35,-25,46,-40v11,-15,17,-30,20,-45v3,-15,5,-28,5,-37r-49,0v-3,11,-7,20,-12,30v-5,10,-10,19,-18,26v-8,7,-18,14,-30,18v-12,4,-26,6,-43,6v-17,0,-33,-2,-45,-6v-12,-4,-22,-10,-30,-17v-8,-7,-14,-15,-18,-25v-4,-10,-8,-21,-10,-32","w":573},"\u043a":{"d":"154,-529r-89,0r0,529r89,0r0,-200r75,-70r171,270r106,0r-214,-332r202,-197r-113,0r-227,230r0,-230","w":509,"k":{"\u0444":15,"\u0443":-22,"\u0442":-15,"\u0441":22,"\u043e":22,"\u0435":22,"\u0434":-15,"\u0451":22}},"\u043b":{"d":"118,-529r0,285v0,39,-1,70,-4,93v-3,23,-7,41,-12,53v-5,12,-12,21,-21,25v-9,4,-19,6,-32,6v-7,0,-14,-1,-21,-1v-7,0,-12,0,-15,-1r0,69v7,2,16,4,25,6v9,2,20,2,32,2v42,0,75,-17,100,-51v25,-34,37,-91,37,-171r0,-241r209,0r0,455r89,0r0,-529r-387,0","w":570},"\u043c":{"d":"65,-529r0,529r87,0r0,-307v0,-18,-1,-37,-2,-55v-1,-18,-1,-32,-2,-42v-1,-10,-1,-16,-1,-17r7,0r166,421r64,0r166,-421r7,0v0,1,0,7,-1,17v-1,10,-1,24,-2,42v-1,18,-2,37,-2,55r0,307r87,0r0,-529r-123,0r-163,415r-163,-415r-125,0","w":704},"\u043d":{"d":"154,-529r-89,0r0,529r89,0r0,-242r247,0r0,242r89,0r0,-529r-89,0r0,213r-247,0r0,-213","w":555},"\u043e":{"d":"36,-265v0,34,4,68,14,101v10,33,25,63,45,90v20,27,46,48,77,64v31,16,67,25,109,25v42,0,78,-9,109,-25v31,-16,57,-37,77,-64v20,-27,35,-57,45,-90v10,-33,14,-67,14,-101v0,-34,-4,-68,-14,-101v-10,-33,-25,-64,-45,-90v-20,-26,-46,-48,-77,-64v-31,-16,-67,-24,-109,-24v-42,0,-78,8,-109,24v-31,16,-57,38,-77,64v-20,26,-35,57,-45,90v-10,33,-14,67,-14,101xm127,-265v0,-18,2,-38,6,-61v4,-23,12,-45,23,-66v11,-21,27,-40,47,-54v20,-14,46,-21,78,-21v32,0,58,7,78,21v20,14,36,33,47,54v11,21,19,43,23,66v4,23,6,43,6,61v0,18,-2,39,-6,62v-4,23,-12,46,-23,67v-11,21,-27,38,-47,52v-20,14,-46,22,-78,22v-32,0,-58,-8,-78,-22v-20,-14,-36,-31,-47,-52v-11,-21,-19,-44,-23,-67v-4,-23,-6,-44,-6,-62","k":{"\u0447":8,"\u0445":30,"\u043b":22,"\u0436":22}},"\u043f":{"d":"65,-529r0,529r89,0r0,-455r247,0r0,455r89,0r0,-529r-425,0","w":555},"\u0440":{"d":"299,-464v32,0,57,7,75,22v18,15,33,34,42,57v9,23,14,47,16,73v2,26,4,49,4,71v0,35,-5,64,-14,87v-9,23,-21,42,-35,56v-14,14,-29,23,-45,28v-16,5,-32,8,-46,8v-24,0,-45,-6,-63,-16v-18,-10,-33,-24,-45,-42v-12,-18,-20,-41,-26,-66v-6,-25,-8,-51,-8,-80v0,-17,1,-37,3,-60v2,-23,7,-44,17,-65v10,-21,25,-38,44,-52v19,-14,46,-21,81,-21xm65,209r89,0r0,-271v13,21,31,39,54,54v23,15,53,23,89,23v45,0,81,-10,111,-29v30,-19,54,-43,72,-72v18,-29,29,-60,36,-95v7,-35,11,-68,11,-99v0,-37,-5,-72,-15,-104v-10,-32,-23,-60,-42,-84v-19,-24,-42,-43,-69,-56v-27,-13,-58,-20,-93,-20v-23,0,-43,3,-60,8v-17,5,-32,12,-44,21v-12,9,-23,18,-32,29v-9,11,-17,21,-24,32r0,-75r-83,0r0,738","w":563},"\u0441":{"d":"487,-351v-2,-23,-7,-46,-15,-69v-8,-23,-18,-43,-34,-62v-16,-19,-36,-34,-60,-45v-24,-11,-54,-17,-89,-17v-43,0,-81,8,-113,23v-32,15,-58,36,-79,63v-21,27,-36,58,-46,94v-10,36,-15,73,-15,114v0,38,5,73,16,106v11,33,26,61,46,84v20,23,45,42,74,55v29,13,63,20,100,20v39,0,72,-6,98,-19v26,-13,47,-30,64,-50v17,-20,30,-42,38,-66v8,-24,13,-46,15,-67r-86,0v-7,41,-23,72,-46,93v-23,21,-50,32,-80,32v-31,0,-55,-6,-74,-19v-19,-13,-33,-29,-43,-49v-10,-20,-18,-41,-22,-65v-4,-24,-5,-47,-5,-70v0,-23,2,-47,7,-71v5,-24,13,-45,24,-64v11,-19,26,-34,45,-46v19,-12,42,-18,69,-18v38,0,67,10,87,30v20,20,33,47,38,83r86,0","w":510,"k":{"\u0445":15,"\u0442":-15}},"\u0442":{"d":"6,-529r0,74r174,0r0,455r89,0r0,-455r174,0r0,-74r-437,0","w":456,"k":{"\u0443":-22,"\u0442":-22,"\u043b":30,"\u0434":30}},"\u0443":{"d":"11,-529r196,543v-11,27,-20,49,-27,65v-7,16,-14,28,-20,37v-6,9,-13,14,-20,16v-7,2,-16,4,-27,4v-12,0,-23,-1,-32,-3v-9,-2,-17,-4,-22,-6r0,81v11,3,11,4,19,6v6,2,12,2,19,2v25,0,46,-2,63,-6v17,-4,30,-11,42,-20v12,-9,22,-22,31,-37v9,-15,18,-34,28,-57r59,-145v0,0,31,-81,62,-166r60,-167r52,-147r-98,0r-141,431r-2,0r-141,-431r-101,0","w":505,"k":{"\u0445":-15,"\u0444":7,"\u0442":-22,"\u043b":30,"\u0436":-15,"\u0434":30,"\u0430":7}},"\u0444":{"d":"460,-56r2,0v12,19,28,36,49,50v21,14,49,21,84,21v35,0,66,-7,91,-21v25,-14,46,-35,62,-60v16,-25,28,-56,36,-91v8,-35,12,-74,12,-116v0,-38,-5,-74,-14,-107v-9,-33,-23,-62,-40,-86v-17,-24,-38,-43,-62,-57v-24,-14,-51,-21,-80,-21v-20,0,-37,3,-52,8v-15,5,-29,12,-40,20v-11,8,-20,15,-28,24v-8,9,-15,18,-20,25r0,-259r-85,0r0,258v-5,-7,-13,-15,-21,-24v-8,-9,-18,-18,-29,-26v-11,-8,-25,-13,-40,-18v-15,-5,-33,-8,-53,-8v-29,0,-56,7,-80,21v-24,14,-44,33,-61,58v-17,25,-30,54,-39,87v-9,33,-13,68,-13,106v0,42,4,81,11,116v7,35,19,64,35,90v16,26,36,46,61,60v25,14,56,21,91,21v17,0,33,-2,48,-7v15,-5,28,-11,39,-18v11,-7,21,-15,30,-24v9,-9,16,-19,21,-28r0,271r85,0r0,-265xm704,-263v0,67,-11,118,-32,151v-21,33,-53,50,-94,50v-12,0,-25,-3,-39,-8v-14,-5,-27,-14,-39,-28v-12,-14,-20,-33,-28,-57v-8,-24,-12,-55,-12,-93v0,-30,2,-58,5,-84v3,-26,10,-50,19,-70v9,-20,21,-36,36,-48v15,-12,35,-17,58,-17v21,0,39,6,55,17v16,11,29,27,39,46v10,19,19,40,24,65v5,25,8,50,8,76xm131,-262v0,-26,2,-51,7,-76v5,-25,12,-47,22,-66v10,-19,22,-34,37,-46v15,-12,34,-17,55,-17v23,0,42,6,58,18v16,12,29,29,38,49v9,20,16,43,20,70v4,27,7,55,7,85v0,38,-5,69,-13,93v-8,24,-18,42,-30,56v-12,14,-26,22,-40,27v-14,5,-28,7,-40,7v-42,0,-73,-17,-92,-50v-19,-33,-29,-83,-29,-150","w":831,"k":{"\u0445":15,"\u043b":22,"\u0436":15}},"\u0445":{"d":"309,-272r178,-257r-109,0r-122,186r-122,-186r-114,0r176,257r-185,272r112,0r127,-199r131,199r113,0","w":504,"k":{"\u0444":15,"\u0443":-15,"\u0441":30,"\u043e":30,"\u0435":30,"\u0434":-15,"\u0451":30}},"\u0446":{"d":"154,-529r-89,0r0,529r404,0r0,155r80,0r0,-229r-58,0r0,-455r-89,0r0,455r-248,0r0,-455","w":572},"\u0447":{"d":"55,-529r0,175v0,27,4,50,13,68v9,18,21,31,36,42v15,11,33,18,52,22v19,4,38,6,58,6v30,0,59,-2,86,-5v27,-3,54,-8,81,-15r0,236r89,0r0,-529r-89,0r0,219v-10,3,-21,6,-33,8v-12,2,-25,5,-38,6v-13,1,-24,2,-36,3v-12,1,-23,1,-33,1v-13,0,-25,-2,-37,-4v-12,-2,-23,-6,-32,-12v-9,-6,-15,-12,-20,-22v-5,-10,-8,-22,-8,-37r0,-162r-89,0","w":535},"\u0448":{"d":"154,-529r-89,0r0,529r713,0r0,-529r-89,0r0,455r-223,0r0,-455r-89,0r0,455r-223,0r0,-455","w":843},"\u0449":{"d":"154,-529r-89,0r0,529r689,0r0,155r81,0r0,-229r-59,0r0,-455r-89,0r0,455r-222,0r0,-455r-89,0r0,455r-222,0r0,-455","w":861},"\u044a":{"d":"0,-529r0,74r127,0r0,455r217,0v36,0,67,-4,92,-12v25,-8,45,-20,61,-34v16,-14,28,-30,35,-48v7,-18,11,-38,11,-59v0,-23,-5,-45,-13,-65v-8,-20,-20,-38,-37,-52v-17,-14,-38,-26,-63,-34v-25,-8,-54,-12,-88,-12r-126,0r0,-213r-216,0xm216,-242r127,0v73,0,109,28,109,84v0,30,-8,51,-24,64v-16,13,-44,20,-85,20r-127,0r0,-168","w":579},"\u044b":{"d":"661,-529r-89,0r0,529r89,0r0,-529xm154,-529r-89,0r0,529r217,0v36,0,67,-4,92,-12v25,-8,45,-20,61,-34v16,-14,28,-30,35,-48v7,-18,11,-38,11,-59v0,-23,-5,-45,-13,-65v-8,-20,-20,-38,-37,-52v-17,-14,-38,-26,-63,-34v-25,-8,-54,-12,-88,-12r-126,0r0,-213xm154,-242r127,0v73,0,109,28,109,84v0,30,-8,51,-24,64v-16,13,-44,20,-85,20r-127,0r0,-168","w":726},"\u044c":{"d":"154,-529r-89,0r0,529r217,0v36,0,67,-4,92,-12v25,-8,45,-20,61,-34v16,-14,28,-30,35,-48v7,-18,11,-38,11,-59v0,-23,-5,-45,-13,-65v-8,-20,-20,-38,-37,-52v-17,-14,-38,-26,-63,-34v-25,-8,-54,-12,-88,-12r-126,0r0,-213xm154,-242r127,0v73,0,109,28,109,84v0,30,-8,51,-24,64v-16,13,-44,20,-85,20r-127,0r0,-168","w":517,"k":{"\u0442":60}},"\u044d":{"d":"385,-308r-189,0r0,70r189,0v0,21,-3,42,-9,63v-6,21,-15,40,-27,57v-12,17,-27,30,-45,40v-18,10,-39,16,-63,16v-33,0,-60,-9,-83,-26v-23,-17,-39,-43,-48,-77r-87,0v4,20,11,41,21,62v10,21,24,41,42,59v18,18,40,31,66,42v26,11,57,17,92,17v37,0,70,-7,99,-21v29,-14,55,-32,75,-56v20,-24,35,-52,46,-85v11,-33,16,-68,16,-106v0,-41,-5,-79,-15,-115v-10,-36,-25,-67,-45,-93v-20,-26,-45,-46,-76,-61v-31,-15,-67,-22,-109,-22v-30,0,-58,6,-83,17v-25,11,-46,26,-64,44v-18,18,-32,38,-43,61v-11,23,-17,45,-19,68r86,0v7,-36,21,-63,41,-82v20,-19,49,-28,87,-28v23,0,44,5,62,14v18,9,34,20,46,35v12,15,22,31,28,50v6,19,9,38,9,57","w":516,"k":{"\u043b":22}},"\u044e":{"d":"154,-529r-89,0r0,529r89,0r0,-242r105,0v2,32,8,63,18,94v10,31,24,58,43,82v19,24,42,43,70,58v28,15,63,22,103,22v42,0,78,-8,108,-24v30,-16,54,-38,73,-64v19,-26,32,-57,41,-90v9,-33,13,-67,13,-101v0,-34,-4,-68,-13,-101v-9,-33,-22,-64,-41,-90v-19,-26,-43,-48,-73,-64v-30,-16,-66,-24,-108,-24v-37,0,-70,6,-97,18v-27,12,-51,29,-70,50v-19,21,-33,46,-44,74v-11,28,-19,56,-23,86r-105,0r0,-213xm350,-265v0,-18,1,-38,4,-61v3,-23,10,-45,20,-66v10,-21,24,-40,43,-54v19,-14,44,-21,76,-21v30,0,54,7,73,21v19,14,34,33,44,54v10,21,16,43,20,66v4,23,6,43,6,61v0,18,-1,38,-4,61v-3,23,-10,45,-20,66v-10,21,-24,40,-43,54v-19,14,-44,21,-76,21v-32,0,-57,-7,-76,-21v-19,-14,-33,-33,-43,-54v-10,-21,-17,-43,-20,-66v-3,-23,-4,-43,-4,-61","w":764,"k":{"\u043b":22}},"\u044f":{"d":"458,-529r-225,0v-60,0,-107,13,-141,39v-34,26,-50,65,-50,115v0,23,4,43,12,60v8,17,17,33,29,45v12,12,25,22,39,29v14,7,27,12,39,15r-131,226r101,0r125,-223r113,0r0,223r89,0r0,-529xm369,-293r-139,0v-66,0,-99,-27,-99,-81v0,-54,33,-81,99,-81r139,0r0,162","w":523}}});
// HeliosLight
Cufon.registerFont({"w":556,"face":{"font-family":"HeliosLight","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"14","bbox":"-46 -929 990 212.03","underline-thickness":"58","underline-position":"-61","unicode-range":"U+0020-U+0451"},"glyphs":{" ":{"w":278},"\u00a0":{"w":278},"#":{"d":"504,-287r-102,0r20,-140r108,0r0,-59r-100,0r31,-212r-59,0r-31,212r-136,0r32,-212r-60,0r-32,212r-120,0r0,59r112,0r-21,140r-119,0r0,59r110,0r-34,228r59,0r34,-228r137,0r-31,228r59,0r32,-228r111,0r0,-59xm363,-427r-20,140r-138,0r22,-140r136,0"},"$":{"d":"255,-394v-70,-20,-137,-42,-135,-132v2,-80,55,-121,135,-125r0,257xm302,-322v82,17,154,43,152,142v-2,91,-63,140,-152,145r0,-287xm255,-35v-93,-10,-149,-69,-153,-168r-62,0v-7,113,55,173,134,207v26,10,53,15,81,15r0,76r47,0r0,-76v120,-7,212,-66,216,-188v5,-151,-96,-188,-216,-216r0,-266v78,3,127,44,130,122r65,0v-7,-113,-77,-173,-195,-176r0,-61r-47,0r0,61v-117,5,-196,65,-199,182v-3,130,95,165,199,191r0,297"},"%":{"d":"824,-165v0,-100,-66,-166,-166,-166v-98,0,-165,67,-165,166v0,99,66,165,165,165v99,0,166,-66,166,-165xm550,-165v0,-65,43,-109,108,-109v64,0,109,44,109,109v0,64,-45,108,-109,108v-64,0,-108,-44,-108,-108xm398,-532v0,-100,-66,-166,-166,-166v-98,0,-165,67,-165,166v0,99,66,165,165,165v99,0,166,-66,166,-165xm124,-532v0,-65,43,-109,108,-109v64,0,109,44,109,109v0,64,-45,108,-109,108v-64,0,-108,-44,-108,-108xm668,-705r-52,0r-397,719r52,0","w":889},"&":{"d":"271,-35v-117,2,-191,-97,-151,-211v21,-60,71,-102,129,-129r205,244v-44,51,-96,95,-183,96xm205,-545v-27,-66,22,-121,88,-121v86,0,119,101,64,158v-19,20,-47,42,-85,63v-23,-32,-51,-61,-67,-100xm266,19v111,0,170,-37,227,-104r70,85r81,0r-117,-138v34,-50,46,-114,50,-188r-59,0v-1,56,-6,102,-30,140r-181,-214v68,-44,142,-76,142,-181v0,-87,-62,-139,-151,-139v-95,0,-160,47,-162,141v-2,71,44,119,77,161v-87,43,-172,100,-172,223v0,135,90,214,225,214","w":667},"'":{"d":"85,-494r52,0r0,-226r-52,0r0,226","w":222},"(":{"d":"123,-272v0,-191,69,-344,154,-467r-51,0v-92,124,-170,253,-171,463v-1,214,80,339,171,467r51,0v-81,-123,-154,-275,-154,-463","w":333},")":{"d":"278,-272v0,-214,-80,-339,-171,-467r-51,0v81,123,154,276,154,464v0,191,-69,342,-154,466r51,0v91,-125,171,-253,171,-463","w":333},"*":{"d":"62,-646r-18,42r112,40r-77,101r35,27r78,-106r74,108r39,-24r-75,-106r114,-37r-15,-44r-114,42r0,-117r-42,0r0,117","w":389},"+":{"d":"300,-280r-220,0r0,60r220,0r0,220r60,0r0,-220r220,0r0,-60r-220,0r0,-220r-60,0r0,220","w":660},",":{"d":"102,137v43,-14,74,-49,73,-107r0,-118r-73,0r0,88r34,0v4,49,-6,86,-34,100r0,37","w":278},".":{"d":"175,0r0,-88r-73,0r0,88r73,0","w":278},"\/":{"d":"288,-739r-56,0r-235,829r56,0","w":278},"0":{"d":"276,-651v154,0,176,149,176,304v0,153,-21,307,-174,307v-153,0,-175,-143,-175,-300v0,-154,22,-311,173,-311xm516,-340v0,-197,-41,-365,-238,-365v-196,0,-239,164,-239,358v0,197,42,361,239,361v194,0,238,-161,238,-354"},"1":{"d":"315,-705v-13,104,-83,135,-195,139r0,42r182,0r0,524r64,0r0,-705r-51,0"},"2":{"d":"515,-510v3,-160,-160,-231,-311,-178v-83,29,-134,102,-135,214r68,0v4,-101,53,-171,153,-177v120,-6,192,109,140,216v-47,96,-169,123,-250,191v-66,55,-140,119,-132,244r461,0r0,-54r-393,0v22,-158,182,-181,284,-259v59,-45,114,-96,115,-197"},"3":{"d":"487,-531v0,-119,-82,-174,-201,-174v-143,0,-222,71,-228,205r64,0v4,-93,57,-151,151,-151v87,0,150,36,150,124v0,112,-89,134,-202,135r0,52v120,2,227,22,227,141v0,100,-73,157,-175,159v-104,2,-177,-58,-175,-164r-64,0v11,151,87,222,251,218v139,-4,227,-78,227,-214v0,-96,-48,-150,-125,-174v62,-26,100,-76,100,-157"},"4":{"d":"364,-698r-328,469r0,55r322,0r0,174r64,0r0,-174r98,0r0,-54r-98,0r0,-470r-58,0xm358,-602r0,374r-259,0"},"5":{"d":"506,-220v3,-171,-129,-265,-304,-224v-29,7,-49,22,-74,37r44,-237r296,0r0,-54r-350,0r-57,365r53,7v35,-46,80,-73,153,-73v111,0,175,69,175,179v0,109,-61,180,-169,180v-96,0,-164,-52,-174,-143r-64,0v10,138,102,197,248,197v138,0,220,-91,223,-234"},"6":{"d":"303,-651v80,0,120,51,134,119r66,0v-11,-109,-90,-173,-206,-173v-202,0,-256,182,-256,382v0,196,60,333,247,337v143,3,226,-87,226,-229v0,-164,-127,-260,-291,-217v-57,15,-86,59,-118,100v13,-155,30,-318,198,-319xm129,-213v0,-103,56,-173,159,-175v111,-3,162,62,162,171v0,105,-52,177,-161,177v-106,0,-160,-71,-160,-173"},"7":{"d":"222,0v28,-266,142,-471,286,-638r0,-60r-449,0r0,64r372,0v-129,166,-249,373,-279,634r70,0"},"8":{"d":"108,-194v0,-104,67,-151,171,-151v100,0,169,46,169,147v0,99,-66,158,-165,158v-103,0,-175,-53,-175,-154xm133,-524v0,-85,58,-126,143,-127v89,-1,143,33,143,113v0,91,-47,139,-136,139v-86,0,-150,-38,-150,-125xm69,-533v-5,90,43,120,98,154v-73,26,-123,93,-123,185v0,133,92,208,220,208v149,0,248,-66,248,-214v0,-89,-55,-150,-125,-175v62,-30,96,-75,96,-158v0,-121,-93,-172,-213,-172v-114,0,-195,62,-201,172"},"9":{"d":"255,-40v-83,0,-123,-43,-137,-115r-65,0v12,111,84,169,205,169v190,0,257,-161,257,-363v0,-197,-52,-356,-247,-356v-149,0,-227,87,-227,233v0,140,77,227,218,227v94,0,152,-45,190,-110r2,2v-9,154,-34,313,-196,313xm105,-470v0,-108,54,-181,163,-181v101,0,160,76,158,177v-2,103,-55,173,-158,175v-105,2,-164,-65,-163,-171"},":":{"d":"175,0r0,-88r-73,0r0,88r73,0xm175,-404r0,-88r-73,0r0,88r73,0","w":278},";":{"d":"102,137v43,-14,74,-49,73,-107r0,-118r-73,0r0,88r34,0v4,49,-6,86,-34,100r0,37xm175,-404r0,-88r-73,0r0,88r73,0","w":278},"<":{"d":"159,-255r421,-186r0,-64r-500,223r0,53r500,235r0,-64","w":660},"=":{"d":"580,-378r-500,0r0,60r500,0r0,-60xm580,-184r-500,0r0,60r500,0r0,-60","w":660},">":{"d":"580,-282r-500,-223r0,64r421,186r-421,197r0,64r500,-235r0,-53","w":660},"?":{"d":"261,-685v108,-4,190,83,143,181v-47,98,-175,127,-178,270v-1,17,-1,34,-1,52r58,0v1,-44,3,-92,21,-119v56,-85,167,-119,177,-250v14,-190,-263,-242,-375,-127v-36,37,-59,92,-59,162r61,0v3,-102,52,-165,153,-169xm292,0r0,-88r-73,0r0,88r73,0","w":500},"@":{"d":"441,-183v21,59,109,58,167,27v111,-61,197,-240,125,-394v-52,-112,-159,-189,-318,-189v-175,0,-287,102,-345,229v-68,150,-4,337,79,417v79,77,218,138,367,99v102,-28,180,-88,227,-173r-59,0v-56,76,-138,136,-265,136v-152,0,-251,-86,-295,-198v-73,-186,27,-374,166,-433v109,-47,258,-18,325,43v62,56,108,166,72,276v-24,73,-62,160,-146,160v-50,0,-24,-58,-13,-90r97,-293r-67,0r-15,46v-28,-71,-144,-84,-213,-38v-81,54,-147,150,-147,275v0,89,50,150,139,150v48,0,93,-23,119,-50xm433,-527v114,0,58,175,21,236v-26,42,-61,95,-117,95v-117,0,-76,-182,-31,-246v28,-40,66,-85,127,-85","w":800},"A":{"d":"288,-720r-283,720r70,0r85,-226r328,0r83,226r70,0r-276,-720r-77,0xm324,-662r141,378r-282,0","w":651,"k":{"y":52,"w":68,"v":68,"t":30,"q":22,"o":22,"g":22,"f":30,"e":22,"d":22,"c":22,"Y":90,"W":75,"V":90,"U":30,"T":75,"Q":30,"O":30,"G":30,"C":30}},"B":{"d":"542,-203v0,191,-217,136,-393,145r0,-286v172,7,393,-42,393,141xm509,-539v0,170,-198,133,-360,137r0,-260v154,7,360,-38,360,123xm577,-539v0,-134,-96,-181,-236,-181r-260,0r0,720r294,0v144,0,234,-58,235,-203v1,-104,-58,-164,-148,-181v73,-15,115,-66,115,-155","w":663,"k":{"Y":30}},"C":{"d":"370,-681v132,0,201,54,227,170r70,0v-24,-143,-116,-228,-279,-228v-230,0,-335,141,-335,379v0,221,89,379,310,379v186,0,276,-105,312,-256r-71,0v-28,111,-93,198,-228,198v-188,0,-255,-139,-255,-323v0,-180,70,-319,249,-319","w":727,"k":{"Y":37}},"D":{"d":"669,-361v0,-225,-100,-359,-342,-359r-246,0r0,720r246,0v237,6,342,-132,342,-361xm312,-662v265,-28,335,222,264,454v-31,102,-126,150,-264,150r-163,0r0,-604r163,0","w":722,"k":{"Y":37}},"E":{"d":"81,-720r0,720r489,0r0,-58r-421,0r0,-295r371,0r0,-58r-371,0r0,-251r411,0r0,-58r-479,0","w":611},"F":{"d":"81,-720r0,720r68,0r0,-353r360,0r0,-58r-360,0r0,-251r396,0r0,-58r-464,0","w":563,"k":{"A":52}},"G":{"d":"391,-681v123,0,200,67,226,170r70,0v-31,-144,-131,-228,-301,-228v-227,0,-333,149,-333,375v0,228,96,377,315,383v139,3,218,-55,269,-142r0,123r58,0r0,-372r-308,0r0,58r243,0v-2,170,-84,275,-248,275v-173,0,-261,-125,-261,-298v0,-200,71,-344,270,-344","w":776},"H":{"d":"149,-720r-68,0r0,720r68,0r0,-353r426,0r0,353r68,0r0,-720r-68,0r0,309r-426,0r0,-309","w":724},"I":{"d":"149,-720r-68,0r0,720r68,0r0,-720","w":230},"J":{"d":"216,19v141,0,202,-77,203,-216r0,-523r-68,0r0,521v-1,98,-30,155,-127,156v-110,2,-133,-78,-130,-185r-68,0v0,145,42,247,190,247","w":500},"K":{"d":"149,-720r-68,0r0,720r68,0r0,-278r113,-113r300,391r83,0r-334,-433r284,-287r-89,0r-357,363r0,-363","w":663,"k":{"q":30,"o":30,"g":30,"e":30,"d":30,"c":30,"U":30,"Q":30,"O":30,"G":30,"C":30}},"L":{"d":"149,-720r-68,0r0,720r454,0r0,-58r-386,0r0,-662","k":{"Y":127,"W":82,"V":97,"T":90}},"M":{"d":"81,-720r0,720r68,0r0,-642r2,0r237,642r64,0r236,-642r2,0r0,642r68,0r0,-720r-103,0r-232,635r-2,0r-236,-635r-104,0","w":839},"N":{"d":"81,-720r0,720r68,0r0,-628r2,0r414,628r79,0r0,-720r-68,0r0,629r-2,0r-416,-629r-77,0","w":725},"O":{"d":"724,-359v0,-226,-111,-376,-339,-380v-271,-4,-384,264,-311,527v38,136,140,231,314,231v225,0,336,-154,336,-378xm656,-359v0,185,-81,320,-267,320v-188,0,-268,-134,-268,-320v0,-185,81,-322,266,-322v186,0,269,132,269,322","w":777,"k":{"Y":45,"V":30,"A":30}},"P":{"d":"579,-519v0,-143,-90,-202,-240,-201r-258,0r0,720r68,0r0,-318r170,0v149,-1,260,-49,260,-201xm511,-517v0,174,-197,137,-362,141r0,-286v169,5,362,-36,362,145","w":632,"k":{"A":90}},"Q":{"d":"242,-11v94,46,251,35,326,-19r106,82r38,-46r-96,-74v67,-65,108,-165,108,-291v0,-233,-112,-376,-339,-380v-271,-5,-381,264,-311,527v25,93,86,161,168,201xm387,-681v185,0,269,130,269,322v0,106,-32,199,-90,252r-97,-74r-36,47r82,63v-34,19,-74,32,-126,32v-188,-4,-268,-134,-268,-320v0,-184,81,-322,266,-322","w":777,"k":{"Y":45,"V":30}},"R":{"d":"540,-528v-1,103,-75,143,-179,143r-212,0r0,-277v168,7,394,-43,391,134xm608,-531v0,-142,-97,-188,-245,-189r-282,0r0,720r68,0r0,-327r214,0v117,-6,152,55,152,175v0,55,5,115,23,152r75,0r0,-7v-26,-24,-30,-88,-30,-153v0,-95,-20,-171,-92,-195v76,-36,117,-74,117,-176","w":680},"S":{"d":"316,-39v-124,0,-197,-59,-207,-176r-66,0v3,159,103,232,261,234v154,2,262,-67,263,-210v3,-208,-231,-182,-372,-247v-40,-18,-71,-47,-69,-105v4,-95,75,-138,178,-138v104,0,175,50,177,157r65,0v-6,-142,-94,-215,-242,-215v-140,0,-240,62,-244,193v-6,207,233,179,370,248v39,20,71,51,69,110v-3,103,-74,149,-183,149","w":627},"T":{"d":"312,-662r228,0r0,-58r-524,0r0,58r228,0r0,662r68,0r0,-662","k":{"z":52,"y":52,"w":45,"v":52,"u":75,"s":60,"r":67,"q":75,"p":75,"o":75,"n":75,"m":75,"g":75,"f":22,"e":75,"d":75,"c":75,"a":75,"T":-22,"J":105,"A":75}},"U":{"d":"360,-39v-159,-2,-210,-83,-211,-252r0,-429r-68,0r0,449v0,184,92,290,279,290v187,0,279,-103,279,-290r0,-449r-68,0r0,429v2,159,-53,254,-211,252","w":720,"k":{"A":30}},"V":{"d":"18,-720r250,720r75,0r250,-720r-71,0r-216,640r-217,-640r-71,0","w":611,"k":{"u":45,"t":15,"s":52,"r":45,"q":52,"p":45,"o":52,"n":45,"m":45,"g":52,"e":52,"d":52,"c":52,"a":60,"Q":30,"O":30,"G":30,"C":30,"A":90}},"W":{"d":"14,-720r186,720r75,0r167,-636r2,0r167,636r75,0r189,-720r-70,0r-157,624r-2,0r-164,-624r-76,0r-167,624r-2,0r-155,-624r-68,0","w":889,"k":{"u":37,"s":37,"r":37,"q":37,"p":30,"o":45,"n":30,"m":30,"g":45,"e":45,"d":45,"c":45,"a":45,"A":75}},"X":{"d":"28,-720r238,350r-248,370r77,0r209,-318r210,318r78,0r-247,-370r236,-350r-79,0r-198,303r-197,-303r-79,0","w":611},"Y":{"d":"12,-720r257,411r0,309r68,0r0,-314r261,-406r-79,0r-217,347r-212,-347r-78,0","w":611,"k":{"u":75,"s":60,"r":67,"q":75,"p":67,"o":75,"n":67,"m":67,"g":75,"e":75,"d":75,"c":75,"a":82,"Q":45,"O":45,"G":45,"C":45,"A":90}},"Z":{"d":"70,-720r0,58r422,0r-461,605r0,57r548,0r0,-58r-464,0r461,-605r0,-57r-506,0","w":611},"[":{"d":"91,-739r0,930r191,0r0,-50r-127,0r0,-830r127,0r0,-50r-191,0","w":333},"\\":{"d":"264,0r60,0r-310,-739r-60,0","w":278},"]":{"d":"51,-739r0,50r127,0r0,830r-127,0r0,50r191,0r0,-930r-191,0","w":333},"^":{"d":"131,-245r197,-392r201,392r57,0r-231,-453r-52,0r-230,453r58,0","w":660},"_":{"d":"500,119r0,-58r-500,0r0,58r500,0","w":500},"`":{"d":"183,-574r51,0r-111,-139r-78,0","w":333},"a":{"d":"224,-40v-64,0,-110,-29,-112,-93v-3,-141,204,-92,301,-139r0,81v-4,106,-83,151,-189,151xm473,-371v19,-203,-313,-202,-380,-69v-11,22,-19,48,-21,79r61,0v9,-82,61,-117,151,-117v83,0,126,34,129,105v4,92,-113,69,-184,82v-119,22,-181,68,-181,156v0,101,72,147,173,149v86,2,147,-39,192,-86v-2,78,59,92,123,70r0,-47v-11,4,-24,9,-36,9v-25,0,-26,-20,-27,-49r0,-282","w":558},"b":{"d":"132,-252v-3,-131,59,-226,175,-226v128,0,177,98,177,228v0,119,-61,210,-177,210v-119,0,-172,-92,-175,-212xm317,-532v-82,0,-153,40,-185,97r0,-285r-60,0r0,720r60,0v2,-29,-4,-66,2,-91v32,61,93,105,180,105v165,0,234,-109,234,-272v0,-158,-72,-274,-231,-274","w":596},"c":{"d":"286,-478v86,0,135,52,154,123r61,0v-17,-116,-89,-177,-215,-177v-159,0,-238,116,-238,274v0,163,73,272,238,272v135,0,200,-79,223,-193r-64,0v-14,82,-66,140,-159,139v-124,-2,-174,-95,-174,-218v0,-122,51,-220,174,-220","w":557},"d":{"d":"112,-252v-3,-131,59,-226,175,-226v128,0,177,98,177,228v0,119,-61,210,-177,210v-119,0,-172,-92,-175,-212xm282,14v89,0,146,-48,182,-105r0,91r60,0r0,-720r-60,0r0,285v-33,-58,-103,-97,-185,-97v-159,0,-231,116,-231,274v0,163,69,272,234,272","w":596},"e":{"d":"112,-295v7,-124,113,-222,245,-169v60,24,92,85,93,169r-338,0xm443,-159v-13,125,-217,158,-287,58v-26,-36,-44,-84,-44,-144r402,0v2,-172,-72,-287,-228,-287v-159,0,-238,116,-238,275v0,163,74,271,238,271v131,0,193,-73,224,-173r-67,0","w":562},"f":{"d":"207,-732v-112,-4,-114,101,-110,214r-77,0r0,50r77,0r0,468r60,0r0,-468r100,0r0,-50r-100,0v2,-75,-15,-165,64,-162v11,0,23,2,36,5r0,-51v-15,-5,-30,-6,-50,-6","w":278,"k":{"y":-15}},"g":{"d":"112,-252v-3,-131,59,-226,175,-226v128,0,177,98,177,228v0,119,-61,210,-177,210v-119,0,-172,-92,-175,-212xm281,212v172,2,243,-96,243,-262r0,-468r-60,0v-2,29,4,66,-2,91v-33,-60,-93,-105,-180,-105v-165,0,-234,109,-234,272v0,158,72,274,231,274v82,0,153,-40,185,-97v2,141,-38,241,-183,241v-83,0,-139,-26,-155,-95r-64,0v16,100,100,148,219,149","w":596},"h":{"d":"299,-532v-82,0,-122,42,-167,86r0,-274r-60,0r0,720r60,0v9,-203,-52,-476,157,-478v96,-1,133,46,134,140r0,338r60,0r0,-339v2,-126,-65,-193,-184,-193","w":555},"i":{"d":"132,-518r-60,0r0,518r60,0r0,-518xm132,-631r0,-89r-60,0r0,89r60,0","w":204},"j":{"d":"44,204v88,4,104,-49,104,-135r0,-587r-60,0r0,595v3,57,-26,80,-83,70r0,53v11,3,24,4,39,4xm148,-631r0,-89r-60,0r0,89r60,0","w":220},"k":{"d":"132,-720r-60,0r0,720r60,0r0,-196r98,-93r194,289r67,0r-217,-331r194,-187r-82,0r-254,246r0,-448","w":504,"k":{"q":15,"o":15,"g":15,"e":15,"d":15,"c":15}},"l":{"d":"132,-720r-60,0r0,720r60,0r0,-720","w":204},"m":{"d":"294,-532v-77,0,-132,41,-162,92r0,-78r-60,0r0,518r60,0v9,-200,-52,-473,151,-478v83,-2,111,42,111,120r0,358r60,0v9,-200,-52,-473,151,-478v83,-2,111,42,111,120r0,358r60,0r0,-327v1,-122,-36,-207,-161,-205v-84,1,-139,39,-169,100v-23,-61,-66,-100,-152,-100","w":848},"n":{"d":"299,-532v-82,0,-122,42,-167,86r0,-72r-60,0r0,518r60,0v9,-203,-52,-476,157,-478v96,-1,133,46,134,140r0,338r60,0r0,-339v2,-126,-65,-193,-184,-193","w":555},"o":{"d":"528,-259v0,-163,-77,-273,-240,-273v-162,0,-240,111,-240,273v0,165,80,273,240,273v160,0,240,-110,240,-273xm112,-259v0,-124,51,-219,176,-219v128,0,176,91,176,219v0,124,-51,219,-176,219v-125,0,-176,-93,-176,-219","w":576,"k":{"x":22}},"p":{"d":"132,-252v-3,-131,59,-226,175,-226v128,0,177,98,177,228v0,119,-61,210,-177,210v-119,0,-172,-92,-175,-212xm314,-532v-89,0,-145,49,-182,105r0,-91r-60,0r0,722r60,0r0,-287v33,58,103,97,185,97v159,0,231,-116,231,-274v0,-163,-69,-272,-234,-272","w":596},"q":{"d":"112,-252v-3,-131,59,-226,175,-226v128,0,177,98,177,228v0,119,-61,210,-177,210v-119,0,-172,-92,-175,-212xm279,14v82,0,153,-40,185,-97r0,287r60,0r0,-722r-60,0v-2,29,4,66,-2,91v-33,-60,-93,-105,-180,-105v-165,0,-234,109,-234,272v0,158,72,274,231,274","w":596},"r":{"d":"303,-532v-100,0,-135,39,-171,111r0,-97r-60,0r0,518r60,0r0,-254v0,-127,43,-213,171,-213r0,-65","w":330},"s":{"d":"233,14v116,0,211,-39,211,-151v0,-165,-213,-128,-308,-199v-16,-12,-24,-30,-24,-53v1,-60,50,-90,117,-89v80,1,131,32,140,109r61,0v-12,-112,-82,-161,-200,-163v-105,-2,-180,53,-182,148v-1,166,212,123,308,192v16,12,24,31,24,56v0,67,-55,96,-128,96v-97,0,-137,-37,-155,-122r-61,0v10,110,78,176,197,176","w":492},"t":{"d":"185,14v25,1,51,-9,69,-12r0,-49v-15,4,-32,6,-49,7v-48,2,-52,-27,-52,-73r0,-355r97,0r0,-50r-97,0r0,-144r-60,0r0,144r-73,0r0,50r73,0r0,379v0,72,26,101,92,103","w":278},"u":{"d":"265,-40v-94,2,-132,-47,-133,-138r0,-340r-60,0r0,341v1,123,58,191,184,191v83,0,127,-43,167,-86r0,72r60,0r0,-518r-60,0r0,282v-3,112,-48,193,-158,196","w":555},"v":{"d":"17,-518r198,518r67,0r201,-518r-65,0r-168,444r-168,-444r-65,0","w":500},"w":{"d":"15,-518r158,518r72,0r115,-435r2,0r113,435r64,0r168,-518r-61,0r-136,438r-114,-438r-67,0r-120,442r-134,-442r-60,0","w":722},"x":{"d":"34,-518r183,250r-199,268r73,0r161,-224r157,224r72,0r-194,-268r187,-250r-76,0r-147,206r-143,-206r-74,0","w":500,"k":{"o":22,"e":22,"d":22,"c":22}},"y":{"d":"68,197v34,9,83,13,110,-7v58,-41,82,-120,111,-197r193,-511r-65,0r-166,445r-166,-445r-67,0r201,522v-22,57,-32,109,-74,137v-20,13,-53,4,-77,0r0,56","w":490},"z":{"d":"56,-518r0,50r321,0r-344,415r0,53r434,0r0,-50r-357,0r344,-415r0,-53r-398,0","w":500},"{":{"d":"197,-620v0,-76,32,-100,88,-123v-106,-3,-152,39,-152,144r0,204v-2,68,-18,105,-82,116r0,2v58,14,82,46,82,120v0,127,-38,302,76,335v18,5,47,11,74,8v-121,-19,-86,-185,-86,-314v0,-80,-18,-134,-82,-149r0,-2v124,-20,82,-209,82,-341","w":333},"|":{"d":"81,0r60,0r0,-739r-60,0r0,739","w":222},"}":{"d":"285,-279v-64,-12,-77,-48,-82,-116v-8,-128,42,-309,-78,-340v-17,-4,-50,-12,-74,-6v61,18,88,47,88,121r0,206v-1,75,20,123,82,135r0,2v-118,24,-76,207,-82,341v-3,69,-27,106,-86,123v113,4,150,-49,150,-162r0,-182v-5,-76,28,-103,82,-122","w":333},"~":{"d":"441,-252v-93,0,-165,-102,-268,-62v-43,17,-68,57,-93,93r33,47v33,-56,72,-116,153,-82v73,31,183,99,258,26v22,-21,41,-48,56,-75r-40,-34v-22,37,-45,87,-99,87","w":660},"-":{"d":"40,-280r0,60r253,0r0,-60r-253,0","w":333},"\"":{"d":"57,-494r52,0r0,-226r-52,0r0,226xm168,-494r52,0r0,-226r-52,0r0,226","w":278},"!":{"d":"144,-181r45,0r14,-315r0,-224r-73,0r0,224xm203,0r0,-88r-73,0r0,88r73,0","w":333},"\u0401":{"d":"81,-720r0,720r489,0r0,-58r-421,0r0,-295r371,0r0,-58r-371,0r0,-251r411,0r0,-58r-479,0xm264,-786r0,-89r-60,0r0,89r60,0xm423,-786r0,-89r-60,0r0,89r60,0","w":611},"\u0451":{"d":"112,-295v7,-124,113,-222,245,-169v60,24,92,85,93,169r-338,0xm443,-159v-13,125,-217,158,-287,58v-26,-36,-44,-84,-44,-144r402,0v2,-172,-72,-287,-228,-287v-159,0,-238,116,-238,275v0,163,74,271,238,271v131,0,193,-73,224,-173r-67,0xm240,-597r0,-89r-60,0r0,89r60,0xm394,-597r0,-89r-60,0r0,89r60,0","w":562},"\u0410":{"d":"288,-720r-283,720r70,0r85,-226r328,0r83,226r70,0r-276,-720r-77,0xm324,-662r141,378r-282,0","w":651,"k":{"\u0447":60,"\u0444":22,"\u0443":52,"\u0442":52,"\u0441":22,"\u043e":22,"\u0435":22,"\u0427":90,"\u0424":37,"\u0423":52,"\u0422":75,"\u0421":30,"\u041e":30,"\u0451":22}},"\u0411":{"d":"579,-201v0,-152,-108,-210,-259,-210r-171,0r0,-251r378,0r0,-58r-446,0r0,720r258,0v150,0,240,-58,240,-201xm511,-203v0,181,-193,140,-362,145r0,-295v170,1,362,-24,362,150","w":632},"\u0412":{"d":"542,-203v0,191,-217,136,-393,145r0,-286v172,7,393,-42,393,141xm509,-539v0,170,-198,133,-360,137r0,-260v154,7,360,-38,360,123xm577,-539v0,-134,-96,-181,-236,-181r-260,0r0,720r294,0v144,0,234,-58,235,-203v1,-104,-58,-164,-148,-181v73,-15,115,-66,115,-155","w":663},"\u0413":{"d":"81,-720r0,720r68,0r0,-662r396,0r0,-58r-464,0","w":563,"k":{"\u044f":75,"\u044e":90,"\u044d":90,"\u0443":60,"\u0441":90,"\u0440":90,"\u043e":90,"\u043d":90,"\u043c":90,"\u043b":97,"\u0438":90,"\u0437":90,"\u0436":75,"\u0435":90,"\u0434":90,"\u0432":90,"\u0430":90,"\u0424":45,"\u0423":-30,"\u0422":-22,"\u041b":37,"\u0414":52,"\u0410":105,"\u0451":90}},"\u0414":{"d":"162,-460v3,176,-26,290,-83,402r-53,0r0,223r68,0r0,-165r506,0r0,165r68,0r0,-223r-55,0r0,-662r-451,0r0,260xm150,-58v52,-102,81,-218,80,-374r0,-230r315,0r0,604r-395,0","w":694},"\u0415":{"d":"81,-720r0,720r489,0r0,-58r-421,0r0,-295r371,0r0,-58r-371,0r0,-251r411,0r0,-58r-479,0","w":611},"\u0416":{"d":"534,-720r-68,0r0,372r-336,-372r-80,0r274,301r-314,419r78,0r281,-373r97,107r0,266r68,0r0,-266r97,-107r281,373r78,0r-314,-419r274,-301r-80,0r-336,372r0,-372","w":999,"k":{"\u0447":67,"\u0443":45,"\u0442":45,"\u0424":37,"\u041e":30}},"\u0417":{"d":"557,-553v2,-170,-199,-214,-356,-169v-85,24,-137,91,-138,199r67,0v2,-108,68,-157,175,-157v100,0,181,33,184,131v3,118,-89,143,-212,138r0,58v142,-9,239,36,239,165v0,110,-82,149,-198,149v-129,0,-198,-50,-207,-176r-66,0v3,161,109,231,270,234v165,3,269,-68,269,-215v0,-99,-58,-160,-139,-184v72,-29,111,-84,112,-173","w":637},"\u0418":{"d":"149,-720r-68,0r0,720r79,0r414,-628r2,0r0,628r68,0r0,-720r-77,0r-416,629r-2,0r0,-629","w":725},"\u0419":{"d":"149,-720r-68,0r0,720r79,0r414,-628r2,0r0,628r68,0r0,-720r-77,0r-416,629r-2,0r0,-629xm369,-848v-59,0,-96,-28,-105,-81r-39,0v5,77,58,126,139,126v85,0,141,-45,149,-126r-37,0v-13,52,-46,81,-107,81","w":725},"\u041a":{"d":"149,-720r-68,0r0,720r68,0r0,-278r113,-113r300,391r83,0r-334,-433r284,-287r-89,0r-357,363r0,-363","w":663,"k":{"\u0447":75,"\u0444":30,"\u0443":52,"\u0442":45,"\u0441":30,"\u043e":30,"\u0435":30,"\u0424":52,"\u0421":30,"\u041e":30,"\u0451":30}},"\u041b":{"d":"16,6v184,43,186,-166,186,-356r0,-312r343,0r0,662r68,0r0,-720r-479,0r0,319v0,125,-5,217,-18,273v-18,81,-33,94,-100,79r0,55","w":694},"\u041c":{"d":"81,-720r0,720r68,0r0,-642r2,0r237,642r64,0r236,-642r2,0r0,642r68,0r0,-720r-103,0r-232,635r-2,0r-236,-635r-104,0","w":839},"\u041d":{"d":"149,-720r-68,0r0,720r68,0r0,-353r426,0r0,353r68,0r0,-720r-68,0r0,309r-426,0r0,-309","w":724},"\u041e":{"d":"724,-359v0,-226,-111,-376,-339,-380v-271,-4,-384,264,-311,527v38,136,140,231,314,231v225,0,336,-154,336,-378xm656,-359v0,185,-81,320,-267,320v-188,0,-268,-134,-268,-320v0,-185,81,-322,266,-322v186,0,269,132,269,322","w":777,"k":{"\u0434":30,"\u0425":30,"\u0416":30,"\u0414":30,"\u0410":30}},"\u041f":{"d":"81,-720r0,720r68,0r0,-662r426,0r0,662r68,0r0,-720r-562,0","w":724},"\u0420":{"d":"579,-519v0,-143,-90,-202,-240,-201r-258,0r0,720r68,0r0,-318r170,0v149,-1,260,-49,260,-201xm511,-517v0,174,-197,137,-362,141r0,-286v169,5,362,-36,362,145","w":632,"k":{"\u041b":52,"\u0414":60,"\u0410":90}},"\u0421":{"d":"370,-681v132,0,201,54,227,170r70,0v-24,-143,-116,-228,-279,-228v-230,0,-335,141,-335,379v0,221,89,379,310,379v186,0,276,-105,312,-256r-71,0v-28,111,-93,198,-228,198v-188,0,-255,-139,-255,-323v0,-180,70,-319,249,-319","w":727},"\u0422":{"d":"312,-662r228,0r0,-58r-524,0r0,58r228,0r0,662r68,0r0,-662","k":{"\u044f":60,"\u044e":75,"\u044d":75,"\u044c":75,"\u044b":75,"\u0449":75,"\u0448":75,"\u0447":60,"\u0446":75,"\u0445":45,"\u0444":75,"\u0443":52,"\u0441":75,"\u0440":75,"\u043f":75,"\u043e":75,"\u043d":75,"\u043c":75,"\u043b":75,"\u043a":75,"\u0438":75,"\u0437":60,"\u0436":52,"\u0435":75,"\u0434":75,"\u0433":75,"\u0432":75,"\u0431":22,"\u0430":75,"\u0424":37,"\u0423":-30,"\u0422":-22,"\u041b":30,"\u0414":67,"\u0410":75,"\u0451":75}},"\u0423":{"d":"238,-90v-15,45,-60,59,-117,47r0,57v103,22,158,-33,190,-107r273,-627r-75,0r-220,521r-214,-521r-71,0r248,601","w":580,"k":{"\u044f":45,"\u044e":52,"\u044d":60,"\u0449":52,"\u0448":52,"\u0447":38,"\u0446":52,"\u0445":22,"\u0444":52,"\u0442":15,"\u0441":60,"\u0440":52,"\u043f":52,"\u043e":60,"\u043d":52,"\u043c":52,"\u043b":60,"\u043a":52,"\u0439":52,"\u0438":52,"\u0437":37,"\u0435":60,"\u0434":75,"\u0433":52,"\u0432":52,"\u0431":22,"\u0430":60,"\u0424":22,"\u0422":-30,"\u041b":30,"\u0414":52,"\u0410":97,"\u0451":60}},"\u0424":{"d":"386,-720r0,62v-168,-10,-265,62,-312,180v-46,116,-5,263,58,324v57,56,137,90,254,83r0,71r68,0r0,-71v209,10,333,-94,333,-292v0,-137,-70,-228,-168,-272v-47,-22,-100,-25,-165,-23r0,-62r-68,0xm121,-365v0,-157,91,-246,265,-235r0,471v-174,11,-265,-79,-265,-236xm719,-365v0,157,-91,248,-265,236r0,-471v174,-11,265,78,265,235","w":840,"k":{"\u0425":37,"\u0423":22,"\u0422":37,"\u0416":37,"\u0410":37}},"\u0425":{"d":"28,-720r238,350r-248,370r77,0r209,-318r210,318r78,0r-247,-370r236,-350r-79,0r-198,303r-197,-303r-79,0","w":611,"k":{"\u0443":37,"\u0424":37,"\u041e":30}},"\u0426":{"d":"149,-720r-68,0r0,720r549,0r0,165r68,0r0,-223r-55,0r0,-662r-68,0r0,662r-426,0r0,-662","w":724},"\u0427":{"d":"526,-398v-158,16,-383,50,-383,-128r0,-194r-68,0r0,181v-3,166,102,224,276,211r121,-4v20,-1,38,-3,54,-6r0,338r68,0r0,-720r-68,0r0,322","w":675},"\u0428":{"d":"149,-720r-68,0r0,720r804,0r0,-720r-68,0r0,662r-300,0r0,-662r-68,0r0,662r-300,0r0,-662","w":966},"\u0429":{"d":"149,-720r-68,0r0,720r791,0r0,165r68,0r0,-223r-55,0r0,-662r-68,0r0,662r-300,0r0,-662r-68,0r0,662r-300,0r0,-662","w":966},"\u042a":{"d":"640,-201v0,-152,-108,-210,-259,-210r-171,0r0,-309r-217,0r0,58r149,0r0,662r258,0v150,0,240,-58,240,-201xm572,-203v0,181,-193,140,-362,145r0,-295v170,1,362,-24,362,150","w":693},"\u042b":{"d":"579,-201v0,-152,-108,-210,-259,-210r-171,0r0,-309r-68,0r0,720r258,0v150,0,240,-58,240,-201xm511,-203v0,181,-193,140,-362,145r0,-295v170,1,362,-24,362,150xm778,-720r-68,0r0,720r68,0r0,-720","w":859},"\u042c":{"d":"579,-201v0,-152,-108,-210,-259,-210r-171,0r0,-309r-68,0r0,720r258,0v150,0,240,-58,240,-201xm511,-203v0,181,-193,140,-362,145r0,-295v170,1,362,-24,362,150","w":632,"k":{"\u0422":60}},"\u042d":{"d":"670,-360v0,-238,-104,-379,-335,-379v-163,0,-254,85,-279,228r70,0v26,-116,94,-170,227,-170v167,0,226,122,249,270r-308,0r0,58r308,0v-4,182,-71,314,-255,314v-135,0,-199,-87,-228,-198r-71,0v36,150,125,256,312,256v221,0,310,-158,310,-379","w":723,"k":{"\u0434":30,"\u0414":30}},"\u042e":{"d":"611,-739v-211,0,-304,140,-332,328r-130,0r0,-309r-68,0r0,720r68,0r0,-353r130,0v6,223,112,372,335,372v225,0,336,-154,336,-378v0,-226,-111,-380,-339,-380xm882,-359v0,185,-81,320,-267,320v-188,0,-268,-134,-268,-320v0,-185,81,-322,266,-322v186,0,269,132,269,322","w":1003,"k":{"\u0434":30,"\u0414":30}},"\u042f":{"d":"53,-519v0,124,73,177,178,195r-208,324r81,0r201,-318r178,0r0,318r68,0r0,-720r-258,0v-150,-1,-240,58,-240,201xm121,-517v0,-181,193,-140,362,-145r0,286v-165,-4,-362,32,-362,-141","w":632},"\u0430":{"d":"224,-40v-64,0,-110,-29,-112,-93v-3,-141,204,-92,301,-139r0,81v-4,106,-83,151,-189,151xm473,-371v19,-203,-313,-202,-380,-69v-11,22,-19,48,-21,79r61,0v9,-82,61,-117,151,-117v83,0,126,34,129,105v4,92,-113,69,-184,82v-119,22,-181,68,-181,156v0,101,72,147,173,149v86,2,147,-39,192,-86v-2,78,59,92,123,70r0,-47v-11,4,-24,9,-36,9v-25,0,-26,-20,-27,-49r0,-282","w":558,"k":{"\u0447":15,"\u0442":15}},"\u0431":{"d":"535,-259v0,-162,-75,-270,-236,-273v-92,-2,-144,42,-180,100v17,-109,65,-174,172,-193v72,-13,144,-26,183,-70v10,-12,15,-27,15,-44r-63,0v-6,38,-48,40,-86,49v-69,17,-143,26,-186,66v-76,71,-101,195,-99,339v2,174,69,299,240,299v160,0,240,-110,240,-273xm471,-259v0,124,-51,219,-176,219v-124,0,-176,-100,-176,-226v0,-123,52,-212,176,-212v128,0,176,91,176,219","w":583},"\u0432":{"d":"410,-145v0,62,-47,96,-111,95r-167,0r0,-195v122,3,279,-27,278,100xm391,-380v-3,112,-149,81,-259,85r0,-173v110,6,263,-30,259,88xm451,-402v0,-74,-59,-116,-138,-116r-241,0r0,518r251,0v91,-4,149,-53,151,-148v2,-69,-51,-112,-104,-126v52,-17,81,-61,81,-128","w":522},"\u0433":{"d":"72,-518r0,518r60,0r0,-468r260,0r0,-50r-320,0","w":404,"k":{"\u0443":-15,"\u0442":-15,"\u043b":30,"\u0434":37}},"\u0434":{"d":"126,-518v1,179,7,357,-62,468r-46,0r0,185r60,0r0,-135r383,0r0,135r60,0r0,-185r-52,0r0,-468r-343,0xm128,-50v59,-104,60,-253,57,-418r224,0r0,418r-281,0","w":553,"k":{"\u0447":45}},"\u0435":{"d":"112,-295v7,-124,113,-222,245,-169v60,24,92,85,93,169r-338,0xm443,-159v-13,125,-217,158,-287,58v-26,-36,-44,-84,-44,-144r402,0v2,-172,-72,-287,-228,-287v-159,0,-238,116,-238,275v0,163,74,271,238,271v131,0,193,-73,224,-173r-67,0","w":562},"\u0436":{"d":"27,-518r186,204r-207,314r68,0r183,-272r80,82r0,190r60,0r0,-190r80,-82r183,272r68,0r-207,-314r186,-204r-78,0r-232,256r0,-256r-60,0r0,256r-232,-256r-78,0","w":734,"k":{"\u043e":22}},"\u0437":{"d":"438,-397v0,-144,-231,-170,-324,-91v-32,27,-56,67,-60,118r58,0v19,-72,49,-108,134,-108v72,0,132,19,132,87v0,77,-75,97,-164,90r0,50v103,-6,179,18,179,115v0,66,-64,96,-140,96v-90,0,-149,-43,-157,-122r-59,0v11,112,87,176,213,176v118,0,206,-42,207,-151v2,-75,-56,-127,-117,-141v51,-9,98,-56,98,-119","w":505},"\u0438":{"d":"132,-518r-60,0r0,518r67,0r295,-438r0,438r60,0r0,-518r-66,0r-296,438r0,-438","w":566},"\u0439":{"d":"132,-518r-60,0r0,518r67,0r295,-438r0,438r60,0r0,-518r-66,0r-296,438r0,-438xm283,-616v-59,0,-96,-28,-105,-81r-39,0v5,77,58,126,139,126v85,0,141,-45,149,-126r-37,0v-13,52,-46,81,-107,81","w":566},"\u043a":{"d":"132,-518r-60,0r0,518r60,0r0,-196r98,-93r194,289r67,0r-217,-331r194,-187r-82,0r-254,246r0,-246","w":504,"k":{"\u0441":15,"\u043e":15,"\u0435":15,"\u0451":15}},"\u043b":{"d":"7,-3v46,15,96,6,119,-31v56,-92,42,-283,45,-434r239,0r0,468r60,0r0,-518r-359,0v0,77,0,141,-1,193v-1,52,-2,95,-4,128v-5,85,-13,167,-99,145r0,49","w":553},"\u043c":{"d":"72,-518r0,518r60,0r0,-424r165,424r55,0r165,-424r0,424r60,0r0,-518r-78,0r-174,450r-175,-450r-78,0","w":649},"\u043d":{"d":"135,-518r-60,0r0,518r60,0r0,-251r288,0r0,251r60,0r0,-518r-60,0r0,217r-288,0r0,-217","w":558},"\u043e":{"d":"528,-259v0,-163,-77,-273,-240,-273v-162,0,-240,111,-240,273v0,165,80,273,240,273v160,0,240,-110,240,-273xm112,-259v0,-124,51,-219,176,-219v128,0,176,91,176,219v0,124,-51,219,-176,219v-125,0,-176,-93,-176,-219","w":576,"k":{"\u0445":22,"\u0436":22}},"\u043f":{"d":"72,-518r0,518r60,0r0,-468r288,0r0,468r60,0r0,-518r-408,0","w":552},"\u0440":{"d":"132,-252v-3,-131,59,-226,175,-226v128,0,177,98,177,228v0,119,-61,210,-177,210v-119,0,-172,-92,-175,-212xm314,-532v-89,0,-145,49,-182,105r0,-91r-60,0r0,722r60,0r0,-287v33,58,103,97,185,97v159,0,231,-116,231,-274v0,-163,-69,-272,-234,-272","w":596},"\u0441":{"d":"286,-478v86,0,135,52,154,123r61,0v-17,-116,-89,-177,-215,-177v-159,0,-238,116,-238,274v0,163,73,272,238,272v135,0,200,-79,223,-193r-64,0v-14,82,-66,140,-159,139v-124,-2,-174,-95,-174,-218v0,-122,51,-220,174,-220","w":557},"\u0442":{"d":"14,-518r0,50r174,0r0,468r60,0r0,-468r174,0r0,-50r-408,0","w":436,"k":{"\u0443":-15,"\u0442":-15,"\u043b":30,"\u0434":45}},"\u0443":{"d":"68,197v34,9,83,13,110,-7v58,-41,82,-120,111,-197r193,-511r-65,0r-166,445r-166,-445r-67,0r201,522v-22,57,-32,109,-74,137v-20,13,-53,4,-77,0r0,56","w":490,"k":{"\u0442":-15,"\u0434":22}},"\u0444":{"d":"405,-261v0,115,-35,221,-147,221v-112,0,-146,-105,-146,-221v0,-112,37,-217,146,-217v108,0,147,105,147,217xm621,-532v-73,-3,-129,46,-156,92r0,-299r-60,0r0,297v-27,-47,-83,-92,-156,-90v-146,5,-201,123,-201,271v0,152,52,275,201,275v78,0,126,-35,156,-91r0,281r60,0r0,-279v31,56,78,89,156,89v150,0,201,-122,201,-273v0,-148,-55,-268,-201,-273xm758,-261v0,116,-34,221,-146,221v-112,0,-147,-106,-147,-221v0,-113,39,-217,147,-217v109,0,146,105,146,217","w":870},"\u0445":{"d":"34,-518r183,250r-199,268r73,0r161,-224r157,224r72,0r-194,-268r187,-250r-76,0r-147,206r-143,-206r-74,0","w":500,"k":{"\u043e":22,"\u0435":22,"\u0451":22}},"\u0446":{"d":"132,-518r-60,0r0,518r400,0r0,136r60,0r0,-186r-52,0r0,-468r-60,0r0,468r-288,0r0,-468","w":560},"\u0447":{"d":"229,-280v-66,1,-114,-32,-114,-96r0,-142r-60,0r0,135v3,101,64,157,163,157v61,0,113,-4,160,-19r0,245r60,0r0,-518r-60,0r0,222v-39,17,-88,15,-149,16","w":510},"\u0448":{"d":"132,-518r-60,0r0,518r704,0r0,-518r-60,0r0,468r-262,0r0,-468r-60,0r0,468r-262,0r0,-468","w":848},"\u0449":{"d":"132,-518r-60,0r0,518r696,0r0,136r60,0r0,-186r-52,0r0,-468r-60,0r0,468r-262,0r0,-468r-60,0r0,468r-262,0r0,-468","w":856},"\u044a":{"d":"491,-149v-3,-102,-74,-152,-180,-152r-152,0r0,-217r-170,0r0,50r110,0r0,468v178,-4,397,36,392,-149xm427,-149v0,119,-148,99,-268,99r0,-201r148,0v65,-1,120,37,120,102","w":539},"\u044b":{"d":"464,-149v-3,-102,-74,-152,-180,-152r-152,0r0,-217r-60,0r0,518v178,-4,397,36,392,-149xm400,-149v0,119,-148,99,-268,99r0,-201r148,0v65,-1,120,37,120,102xm629,-518r-60,0r0,518r60,0r0,-518","w":701},"\u044c":{"d":"464,-149v-3,-102,-74,-152,-180,-152r-152,0r0,-217r-60,0r0,518v178,-4,397,36,392,-149xm400,-149v0,119,-148,99,-268,99r0,-201r148,0v65,-1,120,37,120,102","w":512,"k":{"\u0442":52}},"\u044d":{"d":"507,-258v0,-158,-79,-270,-238,-274v-121,-3,-197,73,-215,177r61,0v16,-94,125,-153,225,-107v58,27,92,85,100,161r-203,0r0,50r206,0v-5,118,-54,209,-174,211v-93,2,-146,-57,-159,-139r-64,0v23,114,88,193,223,193v165,0,238,-109,238,-272","w":555},"\u044e":{"d":"478,-532v-150,0,-220,95,-237,231r-109,0r0,-217r-60,0r0,518r60,0r0,-251r106,0v3,162,83,265,240,265v160,0,240,-110,240,-273v0,-163,-77,-273,-240,-273xm478,-478v128,0,176,91,176,219v0,124,-51,219,-176,219v-125,0,-176,-93,-176,-219v0,-124,51,-219,176,-219","w":766},"\u044f":{"d":"48,-369v1,83,52,125,128,143r-131,226r67,0r125,-221r143,0r0,221r60,0r0,-518v-178,4,-395,-37,-392,149xm112,-369v0,-119,148,-99,268,-99r0,197r-148,0v-65,0,-120,-33,-120,-98","w":512}}});

// SWFObject 2.2
var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return !a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();

// FancyBox 1.2.6
;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}(';(p($){$.q.1Q=p(){J O.2n(p(){n b=$(O).u(\'2o\');8(b.1d(/^3i\\(["\']?(.*\\.2p)["\']?\\)$/i)){b=3j.$1;$(O).u({\'2o\':\'3k\',\'1e\':"3l:3m.3n.3o(3p=D, 3q="+($(O).u(\'3r\')==\'2q-3s\'?\'3t\':\'3u\')+", 13=\'"+b+"\')"}).2n(p(){n a=$(O).u(\'1u\');8(a!=\'2r\'&&a!=\'2s\')$(O).u(\'1u\',\'2s\')})}})};n l,4,1f=F,X=1v 1w,1x,1y=1,1z=/\\.(3v|3w|2p|3x|3y)(.*)?$/i;n m=1A,18=$.14.1g&&$.14.2t.1R(0,1)==6&&!19.3z,1S=18||($.14.1g&&$.14.2t.1R(0,1)==7);$.q.r=p(o){n j=$.2u({},$.q.r.2v,o);n k=O;p 2w(){l=O;4=$.2u({},j);2x();J F};p 2x(){8(1f)J;8($.1T(4.1U)){4.1U()}4.v=[];4.t=0;8(j.v.Y>0){4.v=j.v}C{n a={};8(!l.1B||l.1B==\'\'){n a={K:l.K,G:l.G};8($(l).1C("1l:1D").Y){a.S=$(l).1C("1l:1D")}C{a.S=$(l)}8(a.G==\'\'||1V a.G==\'1m\'){a.G=a.S.2y(\'1W\')}4.v.2z(a)}C{n b=$(k).1e("a[1B="+l.1B+"]");n a={};3A(n i=0;i<b.Y;i++){a={K:b[i].K,G:b[i].G};8($(b[i]).1C("1l:1D").Y){a.S=$(b[i]).1C("1l:1D")}C{a.S=$(b[i])}8(a.G==\'\'||1V a.G==\'1m\'){a.G=a.S.2y(\'1W\')}4.v.2z(a)}}}3B(4.v[4.t].K!=l.K){4.t++}8(4.1E){8(18){$(\'1X, 1Y, 1Z\').u(\'21\',\'3C\');$("#T").u(\'A\',$(U).A())}$("#T").u({\'3D-3E\':4.2A,\'22\':4.2B}).Z()}$(19).11("23.L 24.L",$.q.r.2C);1h()};p 1h(){$("#1n, #1o, #1i, #H").1a();n b=4.v[4.t].K;8(b.1d("1j")||l.3F.2D("1j")>=0){$.q.r.1F();1p(\'<1j s="2E" 3G="2F.q.r.2G()" 3H="3I\'+P.1b(P.3J()*3K)+\'" 2H="0" 3L="0" 13="\'+b+\'"></1j>\',4.1G,4.1H)}C 8(b.1d(/#/)){n c=19.3M.K.3N(\'#\')[0];c=b.3O(c,\'\');c=c.1R(c.2D(\'#\'));1p(\'<9 s="3P">\'+$(c).2I()+\'</9>\',4.1G,4.1H)}C 8(b.1d(1z)){X=1v 1w;X.13=b;8(X.3Q){25()}C{$.q.r.1F();$(X).Q().11(\'3R\',p(){$("#M").1a();25()})}}C{$.q.r.1F();$.3S(b,p(a){$("#M").1a();1p(\'<9 s="3T">\'+a+\'</9>\',4.1G,4.1H)})}};p 25(){n a=X.E;n b=X.A;n c=(4.N*2)+40;n d=(4.N*2)+26;n w=$.q.r.1q();8(4.2J&&(a>(w[0]-c)||b>(w[1]-d))){n e=P.28(P.28(w[0]-c,a)/a,P.28(w[1]-d,b)/b);a=P.1b(e*a);b=P.1b(e*b)}1p(\'<1l 1W="" s="3U" 13="\'+X.13+\'" />\',a,b)};p 2K(){8((4.v.Y-1)>4.t){n a=4.v[4.t+1].K||F;8(a&&a.1d(1z)){1I=1v 1w();1I.13=a}}8(4.t>0){n a=4.v[4.t-1].K||F;8(a&&a.1d(1z)){1I=1v 1w();1I.13=a}}};p 1p(a,b,c){1f=D;n d=4.N;8(1S||m){$("#y")[0].15.2L("A");$("#y")[0].15.2L("E")}8(d>0){b+=d*2;c+=d*2;$("#y").u({\'z\':d+\'R\',\'2M\':d+\'R\',\'2N\':d+\'R\',\'B\':d+\'R\',\'E\':\'2O\',\'A\':\'2O\'});8(1S||m){$("#y")[0].15.2P(\'A\',\'(O.2Q.3V - \'+d*2+\')\');$("#y")[0].15.2P(\'E\',\'(O.2Q.3W - \'+d*2+\')\')}}C{$("#y").u({\'z\':0,\'2M\':0,\'2N\':0,\'B\':0,\'E\':\'2R%\',\'A\':\'2R%\'})}8($("#x").16(":V")&&b==$("#x").E()&&c==$("#x").A()){$("#y").1J(\'29\',p(){$("#y").1r().1K($(a)).2a("1L",p(){1s()})});J}n w=$.q.r.1q();n e=(c+26)>w[1]?w[3]:(w[3]+P.1b((w[1]-c-26)*0.5));n f=(b+40)>w[0]?w[2]:(w[2]+P.1b((w[0]-b-40)*0.5));n g={\'B\':f,\'z\':e,\'E\':b+\'R\',\'A\':c+\'R\'};8($("#x").16(":V")){$("#y").1J("1L",p(){$("#y").1r();$("#x").2b(g,4.2S,4.2T,p(){$("#y").1K($(a)).2a("1L",p(){1s()})})})}C{8(4.2c>0&&4.v[4.t].S!==1m){$("#y").1r().1K($(a));n h=4.v[4.t].S;n i=$.q.r.2d(h);$("#x").u({\'B\':(i.B-20-4.N)+\'R\',\'z\':(i.z-20-4.N)+\'R\',\'E\':$(h).E()+(4.N*2),\'A\':$(h).A()+(4.N*2)});8(4.2e){g.22=\'Z\'}$("#x").2b(g,4.2c,4.2U,p(){1s()})}C{$("#y").1a().1r().1K($(a)).Z();$("#x").u(g).2a("1L",p(){1s()})}}};p 2V(){8(4.t!==0){$("#1o, #2W").Q().11("17",p(e){e.2X();4.t--;1h();J F});$("#1o").Z()}8(4.t!=(4.v.Y-1)){$("#1n, #2Y").Q().11("17",p(e){e.2X();4.t++;1h();J F});$("#1n").Z()}};p 1s(){8($.14.1g){$("#y")[0].15.1M(\'1e\');$("#x")[0].15.1M(\'1e\')}2V();2K();$(U).11("1N.L",p(e){8(e.2f==27&&4.2Z){$.q.r.1c()}C 8(e.2f==37&&4.t!==0){$(U).Q("1N.L");4.t--;1h()}C 8(e.2f==39&&4.t!=(4.v.Y-1)){$(U).Q("1N.L");4.t++;1h()}});8(4.30){$("#y").17($.q.r.1c)}8(4.1E&&4.31){$("#T").11("17",$.q.r.1c)}8(4.33){$("#1i").11("17",$.q.r.1c).Z()}8(1V 4.v[4.t].G!==\'1m\'&&4.v[4.t].G.Y>0){n a=$("#x").1u();$(\'#H 9\').3X(4.v[4.t].G).2I();$(\'#H\').u({\'z\':a.z+$("#x").34()-32,\'B\':a.B+(($("#x").35()*0.5)-($(\'#H\').E()*0.5))}).Z()}8(4.1E&&18){$(\'1X, 1Y, 1Z\',$(\'#y\')).u(\'21\',\'V\')}8($.1T(4.2g)){4.2g(4.v[4.t])}8($.14.1g){$("#x")[0].15.1M(\'1e\');$("#y")[0].15.1M(\'1e\')}1f=F};J O.Q(\'17.L\').11(\'17.L\',2w)};$.q.r.2C=p(){n w=$.q.r.1q();8(4.2h&&$("#x").16(\':V\')){n a=$("#x").35();n b=$("#x").34();n c={\'z\':(b>w[1]?w[3]:w[3]+P.1b((w[1]-b)*0.5)),\'B\':(a>w[0]?w[2]:w[2]+P.1b((w[0]-a)*0.5))};$("#x").u(c);$(\'#H\').u({\'z\':c.z+b-32,\'B\':c.B+((a*0.5)-($(\'#H\').E()*0.5))})}8(18&&$("#T").16(\':V\')){$("#T").u({\'A\':$(U).A()})}8($("#M").16(\':V\')){$("#M").u({\'B\':((w[0]-40)*0.5+w[2]),\'z\':((w[1]-40)*0.5+w[3])})}};$.q.r.1t=p(a,b){J 3Y($.3Z(a.41?a[0]:a,b,D))||0};$.q.r.2d=p(a){n b=a.42();b.z+=$.q.r.1t(a,\'43\');b.z+=$.q.r.1t(a,\'44\');b.B+=$.q.r.1t(a,\'45\');b.B+=$.q.r.1t(a,\'46\');J b};$.q.r.2G=p(){$("#M").1a();$("#2E").Z()};$.q.r.1q=p(){J[$(19).E(),$(19).A(),$(U).47(),$(U).48()]};$.q.r.36=p(){8(!$("#M").16(\':V\')){38(1x);J}$("#M > 9").u(\'z\',(1y*-40)+\'R\');1y=(1y+1)%12};$.q.r.1F=p(){38(1x);n w=$.q.r.1q();$("#M").u({\'B\':((w[0]-40)*0.5+w[2]),\'z\':((w[1]-40)*0.5+w[3])}).Z();$("#M").11(\'17\',$.q.r.1c);1x=49($.q.r.36,4a)};$.q.r.1c=p(){1f=D;$(X).Q();$(U).Q("1N.L");$(19).Q("23.L 24.L");$("#T, #y, #1i").Q();$("#1i, #M, #1o, #1n, #H").1a();1O=p(){8($("#T").16(\':V\')){$("#T").1J("29")}$("#y").1r();8(4.2h){$(19).Q("23.L 24.L")}8(18){$(\'1X, 1Y, 1Z\').u(\'21\',\'V\')}8($.1T(4.2i)){4.2i()}1f=F};8($("#x").16(":V")!==F){8(4.2j>0&&4.v[4.t].S!==1m){n a=4.v[4.t].S;n b=$.q.r.2d(a);n c={\'B\':(b.B-20-4.N)+\'R\',\'z\':(b.z-20-4.N)+\'R\',\'E\':$(a).E()+(4.N*2),\'A\':$(a).A()+(4.N*2)};8(4.2e){c.22=\'1a\'}$("#x").3a(F,D).2b(c,4.2j,4.3b,1O)}C{$("#x").3a(F,D).1J(\'29\',1O)}}C{1O()}J F};$.q.r.3c=p(){n a=\'\';a+=\'<9 s="T"></9>\';a+=\'<9 s="M"><9></9></9>\';a+=\'<9 s="x">\';a+=\'<9 s="3d">\';a+=\'<9 s="1i"></9>\';a+=\'<9 s="W"><9 I="W" s="4b"></9><9 I="W" s="4c"></9><9 I="W" s="4d"></9><9 I="W" s="4e"></9><9 I="W" s="4f"></9><9 I="W" s="4g"></9><9 I="W" s="4h"></9><9 I="W" s="4i"></9></9>\';a+=\'<a K="2k:;" s="1o"><1P I="2l" s="2W"></1P></a><a K="2k:;" s="1n"><1P I="2l" s="2Y"></1P></a>\';a+=\'<9 s="y"></9>\';a+=\'</9>\';a+=\'</9>\';a+=\'<9 s="H"></9>\';$(a).3e("4j");$(\'<3f 4k="0" 4l="0" 4m="0"><3g><1k I="H" s="4n"></1k><1k I="H" s="4o"><9></9></1k><1k I="H" s="4p"></1k></3g></3f>\').3e(\'#H\');8($.14.1g){$(".W").1Q()}8(18){$("9#T").u("1u","2r");$("#M 9, #1i, .H, .2l").1Q();$("#3d").4q(\'<1j s="3h" 13="2k:F;" 4r="2q" 2H="0"></1j>\');n b=$(\'#3h\')[0].4s.U;b.4t();b.1c()}};$.q.r.2v={N:10,2J:D,2e:D,2c:0,2j:0,2S:4u,2U:\'2m\',3b:\'2m\',2T:\'2m\',1G:4v,1H:4w,1E:D,2B:0.3,2A:\'#4x\',2Z:D,33:D,31:D,30:D,2h:D,v:[],1U:1A,2g:1A,2i:1A};$(U).4y(p(){m=$.14.1g&&!$.4z;8($("#x").Y<1){$.q.r.3c()}})})(2F);',62,284,'||||opts||||if|div||||||||||||||var||function|fn|fancybox|id|itemCurrent|css|itemArray||fancy_outer|fancy_content|top|height|left|else|true|width|false|title|fancy_title|class|return|href|fb|fancy_loading|padding|this|Math|unbind|px|orig|fancy_overlay|document|visible|fancy_bg|imagePreloader|length|show||bind||src|browser|style|is|click|IE6|window|hide|round|close|match|filter|busy|msie|_change_item|fancy_close|iframe|td|img|undefined|fancy_right|fancy_left|_set_content|getViewport|empty|_finish|getNumeric|position|new|Image|loadingTimer|loadingFrame|imageRegExp|null|rel|children|first|overlayShow|showLoading|frameWidth|frameHeight|objNext|fadeOut|append|normal|removeAttribute|keydown|__cleanup|span|fixPNG|substr|oldIE|isFunction|callbackOnStart|typeof|alt|embed|object|select||visibility|opacity|resize|scroll|_proceed_image|60||min|fast|fadeIn|animate|zoomSpeedIn|getPosition|zoomOpacity|keyCode|callbackOnShow|centerOnScroll|callbackOnClose|zoomSpeedOut|javascript|fancy_ico|swing|each|backgroundImage|png|no|absolute|relative|version|extend|defaults|_initialize|_start|attr|push|overlayColor|overlayOpacity|scrollBox|indexOf|fancy_frame|jQuery|showIframe|frameborder|html|imageScale|_preload_neighbor_images|removeExpression|right|bottom|auto|setExpression|parentNode|100|zoomSpeedChange|easingChange|easingIn|_set_navigation|fancy_left_ico|stopPropagation|fancy_right_ico|enableEscapeButton|hideOnContentClick|hideOnOverlayClick||showCloseButton|outerHeight|outerWidth|animateLoading||clearInterval||stop|easingOut|build|fancy_inner|appendTo|table|tr|fancy_bigIframe|url|RegExp|none|progid|DXImageTransform|Microsoft|AlphaImageLoader|enabled|sizingMethod|backgroundRepeat|repeat|crop|scale|jpg|gif|bmp|jpeg|XMLHttpRequest|for|while|hidden|background|color|className|onload|name|fancy_iframe|random|1000|hspace|location|split|replace|fancy_div|complete|load|get|fancy_ajax|fancy_img|clientHeight|clientWidth|text|parseInt|curCSS||jquery|offset|paddingTop|borderTopWidth|paddingLeft|borderLeftWidth|scrollLeft|scrollTop|setInterval|66|fancy_bg_n|fancy_bg_ne|fancy_bg_e|fancy_bg_se|fancy_bg_s|fancy_bg_sw|fancy_bg_w|fancy_bg_nw|body|cellspacing|cellpadding|border|fancy_title_left|fancy_title_main|fancy_title_right|prepend|scrolling|contentWindow|open|300|560|340|666|ready|boxModel'.split('|'),0,{}));
