// jQuery 1.3.2
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});

// Sizzle 0.9.3
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();

// Cufon 1.02
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());
Cufon.registerFont({"w":583,"face":{"font-family":"DendaNewCTT","font-weight":400,"font-stretch":"normal","units-per-em":"1020","panose-1":"2 0 5 3 0 0 0 2 0 4","ascent":"816","descent":"-204","x-height":"7","bbox":"-86 -885 991.007 211.077","underline-thickness":"51","underline-position":"-76.5","unicode-range":"U+0020-U+0491"},"glyphs":{" ":{"w":224},"!":{"d":"80,-218r-17,-204r0,-273r141,0r0,273r-16,204r-108,0xm134,-137v43,0,78,34,78,75v0,41,-35,76,-78,76v-43,0,-79,-35,-79,-76v0,-41,36,-75,79,-75","w":267},"\"":{"d":"261,-497r0,-198r108,0r0,82r-46,116r-62,0xm82,-497r0,-198r110,0r0,82r-47,116r-63,0","w":450},"#":{"d":"456,-245r89,0r0,68r-114,0r-66,177r-77,0r66,-177r-180,0r-66,177r-77,0r66,-177r-97,0r0,-68r121,0r84,-225r-89,0r0,-68r114,0r66,-177r77,0r-66,177r180,0r66,-177r77,0r-66,177r97,0r0,68r-121,0xm199,-245r179,0r84,-225r-179,0","w":660},"$":{"d":"63,-511v3,-120,93,-167,202,-183r0,-55r31,0r0,54v60,-1,133,13,171,28r-30,115v-31,-27,-84,-40,-141,-41r0,189v98,31,187,74,186,207v-2,113,-82,187,-186,205r0,66r-31,0r0,-62v-72,8,-151,-6,-202,-26r0,-130v44,38,123,64,202,51r0,-204v-106,-33,-205,-75,-202,-214xm265,-591v-80,0,-97,98,-57,144v13,14,33,24,57,32r0,-176xm296,-102v54,-15,84,-108,43,-155v-12,-14,-27,-23,-43,-29r0,184","w":529},"%":{"d":"167,-695v93,0,154,69,154,169v0,98,-60,168,-154,168v-94,1,-151,-69,-151,-168v0,-99,58,-169,151,-169xm37,0r484,-681r73,0r-486,681r-71,0xm463,-328v92,0,152,70,152,167v0,99,-58,170,-152,168v-99,-2,-151,-66,-153,-168v-3,-98,60,-167,153,-167xm167,-429v51,1,67,-44,67,-97v0,-56,-14,-98,-67,-98v-53,0,-66,42,-66,98v0,56,14,96,66,97xm463,-64v50,0,66,-41,66,-97v0,-57,-15,-98,-66,-98v-53,0,-66,42,-66,98v0,56,14,97,66,97","w":622},"&":{"d":"568,-389v19,74,25,184,-13,247r91,87r-85,69r-73,-70v-76,81,-287,96,-381,18v-43,-35,-77,-83,-76,-159v1,-96,56,-147,121,-179v-49,-45,-74,-134,-42,-215v40,-103,217,-151,334,-89r-24,95v-19,-17,-60,-34,-101,-34v-80,0,-135,75,-97,150v8,15,22,34,43,54r230,217v19,-60,12,-144,-13,-191r-54,0r16,-74r202,0r0,74r-78,0xm155,-218v0,97,56,144,149,144v51,0,93,-12,126,-36r-229,-218v-27,24,-45,62,-46,110","w":660},"'":{"d":"82,-497r0,-198r110,0r0,82r-47,116r-63,0","w":273},"(":{"d":"182,-326v0,184,22,331,144,390r0,73v-172,-70,-248,-214,-248,-463v0,-226,86,-356,248,-423r0,72v-113,55,-144,184,-144,351","w":403},")":{"d":"78,-749v172,70,248,214,248,463v0,225,-86,356,-248,423r0,-73v123,-58,144,-206,144,-390v0,-167,-31,-296,-144,-351r0,-72","w":403},"*":{"d":"382,-387r-78,57r-74,-123r-75,128r-79,-56r102,-110r-142,-36r29,-91r133,68r-16,-145r96,0r-16,145r133,-67r29,91r-142,36","w":459},"+":{"d":"308,-113r-85,0r0,-162r-167,0r0,-85r167,0r0,-161r85,0r0,161r166,0r0,85r-166,0r0,162","w":530},",":{"d":"133,-137v75,0,93,90,62,148v-25,47,-53,88,-79,133r-69,0r69,-130v-32,-7,-61,-31,-61,-76v0,-41,34,-75,78,-75","w":279},"-":{"d":"39,-316r226,0r0,84r-226,0r0,-84","w":303},".":{"d":"133,-137v44,0,77,34,77,75v0,41,-33,76,-77,76v-44,0,-78,-34,-78,-76v0,-41,34,-75,78,-75","w":265},"\/":{"d":"47,0r260,-708r99,0r-262,708r-97,0","w":455},"0":{"d":"279,-708v175,0,244,153,242,347v-2,203,-44,375,-242,375v-196,0,-237,-173,-240,-375v-3,-195,65,-347,240,-347xm279,-619v-139,0,-121,217,-111,360v6,85,25,177,111,185v114,-15,118,-163,118,-287v0,-120,-5,-258,-118,-258","w":571},"1":{"d":"241,-552r-172,75r-22,-82r257,-136r61,0r0,695r-124,0r0,-552","w":571},"2":{"d":"241,-708v163,1,260,106,229,277v-29,156,-163,232,-260,328r304,0r0,103r-465,0r0,-66r114,-125v70,-80,180,-143,180,-286v0,-81,-35,-138,-125,-136v-56,2,-102,27,-140,54r-39,-88v54,-31,120,-61,202,-61","w":571},"3":{"d":"365,-191v0,-80,-44,-115,-124,-116r-93,0r23,-88r60,0v57,-50,99,-121,120,-205r-257,0r0,-95r373,0r0,62v-21,100,-72,189,-140,243v98,20,159,80,163,199v7,210,-254,240,-427,170r23,-101v36,23,97,48,155,48v76,0,124,-42,124,-117","w":571},"4":{"d":"459,0r-108,0r0,-130r-296,0r0,-88v23,-46,26,-45,42,-84r69,-164v25,-68,49,-143,52,-229r117,0v-9,185,-88,320,-152,448v-7,14,48,22,168,22r0,-156r108,-34r0,190r86,0r0,95r-86,0r0,130","w":571},"5":{"d":"397,-211v5,-139,-159,-103,-289,-108r0,-376r382,0r-23,95r-241,0r0,185v169,-8,290,39,295,197v6,191,-181,264,-374,220v-32,-8,-58,-19,-78,-29r25,-103v40,29,85,48,155,48v94,0,145,-41,148,-129","w":571},"6":{"d":"420,-218v0,-121,-95,-158,-186,-108r15,-82v27,-19,55,-29,94,-29v133,-2,202,80,202,212v0,147,-83,239,-233,239v-181,0,-260,-128,-257,-327v3,-183,94,-300,228,-354v61,-24,126,-30,207,-28r0,95v-205,-11,-310,96,-310,287v0,125,18,239,132,239v77,0,108,-58,108,-144","w":571},"7":{"d":"180,0v23,-241,113,-437,232,-585r-349,0r0,-110r482,0r0,69v-129,168,-217,352,-233,626r-132,0","w":571},"8":{"d":"404,-361v76,31,133,79,133,184v0,131,-106,191,-241,191v-147,0,-241,-51,-241,-191v0,-93,67,-145,139,-171v-64,-31,-116,-87,-116,-176v0,-129,101,-181,234,-184v132,-3,217,60,217,177v0,90,-59,140,-125,170xm312,-619v-100,-7,-145,113,-75,174v25,21,65,35,98,50v37,-28,71,-62,69,-129v-1,-59,-31,-91,-92,-95xm296,-74v66,0,106,-34,108,-103v2,-91,-68,-107,-132,-136v-44,28,-91,58,-92,128v-2,69,51,111,116,111","w":571},"9":{"d":"163,-490v-6,113,87,161,188,123r-16,81v-21,13,-53,19,-86,20v-132,1,-213,-86,-210,-217v3,-144,88,-225,233,-225v186,0,257,126,257,319v0,182,-85,303,-213,360v-59,26,-121,31,-200,29r0,-96v197,13,288,-104,288,-293v0,-124,-19,-230,-132,-230v-78,0,-105,50,-109,129","w":571},":":{"d":"133,-470v44,0,77,33,77,75v0,42,-33,76,-77,76v-45,0,-78,-33,-78,-76v0,-42,34,-75,78,-75xm133,-137v44,0,77,34,77,75v0,41,-33,76,-77,76v-44,0,-78,-34,-78,-76v0,-41,34,-75,78,-75","w":265},";":{"d":"133,-470v44,0,77,33,77,75v0,42,-33,76,-77,76v-45,0,-78,-33,-78,-76v0,-42,34,-75,78,-75xm133,-137v75,0,93,90,62,148v-25,47,-53,88,-79,133r-69,0r69,-130v-32,-7,-61,-31,-61,-76v0,-41,34,-75,78,-75","w":265},"<":{"d":"63,-341r388,-177r0,101r-286,110r286,139r0,101r-388,-205r0,-69","w":497},"=":{"d":"56,-451r418,0r0,85r-418,0r0,-85xm56,-264r418,0r0,84r-418,0r0,-84","w":530},">":{"d":"47,-168r286,-139r-286,-110r0,-101r388,177r0,69r-388,205r0,-101","w":497},"?":{"d":"219,-599v-68,0,-112,27,-155,48r0,-122v39,-17,106,-36,171,-35v119,3,208,42,210,157v3,133,-98,169,-179,218v-34,20,-31,52,-31,101r-93,14v2,-67,-7,-136,34,-169v39,-48,137,-58,137,-144v0,-43,-38,-68,-94,-68xm195,-137v45,0,78,34,78,75v0,42,-33,76,-78,76v-45,0,-78,-34,-78,-76v0,-41,33,-75,78,-75","w":498},"@":{"d":"714,-341v6,-224,-175,-350,-387,-280v-117,39,-186,146,-184,307v2,210,104,348,304,348v62,0,116,-14,164,-41r0,81v-143,61,-358,17,-443,-67v-73,-72,-130,-173,-127,-321v5,-251,156,-394,398,-394v226,0,369,128,369,361v0,141,-60,249,-196,256v-69,3,-103,-29,-124,-74v-24,29,-59,54,-111,52v-82,-3,-124,-62,-124,-149v0,-133,75,-210,202,-216r117,0r0,266v1,35,5,58,40,58v86,0,99,-84,102,-187xm408,-189v28,0,54,-17,71,-33r0,-186v-88,-6,-122,49,-124,132v-1,55,11,87,53,87","w":848},"A":{"d":"424,-149r-257,0r-47,149r-116,0r241,-695r124,0r242,695r-140,0xm195,-238r202,0r-101,-320","w":606},"B":{"d":"583,-191v0,121,-82,191,-202,191r-287,0r0,-695r232,0v142,0,244,60,242,198v-1,76,-47,119,-101,143v71,15,116,78,116,163xm437,-497v-2,-104,-109,-106,-219,-103r0,504r117,0v70,1,116,-36,116,-101v0,-91,-88,-101,-186,-96r31,-96v91,7,143,-24,141,-108","w":638},"C":{"d":"381,-82v72,3,112,-17,156,-40r24,95v-80,48,-248,51,-340,10v-150,-66,-238,-286,-164,-480v56,-147,224,-241,434,-202v27,5,50,15,70,25r-32,96v-25,-24,-80,-37,-132,-35v-149,5,-234,104,-234,252v0,155,67,273,218,279"},"D":{"d":"654,-361v0,224,-118,355,-342,361r-218,0r0,-695r210,0v220,4,350,120,350,334xm521,-361v-2,-175,-111,-253,-303,-239r0,504r78,0v154,-2,227,-99,225,-265","w":685},"E":{"d":"94,-695r381,0r-24,95r-233,0r0,198r226,0r0,95r-226,0r0,211r257,0r0,96r-381,0r0,-695","w":520},"F":{"d":"218,-600r0,198r226,0r0,95r-226,0r0,307r-124,0r0,-695r388,0r-23,95r-241,0","w":505},"G":{"d":"225,-537v-116,140,-67,455,148,455v39,0,70,-7,94,-21r0,-245r125,0r0,307v-87,55,-266,71,-374,25v-150,-65,-224,-278,-163,-475v55,-179,314,-274,520,-176r-30,102v-49,-45,-173,-66,-247,-28v-29,14,-53,33,-73,56","w":660},"H":{"d":"521,-319r-303,0r0,319r-124,0r0,-695r124,0r0,280r303,0r0,-280r125,0r0,695r-125,0r0,-319","w":739},"I":{"d":"94,-695r124,0r0,695r-124,0r0,-695","w":312},"J":{"d":"31,-89v76,3,110,-11,110,-88r0,-518r124,0r0,510v3,146,-80,196,-234,185r0,-89","w":358},"K":{"d":"218,-350r0,350r-124,0r0,-695r124,0r0,324r272,-331r117,15r-264,313r264,367r-132,21","w":630},"L":{"d":"94,-695r124,0r0,599r257,0r0,96r-381,0r0,-695","w":505},"M":{"d":"622,-496r-185,326r-47,0r-180,-296r0,466r-108,0r0,-695r100,0r226,369r211,-369r108,0r0,695r-125,0r0,-496","w":840},"N":{"d":"202,-481r0,481r-108,0r0,-695r100,0r343,480r0,-480r109,0r0,695r-101,0","w":739},"O":{"d":"572,-611v78,77,115,256,68,400v-42,129,-132,225,-297,225v-217,0,-321,-156,-321,-375v0,-162,77,-270,192,-321v76,-34,182,-35,258,0v39,17,70,42,100,71xm343,-82v142,0,186,-134,186,-279v0,-140,-47,-252,-186,-252v-139,0,-188,113,-188,252v0,144,46,279,188,279","w":683},"P":{"d":"428,-470v1,-114,-90,-137,-210,-130r0,600r-124,0r0,-695r194,0v162,3,276,59,273,225v-3,142,-73,235,-218,238r-78,0r31,-94v97,6,132,-54,132,-144"},"Q":{"d":"638,-501v62,176,-3,399,-126,468r118,95r-77,87r-153,-139v-245,26,-378,-128,-378,-371v0,-162,77,-270,192,-321v76,-34,182,-34,258,0v79,35,137,98,166,181xm343,-82v142,0,186,-134,186,-279v0,-140,-47,-252,-186,-252v-139,0,-188,113,-188,252v0,144,46,279,188,279","w":685},"R":{"d":"568,-483v0,104,-66,164,-148,190v24,10,42,34,55,55r140,231r-125,21r-125,-218v-17,-31,-46,-53,-100,-48r31,-96v95,7,140,-47,141,-135v2,-113,-102,-122,-219,-117r0,600r-124,0r0,-695r218,0v151,3,256,63,256,212","w":638},"S":{"d":"296,-613v-85,0,-126,85,-86,152v96,80,265,75,265,264v0,211,-269,253,-436,170r30,-103v35,25,94,48,149,48v100,0,166,-111,103,-177v-71,-75,-214,-72,-248,-187v-67,-228,213,-329,394,-214r-30,95v-34,-21,-81,-48,-141,-48","w":529},"T":{"d":"312,-600r0,600r-124,0r0,-600r-188,0r0,-95r514,0r-32,95r-170,0","w":497},"U":{"d":"365,-82v117,0,156,-81,156,-211r0,-402r109,0r0,402v2,200,-80,305,-265,307v-196,2,-279,-109,-279,-307r0,-402r124,0r0,402v0,130,39,211,155,211","w":716},"V":{"d":"234,0r-226,-681r126,-17r175,546r188,-546r110,11r-249,687r-124,0","w":615},"W":{"d":"639,0r-161,-481r-174,481r-116,0r-188,-681r125,-17r140,537r186,-534r78,0r183,533r143,-536r110,11r-202,687r-124,0","w":964},"X":{"d":"298,-257r-170,267r-112,-17r221,-340r-223,-334r128,-17r165,243r157,-243r111,17r-209,322r217,352r-127,17","w":606},"Y":{"d":"358,0r-124,0r0,-263r-226,-418r127,-17r169,337r161,-337r110,17r-217,417r0,264"},"Z":{"d":"31,-62r308,-538r-300,0r0,-95r459,0r0,62r-306,537r314,0r0,96r-475,0r0,-62","w":521},"[":{"d":"94,-695r249,0r0,87r-125,0r0,670r125,0r0,87r-249,0r0,-844","w":389},"\\":{"d":"49,-708r99,0r261,708r-97,0","w":455},"]":{"d":"47,62r124,0r0,-670r-124,0r0,-87r249,0r0,844r-249,0r0,-87","w":389},"^":{"d":"311,-654r-93,60r-55,0r0,-19r148,-137r148,137r0,19r-55,0","w":622},"_":{"d":"0,58r498,0r0,84r-498,0r0,-84","w":497},"`":{"d":"194,-716r0,-20r125,0r71,122r0,20r-55,0","w":622},"a":{"d":"272,-538v126,1,195,55,195,184r0,251r23,103r-125,0r-15,-62v-25,37,-82,69,-148,69v-127,0,-201,-115,-145,-224v43,-85,168,-95,286,-107v5,-81,-25,-125,-102,-125v-57,0,-100,31,-133,54r-39,-82v49,-33,119,-62,203,-61xm163,-156v-4,99,135,84,180,38r0,-139v-80,13,-176,9,-180,101","w":536},"b":{"d":"296,7v-42,2,-79,-8,-105,-21r-122,21r0,-729r125,-21r0,284v30,-44,77,-79,149,-79v146,0,213,102,210,260v-3,171,-90,279,-257,285xm296,-443v-44,0,-81,26,-102,53r0,286v22,14,51,30,85,30v102,0,141,-85,141,-192v0,-112,-31,-177,-124,-177"},"c":{"d":"296,-82v46,3,76,-13,101,-33r23,81v-31,18,-82,43,-141,41v-167,-6,-248,-104,-248,-279v0,-170,101,-260,265,-266v53,-2,97,18,124,41r-30,82v-16,-15,-60,-35,-94,-34v-95,5,-133,81,-133,177v0,103,38,184,133,190","w":428},"d":{"d":"296,-538v38,-1,69,11,94,22r0,-206r124,-21r0,743r-124,15r0,-85v-28,34,-76,78,-141,77v-145,-3,-220,-102,-218,-259v3,-176,95,-280,265,-286xm288,-89v46,1,81,-24,102,-51r0,-289v-20,-18,-46,-27,-78,-27v-102,1,-150,82,-149,190v1,102,25,177,125,177"},"e":{"d":"279,-538v164,-5,227,126,196,293r-311,0v5,96,43,163,140,163v47,0,100,-18,133,-40r30,81v-42,27,-102,48,-171,48v-170,0,-265,-90,-265,-266v0,-171,83,-274,248,-279xm365,-319v2,-76,-11,-137,-86,-137v-65,0,-103,46,-113,137r199,0","w":520},"f":{"d":"86,-518v-20,-188,141,-271,311,-212r-16,89v-17,-15,-51,-26,-85,-26v-83,0,-88,65,-86,149r102,0r0,81r-102,0r0,437r-124,0r0,-437r-78,0r14,-81r64,0","w":296},"g":{"d":"188,-520v64,-27,163,-20,218,6r108,-24r0,510v18,236,-244,274,-445,213r25,-103v31,22,93,40,147,40v123,0,158,-79,149,-207v-29,36,-79,80,-149,78v-145,-3,-211,-93,-210,-252v1,-136,61,-220,157,-261xm288,-103v46,1,81,-24,102,-51r0,-274v-21,-18,-51,-28,-86,-28v-103,0,-141,75,-141,184v1,102,26,169,125,169"},"h":{"d":"343,-538v118,0,178,63,178,184r0,354r-124,0r0,-334v0,-73,-24,-114,-93,-115v-51,0,-84,34,-110,63r0,386r-125,0r0,-722r125,-21r0,279v31,-39,83,-74,149,-74","w":591},"i":{"d":"133,-749v37,0,77,22,77,62v0,45,-37,68,-77,68v-40,0,-78,-24,-78,-68v0,-40,41,-62,78,-62xm69,-518r125,-20r0,538r-125,0r0,-518","w":263},"j":{"d":"133,-749v37,0,77,22,77,62v0,45,-37,68,-77,68v-40,0,-78,-24,-78,-68v0,-40,41,-62,78,-62xm-63,106v63,41,132,7,132,-85r0,-539r125,-20r0,552v9,154,-135,223,-280,177","w":265},"k":{"d":"226,-252r-32,0r0,252r-125,0r0,-722r125,-21r0,417r40,0r156,-212r124,20r-185,225r192,279r-131,21","w":529},"l":{"d":"69,-722r125,-21r0,743r-125,0r0,-722","w":263},"m":{"d":"661,-538v117,1,164,61,164,184r0,354r-124,0r0,-334v-1,-69,-12,-115,-79,-115v-50,0,-83,33,-109,62r1,387r-124,0r0,-334v-2,-73,-16,-114,-86,-115v-51,0,-84,34,-110,63r0,386r-125,0r0,-518r125,-20r0,74v31,-39,83,-74,149,-74v83,0,136,26,158,90v28,-48,89,-90,160,-90","w":894},"n":{"d":"343,-538v118,0,178,63,178,184r0,354r-124,0r0,-334v0,-73,-24,-114,-93,-115v-51,0,-84,34,-110,63r0,386r-125,0r0,-518r125,-20r0,74v31,-39,83,-74,149,-74","w":591},"o":{"d":"279,-538v158,0,250,100,250,266v0,169,-83,279,-250,279v-166,0,-248,-111,-248,-279v0,-165,90,-266,248,-266xm279,-74v102,0,118,-95,118,-198v0,-98,-22,-184,-118,-184v-95,0,-116,87,-116,184v0,101,16,198,116,198","w":559},"p":{"d":"296,7v-41,2,-76,-9,-102,-20r0,217r-125,0r0,-722r125,-20r0,79v30,-44,77,-79,149,-79v146,0,213,102,210,260v-3,171,-90,279,-257,285xm296,-443v-44,0,-81,26,-102,53r0,286v22,14,51,30,85,30v102,0,141,-85,141,-192v0,-112,-31,-177,-124,-177"},"q":{"d":"296,-538v41,-1,76,12,102,25r116,-25r0,742r-124,0r0,-274v-28,34,-76,78,-141,77v-145,-3,-220,-102,-218,-259v3,-176,95,-280,265,-286xm288,-89v46,1,81,-24,102,-51r0,-289v-20,-18,-46,-27,-78,-27v-102,1,-150,82,-149,190v1,102,25,177,125,177"},"r":{"d":"279,-415v-51,4,-64,27,-91,71r0,344r-133,0r0,-518r133,-20r0,101v36,-42,66,-118,148,-96v7,2,15,8,22,15r-23,116v-18,-8,-33,-14,-56,-13","w":358},"s":{"d":"249,-449v-37,0,-71,20,-69,60v2,79,93,65,144,99v42,28,77,65,80,134v6,174,-252,197,-382,122r33,-88v45,39,217,79,217,-27v0,-67,-62,-70,-109,-89v-59,-25,-115,-64,-116,-143v-3,-165,225,-190,343,-116r-32,89v-27,-24,-64,-40,-109,-41","w":443},"t":{"d":"265,-82v31,0,52,-13,70,-26r23,74v-28,23,-73,41,-124,41v-97,0,-148,-42,-148,-144r0,-300r-78,0r14,-81r64,0r0,-108r124,-21r0,129r125,0r0,81r-125,0r0,281v2,52,8,74,55,74","w":350},"u":{"d":"288,-82v51,0,84,-32,109,-62r0,-373r124,-21r0,538r-124,15r0,-81v-31,38,-83,74,-148,73v-113,-1,-180,-60,-180,-184r0,-340r125,-21r0,341v0,71,24,116,94,115","w":591},"v":{"d":"163,0r-163,-518r125,-15r124,418r131,-418r95,9r-171,524r-141,0","w":475},"w":{"d":"482,0r-96,-324r-107,324r-138,0r-141,-518r125,-15r101,413r132,-398r86,0r124,398r108,-413r102,9r-156,524r-140,0","w":778},"x":{"d":"242,-172r-107,175r-119,-10r168,-254r-168,-257r134,-15r105,162r101,-162r126,9r-168,244r168,259r-126,24","w":497},"y":{"d":"40,102v25,11,81,21,109,4v32,-18,44,-53,59,-86r-208,-538r125,-15r147,389r131,-389r103,9r-187,524v-39,99,-71,206,-202,211v-22,1,-63,-8,-77,-12r0,-97","w":505},"z":{"d":"31,-48r241,-374r-233,0r0,-96r398,0r0,55r-243,367r250,0r0,96r-413,0r0,-48","w":475},"{":{"d":"312,10v0,78,49,86,125,89r0,77r-79,0v-122,3,-170,-55,-170,-177r0,-144v-5,-76,-66,-106,-157,-110r0,-78v92,-5,157,-31,157,-109r0,-124v-5,-122,49,-178,170,-177r79,0r0,78v-82,1,-125,15,-125,92r0,143v3,77,-47,115,-100,136v56,24,100,62,100,144r0,160","w":451},"|":{"d":"167,-820r125,0r0,1024r-125,0r0,-1024","w":459},"}":{"d":"264,-442v6,78,63,105,157,109r0,78v-94,5,-157,29,-157,110r0,144v3,120,-48,180,-170,177r-79,0r0,-77v76,-2,125,-11,125,-89r0,-160v-3,-82,46,-120,100,-144v-55,-21,-100,-59,-100,-136r0,-143v-1,-77,-44,-91,-125,-92r0,-78r79,0v121,-1,170,57,170,177r0,124","w":451},"~":{"d":"344,-677v38,23,88,-6,111,-25r0,75v-24,20,-74,46,-115,25v-31,-15,-54,-46,-95,-46v-33,0,-58,21,-78,35r0,-75v22,-20,76,-49,115,-25","w":622},"\u0402":{"d":"571,-256v-23,-96,-191,-71,-271,-44r0,300r-125,0r0,-599r-175,0r0,-96r514,0r-31,96r-183,0r0,203v52,-15,108,-23,172,-24v152,-1,232,73,232,219v0,142,-88,217,-248,201r0,-89v109,19,139,-67,115,-167","w":734},"\u0403":{"d":"239,-736r0,-20r77,-129r125,0r0,20r-148,129r-54,0xm218,-600r0,600r-124,0r0,-695r388,0r-24,95r-240,0","w":466},"\u0453":{"d":"178,-594r0,-19r78,-130r124,0r0,21r-147,128r-55,0xm69,-518r329,0r-14,96r-190,0r0,422r-125,0r0,-518","w":408},"\u0192":{"d":"178,-594r0,-19r78,-130r124,0r0,21r-147,128r-55,0xm69,-518r329,0r-14,96r-190,0r0,422r-125,0r0,-518","w":408},"\u0409":{"d":"269,-451v-17,235,-25,487,-269,451r0,-96v148,28,135,-166,155,-298v6,-41,8,-81,10,-118r8,-183r427,0r0,599v100,-1,208,13,226,-88v17,-96,-20,-175,-110,-173r-69,0r30,-96v175,-8,288,56,288,227v0,150,-85,226,-222,226r-268,0r0,-599r-200,0v-2,56,-3,106,-6,148","w":1003},"\u0160":{"d":"269,-451v-17,235,-25,487,-269,451r0,-96v148,28,135,-166,155,-298v6,-41,8,-81,10,-118r8,-183r427,0r0,599v100,-1,208,13,226,-88v17,-96,-20,-175,-110,-173r-69,0r30,-96v175,-8,288,56,288,227v0,150,-85,226,-222,226r-268,0r0,-599r-200,0v-2,56,-3,106,-6,148","w":1003},"\u040a":{"d":"704,-453v174,-9,288,57,287,227v-1,150,-84,226,-222,226r-267,0r0,-319r-284,0r0,319r-124,0r0,-695r124,0r0,280r284,0r0,-280r124,0r0,599r117,0v84,-2,113,-56,116,-134v4,-108,-73,-136,-186,-127","w":1030},"\u0152":{"d":"704,-453v174,-9,288,57,287,227v-1,150,-84,226,-222,226r-267,0r0,-319r-284,0r0,319r-124,0r0,-695r124,0r0,280r284,0r0,-280r124,0r0,599r117,0v84,-2,113,-56,116,-134v4,-108,-73,-136,-186,-127","w":1030},"\u040c":{"d":"279,-736r0,-20r78,-129r124,0r0,20r-147,129r-55,0xm218,-350r0,350r-124,0r0,-695r124,0r0,324r272,-331r117,15r-264,313r264,367r-132,21","w":630},"\u040b":{"d":"456,-324v-60,0,-108,9,-156,24r0,300r-125,0r0,-599r-175,0r0,-96r514,0r-31,96r-183,0r0,203v58,-18,120,-23,172,-24v146,-2,230,68,230,202r0,218r-125,0r0,-218v1,-73,-45,-106,-121,-106","w":765},"\u017d":{"d":"456,-324v-60,0,-108,9,-156,24r0,300r-125,0r0,-599r-175,0r0,-96r514,0r-31,96r-183,0r0,203v58,-18,120,-23,172,-24v146,-2,230,68,230,202r0,218r-125,0r0,-218v1,-73,-45,-106,-121,-106","w":765},"\u040f":{"d":"218,-695r0,599r284,0r0,-599r124,0r0,695r-209,0r0,165r-114,19r0,-184r-209,0r0,-695r124,0","w":720},"\u0452":{"d":"304,-449v-51,0,-84,34,-110,63r0,386r-125,0r0,-598r-77,0r0,-55r77,0r0,-69r125,-21r0,90r163,0r0,55r-163,0r0,134v31,-39,83,-74,149,-74v118,0,178,63,178,184r0,368v9,153,-135,223,-279,177r22,-85v63,41,133,6,133,-85r0,-355v0,-73,-24,-114,-93,-115","w":591},"\u0459":{"d":"228,-422v-9,219,-8,469,-228,422r0,-88v130,33,116,-171,121,-294r5,-136r366,0r0,436v92,7,164,-7,163,-93v-2,-50,-30,-85,-88,-84r-51,0r27,-82v156,-11,267,65,231,224v-18,80,-79,117,-185,117r-222,0r0,-422r-139,0","w":811},"\u0161":{"d":"228,-422v-9,219,-8,469,-228,422r0,-88v130,33,116,-171,121,-294r5,-136r366,0r0,436v92,7,164,-7,163,-93v-2,-50,-30,-85,-88,-84r-51,0r27,-82v156,-11,267,65,231,224v-18,80,-79,117,-185,117r-222,0r0,-422r-139,0","w":811},"\u045a":{"d":"575,-341v156,-12,267,66,231,224v-19,81,-79,117,-185,117r-221,0r0,-224r-206,0r0,224r-125,0r0,-518r125,-20r0,218r206,0r0,-198r124,-20r0,456v91,6,165,-6,163,-93v-1,-51,-29,-85,-87,-84r-51,0","w":844},"\u0153":{"d":"575,-341v156,-12,267,66,231,224v-19,81,-79,117,-185,117r-221,0r0,-224r-206,0r0,224r-125,0r0,-518r125,-20r0,218r206,0r0,-198r124,-20r0,456v91,6,165,-6,163,-93v-1,-51,-29,-85,-87,-84r-51,0","w":844},"\u045c":{"d":"218,-594r0,-19r78,-130r124,0r0,21r-148,128r-54,0xm226,-242r-32,0r0,242r-125,0r0,-517r125,-21r0,222r40,0r156,-222r124,20r-185,235r192,269r-131,21","w":529},"\u045b":{"d":"343,-538v118,0,178,63,178,184r0,354r-124,0r0,-334v0,-73,-24,-114,-93,-115v-51,0,-84,34,-110,63r0,386r-125,0r0,-598r-77,0r0,-55r77,0r0,-69r125,-21r0,90r163,0r0,55r-163,0r0,134v31,-39,83,-74,149,-74","w":591},"\u017e":{"d":"343,-538v118,0,178,63,178,184r0,354r-124,0r0,-334v0,-73,-24,-114,-93,-115v-51,0,-84,34,-110,63r0,386r-125,0r0,-598r-77,0r0,-55r77,0r0,-69r125,-21r0,90r163,0r0,55r-163,0r0,134v31,-39,83,-74,149,-74","w":591},"\u045f":{"d":"69,-518r125,-20r0,442r198,0r0,-422r124,-20r0,538r-171,0r0,147r-104,16r0,-163r-172,0r0,-518","w":585},"\u0178":{"d":"69,-518r125,-20r0,442r198,0r0,-422r124,-20r0,538r-171,0r0,147r-104,16r0,-163r-172,0r0,-518","w":585},"\u040e":{"d":"490,-871v-29,86,-116,165,-229,123v-54,-20,-87,-67,-108,-123r71,-14v18,55,97,100,154,53v17,-13,31,-32,40,-53xm357,-88v-37,80,-157,128,-269,88r0,-96v45,15,118,25,148,-11v13,-14,30,-42,36,-65r-262,-509r127,-17r197,410r154,-410r110,11r-205,525v-10,24,-24,47,-36,74","w":605},"\u00a1":{"d":"490,-871v-29,86,-116,165,-229,123v-54,-20,-87,-67,-108,-123r71,-14v18,55,97,100,154,53v17,-13,31,-32,40,-53xm357,-88v-37,80,-157,128,-269,88r0,-96v45,15,118,25,148,-11v13,-14,30,-42,36,-65r-262,-509r127,-17r197,410r154,-410r110,11r-205,525v-10,24,-24,47,-36,74","w":605},"\u045e":{"d":"419,-728v-26,84,-110,168,-219,121v-49,-21,-78,-70,-97,-121r71,-15v15,32,43,75,87,75v49,-1,69,-42,87,-75xm40,102v25,11,81,21,109,4v32,-18,44,-53,59,-86r-208,-538r125,-15r147,389r131,-389r103,9r-187,524v-39,99,-71,206,-202,211v-22,1,-63,-8,-77,-12r0,-97","w":505},"\u00a2":{"d":"419,-728v-26,84,-110,168,-219,121v-49,-21,-78,-70,-97,-121r71,-15v15,32,43,75,87,75v49,-1,69,-42,87,-75xm40,102v25,11,81,21,109,4v32,-18,44,-53,59,-86r-208,-538r125,-15r147,389r131,-389r103,9r-187,524v-39,99,-71,206,-202,211v-22,1,-63,-8,-77,-12r0,-97","w":505},"\u0408":{"d":"31,-89v76,3,110,-11,110,-88r0,-518r124,0r0,510v3,146,-80,196,-234,185r0,-89","w":358},"\u00a3":{"d":"31,-89v76,3,110,-11,110,-88r0,-518r124,0r0,510v3,146,-80,196,-234,185r0,-89","w":358},"\u0490":{"d":"94,-695r250,0r0,-145r114,-19r0,259r-240,0r0,600r-124,0r0,-695","w":478},"\u00a5":{"d":"94,-695r250,0r0,-145r114,-19r0,259r-240,0r0,600r-124,0r0,-695","w":478},"\u0401":{"d":"387,-845v31,0,53,24,53,56v0,33,-22,54,-53,54v-32,0,-55,-19,-55,-54v0,-34,23,-56,55,-56xm184,-845v32,0,54,24,54,56v0,34,-22,54,-54,54v-32,0,-54,-19,-54,-54v0,-33,22,-56,54,-56xm94,-695r381,0r-24,95r-233,0r0,198r226,0r0,95r-226,0r0,211r257,0r0,96r-381,0r0,-695","w":520},"\u00a8":{"d":"387,-845v31,0,53,24,53,56v0,33,-22,54,-53,54v-32,0,-55,-19,-55,-54v0,-34,23,-56,55,-56xm184,-845v32,0,54,24,54,56v0,34,-22,54,-54,54v-32,0,-54,-19,-54,-54v0,-33,22,-56,54,-56xm94,-695r381,0r-24,95r-233,0r0,198r226,0r0,95r-226,0r0,211r257,0r0,96r-381,0r0,-695","w":520},"\u0404":{"d":"381,-82v63,1,117,-20,158,-48r30,103v-77,41,-231,55,-328,18v-154,-58,-234,-240,-199,-452v36,-215,299,-301,527,-213r-30,95v-82,-53,-248,-38,-304,26v-31,35,-60,88,-67,143r307,0r-24,96r-286,0v14,134,70,229,216,232","w":591},"\u00aa":{"d":"381,-82v63,1,117,-20,158,-48r30,103v-77,41,-231,55,-328,18v-154,-58,-234,-240,-199,-452v36,-215,299,-301,527,-213r-30,95v-82,-53,-248,-38,-304,26v-31,35,-60,88,-67,143r307,0r-24,96r-286,0v14,134,70,229,216,232","w":591},"\u00ab":{"d":"288,-293r218,-170r0,89r-116,108r116,136r0,89r-218,-197r0,-55xm63,-293r216,-170r0,89r-116,108r116,136r0,89r-216,-197r0,-55","w":569},"\u0407":{"d":"235,-845v31,0,53,24,53,56v0,33,-22,54,-53,54v-32,0,-55,-19,-55,-54v0,-34,23,-56,55,-56xm79,-845v32,0,54,24,54,56v0,34,-22,54,-54,54v-33,0,-55,-20,-55,-54v0,-33,22,-56,55,-56xm94,-695r124,0r0,695r-124,0r0,-695","w":312},"\u00af":{"d":"235,-845v31,0,53,24,53,56v0,33,-22,54,-53,54v-32,0,-55,-19,-55,-54v0,-34,23,-56,55,-56xm79,-845v32,0,54,24,54,56v0,34,-22,54,-54,54v-33,0,-55,-20,-55,-54v0,-33,22,-56,55,-56xm94,-695r124,0r0,695r-124,0r0,-695","w":312},"\u0406":{"d":"94,-695r124,0r0,695r-124,0r0,-695","w":312},"\u00b2":{"d":"94,-695r124,0r0,695r-124,0r0,-695","w":312},"\u0456":{"d":"133,-749v37,0,77,22,77,62v0,45,-37,68,-77,68v-40,0,-78,-24,-78,-68v0,-40,41,-62,78,-62xm69,-518r125,-20r0,538r-125,0r0,-518","w":263},"\u00b3":{"d":"133,-749v37,0,77,22,77,62v0,45,-37,68,-77,68v-40,0,-78,-24,-78,-68v0,-40,41,-62,78,-62xm69,-518r125,-20r0,538r-125,0r0,-518","w":263},"\u0491":{"d":"69,-518r210,0r0,-127r105,-16r0,239r-190,0r0,422r-125,0r0,-518","w":408},"\u00b4":{"d":"69,-518r210,0r0,-127r105,-16r0,239r-190,0r0,422r-125,0r0,-518","w":408},"\u0451":{"d":"387,-702v30,0,53,24,53,55v0,33,-21,54,-53,54v-33,0,-55,-19,-55,-54v0,-33,24,-55,55,-55xm184,-702v32,0,54,23,54,55v0,34,-21,54,-54,54v-33,0,-54,-19,-54,-54v0,-33,22,-55,54,-55xm279,-538v164,-5,227,126,196,293r-311,0v5,96,43,163,140,163v47,0,100,-18,133,-40r30,81v-42,27,-102,48,-171,48v-170,0,-265,-90,-265,-266v0,-171,83,-274,248,-279xm365,-319v2,-76,-11,-137,-86,-137v-65,0,-103,46,-113,137r199,0","w":520},"\u00b8":{"d":"387,-702v30,0,53,24,53,55v0,33,-21,54,-53,54v-33,0,-55,-19,-55,-54v0,-33,24,-55,55,-55xm184,-702v32,0,54,23,54,55v0,34,-21,54,-54,54v-33,0,-54,-19,-54,-54v0,-33,22,-55,54,-55xm279,-538v164,-5,227,126,196,293r-311,0v5,96,43,163,140,163v47,0,100,-18,133,-40r30,81v-42,27,-102,48,-171,48v-170,0,-265,-90,-265,-266v0,-171,83,-274,248,-279xm365,-319v2,-76,-11,-137,-86,-137v-65,0,-103,46,-113,137r199,0","w":520},"\u0454":{"d":"309,-82v43,0,78,-12,104,-33r24,81v-49,38,-184,57,-261,23v-88,-39,-146,-122,-145,-246v2,-188,116,-304,319,-276v32,4,64,18,87,36r-31,82v-43,-43,-165,-45,-200,5v-21,20,-37,60,-40,96r207,0r-14,81r-194,0v6,88,52,151,144,151","w":444},"\u00ba":{"d":"309,-82v43,0,78,-12,104,-33r24,81v-49,38,-184,57,-261,23v-88,-39,-146,-122,-145,-246v2,-188,116,-304,319,-276v32,4,64,18,87,36r-31,82v-43,-43,-165,-45,-200,5v-21,20,-37,60,-40,96r207,0r-14,81r-194,0v6,88,52,151,144,151","w":444},"\u00bb":{"d":"288,-130r116,-136r-116,-108r0,-89r218,170r0,55r-218,197r0,-89xm63,-130r117,-136r-117,-108r0,-89r216,170r0,55r-216,197r0,-89","w":569},"\u0458":{"d":"133,-749v37,0,77,22,77,62v0,45,-37,68,-77,68v-40,0,-78,-24,-78,-68v0,-40,41,-62,78,-62xm-63,106v63,41,132,7,132,-85r0,-539r125,-20r0,552v9,154,-135,223,-280,177","w":265},"\u00bc":{"d":"133,-749v37,0,77,22,77,62v0,45,-37,68,-77,68v-40,0,-78,-24,-78,-68v0,-40,41,-62,78,-62xm-63,106v63,41,132,7,132,-85r0,-539r125,-20r0,552v9,154,-135,223,-280,177","w":265},"\u0405":{"d":"296,-613v-85,0,-126,85,-86,152v96,80,265,75,265,264v0,211,-269,253,-436,170r30,-103v35,25,94,48,149,48v100,0,166,-111,103,-177v-71,-75,-214,-72,-248,-187v-67,-228,213,-329,394,-214r-30,95v-34,-21,-81,-48,-141,-48","w":529},"\u00bd":{"d":"296,-613v-85,0,-126,85,-86,152v96,80,265,75,265,264v0,211,-269,253,-436,170r30,-103v35,25,94,48,149,48v100,0,166,-111,103,-177v-71,-75,-214,-72,-248,-187v-67,-228,213,-329,394,-214r-30,95v-34,-21,-81,-48,-141,-48","w":529},"\u0455":{"d":"249,-449v-37,0,-71,20,-69,60v2,79,93,65,144,99v42,28,77,65,80,134v6,174,-252,197,-382,122r33,-88v45,39,217,79,217,-27v0,-67,-62,-70,-109,-89v-59,-25,-115,-64,-116,-143v-3,-165,225,-190,343,-116r-32,89v-27,-24,-64,-40,-109,-41","w":443},"\u00be":{"d":"249,-449v-37,0,-71,20,-69,60v2,79,93,65,144,99v42,28,77,65,80,134v6,174,-252,197,-382,122r33,-88v45,39,217,79,217,-27v0,-67,-62,-70,-109,-89v-59,-25,-115,-64,-116,-143v-3,-165,225,-190,343,-116r-32,89v-27,-24,-64,-40,-109,-41","w":443},"\u0457":{"d":"220,-702v31,0,53,23,53,55v0,34,-21,54,-53,54v-32,0,-55,-20,-55,-54v0,-32,24,-55,55,-55xm64,-702v32,0,54,22,54,55v0,35,-21,54,-54,54v-33,0,-54,-20,-54,-54v0,-32,22,-55,54,-55xm80,-518r124,-20r0,538r-124,0r0,-518","w":283},"\u00bf":{"d":"220,-702v31,0,53,23,53,55v0,34,-21,54,-53,54v-32,0,-55,-20,-55,-54v0,-32,24,-55,55,-55xm64,-702v32,0,54,22,54,55v0,35,-21,54,-54,54v-33,0,-54,-20,-54,-54v0,-32,22,-55,54,-55xm80,-518r124,-20r0,538r-124,0r0,-518","w":283},"\u0410":{"d":"424,-149r-257,0r-47,149r-116,0r241,-695r124,0r242,695r-140,0xm195,-238r202,0r-101,-320","w":606},"\u00c0":{"d":"424,-149r-257,0r-47,149r-116,0r241,-695r124,0r242,695r-140,0xm195,-238r202,0r-101,-320","w":606},"\u0411":{"d":"451,-205v4,-104,-93,-105,-196,-101r31,-96v174,-8,297,37,297,202v0,131,-86,200,-212,200r-277,0r0,-695r440,0r-24,96r-292,0r0,503r117,0v76,0,113,-39,116,-109","w":622},"\u00c1":{"d":"451,-205v4,-104,-93,-105,-196,-101r31,-96v174,-8,297,37,297,202v0,131,-86,200,-212,200r-277,0r0,-695r440,0r-24,96r-292,0r0,503r117,0v76,0,113,-39,116,-109","w":622},"\u0412":{"d":"583,-191v0,121,-82,191,-202,191r-287,0r0,-695r232,0v142,0,244,60,242,198v-1,76,-47,119,-101,143v71,15,116,78,116,163xm437,-497v-2,-104,-109,-106,-219,-103r0,504r117,0v70,1,116,-36,116,-101v0,-91,-88,-101,-186,-96r31,-96v91,7,143,-24,141,-108","w":638},"\u00c2":{"d":"583,-191v0,121,-82,191,-202,191r-287,0r0,-695r232,0v142,0,244,60,242,198v-1,76,-47,119,-101,143v71,15,116,78,116,163xm437,-497v-2,-104,-109,-106,-219,-103r0,504r117,0v70,1,116,-36,116,-101v0,-91,-88,-101,-186,-96r31,-96v91,7,143,-24,141,-108","w":638},"\u0413":{"d":"218,-600r0,600r-124,0r0,-695r388,0r-24,95r-240,0","w":466},"\u00c3":{"d":"218,-600r0,600r-124,0r0,-695r388,0r-24,95r-240,0","w":466},"\u0414":{"d":"273,-599v-7,207,-24,357,-81,503r281,0r0,-503r-200,0xm73,-96v74,-160,95,-363,98,-599r427,0r0,599r94,0r0,241r-115,18r0,-163r-451,0r0,145r-114,18r0,-259r61,0","w":724},"\u00c4":{"d":"273,-599v-7,207,-24,357,-81,503r281,0r0,-503r-200,0xm73,-96v74,-160,95,-363,98,-599r427,0r0,599r94,0r0,241r-115,18r0,-163r-451,0r0,145r-114,18r0,-259r61,0","w":724},"\u0415":{"d":"94,-695r381,0r-24,95r-233,0r0,198r226,0r0,95r-226,0r0,211r257,0r0,96r-381,0r0,-695","w":520},"\u00c5":{"d":"94,-695r381,0r-24,95r-233,0r0,198r226,0r0,95r-226,0r0,211r257,0r0,96r-381,0r0,-695","w":520},"\u0416":{"d":"521,-695r0,324r249,-331r120,15r-248,321r253,359r-131,21r-243,-364r0,350r-124,0r0,-350r-243,364r-131,-21r253,-359r-248,-321r120,-15r249,331r0,-324r124,0","w":918},"\u00c6":{"d":"521,-695r0,324r249,-331r120,15r-248,321r253,359r-131,21r-243,-364r0,350r-124,0r0,-350r-243,364r-131,-21r253,-359r-248,-321r120,-15r249,331r0,-324r124,0","w":918},"\u0417":{"d":"282,-95v106,-44,73,-228,-56,-211r-85,0r24,-96v96,6,169,-12,169,-107v0,-139,-185,-118,-264,-56r-30,-95v58,-33,112,-47,195,-48v128,-2,229,56,229,180v0,81,-38,132,-101,161v70,22,113,71,116,164v6,222,-285,257,-457,176r31,-103v58,37,154,66,229,35","w":534},"\u00c7":{"d":"282,-95v106,-44,73,-228,-56,-211r-85,0r24,-96v96,6,169,-12,169,-107v0,-139,-185,-118,-264,-56r-30,-95v58,-33,112,-47,195,-48v128,-2,229,56,229,180v0,81,-38,132,-101,161v70,22,113,71,116,164v6,222,-285,257,-457,176r31,-103v58,37,154,66,229,35","w":534},"\u0418":{"d":"530,-515r-318,515r-118,0r0,-695r124,0r0,515r319,-515r118,0r0,695r-125,0r0,-515","w":748},"\u00c8":{"d":"530,-515r-318,515r-118,0r0,-695r124,0r0,515r319,-515r118,0r0,695r-125,0r0,-515","w":748},"\u0419":{"d":"543,-871v-28,86,-116,165,-229,123v-54,-20,-87,-67,-108,-123r71,-14v18,55,97,100,154,53v17,-13,31,-32,40,-53xm530,-515r-318,515r-118,0r0,-695r124,0r0,515r319,-515r118,0r0,695r-125,0r0,-515","w":748},"\u00c9":{"d":"543,-871v-28,86,-116,165,-229,123v-54,-20,-87,-67,-108,-123r71,-14v18,55,97,100,154,53v17,-13,31,-32,40,-53xm530,-515r-318,515r-118,0r0,-695r124,0r0,515r319,-515r118,0r0,695r-125,0r0,-515","w":748},"\u041a":{"d":"218,-350r0,350r-124,0r0,-695r124,0r0,324r272,-331r117,15r-264,313r264,367r-132,21","w":630},"\u00ca":{"d":"218,-350r0,350r-124,0r0,-695r124,0r0,324r272,-331r117,15r-264,313r264,367r-132,21","w":630},"\u041b":{"d":"269,-451v-17,235,-25,487,-269,451r0,-96v148,28,135,-166,155,-298v6,-41,8,-81,10,-118r8,-183r427,0r0,695r-125,0r0,-599r-200,0v-2,56,-3,106,-6,148","w":693},"\u00cb":{"d":"269,-451v-17,235,-25,487,-269,451r0,-96v148,28,135,-166,155,-298v6,-41,8,-81,10,-118r8,-183r427,0r0,695r-125,0r0,-599r-200,0v-2,56,-3,106,-6,148","w":693},"\u041c":{"d":"622,-496r-185,326r-47,0r-180,-296r0,466r-108,0r0,-695r100,0r226,369r211,-369r108,0r0,695r-125,0r0,-496","w":840},"\u00cc":{"d":"622,-496r-185,326r-47,0r-180,-296r0,466r-108,0r0,-695r100,0r226,369r211,-369r108,0r0,695r-125,0r0,-496","w":840},"\u041d":{"d":"521,-319r-303,0r0,319r-124,0r0,-695r124,0r0,280r303,0r0,-280r125,0r0,695r-125,0r0,-319","w":739},"\u00cd":{"d":"521,-319r-303,0r0,319r-124,0r0,-695r124,0r0,280r303,0r0,-280r125,0r0,695r-125,0r0,-319","w":739},"\u041e":{"d":"572,-611v78,77,115,256,68,400v-42,129,-132,225,-297,225v-217,0,-321,-156,-321,-375v0,-162,77,-270,192,-321v76,-34,182,-35,258,0v39,17,70,42,100,71xm343,-82v142,0,186,-134,186,-279v0,-140,-47,-252,-186,-252v-139,0,-188,113,-188,252v0,144,46,279,188,279","w":683},"\u00ce":{"d":"572,-611v78,77,115,256,68,400v-42,129,-132,225,-297,225v-217,0,-321,-156,-321,-375v0,-162,77,-270,192,-321v76,-34,182,-35,258,0v39,17,70,42,100,71xm343,-82v142,0,186,-134,186,-279v0,-140,-47,-252,-186,-252v-139,0,-188,113,-188,252v0,144,46,279,188,279","w":683},"\u041f":{"d":"506,-599r-288,0r0,599r-124,0r0,-695r536,0r0,695r-124,0r0,-599","w":724},"\u00cf":{"d":"506,-599r-288,0r0,599r-124,0r0,-695r536,0r0,695r-124,0r0,-599","w":724},"\u0420":{"d":"428,-470v1,-114,-90,-137,-210,-130r0,600r-124,0r0,-695r194,0v162,3,276,59,273,225v-3,142,-73,235,-218,238r-78,0r31,-94v97,6,132,-54,132,-144"},"\u00d0":{"d":"428,-470v1,-114,-90,-137,-210,-130r0,600r-124,0r0,-695r194,0v162,3,276,59,273,225v-3,142,-73,235,-218,238r-78,0r31,-94v97,6,132,-54,132,-144"},"\u0421":{"d":"381,-82v72,3,112,-17,156,-40r24,95v-80,48,-248,51,-340,10v-150,-66,-238,-286,-164,-480v56,-147,224,-241,434,-202v27,5,50,15,70,25r-32,96v-25,-24,-80,-37,-132,-35v-149,5,-234,104,-234,252v0,155,67,273,218,279"},"\u00d1":{"d":"381,-82v72,3,112,-17,156,-40r24,95v-80,48,-248,51,-340,10v-150,-66,-238,-286,-164,-480v56,-147,224,-241,434,-202v27,5,50,15,70,25r-32,96v-25,-24,-80,-37,-132,-35v-149,5,-234,104,-234,252v0,155,67,273,218,279"},"\u0422":{"d":"312,-600r0,600r-124,0r0,-600r-188,0r0,-95r514,0r-32,95r-170,0","w":497},"\u00d2":{"d":"312,-600r0,600r-124,0r0,-600r-188,0r0,-95r514,0r-32,95r-170,0","w":497},"\u0423":{"d":"357,-88v-37,80,-157,128,-269,88r0,-96v45,15,118,25,148,-11v13,-14,30,-42,36,-65r-262,-509r127,-17r197,410r154,-410r110,11r-205,525v-10,24,-24,47,-36,74","w":605},"\u00d3":{"d":"357,-88v-37,80,-157,128,-269,88r0,-96v45,15,118,25,148,-11v13,-14,30,-42,36,-65r-262,-509r127,-17r197,410r154,-410r110,11r-205,525v-10,24,-24,47,-36,74","w":605},"\u0424":{"d":"614,-368v0,-97,-57,-163,-167,-150r0,304v109,9,167,-51,167,-154xm155,-368v0,102,58,164,167,154r0,-304v-110,-12,-167,53,-167,150xm31,-364v0,-177,105,-257,291,-249r0,-101r125,0r0,101v183,-5,291,65,291,249v0,173,-108,251,-291,245r0,119r-125,0r0,-119v-182,8,-291,-76,-291,-245","w":769},"\u00d4":{"d":"614,-368v0,-97,-57,-163,-167,-150r0,304v109,9,167,-51,167,-154xm155,-368v0,102,58,164,167,154r0,-304v-110,-12,-167,53,-167,150xm31,-364v0,-177,105,-257,291,-249r0,-101r125,0r0,101v183,-5,291,65,291,249v0,173,-108,251,-291,245r0,119r-125,0r0,-119v-182,8,-291,-76,-291,-245","w":769},"\u0425":{"d":"298,-257r-170,267r-112,-17r221,-340r-223,-334r128,-17r165,243r157,-243r111,17r-209,322r217,352r-127,17","w":606},"\u00d5":{"d":"298,-257r-170,267r-112,-17r221,-340r-223,-334r128,-17r165,243r157,-243r111,17r-209,322r217,352r-127,17","w":606},"\u0426":{"d":"218,-695r0,599r284,0r0,-599r124,0r0,599r98,0r0,241r-114,18r0,-163r-516,0r0,-695r124,0","w":756},"\u00d6":{"d":"218,-695r0,599r284,0r0,-599r124,0r0,599r98,0r0,241r-114,18r0,-163r-516,0r0,-695r124,0","w":756},"\u0427":{"d":"188,-476v-10,140,185,113,277,81r0,-300r125,0r0,695r-125,0r0,-299v-59,18,-120,24,-172,25v-145,2,-230,-68,-230,-202r0,-219r125,0r0,219","w":683},"\u00d7":{"d":"188,-476v-10,140,185,113,277,81r0,-300r125,0r0,695r-125,0r0,-299v-59,18,-120,24,-172,25v-145,2,-230,-68,-230,-202r0,-219r125,0r0,219","w":683},"\u0428":{"d":"218,-695r0,599r201,0r0,-599r125,0r0,599r201,0r0,-599r124,0r0,695r-775,0r0,-695r124,0","w":962},"\u00d8":{"d":"218,-695r0,599r201,0r0,-599r125,0r0,599r201,0r0,-599r124,0r0,695r-775,0r0,-695r124,0","w":962},"\u0429":{"d":"218,-695r0,599r201,0r0,-599r125,0r0,599r201,0r0,-599r124,0r0,599r98,0r0,241r-114,18r0,-163r-759,0r0,-695r124,0","w":999},"\u00d9":{"d":"218,-695r0,599r201,0r0,-599r125,0r0,599r201,0r0,-599r124,0r0,599r98,0r0,241r-114,18r0,-163r-759,0r0,-695r124,0","w":999},"\u042a":{"d":"470,-113v89,-61,61,-259,-64,-244r-69,0r30,-96v175,-8,288,56,288,227v0,150,-85,226,-223,226r-267,0r0,-599r-165,0r31,-96r259,0r0,599v62,-3,142,9,180,-17","w":693},"\u00da":{"d":"470,-113v89,-61,61,-259,-64,-244r-69,0r30,-96v175,-8,288,56,288,227v0,150,-85,226,-223,226r-267,0r0,-599r-165,0r31,-96r259,0r0,599v62,-3,142,9,180,-17","w":693},"\u042b":{"d":"659,-695r124,0r0,695r-124,0r0,-695xm451,-230v4,-108,-73,-136,-186,-127r31,-96v174,-9,287,57,287,227v0,152,-86,226,-222,226r-267,0r0,-695r124,0r0,599r117,0v84,-2,113,-56,116,-134","w":877},"\u00db":{"d":"659,-695r124,0r0,695r-124,0r0,-695xm451,-230v4,-108,-73,-136,-186,-127r31,-96v174,-9,287,57,287,227v0,152,-86,226,-222,226r-267,0r0,-695r124,0r0,599r117,0v84,-2,113,-56,116,-134","w":877},"\u042c":{"d":"451,-230v4,-108,-73,-136,-186,-127r31,-96v174,-9,288,57,287,227v-1,150,-84,226,-222,226r-267,0r0,-695r124,0r0,599r117,0v84,-2,113,-56,116,-134","w":622},"\u00dc":{"d":"451,-230v4,-108,-73,-136,-186,-127r31,-96v174,-9,288,57,287,227v-1,150,-84,226,-222,226r-267,0r0,-695r124,0r0,599r117,0v84,-2,113,-56,116,-134","w":622},"\u042d":{"d":"22,-674v73,-35,207,-45,309,-20v157,40,248,199,223,414v-27,238,-289,362,-532,253r31,-103v68,56,226,65,292,3v46,-43,74,-105,81,-187r-285,0r24,-96r258,0v-19,-120,-90,-204,-231,-203v-56,0,-102,13,-139,34","w":591},"\u00dd":{"d":"22,-674v73,-35,207,-45,309,-20v157,40,248,199,223,414v-27,238,-289,362,-532,253r31,-103v68,56,226,65,292,3v46,-43,74,-105,81,-187r-285,0r24,-96r258,0v-19,-120,-90,-204,-231,-203v-56,0,-102,13,-139,34","w":591},"\u042e":{"d":"465,-357v0,143,42,275,177,275v129,0,176,-133,176,-275v1,-130,-51,-255,-176,-255v-128,0,-177,124,-177,255xm703,9v-234,40,-350,-122,-363,-328r-122,0r0,319r-124,0r0,-695r124,0r0,280r125,0v18,-188,141,-325,360,-288v164,28,248,155,248,346v0,198,-82,337,-248,366","w":981},"\u00de":{"d":"465,-357v0,143,42,275,177,275v129,0,176,-133,176,-275v1,-130,-51,-255,-176,-255v-128,0,-177,124,-177,255xm703,9v-234,40,-350,-122,-363,-328r-122,0r0,319r-124,0r0,-695r124,0r0,280r125,0v18,-188,141,-325,360,-288v164,28,248,155,248,346v0,198,-82,337,-248,366","w":981},"\u042f":{"d":"202,-470v-2,105,79,131,192,122r-31,96v-46,-1,-72,17,-90,48r-124,218r-126,-21r140,-231v18,-30,31,-42,55,-55v-85,-23,-148,-82,-148,-191v0,-141,104,-211,256,-211r219,0r0,695r-125,0r0,-600r-77,0v-92,-3,-138,45,-141,130","w":638},"\u00df":{"d":"202,-470v-2,105,79,131,192,122r-31,96v-46,-1,-72,17,-90,48r-124,218r-126,-21r140,-231v18,-30,31,-42,55,-55v-85,-23,-148,-82,-148,-191v0,-141,104,-211,256,-211r219,0r0,695r-125,0r0,-600r-77,0v-92,-3,-138,45,-141,130","w":638},"\u0430":{"d":"272,-538v126,1,195,55,195,184r0,251r23,103r-125,0r-15,-62v-25,37,-82,69,-148,69v-127,0,-201,-115,-145,-224v43,-85,168,-95,286,-107v5,-81,-25,-125,-102,-125v-57,0,-100,31,-133,54r-39,-82v49,-33,119,-62,203,-61xm163,-156v-4,99,135,84,180,38r0,-139v-80,13,-176,9,-180,101","w":536},"\u00e0":{"d":"272,-538v126,1,195,55,195,184r0,251r23,103r-125,0r-15,-62v-25,37,-82,69,-148,69v-127,0,-201,-115,-145,-224v43,-85,168,-95,286,-107v5,-81,-25,-125,-102,-125v-57,0,-100,31,-133,54r-39,-82v49,-33,119,-62,203,-61xm163,-156v-4,99,135,84,180,38r0,-139v-80,13,-176,9,-180,101","w":536},"\u0431":{"d":"291,-74v94,0,117,-86,116,-184v-1,-93,-23,-180,-117,-179v-104,2,-121,103,-116,210v4,82,32,153,117,153xm287,7v-184,-2,-246,-129,-246,-322v0,-208,50,-347,232,-383r229,-45r12,104r-211,40v-79,14,-148,43,-168,118v-8,27,-13,52,-13,76v34,-67,87,-113,190,-113v157,0,228,102,228,260v0,157,-91,266,-253,265","w":570},"\u00e1":{"d":"291,-74v94,0,117,-86,116,-184v-1,-93,-23,-180,-117,-179v-104,2,-121,103,-116,210v4,82,32,153,117,153xm287,7v-184,-2,-246,-129,-246,-322v0,-208,50,-347,232,-383r229,-45r12,104r-211,40v-79,14,-148,43,-168,118v-8,27,-13,52,-13,76v34,-67,87,-113,190,-113v157,0,228,102,228,260v0,157,-91,266,-253,265","w":570},"\u0432":{"d":"345,-367v1,-73,-74,-74,-151,-70r0,355r86,0v52,1,75,-24,77,-69v3,-68,-67,-71,-139,-67r27,-82v61,5,99,-13,100,-67xm481,-151v0,105,-74,151,-173,151r-239,0r0,-518r221,0v104,-5,179,39,179,136v0,60,-33,91,-74,112v50,12,86,55,86,119","w":530},"\u00e2":{"d":"345,-367v1,-73,-74,-74,-151,-70r0,355r86,0v52,1,75,-24,77,-69v3,-68,-67,-71,-139,-67r27,-82v61,5,99,-13,100,-67xm481,-151v0,105,-74,151,-173,151r-239,0r0,-518r221,0v104,-5,179,39,179,136v0,60,-33,91,-74,112v50,12,86,55,86,119","w":530},"\u0433":{"d":"69,-518r329,0r-14,96r-190,0r0,422r-125,0r0,-518","w":408},"\u00e3":{"d":"69,-518r329,0r-14,96r-190,0r0,422r-125,0r0,-518","w":408},"\u0434":{"d":"239,-422v-7,140,-28,233,-71,326r209,0r0,-326r-138,0xm48,-96v64,-108,87,-247,89,-422r365,0r0,422r81,0r0,222r-104,17r0,-143r-375,0r0,126r-104,17r0,-239r48,0","w":612},"\u00e4":{"d":"239,-422v-7,140,-28,233,-71,326r209,0r0,-326r-138,0xm48,-96v64,-108,87,-247,89,-422r365,0r0,422r81,0r0,222r-104,17r0,-143r-375,0r0,126r-104,17r0,-239r48,0","w":612},"\u0435":{"d":"279,-538v164,-5,227,126,196,293r-311,0v5,96,43,163,140,163v47,0,100,-18,133,-40r30,81v-42,27,-102,48,-171,48v-170,0,-265,-90,-265,-266v0,-171,83,-274,248,-279xm365,-319v2,-76,-11,-137,-86,-137v-65,0,-103,46,-113,137r199,0","w":520},"\u00e5":{"d":"279,-538v164,-5,227,126,196,293r-311,0v5,96,43,163,140,163v47,0,100,-18,133,-40r30,81v-42,27,-102,48,-171,48v-170,0,-265,-90,-265,-266v0,-171,83,-274,248,-279xm365,-319v2,-76,-11,-137,-86,-137v-65,0,-103,46,-113,137r199,0","w":520},"\u0436":{"d":"450,-316r30,0r145,-222r125,20r-171,235r188,269r-132,21r-159,-249r-26,0r0,242r-125,0r0,-242r-26,0r-159,249r-132,-21r188,-269r-170,-235r124,-20r145,222r30,0r0,-201r125,-21r0,222","w":775},"\u00e6":{"d":"450,-316r30,0r145,-222r125,20r-171,235r188,269r-132,21r-159,-249r-26,0r0,242r-125,0r0,-242r-26,0r-159,249r-132,-21r188,-269r-170,-235r124,-20r145,222r30,0r0,-201r125,-21r0,222","w":775},"\u0437":{"d":"394,-161v0,153,-156,185,-306,160v-27,-5,-53,-16,-80,-33r33,-88v48,49,227,71,220,-44v-2,-43,-34,-67,-79,-67r-87,0r14,-81r73,0v47,1,73,-24,73,-66v0,-52,-42,-69,-92,-69v-52,1,-88,12,-124,41r-31,-89v109,-65,371,-70,371,104v0,59,-36,94,-75,113v54,13,90,56,90,119","w":442},"\u00e7":{"d":"394,-161v0,153,-156,185,-306,160v-27,-5,-53,-16,-80,-33r33,-88v48,49,227,71,220,-44v-2,-43,-34,-67,-79,-67r-87,0r14,-81r73,0v47,1,73,-24,73,-66v0,-52,-42,-69,-92,-69v-52,1,-88,12,-124,41r-31,-89v109,-65,371,-70,371,104v0,59,-36,94,-75,113v54,13,90,56,90,119","w":442},"\u0438":{"d":"69,-518r125,-20r0,369r222,-349r121,0r0,518r-125,0r0,-349r-222,349r-121,0r0,-518","w":605},"\u00e8":{"d":"69,-518r125,-20r0,369r222,-349r121,0r0,518r-125,0r0,-349r-222,349r-121,0r0,-518","w":605},"\u0439":{"d":"462,-728v-26,83,-110,168,-219,121v-49,-21,-78,-70,-97,-121r71,-15v15,32,43,76,87,75v49,-1,70,-42,87,-75xm69,-518r125,-20r0,369r222,-349r121,0r0,518r-125,0r0,-349r-222,349r-121,0r0,-518","w":605},"\u00e9":{"d":"462,-728v-26,83,-110,168,-219,121v-49,-21,-78,-70,-97,-121r71,-15v15,32,43,76,87,75v49,-1,70,-42,87,-75xm69,-518r125,-20r0,369r222,-349r121,0r0,518r-125,0r0,-349r-222,349r-121,0r0,-518","w":605},"\u043a":{"d":"226,-242r-32,0r0,242r-125,0r0,-517r125,-21r0,222r40,0r156,-222r124,20r-185,235r192,269r-131,21","w":529},"\u00ea":{"d":"226,-242r-32,0r0,242r-125,0r0,-517r125,-21r0,222r40,0r156,-222r124,20r-185,235r192,269r-131,21","w":529},"\u043b":{"d":"228,-422v-9,219,-8,469,-228,422r0,-88v106,32,109,-105,114,-202r12,-228r366,0r0,518r-125,0r0,-422r-139,0","w":561},"\u00eb":{"d":"228,-422v-9,219,-8,469,-228,422r0,-88v106,32,109,-105,114,-202r12,-228r366,0r0,518r-125,0r0,-422r-139,0","w":561},"\u043c":{"d":"441,-330r-111,214r-46,0r-111,-194r0,310r-104,0r0,-518r104,0r149,259r135,-259r108,0r0,518r-124,0r0,-330","w":634},"\u00ec":{"d":"441,-330r-111,214r-46,0r-111,-194r0,310r-104,0r0,-518r104,0r149,259r135,-259r108,0r0,518r-124,0r0,-330","w":634},"\u043d":{"d":"69,-518r125,-20r0,218r206,0r0,-198r124,-20r0,538r-124,0r0,-224r-206,0r0,224r-125,0r0,-518","w":593},"\u00ed":{"d":"69,-518r125,-20r0,218r206,0r0,-198r124,-20r0,538r-124,0r0,-224r-206,0r0,224r-125,0r0,-518","w":593},"\u043e":{"d":"279,-538v158,0,250,100,250,266v0,169,-83,279,-250,279v-166,0,-248,-111,-248,-279v0,-165,90,-266,248,-266xm279,-74v102,0,118,-95,118,-198v0,-98,-22,-184,-118,-184v-95,0,-116,87,-116,184v0,101,16,198,116,198","w":559},"\u00ee":{"d":"279,-538v158,0,250,100,250,266v0,169,-83,279,-250,279v-166,0,-248,-111,-248,-279v0,-165,90,-266,248,-266xm279,-74v102,0,118,-95,118,-198v0,-98,-22,-184,-118,-184v-95,0,-116,87,-116,184v0,101,16,198,116,198","w":559},"\u043f":{"d":"69,-518r449,0r0,518r-124,0r0,-422r-200,0r0,422r-125,0r0,-518","w":587},"\u00ef":{"d":"69,-518r449,0r0,518r-124,0r0,-422r-200,0r0,422r-125,0r0,-518","w":587},"\u0440":{"d":"296,7v-41,2,-76,-9,-102,-20r0,217r-125,0r0,-722r125,-20r0,79v30,-44,77,-79,149,-79v146,0,213,102,210,260v-3,171,-90,279,-257,285xm296,-443v-44,0,-81,26,-102,53r0,286v22,14,51,30,85,30v102,0,141,-85,141,-192v0,-112,-31,-177,-124,-177"},"\u00f0":{"d":"296,7v-41,2,-76,-9,-102,-20r0,217r-125,0r0,-722r125,-20r0,79v30,-44,77,-79,149,-79v146,0,213,102,210,260v-3,171,-90,279,-257,285xm296,-443v-44,0,-81,26,-102,53r0,286v22,14,51,30,85,30v102,0,141,-85,141,-192v0,-112,-31,-177,-124,-177"},"\u0441":{"d":"296,-82v46,3,76,-13,101,-33r23,81v-31,18,-82,43,-141,41v-167,-6,-248,-104,-248,-279v0,-170,101,-260,265,-266v53,-2,97,18,124,41r-30,82v-16,-15,-60,-35,-94,-34v-95,5,-133,81,-133,177v0,103,38,184,133,190","w":428},"\u00f1":{"d":"296,-82v46,3,76,-13,101,-33r23,81v-31,18,-82,43,-141,41v-167,-6,-248,-104,-248,-279v0,-170,101,-260,265,-266v53,-2,97,18,124,41r-30,82v-16,-15,-60,-35,-94,-34v-95,5,-133,81,-133,177v0,103,38,184,133,190","w":428},"\u0442":{"d":"165,-422r-147,0r0,-96r431,0r-14,96r-145,0r0,422r-125,0r0,-422","w":459},"\u00f2":{"d":"165,-422r-147,0r0,-96r431,0r-14,96r-145,0r0,422r-125,0r0,-422","w":459},"\u0443":{"d":"40,102v25,11,81,21,109,4v32,-18,44,-53,59,-86r-208,-538r125,-15r147,389r131,-389r103,9r-187,524v-39,99,-71,206,-202,211v-22,1,-63,-8,-77,-12r0,-97","w":505},"\u00f3":{"d":"40,102v25,11,81,21,109,4v32,-18,44,-53,59,-86r-208,-538r125,-15r147,389r131,-389r103,9r-187,524v-39,99,-71,206,-202,211v-22,1,-63,-8,-77,-12r0,-97","w":505},"\u0444":{"d":"582,-418v-28,-45,-101,-51,-132,-7r0,324v33,38,102,31,128,-9v39,-59,44,-246,4,-308xm261,-74v30,0,49,-12,64,-31r0,-324v-18,-24,-70,-38,-101,-18v-48,31,-61,105,-61,185v0,93,14,188,98,188xm642,-27v-43,35,-143,47,-192,10r0,221r-125,0r0,-225v-20,12,-52,30,-92,28v-143,-8,-202,-115,-202,-266v0,-158,63,-279,209,-279v36,0,60,9,85,25r0,-209r125,-21r0,234v20,-13,53,-31,93,-29v141,9,202,116,202,267v0,114,-41,194,-103,244","w":775},"\u00f4":{"d":"582,-418v-28,-45,-101,-51,-132,-7r0,324v33,38,102,31,128,-9v39,-59,44,-246,4,-308xm261,-74v30,0,49,-12,64,-31r0,-324v-18,-24,-70,-38,-101,-18v-48,31,-61,105,-61,185v0,93,14,188,98,188xm642,-27v-43,35,-143,47,-192,10r0,221r-125,0r0,-225v-20,12,-52,30,-92,28v-143,-8,-202,-115,-202,-266v0,-158,63,-279,209,-279v36,0,60,9,85,25r0,-209r125,-21r0,234v20,-13,53,-31,93,-29v141,9,202,116,202,267v0,114,-41,194,-103,244","w":775},"\u0445":{"d":"242,-172r-107,175r-119,-10r168,-254r-168,-257r134,-15r105,162r101,-162r126,9r-168,244r168,259r-126,24","w":497},"\u00f5":{"d":"242,-172r-107,175r-119,-10r168,-254r-168,-257r134,-15r105,162r101,-162r126,9r-168,244r168,259r-126,24","w":497},"\u0446":{"d":"69,-518r125,-20r0,442r198,0r0,-422r124,-20r0,442r88,0r0,222r-104,17r0,-143r-431,0r0,-518","w":632},"\u00f6":{"d":"69,-518r125,-20r0,442r198,0r0,-422r124,-20r0,442r88,0r0,222r-104,17r0,-143r-431,0r0,-518","w":632},"\u0447":{"d":"221,-185v-111,0,-173,-61,-172,-165r0,-168r124,-20r0,188v1,97,131,72,198,49r0,-217r125,-20r0,538r-125,0r0,-217v-41,17,-94,32,-150,32","w":565},"\u00f7":{"d":"221,-185v-111,0,-173,-61,-172,-165r0,-168r124,-20r0,188v1,97,131,72,198,49r0,-217r125,-20r0,538r-125,0r0,-217v-41,17,-94,32,-150,32","w":565},"\u0448":{"d":"69,-518r125,-20r0,442r179,0r0,-422r125,-20r0,442r179,0r0,-422r125,-20r0,538r-733,0r0,-518","w":871},"\u00f8":{"d":"69,-518r125,-20r0,442r179,0r0,-422r125,-20r0,442r179,0r0,-422r125,-20r0,538r-733,0r0,-518","w":871},"\u0449":{"d":"69,-518r125,-20r0,442r179,0r0,-422r125,-20r0,442r179,0r0,-422r125,-20r0,442r87,0r0,222r-104,17r0,-143r-716,0r0,-518","w":918},"\u00f9":{"d":"69,-518r125,-20r0,442r179,0r0,-422r125,-20r0,442r179,0r0,-422r125,-20r0,442r87,0r0,222r-104,17r0,-143r-716,0r0,-518","w":918},"\u044a":{"d":"549,-166v0,116,-68,166,-191,166r-221,0r0,-422r-129,0r19,-96r234,0r0,436v91,6,163,-6,163,-93v0,-72,-59,-91,-138,-84r26,-82v139,-7,237,41,237,175","w":571},"\u00fa":{"d":"549,-166v0,116,-68,166,-191,166r-221,0r0,-422r-129,0r19,-96r234,0r0,436v91,6,163,-6,163,-93v0,-72,-59,-91,-138,-84r26,-82v139,-7,237,41,237,175","w":571},"\u044b":{"d":"541,-518r124,-20r0,538r-124,0r0,-518xm471,-166v0,114,-68,166,-191,166r-211,0r0,-518r125,-20r0,456v89,7,157,-10,157,-93v0,-67,-56,-92,-133,-84r27,-82v132,-5,226,46,226,175","w":734},"\u00fb":{"d":"541,-518r124,-20r0,538r-124,0r0,-518xm471,-166v0,114,-68,166,-191,166r-211,0r0,-518r125,-20r0,456v89,7,157,-10,157,-93v0,-67,-56,-92,-133,-84r27,-82v132,-5,226,46,226,175","w":734},"\u044c":{"d":"481,-166v0,114,-67,166,-190,166r-222,0r0,-518r125,-20r0,456v91,7,163,-8,163,-93v0,-71,-60,-91,-139,-84r27,-82v138,-7,236,42,236,175","w":514},"\u00fc":{"d":"481,-166v0,114,-67,166,-190,166r-222,0r0,-518r125,-20r0,456v91,7,163,-8,163,-93v0,-71,-60,-91,-139,-84r27,-82v138,-7,236,42,236,175","w":514},"\u044d":{"d":"414,-277v-2,170,-86,280,-257,284v-65,1,-115,-22,-149,-41r33,-88v28,23,63,40,107,40v92,0,128,-66,134,-151r-187,0r14,-81r173,0v5,-123,-159,-175,-243,-94r-31,-89v40,-24,95,-41,161,-41v158,0,247,97,245,261","w":444},"\u00fd":{"d":"414,-277v-2,170,-86,280,-257,284v-65,1,-115,-22,-149,-41r33,-88v28,23,63,40,107,40v92,0,128,-66,134,-151r-187,0r14,-81r173,0v5,-123,-159,-175,-243,-94r-31,-89v40,-24,95,-41,161,-41v158,0,247,97,245,261","w":444},"\u044e":{"d":"418,-272v2,104,15,198,112,198v142,0,133,-252,78,-343v-15,-25,-44,-39,-79,-39v-87,0,-112,89,-111,184xm529,7v-148,0,-218,-96,-234,-231r-101,0r0,224r-125,0r0,-518r125,-20r0,218r102,0v15,-131,91,-218,233,-218v155,0,246,104,246,266v0,168,-84,279,-246,279","w":805},"\u00fe":{"d":"418,-272v2,104,15,198,112,198v142,0,133,-252,78,-343v-15,-25,-44,-39,-79,-39v-87,0,-112,89,-111,184xm529,7v-148,0,-218,-96,-234,-231r-101,0r0,224r-125,0r0,-518r125,-20r0,218r102,0v15,-131,91,-218,233,-218v155,0,246,104,246,266v0,168,-84,279,-246,279","w":805},"\u044f":{"d":"184,-350v1,72,61,87,138,81r-26,81v-33,1,-42,9,-58,36r-93,159r-123,-21r108,-163v16,-22,22,-34,44,-41v-69,-14,-115,-56,-115,-139v0,-113,77,-160,191,-161r221,0r0,518r-124,0r0,-437v-86,-4,-164,2,-163,87","w":540},"\u00ff":{"d":"184,-350v1,72,61,87,138,81r-26,81v-33,1,-42,9,-58,36r-93,159r-123,-21r108,-163v16,-22,22,-34,44,-41v-69,-14,-115,-56,-115,-139v0,-113,77,-160,191,-161r221,0r0,518r-124,0r0,-437v-86,-4,-164,2,-163,87","w":540},"\u00a0":{"w":224}}});Cufon.registerFont({"w":571,"face":{"font-family":"DendaNewCTT","font-weight":700,"font-stretch":"normal","units-per-em":"1020","panose-1":"2 0 8 3 0 0 0 2 0 4","ascent":"816","descent":"-204","x-height":"7","bbox":"-63 -885 1071 211.657","underline-thickness":"10.2","underline-position":"-59.16","unicode-range":"U+0020-U+0491"},"glyphs":{" ":{"w":224},"!":{"d":"59,-695r164,0r0,273r-16,204r-132,0r-16,-204r0,-273xm226,-67v0,50,-31,81,-85,81v-54,0,-86,-30,-86,-81v0,-51,31,-82,86,-82v55,0,85,31,85,82","w":281},"\"":{"d":"418,-695r0,82r-47,116r-86,0r0,-198r133,0xm215,-695r0,82r-47,116r-86,0r0,-198r133,0","w":499},"#":{"d":"0,-167r0,-108r115,0r63,-165r-62,0r0,-108r103,0r56,-147r129,0r-56,147r118,0r56,-147r129,0r-56,147r66,0r0,108r-107,0r-63,165r54,0r0,108r-95,0r-64,167r-129,0r64,-167r-118,0r-64,167r-129,0r64,-167r-74,0xm425,-440r-118,0r-63,165r118,0","w":660},"$":{"d":"549,-204v0,140,-90,205,-231,217r0,61r-47,0r0,-60v-77,-5,-160,-15,-216,-41r47,-143v38,29,107,41,169,48r0,-162v-112,-35,-230,-72,-230,-220v0,-134,105,-186,230,-202r0,-43r47,0r0,41v71,2,151,15,204,34r-39,136v-38,-21,-107,-32,-165,-34r0,147v117,32,231,75,231,221xm271,-566v-47,6,-85,69,-41,103v13,10,27,17,41,22r0,-125xm318,-126v49,-6,80,-67,48,-112v-9,-12,-26,-21,-48,-30r0,142","w":589},"%":{"d":"361,-529v0,110,-64,176,-173,176v-110,0,-169,-67,-172,-176v-3,-105,68,-178,172,-176v110,2,173,66,173,176xm682,-696r-516,696r-121,0r515,-696r122,0xm715,-168v0,109,-62,175,-172,175v-111,0,-173,-66,-173,-175v0,-110,64,-176,173,-176v108,0,172,67,172,176xm135,-529v0,50,11,79,53,79v39,0,53,-31,53,-79v0,-49,-14,-79,-53,-79v-41,0,-53,29,-53,79xm543,-249v-42,0,-53,32,-53,81v0,52,18,78,53,78v35,0,53,-26,53,-78v0,-49,-12,-81,-53,-81","w":731},"&":{"d":"595,-372v19,55,20,144,-1,199r93,83r-118,104r-70,-64v-51,36,-115,65,-199,64v-159,-2,-276,-56,-276,-211v0,-96,60,-146,126,-178v-32,-39,-58,-76,-58,-143v-2,-171,187,-218,352,-173v11,3,19,8,24,11r-29,124v-41,-33,-188,-50,-183,38v3,49,34,73,68,103r190,170v7,-44,-3,-102,-21,-127r-49,0r18,-91r202,0r0,91r-69,0xm220,-295v-47,81,-6,196,96,196v40,0,78,-9,105,-22r-180,-169v-10,-9,-17,-10,-21,-5","w":695},"'":{"d":"215,-695r0,82r-47,116r-86,0r0,-198r133,0","w":296},"(":{"d":"212,-325v0,179,25,312,145,368r0,101v-185,-74,-279,-206,-279,-469v0,-239,103,-362,279,-431r0,100v-110,53,-145,168,-145,331","w":434},")":{"d":"78,-756v186,73,279,207,279,469v0,240,-105,359,-279,431r0,-101v120,-56,144,-189,144,-368v0,-163,-34,-278,-144,-331r0,-100","w":434},"*":{"d":"172,-474r-136,-35r36,-112r127,65r-15,-138r119,0r-15,138r126,-64r37,112r-137,35r97,99r-97,69r-71,-116r-72,122r-97,-69","w":486},"+":{"d":"56,-255r0,-125r147,0r0,-162r125,0r0,162r146,0r0,125r-146,0r0,162r-125,0r0,-162r-147,0","w":530},",":{"d":"133,-149v85,0,102,94,66,157v-27,47,-57,90,-83,136r-77,0r69,-130v-34,-11,-61,-36,-61,-81v0,-51,31,-82,86,-82","w":279},"-":{"d":"265,-344r0,126r-226,0r0,-126r226,0","w":303},".":{"d":"218,-67v0,49,-34,81,-85,81v-54,0,-86,-30,-86,-81v0,-51,31,-82,86,-82v51,0,85,32,85,82","w":265},"\/":{"d":"451,-708r-275,708r-129,0r272,-708r132,0","w":500},"0":{"d":"543,-361v0,205,-62,375,-257,375v-196,0,-257,-171,-257,-375v0,-194,74,-347,257,-347v184,0,257,155,257,347xm247,-137v18,29,59,29,77,0v51,-80,47,-268,24,-378v-10,-48,-60,-85,-101,-47v-54,77,-45,260,-23,369v5,23,13,42,23,56"},"1":{"d":"99,-443r-39,-122r257,-130r85,0r0,695r-179,0r0,-490"},"2":{"d":"258,-708v170,0,266,107,226,276v-32,135,-145,203,-226,295r265,0r0,137r-467,0r0,-103r159,-170v44,-56,102,-108,106,-197v3,-71,-28,-108,-94,-108v-60,0,-92,17,-132,47r-47,-110v52,-39,120,-67,210,-67"},"3":{"d":"364,-204v0,-107,-144,-66,-242,-74r32,-124r76,0v49,-41,86,-94,103,-157r-249,0r0,-136r420,0r0,76v-21,94,-76,169,-140,222v105,17,163,70,163,193v0,222,-293,257,-482,183r30,-128v48,21,102,35,172,34v69,-1,117,-19,117,-89"},"4":{"d":"313,-695v-4,176,-73,334,-141,443r156,0r0,-115r140,-55r0,170r78,0r0,122r-78,0r0,130r-140,0r0,-130r-302,0r0,-108v74,-109,133,-276,138,-457r149,0"},"5":{"d":"367,-218v0,-121,-157,-82,-271,-89r0,-388r396,0r-23,136r-233,0r0,130v170,-8,287,40,287,204v0,235,-275,281,-474,204r31,-128v87,41,287,69,287,-69"},"6":{"d":"388,-225v0,-88,-72,-110,-141,-82r23,-115v141,-51,272,41,264,197v-8,149,-90,239,-240,239v-186,0,-257,-136,-257,-327v0,-260,153,-393,428,-382r0,126v-187,-13,-273,81,-273,256v0,104,22,198,110,198v59,0,86,-46,86,-110"},"7":{"d":"526,-619v-117,171,-194,354,-210,619r-171,0v19,-232,113,-403,210,-559r-310,0r0,-136r481,0r0,76"},"8":{"d":"410,-361v75,28,126,80,126,184v0,133,-118,191,-258,191v-137,0,-241,-56,-241,-191v0,-95,64,-141,132,-171v-68,-29,-116,-79,-116,-176v0,-131,105,-184,241,-184v135,0,242,47,242,177v0,97,-55,142,-126,170xm294,-593v-97,0,-111,118,-39,150r78,35v38,-27,55,-49,55,-110v0,-48,-34,-75,-94,-75xm278,-103v56,0,94,-23,93,-82v-1,-72,-65,-85,-116,-108v-41,24,-69,52,-69,108v0,57,39,82,92,82"},"9":{"d":"536,-389v0,263,-144,406,-428,389r0,-126r69,0v148,-4,202,-109,202,-263v0,-101,-18,-189,-108,-189v-57,0,-85,34,-85,101v0,94,72,124,139,88r-23,117v-17,5,-46,14,-69,13v-130,-4,-196,-85,-196,-218v0,-148,92,-231,241,-231v184,0,258,128,258,319"},":":{"d":"218,-389v0,50,-34,82,-85,82v-55,0,-86,-31,-86,-82v1,-51,32,-81,86,-81v51,0,85,32,85,81xm218,-67v0,49,-34,81,-85,81v-54,0,-86,-30,-86,-81v0,-51,31,-82,86,-82v51,0,85,32,85,82","w":265},";":{"d":"218,-389v0,50,-34,82,-85,82v-55,0,-86,-31,-86,-82v1,-51,32,-81,86,-81v51,0,85,32,85,81xm133,-149v85,0,102,94,66,157v-27,47,-57,90,-83,136r-77,0r69,-130v-34,-11,-61,-36,-61,-81v0,-51,31,-82,86,-82","w":279},"<":{"d":"58,-349r429,-179r0,134r-254,90r254,113r0,136r-429,-207r0,-87","w":528},"=":{"d":"474,-471r0,125r-418,0r0,-125r418,0xm474,-274r0,125r-418,0r0,-125r418,0","w":530},">":{"d":"296,-304r-254,-90r0,-134r428,179r0,87r-428,207r0,-136","w":528},"?":{"d":"64,-670v132,-64,403,-62,403,125v0,144,-106,180,-195,239v-18,12,-15,48,-15,80r-115,16v-4,-101,12,-167,73,-202v46,-27,98,-47,98,-124v0,-44,-41,-64,-82,-64v-69,0,-119,30,-167,54r0,-124xm292,-67v0,50,-32,81,-86,81v-51,0,-86,-32,-86,-81v0,-49,34,-82,86,-82v55,0,86,32,86,82","w":521},"@":{"d":"455,17v69,0,119,-14,164,-40r0,97v-146,62,-361,15,-451,-67v-77,-70,-137,-172,-135,-321v4,-258,168,-394,414,-394v237,0,385,122,385,361v0,150,-67,251,-212,256v-68,2,-111,-30,-132,-74v-20,27,-54,53,-102,52v-81,-2,-135,-56,-133,-149v3,-134,75,-216,202,-216r135,0r0,259v1,35,5,58,39,58v72,0,77,-83,77,-180v0,-172,-92,-280,-259,-280v-180,0,-280,122,-280,307v0,198,96,331,288,331xm371,-276v-5,93,66,93,108,54r0,-170v-78,-5,-104,42,-108,116","w":864},"A":{"d":"420,-695r249,695r-187,0r-29,-96r-257,0r-33,96r-163,0r257,-695r163,0xm329,-489r-87,257r168,0","w":669},"B":{"d":"650,-191v0,120,-84,191,-203,191r-365,0r0,-695r295,0v145,1,248,52,249,191v0,73,-41,120,-94,143v73,20,118,76,118,170xm447,-483v-2,-51,-34,-76,-100,-76r-86,0r0,422v88,-2,202,19,202,-74v0,-81,-70,-77,-148,-75r32,-116v68,9,102,-24,100,-81","w":690},"C":{"d":"400,-130v70,2,105,-13,147,-40r31,143v-43,25,-109,41,-178,41v-240,-1,-359,-142,-359,-375v0,-253,203,-379,467,-338v28,4,51,15,70,25r-38,136v-26,-24,-74,-35,-126,-34v-127,2,-186,85,-186,211v0,128,46,228,172,231","w":600},"D":{"d":"697,-361v0,225,-119,361,-343,361r-272,0r0,-695r257,0v224,3,358,113,358,334xm510,-361v0,-120,-62,-196,-171,-198r-78,0r0,422r69,0v124,1,180,-96,180,-224","w":737},"E":{"d":"525,-695r-31,137r-233,0r0,136r225,0r0,136r-225,0r0,149r256,0r0,137r-435,0r0,-695r443,0","w":576},"F":{"d":"510,-695r-32,137r-217,0r0,136r210,0r0,136r-210,0r0,286r-179,0r0,-695r428,0","w":561},"G":{"d":"228,-361v-7,154,93,271,249,218r0,-205r172,0r0,293v-65,37,-145,69,-249,69v-240,-1,-359,-142,-359,-375v0,-257,215,-381,487,-337v35,6,65,17,89,31r-39,136v-34,-26,-97,-41,-156,-41v-125,0,-189,85,-194,211","w":699},"H":{"d":"261,-695r0,273r239,0r0,-273r179,0r0,695r-179,0r0,-279r-239,0r0,279r-179,0r0,-695r179,0","w":760},"I":{"d":"261,-695r0,695r-179,0r0,-695r179,0","w":342},"J":{"d":"308,-197v1,123,-70,198,-194,197r-63,0r0,-130v52,5,79,-30,78,-81r0,-484r179,0r0,498","w":389},"K":{"d":"261,0r-179,0r0,-695r179,0r0,311r233,-318r187,15r-241,313r248,367r-202,21r-225,-350r0,336","w":708},"L":{"d":"261,-695r0,558r217,0r0,137r-396,0r0,-695r179,0","w":529},"M":{"d":"237,-695r210,258r187,-258r148,0r0,695r-179,0r0,-430r-156,219r-54,0r-148,-194r0,405r-163,0r0,-695r155,0","w":863},"N":{"d":"222,-695r303,392r0,-392r163,0r0,695r-131,0r-312,-395r0,395r-163,0r0,-695r140,0","w":770},"O":{"d":"696,-354v0,224,-107,368,-328,368v-221,0,-327,-144,-327,-368v0,-215,113,-354,327,-354v214,0,328,139,328,354xm228,-354v0,121,38,224,140,224v102,0,140,-103,140,-224v0,-123,-37,-211,-140,-211v-103,0,-140,88,-140,211","w":736},"P":{"d":"447,-456v0,-97,-85,-108,-186,-103r0,559r-179,0r0,-695r265,0v163,4,279,73,279,232v0,180,-118,267,-318,252r31,-130v79,6,108,-39,108,-115","w":646},"Q":{"d":"696,-354v3,151,-55,265,-149,322r102,94r-109,87r-119,-138v-252,22,-380,-125,-380,-365v0,-215,113,-354,327,-354v214,0,324,139,328,354xm228,-354v0,121,38,224,140,224v102,0,140,-103,140,-224v0,-123,-37,-211,-140,-211v-103,0,-140,88,-140,211","w":736},"R":{"d":"642,-483v0,104,-55,168,-140,190v27,3,53,37,62,55r120,231r-176,21r-108,-218v-17,-34,-46,-36,-92,-34r31,-123v81,8,124,-32,124,-102v0,-66,-44,-97,-116,-96r-86,0r0,559r-179,0r0,-695r295,0v153,3,265,63,265,212","w":704},"S":{"d":"469,-538v-57,-38,-232,-63,-232,34v0,78,91,77,147,102v82,36,140,85,140,198v0,224,-299,261,-483,177r47,-143v54,49,253,88,257,-27v3,-79,-92,-83,-147,-110v-77,-37,-140,-86,-141,-197v-1,-208,276,-237,451,-170","w":565},"T":{"d":"-8,-558r0,-137r553,0r-32,137r-162,0r0,558r-180,0r0,-558r-179,0","w":536},"U":{"d":"386,-130v89,0,123,-67,123,-163r0,-402r179,0r0,402v0,203,-104,307,-302,307v-201,0,-305,-102,-304,-307r0,-402r179,0r0,402v1,96,35,163,125,163","w":770},"V":{"d":"188,-702r155,486r171,-486r155,15r-257,687r-178,0r-234,-681","w":669},"W":{"d":"188,-702r134,499r153,-492r125,0r158,490r137,-497r156,15r-202,687r-203,0r-123,-376r-119,376r-202,0r-202,-681","w":1050},"X":{"d":"221,-339r-213,-348r186,-15r127,209r130,-209r164,15r-215,324r222,363r-185,14r-138,-224r-136,224r-163,-14","w":622},"Y":{"d":"0,-687r188,-15r138,280r141,-280r163,15r-224,433r0,254r-180,0r0,-240","w":630},"Z":{"d":"314,-558r-275,0r0,-137r514,0r0,62r-285,489r285,0r0,144r-522,0r0,-62","w":583},"[":{"d":"381,-695r0,118r-123,0r0,609r123,0r0,117r-287,0r0,-844r287,0","w":428},"\\":{"d":"182,-708r272,708r-130,0r-274,-708r132,0","w":500},"]":{"d":"170,32r0,-609r-123,0r0,-118r288,0r0,844r-288,0r0,-117r123,0","w":428},"^":{"d":"311,-750r164,137r0,19r-71,0r-93,-52r-93,52r-71,0r0,-19","w":622},"_":{"d":"498,48r0,126r-498,0r0,-126r498,0","w":497},"`":{"d":"178,-743r149,0r71,129r0,20r-79,0r-141,-128r0,-21","w":622},"a":{"d":"358,-329v9,-147,-201,-87,-256,-38r-39,-110v58,-32,136,-61,225,-61v138,0,232,46,233,184r0,251r16,103r-156,0r-14,-52v-33,32,-78,61,-149,59v-107,-3,-179,-50,-179,-156v0,-159,166,-169,319,-180xm202,-163v0,76,117,70,156,34r0,-118v-70,9,-156,4,-156,84","w":591},"b":{"d":"318,7v-36,1,-59,-7,-85,-14r-164,21r0,-736r164,-21r0,266v32,-33,82,-62,147,-61v151,3,226,90,226,245v0,193,-95,299,-288,300xm233,-108v24,8,39,12,70,12v90,-1,133,-76,133,-170v-1,-92,-29,-148,-118,-149v-41,-1,-66,18,-85,34r0,273","w":638},"c":{"d":"326,-108v35,0,74,-12,94,-29r39,103v-30,23,-98,42,-155,41v-178,-3,-272,-97,-273,-279v-2,-204,161,-293,365,-257v26,5,44,11,55,18r-31,109v-19,-20,-58,-28,-94,-27v-86,3,-124,67,-124,157v0,97,33,164,124,164","w":467},"d":{"d":"33,-266v2,-175,109,-272,281,-272v38,0,69,7,92,20r0,-204r163,-21r0,743r-163,14r0,-69v-30,31,-77,64,-139,62v-160,-5,-236,-104,-234,-273xm321,-115v41,2,66,-19,85,-34r0,-266v-14,-14,-50,-24,-78,-22v-85,5,-124,70,-124,159v0,95,28,159,117,163","w":638},"e":{"d":"335,-108v50,0,103,-13,132,-36r39,103v-57,33,-111,49,-202,48v-180,-1,-274,-94,-273,-279v2,-172,98,-266,265,-266v132,0,233,56,233,184v0,41,-3,85,-15,129r-316,0v12,81,54,117,137,117xm381,-326v3,-65,-20,-105,-85,-103v-59,2,-89,41,-99,103r184,0","w":567},"f":{"d":"351,-626v-74,-41,-147,-3,-133,108r86,0r0,110r-86,0r0,408r-163,0r0,-408r-71,0r24,-110r47,0v-16,-183,143,-266,318,-217","w":295},"g":{"d":"314,-538v37,0,79,12,99,26r156,-26r0,510v5,208,-171,259,-381,233v-34,-4,-64,-10,-90,-20r31,-123v41,21,99,32,159,34v98,1,122,-52,118,-151v-30,31,-77,64,-139,62v-160,-5,-236,-104,-234,-273v2,-175,109,-272,281,-272xm321,-115v41,2,66,-19,85,-34r0,-266v-14,-14,-50,-24,-78,-22v-85,5,-124,70,-124,159v0,95,28,159,117,163","w":638},"h":{"d":"339,-415v-50,0,-78,20,-106,51r0,364r-164,0r0,-721r164,-22r0,270v42,-41,89,-65,160,-65v122,0,190,65,190,190r0,348r-163,0r0,-313v2,-66,-27,-102,-81,-102","w":652},"i":{"d":"69,-674v0,-49,35,-75,86,-75v57,0,86,25,86,75v0,50,-29,74,-86,74v-52,1,-86,-25,-86,-74xm233,-538r0,538r-164,0r0,-518","w":302},"j":{"d":"69,-674v0,-49,35,-75,86,-75v57,0,86,25,86,75v0,50,-29,74,-86,74v-52,1,-86,-25,-86,-74xm16,103v46,1,53,-34,53,-82r0,-539r164,-20r0,559v-2,144,-112,207,-262,187v-15,-2,-26,-7,-34,-11r24,-108v18,6,31,14,55,14","w":303},"k":{"d":"233,-232r0,232r-164,0r0,-722r164,-21r0,402r23,0r170,-197r172,14r-202,224r210,293r-187,14r-163,-239r-23,0","w":605},"l":{"d":"233,-743r0,743r-164,0r0,-722","w":301},"m":{"d":"420,-313v10,-120,-133,-128,-187,-53r0,366r-164,0r0,-518r164,-20r0,65v72,-91,284,-86,329,24v45,-57,93,-89,178,-89v123,0,193,64,194,190r0,348r-163,0r0,-313v2,-66,-30,-102,-86,-102v-49,0,-76,20,-102,51r0,364r-163,0r0,-313","w":1003},"n":{"d":"420,-313v15,-126,-141,-122,-187,-51r0,364r-164,0r0,-518r164,-20r0,65v41,-41,86,-65,156,-65v123,0,193,64,194,190r0,348r-163,0r0,-313","w":652},"o":{"d":"575,-266v0,175,-96,273,-271,273v-176,0,-271,-97,-273,-273v-2,-173,96,-272,273,-272v175,0,271,101,271,272xm202,-266v0,87,16,163,102,163v85,0,100,-76,100,-163v0,-84,-17,-163,-100,-163v-84,0,-102,78,-102,163","w":605},"p":{"d":"318,7v-36,1,-59,-7,-85,-14r0,211r-164,0r0,-722r164,-20r0,61v32,-33,82,-62,147,-61v151,3,226,90,226,245v0,193,-95,299,-288,300xm233,-108v24,8,39,12,70,12v90,-1,133,-76,133,-170v-1,-92,-29,-148,-118,-149v-41,-1,-66,18,-85,34r0,273","w":638},"q":{"d":"33,-266v2,-175,109,-272,281,-272v38,0,69,7,92,20r163,-20r0,742r-163,0r0,-259v-30,31,-77,64,-139,62v-160,-5,-236,-104,-234,-273xm321,-115v41,2,66,-19,85,-34r0,-266v-14,-14,-50,-24,-78,-22v-85,5,-124,70,-124,159v0,95,28,159,117,163","w":638},"r":{"d":"373,-374v-45,-25,-112,-17,-140,20r0,354r-164,0r0,-518r164,-20r0,75v38,-34,100,-103,164,-61","w":381},"s":{"d":"272,-429v-37,0,-75,8,-78,40v-2,26,24,38,40,41v109,25,225,38,225,178v0,198,-268,200,-437,149r41,-123v37,19,92,32,147,36v67,5,110,-45,70,-87v-61,-35,-161,-27,-208,-78v-24,-25,-41,-56,-41,-108v0,-172,262,-182,413,-130r-40,109v-29,-17,-88,-27,-132,-27","w":481},"t":{"d":"241,-170v-11,74,82,74,117,40r32,96v-32,27,-90,41,-149,41v-104,0,-162,-52,-163,-156r0,-259r-70,0r23,-110r47,0r0,-101r163,-28r0,129r110,0r0,110r-110,0r0,238","w":381},"u":{"d":"308,-115v49,0,77,-21,104,-52r0,-357r163,-14r0,524r-163,21r0,-67v-40,42,-88,67,-159,67v-124,0,-189,-66,-190,-192r0,-339r163,-14r0,320v-1,65,26,103,82,103","w":644},"v":{"d":"163,0r-163,-518r171,-20r108,361r125,-361r133,14r-186,524r-188,0","w":536},"w":{"d":"171,-538r94,361r116,-347r133,0r108,347r102,-361r132,14r-155,524r-180,0r-99,-293r-96,293r-178,0r-148,-518","w":855},"x":{"d":"178,-260r-170,-264r172,-14r89,142r82,-142r155,14r-164,244r172,273r-163,14r-100,-154r-96,154r-147,-14","w":521},"y":{"d":"39,89v31,14,97,22,124,-2v16,-14,29,-36,36,-60r-199,-545r171,-20r108,347r125,-347r133,14r-194,524v-42,98,-87,205,-219,211v-38,2,-63,-4,-85,-14r0,-108","w":536},"z":{"d":"249,-402r-210,0r0,-116r420,0r0,75r-218,328r226,0r0,115r-436,0r0,-67","w":497},"{":{"d":"353,-10v-3,74,51,80,124,78r0,108r-119,0v-122,3,-170,-55,-170,-177r0,-134v-5,-80,-65,-105,-157,-110r0,-98v92,-3,157,-32,157,-109r0,-114v-5,-122,49,-178,170,-177r119,0r0,109v-74,-2,-124,7,-124,81r0,123v2,74,-47,116,-100,136v53,21,100,36,100,113r0,171","w":492},"|":{"d":"332,-820r0,1024r-165,0r0,-1024r165,0","w":498},"}":{"d":"305,-1v3,120,-48,180,-170,177r-120,0r0,-108v73,3,125,-5,125,-78r0,-171v-4,-77,47,-92,100,-113v-56,-21,-100,-58,-100,-136r0,-123v2,-73,-51,-83,-125,-81r0,-109r120,0v121,-1,173,57,170,177r0,114v6,77,63,106,157,109r0,98v-94,5,-157,29,-157,110r0,134","w":492},"~":{"d":"455,-627v-25,24,-74,47,-115,25v-41,-22,-96,-70,-148,-27r-19,11v-4,3,-6,-26,-6,-87v35,-36,108,-43,147,-6v31,29,94,36,126,3v5,-3,5,-3,8,-5v5,-3,7,26,7,86","w":622},"\u0402":{"d":"462,-314v-52,1,-94,9,-132,24r0,290r-179,0r0,-558r-159,0r0,-137r553,0r-32,137r-183,0r0,132v53,-14,110,-24,176,-25v154,-2,232,79,232,231v0,159,-89,235,-261,220r0,-130v58,5,77,-34,78,-85v1,-64,-30,-100,-93,-99","w":769},"\u0403":{"d":"313,-885r149,0r0,20r-141,129r-78,0r0,-21xm510,-695r-32,137r-217,0r0,558r-179,0r0,-695r428,0","w":501},"\u0453":{"d":"272,-743r149,0r0,21r-141,128r-78,0r0,-20xm439,-518r-25,116r-181,0r0,402r-164,0r0,-518r370,0","w":448},"\u0192":{"d":"272,-743r149,0r0,21r-141,128r-78,0r0,-20xm439,-518r-25,116r-181,0r0,402r-164,0r0,-518r370,0","w":448},"\u0409":{"d":"211,-29v-46,39,-127,40,-201,29r0,-143v144,29,143,-153,150,-282r15,-270r498,0r0,558r86,0v74,0,119,-34,118,-106v0,-84,-56,-120,-148,-110r35,-130v190,-11,301,59,301,238v0,113,-50,182,-132,223v-28,14,-64,22,-105,22r-334,0r0,-558r-155,0v-2,53,-3,99,-7,138r-20,173v-14,94,-42,167,-101,218","w":1095},"\u0160":{"d":"211,-29v-46,39,-127,40,-201,29r0,-143v144,29,143,-153,150,-282r15,-270r498,0r0,558r86,0v74,0,119,-34,118,-106v0,-84,-56,-120,-148,-110r35,-130v190,-11,301,59,301,238v0,113,-50,182,-132,223v-28,14,-64,22,-105,22r-334,0r0,-558r-155,0v-2,53,-3,99,-7,138r-20,173v-14,94,-42,167,-101,218","w":1095},"\u040a":{"d":"770,-483v190,-10,301,58,301,238v0,113,-50,182,-132,223v-28,14,-64,22,-105,22r-334,0r0,-283r-239,0r0,283r-179,0r0,-695r179,0r0,276r239,0r0,-276r179,0r0,558r86,0v74,0,119,-34,118,-106v0,-84,-56,-120,-148,-110","w":1101},"\u0152":{"d":"770,-483v190,-10,301,58,301,238v0,113,-50,182,-132,223v-28,14,-64,22,-105,22r-334,0r0,-283r-239,0r0,283r-179,0r0,-695r179,0r0,276r239,0r0,-276r179,0r0,558r86,0v74,0,119,-34,118,-106v0,-84,-56,-120,-148,-110","w":1101},"\u040c":{"d":"374,-885r149,0r0,20r-141,129r-78,0r0,-21","w":708},"\u040b":{"d":"462,-314v-52,1,-94,9,-132,24r0,290r-179,0r0,-558r-159,0r0,-137r553,0r-32,137r-183,0r0,132v49,-13,116,-26,178,-25v138,2,226,62,226,202r0,249r-179,0r0,-208v2,-66,-28,-108,-93,-106","w":805},"\u017d":{"d":"462,-314v-52,1,-94,9,-132,24r0,290r-179,0r0,-558r-159,0r0,-137r553,0r-32,137r-183,0r0,132v49,-13,116,-26,178,-25v138,2,226,62,226,202r0,249r-179,0r0,-208v2,-66,-28,-108,-93,-106","w":805},"\u040f":{"d":"271,-695r0,558r223,0r0,-558r189,0r0,695r-219,0r0,163r-163,21r0,-184r-219,0r0,-695r189,0","w":765},"\u0452":{"d":"339,-415v-50,0,-78,20,-106,51r0,364r-164,0r0,-598r-77,0r0,-65r77,0r0,-58r164,-22r0,80r183,0r0,65r-183,0r0,125v42,-41,89,-65,160,-65v122,0,190,65,190,190r0,369v0,145,-112,207,-261,187v-15,-2,-26,-7,-34,-11r24,-108v18,6,31,14,55,14v46,1,53,-34,53,-82r0,-334v2,-66,-27,-102,-81,-102","w":653},"\u0459":{"d":"206,-48v-36,53,-127,65,-206,48r0,-109v123,32,114,-143,119,-259r7,-150r417,0r0,416r58,0v54,4,84,-32,84,-82v0,-63,-49,-81,-118,-75r33,-102v148,-10,249,43,249,183v0,124,-82,178,-205,178r-265,0r0,-402r-110,0r-6,129v-10,85,-19,168,-57,225","w":881},"\u0161":{"d":"206,-48v-36,53,-127,65,-206,48r0,-109v123,32,114,-143,119,-259r7,-150r417,0r0,416r58,0v54,4,84,-32,84,-82v0,-63,-49,-81,-118,-75r33,-102v148,-10,249,43,249,183v0,124,-82,178,-205,178r-265,0r0,-402r-110,0r-6,129v-10,85,-19,168,-57,225","w":881},"\u045a":{"d":"889,-178v0,122,-82,178,-205,178r-264,0r0,-218r-187,0r0,218r-164,0r0,-518r164,-20r0,203r187,0r0,-183r163,-20r0,436r59,0v54,4,84,-32,84,-82v0,-63,-49,-81,-118,-75r33,-102v148,-10,248,42,248,183","w":922},"\u0153":{"d":"889,-178v0,122,-82,178,-205,178r-264,0r0,-218r-187,0r0,218r-164,0r0,-518r164,-20r0,203r187,0r0,-183r163,-20r0,436r59,0v54,4,84,-32,84,-82v0,-63,-49,-81,-118,-75r33,-102v148,-10,248,42,248,183","w":922},"\u045c":{"d":"334,-743r148,0r0,21r-140,128r-79,0r0,-20xm233,-221r0,221r-164,0r0,-518r164,-20r0,208r23,0r170,-208r172,14r-202,234r210,283r-187,14r-163,-228r-23,0","w":605},"\u045b":{"d":"339,-415v-50,0,-78,20,-106,51r0,364r-164,0r0,-598r-77,0r0,-65r77,0r0,-58r164,-22r0,80r183,0r0,65r-183,0r0,125v42,-41,89,-65,160,-65v122,0,190,65,190,190r0,348r-163,0r0,-313v2,-66,-27,-102,-81,-102","w":652},"\u017e":{"d":"339,-415v-50,0,-78,20,-106,51r0,364r-164,0r0,-598r-77,0r0,-65r77,0r0,-58r164,-22r0,80r183,0r0,65r-183,0r0,125v42,-41,89,-65,160,-65v122,0,190,65,190,190r0,348r-163,0r0,-313v2,-66,-27,-102,-81,-102","w":652},"\u045f":{"d":"233,-538r0,422r173,0r0,-402r163,-20r0,538r-178,0r0,145r-143,18r0,-163r-179,0r0,-518","w":638},"\u0178":{"d":"233,-538r0,422r173,0r0,-402r163,-20r0,538r-178,0r0,145r-143,18r0,-163r-179,0r0,-518","w":638},"\u040e":{"d":"525,-871v-29,93,-119,170,-242,133v-63,-19,-103,-70,-125,-133r90,-14v19,34,46,64,94,64v47,0,78,-36,94,-64xm357,-40v-62,58,-167,64,-265,40r0,-137v59,24,150,20,177,-25v6,-9,11,-18,14,-25r-273,-500r188,-15r171,334r123,-334r163,15r-190,471v-29,69,-56,128,-108,176","w":663},"\u00a1":{"d":"525,-871v-29,93,-119,170,-242,133v-63,-19,-103,-70,-125,-133r90,-14v19,34,46,64,94,64v47,0,78,-36,94,-64xm357,-40v-62,58,-167,64,-265,40r0,-137v59,24,150,20,177,-25v6,-9,11,-18,14,-25r-273,-500r188,-15r171,334r123,-334r163,15r-190,471v-29,69,-56,128,-108,176","w":663},"\u045e":{"d":"460,-728v-26,90,-114,173,-229,130v-51,-19,-92,-81,-108,-130r82,-15v16,34,43,74,87,74v44,0,71,-40,86,-74xm39,89v31,14,97,22,124,-2v16,-14,29,-36,36,-60r-199,-545r171,-20r108,347r125,-347r133,14r-194,524v-42,98,-87,205,-219,211v-38,2,-63,-4,-85,-14r0,-108","w":536},"\u00a2":{"d":"460,-728v-26,90,-114,173,-229,130v-51,-19,-92,-81,-108,-130r82,-15v16,34,43,74,87,74v44,0,71,-40,86,-74xm39,89v31,14,97,22,124,-2v16,-14,29,-36,36,-60r-199,-545r171,-20r108,347r125,-347r133,14r-194,524v-42,98,-87,205,-219,211v-38,2,-63,-4,-85,-14r0,-108","w":536},"\u0408":{"d":"308,-197v1,123,-70,198,-194,197r-63,0r0,-130v52,5,79,-30,78,-81r0,-484r179,0r0,498","w":389},"\u00a3":{"d":"308,-197v1,123,-70,198,-194,197r-63,0r0,-130v52,5,79,-30,78,-81r0,-484r179,0r0,498","w":389},"\u0490":{"d":"337,-695r0,-142r163,-21r0,300r-239,0r0,558r-179,0r0,-695r255,0","w":530},"\u00a5":{"d":"337,-695r0,-142r163,-21r0,300r-239,0r0,558r-179,0r0,-695r255,0","w":530},"\u0401":{"d":"484,-802v0,38,-27,66,-68,66v-41,0,-68,-29,-68,-66v0,-39,26,-65,68,-65v42,0,68,25,68,65xm250,-802v0,38,-27,66,-68,66v-42,0,-69,-28,-69,-66v0,-39,27,-65,69,-65v42,0,68,25,68,65xm525,-695r-31,137r-233,0r0,136r225,0r0,136r-225,0r0,149r256,0r0,137r-435,0r0,-695r443,0","w":576},"\u00a8":{"d":"484,-802v0,38,-27,66,-68,66v-41,0,-68,-29,-68,-66v0,-39,26,-65,68,-65v42,0,68,25,68,65xm250,-802v0,38,-27,66,-68,66v-42,0,-69,-28,-69,-66v0,-39,27,-65,69,-65v42,0,68,25,68,65xm525,-695r-31,137r-233,0r0,136r225,0r0,136r-225,0r0,149r256,0r0,137r-435,0r0,-695r443,0","w":576},"\u0404":{"d":"387,-130v57,-1,99,-14,137,-40r47,143v-109,58,-328,50,-416,-19v-79,-62,-133,-150,-133,-290v0,-189,89,-314,227,-356v99,-30,244,-21,322,18r-39,136v-51,-34,-164,-49,-228,-16v-48,25,-77,69,-88,132r249,0r-31,136r-218,0v13,94,68,156,171,156","w":612},"\u00aa":{"d":"387,-130v57,-1,99,-14,137,-40r47,143v-109,58,-328,50,-416,-19v-79,-62,-133,-150,-133,-290v0,-189,89,-314,227,-356v99,-30,244,-21,322,18r-39,136v-51,-34,-164,-49,-228,-16v-48,25,-77,69,-88,132r249,0r-31,136r-218,0v13,94,68,156,171,156","w":612},"\u00ab":{"d":"318,-297r247,-181r0,118r-110,96r110,121r0,121r-247,-211r0,-64xm63,-297r247,-181r0,118r-110,96r110,121r0,121r-247,-211r0,-64","w":628},"\u0407":{"d":"332,-802v0,38,-28,66,-69,66v-41,0,-68,-29,-68,-66v0,-39,26,-65,68,-65v42,0,69,25,69,65xm148,-802v0,38,-27,66,-68,66v-42,0,-69,-28,-69,-66v0,-39,27,-65,69,-65v42,0,68,25,68,65xm261,-695r0,695r-179,0r0,-695r179,0","w":342},"\u00af":{"d":"332,-802v0,38,-28,66,-69,66v-41,0,-68,-29,-68,-66v0,-39,26,-65,68,-65v42,0,69,25,69,65xm148,-802v0,38,-27,66,-68,66v-42,0,-69,-28,-69,-66v0,-39,27,-65,69,-65v42,0,68,25,68,65xm261,-695r0,695r-179,0r0,-695r179,0","w":342},"\u0406":{"d":"261,-695r0,695r-179,0r0,-695r179,0","w":342},"\u00b2":{"d":"261,-695r0,695r-179,0r0,-695r179,0","w":342},"\u0456":{"d":"69,-674v0,-49,35,-75,86,-75v57,0,86,25,86,75v0,50,-29,74,-86,74v-52,1,-86,-25,-86,-74xm233,-538r0,538r-164,0r0,-518","w":302},"\u00b3":{"d":"69,-674v0,-49,35,-75,86,-75v57,0,86,25,86,75v0,50,-29,74,-86,74v-52,1,-86,-25,-86,-74xm233,-538r0,538r-164,0r0,-518","w":302},"\u0491":{"d":"286,-518r0,-125r142,-18r0,259r-195,0r0,402r-164,0r0,-518r217,0","w":448},"\u00b4":{"d":"286,-518r0,-125r142,-18r0,259r-195,0r0,402r-164,0r0,-518r217,0","w":448},"\u0451":{"d":"481,-659v0,38,-27,65,-68,65v-41,0,-68,-28,-68,-65v0,-39,26,-65,68,-65v42,0,68,25,68,65xm247,-659v0,38,-28,65,-69,65v-41,0,-68,-28,-68,-65v0,-39,26,-65,68,-65v42,0,69,24,69,65xm335,-108v50,0,103,-13,132,-36r39,103v-57,33,-111,49,-202,48v-180,-1,-274,-94,-273,-279v2,-172,98,-266,265,-266v132,0,233,56,233,184v0,41,-3,85,-15,129r-316,0v12,81,54,117,137,117xm381,-326v3,-65,-20,-105,-85,-103v-59,2,-89,41,-99,103r184,0","w":567},"\u00b8":{"d":"481,-659v0,38,-27,65,-68,65v-41,0,-68,-28,-68,-65v0,-39,26,-65,68,-65v42,0,68,25,68,65xm247,-659v0,38,-28,65,-69,65v-41,0,-68,-28,-68,-65v0,-39,26,-65,68,-65v42,0,69,24,69,65xm335,-108v50,0,103,-13,132,-36r39,103v-57,33,-111,49,-202,48v-180,-1,-274,-94,-273,-279v2,-172,98,-266,265,-266v132,0,233,56,233,184v0,41,-3,85,-15,129r-316,0v12,81,54,117,137,117xm381,-326v3,-65,-20,-105,-85,-103v-59,2,-89,41,-99,103r184,0","w":567},"\u0454":{"d":"334,-108v41,0,75,-12,101,-29r38,103v-42,26,-91,41,-156,41v-187,0,-282,-92,-286,-277v-5,-217,174,-297,389,-256v16,4,31,9,45,15r-30,109v-49,-32,-157,-41,-198,5v-16,18,-34,41,-35,77r192,0r-19,102r-173,0v9,70,54,110,132,110","w":481},"\u00ba":{"d":"334,-108v41,0,75,-12,101,-29r38,103v-42,26,-91,41,-156,41v-187,0,-282,-92,-286,-277v-5,-217,174,-297,389,-256v16,4,31,9,45,15r-30,109v-49,-32,-157,-41,-198,5v-16,18,-34,41,-35,77r192,0r-19,102r-173,0v9,70,54,110,132,110","w":481},"\u00bb":{"d":"428,-264r-110,-96r0,-118r247,181r0,64r-247,211r0,-121xm173,-264r-110,-96r0,-118r247,181r0,64r-247,211r0,-121","w":628},"\u0458":{"d":"69,-674v0,-49,35,-75,86,-75v57,0,86,25,86,75v0,50,-29,74,-86,74v-52,1,-86,-25,-86,-74xm16,103v46,1,53,-34,53,-82r0,-539r164,-20r0,559v-2,144,-112,207,-262,187v-15,-2,-26,-7,-34,-11r24,-108v18,6,31,14,55,14","w":303},"\u00bc":{"d":"69,-674v0,-49,35,-75,86,-75v57,0,86,25,86,75v0,50,-29,74,-86,74v-52,1,-86,-25,-86,-74xm16,103v46,1,53,-34,53,-82r0,-539r164,-20r0,559v-2,144,-112,207,-262,187v-15,-2,-26,-7,-34,-11r24,-108v18,6,31,14,55,14","w":303},"\u0405":{"d":"469,-538v-57,-38,-232,-63,-232,34v0,78,91,77,147,102v82,36,140,85,140,198v0,224,-299,261,-483,177r47,-143v54,49,253,88,257,-27v3,-79,-92,-83,-147,-110v-77,-37,-140,-86,-141,-197v-1,-208,276,-237,451,-170","w":565},"\u00bd":{"d":"469,-538v-57,-38,-232,-63,-232,34v0,78,91,77,147,102v82,36,140,85,140,198v0,224,-299,261,-483,177r47,-143v54,49,253,88,257,-27v3,-79,-92,-83,-147,-110v-77,-37,-140,-86,-141,-197v-1,-208,276,-237,451,-170","w":565},"\u0455":{"d":"272,-429v-37,0,-75,8,-78,40v-2,26,24,38,40,41v109,25,225,38,225,178v0,198,-268,200,-437,149r41,-123v37,19,92,32,147,36v67,5,110,-45,70,-87v-61,-35,-161,-27,-208,-78v-24,-25,-41,-56,-41,-108v0,-172,262,-182,413,-130r-40,109v-29,-17,-88,-27,-132,-27","w":481},"\u00be":{"d":"272,-429v-37,0,-75,8,-78,40v-2,26,24,38,40,41v109,25,225,38,225,178v0,198,-268,200,-437,149r41,-123v37,19,92,32,147,36v67,5,110,-45,70,-87v-61,-35,-161,-27,-208,-78v-24,-25,-41,-56,-41,-108v0,-172,262,-182,413,-130r-40,109v-29,-17,-88,-27,-132,-27","w":481},"\u0457":{"d":"335,-659v0,37,-28,65,-69,65v-41,0,-68,-28,-68,-65v0,-39,26,-65,68,-65v42,0,69,25,69,65xm151,-659v0,38,-27,65,-68,65v-41,0,-70,-27,-70,-65v0,-40,28,-65,70,-65v42,0,68,25,68,65xm255,-538r0,538r-163,0r0,-518","w":346},"\u00bf":{"d":"335,-659v0,37,-28,65,-69,65v-41,0,-68,-28,-68,-65v0,-39,26,-65,68,-65v42,0,69,25,69,65xm151,-659v0,38,-27,65,-68,65v-41,0,-70,-27,-70,-65v0,-40,28,-65,70,-65v42,0,68,25,68,65xm255,-538r0,538r-163,0r0,-518","w":346},"\u0410":{"d":"420,-695r249,695r-187,0r-29,-96r-257,0r-33,96r-163,0r257,-695r163,0xm329,-489r-87,257r168,0","w":669},"\u00c0":{"d":"420,-695r249,695r-187,0r-29,-96r-257,0r-33,96r-163,0r257,-695r163,0xm329,-489r-87,257r168,0","w":669},"\u0411":{"d":"463,-214v0,-75,-68,-84,-147,-78r31,-130v184,-11,304,43,304,214v0,130,-81,208,-214,208r-355,0r0,-695r519,0r-32,137r-308,0r0,421v91,-2,202,20,202,-77","w":691},"\u00c1":{"d":"463,-214v0,-75,-68,-84,-147,-78r31,-130v184,-11,304,43,304,214v0,130,-81,208,-214,208r-355,0r0,-695r519,0r-32,137r-308,0r0,421v91,-2,202,20,202,-77","w":691},"\u0412":{"d":"650,-191v0,120,-84,191,-203,191r-365,0r0,-695r295,0v145,1,248,52,249,191v0,73,-41,120,-94,143v73,20,118,76,118,170xm447,-483v-2,-51,-34,-76,-100,-76r-86,0r0,422v88,-2,202,19,202,-74v0,-81,-70,-77,-148,-75r32,-116v68,9,102,-24,100,-81","w":690},"\u00c2":{"d":"650,-191v0,120,-84,191,-203,191r-365,0r0,-695r295,0v145,1,248,52,249,191v0,73,-41,120,-94,143v73,20,118,76,118,170xm447,-483v-2,-51,-34,-76,-100,-76r-86,0r0,422v88,-2,202,19,202,-74v0,-81,-70,-77,-148,-75r32,-116v68,9,102,-24,100,-81","w":690},"\u0413":{"d":"510,-695r-32,137r-217,0r0,558r-179,0r0,-695r428,0","w":501},"\u00c3":{"d":"510,-695r-32,137r-217,0r0,558r-179,0r0,-695r428,0","w":501},"\u0414":{"d":"337,-558v-11,163,-30,296,-74,421r229,0r0,-421r-155,0xm75,-137v73,-148,96,-333,98,-558r498,0r0,558r104,0r0,280r-163,20r0,-163r-435,0r0,143r-163,20r0,-300r61,0","w":816},"\u00c4":{"d":"337,-558v-11,163,-30,296,-74,421r229,0r0,-421r-155,0xm75,-137v73,-148,96,-333,98,-558r498,0r0,558r104,0r0,280r-163,20r0,-163r-435,0r0,143r-163,20r0,-300r61,0","w":816},"\u0415":{"d":"525,-695r-31,137r-233,0r0,136r225,0r0,136r-225,0r0,149r256,0r0,137r-435,0r0,-695r443,0","w":576},"\u00c5":{"d":"525,-695r-31,137r-233,0r0,136r225,0r0,136r-225,0r0,149r256,0r0,137r-435,0r0,-695r443,0","w":576},"\u0416":{"d":"591,0r-180,0r0,-336r-219,350r-192,-21r248,-367r-238,-313r184,-15r217,318r0,-311r180,0r0,311r217,-318r183,15r-237,313r248,367r-192,21r-219,-350r0,336","w":1001},"\u00c6":{"d":"591,0r-180,0r0,-336r-219,350r-192,-21r248,-367r-238,-313r184,-15r217,318r0,-311r180,0r0,311r217,-318r183,15r-237,313r248,367r-192,21r-219,-350r0,336","w":1001},"\u0417":{"d":"412,-367v74,21,117,69,118,163v1,225,-321,259,-508,177r47,-143v42,28,85,38,148,40v64,2,126,-21,126,-82v1,-97,-121,-71,-214,-74r31,-136v80,2,168,10,166,-71v-3,-115,-194,-84,-265,-45r-39,-136v175,-54,492,-71,484,162v-2,76,-38,119,-94,145"},"\u00c7":{"d":"412,-367v74,21,117,69,118,163v1,225,-321,259,-508,177r47,-143v42,28,85,38,148,40v64,2,126,-21,126,-82v1,-97,-121,-71,-214,-74r31,-136v80,2,168,10,166,-71v-3,-115,-194,-84,-265,-45r-39,-136v175,-54,492,-71,484,162v-2,76,-38,119,-94,145"},"\u0418":{"d":"261,-695r0,409r269,-409r157,0r0,695r-179,0r0,-409r-269,409r-157,0r0,-695r179,0","w":769},"\u00c8":{"d":"261,-695r0,409r269,-409r157,0r0,695r-179,0r0,-409r-269,409r-157,0r0,-695r179,0","w":769},"\u0419":{"d":"568,-871v-28,77,-81,140,-183,142v-94,2,-158,-65,-184,-142r90,-14v15,28,47,64,94,64v48,0,75,-31,93,-64xm261,-695r0,409r269,-409r157,0r0,695r-179,0r0,-409r-269,409r-157,0r0,-695r179,0","w":769},"\u00c9":{"d":"568,-871v-28,77,-81,140,-183,142v-94,2,-158,-65,-184,-142r90,-14v15,28,47,64,94,64v48,0,75,-31,93,-64xm261,-695r0,409r269,-409r157,0r0,695r-179,0r0,-409r-269,409r-157,0r0,-695r179,0","w":769},"\u041a":{"d":"261,0r-179,0r0,-695r179,0r0,311r233,-318r187,15r-241,313r248,367r-202,21r-225,-350r0,336","w":708},"\u00ca":{"d":"261,0r-179,0r0,-695r179,0r0,311r233,-318r187,15r-241,313r248,367r-202,21r-225,-350r0,336","w":708},"\u041b":{"d":"211,-29v-46,39,-127,40,-201,29r0,-143v141,30,143,-153,150,-282r15,-270r498,0r0,695r-179,0r0,-558r-155,0v-2,53,-3,99,-7,138r-20,173v-14,94,-42,167,-101,218","w":754},"\u00cb":{"d":"211,-29v-46,39,-127,40,-201,29r0,-143v141,30,143,-153,150,-282r15,-270r498,0r0,695r-179,0r0,-558r-155,0v-2,53,-3,99,-7,138r-20,173v-14,94,-42,167,-101,218","w":754},"\u041c":{"d":"237,-695r210,258r187,-258r148,0r0,695r-179,0r0,-430r-156,219r-54,0r-148,-194r0,405r-163,0r0,-695r155,0","w":863},"\u00cc":{"d":"237,-695r210,258r187,-258r148,0r0,695r-179,0r0,-430r-156,219r-54,0r-148,-194r0,405r-163,0r0,-695r155,0","w":863},"\u041d":{"d":"261,-695r0,273r239,0r0,-273r179,0r0,695r-179,0r0,-279r-239,0r0,279r-179,0r0,-695r179,0","w":760},"\u00cd":{"d":"261,-695r0,273r239,0r0,-273r179,0r0,695r-179,0r0,-279r-239,0r0,279r-179,0r0,-695r179,0","w":760},"\u041e":{"d":"696,-354v0,224,-107,368,-328,368v-221,0,-327,-144,-327,-368v0,-215,113,-354,327,-354v214,0,328,139,328,354xm228,-354v0,121,38,224,140,224v102,0,140,-103,140,-224v0,-123,-37,-211,-140,-211v-103,0,-140,88,-140,211","w":736},"\u00ce":{"d":"696,-354v0,224,-107,368,-328,368v-221,0,-327,-144,-327,-368v0,-215,113,-354,327,-354v214,0,328,139,328,354xm228,-354v0,121,38,224,140,224v102,0,140,-103,140,-224v0,-123,-37,-211,-140,-211v-103,0,-140,88,-140,211","w":736},"\u041f":{"d":"669,-695r0,695r-179,0r0,-558r-229,0r0,558r-179,0r0,-695r587,0","w":750},"\u00cf":{"d":"669,-695r0,695r-179,0r0,-558r-229,0r0,558r-179,0r0,-695r587,0","w":750},"\u0420":{"d":"447,-456v0,-97,-85,-108,-186,-103r0,559r-179,0r0,-695r265,0v163,4,279,73,279,232v0,180,-118,267,-318,252r31,-130v79,6,108,-39,108,-115","w":646},"\u00d0":{"d":"447,-456v0,-97,-85,-108,-186,-103r0,559r-179,0r0,-695r265,0v163,4,279,73,279,232v0,180,-118,267,-318,252r31,-130v79,6,108,-39,108,-115","w":646},"\u0421":{"d":"400,-130v70,2,105,-13,147,-40r31,143v-43,25,-109,41,-178,41v-240,-1,-359,-142,-359,-375v0,-253,203,-379,467,-338v28,4,51,15,70,25r-38,136v-26,-24,-74,-35,-126,-34v-127,2,-186,85,-186,211v0,128,46,228,172,231","w":600},"\u00d1":{"d":"400,-130v70,2,105,-13,147,-40r31,143v-43,25,-109,41,-178,41v-240,-1,-359,-142,-359,-375v0,-253,203,-379,467,-338v28,4,51,15,70,25r-38,136v-26,-24,-74,-35,-126,-34v-127,2,-186,85,-186,211v0,128,46,228,172,231","w":600},"\u0422":{"d":"-8,-558r0,-137r553,0r-32,137r-162,0r0,558r-180,0r0,-558r-179,0","w":536},"\u00d2":{"d":"-8,-558r0,-137r553,0r-32,137r-162,0r0,558r-180,0r0,-558r-179,0","w":536},"\u0423":{"d":"357,-40v-62,58,-167,64,-265,40r0,-137v59,24,150,20,177,-25v6,-9,11,-18,14,-25r-273,-500r188,-15r171,334r123,-334r163,15r-190,471v-29,69,-56,128,-108,176","w":663},"\u00d3":{"d":"357,-40v-62,58,-167,64,-265,40r0,-137v59,24,150,20,177,-25v6,-9,11,-18,14,-25r-273,-500r188,-15r171,334r123,-334r163,15r-190,471v-29,69,-56,128,-108,176","w":663},"\u0424":{"d":"647,-368v0,-81,-49,-123,-137,-115r0,234v89,8,137,-37,137,-119xm210,-368v0,81,48,128,137,119r0,-234v-88,-8,-137,33,-137,115xm31,-364v0,-184,113,-265,308,-256r0,-94r179,0r0,94v213,-13,339,98,303,313v-23,137,-132,203,-303,195r0,112r-179,0r0,-112v-185,8,-308,-72,-308,-252","w":856},"\u00d4":{"d":"647,-368v0,-81,-49,-123,-137,-115r0,234v89,8,137,-37,137,-119xm210,-368v0,81,48,128,137,119r0,-234v-88,-8,-137,33,-137,115xm31,-364v0,-184,113,-265,308,-256r0,-94r179,0r0,94v213,-13,339,98,303,313v-23,137,-132,203,-303,195r0,112r-179,0r0,-112v-185,8,-308,-72,-308,-252","w":856},"\u0425":{"d":"221,-339r-213,-348r186,-15r127,209r130,-209r164,15r-215,324r222,363r-185,14r-138,-224r-136,224r-163,-14","w":622},"\u00d5":{"d":"221,-339r-213,-348r186,-15r127,209r130,-209r164,15r-215,324r222,363r-185,14r-138,-224r-136,224r-163,-14","w":622},"\u0426":{"d":"271,-695r0,558r223,0r0,-558r189,0r0,558r104,0r0,280r-163,20r0,-163r-542,0r0,-695r189,0","w":828},"\u00d6":{"d":"271,-695r0,558r223,0r0,-558r189,0r0,558r104,0r0,280r-163,20r0,-163r-542,0r0,-695r189,0","w":828},"\u0427":{"d":"298,-244v-139,0,-227,-64,-227,-202r0,-249r180,0r0,208v0,63,25,110,93,107v49,-2,96,-9,131,-25r0,-290r180,0r0,695r-180,0r0,-268v-49,13,-115,25,-177,24","w":736},"\u00d7":{"d":"298,-244v-139,0,-227,-64,-227,-202r0,-249r180,0r0,208v0,63,25,110,93,107v49,-2,96,-9,131,-25r0,-290r180,0r0,695r-180,0r0,-268v-49,13,-115,25,-177,24","w":736},"\u0428":{"d":"261,-695r0,558r135,0r0,-558r179,0r0,558r135,0r0,-558r179,0r0,695r-807,0r0,-695r179,0","w":971},"\u00d8":{"d":"261,-695r0,558r135,0r0,-558r179,0r0,558r135,0r0,-558r179,0r0,695r-807,0r0,-695r179,0","w":971},"\u0429":{"d":"261,-695r0,558r135,0r0,-558r179,0r0,558r135,0r0,-558r179,0r0,558r104,0r0,280r-163,20r0,-163r-748,0r0,-695r179,0","w":1034},"\u00d9":{"d":"261,-695r0,558r135,0r0,-558r179,0r0,558r135,0r0,-558r179,0r0,558r104,0r0,280r-163,20r0,-163r-748,0r0,-695r179,0","w":1034},"\u042a":{"d":"547,-243v0,-82,-53,-120,-148,-110r35,-130v189,-10,299,57,300,238v1,114,-51,182,-132,223v-28,15,-63,22,-104,22r-335,0r1,-558r-164,0r32,-137r311,0r0,558r85,0v74,0,119,-35,119,-106","w":765},"\u00da":{"d":"547,-243v0,-82,-53,-120,-148,-110r35,-130v189,-10,299,57,300,238v1,114,-51,182,-132,223v-28,15,-63,22,-104,22r-335,0r1,-558r-164,0r32,-137r311,0r0,558r85,0v74,0,119,-35,119,-106","w":765},"\u042b":{"d":"877,-695r0,695r-179,0r0,-695r179,0xm352,-483v214,-21,321,126,268,328v-23,87,-104,154,-224,155r-314,0r0,-695r179,0r0,558v102,7,186,-10,184,-106v-2,-74,-47,-118,-128,-110","w":958},"\u00db":{"d":"877,-695r0,695r-179,0r0,-695r179,0xm352,-483v214,-21,321,126,268,328v-23,87,-104,154,-224,155r-314,0r0,-695r179,0r0,558v102,7,186,-10,184,-106v-2,-74,-47,-118,-128,-110","w":958},"\u042c":{"d":"465,-243v-3,-82,-55,-121,-148,-110r35,-130v189,-12,301,61,301,238v0,148,-92,245,-237,245r-334,0r0,-695r179,0r0,558v107,4,207,1,204,-106","w":683},"\u00dc":{"d":"465,-243v-3,-82,-55,-121,-148,-110r35,-130v189,-12,301,61,301,238v0,148,-92,245,-237,245r-334,0r0,-695r179,0r0,558v107,4,207,1,204,-106","w":683},"\u042d":{"d":"199,-572v-52,0,-105,13,-138,34r-39,-136v98,-45,283,-48,377,3v101,55,172,155,172,315v0,253,-157,397,-427,365v-42,-5,-83,-18,-122,-36r47,-143v66,56,219,55,267,-20v18,-28,33,-61,40,-96r-247,0r31,-136r217,0v-17,-96,-69,-150,-178,-150","w":612},"\u00dd":{"d":"199,-572v-52,0,-105,13,-138,34r-39,-136v98,-45,283,-48,377,3v101,55,172,155,172,315v0,253,-157,397,-427,365v-42,-5,-83,-18,-122,-36r47,-143v66,56,219,55,267,-20v18,-28,33,-61,40,-96r-247,0r31,-136r217,0v-17,-96,-69,-150,-178,-150","w":612},"\u042e":{"d":"526,-353v2,112,28,224,136,224v107,0,134,-112,136,-224v1,-110,-33,-212,-136,-212v-103,0,-137,102,-136,212xm261,-695r0,276r97,0v20,-195,160,-326,382,-281v157,32,239,157,239,346v0,176,-63,287,-182,343v-69,33,-184,34,-260,3v-100,-42,-169,-140,-179,-275r-97,0r0,283r-179,0r0,-695r179,0","w":1020},"\u00de":{"d":"526,-353v2,112,28,224,136,224v107,0,134,-112,136,-224v1,-110,-33,-212,-136,-212v-103,0,-137,102,-136,212xm261,-695r0,276r97,0v20,-195,160,-326,382,-281v157,32,239,157,239,346v0,176,-63,287,-182,343v-69,33,-184,34,-260,3v-100,-42,-169,-140,-179,-275r-97,0r0,283r-179,0r0,-695r179,0","w":1020},"\u042f":{"d":"242,-458v2,79,71,91,155,87r-31,123v-40,0,-48,11,-64,44r-105,218r-177,-21r121,-231v15,-31,36,-45,62,-55v-84,-20,-140,-84,-140,-185v0,-147,107,-217,264,-217r296,0r0,695r-179,0r0,-558v-104,-3,-204,-3,-202,100","w":704},"\u00df":{"d":"242,-458v2,79,71,91,155,87r-31,123v-40,0,-48,11,-64,44r-105,218r-177,-21r121,-231v15,-31,36,-45,62,-55v-84,-20,-140,-84,-140,-185v0,-147,107,-217,264,-217r296,0r0,695r-179,0r0,-558v-104,-3,-204,-3,-202,100","w":704},"\u0430":{"d":"358,-329v9,-147,-201,-87,-256,-38r-39,-110v58,-32,136,-61,225,-61v138,0,232,46,233,184r0,251r16,103r-156,0r-14,-52v-33,32,-78,61,-149,59v-107,-3,-179,-50,-179,-156v0,-159,166,-169,319,-180xm202,-163v0,76,117,70,156,34r0,-118v-70,9,-156,4,-156,84","w":591},"\u00e0":{"d":"358,-329v9,-147,-201,-87,-256,-38r-39,-110v58,-32,136,-61,225,-61v138,0,232,46,233,184r0,251r16,103r-156,0r-14,-52v-33,32,-78,61,-149,59v-107,-3,-179,-50,-179,-156v0,-159,166,-169,319,-180xm202,-163v0,76,117,70,156,34r0,-118v-70,9,-156,4,-156,84","w":591},"\u0431":{"d":"213,-284v-3,90,9,181,100,181v84,0,100,-78,101,-157v1,-76,-25,-158,-101,-156v-67,1,-98,62,-100,132xm313,7v-194,-1,-272,-110,-272,-309v0,-222,61,-376,259,-404r255,-36r14,129r-240,31v-102,12,-189,55,-188,172v42,-122,280,-140,371,-45v43,45,74,107,73,199v-2,135,-55,203,-150,243v-33,14,-74,20,-122,20","w":616},"\u00e1":{"d":"213,-284v-3,90,9,181,100,181v84,0,100,-78,101,-157v1,-76,-25,-158,-101,-156v-67,1,-98,62,-100,132xm313,7v-194,-1,-272,-110,-272,-309v0,-222,61,-376,259,-404r255,-36r14,129r-240,31v-102,12,-189,55,-188,172v42,-122,280,-140,371,-45v43,45,74,107,73,199v-2,135,-55,203,-150,243v-33,14,-74,20,-122,20","w":616},"\u0432":{"d":"363,-357v1,-64,-65,-61,-130,-59r0,314v67,1,140,8,142,-59v2,-60,-56,-60,-118,-57r27,-82v48,3,78,-11,79,-57xm539,-151v0,106,-82,152,-194,151r-276,0r0,-518r268,0v103,-1,187,32,189,132v1,65,-38,98,-82,116v59,14,95,50,95,119"},"\u00e2":{"d":"363,-357v1,-64,-65,-61,-130,-59r0,314v67,1,140,8,142,-59v2,-60,-56,-60,-118,-57r27,-82v48,3,78,-11,79,-57xm539,-151v0,106,-82,152,-194,151r-276,0r0,-518r268,0v103,-1,187,32,189,132v1,65,-38,98,-82,116v59,14,95,50,95,119"},"\u0433":{"d":"439,-518r-25,116r-181,0r0,402r-164,0r0,-518r370,0","w":448},"\u00e3":{"d":"439,-518r-25,116r-181,0r0,402r-164,0r0,-518r370,0","w":448},"\u0434":{"d":"279,-402v-7,127,-26,205,-66,286r177,0r0,-286r-111,0xm48,-116v64,-106,85,-219,89,-402r416,0r0,402r81,0r0,242r-142,17r0,-143r-349,0r0,126r-143,17r0,-259r48,0","w":656},"\u00e4":{"d":"279,-402v-7,127,-26,205,-66,286r177,0r0,-286r-111,0xm48,-116v64,-106,85,-219,89,-402r416,0r0,402r81,0r0,242r-142,17r0,-143r-349,0r0,126r-143,17r0,-259r48,0","w":656},"\u0435":{"d":"335,-108v50,0,103,-13,132,-36r39,103v-57,33,-111,49,-202,48v-180,-1,-274,-94,-273,-279v2,-172,98,-266,265,-266v132,0,233,56,233,184v0,41,-3,85,-15,129r-316,0v12,81,54,117,137,117xm381,-326v3,-65,-20,-105,-85,-103v-59,2,-89,41,-99,103r184,0","w":567},"\u00e5":{"d":"335,-108v50,0,103,-13,132,-36r39,103v-57,33,-111,49,-202,48v-180,-1,-274,-94,-273,-279v2,-172,98,-266,265,-266v132,0,233,56,233,184v0,41,-3,85,-15,129r-316,0v12,81,54,117,137,117xm381,-326v3,-65,-20,-105,-85,-103v-59,2,-89,41,-99,103r184,0","w":567},"\u0436":{"d":"333,-221r-19,0r-147,228r-167,-14r198,-283r-190,-234r151,-14r155,208r19,0r0,-188r153,-20r0,208r18,0r155,-208r151,14r-190,234r198,283r-167,14r-147,-228r-18,0r0,221r-153,0r0,-221","w":818},"\u00e6":{"d":"333,-221r-19,0r-147,228r-167,-14r198,-283r-190,-234r151,-14r155,208r19,0r0,-188r153,-20r0,208r18,0r155,-208r151,14r-190,234r198,283r-167,14r-147,-228r-18,0r0,221r-153,0r0,-221","w":818},"\u0437":{"d":"416,-157v0,178,-273,201,-408,123r39,-103v40,22,67,28,117,29v46,1,88,-13,89,-59v1,-68,-96,-48,-165,-51r18,-102v63,1,136,9,135,-52v-1,-84,-152,-60,-194,-30r-31,-109v44,-20,91,-27,151,-27v122,0,237,26,237,146v0,60,-31,97,-83,116v56,15,94,47,95,119","w":448},"\u00e7":{"d":"416,-157v0,178,-273,201,-408,123r39,-103v40,22,67,28,117,29v46,1,88,-13,89,-59v1,-68,-96,-48,-165,-51r18,-102v63,1,136,9,135,-52v-1,-84,-152,-60,-194,-30r-31,-109v44,-20,91,-27,151,-27v122,0,237,26,237,146v0,60,-31,97,-83,116v56,15,94,47,95,119","w":448},"\u0438":{"d":"69,-518r164,-20r0,334r212,-314r149,0r0,518r-164,0r0,-314r-212,314r-149,0r0,-518","w":663},"\u00e8":{"d":"69,-518r164,-20r0,334r212,-314r149,0r0,518r-164,0r0,-314r-212,314r-149,0r0,-518","w":663},"\u0439":{"d":"69,-518r164,-20r0,334r212,-314r149,0r0,518r-164,0r0,-314r-212,314r-149,0r0,-518xm500,-728v-27,89,-113,173,-229,130v-51,-19,-92,-81,-108,-130r82,-15v15,35,43,74,87,74v43,0,71,-40,86,-74","w":663},"\u00e9":{"d":"69,-518r164,-20r0,334r212,-314r149,0r0,518r-164,0r0,-314r-212,314r-149,0r0,-518xm500,-728v-27,89,-113,173,-229,130v-51,-19,-92,-81,-108,-130r82,-15v15,35,43,74,87,74v43,0,71,-40,86,-74","w":663},"\u043a":{"d":"233,-221r0,221r-164,0r0,-518r164,-20r0,208r23,0r170,-208r172,14r-202,234r210,283r-187,14r-163,-228r-23,0","w":605},"\u00ea":{"d":"233,-221r0,221r-164,0r0,-518r164,-20r0,208r23,0r170,-208r172,14r-202,234r210,283r-187,14r-163,-228r-23,0","w":605},"\u043b":{"d":"206,-48v-36,53,-127,65,-206,48r0,-109v124,33,114,-143,119,-259r7,-150r417,0r0,518r-164,0r0,-402r-110,0r-6,129v-10,85,-19,168,-57,225","w":612},"\u00eb":{"d":"206,-48v-36,53,-127,65,-206,48r0,-109v124,33,114,-143,119,-259r7,-150r417,0r0,518r-164,0r0,-402r-110,0r-6,129v-10,85,-19,168,-57,225","w":612},"\u043c":{"d":"461,-318r-101,161r-47,0r-101,-141r0,298r-143,0r0,-518r143,0r148,194r128,-194r136,0r0,518r-163,0r0,-318","w":693},"\u00ec":{"d":"461,-318r-101,161r-47,0r-101,-141r0,298r-143,0r0,-518r143,0r148,194r128,-194r136,0r0,518r-163,0r0,-318","w":693},"\u043d":{"d":"233,-538r0,203r187,0r0,-183r163,-20r0,538r-163,0r0,-218r-187,0r0,218r-164,0r0,-518","w":652},"\u00ed":{"d":"233,-538r0,203r187,0r0,-183r163,-20r0,538r-163,0r0,-218r-187,0r0,218r-164,0r0,-518","w":652},"\u043e":{"d":"575,-266v0,175,-96,273,-271,273v-176,0,-271,-97,-273,-273v-2,-173,96,-272,273,-272v175,0,271,101,271,272xm202,-266v0,87,16,163,102,163v85,0,100,-76,100,-163v0,-84,-17,-163,-100,-163v-84,0,-102,78,-102,163","w":605},"\u00ee":{"d":"575,-266v0,175,-96,273,-271,273v-176,0,-271,-97,-273,-273v-2,-173,96,-272,273,-272v175,0,271,101,271,272xm202,-266v0,87,16,163,102,163v85,0,100,-76,100,-163v0,-84,-17,-163,-100,-163v-84,0,-102,78,-102,163","w":605},"\u043f":{"d":"573,-518r0,518r-163,0r0,-402r-177,0r0,402r-164,0r0,-518r504,0","w":642},"\u00ef":{"d":"573,-518r0,518r-163,0r0,-402r-177,0r0,402r-164,0r0,-518r504,0","w":642},"\u0440":{"d":"318,7v-36,1,-59,-7,-85,-14r0,211r-164,0r0,-722r164,-20r0,61v32,-33,82,-62,147,-61v151,3,226,90,226,245v0,193,-95,299,-288,300xm233,-108v24,8,39,12,70,12v90,-1,133,-76,133,-170v-1,-92,-29,-148,-118,-149v-41,-1,-66,18,-85,34r0,273","w":638},"\u00f0":{"d":"318,7v-36,1,-59,-7,-85,-14r0,211r-164,0r0,-722r164,-20r0,61v32,-33,82,-62,147,-61v151,3,226,90,226,245v0,193,-95,299,-288,300xm233,-108v24,8,39,12,70,12v90,-1,133,-76,133,-170v-1,-92,-29,-148,-118,-149v-41,-1,-66,18,-85,34r0,273","w":638},"\u0441":{"d":"326,-108v35,0,74,-12,94,-29r39,103v-30,23,-98,42,-155,41v-178,-3,-272,-97,-273,-279v-2,-204,161,-293,365,-257v26,5,44,11,55,18r-31,109v-19,-20,-58,-28,-94,-27v-86,3,-124,67,-124,157v0,97,33,164,124,164","w":467},"\u00f1":{"d":"326,-108v35,0,74,-12,94,-29r39,103v-30,23,-98,42,-155,41v-178,-3,-272,-97,-273,-279v-2,-204,161,-293,365,-257v26,5,44,11,55,18r-31,109v-19,-20,-58,-28,-94,-27v-86,3,-124,67,-124,157v0,97,33,164,124,164","w":467},"\u0442":{"d":"12,-402r0,-116r488,0r-25,116r-142,0r0,402r-164,0r0,-402r-157,0","w":510},"\u00f2":{"d":"12,-402r0,-116r488,0r-25,116r-142,0r0,402r-164,0r0,-402r-157,0","w":510},"\u0443":{"d":"39,89v31,14,97,22,124,-2v16,-14,29,-36,36,-60r-199,-545r171,-20r108,347r125,-347r133,14r-194,524v-42,98,-87,205,-219,211v-38,2,-63,-4,-85,-14r0,-108","w":536},"\u00f3":{"d":"39,89v31,14,97,22,124,-2v16,-14,29,-36,36,-60r-199,-545r171,-20r108,347r125,-347r133,14r-194,524v-42,98,-87,205,-219,211v-38,2,-63,-4,-85,-14r0,-108","w":536},"\u0444":{"d":"550,-436v-26,0,-44,15,-54,31r0,284v11,16,31,25,54,26v75,-11,84,-87,84,-174v0,-94,-7,-167,-84,-167xm287,-95v23,0,42,-13,54,-30r0,-284v-12,-15,-30,-25,-54,-27v-77,9,-85,93,-85,175v0,82,7,166,85,166xm730,-54v-43,48,-159,86,-230,37r0,221r-163,0r0,-225v-26,18,-53,28,-92,28v-147,0,-214,-113,-214,-266v0,-156,73,-279,220,-279v37,0,61,9,86,25r0,-209r163,-21r0,234v26,-18,53,-28,92,-29v232,-10,263,345,138,484","w":836},"\u00f4":{"d":"550,-436v-26,0,-44,15,-54,31r0,284v11,16,31,25,54,26v75,-11,84,-87,84,-174v0,-94,-7,-167,-84,-167xm287,-95v23,0,42,-13,54,-30r0,-284v-12,-15,-30,-25,-54,-27v-77,9,-85,93,-85,175v0,82,7,166,85,166xm730,-54v-43,48,-159,86,-230,37r0,221r-163,0r0,-225v-26,18,-53,28,-92,28v-147,0,-214,-113,-214,-266v0,-156,73,-279,220,-279v37,0,61,9,86,25r0,-209r163,-21r0,234v26,-18,53,-28,92,-29v232,-10,263,345,138,484","w":836},"\u0445":{"d":"178,-260r-170,-264r172,-14r89,142r82,-142r155,14r-164,244r172,273r-163,14r-100,-154r-96,154r-147,-14","w":521},"\u00f5":{"d":"178,-260r-170,-264r172,-14r89,142r82,-142r155,14r-164,244r172,273r-163,14r-100,-154r-96,154r-147,-14","w":521},"\u0446":{"d":"233,-538r0,422r173,0r0,-402r163,-20r0,422r82,0r0,240r-143,19r0,-143r-439,0r0,-518","w":673},"\u00f6":{"d":"233,-538r0,422r173,0r0,-402r163,-20r0,422r82,0r0,240r-143,19r0,-143r-439,0r0,-518","w":673},"\u0447":{"d":"221,-185v-111,2,-173,-61,-172,-165r0,-168r163,-20r0,174v0,43,22,71,67,69v40,-2,74,-6,107,-22r0,-201r163,-20r0,538r-163,0r0,-217v-43,18,-108,31,-165,32","w":618},"\u00f7":{"d":"221,-185v-111,2,-173,-61,-172,-165r0,-168r163,-20r0,174v0,43,22,71,67,69v40,-2,74,-6,107,-22r0,-201r163,-20r0,538r-163,0r0,-217v-43,18,-108,31,-165,32","w":618},"\u0448":{"d":"222,-538r0,422r123,0r0,-402r153,-20r0,422r122,0r0,-402r153,-20r0,538r-704,0r0,-518","w":842},"\u00f8":{"d":"222,-538r0,422r123,0r0,-402r153,-20r0,422r122,0r0,-402r153,-20r0,538r-704,0r0,-518","w":842},"\u0449":{"d":"222,-538r0,422r123,0r0,-402r153,-20r0,422r122,0r0,-402r153,-20r0,422r82,0r0,240r-143,19r0,-143r-643,0r0,-518","w":877},"\u00f9":{"d":"222,-538r0,422r123,0r0,-402r153,-20r0,422r122,0r0,-402r153,-20r0,422r82,0r0,240r-143,19r0,-143r-643,0r0,-518","w":877},"\u044a":{"d":"600,-178v0,124,-82,178,-205,178r-264,0r0,-402r-131,0r24,-116r270,0r0,416r58,0v55,4,85,-33,85,-82v0,-61,-49,-81,-119,-75r33,-102v152,-10,249,43,249,183","w":632},"\u00fa":{"d":"600,-178v0,124,-82,178,-205,178r-264,0r0,-402r-131,0r24,-116r270,0r0,416r58,0v55,4,85,-33,85,-82v0,-61,-49,-81,-119,-75r33,-102v152,-10,249,43,249,183","w":632},"\u044b":{"d":"726,-538r0,538r-163,0r0,-518xm510,-178v0,119,-80,178,-201,178r-240,0r0,-518r164,-20r0,436v77,8,128,-11,128,-82v0,-59,-41,-80,-104,-75r33,-102v134,-9,220,58,220,183","w":795},"\u00fb":{"d":"726,-538r0,538r-163,0r0,-518xm510,-178v0,119,-80,178,-201,178r-240,0r0,-518r164,-20r0,436v77,8,128,-11,128,-82v0,-59,-41,-80,-104,-75r33,-102v134,-9,220,58,220,183","w":795},"\u044c":{"d":"539,-178v0,120,-82,179,-205,178r-265,0r0,-518r164,-20r0,436v80,5,145,-4,142,-82v-1,-63,-49,-81,-118,-75r33,-102v149,-12,249,48,249,183"},"\u00fc":{"d":"539,-178v0,120,-82,179,-205,178r-265,0r0,-518r164,-20r0,436v80,5,145,-4,142,-82v-1,-63,-49,-81,-118,-75r33,-102v149,-12,249,48,249,183"},"\u044d":{"d":"451,-270v4,207,-148,304,-362,269v-26,-5,-53,-17,-81,-33r39,-103v47,38,166,37,201,-9v14,-19,28,-45,31,-72r-191,0r18,-102r173,0v-8,-67,-50,-109,-127,-109v-36,0,-83,10,-105,27r-31,-109v38,-18,97,-27,150,-27v179,0,281,88,285,268","w":481},"\u00fd":{"d":"451,-270v4,207,-148,304,-362,269v-26,-5,-53,-17,-81,-33r39,-103v47,38,166,37,201,-9v14,-19,28,-45,31,-72r-191,0r18,-102r173,0v-8,-67,-50,-109,-127,-109v-36,0,-83,10,-105,27r-31,-109v38,-18,97,-27,150,-27v179,0,281,88,285,268","w":481},"\u044e":{"d":"574,7v-157,0,-243,-82,-259,-225r-82,0r0,218r-164,0r0,-518r164,-20r0,203r85,0v19,-133,115,-203,256,-203v175,0,273,92,273,272v0,177,-96,273,-273,273xm473,-266v0,85,17,163,101,163v85,0,101,-78,101,-163v0,-97,-19,-163,-101,-163v-84,0,-101,78,-101,163","w":877},"\u00fe":{"d":"574,7v-157,0,-243,-82,-259,-225r-82,0r0,218r-164,0r0,-518r164,-20r0,203r85,0v19,-133,115,-203,256,-203v175,0,273,92,273,272v0,177,-96,273,-273,273xm473,-266v0,85,17,163,101,163v85,0,101,-78,101,-163v0,-97,-19,-163,-101,-163v-84,0,-101,78,-101,163","w":877},"\u044f":{"d":"212,-347v-1,64,56,72,123,68r-33,102v-34,0,-41,11,-56,35r-87,149r-147,-14r107,-170v14,-24,24,-35,45,-41v-69,-11,-116,-65,-115,-139v3,-113,77,-160,191,-161r282,0r0,518r-163,0r0,-416v-74,-1,-147,-6,-147,69","w":591},"\u00ff":{"d":"212,-347v-1,64,56,72,123,68r-33,102v-34,0,-41,11,-56,35r-87,149r-147,-14r107,-170v14,-24,24,-35,45,-41v-69,-11,-116,-65,-115,-139v3,-113,77,-160,191,-161r282,0r0,518r-163,0r0,-416v-74,-1,-147,-6,-147,69","w":591},"\u00a0":{"w":224}}});



// 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,{}));

// jqTransform 1.1 (with nag fix)
(function($){
	var defaultOptions = {preloadImg:true};
	var jqTransformImgPreloaded = false;

	var jqTransformPreloadHoverFocusImg = function(strImgUrl) {
		//guillemets to remove for ie
		strImgUrl = strImgUrl.replace(/^url\((.*)\)/,'$1').replace(/^\"(.*)\"$/,'$1');
		var imgHover = new Image();
		imgHover.src = strImgUrl.replace(/\.([a-zA-Z]*)$/,'-hover.$1');
		var imgFocus = new Image();
		imgFocus.src = strImgUrl.replace(/\.([a-zA-Z]*)$/,'-focus.$1');				
	};

	var jqTransformGetLabel = function(objfield){
		var selfForm = $(objfield.get(0).form);
		var oLabel = objfield.next();
		if(!oLabel.is('label')) {
			oLabel = objfield.prev();
			if(oLabel.is('label')){
				var inputname = objfield.attr('id');
				if(inputname){
					oLabel = selfForm.find('label[for="'+inputname+'"]');
				} 
			}
		}
		if(oLabel.is('label')){return oLabel.css('cursor','pointer');}
		return false;
	};
	
	/* Hide all open selects */
	var jqTransformHideSelect = function(oTarget){
		var ulVisible = $('.jqTransformSelectWrapper ul:visible');
		ulVisible.each(function(){
			var oSelect = $(this).parents(".jqTransformSelectWrapper:first").find("select").get(0);
			//do not hide if click on the label object associated to the select
			if( !(oTarget && oSelect.oLabel && oSelect.oLabel.get(0) == oTarget.get(0)) ){$(this).hide();}
		});
	};
	/* Check for an external click */
	var jqTransformCheckExternalClick = function(event) {
		if ($(event.target).parents('.jqTransformSelectWrapper').length === 0) { jqTransformHideSelect($(event.target)); }
	};

	/* Apply document listener */
	var jqTransformAddDocumentListener = function (){
		$(document).mousedown(jqTransformCheckExternalClick);
	};	
			
	/* Add a new handler for the reset action */
	var jqTransformReset = function(f){
		var sel;
		$('.jqTransformSelectWrapper select', f).each(function(){sel = (this.selectedIndex<0) ? 0 : this.selectedIndex; $('ul', $(this).parent()).each(function(){$('a:eq('+ sel +')', this).click();});});
		$('a.jqTransformCheckbox, a.jqTransformRadio', f).removeClass('jqTransformChecked');
		$('input:checkbox, input:radio', f).each(function(){if(this.checked){$('a', $(this).parent()).addClass('jqTransformChecked');}});
	};

	$.fn.jqTransInputButton = function(){
		return this.each(function(){
			var newBtn = $('<button id="'+ this.id +'" name="'+ this.name +'" type="'+ this.type +'" class="'+ this.className +' jqTransformButton"><span><span>'+ $(this).attr('value') +'</span></span>')
				.hover(function(){newBtn.addClass('jqTransformButton_hover');},function(){newBtn.removeClass('jqTransformButton_hover')})
				.mousedown(function(){newBtn.addClass('jqTransformButton_click')})
				.mouseup(function(){newBtn.removeClass('jqTransformButton_click')})
			;
			$(this).replaceWith(newBtn);
		});
	};
	$.fn.jqTransInputText = function(){
		return this.each(function(){
			var $input = $(this);
	
			if($input.hasClass('jqtranformdone') || !$input.is('input')) {return;}
			$input.addClass('jqtranformdone');
	
			var oLabel = jqTransformGetLabel($(this));
			oLabel && oLabel.bind('click',function(){$input.focus();});
	
			var inputSize=$input.width();
			if($input.attr('size')){
				inputSize = $input.attr('size')*10;
				$input.css('width',inputSize);
			}
			
			$input.addClass("jqTransformInput").wrap('<div class="jqTransformInputWrapper"><div class="jqTransformInputInner"><div></div></div></div>');
			var $wrapper = $input.parent().parent().parent();
			$wrapper.css("width", inputSize+10);
			$input
				.focus(function(){$wrapper.addClass("jqTransformInputWrapper_focus");})
				.blur(function(){$wrapper.removeClass("jqTransformInputWrapper_focus");})
				.hover(function(){$wrapper.addClass("jqTransformInputWrapper_hover");},function(){$wrapper.removeClass("jqTransformInputWrapper_hover");})
			;
	
			/* If this is safari we need to add an extra class */
			$.browser.safari && $wrapper.addClass('jqTransformSafari');
			$.browser.safari && $input.css('width',$wrapper.width()+16);
			this.wrapper = $wrapper;
			
		});
	};
	
	$.fn.jqTransCheckBox = function(){
		return this.each(function(){
			if($(this).hasClass('jqTransformHidden')) {return;}

			var $input = $(this);
			var inputSelf = this;

			//set the click on the label
			var oLabel=jqTransformGetLabel($input);
			oLabel && oLabel.click(function(){aLink.trigger('click');});
			
			var aLink = $('<a href="#" class="jqTransformCheckbox"></a>');
			//wrap and add the link
			$input.addClass('jqTransformHidden').wrap('<span class="jqTransformCheckboxWrapper"></span>').parent().prepend(aLink);
			//on change, change the class of the link
			$input.change(function(){
				this.checked && aLink.addClass('jqTransformChecked') || aLink.removeClass('jqTransformChecked');
				return true;
			});
			// Click Handler, trigger the click and change event on the input
			aLink.click(function(){
				//do nothing if the original input is disabled
				if($input.attr('disabled')){return false;}
				//trigger the envents on the input object
				$input.trigger('click').trigger("change");	
				return false;
			});

			// set the default state
			this.checked && aLink.addClass('jqTransformChecked');		
		});
	};
	$.fn.jqTransRadio = function(){
		return this.each(function(){
			if($(this).hasClass('jqTransformHidden')) {return;}

			var $input = $(this);
			var inputSelf = this;
				
			oLabel = jqTransformGetLabel($input);
			oLabel && oLabel.click(function(){aLink.trigger('click');});
	
			var aLink = $('<a href="#" class="jqTransformRadio" rel="'+ this.name +'"></a>');
			$input.addClass('jqTransformHidden').wrap('<span class="jqTransformRadioWrapper"></span>').parent().prepend(aLink);
			
			$input.change(function(){
				inputSelf.checked && aLink.addClass('jqTransformChecked') || aLink.removeClass('jqTransformChecked');
				return true;
			});
			// Click Handler
			aLink.click(function(){
				if($input.attr('disabled')){return false;}
				$input.trigger('click').trigger('change');
	
				// uncheck all others of same name input radio elements
				$('input[name="'+$input.attr('name')+'"]',inputSelf.form).not($input).each(function(){
					$(this).attr('type')=='radio' && $(this).trigger('change');
				});
	
				return false;					
			});
			// set the default state
			inputSelf.checked && aLink.addClass('jqTransformChecked');
		});
	};
	$.fn.jqTransTextarea = function(){
		return this.each(function(){
			var textarea = $(this);
	
			if(textarea.hasClass('jqtransformdone')) {return;}
			textarea.addClass('jqtransformdone');
	
			oLabel = jqTransformGetLabel(textarea);
			oLabel && oLabel.click(function(){textarea.focus();});
			
			var strTable = '<table cellspacing="0" cellpadding="0" border="0" class="jqTransformTextarea">';
			strTable +='<tr><td id="jqTransformTextarea-tl"></td><td id="jqTransformTextarea-tm"></td><td id="jqTransformTextarea-tr"></td></tr>';
			strTable +='<tr><td id="jqTransformTextarea-ml">&nbsp;</td><td id="jqTransformTextarea-mm"><div></div></td><td id="jqTransformTextarea-mr">&nbsp;</td></tr>';	
			strTable +='<tr><td id="jqTransformTextarea-bl"></td><td id="jqTransformTextarea-bm"></td><td id="jqTransformTextarea-br"></td></tr>';
			strTable +='</table>';					
			var oTable = $(strTable)
					.insertAfter(textarea)
					.hover(function(){
						!oTable.hasClass('jqTransformTextarea-focus') && oTable.addClass('jqTransformTextarea-hover');
					},function(){
						oTable.removeClass('jqTransformTextarea-hover');					
					})
				;
				
			textarea
				.focus(function(){oTable.removeClass('jqTransformTextarea-hover').addClass('jqTransformTextarea-focus');})
				.blur(function(){oTable.removeClass('jqTransformTextarea-focus');})
				.appendTo($('#jqTransformTextarea-mm div',oTable))
			;
			this.oTable = oTable;
			if($.browser.safari){
				$('#jqTransformTextarea-mm',oTable)
					.addClass('jqTransformSafariTextarea')
					.find('div')
						.css('height',textarea.height())
						.css('width',textarea.width())
				;
			}
		});
	};
	
	$.fn.jqTransSelect = function(){
		return this.each(function(index){
			var $select = $(this);

			if($select.hasClass('jqTransformHidden')) {return;}
			if($select.attr('multiple')) {return;}

			var oLabel  =  jqTransformGetLabel($select);
			/* First thing we do is Wrap it */
			var $wrapper = $select
				.addClass('jqTransformHidden')
				.wrap('<div class="jqTransformSelectWrapper"></div>')
				.parent()
				.css({zIndex: 10-index})
			;
			
			/* Now add the html for the select */
			$wrapper.prepend('<div><span></span><a href="#" class="jqTransformSelectOpen"></a></div><ul></ul>');
			var $ul = $('ul', $wrapper).css('width',$select.width()).hide();
			/* Now we add the options */
			$('option', this).each(function(i){
				var add = '';
				//nagash fix: hide disabled options
				if ($(this).hasClass('disabledOpt')) {
					add = 'class="disabledOpt"';
				}
				var oLi = $('<li '+add+'><a href="#" index="' + i + '">' + $(this).html() + '</a></li>');
				$ul.append(oLi);
				
			});
			
			/* Add click handler to the a */
			$ul.find('a').click(function(){
					$('a.selected', $wrapper).removeClass('selected');
					$(this).addClass('selected');	
					/* Fire the onchange event */
					if ($select[0].selectedIndex != $(this).attr('index') && $select[0].onchange) { $select[0].selectedIndex = $(this).attr('index'); $select[0].onchange(); }
					$select[0].selectedIndex = $(this).attr('index');
					$('span:eq(0)', $wrapper).html($(this).html());
					$ul.hide();
					return false;
			});
			/* Set the default */
			$('a:eq('+ this.selectedIndex +')', $ul).click();
			$('span:first', $wrapper).click(function(){$("a.jqTransformSelectOpen",$wrapper).trigger('click');});
			oLabel && oLabel.click(function(){$("a.jqTransformSelectOpen",$wrapper).trigger('click');});
			this.oLabel = oLabel;
			
			/* Apply the click handler to the Open */
			var oLinkOpen = $('a.jqTransformSelectOpen', $wrapper)
				.click(function(){
					//nagash fix: hide disabled options
					$('.disabledOpt',$ul).remove();// hide();
					//Check if box is already open to still allow toggle, but close all other selects
					if( $ul.css('display') == 'none' ) {jqTransformHideSelect();} 
					if($select.attr('disabled')){ 
										return false;
					}

					$ul.slideToggle('fast', function(){					
						var offSet = ($('a.selected', $ul).offset().top - $ul.offset().top);
						$ul.animate({scrollTop: offSet});
					});
					return false;
				})
			;

			// Set the new width
			var iSelectWidth = $select.outerWidth();
			var oSpan = $('span:first',$wrapper);
			var newWidth = (iSelectWidth > oSpan.innerWidth())?iSelectWidth+oLinkOpen.outerWidth():$wrapper.width();
			$wrapper.css('width',newWidth);
			$ul.css('width',newWidth-2);
			oSpan.css({width:iSelectWidth});
		
			// Calculate the height if necessary, less elements that the default height
			//show the ul to calculate the block, if ul is not displayed li height value is 0
			$ul.css({display:'block',visibility:'hidden'});
			var leng = $('li',$ul).length;
			var fH = $('li:first',$ul).height();
			var iSelectHeight = (leng)*(fH);//+1 else bug ff
			if($ul.find('li.disabledOpt')) {
				iSelectHeight-=fH;
			}
			(iSelectHeight < $ul.height()) && $ul.css({height:iSelectHeight,'overflow':'hidden'});//hidden else bug with ff
			$ul.css({display:'none',visibility:'visible'});
			
		});
	};
	$.fn.jqTransform = function(options){
		var opt = $.extend({},defaultOptions,options);
		
		/* each form */
		 return this.each(function(){
			var selfForm = $(this);
			if(selfForm.hasClass('jqtransformdone')) {return;}
			selfForm.addClass('jqtransformdone');
			
			$('input:submit, input:reset, input[type="button"]', this).jqTransInputButton();			
			$('input:text, input:password', this).jqTransInputText();			
			$('input:checkbox', this).jqTransCheckBox();
			$('input:radio', this).jqTransRadio();
			$('textarea', this).jqTransTextarea();
			
			if( $('select', this).jqTransSelect().length > 0 ){jqTransformAddDocumentListener();}
			selfForm.bind('reset',function(){var action = function(){jqTransformReset(this);}; window.setTimeout(action, 10);});
			
			
		}); /* End Form each */
				
	};/* End the Plugin */

})(jQuery);
				   