// jQuery 1.3.2
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});

// Sizzle 0.9.3
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();

// FancyBox 1.2.1
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}(';(7($){$.b.2Q=7(){u B.2t(7(){9 1J=$(B).n(\'2Z\');5(1J.1c(/^3w\\(["\']?(.*\\.2p)["\']?\\)$/i)){1J=3t.$1;$(B).n({\'2Z\':\'45\',\'2o\':"3W:3R.4m.4d(3h=F, 3T="+($(B).n(\'41\')==\'2J-3Z\'?\'4c\':\'3N\')+", Q=\'"+1J+"\')"}).2t(7(){9 1b=$(B).n(\'1b\');5(1b!=\'2e\'&&1b!=\'2n\')$(B).n(\'1b\',\'2n\')})}})};9 A,4,16=D,s=1t 1o,1w,1v=1,1y=/\\.(3A|3Y|2p|3c|3d)(.*)?$/i;9 P=($.2q.3K&&2f($.2q.3z.2k(0,1))<8);$.b.c=7(Y){Y=$.3x({},$.b.c.2R,Y);9 2s=B;7 2h(){A=B;4=Y;2r();u D};7 2r(){5(16)u;5($.1O(4.2c)){4.2c()}4.j=[];4.h=0;5(Y.j.N>0){4.j=Y.j}t{9 O={};5(!A.1H||A.1H==\'\'){9 O={d:A.d,X:A.X};5($(A).1G("1m:1D").N){O.1a=$(A).1G("1m:1D")}4.j.2j(O)}t{9 Z=$(2s).2o("a[1H="+A.1H+"]");9 O={};3C(9 i=0;i<Z.N;i++){O={d:Z[i].d,X:Z[i].X};5($(Z[i]).1G("1m:1D").N){O.1a=$(Z[i]).1G("1m:1D")}4.j.2j(O)}3F(4.j[4.h].d!=A.d){4.h++}}}5(4.23){5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'3s\')}$("#1i").n(\'25\',4.2U).J()}1d()};7 1d(){$("#1f, #1e, #V, #G").S();9 d=4.j[4.h].d;5(d.1c(/#/)){9 U=11.3r.d.3f(\'#\')[0];U=d.3g(U,\'\');U=U.2k(U.2l(\'#\'));1k(\'<6 l="3e">\'+$(U).o()+\'</6>\',4.1I,4.1x)}t 5(d.1c(1y)){s=1t 1o;s.Q=d;5(s.3a){1K()}t{$.b.c.34();$(s).x().14(\'3b\',7(){$(".I").S();1K()})}}t 5(d.1c("17")||A.3j.2l("17")>=0){1k(\'<17 l="35" 3q="$.b.c.38()" 3o="3n\'+C.T(C.3l()*3m)+\'" 2K="0" 3E="0" Q="\'+d+\'"></17>\',4.1I,4.1x)}t{$.4p(d,7(2m){1k(\'<6 l="3L">\'+2m+\'</6>\',4.1I,4.1x)})}};7 1K(){5(4.30){9 w=$.b.c.1n();9 r=C.1M(C.1M(w[0]-36,s.g)/s.g,C.1M(w[1]-4b,s.f)/s.f);9 g=C.T(r*s.g);9 f=C.T(r*s.f)}t{9 g=s.g;9 f=s.f}1k(\'<1m 48="" l="49" Q="\'+s.Q+\'" />\',g,f)};7 2F(){5((4.j.N-1)>4.h){9 d=4.j[4.h+1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}5(4.h>0){9 d=4.j[4.h-1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}};7 1k(1j,g,f){16=F;9 L=4.2Y;5(P){$("#q")[0].1E.2u("f");$("#q")[0].1E.2u("g")}5(L>0){g+=L*2;f+=L*2;$("#q").n({\'v\':L+\'z\',\'2E\':L+\'z\',\'2i\':L+\'z\',\'y\':L+\'z\',\'g\':\'2B\',\'f\':\'2B\'});5(P){$("#q")[0].1E.2C(\'f\',\'(B.2D.4j - 20)\');$("#q")[0].1E.2C(\'g\',\'(B.2D.3S - 20)\')}}t{$("#q").n({\'v\':0,\'2E\':0,\'2i\':0,\'y\':0,\'g\':\'2z%\',\'f\':\'2z%\'})}5($("#k").1u(":19")&&g==$("#k").g()&&f==$("#k").f()){$("#q").1Z("2N",7(){$("#q").1C().1F($(1j)).21("1s",7(){1g()})});u}9 w=$.b.c.1n();9 2v=(g+36)>w[0]?w[2]:(w[2]+C.T((w[0]-g-36)/2));9 2w=(f+1z)>w[1]?w[3]:(w[3]+C.T((w[1]-f-1z)/2));9 K={\'y\':2v,\'v\':2w,\'g\':g+\'z\',\'f\':f+\'z\'};5($("#k").1u(":19")){$("#q").1Z("1s",7(){$("#q").1C();$("#k").24(K,4.2X,4.2T,7(){$("#q").1F($(1j)).21("1s",7(){1g()})})})}t{5(4.1W>0&&4.j[4.h].1a!==1L){$("#q").1C().1F($(1j));9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);$("#k").n({\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()});5(4.1X){K.25=\'J\'}$("#k").24(K,4.1W,4.2W,7(){1g()})}t{$("#q").S().1C().1F($(1j)).J();$("#k").n(K).21("1s",7(){1g()})}}};7 2y(){5(4.h!=0){$("#1e, #2O").x().14("R",7(e){e.2x();4.h--;1d();u D});$("#1e").J()}5(4.h!=(4.j.N-1)){$("#1f, #2M").x().14("R",7(e){e.2x();4.h++;1d();u D});$("#1f").J()}};7 1g(){2y();2F();$(W).1B(7(e){5(e.29==27){$.b.c.1l();$(W).x("1B")}t 5(e.29==37&&4.h!=0){4.h--;1d();$(W).x("1B")}t 5(e.29==39&&4.h!=(4.j.N-1)){4.h++;1d();$(W).x("1B")}});5(4.1r){$(11).14("1N 1T",$.b.c.2g)}t{$("6#k").n("1b","2e")}5(4.2b){$("#22").R($.b.c.1l)}$("#1i, #V").14("R",$.b.c.1l);$("#V").J();5(4.j[4.h].X!==1L&&4.j[4.h].X.N>0){$(\'#G 6\').o(4.j[4.h].X);$(\'#G\').J()}5(4.23&&P){$(\'1U, 1Q, 1P\',$(\'#q\')).n(\'1S\',\'19\')}5($.1O(4.2a)){4.2a()}16=D};u B.x(\'R\').R(2h)};$.b.c.2g=7(){9 m=$.b.c.1n();$("#k").n(\'y\',(($("#k").g()+36)>m[0]?m[2]:m[2]+C.T((m[0]-$("#k").g()-36)/2)));$("#k").n(\'v\',(($("#k").f()+1z)>m[1]?m[3]:m[3]+C.T((m[1]-$("#k").f()-1z)/2)))};$.b.c.1h=7(H,2A){u 2f($.3I(H.3u?H[0]:H,2A,F))||0};$.b.c.1R=7(H){9 m=H.4g();m.v+=$.b.c.1h(H,\'3k\');m.v+=$.b.c.1h(H,\'3J\');m.y+=$.b.c.1h(H,\'3H\');m.y+=$.b.c.1h(H,\'3D\');u m};$.b.c.38=7(){$(".I").S();$("#35").J()};$.b.c.1n=7(){u[$(11).g(),$(11).f(),$(W).3i(),$(W).3p()]};$.b.c.2G=7(){5(!$("#I").1u(\':19\')){33(1w);u}$("#I > 6").n(\'v\',(1v*-40)+\'z\');1v=(1v+1)%12};$.b.c.34=7(){33(1w);9 m=$.b.c.1n();$("#I").n({\'y\':((m[0]-40)/2+m[2]),\'v\':((m[1]-40)/2+m[3])}).J();$("#I").14(\'R\',$.b.c.1l);1w=3Q($.b.c.2G,3X)};$.b.c.1l=7(){16=F;$(s).x();$("#1i, #V").x();5(4.2b){$("#22").x()}$("#V, .I, #1e, #1f, #G").S();5(4.1r){$(11).x("1N 1T")}1q=7(){$("#1i, #k").S();5(4.1r){$(11).x("1N 1T")}5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'19\')}5($.1O(4.1V)){4.1V()}16=D};5($("#k").1u(":19")!==D){5(4.26>0&&4.j[4.h].1a!==1L){9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);9 K={\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()};5(4.1X){K.25=\'S\'}$("#k").31(D,F).24(K,4.26,4.2S,1q)}t{$("#k").31(D,F).1Z("2N",1q)}}t{1q()}u D};$.b.c.2V=7(){9 o=\'\';o+=\'<6 l="1i"></6>\';o+=\'<6 l="22">\';o+=\'<6 p="I" l="I"><6></6></6>\';o+=\'<6 l="k">\';o+=\'<6 l="2I">\';o+=\'<6 l="V"></6>\';o+=\'<6 l="E"><6 p="E 44"></6><6 p="E 43"></6><6 p="E 42"></6><6 p="E 3V"></6><6 p="E 3U"></6><6 p="E 3O"></6><6 p="E 3M"></6><6 p="E 3P"></6></6>\';o+=\'<a d="2P:;" l="1e"><1p p="1Y" l="2O"></1p></a><a d="2P:;" l="1f"><1p p="1Y" l="2M"></1p></a>\';o+=\'<6 l="q"></6>\';o+=\'<6 l="G"></6>\';o+=\'</6>\';o+=\'</6>\';o+=\'</6>\';$(o).2H("46");$(\'<32 4i="0" 4h="0" 4k="0"><2L><13 p="G" l="4l"></13><13 p="G" l="4o"><6></6></13><13 p="G" l="4n"></13></2L></32>\').2H(\'#G\');5(P){$("#2I").47(\'<17 p="4a" 4e="2J" 2K="0"></17>\');$("#V, .E, .G, .1Y").2Q()}};$.b.c.2R={2Y:10,30:F,1X:D,1W:0,26:0,2X:3G,2W:\'28\',2S:\'28\',2T:\'28\',1I:3B,1x:3v,23:F,2U:0.3,2b:F,1r:F,j:[],2c:2d,2a:2d,1V:2d};$(W).3y(7(){$.b.c.2V()})})(4f);',62,274,'||||opts|if|div|function||var||fn|fancybox|href||height|width|itemCurrent||itemArray|fancy_outer|id|pos|css|html|class|fancy_content||imagePreloader|else|return|top||unbind|left|px|elem|this|Math|false|fancy_bg|true|fancy_title|el|fancy_loading|show|itemOpts|pad|orig_item|length|item|isIE|src|click|hide|round|target|fancy_close|document|title|settings|subGroup||window||td|bind|orig_pos|busy|iframe||visible|orig|position|match|_change_item|fancy_left|fancy_right|_finish|getNumeric|fancy_overlay|value|_set_content|close|img|getViewport|Image|span|__cleanup|centerOnScroll|normal|new|is|loadingFrame|loadingTimer|frameHeight|imageRegExp|50|objNext|keydown|empty|first|style|append|children|rel|frameWidth|image|_proceed_image|undefined|min|resize|isFunction|select|object|getPosition|visibility|scroll|embed|callbackOnClose|zoomSpeedIn|zoomOpacity|fancy_ico|fadeOut||fadeIn|fancy_wrap|overlayShow|animate|opacity|zoomSpeedOut||swing|keyCode|callbackOnShow|hideOnContentClick|callbackOnStart|null|absolute|parseInt|scrollBox|_initialize|bottom|push|substr|indexOf|data|relative|filter|png|browser|_start|matchedGroup|each|removeExpression|itemLeft|itemTop|stopPropagation|_set_navigation|100|prop|auto|setExpression|parentNode|right|_preload_neighbor_images|animateLoading|appendTo|fancy_inner|no|frameborder|tr|fancy_right_ico|fast|fancy_left_ico|javascript|fixPNG|defaults|easingOut|easingChange|overlayOpacity|build|easingIn|zoomSpeedChange|padding|backgroundImage|imageScale|stop|table|clearInterval|showLoading|fancy_frame|||showIframe||complete|load|bmp|jpeg|fancy_div|split|replace|enabled|scrollLeft|className|paddingTop|random|1000|fancy_iframe|name|scrollTop|onload|location|hidden|RegExp|jquery|355|url|extend|ready|version|jpg|425|for|borderLeftWidth|hspace|while|300|paddingLeft|curCSS|borderTopWidth|msie|fancy_ajax|fancy_bg_w|scale|fancy_bg_sw|fancy_bg_nw|setInterval|DXImageTransform|clientWidth|sizingMethod|fancy_bg_s|fancy_bg_se|progid|66|gif|repeat||backgroundRepeat|fancy_bg_e|fancy_bg_ne|fancy_bg_n|none|body|prepend|alt|fancy_img|fancy_bigIframe|60|crop|AlphaImageLoader|scrolling|jQuery|offset|cellpadding|cellspacing|clientHeight|border|fancy_title_left|Microsoft|fancy_title_right|fancy_title_main|get'.split('|'),0,{}))

// jQuery URL Parser 1.0
jQuery.url=function(){var segments={};var parsed={};var options={url:window.location,strictMode:false,key:["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],q:{name:"queryKey",parser:/(?:^|&)([^&=]*)=?([^&]*)/g},parser:{strict:/^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,loose:/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/}};var parseUri=function(){str=decodeURI(options.url);var m=options.parser[options.strictMode?"strict":"loose"].exec(str);var uri={};var i=14;while(i--){uri[options.key[i]]=m[i]||""}uri[options.q.name]={};uri[options.key[12]].replace(options.q.parser,function($0,$1,$2){if($1){uri[options.q.name][$1]=$2}});return uri};var key=function(key){if(!parsed.length){setUp()}if(key=="base"){if(parsed.port!==null&&parsed.port!==""){return parsed.protocol+"://"+parsed.host+":"+parsed.port+"/"}else{return parsed.protocol+"://"+parsed.host+"/"}}return(parsed[key]==="")?null:parsed[key]};var param=function(item){if(!parsed.length){setUp()}return(parsed.queryKey[item]===null)?null:parsed.queryKey[item]};var setUp=function(){parsed=parseUri();getSegments()};var getSegments=function(){var p=parsed.path;segments=[];segments=parsed.path.length==1?{}:(p.charAt(p.length-1)=="/"?p.substring(1,p.length-1):path=p.substring(1)).split("/")};return{setMode:function(mode){strictMode=mode=="strict"?true:false;return this},setUrl:function(newUri){options.url=newUri===undefined?window.location:newUri;setUp();return this},segment:function(pos){if(!parsed.length){setUp()}if(pos===undefined){return segments.length}return(segments[pos]===""||segments[pos]===undefined)?null:segments[pos]},attr:key,param:param}}();

// Cufon 1.01
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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,E),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(/cufon/.test(E.className)){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||(window.Ext&&Ext.query)||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.removeClass(x.root(),"cufon-loading")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var f=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(f?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(g,h){return a(g,/(?:em|ex|%)$|^[a-z-]+$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k.replace("%","em");var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var e={};function d(n){var o=n.id;if(!e[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];e[o]=m}return e[o]}return function(ai,J,ac,F,N,aj,aa){var n=(J===null);if(n){J=N.alt}var L=ai.viewBox;var p=ac.computedFontSize||(ac.computedFontSize=new Cufon.CSS.Size(c(aj,ac.get("fontSize"))+"px",ai.baseSize));var Z=ac.computedLSpacing;if(Z==undefined){Z=ac.get("letterSpacing");ac.computedLSpacing=Z=(Z=="normal")?0:~~p.convertFrom(a(aj,Z))}var B,q;if(n){B=N;q=N.firstChild}else{B=document.createElement("span");B.className="cufon cufon-vml";B.alt=J;q=document.createElement("span");q.className="cufon-vml-canvas";B.appendChild(q);if(F.printable){var af=document.createElement("span");af.className="cufon-alt";af.appendChild(document.createTextNode(J));B.appendChild(af)}if(!aa){B.appendChild(document.createElement("cvml:shape"))}}var ao=B.style;var U=q.style;var h=p.convert(L.height),al=Math.ceil(h);var Y=al/h;var S=Y*Cufon.CSS.fontStretch(ac.get("fontStretch"));var X=L.minX,W=L.minY;U.height=al;U.top=Math.round(p.convert(W-ai.ascent));U.left=Math.round(p.convert(X));ao.height=p.convert(ai.height)+"px";var u=F.enableTextDecoration?Cufon.CSS.textDecoration(aj,ac):{};var I=ac.get("color");var an=Cufon.CSS.textTransform(J,ac).split(""),A;var o=ai.glyphs,G,r,ae;var g=0,O=[],V=0,w;var y,K=F.textShadow;for(var ah=0,ag=0,ad=an.length;ah<ad;++ah){G=o[A=an[ah]]||ai.missingGlyph;if(!G){continue}if(r){g-=ae=r[A]||0;O[ag-1]-=ae}g+=w=O[ag++]=~~(G.w||ai.w)+Z;r=G.k}if(w===undefined){return null}var z=-X+g+(L.width-w);var am=p.convert(z*S),ab=Math.round(am);var R=z+","+L.height,m;var M="r"+R+"ns";var x=F.textGradient&&d(F.textGradient);for(ah=0,ag=0;ah<ad;++ah){G=o[an[ah]]||ai.missingGlyph;if(!G){continue}if(n){y=q.childNodes[ag];while(y.firstChild){y.removeChild(y.firstChild)}}else{y=document.createElement("cvml:shape");q.appendChild(y)}y.stroked="f";y.coordsize=R;y.coordorigin=m=(X-V)+","+W;y.path=(G.d?"m"+G.d+"xe":"")+"m"+m+M;y.fillcolor=I;if(x){y.appendChild(x.cloneNode(false))}var ak=y.style;ak.width=ab;ak.height=al;if(K){var t=K[0],s=K[1];var E=Cufon.CSS.color(t.color),C;var Q=document.createElement("cvml:shadow");Q.on="t";Q.color=E.color;Q.offset=t.offX+","+t.offY;if(s){C=Cufon.CSS.color(s.color);Q.type="double";Q.color2=C.color;Q.offset2=s.offX+","+s.offY}Q.opacity=E.opacity||(C&&C.opacity)||1;y.appendChild(Q)}V+=O[ag++]}var P=y.nextSibling,v,D;if(F.forceHitArea){if(!P){P=document.createElement("cvml:rect");P.stroked="f";P.className="cufon-vml-cover";v=document.createElement("cvml:fill");v.opacity=0;P.appendChild(v);q.appendChild(P)}D=P.style;D.width=ab;D.height=al}else{if(P){q.removeChild(P)}}ao.width=Math.max(Math.ceil(p.convert(g*S)),0);if(f){var T=ac.computedYAdjust;if(T===undefined){var H=ac.get("lineHeight");if(H=="normal"){H="1em"}else{if(!isNaN(H)){H+="em"}}ac.computedYAdjust=T=0.5*(a(aj,H)-parseFloat(ao.height))}if(T){ao.marginTop=Math.ceil(T)+"px";ao.marginBottom=T+"px"}}return B}})());
Cufon.registerFont({"w":566,"face":{"font-family":"Europe","font-weight":400,"font-stretch":"normal","units-per-em":"1008","panose-1":"2 0 5 3 4 0 0 2 0 3","ascent":"806","descent":"-202","x-height":"10","bbox":"-11 -889 1148 239","underline-thickness":"50.4","underline-position":"-50.4","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":239},"\u00a0":{"w":239},"#":{"d":"281,-434r-17,127r133,0r18,-127r-134,0xm406,-38r-46,0r31,-224r-133,0r-30,224r-50,0r33,-224r-141,0r7,-45r140,0r18,-127r-141,0r7,-47r140,0r30,-206r48,0r-30,206r133,0r29,-206r47,0r-29,206r145,0r-7,47r-144,0r-18,127r144,0r-6,45r-145,0","w":684},"$":{"d":"380,85r-63,0r0,-75v-43,0,-83,-1,-118,-4v-35,-3,-66,-11,-91,-24v-25,-13,-44,-34,-58,-62v-14,-28,-21,-68,-21,-119r0,-27r84,0v0,38,2,68,7,91v5,23,14,40,27,51v13,11,31,18,54,21v23,3,51,5,87,5r29,0r0,-289v-37,0,-73,-1,-107,-4v-34,-3,-63,-11,-89,-23v-26,-12,-47,-32,-62,-58v-15,-26,-23,-62,-23,-108v0,-46,6,-84,18,-112v12,-28,28,-50,50,-65v22,-15,49,-25,81,-30v32,-5,68,-8,108,-8r24,0r0,-70r63,0r0,70v42,0,80,2,113,5v33,3,61,12,84,26v23,14,39,36,51,64v12,28,18,67,18,117r-84,0v0,-26,-1,-49,-4,-67v-3,-18,-9,-33,-18,-44v-9,-11,-23,-19,-39,-24v-16,-5,-38,-7,-65,-7r-56,0r0,266v42,0,80,1,115,4v35,3,65,11,90,24v25,13,44,34,57,62v13,28,20,66,20,116v0,46,-5,84,-15,113v-10,29,-26,52,-48,68v-22,16,-49,27,-81,33v-32,6,-70,9,-114,9r-24,0r0,75xm380,-58r29,0v27,0,51,-3,72,-7v21,-4,39,-11,53,-21v14,-10,25,-25,33,-44v8,-19,12,-43,12,-73v0,-34,-4,-61,-11,-80v-7,-19,-18,-33,-33,-43v-15,-10,-33,-16,-56,-18v-23,-2,-50,-3,-81,-3r-18,0r0,289xm317,-685r-38,0v-22,0,-43,0,-62,2v-19,2,-37,7,-51,15v-14,8,-26,20,-34,37v-8,17,-12,40,-12,70v0,32,3,57,10,76v7,19,17,33,30,43v13,10,30,16,50,19v20,3,43,4,70,4r37,0r0,-266","w":692},"%":{"d":"715,-339v-18,0,-35,1,-49,2v-14,1,-25,5,-35,11v-10,6,-18,15,-23,27v-5,12,-8,28,-8,48r0,130v0,19,3,33,8,44v5,11,13,20,23,25v10,5,21,8,35,9v14,1,31,2,49,2v18,0,34,-1,48,-2v14,-1,26,-4,36,-9v10,-5,17,-15,22,-26v5,-11,8,-27,8,-48r0,-125v0,-21,-3,-37,-8,-49v-5,-12,-12,-20,-22,-26v-10,-6,-22,-10,-36,-11v-14,-1,-30,-2,-48,-2xm715,-380v34,0,62,2,83,7v21,5,38,12,50,23v12,11,20,26,24,44v4,18,6,40,6,67r0,98v0,27,-2,49,-6,67v-4,18,-12,33,-24,44v-12,11,-29,18,-50,23v-21,5,-49,7,-83,7v-34,0,-62,-3,-83,-7v-21,-4,-38,-11,-50,-22v-12,-11,-21,-26,-25,-44v-4,-18,-7,-40,-7,-67r0,-98v0,-28,3,-51,7,-69v4,-18,13,-33,25,-44v12,-11,29,-18,50,-22v21,-4,49,-7,83,-7xm224,0r-52,0r509,-756r55,0xm195,-715v-18,0,-35,1,-49,2v-14,1,-26,5,-36,11v-10,6,-17,15,-22,27v-5,12,-8,28,-8,48r0,130v0,19,3,33,8,44v5,11,12,20,22,25v10,5,22,8,36,9v14,1,31,2,49,2v18,0,34,-1,48,-2v14,-1,26,-4,36,-9v10,-5,17,-15,22,-26v5,-11,7,-27,7,-48r0,-125v0,-21,-2,-37,-7,-49v-5,-12,-12,-20,-22,-26v-10,-6,-22,-10,-36,-11v-14,-1,-30,-2,-48,-2xm195,-756v34,0,62,2,83,7v21,5,38,12,50,23v12,11,20,26,24,44v4,18,6,40,6,67r0,98v0,27,-2,49,-6,67v-4,18,-12,33,-24,44v-12,11,-29,18,-50,23v-21,5,-49,7,-83,7v-34,0,-63,-3,-84,-7v-21,-4,-38,-11,-50,-22v-12,-11,-20,-26,-24,-44v-4,-18,-7,-40,-7,-67r0,-98v0,-28,3,-51,7,-69v4,-18,12,-33,24,-44v12,-11,29,-18,50,-22v21,-4,50,-7,84,-7","w":919},"&":{"d":"271,-387v-26,5,-47,12,-63,18v-16,6,-29,15,-38,25v-9,10,-14,24,-17,40v-3,16,-5,37,-5,63v0,36,2,64,6,87v4,23,11,41,22,54v11,13,28,22,50,27v22,5,51,7,88,7r74,0v16,0,33,-1,52,-2v19,-1,37,-4,54,-9v17,-5,33,-13,46,-23v13,-10,21,-25,26,-43xm667,-333r0,66v0,34,-3,67,-9,101r132,108r-46,58r-111,-92v-11,24,-27,42,-45,55v-18,13,-39,23,-61,29v-22,6,-45,10,-70,11v-25,1,-48,2,-72,2v-50,0,-96,-1,-136,-4v-40,-3,-73,-12,-100,-27v-27,-15,-49,-40,-63,-73v-14,-33,-21,-80,-21,-141v0,-40,4,-72,12,-96v8,-24,20,-43,34,-56v14,-13,31,-23,49,-29v18,-6,38,-9,58,-12v-13,-11,-25,-22,-33,-31v-8,-9,-15,-19,-20,-29v-5,-10,-9,-22,-11,-35v-2,-13,-3,-29,-3,-47v0,-39,6,-69,17,-92v11,-23,27,-40,46,-52v19,-12,42,-20,70,-23v28,-3,58,-5,91,-5v36,0,68,2,95,6v27,4,51,12,69,25v18,13,32,32,41,56v9,24,14,57,14,97r0,41r-84,0r0,-27v0,-30,-2,-54,-6,-71v-4,-17,-12,-29,-23,-37v-11,-8,-26,-12,-45,-14v-19,-2,-43,-2,-73,-2v-17,0,-34,0,-49,1v-15,1,-28,4,-40,10v-12,6,-22,15,-29,26v-7,11,-10,27,-10,49v0,14,1,27,3,38v2,11,6,20,11,29v5,9,12,18,20,26v8,8,18,17,29,26r284,238r0,-17v0,0,1,-18,1,-29v0,-11,1,-22,1,-32r0,-25r83,0","w":792},"'":{"d":"69,-454r-14,-301r96,0r-14,301r-68,0","w":206},"(":{"d":"260,-691v-27,0,-48,4,-63,13v-15,9,-28,20,-35,36v-7,16,-11,35,-13,57v-2,22,-3,46,-3,72r0,417v0,18,1,36,2,53v1,17,5,33,12,47v7,14,17,24,30,32v13,8,31,12,54,12r16,0r0,71r-23,0v-40,0,-72,-7,-95,-20v-23,-13,-41,-30,-53,-53v-12,-23,-19,-49,-22,-79v-3,-30,-5,-61,-5,-94r0,-354v0,-41,2,-78,5,-113v3,-35,10,-64,22,-89v12,-25,32,-44,59,-58v27,-14,64,-21,112,-21r0,71","w":313},")":{"d":"62,-762v48,0,86,7,113,21v27,14,46,33,58,58v12,25,20,54,23,89v3,35,4,72,4,113r0,354v0,33,-1,64,-4,94v-3,30,-11,56,-23,79v-12,23,-29,40,-52,53v-23,13,-55,20,-95,20r-24,0r0,-71r17,0v24,0,41,-4,54,-12v13,-8,22,-19,29,-32v7,-13,11,-29,12,-46v1,-17,2,-35,2,-53r0,-419v0,-26,0,-50,-2,-72v-2,-22,-7,-40,-14,-56v-7,-16,-18,-27,-33,-36v-15,-9,-37,-13,-65,-13r0,-71","w":313},"*":{"d":"393,-537r94,133r-45,32r-94,-137r-101,137r-44,-32r96,-133r-153,-59r18,-53r156,56r0,-163r55,0r0,163r154,-57r18,57","w":692},"+":{"d":"258,-408r0,-219r48,0r0,219r234,0r0,47r-234,0r0,219r-48,0r0,-219r-232,0r0,-47r232,0"},",":{"d":"160,9v0,15,0,29,-2,42v-2,13,-5,24,-11,33v-6,9,-14,16,-24,21v-10,5,-23,8,-40,8v-8,0,-16,-1,-23,-2r0,-42v19,-1,32,-6,39,-14v7,-8,11,-21,11,-40r0,-15r-39,0r0,-102r89,0r0,111","w":228},".":{"d":"157,0r-89,0r0,-102r89,0r0,102","w":224},"\/":{"d":"70,111r-62,0r582,-866r63,0","w":731},"0":{"d":"582,-380v0,-65,-4,-117,-10,-157v-6,-40,-19,-71,-36,-94v-17,-23,-41,-38,-72,-46v-31,-8,-70,-12,-118,-12v-48,0,-88,4,-119,12v-31,8,-55,22,-72,45v-17,23,-30,55,-36,95v-6,40,-9,92,-9,156v0,64,3,116,9,157v6,41,19,72,36,96v17,24,41,40,72,49v31,9,71,13,119,13v48,0,86,-4,117,-13v31,-9,55,-25,72,-49v17,-24,30,-55,37,-96v7,-41,10,-93,10,-156xm665,-380v0,78,-6,143,-18,193v-12,50,-30,89,-56,118v-26,29,-59,49,-100,60v-41,11,-89,17,-145,17v-56,0,-105,-6,-146,-17v-41,-11,-73,-31,-99,-60v-26,-29,-45,-68,-57,-118v-12,-50,-18,-115,-18,-193v0,-78,6,-142,18,-192v12,-50,31,-88,57,-116v26,-28,59,-48,99,-59v40,-11,89,-16,146,-16v56,0,104,5,145,16v41,11,74,31,100,59v26,28,44,66,56,116v12,50,18,114,18,192","w":692},"1":{"d":"446,0r-81,0r0,-690r-194,212r-53,-49r209,-228r119,0r0,755","w":692},"2":{"d":"606,0r-545,0r0,-141v0,-44,7,-80,20,-106v13,-26,30,-46,54,-61v24,-15,52,-26,85,-32v33,-6,70,-12,110,-15v42,-4,75,-9,101,-15v26,-6,46,-17,59,-29v13,-12,22,-29,26,-49v4,-20,6,-45,6,-75v0,-30,-3,-55,-9,-76v-6,-21,-18,-39,-32,-52v-14,-13,-33,-23,-56,-29v-23,-6,-52,-9,-86,-9v-40,0,-73,3,-99,10v-26,7,-46,16,-60,30v-14,14,-25,31,-30,51v-5,20,-8,43,-8,69r0,31r-81,0v0,-50,5,-92,14,-126v9,-34,23,-62,45,-82v22,-20,50,-35,86,-44v36,-9,81,-13,135,-13v46,0,85,5,118,13v33,8,61,22,83,41v22,19,38,43,48,74v10,31,16,69,16,113v0,48,-4,86,-13,115v-9,29,-23,52,-43,69v-20,17,-46,29,-78,37v-32,8,-72,15,-120,20v-45,5,-81,10,-109,16v-28,6,-49,15,-64,26v-15,11,-24,24,-29,41v-5,17,-8,39,-8,65r0,59r464,0r0,74","w":694},"3":{"d":"276,-424r97,0v32,0,58,-2,77,-5v19,-3,34,-10,44,-19v10,-9,18,-23,21,-41v3,-18,5,-43,5,-73v0,-20,-2,-39,-8,-54v-6,-15,-16,-29,-30,-40v-14,-11,-32,-19,-56,-25v-24,-6,-54,-8,-90,-8v-37,0,-67,3,-91,9v-24,6,-42,16,-55,29v-13,13,-24,30,-29,51v-5,21,-8,46,-8,76r-80,0v0,-44,5,-81,14,-112v9,-31,25,-55,45,-74v20,-19,47,-32,80,-40v33,-8,75,-13,123,-13v48,0,90,4,124,13v34,9,61,21,83,38v22,17,37,38,47,63v10,25,15,55,15,87v0,31,-2,56,-7,77v-5,21,-12,38,-22,51v-10,13,-24,23,-39,30v-15,7,-33,13,-55,16v28,3,50,10,68,19v18,9,32,20,42,34v10,14,17,32,21,51v4,19,6,41,6,66v0,44,-4,82,-13,111v-9,29,-24,52,-46,69v-22,17,-51,29,-87,36v-36,7,-81,10,-135,10v-40,0,-78,-2,-112,-7v-34,-5,-62,-15,-87,-30v-25,-15,-44,-36,-57,-64v-13,-28,-21,-64,-21,-110r0,-44r81,0r0,44v0,26,3,49,8,66v5,17,16,32,30,42v14,10,34,17,59,22v25,5,58,7,98,7v44,0,80,-2,106,-6v26,-4,45,-12,59,-24v14,-12,23,-28,27,-47v4,-19,6,-45,6,-75v0,-26,-2,-46,-8,-63v-6,-17,-15,-31,-27,-41v-12,-10,-28,-18,-47,-22v-19,-4,-43,-7,-71,-7r-105,0r0,-73","w":694},"4":{"d":"456,-700r-355,454r355,0r0,-454xm536,-246r114,0r0,74r-114,0r0,172r-80,0r0,-172r-426,0r0,-102r379,-481r127,0r0,509","w":694},"5":{"d":"86,-754r508,0r0,74r-428,0r0,225v11,-15,26,-27,41,-35v15,-8,32,-15,50,-19v18,-4,36,-6,54,-7v18,-1,36,-1,53,-1v45,0,84,4,116,12v32,8,58,21,79,40v21,19,37,44,47,74v10,30,15,68,15,112v0,54,-4,99,-11,136v-7,37,-21,66,-41,89v-20,23,-49,39,-84,48v-35,9,-80,14,-135,14v-45,0,-85,-1,-120,-5v-35,-4,-63,-13,-87,-28v-24,-15,-43,-38,-55,-68v-12,-30,-18,-72,-18,-124r83,0v0,32,2,58,6,77v4,19,13,35,26,46v13,11,33,18,59,22v26,4,62,6,106,6v33,0,60,-2,84,-6v24,-4,43,-13,58,-25v15,-12,27,-28,34,-50v7,-22,11,-49,11,-83v0,-41,-2,-75,-6,-102v-4,-27,-13,-50,-25,-66v-12,-16,-30,-28,-53,-35v-23,-7,-52,-11,-88,-11v-40,0,-73,2,-97,4v-24,2,-43,7,-57,12v-14,5,-25,12,-31,21v-6,9,-11,21,-14,34r-80,0r0,-381","w":692},"6":{"d":"141,-228v0,33,3,60,10,81v7,21,18,38,33,50v15,12,36,21,61,25v25,4,56,6,92,6v36,0,65,-2,90,-7v25,-5,46,-14,61,-26v15,-12,26,-28,33,-49v7,-21,10,-47,10,-79v0,-32,-3,-58,-9,-79v-6,-21,-18,-38,-33,-50v-15,-12,-35,-20,-60,-25v-25,-5,-55,-7,-92,-7v-37,0,-69,2,-94,7v-25,5,-45,13,-60,25v-15,12,-26,29,-32,50v-6,21,-10,46,-10,78xm351,-462v45,0,84,4,117,11v33,7,60,21,82,39v22,18,38,42,49,72v11,30,16,67,16,112v0,46,-5,84,-16,114v-11,30,-27,55,-50,73v-23,18,-52,31,-87,38v-35,7,-77,11,-125,11v-52,0,-95,-4,-131,-10v-36,-6,-65,-19,-87,-39v-22,-20,-37,-50,-47,-88v-10,-38,-15,-88,-15,-151r0,-109v0,-77,5,-141,12,-189v7,-48,21,-85,42,-113v21,-28,52,-47,90,-57v38,-10,88,-15,150,-15v39,0,75,1,107,4v32,3,60,11,83,23v23,12,41,30,54,54v13,24,20,56,20,98r0,24r-84,0r0,-19v0,-24,-2,-44,-8,-58v-6,-14,-16,-25,-29,-33v-13,-8,-32,-14,-55,-16v-23,-2,-52,-3,-88,-3v-41,0,-75,2,-102,8v-27,6,-49,16,-65,32v-16,16,-27,38,-33,66v-6,28,-10,65,-10,111r0,83v5,-12,12,-23,19,-32v7,-9,19,-17,34,-23v15,-6,35,-10,60,-13v25,-3,57,-5,97,-5","w":694},"7":{"d":"605,-648r-366,648r-101,0r398,-681r-482,0r0,-74r551,0r0,107","w":694},"8":{"d":"188,-393v-26,-5,-47,-13,-63,-23v-16,-10,-28,-22,-36,-36v-8,-14,-14,-30,-16,-48v-2,-18,-3,-37,-3,-59v0,-38,5,-71,14,-97v9,-26,25,-46,46,-62v21,-16,49,-27,84,-34v35,-7,78,-10,129,-10v51,0,94,3,128,10v34,7,61,18,82,34v21,16,36,36,45,62v9,26,14,58,14,96v0,21,-1,40,-4,58v-3,18,-9,34,-17,48v-8,14,-20,27,-36,37v-16,10,-37,19,-64,24v26,5,46,12,63,22v17,10,31,23,41,38v10,15,17,33,21,52v4,19,7,40,7,64v0,41,-4,76,-11,105v-7,29,-22,53,-42,70v-20,17,-49,30,-86,38v-37,8,-85,12,-144,12v-58,0,-105,-4,-142,-12v-37,-8,-66,-21,-86,-39v-20,-18,-34,-42,-42,-71v-8,-29,-12,-65,-12,-107v0,-22,3,-42,6,-61v3,-19,10,-36,19,-51v9,-15,22,-27,39,-37v17,-10,39,-18,66,-23xm340,-688v-39,0,-71,2,-95,7v-24,5,-44,12,-57,22v-13,10,-22,23,-27,39v-5,16,-8,36,-8,60v0,27,2,49,6,66v4,17,13,31,26,41v13,10,31,18,56,22v25,4,58,6,99,6v42,0,76,-2,101,-7v25,-5,44,-13,57,-24v13,-11,21,-24,25,-41v4,-17,5,-37,5,-62v0,-23,-2,-43,-7,-59v-5,-16,-14,-30,-27,-40v-13,-10,-33,-18,-58,-23v-25,-5,-56,-7,-96,-7xm340,-354v-41,0,-74,2,-100,7v-26,5,-46,13,-60,24v-14,11,-25,27,-30,45v-5,18,-8,41,-8,69v0,28,3,51,8,69v5,18,16,33,30,44v14,11,34,18,60,23v26,5,60,7,101,7v41,0,74,-2,100,-6v26,-4,46,-12,60,-23v14,-11,25,-26,30,-45v5,-19,8,-43,8,-72v0,-27,-3,-49,-8,-67v-5,-18,-15,-33,-30,-44v-15,-11,-35,-19,-61,-24v-26,-5,-59,-7,-100,-7","w":694},"9":{"d":"536,-526v0,-34,-3,-61,-10,-82v-7,-21,-18,-37,-33,-49v-15,-12,-36,-21,-61,-25v-25,-4,-55,-6,-91,-6v-36,0,-66,2,-91,7v-25,5,-45,14,-60,26v-15,12,-27,28,-34,49v-7,21,-10,47,-10,79v0,32,4,58,10,79v6,21,17,38,32,50v15,12,35,21,60,26v25,5,56,7,93,7v37,0,68,-2,93,-7v25,-5,45,-14,60,-26v15,-12,27,-29,33,-50v6,-21,9,-46,9,-78xm327,-291v-45,0,-85,-4,-118,-11v-33,-7,-60,-21,-82,-39v-22,-18,-37,-42,-48,-72v-11,-30,-17,-67,-17,-112v0,-46,6,-84,17,-114v11,-30,27,-55,50,-73v23,-18,51,-30,86,-38v35,-8,78,-12,126,-12v48,0,90,3,125,9v35,6,64,18,87,36v23,18,40,44,51,78v11,34,16,78,16,133r0,141v0,77,-4,141,-11,189v-7,48,-21,86,-42,113v-21,27,-51,46,-89,56v-38,10,-89,15,-151,15v-38,0,-74,-1,-107,-4v-33,-3,-60,-11,-83,-23v-23,-12,-42,-29,-55,-53v-13,-24,-20,-56,-20,-98r0,-24r84,0r0,21v0,24,3,42,9,56v6,14,15,25,29,33v14,8,32,13,55,15v23,2,53,3,88,3v41,0,74,-3,101,-8v27,-5,49,-15,65,-31v16,-16,28,-38,34,-66v6,-28,9,-65,9,-110r0,-84v-5,12,-12,23,-19,32v-7,9,-19,17,-34,23v-15,6,-35,11,-60,14v-25,3,-56,5,-96,5","w":694},":":{"d":"157,-424r-89,0r0,-102r89,0r0,102xm157,0r-89,0r0,-102r89,0r0,102","w":224},";":{"d":"157,-425r-89,0r0,-102r89,0r0,102xm157,9v0,15,0,29,-2,42v-2,13,-5,24,-11,33v-6,9,-14,16,-24,21v-10,5,-23,8,-40,8v-8,0,-16,-1,-23,-2r0,-42v19,-1,32,-6,39,-14v7,-8,11,-21,11,-40r0,-15r-39,0r0,-102r89,0r0,111","w":225},"\u037e":{"d":"157,-425r-89,0r0,-102r89,0r0,102xm157,9v0,15,0,29,-2,42v-2,13,-5,24,-11,33v-6,9,-14,16,-24,21v-10,5,-23,8,-40,8v-8,0,-16,-1,-23,-2r0,-42v19,-1,32,-6,39,-14v7,-8,11,-21,11,-40r0,-15r-39,0r0,-102r89,0r0,111","w":225},"<":{"d":"527,-560r-396,181r396,182r0,88r-491,-232r0,-76r491,-232r0,89","w":565},"=":{"d":"542,-328r0,48r-515,0r0,-48r515,0xm542,-490r0,47r-515,0r0,-47r515,0"},">":{"d":"38,-197r396,-182r-396,-182r0,-88r491,233r0,75r-491,232r0,-88"},"?":{"d":"303,0r-89,0r0,-102r89,0r0,102xm214,-218v0,-28,1,-52,5,-71v4,-19,10,-36,19,-49v9,-13,22,-25,38,-34v16,-9,37,-18,61,-26v24,-8,44,-16,59,-24v15,-8,27,-18,35,-29v8,-11,14,-24,17,-39v3,-15,5,-34,5,-58v0,-28,-3,-50,-9,-68v-6,-18,-15,-33,-27,-43v-12,-10,-30,-17,-50,-21v-20,-4,-46,-6,-76,-6v-34,0,-60,1,-80,5v-20,4,-35,10,-45,19v-10,9,-16,21,-19,36v-3,15,-5,33,-5,55r0,51r-81,0v0,-47,3,-86,9,-117v6,-31,17,-56,33,-74v16,-18,39,-31,69,-38v30,-7,68,-11,116,-11v40,0,75,2,106,7v31,5,56,14,77,28v21,14,37,34,47,61v10,27,15,63,15,107v0,40,-4,72,-13,98v-9,26,-20,48,-34,64v-14,16,-31,30,-49,39v-18,9,-38,17,-58,24v-17,5,-30,12,-40,18v-10,6,-18,13,-23,21v-5,8,-10,17,-11,26v-1,9,-2,20,-2,31r0,18r-89,0","w":588},"@":{"d":"465,-375v0,-20,-2,-37,-5,-51v-3,-14,-9,-26,-17,-35v-8,-9,-20,-16,-33,-20v-13,-4,-30,-7,-51,-7v-22,0,-40,2,-54,5v-14,3,-25,10,-32,20v-7,10,-12,25,-15,44v-3,19,-4,43,-4,74v0,32,1,58,4,77v3,19,8,35,15,45v7,10,16,17,28,20v12,3,27,4,45,4v27,0,48,-2,64,-7v16,-5,28,-12,36,-22v8,-10,13,-23,15,-39v2,-16,4,-36,4,-59r0,-49xm520,-535r0,260v0,9,0,18,1,27v1,9,3,17,6,24v3,7,7,13,13,18v6,5,13,7,24,7v8,0,16,-1,23,-4v7,-3,13,-11,18,-23v5,-12,9,-32,12,-57v3,-25,4,-60,4,-104v0,-37,-1,-68,-3,-94v-2,-26,-5,-47,-11,-64v-6,-17,-15,-31,-27,-41v-12,-10,-28,-17,-48,-22v-20,-5,-46,-8,-77,-9v-31,-1,-67,-2,-111,-2v-58,0,-105,3,-138,8v-33,5,-58,17,-74,35v-16,18,-27,45,-31,81v-4,36,-6,84,-6,144v0,64,2,115,7,153v5,38,17,69,35,89v18,20,43,34,77,40v34,6,80,10,137,10v40,0,73,-1,99,-2v26,-1,47,-4,62,-7v15,-3,26,-6,33,-11v7,-5,11,-11,13,-18r40,28v-7,12,-14,23,-23,30v-9,7,-22,13,-38,17v-16,4,-38,7,-65,8v-27,1,-62,2,-104,2v-39,0,-74,-1,-105,-3v-31,-2,-58,-5,-82,-12v-24,-7,-44,-17,-61,-31v-17,-14,-30,-34,-41,-59v-11,-25,-19,-58,-24,-96v-5,-38,-8,-85,-8,-139v0,-70,5,-126,13,-167v8,-41,24,-72,46,-94v22,-22,52,-36,91,-43v39,-7,88,-10,148,-10v69,0,125,4,167,11v42,7,74,21,97,41v23,20,39,48,47,84v8,36,11,83,11,140v0,53,-2,95,-7,127v-5,32,-11,55,-20,72v-9,17,-19,28,-31,33v-12,5,-26,7,-41,7v-21,0,-41,-5,-59,-14v-18,-9,-29,-26,-33,-48v-6,13,-14,25,-24,33v-10,8,-21,14,-33,18v-12,4,-24,8,-38,9v-14,1,-28,2,-41,2v-33,0,-59,-5,-78,-15v-19,-10,-34,-23,-44,-40v-10,-17,-16,-37,-19,-61v-3,-24,-4,-50,-4,-78v0,-30,2,-56,5,-80v3,-24,10,-44,21,-60v11,-16,27,-28,47,-37v20,-9,47,-13,80,-13v24,0,45,2,66,8v21,6,38,19,51,41r0,-49r55,0","w":712},"A":{"d":"364,-692r-166,463r333,0xm301,-755r122,0r282,755r-90,0r-57,-155r-381,0r-60,155r-91,0","w":725,"k":{"w":37,"v":37,"Y":83,"W":60,"V":60,"U":22,"T":44,"Q":22,"O":22,"C":22}},"B":{"d":"71,-755r363,0v65,0,113,14,144,42v31,28,47,75,47,143v0,21,-1,41,-3,59v-2,18,-6,35,-12,49v-6,14,-16,27,-28,38v-12,11,-29,21,-51,28v25,7,45,15,60,25v15,10,27,22,35,36v8,14,14,31,17,50v3,19,4,41,4,66v0,34,-3,64,-9,91v-6,27,-17,51,-32,70v-15,19,-34,33,-59,43v-25,10,-55,15,-91,15r-385,0r0,-755xm154,-421r240,0v28,0,52,-3,71,-7v19,-4,34,-12,45,-23v11,-11,19,-25,24,-43v5,-18,7,-40,7,-67v0,-23,-1,-43,-5,-58v-4,-15,-10,-28,-19,-37v-9,-9,-20,-15,-35,-19v-15,-4,-34,-6,-57,-6r-271,0r0,260xm154,-74r233,0v32,0,59,-1,82,-4v23,-3,41,-10,55,-19v14,-9,24,-24,30,-42v6,-18,9,-43,9,-74v0,-31,-2,-55,-6,-73v-4,-18,-12,-31,-23,-40v-11,-9,-25,-15,-43,-18v-18,-3,-41,-4,-69,-4r-268,0r0,274","w":696},"C":{"d":"651,-252v0,49,-4,90,-13,123v-9,33,-25,61,-48,81v-23,20,-53,34,-92,43v-39,9,-87,13,-146,13v-57,0,-105,-5,-143,-15v-38,-10,-69,-28,-93,-56v-24,-28,-40,-67,-50,-117v-10,-50,-16,-115,-16,-195v0,-80,6,-145,16,-195v10,-50,26,-89,49,-118v23,-29,54,-49,93,-59v39,-10,87,-16,144,-16v60,0,108,5,145,15v37,10,66,24,86,44v20,20,34,47,42,78v8,31,13,68,16,110r-82,0v-3,-33,-7,-61,-13,-83v-6,-22,-16,-40,-30,-53v-14,-13,-34,-23,-60,-29v-26,-6,-60,-8,-104,-8v-43,0,-79,4,-107,12v-28,8,-50,25,-66,48v-16,23,-28,54,-35,95v-7,41,-10,94,-10,159v0,65,4,118,10,158v6,40,18,72,34,95v16,23,39,37,67,45v28,8,64,11,107,11v44,0,81,-3,109,-8v28,-5,50,-15,66,-29v16,-14,27,-33,33,-57v6,-24,10,-55,10,-92r81,0","w":676},"D":{"d":"154,-74r246,0v37,0,68,-5,95,-14v27,-9,49,-25,66,-48v17,-23,30,-54,38,-93v8,-39,12,-89,12,-148v0,-60,-5,-109,-13,-148v-8,-39,-22,-70,-39,-93v-17,-23,-39,-40,-66,-49v-27,-9,-59,-14,-96,-14r-243,0r0,607xm71,-755r348,0v61,0,110,10,146,29v36,19,65,46,84,80v19,34,31,74,37,120v6,46,9,96,9,149v0,52,-4,100,-9,146v-5,46,-17,86,-34,120v-17,34,-42,61,-76,81v-34,20,-78,30,-134,30r-371,0r0,-755","w":737},"E":{"d":"538,-421r0,73r-384,0r0,274r400,0r0,74r-483,0r0,-755r485,0r0,74r-402,0r0,260r384,0","w":600},"F":{"d":"522,-421r0,73r-368,0r0,348r-83,0r0,-755r460,0r0,74r-377,0r0,260r368,0","w":549,"k":{"A":45}},"G":{"d":"587,-533v-2,-31,-6,-57,-12,-77v-6,-20,-17,-36,-33,-48v-16,-12,-38,-19,-67,-24v-29,-5,-66,-7,-114,-7v-44,0,-82,4,-111,12v-29,8,-52,25,-69,48v-17,23,-29,54,-36,95v-7,41,-11,94,-11,159v0,65,4,118,11,158v7,40,19,72,36,95v17,23,40,37,69,45v29,8,67,11,111,11v46,0,83,-4,112,-11v29,-7,52,-20,69,-38v17,-18,29,-41,35,-71v6,-30,10,-67,10,-111r0,-27r-242,0r0,-73r325,0r0,88v0,65,-4,117,-14,158v-10,41,-26,73,-50,97v-24,24,-55,39,-95,48v-40,9,-89,14,-149,14v-62,0,-114,-7,-154,-19v-40,-12,-73,-33,-96,-62v-23,-29,-39,-69,-48,-118v-9,-49,-14,-111,-14,-184v0,-74,6,-136,15,-185v9,-49,25,-89,48,-119v23,-30,56,-52,96,-65v40,-13,91,-19,152,-19v66,0,119,5,158,14v39,9,69,22,91,41v22,19,36,43,44,72v8,29,13,63,16,103r-83,0","w":700},"H":{"d":"596,-421r0,-334r83,0r0,755r-83,0r0,-348r-442,0r0,348r-83,0r0,-755r83,0r0,334r442,0","w":749},"I":{"d":"154,0r-83,0r0,-755r83,0r0,755","w":224},"J":{"d":"495,-755r0,547v0,32,-3,62,-10,89v-7,27,-19,49,-36,68v-17,19,-42,33,-72,43v-30,10,-68,16,-114,16v-48,0,-88,-4,-118,-13v-30,-9,-54,-22,-71,-40v-17,-18,-29,-40,-35,-67v-6,-27,-10,-59,-10,-96r0,-67r84,0r0,55v0,30,2,54,6,74v4,20,13,36,24,48v11,12,26,20,45,25v19,5,45,7,75,7v52,0,90,-12,113,-36v23,-24,35,-64,35,-119r0,-534r84,0","w":565},"K":{"d":"154,-421r75,0r309,-334r112,0r-347,365r387,390r-115,0r-346,-348r-75,0r0,348r-83,0r0,-755r83,0r0,334","w":701,"k":{"o":30,"e":22,"a":22}},"L":{"d":"154,-74r382,0r0,74r-465,0r0,-755r83,0r0,681","w":557,"k":{"Y":76,"W":45,"V":45,"T":76}},"M":{"d":"477,-108r268,-647r138,0r0,755r-84,0r0,-695r-285,695r-72,0r-288,-687r0,687r-83,0r0,-755r138,0","w":953},"N":{"d":"204,-755r425,689r0,-689r84,0r0,755r-133,0r-426,-682r0,682r-83,0r0,-755r133,0","w":783},"O":{"d":"134,-377v0,67,3,120,8,161v5,41,16,72,32,95v16,23,40,37,71,44v31,7,72,11,123,11v52,0,92,-4,123,-11v31,-7,54,-21,70,-44v16,-23,27,-54,32,-95v5,-41,7,-94,7,-161v0,-67,-2,-121,-7,-162v-5,-41,-16,-73,-32,-95v-16,-22,-39,-37,-70,-44v-31,-7,-71,-11,-123,-11v-52,0,-94,4,-125,11v-31,7,-55,22,-71,44v-16,22,-26,54,-31,95v-5,41,-7,95,-7,162xm50,-377v0,-81,6,-146,15,-196v9,-50,25,-89,49,-117v24,-28,57,-48,98,-58v41,-10,93,-15,157,-15v63,0,115,5,156,15v41,10,72,30,96,58v24,28,40,67,49,117v9,50,13,115,13,196v0,80,-4,145,-13,195v-9,50,-25,89,-49,117v-24,28,-56,48,-97,58v-41,10,-93,15,-157,15v-63,0,-115,-5,-156,-15v-41,-10,-73,-30,-97,-58v-24,-28,-40,-67,-49,-117v-9,-50,-15,-115,-15,-195","w":734,"k":{"Y":37,"X":22,"W":15,"V":15,"A":22}},"P":{"d":"154,-369r201,0v34,0,63,-2,87,-6v24,-4,44,-12,59,-24v15,-12,27,-28,34,-49v7,-21,11,-47,11,-81v0,-27,-1,-50,-4,-69v-3,-19,-10,-36,-19,-48v-9,-12,-23,-21,-39,-27v-16,-6,-38,-8,-66,-8r-264,0r0,312xm154,0r-83,0r0,-755r359,0v36,0,67,5,93,13v26,8,46,21,62,38v16,17,27,40,34,67v7,27,11,59,11,97v0,46,-4,84,-12,115v-8,31,-22,57,-41,76v-19,19,-46,33,-78,41v-32,8,-72,13,-120,13r-225,0r0,295","w":671,"k":{"A":68}},"Q":{"d":"594,-184v1,-5,1,-15,2,-29v1,-14,1,-31,1,-49v0,-18,1,-38,1,-58r0,-57v0,-67,-3,-121,-8,-162v-5,-41,-17,-73,-34,-95v-17,-22,-41,-37,-72,-44v-31,-7,-72,-11,-124,-11v-51,0,-92,4,-123,11v-31,7,-54,22,-70,44v-16,22,-26,54,-31,95v-5,41,-8,95,-8,162v0,67,3,120,8,161v5,41,15,72,31,95v16,23,39,37,70,44v31,7,72,11,123,11v30,0,55,0,78,-1v23,-1,42,-3,59,-7v17,-4,31,-9,43,-16v12,-7,23,-16,32,-27r-235,-152r38,-60xm698,-34r-57,-39v-15,19,-32,34,-51,45v-19,11,-39,19,-62,24v-23,5,-47,9,-75,10v-28,1,-58,2,-91,2v-63,0,-116,-5,-157,-15v-41,-10,-73,-30,-97,-58v-24,-28,-41,-67,-50,-117v-9,-50,-14,-115,-14,-195v0,-81,5,-146,14,-196v9,-50,26,-89,50,-117v24,-28,56,-48,97,-58v41,-10,93,-15,156,-15v65,0,118,5,159,15v41,10,73,29,97,57v24,28,41,67,50,117v9,50,14,116,14,197r0,69v0,0,-1,47,-2,69v-1,22,-1,43,-3,61v-2,18,-5,33,-8,43r64,43","w":748,"k":{"Y":37,"W":15}},"R":{"d":"154,-379r247,0v28,0,53,-2,74,-7v21,-5,38,-13,51,-24v13,-11,23,-27,29,-46v6,-19,9,-43,9,-72v0,-29,-2,-54,-7,-73v-5,-19,-13,-35,-24,-47v-11,-12,-25,-21,-42,-26v-17,-5,-38,-7,-62,-7r-275,0r0,302xm154,0r-83,0r0,-755r358,0v37,0,70,4,97,11v27,7,50,19,68,36v18,17,32,39,41,66v9,27,13,61,13,101v0,25,-1,48,-4,70v-3,22,-10,43,-19,61v-9,18,-23,34,-39,47v-16,13,-38,22,-66,27v44,3,75,18,92,43v17,25,26,59,26,101r0,192r-84,0r0,-171v0,-50,-11,-85,-36,-105v-25,-20,-61,-29,-109,-29r-255,0r0,305","w":704},"S":{"d":"119,-233v0,38,2,68,6,90v4,22,13,39,27,50v14,11,35,19,62,22v27,3,63,5,108,5v44,0,79,-3,105,-8v26,-5,45,-13,59,-25v14,-12,23,-27,27,-45v4,-18,6,-40,6,-66v0,-26,-2,-47,-7,-63v-5,-16,-14,-29,-28,-39v-14,-10,-33,-17,-59,-21v-26,-4,-59,-8,-101,-9v-45,-1,-85,-5,-120,-11v-35,-6,-65,-17,-89,-32v-24,-15,-43,-36,-55,-63v-12,-27,-19,-61,-19,-104v0,-38,5,-71,16,-98v11,-27,27,-49,50,-65v23,-16,52,-28,88,-36v36,-8,78,-12,127,-12v42,0,80,2,113,7v33,5,61,15,84,30v23,15,41,36,53,65v12,29,18,67,18,115r-84,0v0,-28,-2,-51,-7,-69v-5,-18,-14,-33,-27,-44v-13,-11,-32,-18,-56,-23v-24,-5,-55,-7,-94,-7v-41,0,-75,2,-101,7v-26,5,-46,12,-60,22v-14,10,-23,24,-28,41v-5,17,-8,38,-8,62v0,26,4,47,10,63v6,16,18,29,36,39v18,10,42,18,73,23v31,5,71,8,120,11v39,2,73,6,103,12v30,6,55,18,75,33v20,15,36,34,46,60v10,26,15,59,15,99v0,44,-5,82,-15,111v-10,29,-26,52,-48,69v-22,17,-50,28,-86,35v-36,7,-80,10,-132,10v-44,0,-85,-1,-120,-5v-35,-4,-65,-13,-90,-27v-25,-14,-44,-34,-57,-61v-13,-27,-20,-65,-20,-113r0,-35r84,0","w":634},"T":{"d":"343,0r-84,0r0,-681r-244,0r0,-74r572,0r0,74r-244,0r0,681","w":605,"k":{"z":30,"y":22,"w":30,"v":30,"u":45,"s":45,"r":45,"q":45,"p":45,"o":45,"n":45,"m":45,"g":45,"e":45,"d":45,"c":45,"a":45,"J":52,"A":44}},"U":{"d":"159,-755r0,529v0,34,3,62,8,83v5,21,15,38,30,49v15,11,37,19,65,23v28,4,64,5,109,5v46,0,82,-1,110,-5v28,-4,50,-12,65,-23v15,-11,27,-28,32,-49v5,-21,8,-49,8,-83r0,-529r83,0r0,531v0,55,-6,99,-19,130v-13,31,-32,54,-57,69v-25,15,-57,25,-94,28v-37,3,-80,5,-128,5v-46,0,-88,-2,-125,-5v-37,-3,-67,-13,-92,-28v-25,-15,-45,-38,-58,-69v-13,-31,-20,-75,-20,-130r0,-531r83,0","w":741,"k":{"A":22}},"V":{"d":"648,-755r-267,755r-123,0r-269,-755r91,0r241,687r235,-687r92,0","w":648,"k":{"u":30,"s":30,"r":30,"q":37,"p":30,"o":37,"n":30,"m":30,"g":37,"e":37,"d":37,"c":37,"a":37,"Q":15,"O":15,"G":22,"C":22,"A":60}},"W":{"d":"906,0r-129,0r-197,-679r-204,679r-126,0r-233,-755r89,0r205,689r205,-689r126,0r202,689r211,-689r90,0","w":1160,"k":{"u":30,"s":30,"r":30,"q":37,"p":30,"o":37,"n":30,"m":30,"g":37,"e":37,"d":37,"c":37,"a":37,"Q":15,"O":15,"G":22,"C":22,"A":60}},"X":{"d":"351,-432r213,-323r101,0r-248,364r270,391r-102,0r-234,-347r-234,347r-103,0r270,-391r-248,-364r101,0","w":691,"k":{"Q":22,"O":22}},"Y":{"d":"114,-755r229,361r228,-361r95,0r-285,439r0,316r-84,0r0,-316r-277,-439r94,0","w":678,"k":{"u":60,"s":60,"r":60,"q":60,"p":60,"o":60,"n":60,"m":60,"g":60,"e":60,"d":60,"c":60,"a":60,"Q":37,"O":37,"G":37,"C":37,"A":83}},"Z":{"d":"606,-674r-477,600r487,0r0,74r-589,0r0,-75r473,-606r-458,0r0,-74r564,0r0,81","w":642},"[":{"d":"255,-755r0,66r-110,0r0,736r110,0r0,66r-194,0r0,-868r194,0","w":313},"\\":{"d":"143,-755r582,866r-62,0r-583,-866r63,0","w":731},"]":{"d":"58,113r0,-66r110,0r0,-736r-110,0r0,-66r194,0r0,868r-194,0","w":313},"^":{"d":"36,-423r198,-333r100,0r197,333r-83,0r-165,-274r-164,274r-83,0"},"_":{"d":"566,82r0,57r-566,0r0,-57r566,0"},"`":{"d":"378,-634r-26,41r-162,-99r39,-56"},"a":{"d":"64,-385v0,-36,5,-65,16,-85v11,-20,25,-36,43,-46v18,-10,41,-17,67,-19v26,-2,53,-3,83,-3v36,0,69,1,98,5v29,4,54,12,73,25v19,13,34,32,44,56v10,24,16,57,16,99r0,353r-76,0r3,-69v-9,17,-18,31,-28,41v-10,10,-22,18,-35,23v-13,5,-29,9,-47,11v-18,2,-41,2,-67,2v-32,0,-61,-2,-87,-6v-26,-4,-48,-12,-66,-24v-18,-12,-33,-30,-42,-52v-9,-22,-14,-51,-14,-87v0,-34,5,-62,14,-83v9,-21,23,-37,41,-48v18,-11,39,-20,64,-24v25,-4,53,-6,83,-6v32,0,58,2,78,4v20,2,36,6,49,11v13,5,23,11,30,19v7,8,14,17,19,28r0,-76v0,-32,-1,-58,-5,-76v-4,-18,-11,-32,-22,-41v-11,-9,-27,-15,-47,-17v-20,-2,-47,-3,-79,-3v-24,0,-43,1,-59,3v-16,2,-29,5,-39,10v-10,5,-17,12,-21,22v-4,10,-7,23,-7,38r0,15r-80,0xm423,-156v0,-24,-2,-42,-7,-56v-5,-14,-14,-24,-27,-31v-13,-7,-31,-12,-54,-14v-23,-2,-51,-3,-87,-3v-20,0,-38,1,-53,3v-15,2,-28,7,-38,14v-10,7,-18,16,-23,28v-5,12,-8,27,-8,46v0,23,2,42,7,56v5,14,12,26,22,34v10,8,24,14,39,17v15,3,33,5,55,5v26,0,49,-1,70,-2v21,-1,40,-6,55,-13v15,-7,27,-16,36,-29v9,-13,13,-31,13,-55","w":569},"b":{"d":"146,-468v9,-12,18,-22,27,-31v9,-9,20,-16,33,-22v13,-6,29,-10,47,-13v18,-3,40,-4,66,-4v46,0,83,6,110,20v27,14,48,33,62,58v14,25,24,54,28,88v4,34,6,70,6,110v0,42,-2,80,-6,113v-4,33,-15,62,-30,85v-15,23,-37,41,-65,53v-28,12,-66,19,-114,19v-24,0,-43,-1,-60,-3v-17,-2,-31,-7,-44,-12v-13,-5,-25,-13,-35,-23v-10,-10,-20,-23,-30,-38r5,68r-80,0r0,-755r80,0r0,287xm291,-473v-36,0,-63,4,-83,12v-20,8,-34,21,-43,38v-9,17,-14,38,-16,64v-2,26,-3,58,-3,94v0,36,1,67,3,93v2,26,8,48,17,65v9,17,24,29,44,37v20,8,48,13,84,13v33,0,59,-5,79,-13v20,-8,36,-20,46,-37v10,-17,17,-39,20,-65v3,-26,6,-57,6,-93v0,-36,-3,-68,-6,-94v-3,-26,-10,-47,-21,-64v-11,-17,-26,-30,-46,-38v-20,-8,-47,-12,-81,-12","w":570},"c":{"d":"500,-194v-2,41,-8,75,-17,101v-9,26,-22,47,-40,62v-18,15,-41,26,-69,31v-28,5,-62,8,-102,8v-44,0,-80,-5,-109,-14v-29,-9,-53,-24,-70,-45v-17,-21,-30,-49,-37,-84v-7,-35,-11,-78,-11,-130v0,-52,4,-95,11,-130v7,-35,19,-63,36,-84v17,-21,40,-37,69,-46v29,-9,65,-13,109,-13v34,0,64,2,91,6v27,4,51,13,70,25v19,12,34,29,44,50v10,21,16,48,16,82r0,17r-78,0v0,-22,-2,-40,-5,-54v-3,-14,-10,-26,-20,-35v-10,-9,-24,-16,-43,-20v-19,-4,-44,-6,-75,-6v-30,0,-53,3,-72,8v-19,5,-34,15,-44,30v-10,15,-18,35,-22,62v-4,27,-6,61,-6,105v0,43,3,78,7,106v4,28,12,49,23,64v11,15,26,26,45,32v19,6,42,9,71,9v31,0,56,-3,75,-7v19,-4,33,-11,44,-21v11,-10,18,-24,22,-41v4,-17,7,-40,9,-68r78,0","w":541},"d":{"d":"424,-755r81,0r0,755r-79,0r3,-68v-10,15,-20,28,-30,38v-10,10,-21,18,-34,23v-13,5,-27,10,-44,12v-17,2,-37,3,-61,3v-48,0,-86,-7,-114,-19v-28,-12,-50,-30,-65,-53v-15,-23,-25,-52,-29,-85v-4,-33,-7,-71,-7,-113v0,-40,2,-76,6,-110v4,-34,14,-63,28,-88v14,-25,35,-44,62,-58v27,-14,64,-20,110,-20v26,0,48,1,66,4v18,3,33,7,46,13v13,6,25,13,34,22v9,9,18,19,27,31r0,-287xm271,-473v-36,0,-63,4,-83,12v-20,8,-34,21,-43,38v-9,17,-14,38,-16,64v-2,26,-3,58,-3,94v0,36,1,67,3,93v2,26,8,48,17,65v9,17,24,29,44,37v20,8,48,13,84,13v33,0,59,-5,79,-13v20,-8,36,-20,46,-37v10,-17,17,-39,20,-65v3,-26,5,-57,5,-93v0,-36,-2,-68,-5,-94v-3,-26,-10,-47,-21,-64v-11,-17,-26,-30,-46,-38v-20,-8,-47,-12,-81,-12","w":570},"e":{"d":"424,-313v0,-30,-2,-57,-7,-77v-5,-20,-12,-36,-24,-48v-12,-12,-28,-22,-47,-27v-19,-5,-43,-8,-71,-8v-29,0,-53,3,-72,8v-19,5,-35,15,-46,27v-11,12,-19,29,-24,49v-5,20,-7,46,-7,76r298,0xm126,-248v0,40,2,72,6,97v4,25,12,44,23,58v11,14,27,23,46,28v19,5,44,8,75,8v32,0,58,-1,77,-4v19,-3,34,-8,45,-14v11,-6,18,-15,21,-27v3,-12,5,-27,5,-45r0,-16r81,0v0,38,-5,67,-15,90v-10,23,-24,40,-43,52v-19,12,-44,20,-72,24v-28,4,-61,5,-99,5v-44,0,-81,-5,-111,-13v-30,-8,-53,-22,-71,-43v-18,-21,-31,-49,-38,-85v-7,-36,-11,-80,-11,-134v0,-52,4,-96,13,-131v9,-35,23,-62,41,-83v18,-21,43,-35,72,-44v29,-9,64,-13,104,-13v40,0,75,4,104,12v29,8,53,23,72,42v19,19,32,45,41,76v9,31,13,71,13,117r0,43r-379,0","w":555},"f":{"d":"304,-464r-138,0r0,464r-80,0r0,-464r-81,0r0,-65r81,0r0,-79v0,-30,3,-55,10,-75v7,-20,17,-37,31,-49v14,-12,32,-21,53,-26v21,-5,46,-7,75,-7v9,0,18,0,26,1v8,1,15,2,20,3r0,65v-9,-1,-17,-2,-24,-3v-7,-1,-17,-1,-28,-1v-30,0,-52,7,-64,21v-12,14,-19,35,-19,65r0,85r138,0r0,65","w":297},"g":{"d":"424,-528r77,0r0,562v0,41,-4,75,-12,101v-8,26,-20,47,-38,62v-18,15,-41,25,-71,31v-30,6,-66,9,-110,9v-36,0,-67,-2,-93,-6v-26,-4,-48,-12,-65,-24v-17,-12,-29,-30,-37,-53v-8,-23,-13,-54,-13,-92r75,0v1,24,5,44,9,58v4,14,11,26,21,33v10,7,22,13,37,15v15,2,34,3,56,3v29,0,54,-1,74,-3v20,-2,38,-8,51,-17v13,-9,24,-22,30,-39v6,-17,9,-41,9,-71r0,-106v-8,16,-18,29,-31,39v-13,10,-28,17,-43,22v-15,5,-32,9,-49,10v-17,1,-33,2,-50,2v-43,0,-77,-6,-104,-18v-27,-12,-48,-27,-63,-49v-15,-22,-26,-49,-31,-80v-5,-31,-8,-66,-8,-104v0,-42,2,-80,5,-116v3,-36,11,-67,25,-94v14,-27,35,-48,63,-63v28,-15,68,-22,118,-22v17,0,35,1,51,3v16,2,32,7,46,13v14,6,28,14,41,24v13,10,24,23,34,38xm271,-473v-36,0,-63,4,-83,12v-20,8,-34,21,-43,38v-9,17,-14,38,-16,64v-2,26,-3,58,-3,94v0,36,1,67,3,93v2,26,8,48,17,65v9,17,24,29,44,37v20,8,48,13,84,13v33,0,59,-5,79,-13v20,-8,36,-20,46,-37v10,-17,17,-39,20,-65v3,-26,5,-57,5,-93v0,-36,-2,-68,-5,-94v-3,-26,-10,-47,-21,-64v-11,-17,-26,-30,-46,-38v-20,-8,-47,-12,-81,-12"},"h":{"d":"146,-469v9,-16,19,-29,31,-38v12,-9,26,-15,41,-20v15,-5,31,-8,47,-9v16,-1,32,-1,49,-1v37,0,69,3,94,9v25,6,45,16,61,31v16,15,27,35,34,60v7,25,11,56,11,94r0,343r-81,0r0,-358v0,-24,-2,-44,-7,-59v-5,-15,-12,-27,-22,-35v-10,-8,-23,-13,-39,-16v-16,-3,-36,-4,-59,-4v-33,0,-60,3,-81,9v-21,6,-38,17,-49,30v-11,13,-19,30,-23,52v-4,22,-7,48,-7,80r0,301r-80,0r0,-755r80,0r0,286","w":579},"i":{"d":"146,0r-80,0r0,-528r80,0r0,528xm146,-668r-80,0r0,-87r80,0r0,87","w":211},"j":{"d":"146,-528r0,577v0,20,-1,40,-4,59v-3,19,-10,36,-18,50v-8,14,-20,26,-35,35v-15,9,-36,13,-61,13v-6,0,-12,0,-18,-1v-6,-1,-13,-2,-20,-4r0,-56v4,2,8,3,11,3v16,0,28,-3,37,-8v9,-5,15,-13,19,-22v4,-9,7,-19,8,-31v1,-12,1,-25,1,-38r0,-577r80,0xm146,-669r-80,0r0,-87r80,0r0,87","w":211},"k":{"d":"146,-313r31,0r191,-215r97,0r-225,243r266,285r-105,0r-224,-248r-31,0r0,248r-80,0r0,-755r80,0r0,442","w":510},"l":{"d":"146,0r-80,0r0,-755r80,0r0,755","w":211},"m":{"d":"146,-458v19,-30,44,-51,73,-63v29,-12,61,-17,97,-17v16,0,32,1,49,4v17,3,34,7,50,13v16,6,30,16,42,28v12,12,21,26,27,44v19,-34,44,-57,76,-70v32,-13,66,-19,104,-19v34,0,64,3,88,10v24,7,44,18,59,33v15,15,26,34,33,58v7,24,10,53,10,87r0,350r-81,0r0,-355v0,-23,-1,-42,-5,-57v-4,-15,-11,-27,-20,-36v-9,-9,-21,-15,-36,-19v-15,-4,-34,-6,-58,-6v-32,0,-57,4,-77,11v-20,7,-37,17,-48,28v-11,11,-19,24,-23,39v-4,15,-6,30,-6,45r0,350r-81,0r0,-349v0,-24,-2,-44,-5,-60v-3,-16,-9,-28,-18,-38v-9,-10,-22,-16,-38,-20v-16,-4,-37,-6,-63,-6v-30,0,-54,3,-73,10v-19,7,-35,18,-46,32v-11,14,-19,31,-23,52v-4,21,-7,47,-7,76r0,303r-80,0r0,-528r80,0r0,70","w":919},"n":{"d":"147,-469v9,-16,19,-29,31,-38v12,-9,26,-15,41,-20v15,-5,31,-8,47,-9v16,-1,33,-1,50,-1v37,0,68,3,93,9v25,6,45,16,61,31v16,15,28,35,35,60v7,25,10,56,10,94r0,343r-81,0r0,-358v0,-24,-2,-44,-7,-59v-5,-15,-12,-27,-22,-35v-10,-8,-23,-13,-39,-16v-16,-3,-36,-4,-59,-4v-33,0,-60,3,-81,9v-21,6,-38,17,-49,30v-11,13,-19,30,-23,52v-4,22,-7,48,-7,80r0,301r-80,0r0,-528r80,0r0,59","w":580},"o":{"d":"434,-264v0,-44,-2,-79,-6,-106v-4,-27,-12,-48,-24,-63v-12,-15,-28,-26,-47,-31v-19,-5,-45,-8,-75,-8v-30,0,-55,3,-74,8v-19,5,-36,15,-47,30v-11,15,-19,37,-23,64v-4,27,-7,62,-7,106v0,44,2,80,7,107v5,27,13,49,24,64v11,15,28,25,47,30v19,5,43,8,73,8v30,0,56,-3,75,-8v19,-5,35,-15,46,-30v11,-15,19,-35,24,-63v5,-28,7,-64,7,-108xm515,-264v0,55,-4,100,-12,135v-8,35,-20,64,-38,84v-18,20,-42,35,-72,43v-30,8,-67,12,-111,12v-44,0,-80,-4,-110,-12v-30,-8,-53,-23,-71,-43v-18,-20,-31,-49,-39,-84v-8,-35,-12,-80,-12,-134v0,-55,4,-101,12,-136v8,-35,21,-63,39,-83v18,-20,41,-35,71,-43v30,-8,66,-12,110,-12v44,0,81,3,111,11v30,8,54,23,72,43v18,20,30,48,38,83v8,35,12,81,12,136","k":{"x":15}},"p":{"d":"146,227r-80,0r0,-755r80,0r0,60v19,-26,43,-45,70,-55v27,-10,57,-15,93,-15v48,0,86,6,114,18v28,12,50,30,65,53v15,23,25,51,30,84v5,33,7,72,7,114v0,40,-2,76,-6,110v-4,34,-14,63,-28,88v-14,25,-35,44,-63,58v-28,14,-64,21,-110,21v-17,0,-34,-1,-50,-2v-16,-1,-32,-5,-47,-10v-15,-5,-29,-12,-42,-21v-13,-9,-24,-20,-33,-35r0,287xm291,-473v-36,0,-63,4,-83,12v-20,8,-34,21,-43,38v-9,17,-14,38,-16,64v-2,26,-3,58,-3,94v0,36,1,67,3,93v2,26,8,48,17,65v9,17,24,29,44,37v20,8,48,13,84,13v33,0,59,-5,79,-13v20,-8,36,-20,46,-37v10,-17,17,-39,20,-65v3,-26,6,-57,6,-93v0,-36,-3,-68,-6,-94v-3,-26,-10,-47,-21,-64v-11,-17,-26,-30,-46,-38v-20,-8,-47,-12,-81,-12","w":570},"q":{"d":"505,-528r0,755r-81,0r0,-287v-9,15,-20,26,-33,35v-13,9,-28,16,-43,21v-15,5,-31,9,-47,10v-16,1,-33,2,-50,2v-46,0,-83,-7,-110,-21v-27,-14,-48,-33,-62,-57v-14,-24,-24,-53,-28,-86v-4,-33,-6,-69,-6,-109v0,-42,2,-80,7,-114v5,-34,15,-62,30,-86v15,-24,37,-43,65,-55v28,-12,66,-18,114,-18v36,0,67,5,94,15v27,10,50,28,69,54r0,-59r81,0xm271,-473v-36,0,-63,4,-83,12v-20,8,-34,21,-43,38v-9,17,-14,38,-16,64v-2,26,-3,58,-3,94v0,36,1,67,3,93v2,26,8,48,17,65v9,17,24,29,44,37v20,8,48,13,84,13v33,0,59,-5,79,-13v20,-8,36,-20,46,-37v10,-17,17,-39,20,-65v3,-26,5,-57,5,-93v0,-36,-2,-68,-5,-94v-3,-26,-10,-47,-21,-64v-11,-17,-26,-30,-46,-38v-20,-8,-47,-12,-81,-12","w":570},"r":{"d":"146,-476v15,-22,35,-38,59,-49v24,-11,51,-16,81,-16v54,0,94,13,118,39v24,26,36,65,36,118r0,31r-80,0r0,-39v0,-32,-7,-54,-21,-66v-14,-12,-37,-18,-69,-18v-83,0,-124,41,-124,124r0,352r-80,0r0,-528r80,0r0,52","w":447,"k":{"y":-30}},"s":{"d":"131,-168v0,24,2,44,7,58v5,14,12,25,23,33v11,8,26,13,44,16v18,3,40,4,66,4v29,0,53,-2,71,-4v18,-2,34,-7,45,-14v11,-7,19,-16,23,-28v4,-12,6,-29,6,-50v0,-28,-10,-48,-31,-60v-21,-12,-58,-21,-110,-25v-30,-2,-58,-5,-85,-9v-27,-4,-52,-11,-72,-21v-20,-10,-37,-24,-49,-43v-12,-19,-19,-45,-19,-77v0,-28,4,-51,11,-70v7,-19,19,-34,35,-46v16,-12,38,-21,65,-26v27,-5,59,-8,98,-8v30,0,59,1,86,4v27,3,52,8,72,16v20,8,37,21,49,38v12,17,18,40,18,68r0,19r-81,0v0,-14,-2,-26,-5,-36v-3,-10,-9,-19,-19,-25v-10,-6,-24,-11,-42,-14v-18,-3,-41,-5,-70,-5v-28,0,-50,2,-68,4v-18,2,-32,6,-42,12v-10,6,-16,13,-20,23v-4,10,-6,23,-6,38v0,17,2,30,5,41v3,11,11,19,21,26v10,7,26,12,46,15v20,3,46,6,80,7v32,1,62,5,88,10v26,5,49,14,67,26v18,12,33,28,43,48v10,20,16,45,16,75v0,32,-4,58,-13,78v-9,20,-22,36,-40,48v-18,12,-42,20,-70,24v-28,4,-61,6,-99,6v-38,0,-72,-2,-100,-6v-28,-4,-52,-12,-70,-25v-18,-13,-32,-31,-41,-54v-9,-23,-14,-53,-14,-91r81,0","w":541},"t":{"d":"360,-464r-204,0r0,324v0,15,1,29,3,39v2,10,5,18,10,25v5,7,13,12,23,15v10,3,23,4,39,4v32,0,52,-7,61,-19v9,-12,13,-33,13,-64r0,-46r76,0v0,37,-2,68,-5,93v-3,25,-10,45,-20,60v-10,15,-26,25,-46,31v-20,6,-46,10,-80,10v-30,0,-54,-2,-74,-7v-20,-5,-36,-14,-48,-25v-12,-11,-20,-27,-25,-46v-5,-19,-7,-42,-7,-70r0,-324r-70,0r0,-65r70,0r0,-127r80,0r0,127r204,0r0,65","w":391},"u":{"d":"146,-528r0,351v0,23,2,42,5,58v3,16,10,28,19,37v9,9,22,16,37,20v15,4,35,6,59,6v32,0,58,-3,78,-9v20,-6,36,-15,48,-27v12,-12,20,-30,25,-50v5,-20,7,-45,7,-75r0,-311r81,0r0,528r-75,0r0,-70v-11,17,-23,31,-36,41v-13,10,-26,19,-41,24v-15,5,-31,9,-48,11v-17,2,-36,3,-56,3v-32,0,-59,-3,-82,-8v-23,-5,-43,-15,-58,-28v-15,-13,-26,-30,-33,-52v-7,-22,-10,-47,-10,-79r0,-370r80,0","w":570},"v":{"d":"472,-528r-177,528r-111,0r-176,-528r86,0r145,469r147,-469r86,0","w":479},"w":{"d":"615,0r-115,0r-114,-473r-114,473r-117,0r-142,-528r80,0r121,475r116,-475r115,0r114,475r121,-475r83,0","w":769},"x":{"d":"277,-276r189,276r-97,0r-136,-214r-136,214r-97,0r188,-276r-168,-252r93,0r120,193r120,-193r93,0","w":479,"k":{"o":15}},"y":{"d":"458,-528r-163,599v-9,34,-18,61,-28,83v-10,22,-22,39,-35,51v-13,12,-27,21,-43,26v-16,5,-34,8,-54,8v-7,0,-15,-1,-23,-2v-8,-1,-15,-2,-22,-4r0,-65v5,1,10,3,15,4v5,1,10,1,15,1v15,0,28,-1,38,-5v10,-4,19,-12,27,-24v8,-12,16,-29,24,-52v8,-23,17,-54,27,-92r-34,0r-193,-528r81,0r165,470r121,-470r82,0","w":472},"z":{"d":"432,-528r0,71r-315,391r315,0r0,66r-409,0r0,-75r316,-388r-289,0r0,-65r382,0","w":456},"{":{"d":"155,-313v26,-7,43,-21,52,-39v9,-18,14,-40,14,-66r0,-198v0,-32,4,-58,12,-78v8,-20,21,-35,37,-46v16,-11,36,-19,60,-23v24,-4,51,-6,82,-6r0,73v-39,0,-67,9,-83,25v-16,16,-25,44,-25,84r0,182v0,15,-1,29,-2,41v-1,12,-4,24,-8,34v-4,10,-11,20,-19,28v-8,8,-19,17,-32,24v26,15,43,33,50,56v7,23,11,47,11,75r0,176v0,21,2,38,5,52v3,14,10,25,18,33v8,8,19,15,33,19v14,4,31,5,52,5r0,74v-33,0,-61,-2,-85,-5v-24,-3,-45,-12,-60,-23v-15,-11,-27,-27,-35,-50v-8,-23,-11,-53,-11,-91r0,-180v0,-28,-4,-51,-12,-69v-8,-18,-26,-32,-54,-40r0,-67","w":565},"|":{"d":"241,187r0,-942r84,0r0,942r-84,0","w":565},"}":{"d":"411,-244v-26,7,-43,21,-52,39v-9,18,-13,40,-13,66r0,197v0,32,-4,58,-12,78v-8,20,-20,35,-36,46v-16,11,-36,19,-60,23v-24,4,-52,7,-84,7r0,-74v19,-1,36,-3,50,-7v14,-4,25,-11,34,-19v9,-8,15,-19,19,-32v4,-13,5,-31,5,-51r0,-181v0,-29,3,-54,10,-75v7,-21,24,-38,51,-52v-26,-15,-43,-34,-50,-56v-7,-22,-11,-47,-11,-75r0,-177v0,-21,-1,-38,-5,-52v-4,-14,-10,-25,-19,-33v-9,-8,-20,-14,-33,-18v-13,-4,-31,-6,-51,-6r0,-73v32,0,61,1,85,4v24,3,44,10,60,21v16,11,27,27,35,50v8,23,12,53,12,93r0,181v0,28,4,51,12,69v8,18,25,32,53,41r0,66","w":565},"~":{"d":"10,-333v7,-16,16,-32,26,-47v10,-15,22,-28,35,-40v13,-12,26,-22,42,-29v16,-7,33,-11,52,-11v21,0,42,4,61,13v19,9,39,19,58,29v19,10,39,19,58,28v19,9,40,13,62,13v12,0,24,-3,34,-8v10,-5,20,-12,28,-20v8,-8,15,-17,22,-27v7,-10,13,-21,18,-30r47,38v-7,15,-16,30,-26,45v-10,15,-22,29,-35,41v-13,12,-27,22,-43,29v-16,7,-33,11,-52,11v-21,0,-40,-4,-59,-12v-19,-8,-38,-18,-56,-28v-18,-10,-37,-19,-55,-27v-18,-8,-38,-12,-58,-12v-28,0,-49,8,-66,24v-17,16,-33,35,-46,58","w":565},"\u2122":{"d":"572,-412r142,-342r72,0r0,399r-44,0r0,-367r-151,367r-39,0r-151,-364r0,364r-44,0r0,-399r73,0xm143,-713r-130,0r0,-41r304,0r0,41r-130,0r0,358r-44,0r0,-358","w":832},"\"":{"d":"236,-454r-13,-302r95,0r-15,302r-67,0xm70,-454r-15,-302r95,0r-15,302r-65,0","w":372},"!":{"d":"162,-208r-65,0r-16,-547r97,0xm174,0r-89,0r0,-102r89,0r0,102","w":270},"\u0401":{"d":"272,-802r-80,0r0,-87r80,0r0,87xm424,-802r-80,0r0,-87r80,0r0,87xm538,-421r0,73r-384,0r0,274r400,0r0,74r-483,0r0,-755r485,0r0,74r-402,0r0,260r384,0","w":600},"\u0451":{"d":"251,-584r-81,0r0,-86r81,0r0,86xm393,-584r-81,0r0,-86r81,0r0,86xm424,-313v0,-30,-2,-57,-7,-77v-5,-20,-12,-36,-24,-48v-12,-12,-28,-22,-47,-27v-19,-5,-43,-8,-71,-8v-29,0,-53,3,-72,8v-19,5,-35,15,-46,27v-11,12,-19,29,-24,49v-5,20,-7,46,-7,76r298,0xm126,-248v0,40,2,72,6,97v4,25,12,44,23,58v11,14,27,23,46,28v19,5,44,8,75,8v32,0,58,-1,77,-4v19,-3,34,-8,45,-14v11,-6,18,-15,21,-27v3,-12,5,-27,5,-45r0,-16r81,0v0,38,-5,67,-15,90v-10,23,-24,40,-43,52v-19,12,-44,20,-72,24v-28,4,-61,5,-99,5v-44,0,-81,-5,-111,-13v-30,-8,-53,-22,-71,-43v-18,-21,-31,-49,-38,-85v-7,-36,-11,-80,-11,-134v0,-52,4,-96,13,-131v9,-35,23,-62,41,-83v18,-21,43,-35,72,-44v29,-9,64,-13,104,-13v40,0,75,4,104,12v29,8,53,23,72,42v19,19,32,45,41,76v9,31,13,71,13,117r0,43r-379,0","w":555},"\u0410":{"d":"364,-692r-166,463r333,0xm301,-755r122,0r282,755r-90,0r-57,-155r-381,0r-60,155r-91,0","w":725,"k":{"\u0447":68,"\u0444":15,"\u0441":15,"\u043e":15,"\u0427":60,"\u0424":30,"\u0422":45,"\u0421":22,"\u041e":22}},"\u0411":{"d":"157,-74r248,0v30,0,55,-3,73,-8v18,-5,33,-14,44,-25v11,-11,18,-26,22,-44v4,-18,5,-40,5,-65v0,-29,-2,-52,-7,-69v-5,-17,-13,-31,-25,-40v-12,-9,-28,-15,-48,-18v-20,-3,-45,-5,-75,-5r-237,0r0,274xm573,-755r0,74r-416,0r0,260r252,0v41,0,76,3,105,10v29,7,52,18,69,34v17,16,30,38,38,64v8,26,12,58,12,97v0,38,-4,72,-12,99v-8,27,-21,50,-39,67v-18,17,-41,30,-69,38v-28,8,-62,12,-102,12r-337,0r0,-755r499,0","w":688},"\u0412":{"d":"71,-755r363,0v65,0,113,14,144,42v31,28,47,75,47,143v0,21,-1,41,-3,59v-2,18,-6,35,-12,49v-6,14,-16,27,-28,38v-12,11,-29,21,-51,28v25,7,45,15,60,25v15,10,27,22,35,36v8,14,14,31,17,50v3,19,4,41,4,66v0,34,-3,64,-9,91v-6,27,-17,51,-32,70v-15,19,-34,33,-59,43v-25,10,-55,15,-91,15r-385,0r0,-755xm154,-421r240,0v28,0,52,-3,71,-7v19,-4,34,-12,45,-23v11,-11,19,-25,24,-43v5,-18,7,-40,7,-67v0,-23,-1,-43,-5,-58v-4,-15,-10,-28,-19,-37v-9,-9,-20,-15,-35,-19v-15,-4,-34,-6,-57,-6r-271,0r0,260xm154,-74r233,0v32,0,59,-1,82,-4v23,-3,41,-10,55,-19v14,-9,24,-24,30,-42v6,-18,9,-43,9,-74v0,-31,-2,-55,-6,-73v-4,-18,-12,-31,-23,-40v-11,-9,-25,-15,-43,-18v-18,-3,-41,-4,-69,-4r-268,0r0,274","w":696},"\u0413":{"d":"538,-755r0,74r-383,0r0,681r-83,0r0,-755r466,0","w":549,"k":{"\u044f":37,"\u044e":60,"\u044d":52,"\u044b":60,"\u0449":60,"\u0448":60,"\u0447":59,"\u0446":60,"\u0445":22,"\u0444":52,"\u0443":30,"\u0441":60,"\u0440":60,"\u043f":60,"\u043e":60,"\u043d":60,"\u043c":60,"\u043b":60,"\u043a":60,"\u0438":60,"\u0437":68,"\u0436":52,"\u0435":60,"\u0434":68,"\u0432":60,"\u0431":37,"\u0430":60,"\u041b":30,"\u0414":37,"\u0410":68}},"\u0414":{"d":"239,-681r0,305v0,38,-2,71,-4,100v-2,29,-6,54,-11,78v-5,24,-13,46,-21,65v-8,19,-19,39,-30,59r412,0r0,-607r-346,0xm79,-75v14,-22,25,-43,35,-65v10,-22,18,-45,24,-69v6,-24,10,-49,13,-75v3,-26,4,-53,4,-82r0,-389r513,0r0,681r55,0r0,247r-77,0r0,-173r-537,0r0,173r-77,0r0,-247r47,0r0,-1","w":748},"\u0415":{"d":"538,-421r0,73r-384,0r0,274r400,0r0,74r-483,0r0,-755r485,0r0,74r-402,0r0,260r384,0","w":600},"\u0416":{"d":"201,-755r255,334r73,0r0,-334r84,0r0,334r72,0r256,-334r104,0r-284,367r339,388r-121,0r-294,-348r-72,0r0,348r-84,0r0,-348r-73,0r-294,348r-121,0r339,-388r-284,-367r105,0","w":1130,"k":{"\u0447":83,"\u0444":30,"\u0443":45,"\u0442":45,"\u0441":30,"\u043e":30,"\u0424":45,"\u041e":30}},"\u0417":{"d":"230,-421r170,0v30,0,54,-2,73,-6v19,-4,35,-11,46,-21v11,-10,19,-25,23,-43v4,-18,6,-41,6,-70v0,-24,-3,-45,-10,-61v-7,-16,-18,-29,-33,-39v-15,-10,-35,-18,-60,-22v-25,-4,-55,-6,-91,-6v-39,0,-70,2,-95,7v-25,5,-45,12,-59,24v-14,12,-25,28,-31,47v-6,19,-11,45,-13,75r-83,0v2,-48,8,-87,20,-117v12,-30,29,-53,52,-69v23,-16,51,-28,86,-33v35,-5,76,-8,123,-8v50,0,92,3,127,10v35,7,65,18,87,33v22,15,38,34,48,59v10,25,16,54,16,89v0,59,-10,103,-29,131v-19,28,-52,45,-96,52v28,4,50,11,68,20v18,9,32,21,42,36v10,15,18,34,22,56v4,22,6,47,6,76v0,38,-5,71,-16,98v-11,27,-27,48,-51,64v-24,16,-54,29,-91,36v-37,7,-81,11,-133,11v-58,0,-106,-4,-144,-10v-38,-6,-68,-17,-90,-33v-22,-16,-38,-38,-47,-65v-9,-27,-14,-61,-14,-101r0,-25r84,0r0,24v0,30,3,53,8,71v5,18,16,32,31,42v15,10,36,16,64,19v28,3,64,4,108,4v43,0,78,-3,105,-9v27,-6,48,-15,63,-27v15,-12,25,-28,31,-46v6,-18,8,-40,8,-65v0,-44,-11,-77,-35,-100v-24,-23,-65,-35,-121,-35r-175,0r0,-73","w":688},"\u0418":{"d":"154,-57r430,-698r134,0r0,755r-84,0r0,-690r-430,690r-133,0r0,-755r83,0r0,698","w":788},"\u0419":{"d":"536,-889v0,23,-2,42,-7,57v-5,15,-14,27,-26,36v-12,9,-28,15,-48,18v-20,3,-44,5,-74,5v-28,0,-52,-2,-71,-5v-19,-3,-35,-9,-47,-18v-12,-9,-22,-21,-28,-36v-6,-15,-8,-34,-8,-57r57,0v0,14,3,25,8,33v5,8,12,13,20,17v8,4,18,6,30,7v12,1,25,1,39,1v15,0,28,0,40,-1v12,-1,23,-3,31,-7v8,-4,15,-9,20,-17v5,-8,7,-19,7,-33r57,0xm154,-58r430,-697r134,0r0,755r-84,0r0,-691r-430,691r-133,0r0,-755r83,0r0,697","w":788},"\u041a":{"d":"154,-421r75,0r309,-334r112,0r-347,365r387,390r-115,0r-346,-348r-75,0r0,348r-83,0r0,-755r83,0r0,334","w":701,"k":{"\u0447":68,"\u0443":30,"\u043e":30,"\u043b":-15,"\u0437":22,"\u0435":22,"\u0430":22}},"\u041b":{"d":"661,-755r0,755r-83,0r0,-681r-365,0r0,460v0,36,-2,67,-7,95v-5,28,-13,51,-24,69v-11,18,-26,32,-44,42v-18,10,-40,15,-67,15r-54,0r0,-74r20,0v16,0,31,-2,42,-5v11,-3,20,-9,28,-19v8,-10,14,-24,17,-42v3,-18,5,-42,5,-72r0,-543r532,0","w":731},"\u041c":{"d":"477,-108r268,-647r138,0r0,755r-84,0r0,-695r-285,695r-72,0r-288,-687r0,687r-83,0r0,-755r138,0","w":953},"\u041d":{"d":"596,-421r0,-334r83,0r0,755r-83,0r0,-348r-442,0r0,348r-83,0r0,-755r83,0r0,334r442,0","w":749},"\u041e":{"d":"134,-377v0,67,3,120,8,161v5,41,16,72,32,95v16,23,40,37,71,44v31,7,72,11,123,11v52,0,92,-4,123,-11v31,-7,54,-21,70,-44v16,-23,27,-54,32,-95v5,-41,7,-94,7,-161v0,-67,-2,-121,-7,-162v-5,-41,-16,-73,-32,-95v-16,-22,-39,-37,-70,-44v-31,-7,-71,-11,-123,-11v-52,0,-94,4,-125,11v-31,7,-55,22,-71,44v-16,22,-26,54,-31,95v-5,41,-7,95,-7,162xm50,-377v0,-81,6,-146,15,-196v9,-50,25,-89,49,-117v24,-28,57,-48,98,-58v41,-10,93,-15,157,-15v63,0,115,5,156,15v41,10,72,30,96,58v24,28,40,67,49,117v9,50,13,115,13,196v0,80,-4,145,-13,195v-9,50,-25,89,-49,117v-24,28,-56,48,-97,58v-41,10,-93,15,-157,15v-63,0,-115,-5,-156,-15v-41,-10,-73,-30,-97,-58v-24,-28,-40,-67,-49,-117v-9,-50,-15,-115,-15,-195","w":734,"k":{"\u0425":22,"\u0416":30,"\u0410":22}},"\u041f":{"d":"679,-755r0,755r-83,0r0,-681r-442,0r0,681r-83,0r0,-755r608,0","w":749},"\u0420":{"d":"154,-369r201,0v34,0,63,-2,87,-6v24,-4,44,-12,59,-24v15,-12,27,-28,34,-49v7,-21,11,-47,11,-81v0,-27,-1,-50,-4,-69v-3,-19,-10,-36,-19,-48v-9,-12,-23,-21,-39,-27v-16,-6,-38,-8,-66,-8r-264,0r0,312xm154,0r-83,0r0,-755r359,0v36,0,67,5,93,13v26,8,46,21,62,38v16,17,27,40,34,67v7,27,11,59,11,97v0,46,-4,84,-12,115v-8,31,-22,57,-41,76v-19,19,-46,33,-78,41v-32,8,-72,13,-120,13r-225,0r0,295","w":671,"k":{"\u041b":37,"\u0414":52,"\u0410":68}},"\u0421":{"d":"651,-252v0,49,-4,90,-13,123v-9,33,-25,61,-48,81v-23,20,-53,34,-92,43v-39,9,-87,13,-146,13v-57,0,-105,-5,-143,-15v-38,-10,-69,-28,-93,-56v-24,-28,-40,-67,-50,-117v-10,-50,-16,-115,-16,-195v0,-80,6,-145,16,-195v10,-50,26,-89,49,-118v23,-29,54,-49,93,-59v39,-10,87,-16,144,-16v60,0,108,5,145,15v37,10,66,24,86,44v20,20,34,47,42,78v8,31,13,68,16,110r-82,0v-3,-33,-7,-61,-13,-83v-6,-22,-16,-40,-30,-53v-14,-13,-34,-23,-60,-29v-26,-6,-60,-8,-104,-8v-43,0,-79,4,-107,12v-28,8,-50,25,-66,48v-16,23,-28,54,-35,95v-7,41,-10,94,-10,159v0,65,4,118,10,158v6,40,18,72,34,95v16,23,39,37,67,45v28,8,64,11,107,11v44,0,81,-3,109,-8v28,-5,50,-15,66,-29v16,-14,27,-33,33,-57v6,-24,10,-55,10,-92r81,0","w":676},"\u0422":{"d":"343,0r-84,0r0,-681r-244,0r0,-74r572,0r0,74r-244,0r0,681","w":605,"k":{"\u044f":44,"\u044e":45,"\u044d":45,"\u044c":45,"\u044b":45,"\u0449":45,"\u0448":45,"\u0447":52,"\u0446":45,"\u0441":45,"\u0440":45,"\u043f":45,"\u043e":45,"\u043d":45,"\u043c":45,"\u043b":52,"\u043a":45,"\u0438":45,"\u0437":60,"\u0436":37,"\u0435":45,"\u0434":60,"\u0433":45,"\u0432":45,"\u0431":37,"\u0430":45,"\u0424":37,"\u041b":22,"\u0414":45,"\u0410":45}},"\u0423":{"d":"111,-755r233,523r212,-523r87,0r-264,637v-32,79,-79,118,-141,118r-79,0r0,-74r50,0v26,0,46,-5,58,-15v12,-10,22,-28,31,-55r-278,-611r91,0","w":665,"k":{"\u044f":45,"\u044e":60,"\u044d":68,"\u0449":60,"\u0448":60,"\u0447":60,"\u0446":60,"\u0445":22,"\u0444":60,"\u0442":22,"\u0441":60,"\u0440":60,"\u043f":60,"\u043e":60,"\u043d":60,"\u043c":60,"\u043b":60,"\u043a":60,"\u0439":60,"\u0438":60,"\u0437":60,"\u0436":45,"\u0435":60,"\u0434":76,"\u0433":60,"\u0432":60,"\u0431":37,"\u0430":60,"\u042f":22,"\u0424":37,"\u0421":30,"\u041e":30,"\u041b":44,"\u0417":30,"\u0414":60,"\u0410":98}},"\u0424":{"d":"396,-594r-88,0v-34,0,-62,4,-85,12v-23,8,-41,21,-55,38v-14,17,-24,38,-30,64v-6,26,-9,56,-9,92v0,36,3,66,9,92v6,26,16,48,30,64v14,16,32,28,55,36v23,8,51,13,85,13r88,0r0,-411xm480,-183r88,0v33,0,60,-5,83,-13v23,-8,42,-20,56,-36v14,-16,24,-38,30,-64v6,-26,10,-56,10,-92v0,-36,-4,-66,-10,-92v-6,-26,-17,-47,-31,-64v-14,-17,-33,-30,-56,-38v-23,-8,-51,-12,-84,-12r-86,0r0,411xm480,-755r0,90r96,0v42,0,79,4,111,14v32,10,59,26,80,48v21,22,36,50,47,85v11,35,17,79,17,130v0,51,-6,94,-16,129v-10,35,-26,64,-47,86v-21,22,-48,36,-80,46v-32,10,-69,15,-111,15r-97,0r0,112r-84,0r0,-112r-94,0v-43,0,-80,-5,-112,-15v-32,-10,-60,-24,-81,-46v-21,-22,-37,-51,-48,-86v-11,-35,-16,-78,-16,-129v0,-52,5,-96,16,-131v11,-35,27,-63,48,-85v21,-22,49,-37,81,-47v32,-10,69,-14,112,-14r94,0r0,-90r84,0","w":878,"k":{"\u0425":30,"\u0422":30,"\u0416":45,"\u0410":30}},"\u0425":{"d":"351,-432r213,-323r101,0r-248,364r270,391r-102,0r-234,-347r-234,347r-103,0r270,-391r-248,-364r101,0","w":691,"k":{"\u0424":30,"\u041e":22}},"\u0426":{"d":"154,-74r442,0r0,-681r83,0r0,681r57,0r0,247r-81,0r0,-173r-584,0r0,-755r83,0r0,681","w":758},"\u0427":{"d":"144,-755r0,192v0,36,4,64,12,84v8,20,20,35,36,45v16,10,36,16,60,18v24,2,53,4,86,4v15,0,31,-1,49,-1v18,0,37,-1,56,-2v19,-1,36,-2,54,-4v18,-2,34,-4,48,-7r0,-329r84,0r0,755r-84,0r0,-355v-16,3,-34,7,-53,9v-19,2,-40,4,-60,5v-20,1,-41,2,-61,2r-53,0v-51,0,-93,-3,-126,-10v-33,-7,-60,-20,-79,-38v-19,-18,-33,-43,-41,-74v-8,-31,-12,-70,-12,-118r0,-176r84,0","w":699},"\u0428":{"d":"623,-755r0,681r385,0r0,-681r84,0r0,755r-1021,0r0,-755r83,0r0,681r385,0r0,-681r84,0","w":1162},"\u0429":{"d":"623,-755r0,681r385,0r0,-681r84,0r0,681r56,0r0,247r-81,0r0,-173r-996,0r0,-755r83,0r0,681r385,0r0,-681r84,0","w":1182},"\u042a":{"d":"221,-74r248,0v30,0,55,-3,73,-8v18,-5,33,-14,44,-25v11,-11,17,-26,21,-44v4,-18,6,-40,6,-65v0,-29,-3,-52,-8,-69v-5,-17,-13,-31,-25,-40v-12,-9,-27,-15,-47,-18v-20,-3,-45,-5,-75,-5r-237,0r0,274xm221,-421r252,0v41,0,75,3,104,10v29,7,52,18,69,34v17,16,30,38,38,64v8,26,13,58,13,97v0,38,-5,72,-13,99v-8,27,-20,50,-38,67v-18,17,-41,30,-69,38v-28,8,-62,12,-102,12r-338,0r0,-681r-137,0r0,-74r221,0r0,334","w":745},"\u042b":{"d":"836,0r-84,0r0,-755r84,0r0,755xm154,-74r248,0v30,0,55,-3,73,-8v18,-5,33,-14,44,-25v11,-11,18,-26,22,-44v4,-18,5,-40,5,-65v0,-29,-2,-52,-7,-69v-5,-17,-13,-31,-25,-40v-12,-9,-28,-15,-48,-18v-20,-3,-45,-5,-75,-5r-237,0r0,274xm154,-421r252,0v41,0,76,3,105,10v29,7,52,18,69,34v17,16,30,38,38,64v8,26,12,58,12,97v0,38,-4,72,-12,99v-8,27,-21,50,-39,67v-18,17,-41,30,-69,38v-28,8,-62,12,-102,12r-337,0r0,-755r83,0r0,334","w":906},"\u042c":{"d":"154,-74r248,0v30,0,55,-3,73,-8v18,-5,33,-14,44,-25v11,-11,18,-26,22,-44v4,-18,5,-40,5,-65v0,-29,-2,-52,-7,-69v-5,-17,-13,-31,-25,-40v-12,-9,-28,-15,-48,-18v-20,-3,-45,-5,-75,-5r-237,0r0,274xm154,-421r252,0v41,0,76,3,105,10v29,7,52,18,69,34v17,16,30,38,38,64v8,26,12,58,12,97v0,38,-4,72,-12,99v-8,27,-21,50,-39,67v-18,17,-41,30,-69,38v-28,8,-62,12,-102,12r-337,0r0,-755r83,0r0,334","w":685},"\u042d":{"d":"54,-532v3,-46,11,-84,23,-114v12,-30,30,-54,53,-71v23,-17,52,-29,87,-36v35,-7,78,-10,127,-10v58,0,105,6,143,17v38,11,69,31,92,60v23,29,40,68,49,118v9,50,14,114,14,192v0,77,-5,141,-15,191v-10,50,-26,88,-49,117v-23,29,-54,48,-92,59v-38,11,-85,17,-142,17v-56,0,-104,-4,-143,-12v-39,-8,-70,-21,-93,-40v-23,-19,-40,-43,-50,-74v-10,-31,-15,-69,-15,-114r84,0v0,34,4,62,11,84v7,22,18,38,35,50v17,12,39,20,67,25v28,5,63,7,104,7v47,0,85,-4,113,-14v28,-10,50,-26,65,-48v15,-22,24,-51,29,-87v5,-36,7,-81,7,-133r-343,0r0,-73r343,0v0,-55,-4,-100,-12,-135v-8,-35,-22,-63,-39,-82v-17,-19,-40,-33,-67,-40v-27,-7,-58,-11,-96,-11v-39,0,-72,2,-97,7v-25,5,-45,12,-60,24v-15,12,-26,28,-33,48v-7,20,-13,46,-16,78r-84,0","w":686},"\u042e":{"d":"611,-66v36,0,67,-3,94,-9v27,-6,49,-19,66,-41v17,-22,29,-53,37,-94v8,-41,13,-97,13,-168v0,-71,-5,-127,-13,-168v-8,-41,-20,-73,-37,-94v-17,-21,-39,-34,-66,-40v-27,-6,-58,-9,-94,-9v-41,0,-75,3,-102,9v-27,6,-50,19,-66,40v-16,21,-28,53,-35,94v-7,41,-10,97,-10,168v0,70,3,126,10,167v7,41,19,72,35,94v16,22,39,36,66,42v27,6,61,9,102,9xm154,-421r160,0v0,-73,6,-132,17,-177v11,-45,29,-79,53,-104v24,-25,54,-41,92,-49v38,-8,83,-12,135,-12v52,0,97,4,134,12v37,8,67,25,91,52v24,27,41,66,52,117v11,51,16,119,16,204v0,85,-5,153,-16,204v-11,51,-28,90,-52,117v-24,27,-54,44,-91,52v-37,8,-82,13,-134,13v-52,0,-97,-4,-135,-12v-38,-8,-68,-25,-92,-50v-24,-25,-42,-61,-53,-108v-11,-47,-17,-109,-17,-186r-160,0r0,348r-83,0r0,-755r83,0r0,334","w":960,"k":{"\u0425":22,"\u0416":37,"\u0410":22}},"\u042f":{"d":"545,-681r-268,0v-27,0,-49,3,-67,10v-18,7,-33,18,-44,31v-11,13,-18,31,-22,51v-4,20,-7,44,-7,71v0,46,15,82,46,106v31,24,76,36,135,36r227,0r0,-305xm312,-302r-169,302r-102,0r179,-312v-24,-4,-47,-13,-67,-24v-20,-11,-37,-27,-52,-45v-15,-18,-27,-40,-35,-66v-8,-26,-13,-54,-13,-87v0,-79,21,-136,62,-170v41,-34,100,-51,179,-51r335,0r0,755r-84,0r0,-302r-233,0","w":699},"\u0430":{"d":"64,-385v0,-36,5,-65,16,-85v11,-20,25,-36,43,-46v18,-10,41,-17,67,-19v26,-2,53,-3,83,-3v36,0,69,1,98,5v29,4,54,12,73,25v19,13,34,32,44,56v10,24,16,57,16,99r0,353r-76,0r3,-69v-9,17,-18,31,-28,41v-10,10,-22,18,-35,23v-13,5,-29,9,-47,11v-18,2,-41,2,-67,2v-32,0,-61,-2,-87,-6v-26,-4,-48,-12,-66,-24v-18,-12,-33,-30,-42,-52v-9,-22,-14,-51,-14,-87v0,-34,5,-62,14,-83v9,-21,23,-37,41,-48v18,-11,39,-20,64,-24v25,-4,53,-6,83,-6v32,0,58,2,78,4v20,2,36,6,49,11v13,5,23,11,30,19v7,8,14,17,19,28r0,-76v0,-32,-1,-58,-5,-76v-4,-18,-11,-32,-22,-41v-11,-9,-27,-15,-47,-17v-20,-2,-47,-3,-79,-3v-24,0,-43,1,-59,3v-16,2,-29,5,-39,10v-10,5,-17,12,-21,22v-4,10,-7,23,-7,38r0,15r-80,0xm423,-156v0,-24,-2,-42,-7,-56v-5,-14,-14,-24,-27,-31v-13,-7,-31,-12,-54,-14v-23,-2,-51,-3,-87,-3v-20,0,-38,1,-53,3v-15,2,-28,7,-38,14v-10,7,-18,16,-23,28v-5,12,-8,27,-8,46v0,23,2,42,7,56v5,14,12,26,22,34v10,8,24,14,39,17v15,3,33,5,55,5v26,0,49,-1,70,-2v21,-1,40,-6,55,-13v15,-7,27,-16,36,-29v9,-13,13,-31,13,-55","w":569},"\u0431":{"d":"281,-453v-30,0,-54,3,-73,9v-19,6,-35,16,-46,30v-11,14,-19,33,-23,58v-4,25,-7,57,-7,95v0,38,2,69,6,95v4,26,11,47,22,63v11,16,26,28,46,35v20,7,46,11,78,11v32,0,59,-4,78,-11v19,-7,35,-19,46,-35v11,-16,18,-37,22,-63v4,-26,5,-58,5,-96v0,-38,-2,-70,-6,-95v-4,-25,-13,-44,-24,-58v-11,-14,-27,-25,-47,-30v-20,-5,-45,-8,-77,-8xm121,-435v14,-28,33,-50,58,-63v25,-13,59,-20,102,-20v48,0,87,5,117,15v30,10,55,25,72,45v17,20,29,47,36,79v7,32,10,71,10,117v0,45,-2,84,-8,118v-6,34,-18,62,-35,85v-17,23,-41,39,-71,50v-30,11,-70,17,-120,17v-49,0,-88,-6,-119,-17v-31,-11,-55,-27,-71,-50v-16,-23,-27,-51,-33,-85v-6,-34,-9,-73,-9,-118r0,-163v0,-90,19,-156,55,-199v36,-43,89,-64,158,-64v32,0,57,0,75,-1v18,-1,33,-3,42,-6v9,-3,15,-7,18,-13v3,-6,4,-14,4,-24r68,0v0,22,-3,40,-10,54v-7,14,-18,24,-32,32v-14,8,-32,13,-55,16v-23,3,-49,4,-81,4v-26,0,-49,3,-70,8v-21,5,-39,14,-54,28v-15,14,-27,33,-35,58v-8,25,-12,57,-12,97","w":572,"k":{"\u0443":15}},"\u0432":{"d":"66,-529r267,0v24,0,45,1,65,5v20,4,38,11,53,21v15,10,26,24,34,42v8,18,13,40,13,68v0,25,-7,48,-22,69v-15,21,-40,35,-75,41v21,5,38,11,52,20v14,9,25,20,33,31v8,11,13,23,16,36v3,13,5,28,5,42v0,31,-4,56,-12,76v-8,20,-19,35,-33,47v-14,12,-32,20,-51,24v-19,4,-40,7,-64,7r-281,0r0,-529xm146,-313r185,0v34,0,56,-6,68,-16v12,-10,18,-29,18,-58v0,-32,-7,-52,-21,-62v-14,-10,-35,-15,-65,-15r-185,0r0,151xm146,-66r187,0v27,0,49,-5,67,-17v18,-12,26,-35,26,-71v0,-18,-2,-34,-7,-46v-5,-12,-11,-21,-19,-28v-8,-7,-19,-12,-30,-15v-11,-3,-24,-5,-37,-5r-187,0r0,182","w":563},"\u0433":{"d":"421,-528r0,65r-275,0r0,463r-80,0r0,-528r355,0","w":437,"k":{"\u0443":-22,"\u043b":15,"\u0434":30}},"\u0434":{"d":"411,-463r-212,0r0,189v0,44,-5,83,-12,117v-7,34,-19,64,-35,91r259,0r0,-397xm68,-66v10,-16,18,-32,24,-47v6,-15,11,-32,15,-49v4,-17,6,-37,8,-57v2,-20,3,-44,3,-70r0,-239r374,0r0,462r55,0r0,216r-73,0r0,-150r-381,0r0,150r-74,0r0,-216r49,0","w":563},"\u0435":{"d":"424,-313v0,-30,-2,-57,-7,-77v-5,-20,-12,-36,-24,-48v-12,-12,-28,-22,-47,-27v-19,-5,-43,-8,-71,-8v-29,0,-53,3,-72,8v-19,5,-35,15,-46,27v-11,12,-19,29,-24,49v-5,20,-7,46,-7,76r298,0xm126,-248v0,40,2,72,6,97v4,25,12,44,23,58v11,14,27,23,46,28v19,5,44,8,75,8v32,0,58,-2,77,-4v19,-2,34,-7,45,-14v11,-7,18,-16,21,-27v3,-11,5,-26,5,-44r0,-17r81,0v0,38,-5,67,-15,90v-10,23,-24,40,-43,52v-19,12,-44,20,-72,24v-28,4,-61,5,-99,5v-44,0,-81,-5,-111,-13v-30,-8,-53,-22,-71,-43v-18,-21,-31,-49,-38,-85v-7,-36,-11,-80,-11,-134v0,-52,4,-96,13,-131v9,-35,23,-62,41,-83v18,-21,43,-35,72,-44v29,-9,64,-13,104,-13v40,0,75,4,104,12v29,8,53,23,72,42v19,19,32,45,41,76v9,31,13,71,13,117r0,43r-379,0","w":555},"\u0436":{"d":"418,-529r0,216r32,0r166,-216r86,0r-194,245r236,284r-95,0r-199,-248r-32,0r0,248r-80,0r0,-248r-33,0r-199,248r-95,0r236,-284r-195,-245r87,0r167,216r32,0r0,-216r80,0","w":752,"k":{"\u043e":37}},"\u0437":{"d":"69,-384r0,-9v0,-30,4,-55,14,-74v10,-19,23,-33,41,-44v18,-11,40,-18,66,-22v26,-4,53,-5,85,-5v40,0,73,3,100,9v27,6,49,15,65,26v16,11,29,26,36,43v7,17,11,38,11,62v0,12,-2,25,-5,38v-3,13,-9,26,-16,37v-7,11,-16,22,-28,30v-12,8,-27,15,-44,18v19,3,36,7,49,15v13,8,23,18,31,28v8,10,14,22,17,35v3,13,5,27,5,41v0,30,-4,55,-11,76v-7,21,-18,38,-35,51v-17,13,-39,22,-67,28v-28,6,-62,9,-103,9v-46,0,-83,-3,-112,-9v-29,-6,-53,-15,-70,-28v-17,-13,-29,-30,-36,-52v-7,-22,-10,-47,-10,-79r81,0v0,22,1,40,4,53v3,13,9,24,19,31v10,7,24,13,42,15v18,2,43,4,74,4v32,0,57,-1,76,-4v19,-3,33,-8,43,-15v10,-7,17,-17,20,-29v3,-12,4,-29,4,-48v0,-29,-7,-52,-21,-69v-14,-17,-38,-26,-70,-26r-119,0r0,-65r119,0v12,0,23,-2,33,-4v10,-2,19,-5,26,-11v7,-6,13,-14,17,-24v4,-10,6,-23,6,-40v0,-12,-1,-23,-4,-33v-3,-10,-9,-19,-18,-26v-9,-7,-22,-12,-38,-16v-16,-4,-38,-6,-66,-6v-24,0,-43,1,-60,2v-17,1,-31,5,-41,10v-10,5,-18,14,-23,24v-5,10,-7,25,-7,44r0,9r-80,0","w":547},"\u0438":{"d":"146,-96r271,-432r99,0r0,528r-81,0r0,-429r-269,429r-100,0r0,-528r80,0r0,432","w":581},"\u0439":{"d":"408,-670v0,19,-2,35,-6,48v-4,13,-11,23,-20,30v-9,7,-22,13,-37,16v-15,3,-33,4,-55,4v-43,0,-73,-7,-91,-20v-18,-13,-28,-39,-28,-78r49,0v0,22,6,35,17,41v11,6,29,9,53,9v24,0,42,-2,53,-8v11,-6,17,-20,17,-42r48,0xm146,-97r270,-431r100,0r0,528r-81,0r0,-430r-269,430r-100,0r0,-528r80,0r0,431","w":581},"\u043a":{"d":"146,-313r31,0r191,-215r97,0r-225,243r266,285r-105,0r-224,-248r-31,0r0,248r-80,0r0,-528r80,0r0,215","w":510,"k":{"\u043b":-22}},"\u043b":{"d":"489,-528r0,528r-81,0r0,-463r-226,0r0,311v0,21,-2,41,-6,59v-4,18,-10,34,-20,48v-10,14,-23,25,-39,33v-16,8,-37,12,-62,12r-39,0r0,-66r12,0v14,0,26,-1,36,-3v10,-2,18,-6,23,-12v5,-6,9,-14,11,-26v2,-12,4,-28,4,-47r0,-374r387,0","w":554},"\u043c":{"d":"543,-528r129,0r0,528r-80,0r0,-459r-189,459r-70,0r-187,-460r0,460r-80,0r0,-528r127,0r175,436","w":737},"\u043d":{"d":"146,-313r277,0r0,-215r81,0r0,528r-81,0r0,-248r-277,0r0,248r-80,0r0,-528r80,0r0,215","w":569},"\u043e":{"d":"434,-264v0,-44,-2,-79,-6,-106v-4,-27,-12,-48,-24,-63v-12,-15,-28,-26,-47,-31v-19,-5,-45,-8,-75,-8v-30,0,-55,3,-74,8v-19,5,-36,15,-47,30v-11,15,-19,37,-23,64v-4,27,-7,62,-7,106v0,44,2,80,7,107v5,27,13,49,24,64v11,15,28,25,47,30v19,5,43,8,73,8v30,0,56,-3,75,-8v19,-5,35,-15,46,-30v11,-15,19,-35,24,-63v5,-28,7,-64,7,-108xm515,-264v0,55,-4,100,-12,135v-8,35,-20,64,-38,84v-18,20,-42,35,-72,43v-30,8,-67,12,-111,12v-44,0,-80,-4,-110,-12v-30,-8,-53,-23,-71,-43v-18,-20,-31,-49,-39,-84v-8,-35,-12,-80,-12,-134v0,-55,4,-101,12,-136v8,-35,21,-63,39,-83v18,-20,41,-35,71,-43v30,-8,66,-12,110,-12v44,0,81,3,111,11v30,8,54,23,72,43v18,20,30,48,38,83v8,35,12,81,12,136","k":{"\u0445":15,"\u0436":15}},"\u043f":{"d":"504,-528r0,528r-81,0r0,-463r-277,0r0,463r-80,0r0,-528r438,0","w":569},"\u0440":{"d":"146,227r-80,0r0,-755r80,0r0,60v19,-26,43,-45,70,-55v27,-10,57,-15,93,-15v48,0,86,6,114,18v28,12,50,30,65,53v15,23,25,51,30,84v5,33,7,72,7,114v0,40,-2,76,-6,110v-4,34,-14,63,-28,88v-14,25,-35,44,-63,58v-28,14,-64,21,-110,21v-17,0,-34,-1,-50,-2v-16,-1,-32,-5,-47,-10v-15,-5,-29,-12,-42,-21v-13,-9,-24,-20,-33,-35r0,287xm291,-473v-36,0,-63,4,-83,12v-20,8,-34,21,-43,38v-9,17,-14,38,-16,64v-2,26,-3,58,-3,94v0,36,1,67,3,93v2,26,8,48,17,65v9,17,24,29,44,37v20,8,48,13,84,13v33,0,59,-5,79,-13v20,-8,36,-20,46,-37v10,-17,17,-39,20,-65v3,-26,6,-57,6,-93v0,-36,-3,-68,-6,-94v-3,-26,-10,-47,-21,-64v-11,-17,-26,-30,-46,-38v-20,-8,-47,-12,-81,-12","w":570},"\u0441":{"d":"500,-194v-2,41,-8,75,-17,101v-9,26,-22,47,-40,62v-18,15,-41,26,-69,31v-28,5,-62,8,-102,8v-44,0,-80,-5,-109,-14v-29,-9,-53,-24,-70,-45v-17,-21,-30,-49,-37,-84v-7,-35,-11,-78,-11,-130v0,-52,4,-95,11,-130v7,-35,19,-63,36,-84v17,-21,40,-37,69,-46v29,-9,65,-13,109,-13v34,0,64,2,91,6v27,4,51,13,70,25v19,12,34,29,44,50v10,21,16,48,16,82r0,17r-78,0v0,-22,-2,-40,-5,-54v-3,-14,-10,-26,-20,-35v-10,-9,-24,-16,-43,-20v-19,-4,-44,-6,-75,-6v-30,0,-53,3,-72,8v-19,5,-34,15,-44,30v-10,15,-18,35,-22,62v-4,27,-6,61,-6,105v0,43,3,78,7,106v4,28,12,49,23,64v11,15,26,26,45,32v19,6,42,9,71,9v31,0,56,-3,75,-7v19,-4,33,-11,44,-21v11,-10,18,-24,22,-41v4,-17,7,-40,9,-68r78,0","w":541},"\u0442":{"d":"190,-463r-183,0r0,-65r446,0r0,65r-183,0r0,463r-80,0r0,-463","w":461,"k":{"\u043b":15,"\u0434":15}},"\u0443":{"d":"458,-528r-163,599v-9,34,-18,61,-28,83v-10,22,-22,39,-35,51v-13,12,-27,21,-43,26v-16,5,-34,8,-54,8v-7,0,-15,-1,-23,-2v-8,-1,-15,-2,-22,-4r0,-65v5,1,10,3,15,4v5,1,10,1,15,1v15,0,28,-1,38,-5v10,-4,19,-12,27,-24v8,-12,16,-29,24,-52v8,-23,17,-54,27,-92r-34,0r-193,-528r81,0r165,470r121,-470r82,0","w":472,"k":{"\u0442":-22,"\u0434":22}},"\u0444":{"d":"573,-473v-46,0,-79,16,-95,47v-16,31,-24,79,-24,144v0,39,1,72,4,101v3,29,9,52,18,70v9,18,21,31,36,40v15,9,36,14,61,14v25,0,45,-5,61,-14v16,-9,29,-22,38,-40v9,-18,15,-42,18,-71v3,-29,6,-63,6,-103v0,-31,-3,-58,-6,-82v-3,-24,-9,-43,-18,-58v-9,-15,-22,-28,-38,-36v-16,-8,-36,-12,-61,-12xm253,-473v-25,0,-45,4,-61,12v-16,8,-28,21,-37,37v-9,16,-16,36,-19,60v-3,24,-5,51,-5,82v0,40,2,73,5,102v3,29,10,52,19,70v9,18,21,32,37,40v16,8,36,13,61,13v25,0,45,-5,60,-14v15,-9,28,-22,37,-40v9,-18,15,-41,18,-70v3,-29,5,-62,5,-101v0,-65,-8,-113,-25,-144v-17,-31,-49,-47,-95,-47xm373,-83v-12,30,-32,53,-60,68v-28,15,-58,23,-92,23v-40,0,-72,-7,-95,-20v-23,-13,-40,-32,-51,-57v-11,-25,-18,-53,-21,-87v-3,-34,-4,-71,-4,-111v0,-42,1,-80,4,-114v3,-34,10,-62,22,-85v12,-23,29,-42,53,-54v24,-12,56,-18,98,-18v31,0,59,6,84,19v25,13,46,33,62,63r0,-300r81,0r0,300v17,-30,38,-50,62,-63v24,-13,53,-19,87,-19v40,0,71,6,94,18v23,12,40,31,52,54v12,23,20,51,23,85v3,34,4,72,4,114v0,40,-1,77,-4,111v-3,34,-10,62,-21,87v-11,25,-29,44,-52,57v-23,13,-55,20,-96,20v-32,0,-62,-8,-90,-24v-28,-16,-47,-39,-59,-69r0,312r-81,0r0,-310","w":826},"\u0445":{"d":"277,-276r189,276r-97,0r-136,-214r-136,214r-97,0r188,-276r-168,-252r93,0r120,193r120,-193r93,0","w":479,"k":{"\u043e":15}},"\u0446":{"d":"146,-66r276,0r0,-462r81,0r0,462r55,0r0,216r-73,0r0,-150r-419,0r0,-528r80,0r0,462","w":585},"\u0447":{"d":"146,-528r0,133v0,21,2,38,5,51v3,13,10,24,18,31v8,7,20,12,35,15v15,3,33,4,56,4v36,0,64,-2,84,-6v20,-4,37,-11,52,-19r0,-209r81,0r0,528r-81,0r0,-273r-4,0v-6,9,-13,16,-20,22v-7,6,-16,10,-27,13v-11,3,-26,6,-43,7v-17,1,-39,2,-65,2v-56,0,-99,-11,-128,-33v-29,-22,-43,-60,-43,-115r0,-151r80,0","w":542},"\u0448":{"d":"146,-66r249,0r0,-462r81,0r0,462r249,0r0,-462r80,0r0,528r-739,0r0,-528r80,0r0,462","w":870},"\u0449":{"d":"146,-66r249,0r0,-462r81,0r0,462r249,0r0,-462r80,0r0,462r56,0r0,216r-74,0r0,-150r-721,0r0,-528r80,0r0,462","w":874},"\u044a":{"d":"185,-66r167,0v37,0,62,-6,77,-19v15,-13,23,-36,23,-72v0,-18,-2,-33,-6,-45v-4,-12,-10,-21,-18,-28v-8,-7,-18,-11,-31,-14v-13,-3,-30,-4,-49,-4r-163,0r0,182xm185,-528r0,215r193,0v22,0,41,2,60,7v19,5,35,13,49,25v14,12,25,28,33,48v8,20,12,46,12,76v0,29,-4,53,-12,73v-8,20,-19,36,-33,48v-14,12,-30,21,-48,27v-18,6,-38,9,-60,9r-274,0r0,-463r-105,0r0,-65r185,0","w":577},"\u044b":{"d":"674,0r-80,0r0,-528r80,0r0,528xm146,-66r166,0v37,0,63,-6,78,-19v15,-13,22,-36,22,-72v0,-18,-1,-33,-5,-45v-4,-12,-10,-21,-18,-28v-8,-7,-19,-11,-32,-14v-13,-3,-30,-4,-49,-4r-162,0r0,182xm146,-313r193,0v22,0,41,2,60,7v19,5,35,13,49,25v14,12,25,28,33,48v8,20,12,46,12,76v0,29,-4,53,-12,73v-8,20,-19,36,-33,48v-14,12,-30,21,-48,27v-18,6,-38,9,-60,9r-274,0r0,-528r80,0r0,215","w":739},"\u044c":{"d":"146,-66r166,0v37,0,63,-6,78,-19v15,-13,22,-36,22,-72v0,-18,-1,-33,-5,-45v-4,-12,-10,-21,-18,-28v-8,-7,-19,-11,-32,-14v-13,-3,-30,-4,-49,-4r-162,0r0,182xm146,-313r193,0v22,0,41,2,60,7v19,5,35,13,49,25v14,12,25,28,33,48v8,20,12,46,12,76v0,29,-4,53,-12,73v-8,20,-19,36,-33,48v-14,12,-30,21,-48,27v-18,6,-38,9,-60,9r-274,0r0,-528r80,0r0,215","w":538},"\u044d":{"d":"66,-383v4,-32,11,-59,22,-79v11,-20,25,-36,43,-47v18,-11,40,-19,66,-23v26,-4,55,-6,89,-6v42,0,78,4,107,12v29,8,51,24,69,44v18,20,31,48,38,83v7,35,11,79,11,133v0,53,-4,97,-10,132v-6,35,-18,64,-35,85v-17,21,-40,36,-69,44v-29,8,-66,13,-112,13v-45,0,-81,-4,-110,-12v-29,-8,-52,-19,-69,-33v-17,-14,-29,-32,-36,-53v-7,-21,-12,-44,-14,-71r79,0v2,21,5,38,10,51v5,13,13,24,24,32v11,8,26,13,45,16v19,3,42,5,71,5v31,0,56,-3,75,-8v19,-5,35,-15,45,-29v10,-14,17,-33,20,-58v3,-25,5,-57,5,-96r-226,0r0,-65r226,0v0,-30,-2,-57,-6,-77v-4,-20,-11,-36,-21,-48v-10,-12,-25,-22,-44,-27v-19,-5,-43,-8,-73,-8v-27,0,-49,2,-66,4v-17,2,-32,6,-43,13v-11,7,-19,16,-24,28v-5,12,-9,27,-12,45r-75,0","w":556},"\u044e":{"d":"656,-264v0,-42,-2,-77,-6,-104v-4,-27,-12,-49,-23,-64v-11,-15,-27,-25,-47,-31v-20,-6,-45,-9,-77,-9v-31,0,-56,3,-76,8v-20,5,-35,15,-46,30v-11,15,-19,37,-23,64v-4,27,-6,63,-6,107v0,44,2,80,6,107v4,27,12,48,23,63v11,15,26,25,46,30v20,5,45,8,76,8v32,0,57,-3,77,-8v20,-5,36,-15,47,-30v11,-15,19,-35,23,-63v4,-28,6,-64,6,-108xm271,-313v3,-44,8,-80,16,-109v8,-29,21,-51,39,-68v18,-17,41,-30,70,-37v29,-7,64,-10,107,-10v43,0,79,3,109,10v30,7,55,21,73,41v18,20,32,47,40,83v8,36,12,82,12,139v0,57,-4,103,-12,139v-8,36,-22,64,-40,84v-18,20,-43,33,-73,40v-30,7,-66,11,-109,11v-43,0,-79,-4,-109,-11v-30,-7,-53,-20,-71,-39v-18,-19,-32,-45,-40,-78v-8,-33,-12,-77,-12,-130r-125,0r0,248r-80,0r0,-528r80,0r0,215r125,0","w":782},"\u044f":{"d":"393,-463r-167,0v-36,0,-63,7,-78,20v-15,13,-23,38,-23,72v0,19,2,34,6,46v4,12,9,22,17,29v8,7,19,12,32,14v13,2,29,4,48,4r165,0r0,-185xm234,-213r-105,213r-91,0r115,-223v-13,-2,-27,-6,-40,-14v-13,-8,-24,-19,-34,-31v-10,-12,-19,-27,-25,-44v-6,-17,-10,-37,-10,-59v0,-30,5,-55,13,-75v8,-20,20,-36,34,-48v14,-12,30,-21,49,-26v19,-5,39,-8,60,-8r274,0r0,528r-81,0r0,-213r-159,0","w":539}}});

if ($.browser.msie && $.browser.version < 7) {
    // DD_belatedPNG 0.0.8a
    var DD_belatedPNG={ns:"DD_belatedPNG",imgSize:{},delay:10,nodesFixed:0,createVmlNameSpace:function(){if(document.namespaces&&!document.namespaces[this.ns]){document.namespaces.add(this.ns,"urn:schemas-microsoft-com:vml")}},createVmlStyleSheet:function(){var b,a;b=document.createElement("style");b.setAttribute("media","screen");document.documentElement.firstChild.insertBefore(b,document.documentElement.firstChild.firstChild);if(b.styleSheet){b=b.styleSheet;b.addRule(this.ns+"\\:*","{behavior:url(#default#VML)}");b.addRule(this.ns+"\\:shape","position:absolute;");b.addRule("img."+this.ns+"_sizeFinder","behavior:none; border:none; position:absolute; z-index:-1; top:-10000px; visibility:hidden;");this.screenStyleSheet=b;a=document.createElement("style");a.setAttribute("media","print");document.documentElement.firstChild.insertBefore(a,document.documentElement.firstChild.firstChild);a=a.styleSheet;a.addRule(this.ns+"\\:*","{display: none !important;}");a.addRule("img."+this.ns+"_sizeFinder","{display: none !important;}")}},readPropertyChange:function(){var b,c,a;b=event.srcElement;if(!b.vmlInitiated){return}if(event.propertyName.search("background")!=-1||event.propertyName.search("border")!=-1){DD_belatedPNG.applyVML(b)}if(event.propertyName=="style.display"){c=(b.currentStyle.display=="none")?"none":"block";for(a in b.vml){if(b.vml.hasOwnProperty(a)){b.vml[a].shape.style.display=c}}}if(event.propertyName.search("filter")!=-1){DD_belatedPNG.vmlOpacity(b)}},vmlOpacity:function(b){if(b.currentStyle.filter.search("lpha")!=-1){var a=b.currentStyle.filter;a=parseInt(a.substring(a.lastIndexOf("=")+1,a.lastIndexOf(")")),10)/100;b.vml.color.shape.style.filter=b.currentStyle.filter;b.vml.image.fill.opacity=a}},handlePseudoHover:function(a){setTimeout(function(){DD_belatedPNG.applyVML(a)},1)},fix:function(a){if(this.screenStyleSheet){var c,b;c=a.split(",");for(b=0;b<c.length;b++){this.screenStyleSheet.addRule(c[b],"behavior:expression(DD_belatedPNG.fixPng(this))")}}},applyVML:function(a){a.runtimeStyle.cssText="";this.vmlFill(a);this.vmlOffsets(a);this.vmlOpacity(a);if(a.isImg){this.copyImageBorders(a)}},attachHandlers:function(i){var d,c,g,e,b,f;d=this;c={resize:"vmlOffsets",move:"vmlOffsets"};if(i.nodeName=="A"){e={mouseleave:"handlePseudoHover",mouseenter:"handlePseudoHover",focus:"handlePseudoHover",blur:"handlePseudoHover"};for(b in e){if(e.hasOwnProperty(b)){c[b]=e[b]}}}for(f in c){if(c.hasOwnProperty(f)){g=function(){d[c[f]](i)};i.attachEvent("on"+f,g)}}i.attachEvent("onpropertychange",this.readPropertyChange)},giveLayout:function(a){a.style.zoom=1;if(a.currentStyle.position=="static"){a.style.position="relative"}},copyImageBorders:function(b){var c,a;c={borderStyle:true,borderWidth:true,borderColor:true};for(a in c){if(c.hasOwnProperty(a)){b.vml.color.shape.style[a]=b.currentStyle[a]}}},vmlFill:function(e){if(!e.currentStyle){return}else{var d,f,g,b,a,c;d=e.currentStyle}for(b in e.vml){if(e.vml.hasOwnProperty(b)){e.vml[b].shape.style.zIndex=d.zIndex}}e.runtimeStyle.backgroundColor="";e.runtimeStyle.backgroundImage="";f=true;if(d.backgroundImage!="none"||e.isImg){if(!e.isImg){e.vmlBg=d.backgroundImage;e.vmlBg=e.vmlBg.substr(5,e.vmlBg.lastIndexOf('")')-5)}else{e.vmlBg=e.src}g=this;if(!g.imgSize[e.vmlBg]){a=document.createElement("img");g.imgSize[e.vmlBg]=a;a.className=g.ns+"_sizeFinder";a.runtimeStyle.cssText="behavior:none; position:absolute; left:-10000px; top:-10000px; border:none; margin:0; padding:0;";c=function(){this.width=this.offsetWidth;this.height=this.offsetHeight;g.vmlOffsets(e)};a.attachEvent("onload",c);a.src=e.vmlBg;a.removeAttribute("width");a.removeAttribute("height");document.body.insertBefore(a,document.body.firstChild)}e.vml.image.fill.src=e.vmlBg;f=false}e.vml.image.fill.on=!f;e.vml.image.fill.color="none";e.vml.color.shape.style.backgroundColor=d.backgroundColor;e.runtimeStyle.backgroundImage="none";e.runtimeStyle.backgroundColor="transparent"},vmlOffsets:function(d){var h,n,a,e,g,m,f,l,j,i,k;h=d.currentStyle;n={W:d.clientWidth+1,H:d.clientHeight+1,w:this.imgSize[d.vmlBg].width,h:this.imgSize[d.vmlBg].height,L:d.offsetLeft,T:d.offsetTop,bLW:d.clientLeft,bTW:d.clientTop};a=(n.L+n.bLW==1)?1:0;e=function(b,p,q,c,s,u){b.coordsize=c+","+s;b.coordorigin=u+","+u;b.path="m0,0l"+c+",0l"+c+","+s+"l0,"+s+" xe";b.style.width=c+"px";b.style.height=s+"px";b.style.left=p+"px";b.style.top=q+"px"};e(d.vml.color.shape,(n.L+(d.isImg?0:n.bLW)),(n.T+(d.isImg?0:n.bTW)),(n.W-1),(n.H-1),0);e(d.vml.image.shape,(n.L+n.bLW),(n.T+n.bTW),(n.W),(n.H),1);g={X:0,Y:0};if(d.isImg){g.X=parseInt(h.paddingLeft,10)+1;g.Y=parseInt(h.paddingTop,10)+1}else{for(j in g){if(g.hasOwnProperty(j)){this.figurePercentage(g,n,j,h["backgroundPosition"+j])}}}d.vml.image.fill.position=(g.X/n.W)+","+(g.Y/n.H);m=h.backgroundRepeat;f={T:1,R:n.W+a,B:n.H,L:1+a};l={X:{b1:"L",b2:"R",d:"W"},Y:{b1:"T",b2:"B",d:"H"}};if(m!="repeat"||d.isImg){i={T:(g.Y),R:(g.X+n.w),B:(g.Y+n.h),L:(g.X)};if(m.search("repeat-")!=-1){k=m.split("repeat-")[1].toUpperCase();i[l[k].b1]=1;i[l[k].b2]=n[l[k].d]}if(i.B>n.H){i.B=n.H}d.vml.image.shape.style.clip="rect("+i.T+"px "+(i.R+a)+"px "+i.B+"px "+(i.L+a)+"px)"}else{d.vml.image.shape.style.clip="rect("+f.T+"px "+f.R+"px "+f.B+"px "+f.L+"px)"}},figurePercentage:function(d,c,f,a){var b,e;e=true;b=(f=="X");switch(a){case"left":case"top":d[f]=0;break;case"center":d[f]=0.5;break;case"right":case"bottom":d[f]=1;break;default:if(a.search("%")!=-1){d[f]=parseInt(a,10)/100}else{e=false}}d[f]=Math.ceil(e?((c[b?"W":"H"]*d[f])-(c[b?"w":"h"]*d[f])):parseInt(a,10));if(d[f]%2===0){d[f]++}return d[f]},fixPng:function(c){c.style.behavior="none";var g,b,f,a,d;if(c.nodeName=="BODY"||c.nodeName=="TD"||c.nodeName=="TR"){return}c.isImg=false;if(c.nodeName=="IMG"){if(c.src.toLowerCase().search(/\.png$/)!=-1){c.isImg=true;c.style.visibility="hidden"}else{return}}else{if(c.currentStyle.backgroundImage.toLowerCase().search(".png")==-1){return}}g=DD_belatedPNG;c.vml={color:{},image:{}};b={shape:{},fill:{}};for(a in c.vml){if(c.vml.hasOwnProperty(a)){for(d in b){if(b.hasOwnProperty(d)){f=g.ns+":"+d;c.vml[a][d]=document.createElement(f)}}c.vml[a].shape.stroked=false;c.vml[a].shape.appendChild(c.vml[a].fill);c.parentNode.insertBefore(c.vml[a].shape,c)}}c.vml.image.shape.fillcolor="none";c.vml.image.fill.type="tile";c.vml.color.fill.on=false;g.attachHandlers(c);g.giveLayout(c);g.giveLayout(c.offsetParent);c.vmlInitiated=true;g.applyVML(c)}};try{document.execCommand("BackgroundImageCache",false,true)}catch(r){}DD_belatedPNG.createVmlNameSpace();DD_belatedPNG.createVmlStyleSheet();
}
