(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;(function($){$.ifixpng=function(customPixel){$.ifixpng.pixel=customPixel;};$.ifixpng.getPixel=function(){return $.ifixpng.pixel||'images/p.gif';};var hack={ltie7:$.browser.msie&&$.browser.version<7,filter:function(src){return"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='"+src+"')";}};$.fn.ifixpng=hack.ltie7?function(){return this.each(function(){var $$=$(this);var base=$('base').attr('href');if(base){base=base.replace(/\/[^\/]+$/,'/');}
if($$.is('img')||$$.is('input')){if($$.attr('src')){if($$.attr('src').match(/.*\.png([?].*)?$/i)){var source=(base&&$$.attr('src').search(/^(\/|http:)/i))?base+$$.attr('src'):$$.attr('src');$$.css({filter:hack.filter(source),width:$$.width(),height:$$.height()}).attr({src:$.ifixpng.getPixel()}).positionFix();}}}else{var image=$$.css('backgroundImage');if(image.match(/^url\(["']?(.*\.png([?].*)?)["']?\)$/i)){image=RegExp.$1;image=(base&&image.substring(0,1)!='/')?base+image:image;$$.css({backgroundImage:'none',filter:hack.filter(image)}).children().children().positionFix();}}});}:function(){return this;};$.fn.iunfixpng=hack.ltie7?function(){return this.each(function(){var $$=$(this);var src=$$.css('filter');if(src.match(/src=["']?(.*\.png([?].*)?)["']?/i)){src=RegExp.$1;if($$.is('img')||$$.is('input')){$$.attr({src:src}).css({filter:''});}else{$$.css({filter:'',background:'url('+src+')'});}}});}:function(){return this;};$.fn.positionFix=function(){return this.each(function(){var $$=$(this);var position=$$.css('position');if(position!='absolute'&&position!='relative'){$$.css({position:'relative'});}});};})(jQuery);;jQuery.fn.corners=function(C){var N="rounded_by_jQuery_corners";var V=B(C);var F=false;try{F=(document.body.style.WebkitBorderRadius!==undefined);var Y=navigator.userAgent.indexOf("Chrome");if(Y>=0){F=false}}catch(E){}var W=false;try{W=(document.body.style.MozBorderRadius!==undefined);var Y=navigator.userAgent.indexOf("Firefox");if(Y>=0&&parseInt(navigator.userAgent.substring(Y+8))<3){W=false}}catch(E){}return this.each(function(b,h){$e=jQuery(h);if($e.hasClass(N)){return}$e.addClass(N);var a=/{(.*)}/.exec(h.className);var c=a?B(a[1],V):V;var j=h.nodeName.toLowerCase();if(j=="input"){h=O(h)}if(F&&c.webkit){K(h,c)}else{if(W&&c.mozilla&&(c.sizex==c.sizey)){M(h,c)}else{var d=D(h.parentNode);var f=D(h);switch(j){case"a":case"input":Z(h,c,d,f);break;default:R(h,c,d,f);break}}}});function K(d,c){var a=""+c.sizex+"px "+c.sizey+"px";var b=jQuery(d);if(c.tl){b.css("WebkitBorderTopLeftRadius",a)}if(c.tr){b.css("WebkitBorderTopRightRadius",a)}if(c.bl){b.css("WebkitBorderBottomLeftRadius",a)}if(c.br){b.css("WebkitBorderBottomRightRadius",a)}}function M(d,c){var a=""+c.sizex+"px";var b=jQuery(d);if(c.tl){b.css("-moz-border-radius-topleft",a)}if(c.tr){b.css("-moz-border-radius-topright",a)}if(c.bl){b.css("-moz-border-radius-bottomleft",a)}if(c.br){b.css("-moz-border-radius-bottomright",a)}}function Z(k,n,l,a){var m=S("table");var i=S("tbody");m.appendChild(i);var j=S("tr");var d=S("td","top");j.appendChild(d);var h=S("tr");var c=T(k,n,S("td"));h.appendChild(c);var f=S("tr");var b=S("td","bottom");f.appendChild(b);if(n.tl||n.tr){i.appendChild(j);X(d,n,l,a,true)}i.appendChild(h);if(n.bl||n.br){i.appendChild(f);X(b,n,l,a,false)}k.appendChild(m);if(jQuery.browser.msie){m.onclick=Q}k.style.overflow="hidden"}function Q(){if(!this.parentNode.onclick){this.parentNode.click()}}function O(c){var b=document.createElement("a");b.id=c.id;b.className=c.className;if(c.onclick){b.href="javascript:";b.onclick=c.onclick}else{jQuery(c).parent("form").each(function(){b.href=this.action});b.onclick=I}var a=document.createTextNode(c.value);b.appendChild(a);c.parentNode.replaceChild(b,c);return b}function I(){jQuery(this).parent("form").each(function(){this.submit()});return false}function R(d,a,b,c){var f=T(d,a,document.createElement("div"));d.appendChild(f);if(a.tl||a.tr){X(d,a,b,c,true)}if(a.bl||a.br){X(d,a,b,c,false)}}function T(j,i,k){var b=jQuery(j);var l;while(l=j.firstChild){k.appendChild(l)}if(j.style.height){var f=parseInt(b.css("height"));k.style.height=f+"px";f+=parseInt(b.css("padding-top"))+parseInt(b.css("padding-bottom"));j.style.height=f+"px"}if(j.style.width){var a=parseInt(b.css("width"));k.style.width=a+"px";a+=parseInt(b.css("padding-left"))+parseInt(b.css("padding-right"));j.style.width=a+"px"}k.style.paddingLeft=b.css("padding-left");k.style.paddingRight=b.css("padding-right");if(i.tl||i.tr){k.style.paddingTop=U(j,i,b.css("padding-top"),true)}else{k.style.paddingTop=b.css("padding-top")}if(i.bl||i.br){k.style.paddingBottom=U(j,i,b.css("padding-bottom"),false)}else{k.style.paddingBottom=b.css("padding-bottom")}j.style.padding=0;return k}function U(f,a,d,c){if(d.indexOf("px")<0){try{console.error("%s padding not in pixels",(c?"top":"bottom"),f)}catch(b){}d=a.sizey+"px"}d=parseInt(d);if(d-a.sizey<0){try{console.error("%s padding is %ipx for %ipx corner:",(c?"top":"bottom"),d,a.sizey,f)}catch(b){}d=a.sizey}return d-a.sizey+"px"}function S(b,a){var c=document.createElement(b);c.style.border="none";c.style.borderCollapse="collapse";c.style.borderSpacing=0;c.style.padding=0;c.style.margin=0;if(a){c.style.verticalAlign=a}return c}function D(b){try{var d=jQuery.css(b,"background-color");if(d.match(/^(transparent|rgba\(0,\s*0,\s*0,\s*0\))$/i)&&b.parentNode){return D(b.parentNode)}if(d==null){return"#ffffff"}if(d.indexOf("rgb")>-1){d=A(d)}if(d.length==4){d=L(d)}return d}catch(a){return"#ffffff"}}function L(a){return"#"+a.substring(1,2)+a.substring(1,2)+a.substring(2,3)+a.substring(2,3)+a.substring(3,4)+a.substring(3,4)}function A(h){var a=255;var d="";var b;var e=/([0-9]+)[, ]+([0-9]+)[, ]+([0-9]+)/;var f=e.exec(h);for(b=1;b<4;b++){d+=("0"+parseInt(f[b]).toString(16)).slice(-2)}return"#"+d}function B(b,d){var b=b||"";var c={sizex:5,sizey:5,tl:false,tr:false,bl:false,br:false,webkit:true,mozilla:true,transparent:false};if(d){c.sizex=d.sizex;c.sizey=d.sizey;c.webkit=d.webkit;c.transparent=d.transparent;c.mozilla=d.mozilla}var a=false;var e=false;jQuery.each(b.split(" "),function(f,j){j=j.toLowerCase();var h=parseInt(j);if(h>0&&j==h+"px"){c.sizey=h;if(!a){c.sizex=h}a=true}else{switch(j){case"no-native":c.webkit=c.mozilla=false;break;case"webkit":c.webkit=true;break;case"no-webkit":c.webkit=false;break;case"mozilla":c.mozilla=true;break;case"no-mozilla":c.mozilla=false;break;case"anti-alias":c.transparent=false;break;case"transparent":c.transparent=true;break;case"top":e=c.tl=c.tr=true;break;case"right":e=c.tr=c.br=true;break;case"bottom":e=c.bl=c.br=true;break;case"left":e=c.tl=c.bl=true;break;case"top-left":e=c.tl=true;break;case"top-right":e=c.tr=true;break;case"bottom-left":e=c.bl=true;break;case"bottom-right":e=c.br=true;break}}});if(!e){if(!d){c.tl=c.tr=c.bl=c.br=true}else{c.tl=d.tl;c.tr=d.tr;c.bl=d.bl;c.br=d.br}}return c}function P(f,d,h){var e=Array(parseInt("0x"+f.substring(1,3)),parseInt("0x"+f.substring(3,5)),parseInt("0x"+f.substring(5,7)));var c=Array(parseInt("0x"+d.substring(1,3)),parseInt("0x"+d.substring(3,5)),parseInt("0x"+d.substring(5,7)));r="0"+Math.round(e[0]+(c[0]-e[0])*h).toString(16);g="0"+Math.round(e[1]+(c[1]-e[1])*h).toString(16);d="0"+Math.round(e[2]+(c[2]-e[2])*h).toString(16);return"#"+r.substring(r.length-2)+g.substring(g.length-2)+d.substring(d.length-2)}function X(f,a,b,d,c){if(a.transparent){G(f,a,b,c)}else{J(f,a,b,d,c)}}function J(k,z,p,a,n){var h,f;var l=document.createElement("div");l.style.fontSize="1px";l.style.backgroundColor=p;var b=0;for(h=1;h<=z.sizey;h++){var u,t,q;arc=Math.sqrt(1-Math.pow(1-h/z.sizey,2))*z.sizex;var c=z.sizex-Math.ceil(arc);var w=Math.floor(b);var v=z.sizex-c-w;var o=document.createElement("div");var m=l;o.style.margin="0px "+c+"px";o.style.height="1px";o.style.overflow="hidden";for(f=1;f<=v;f++){if(f==1){if(f==v){u=((arc+b)*0.5)-w}else{t=Math.sqrt(1-Math.pow(1-(c+1)/z.sizex,2))*z.sizey;u=(t-(z.sizey-h))*(arc-w-v+1)*0.5}}else{if(f==v){t=Math.sqrt(1-Math.pow((z.sizex-c-f+1)/z.sizex,2))*z.sizey;u=1-(1-(t-(z.sizey-h)))*(1-(b-w))*0.5}else{q=Math.sqrt(1-Math.pow((z.sizex-c-f)/z.sizex,2))*z.sizey;t=Math.sqrt(1-Math.pow((z.sizex-c-f+1)/z.sizex,2))*z.sizey;u=((t+q)*0.5)-(z.sizey-h)}}H(z,o,m,n,P(p,a,u));m=o;var o=m.cloneNode(false);o.style.margin="0px 1px"}H(z,o,m,n,a);b=arc}if(n){k.insertBefore(l,k.firstChild)}else{k.appendChild(l)}}function H(c,a,e,d,b){if(d&&!c.tl){a.style.marginLeft=0}if(d&&!c.tr){a.style.marginRight=0}if(!d&&!c.bl){a.style.marginLeft=0}if(!d&&!c.br){a.style.marginRight=0}a.style.backgroundColor=b;if(d){e.appendChild(a)}else{e.insertBefore(a,e.firstChild)}}function G(c,o,l,h){var f=document.createElement("div");f.style.fontSize="1px";var a=document.createElement("div");a.style.overflow="hidden";a.style.height="1px";a.style.borderColor=l;a.style.borderStyle="none solid";var m=o.sizex-1;var j=o.sizey-1;if(!j){j=1}for(var b=0;b<o.sizey;b++){var n=m-Math.floor(Math.sqrt(1-Math.pow(1-b/j,2))*m);if(b==2&&o.sizex==6&&o.sizey==6){n=2}var k=a.cloneNode(false);k.style.borderWidth="0 "+n+"px";if(h){k.style.borderWidth="0 "+(o.tr?n:0)+"px 0 "+(o.tl?n:0)+"px"}else{k.style.borderWidth="0 "+(o.br?n:0)+"px 0 "+(o.bl?n:0)+"px"}h?f.appendChild(k):f.insertBefore(k,f.firstChild)}if(h){c.insertBefore(f,c.firstChild)}else{c.appendChild(f)}}};;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-1]-=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.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.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}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) Gophmann Alexandra Leopoldovna, 2005. All rights reserved.
 * 
 * Trademark:
 * Annabelle is a trademark of Gophmann Alexandra Leopoldovna.
 * 
 * Manufacturer:
 * Gophmann Alexandra Leopoldovna
 * 
 * Designer:
 * Gophmann A.L
 */
Cufon.registerFont({"w":318,"face":{"font-family":"Annabelle","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"3 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","cap-height":"16","bbox":"-152.51 -339 738.426 143","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+0451"},"glyphs":{" ":{"w":131},"!":{"d":"209,-262r-147,221r-11,0r132,-221r26,0xm59,-19v3,15,-27,28,-28,7v-2,-14,27,-28,28,-7","w":185},"\"":{"d":"110,-274v1,-20,31,-19,31,1v0,20,-35,50,-56,42v8,-1,41,-12,42,-25v-6,-4,-21,-7,-17,-18xm67,-274v1,-17,31,-22,31,1v0,21,-34,51,-56,42v8,-1,42,-12,42,-25v-6,-4,-21,-7,-17,-18","w":141},"#":{"d":"212,-250r-38,66r32,0r-8,12r-32,0r-31,52r32,0r-7,13r-32,0r-44,75r-12,0r43,-75r-39,0r-44,75r-12,0r43,-75r-33,0r7,-13r34,0r30,-52r-33,0r8,-12r33,0r38,-66r13,0r-38,66r39,0r38,-66r13,0xm153,-172r-39,0r-30,52r39,0","w":216},"$":{"d":"21,-76v0,-42,69,-60,127,-55r25,-35v-11,-39,15,-60,48,-67v10,-12,19,-30,31,-39v11,11,-14,26,-18,37v27,2,25,-29,42,-37v10,13,-15,27,-20,39v20,3,13,23,-1,26v-7,3,-12,-6,-4,-7v10,-1,11,-11,1,-12v-16,26,-41,51,-53,77v55,61,-29,116,-89,120v-7,6,-16,33,-26,21r14,-20v-21,-6,-19,20,-33,24v-4,1,-7,-4,-3,-6r14,-20v-32,-7,-55,-16,-55,-46xm241,-228v-4,0,-8,1,-13,2r-42,58v1,3,4,6,6,9xm214,-223v-23,9,-36,20,-32,45xm158,-130v18,4,29,-17,19,-26xm116,-38v53,-7,119,-50,73,-101r-10,14v3,3,1,4,-4,5xm165,-121r-13,0r-60,84r12,0xm141,-121v-37,2,-102,22,-102,53v0,16,14,26,43,30","w":249},"%":{"d":"167,-231v0,58,-55,122,-109,122v-20,0,-31,-11,-31,-34v0,-59,54,-122,109,-122v20,0,31,12,31,34xm272,-267r-234,263r-17,0r234,-263r17,0xm264,-121v0,58,-53,122,-108,122v-20,0,-31,-11,-31,-33v0,-58,54,-122,109,-122v20,0,30,10,30,33xm67,-122v43,0,89,-59,89,-106v0,-14,-6,-21,-17,-21v-43,0,-88,59,-88,106v0,14,5,21,16,21xm165,-11v43,0,89,-60,89,-106v0,-14,-6,-22,-17,-22v-44,0,-89,61,-89,107v0,14,6,21,17,21","w":287},"&":{"d":"329,-112v3,-15,-23,5,-20,-14v1,-7,8,-11,16,-10v21,6,11,43,-4,51v-18,19,-60,7,-82,3v19,69,-68,92,-132,92v-52,0,-86,-16,-86,-60v0,-50,66,-86,115,-107v-43,-44,-5,-78,52,-108v28,-14,57,-21,88,-21v30,1,47,6,48,30v1,21,-21,49,-44,49v-19,0,-25,-26,-13,-37v4,8,-4,29,14,29v15,0,36,-25,35,-41v-1,-19,-15,-23,-37,-23v-59,1,-151,44,-122,114v27,-9,75,-20,83,4v0,31,-74,27,-96,9v-35,13,-88,61,-88,102v0,84,173,52,178,-13v1,-27,-39,-31,-62,-21v-18,8,-31,19,-32,38v4,-6,22,-11,22,3v0,8,-4,12,-14,12v-9,1,-16,-7,-16,-17v0,-47,75,-72,129,-50v34,14,57,13,68,-14xm225,-151v10,-9,5,-18,-14,-17v-18,1,-29,3,-47,10v13,10,44,16,61,7","w":346},"'":{"d":"122,-287v10,-1,15,7,15,17v0,20,-37,52,-56,41v11,1,42,-15,42,-25v-5,-4,-20,-6,-17,-17v0,-8,8,-16,16,-16","w":121,"k":{"t":42,"s":18,"r":42,"l":54}},"(":{"d":"269,-272v-112,58,-195,153,-228,292r-8,0v23,-162,107,-239,232,-298","w":169,"k":{"T":-40}},")":{"d":"255,-275v-35,165,-96,226,-236,294r-5,-7v93,-40,156,-118,204,-203v13,-22,21,-51,30,-85","w":203},"*":{"d":"142,-210v-16,0,-3,-11,-5,-22v-7,2,-13,19,-22,7v-11,-16,26,-9,12,-18v-11,3,-19,-15,-5,-18v5,2,9,11,15,12v2,-10,-10,-21,5,-21v16,0,3,10,5,21v8,-2,14,-20,21,-6v15,15,-26,9,-11,18v6,0,18,3,11,13v-9,13,-13,-7,-21,-8v-3,10,11,22,-5,22","w":186},"+":{"d":"168,-127r-6,12r-70,0r-39,70r-14,0r40,-70r-70,0r7,-12r69,0r40,-70r13,0r-39,70r69,0","w":198},",":{"d":"51,-29v10,0,15,6,15,16v0,21,-32,46,-54,45v-2,-7,41,-12,40,-28v-5,-4,-20,-6,-17,-17v0,-8,8,-16,16,-16","w":88},"-":{"d":"152,-103r-8,12r-104,0r7,-12r105,0","w":159},"\u2010":{"d":"152,-103r-8,12r-104,0r7,-12r105,0","w":159},".":{"d":"44,-30v14,0,12,20,5,27v-8,9,-24,1,-20,-11v1,-7,8,-15,15,-16","w":82},"\/":{"d":"271,-289r-227,306r-21,0r227,-306r21,0","w":198},"0":{"d":"216,-278v71,0,57,88,28,142v-32,60,-104,143,-177,143v-71,0,-57,-89,-28,-143v31,-59,105,-142,177,-142xm221,-267v-87,0,-177,116,-177,212v0,31,13,46,39,46v87,0,177,-116,177,-211v0,-31,-13,-47,-39,-47","w":273,"k":{":":54,".":45}},"1":{"d":"205,-275v10,0,8,10,4,15r-33,46v-48,65,-81,136,-126,209v-2,3,-28,13,-45,11v5,-7,15,-13,23,-25r78,-120v25,-40,61,-86,91,-126v-31,10,-98,66,-129,66v0,-5,8,-10,12,-12v5,-2,39,-20,103,-57v8,-5,16,-7,22,-7","w":179,"k":{":":45,".":39}},"2":{"d":"141,-247v56,-45,175,-24,145,57v-27,74,-67,78,-174,106v-45,12,-77,26,-98,44v46,-24,110,23,150,23v24,0,39,-10,40,-32v0,-3,1,-4,3,-4v2,0,3,1,3,4v-3,33,-26,50,-69,50v-24,0,-88,-25,-111,-25v-21,0,-36,15,-45,27v-2,0,-4,-1,-4,-4v4,-44,78,-84,126,-96v100,-26,155,-67,159,-118v4,-60,-83,-53,-121,-24v-29,22,-51,53,-29,83v42,29,91,-13,99,-55v1,-5,8,-4,7,1v-2,37,-42,74,-81,74v-25,0,-47,-17,-44,-44v3,-26,19,-47,44,-67","w":293,"k":{":":39,".":42}},"3":{"d":"191,-221v12,31,-54,72,-81,40v-36,-42,31,-92,81,-92v66,0,81,74,31,105v-16,10,-33,20,-55,25v20,7,36,28,35,54v-3,69,-111,112,-177,75v-31,-17,-30,-77,5,-77v9,0,15,2,14,12v1,22,-27,4,-28,24v-2,30,27,46,60,46v67,0,135,-83,74,-131v-13,3,-24,6,-28,-2v4,-8,23,-10,34,-5v40,-15,93,-59,62,-105v-40,-36,-131,16,-99,65v23,19,66,-5,68,-30v0,-3,2,-4,4,-4","w":259,"k":{":":42,".":42}},"4":{"d":"5,-71v-1,-11,25,-22,39,-19v49,-52,76,-89,124,-163v7,-10,21,-14,33,-20v3,0,3,3,0,7v-57,85,-108,144,-150,177v5,1,27,6,69,12v65,-84,91,-133,105,-125r-81,128v25,6,40,-10,57,-21v-3,24,-33,33,-63,31v-36,54,-16,57,-78,67v-5,1,-8,-1,-8,-3v17,-11,30,-25,61,-68v-11,-2,-33,-7,-69,-13v-11,11,-22,17,-31,17v-6,0,-8,-3,-8,-7","w":244,"k":{":":48,".":39}},"5":{"d":"172,-273v22,29,101,19,130,4v-18,41,-86,39,-150,34r-45,58v48,-16,92,23,90,70v-4,74,-107,142,-176,94v-33,-23,-8,-100,26,-68v2,14,-10,22,-23,17v-16,25,10,59,42,59v67,0,129,-83,91,-147v-16,-26,-55,-20,-75,-7r-3,-4r85,-108v2,-2,5,-3,8,-2","w":251,"k":{":":39,".":42}},"6":{"d":"247,-275v24,-3,56,16,56,38v0,15,-16,23,-16,3v0,-21,-15,-31,-43,-31v-95,0,-186,111,-200,202v-5,31,17,58,49,56v55,-4,98,-65,98,-124v0,-19,-14,-34,-32,-35v-31,-2,-70,29,-70,57v0,1,-3,5,-7,4v-9,-34,45,-75,81,-73v78,4,62,110,13,145v-46,52,-161,50,-156,-34v7,-105,123,-196,227,-208","w":273,"k":{":":48,".":48}},"7":{"d":"142,-272v33,-2,100,46,116,0v3,0,4,1,4,3v-31,65,-135,151,-181,222v-28,43,-28,38,-78,50v-6,0,-7,-6,-1,-7v74,-56,152,-170,229,-231v-44,19,-109,-35,-147,7v-6,3,-23,30,-25,16v14,-25,50,-59,83,-60","w":219,"k":{":":54,".":57}},"8":{"d":"140,-257v33,-31,118,-26,111,30v-5,45,-39,63,-88,76v45,68,-9,153,-82,153v-38,0,-70,-23,-66,-60v4,-43,42,-75,114,-93v-26,-44,-19,-78,11,-106xm198,-267v-41,-1,-74,40,-52,81v7,13,6,13,13,26v50,-16,79,-31,80,-71v1,-23,-19,-36,-41,-36xm41,-21v48,34,116,3,113,-66v0,-17,-7,-36,-21,-56v-67,15,-102,43,-106,84v-1,16,3,29,14,38","w":252,"k":{":":45,".":51}},"9":{"d":"104,-240v47,-51,159,-49,155,34v-6,106,-122,196,-226,208v-24,3,-57,-16,-57,-38v0,-15,16,-23,16,-3v0,21,16,31,43,31v98,0,188,-108,200,-202v9,-69,-80,-69,-113,-20v-17,25,-34,51,-34,86v0,20,14,37,33,37v30,2,70,-28,69,-57v0,-1,4,-3,7,-3v2,0,3,1,3,3v-2,34,-47,69,-84,69v-35,0,-58,-27,-55,-63v3,-31,20,-57,43,-82","w":264,"k":{":":45,".":45}},":":{"d":"102,-140v19,4,8,32,-6,31v-13,-1,-12,-20,-4,-26v3,-3,7,-5,10,-5xm44,-30v14,0,12,20,5,27v-8,9,-24,1,-20,-11v1,-7,8,-15,15,-16","w":124},";":{"d":"102,-140v19,4,8,32,-6,31v-13,-1,-12,-20,-4,-26v3,-3,7,-5,10,-5xm51,-29v10,0,15,6,15,16v0,21,-32,46,-54,45v-2,-7,41,-12,40,-28v-5,-4,-20,-6,-17,-17v0,-8,8,-16,16,-16","w":123},"<":{"d":"188,-184r-151,61r118,59r-8,10r-127,-64r3,-14r161,-65","w":206},"=":{"d":"158,-145r-4,12r-130,0r3,-12r131,0xm147,-109r-4,12r-130,0r5,-12r129,0","w":173},">":{"d":"195,-124r-2,13r-157,65r-3,-12r145,-60r-124,-60r7,-11","w":214},"?":{"d":"139,-249v41,-38,119,-17,112,44v-6,49,-33,69,-76,88v-55,26,-66,19,-81,54v0,10,5,16,15,16v15,0,16,-13,22,-21v9,14,-5,34,-23,30v-44,-9,-24,-51,15,-71v40,-21,108,-64,108,-109v0,-45,-58,-48,-87,-25v-22,18,-34,67,4,69v18,1,39,-13,36,-32v0,-2,1,-4,3,-4v15,19,-19,45,-40,45v-48,0,-42,-64,-8,-84xm104,-21v2,15,-26,34,-28,9v-4,-15,27,-32,28,-9","w":247},"@":{"d":"222,-251v62,-3,107,35,106,94v0,64,-43,119,-99,123v-29,2,-40,-16,-35,-44v-19,29,-35,43,-49,43v-19,0,-28,-12,-28,-36v0,-43,52,-104,95,-104v12,0,18,6,19,18v5,-11,20,-22,36,-15v-14,14,-56,91,-57,113v0,11,6,17,19,17v46,3,85,-67,85,-115v0,-53,-38,-86,-92,-86v-81,0,-162,99,-162,181v0,58,37,101,93,100v41,0,86,-28,97,-59r7,4v-6,35,-67,65,-110,65v-61,0,-104,-44,-102,-106v3,-101,78,-189,177,-193xm145,-44v29,0,75,-82,77,-110v0,-9,-3,-13,-9,-13v-20,-7,-83,95,-79,113v0,7,3,10,11,10","w":320},"A":{"d":"483,-279v-21,42,-50,76,-76,126v8,5,21,8,18,18v-8,4,-13,-7,-23,-10v-19,32,-49,94,-49,122v1,34,40,17,53,4v-7,36,-82,30,-76,-12v6,-50,21,-71,55,-122v-17,-7,-33,-13,-49,-17v-71,70,-122,171,-244,179v-46,3,-86,-24,-81,-66v12,-104,190,-151,319,-123v58,-56,93,-88,105,-96v13,-9,25,-13,34,-13v10,0,14,3,14,10xm473,-273v4,-5,2,-10,-4,-9v-50,13,-56,38,-126,105v17,4,32,10,47,16v23,-34,55,-77,83,-112xm322,-173v-93,-17,-189,3,-247,41v-39,25,-56,43,-54,77v3,39,60,43,100,31v83,-24,140,-92,201,-149","w":427,"k":{"r":10}},"B":{"d":"339,-273v39,49,-9,109,-51,133v49,89,-62,156,-159,162v-60,3,-69,-45,-34,-70v7,-4,9,-2,5,6v-15,31,13,50,49,47v73,-6,144,-40,144,-107v0,-13,-5,-25,-14,-34v-22,12,-41,18,-59,18v-19,0,-43,-8,-40,-25v6,-36,75,-29,98,-7v22,-22,42,-43,46,-80v-8,-71,-101,-38,-143,-6v-25,62,-73,156,-108,199v-21,26,-37,39,-49,39v-11,0,-16,-7,-16,-22v0,-99,88,-166,164,-222v13,-26,9,-40,22,-51v13,9,2,15,-5,40v53,-31,105,-51,150,-20xm197,-143v12,25,53,17,74,-1v-15,-15,-66,-28,-74,1xm164,-224v-61,46,-123,114,-143,197v0,10,3,14,10,14v31,-3,108,-145,133,-211","k":{"l":9}},"C":{"d":"282,-286v27,-2,44,8,45,30v10,-1,16,6,5,6r-6,0v-3,22,-19,41,-43,42v-11,0,-16,-4,-16,-12v-2,-19,28,-34,51,-35v-6,-36,-63,-23,-95,-10v-82,35,-188,95,-188,194v0,96,156,71,209,32v23,-9,32,-34,52,-37v-36,53,-100,84,-185,84v-66,0,-110,-23,-110,-83v0,-113,157,-204,281,-211xm317,-249v-20,2,-37,13,-40,28v12,15,40,-11,40,-28","w":267},"D":{"d":"354,-232v0,130,-112,251,-234,251v-23,0,-48,-3,-48,-25v10,-49,94,-78,155,-60v6,2,8,5,5,6v-56,-12,-136,5,-150,52v6,27,63,17,89,8v85,-30,145,-117,152,-217v3,-39,-15,-54,-50,-54v-27,0,-57,11,-92,34v-32,79,-118,243,-155,240v-11,0,-17,-8,-17,-24v0,-97,93,-170,163,-221r16,-46v1,-4,4,-6,8,-5v8,10,-1,19,-8,41v42,-26,77,-38,105,-37v40,1,61,21,61,57xm165,-225v-53,41,-94,88,-125,143v-13,24,-19,43,-19,56v0,9,3,13,9,13v24,4,113,-147,135,-212"},"E":{"d":"261,-287v31,1,47,6,49,31v9,-1,14,5,6,6r-7,0v-2,20,-22,43,-44,42v-10,0,-15,-4,-15,-13v4,-21,26,-33,51,-34v-2,-18,-14,-24,-37,-24v-59,0,-153,47,-121,114v27,-9,75,-20,83,4v0,31,-74,27,-96,9v-36,13,-89,61,-89,102v0,64,94,54,148,31v35,-14,61,-32,78,-52v4,-5,7,-7,10,-6v-24,49,-115,89,-187,87v-50,0,-84,-17,-84,-60v0,-51,66,-86,116,-107v-44,-43,-6,-80,50,-109v28,-14,59,-21,89,-21xm300,-249v-18,2,-39,14,-40,27v13,17,37,-10,40,-27xm211,-151v10,-9,5,-18,-14,-17v-18,1,-30,3,-48,10v12,10,44,15,62,7","w":250},"F":{"d":"225,-307v50,0,78,15,80,61v1,40,-29,86,-57,113v14,2,25,10,21,23v-4,-9,-12,-15,-30,-15v-13,15,-83,73,-98,89v-17,18,-24,38,-24,59v0,3,-1,5,-4,5v-9,-13,-1,-45,8,-57v11,-15,38,-45,86,-91v-18,4,-35,10,-50,20v-13,9,-19,-1,-8,-7v22,-13,47,-21,71,-25v37,-32,71,-83,71,-124v0,-65,-104,-41,-150,-17v-46,23,-97,62,-104,111v8,55,76,33,116,10v32,-19,61,-52,75,-86v2,-6,4,-8,7,-7v8,15,-10,33,-19,48v-27,43,-93,80,-149,81v-33,0,-58,-16,-58,-50v0,-85,123,-141,216,-141","w":253,"k":{"u":6,"o":9,"e":6,"a":9}},"G":{"d":"313,-294v91,0,16,120,-11,147v-32,32,-70,67,-121,67v-16,0,-24,-6,-24,-19v-1,-11,29,-80,42,-68v-5,13,-22,33,-22,49v0,10,7,15,20,15v75,0,138,-77,151,-151v-8,-51,-69,-34,-106,-8v-60,42,-143,115,-143,210v0,77,114,25,145,1v16,-11,27,-23,35,-37v6,-2,11,-7,18,-5r-93,137v16,6,22,11,21,15v-9,5,-12,-4,-26,-8v-37,46,-76,79,-151,83v-60,3,-60,-40,-22,-66v37,-25,109,-45,168,-27v10,-14,24,-39,43,-74v-40,33,-178,58,-171,-31v8,-100,135,-230,247,-230xm18,100v4,27,52,25,77,16v38,-13,69,-36,93,-68v-63,-17,-154,4,-170,52","w":303},"H":{"d":"413,-138v42,-69,80,-130,154,-156v2,0,4,0,4,3v0,3,-1,5,-5,6v-64,25,-110,90,-138,151v6,3,44,8,32,21v-13,-1,-12,-5,-36,-12v-18,16,-40,129,-93,131v-13,1,-24,6,-31,1v51,-28,71,-80,108,-137v-25,-7,-50,-11,-75,-15v-51,84,-127,176,-251,176v-45,0,-77,-16,-77,-55v0,-44,59,-92,98,-108v-15,-105,82,-175,188,-175v45,0,74,16,74,61v0,27,-10,58,-28,93v26,4,51,9,76,15xm355,-245v0,-32,-20,-54,-54,-51v-92,7,-170,60,-174,155v41,-13,87,-19,138,-18v12,-11,11,-39,24,-42v0,18,-5,27,-13,42v14,0,31,2,49,4v20,-35,30,-65,30,-90xm258,-150v-48,0,-91,7,-128,19v25,47,110,12,128,-19xm18,-30v2,27,21,35,54,35v113,0,203,-69,248,-152v-17,-2,-34,-3,-50,-3v-26,44,-120,76,-161,27v-39,17,-85,50,-91,93","w":441},"I":{"d":"137,-24v-17,-139,62,-253,180,-273v28,1,43,11,40,42v-11,119,-102,219,-203,256v-1,4,12,21,2,23v-9,-4,-5,-7,-11,-20v-47,15,-139,20,-140,-35v0,-23,17,-52,39,-54v7,0,11,3,11,10v0,19,-23,5,-33,19v-16,23,-4,54,30,54v22,0,50,-7,85,-22xm347,-259v0,-49,-59,-29,-94,-7v-68,43,-121,126,-107,238v75,-34,134,-87,174,-154v18,-31,27,-57,27,-77","w":298},"J":{"d":"204,-276v52,-21,134,-30,134,37v0,116,-142,278,-233,331v-45,26,-84,41,-117,41v-38,-1,-69,-20,-67,-60v1,-37,21,-79,55,-83v23,-2,21,30,3,35v-16,5,-13,-23,-24,-13v-27,23,-31,100,31,92v137,-18,229,-112,295,-217v32,-51,48,-92,48,-122v0,-62,-74,-51,-120,-25v-62,34,-124,101,-135,179v6,59,69,36,106,9v22,-16,50,-49,59,-78v2,-6,4,-9,7,-9v3,0,3,2,2,7v-15,54,-73,118,-145,119v-73,1,-65,-78,-33,-127v30,-47,77,-93,134,-116","w":287},"K":{"d":"290,-306v101,-1,82,97,40,163v127,19,116,-151,218,-156v18,0,38,23,27,39v-15,-30,-61,-23,-86,7v-36,45,-52,108,-122,120v19,6,27,16,29,38v1,20,-24,47,-23,70v0,11,5,20,17,20v24,0,52,-39,36,-61v-10,-5,-20,16,-32,24v-8,-11,15,-33,29,-33v11,0,16,8,16,20v-1,33,-29,64,-65,65v-18,0,-32,-14,-31,-31v-4,-26,44,-63,42,-80v-3,-30,-49,-33,-71,-16v-56,84,-125,149,-230,149v-41,0,-79,-15,-79,-56v0,-27,13,-56,40,-58v10,0,15,3,16,10v4,19,-24,22,-26,7v-12,1,-17,20,-17,33v0,28,20,39,54,39v115,0,205,-74,252,-160v20,-37,32,-67,32,-92v1,-36,-27,-52,-60,-52v-84,0,-159,61,-169,145v8,81,124,32,142,-11v11,-13,7,-30,18,-37v3,0,3,2,3,6v-6,48,-61,95,-123,95v-66,0,-83,-61,-52,-110v33,-51,94,-96,175,-97","w":459,"k":{"n":-11}},"L":{"d":"245,-66v50,47,106,66,163,39v3,0,3,3,0,6v-58,51,-114,26,-171,-37v-61,54,-136,89,-205,44v-68,-44,4,-137,78,-131v60,5,82,26,120,64v36,-34,35,-37,75,-94v-12,3,-35,-5,-14,-10r21,0v41,-55,66,-100,123,-113v30,7,13,33,-3,55v-25,36,-62,59,-107,66v-30,53,-44,75,-80,111xm331,-187v53,-9,95,-45,107,-91v0,-6,-4,-9,-11,-9v-44,12,-69,58,-96,100xm19,-68v1,35,42,51,84,45v45,-6,84,-23,119,-51v-41,-41,-62,-61,-112,-62v-43,-1,-93,28,-91,68","w":420},"M":{"d":"446,-134v-4,7,-19,-9,-26,-12v-25,53,-38,91,-38,114v0,16,7,23,20,23v27,0,73,-31,139,-93v24,-48,61,-111,94,-147v21,-23,35,-35,45,-35v4,0,7,3,7,8v-12,47,-83,123,-121,160v-31,58,-46,97,-46,117v0,6,2,10,8,10v8,3,26,-20,30,-20v1,20,-53,46,-51,5v0,-17,8,-43,24,-78v-60,55,-103,83,-131,83v-19,0,-30,-11,-29,-31v0,-21,10,-52,29,-94v-90,90,-144,148,-274,148v-65,0,-117,-25,-117,-84v0,-146,285,-167,408,-99v20,-40,44,-83,61,-107v16,-23,26,-32,32,-30v5,42,-60,103,-85,143v14,9,21,15,21,19xm579,-139v17,-19,96,-108,94,-131v-12,0,-44,44,-94,131xm22,-65v0,57,80,65,142,54v88,-15,200,-79,248,-139v-110,-65,-390,-45,-390,85","w":597},"N":{"d":"446,-134v-4,7,-19,-9,-26,-12v-19,41,-29,74,-29,100v0,20,5,29,17,29v10,0,25,-14,46,-42r76,-100v56,-70,101,-137,175,-137v18,0,41,23,31,40v-32,-40,-80,-18,-123,21v-48,44,-108,131,-152,189v-24,32,-44,47,-59,47v-19,0,-27,-15,-27,-37v0,-24,9,-53,25,-88v-90,90,-144,148,-274,148v-65,0,-117,-25,-117,-84v0,-146,285,-167,408,-99v20,-40,44,-83,61,-107v16,-23,26,-32,32,-30v5,42,-60,103,-85,143v14,9,21,15,21,19xm22,-65v0,57,80,65,142,54v88,-15,200,-79,248,-139v-110,-65,-390,-45,-390,85","w":518,"k":{"O":-125}},"O":{"d":"231,-293v38,-2,50,35,51,74v2,84,-70,169,-127,208v-62,42,-152,33,-150,-52v2,-91,98,-208,169,-218v2,2,0,4,-6,6v-65,30,-135,106,-136,195v0,49,20,74,64,77v74,5,181,-127,176,-216v-2,-35,-8,-65,-42,-65v-33,0,-95,68,-95,114v0,15,5,23,19,23v16,0,31,-10,45,-32v4,-6,7,-8,9,-7v4,24,-36,50,-60,50v-21,0,-34,-16,-32,-40v4,-62,56,-114,115,-117","w":246},"P":{"d":"188,-252v42,-31,169,-69,169,15v0,73,-74,125,-148,125v-23,0,-56,-8,-55,-29v2,-34,65,-47,92,-24v1,2,1,3,0,3v-25,-5,-80,-13,-81,23v3,13,23,18,42,18v61,-1,125,-39,125,-100v0,-73,-116,-42,-151,-16v-32,79,-118,243,-155,240v-11,0,-17,-8,-17,-24v0,-97,93,-170,163,-221r16,-46v1,-4,4,-6,8,-5v8,10,-1,19,-8,41xm165,-225v-53,41,-94,88,-125,143v-13,24,-19,43,-19,56v0,9,3,13,9,13v24,4,113,-147,135,-212","w":274,"k":{"t":-16,"o":14,"e":13,"a":23}},"Q":{"d":"282,-221v0,108,-92,213,-190,235v45,18,118,61,165,18v3,-5,5,-6,7,-4v-3,24,-35,42,-61,43v-44,2,-112,-65,-157,-58v-11,-3,-41,12,-62,10v9,-14,38,-14,56,-17v-60,-41,-35,-131,9,-188v43,-54,76,-91,125,-99v2,2,0,4,-6,6v-65,30,-135,106,-136,195v0,48,18,74,63,76v74,4,184,-129,178,-217v-2,-33,-9,-63,-42,-63v-34,0,-96,68,-96,114v0,15,5,23,19,23v16,0,31,-10,45,-32v4,-6,7,-8,9,-7v4,24,-36,50,-60,50v-22,0,-35,-16,-33,-41v5,-62,61,-116,117,-116v37,0,50,33,50,72","w":246},"R":{"d":"300,-289v32,0,58,18,56,47v-3,54,-51,97,-101,109v21,40,-14,73,-27,114v0,10,5,14,15,14v12,0,23,-9,32,-25v3,-6,6,-8,8,-7v3,22,-25,43,-50,44v-18,1,-36,-14,-35,-32v5,-40,62,-62,42,-104v-32,5,-80,0,-85,-23v1,-12,12,-18,31,-18v29,1,47,13,63,29v38,-10,76,-44,81,-85v-7,-68,-117,-35,-149,-11v-32,79,-118,243,-155,240v-11,0,-17,-8,-17,-24v0,-97,93,-170,163,-221r16,-46v1,-4,4,-6,8,-5v8,10,-1,19,-8,41v27,-18,74,-37,112,-37xm169,-151v6,18,44,19,66,13v-10,-16,-25,-24,-46,-24v-13,0,-19,4,-20,11xm165,-225v-53,41,-94,88,-125,143v-13,24,-19,43,-19,56v0,9,3,13,9,13v24,4,113,-147,135,-212","w":301},"S":{"d":"331,-293v23,-2,59,11,38,31v-5,9,-34,8,-19,0v10,-1,15,-8,12,-15v-41,-23,-126,14,-116,55v1,41,60,71,54,114v-9,72,-89,117,-176,117v-55,0,-112,-17,-112,-69v0,-70,137,-92,222,-75v8,1,11,3,10,6v-6,7,-22,1,-35,1v-63,0,-173,30,-173,80v0,38,50,47,90,47v79,0,149,-39,157,-106v-4,-37,-54,-69,-52,-110v2,-51,47,-72,100,-76","w":305},"T":{"d":"29,-135v4,68,119,52,153,15v19,-12,21,-27,35,-32v3,15,-16,25,-28,38v-46,49,-190,54,-181,-35v15,-152,343,-184,466,-93v3,4,4,8,3,11v-1,2,-3,2,-6,-1v-111,-94,-422,-35,-442,97xm371,-248v-11,13,-27,12,-47,28v-59,48,-70,82,-115,176v-20,43,-37,54,-83,51v95,-60,120,-224,241,-258v2,0,4,0,4,3","w":354,"k":{"y":78,"w":74,"u":58,"r":71,"o":62,"e":71,"a":79}},"U":{"d":"274,-240v0,92,-137,144,-137,218v0,10,4,14,13,14v67,-17,158,-93,193,-144r83,-127v6,-2,32,-14,40,-9v1,2,-15,27,-48,73v-38,53,-58,80,-59,81v-18,31,-61,85,-66,116v6,24,37,0,48,-4v0,22,-67,42,-66,3v0,-17,12,-44,36,-83v-47,46,-143,114,-173,106v-20,0,-32,-12,-32,-30v0,-89,155,-119,159,-216v1,-29,-23,-44,-54,-43v-81,3,-187,71,-187,150v0,62,96,29,121,8v24,-20,42,-42,50,-69v1,-5,5,-10,9,-5v-13,65,-66,104,-139,110v-60,5,-71,-72,-42,-116v30,-47,102,-91,170,-90v47,1,81,14,81,57","w":382,"k":{"x":20,"v":13,"s":12,"r":12,"q":16,"l":12,"g":16,"e":12,"d":16,"a":8}},"V":{"d":"274,-240v0,92,-137,144,-137,218v0,10,4,14,13,14v124,-34,203,-190,288,-256v39,-29,78,-48,110,-19v8,7,14,20,7,27v-9,-9,-21,-26,-40,-22v-144,27,-214,282,-377,282v-20,0,-32,-12,-32,-30v0,-89,159,-119,159,-216v0,-28,-23,-44,-54,-43v-84,2,-174,74,-187,151v4,60,96,28,121,7v24,-20,42,-42,50,-69v1,-5,5,-10,9,-5v-13,65,-66,104,-139,110v-60,5,-71,-72,-42,-116v30,-47,102,-90,171,-89v47,1,80,13,80,56","k":{"t":-23,"l":-97}},"W":{"d":"472,-287v62,79,-27,198,-82,246v-31,27,-58,43,-80,43v-38,1,-40,-42,-35,-84v-27,29,-100,86,-141,86v-20,0,-33,-12,-31,-30v9,-89,158,-118,158,-216v0,-30,-21,-45,-52,-45v-82,0,-188,74,-188,153v0,61,96,27,120,7v24,-20,42,-42,50,-69v1,-6,6,-9,10,-5v-13,65,-67,103,-139,110v-38,3,-58,-28,-58,-62v0,-88,101,-145,186,-145v49,0,80,16,80,60v0,93,-137,141,-137,216v0,10,5,14,14,14v31,0,109,-65,131,-89v14,-54,30,-115,79,-132v7,0,10,3,10,10v0,39,-51,96,-80,125v-9,35,-8,93,26,86v99,-21,171,-156,159,-279xm291,-111v24,-27,55,-65,63,-97v-13,-13,-22,5,-39,34v-9,17,-17,38,-24,63","w":447},"Y":{"d":"270,-238v0,93,-137,141,-137,216v0,10,4,14,13,14v74,-20,149,-103,199,-153v12,-12,36,-10,33,12v-17,117,-108,209,-200,262v-35,20,-63,30,-84,30v-16,0,-30,-6,-31,-22v22,-58,117,-93,198,-81v42,-38,107,-120,107,-182v0,-9,-3,-14,-8,-14v-15,-1,-84,80,-83,76v-37,33,-95,84,-143,84v-20,0,-33,-12,-31,-30v9,-89,155,-117,157,-216v0,-30,-21,-45,-52,-45v-82,0,-187,74,-187,153v0,61,96,27,120,7v24,-20,42,-42,50,-69v1,-6,6,-9,10,-5v-13,65,-67,103,-139,110v-38,3,-58,-28,-58,-62v0,-88,101,-145,186,-145v49,0,80,16,80,60xm253,46v-75,-6,-149,20,-168,72v0,9,5,13,15,13v56,0,115,-48,153,-85","w":378},"Z":{"d":"36,-199v0,-77,131,-118,214,-90v19,7,28,20,28,38v0,51,-42,90,-81,119v15,6,22,17,22,36v-1,47,-50,112,-81,143v11,6,24,8,20,20v-11,5,-14,-11,-28,-12v-48,43,-87,80,-165,80v-34,0,-52,-10,-49,-28v9,-55,136,-88,208,-65v28,-35,92,-111,42,-154v-37,21,-70,32,-97,32v-14,0,-19,-4,-19,-14v0,-33,88,-57,136,-42v36,-25,81,-68,81,-114v0,-23,-18,-34,-55,-34v-70,2,-144,36,-155,91v5,50,86,19,108,3v12,-9,16,-1,6,6v-34,23,-135,51,-135,-15xm155,-118v-29,-11,-86,-4,-91,22v25,12,52,-5,91,-22xm118,50v-69,-18,-160,1,-181,50v-1,27,47,26,72,18v39,-12,75,-33,109,-68","w":237},"[":{"d":"275,-297r-8,12r-29,0r-216,338r29,0r-6,10r-50,0r231,-360r49,0","w":179},"\\":{"d":"125,27r-12,0r-90,-331r12,0","w":146},"]":{"d":"246,-297r-230,361r-49,0r7,-12r30,0r214,-338r-29,0r7,-11r50,0","w":205},"^":{"d":"180,-147r-13,0r-5,-123r-114,123r-17,0r129,-140r14,0","w":191},"_":{"d":"189,50r-182,0r0,-17r182,0r0,17","w":214},"`":{"d":"82,-283v-26,-17,-39,-17,-47,-35v0,-9,12,-12,16,-6v12,18,23,26,33,39v0,1,-1,2,-2,2","w":75},"a":{"d":"107,-12v21,1,85,-61,98,-72v7,0,5,4,2,8v-14,18,-92,81,-114,76v-16,-3,-24,-16,-18,-32v-19,22,-37,33,-51,32v-15,-1,-22,-9,-22,-27v0,-58,70,-112,127,-119v11,-1,19,5,18,16v11,-9,6,-10,21,-11v-12,30,-65,88,-67,118v-1,7,1,11,6,11xm128,-138v-45,6,-102,80,-103,116v0,8,2,12,8,12v42,-18,68,-70,101,-104v7,-7,7,-26,-6,-24","w":173,"k":{"*":71}},"b":{"d":"105,-25v42,0,69,-44,90,-60v11,8,0,15,-15,27v-23,19,-46,49,-82,40v-17,15,-33,22,-48,22v-49,0,-35,-62,-15,-107v24,-56,70,-121,108,-160v22,-22,39,-33,51,-33v6,0,8,3,8,8v-21,71,-113,171,-161,210v-8,22,-12,55,14,55v6,0,13,-2,21,-6v-38,-36,21,-109,56,-109v14,0,21,10,21,24v-1,32,-27,73,-48,89xm48,-96v35,-26,141,-159,140,-178v-10,-9,-20,4,-38,22v-33,33,-83,107,-102,156xm85,-35v24,-15,51,-54,56,-85v0,-6,-4,-10,-10,-10v-33,0,-76,63,-46,95","w":164,"k":{"*":52}},"d":{"d":"2,-27v6,-54,74,-124,138,-117v27,-39,89,-152,118,-152v9,0,14,5,14,14v-18,69,-81,132,-148,203v-16,28,-23,47,-23,58v0,6,2,9,6,9v22,0,81,-58,98,-72v2,0,4,1,4,4v-17,26,-86,80,-114,80v-16,1,-24,-13,-21,-28v-22,19,-38,29,-49,29v-13,-1,-25,-13,-23,-28xm145,-114v53,-61,92,-93,116,-164v0,-4,-1,-5,-4,-5v-29,18,-84,129,-112,169xm127,-138v-43,9,-99,71,-103,115v0,9,3,13,9,13v7,0,24,-13,48,-38r54,-87v-2,-2,-5,-3,-8,-3","w":173},"e":{"d":"38,-54v-8,23,0,46,24,45v39,-2,89,-45,110,-71v4,-4,7,-6,9,-4v2,2,2,5,-2,9v-21,26,-93,80,-137,80v-22,0,-38,-13,-37,-35v3,-51,68,-110,123,-116v28,4,15,21,0,38v-22,25,-54,47,-90,54xm42,-64v35,-8,80,-39,94,-70v-34,-9,-78,37,-94,70","w":146,"k":{"*":78}},"g":{"d":"147,-130v11,-9,6,-10,21,-11v2,9,-31,47,-83,135v48,-18,83,-49,108,-78v3,-3,10,1,6,6v-17,21,-78,72,-122,85v-39,55,-61,111,-131,125v-26,-2,-18,-27,-6,-44v26,-40,65,-64,120,-84v7,-14,14,-26,18,-36v-21,23,-38,33,-53,32v-15,-1,-22,-9,-22,-27v0,-58,69,-113,127,-119v11,-1,18,5,17,16xm129,-138v-46,5,-103,79,-104,116v0,8,2,12,8,12v42,-18,69,-69,102,-104v6,-7,7,-25,-6,-24xm55,15v-50,21,-95,42,-108,96v4,20,21,8,36,-2v33,-23,49,-51,72,-94","w":164,"k":{"*":70}},"h":{"d":"-16,1v-4,1,-13,-2,-13,-5v25,-42,61,-83,119,-170v28,-41,51,-72,69,-95v14,-18,26,-27,38,-27v25,9,7,32,-5,55v-22,37,-61,74,-96,89r-25,35v22,-17,40,-26,55,-26v14,0,21,6,21,18v-3,38,-79,90,-63,111v36,3,77,-52,104,-71v2,0,4,1,4,3v-13,28,-90,82,-112,82v-13,0,-29,-9,-28,-22v-5,-31,90,-90,81,-106v0,-5,-3,-7,-9,-7v-69,22,-100,86,-140,136xm107,-169v32,-17,81,-64,90,-107v0,-4,-1,-5,-4,-5v-11,-4,-67,85,-86,112","w":156,"k":{"*":29}},"j":{"d":"90,-162v-11,-12,20,-55,27,-36v0,13,-18,38,-27,36xm117,-84v2,20,-23,29,-54,55v-18,15,-42,27,-68,36v-39,55,-60,112,-131,125v-25,-2,-17,-27,-6,-44v26,-40,65,-64,120,-84v32,-62,56,-105,98,-144r10,-1v2,9,-31,47,-83,135v48,-18,83,-49,108,-78v1,-1,3,-1,6,0xm-27,15v-51,21,-94,43,-108,96v5,20,22,9,37,-2v33,-23,48,-51,71,-94","w":82,"k":{"*":35}},"k":{"d":"88,-64v29,1,14,31,8,46v0,4,2,5,8,5v27,1,86,-60,103,-71v2,0,3,1,3,3v-8,22,-95,85,-120,82v-11,-2,-20,-7,-20,-19v-1,-16,25,-24,15,-36v-11,-12,-34,16,-41,-5v0,-6,13,-8,23,-7v26,-6,76,-47,75,-63v0,-3,-2,-5,-6,-5v-63,17,-116,87,-152,135v-4,1,-13,-2,-13,-5v25,-42,61,-83,119,-170v28,-41,51,-72,69,-95v14,-18,26,-27,38,-27v25,9,7,32,-5,55v-22,37,-61,74,-96,89r-40,56v21,-21,62,-49,95,-50v12,0,17,3,17,11v5,18,-51,60,-80,71xm107,-169v32,-17,81,-64,90,-107v0,-4,-1,-5,-4,-5v-11,-4,-67,85,-86,112","w":174,"k":{"*":42}},"l":{"d":"4,-22v-9,-47,170,-292,207,-274v8,0,12,4,12,11v0,32,-138,191,-179,210v-9,19,-13,33,-13,44v0,13,5,19,16,19v24,-1,78,-46,97,-68v3,-4,9,-6,10,-1v3,10,-99,92,-125,85v-16,-1,-25,-11,-25,-26xm51,-90v42,-29,157,-154,157,-185v0,-3,-1,-5,-4,-6v-59,25,-121,125,-153,191","w":118},"m":{"d":"278,-82v-11,29,-91,81,-112,82v-42,-7,-29,-45,3,-70v35,-27,51,-47,51,-57v-8,-17,-23,-4,-42,7v-28,18,-82,85,-108,119v-4,3,-24,9,-29,4v29,-42,72,-81,93,-129v0,-6,-3,-8,-10,-8v-61,17,-104,88,-140,135v-4,1,-13,-2,-13,-5v0,-4,16,-30,51,-73v39,-48,31,-68,64,-64v-3,5,-3,5,-18,27v31,-21,44,-31,69,-29v16,2,14,23,6,36v31,-24,54,-36,69,-36v14,0,21,6,21,18v-2,39,-79,90,-63,111v36,3,78,-52,105,-71v2,0,3,1,3,3","w":242,"k":{"*":68}},"n":{"d":"192,-82v-13,28,-90,82,-112,82v-43,0,-29,-45,3,-70v35,-27,51,-47,51,-57v0,-5,-4,-8,-10,-8v-69,22,-100,86,-140,136v-4,1,-13,-2,-13,-5v0,-4,16,-30,51,-73v39,-48,31,-68,64,-64v0,1,-5,10,-15,24v22,-17,40,-26,55,-26v14,0,21,6,21,18v-3,38,-79,90,-63,111v36,3,77,-52,104,-71v2,0,4,1,4,3","w":156,"k":{"*":63}},"o":{"d":"202,-81v-24,36,-52,56,-94,41v-22,21,-50,43,-84,45v-18,0,-26,-9,-26,-26v0,-59,70,-117,128,-124v56,7,12,77,-10,97v38,16,53,-14,82,-36v3,0,4,1,4,3xm100,-45v-20,-14,-5,-40,17,-39v5,0,8,1,11,3v9,-15,13,-28,13,-38v0,-11,-5,-16,-15,-16v-46,0,-100,63,-100,109v0,11,5,16,15,16v16,0,36,-11,59,-35","w":167,"k":{"*":72}},"p":{"d":"206,-80v-27,30,-79,81,-131,85v-36,3,-51,-12,-58,-41v-34,47,-94,155,-137,171v-6,0,-8,-4,-8,-10v-1,-31,110,-157,165,-219v31,-35,15,-53,47,-45v0,0,-3,5,-8,12v25,-21,65,-29,65,11v0,46,-30,90,-59,109v50,-3,95,-59,120,-77v3,0,4,2,4,4xm43,-13v26,0,81,-78,81,-109v0,-9,-3,-13,-10,-13v-10,0,-29,10,-55,33v-10,25,-42,42,-31,76v3,9,8,13,15,13xm19,-63v-43,51,-102,119,-132,176v17,8,92,-106,105,-128v8,-13,7,-14,27,-48","w":170,"k":{"*":75}},"q":{"d":"101,-12v33,-3,86,-55,104,-72v7,0,6,4,2,8v-21,22,-65,64,-105,73v-7,51,-70,134,-104,135v-9,0,-14,-6,-14,-18v14,-62,36,-66,94,-143v-21,20,-40,29,-54,29v-15,0,-22,-9,-22,-27v0,-58,70,-112,127,-119v11,-1,19,5,18,16v11,-9,6,-10,21,-11v-26,48,-35,54,-77,113v6,2,10,7,10,16xm128,-138v-45,6,-102,80,-103,116v0,8,3,12,8,12v20,1,79,-78,101,-104v7,-7,7,-26,-6,-24xm90,0v-5,1,-12,1,-20,-1v-20,30,-57,66,-65,103v0,6,2,8,7,8v30,-3,72,-74,78,-110","w":173,"k":{"*":76}},"r":{"d":"48,-11v44,4,88,-50,118,-73v5,-1,7,5,3,7v-16,19,-88,78,-121,78v-46,0,-30,-36,-4,-56v21,-16,95,-47,42,-68v-3,-1,-6,-4,-8,-6v-20,23,-44,62,-68,72v-2,0,-3,0,-3,-2v4,-16,74,-64,62,-90v2,-14,24,-18,21,0v-19,21,29,20,25,43v-5,33,-63,60,-67,95","w":135,"k":{"*":63}},"s":{"d":"-13,-33v-1,-13,10,-35,23,-32v24,-25,50,-44,63,-81v4,-11,21,-16,22,-1v1,27,-32,21,-19,57v8,24,8,51,-6,69v28,-17,56,-45,77,-63v5,-1,5,6,2,8v-29,29,-92,87,-135,77v-18,-4,-27,-15,-27,-34xm17,-59v7,21,-19,13,-20,31v7,34,42,12,52,-8v9,-18,15,-41,12,-66","w":115,"k":{"*":70}},"t":{"d":"40,-149v2,-12,24,-5,37,-7v30,-38,48,-61,56,-67v3,-3,7,-3,11,-1v-7,21,-33,46,-46,68v10,1,26,-2,32,2v-2,11,-24,6,-38,7v-24,34,-71,108,-70,124v-3,10,5,13,12,9v23,-8,77,-54,88,-68v2,-3,5,-4,8,-1v-8,27,-94,88,-117,83v-35,-8,-16,-49,0,-70r57,-77v-9,-1,-24,2,-30,-2","w":94,"k":{"*":28}},"u":{"d":"100,-12v21,1,85,-61,98,-72v6,0,5,4,2,8v-14,19,-93,81,-115,76v-13,-3,-19,-9,-19,-23v-12,11,-35,24,-53,23v-15,-2,-22,-14,-18,-30v6,-22,75,-125,93,-110v-19,39,-59,77,-67,116v-2,11,6,14,13,10v34,-12,86,-87,115,-126v2,-1,10,-4,11,0v-16,33,-64,88,-66,117v-1,7,1,11,6,11","w":166,"k":{"*":64}},"v":{"d":"173,-138v-2,23,-39,70,-56,88v25,35,68,-16,85,-32v2,-3,4,-3,6,-1v0,18,-19,25,-34,38v-22,20,-49,23,-65,2v-22,21,-49,41,-81,43v-40,-8,-30,-43,-6,-76v11,-14,42,-61,60,-66v12,7,4,-4,-14,33v-17,33,-38,47,-38,81v0,10,4,15,12,15v14,0,36,-13,63,-39v-8,-45,22,-86,59,-94v6,0,9,3,9,8xm114,-61v13,-13,42,-50,43,-67v0,-3,-1,-4,-4,-4v-13,-2,-44,44,-39,71","w":174,"k":{"*":71}},"w":{"d":"230,-138v-1,25,-38,71,-56,88v24,36,69,-15,85,-31v2,-3,5,-4,7,-1v-1,17,-19,24,-34,37v-22,20,-49,25,-66,3v-23,21,-48,43,-80,43v-13,0,-20,-10,-20,-24v-12,11,-35,24,-53,23v-15,-2,-21,-14,-18,-30v4,-26,63,-91,84,-111v2,-1,11,-3,11,1v-12,29,-67,86,-69,116v-1,11,6,14,13,10v34,-12,86,-87,115,-126v2,-1,10,-4,11,0v-19,38,-58,78,-67,115v-1,8,3,12,9,12v13,0,33,-12,60,-38v-7,-48,23,-86,59,-94v6,0,9,2,9,7xm171,-60v13,-13,42,-50,44,-67v0,-3,-1,-4,-4,-4v-14,-2,-46,43,-40,71","w":232,"k":{"*":76}},"x":{"d":"168,-114v9,8,17,-1,18,-13v0,-6,-3,-8,-9,-8v-21,-9,-91,78,-91,115v0,10,3,14,13,14v36,-2,87,-49,113,-76v2,-3,4,-3,7,-1v-3,21,-27,31,-55,55v-26,22,-49,31,-66,31v-20,1,-25,-19,-18,-36v-21,23,-42,35,-60,35v-12,0,-19,-7,-19,-19v-1,-13,11,-25,23,-25v10,0,10,13,4,16v-9,3,-18,-8,-18,9v0,7,3,11,9,11v40,-15,80,-66,80,-117v0,-13,-7,-7,-15,-1v-21,16,-37,39,-60,55v-5,0,-4,-6,-2,-9v21,-18,62,-66,85,-65v13,1,16,29,10,44v23,-30,43,-45,60,-45v23,-1,19,26,8,38v-8,10,-24,11,-24,0v0,-6,2,-8,7,-8","w":185,"k":{"*":63}},"y":{"d":"28,-12v49,-2,95,-121,140,-129v2,9,-31,47,-83,135v48,-18,83,-49,108,-78v3,-3,10,1,6,6v-17,21,-78,72,-122,85v-39,55,-61,111,-131,125v-26,-2,-18,-27,-6,-44v26,-40,65,-64,120,-84r19,-39v-17,17,-38,35,-66,35v-16,0,-22,-14,-18,-30v6,-22,75,-125,93,-110v-16,33,-64,88,-66,117v-1,7,1,11,6,11xm55,15v-50,21,-95,42,-108,96v4,20,21,8,36,-2v33,-23,49,-51,72,-94","w":164,"k":{"*":64}},"z":{"d":"147,-125v0,26,-43,81,-62,96v6,4,5,20,1,26v24,-12,72,-56,90,-79v2,-3,5,-4,7,-2v-2,22,-25,34,-44,53v-22,22,-43,35,-59,41v-24,42,-88,126,-134,126v-11,0,-17,-4,-17,-13v0,-44,89,-95,143,-119v6,-7,10,-19,4,-26v-23,18,-42,28,-57,28v-10,0,-14,-3,-14,-10v5,-26,45,-39,75,-30v15,-13,39,-48,42,-76v0,-9,-4,-14,-13,-15v-28,5,-63,36,-93,67v-5,5,-15,1,-8,-6v11,-12,94,-86,119,-79v13,0,20,6,20,18xm71,-26v-16,-7,-51,3,-48,17v14,11,28,-3,48,-17xm64,17v-37,21,-93,62,-112,103v14,12,29,-8,58,-35v25,-23,42,-47,54,-68","w":150,"k":{"*":77}},"{":{"d":"1,46v-7,-18,74,-131,68,-146v0,-11,-8,-16,-25,-16r2,-4v106,-3,80,-202,201,-178v-11,11,-32,-4,-45,15v-41,60,-56,144,-134,167v20,12,22,30,11,51v-19,36,-47,71,-58,113v0,12,12,17,37,16v-12,15,-64,4,-57,-18","w":126,"k":{"T":-37}},"|":{"d":"127,39r-9,0r0,-320r9,0r0,320","w":162},"}":{"d":"137,-299v44,-11,64,16,42,53v-21,36,-46,73,-58,116v0,12,8,17,26,17r-2,5v-66,5,-77,76,-108,118v-26,36,-39,69,-89,58v0,-7,11,-3,15,-4v69,-32,73,-159,160,-176v-21,-9,-26,-27,-15,-48v20,-38,49,-74,61,-118v0,-12,-11,-17,-34,-16","w":178},"~":{"d":"23,-125v45,-57,106,33,151,-19r9,10v-17,14,-34,21,-49,21v-14,0,-53,-20,-67,-20v-11,0,-23,7,-36,19","w":191},"\u0419":{"d":"274,-240v0,92,-137,144,-137,218v0,10,4,14,13,14v67,-17,158,-93,193,-144r83,-127v6,-2,32,-14,40,-9v1,2,-15,27,-48,73v-38,53,-58,80,-59,81v-18,31,-61,85,-66,116v6,24,37,0,48,-4v0,22,-67,42,-66,3v0,-17,12,-44,36,-83v-47,46,-143,114,-173,106v-20,0,-32,-12,-32,-30v0,-89,155,-119,159,-216v1,-29,-23,-44,-54,-43v-81,3,-187,71,-187,150v0,62,96,29,121,8v24,-20,42,-42,50,-69v1,-5,5,-10,9,-5v-13,65,-66,104,-139,110v-60,5,-71,-72,-42,-116v30,-47,102,-91,170,-90v47,1,81,14,81,57xm323,-338v6,12,11,33,33,33v23,0,38,-22,48,-34v7,20,-27,49,-51,49v-23,0,-37,-19,-35,-40v0,-6,2,-8,5,-8","w":382,"k":{"x":20,"v":13,"s":12,"r":12,"q":16,"l":12,"g":16,"e":12,"d":16,"a":8}},"\u0418":{"d":"274,-240v0,92,-137,144,-137,218v0,10,4,14,13,14v67,-17,158,-93,193,-144r83,-127v6,-2,32,-14,40,-9v1,2,-15,27,-48,73v-38,53,-58,80,-59,81v-18,31,-61,85,-66,116v6,24,37,0,48,-4v0,22,-67,42,-66,3v0,-17,12,-44,36,-83v-47,46,-143,114,-173,106v-20,0,-32,-12,-32,-30v0,-89,155,-119,159,-216v1,-29,-23,-44,-54,-43v-81,3,-187,71,-187,150v0,62,96,29,121,8v24,-20,42,-42,50,-69v1,-5,5,-10,9,-5v-13,65,-66,104,-139,110v-60,5,-71,-72,-42,-116v30,-47,102,-91,170,-90v47,1,81,14,81,57","w":382,"k":{"x":20,"v":13,"s":12,"r":12,"q":16,"l":12,"g":16,"e":12,"d":16,"a":8}},"\u0410":{"d":"483,-279v-21,42,-50,76,-76,126v8,5,21,8,18,18v-8,4,-13,-7,-23,-10v-19,32,-49,94,-49,122v1,34,40,17,53,4v-7,36,-82,30,-76,-12v6,-50,21,-71,55,-122v-17,-7,-33,-13,-49,-17v-71,70,-122,171,-244,179v-46,3,-86,-24,-81,-66v12,-104,190,-151,319,-123v58,-56,93,-88,105,-96v13,-9,25,-13,34,-13v10,0,14,3,14,10xm473,-273v4,-5,2,-10,-4,-9v-50,13,-56,38,-126,105v17,4,32,10,47,16v23,-34,55,-77,83,-112xm322,-173v-93,-17,-189,3,-247,41v-39,25,-56,43,-54,77v3,39,60,43,100,31v83,-24,140,-92,201,-149","w":427,"k":{"r":10}},"\u0413":{"d":"466,-308v11,1,19,7,19,17v-1,27,-30,44,-57,44v-66,144,-143,231,-231,263v-48,17,-131,25,-131,-31v0,-46,59,-71,109,-59v4,2,6,4,4,7v-35,-5,-94,1,-94,45v9,42,69,31,109,17v85,-29,159,-109,222,-243v-35,1,-140,-45,-172,-45v51,108,-61,216,-164,216v-41,0,-72,-22,-72,-63v0,-101,112,-163,216,-164r-25,-24v13,-7,24,7,39,25v43,-3,141,42,183,43v6,-14,22,-50,45,-48xm433,-260v17,-1,39,-15,39,-31v-5,-15,-20,-5,-27,7xm89,-87v87,-2,200,-111,142,-207v-104,4,-186,61,-195,155v-3,32,21,53,53,52","w":355,"k":{"h":-8}},"\u0412":{"d":"339,-273v39,49,-9,109,-51,133v49,89,-62,156,-159,162v-60,3,-69,-45,-34,-70v7,-4,9,-2,5,6v-15,31,13,50,49,47v73,-6,144,-40,144,-107v0,-13,-5,-25,-14,-34v-22,12,-41,18,-59,18v-19,0,-43,-8,-40,-25v6,-36,75,-29,98,-7v22,-22,42,-43,46,-80v-8,-71,-101,-38,-143,-6v-25,62,-73,156,-108,199v-21,26,-37,39,-49,39v-11,0,-16,-7,-16,-22v0,-99,88,-166,164,-222v13,-26,9,-40,22,-51v13,9,2,15,-5,40v53,-31,105,-51,150,-20xm197,-143v12,25,53,17,74,-1v-15,-15,-66,-28,-74,1xm164,-224v-61,46,-123,114,-143,197v0,10,3,14,10,14v31,-3,108,-145,133,-211","k":{"l":9}},"\u0414":{"d":"354,-232v0,130,-112,251,-234,251v-23,0,-48,-3,-48,-25v10,-49,94,-78,155,-60v6,2,8,5,5,6v-56,-12,-136,5,-150,52v6,27,63,17,89,8v85,-30,145,-117,152,-217v3,-39,-15,-54,-50,-54v-27,0,-57,11,-92,34v-32,79,-118,243,-155,240v-11,0,-17,-8,-17,-24v0,-97,93,-170,163,-221r16,-46v1,-4,4,-6,8,-5v8,10,-1,19,-8,41v42,-26,77,-38,105,-37v40,1,61,21,61,57xm165,-225v-53,41,-94,88,-125,143v-13,24,-19,43,-19,56v0,9,3,13,9,13v24,4,113,-147,135,-212"},"\u0415":{"d":"261,-287v31,1,47,6,49,31v9,-1,14,5,6,6r-7,0v-2,20,-22,43,-44,42v-10,0,-15,-4,-15,-13v4,-21,26,-33,51,-34v-2,-18,-14,-24,-37,-24v-59,0,-153,47,-121,114v27,-9,75,-20,83,4v0,31,-74,27,-96,9v-36,13,-89,61,-89,102v0,64,94,54,148,31v35,-14,61,-32,78,-52v4,-5,7,-7,10,-6v-24,49,-115,89,-187,87v-50,0,-84,-17,-84,-60v0,-51,66,-86,116,-107v-44,-43,-6,-80,50,-109v28,-14,59,-21,89,-21xm300,-249v-18,2,-39,14,-40,27v13,17,37,-10,40,-27xm211,-151v10,-9,5,-18,-14,-17v-18,1,-30,3,-48,10v12,10,44,15,62,7","w":250},"\u0417":{"d":"36,-199v0,-77,131,-118,214,-90v19,7,28,20,28,38v0,51,-42,90,-81,119v15,6,22,17,22,36v-1,47,-50,112,-81,143v11,6,24,8,20,20v-11,5,-14,-11,-28,-12v-48,43,-87,80,-165,80v-34,0,-52,-10,-49,-28v9,-55,136,-88,208,-65v28,-35,92,-111,42,-154v-37,21,-70,32,-97,32v-14,0,-19,-4,-19,-14v0,-33,88,-57,136,-42v36,-25,81,-68,81,-114v0,-23,-18,-34,-55,-34v-70,2,-144,36,-155,91v5,50,86,19,108,3v12,-9,16,-1,6,6v-34,23,-135,51,-135,-15xm155,-118v-29,-11,-86,-4,-91,22v25,12,52,-5,91,-22xm118,50v-69,-18,-160,1,-181,50v-1,27,47,26,72,18v39,-12,75,-33,109,-68","w":237},"\u041c":{"d":"446,-134v-4,7,-19,-9,-26,-12v-25,53,-38,91,-38,114v0,16,7,23,20,23v27,0,73,-31,139,-93v24,-48,61,-111,94,-147v21,-23,35,-35,45,-35v4,0,7,3,7,8v-12,47,-83,123,-121,160v-31,58,-46,97,-46,117v0,6,2,10,8,10v8,3,26,-20,30,-20v1,20,-53,46,-51,5v0,-17,8,-43,24,-78v-60,55,-103,83,-131,83v-19,0,-30,-11,-29,-31v0,-21,10,-52,29,-94v-90,90,-144,148,-274,148v-65,0,-117,-25,-117,-84v0,-146,285,-167,408,-99v20,-40,44,-83,61,-107v16,-23,26,-32,32,-30v5,42,-60,103,-85,143v14,9,21,15,21,19xm579,-139v17,-19,96,-108,94,-131v-12,0,-44,44,-94,131xm22,-65v0,57,80,65,142,54v88,-15,200,-79,248,-139v-110,-65,-390,-45,-390,85","w":597},"\u041d":{"d":"413,-138v42,-69,80,-130,154,-156v2,0,4,0,4,3v0,3,-1,5,-5,6v-64,25,-110,90,-138,151v6,3,44,8,32,21v-13,-1,-12,-5,-36,-12v-18,16,-40,129,-93,131v-13,1,-24,6,-31,1v51,-28,71,-80,108,-137v-25,-7,-50,-11,-75,-15v-51,84,-127,176,-251,176v-45,0,-77,-16,-77,-55v0,-44,59,-92,98,-108v-15,-105,82,-175,188,-175v45,0,74,16,74,61v0,27,-10,58,-28,93v26,4,51,9,76,15xm355,-245v0,-32,-20,-54,-54,-51v-92,7,-170,60,-174,155v41,-13,87,-19,138,-18v12,-11,11,-39,24,-42v0,18,-5,27,-13,42v14,0,31,2,49,4v20,-35,30,-65,30,-90xm258,-150v-48,0,-91,7,-128,19v25,47,110,12,128,-19xm18,-30v2,27,21,35,54,35v113,0,203,-69,248,-152v-17,-2,-34,-3,-50,-3v-26,44,-120,76,-161,27v-39,17,-85,50,-91,93","w":441},"\u041e":{"d":"231,-293v38,-2,50,35,51,74v2,84,-70,169,-127,208v-62,42,-152,33,-150,-52v2,-91,98,-208,169,-218v2,2,0,4,-6,6v-65,30,-135,106,-136,195v0,49,20,74,64,77v74,5,181,-127,176,-216v-2,-35,-8,-65,-42,-65v-33,0,-95,68,-95,114v0,15,5,23,19,23v16,0,31,-10,45,-32v4,-6,7,-8,9,-7v4,24,-36,50,-60,50v-21,0,-34,-16,-32,-40v4,-62,56,-114,115,-117","w":246},"\u0420":{"d":"188,-252v42,-31,169,-69,169,15v0,73,-74,125,-148,125v-23,0,-56,-8,-55,-29v2,-34,65,-47,92,-24v1,2,1,3,0,3v-25,-5,-80,-13,-81,23v3,13,23,18,42,18v61,-1,125,-39,125,-100v0,-73,-116,-42,-151,-16v-32,79,-118,243,-155,240v-11,0,-17,-8,-17,-24v0,-97,93,-170,163,-221r16,-46v1,-4,4,-6,8,-5v8,10,-1,19,-8,41xm165,-225v-53,41,-94,88,-125,143v-13,24,-19,43,-19,56v0,9,3,13,9,13v24,4,113,-147,135,-212","w":274,"k":{"t":-16,"o":14,"e":13,"a":23}},"\u0421":{"d":"282,-286v27,-2,44,8,45,30v10,-1,16,6,5,6r-6,0v-3,22,-19,41,-43,42v-11,0,-16,-4,-16,-12v-2,-19,28,-34,51,-35v-6,-36,-63,-23,-95,-10v-82,35,-188,95,-188,194v0,96,156,71,209,32v23,-9,32,-34,52,-37v-36,53,-100,84,-185,84v-66,0,-110,-23,-110,-83v0,-113,157,-204,281,-211xm317,-249v-20,2,-37,13,-40,28v12,15,40,-11,40,-28","w":267},"\u0423":{"d":"270,-238v0,93,-137,141,-137,216v0,10,4,14,13,14v74,-20,149,-103,199,-153v12,-12,36,-10,33,12v-17,117,-108,209,-200,262v-35,20,-63,30,-84,30v-16,0,-30,-6,-31,-22v22,-58,117,-93,198,-81v42,-38,107,-120,107,-182v0,-9,-3,-14,-8,-14v-15,-1,-84,80,-83,76v-37,33,-95,84,-143,84v-20,0,-33,-12,-31,-30v9,-89,155,-117,157,-216v0,-30,-21,-45,-52,-45v-82,0,-187,74,-187,153v0,61,96,27,120,7v24,-20,42,-42,50,-69v1,-6,6,-9,10,-5v-13,65,-67,103,-139,110v-38,3,-58,-28,-58,-62v0,-88,101,-145,186,-145v49,0,80,16,80,60xm253,46v-75,-6,-149,20,-168,72v0,9,5,13,15,13v56,0,115,-48,153,-85","w":378},"\u0425":{"d":"470,-283v39,-4,38,52,24,78v-4,7,-12,6,-8,-4v14,-34,-9,-68,-48,-51v-42,19,-91,70,-116,113r34,0v-3,13,-24,8,-39,9v-26,43,-39,78,-39,104v0,37,39,43,63,23v7,-6,13,1,6,6v-21,25,-87,42,-84,-18v0,-14,2,-29,7,-45v-43,55,-121,108,-200,108v-42,0,-79,-16,-79,-57v0,-27,15,-58,40,-58v10,0,16,4,17,11v2,19,-24,21,-27,7v-12,1,-17,21,-17,33v0,29,21,39,55,39v116,0,191,-61,244,-153r-32,0v3,-13,24,-8,39,-9v16,-21,33,-59,33,-90v0,-35,-27,-54,-60,-52v-85,6,-170,63,-170,145v0,58,72,50,110,22v18,-13,39,-39,44,-63v1,-8,10,-11,9,-1v-6,48,-61,95,-123,95v-66,0,-84,-62,-52,-111v33,-51,94,-92,175,-96v66,-3,90,48,66,106v45,-53,73,-85,128,-91","w":371},"\u0426":{"d":"331,32v19,40,-39,75,-61,45v-7,-19,7,-51,32,-44v6,2,4,21,-2,15v-4,-15,-20,-8,-23,2v-12,20,10,37,26,21v22,-13,7,-60,24,-80v-12,14,-53,21,-52,-10v0,-17,12,-44,36,-83v-48,46,-143,110,-173,106v-45,-7,-34,-52,-9,-80v35,-40,133,-92,136,-166v1,-29,-23,-44,-54,-43v-81,3,-187,71,-187,150v0,61,94,30,121,8v24,-20,42,-42,50,-69v1,-5,5,-10,9,-5v-14,66,-67,104,-139,110v-60,5,-71,-72,-42,-116v30,-47,102,-91,170,-90v49,1,81,14,81,57v0,94,-137,141,-137,218v0,10,4,14,13,14v128,-39,215,-166,276,-271v7,-3,31,-13,40,-9v-30,60,-147,191,-173,270v3,19,31,9,40,-1v4,-3,5,-4,4,-1v-3,17,-15,34,-6,52","w":382,"k":{"x":20,"v":13,"s":12,"r":12,"q":16,"l":12,"g":16,"e":12,"d":16,"a":8}},"\u0427":{"d":"193,-297v78,0,97,67,65,128v-13,25,-15,46,-10,60v6,19,24,13,38,3v61,-42,100,-114,140,-173v7,-3,31,-13,40,-9v-30,60,-147,191,-173,270v6,24,37,0,48,-4v1,15,-25,26,-44,26v-13,0,-22,-9,-22,-23v-2,-27,46,-101,70,-130v-32,27,-46,69,-102,62v-53,-21,-12,-97,11,-118v24,-32,7,-84,-43,-80v-81,6,-187,71,-187,150v0,61,94,30,121,8v24,-20,42,-42,50,-69v1,-5,5,-10,9,-5v-14,66,-67,104,-139,110v-60,5,-71,-72,-42,-116v30,-47,102,-90,170,-90","w":348,"k":{"x":20,"v":13,"s":12,"r":12,"q":16,"l":12,"g":16,"e":12,"d":16,"a":8}},"\u0428":{"d":"489,-7v-15,13,-57,19,-55,-12v3,-30,19,-59,36,-86v-54,51,-126,132,-176,109v-51,-23,5,-90,26,-115v-45,47,-150,120,-182,115v-45,-6,-34,-52,-9,-80v35,-40,133,-92,136,-166v1,-29,-23,-44,-54,-43v-81,3,-187,71,-187,150v0,61,94,30,121,8v24,-20,42,-42,50,-69v1,-5,5,-10,9,-5v-14,66,-67,104,-139,110v-60,5,-71,-72,-42,-116v30,-47,102,-91,170,-90v49,1,81,14,81,57v0,94,-137,141,-137,218v0,10,4,14,13,14v133,-42,221,-173,300,-274v7,-3,29,-12,40,-10r-161,208v-15,21,-24,39,-24,65v1,9,6,14,15,14v65,-22,140,-98,180,-155r85,-119v11,-3,27,-13,39,-9r-116,164v-15,27,-54,81,-56,106v6,24,37,0,47,-4v4,6,-6,11,-10,15","w":527,"k":{"x":20,"v":13,"s":12,"r":12,"q":16,"l":12,"g":16,"e":12,"d":16,"a":8}},"\u0429":{"d":"452,-18v6,24,40,-2,47,-4v2,50,-1,107,-61,100v-23,-9,-7,-50,13,-51v12,-6,22,10,12,17v-6,-10,-17,-16,-26,-2v-12,19,4,36,24,24v23,-14,10,-54,28,-74v-15,12,-57,21,-55,-11v2,-30,19,-59,36,-86v-54,51,-126,132,-176,109v-51,-23,5,-90,26,-115v-45,47,-150,120,-182,115v-45,-6,-34,-52,-9,-80v35,-40,133,-92,136,-166v1,-29,-23,-44,-54,-43v-81,3,-187,71,-187,150v0,61,94,30,121,8v24,-20,42,-42,50,-69v1,-5,5,-10,9,-5v-14,66,-67,104,-139,110v-60,5,-71,-72,-42,-116v30,-47,102,-91,170,-90v49,1,81,14,81,57v0,94,-137,141,-137,218v0,10,4,14,13,14v133,-42,221,-173,300,-274v7,-3,29,-12,40,-10r-161,208v-15,21,-24,39,-24,65v1,9,6,14,15,14v65,-22,140,-98,180,-155r85,-119v11,-3,27,-13,39,-9r-116,164v-15,27,-54,81,-56,106","w":529,"k":{"x":20,"v":13,"s":12,"r":12,"q":16,"l":12,"g":16,"e":12,"d":16,"a":8}},"\u041b":{"d":"42,-97v-14,1,-22,23,-21,42v3,39,60,45,100,31v136,-47,208,-173,314,-252v13,-9,25,-13,34,-13v14,-1,17,10,11,18r-91,150v-15,27,-37,80,-36,98v2,34,40,17,53,4v-7,37,-82,28,-76,-12v16,-102,94,-169,143,-242v4,-5,2,-10,-4,-9v-51,14,-57,40,-133,112v-73,68,-117,169,-244,179v-46,3,-83,-23,-81,-66v1,-29,12,-58,40,-58v10,0,15,4,16,11v4,17,-23,24,-25,7","w":427,"k":{"r":10}},"\u0411":{"d":"64,-45v-15,62,64,47,91,22v76,-69,102,-196,212,-228v2,0,4,1,4,3v-11,13,-27,12,-47,28v-32,25,-49,50,-69,85v27,-32,99,-49,119,-2v31,73,-25,147,-104,147v-38,0,-58,-41,-38,-78v2,29,2,81,51,68v52,-14,82,-67,76,-134v-20,-50,-98,-12,-113,16v-33,61,-57,140,-149,136v-38,-1,-59,-66,-26,-87v16,-11,25,14,11,19v-11,4,-14,-9,-18,5xm29,-135v4,68,119,52,153,15v15,-8,22,-27,35,-32v4,14,-18,27,-28,38v-46,49,-190,54,-181,-35v15,-153,343,-184,466,-93v3,5,4,9,3,11v-1,2,-3,2,-6,-1v-112,-93,-423,-36,-442,97","w":402,"k":{"y":78,"w":74,"u":58,"r":71,"o":62,"e":71,"a":79}},"\u041f":{"d":"29,-135v4,68,119,52,153,15v15,-8,22,-27,35,-32v4,14,-18,27,-28,38v-46,49,-190,54,-181,-35v15,-153,343,-184,466,-93v3,5,4,9,3,11v-1,2,-3,2,-6,-1v-112,-93,-423,-36,-442,97xm64,-45v-15,62,64,47,91,22v76,-69,102,-196,212,-228v2,0,4,1,4,3v-11,13,-28,11,-47,28v-99,57,-63,236,-224,236v-39,0,-63,-62,-29,-85v16,-11,25,14,11,19v-11,4,-14,-9,-18,5xm335,-14v2,19,-59,40,-59,6v0,-58,69,-138,97,-192v11,-3,22,-12,35,-11v-34,67,-94,129,-116,203v7,20,32,-4,43,-6","w":380,"k":{"y":78,"w":74,"u":58,"r":71,"o":62,"e":71,"a":79}},"\u0422":{"d":"238,-312v78,7,147,32,200,67v16,10,32,12,53,14v18,2,37,-16,46,-4v-67,52,-142,-38,-208,-49v-29,-5,-56,-14,-85,-18v52,109,-61,217,-164,217v-41,0,-72,-22,-72,-63v0,-101,112,-163,216,-164r-25,-24v13,-7,24,6,39,24xm64,-45v-15,62,64,47,91,22v76,-69,102,-196,212,-228v2,0,4,1,4,3v-11,13,-28,11,-47,28v-99,57,-63,236,-224,236v-39,0,-63,-62,-29,-85v16,-11,25,14,11,19v-11,4,-14,-9,-18,5xm373,-10v2,20,-59,41,-59,7v0,-58,68,-139,97,-192v9,-5,22,-12,35,-11v-34,66,-94,129,-116,203v7,20,34,-3,43,-7xm406,-226v-21,13,-56,36,-70,61v-19,21,-48,120,-78,156v-8,4,-35,16,-46,10v80,-56,90,-194,190,-229v2,-1,4,0,4,2xm89,-95v87,-3,200,-111,142,-207v-84,1,-144,45,-178,98v-28,43,-23,110,36,109","w":438,"k":{"y":78,"w":74,"u":58,"r":71,"o":62,"e":71,"a":79}},"\u0424":{"d":"297,-240v54,-3,89,-32,140,-54v8,0,10,5,4,11v-34,32,-92,47,-145,50v0,21,-8,36,-13,50v30,-48,148,-68,148,18v0,84,-66,142,-151,149v-34,3,-55,-18,-53,-54v-50,84,-124,163,-214,183v-84,19,-96,-92,-46,-134v15,-13,42,-1,31,20v-8,15,-27,9,-29,-3v-17,5,-22,42,-16,63v6,22,24,31,53,26v85,-16,164,-91,207,-156v-31,54,-153,58,-149,-24v4,-83,66,-145,151,-145v35,0,58,23,55,64v6,-19,17,-37,18,-58v-40,-2,-73,-22,-68,-61v1,-11,15,-19,28,-20v36,5,49,35,49,75xm224,-87v23,-30,60,-97,19,-133v-84,-24,-151,52,-152,143v16,70,109,22,133,-10xm278,-169v-12,28,-24,52,-42,84v-5,87,106,51,130,10v30,-27,64,-117,10,-141v-45,-4,-69,22,-98,47xm289,-240v4,-33,-9,-65,-41,-55v-20,27,9,56,41,55xm237,-103r-1,1","w":414},"\u042e":{"d":"595,-296v37,0,49,35,50,74v2,85,-69,169,-126,208v-62,42,-153,33,-151,-52v0,-23,5,-47,15,-70v-17,-4,-33,-7,-50,-9v-51,84,-127,176,-251,176v-45,0,-77,-16,-77,-55v0,-44,59,-92,98,-108v-15,-105,82,-175,188,-175v45,0,74,16,74,61v0,27,-10,58,-28,93v17,3,33,5,50,9v35,-59,93,-134,151,-140v2,2,0,3,-6,5v-52,25,-106,80,-127,139v13,7,52,8,40,23v-11,0,-19,-9,-42,-14v-17,56,-5,125,56,125v74,0,182,-127,177,-216v-2,-35,-11,-63,-42,-66v-33,-4,-96,68,-95,115v-1,16,6,22,19,23v16,0,31,-11,45,-33v4,-6,6,-7,8,-6v4,24,-35,50,-59,50v-22,0,-34,-16,-33,-40v4,-63,57,-117,116,-117xm355,-245v0,-32,-20,-54,-54,-51v-92,7,-170,60,-174,155v41,-13,87,-19,138,-18v12,-11,11,-39,24,-42v0,18,-5,27,-13,42v14,0,31,2,49,4v20,-35,30,-65,30,-90xm18,-30v2,27,21,35,54,35v113,0,203,-69,248,-152v-17,-2,-34,-3,-50,-3v-26,44,-120,76,-161,27v-39,17,-85,50,-91,93xm258,-150v-48,0,-91,7,-128,19v25,47,110,12,128,-19","w":612},"\u0401":{"d":"261,-287v31,1,47,6,49,31v9,-1,14,5,6,6r-7,0v-2,20,-22,43,-44,42v-10,0,-15,-4,-15,-13v4,-21,26,-33,51,-34v-2,-18,-14,-24,-37,-24v-59,0,-153,47,-121,114v27,-9,75,-20,83,4v0,31,-74,27,-96,9v-36,13,-89,61,-89,102v0,64,94,54,148,31v35,-14,61,-32,78,-52v4,-5,7,-7,10,-6v-24,49,-115,89,-187,87v-50,0,-84,-17,-84,-60v0,-51,66,-86,116,-107v-44,-43,-6,-80,50,-109v28,-14,59,-21,89,-21xm300,-249v-18,2,-39,14,-40,27v13,17,37,-10,40,-27xm211,-151v10,-9,5,-18,-14,-17v-18,1,-30,3,-48,10v12,10,44,15,62,7xm284,-314v0,6,-4,10,-10,10v-7,0,-10,-4,-10,-10v0,-7,5,-10,11,-10v7,0,9,3,9,10xm247,-314v0,6,-5,10,-11,10v-7,0,-9,-4,-9,-10v0,-7,4,-10,10,-10v7,0,10,3,10,10","w":250},"\u0451":{"d":"38,-54v-8,23,0,46,24,45v39,-2,89,-45,110,-71v4,-4,7,-6,9,-4v2,2,2,5,-2,9v-21,26,-93,80,-137,80v-22,0,-38,-13,-37,-35v3,-51,68,-110,123,-116v28,4,15,21,0,38v-22,25,-54,47,-90,54xm42,-64v35,-8,80,-39,94,-70v-34,-9,-78,37,-94,70xm161,-172v0,6,-5,10,-11,10v-7,0,-9,-4,-9,-10v0,-7,4,-10,11,-10v6,0,9,3,9,10xm123,-172v0,6,-4,10,-10,10v-7,0,-10,-4,-10,-10v0,-7,4,-10,11,-10v6,0,9,3,9,10","w":146},"\u0430":{"d":"147,-130v11,-9,6,-10,21,-11v-12,30,-65,88,-67,118v-1,7,1,11,6,11v9,0,26,-10,50,-30r29,-24v9,13,-1,12,-28,34v-31,25,-53,34,-65,32v-17,-2,-24,-16,-18,-32v-19,22,-37,33,-51,32v-15,-1,-22,-9,-22,-27v0,-58,70,-112,127,-119v11,-1,19,5,18,16xm128,-138v-45,6,-102,80,-103,116v0,8,2,12,8,12v42,-18,68,-70,101,-104v7,-7,7,-26,-6,-24","w":168,"k":{"*":71}},"\u0432":{"d":"105,-25v32,7,65,-47,76,-40v-1,16,-16,19,-32,32v-18,15,-30,21,-52,15v-17,15,-32,22,-47,22v-50,0,-36,-62,-16,-107v24,-57,70,-121,109,-160v22,-22,38,-33,50,-33v6,0,9,3,9,8v-23,70,-114,171,-162,210v-8,22,-12,55,14,55v6,0,14,-2,22,-6v-39,-35,20,-109,55,-109v14,0,22,10,22,24v-1,32,-27,73,-48,89xm47,-96v32,-29,151,-159,137,-181v-54,27,-109,120,-137,181xm84,-35v24,-15,51,-54,56,-85v0,-6,-3,-10,-9,-10v-34,5,-78,63,-47,95","w":158,"k":{"*":52}},"\u0434":{"d":"85,-6v35,-12,79,-45,89,-60v1,-1,4,0,7,5v0,5,-73,62,-104,68v-39,55,-61,111,-131,125v-26,-2,-18,-27,-6,-44v26,-40,65,-64,120,-84v7,-14,14,-26,18,-36v-21,23,-38,33,-53,32v-15,-1,-22,-9,-22,-27v0,-58,69,-113,127,-119v11,-1,18,5,17,16v11,-9,6,-10,21,-11v2,9,-31,47,-83,135xm129,-138v-46,5,-103,79,-104,116v0,8,2,12,8,12v42,-18,69,-69,102,-104v6,-7,7,-25,-6,-24xm55,15v-50,21,-95,42,-108,96v4,20,21,8,36,-2v33,-23,49,-51,72,-94","w":164,"k":{"*":70}},"\u0435":{"d":"38,-54v-8,23,0,47,24,45v26,6,84,-43,92,-56v6,-9,15,-4,8,5v-10,14,-90,74,-120,65v-22,0,-38,-13,-37,-35v3,-51,68,-110,123,-116v28,4,15,21,0,38v-22,25,-54,47,-90,54xm42,-64v35,-8,80,-39,94,-70v-34,-9,-78,37,-94,70","w":136,"k":{"*":78}},"\u0437":{"d":"147,-125v0,26,-43,81,-62,96v6,4,5,20,1,26v15,-5,66,-51,76,-63v2,-3,5,-3,7,-1v3,15,-8,14,-30,36v-22,22,-43,35,-59,41v-24,42,-88,126,-134,126v-11,0,-17,-4,-17,-13v0,-44,89,-95,143,-119v6,-7,10,-19,4,-26v-23,18,-42,28,-57,28v-10,0,-14,-3,-14,-10v5,-26,45,-39,75,-30v15,-13,39,-48,42,-76v0,-9,-4,-14,-13,-15v-28,5,-63,36,-93,67v-5,5,-15,1,-8,-6v11,-12,94,-86,119,-79v13,0,20,6,20,18xm71,-26v-16,-7,-51,3,-48,17v14,11,28,-3,48,-17xm64,17v-37,21,-93,62,-112,103v14,12,29,-8,58,-35v25,-23,42,-47,54,-68","w":146,"k":{"*":77}},"\u0438":{"d":"-6,-23v0,-31,74,-127,94,-117v-19,39,-59,77,-67,116v-2,11,6,14,13,10v34,-12,86,-87,115,-126v2,-1,10,-4,11,0v-16,33,-64,88,-66,117v-1,7,1,11,6,11v9,0,26,-10,50,-30v27,-22,23,-24,29,-26v5,1,5,5,2,9v-2,8,-88,72,-96,59v-13,-2,-19,-9,-19,-23v-12,11,-35,25,-53,23v-13,-1,-19,-9,-19,-23","w":162,"k":{"*":64}},"\u0439":{"d":"-6,-23v0,-31,74,-127,94,-117v-19,39,-59,77,-67,116v-2,11,6,14,13,10v34,-12,86,-87,115,-126v2,-1,10,-4,11,0v-16,33,-64,88,-66,117v-1,7,1,11,6,11v15,2,62,-40,81,-55v6,15,-2,13,-30,35v-31,25,-54,34,-66,32v-13,-2,-19,-9,-19,-23v-12,11,-35,25,-53,23v-13,-1,-19,-9,-19,-23xm108,-207v6,49,68,15,78,-8v6,27,-62,72,-85,35v-6,-9,-4,-39,7,-32r0,5","w":162,"k":{"*":64}},"\u043a":{"d":"88,-64v29,1,14,31,8,46v0,4,2,5,8,5v20,1,62,-37,82,-53v2,0,3,1,3,3v-7,20,-67,66,-99,64v-11,0,-20,-7,-20,-19v-1,-16,25,-24,15,-36v-11,-12,-34,16,-41,-5v0,-6,13,-8,23,-7v26,-6,76,-47,75,-63v0,-3,-2,-5,-6,-5v-63,17,-116,87,-152,135v-4,1,-13,-2,-13,-5v25,-42,61,-83,119,-170v28,-41,51,-72,69,-95v14,-18,26,-27,38,-27v25,9,7,32,-5,55v-22,37,-61,74,-96,89r-40,56v21,-21,62,-49,95,-50v12,0,17,3,17,11v5,18,-51,60,-80,71xm107,-169v32,-17,81,-64,90,-107v0,-4,-1,-5,-4,-5v-11,-4,-67,85,-86,112","w":166,"k":{"*":42}},"\u043e":{"d":"183,-62v-8,21,-49,37,-75,22v-22,21,-45,45,-84,45v-18,0,-26,-9,-26,-26v0,-58,70,-117,128,-124v56,7,13,77,-10,97v22,14,53,-7,63,-18v3,0,4,2,4,4xm100,-45v-20,-14,-5,-40,17,-39v5,0,8,1,11,3v9,-15,13,-27,13,-38v0,-11,-5,-16,-15,-16v-46,0,-100,62,-100,109v0,11,5,16,15,16v16,0,36,-11,59,-35","w":167,"k":{"*":72}},"\u043f":{"d":"82,-19v0,5,3,6,9,6v16,0,70,-49,81,-56v5,-1,5,5,2,8v-19,16,-104,103,-121,39v-8,-30,91,-91,81,-105v0,-5,-4,-8,-10,-8v-69,22,-100,86,-140,136v-4,1,-13,-2,-13,-5v0,-4,16,-30,51,-73v39,-48,31,-68,64,-64v0,1,-5,10,-15,24v22,-17,40,-26,55,-26v14,0,21,6,21,18v0,34,-72,92,-65,106","w":156,"k":{"*":63}},"\u0440":{"d":"188,-62v-22,35,-151,115,-171,26v-31,50,-95,154,-137,171v-6,0,-8,-4,-8,-10v-7,-24,118,-170,165,-219r27,-46v12,-4,30,-2,12,13v24,-21,65,-29,65,11v0,46,-28,90,-59,109v45,-4,70,-39,102,-59v3,0,4,2,4,4xm43,-13v26,0,81,-78,81,-109v0,-9,-3,-13,-10,-13v-10,0,-29,10,-55,33v-10,25,-42,42,-31,76v3,9,8,13,15,13xm19,-63v-43,51,-102,120,-132,176v8,8,26,-12,51,-50r65,-97v7,-12,6,-12,16,-29","w":170,"k":{"*":75}},"\u0441":{"d":"112,-135v-38,7,-76,58,-76,98v0,51,49,25,82,2v29,-20,32,-33,46,-36v2,17,-12,20,-44,45v-26,20,-50,29,-69,29v-24,0,-45,-13,-43,-37v4,-52,57,-104,107,-109v28,-3,22,36,4,48v-4,1,-13,-6,-14,-8v5,-6,29,-28,7,-32","w":143,"k":{"*":52}},"\u0442":{"d":"168,-19v0,5,3,6,9,6v17,0,72,-49,84,-58v13,21,-89,74,-95,71v-42,-7,-29,-45,3,-70v35,-27,51,-47,51,-57v-8,-17,-23,-4,-42,7v-28,18,-82,85,-108,119v-4,3,-24,9,-29,4v29,-42,72,-81,93,-129v0,-6,-3,-8,-10,-8v-61,17,-104,88,-140,135v-4,1,-13,-2,-13,-5v0,-4,16,-30,51,-73v39,-48,31,-68,64,-64v-3,5,-3,5,-18,27v31,-21,44,-31,69,-29v16,2,14,23,6,36v31,-24,54,-36,69,-36v14,0,21,6,21,18v-3,35,-72,92,-65,106","w":242,"k":{"*":68}},"\u0443":{"d":"28,-12v49,-2,95,-121,140,-129v2,9,-31,47,-83,135v35,-11,80,-46,91,-61v2,-2,13,0,7,5v-1,5,-74,64,-106,69v-39,55,-61,111,-131,125v-26,-2,-18,-27,-6,-44v26,-40,65,-64,120,-84r19,-39v-17,17,-38,35,-66,35v-16,0,-22,-14,-18,-30v6,-22,75,-125,93,-110v-16,33,-64,88,-66,117v-1,7,1,11,6,11xm55,15v-50,21,-95,42,-108,96v4,20,21,8,36,-2v33,-23,49,-51,72,-94","w":164,"k":{"*":64}},"\u0445":{"d":"168,-114v9,8,17,-1,18,-13v0,-6,-3,-8,-9,-8v-21,-9,-91,78,-91,115v0,10,3,14,13,14v25,0,71,-32,92,-56v-4,5,-2,3,-2,3v2,-3,4,-3,7,-1v5,12,0,5,-32,32v-26,22,-49,31,-66,31v-20,1,-25,-19,-18,-36v-21,23,-42,35,-60,35v-12,0,-19,-7,-19,-19v-1,-13,11,-25,23,-25v10,0,10,13,4,16v-9,3,-18,-8,-18,9v0,7,3,11,9,11v40,-15,80,-66,80,-117v0,-13,-7,-7,-15,-1v-21,16,-37,39,-60,55v-5,0,-4,-6,-2,-9v21,-18,62,-66,85,-65v13,1,16,29,10,44v23,-30,43,-45,60,-45v23,-1,19,26,8,38v-8,10,-24,11,-24,0v0,-6,2,-8,7,-8","w":185,"k":{"*":63}},"\u0446":{"d":"-6,-23v0,-31,74,-127,94,-117v-19,39,-59,77,-67,116v-2,11,6,14,13,10v34,-12,86,-87,115,-126v2,-1,10,-4,11,0v-16,33,-64,88,-66,117v-1,7,1,11,6,11v15,2,60,-40,80,-54v6,0,4,5,1,8v2,0,-8,10,-30,26v-16,12,-30,18,-31,44v19,38,-33,75,-55,42v-4,-15,11,-44,32,-35v4,2,4,20,-3,12v-2,-13,-17,-8,-20,0v-10,15,2,33,20,22v19,-11,13,-48,26,-64v-25,16,-51,18,-54,-12v-12,11,-35,25,-53,23v-13,-1,-19,-9,-19,-23","w":166,"k":{"*":64}},"\u0447":{"d":"48,-11v35,8,84,-47,105,-60v5,-1,7,5,3,7v-7,9,-86,74,-108,65v-46,1,-30,-36,-4,-56v21,-16,95,-47,42,-68v-3,-1,-6,-4,-8,-6v-20,23,-44,62,-68,72v-2,0,-3,0,-3,-2v4,-16,74,-64,62,-90v2,-14,24,-18,21,0v-19,21,29,20,25,43v-5,33,-63,60,-67,95","w":135,"k":{"*":63}},"\u0449":{"d":"269,-66v-3,16,-54,47,-76,60v-22,13,-44,8,-45,-17v-15,17,-76,44,-72,-7v-9,24,-71,49,-74,7v4,-30,75,-126,94,-117v-14,34,-60,78,-66,116v-2,12,4,14,12,10v42,-9,93,-134,128,-126v-15,36,-58,72,-67,116v-2,12,4,13,13,10v34,-11,87,-91,114,-126v2,-2,11,-4,12,0v-17,35,-64,87,-67,117v-1,7,1,11,6,11v14,9,79,-66,88,-54xm135,60v-4,-16,13,-44,32,-34v5,1,3,20,-2,12v-2,-13,-19,-9,-21,0v-11,15,4,32,21,21v22,-14,10,-69,37,-76v-22,27,12,92,-49,90v-7,-2,-16,-5,-18,-13","w":244,"k":{"*":64}},"\u0448":{"d":"181,-12v10,6,81,-55,85,-58v5,1,5,5,1,8v-4,10,-91,75,-100,62v-13,-2,-19,-10,-19,-23v-16,17,-75,44,-72,-7v-9,18,-34,31,-54,30v-15,-1,-24,-14,-19,-30v6,-21,75,-124,93,-110v-18,39,-59,77,-66,116v-2,12,5,14,12,10v42,-10,93,-134,128,-126v-14,34,-62,78,-67,116v-2,12,4,13,13,10v34,-11,87,-91,114,-126v2,-2,11,-4,12,0v-16,34,-64,88,-67,117v-1,7,1,11,6,11","w":244,"k":{"*":64}},"\u042f":{"d":"191,-175v-3,69,71,83,126,50v36,-40,61,-166,-25,-163v-64,2,-98,49,-101,113xm401,-19v-6,34,-81,30,-77,-12v4,-37,29,-80,46,-109v-76,30,-112,104,-185,137v-62,27,-111,46,-163,19v-44,-23,-11,-100,29,-103v10,0,15,4,15,11v1,13,-22,25,-26,10v-6,-8,-12,1,-17,9v-18,27,-8,63,39,60v95,-7,194,-59,246,-116v-79,40,-167,-17,-143,-111v18,-71,153,-113,188,-37v20,43,3,88,-19,129r71,-31v-17,36,-57,105,-57,140v0,34,40,17,53,4","w":424,"k":{"n":-11}},"\u041a":{"d":"290,-306v101,-1,82,97,40,163v127,19,116,-151,218,-156v18,0,38,23,27,39v-15,-30,-61,-23,-86,7v-36,45,-52,108,-122,120v19,6,27,16,29,38v1,20,-24,47,-23,70v0,11,5,20,17,20v24,0,52,-39,36,-61v-10,-5,-20,16,-32,24v-8,-11,15,-33,29,-33v11,0,16,8,16,20v-1,33,-29,64,-65,65v-18,0,-32,-14,-31,-31v-4,-26,44,-63,42,-80v-3,-30,-49,-33,-71,-16v-56,84,-125,149,-230,149v-41,0,-79,-15,-79,-56v0,-27,13,-56,40,-58v10,0,15,3,16,10v4,19,-24,22,-26,7v-12,1,-17,20,-17,33v0,28,20,39,54,39v115,0,205,-74,252,-160v20,-37,32,-67,32,-92v1,-36,-27,-52,-60,-52v-84,0,-159,61,-169,145v8,81,124,32,142,-11v11,-13,7,-30,18,-37v3,0,3,2,3,6v-6,48,-61,95,-123,95v-66,0,-83,-61,-52,-110v33,-51,94,-96,175,-97","w":459,"k":{"n":-11}},"\u042d":{"d":"145,-109v0,31,50,5,70,4v10,-1,22,2,36,8v40,-37,91,-100,65,-172v-13,-37,-84,-19,-115,-2v-40,23,-92,71,-58,119v37,22,83,-9,101,-34v4,-5,7,-8,9,-6v7,18,-19,26,-31,37v-31,27,-98,33,-111,-9v-28,-89,76,-141,169,-137v79,4,63,128,30,174v-53,73,-115,141,-233,141v-44,0,-69,-11,-72,-45v-1,-23,16,-52,39,-54v7,0,11,3,11,10v0,20,-23,4,-33,19v-16,24,-5,56,30,54v68,-5,154,-53,194,-91v-35,-11,-91,33,-107,-13v-4,-13,12,-18,17,-8v1,8,-6,8,-11,5","w":298},"X":{"d":"470,-283v39,-4,38,52,24,78v-4,7,-12,6,-8,-4v14,-34,-9,-68,-48,-51v-42,19,-91,70,-116,113r34,0v-3,13,-24,8,-39,9v-26,43,-39,78,-39,104v0,37,39,43,63,23v7,-6,13,1,6,6v-21,25,-87,42,-84,-18v0,-14,2,-29,7,-45v-43,55,-121,108,-200,108v-42,0,-79,-16,-79,-57v0,-27,15,-58,40,-58v10,0,16,4,17,11v2,19,-24,21,-27,7v-12,1,-17,21,-17,33v0,29,21,39,55,39v116,0,191,-61,244,-153r-32,0v3,-13,24,-8,39,-9v16,-21,33,-59,33,-90v0,-35,-27,-54,-60,-52v-85,6,-170,63,-170,145v0,58,72,50,110,22v18,-13,39,-39,44,-63v1,-8,10,-11,9,-1v-6,48,-61,95,-123,95v-66,0,-84,-62,-52,-111v33,-51,94,-92,175,-96v66,-3,90,48,66,106v45,-53,73,-85,128,-91","w":371},"\u0416":{"d":"491,-106v-11,9,-27,-6,-42,-9v-16,31,-24,57,-24,78v0,36,39,42,63,22v7,-6,14,1,7,7v-12,10,-37,26,-59,22v-19,-4,-26,-19,-26,-41v0,-34,15,-64,29,-91v-15,-7,-27,-10,-44,-14v-22,38,-45,104,-72,130v-13,6,-41,15,-56,9v53,-30,79,-89,112,-143r-46,-9v-52,84,-126,176,-251,176v-45,0,-75,-16,-77,-55v-2,-44,60,-92,98,-108v-17,-85,56,-137,122,-163v55,-20,142,-21,140,49v0,27,-10,58,-28,93v15,2,32,7,47,10v41,-59,76,-128,151,-151v2,0,4,1,4,3v-11,13,-27,14,-47,29v-43,34,-67,75,-93,122r44,13v42,-67,83,-148,175,-159v39,-5,38,53,24,78v-4,7,-11,6,-8,-4v13,-35,-11,-67,-48,-51v-55,24,-103,87,-132,139v13,6,34,7,37,18xm355,-245v0,-32,-19,-54,-54,-51v-92,7,-170,60,-174,155v41,-13,87,-19,138,-18v12,-11,11,-39,24,-42v0,18,-5,27,-13,42v17,0,33,2,49,4v20,-35,30,-65,30,-90xm39,-73v-34,35,-25,81,33,78v111,-8,206,-72,248,-152r-50,-3v-26,45,-121,76,-161,27v-27,12,-52,32,-70,50xm258,-150v-48,0,-91,6,-128,19v25,48,111,11,128,-19","w":527},"\u0433":{"d":"99,-140v-35,18,-61,48,-81,80r-6,-7v25,-30,50,-71,95,-81v14,0,23,5,23,18v0,50,-71,58,-64,114v27,12,70,-45,96,-62v2,0,4,1,4,3v-16,29,-86,74,-106,75v-30,2,-32,-38,-14,-55v23,-22,55,-47,62,-79v1,-6,-3,-6,-9,-6","w":138,"k":{"*":29}},"\u0431":{"d":"-2,-21v0,-58,69,-124,128,-124v11,0,19,3,23,10v19,-50,31,-108,91,-117v35,-5,71,-7,95,-27v8,-8,11,-13,19,-8v5,79,-117,21,-158,74v-37,48,-39,136,-88,173v-11,8,-21,20,-33,27v39,-7,61,-32,88,-52v3,0,4,2,4,4v-24,40,-83,66,-143,66v-18,0,-26,-9,-26,-26xm41,-10v51,-11,100,-58,100,-109v0,-11,-5,-16,-15,-16v-46,0,-100,62,-100,109v0,11,5,16,15,16","w":150,"k":{"*":72}},"\u043d":{"d":"-16,1v-6,0,-12,-1,-13,-5v1,-8,78,-110,99,-137r16,0v-2,8,-29,42,-37,54v8,5,-8,20,12,18v46,-4,53,-46,78,-71v2,-2,11,-4,12,0v-16,34,-65,88,-67,117v-1,7,1,11,6,11v9,0,27,-10,51,-30v28,-22,24,-22,30,-25v6,1,6,5,2,9v-3,7,-90,71,-97,58v-13,-2,-17,-8,-17,-20v0,-10,9,-26,28,-51v-13,3,-42,19,-53,4","w":156,"k":{"*":63}},"\u0436":{"d":"48,-6v45,-8,80,-54,84,-97v-8,-58,-65,-7,-81,10v-9,11,-20,17,-30,30v-3,3,-6,4,-8,2v-3,-13,16,-18,24,-30v24,-22,46,-56,89,-51v30,3,41,29,30,58v28,-19,40,-53,83,-57r-74,128v23,-23,52,-38,69,-68v15,-28,57,-60,91,-62v28,-2,22,36,4,48v-4,1,-13,-6,-14,-8v5,-7,29,-28,7,-32v-38,7,-76,58,-76,98v0,51,49,26,82,2v28,-20,31,-35,45,-38v3,18,-13,21,-44,47v-25,21,-49,29,-68,29v-30,0,-52,-19,-42,-51v-29,16,-40,50,-84,51r75,-124v-59,38,-82,124,-165,124v-29,0,-21,-37,-4,-49v3,0,12,7,14,8v-3,7,-30,28,-7,32","w":351,"k":{"*":52}},"\u044d":{"d":"64,-75v2,31,36,1,59,6v19,-28,6,-79,-29,-58v-28,18,-50,40,-73,64v-3,3,-6,4,-8,2v-3,-13,16,-18,24,-30v24,-22,47,-58,89,-51v62,10,23,91,-4,106v-11,10,-25,21,-38,27v48,-3,67,-37,100,-57v3,0,4,2,4,4v-27,32,-63,63,-121,61v-19,7,-41,7,-41,-14v0,-14,14,-43,29,-23v-3,7,-30,28,-7,32v34,-5,55,-32,71,-55v-22,8,-63,16,-61,-16v0,-7,12,-9,14,-1v0,5,-4,5,-8,3","w":171,"k":{"*":52}},"\u044e":{"d":"251,-62v-9,21,-49,37,-75,22v-22,21,-46,45,-84,45v-42,0,-25,-48,-7,-76v-13,3,-40,19,-51,4r-50,68v-8,-1,-29,7,-19,-7r100,-135v5,0,18,-2,21,0v-2,8,-29,42,-37,54v8,5,-7,20,11,18v8,-1,22,-5,29,-7v20,-29,66,-69,105,-69v57,0,11,79,-10,97v22,14,53,-7,63,-18v3,0,4,2,4,4xm167,-45v-19,-14,-4,-40,17,-39v5,0,8,1,11,3v9,-15,14,-27,14,-38v0,-11,-5,-16,-15,-16v-46,0,-100,62,-100,109v0,11,5,16,15,16v16,0,35,-11,58,-35","w":233,"k":{"*":63}},"\u043c":{"d":"33,-74v21,9,6,38,-13,36v-16,8,-1,35,16,32v56,-34,81,-106,142,-134v8,-3,22,-4,24,1r-41,59v-11,21,-31,42,-32,68v49,-34,78,-117,150,-129v-13,30,-64,86,-67,118v-1,7,1,11,6,11v33,-11,53,-44,79,-60v5,0,3,5,1,8v-20,21,-55,64,-95,64v-16,0,-22,-14,-18,-30v7,-24,54,-81,76,-104v-53,33,-85,97,-132,134v-27,5,-26,-28,-12,-50v19,-29,48,-65,71,-88v-62,27,-89,99,-141,137v-25,8,-48,-8,-49,-34v0,-21,13,-37,35,-39","w":276,"k":{"*":45}},"\u043b":{"d":"145,-12v33,-11,53,-44,79,-60v6,-1,4,5,1,8v-20,21,-55,64,-94,64v-16,0,-23,-14,-19,-30v7,-23,51,-78,74,-101v4,-2,6,-4,4,-5v-71,19,-94,100,-148,135v-26,8,-48,-8,-49,-34v0,-21,13,-37,35,-39v21,9,6,38,-13,36v-16,8,-1,35,16,32v56,-34,80,-107,142,-134v11,-5,26,-4,34,1v-20,30,-63,86,-68,116v-1,7,1,11,6,11","w":203,"k":{"*":45}},"\u044f":{"d":"184,-114v12,-9,17,-30,37,-27v-17,29,-66,88,-73,118v-1,7,1,11,6,11v34,-11,53,-43,82,-60v5,0,3,5,1,8v-21,20,-58,60,-98,64v-34,-11,-14,-44,5,-67v-20,7,-47,4,-59,22v-18,26,-64,70,-91,27v-9,-26,3,-55,31,-56v22,10,5,36,-14,35v-13,9,-3,38,14,32v32,-11,45,-48,75,-62v-31,-37,18,-89,63,-78v14,4,22,15,21,33xm121,-71v27,9,75,-42,44,-69v-30,-4,-50,25,-53,55v0,6,4,11,9,14","w":216,"k":{"*":45}},"\u0444":{"d":"301,-62v-7,24,-57,37,-79,19v-17,20,-57,50,-84,48v-16,0,-24,-6,-27,-19v-26,43,-48,90,-72,134v-12,3,-29,14,-42,9v33,-35,69,-108,101,-157v-20,15,-40,34,-72,34v-18,0,-26,-9,-26,-26v0,-59,70,-125,128,-125v15,0,24,7,26,20r15,-28r21,1r-22,36v18,-14,36,-29,64,-29v54,0,13,75,3,97v22,15,52,-7,62,-18v3,0,4,2,4,4xm128,-135v-46,0,-100,63,-100,109v0,11,5,17,15,17v37,0,100,-61,100,-109v0,-11,-5,-17,-15,-17xm122,-21v0,31,34,14,54,-2v12,-10,24,-22,34,-35v-7,-10,5,-20,14,-23v10,-19,15,-49,-8,-49v-27,0,-94,59,-94,109","w":282},"\u044a":{"d":"84,-138v12,10,34,20,17,45v-17,25,-47,48,-46,84v18,4,32,-9,42,-19v-27,-31,15,-76,51,-63v19,22,-14,42,-26,60v-1,1,0,1,4,0v25,-3,41,-23,58,-36v2,0,2,2,2,4v-13,21,-37,42,-71,39v-16,15,-31,23,-56,27v-42,6,-40,-31,-18,-56v18,-20,45,-33,58,-59v-3,-9,-16,-10,-21,-17v-18,21,-45,63,-68,72v-9,-7,10,-15,12,-20v11,-17,59,-53,47,-72v2,-14,24,-18,21,0v-1,3,-3,7,-6,11xm106,-35v13,-10,28,-26,33,-44v-13,-16,-42,11,-41,30v0,7,3,12,8,14","w":170,"k":{"*":63}},"\u044b":{"d":"87,-29v-19,15,-57,39,-80,19v-15,-48,34,-77,57,-111v16,-15,19,-26,34,-20r-61,91v-8,9,-18,40,8,32v12,-3,21,-11,28,-19v-31,-29,12,-75,50,-63v24,24,-6,41,-26,63v69,-5,78,-85,132,-104v-14,32,-64,88,-67,118v-1,7,1,11,6,11v14,1,68,-38,80,-60v5,-3,12,2,6,7v-16,25,-82,71,-100,65v-21,-1,-24,-28,-13,-43v-15,8,-32,16,-54,14xm79,-77v-11,10,-5,41,8,30v12,-10,23,-23,27,-41v-8,-14,-31,1,-35,11xm84,-30r-2,0v0,1,1,0,2,0","w":228,"k":{"*":45}},"\u044c":{"d":"93,-27v-20,14,-61,40,-86,19v-14,-48,34,-77,57,-111v16,-15,19,-26,34,-20r-61,91v-9,9,-17,41,8,32v12,-4,21,-11,28,-19v-30,-29,15,-79,49,-60v17,20,-7,48,-20,61v30,0,47,-20,61,-38v1,0,3,4,3,5v-9,25,-36,41,-73,40xm79,-75v-11,10,-6,41,8,30v12,-10,24,-23,27,-41v-8,-14,-31,2,-35,11","w":146,"k":{"*":45}},"f":{"d":"150,-84v9,10,-11,17,-22,31v-36,29,-80,75,-125,41r-70,132v-9,3,-28,12,-41,9v4,-9,13,-11,18,-21v61,-98,230,-404,282,-407v9,0,14,6,14,16v1,46,-132,212,-183,233v-12,15,-5,40,18,40v32,0,90,-61,109,-74xm34,-71v58,-40,133,-129,157,-204v0,-4,-2,-6,-6,-6v-37,14,-118,144,-151,210","w":118},"i":{"d":"96,-162v-13,-10,17,-44,23,-41v11,12,-15,43,-23,41xm28,-12v21,1,85,-61,98,-72v6,0,5,4,2,8v-14,19,-93,81,-115,76v-16,-3,-21,-14,-18,-30v5,-27,59,-87,83,-110r11,-1v-13,30,-65,87,-67,118v-1,7,1,11,6,11","w":94,"k":{"*":45}},"c":{"d":"112,-135v-38,7,-76,58,-76,98v0,51,50,26,82,2v23,-17,40,-33,52,-47v3,-3,5,-4,7,-2v2,2,3,5,0,8v-15,21,-88,81,-126,79v-24,-2,-45,-13,-43,-37v4,-52,57,-104,107,-109v28,-3,22,36,4,48v-4,1,-13,-6,-14,-8v5,-6,29,-28,7,-32","w":143,"k":{"*":52}},"\u00a0":{"w":131}}});;$(function(){$('img[src$=.png]').ifixpng();$('.rounded').corners();});Cufon.replace('h1, .font-decorate');