// 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")}})})();

// jQuery Mouse Wheel 3.0.2
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(5($){6 c=[\'p\',\'4\'];$.7.q.4={r:5(){8(2.f)g(6 i=c.h;i;)2.f(c[--i],9,j);k 2.l=9},s:5(){8(2.m)g(6 i=c.h;i;)2.m(c[--i],9,j);k 2.l=t}};$.u.v({4:5(a){e a?2.w("4",a):2.x("4")},y:5(a){e 2.z("4",a)}});5 9(a){6 b=[].A.B(C,1),d=0,D=E;a=$.7.F(a||G.7);a.H="4";8(a.n)d=a.n/I;8(a.o)d=-a.o/3;b.J(a,d);e $.7.K.L(2,b)}})(M);',49,49,'||this||mousewheel|function|var|event|if|handler||||delta|return|addEventListener|for|length||false|else|onmousewheel|removeEventListener|wheelDelta|detail|DOMMouseScroll|special|setup|teardown|null|fn|extend|bind|trigger|unmousewheel|unbind|slice|call|arguments|returnValue|true|fix|window|type|120|unshift|handle|apply|jQuery'.split('|'),0,{}))

// jCarouselLite 1.0.1
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(6($){$.1g.1w=6(o){o=$.1f({r:n,x:n,N:n,17:q,J:n,L:1a,16:n,y:q,u:12,H:3,B:0,k:1,K:n,I:n},o||{});8 G.R(6(){p b=q,A=o.y?"15":"w",P=o.y?"t":"s";p c=$(G),9=$("9",c),E=$("10",9),W=E.Y(),v=o.H;7(o.u){9.1h(E.D(W-v-1+1).V()).1d(E.D(0,v).V());o.B+=v}p f=$("10",9),l=f.Y(),4=o.B;c.5("1c","H");f.5({U:"T",1b:o.y?"S":"w"});9.5({19:"0",18:"0",Q:"13","1v-1s-1r":"S","z-14":"1"});c.5({U:"T",Q:"13","z-14":"2",w:"1q"});p g=o.y?t(f):s(f);p h=g*l;p j=g*v;f.5({s:f.s(),t:f.t()});9.5(P,h+"C").5(A,-(4*g));c.5(P,j+"C");7(o.r)$(o.r).O(6(){8 m(4-o.k)});7(o.x)$(o.x).O(6(){8 m(4+o.k)});7(o.N)$.R(o.N,6(i,a){$(a).O(6(){8 m(o.u?o.H+i:i)})});7(o.17&&c.11)c.11(6(e,d){8 d>0?m(4-o.k):m(4+o.k)});7(o.J)1p(6(){m(4+o.k)},o.J+o.L);6 M(){8 f.D(4).D(0,v)};6 m(a){7(!b){7(o.K)o.K.Z(G,M());7(o.u){7(a<=o.B-v-1){9.5(A,-((l-(v*2))*g)+"C");4=a==o.B-v-1?l-(v*2)-1:l-(v*2)-o.k}F 7(a>=l-v+1){9.5(A,-((v)*g)+"C");4=a==l-v+1?v+1:v+o.k}F 4=a}F{7(a<0||a>l-v)8;F 4=a}b=12;9.1o(A=="w"?{w:-(4*g)}:{15:-(4*g)},o.L,o.16,6(){7(o.I)o.I.Z(G,M());b=q});7(!o.u){$(o.r+","+o.x).1n("X");$((4-o.k<0&&o.r)||(4+o.k>l-v&&o.x)||[]).1m("X")}}8 q}})};6 5(a,b){8 1l($.5(a[0],b))||0};6 s(a){8 a[0].1k+5(a,\'1j\')+5(a,\'1i\')};6 t(a){8 a[0].1t+5(a,\'1u\')+5(a,\'1e\')}})(1x);',62,96,'||||curr|css|function|if|return|ul|||||||||||scroll|itemLength|go|null||var|false|btnPrev|width|height|circular||left|btnNext|vertical||animCss|start|px|slice|tLi|else|this|visible|afterEnd|auto|beforeStart|speed|vis|btnGo|click|sizeCss|position|each|none|hidden|overflow|clone|tl|disabled|size|call|li|mousewheel|true|relative|index|top|easing|mouseWheel|padding|margin|200|float|visibility|append|marginBottom|extend|fn|prepend|marginRight|marginLeft|offsetWidth|parseInt|addClass|removeClass|animate|setInterval|0px|type|style|offsetHeight|marginTop|list|jCarouselLite|jQuery'.split('|'),0,{}))

// 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,{}))

// 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}}();

// SWFObject 2.2
var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return !a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();

// 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":567,"face":{"font-family":"HeliosLight","font-weight":400,"font-stretch":"normal","units-per-em":"1020","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"816","descent":"-204","x-height":"14","bbox":"-47 -948 1010 216","underline-thickness":"59.16","underline-position":"-62.22","unicode-range":"U+0020-U+0457"},"glyphs":{" ":{"w":283},"\u00a0":{"w":283},"#":{"d":"514,-293r-104,0r20,-143r111,0r0,-60r-102,0r31,-216r-60,0r-32,216r-138,0r32,-216r-61,0r-33,216r-122,0r0,60r114,0r-21,143r-121,0r0,60r112,0r-35,233r60,0r35,-233r140,0r-32,233r60,0r33,-233r113,0r0,-60xm370,-436r-20,143r-141,0r23,-143r138,0"},"$":{"d":"260,-402v-19,-5,-36,-11,-53,-17v-17,-6,-31,-14,-44,-24v-13,-10,-23,-22,-30,-37v-7,-15,-11,-35,-11,-57v0,-19,4,-36,11,-52v7,-16,17,-29,30,-40v13,-11,27,-20,44,-26v17,-6,34,-9,53,-9r0,262xm308,-328v22,5,42,10,61,16v19,6,35,14,49,25v14,11,25,24,33,41v8,17,12,37,12,62v0,22,-4,42,-12,60v-8,18,-20,33,-34,46v-14,13,-30,24,-49,31v-19,7,-39,11,-60,11r0,-292xm308,19v27,0,53,-4,80,-13v27,-9,49,-22,70,-38v21,-16,38,-36,51,-60v13,-24,19,-50,19,-80v0,-39,-4,-71,-15,-96v-11,-25,-26,-44,-45,-60v-19,-16,-42,-28,-69,-38v-27,-10,-58,-19,-91,-27r0,-271v18,0,36,3,52,9v16,6,30,14,42,25v12,11,21,24,28,39v7,15,11,32,11,51r66,0v-1,-29,-7,-54,-17,-76v-10,-22,-24,-42,-42,-57v-18,-15,-38,-26,-62,-34v-24,-8,-50,-12,-78,-12r0,-62r-48,0r0,62v-28,0,-54,4,-78,13v-24,9,-47,21,-65,37v-18,16,-33,36,-44,59v-11,23,-16,48,-16,77v0,32,5,58,16,80v11,22,25,40,43,55v18,15,40,26,65,35v25,9,51,17,79,24r0,303v-23,-1,-44,-6,-63,-16v-19,-10,-36,-22,-50,-37v-14,-15,-25,-33,-32,-53v-7,-20,-11,-42,-11,-65r-63,0r0,31v0,27,6,51,18,75v12,24,28,44,48,62v20,18,43,32,70,43v27,11,54,15,83,15r0,78r48,0r0,-78"},"%":{"d":"671,-338v-23,0,-45,5,-65,14v-20,9,-39,22,-54,37v-15,15,-27,33,-36,53v-9,20,-13,43,-13,66v0,23,4,45,13,65v9,20,21,39,36,54v15,15,34,27,54,36v20,9,42,13,65,13v23,0,45,-4,66,-13v21,-9,39,-21,54,-36v15,-15,27,-34,36,-54v9,-20,13,-42,13,-65v0,-23,-4,-45,-13,-66v-9,-21,-21,-39,-36,-54v-15,-15,-33,-27,-54,-36v-21,-9,-43,-14,-66,-14xm671,-279v15,0,29,3,43,9v14,6,26,14,36,24v10,10,18,22,24,35v6,13,8,28,8,43v0,15,-3,29,-9,42v-6,13,-14,25,-24,35v-10,10,-23,18,-36,24v-13,6,-27,9,-42,9v-15,0,-29,-3,-42,-9v-13,-6,-25,-14,-35,-24v-10,-10,-18,-22,-24,-35v-6,-13,-9,-27,-9,-42v0,-15,3,-29,9,-43v6,-14,14,-26,24,-36v10,-10,22,-18,35,-24v13,-6,27,-8,42,-8xm237,-712v-23,0,-46,5,-66,14v-20,9,-38,22,-53,37v-15,15,-27,33,-36,53v-9,20,-14,42,-14,65v0,23,5,46,14,66v9,20,21,38,36,53v15,15,33,27,53,36v20,9,43,14,66,14v23,0,44,-5,65,-14v21,-9,39,-21,54,-36v15,-15,28,-33,37,-53v9,-20,13,-43,13,-66v0,-23,-4,-44,-13,-65v-9,-21,-22,-39,-37,-54v-15,-15,-33,-28,-54,-37v-21,-9,-42,-13,-65,-13xm237,-654v15,0,28,3,42,9v14,6,26,15,36,25v10,10,18,22,24,35v6,13,9,27,9,42v0,15,-3,30,-9,43v-6,13,-15,25,-25,35v-10,10,-22,18,-35,24v-13,6,-27,9,-42,9v-15,0,-30,-3,-43,-9v-13,-6,-25,-14,-35,-24v-10,-10,-18,-22,-24,-35v-6,-13,-9,-28,-9,-43v0,-15,3,-28,9,-42v6,-14,14,-26,24,-36v10,-10,22,-18,35,-24v13,-6,28,-9,43,-9xm681,-719r-53,0r-405,733r53,0","w":906},"&":{"d":"463,-134v-24,29,-52,53,-82,71v-30,18,-66,27,-105,27v-24,0,-45,-4,-65,-11v-20,-7,-37,-18,-52,-32v-15,-14,-27,-30,-35,-49v-8,-19,-13,-42,-13,-66v0,-20,4,-38,11,-57v7,-19,17,-37,30,-53v13,-16,28,-31,45,-44v17,-13,37,-24,57,-34xm299,-679v15,0,28,2,40,7v12,5,21,12,29,21v8,9,15,19,19,30v4,11,6,21,6,33v0,26,-10,49,-29,70v-19,21,-48,42,-87,64r-23,-29v-9,-11,-17,-23,-25,-35v-8,-12,-15,-25,-20,-38v-5,-13,-8,-25,-8,-36v0,-14,3,-25,8,-36v5,-11,13,-21,22,-28v9,-7,19,-13,31,-17v12,-4,24,-6,37,-6xm528,-333v0,25,-1,50,-5,74v-4,24,-12,47,-25,69r-185,-218v23,-14,44,-27,62,-40v18,-13,33,-27,45,-41v12,-14,22,-29,28,-46v6,-17,10,-36,10,-58v0,-19,-4,-37,-11,-54v-7,-17,-18,-33,-32,-46v-14,-13,-30,-23,-49,-30v-19,-7,-40,-11,-62,-11v-22,0,-44,3,-64,9v-20,6,-37,15,-52,27v-15,12,-27,28,-36,46v-9,18,-13,38,-13,61v0,33,8,63,24,90v16,27,34,52,54,75v-24,11,-46,23,-67,38v-21,15,-40,31,-56,50v-16,19,-28,41,-38,64v-10,23,-14,48,-14,75v0,33,6,62,18,89v12,27,28,50,49,69v21,19,45,34,73,45v28,11,57,15,89,15v49,0,92,-8,129,-24v37,-16,71,-44,103,-82r71,87r83,0r-119,-141v18,-29,31,-59,38,-92v7,-33,12,-67,13,-100r-61,0","w":680},"'":{"d":"87,-504r53,0r0,-230r-53,0r0,230","w":226},"(":{"d":"231,-754v-28,37,-53,74,-74,110v-21,36,-40,74,-55,112v-15,38,-26,77,-34,118v-8,41,-12,85,-12,132v0,48,4,94,11,135v7,41,19,80,34,118v15,38,33,75,55,111v22,36,47,74,75,113r52,0v-47,-70,-85,-145,-114,-225v-29,-80,-44,-162,-44,-247v0,-86,14,-170,42,-250v28,-80,67,-156,116,-227r-52,0","w":339},")":{"d":"57,-754v47,70,85,146,114,226v29,80,43,163,43,248v0,86,-14,169,-42,249v-28,80,-66,155,-115,226r52,0v27,-37,52,-74,74,-110v22,-36,40,-74,55,-112v15,-38,26,-77,34,-118v8,-41,12,-85,12,-132v0,-48,-4,-94,-12,-135v-8,-41,-19,-80,-34,-118v-15,-38,-32,-75,-54,-111v-22,-36,-47,-74,-75,-113r-52,0","w":339},"*":{"d":"63,-659r-18,43r114,41r-78,103r35,27r80,-108r75,110r40,-24r-76,-108r116,-38r-15,-45r-117,43r0,-119r-43,0r0,119","w":396},"+":{"d":"306,-286r-224,0r0,62r224,0r0,224r61,0r0,-224r225,0r0,-62r-225,0r0,-224r-61,0r0,224","w":673},",":{"d":"104,-90r0,90r35,0r0,35v0,20,-4,35,-11,45v-7,10,-16,17,-24,22r0,38v22,-7,40,-19,54,-37v14,-18,20,-42,20,-72r0,-121r-74,0","w":283},".":{"d":"178,0r0,-90r-74,0r0,90r74,0","w":283},"\/":{"d":"294,-754r-57,0r-240,846r57,0","w":283},"0":{"d":"461,-354v0,36,-2,73,-6,110v-4,37,-13,71,-25,101v-12,30,-30,55,-53,74v-23,19,-54,28,-93,28v-35,0,-64,-7,-87,-22v-23,-15,-40,-34,-54,-61v-14,-27,-23,-59,-29,-97v-6,-38,-9,-80,-9,-126v0,-39,3,-78,8,-116v5,-38,14,-72,27,-102v13,-30,30,-54,53,-72v23,-18,53,-27,89,-27v38,0,69,8,92,26v23,18,41,42,54,71v13,29,22,62,26,99v4,37,7,75,7,114xm284,-719v-52,0,-94,11,-126,32v-32,21,-57,49,-74,83v-17,34,-29,72,-35,116v-6,44,-9,88,-9,134v0,50,3,96,10,141v7,45,19,84,37,118v18,34,43,60,75,80v32,20,72,29,122,29v50,0,90,-9,121,-29v31,-20,56,-47,74,-80v18,-33,30,-71,37,-115v7,-44,10,-89,10,-137v0,-28,-1,-56,-3,-85v-2,-29,-6,-58,-12,-86v-6,-28,-15,-54,-26,-78v-11,-24,-26,-46,-44,-64v-18,-18,-40,-32,-66,-43v-26,-11,-56,-16,-91,-16"},"1":{"d":"321,-719v-5,31,-14,55,-25,73v-11,18,-25,31,-42,41v-17,10,-36,17,-58,20v-22,3,-47,6,-74,8r0,43r186,0r0,534r65,0r0,-719r-52,0"},"2":{"d":"140,-483v0,-24,4,-48,11,-70v7,-22,18,-41,32,-57v14,-16,30,-29,49,-39v19,-10,40,-15,64,-15v22,0,43,4,62,10v19,6,36,16,50,29v14,13,26,29,34,47v8,18,12,39,12,62v0,29,-5,52,-15,72v-10,20,-24,37,-42,53v-18,16,-38,31,-61,44r-74,44v-26,16,-52,34,-79,54v-27,20,-53,45,-78,74v-23,27,-38,53,-45,81v-7,28,-11,59,-11,94r470,0r0,-55r-401,0v1,-17,5,-32,10,-46v5,-14,12,-27,21,-39v9,-12,18,-22,29,-32v11,-10,22,-19,34,-28v18,-14,38,-27,60,-39r69,-38v23,-13,46,-27,68,-42v22,-15,42,-32,59,-51v17,-19,30,-42,41,-66v11,-24,16,-52,16,-84v0,-27,-4,-54,-14,-78v-10,-24,-23,-45,-42,-63v-19,-18,-42,-31,-70,-42v-28,-11,-59,-16,-95,-16v-35,0,-67,6,-96,17v-29,11,-54,27,-74,48v-20,21,-36,45,-47,74v-11,29,-17,62,-17,97r70,0"},"3":{"d":"124,-510v0,-22,5,-43,12,-62v7,-19,17,-35,31,-49v14,-14,30,-25,49,-32v19,-7,39,-11,62,-11v20,0,40,2,59,7v19,5,35,13,49,23v14,10,25,23,33,39v8,16,12,35,12,57v0,28,-5,51,-15,69v-10,18,-24,32,-42,42v-18,10,-40,17,-65,21v-25,4,-53,6,-84,6r0,53v31,0,62,2,90,6v28,4,53,12,74,23v21,11,38,26,50,44v12,18,18,42,18,71v0,22,-4,42,-13,62v-9,20,-22,37,-38,52v-16,15,-34,26,-56,35v-22,9,-46,13,-72,13v-53,0,-96,-14,-129,-42v-33,-28,-49,-70,-49,-125r-65,0v4,42,11,77,23,105v12,28,28,52,48,69v20,17,46,30,77,37v31,7,67,11,108,11v37,0,69,-5,98,-17v29,-12,53,-27,73,-47v20,-20,35,-44,45,-70v10,-26,15,-54,15,-84v0,-16,-2,-33,-5,-51v-3,-18,-9,-34,-19,-50v-10,-16,-23,-31,-40,-44v-17,-13,-37,-24,-63,-32v35,-15,60,-37,77,-64v17,-27,25,-60,25,-97v0,-30,-6,-56,-17,-78v-11,-22,-25,-41,-43,-56v-18,-15,-40,-25,-65,-32v-25,-7,-51,-11,-80,-11v-47,0,-86,7,-116,21v-30,14,-54,31,-71,52v-17,21,-30,44,-36,68v-6,24,-10,47,-10,68r65,0"},"4":{"d":"371,-712r-334,478r0,57r328,0r0,177r65,0r0,-177r100,0r0,-56r-100,0r0,-479r-59,0xm365,-614r0,381r-264,0"},"5":{"d":"120,-712r-58,372r54,7v20,-26,43,-44,69,-56v26,-12,54,-18,87,-18v27,0,52,4,74,13v22,9,41,22,56,38v15,16,28,36,36,58v8,22,13,47,13,74v0,26,-4,50,-12,72v-8,22,-19,41,-34,58v-15,17,-34,29,-55,39v-21,10,-45,14,-72,14v-47,0,-86,-12,-118,-36v-32,-24,-52,-61,-59,-110r-65,0v3,37,11,69,25,95v14,26,32,46,54,62v22,16,48,27,78,34v30,7,62,10,96,10v29,0,57,-5,85,-16v28,-11,52,-26,73,-46v21,-20,37,-45,50,-75v13,-30,19,-63,19,-101v0,-37,-6,-70,-17,-100v-11,-30,-27,-55,-47,-75v-20,-20,-45,-36,-73,-47v-28,-11,-57,-16,-90,-16v-16,0,-32,1,-45,2v-13,1,-26,4,-38,8v-12,4,-24,8,-36,14v-12,6,-25,14,-39,23r44,-242r302,0r0,-55r-357,0"},"6":{"d":"513,-543v-7,-58,-29,-101,-67,-131v-38,-30,-86,-45,-143,-45v-53,0,-96,13,-130,37v-34,24,-61,55,-80,93v-19,38,-33,80,-40,126v-7,46,-11,91,-11,134v0,63,6,116,19,160v13,44,31,80,53,107v22,27,49,46,80,58v31,12,64,18,100,18v73,0,130,-21,170,-62v40,-41,60,-98,60,-171v0,-72,-19,-129,-59,-170v-40,-41,-96,-62,-169,-62v-27,0,-50,4,-69,10v-19,6,-36,14,-50,25v-14,11,-27,23,-38,37v-17,20,-17,20,-32,40v3,-34,6,-70,11,-108v5,-38,14,-73,28,-105v14,-32,33,-59,59,-80v26,-21,60,-32,104,-32v39,0,70,11,92,33v22,22,38,51,45,88r67,0xm294,-396v56,0,98,16,125,46v27,30,40,73,40,129v0,22,-3,43,-9,64v-6,21,-15,42,-28,59v-13,17,-29,30,-50,41v-21,11,-46,16,-77,16v-30,0,-56,-5,-76,-16v-20,-11,-37,-25,-50,-42v-13,-17,-23,-36,-29,-57v-6,-21,-8,-41,-8,-61v0,-24,4,-48,11,-69v7,-21,18,-41,32,-57v14,-16,31,-28,51,-38v20,-10,43,-15,68,-15"},"7":{"d":"60,-647r380,0v-35,42,-68,91,-101,144v-33,53,-62,108,-88,165v-26,57,-48,115,-65,173v-17,58,-28,113,-31,165r71,0v2,-35,9,-79,20,-129v11,-50,29,-104,52,-162v23,-58,53,-118,89,-180v36,-62,79,-122,131,-180r0,-61r-458,0r0,65"},"8":{"d":"285,-352v24,0,46,3,67,9v21,6,39,15,55,28v16,13,28,28,37,47v9,19,13,41,13,66v0,24,-5,45,-13,65v-8,20,-20,37,-35,51v-15,14,-34,25,-54,33v-20,8,-42,12,-66,12v-27,0,-52,-4,-74,-12v-22,-8,-41,-19,-56,-33v-15,-14,-28,-31,-36,-50v-8,-19,-13,-40,-13,-62v0,-27,4,-50,13,-69v9,-19,21,-35,37,-48v16,-13,34,-22,55,-28v21,-6,45,-9,70,-9xm282,-664v50,0,86,10,110,30v24,20,35,48,35,85v0,26,-3,48,-10,66v-7,18,-17,31,-29,43v-12,12,-27,20,-44,25v-17,5,-35,8,-55,8v-20,0,-39,-3,-57,-8v-18,-5,-35,-13,-49,-23v-14,-10,-27,-23,-35,-39v-8,-16,-12,-35,-12,-57v0,-21,4,-41,11,-57v7,-16,18,-29,31,-40v13,-11,28,-20,46,-25v18,-5,38,-8,58,-8xm170,-387v-41,16,-72,40,-93,74v-21,34,-32,72,-32,115v0,35,6,66,20,93v14,27,32,48,53,66v21,18,45,31,72,40v27,9,53,13,79,13v38,0,73,-4,104,-14v31,-10,58,-24,80,-42v22,-18,39,-41,51,-68v12,-27,18,-59,18,-94v0,-42,-11,-79,-34,-110v-23,-31,-54,-54,-93,-68v35,-17,60,-39,75,-66v15,-27,23,-59,23,-96v0,-31,-7,-57,-19,-79v-12,-22,-29,-40,-49,-54v-20,-14,-44,-25,-70,-32v-26,-7,-53,-10,-80,-10v-28,0,-54,4,-79,13v-25,9,-46,21,-65,37v-19,16,-33,35,-44,56v-11,21,-17,45,-17,69v0,22,2,40,6,55v4,15,10,27,18,39v8,12,18,22,31,32v13,10,27,20,45,31"},"9":{"d":"54,-158v3,29,9,54,21,76v12,22,27,40,45,54v18,14,41,25,65,32v24,7,50,10,78,10v38,0,73,-7,105,-23v32,-16,60,-40,83,-71v23,-31,42,-69,55,-115v13,-46,19,-100,19,-161v0,-50,-4,-98,-12,-142v-8,-44,-22,-82,-41,-115v-19,-33,-46,-59,-78,-78v-32,-19,-73,-28,-121,-28v-39,0,-73,6,-102,18v-29,12,-53,29,-72,50v-19,21,-33,46,-43,75v-10,29,-14,61,-14,95v0,35,5,65,16,94v11,29,26,54,45,74v19,20,42,36,69,47v27,11,58,16,92,16v43,0,81,-9,113,-28v32,-19,59,-47,81,-84r2,2v-1,33,-5,67,-10,104v-5,37,-14,72,-28,104v-14,32,-33,59,-59,80v-26,21,-60,31,-103,31v-40,0,-71,-9,-94,-29v-23,-20,-39,-49,-46,-88r-66,0xm273,-664v51,0,91,16,119,50v28,34,43,78,43,131v0,24,-4,47,-11,68v-7,21,-18,41,-32,57v-14,16,-31,29,-51,39v-20,10,-43,14,-68,14v-53,0,-94,-15,-123,-46v-29,-31,-43,-73,-43,-128v0,-56,14,-102,42,-135v28,-33,69,-50,124,-50"},":":{"d":"178,0r0,-90r-74,0r0,90r74,0xm178,-412r0,-90r-74,0r0,90r74,0","w":283},";":{"d":"104,-90r0,90r35,0r0,35v0,20,-4,35,-11,45v-7,10,-16,17,-24,22r0,38v22,-7,40,-19,54,-37v14,-18,20,-42,20,-72r0,-121r-74,0xm178,-412r0,-90r-74,0r0,90r74,0","w":283},"<":{"d":"162,-260r430,-190r0,-65r-510,227r0,54r510,240r0,-65","w":673},"=":{"d":"592,-386r-510,0r0,62r510,0r0,-62xm592,-188r-510,0r0,62r510,0r0,-62","w":673},">":{"d":"592,-288r-510,-227r0,65r429,190r-429,201r0,65r510,-240r0,-54","w":673},"?":{"d":"289,-186v0,-10,0,-20,1,-32v1,-12,2,-23,3,-34v1,-11,3,-22,6,-32v3,-10,7,-17,11,-23v16,-22,35,-43,56,-61v21,-18,40,-37,58,-56v18,-19,34,-40,47,-61v13,-21,20,-47,20,-77v0,-29,-6,-55,-16,-79v-10,-24,-25,-43,-44,-60v-19,-17,-41,-30,-69,-39v-28,-9,-59,-14,-94,-14v-33,0,-63,6,-90,17v-27,11,-50,26,-69,46v-19,20,-34,44,-45,72v-11,28,-16,59,-16,93r62,0v0,-24,3,-48,10,-69v7,-21,17,-39,30,-54v13,-15,30,-27,49,-36v19,-9,42,-14,67,-14v25,0,48,4,68,11v20,7,36,16,50,28v14,12,24,25,31,41v7,16,10,34,10,52v0,19,-4,37,-13,53v-9,16,-21,32,-35,47v-14,15,-28,31,-44,46v-16,15,-32,30,-47,46v-14,14,-25,28,-32,42v-7,14,-13,29,-16,45v-3,16,-6,32,-7,49v-1,17,-1,35,-1,53r59,0xm298,0r0,-90r-75,0r0,90r75,0","w":510},"@":{"d":"698,-170v-16,22,-34,41,-54,58v-20,17,-42,32,-65,44v-23,12,-48,21,-74,27v-26,6,-51,9,-78,9v-46,0,-89,-9,-128,-26v-39,-17,-74,-41,-103,-71v-29,-30,-52,-65,-69,-105v-17,-40,-25,-83,-25,-129v0,-46,8,-90,24,-131v16,-41,38,-77,67,-108v29,-31,62,-56,102,-74v40,-18,83,-27,130,-27v39,0,76,7,111,19v35,12,64,30,91,53v27,23,48,51,64,84v16,33,23,71,23,112v0,27,-4,56,-13,85v-9,29,-21,56,-36,80v-15,24,-32,44,-52,60v-20,16,-40,23,-61,23v-12,0,-20,-2,-24,-7v-4,-5,-6,-12,-6,-21v0,-2,0,-5,1,-9v1,-4,3,-10,5,-18v2,-8,6,-20,11,-36r19,-63r33,-97r47,-139r-69,0r-15,47v-10,-22,-26,-38,-47,-50v-21,-12,-43,-18,-67,-18v-38,0,-73,10,-104,29v-31,19,-57,45,-79,75v-22,30,-40,64,-52,100v-12,36,-18,71,-18,105v0,21,3,41,9,59v6,18,16,35,28,49v12,14,27,25,45,33v18,8,37,12,59,12v22,0,44,-4,66,-13v22,-9,40,-22,56,-38v6,18,18,32,35,40v17,8,35,11,53,11v27,0,55,-7,83,-23v28,-16,53,-37,76,-64v23,-27,41,-58,56,-94v15,-36,22,-74,22,-114v0,-47,-9,-91,-27,-130v-18,-39,-43,-73,-75,-102v-32,-29,-69,-51,-112,-67v-43,-16,-89,-24,-138,-24v-52,0,-101,10,-147,30v-46,20,-86,47,-121,82v-35,35,-64,75,-84,122v-20,47,-30,97,-30,150v0,54,9,104,29,151v20,47,47,89,82,124v35,35,76,64,123,84v47,20,98,30,152,30v33,0,66,-4,99,-12v33,-8,64,-22,93,-38v29,-16,55,-36,79,-59v24,-23,44,-50,60,-80r-60,0xm344,-200v-26,0,-45,-9,-59,-28v-14,-19,-21,-42,-21,-66v0,-23,5,-49,13,-77v8,-28,21,-54,36,-79v15,-25,33,-46,55,-63v22,-17,47,-25,74,-25v21,0,38,8,51,23v13,15,19,32,19,52v0,23,-4,50,-13,80v-9,30,-21,59,-36,86v-15,27,-34,50,-54,69v-20,19,-42,28,-65,28","w":816},"A":{"d":"294,-734r-289,734r71,0r87,-231r335,0r84,231r72,0r-282,-734r-78,0xm330,-675r144,385r-287,0","w":664,"k":{"y":53,"w":69,"v":69,"t":31,"q":22,"o":22,"g":22,"f":31,"e":22,"d":22,"c":22,"Y":92,"W":76,"V":92,"U":31,"T":76,"Q":31,"O":31,"G":31,"C":31}},"B":{"d":"152,-351r185,0v33,0,61,2,88,6v27,4,50,11,69,21v19,10,34,24,44,43v10,19,15,43,15,74v0,32,-5,58,-14,77v-9,19,-23,34,-41,45v-18,11,-42,18,-70,21v-28,3,-62,5,-100,5r-176,0r0,-292xm152,-675r160,0v38,0,71,2,97,6v26,4,47,12,63,22v16,10,29,23,36,39v7,16,11,35,11,58v0,22,-4,43,-10,60v-6,17,-17,32,-32,44v-15,12,-35,21,-59,27v-24,6,-55,9,-91,9r-175,0r0,-265xm83,0r299,0v35,0,67,-4,97,-11v30,-7,55,-19,76,-35v21,-16,37,-37,49,-64v12,-27,18,-59,18,-97v0,-49,-12,-89,-37,-122v-25,-33,-63,-54,-114,-61r0,-2v15,-3,30,-7,44,-14v14,-7,26,-17,37,-30v11,-13,19,-28,26,-47v7,-19,11,-41,11,-67v0,-27,-5,-52,-14,-75v-9,-23,-23,-42,-42,-58v-19,-16,-44,-29,-75,-38v-31,-9,-67,-13,-110,-13r-265,0r0,734","w":676,"k":{"Y":31}},"C":{"d":"680,-521v-6,-38,-17,-72,-33,-101v-16,-29,-36,-53,-61,-73v-25,-20,-54,-34,-86,-44v-32,-10,-67,-15,-104,-15v-49,0,-95,7,-136,21v-41,14,-77,36,-108,67v-31,31,-55,71,-72,120v-17,49,-26,109,-26,179v0,52,5,101,17,148v12,47,30,88,56,123v26,35,58,63,98,84v40,21,89,31,145,31v49,0,92,-7,128,-21v36,-14,67,-32,93,-56v26,-24,46,-51,62,-83v16,-32,27,-66,35,-101r-72,0v-7,29,-17,57,-30,81v-13,24,-30,46,-49,64v-19,18,-42,32,-68,42v-26,10,-54,15,-85,15v-50,0,-93,-9,-126,-28v-33,-19,-60,-44,-80,-75v-20,-31,-34,-67,-42,-106v-8,-39,-13,-79,-13,-120v0,-44,5,-85,15,-124v10,-39,25,-74,46,-104v21,-30,47,-53,79,-71v32,-18,70,-27,114,-27v63,0,113,13,152,40v39,27,66,71,80,134r71,0","w":741,"k":{"Y":38}},"D":{"d":"83,0r251,0v24,0,48,-2,72,-4v24,-2,47,-7,69,-13v22,-6,43,-15,63,-27v20,-12,39,-27,56,-46v17,-18,31,-38,42,-60v11,-22,20,-46,27,-70v7,-24,12,-49,15,-74v3,-25,4,-50,4,-74v0,-24,-1,-51,-5,-80v-4,-29,-11,-58,-20,-86v-9,-28,-21,-55,-37,-81v-16,-26,-36,-46,-60,-64v-17,-12,-35,-23,-53,-30v-18,-7,-36,-13,-55,-17v-19,-4,-38,-6,-58,-7v-20,-1,-40,-1,-60,-1r-251,0r0,734xm152,-675r166,0v31,0,61,2,91,5v30,3,56,10,78,22v26,14,47,31,63,52v16,21,29,43,39,68v10,25,16,51,19,79v3,28,5,54,5,81v0,25,-2,51,-6,78v-4,27,-10,53,-19,78v-9,25,-21,48,-37,69v-16,21,-36,38,-60,50v-29,15,-57,24,-85,28v-28,4,-57,6,-88,6r-166,0r0,-616","w":736,"k":{"Y":38}},"E":{"d":"83,-734r0,734r498,0r0,-59r-429,0r0,-301r378,0r0,-59r-378,0r0,-256r419,0r0,-59r-488,0","w":623},"F":{"d":"83,-734r0,734r69,0r0,-360r367,0r0,-59r-367,0r0,-256r404,0r0,-59r-473,0","w":574,"k":{"A":53}},"G":{"d":"701,-521v-8,-39,-22,-74,-40,-103v-18,-29,-41,-53,-68,-72v-27,-19,-57,-34,-91,-44v-34,-10,-69,-14,-108,-14v-58,0,-109,10,-151,30v-42,20,-78,47,-106,81v-28,34,-49,74,-63,121v-14,47,-20,97,-20,151v0,65,8,122,24,171v16,49,38,90,67,122v29,32,63,57,102,73v39,16,82,24,128,24v36,0,68,-3,97,-10v29,-7,54,-16,76,-29v22,-13,40,-28,57,-46v17,-18,32,-37,45,-59r0,125r59,0r0,-379r-314,0r0,59r248,0v0,47,-7,88,-20,123v-13,35,-30,64,-53,87v-23,23,-50,41,-81,53v-31,12,-64,17,-99,17v-42,0,-80,-8,-113,-24v-33,-16,-61,-39,-84,-67v-23,-28,-40,-59,-52,-96v-12,-37,-18,-76,-18,-117v0,-52,5,-99,16,-142v11,-43,28,-80,50,-111v22,-31,50,-55,85,-72v35,-17,77,-26,125,-26v27,0,53,4,78,12v25,8,49,19,69,34v20,15,37,32,52,54v15,22,25,47,31,74r72,0","w":791},"H":{"d":"152,-734r-69,0r0,734r69,0r0,-360r434,0r0,360r70,0r0,-734r-70,0r0,315r-434,0r0,-315","w":738},"I":{"d":"152,-734r-69,0r0,734r69,0r0,-734","w":234},"J":{"d":"358,-734r0,531v0,52,-10,91,-29,118v-19,27,-53,41,-101,41v-32,0,-56,-6,-74,-17v-18,-11,-32,-25,-40,-43v-8,-18,-14,-38,-16,-61v-2,-23,-2,-46,-2,-68r-69,0v0,33,2,65,7,95v5,30,14,57,28,80v14,23,33,42,58,56v25,14,59,21,100,21v71,0,124,-18,157,-56v33,-38,50,-93,50,-164r0,-533r-69,0","w":510},"K":{"d":"152,-734r-69,0r0,734r69,0r0,-284r115,-115r306,399r85,0r-341,-442r290,-292r-91,0r-364,370r0,-370","w":676,"k":{"q":31,"o":31,"g":31,"e":31,"d":31,"c":31,"U":31,"Q":31,"O":31,"G":31,"C":31}},"L":{"d":"152,-734r-69,0r0,734r463,0r0,-59r-394,0r0,-675","k":{"Y":130,"W":84,"V":99,"T":92}},"M":{"d":"83,-734r0,734r69,0r0,-655r2,0r242,655r65,0r241,-655r2,0r0,655r69,0r0,-734r-105,0r-237,647r-2,0r-240,-647r-106,0","w":855},"N":{"d":"83,-734r0,734r69,0r0,-641r2,0r422,641r81,0r0,-734r-69,0r0,641r-3,0r-424,-641r-78,0","w":739},"O":{"d":"54,-366v0,53,7,102,21,149v14,47,36,88,65,123v29,35,64,63,107,83v43,20,93,30,149,30v56,0,106,-10,149,-30v43,-20,78,-48,107,-83v29,-35,50,-76,65,-123v15,-47,21,-96,21,-149v0,-54,-6,-105,-21,-152v-15,-47,-37,-88,-66,-123v-29,-35,-65,-63,-108,-83v-43,-20,-93,-30,-150,-30v-55,0,-104,11,-146,31v-42,20,-77,48,-106,83v-29,35,-50,76,-65,123v-15,47,-22,98,-22,151xm397,-40v-48,0,-90,-8,-124,-26v-34,-18,-63,-42,-85,-72v-22,-30,-38,-65,-49,-104v-11,-39,-16,-80,-16,-124v0,-43,5,-85,16,-124v11,-39,27,-74,49,-104v22,-30,51,-55,85,-73v34,-18,75,-28,122,-28v42,0,80,8,114,23v34,15,63,36,87,65v24,29,41,64,54,104v13,40,19,86,19,137v0,43,-5,84,-16,123v-11,39,-27,74,-49,104v-22,30,-50,54,-84,72v-34,18,-75,27,-123,27","w":792,"k":{"Y":46,"V":31,"A":31}},"P":{"d":"152,-324r173,0v34,0,67,-4,99,-10v32,-6,61,-17,85,-32v24,-15,44,-35,59,-62v15,-27,23,-60,23,-101v0,-27,-5,-53,-12,-78v-7,-25,-20,-47,-39,-66v-19,-19,-43,-34,-75,-45v-32,-11,-71,-16,-119,-16r-263,0r0,734r69,0r0,-324xm152,-675r145,0v38,0,71,2,99,5v28,3,52,10,70,21v18,11,32,26,41,45v9,19,14,45,14,77v0,31,-5,55,-15,74v-10,19,-25,33,-44,43v-19,10,-41,17,-68,21v-27,4,-56,5,-89,5r-153,0r0,-291","w":644,"k":{"A":92}},"Q":{"d":"628,-69v37,-36,65,-80,83,-131v18,-51,27,-106,27,-166v0,-63,-8,-118,-25,-166v-17,-48,-40,-89,-70,-122v-30,-33,-67,-57,-109,-74v-42,-17,-89,-26,-141,-26v-57,0,-108,11,-150,32v-42,21,-77,50,-105,86v-28,36,-49,76,-63,123v-14,47,-21,96,-21,147v0,53,7,102,21,149v14,47,36,88,65,123v29,35,64,63,107,83v43,20,93,30,149,30v37,0,70,-4,100,-13v30,-9,58,-21,83,-37r108,84r39,-47xm478,-185r-36,48r83,65v-18,10,-37,18,-58,24v-21,6,-44,8,-70,8v-48,0,-90,-8,-124,-26v-34,-18,-63,-42,-85,-72v-22,-30,-38,-65,-49,-104v-11,-39,-16,-80,-16,-124v0,-42,5,-84,16,-123v11,-39,27,-74,49,-105v22,-31,51,-55,85,-73v34,-18,75,-28,122,-28v39,0,76,7,109,21v33,14,63,33,87,61v24,28,43,62,57,103v14,41,21,89,21,144v0,51,-7,99,-22,144v-15,45,-39,83,-70,113","w":792,"k":{"Y":46,"V":31}},"R":{"d":"152,-675r220,0v23,0,46,2,67,6v21,4,40,11,57,21v17,10,30,24,40,42v10,18,15,40,15,67v0,26,-4,49,-14,67v-10,18,-23,33,-39,45v-16,12,-36,21,-58,26v-22,5,-46,8,-72,8r-216,0r0,-282xm152,-334r218,0v24,0,47,2,66,6v19,4,36,12,49,24v13,12,23,30,30,54v7,24,10,56,10,95v0,14,1,29,2,44v1,15,2,31,4,45v2,14,5,26,8,38v3,12,6,21,10,28r76,0r0,-7v-9,-4,-16,-20,-22,-47v-6,-27,-8,-63,-8,-109v0,-19,-1,-39,-3,-60v-2,-21,-6,-40,-12,-58v-6,-18,-16,-34,-29,-48v-13,-14,-29,-26,-50,-33v42,-19,72,-42,91,-69v19,-27,28,-65,28,-111v0,-68,-21,-117,-64,-147v-43,-30,-105,-45,-186,-45r-287,0r0,734r69,0r0,-334","w":693},"S":{"d":"44,-219v0,40,7,74,20,104v13,30,31,55,55,75v24,20,52,35,85,45v33,10,68,14,106,14v85,0,151,-19,198,-56v47,-37,70,-90,70,-158v0,-37,-6,-67,-19,-91v-13,-24,-30,-43,-51,-58v-21,-15,-45,-28,-72,-36v-27,-8,-55,-16,-83,-22v-28,-6,-55,-13,-82,-19v-27,-6,-51,-14,-72,-25v-21,-11,-38,-24,-51,-41v-13,-17,-19,-39,-19,-67v0,-17,3,-34,10,-51v7,-17,17,-32,32,-45v15,-13,34,-24,57,-32v23,-8,50,-13,82,-13v23,0,45,4,67,10v22,6,42,15,59,28v17,13,30,30,40,50v10,20,15,45,15,73r66,0v0,-30,-5,-58,-15,-85v-10,-27,-26,-50,-46,-70v-20,-20,-46,-35,-77,-47v-31,-12,-68,-18,-109,-18v-41,0,-77,6,-108,17v-31,11,-57,25,-78,43v-21,18,-36,40,-47,64v-11,24,-16,48,-16,73v0,36,7,66,20,89v13,23,29,43,50,58v21,15,44,27,71,36v27,9,55,17,83,23v28,6,56,12,83,19v27,7,50,17,71,28v21,11,38,25,51,43v13,18,19,40,19,69v0,20,-4,40,-11,58v-7,18,-18,35,-33,49v-15,14,-34,25,-58,33v-24,8,-52,12,-85,12v-28,0,-54,-3,-78,-9v-24,-6,-46,-18,-65,-32v-19,-14,-34,-32,-46,-55v-12,-23,-19,-50,-22,-83r-67,0","w":639},"T":{"d":"318,-675r233,0r0,-59r-535,0r0,59r233,0r0,675r69,0r0,-675","k":{"z":53,"y":53,"w":46,"v":53,"u":76,"s":61,"r":68,"q":76,"p":76,"o":76,"n":76,"m":76,"g":76,"f":22,"e":76,"d":76,"c":76,"a":76,"T":-22,"J":107,"A":76}},"U":{"d":"83,-734r0,458v0,94,23,166,70,218v47,52,118,77,214,77v95,0,167,-25,214,-76v47,-51,71,-123,71,-219r0,-458r-70,0r0,437v0,44,-4,81,-11,113v-7,32,-20,59,-37,80v-17,21,-38,37,-66,48v-28,11,-62,16,-101,16v-75,0,-130,-20,-164,-60v-34,-40,-51,-106,-51,-197r0,-437r-69,0","w":734,"k":{"A":31}},"V":{"d":"18,-734r255,734r77,0r255,-734r-73,0r-220,652r-221,-652r-73,0","w":623,"k":{"u":46,"t":15,"s":53,"r":46,"q":53,"p":46,"o":53,"n":46,"m":46,"g":53,"e":53,"d":53,"c":53,"a":61,"Q":31,"O":31,"G":31,"C":31,"A":92}},"W":{"d":"14,-734r190,734r76,0r171,-649r2,0r170,649r77,0r192,-734r-71,0r-160,636r-2,0r-167,-636r-78,0r-170,636r-2,0r-158,-636r-70,0","w":906,"k":{"u":38,"s":38,"r":38,"q":38,"p":31,"o":46,"n":31,"m":31,"g":46,"e":46,"d":46,"c":46,"a":46,"A":76}},"X":{"d":"29,-734r242,357r-253,377r79,0r213,-324r214,324r80,0r-252,-377r241,-357r-81,0r-202,309r-201,-309r-80,0","w":623},"Y":{"d":"12,-734r262,419r0,315r70,0r0,-320r266,-414r-81,0r-221,354r-216,-354r-80,0","w":623,"k":{"u":76,"s":61,"r":68,"q":76,"p":68,"o":76,"n":68,"m":68,"g":76,"e":76,"d":76,"c":76,"a":84,"Q":46,"O":46,"G":46,"C":46,"A":92}},"Z":{"d":"71,-734r0,59r431,0r-470,617r0,58r559,0r0,-59r-474,0r471,-617r0,-58r-517,0","w":623},"[":{"d":"93,-754r0,949r195,0r0,-51r-130,0r0,-847r130,0r0,-51r-195,0","w":339},"\\":{"d":"269,0r61,0r-316,-754r-61,0","w":283},"]":{"d":"52,-754r0,51r130,0r0,847r-130,0r0,51r195,0r0,-949r-195,0","w":339},"^":{"d":"134,-250r201,-400r205,400r58,0r-236,-462r-53,0r-235,462r60,0","w":673},"_":{"d":"510,121r0,-59r-510,0r0,59r510,0","w":510},"`":{"d":"187,-585r52,0r-114,-142r-79,0","w":339},"a":{"d":"421,-277r0,82v0,27,-5,50,-16,69v-11,19,-25,35,-43,48v-18,13,-39,22,-62,28v-23,6,-48,9,-72,9v-14,0,-28,-1,-42,-5v-14,-4,-26,-10,-37,-18v-11,-8,-19,-17,-25,-29v-6,-12,-10,-27,-10,-43v0,-36,14,-62,40,-80v26,-18,62,-29,109,-32v38,-3,71,-6,98,-11v27,-5,46,-11,60,-18xm136,-368v3,-23,8,-43,16,-58v8,-15,20,-28,33,-37v13,-9,29,-15,47,-19v18,-4,37,-6,58,-6v48,0,81,11,101,31v20,20,30,46,30,77v0,24,-5,40,-16,49v-11,9,-28,16,-54,19r-117,15v-123,16,-185,69,-185,159v0,26,4,48,14,67v10,19,23,35,39,48v16,13,36,22,57,28v21,6,43,9,66,9v39,0,76,-7,109,-22v33,-15,61,-36,85,-65r2,0v3,33,11,54,23,65v12,11,30,16,55,16v5,0,12,-1,22,-3v10,-2,19,-4,26,-7r0,-48v-7,3,-15,5,-21,7v-6,2,-12,2,-16,2v-11,0,-18,-4,-22,-12v-4,-8,-6,-21,-6,-38r0,-287v0,-31,-4,-57,-14,-78v-10,-21,-24,-37,-41,-50v-17,-13,-38,-22,-61,-28v-23,-6,-48,-9,-75,-9v-29,0,-55,4,-81,10v-26,6,-49,17,-68,31v-19,14,-35,32,-47,54v-12,22,-20,49,-22,80r63,0","w":569},"b":{"d":"313,-488v31,0,58,7,81,19v23,12,42,29,57,50v15,21,25,46,32,74v7,28,11,58,11,90v0,30,-5,58,-14,84v-9,26,-22,49,-38,68v-16,19,-35,35,-57,46v-22,11,-46,16,-72,16v-29,0,-54,-6,-76,-18v-22,-12,-41,-27,-56,-47v-15,-20,-27,-43,-35,-69v-8,-26,-11,-53,-11,-82v0,-75,16,-132,49,-171v33,-39,76,-60,129,-60xm135,-93r2,0v9,18,20,34,34,47v14,13,29,24,46,33v17,9,33,15,51,20v18,5,35,7,52,7v43,0,79,-7,109,-21v30,-14,55,-34,74,-59v19,-25,34,-54,43,-88v9,-34,13,-70,13,-109v0,-37,-4,-72,-14,-106v-10,-34,-25,-63,-44,-89v-19,-26,-43,-47,-73,-62v-30,-15,-65,-23,-105,-23v-37,0,-73,8,-107,25v-34,17,-61,41,-81,74r0,-290r-62,0r0,734r62,0r0,-93","w":607},"c":{"d":"511,-362v-10,-62,-33,-108,-71,-137v-38,-29,-87,-44,-148,-44v-39,0,-75,8,-105,23v-30,15,-56,36,-76,62v-20,26,-35,55,-46,89v-11,34,-16,69,-16,106v0,39,4,75,14,109v10,34,24,63,44,88v20,25,45,45,76,59v31,14,67,21,109,21v33,0,62,-4,88,-14v26,-10,48,-23,67,-40v19,-17,34,-39,46,-63v12,-24,21,-51,26,-80r-65,0v-7,44,-25,79,-53,104v-28,25,-63,38,-109,38v-32,0,-60,-6,-82,-19v-22,-13,-41,-29,-55,-50v-14,-21,-25,-45,-31,-72v-6,-27,-10,-53,-10,-81v0,-27,3,-54,10,-81v7,-27,18,-52,32,-73v14,-21,33,-38,55,-51v22,-13,50,-20,81,-20v41,0,74,12,101,34v27,22,45,53,56,92r62,0","w":568},"d":{"d":"293,-488v31,0,58,7,81,19v23,12,41,29,56,50v15,21,26,46,33,74v7,28,10,58,10,90v0,30,-4,58,-13,84v-9,26,-22,49,-38,68v-16,19,-35,35,-57,46v-22,11,-46,16,-72,16v-29,0,-55,-6,-77,-18v-22,-12,-41,-27,-56,-47v-15,-20,-26,-43,-34,-69v-8,-26,-12,-53,-12,-82v0,-75,17,-132,50,-171v33,-39,76,-60,129,-60xm473,-444v-20,-33,-47,-57,-81,-74v-34,-17,-70,-25,-107,-25v-40,0,-75,8,-105,23v-30,15,-54,36,-73,62v-19,26,-34,55,-44,89v-10,34,-14,69,-14,106v0,39,4,75,13,109v9,34,24,63,43,88v19,25,43,45,73,59v30,14,67,21,110,21v17,0,34,-2,52,-7v18,-5,34,-11,51,-20v17,-9,32,-20,46,-33v14,-13,25,-29,34,-47r2,0r0,93r61,0r0,-734r-61,0r0,290","w":607},"e":{"d":"114,-301v3,-25,9,-49,18,-71v9,-22,20,-42,35,-59v15,-17,32,-31,53,-41v21,-10,45,-16,72,-16v27,0,51,5,72,15v21,10,39,23,53,40v14,17,24,36,31,59v7,23,11,47,11,73r-345,0xm524,-250v0,-96,-20,-168,-61,-218v-41,-50,-98,-75,-171,-75v-38,0,-72,7,-102,22v-30,15,-55,34,-76,60v-21,26,-37,56,-48,90v-11,34,-17,70,-17,109v0,39,4,74,14,108v10,34,24,63,44,88v20,25,45,45,76,59v31,14,67,21,109,21v33,0,62,-4,87,-13v25,-9,48,-21,66,-37v18,-16,34,-35,46,-56v12,-21,22,-45,29,-70r-68,0v-10,39,-28,69,-57,90v-29,21,-63,31,-103,31v-29,0,-55,-6,-77,-17v-22,-11,-41,-26,-56,-45v-15,-19,-27,-41,-34,-66v-7,-25,-11,-52,-11,-81r410,0","w":573},"f":{"d":"99,-477r0,477r61,0r0,-477r102,0r0,-51r-102,0r0,-66v0,-12,1,-24,2,-36v1,-12,3,-22,7,-32v4,-10,11,-17,20,-23v9,-6,20,-9,36,-9v11,0,23,3,37,6r0,-53v-8,-3,-16,-4,-24,-5v-8,-1,-17,-1,-27,-1v-41,0,-70,12,-87,36v-17,24,-25,57,-25,99r0,84r-79,0r0,51r79,0","w":283,"k":{"y":-15}},"g":{"d":"293,-488v31,0,58,7,81,19v23,12,41,29,56,50v15,21,26,46,33,74v7,28,10,58,10,90v0,30,-4,58,-13,84v-9,26,-22,49,-38,68v-16,19,-35,35,-57,46v-22,11,-46,16,-72,16v-29,0,-55,-6,-77,-18v-22,-12,-41,-27,-56,-47v-15,-20,-26,-43,-34,-69v-8,-26,-12,-53,-12,-82v0,-75,17,-132,50,-171v33,-39,76,-60,129,-60xm473,-528r0,92r-2,0v-9,-17,-20,-31,-34,-45v-14,-14,-29,-25,-46,-34v-17,-9,-33,-16,-51,-21v-18,-5,-35,-7,-52,-7v-43,0,-80,8,-110,22v-30,14,-54,33,-73,58v-19,25,-34,55,-43,89v-9,34,-13,70,-13,109v0,37,4,72,14,106v10,34,25,63,44,89v19,26,43,46,73,61v30,15,65,23,105,23v37,0,73,-8,107,-25v34,-17,61,-41,81,-74v0,30,-1,60,-5,90v-4,30,-12,56,-25,79v-13,23,-32,42,-57,56v-25,14,-58,21,-99,21v-18,0,-36,-1,-53,-4v-17,-3,-33,-8,-47,-15v-14,-7,-26,-16,-36,-29v-10,-13,-17,-29,-22,-49r-66,0v1,16,6,33,15,51v9,18,22,34,40,49v18,15,41,27,69,37v28,10,61,15,100,15v50,0,91,-7,123,-22v32,-15,58,-34,76,-58v18,-24,31,-54,38,-86v7,-32,10,-66,10,-101r0,-477r-61,0","w":607},"h":{"d":"135,-734r-62,0r0,734r62,0r0,-290v0,-25,3,-49,9,-73v6,-24,15,-45,28,-63v13,-18,29,-34,49,-45v20,-11,45,-17,74,-17v49,0,84,12,105,36v21,24,31,59,31,107r0,345r62,0r0,-346v0,-67,-17,-117,-51,-149v-34,-32,-79,-48,-137,-48v-37,0,-68,9,-94,25v-26,16,-52,37,-76,63r0,-279","w":566},"i":{"d":"135,-528r-62,0r0,528r62,0r0,-528xm135,-644r0,-90r-62,0r0,90r62,0","w":208},"j":{"d":"90,-528r0,607v0,24,-4,41,-12,54v-8,13,-23,19,-47,19v-1,0,-6,-1,-12,-1v-6,0,-11,0,-14,-1r0,54v12,3,25,4,40,4v24,0,44,-3,58,-9v14,-6,24,-14,31,-26v7,-12,12,-26,14,-43v2,-17,3,-38,3,-60r0,-598r-61,0xm151,-644r0,-90r-61,0r0,90r61,0","w":224},"k":{"d":"135,-734r-62,0r0,734r62,0r0,-200r100,-95r197,295r69,0r-222,-338r198,-190r-83,0r-259,251r0,-457","w":514,"k":{"q":15,"o":15,"g":15,"e":15,"d":15,"c":15}},"l":{"d":"135,-734r-62,0r0,734r62,0r0,-734","w":208},"m":{"d":"135,-528r-62,0r0,528r62,0r0,-285v0,-27,2,-52,8,-76v6,-24,15,-46,28,-65v13,-19,29,-34,48,-45v19,-11,43,-17,70,-17v44,0,73,11,89,33v16,22,24,52,24,90r0,365r61,0r0,-285v0,-31,3,-58,10,-83v7,-25,17,-45,30,-63v13,-18,29,-32,48,-42v19,-10,41,-15,66,-15v44,0,73,11,89,33v16,22,24,52,24,90r0,365r62,0r0,-334v0,-27,-2,-52,-6,-77v-4,-25,-11,-48,-23,-67v-12,-19,-29,-35,-50,-47v-21,-12,-50,-18,-86,-18v-38,0,-71,8,-101,25v-30,17,-53,42,-71,77v-5,-14,-12,-27,-20,-39v-8,-12,-18,-24,-30,-33v-12,-9,-26,-16,-43,-21v-17,-5,-38,-9,-62,-9v-35,0,-67,8,-96,24v-29,16,-51,39,-67,70r-2,0r0,-79","w":864},"n":{"d":"135,-528r-62,0r0,528r62,0r0,-290v0,-25,3,-49,9,-73v6,-24,15,-45,28,-63v13,-18,29,-34,49,-45v20,-11,45,-17,74,-17v49,0,84,12,105,36v21,24,31,59,31,107r0,345r62,0r0,-346v0,-67,-17,-117,-51,-149v-34,-32,-79,-48,-137,-48v-37,0,-68,9,-94,25v-26,16,-52,37,-76,63r0,-73","w":566},"o":{"d":"294,-543v-41,0,-76,7,-107,22v-31,15,-57,35,-77,60v-20,25,-36,54,-46,88v-10,34,-15,70,-15,109v0,46,6,86,19,121v13,35,31,64,53,87v22,23,47,41,77,53v30,12,62,17,96,17v37,0,70,-7,100,-20v30,-13,57,-32,78,-56v21,-24,37,-54,49,-88v12,-34,18,-72,18,-114v0,-39,-5,-75,-15,-109v-10,-34,-26,-64,-46,-89v-20,-25,-45,-44,-76,-59v-31,-15,-67,-22,-108,-22xm294,-488v33,0,60,6,83,18v23,12,41,27,55,47v14,20,26,44,32,71v6,27,9,57,9,88v0,29,-3,55,-10,82v-7,27,-18,51,-32,72v-14,21,-32,37,-55,50v-23,13,-50,19,-82,19v-29,0,-56,-5,-78,-16v-22,-11,-41,-26,-56,-46v-15,-20,-26,-43,-34,-71v-8,-28,-12,-57,-12,-90v0,-29,3,-56,10,-83v7,-27,18,-51,32,-72v14,-21,33,-37,56,-50v23,-13,50,-19,82,-19","w":587,"k":{"x":22}},"p":{"d":"313,-488v31,0,58,7,81,19v23,12,42,29,57,50v15,21,25,46,32,74v7,28,11,58,11,90v0,30,-5,58,-14,84v-9,26,-22,49,-38,68v-16,19,-35,35,-57,46v-22,11,-46,16,-72,16v-29,0,-54,-6,-76,-18v-22,-12,-41,-27,-56,-47v-15,-20,-27,-43,-35,-69v-8,-26,-11,-53,-11,-82v0,-75,16,-132,49,-171v33,-39,76,-60,129,-60xm135,-85v20,33,47,57,81,74v34,17,70,25,107,25v40,0,75,-8,105,-23v30,-15,54,-35,73,-61v19,-26,34,-55,44,-89v10,-34,14,-69,14,-106v0,-39,-4,-75,-13,-109v-9,-34,-24,-64,-43,-89v-19,-25,-44,-44,-74,-58v-30,-14,-66,-22,-109,-22v-17,0,-34,2,-52,7v-18,5,-34,12,-51,21v-17,9,-32,20,-46,34v-14,14,-25,28,-34,45r-2,0r0,-92r-62,0r0,736r62,0r0,-293","w":607},"q":{"d":"293,-488v31,0,58,7,81,19v23,12,41,29,56,50v15,21,26,46,33,74v7,28,10,58,10,90v0,30,-4,58,-13,84v-9,26,-22,49,-38,68v-16,19,-35,35,-57,46v-22,11,-46,16,-72,16v-29,0,-55,-6,-77,-18v-22,-12,-41,-27,-56,-47v-15,-20,-26,-43,-34,-69v-8,-26,-12,-53,-12,-82v0,-75,17,-132,50,-171v33,-39,76,-60,129,-60xm473,-528r0,92r-2,0v-9,-17,-20,-31,-34,-45v-14,-14,-29,-25,-46,-34v-17,-9,-33,-16,-51,-21v-18,-5,-35,-7,-52,-7v-43,0,-80,8,-110,22v-30,14,-54,33,-73,58v-19,25,-34,55,-43,89v-9,34,-13,70,-13,109v0,37,4,72,14,106v10,34,25,63,44,89v19,26,43,46,73,61v30,15,65,23,105,23v37,0,73,-8,107,-25v34,-17,61,-41,81,-74r0,293r61,0r0,-736r-61,0","w":607},"r":{"d":"135,-528r-62,0r0,528r62,0r0,-259v0,-29,2,-57,7,-84v5,-27,15,-49,28,-69v13,-20,31,-35,53,-47v22,-12,51,-17,86,-17r0,-67v-44,0,-80,8,-107,25v-27,17,-48,47,-65,89r-2,0r0,-99","w":336},"s":{"d":"114,-397v0,-27,11,-49,31,-66v20,-17,50,-25,89,-25v39,0,70,8,96,25v26,17,41,46,46,87r63,0v-7,-60,-29,-102,-65,-128v-36,-26,-82,-39,-139,-39v-59,0,-106,15,-138,43v-32,28,-48,64,-48,108v0,35,8,62,25,81v17,19,38,34,63,44v25,10,52,18,81,23v29,5,57,11,82,18v25,7,46,17,63,30v17,13,25,31,25,57v0,13,-4,25,-9,37v-5,12,-13,22,-24,31v-11,9,-24,17,-40,22v-16,5,-36,8,-58,8v-46,0,-82,-9,-107,-28v-25,-19,-41,-50,-51,-96r-62,0v1,25,6,48,16,70v10,22,23,41,40,57v17,16,38,30,62,39v24,9,52,13,83,13v31,0,60,-3,86,-9v26,-6,49,-16,68,-29v19,-13,34,-30,45,-49v11,-19,16,-42,16,-67v0,-34,-8,-60,-25,-79v-17,-19,-38,-35,-63,-46v-25,-11,-52,-20,-81,-26v-29,-6,-57,-13,-82,-21v-25,-8,-46,-17,-63,-30v-17,-13,-25,-31,-25,-55","w":501},"t":{"d":"259,-48v-8,2,-17,4,-25,5v-8,1,-17,2,-25,2v-13,0,-23,-1,-30,-4v-7,-3,-13,-7,-16,-13v-3,-6,-5,-14,-6,-24v-1,-10,-1,-20,-1,-33r0,-362r99,0r0,-51r-99,0r0,-147r-61,0r0,147r-75,0r0,51r75,0r0,386v0,39,8,67,24,82v16,15,39,23,70,23v15,0,29,-2,41,-5v12,-3,22,-6,29,-7r0,-50","w":283},"u":{"d":"73,-528r0,347v0,28,4,54,10,77v6,23,17,44,32,62v15,18,33,31,57,41v24,10,54,15,89,15v40,0,73,-8,100,-25v27,-17,49,-38,69,-62r1,0r0,73r62,0r0,-528r-62,0r0,287v0,29,-4,57,-11,81v-7,24,-17,45,-31,63v-14,18,-31,31,-51,41v-20,10,-43,15,-68,15v-48,0,-83,-12,-104,-36v-21,-24,-31,-59,-31,-105r0,-346r-62,0","w":566},"v":{"d":"17,-528r202,528r69,0r205,-528r-67,0r-171,453r-171,-453r-67,0","w":510},"w":{"d":"15,-528r161,528r74,0r117,-444r2,0r115,444r66,0r171,-528r-62,0r-139,446r-116,-446r-68,0r-123,450r-137,-450r-61,0","w":736},"x":{"d":"35,-528r186,255r-203,273r75,0r164,-228r160,228r74,0r-198,-273r190,-255r-77,0r-150,210r-146,-210r-75,0","w":510,"k":{"o":22,"e":22,"d":22,"c":22}},"y":{"d":"18,-528r205,532v-10,29,-19,53,-27,72v-8,19,-16,34,-24,45v-8,11,-16,19,-24,23v-8,4,-18,6,-28,6v-9,0,-18,-1,-26,-2r-25,-4r0,57v8,2,17,4,27,5v10,1,21,2,32,2v21,0,39,-5,54,-15v15,-10,29,-24,42,-43v13,-19,25,-40,36,-67v11,-27,23,-57,35,-90r197,-521r-67,0r-169,454r-169,-454r-69,0","w":499},"z":{"d":"57,-528r0,51r328,0r-351,423r0,54r442,0r0,-51r-364,0r351,-423r0,-54r-406,0","w":510},"{":{"d":"291,-758v-31,0,-56,3,-76,8v-20,5,-35,14,-47,26v-12,12,-20,27,-25,46v-5,19,-7,41,-7,67r0,208v0,31,-5,58,-16,78v-11,20,-33,33,-68,40r0,2v19,5,34,12,45,19v11,7,19,15,25,25v6,10,9,21,11,34v2,13,3,28,3,45r0,186v0,31,2,56,6,77v4,21,12,38,24,51v12,13,27,22,47,28v20,6,45,9,76,9r0,-1v-34,-9,-58,-24,-70,-46v-12,-22,-18,-48,-18,-79r0,-196v0,-20,-1,-38,-3,-54v-2,-16,-6,-30,-12,-43v-6,-13,-15,-25,-26,-34v-11,-9,-25,-16,-43,-21r0,-2v33,-7,56,-22,67,-45v11,-23,17,-54,17,-92r0,-210v0,-35,6,-62,20,-81v14,-19,37,-33,70,-43r0,-2","w":339},"|":{"d":"83,0r61,0r0,-754r-61,0r0,754","w":226},"}":{"d":"52,-756v33,10,55,24,69,43v14,19,21,46,21,81r0,210v0,19,1,36,3,51v2,15,7,29,13,41v6,12,15,21,26,28v11,7,24,13,41,17r0,2v-18,5,-31,12,-42,21v-11,9,-20,21,-26,34v-6,13,-10,27,-12,43v-2,16,-3,34,-3,54r0,196v0,31,-7,57,-19,79v-12,22,-35,37,-69,46r0,1v31,0,56,-3,76,-9v20,-6,34,-15,46,-28v12,-13,20,-30,24,-51v4,-21,7,-46,7,-77r0,-186v0,-17,1,-32,3,-45v2,-13,5,-24,11,-34v6,-10,14,-18,25,-25v11,-7,26,-14,45,-19r0,-2v-35,-7,-57,-20,-68,-40v-11,-20,-16,-47,-16,-78r0,-208v0,-26,-2,-48,-7,-67v-5,-19,-13,-34,-25,-46v-12,-12,-27,-21,-47,-26v-20,-5,-45,-8,-76,-8r0,2","w":339},"~":{"d":"225,-330v-18,0,-35,3,-49,10v-14,7,-26,15,-38,26v-12,11,-22,22,-31,34v-14,18,-14,19,-25,35r33,48v17,-29,34,-53,51,-70v17,-17,37,-26,59,-26v12,0,27,3,46,11r59,26v21,9,42,18,63,25v21,7,40,11,56,11v17,0,33,-4,47,-10v14,-6,27,-14,39,-25v12,-11,23,-23,32,-36v9,-13,18,-26,25,-40r-41,-35v-5,10,-11,20,-18,30v-7,10,-14,19,-22,28v-8,9,-19,16,-29,22v-10,6,-20,9,-32,9v-14,0,-31,-4,-49,-11v-18,-7,-36,-16,-56,-25v-20,-9,-40,-18,-60,-26v-20,-8,-41,-11,-60,-11","w":673},"-":{"d":"41,-286r0,62r258,0r0,-62r-258,0","w":339},"\"":{"d":"58,-504r53,0r0,-230r-53,0r0,230xm171,-504r53,0r0,-230r-53,0r0,230","w":283},"!":{"d":"147,-185r46,0r14,-321r0,-228r-74,0r0,228xm207,0r0,-90r-74,0r0,90r74,0","w":339},"\u0401":{"d":"83,-734r0,734r498,0r0,-59r-429,0r0,-301r378,0r0,-59r-378,0r0,-256r419,0r0,-59r-488,0xm269,-802r0,-90r-61,0r0,90r61,0xm431,-802r0,-90r-61,0r0,90r61,0","w":623},"\u0456":{"d":"135,-528r-62,0r0,528r62,0r0,-528xm135,-644r0,-90r-62,0r0,90r62,0","w":208},"\u0451":{"d":"114,-301v3,-25,9,-49,18,-71v9,-22,20,-42,35,-59v15,-17,32,-31,53,-41v21,-10,45,-16,72,-16v27,0,51,5,72,15v21,10,39,23,53,40v14,17,24,36,31,59v7,23,11,47,11,73r-345,0xm524,-250v0,-96,-20,-168,-61,-218v-41,-50,-98,-75,-171,-75v-38,0,-72,7,-102,22v-30,15,-55,34,-76,60v-21,26,-37,56,-48,90v-11,34,-17,70,-17,109v0,39,4,74,14,108v10,34,24,63,44,88v20,25,45,45,76,59v31,14,67,21,109,21v33,0,62,-4,87,-13v25,-9,48,-21,66,-37v18,-16,34,-35,46,-56v12,-21,22,-45,29,-70r-68,0v-10,39,-28,69,-57,90v-29,21,-63,31,-103,31v-29,0,-55,-6,-77,-17v-22,-11,-41,-26,-56,-45v-15,-19,-27,-41,-34,-66v-7,-25,-11,-52,-11,-81r410,0xm245,-609r0,-91r-61,0r0,91r61,0xm402,-609r0,-91r-61,0r0,91r61,0","w":573},"\u0454":{"d":"511,-362v-10,-62,-33,-108,-71,-137v-38,-29,-87,-44,-148,-44v-39,0,-75,8,-105,23v-30,15,-56,36,-76,62v-20,26,-35,55,-46,89v-11,34,-16,69,-16,106v0,39,4,75,14,109v10,34,24,63,44,88v20,25,45,45,76,59v31,14,67,21,109,21v33,0,62,-4,88,-14v26,-10,48,-23,67,-40v19,-17,34,-39,46,-63v12,-24,21,-51,26,-80r-65,0v-7,44,-25,79,-53,104v-28,25,-63,38,-109,38v-31,0,-57,-6,-79,-18v-22,-12,-40,-29,-55,-49v-15,-20,-26,-42,-33,-68v-7,-26,-11,-53,-11,-80r210,0r0,-51r-207,0v2,-22,8,-45,16,-66v8,-21,19,-40,33,-57v14,-17,32,-31,53,-42v21,-11,45,-16,73,-16v41,0,74,12,101,34v27,22,45,53,56,92r62,0","w":568},"\u0457":{"d":"135,-528r-62,0r0,528r62,0r0,-528xm61,-622r0,-91r-61,0r0,91r61,0xm208,-622r0,-91r-61,0r0,91r61,0","w":208},"\u0410":{"d":"294,-734r-289,734r71,0r87,-231r335,0r84,231r72,0r-282,-734r-78,0xm330,-675r144,385r-287,0","w":664,"k":{"\u0447":61,"\u0444":22,"\u0443":53,"\u0442":53,"\u0441":22,"\u043e":22,"\u0435":22,"\u0427":92,"\u0424":38,"\u0423":53,"\u0422":76,"\u0421":31,"\u041e":31,"\u0451":22}},"\u0411":{"d":"83,-734r0,734r263,0v48,0,87,-5,119,-16v32,-11,56,-26,75,-45v19,-19,32,-41,39,-65v7,-24,12,-51,12,-79v0,-41,-8,-75,-23,-103v-15,-28,-35,-49,-59,-66v-24,-17,-52,-28,-84,-35v-32,-7,-65,-10,-99,-10r-174,0r0,-256r386,0r0,-59r-455,0xm152,-360r154,0v31,0,59,3,86,7v27,4,49,12,68,24v19,12,34,26,45,46v11,20,16,45,16,76v0,32,-5,58,-14,77v-9,19,-23,34,-41,45v-18,11,-42,18,-70,21v-28,3,-61,5,-99,5r-145,0r0,-301","w":644},"\u0412":{"d":"152,-351r185,0v33,0,61,2,88,6v27,4,50,11,69,21v19,10,34,24,44,43v10,19,15,43,15,74v0,32,-5,58,-14,77v-9,19,-23,34,-41,45v-18,11,-42,18,-70,21v-28,3,-62,5,-100,5r-176,0r0,-292xm152,-675r160,0v38,0,71,2,97,6v26,4,47,12,63,22v16,10,29,23,36,39v7,16,11,35,11,58v0,22,-4,43,-10,60v-6,17,-17,32,-32,44v-15,12,-35,21,-59,27v-24,6,-55,9,-91,9r-175,0r0,-265xm83,0r299,0v35,0,67,-4,97,-11v30,-7,55,-19,76,-35v21,-16,37,-37,49,-64v12,-27,18,-59,18,-97v0,-49,-12,-89,-37,-122v-25,-33,-63,-54,-114,-61r0,-2v15,-3,30,-7,44,-14v14,-7,26,-17,37,-30v11,-13,19,-28,26,-47v7,-19,11,-41,11,-67v0,-27,-5,-52,-14,-75v-9,-23,-23,-42,-42,-58v-19,-16,-44,-29,-75,-38v-31,-9,-67,-13,-110,-13r-265,0r0,734","w":676},"\u0413":{"d":"83,-734r0,734r69,0r0,-675r404,0r0,-59r-473,0","w":574,"k":{"\u044f":76,"\u044e":92,"\u044d":92,"\u0443":61,"\u0441":92,"\u0440":92,"\u043e":92,"\u043d":92,"\u043c":92,"\u043b":99,"\u0438":92,"\u0437":92,"\u0436":76,"\u0435":92,"\u0434":92,"\u0432":92,"\u0430":92,"\u0424":46,"\u0423":-31,"\u0422":-22,"\u041b":38,"\u0414":53,"\u0410":107,"\u0451":92}},"\u0414":{"d":"165,-734r0,265v0,55,-1,102,-5,141v-4,39,-10,73,-17,103v-7,30,-15,58,-26,84v-11,26,-22,53,-36,82r-54,0r0,227r69,0r0,-168r516,0r0,168r69,0r0,-227r-56,0r0,-675r-460,0xm556,-675r0,616r-403,0v13,-26,25,-52,35,-79v10,-27,18,-56,25,-86v7,-30,12,-63,16,-98v4,-35,6,-75,6,-119r0,-234r321,0","w":707},"\u0415":{"d":"83,-734r0,734r498,0r0,-59r-429,0r0,-301r378,0r0,-59r-378,0r0,-256r419,0r0,-59r-488,0","w":623},"\u0416":{"d":"545,-734r-70,0r0,379r-342,-379r-82,0r279,307r-320,427r80,0r286,-380r99,109r0,271r70,0r0,-271r99,-109r286,380r80,0r-320,-427r279,-307r-82,0r-342,379r0,-379","w":1018,"k":{"\u0447":68,"\u0443":46,"\u0442":46,"\u0424":38,"\u041e":31}},"\u0417":{"d":"133,-533v0,-29,4,-54,14,-74v10,-20,23,-37,39,-50v16,-13,35,-22,56,-28v21,-6,45,-9,69,-9v25,0,49,3,72,8v23,5,43,13,60,24v17,11,30,25,40,42v10,17,16,37,16,60v0,51,-16,88,-46,109v-30,21,-72,32,-126,32r-44,0r0,59r60,0v29,0,54,5,77,13v23,8,42,19,58,34v16,15,28,32,36,53v8,21,12,44,12,68v0,20,-3,40,-10,58v-7,18,-18,35,-34,49v-16,14,-37,25,-63,33v-26,8,-58,12,-95,12v-63,0,-113,-13,-149,-40v-36,-27,-57,-73,-62,-139r-67,0v0,40,7,75,21,105v14,30,33,54,57,74v24,20,54,35,88,45v34,10,70,14,109,14v93,0,162,-20,207,-59v45,-39,68,-93,68,-160v0,-20,-4,-41,-10,-60v-6,-19,-15,-37,-27,-54v-12,-17,-26,-32,-44,-45v-18,-13,-38,-23,-61,-29v41,-18,71,-41,88,-72v17,-31,26,-65,26,-104v0,-31,-6,-59,-19,-83v-13,-24,-31,-43,-54,-59v-23,-16,-49,-27,-81,-35v-32,-8,-66,-12,-103,-12v-40,0,-75,5,-106,16v-31,11,-56,25,-77,44v-21,19,-37,43,-48,70v-11,27,-16,57,-16,90r69,0","w":649},"\u0418":{"d":"152,-734r-69,0r0,734r80,0r422,-641r3,0r0,641r69,0r0,-734r-79,0r-424,641r-2,0r0,-641","w":739},"\u0419":{"d":"152,-734r-69,0r0,734r80,0r422,-641r3,0r0,641r69,0r0,-734r-79,0r-424,641r-2,0r0,-641xm230,-948v3,41,17,73,42,95v25,22,58,34,99,34v42,0,77,-11,104,-32v27,-21,43,-54,48,-97r-37,0v-7,29,-21,50,-39,63v-18,13,-42,20,-71,20v-29,0,-52,-7,-71,-20v-19,-13,-31,-34,-36,-63r-39,0","w":739},"\u041a":{"d":"152,-734r-69,0r0,734r69,0r0,-284r115,-115r306,399r85,0r-341,-442r290,-292r-91,0r-364,370r0,-370","w":676,"k":{"\u0447":76,"\u0444":31,"\u0443":53,"\u0442":46,"\u0441":31,"\u043e":31,"\u0435":31,"\u0424":53,"\u0421":31,"\u041e":31,"\u0451":31}},"\u041b":{"d":"137,-734r0,325v0,128,-7,221,-19,278v-12,57,-30,86,-54,86v-7,0,-14,0,-23,-1v-9,-1,-18,-3,-25,-4r0,56v12,3,22,6,29,7v7,1,15,1,25,1v23,0,44,-6,61,-20v17,-14,31,-35,42,-65v11,-30,20,-69,25,-116v5,-47,8,-103,8,-170r0,-318r350,0r0,675r69,0r0,-734r-488,0","w":707},"\u041c":{"d":"83,-734r0,734r69,0r0,-655r2,0r242,655r65,0r241,-655r2,0r0,655r69,0r0,-734r-105,0r-237,647r-2,0r-240,-647r-106,0","w":855},"\u041d":{"d":"152,-734r-69,0r0,734r69,0r0,-360r434,0r0,360r70,0r0,-734r-70,0r0,315r-434,0r0,-315","w":738},"\u041e":{"d":"54,-366v0,53,7,102,21,149v14,47,36,88,65,123v29,35,64,63,107,83v43,20,93,30,149,30v56,0,106,-10,149,-30v43,-20,78,-48,107,-83v29,-35,50,-76,65,-123v15,-47,21,-96,21,-149v0,-54,-6,-105,-21,-152v-15,-47,-37,-88,-66,-123v-29,-35,-65,-63,-108,-83v-43,-20,-93,-30,-150,-30v-55,0,-104,11,-146,31v-42,20,-77,48,-106,83v-29,35,-50,76,-65,123v-15,47,-22,98,-22,151xm397,-40v-48,0,-90,-8,-124,-26v-34,-18,-63,-42,-85,-72v-22,-30,-38,-65,-49,-104v-11,-39,-16,-80,-16,-124v0,-43,5,-85,16,-124v11,-39,27,-74,49,-104v22,-30,51,-55,85,-73v34,-18,75,-28,122,-28v42,0,80,8,114,23v34,15,63,36,87,65v24,29,41,64,54,104v13,40,19,86,19,137v0,43,-5,84,-16,123v-11,39,-27,74,-49,104v-22,30,-50,54,-84,72v-34,18,-75,27,-123,27","w":792,"k":{"\u0434":31,"\u0425":31,"\u0416":31,"\u0414":31,"\u0410":31}},"\u041f":{"d":"83,-734r0,734r69,0r0,-675r434,0r0,675r70,0r0,-734r-573,0","w":738},"\u0420":{"d":"152,-324r173,0v34,0,67,-4,99,-10v32,-6,61,-17,85,-32v24,-15,44,-35,59,-62v15,-27,23,-60,23,-101v0,-27,-5,-53,-12,-78v-7,-25,-20,-47,-39,-66v-19,-19,-43,-34,-75,-45v-32,-11,-71,-16,-119,-16r-263,0r0,734r69,0r0,-324xm152,-675r145,0v38,0,71,2,99,5v28,3,52,10,70,21v18,11,32,26,41,45v9,19,14,45,14,77v0,31,-5,55,-15,74v-10,19,-25,33,-44,43v-19,10,-41,17,-68,21v-27,4,-56,5,-89,5r-153,0r0,-291","w":644,"k":{"\u041b":53,"\u0414":61,"\u0410":92}},"\u0421":{"d":"680,-521v-6,-38,-17,-72,-33,-101v-16,-29,-36,-53,-61,-73v-25,-20,-54,-34,-86,-44v-32,-10,-67,-15,-104,-15v-49,0,-95,7,-136,21v-41,14,-77,36,-108,67v-31,31,-55,71,-72,120v-17,49,-26,109,-26,179v0,52,5,101,17,148v12,47,30,88,56,123v26,35,58,63,98,84v40,21,89,31,145,31v49,0,92,-7,128,-21v36,-14,67,-32,93,-56v26,-24,46,-51,62,-83v16,-32,27,-66,35,-101r-72,0v-7,29,-17,57,-30,81v-13,24,-30,46,-49,64v-19,18,-42,32,-68,42v-26,10,-54,15,-85,15v-50,0,-93,-9,-126,-28v-33,-19,-60,-44,-80,-75v-20,-31,-34,-67,-42,-106v-8,-39,-13,-79,-13,-120v0,-44,5,-85,15,-124v10,-39,25,-74,46,-104v21,-30,47,-53,79,-71v32,-18,70,-27,114,-27v63,0,113,13,152,40v39,27,66,71,80,134r71,0","w":741},"\u0422":{"d":"318,-675r233,0r0,-59r-535,0r0,59r233,0r0,675r69,0r0,-675","k":{"\u044f":61,"\u044e":76,"\u044d":76,"\u044c":76,"\u044b":76,"\u0449":76,"\u0448":76,"\u0447":61,"\u0446":76,"\u0445":46,"\u0444":76,"\u0443":53,"\u0441":76,"\u0440":76,"\u043f":76,"\u043e":76,"\u043d":76,"\u043c":76,"\u043b":76,"\u043a":76,"\u0438":76,"\u0437":61,"\u0436":53,"\u0435":76,"\u0434":76,"\u0433":76,"\u0432":76,"\u0431":22,"\u0430":76,"\u0424":38,"\u0423":-31,"\u0422":-22,"\u041b":31,"\u0414":68,"\u0410":76,"\u0451":76}},"\u0423":{"d":"4,-734r253,613r-14,29v-9,18,-19,32,-30,40v-11,8,-29,12,-51,12v-7,0,-15,0,-22,-1v-7,-1,-13,-2,-17,-3r0,58v12,3,27,5,43,5v19,0,36,-1,51,-5v15,-4,27,-11,39,-20v12,-9,22,-21,32,-35v10,-14,19,-32,29,-54r279,-639r-77,0r-224,531r-219,-531r-72,0","w":591,"k":{"\u044f":46,"\u044e":53,"\u044d":61,"\u0449":53,"\u0448":53,"\u0447":39,"\u0446":53,"\u0445":22,"\u0444":53,"\u0442":15,"\u0441":61,"\u0440":53,"\u043f":53,"\u043e":61,"\u043d":53,"\u043c":53,"\u043b":61,"\u043a":53,"\u0439":53,"\u0438":53,"\u0437":38,"\u0435":61,"\u0434":76,"\u0433":53,"\u0432":53,"\u0431":22,"\u0430":61,"\u0424":22,"\u0422":-31,"\u041b":31,"\u0414":53,"\u0410":99,"\u0451":61}},"\u0424":{"d":"394,-734r0,63r-50,0v-44,0,-84,7,-119,23v-35,16,-65,38,-91,65v-26,27,-45,58,-59,95v-14,37,-21,77,-21,118v0,43,7,83,21,119v14,36,33,67,59,94v26,27,56,47,91,62v35,15,75,23,119,23r50,0r0,72r69,0r0,-72r50,0v44,0,83,-8,118,-23v35,-15,66,-35,92,-62v26,-27,45,-58,59,-94v14,-36,21,-76,21,-119v0,-41,-7,-81,-21,-118v-14,-37,-33,-68,-59,-95v-26,-27,-57,-49,-92,-65v-35,-16,-74,-23,-118,-23r-50,0r0,-63r-69,0xm394,-132r-48,0v-35,0,-66,-6,-94,-18v-28,-12,-50,-29,-69,-51v-19,-22,-34,-47,-44,-76v-10,-29,-16,-61,-16,-95v0,-34,6,-66,16,-95v10,-29,25,-55,44,-76v19,-21,41,-39,69,-51v28,-12,59,-18,94,-18r48,0r0,480xm463,-612r48,0v35,0,65,6,93,18v28,12,51,30,70,51v19,21,34,47,44,76v10,29,15,61,15,95v0,34,-5,66,-15,95v-10,29,-25,54,-44,76v-19,22,-42,39,-70,51v-28,12,-58,18,-93,18r-48,0r0,-480","w":856,"k":{"\u0425":38,"\u0423":22,"\u0422":38,"\u0416":38,"\u0410":38}},"\u0425":{"d":"29,-734r242,357r-253,377r79,0r213,-324r214,324r80,0r-252,-377r241,-357r-81,0r-202,309r-201,-309r-80,0","w":623,"k":{"\u0443":38,"\u0424":38,"\u041e":31}},"\u0426":{"d":"152,-734r-69,0r0,734r560,0r0,168r69,0r0,-227r-56,0r0,-675r-70,0r0,675r-434,0r0,-675","w":738},"\u0427":{"d":"76,-734r0,184v0,39,6,72,16,100v10,28,25,50,44,67v19,17,43,30,71,38v28,8,58,11,93,11r58,0v0,0,41,-1,62,-2r62,-3v0,0,39,-3,55,-6r0,345r69,0r0,-734r-69,0r0,328v-18,2,-34,4,-47,6v-13,2,-26,3,-39,4v-13,1,-26,1,-40,2v-14,1,-30,1,-48,1v-33,0,-62,-1,-89,-5v-27,-4,-49,-11,-68,-21v-19,-10,-33,-25,-44,-44v-11,-19,-16,-43,-16,-74r0,-197r-70,0","w":688},"\u0428":{"d":"152,-734r-69,0r0,734r820,0r0,-734r-70,0r0,675r-306,0r0,-675r-69,0r0,675r-306,0r0,-675","w":985},"\u0429":{"d":"152,-734r-69,0r0,734r806,0r0,168r70,0r0,-227r-56,0r0,-675r-70,0r0,675r-306,0r0,-675r-69,0r0,675r-306,0r0,-675","w":985},"\u042a":{"d":"-7,-734r0,59r152,0r0,675r263,0v48,0,87,-5,119,-16v32,-11,56,-26,75,-45v19,-19,33,-41,40,-65v7,-24,11,-51,11,-79v0,-41,-8,-75,-23,-103v-15,-28,-35,-49,-59,-66v-24,-17,-52,-28,-84,-35v-32,-7,-64,-10,-98,-10r-175,0r0,-315r-221,0xm214,-360r154,0v31,0,59,3,86,7v27,4,49,12,68,24v19,12,34,26,45,46v11,20,16,45,16,76v0,32,-4,58,-13,77v-9,19,-24,34,-42,45v-18,11,-42,18,-70,21v-28,3,-61,5,-99,5r-145,0r0,-301","w":706},"\u042b":{"d":"152,-734r-69,0r0,734r263,0v48,0,87,-5,119,-16v32,-11,56,-26,75,-45v19,-19,32,-41,39,-65v7,-24,12,-51,12,-79v0,-41,-8,-75,-23,-103v-15,-28,-35,-49,-59,-66v-24,-17,-52,-28,-84,-35v-32,-7,-65,-10,-99,-10r-174,0r0,-315xm152,-360r154,0v31,0,59,3,86,7v27,4,49,12,68,24v19,12,34,26,45,46v11,20,16,45,16,76v0,32,-5,58,-14,77v-9,19,-23,34,-41,45v-18,11,-42,18,-70,21v-28,3,-61,5,-99,5r-145,0r0,-301xm794,-734r-70,0r0,734r70,0r0,-734","w":876},"\u042c":{"d":"152,-734r-69,0r0,734r263,0v48,0,87,-5,119,-16v32,-11,56,-26,75,-45v19,-19,32,-41,39,-65v7,-24,12,-51,12,-79v0,-41,-8,-75,-23,-103v-15,-28,-35,-49,-59,-66v-24,-17,-52,-28,-84,-35v-32,-7,-65,-10,-99,-10r-174,0r0,-315xm152,-360r154,0v31,0,59,3,86,7v27,4,49,12,68,24v19,12,34,26,45,46v11,20,16,45,16,76v0,32,-5,58,-14,77v-9,19,-23,34,-41,45v-18,11,-42,18,-70,21v-28,3,-61,5,-99,5r-145,0r0,-301","w":644,"k":{"\u0422":61}},"\u042d":{"d":"57,-521r72,0v14,-63,40,-107,79,-134v39,-27,89,-40,152,-40v41,0,76,7,106,22v30,15,55,34,75,59v20,25,36,54,48,88v12,34,20,70,25,107r-314,0r0,59r314,0v0,42,-5,83,-14,121v-9,38,-24,72,-44,102v-20,30,-47,53,-80,71v-33,18,-74,26,-122,26v-32,0,-60,-5,-86,-15v-26,-10,-49,-24,-68,-42v-19,-18,-36,-40,-49,-64v-13,-24,-23,-52,-30,-81r-72,0v8,35,20,69,36,101v16,32,35,59,61,83v26,24,57,42,93,56v36,14,79,21,128,21v56,0,105,-10,145,-31v40,-21,72,-49,98,-84v26,-35,44,-76,56,-123v12,-47,17,-96,17,-148v0,-70,-9,-130,-26,-179v-17,-49,-41,-89,-72,-120v-31,-31,-67,-53,-108,-67v-41,-14,-86,-21,-135,-21v-38,0,-73,5,-105,15v-32,10,-61,24,-86,44v-25,20,-45,44,-61,73v-16,29,-27,63,-33,101","w":737,"k":{"\u0434":31,"\u0414":31}},"\u042e":{"d":"152,-419r0,-315r-69,0r0,734r69,0r0,-360r133,0v0,54,7,104,22,150v15,46,37,86,66,120v29,34,65,61,107,80v42,19,91,29,146,29v56,0,106,-10,149,-30v43,-20,78,-48,107,-83v29,-35,50,-76,65,-123v15,-47,22,-96,22,-149v0,-54,-7,-105,-22,-152v-15,-47,-36,-88,-65,-123v-29,-35,-65,-63,-108,-83v-43,-20,-94,-30,-151,-30v-51,0,-96,9,-135,26v-39,17,-73,40,-101,70v-28,30,-51,65,-68,106v-17,41,-28,85,-34,133r-133,0xm627,-40v-48,0,-90,-8,-124,-26v-34,-18,-62,-42,-84,-72v-22,-30,-38,-65,-49,-104v-11,-39,-16,-80,-16,-124v0,-43,5,-85,16,-124v11,-39,27,-74,49,-104v22,-30,50,-55,84,-73v34,-18,75,-28,122,-28v42,0,81,8,115,23v34,15,62,36,86,65v24,29,42,64,55,104v13,40,19,86,19,137v0,43,-5,84,-16,123v-11,39,-27,74,-49,104v-22,30,-51,54,-85,72v-34,18,-75,27,-123,27","w":1023,"k":{"\u0434":31,"\u0414":31}},"\u042f":{"d":"493,-324r0,324r69,0r0,-734r-263,0v-48,0,-87,5,-119,16v-32,11,-56,26,-75,45v-19,19,-33,41,-40,66v-7,25,-11,51,-11,78v0,33,4,60,14,83v10,23,23,42,39,58v16,16,36,29,58,38v22,9,46,16,71,20r-213,330r83,0r205,-324r182,0xm493,-384r-153,0v-33,0,-62,-1,-89,-5v-27,-4,-49,-11,-68,-21v-19,-10,-34,-24,-44,-43v-10,-19,-16,-43,-16,-74v0,-32,5,-58,14,-77v9,-19,23,-34,41,-45v18,-11,42,-18,70,-21v28,-3,62,-5,100,-5r145,0r0,291","w":644},"\u0430":{"d":"421,-277r0,82v0,27,-5,50,-16,69v-11,19,-25,35,-43,48v-18,13,-39,22,-62,28v-23,6,-48,9,-72,9v-14,0,-28,-1,-42,-5v-14,-4,-26,-10,-37,-18v-11,-8,-19,-17,-25,-29v-6,-12,-10,-27,-10,-43v0,-36,14,-62,40,-80v26,-18,62,-29,109,-32v38,-3,71,-6,98,-11v27,-5,46,-11,60,-18xm136,-368v3,-23,8,-43,16,-58v8,-15,20,-28,33,-37v13,-9,29,-15,47,-19v18,-4,37,-6,58,-6v48,0,81,11,101,31v20,20,30,46,30,77v0,24,-5,40,-16,49v-11,9,-28,16,-54,19r-117,15v-123,16,-185,69,-185,159v0,26,4,48,14,67v10,19,23,35,39,48v16,13,36,22,57,28v21,6,43,9,66,9v39,0,76,-7,109,-22v33,-15,61,-36,85,-65r2,0v3,33,11,54,23,65v12,11,30,16,55,16v5,0,12,-1,22,-3v10,-2,19,-4,26,-7r0,-48v-7,3,-15,5,-21,7v-6,2,-12,2,-16,2v-11,0,-18,-4,-22,-12v-4,-8,-6,-21,-6,-38r0,-287v0,-31,-4,-57,-14,-78v-10,-21,-24,-37,-41,-50v-17,-13,-38,-22,-61,-28v-23,-6,-48,-9,-75,-9v-29,0,-55,4,-81,10v-26,6,-49,17,-68,31v-19,14,-35,32,-47,54v-12,22,-20,49,-22,80r63,0","w":569,"k":{"\u0447":15,"\u0442":15}},"\u0431":{"d":"121,-441v5,-32,13,-59,23,-82v10,-23,22,-41,36,-57v14,-16,31,-28,50,-37v19,-9,42,-16,67,-21v29,-5,56,-11,80,-17v24,-6,46,-13,64,-22v18,-9,32,-20,42,-32v10,-12,16,-27,16,-45r-64,0v0,8,-3,16,-9,21v-6,5,-16,10,-29,15v-13,5,-30,10,-51,14v-31,7,-31,7,-77,16v-47,9,-84,26,-112,52v-28,26,-49,58,-64,94v-15,36,-25,76,-30,120v-5,44,-7,87,-7,131v0,45,5,87,15,124v10,37,26,69,46,96v20,27,46,48,77,63v31,15,66,22,107,22v37,0,70,-7,100,-20v30,-13,57,-32,78,-56v21,-24,37,-54,49,-88v12,-34,18,-72,18,-114v0,-39,-5,-75,-15,-109v-10,-34,-25,-64,-45,-89v-20,-25,-45,-44,-75,-59v-30,-15,-66,-22,-106,-22v-45,0,-82,10,-111,28v-29,18,-54,43,-73,74xm301,-41v-30,0,-56,-6,-78,-19v-22,-13,-41,-29,-56,-50v-15,-21,-27,-46,-34,-74v-7,-28,-12,-56,-12,-87v0,-29,4,-56,11,-82v7,-26,17,-49,31,-69v14,-20,33,-36,56,-48v23,-12,50,-18,82,-18v33,0,60,6,83,18v23,12,42,27,56,47v14,20,25,44,31,71v6,27,9,57,9,88v0,29,-3,55,-10,82v-7,27,-17,51,-31,72v-14,21,-33,37,-56,50v-23,13,-50,19,-82,19","w":594},"\u0432":{"d":"135,-250r154,0v17,0,33,2,49,5v16,3,29,10,41,18v12,8,21,18,28,31v7,13,11,29,11,48v0,31,-10,55,-30,72v-20,17,-48,25,-83,25r-170,0r0,-199xm135,-477r143,0v40,0,71,6,91,20v20,14,30,36,30,69v0,15,-3,28,-9,39v-6,11,-14,20,-24,27v-10,7,-21,13,-34,16v-13,3,-26,5,-40,5r-157,0r0,-176xm73,0r256,0v20,0,39,-4,58,-10v19,-6,36,-15,50,-28v14,-13,26,-28,34,-47v8,-19,12,-41,12,-66v0,-35,-10,-63,-31,-85v-21,-22,-46,-36,-75,-43v28,-10,49,-26,63,-48v14,-22,20,-50,20,-83v0,-14,-3,-28,-9,-42v-6,-14,-16,-27,-28,-38v-12,-11,-27,-21,-44,-28v-17,-7,-38,-10,-60,-10r-246,0r0,528","w":532},"\u0433":{"d":"73,-528r0,528r62,0r0,-477r265,0r0,-51r-327,0","w":412,"k":{"\u0443":-15,"\u0442":-15,"\u043b":31,"\u0434":38}},"\u0434":{"d":"129,-528r0,160v0,24,-2,49,-3,76v-1,27,-4,53,-8,80v-4,27,-11,54,-19,81v-8,27,-20,54,-34,80r-47,0r0,189r62,0r0,-138r390,0r0,138r61,0r0,-189r-53,0r0,-477r-349,0xm417,-477r0,426r-286,0v13,-27,23,-53,31,-78v8,-25,14,-49,18,-74v4,-25,6,-50,7,-76v1,-26,2,-53,2,-82r0,-116r228,0","w":564,"k":{"\u0447":46}},"\u0435":{"d":"114,-301v3,-25,9,-49,18,-71v9,-22,20,-42,35,-59v15,-17,32,-31,53,-41v21,-10,45,-16,72,-16v27,0,51,5,72,15v21,10,39,23,53,40v14,17,24,36,31,59v7,23,11,47,11,73r-345,0xm524,-250v0,-96,-20,-168,-61,-218v-41,-50,-98,-75,-171,-75v-38,0,-72,7,-102,22v-30,15,-55,34,-76,60v-21,26,-37,56,-48,90v-11,34,-17,70,-17,109v0,39,4,74,14,108v10,34,24,63,44,88v20,25,45,45,76,59v31,14,67,21,109,21v33,0,62,-4,87,-13v25,-9,48,-21,66,-37v18,-16,34,-35,46,-56v12,-21,22,-45,29,-70r-68,0v-10,39,-28,69,-57,90v-29,21,-63,31,-103,31v-29,0,-55,-6,-77,-17v-22,-11,-41,-26,-56,-45v-15,-19,-27,-41,-34,-66v-7,-25,-11,-52,-11,-81r410,0","w":573},"\u0436":{"d":"28,-528r189,208r-211,320r69,0r187,-277r82,83r0,194r61,0r0,-194r82,-83r186,277r70,0r-212,-320r190,-208r-79,0r-237,261r0,-261r-61,0r0,261r-237,-261r-79,0","w":748,"k":{"\u043e":22}},"\u0437":{"d":"114,-377v10,-39,25,-68,46,-85v21,-17,51,-26,91,-26v41,0,74,7,98,21v24,14,37,36,37,68v0,13,-3,25,-9,36v-6,11,-14,21,-24,29v-10,8,-20,15,-32,20v-12,5,-24,7,-36,7r-67,0r0,51r54,0v17,0,33,2,49,7v16,5,30,12,42,22v12,10,21,21,28,36v7,15,10,32,10,52v0,29,-13,53,-38,71v-25,18,-60,27,-105,27v-48,0,-85,-10,-113,-32v-28,-22,-43,-53,-47,-92r-60,0v5,56,26,100,63,132v37,32,88,47,154,47v66,0,118,-12,155,-38v37,-26,56,-65,56,-116v0,-38,-12,-70,-35,-95v-23,-25,-51,-42,-84,-49v27,-5,50,-18,70,-39v20,-21,30,-49,30,-82v0,-18,-4,-34,-12,-51v-8,-17,-20,-31,-36,-44v-16,-13,-37,-23,-62,-31v-25,-8,-54,-12,-88,-12v-26,0,-51,4,-73,12v-22,8,-42,19,-59,34v-17,15,-32,32,-43,52v-11,20,-17,44,-19,68r59,0","w":515},"\u0438":{"d":"135,-528r-62,0r0,528r69,0r301,-447r0,447r61,0r0,-528r-67,0r-302,446r0,-446","w":577},"\u0439":{"d":"135,-528r-62,0r0,528r69,0r301,-447r0,447r61,0r0,-528r-67,0r-302,446r0,-446xm142,-711v3,41,18,73,43,95v25,22,58,34,99,34v42,0,77,-12,104,-33v27,-21,43,-53,48,-96r-38,0v-7,29,-21,50,-39,63v-18,13,-41,20,-70,20v-29,0,-52,-7,-71,-20v-19,-13,-31,-34,-36,-63r-40,0","w":577},"\u043a":{"d":"135,-528r-62,0r0,528r62,0r0,-200r100,-95r197,295r69,0r-222,-338r198,-190r-83,0r-259,251r0,-251","w":514,"k":{"\u0441":15,"\u043e":15,"\u0435":15,"\u0451":15}},"\u043b":{"d":"113,-528v0,78,0,143,-1,196v-1,53,-2,97,-4,131v-2,34,-5,60,-8,78v-3,18,-7,31,-12,39v-13,23,-28,35,-44,35v-3,0,-9,0,-16,-1v-7,-1,-15,-2,-21,-3r0,50v7,3,15,5,23,6v8,1,15,1,22,1v33,0,58,-13,76,-39v18,-26,30,-65,36,-118v1,-13,3,-28,4,-46v1,-18,3,-38,4,-58v1,-20,2,-41,2,-62r0,-59r0,-99r244,0r0,477r61,0r0,-528r-366,0","w":564},"\u043c":{"d":"73,-528r0,528r62,0r0,-432r168,432r56,0r168,-432r0,432r62,0r0,-528r-80,0r-177,459r-179,-459r-80,0","w":661},"\u043d":{"d":"138,-528r-62,0r0,528r62,0r0,-256r293,0r0,256r62,0r0,-528r-62,0r0,221r-293,0r0,-221","w":569},"\u043e":{"d":"294,-543v-41,0,-76,7,-107,22v-31,15,-57,35,-77,60v-20,25,-36,54,-46,88v-10,34,-15,70,-15,109v0,46,6,86,19,121v13,35,31,64,53,87v22,23,47,41,77,53v30,12,62,17,96,17v37,0,70,-7,100,-20v30,-13,57,-32,78,-56v21,-24,37,-54,49,-88v12,-34,18,-72,18,-114v0,-39,-5,-75,-15,-109v-10,-34,-26,-64,-46,-89v-20,-25,-45,-44,-76,-59v-31,-15,-67,-22,-108,-22xm294,-488v33,0,60,6,83,18v23,12,41,27,55,47v14,20,26,44,32,71v6,27,9,57,9,88v0,29,-3,55,-10,82v-7,27,-18,51,-32,72v-14,21,-32,37,-55,50v-23,13,-50,19,-82,19v-29,0,-56,-5,-78,-16v-22,-11,-41,-26,-56,-46v-15,-20,-26,-43,-34,-71v-8,-28,-12,-57,-12,-90v0,-29,3,-56,10,-83v7,-27,18,-51,32,-72v14,-21,33,-37,56,-50v23,-13,50,-19,82,-19","w":587,"k":{"\u0445":22,"\u0436":22}},"\u043f":{"d":"73,-528r0,528r62,0r0,-477r293,0r0,477r62,0r0,-528r-417,0","w":563},"\u0440":{"d":"313,-488v31,0,58,7,81,19v23,12,42,29,57,50v15,21,25,46,32,74v7,28,11,58,11,90v0,30,-5,58,-14,84v-9,26,-22,49,-38,68v-16,19,-35,35,-57,46v-22,11,-46,16,-72,16v-29,0,-54,-6,-76,-18v-22,-12,-41,-27,-56,-47v-15,-20,-27,-43,-35,-69v-8,-26,-11,-53,-11,-82v0,-75,16,-132,49,-171v33,-39,76,-60,129,-60xm135,-85v20,33,47,57,81,74v34,17,70,25,107,25v40,0,75,-8,105,-23v30,-15,54,-35,73,-61v19,-26,34,-55,44,-89v10,-34,14,-69,14,-106v0,-39,-4,-75,-13,-109v-9,-34,-24,-64,-43,-89v-19,-25,-44,-44,-74,-58v-30,-14,-66,-22,-109,-22v-17,0,-34,2,-52,7v-18,5,-34,12,-51,21v-17,9,-32,20,-46,34v-14,14,-25,28,-34,45r-2,0r0,-92r-62,0r0,736r62,0r0,-293","w":607},"\u0441":{"d":"511,-362v-10,-62,-33,-108,-71,-137v-38,-29,-87,-44,-148,-44v-39,0,-75,8,-105,23v-30,15,-56,36,-76,62v-20,26,-35,55,-46,89v-11,34,-16,69,-16,106v0,39,4,75,14,109v10,34,24,63,44,88v20,25,45,45,76,59v31,14,67,21,109,21v33,0,62,-4,88,-14v26,-10,48,-23,67,-40v19,-17,34,-39,46,-63v12,-24,21,-51,26,-80r-65,0v-7,44,-25,79,-53,104v-28,25,-63,38,-109,38v-32,0,-60,-6,-82,-19v-22,-13,-41,-29,-55,-50v-14,-21,-25,-45,-31,-72v-6,-27,-10,-53,-10,-81v0,-27,3,-54,10,-81v7,-27,18,-52,32,-73v14,-21,33,-38,55,-51v22,-13,50,-20,81,-20v41,0,74,12,101,34v27,22,45,53,56,92r62,0","w":568},"\u0442":{"d":"14,-528r0,51r178,0r0,477r61,0r0,-477r177,0r0,-51r-416,0","w":444,"k":{"\u0443":-15,"\u0442":-15,"\u043b":31,"\u0434":46}},"\u0443":{"d":"18,-528r205,532v-10,29,-19,53,-27,72v-8,19,-16,34,-24,45v-8,11,-16,19,-24,23v-8,4,-18,6,-28,6v-9,0,-18,-1,-26,-2r-25,-4r0,57v8,2,17,4,27,5v10,1,21,2,32,2v21,0,39,-5,54,-15v15,-10,29,-24,42,-43v13,-19,25,-40,36,-67v11,-27,23,-57,35,-90r197,-521r-67,0r-169,454r-169,-454r-69,0","w":499,"k":{"\u0442":-15,"\u0434":22}},"\u0444":{"d":"263,-41v-27,0,-49,-6,-68,-19v-19,-13,-34,-29,-46,-50v-12,-21,-22,-45,-27,-72v-5,-27,-8,-55,-8,-84v0,-27,3,-53,9,-80v6,-27,15,-50,27,-71v12,-21,27,-38,46,-51v19,-13,41,-20,67,-20v24,0,45,6,64,18v19,12,34,29,47,49v13,20,22,44,29,71v7,27,10,55,10,84v0,29,-3,56,-9,83v-6,27,-15,51,-27,72v-12,21,-27,38,-46,51v-19,13,-41,19,-68,19xm413,-754r0,303v-14,-25,-35,-47,-63,-65v-28,-18,-59,-27,-96,-27v-35,0,-65,8,-91,23v-26,15,-47,34,-64,60v-17,26,-29,56,-37,89v-8,33,-13,68,-13,105v0,38,4,74,12,108v8,34,19,63,36,89v17,26,38,46,64,61v26,15,57,22,93,22v35,0,65,-7,92,-22v27,-15,49,-39,67,-71r0,287r61,0r0,-284v18,32,40,55,67,69v27,14,57,21,92,21v36,0,67,-7,93,-22v26,-15,47,-34,64,-60v17,-26,29,-55,37,-89v8,-34,11,-69,11,-107v0,-37,-4,-72,-12,-106v-8,-34,-21,-62,-38,-88v-17,-26,-38,-47,-64,-62v-26,-15,-56,-23,-91,-23v-37,0,-68,9,-96,28v-28,19,-49,41,-63,66r0,-305r-61,0xm624,-41v-27,0,-49,-6,-68,-19v-19,-13,-34,-30,-46,-51v-12,-21,-21,-45,-27,-72v-6,-27,-9,-54,-9,-83v0,-29,4,-57,10,-84v6,-27,16,-51,29,-71v13,-20,28,-37,47,-49v19,-12,40,-18,64,-18v26,0,48,7,67,20v19,13,34,30,46,51v12,21,21,44,27,71v6,27,9,53,9,80v0,29,-3,57,-8,84v-5,27,-15,51,-27,72v-12,21,-27,37,-46,50v-19,13,-41,19,-68,19","w":887},"\u0445":{"d":"35,-528r186,255r-203,273r75,0r164,-228r160,228r74,0r-198,-273r190,-255r-77,0r-150,210r-146,-210r-75,0","w":510,"k":{"\u043e":22,"\u0435":22,"\u0451":22}},"\u0446":{"d":"135,-528r-62,0r0,528r408,0r0,139r62,0r0,-190r-53,0r0,-477r-62,0r0,477r-293,0r0,-477","w":571},"\u0447":{"d":"56,-528r0,137v0,27,4,50,13,70v9,20,22,36,37,50v15,14,33,23,53,30v20,7,41,10,63,10v31,0,60,-1,87,-4v27,-3,53,-8,77,-15r0,250r61,0r0,-528r-61,0r0,226v-6,3,-13,5,-20,7v-7,2,-15,4,-26,5v-11,1,-25,2,-42,3v-17,1,-37,1,-64,1v-35,0,-64,-8,-85,-25v-21,-17,-32,-42,-32,-73r0,-144r-61,0","w":520},"\u0448":{"d":"135,-528r-62,0r0,528r719,0r0,-528r-62,0r0,477r-267,0r0,-477r-61,0r0,477r-267,0r0,-477","w":864},"\u0449":{"d":"135,-528r-62,0r0,528r710,0r0,139r62,0r0,-190r-53,0r0,-477r-62,0r0,477r-267,0r0,-477r-61,0r0,477r-267,0r0,-477","w":873},"\u044a":{"d":"-11,-528r0,51r112,0r0,477r224,0v10,0,25,-1,45,-4v20,-3,40,-9,59,-19v19,-10,36,-26,50,-46v14,-20,22,-48,22,-83v0,-22,-5,-43,-13,-62v-8,-19,-21,-36,-37,-50v-16,-14,-35,-25,-57,-32v-22,-7,-48,-11,-77,-11r-155,0r0,-221r-173,0xm162,-256r151,0v35,0,64,10,87,28v23,18,36,43,36,76v0,32,-12,56,-34,74v-22,18,-56,27,-102,27r-138,0r0,-205","w":549},"\u044b":{"d":"135,-528r-62,0r0,528r225,0v10,0,25,-1,45,-4v20,-3,39,-9,58,-19v19,-10,37,-26,51,-46v14,-20,21,-48,21,-83v0,-22,-4,-43,-12,-62v-8,-19,-21,-36,-37,-50v-16,-14,-36,-25,-58,-32v-22,-7,-47,-11,-76,-11r-155,0r0,-221xm135,-256r151,0v35,0,64,10,87,28v23,18,35,43,35,76v0,32,-11,56,-33,74v-22,18,-57,27,-103,27r-137,0r0,-205xm642,-528r-62,0r0,528r62,0r0,-528","w":715},"\u044c":{"d":"135,-528r-62,0r0,528r225,0v10,0,25,-1,45,-4v20,-3,39,-9,58,-19v19,-10,37,-26,51,-46v14,-20,21,-48,21,-83v0,-22,-4,-43,-12,-62v-8,-19,-21,-36,-37,-50v-16,-14,-36,-25,-58,-32v-22,-7,-47,-11,-76,-11r-155,0r0,-221xm135,-256r151,0v35,0,64,10,87,28v23,18,35,43,35,76v0,32,-11,56,-33,74v-22,18,-57,27,-103,27r-137,0r0,-205","w":522,"k":{"\u0442":53}},"\u044d":{"d":"55,-362r62,0v11,-39,29,-70,56,-92v27,-22,60,-34,101,-34v28,0,52,5,73,16v21,11,39,24,53,41v14,17,26,36,34,58v8,22,13,44,15,66r-207,0r0,51r210,0v0,27,-4,53,-11,79v-7,26,-17,49,-32,69v-15,20,-34,37,-56,49v-22,12,-48,18,-79,18v-46,0,-81,-13,-109,-38v-28,-25,-46,-60,-53,-104r-65,0v5,29,14,56,26,80v12,24,27,46,46,63v19,17,41,30,67,40v26,10,55,14,88,14v42,0,79,-7,110,-21v31,-14,55,-34,75,-59v20,-25,34,-54,44,-88v10,-34,14,-70,14,-109v0,-37,-5,-72,-16,-106v-11,-34,-26,-63,-46,-89v-20,-26,-46,-47,-76,-62v-30,-15,-66,-23,-105,-23v-61,0,-110,17,-148,50v-38,33,-61,77,-71,131","w":566},"\u044e":{"d":"135,-528r-62,0r0,528r62,0r0,-256r108,0v0,46,7,85,20,119v13,34,31,63,53,85v22,22,48,39,78,50v30,11,61,16,94,16v37,0,70,-7,100,-20v30,-13,57,-32,78,-56v21,-24,37,-54,49,-88v12,-34,17,-72,17,-114v0,-39,-4,-75,-14,-109v-10,-34,-26,-64,-46,-89v-20,-25,-45,-44,-76,-59v-31,-15,-67,-22,-108,-22v-37,0,-70,7,-99,19v-29,12,-53,29,-73,50v-20,21,-36,45,-48,74v-12,29,-19,60,-22,93r-111,0r0,-221xm667,-264v0,29,-3,55,-10,82v-7,27,-18,51,-32,72v-14,21,-32,37,-55,50v-23,13,-50,19,-82,19v-29,0,-56,-5,-78,-16v-22,-11,-41,-26,-56,-46v-15,-20,-26,-43,-34,-71v-8,-28,-12,-57,-12,-90v0,-29,3,-56,10,-83v7,-27,18,-51,32,-72v14,-21,32,-37,55,-50v23,-13,51,-19,83,-19v33,0,60,6,83,18v23,12,41,27,55,47v14,20,25,44,31,71v6,27,10,57,10,88","w":781},"\u044f":{"d":"388,-225r0,225r61,0r0,-528r-225,0v-10,0,-24,1,-44,4v-20,3,-40,9,-59,19v-19,10,-37,25,-51,45v-14,20,-21,49,-21,84v0,37,11,67,32,92v21,25,55,42,99,53r-134,231r68,0r128,-225r146,0xm388,-276r-151,0v-35,0,-65,-9,-88,-26v-23,-17,-35,-41,-35,-74v0,-32,11,-57,33,-75v22,-18,57,-26,103,-26r138,0r0,201","w":522}}});
