(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());;var GB_DONE=false;var GB_HEIGHT=400;var GB_WIDTH=400;function GB_show(caption,url,height,width){GB_HEIGHT=height||400;GB_WIDTH=width||400;if(!GB_DONE){$(document.body).append("<div id='GB_overlay'></div><div id='GB_window'><div id='GB_caption'></div>"
+"<img src='../images/close.gif' alt='Close window'/></div>");$("#GB_window img").click(GB_hide);$("#GB_overlay").click(GB_hide);$(window).resize(GB_position);GB_DONE=true;}
$("#GB_frame").remove();$("#GB_window").append("<iframe id='GB_frame' src='"+url+"'></iframe>");$("#GB_caption").html(caption);$("#GB_overlay").show();GB_position();if(GB_ANIMATION)
$("#GB_window").slideDown("slow");else
$("#GB_window").show();}
function GB_hide(){$("#GB_window,#GB_overlay").hide();}
function GB_position(){var de=document.documentElement;var w=self.innerWidth||(de&&de.clientWidth)||document.body.clientWidth;$("#GB_window").css({width:GB_WIDTH+"px",height:GB_HEIGHT+"px",left:((w-GB_WIDTH)/2)+"px"});$("#GB_frame").css("height",GB_HEIGHT-32+"px");scroll(0,0);};function sbsintern_title(title,encoding){var functiontitle="";if(typeof title!="undefined")functiontitle=title;else functiontitle=document.title;switch(encoding){case 1:return functiontitle;break;case 2:return escape(functiontitle);break;default:return encodeURIComponent(functiontitle);}}
function sbsintern_url(url,encoding){var functionurl="";if(typeof url!="undefined"){if(url!="")functionurl=url
else functionurl=location.href;}
else functionurl=location.href;switch(encoding){case 1:return functionurl;break;case 2:return escape(functionurl);break;default:return encodeURIComponent(functionurl);}}
function sbs_delicious(url,title){window.open('http://del.icio.us/post?v=2&url='+sbsintern_url(url,0)+'&notes=&tags=&title='+sbsintern_title(title,0),'mywindow','width=500,height=300,left=100,top=200,screenX=0,screenY=100');return false;}
function sbs_digg(url,title){window.open('http://digg.com/submit?phase=2&url='+sbsintern_url(url,0)+'&bodytext=&tags=&title='+sbsintern_title(title,0),'mywindow','width=500,height=300,left=100,top=200,screenX=0,screenY=100');return false;}
function sbs_tweet(url,title){window.open('http://twitter.com/home?status=Hi frendz,Have a Look @ what I found '+sbsintern_url(url,0),'mywindow','width=500,height=300,left=100,top=200,screenX=0,screenY=100');return false;}
function sbs_facebook(url,title){window.open('http://www.facebook.com/sharer.php?u='+sbsintern_url(url,0)+'&t='+sbsintern_title(title,0),'mywindow','width=500,height=300,left=100,top=200,screenX=0,screenY=100');return false;}
function sbs_furl(url,title){window.open('http://www.furl.net/storeIt.jsp?u='+sbsintern_url(url,0)+'&keywords=&t='+sbsintern_title(title,0),'mywindow','width=500,height=300,left=100,top=200,screenX=0,screenY=100');return false;}
function sbs_googlebm(url,title){window.open('http://www.google.com/bookmarks/mark?op=add&bkmk='+sbsintern_url(url,0)+'&annotation=&labels=&title='+sbsintern_title(title,0));return false;}
function sbs_stumbleupon(url,title){window.open('http://www.stumbleupon.com/submit?url='+sbsintern_url(url,0)+'&title='+sbsintern_title(title,0),'mywindow','width=500,height=300,left=100,top=200,screenX=0,screenY=100');return false;}
function sbs_yahoobm(url,title){window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+sbsintern_title(title,0)+'&d=&tag=&u='+sbsintern_url(url,0),'mywindow','width=500,height=300,left=100,top=200,screenX=0,screenY=100');return false;}
function sbs_linkedin(url,title){window.open('http://www.linkedin.com/shareArticle?mini=true&url='+sbsintern_url(url,0)+'&title='+sbsintern_title(title,0)+'&ro=false&summary=&source=','mywindow','width=500,height=300,left=100,top=200,screenX=0,screenY=100');return false;};(function($){$.fn.tipsy=function(options){options=$.extend({},$.fn.tipsy.defaults,options);return this.each(function(){var opts=$.fn.tipsy.elementOptions(this,options);$(this).hover(function(){$.data(this,'cancel.tipsy',true);var tip=$.data(this,'active.tipsy');if(!tip){tip=$('<div class="tipsy"><div class="tipsy-inner"/></div>');tip.css({position:'absolute',zIndex:100000});$.data(this,'active.tipsy',tip);}
if($(this).attr('title')||typeof($(this).attr('original-title'))!='string'){$(this).attr('original-title',$(this).attr('title')||'').removeAttr('title');}
var title;if(typeof opts.title=='string'){title=$(this).attr(opts.title=='title'?'original-title':opts.title);}else if(typeof opts.title=='function'){title=opts.title.call(this);}
tip.find('.tipsy-inner')[opts.html?'html':'text'](title||opts.fallback);var pos=$.extend({},$(this).offset(),{width:this.offsetWidth,height:this.offsetHeight});tip.get(0).className='tipsy';tip.remove().css({top:0,left:0,visibility:'hidden',display:'block'}).appendTo(document.body);var actualWidth=tip[0].offsetWidth,actualHeight=tip[0].offsetHeight;var gravity=(typeof opts.gravity=='function')?opts.gravity.call(this):opts.gravity;switch(gravity.charAt(0)){case'n':tip.css({top:pos.top+pos.height,left:pos.left+pos.width/2-actualWidth/2}).addClass('tipsy-north');break;case's':tip.css({top:pos.top-actualHeight,left:pos.left+pos.width/2-actualWidth/2}).addClass('tipsy-south');break;case'e':tip.css({top:pos.top+pos.height/2-actualHeight/2,left:pos.left-actualWidth}).addClass('tipsy-east');break;case'w':tip.css({top:pos.top+pos.height/2-actualHeight/2,left:pos.left+pos.width}).addClass('tipsy-west');break;}
if(opts.fade){tip.css({opacity:0,display:'block',visibility:'visible'}).animate({opacity:0.8});}else{tip.css({visibility:'visible'});}},function(){$.data(this,'cancel.tipsy',false);var self=this;setTimeout(function(){if($.data(this,'cancel.tipsy'))return;var tip=$.data(self,'active.tipsy');if(opts.fade){tip.stop().fadeOut(function(){$(this).remove();});}else{tip.remove();}},100);});});};$.fn.tipsy.elementOptions=function(ele,options){return $.metadata?$.extend({},options,$(ele).metadata()):options;};$.fn.tipsy.defaults={fade:false,fallback:'',gravity:'n',html:false,title:'title'};$.fn.tipsy.autoNS=function(){return $(this).offset().top>($(document).scrollTop()+$(window).height()/2)?'s':'n';};$.fn.tipsy.autoWE=function(){return $(this).offset().left>($(document).scrollLeft()+$(window).width()/2)?'e':'w';};})(jQuery);;(function(i){var l="2.73";if(i.support==undefined){i.support={opacity:!(i.browser.msie)}}function a(q){if(i.fn.cycle.debug){f(q)}}function f(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}}i.fn.cycle=function(r,q){var s={s:this.selector,c:this.context};if(this.length===0&&r!="stop"){if(!i.isReady&&s.s){f("DOM not ready, queuing slideshow");i(function(){i(s.s,s.c).cycle(r,q)});return this}f("terminating; zero elements found by selector"+(i.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var w=m(this,r,q);if(w===false){return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var x=i(this);var y=w.slideExpr?i(w.slideExpr,this):x.children();var u=y.get();if(u.length<2){f("terminating; too few slides: "+u.length);return}var t=k(x,y,u,w,s);if(t===false){return}var v=t.continuous?10:h(t.currSlide,t.nextSlide,t,!t.rev);if(v){v+=(t.delay||0);if(v<10){v=10}a("first timeout: "+v);this.cycleTimeout=setTimeout(function(){e(u,t,0,!t.rev)},v)}})};function m(q,t,r){if(q.cycleStop==undefined){q.cycleStop=0}if(t===undefined||t===null){t={}}if(t.constructor==String){switch(t){case"stop":q.cycleStop++;if(q.cycleTimeout){clearTimeout(q.cycleTimeout)}q.cycleTimeout=0;i(q).removeData("cycle.opts");return false;case"pause":q.cyclePause=1;return false;case"resume":q.cyclePause=0;if(r===true){t=i(q).data("cycle.opts");if(!t){f("options not found, can not resume");return false}if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}e(t.elements,t,1,1)}return false;case"prev":case"next":var u=i(q).data("cycle.opts");if(!u){f('options not found, "prev/next" ignored');return false}i.fn.cycle[t](u);return false;default:t={fx:t}}return t}else{if(t.constructor==Number){var s=t;t=i(q).data("cycle.opts");if(!t){f("options not found, can not advance slide");return false}if(s<0||s>=t.elements.length){f("invalid slide index: "+s);return false}t.nextSlide=s;if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}if(typeof r=="string"){t.oneTimeFx=r}e(t.elements,t,1,s>=t.currSlide);return false}}return t}function b(q,r){if(!i.support.opacity&&r.cleartype&&q.style.filter){try{q.style.removeAttribute("filter")}catch(s){}}}function k(y,J,u,t,E){var C=i.extend({},i.fn.cycle.defaults,t||{},i.metadata?y.metadata():i.meta?y.data():{});if(C.autostop){C.countdown=C.autostopCount||u.length}var r=y[0];y.data("cycle.opts",C);C.$cont=y;C.stopCount=r.cycleStop;C.elements=u;C.before=C.before?[C.before]:[];C.after=C.after?[C.after]:[];C.after.unshift(function(){C.busy=0});if(!i.support.opacity&&C.cleartype){C.after.push(function(){b(this,C)})}if(C.continuous){C.after.push(function(){e(u,C,0,!C.rev)})}n(C);if(!i.support.opacity&&C.cleartype&&!C.cleartypeNoBg){g(J)}if(y.css("position")=="static"){y.css("position","relative")}if(C.width){y.width(C.width)}if(C.height&&C.height!="auto"){y.height(C.height)}if(C.startingSlide){C.startingSlide=parseInt(C.startingSlide)}if(C.random){C.randomMap=[];for(var H=0;H<u.length;H++){C.randomMap.push(H)}C.randomMap.sort(function(L,w){return Math.random()-0.5});C.randomIndex=0;C.startingSlide=C.randomMap[0]}else{if(C.startingSlide>=u.length){C.startingSlide=0}}C.currSlide=C.startingSlide=C.startingSlide||0;var x=C.startingSlide;J.css({position:"absolute",top:0,left:0}).hide().each(function(w){var L=x?w>=x?u.length-(w-x):x-w:u.length-w;i(this).css("z-index",L)});i(u[x]).css("opacity",1).show();b(u[x],C);if(C.fit&&C.width){J.width(C.width)}if(C.fit&&C.height&&C.height!="auto"){J.height(C.height)}var D=C.containerResize&&!y.innerHeight();if(D){var v=0,B=0;for(var F=0;F<u.length;F++){var q=i(u[F]),K=q[0],A=q.outerWidth(),I=q.outerHeight();if(!A){A=K.offsetWidth}if(!I){I=K.offsetHeight}v=A>v?A:v;B=I>B?I:B}if(v>0&&B>0){y.css({width:v+"px",height:B+"px"})}}if(C.pause){y.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(c(C)===false){return false}var s=false;t.requeueAttempts=t.requeueAttempts||0;J.each(function(){var N=i(this);this.cycleH=(C.fit&&C.height)?C.height:N.height();this.cycleW=(C.fit&&C.width)?C.width:N.width();if(N.is("img")){var L=(i.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var O=(i.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var M=(i.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var w=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(L||O||M||w){if(E.s&&C.requeueOnImageNotLoaded&&++t.requeueAttempts<100){f(t.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){i(E.s,E.c).cycle(t)},C.requeueTimeout);s=true;return false}else{f("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(s){return false}C.cssBefore=C.cssBefore||{};C.animIn=C.animIn||{};C.animOut=C.animOut||{};J.not(":eq("+x+")").css(C.cssBefore);if(C.cssFirst){i(J[x]).css(C.cssFirst)}if(C.timeout){C.timeout=parseInt(C.timeout);if(C.speed.constructor==String){C.speed=i.fx.speeds[C.speed]||parseInt(C.speed)}if(!C.sync){C.speed=C.speed/2}while((C.timeout-C.speed)<250){C.timeout+=C.speed}}if(C.easing){C.easeIn=C.easeOut=C.easing}if(!C.speedIn){C.speedIn=C.speed}if(!C.speedOut){C.speedOut=C.speed}C.slideCount=u.length;C.currSlide=C.lastSlide=x;if(C.random){C.nextSlide=C.currSlide;if(++C.randomIndex==u.length){C.randomIndex=0}C.nextSlide=C.randomMap[C.randomIndex]}else{C.nextSlide=C.startingSlide>=(u.length-1)?0:C.startingSlide+1}if(!C.multiFx){var G=i.fn.cycle.transitions[C.fx];if(i.isFunction(G)){G(y,J,C)}else{if(C.fx!="custom"&&!C.multiFx){f("unknown transition: "+C.fx,"; slideshow terminating");return false}}}var z=J[x];if(C.before.length){C.before[0].apply(z,[z,z,C,true])}if(C.after.length>1){C.after[1].apply(z,[z,z,C,true])}if(C.next){i(C.next).bind(C.prevNextEvent,function(){return o(C,C.rev?-1:1)})}if(C.prev){i(C.prev).bind(C.prevNextEvent,function(){return o(C,C.rev?1:-1)})}if(C.pager){d(u,C)}j(C,u);return C}function n(q){q.original={before:[],after:[]};q.original.cssBefore=i.extend({},q.cssBefore);q.original.cssAfter=i.extend({},q.cssAfter);q.original.animIn=i.extend({},q.animIn);q.original.animOut=i.extend({},q.animOut);i.each(q.before,function(){q.original.before.push(this)});i.each(q.after,function(){q.original.after.push(this)})}function c(w){var u,s,r=i.fn.cycle.transitions;if(w.fx.indexOf(",")>0){w.multiFx=true;w.fxs=w.fx.replace(/\s*/g,"").split(",");for(u=0;u<w.fxs.length;u++){var v=w.fxs[u];s=r[v];if(!s||!r.hasOwnProperty(v)||!i.isFunction(s)){f("discarding unknown transition: ",v);w.fxs.splice(u,1);u--}}if(!w.fxs.length){f("No valid transitions named; slideshow terminating.");return false}}else{if(w.fx=="all"){w.multiFx=true;w.fxs=[];for(p in r){s=r[p];if(r.hasOwnProperty(p)&&i.isFunction(s)){w.fxs.push(p)}}}}if(w.multiFx&&w.randomizeEffects){var t=Math.floor(Math.random()*20)+30;for(u=0;u<t;u++){var q=Math.floor(Math.random()*w.fxs.length);w.fxs.push(w.fxs.splice(q,1)[0])}a("randomized fx sequence: ",w.fxs)}return true}function j(r,q){r.addSlide=function(u,v){var t=i(u),w=t[0];if(!r.autostopCount){r.countdown++}q[v?"unshift":"push"](w);if(r.els){r.els[v?"unshift":"push"](w)}r.slideCount=q.length;t.css("position","absolute");t[v?"prependTo":"appendTo"](r.$cont);if(v){r.currSlide++;r.nextSlide++}if(!i.support.opacity&&r.cleartype&&!r.cleartypeNoBg){g(t)}if(r.fit&&r.width){t.width(r.width)}if(r.fit&&r.height&&r.height!="auto"){$slides.height(r.height)}w.cycleH=(r.fit&&r.height)?r.height:t.height();w.cycleW=(r.fit&&r.width)?r.width:t.width();t.css(r.cssBefore);if(r.pager){i.fn.cycle.createPagerAnchor(q.length-1,w,i(r.pager),q,r)}if(i.isFunction(r.onAddSlide)){r.onAddSlide(t)}else{t.hide()}}}i.fn.cycle.resetState=function(r,q){q=q||r.fx;r.before=[];r.after=[];r.cssBefore=i.extend({},r.original.cssBefore);r.cssAfter=i.extend({},r.original.cssAfter);r.animIn=i.extend({},r.original.animIn);r.animOut=i.extend({},r.original.animOut);r.fxFn=null;i.each(r.original.before,function(){r.before.push(this)});i.each(r.original.after,function(){r.after.push(this)});var s=i.fn.cycle.transitions[q];if(i.isFunction(s)){s(r.$cont,i(r.elements),r)}};function e(x,q,w,y){if(w&&q.busy&&q.manualTrump){i(x).stop(true,true);q.busy=false}if(q.busy){return}var u=q.$cont[0],A=x[q.currSlide],z=x[q.nextSlide];if(u.cycleStop!=q.stopCount||u.cycleTimeout===0&&!w){return}if(!w&&!u.cyclePause&&((q.autostop&&(--q.countdown<=0))||(q.nowrap&&!q.random&&q.nextSlide<q.currSlide))){if(q.end){q.end(q)}return}if(w||!u.cyclePause){var v=q.fx;A.cycleH=A.cycleH||i(A).height();A.cycleW=A.cycleW||i(A).width();z.cycleH=z.cycleH||i(z).height();z.cycleW=z.cycleW||i(z).width();if(q.multiFx){if(q.lastFx==undefined||++q.lastFx>=q.fxs.length){q.lastFx=0}v=q.fxs[q.lastFx];q.currFx=v}if(q.oneTimeFx){v=q.oneTimeFx;q.oneTimeFx=null}i.fn.cycle.resetState(q,v);if(q.before.length){i.each(q.before,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})}var s=function(){i.each(q.after,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})};if(q.nextSlide!=q.currSlide){q.busy=1;if(q.fxFn){q.fxFn(A,z,q,s,y)}else{if(i.isFunction(i.fn.cycle[q.fx])){i.fn.cycle[q.fx](A,z,q,s)}else{i.fn.cycle.custom(A,z,q,s,w&&q.fastOnEvent)}}}q.lastSlide=q.currSlide;if(q.random){q.currSlide=q.nextSlide;if(++q.randomIndex==x.length){q.randomIndex=0}q.nextSlide=q.randomMap[q.randomIndex]}else{var t=(q.nextSlide+1)==x.length;q.nextSlide=t?0:q.nextSlide+1;q.currSlide=t?x.length-1:q.nextSlide-1}if(q.pager){i.fn.cycle.updateActivePagerLink(q.pager,q.currSlide)}}var r=0;if(q.timeout&&!q.continuous){r=h(A,z,q,y)}else{if(q.continuous&&u.cyclePause){r=10}}if(r>0){u.cycleTimeout=setTimeout(function(){e(x,q,0,!q.rev)},r)}}i.fn.cycle.updateActivePagerLink=function(q,r){i(q).each(function(){i(this).find("a").removeClass("activeSlide").filter("a:eq("+r+")").addClass("activeSlide")})};function h(v,s,u,r){if(u.timeoutFn){var q=u.timeoutFn(v,s,u,r);while((q-u.speed)<250){q+=u.speed}a("calculated timeout: "+q+"; speed: "+u.speed);if(q!==false){return q}}return u.timeout}i.fn.cycle.next=function(q){o(q,q.rev?-1:1)};i.fn.cycle.prev=function(q){o(q,q.rev?1:-1)};function o(r,u){var q=r.elements;var t=r.$cont[0],s=t.cycleTimeout;if(s){clearTimeout(s);t.cycleTimeout=0}if(r.random&&u<0){r.randomIndex--;if(--r.randomIndex==-2){r.randomIndex=q.length-2}else{if(r.randomIndex==-1){r.randomIndex=q.length-1}}r.nextSlide=r.randomMap[r.randomIndex]}else{if(r.random){if(++r.randomIndex==q.length){r.randomIndex=0}r.nextSlide=r.randomMap[r.randomIndex]}else{r.nextSlide=r.currSlide+u;if(r.nextSlide<0){if(r.nowrap){return false}r.nextSlide=q.length-1}else{if(r.nextSlide>=q.length){if(r.nowrap){return false}r.nextSlide=0}}}}if(i.isFunction(r.prevNextClick)){r.prevNextClick(u>0,r.nextSlide,q[r.nextSlide])}e(q,r,1,u>=0);return false}function d(r,s){var q=i(s.pager);i.each(r,function(t,u){i.fn.cycle.createPagerAnchor(t,u,q,r,s)});i.fn.cycle.updateActivePagerLink(s.pager,s.startingSlide)}i.fn.cycle.createPagerAnchor=function(u,v,s,t,w){var r;if(i.isFunction(w.pagerAnchorBuilder)){r=w.pagerAnchorBuilder(u,v)}else{r='<a href="#">'+(u+1)+"</a>"}if(!r){return}var x=i(r);if(x.parents("body").length===0){var q=[];if(s.length>1){s.each(function(){var y=x.clone(true);i(this).append(y);q.push(y[0])});x=i(q)}else{x.appendTo(s)}}x.bind(w.pagerEvent,function(A){A.preventDefault();w.nextSlide=u;var z=w.$cont[0],y=z.cycleTimeout;if(y){clearTimeout(y);z.cycleTimeout=0}if(i.isFunction(w.pagerClick)){w.pagerClick(w.nextSlide,t[w.nextSlide])}e(t,w,1,w.currSlide<u);return false});if(w.pagerEvent!="click"){x.click(function(){return false})}if(w.pauseOnPagerHover){x.hover(function(){w.$cont[0].cyclePause++},function(){w.$cont[0].cyclePause--})}};i.fn.cycle.hopsFromLast=function(t,s){var r,q=t.lastSlide,u=t.currSlide;if(s){r=u>q?u-q:t.slideCount-q}else{r=u<q?q-u:q+t.slideCount-u}return r};function g(s){function r(t){t=parseInt(t).toString(16);return t.length<2?"0"+t:t}function q(w){for(;w&&w.nodeName.toLowerCase()!="html";w=w.parentNode){var t=i.css(w,"background-color");if(t.indexOf("rgb")>=0){var u=t.match(/\d+/g);return"#"+r(u[0])+r(u[1])+r(u[2])}if(t&&t!="transparent"){return t}}return"#ffffff"}s.each(function(){i(this).css("background-color",q(this))})}i.fn.cycle.commonReset=function(v,t,u,r,s,q){i(u.elements).not(v).hide();u.cssBefore.opacity=1;u.cssBefore.display="block";if(r!==false&&t.cycleW>0){u.cssBefore.width=t.cycleW}if(s!==false&&t.cycleH>0){u.cssBefore.height=t.cycleH}u.cssAfter=u.cssAfter||{};u.cssAfter.display="none";i(v).css("zIndex",u.slideCount+(q===true?1:0));i(t).css("zIndex",u.slideCount+(q===true?0:1))};i.fn.cycle.custom=function(B,v,q,s,r){var A=i(B),w=i(v);var t=q.speedIn,z=q.speedOut,u=q.easeIn,y=q.easeOut;w.css(q.cssBefore);if(r){if(typeof r=="number"){t=z=r}else{t=z=1}u=y=null}var x=function(){w.animate(q.animIn,t,u,s)};A.animate(q.animOut,z,y,function(){if(q.cssAfter){A.css(q.cssAfter)}if(!q.sync){x()}});if(q.sync){x()}};i.fn.cycle.transitions={fade:function(r,s,q){s.not(":eq("+q.currSlide+")").css("opacity",0);q.before.push(function(v,t,u){i.fn.cycle.commonReset(v,t,u);u.cssBefore.opacity=0});q.animIn={opacity:1};q.animOut={opacity:0};q.cssBefore={top:0,left:0}}};i.fn.cycle.ver=function(){return l};i.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!i.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250}})(jQuery);(function(a){a.fn.cycle.transitions.none=function(c,d,b){b.fxFn=function(g,e,f,h){a(e).show();a(g).hide();h()}};a.fn.cycle.transitions.scrollUp=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssBefore={top:b,left:0};c.cssFirst={top:0};c.animIn={top:0};c.animOut={top:-b}};a.fn.cycle.transitions.scrollDown=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssFirst={top:0};c.cssBefore={top:-b,left:0};c.animIn={top:0};c.animOut={top:b}};a.fn.cycle.transitions.scrollLeft=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:0-b}};a.fn.cycle.transitions.scrollRight=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:-b,top:0};c.animIn={left:0};c.animOut={left:b}};a.fn.cycle.transitions.scrollHorz=function(c,d,b){c.css("overflow","hidden").width();b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.left=e?(f.cycleW-1):(1-f.cycleW);g.animOut.left=e?-h.cycleW:h.cycleW});b.cssFirst={left:0};b.cssBefore={top:0};b.animIn={left:0};b.animOut={top:0}};a.fn.cycle.transitions.scrollVert=function(c,d,b){c.css("overflow","hidden");b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.top=e?(1-f.cycleH):(f.cycleH-1);g.animOut.top=e?h.cycleH:-h.cycleH});b.cssFirst={top:0};b.cssBefore={left:0};b.animIn={top:0};b.animOut={left:0}};a.fn.cycle.transitions.slideX=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW});b.cssBefore={left:0,top:0,width:0};b.animIn={width:"show"};b.animOut={width:0}};a.fn.cycle.transitions.slideY=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH});b.cssBefore={left:0,top:0,height:0};b.animIn={height:"show"};b.animOut={height:0}};a.fn.cycle.transitions.shuffle=function(e,f,d){var c,b=e.css("overflow","visible").width();f.css({left:0,top:0});d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true)});if(!d.speedAdjusted){d.speed=d.speed/2;d.speedAdjusted=true}d.random=0;d.shuffle=d.shuffle||{left:-b,top:15};d.els=[];for(c=0;c<f.length;c++){d.els.push(f[c])}for(c=0;c<d.currSlide;c++){d.els.push(d.els.shift())}d.fxFn=function(m,j,l,g,i){var h=i?a(m):a(j);a(j).css(l.cssBefore);var k=l.slideCount;h.animate(l.shuffle,l.speedIn,l.easeIn,function(){var o=a.fn.cycle.hopsFromLast(l,i);for(var q=0;q<o;q++){i?l.els.push(l.els.shift()):l.els.unshift(l.els.pop())}if(i){for(var r=0,n=l.els.length;r<n;r++){a(l.els[r]).css("z-index",n-r+k)}}else{var s=a(m).css("z-index");h.css("z-index",parseInt(s)+1+k)}h.animate({left:0,top:0},l.speedOut,l.easeOut,function(){a(i?this:m).hide();if(g){g()}})})};d.cssBefore={display:"block",opacity:1,top:0,left:0}};a.fn.cycle.transitions.turnUp=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=e.cycleH;f.animIn.height=e.cycleH});b.cssFirst={top:0};b.cssBefore={left:0,height:0};b.animIn={top:0};b.animOut={height:0}};a.fn.cycle.transitions.turnDown=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH;f.animOut.top=g.cycleH});b.cssFirst={top:0};b.cssBefore={left:0,top:0,height:0};b.animOut={height:0}};a.fn.cycle.transitions.turnLeft=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=e.cycleW;f.animIn.width=e.cycleW});b.cssBefore={top:0,width:0};b.animIn={left:0};b.animOut={width:0}};a.fn.cycle.transitions.turnRight=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW;f.animOut.left=g.cycleW});b.cssBefore={top:0,left:0,width:0};b.animIn={left:0};b.animOut={width:0}};a.fn.cycle.transitions.zoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false,true);f.cssBefore.top=e.cycleH/2;f.cssBefore.left=e.cycleW/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH};f.animOut={width:0,height:0,top:g.cycleH/2,left:g.cycleW/2}});b.cssFirst={top:0,left:0};b.cssBefore={width:0,height:0}};a.fn.cycle.transitions.fadeZoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false);f.cssBefore.left=e.cycleW/2;f.cssBefore.top=e.cycleH/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH}});b.cssBefore={width:0,height:0};b.animOut={opacity:0}};a.fn.cycle.transitions.blindX=function(d,e,c){var b=d.css("overflow","hidden").width();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.width=f.cycleW;g.animOut.left=h.cycleW});c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:b}};a.fn.cycle.transitions.blindY=function(d,e,c){var b=d.css("overflow","hidden").height();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.height=f.cycleH;g.animOut.top=h.cycleH});c.cssBefore={top:b,left:0};c.animIn={top:0};c.animOut={top:b}};a.fn.cycle.transitions.blindZ=function(e,f,d){var c=e.css("overflow","hidden").height();var b=e.width();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h);h.animIn.height=g.cycleH;h.animOut.top=i.cycleH});d.cssBefore={top:c,left:b};d.animIn={top:0,left:0};d.animOut={top:c,left:b}};a.fn.cycle.transitions.growX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=this.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:0}});b.cssBefore={width:0,top:0}};a.fn.cycle.transitions.growY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=this.cycleH/2;f.animIn={top:0,height:this.cycleH};f.animOut={top:0}});b.cssBefore={height:0,left:0}};a.fn.cycle.transitions.curtainX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true,true);f.cssBefore.left=e.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:g.cycleW/2,width:0}});b.cssBefore={top:0,width:0}};a.fn.cycle.transitions.curtainY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false,true);f.cssBefore.top=e.cycleH/2;f.animIn={top:0,height:e.cycleH};f.animOut={top:g.cycleH/2,height:0}});b.cssBefore={left:0,height:0}};a.fn.cycle.transitions.cover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h);if(i=="right"){h.cssBefore.left=-b}else{if(i=="up"){h.cssBefore.top=c}else{if(i=="down"){h.cssBefore.top=-c}else{h.cssBefore.left=b}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0}};a.fn.cycle.transitions.uncover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h,true,true,true);if(i=="right"){h.animOut.left=b}else{if(i=="up"){h.animOut.top=-c}else{if(i=="down"){h.animOut.top=c}else{h.animOut.left=-b}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0}};a.fn.cycle.transitions.toss=function(e,f,d){var b=e.css("overflow","visible").width();var c=e.height();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true);if(!h.animOut.left&&!h.animOut.top){h.animOut={left:b*2,top:-c/2,opacity:0}}else{h.animOut.opacity=0}});d.cssBefore={left:0,top:0};d.animIn={left:0}};a.fn.cycle.transitions.wipe=function(s,m,e){var q=s.css("overflow","hidden").width();var j=s.height();e.cssBefore=e.cssBefore||{};var g;if(e.clip){if(/l2r/.test(e.clip)){g="rect(0px 0px "+j+"px 0px)"}else{if(/r2l/.test(e.clip)){g="rect(0px "+q+"px "+j+"px "+q+"px)"}else{if(/t2b/.test(e.clip)){g="rect(0px "+q+"px 0px 0px)"}else{if(/b2t/.test(e.clip)){g="rect("+j+"px "+q+"px "+j+"px 0px)"}else{if(/zoom/.test(e.clip)){var o=parseInt(j/2);var f=parseInt(q/2);g="rect("+o+"px "+f+"px "+o+"px "+f+"px)"}}}}}}e.cssBefore.clip=e.cssBefore.clip||g||"rect(0px 0px 0px 0px)";var k=e.cssBefore.clip.match(/(\d+)/g);var u=parseInt(k[0]),c=parseInt(k[1]),n=parseInt(k[2]),i=parseInt(k[3]);e.before.push(function(w,h,t){if(w==h){return}var d=a(w),b=a(h);a.fn.cycle.commonReset(w,h,t,true,true,false);t.cssAfter.display="block";var r=1,l=parseInt((t.speedIn/13))-1;(function v(){var y=u?u-parseInt(r*(u/l)):0;var z=i?i-parseInt(r*(i/l)):0;var A=n<j?n+parseInt(r*((j-n)/l||1)):j;var x=c<q?c+parseInt(r*((q-c)/l||1)):q;b.css({clip:"rect("+y+"px "+x+"px "+A+"px "+z+"px)"});(r++<=l)?setTimeout(v,13):d.css("display","none")})()});e.cssBefore={display:"block",opacity:1,top:0,left:0};e.animIn={left:0};e.animOut={left:0}}})(jQuery);;var $=jQuery.noConflict();$(document).ready(function(){$(" #topnav ul ").css({display:"none"});$(" #m1").hover(function(){$("#m1").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m1").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #r1").hover(function(){$("#m1").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m1").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #m2").hover(function(){$("#m2").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m2").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #r2").hover(function(){$("#m2").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m2").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #m3").hover(function(){$("#m3").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m3").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #r3").hover(function(){$("#m3").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m3").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #m4").hover(function(){$("#m4").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m4").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #r4").hover(function(){$("#m4").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m4").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #m5").hover(function(){$("#m5").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m5").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #r5").hover(function(){$("#m5").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m5").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #m6").hover(function(){$("#m6").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m6").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #menurightdown").hover(function(){$("#m6").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m6").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #m7").hover(function(){$("#m7").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m7").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #menurightdown").hover(function(){$("#m7").css({backgroundColor:"#999999",color:"#fff"}).fadeTo('slow',0.80);},function(){$("#m7").css({backgroundColor:"#333333",color:"#fbfbfb"});});$(" #topnav li").hover(function(){$(this).find('ul:first').css({visibility:"visible",display:"none"}).slideDown(400);},function(){$(this).find('ul:first').css({visibility:"hidden"});});});$(document).ready(function(){var chkloginval=readCookie('loginbox');if(chkloginval=='1')
{$("#loginbox").show();$("#login h3").css({display:"none"});}
if(chkloginval=='0'||chkloginval=='')
{$(" #loginbox").css({display:"none"});$("#login h3").show();}
$(" #login h3").click(function(){createCookie('loginbox','',-1);createCookie('loginbox','1',10);$("#loginbox").slideDown(800);$("#login h3").css({display:"none"});});$(" .clickloginbox").click(function(){$("#login h3").show();$("#loginbox").slideUp(800);createCookie('loginbox','',-1);createCookie('loginbox','0',10);});});function createCookie(name,value,days){if(days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires="; expires="+date.toGMTString();}
else var expires="";document.cookie=name+"="+value+expires+"; path=/";}
function readCookie(name){var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length);}
return null;}
function eraseCookie(name){createCookie(name,"",-1);}
var IE6=false/*@cc_on || @_jscript_version < 5.7 @*/;function modalBox(content,width,callback){if(!content){$('#ntz_modal').remove();$('#ntz_overlay').fadeOut(function(){$(this).remove();});try{if(IE6){$('body').find('select').visibility('visible');}}catch(err){};return false;}
try{if(IE6){$('body').find('select').visibility('hidden');}}catch(err){};$('body').append('<div id="ntz_overlay"><\/div>');$('#ntz_overlay').css({width:'100%',height:$(document).height(),position:'absolute',left:0,top:0,backgroundColor:'#000',zIndex:9990,opacity:0}).fadeTo(200,0.5).click(function(){modalBox()});$('body').append('<center><div id="ntz_modal" align="left"><\/div></center>');$('#ntz_modal').css({width:width?width:350,position:'absolute',border:'1px solid #ccc',backgroundColor:'#ffffff',top:$(document).scrollTop()+50,zIndex:9995,marginLeft:'20%',marginRight:'20%'}).append(content);$('#ntz_modal a:eq(0), #ntz_modal input, #ntz_modal textarea').focus();try{callback.call();}catch(err){};$(document).bind('scroll',function(){$('#ntz_modal').css({top:$(document).scrollTop()+50});});};var checkboxHeight="25";var radioHeight="25";var selectWidth="190";var Custom={init:function(){var inputs=document.getElementsByTagName("input"),span=Array(),textnode,option,active;for(a=0;a<inputs.length;a++){if((inputs[a].type=="checkbox"||inputs[a].type=="radio")&&inputs[a].className=="styled"){span[a]=document.createElement("span");span[a].className=inputs[a].type;if(inputs[a].checked==true){if(inputs[a].type=="checkbox"){position="0 -"+(checkboxHeight*2)+"px";span[a].style.backgroundPosition=position;}else{position="0 -"+(radioHeight*2)+"px";span[a].style.backgroundPosition=position;}}
inputs[a].parentNode.insertBefore(span[a],inputs[a]);inputs[a].onchange=Custom.clear;if(!inputs[a].getAttribute("disabled")){span[a].onmousedown=Custom.pushed;span[a].onmouseup=Custom.check;}else{span[a].className=span[a].className+=" disabled";}}}
inputs=document.getElementsByTagName("select");for(a=0;a<inputs.length;a++){if(inputs[a].className=="styled"){option=inputs[a].getElementsByTagName("option");active=option[0].childNodes[0].nodeValue;textnode=document.createTextNode(active);for(b=0;b<option.length;b++){if(option[b].selected==true){textnode=document.createTextNode(option[b].childNodes[0].nodeValue);}}
span[a]=document.createElement("span");span[a].className="select";span[a].id="select"+inputs[a].name;span[a].appendChild(textnode);inputs[a].parentNode.insertBefore(span[a],inputs[a]);if(!inputs[a].getAttribute("disabled")){inputs[a].onchange=Custom.choose;}else{inputs[a].previousSibling.className=inputs[a].previousSibling.className+=" disabled";}}}
document.onmouseup=Custom.clear;},pushed:function(){element=this.nextSibling;if(element.checked==true&&element.type=="checkbox"){this.style.backgroundPosition="0 -"+checkboxHeight*3+"px";}else if(element.checked==true&&element.type=="radio"){this.style.backgroundPosition="0 -"+radioHeight*3+"px";}else if(element.checked!=true&&element.type=="checkbox"){this.style.backgroundPosition="0 -"+checkboxHeight+"px";}else{this.style.backgroundPosition="0 -"+radioHeight+"px";}},check:function(){element=this.nextSibling;if(element.checked==true&&element.type=="checkbox"){this.style.backgroundPosition="0 0";element.checked=false;}else{if(element.type=="checkbox"){this.style.backgroundPosition="0 -"+checkboxHeight*2+"px";}else{this.style.backgroundPosition="0 -"+radioHeight*2+"px";group=this.nextSibling.name;inputs=document.getElementsByTagName("input");for(a=0;a<inputs.length;a++){if(inputs[a].name==group&&inputs[a]!=this.nextSibling){inputs[a].previousSibling.style.backgroundPosition="0 0";}}}
element.checked=true;}},clear:function(){inputs=document.getElementsByTagName("input");for(var b=0;b<inputs.length;b++){if(inputs[b].type=="checkbox"&&inputs[b].checked==true&&inputs[b].className=="styled"){inputs[b].previousSibling.style.backgroundPosition="0 -"+checkboxHeight*2+"px";}else if(inputs[b].type=="checkbox"&&inputs[b].className=="styled"){inputs[b].previousSibling.style.backgroundPosition="0 0";}else if(inputs[b].type=="radio"&&inputs[b].checked==true&&inputs[b].className=="styled"){inputs[b].previousSibling.style.backgroundPosition="0 -"+radioHeight*2+"px";}else if(inputs[b].type=="radio"&&inputs[b].className=="styled"){inputs[b].previousSibling.style.backgroundPosition="0 0";}}},choose:function(){option=this.getElementsByTagName("option");for(d=0;d<option.length;d++){if(option[d].selected==true){document.getElementById("select"+this.name).childNodes[0].nodeValue=option[d].childNodes[0].nodeValue;}}}}
window.onload=Custom.init;eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('b w;c 1u(m){d(6(\'3\')){L();6(\'3\').M=\'\';6(\'3\').M=w;e n}W(m);e n}c W(m){b 4=9.X("j");4.p=\'4\';4.N=y;4.2.q=9.k.1v+\'A\';4.2.f=\'r\';4.2.B=O()+\'A\';4.2.B=O()+\'A\';4.2.Y=\'1w\';4.2.g=\'P\';4.2.C=\'s\';4.2.D=\'s\';4.2.Q=\'#1x\';9.k.Z(4);L();d(m==11){b R=9.1y.12.13(\'#\')[0]}14{b R=m}b 3=9.X("j");3.N=y;3.p=\'3\';3.2.f=\'r\';3.2.Y=\'1z\';3.2.g=\'P\';3.2.q=\'E%\';3.2.D=\'s\';3.1A=c(){1B(1)};3.2.1C=\'1D\';w=\'<j 2="q:1E;g:1F;15-D:16;15-1G:16;" 1H=C> <j 2="g:P;D:1I;z-1J:1K;C:-1L"><a 12=# p=1M 2="1N:0;f:1O;q:1P;B:1Q;Q-g:s s;Q-1R:17(\\\'18://1S.19.1a/x.1T\\\');t:0.8;S:1b(t=1c)" 1U="h(\\\'E\\\',1d.p)" 1V="h(\\\'1c\\\',1d.p)" N="e y()"><!----></a></j> <1e 1W="1f();" 1X="1Y" q=1Z B=21 22="18://23.19.1a/?17=\'+R+\'" 24="0" 25="26"></1e> </j>\';3.M=w;9.k.Z(3);F(1);G.27=F;G.28=F}c F(v){b 3=6(\'3\'),H;d(!v&&3.2.f==\'r\'){e n}d(3.2.g!=\'T\'){b l=(29 G.1g!=\'11\'?G.1g:9.k.U)/10;d(!l){l=E}d(V.1h!=\'1i 1j 1k\'){3.2.g=\'T\';b H=1}d(V.1h==\'1i 1j 1k\'&&9.2a==\'2b\'&&2c(V.2d.13("2e")[1])>=7){3.2.g=\'T\';b H=1}d(!H){l=l+1l()}3.2.C=l+\'A\'}}c y(){6(\'3\').2.f=\'r\';6(\'4\').2.f=\'r\';e n}c L(){h(1,\'4\');6(\'4\').2.f=\'\';1m(i=1;i<=2f;i++){1n("h("+i+",\'4\')",(i*5))}}c 1f(){d(6(\'3\').2.f==\'\'){e n}h(1,\'3\');6(\'3\').2.f=\'\';1m(i=1;i<=10;i++){1n("h("+i*10+",\'3\')",(i*20))}}c O(){b I=9.k;b J=9.1o;e 1p.1q(I.1r,J.1r,I.U,J.U,I.1s,J.1s)}c 1l(){e 1p.1q(9.1o.1t,9.k.1t)}c h(K,u){d(K<0){6(u).2.t=\'\';6(u).2.S=\'\'}14{6(u).2.t=(K/E);6(u).2.S="1b(t="+K+")"}}c 6(o){e 9.2g(o)}',62,141,'||style|sa_iframe|sa_bgdiv||sa_getEl|||document||var|function|if|return|display|position|sa_setOpac||div|body|sa_toppos|sa_url|false||id|width|none|0px|opacity|obj||sa_iframe_html||sa_tellafriend_close||px|height|top|left|100|sa_tellafriend_setpos|window|sa_doFix|sa_db|sa_dde|lev|sa_tellafriend_bg|innerHTML|onclick|sa_getHeight|absolute|background|sa_pageurl|filter|fixed|offsetHeight|navigator|sa_tellafriend_create|createElement|zIndex|appendChild||undefined|href|split|else|margin|auto|url|http|freetellafriend|com|alpha|80|this|iframe|sa_tellafriend_iframe|innerHeight|appName|Microsoft|Internet|Explorer|sa_scrollTop|for|setTimeout|documentElement|Math|max|scrollHeight|clientHeight|scrollTop|sa_tellafriend|scrollWidth|1000|000000|location|1001|onkeydown|alert|textAlign|center|412px|relative|right|valign|393px|index|1002|6px|sa_x|outline|block|30px|29px|image|serv1|png|onmouseover|onmouseout|onload|scrolling|no|412||500|src|v2|frameborder|allowtransparency|true|onresize|onscroll|typeof|compatMode|CSS1Compat|parseFloat|appVersion|MSIE|60|getElementById'.split('|'),0,{}));Cufon.registerFont({"w":188,"face":{"font-family":"Trebuchet MS","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 3 2 2 2 9 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-40 -340 399 93","underline-thickness":"22.3242","underline-position":"-34.8047","slope":"-10","unicode-range":"U+0020-U+F007"},"glyphs":{" ":{"w":108,"k":{"Y":7,"A":13}},"!":{"d":"62,-67r-13,0v0,-95,8,-123,21,-195r40,0v-14,80,-16,98,-48,195xm23,-21v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-12,25,-25,25v-13,0,-25,-11,-25,-25","w":132},"\"":{"d":"57,-191r-23,0r7,-67r33,0xm115,-191r-23,0r7,-67r33,0","w":116},"#":{"d":"165,-166r-18,69r29,0r0,22r-34,0r-22,79r-23,0r22,-79r-52,0r-22,79r-23,0r22,-79r-27,0r0,-22r33,0r17,-69r-30,0r0,-23r36,0r18,-72r23,0r-18,72r52,0r18,-72r22,0r-18,72r31,0r0,23r-36,0xm90,-166r-17,69r52,0r17,-69r-52,0"},"$":{"d":"77,-192v8,53,87,55,87,124v0,45,-30,68,-73,72r-5,28r-27,0r4,-29v-18,-2,-32,-6,-43,-11r11,-34v26,20,102,23,98,-24v-5,-55,-89,-58,-87,-122v0,-41,26,-68,64,-73r6,-35r28,0r-6,34v21,1,34,4,40,7r-10,34v-26,-20,-93,-14,-87,29","w":173},"%":{"d":"25,4r-22,0r202,-266r22,0xm123,-219v0,40,-23,79,-62,78v-26,0,-39,-15,-39,-43v0,-41,18,-78,62,-78v26,0,39,14,39,43xm81,-244v-24,0,-38,30,-37,57v0,19,6,28,19,28v27,2,38,-35,38,-60v0,-17,-7,-25,-20,-25xm216,-75v1,39,-22,78,-62,78v-26,0,-40,-15,-40,-43v0,-41,20,-79,63,-78v26,0,39,14,39,43xm173,-100v-23,0,-37,32,-36,57v0,19,6,28,19,28v27,2,38,-35,38,-60v0,-17,-8,-25,-21,-25","w":216},"&":{"d":"172,-221v-30,-32,-92,-10,-89,36v0,12,5,22,15,30r65,0r6,-32r34,-5r-7,38r44,0r-5,28r-44,0v-4,25,-12,48,-12,77v0,29,30,27,46,13r0,32v-18,10,-57,13,-72,-5v-50,25,-128,15,-128,-49v0,-35,14,-64,42,-88v-44,-51,3,-116,70,-116v20,0,35,2,44,8xm88,-126v-35,31,-41,100,19,100v24,0,40,-3,39,-29r12,-71r-70,0","w":254},"'":{"d":"57,-191r-23,0r7,-67r33,0","w":57},"(":{"d":"81,75v-60,-49,-63,-166,-19,-247v23,-42,45,-72,74,-87r0,14v-55,58,-90,200,-55,302r0,18","w":132},")":{"d":"61,-259v33,13,52,77,52,125v0,84,-52,177,-109,209r0,-18v53,-45,96,-213,57,-302r0,-14","w":132},"*":{"d":"141,-203v-11,6,-29,5,-46,5v13,9,28,16,36,30r-21,18v-11,-11,-17,-26,-24,-40r-24,40r-23,-18v7,-14,23,-19,37,-27v-16,-3,-33,-5,-47,-10r13,-27v16,5,27,15,39,24v-4,-17,-13,-28,-12,-50r31,0v1,21,-7,33,-10,50v13,-8,24,-19,41,-24","w":132},"+":{"d":"107,-124r62,0r0,25r-62,0r0,60r-24,0r0,-60r-62,0r0,-25r62,0r0,-60r24,0r0,60"},",":{"d":"65,-51v33,2,30,48,13,70v-10,12,-24,26,-46,40r-8,-13v23,-15,34,-29,34,-42v0,-14,-20,-21,-17,-34v0,-12,12,-21,24,-21","w":132},"-":{"d":"25,-89r6,-31r75,0r-5,31r-76,0","w":132},"\u2010":{"d":"25,-89r6,-31r75,0r-5,31r-76,0","w":132},".":{"d":"29,-23v0,-14,12,-26,26,-26v15,0,27,12,27,26v0,14,-13,27,-27,27v-14,0,-26,-13,-26,-27","w":132},"\/":{"d":"62,0r-29,0r94,-259r28,0"},"0":{"d":"78,4v-44,0,-66,-31,-66,-77v0,-96,30,-189,115,-189v43,0,65,25,65,74v0,101,-28,192,-114,192xm121,-232v-51,1,-74,93,-74,152v0,36,12,54,34,54v58,0,76,-88,75,-159v0,-32,-11,-47,-35,-47"},"1":{"d":"78,0r34,-194r-52,27r5,-34v41,-19,68,-38,83,-58r11,0r-46,259r-35,0"},"2":{"d":"103,-262v58,0,89,45,62,94v-22,39,-71,97,-100,136r95,0r-5,32r-144,0r0,-16r85,-108v24,-35,38,-41,42,-79v-4,-37,-64,-38,-79,-5r-25,-16v11,-25,34,-38,69,-38"},"3":{"d":"164,-85v-1,63,-34,89,-101,89v-23,0,-42,-8,-55,-23r16,-29v28,39,103,21,103,-36v0,-26,-16,-39,-47,-39r5,-29v36,0,54,-15,54,-47v0,-38,-48,-41,-70,-21r-16,-21v32,-37,124,-25,124,37v0,33,-25,57,-51,66v25,9,38,27,38,53"},"4":{"d":"155,-70r-12,70r-35,0r12,-70r-116,0r4,-20r168,-169r12,0r-28,162r26,0r-5,27r-26,0xm140,-187r-89,90r74,0"},"5":{"d":"71,-26v65,0,92,-115,22,-120v-24,-2,-30,16,-56,13r22,-126r128,0r-6,30r-94,0r-11,63v39,-26,96,2,96,51v0,79,-36,119,-106,119v-22,0,-40,-7,-52,-19r14,-31v14,13,28,20,43,20"},"6":{"d":"180,-99v0,52,-39,103,-91,103v-78,0,-79,-90,-54,-147v18,-41,71,-109,119,-119r14,19v-20,6,-90,75,-94,96v39,-31,106,-9,106,48xm110,-131v-36,0,-57,29,-56,67v0,26,12,39,37,39v31,0,53,-34,52,-67v0,-22,-11,-39,-33,-39"},"7":{"d":"60,0r-42,0v21,-44,67,-119,138,-225r-124,0r6,-34r168,0r0,14v-61,85,-109,167,-146,245"},"8":{"d":"15,-58v0,-44,28,-71,61,-85v-15,-8,-28,-30,-28,-52v0,-42,34,-67,78,-67v34,0,63,21,63,52v0,31,-23,63,-49,70v20,10,36,33,36,59v0,60,-29,85,-91,85v-38,0,-70,-25,-70,-62xm120,-232v-30,-1,-50,38,-27,59v6,7,13,12,22,16v34,-4,59,-74,5,-75xm104,-127v-45,3,-81,95,-16,101v65,6,65,-86,16,-101"},"9":{"d":"122,-262v101,0,73,141,22,199v-33,37,-60,61,-88,67r-13,-18v20,-6,89,-75,94,-96v-41,31,-106,3,-106,-52v0,-59,34,-100,91,-100xm101,-126v35,0,55,-29,55,-68v0,-23,-13,-38,-37,-38v-53,0,-75,106,-18,106"},":":{"d":"51,-162v0,-14,12,-26,27,-26v14,0,26,12,26,26v0,14,-12,27,-26,27v-14,0,-27,-13,-27,-27xm36,-23v0,-14,12,-26,26,-26v15,0,27,12,27,26v0,14,-13,27,-27,27v-14,0,-26,-13,-26,-27","w":132},";":{"d":"51,-162v0,-14,12,-26,27,-26v14,0,26,12,26,26v0,14,-12,27,-26,27v-14,0,-27,-13,-27,-27xm65,-51v33,2,30,48,13,70v-10,12,-24,26,-46,40r-8,-13v23,-15,34,-29,34,-42v0,-14,-20,-21,-17,-34v0,-12,12,-21,24,-21","w":132},"<":{"d":"156,-38r-130,-63r0,-22r130,-62r0,28r-100,45r100,45r0,29"},"=":{"d":"169,-154r0,25r-148,0r0,-25r148,0xm169,-94r0,25r-148,0r0,-25r148,0"},">":{"d":"175,-101r-130,63r0,-29r100,-45r-100,-45r0,-28r130,62r0,22"},"?":{"d":"39,-248v30,-24,108,-20,108,36v0,68,-81,73,-87,137r-17,0v-15,-68,63,-77,71,-136v4,-30,-48,-28,-64,-14xm26,-21v0,-14,11,-25,25,-25v14,0,25,12,25,25v0,13,-12,25,-25,25v-13,0,-25,-11,-25,-25","w":132},"@":{"d":"199,-45v-14,0,-33,-7,-36,-17v-18,28,-81,26,-81,-21v0,-56,63,-106,120,-71v-10,42,-15,67,-15,73v0,12,5,18,15,18v30,-1,44,-39,44,-72v0,-46,-33,-76,-79,-76v-68,0,-120,64,-120,132v0,81,99,102,152,59r17,12v-62,59,-195,35,-195,-67v0,-83,68,-158,150,-158v59,0,100,33,100,92v0,45,-28,96,-72,96xm175,-141v-31,-28,-65,24,-65,56v0,27,27,28,42,14v17,-16,16,-45,23,-70","w":277},"A":{"d":"165,0r-9,-54r-92,0r-30,54r-40,0r151,-261r9,0r51,261r-40,0xm137,-190r-59,110r75,0","w":219,"k":{"\u2019":45,"y":14,"w":26,"v":29,"Y":43,"W":36,"V":44,"T":40," ":13}},"B":{"d":"195,-85v-1,84,-86,93,-180,85r46,-258v65,-11,139,2,139,57v0,27,-24,54,-48,57v29,5,43,25,43,59xm92,-229r-11,71v46,5,83,-6,83,-44v0,-27,-38,-33,-72,-27xm57,-30v46,7,101,-7,101,-51v0,-39,-36,-54,-83,-48","w":203},"C":{"d":"25,-93v0,-104,77,-199,187,-161r-10,35v-73,-46,-140,46,-140,119v0,81,76,91,121,47r-3,38v-14,13,-37,19,-67,19v-57,0,-88,-39,-88,-97","w":215},"D":{"d":"219,-158v0,95,-61,159,-151,158r-56,0r45,-258v85,-16,162,14,162,100xm181,-160v0,-48,-44,-81,-95,-67r-32,194v82,11,127,-51,127,-127","w":220},"E":{"d":"85,-226r-13,72r86,0r-6,30r-85,0r-16,92r117,0r-6,32r-154,0r46,-258r155,0r-5,32r-119,0","w":192},"F":{"d":"86,-226r-12,72r90,0r-5,30r-90,0r-22,124r-37,0r46,-258r160,0r-6,32r-124,0","k":{"A":40,".":70,",":70," ":7}},"G":{"d":"20,-95v0,-94,61,-168,152,-167v25,0,42,5,52,15r-10,33v-77,-50,-157,24,-157,112v0,73,72,94,119,58r11,-60r-36,0r5,-30r71,0r-20,112v-24,18,-55,26,-93,26v-63,0,-94,-33,-94,-99","w":243},"H":{"d":"160,0r22,-124r-112,0r-22,124r-36,0r45,-258r37,0r-19,104r113,0r18,-104r36,0r-46,258r-36,0","w":235},"I":{"d":"13,0r46,-258r36,0r-46,258r-36,0","w":100},"J":{"d":"113,-19v-25,34,-130,34,-115,-33r30,0v-3,32,45,26,59,14v28,-45,33,-155,48,-220r36,0v-18,76,-21,187,-58,239","w":171},"K":{"d":"153,0r-50,-118r-43,48r-12,70r-36,0r45,-258r36,0r-23,134r117,-134r41,0r-97,112r62,146r-40,0","w":207},"L":{"d":"15,0r45,-258r36,0r-40,226r117,0r-6,32r-152,0","w":182,"k":{"\u2019":38,"y":16,"Y":44,"W":30,"V":31,"T":37," ":7}},"M":{"d":"219,0r-3,-159r-86,163r-9,0r-27,-165r-60,161r-33,0r91,-258r18,0r28,181r91,-181r18,0r8,258r-36,0","w":274},"N":{"d":"176,4r-100,-183r-30,179r-36,0r46,-258r14,0r98,176r30,-176r35,0r-46,262r-11,0","w":229},"O":{"d":"103,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,34,91,94v0,94,-47,172,-138,172xm147,-231v-53,0,-91,79,-90,132v0,39,16,71,52,72v62,0,96,-71,95,-137v0,-44,-19,-67,-57,-67","w":242},"P":{"d":"205,-186v0,70,-69,103,-141,87r-18,99r-37,0r47,-258v79,-11,149,4,149,72xm69,-131v42,15,99,-5,99,-52v0,-44,-41,-54,-82,-43","w":195,"k":{"A":43,".":70,",":70," ":13}},"Q":{"d":"148,-262v142,0,95,229,13,254v9,36,72,51,105,25r15,27v-8,11,-39,21,-62,21v-48,0,-82,-26,-90,-65v-68,18,-111,-26,-111,-95v0,-83,50,-167,130,-167xm145,-231v-54,0,-90,77,-90,132v0,40,15,71,51,72v62,0,97,-71,96,-137v0,-44,-19,-67,-57,-67","w":242},"R":{"d":"206,-204v0,43,-31,81,-67,87r48,117r-40,0r-41,-111v-9,0,-21,0,-37,-1r-20,112r-37,0r46,-258v65,-4,148,-9,148,54xm168,-189v1,-40,-38,-42,-79,-37r-15,84v46,8,94,-6,94,-47","w":209,"k":{"Y":24,"W":16,"V":20,"T":17}},"S":{"d":"148,-107v43,77,-49,142,-133,99r11,-34v26,20,102,23,98,-24v-5,-55,-87,-58,-87,-122v0,-67,79,-87,132,-67r-10,34v-31,-25,-108,-7,-83,44v13,24,58,44,72,70","w":173},"T":{"d":"146,-226r-40,226r-36,0r40,-226r-82,0r5,-32r203,0r-6,32r-84,0","w":209,"k":{"y":34,"w":39,"u":39,"s":39,"r":37,"o":42,"i":9,"e":44,"c":44,"a":44,"O":17,"A":40,";":26,":":26,".":53,"-":40,",":53}},"U":{"d":"171,-17v-51,41,-162,26,-146,-62r32,-179r37,0r-33,188v-3,46,61,55,88,28v11,-10,18,-23,21,-40r31,-176r37,0r-32,180v-5,26,-16,46,-35,61","w":233},"V":{"d":"99,4r-18,0r-50,-262r39,0r33,188r95,-188r40,0","w":211,"k":{"y":8,"u":14,"r":22,"o":29,"i":9,"e":24,"a":24,"A":44,";":7,":":7,".":48,"-":20,",":48}},"W":{"d":"209,4r-11,0r-30,-174r-89,174r-11,0r-35,-262r36,0r21,175r88,-175r12,0r26,174r81,-174r38,0","w":306,"k":{"i":6,"e":23,"a":17,"A":31,".":35,"-":17,",":45}},"X":{"d":"144,0r-43,-99r-73,99r-41,0r99,-135r-47,-123r36,0r35,95r74,-95r40,0r-100,127r59,131r-39,0","w":200},"Y":{"d":"126,-115r-21,115r-35,0r20,-115r-58,-143r37,0r43,110r82,-110r39,0","w":205,"k":{"v":20,"u":29,"q":40,"p":29,"o":37,"i":11,"e":38,"a":37,"A":46,";":13,":":13,".":53,"-":40,",":53," ":7}},"Z":{"d":"14,0r0,-9r144,-217r-109,0r5,-32r154,0r0,9r-139,217r108,0r-5,32r-158,0","w":198},"[":{"d":"4,74r60,-339r83,0r-5,29r-47,0r-49,280r46,0r-5,30r-83,0","w":132},"\\":{"d":"86,0r-53,-259r24,0r54,259r-25,0","w":127},"]":{"d":"82,74r-83,0r5,-30r46,0r49,-280r-46,0r6,-29r83,0","w":132},"^":{"d":"159,-159r-43,-79r-43,79r-22,0r56,-100r19,0r56,100r-23,0"},"_":{"d":"-1,45r0,-23r190,0r0,23r-190,0"},"`":{"d":"116,-215r-27,-59r34,0r11,59r-18,0"},"a":{"d":"11,-60v0,-64,44,-132,109,-132v30,0,52,6,65,16v-7,58,-38,117,-16,176r-34,0v-2,-4,-4,-10,-6,-19v-33,37,-118,30,-118,-41xm148,-157v-53,-31,-102,34,-102,96v0,43,45,46,66,19v22,-28,26,-75,36,-115","w":189},"b":{"d":"191,-109v0,58,-50,115,-107,113v-19,0,-32,-8,-40,-22r-17,22r-22,0v25,-79,35,-181,53,-269r32,0r-15,97v36,-54,116,-9,116,59xm52,-46v34,57,103,-9,103,-60v0,-57,-62,-80,-85,-32","w":200},"c":{"d":"16,-69v0,-83,71,-149,147,-113r-6,28v-52,-33,-106,20,-106,79v0,51,55,63,91,34r-4,34v-54,27,-122,5,-122,-62","w":165},"d":{"d":"14,-66v0,-69,42,-125,106,-125v18,0,31,7,40,22r18,-96r32,0r-46,265r-33,0r4,-22v-35,47,-121,25,-121,-44xm123,-163v-44,0,-73,43,-73,90v0,52,48,62,76,31v20,-22,22,-59,28,-94v-3,-12,-15,-27,-31,-27","w":200},"e":{"d":"187,-146v0,58,-82,82,-132,57v-17,57,48,83,89,49r-3,34v-64,24,-123,4,-123,-72v0,-62,46,-115,108,-114v34,0,61,14,61,46xm60,-113v32,13,94,7,94,-29v0,-14,-10,-22,-30,-22v-30,0,-52,17,-64,51","w":193},"f":{"d":"158,-234v-36,-14,-52,3,-61,46r43,0r-3,23r-44,0r-29,177v-6,34,-33,55,-68,60r-3,-21v15,-2,32,-25,35,-39r31,-177r-27,0r4,-23r26,0v11,-60,48,-89,102,-72","w":144,"k":{"\u2019":7}},"g":{"d":"154,5v1,67,-111,90,-156,48r16,-25v39,24,97,25,107,-16v0,-35,-71,-10,-73,-45v0,-8,10,-15,30,-23v-33,3,-55,-23,-57,-52v-4,-65,74,-106,126,-71r16,-18r18,19r-17,18v17,45,-14,94,-50,105v-16,5,-25,11,-25,16v1,10,14,5,21,5v29,0,44,13,44,39xm134,-134v0,-17,-13,-32,-31,-31v-46,-7,-70,88,-19,91v26,2,50,-34,50,-60","w":180},"h":{"d":"77,-168v33,-42,122,-28,108,50r-21,118r-35,0r23,-131v2,-49,-64,-34,-79,-9r-25,140r-34,0r46,-265r33,0","w":200},"i":{"d":"55,-239v0,-12,12,-23,23,-23v12,0,24,10,24,23v0,12,-12,25,-24,23v-12,2,-23,-12,-23,-23xm24,0r29,-160r-25,0r6,-28r57,0r-33,188r-34,0","w":110},"j":{"d":"79,-239v0,-11,12,-23,23,-23v12,0,24,11,24,23v0,12,-12,25,-24,23v-12,2,-23,-12,-23,-23xm-24,73r1,-30v40,0,63,-14,69,-44r30,-159r-24,0r5,-28r58,0r-34,185v-10,54,-41,75,-105,76","w":132},"k":{"d":"78,-83r-14,11r-12,72r-33,0r44,-265r33,0r-24,154v44,-41,71,-69,81,-83r22,20v-19,21,-42,45,-71,73r71,101r-40,0","w":181},"l":{"d":"86,-21r-4,25v-66,-4,-62,-35,-48,-99r34,-170r35,0r-42,222v0,14,8,22,25,22","w":115},"m":{"d":"178,-167v27,-40,120,-35,107,41r-22,126r-35,0r23,-133v3,-45,-67,-35,-72,-6r-25,139r-34,0r24,-139v0,-38,-64,-25,-74,0r-25,139r-34,0r26,-154v0,-13,-2,-23,-4,-31r33,-7v2,9,3,18,3,25v17,-30,96,-36,109,0","w":298},"n":{"d":"128,0r22,-134v2,-46,-64,-29,-78,-6r-25,140r-33,0r26,-154v0,-12,-2,-22,-4,-31r33,-7v3,17,4,26,4,28v24,-39,119,-43,113,24v-4,49,-16,93,-23,140r-35,0","w":196},"o":{"d":"83,4v-45,0,-69,-28,-70,-73v-1,-64,43,-124,104,-123v45,1,72,25,71,71v-1,66,-37,124,-105,125xm113,-165v-44,2,-64,49,-65,94v0,32,13,47,40,47v42,0,66,-51,65,-95v0,-30,-13,-46,-40,-46","w":193},"p":{"d":"194,-121v6,81,-75,155,-148,112r-15,84r-34,0r40,-234v0,-9,-1,-18,-3,-26r34,-6v1,2,1,9,3,24v35,-42,133,-26,123,46xm158,-117v5,-52,-66,-57,-89,-24r-19,104v49,37,117,-14,108,-80","w":200},"q":{"d":"14,-67v0,-81,83,-161,152,-107r9,-14r27,0v-24,87,-33,172,-51,262r-33,0r15,-85v-43,36,-119,4,-119,-56xm50,-75v-6,49,55,63,87,38r20,-112v-45,-43,-115,15,-107,74","w":200},"r":{"d":"147,-155v-34,-27,-73,15,-79,47r-19,108r-34,0r34,-188r33,0r-5,30v21,-27,43,-40,79,-31","w":149,"k":{"\u2019":2,".":47,"-":26,",":47}},"s":{"d":"110,-99v53,33,3,103,-55,103v-20,0,-37,-5,-53,-15r17,-32v19,31,102,14,72,-26v-17,-22,-66,-25,-66,-65v0,-53,71,-74,120,-45r-15,31v-22,-31,-86,-13,-64,23v9,9,31,18,44,26","w":145},"t":{"d":"121,-2v-38,16,-99,3,-87,-53r22,-107r-21,0r5,-26r22,0r8,-40r38,-14r-13,54r52,0r-5,26r-52,0r-22,110v-2,30,32,31,55,21","w":151},"u":{"d":"132,-27v-24,48,-128,44,-113,-38r22,-123r35,0r-24,134v-1,37,46,34,67,15v36,-32,26,-99,42,-149r36,0r-35,188r-35,0","w":200},"v":{"d":"81,4r-9,0r-55,-193r35,0r34,130r72,-130r38,0","w":176,"k":{".":44,",":44}},"w":{"d":"183,4r-9,0r-35,-123r-75,123r-9,0r-35,-193r34,0r21,120r70,-120r9,0r33,121r59,-121r35,0","w":267,"k":{".":41,",":41}},"x":{"d":"123,0r-33,-66r-52,66r-40,0r77,-98r-47,-90r39,0r31,65r48,-65r44,0r-75,93r52,95r-44,0","w":180},"y":{"d":"5,74r0,-34v42,0,57,-11,67,-39v-17,0,-28,-16,-33,-49r-24,-140r37,0r20,136v2,13,7,21,15,21r68,-157r37,0r-94,210v-17,37,-38,52,-93,52","w":177,"k":{".":42,",":42}},"z":{"d":"59,-30r94,0r-6,30r-146,0r0,-9r116,-149r-97,0r6,-30r147,0r0,9","w":170},"{":{"d":"45,19v0,27,20,31,54,30r-4,25v-43,3,-84,-7,-86,-44v-2,-34,66,-115,-3,-122r3,-15v44,-1,50,-51,41,-95v1,-48,49,-67,104,-62r-4,23v-40,-4,-70,5,-66,45v6,52,-7,79,-47,96v61,20,8,79,8,119","w":132},"|":{"d":"81,49r0,-296r26,0r0,296r-26,0"},"}":{"d":"79,-37v0,76,-22,120,-102,111r4,-25v66,6,66,-34,66,-91v0,-26,17,-46,49,-58v-21,-13,-32,-28,-32,-43v0,-15,26,-59,23,-75v2,-27,-29,-23,-55,-23r4,-23v44,-3,86,5,86,43v0,30,-60,107,4,114r-2,15v-30,2,-45,21,-45,55","w":132},"~":{"d":"124,-87v-30,0,-70,-40,-94,-7r-8,-4v3,-19,22,-39,44,-39v34,0,70,48,92,5r8,3v-5,20,-20,42,-42,42"},"\u00c4":{"d":"165,0r-9,-54r-92,0r-30,54r-40,0r151,-261r9,0r51,261r-40,0xm137,-190r-59,110r75,0xm89,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm172,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":219},"\u00c5":{"d":"165,0r-9,-54r-92,0r-30,54r-40,0r151,-261r9,0r51,261r-40,0xm137,-190r-59,110r75,0xm189,-307v0,20,-17,31,-39,31v-22,0,-39,-11,-39,-31v0,-39,78,-42,78,0xm174,-307v-2,-21,-46,-21,-47,0v0,11,7,16,23,16v12,1,24,-5,24,-16","w":219},"\u00c7":{"d":"25,-93v0,-104,77,-199,187,-161r-10,35v-73,-46,-140,46,-140,119v0,81,76,91,121,47r-3,38v-14,13,-37,19,-67,19v-57,0,-88,-39,-88,-97xm115,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":215},"\u00c9":{"d":"85,-226r-13,72r86,0r-6,30r-85,0r-16,92r117,0r-6,32r-154,0r46,-258r155,0r-5,32r-119,0xm171,-337r-40,59r-24,0r30,-59r34,0","w":192},"\u00d1":{"d":"176,4r-100,-183r-30,179r-36,0r46,-258r14,0r98,176r30,-176r35,0r-46,262r-11,0xm118,-315v24,0,49,30,64,0r15,0v-17,46,-49,40,-80,23v-8,0,-16,5,-22,14r-16,0v6,-17,20,-36,39,-37","w":229},"\u00d6":{"d":"105,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,34,91,94v0,94,-47,172,-138,172xm149,-231v-53,0,-91,79,-90,132v0,39,16,71,52,72v62,0,96,-71,95,-137v0,-44,-19,-67,-57,-67xm94,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm177,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":242},"\u00dc":{"d":"171,-17v-51,41,-162,26,-146,-62r32,-179r37,0r-33,188v-3,46,61,55,88,28v11,-10,18,-23,21,-40r31,-176r37,0r-32,180v-5,26,-16,46,-35,61xm84,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm167,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":233},"\u00e1":{"d":"11,-60v0,-64,44,-132,109,-132v30,0,52,6,65,16v-7,58,-38,117,-16,176r-34,0v-2,-4,-4,-10,-6,-19v-33,37,-118,30,-118,-41xm148,-157v-53,-31,-102,34,-102,96v0,43,45,46,66,19v22,-28,26,-75,36,-115xm177,-274r-40,59r-24,0r30,-59r34,0","w":189},"\u00e0":{"d":"11,-60v0,-64,44,-132,109,-132v30,0,52,6,65,16v-7,58,-38,117,-16,176r-34,0v-2,-4,-4,-10,-6,-19v-33,37,-118,30,-118,-41xm148,-157v-53,-31,-102,34,-102,96v0,43,45,46,66,19v22,-28,26,-75,36,-115xm115,-215r-27,-59r34,0r11,59r-18,0","w":189},"\u00e2":{"d":"11,-60v0,-64,44,-132,109,-132v30,0,52,6,65,16v-7,58,-38,117,-16,176r-34,0v-2,-4,-4,-10,-6,-19v-33,37,-118,30,-118,-41xm148,-157v-53,-31,-102,34,-102,96v0,43,45,46,66,19v22,-28,26,-75,36,-115xm152,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":189},"\u00e4":{"d":"11,-60v0,-64,44,-132,109,-132v30,0,52,6,65,16v-7,58,-38,117,-16,176r-34,0v-2,-4,-4,-10,-6,-19v-33,37,-118,30,-118,-41xm148,-157v-53,-31,-102,34,-102,96v0,43,45,46,66,19v22,-28,26,-75,36,-115xm67,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm150,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":189},"\u00e3":{"d":"11,-60v0,-64,44,-132,109,-132v30,0,52,6,65,16v-7,58,-38,117,-16,176r-34,0v-2,-4,-4,-10,-6,-19v-33,37,-118,30,-118,-41xm148,-157v-53,-31,-102,34,-102,96v0,43,45,46,66,19v22,-28,26,-75,36,-115xm111,-252v24,0,49,30,64,0r15,0v-17,46,-49,40,-80,23v-8,0,-16,5,-22,14r-16,0v6,-17,20,-36,39,-37","w":189},"\u00e5":{"d":"11,-60v0,-64,44,-132,109,-132v30,0,52,6,65,16v-7,58,-38,117,-16,176r-34,0v-2,-4,-4,-10,-6,-19v-33,37,-118,30,-118,-41xm148,-157v-53,-31,-102,34,-102,96v0,43,45,46,66,19v22,-28,26,-75,36,-115xm174,-246v0,20,-17,31,-39,31v-22,0,-39,-11,-39,-31v0,-39,78,-42,78,0xm159,-246v-2,-21,-46,-21,-47,0v0,11,7,16,23,16v12,1,24,-5,24,-16","w":189},"\u00e7":{"d":"16,-69v0,-83,71,-149,147,-113r-6,28v-52,-33,-106,20,-106,79v0,51,55,63,91,34r-4,34v-54,27,-122,5,-122,-62xm88,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":165},"\u00e9":{"d":"187,-146v0,58,-82,82,-132,57v-17,57,48,83,89,49r-3,34v-64,24,-123,4,-123,-72v0,-62,46,-115,108,-114v34,0,61,14,61,46xm60,-113v32,13,94,7,94,-29v0,-14,-10,-22,-30,-22v-30,0,-52,17,-64,51xm173,-274r-40,59r-24,0r30,-59r34,0","w":193},"\u00e8":{"d":"187,-146v0,58,-82,82,-132,57v-17,57,48,83,89,49r-3,34v-64,24,-123,4,-123,-72v0,-62,46,-115,108,-114v34,0,61,14,61,46xm60,-113v32,13,94,7,94,-29v0,-14,-10,-22,-30,-22v-30,0,-52,17,-64,51xm123,-215r-27,-59r34,0r11,59r-18,0","w":193},"\u00ea":{"d":"187,-146v0,58,-82,82,-132,57v-17,57,48,83,89,49r-3,34v-64,24,-123,4,-123,-72v0,-62,46,-115,108,-114v34,0,61,14,61,46xm60,-113v32,13,94,7,94,-29v0,-14,-10,-22,-30,-22v-30,0,-52,17,-64,51xm151,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":193},"\u00eb":{"d":"187,-146v0,58,-82,82,-132,57v-17,57,48,83,89,49r-3,34v-64,24,-123,4,-123,-72v0,-62,46,-115,108,-114v34,0,61,14,61,46xm60,-113v32,13,94,7,94,-29v0,-14,-10,-22,-30,-22v-30,0,-52,17,-64,51xm66,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm149,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":193},"\u00ed":{"d":"24,0r29,-160r-25,0r6,-28r57,0r-33,188r-34,0xm108,-274r-40,59r-24,0r30,-59r34,0","w":110},"\u00ec":{"d":"24,0r29,-160r-25,0r6,-28r57,0r-33,188r-34,0xm63,-215r-27,-59r34,0r11,59r-18,0","w":110},"\u00ee":{"d":"42,0r29,-160r-25,0r6,-28r57,0r-33,188r-34,0xm114,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":110},"\u00ef":{"d":"24,0r29,-160r-25,0r6,-28r57,0r-33,188r-34,0xm24,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm107,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":110},"\u00f1":{"d":"128,0r22,-134v2,-46,-64,-29,-78,-6r-25,140r-33,0r26,-154v0,-12,-2,-22,-4,-31r33,-7v3,17,4,26,4,28v24,-39,119,-43,113,24v-4,49,-16,93,-23,140r-35,0xm104,-252v24,0,49,30,64,0r15,0v-17,46,-49,40,-80,23v-8,0,-16,5,-22,14r-16,0v6,-17,20,-36,39,-37","w":196},"\u00f3":{"d":"83,4v-45,0,-69,-28,-70,-73v-1,-64,43,-124,104,-123v45,1,72,25,71,71v-1,66,-37,124,-105,125xm113,-165v-44,2,-64,49,-65,94v0,32,13,47,40,47v42,0,66,-51,65,-95v0,-30,-13,-46,-40,-46xm161,-274r-40,59r-24,0r30,-59r34,0","w":193},"\u00f2":{"d":"83,4v-45,0,-69,-28,-70,-73v-1,-64,43,-124,104,-123v45,1,72,25,71,71v-1,66,-37,124,-105,125xm113,-165v-44,2,-64,49,-65,94v0,32,13,47,40,47v42,0,66,-51,65,-95v0,-30,-13,-46,-40,-46xm116,-215r-27,-59r34,0r11,59r-18,0","w":193},"\u00f4":{"d":"83,4v-45,0,-69,-28,-70,-73v-1,-64,43,-124,104,-123v45,1,72,25,71,71v-1,66,-37,124,-105,125xm113,-165v-44,2,-64,49,-65,94v0,32,13,47,40,47v42,0,66,-51,65,-95v0,-30,-13,-46,-40,-46xm142,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":193},"\u00f6":{"d":"83,4v-45,0,-69,-28,-70,-73v-1,-64,43,-124,104,-123v45,1,72,25,71,71v-1,66,-37,124,-105,125xm113,-165v-44,2,-64,49,-65,94v0,32,13,47,40,47v42,0,66,-51,65,-95v0,-30,-13,-46,-40,-46xm62,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm145,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":193},"\u00f5":{"d":"83,4v-45,0,-69,-28,-70,-73v-1,-64,43,-124,104,-123v45,1,72,25,71,71v-1,66,-37,124,-105,125xm113,-165v-44,2,-64,49,-65,94v0,32,13,47,40,47v42,0,66,-51,65,-95v0,-30,-13,-46,-40,-46xm100,-252v24,0,49,30,64,0r15,0v-17,46,-49,40,-80,23v-8,0,-16,5,-22,14r-16,0v6,-17,20,-36,39,-37","w":193},"\u00fa":{"d":"132,-27v-24,48,-128,44,-113,-38r22,-123r35,0r-24,134v-1,37,46,34,67,15v36,-32,26,-99,42,-149r36,0r-35,188r-35,0xm165,-274r-40,59r-24,0r30,-59r34,0","w":200},"\u00f9":{"d":"132,-27v-24,48,-128,44,-113,-38r22,-123r35,0r-24,134v-1,37,46,34,67,15v36,-32,26,-99,42,-149r36,0r-35,188r-35,0xm120,-215r-27,-59r34,0r11,59r-18,0","w":200},"\u00fb":{"d":"132,-27v-24,48,-128,44,-113,-38r22,-123r35,0r-24,134v-1,37,46,34,67,15v36,-32,26,-99,42,-149r36,0r-35,188r-35,0xm151,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":200},"\u00fc":{"d":"132,-27v-24,48,-128,44,-113,-38r22,-123r35,0r-24,134v-1,37,46,34,67,15v36,-32,26,-99,42,-149r36,0r-35,188r-35,0xm66,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm149,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":200},"\u2020":{"d":"85,-164r-65,0r4,-24r65,0r10,-55r26,0r-10,55r65,0r-4,24r-65,0r-37,208r-15,15r-11,-15","w":165},"\u00b0":{"d":"152,-225v0,20,-17,37,-37,37v-20,0,-37,-16,-37,-37v0,-21,17,-37,37,-37v20,0,37,17,37,37xm139,-225v0,-13,-11,-25,-24,-25v-14,0,-25,11,-25,25v0,13,12,24,25,24v13,0,24,-11,24,-24"},"\u00a2":{"d":"31,-75v0,-53,34,-94,85,-94r14,-45r17,0r-13,47v11,3,20,8,28,14r-7,25v-8,-7,-18,-13,-28,-16r-29,103v16,3,33,-4,48,-12r-4,27v-15,6,-30,8,-50,8r-13,45r-21,0r15,-49v-18,-2,-42,-32,-42,-53xm109,-144v-39,0,-64,73,-29,98"},"\u00a3":{"d":"14,-21v25,-11,48,-59,45,-101r-31,0r4,-26r27,0v-6,-85,39,-125,115,-108v8,2,13,6,16,10r-16,26v-45,-30,-87,2,-80,72r37,0r-4,26r-33,0v1,26,-9,84,-25,93v26,19,81,15,94,-12r21,23v-7,15,-44,33,-67,33v-36,0,-59,-20,-98,-9","w":190},"\u00a7":{"d":"29,-126v0,-15,12,-36,23,-39v-10,-6,-14,-16,-14,-31v0,-63,83,-84,127,-49r-15,27v-17,-26,-106,-4,-65,29v19,15,68,14,68,51v0,16,-7,31,-21,43v45,40,-12,99,-66,99v-26,0,-46,-5,-59,-16r16,-31v20,19,89,27,87,-16v-1,-32,-81,-24,-81,-67xm77,-155v-31,24,-4,44,34,47v12,-14,8,-38,-10,-40v-5,-1,-13,-4,-24,-7","w":163},"\u2022":{"d":"44,-101v0,-27,24,-51,51,-51v27,0,51,24,51,51v0,27,-24,51,-51,51v-27,0,-51,-24,-51,-51"},"\u00b6":{"d":"121,-29v-47,2,-92,-38,-92,-88v0,-72,63,-116,133,-122r2,-19r31,0r-2,16v11,-1,18,-1,24,-1r0,23r-27,0r-31,167v7,0,16,-3,28,-7r4,24v-13,5,-26,8,-37,8v-14,54,-22,94,-69,94v-26,0,-43,-4,-51,-12r10,-27v41,21,68,6,77,-56xm158,-214v-57,11,-97,128,-30,157","w":215},"\u00df":{"d":"111,-159v6,-22,36,-27,36,-57v0,-23,-37,-25,-50,-9v-6,8,-12,23,-16,46r-35,199v-6,28,-35,49,-66,52r-2,-21v21,-6,33,-22,38,-50r36,-205v9,-35,29,-60,70,-61v32,0,55,11,57,39v2,27,-24,47,-32,62v16,14,43,33,43,67v0,60,-46,118,-107,96r11,-26v37,10,59,-26,60,-61v1,-37,-35,-39,-43,-71","w":196},"\u00ae":{"d":"137,2v-65,0,-119,-54,-119,-118v0,-64,55,-119,119,-119v64,0,119,55,119,119v0,64,-54,118,-119,118xm137,-17v53,0,99,-46,99,-99v0,-53,-46,-99,-99,-99v-53,0,-99,46,-99,99v0,53,46,99,99,99xm174,-45r-37,-62r-21,0r0,62r-21,0r0,-146v44,-2,90,0,90,41v0,19,-9,31,-28,39r40,66r-23,0xm116,-124v27,-1,48,3,48,-25v0,-21,-22,-26,-48,-24r0,49","w":256},"\u00a9":{"d":"137,2v-65,0,-119,-54,-119,-118v0,-64,55,-119,119,-119v64,0,119,55,119,119v0,64,-54,118,-119,118xm137,-17v53,0,99,-46,99,-99v0,-53,-46,-99,-99,-99v-53,0,-99,46,-99,99v0,53,46,99,99,99xm97,-115v-6,45,47,73,74,41r11,15v-41,42,-106,5,-106,-58v0,-55,50,-92,100,-68r-6,17v-35,-22,-79,9,-73,53","w":256},"\u2122":{"d":"88,-243r0,113r-18,0r0,-113r-36,0r0,-16r92,0r0,16r-38,0xm220,-130r-14,-87r-26,88r-10,0r-28,-90r-13,89r-17,0r20,-129r13,0r30,100r29,-100r13,0r20,129r-17,0","w":228},"\u00b4":{"d":"161,-274r-40,59r-24,0r30,-59r34,0"},"\u00a8":{"d":"66,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm149,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20"},"\u2260":{"d":"147,-185r24,0r-25,31r25,0r0,25r-45,0r-28,35r73,0r0,25r-94,0r-29,35r-24,0r29,-35r-29,0r0,-25r49,0r29,-35r-78,0r0,-25r98,0"},"\u00c6":{"d":"137,-54r-77,0r-33,54r-42,0r170,-258r172,0r-6,32r-117,0r-12,72r83,0r-5,30r-83,0r-17,92r115,0r-5,32r-152,0xm167,-220r-91,140r66,0","w":312},"\u00d8":{"d":"35,-37v-55,-116,63,-285,182,-204r18,-21r35,0r-37,42v36,102,-21,224,-128,224v-21,0,-38,-5,-52,-18r-16,18r-37,0xm63,-69r129,-145v-76,-61,-152,61,-129,145xm77,-42v75,52,145,-54,127,-145","w":242},"\u221e":{"d":"190,-118v0,46,-64,52,-85,13v-22,39,-86,33,-86,-13v0,-44,64,-50,85,-15v21,-34,86,-30,86,15xm115,-118v10,14,22,20,34,20v15,0,23,-6,23,-20v0,-30,-41,-24,-57,0xm94,-118v-12,-13,-22,-20,-31,-20v-16,0,-25,6,-25,20v0,31,44,23,56,0"},"\u00b1":{"d":"112,-124r62,0r0,25r-62,0r0,60r-24,0r0,-60r-61,0r0,-25r61,0r0,-60r24,0r0,60xm174,-21r0,25r-147,0r0,-25r147,0"},"\u2264":{"d":"26,-104r0,-22r130,-62r0,28r-100,45r100,45r0,29xm169,-21r0,25r-148,0r0,-25r148,0"},"\u2265":{"d":"169,-104r-130,63r0,-29r100,-45r-100,-45r0,-28r130,62r0,22xm27,-21r147,0r0,25r-147,0r0,-25"},"\u00a5":{"d":"126,-115r-4,19r44,0r-4,23r-44,0r-13,73r-35,0r13,-73r-43,0r4,-23r43,0r3,-19r-58,-143r37,0r43,110r82,-110r39,0","w":200},"\u03bc":{"d":"127,-26v-12,25,-57,39,-87,23r-13,77r-34,0r47,-262r33,0r-21,128v-4,38,46,42,66,23v8,-8,13,-13,14,-15r24,-136r33,0r-33,188r-33,0","w":200},"\u2202":{"d":"14,-58v0,-71,51,-129,119,-129v-16,-31,-36,-46,-76,-58r14,-28v65,9,120,74,120,146v0,72,-41,131,-111,131v-40,0,-66,-23,-66,-62xm83,-26v57,0,91,-86,63,-136v-51,-3,-98,45,-98,96v0,21,15,40,35,40","w":197},"\u2211":{"d":"88,-226r53,96r-93,129r113,0r0,31r-157,0r0,-31r95,-129r-53,-99r0,-29r153,0r0,32r-111,0"},"\u220f":{"d":"94,-226r-45,256r-35,0r45,-256r-37,0r5,-32r208,0r-6,32r-31,0r-45,256r-36,0r45,-256r-68,0","w":198},"\u03c0":{"d":"202,-28r-4,28v-38,14,-71,-6,-63,-52r18,-108r-60,0r-28,160r-34,0r28,-160r-29,0r5,-28r184,0r-5,28r-27,0r-20,120v-1,19,22,21,35,12","w":216},"\u222b":{"d":"-31,55r20,-28v12,19,38,25,52,4v7,-9,11,-18,13,-29r33,-189v3,-59,78,-104,127,-61r-19,26v-30,-27,-60,-15,-70,40v-14,78,-14,181,-57,235v-23,29,-74,28,-99,2"},"\u00aa":{"d":"39,-170v-6,-63,67,-117,124,-81v-5,39,-31,89,-6,124r-23,0v-5,-5,-9,-9,-10,-14v-23,29,-91,18,-85,-29xm138,-236v-36,-20,-71,24,-71,64v0,17,7,26,23,26v32,0,41,-58,48,-90","w":162},"\u00ba":{"d":"97,-126v-32,0,-52,-19,-53,-50v0,-49,27,-86,76,-86v32,0,51,19,51,50v0,49,-26,86,-74,86xm116,-243v-31,0,-45,31,-45,65v0,18,12,34,30,33v29,0,44,-34,43,-66v0,-21,-9,-32,-28,-32","w":165},"\u03a9":{"d":"244,-167v0,64,-31,116,-73,141r51,0r-5,26r-89,0r4,-27v46,-37,75,-67,75,-136v0,-45,-20,-67,-59,-67v-91,0,-112,153,-53,204r-4,26r-88,0r4,-26r47,0v-69,-78,-15,-236,100,-236v60,0,90,32,90,95","w":240},"\u00e6":{"d":"301,-146v1,58,-82,82,-132,57v-17,57,48,83,89,49r-3,34v-40,14,-73,16,-97,-12v0,7,0,13,-1,18r-33,0v0,-5,1,-14,3,-27v-8,17,-33,31,-57,31v-39,-1,-59,-24,-59,-64v0,-64,44,-132,109,-132v24,0,45,2,60,7r-2,13v35,-29,122,-31,123,26xm146,-159v-62,-26,-101,37,-100,98v0,25,11,37,32,37v45,0,61,-84,68,-135xm174,-113v33,13,93,5,94,-31v1,-24,-57,-27,-70,-5v-10,10,-19,22,-24,36","w":304},"\u00f8":{"d":"22,-29v-41,-89,53,-206,144,-148r14,-15r29,0r-30,32v39,89,-52,206,-143,149r-14,15r-32,0xm142,-153v-51,-39,-105,32,-93,96xm59,-35v54,38,104,-33,93,-97","w":193},"\u00bf":{"d":"116,-167v0,13,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,12,-25,25,-25v13,0,25,12,25,25xm98,-113v19,68,-66,78,-70,136v-2,31,47,28,63,13r11,23v-28,25,-108,22,-108,-35v0,-69,84,-76,87,-137r17,0","w":132},"\u00a1":{"d":"110,-167v0,13,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,12,25,25xm84,-121v0,94,-8,124,-21,195r-40,0v14,-80,16,-98,48,-195r13,0","w":132},"\u00ac":{"d":"169,-156r0,86r-25,0r0,-61r-123,0r0,-25r148,0"},"\u221a":{"d":"132,-237r-67,237r-25,0r-37,-47r17,-15r26,34r66,-231r79,0r0,22r-59,0"},"\u0192":{"d":"158,-234v-36,-14,-52,3,-61,46r43,0r-3,23r-44,0r-29,177v-6,34,-33,55,-68,60r-3,-21v15,-2,32,-25,35,-39r31,-177r-27,0r4,-23r26,0v11,-60,48,-89,102,-72","w":144},"\u2248":{"d":"145,-105v-31,0,-69,-41,-94,-7r-7,-3v3,-20,21,-40,43,-40v33,-1,70,47,92,5r9,3v-5,20,-21,42,-43,42xm122,-40v-31,-1,-69,-41,-94,-7r-7,-3v3,-20,21,-40,43,-40v33,0,70,47,92,5r9,3v-4,21,-20,42,-43,42"},"\u0394":{"d":"4,0r4,-22r134,-236r25,0r43,236r-4,22r-202,0xm144,-197r-93,167r119,0","w":210},"\u00ab":{"d":"22,-94r2,-11r70,-43r-4,22r-42,27r33,25r-4,22xm94,-94r2,-11r70,-43r-4,22r-42,27r33,25r-4,22"},"\u00bb":{"d":"99,-94r-69,42r4,-22r41,-25r-32,-27r4,-22r54,43xm170,-94r-69,42r4,-22r41,-25r-32,-27r4,-22r54,43"},"\u2026":{"d":"44,-49v14,0,26,11,26,26v0,15,-12,27,-26,27v-14,0,-26,-12,-26,-27v0,-14,11,-26,26,-26xm132,-49v15,0,27,12,27,26v0,14,-13,27,-27,27v-14,0,-26,-13,-26,-27v0,-14,12,-26,26,-26xm220,-49v15,0,27,12,27,26v0,14,-13,27,-27,27v-14,0,-26,-13,-26,-27v0,-14,12,-26,26,-26","w":264},"\u00a0":{"w":108},"\u00c0":{"d":"165,0r-9,-54r-92,0r-30,54r-40,0r151,-261r9,0r51,261r-40,0xm137,-190r-59,110r75,0xm142,-278r-27,-59r34,0r11,59r-18,0","w":219},"\u00c3":{"d":"165,0r-9,-54r-92,0r-30,54r-40,0r151,-261r9,0r51,261r-40,0xm137,-190r-59,110r75,0xm130,-315v24,0,49,30,64,0r15,0v-17,46,-49,40,-80,23v-8,0,-16,5,-22,14r-16,0v6,-17,20,-36,39,-37","w":219},"\u00d5":{"d":"103,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,34,91,94v0,94,-47,172,-138,172xm147,-231v-53,0,-91,79,-90,132v0,39,16,71,52,72v62,0,96,-71,95,-137v0,-44,-19,-67,-57,-67xm144,-315v24,0,49,30,64,0r15,0v-17,46,-49,40,-80,23v-8,0,-16,5,-22,14r-16,0v6,-17,20,-36,39,-37","w":242},"\u0152":{"d":"9,-95v0,-89,49,-166,130,-167v32,0,56,9,71,27r4,-23r154,0r-6,32r-119,0r-12,72r85,0r-5,30r-85,0r-17,92r117,0r-6,32r-152,0r5,-24v-18,19,-45,28,-81,28v-54,0,-83,-43,-83,-99xm133,-230v-54,0,-87,71,-87,131v0,36,18,72,52,72v64,-1,96,-65,95,-137v0,-44,-20,-66,-60,-66","w":357},"\u0153":{"d":"182,-89v-14,59,49,82,90,49r-4,34v-45,17,-96,13,-113,-25v-38,55,-145,47,-145,-38v0,-63,43,-125,104,-123v30,0,52,11,63,33v20,-22,45,-33,76,-33v35,0,61,14,62,46v2,58,-82,82,-133,57xm85,-24v43,1,66,-51,65,-95v0,-30,-13,-46,-40,-46v-41,-1,-66,51,-65,94v0,32,13,47,40,47xm188,-113v33,14,92,4,94,-31v1,-24,-57,-27,-71,-5v-10,10,-18,21,-23,36","w":320},"\u2013":{"d":"15,-94r4,-23r92,0r-4,23r-92,0","w":132},"\u2014":{"d":"15,-94r4,-23r230,0r-4,23r-230,0","w":264},"\u201c":{"d":"176,-239v-23,16,0,37,3,55v-2,17,-11,26,-28,26v-19,0,-25,-11,-24,-31v3,-31,20,-56,53,-76r10,15xm96,-239v-24,16,-2,37,2,55v-2,17,-10,26,-27,26v-19,0,-26,-11,-25,-31v3,-31,20,-56,53,-76r11,15"},"\u201d":{"d":"140,-185v23,-16,0,-37,-3,-55v1,-17,11,-25,28,-25v19,0,25,11,24,31v-3,31,-20,56,-53,76r-10,-16xm59,-185v23,-16,0,-37,-3,-55v1,-17,11,-25,28,-25v19,-1,27,12,24,31v-4,31,-20,56,-53,76r-10,-16"},"\u2018":{"d":"106,-239v-24,16,-2,37,2,55v-2,17,-10,26,-27,26v-19,0,-26,-11,-25,-31v3,-31,20,-56,53,-76r11,15","w":132,"k":{"\u2018":35}},"\u2019":{"d":"68,-185v23,-16,0,-37,-3,-55v1,-17,10,-25,27,-25v19,0,26,11,25,31v-3,31,-20,56,-53,76r-11,-16","w":132,"k":{"\u2019":35,"t":31,"s":25," ":20}},"\u00f7":{"d":"102,-202v14,0,27,12,27,26v0,14,-13,27,-27,27v-14,0,-26,-13,-26,-27v0,-13,13,-26,26,-26xm175,-124r0,25r-147,0r0,-25r147,0xm102,-70v15,0,27,12,27,26v0,14,-13,27,-27,27v-14,0,-26,-13,-26,-27v0,-14,12,-26,26,-26"},"\u25ca":{"d":"97,-250r73,125r-73,125r-20,0r-69,-125r69,-125r20,0xm87,-233r-60,108r60,108r63,-108","w":177},"\u00ff":{"d":"5,74r0,-34v42,0,57,-11,67,-39v-17,0,-28,-16,-33,-49r-24,-140r37,0r20,136v2,13,7,21,15,21r68,-157r37,0r-94,210v-17,37,-38,52,-93,52xm59,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm142,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":177},"\u0178":{"d":"126,-115r-21,115r-35,0r20,-115r-58,-143r37,0r43,110r82,-110r39,0xm75,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm158,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":205},"\u2044":{"d":"23,6r-22,0r171,-268r22,0","w":190},"\u2215":{"d":"23,6r-22,0r171,-268r22,0","w":190},"\u20ac":{"d":"49,-165v13,-67,87,-117,160,-81r-17,30v-43,-33,-96,12,-103,51r75,0r-7,27r-76,0v-2,7,-3,14,-4,21r73,0r-7,26r-67,0v-3,71,64,81,100,38r0,37v-13,13,-32,20,-58,20v-53,1,-80,-41,-80,-95r-22,0r0,-26r24,0r3,-21r-27,0r0,-27r33,0"},"\u2039":{"d":"29,-94r2,-11r70,-43r-4,22r-42,27r33,25r-4,22","w":132},"\u203a":{"d":"98,-94r-69,42r4,-22r41,-25r-32,-27r4,-22r54,43","w":132},"\uf001":{"d":"147,0r28,-165r-82,0r-29,177v-6,34,-33,55,-68,60r-3,-21v15,-2,32,-25,35,-39r31,-177r-27,0r4,-23r26,0v11,-60,48,-89,102,-72r-6,26v-36,-14,-52,3,-61,46r116,0r-32,188r-34,0xm177,-239v0,-13,12,-23,24,-23v11,0,23,11,23,23v0,11,-11,25,-23,23v-12,2,-24,-11,-24,-23","w":229},"\ufb01":{"d":"147,0r28,-165r-82,0r-29,177v-6,34,-33,55,-68,60r-3,-21v15,-2,32,-25,35,-39r31,-177r-27,0r4,-23r26,0v11,-60,48,-89,102,-72r-6,26v-36,-14,-52,3,-61,46r116,0r-32,188r-34,0xm177,-239v0,-13,12,-23,24,-23v11,0,23,11,23,23v0,11,-11,25,-23,23v-12,2,-24,-11,-24,-23","w":229},"\uf002":{"d":"62,-188v2,-64,80,-99,128,-60r2,-17r36,0r-43,214v0,21,6,29,25,30r-4,25v-66,-4,-59,-35,-47,-99r24,-124v-12,-19,-53,-29,-70,-6v-7,10,-13,21,-16,37r43,0r-3,23r-44,0r-29,177v-6,34,-33,55,-68,60r-3,-21v15,-2,32,-25,35,-39r31,-177r-27,0r4,-23r26,0","w":242},"\ufb02":{"d":"62,-188v2,-64,80,-99,128,-60r2,-17r36,0r-43,214v0,21,6,29,25,30r-4,25v-66,-4,-59,-35,-47,-99r24,-124v-12,-19,-53,-29,-70,-6v-7,10,-13,21,-16,37r43,0r-3,23r-44,0r-29,177v-6,34,-33,55,-68,60r-3,-21v15,-2,32,-25,35,-39r31,-177r-27,0r4,-23r26,0","w":242},"\u2021":{"d":"156,-67r-4,25r-65,0r-15,86r-16,16r-10,-16r15,-86r-65,0r4,-25r65,0r17,-97r-65,0r4,-24r65,0r10,-55r27,0r-10,55r65,0r-5,24r-65,0r-17,97r65,0","w":165},"\u2219":{"d":"36,-114v0,-14,12,-27,26,-27v14,0,27,13,27,27v0,14,-13,26,-27,26v-13,0,-26,-13,-26,-26","w":132},"\u201a":{"d":"35,31v24,-15,2,-36,-2,-54v1,-17,10,-26,27,-26v19,0,26,11,25,31v-3,31,-21,56,-54,76r-10,-15","w":132},"\u201e":{"d":"107,31v24,-15,2,-36,-2,-54v2,-17,10,-26,27,-26v19,0,26,11,25,31v-3,31,-20,56,-53,76r-11,-15xm27,31v23,-16,0,-36,-3,-54v2,-17,11,-26,28,-26v19,0,25,11,24,31v-3,31,-20,56,-53,76r-11,-15"},"\u2030":{"d":"27,4r-22,0r202,-266r22,0xm135,-219v1,39,-25,79,-61,78v-26,0,-40,-15,-40,-43v0,-39,24,-78,63,-78v25,0,38,17,38,43xm75,-159v26,0,38,-31,38,-60v0,-17,-7,-25,-20,-25v-23,-1,-37,32,-37,57v0,19,6,28,19,28xm204,-74v1,39,-25,79,-61,78v-26,0,-40,-15,-40,-43v0,-39,24,-78,63,-78v25,0,38,17,38,43xm145,-14v25,1,38,-30,37,-60v0,-17,-7,-25,-20,-25v-23,-2,-37,32,-36,57v0,19,6,28,19,28xm319,-74v0,39,-26,79,-62,78v-26,0,-39,-15,-39,-43v-1,-40,24,-78,62,-78v26,0,38,18,39,43xm259,-14v26,0,38,-31,38,-60v0,-17,-7,-25,-20,-25v-23,-2,-37,31,-37,57v0,19,6,28,19,28","w":328},"\u00c2":{"d":"165,0r-9,-54r-92,0r-30,54r-40,0r151,-261r9,0r51,261r-40,0xm137,-190r-59,110r75,0xm175,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":219},"\u00ca":{"d":"85,-226r-13,72r86,0r-6,30r-85,0r-16,92r117,0r-6,32r-154,0r46,-258r155,0r-5,32r-119,0xm161,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":192},"\u00c1":{"d":"165,0r-9,-54r-92,0r-30,54r-40,0r151,-261r9,0r51,261r-40,0xm137,-190r-59,110r75,0xm186,-337r-40,59r-24,0r30,-59r34,0","w":219},"\u00cb":{"d":"85,-226r-13,72r86,0r-6,30r-85,0r-16,92r117,0r-6,32r-154,0r46,-258r155,0r-5,32r-119,0xm78,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm161,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":192},"\u00c8":{"d":"85,-226r-13,72r86,0r-6,30r-85,0r-16,92r117,0r-6,32r-154,0r46,-258r155,0r-5,32r-119,0xm136,-278r-27,-59r34,0r11,59r-18,0","w":192},"\u00cd":{"d":"13,0r46,-258r36,0r-46,258r-36,0xm132,-337r-40,59r-24,0r30,-59r34,0","w":100},"\u00ce":{"d":"13,0r46,-258r36,0r-46,258r-36,0xm108,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":100},"\u00cf":{"d":"13,0r46,-258r36,0r-46,258r-36,0xm20,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm103,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":100},"\u00cc":{"d":"13,0r46,-258r36,0r-46,258r-36,0xm76,-278r-27,-59r34,0r11,59r-18,0","w":100},"\u00d3":{"d":"103,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,34,91,94v0,94,-47,172,-138,172xm147,-231v-53,0,-91,79,-90,132v0,39,16,71,52,72v62,0,96,-71,95,-137v0,-44,-19,-67,-57,-67xm201,-337r-40,59r-24,0r30,-59r34,0","w":242},"\u00d4":{"d":"103,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,34,91,94v0,94,-47,172,-138,172xm147,-231v-53,0,-91,79,-90,132v0,39,16,71,52,72v62,0,96,-71,95,-137v0,-44,-19,-67,-57,-67xm187,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":242},"\uf000":{"d":"22,-62r0,-135r136,0r0,135r-136,0xm45,-84r90,0r0,-90r-90,0r0,90","w":180},"\u00d2":{"d":"103,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,34,91,94v0,94,-47,172,-138,172xm147,-231v-53,0,-91,79,-90,132v0,39,16,71,52,72v62,0,96,-71,95,-137v0,-44,-19,-67,-57,-67xm162,-278r-27,-59r34,0r11,59r-18,0","w":242},"\u00da":{"d":"171,-17v-51,41,-162,26,-146,-62r32,-179r37,0r-33,188v-3,46,61,55,88,28v11,-10,18,-23,21,-40r31,-176r37,0r-32,180v-5,26,-16,46,-35,61xm196,-337r-40,59r-24,0r30,-59r34,0","w":233},"\u00db":{"d":"171,-17v-51,41,-162,26,-146,-62r32,-179r37,0r-33,188v-3,46,61,55,88,28v11,-10,18,-23,21,-40r31,-176r37,0r-32,180v-5,26,-16,46,-35,61xm179,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":233},"\u00d9":{"d":"171,-17v-51,41,-162,26,-146,-62r32,-179r37,0r-33,188v-3,46,61,55,88,28v11,-10,18,-23,21,-40r31,-176r37,0r-32,180v-5,26,-16,46,-35,61xm149,-278r-27,-59r34,0r11,59r-18,0","w":233},"\u0131":{"d":"24,0r29,-160r-25,0r6,-28r57,0r-33,188r-34,0","w":110},"\u02c6":{"d":"142,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0"},"\u02dc":{"d":"102,-252v24,0,49,30,64,0r15,0v-17,46,-49,40,-80,23v-8,0,-16,5,-22,14r-16,0v6,-17,20,-36,39,-37"},"\u02c9":{"d":"183,-240r-4,25r-130,0r4,-25r130,0"},"\u02d8":{"d":"191,-272v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0"},"\u02d9":{"d":"109,-236v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21"},"\u02da":{"d":"157,-246v0,20,-17,31,-39,31v-22,0,-39,-11,-39,-31v0,-39,78,-42,78,0xm142,-246v-2,-21,-46,-21,-47,0v0,11,7,16,23,16v12,1,24,-5,24,-16"},"\u00b8":{"d":"78,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10"},"\u02dd":{"d":"128,-265r-35,50r-25,0r25,-50r35,0xm193,-265r-35,50r-25,0r25,-50r35,0"},"\u02db":{"d":"133,59v-32,15,-71,5,-71,-29v0,-24,16,-43,46,-58r5,28v-14,7,-22,15,-22,26v1,20,28,15,42,7r0,26"},"\u02c7":{"d":"188,-275r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0"},"\u0141":{"d":"9,-136r32,-12r19,-110r36,0r-17,96r27,-10r0,23r-31,11r-19,106r117,0r-6,32r-152,0r22,-124r-28,10r0,-22","w":182},"\u0142":{"d":"58,-51v0,21,6,29,25,30r-4,25v-86,2,-49,-74,-40,-136r-27,12r0,-20r31,-14r23,-111r35,0r-19,94r24,-12r0,21r-29,13","w":106},"\u0160":{"d":"148,-107v43,77,-49,142,-133,99r11,-34v26,20,102,23,98,-24v-5,-55,-87,-58,-87,-122v0,-67,79,-87,132,-67r-10,34v-31,-25,-108,-7,-83,44v13,24,58,44,72,70xm183,-328r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":173},"\u0161":{"d":"110,-99v53,33,3,103,-55,103v-20,0,-37,-5,-53,-15r17,-32v19,31,102,14,72,-26v-17,-22,-66,-25,-66,-65v0,-53,71,-74,120,-45r-15,31v-22,-31,-86,-13,-64,23v9,9,31,18,44,26xm175,-275r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":145},"\u017d":{"d":"14,0r0,-9r144,-217r-109,0r5,-32r154,0r0,9r-139,217r108,0r-5,32r-158,0xm200,-328r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":198},"\u017e":{"d":"59,-30r94,0r-6,30r-146,0r0,-9r116,-149r-97,0r6,-30r147,0r0,9xm185,-275r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":170},"\u00a6":{"d":"88,-122r0,-127r26,0r0,127r-26,0xm88,49r0,-128r26,0r0,128r-26,0"},"\u00d0":{"d":"219,-158v0,95,-61,159,-151,158r-56,0r22,-124r-28,0r5,-28r27,0r19,-106v85,-16,162,14,162,100xm181,-160v0,-48,-44,-81,-95,-67r-12,75r40,0r-4,28r-41,0r-15,91v82,11,127,-51,127,-127","w":220},"\u00f0":{"d":"11,-69v-2,-76,54,-141,131,-118v-4,-10,-9,-21,-16,-34r-31,16r-8,-15r31,-15v-3,-5,-11,-15,-24,-31r36,-6r18,23r30,-16r9,13r-31,17v53,76,40,243,-75,239v-45,-2,-69,-28,-70,-73xm112,-162v-43,-1,-68,47,-68,91v0,30,14,45,42,45v42,0,66,-47,65,-91v0,-30,-13,-45,-39,-45","w":197},"\u00dd":{"d":"126,-115r-21,115r-35,0r20,-115r-58,-143r37,0r43,110r82,-110r39,0xm178,-327r-40,59r-24,0r30,-59r34,0","w":205},"\u00de":{"d":"84,-224v59,-13,113,14,113,70v0,82,-60,115,-143,99r-10,55r-35,0r45,-258r35,0xm59,-87v51,19,100,-7,100,-62v0,-43,-40,-54,-81,-43","w":195},"\u00fe":{"d":"194,-121v6,81,-75,155,-148,112r-15,84r-34,0r58,-340r35,0r-18,98v34,-42,133,-27,122,46xm50,-37v49,37,117,-14,108,-80v6,-53,-66,-57,-89,-24","w":200},"\u2212":{"d":"169,-124r0,25r-148,0r0,-25r148,0"},"\u00b9":{"d":"73,-105r22,-118r-37,20r4,-20v25,-12,44,-24,56,-37r6,0r-27,155r-24,0","w":162},"\u00b2":{"d":"60,-232v8,-32,89,-45,88,1v-2,37,-47,78,-67,106r59,0r-4,20r-95,0v21,-40,74,-75,83,-121v-5,-28,-41,-17,-52,6","w":162},"\u00b3":{"d":"130,-156v0,46,-62,70,-94,41r14,-18v16,18,57,9,57,-22v0,-15,-9,-23,-27,-23v2,-5,1,-13,4,-17v28,5,48,-47,9,-46v-10,0,-18,3,-23,8r-6,-16v19,-22,74,-16,74,19v0,19,-16,38,-30,43v15,5,22,15,22,31","w":162},"\u00bd":{"d":"52,-105r22,-118r-37,20r4,-20v25,-12,44,-24,56,-37r6,0r-27,155r-24,0xm69,6r-22,0r171,-268r22,0xm184,-127v8,-32,89,-45,88,1v-2,37,-47,78,-67,106r59,0r-4,20r-95,0v21,-40,74,-75,83,-121v-5,-28,-41,-17,-52,6","w":293},"\u00bc":{"d":"248,-37r-6,37r-23,0r6,-37r-71,0r2,-12r106,-106r7,0r-18,100r16,0r-3,18r-16,0xm239,-109r-55,54r45,0xm49,-105r22,-118r-37,20r4,-20v25,-12,44,-24,56,-37r6,0r-27,155r-24,0xm66,6r-22,0r171,-268r22,0","w":293},"\u00be":{"d":"259,-37r-6,37r-23,0r7,-37r-71,0r2,-12r105,-106r7,0r-17,100r15,0r-3,18r-16,0xm250,-109r-55,54r45,0xm118,-156v0,46,-62,70,-94,41r14,-18v16,18,57,9,57,-22v0,-15,-9,-23,-27,-23v2,-5,1,-13,4,-17v28,5,48,-47,9,-46v-10,0,-18,3,-23,8r-6,-16v19,-22,74,-16,74,19v0,19,-16,38,-30,43v15,5,22,15,22,31xm91,6r-22,0r171,-268r22,0","w":293},"\u00b5":{"d":"127,-26v-12,25,-57,39,-87,23r-13,77r-34,0r47,-262r33,0r-21,128v-4,38,46,42,66,23v8,-8,13,-13,14,-15r24,-136r33,0r-33,188r-33,0","w":200},"\u2126":{"d":"244,-167v0,64,-31,116,-73,141r51,0r-5,26r-89,0r4,-27v46,-37,75,-67,75,-136v0,-45,-20,-67,-59,-67v-91,0,-112,153,-53,204r-4,26r-88,0r4,-26r47,0v-69,-78,-15,-236,100,-236v60,0,90,32,90,95","w":240},"\u2206":{"d":"-5,0r4,-22r134,-236r25,0r43,236r-4,22r-202,0xm135,-197r-93,167r119,0","w":210},"\u00fd":{"d":"5,74r0,-34v42,0,57,-11,67,-39v-17,0,-28,-16,-33,-49r-24,-140r37,0r20,136v2,13,7,21,15,21r68,-157r37,0r-94,210v-17,37,-38,52,-93,52xm157,-274r-40,59r-24,0r30,-59r34,0","w":177},"\u00d7":{"d":"96,-128r55,-56r18,18r-56,55r55,56r-17,17r-55,-55r-56,56r-18,-18r56,-55r-56,-57r17,-17"},"\u00ad":{"d":"25,-89r6,-31r75,0r-5,31r-76,0","w":132},"\uf006":{"d":"-24,73r1,-30v40,0,63,-14,69,-44r30,-159r-24,0r5,-28r58,0r-34,185v-10,54,-41,75,-105,76","w":132},"\uf007":{"d":"68,-260v-1,11,15,16,15,27v0,11,-7,18,-19,18v-13,0,-19,-9,-19,-26v0,-20,9,-36,27,-50r10,10v-9,10,-13,10,-14,21","w":132},"\u20a3":{"d":"86,-226r-12,72r90,0r-5,30r-90,0r-22,124r-37,0r46,-258r160,0r-6,32r-124,0xm336,-155v-34,-27,-73,15,-79,47r-19,108r-34,0r34,-188r33,0r-5,30v21,-27,43,-40,79,-31","w":338},"\u011e":{"d":"20,-95v0,-94,61,-168,152,-167v25,0,42,5,52,15r-10,33v-77,-50,-157,24,-157,112v0,73,72,94,119,58r11,-60r-36,0r5,-30r71,0r-20,112v-24,18,-55,26,-93,26v-63,0,-94,-33,-94,-99xm228,-335v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":243},"\u011f":{"d":"154,5v1,67,-111,90,-156,48r16,-25v39,24,97,25,107,-16v0,-35,-71,-10,-73,-45v0,-8,10,-15,30,-23v-33,3,-55,-23,-57,-52v-4,-65,74,-106,126,-71r16,-18r18,19r-17,18v17,45,-14,94,-50,105v-16,5,-25,11,-25,16v1,10,14,5,21,5v29,0,44,13,44,39xm134,-134v0,-17,-13,-32,-31,-31v-46,-7,-70,88,-19,91v26,2,50,-34,50,-60xm197,-272v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":180},"\u0130":{"d":"13,0r46,-258r36,0r-46,258r-36,0xm57,-289v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":100},"\u015e":{"d":"148,-107v43,77,-49,142,-133,99r11,-34v26,20,102,23,98,-24v-5,-55,-87,-58,-87,-122v0,-67,79,-87,132,-67r-10,34v-31,-25,-108,-7,-83,44v13,24,58,44,72,70xm42,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":173},"\u015f":{"d":"110,-99v53,33,3,103,-55,103v-20,0,-37,-5,-53,-15r17,-32v19,31,102,14,72,-26v-17,-22,-66,-25,-66,-65v0,-53,71,-74,120,-45r-15,31v-22,-31,-86,-13,-64,23v9,9,31,18,44,26xm42,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":145},"\u0106":{"d":"25,-93v0,-104,77,-199,187,-161r-10,35v-73,-46,-140,46,-140,119v0,81,76,91,121,47r-3,38v-14,13,-37,19,-67,19v-57,0,-88,-39,-88,-97xm198,-337r-40,59r-24,0r30,-59r34,0","w":215},"\u0107":{"d":"16,-69v0,-83,71,-149,147,-113r-6,28v-52,-33,-106,20,-106,79v0,51,55,63,91,34r-4,34v-54,27,-122,5,-122,-62xm160,-274r-40,59r-24,0r30,-59r34,0","w":165},"\u010c":{"d":"25,-93v0,-104,77,-199,187,-161r-10,35v-73,-46,-140,46,-140,119v0,81,76,91,121,47r-3,38v-14,13,-37,19,-67,19v-57,0,-88,-39,-88,-97xm225,-338r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":215},"\u010d":{"d":"16,-69v0,-83,71,-149,147,-113r-6,28v-52,-33,-106,20,-106,79v0,51,55,63,91,34r-4,34v-54,27,-122,5,-122,-62xm180,-275r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":165},"\u0111":{"d":"14,-66v0,-68,41,-126,105,-125v18,0,32,7,41,22r8,-42r-54,0r4,-23r54,0r6,-31r32,0r-6,31r20,0r-4,23r-20,0r-36,211r-33,0r4,-22v-34,46,-121,26,-121,-44xm122,-163v-44,0,-72,43,-72,90v0,52,48,62,76,31v20,-22,21,-60,28,-94v-2,-12,-16,-27,-32,-27","w":200},"\u00af":{"d":"-1,-271r0,-23r190,0r0,23r-190,0"},"\uf005":{"d":"45,-204v41,-12,-15,-61,26,-61v27,0,20,35,8,50v-8,10,-16,18,-27,23","w":132},"\u00b7":{"d":"36,-114v0,-14,12,-27,26,-27v14,0,27,13,27,27v0,14,-13,26,-27,26v-13,0,-26,-13,-26,-26","w":132},"\u0102":{"d":"165,0r-9,-54r-92,0r-30,54r-40,0r151,-261r9,0r51,261r-40,0xm137,-190r-59,110r75,0xm214,-335v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":219},"\u0103":{"d":"11,-60v0,-64,44,-132,109,-132v30,0,52,6,65,16v-7,58,-38,117,-16,176r-34,0v-2,-4,-4,-10,-6,-19v-33,37,-118,30,-118,-41xm148,-157v-53,-31,-102,34,-102,96v0,43,45,46,66,19v22,-28,26,-75,36,-115xm198,-272v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":189},"\u0104":{"d":"205,0v-24,-4,-41,8,-42,26v-1,20,28,15,41,7r0,26v-32,15,-70,5,-71,-29v0,-18,10,-34,29,-48r-6,-36r-92,0r-30,54r-40,0r151,-261r9,0xm153,-80r-16,-110r-59,110r75,0","w":219},"\u0105":{"d":"176,0v-18,-2,-41,39,-8,40v8,0,15,-3,24,-7r0,26v-31,15,-70,5,-70,-29v0,-15,4,-28,15,-39v-2,-3,-3,-6,-4,-10v-33,37,-118,30,-118,-41v0,-64,44,-132,109,-132v30,0,52,6,65,16v-6,60,-41,117,-13,176xm152,-157v-53,-31,-102,35,-102,96v0,43,45,46,66,19v22,-28,26,-75,36,-115","w":189},"\u010e":{"d":"219,-158v0,95,-61,159,-151,158r-56,0r45,-258v85,-16,162,14,162,100xm181,-160v0,-48,-44,-81,-95,-67r-32,194v82,11,127,-51,127,-127xm193,-338r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":220},"\u010f":{"d":"11,-66v0,-69,42,-125,106,-125v18,0,31,7,40,22r18,-96r32,0r-46,265r-33,0r4,-22v-35,47,-121,25,-121,-44xm120,-163v-44,0,-73,43,-73,90v0,52,48,62,76,31v20,-22,22,-59,28,-94v-3,-12,-15,-27,-31,-27xm216,-204v41,-12,-15,-61,26,-61v27,0,20,35,8,50v-8,10,-16,18,-27,23","w":248},"\u0110":{"d":"219,-158v0,95,-61,159,-151,158r-56,0r22,-124r-28,0r5,-28r27,0r19,-106v85,-16,162,14,162,100xm181,-160v0,-48,-44,-81,-95,-67r-12,75r40,0r-4,28r-41,0r-15,91v82,11,127,-51,127,-127","w":220},"\u0118":{"d":"162,0v-29,-3,-53,3,-53,26v0,19,27,15,41,7r0,26v-45,26,-93,-20,-60,-59r-82,0r46,-258r155,0r-5,32r-119,0r-13,72r86,0r-6,30r-85,0r-16,92r117,0","w":192},"\u0119":{"d":"55,-89v-17,57,48,83,89,49r-3,34v-25,9,-50,8,-50,32v0,20,28,15,42,7r0,26v-32,15,-71,5,-71,-29v0,-11,2,-21,8,-29v-35,-7,-52,-33,-52,-79v-1,-62,46,-115,108,-114v34,0,61,14,61,46v0,58,-82,82,-132,57xm60,-113v32,13,94,7,94,-29v0,-14,-10,-22,-30,-22v-30,0,-52,17,-64,51","w":193},"\u011a":{"d":"85,-226r-13,72r86,0r-6,30r-85,0r-16,92r117,0r-6,32r-154,0r46,-258r155,0r-5,32r-119,0xm204,-338r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":192},"\u011b":{"d":"187,-146v0,58,-82,82,-132,57v-17,57,48,83,89,49r-3,34v-64,24,-123,4,-123,-72v0,-62,46,-115,108,-114v34,0,61,14,61,46xm60,-113v32,13,94,7,94,-29v0,-14,-10,-22,-30,-22v-30,0,-52,17,-64,51xm197,-275r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":193},"\u0139":{"d":"15,0r45,-258r36,0r-40,226r117,0r-6,32r-152,0xm136,-337r-40,59r-24,0r30,-59r34,0","w":182},"\u013a":{"d":"86,-21r-4,25v-66,-4,-62,-35,-48,-99r34,-170r35,0r-42,222v0,14,8,22,25,22xm138,-337r-40,59r-24,0r30,-59r34,0","w":115},"\u013d":{"d":"15,0r45,-258r36,0r-40,226r117,0r-6,32r-152,0xm135,-201v41,-12,-15,-61,26,-61v27,0,20,35,8,50v-8,10,-16,18,-27,23","w":182},"\u013e":{"d":"84,-21r-4,25v-66,-4,-62,-35,-48,-99r34,-170r35,0r-42,222v0,14,8,22,25,22xm111,-204v41,-12,-15,-61,26,-61v27,0,20,35,8,50v-8,10,-16,18,-27,23","w":115},"\u013f":{"d":"15,0r45,-258r36,0r-40,226r117,0r-6,32r-152,0xm131,-118v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":182},"\u0140":{"d":"86,-21r-4,25v-66,-4,-62,-35,-48,-99r34,-170r35,0r-42,222v0,14,8,22,25,22xm127,-125v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":182},"\u0143":{"d":"176,4r-100,-183r-30,179r-36,0r46,-258r14,0r98,176r30,-176r35,0r-46,262r-11,0xm182,-337r-40,59r-24,0r30,-59r34,0","w":229},"\u0144":{"d":"128,0r22,-134v2,-46,-64,-29,-78,-6r-25,140r-33,0r26,-154v0,-12,-2,-22,-4,-31r33,-7v3,17,4,26,4,28v24,-39,119,-43,113,24v-4,49,-16,93,-23,140r-35,0xm180,-274r-40,59r-24,0r30,-59r34,0","w":196},"\u0147":{"d":"176,4r-100,-183r-30,179r-36,0r46,-258r14,0r98,176r30,-176r35,0r-46,262r-11,0xm216,-338r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":229},"\u0148":{"d":"128,0r22,-134v2,-46,-64,-29,-78,-6r-25,140r-33,0r26,-154v0,-12,-2,-22,-4,-31r33,-7v3,17,4,26,4,28v24,-39,119,-43,113,24v-4,49,-16,93,-23,140r-35,0xm198,-275r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":196},"\u0150":{"d":"103,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,34,91,94v0,94,-47,172,-138,172xm147,-231v-53,0,-91,79,-90,132v0,39,16,71,52,72v62,0,96,-71,95,-137v0,-44,-19,-67,-57,-67xm171,-328r-35,50r-25,0r25,-50r35,0xm236,-328r-35,50r-25,0r25,-50r35,0","w":242},"\u0151":{"d":"83,4v-45,0,-69,-28,-70,-73v-1,-64,43,-124,104,-123v45,1,72,25,71,71v-1,66,-37,124,-105,125xm113,-165v-44,2,-64,49,-65,94v0,32,13,47,40,47v42,0,66,-51,65,-95v0,-30,-13,-46,-40,-46xm137,-265r-35,50r-25,0r25,-50r35,0xm202,-265r-35,50r-25,0r25,-50r35,0","w":193},"\u0154":{"d":"206,-204v0,43,-31,81,-67,87r48,117r-40,0r-41,-111v-9,0,-21,0,-37,-1r-20,112r-37,0r46,-258v65,-4,148,-9,148,54xm168,-189v1,-40,-38,-42,-79,-37r-15,84v46,8,94,-6,94,-47xm169,-337r-40,59r-24,0r30,-59r34,0","w":209},"\u0155":{"d":"147,-155v-34,-27,-73,15,-79,47r-19,108r-34,0r34,-188r33,0r-5,30v21,-27,43,-40,79,-31xm163,-274r-40,59r-24,0r30,-59r34,0","w":149},"\u0158":{"d":"206,-204v0,43,-31,81,-67,87r48,117r-40,0r-41,-111v-9,0,-21,0,-37,-1r-20,112r-37,0r46,-258v65,-4,148,-9,148,54xm168,-189v1,-40,-38,-42,-79,-37r-15,84v46,8,94,-6,94,-47xm198,-338r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":209},"\u0159":{"d":"147,-155v-34,-27,-73,15,-79,47r-19,108r-34,0r34,-188r33,0r-5,30v21,-27,43,-40,79,-31xm178,-275r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":149},"\u015a":{"d":"148,-107v43,77,-49,142,-133,99r11,-34v26,20,102,23,98,-24v-5,-55,-87,-58,-87,-122v0,-67,79,-87,132,-67r-10,34v-31,-25,-108,-7,-83,44v13,24,58,44,72,70xm164,-337r-40,59r-24,0r30,-59r34,0","w":173},"\u015b":{"d":"110,-99v53,33,3,103,-55,103v-20,0,-37,-5,-53,-15r17,-32v19,31,102,14,72,-26v-17,-22,-66,-25,-66,-65v0,-53,71,-74,120,-45r-15,31v-22,-31,-86,-13,-64,23v9,9,31,18,44,26xm155,-274r-40,59r-24,0r30,-59r34,0","w":145},"\u0162":{"d":"146,-226r-40,226r-36,0r40,-226r-82,0r5,-32r203,0r-6,32r-84,0xm56,81v41,-12,-15,-61,26,-61v27,0,20,35,8,50v-8,10,-16,18,-27,23","w":209},"\u0163":{"d":"121,-2v-38,16,-99,3,-87,-53r22,-107r-21,0r5,-26r22,0r8,-40r38,-14r-13,54r52,0r-5,26r-52,0r-22,110v-2,30,32,31,55,21xm31,81v41,-12,-15,-61,26,-61v27,0,20,35,8,50v-8,10,-16,18,-27,23","w":151},"\u0164":{"d":"146,-226r-40,226r-36,0r40,-226r-82,0r5,-32r203,0r-6,32r-84,0xm203,-328r-65,60r-18,0r-42,-60r31,0r25,33r34,-33r35,0","w":209},"\u0165":{"d":"121,-2v-38,16,-99,3,-87,-53r22,-107r-21,0r5,-26r22,0r8,-40r38,-14r-13,54r52,0r-5,26r-52,0r-22,110v-2,30,32,31,55,21xm159,-181v41,-12,-15,-61,26,-61v27,0,20,35,8,50v-8,10,-16,18,-27,23","w":178},"\u016e":{"d":"171,-17v-51,41,-162,26,-146,-62r32,-179r37,0r-33,188v-3,46,61,55,88,28v11,-10,18,-23,21,-40r31,-176r37,0r-32,180v-5,26,-16,46,-35,61xm189,-309v0,20,-17,31,-39,31v-22,0,-39,-11,-39,-31v0,-39,78,-42,78,0xm174,-309v-2,-21,-46,-21,-47,0v0,11,7,16,23,16v12,1,24,-5,24,-16","w":233},"\u016f":{"d":"132,-27v-24,48,-128,44,-113,-38r22,-123r35,0r-24,134v-1,37,46,34,67,15v36,-32,26,-99,42,-149r36,0r-35,188r-35,0xm164,-246v0,20,-17,31,-39,31v-22,0,-39,-11,-39,-31v0,-39,78,-42,78,0xm149,-246v-2,-21,-46,-21,-47,0v0,11,7,16,23,16v12,1,24,-5,24,-16","w":200},"\u0170":{"d":"171,-17v-51,41,-162,26,-146,-62r32,-179r37,0r-33,188v-3,46,61,55,88,28v11,-10,18,-23,21,-40r31,-176r37,0r-32,180v-5,26,-16,46,-35,61xm160,-328r-35,50r-25,0r25,-50r35,0xm225,-328r-35,50r-25,0r25,-50r35,0","w":233},"\u0171":{"d":"132,-27v-24,48,-128,44,-113,-38r22,-123r35,0r-24,134v-1,37,46,34,67,15v36,-32,26,-99,42,-149r36,0r-35,188r-35,0xm139,-265r-35,50r-25,0r25,-50r35,0xm204,-265r-35,50r-25,0r25,-50r35,0","w":200},"\u0179":{"d":"14,0r0,-9r144,-217r-109,0r5,-32r154,0r0,9r-139,217r108,0r-5,32r-158,0xm182,-337r-40,59r-24,0r30,-59r34,0","w":198},"\u017a":{"d":"59,-30r94,0r-6,30r-146,0r0,-9r116,-149r-97,0r6,-30r147,0r0,9xm154,-274r-40,59r-24,0r30,-59r34,0","w":170},"\u017b":{"d":"14,0r0,-9r144,-217r-109,0r5,-32r154,0r0,9r-139,217r108,0r-5,32r-158,0xm116,-299v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":198},"\u017c":{"d":"59,-30r94,0r-6,30r-146,0r0,-9r116,-149r-97,0r6,-30r147,0r0,9xm91,-236v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":170},"\u00a4":{"d":"173,-43r-25,-26v-28,20,-61,20,-89,0r-25,26r-15,-16r25,-24v-19,-30,-19,-59,0,-89r-25,-24r15,-16r25,25v28,-19,61,-19,89,0r25,-25r15,16r-25,24v19,30,19,59,0,89r25,24xm103,-180v-29,0,-53,24,-53,52v0,29,23,53,53,53v30,0,53,-24,53,-53v0,-29,-24,-52,-53,-52"},"\u037e":{"d":"52,-162v0,-14,11,-26,26,-26v14,0,26,12,26,26v0,14,-12,27,-26,27v-14,0,-26,-12,-26,-27xm65,-51v32,1,29,47,13,70v-9,13,-24,26,-46,40r-8,-14v23,-16,34,-29,34,-41v0,-14,-20,-22,-17,-34v-1,-12,12,-21,24,-21","w":132},"\u0384":{"d":"166,-284r-35,58r-28,0r24,-58r39,0"},"\u0385":{"d":"158,-284r-26,62r-19,0r14,-62r31,0xm163,-247v0,-11,8,-20,19,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm59,-247v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20"},"\u0386":{"d":"165,0r-8,-54r-93,0r-30,54r-40,0r151,-261r10,0r50,261r-40,0xm137,-190r-59,110r75,0xm87,-257r-36,61r-28,0r25,-61r39,0","w":219},"\u0387":{"d":"36,-114v0,-14,12,-27,26,-27v14,0,27,13,27,27v0,14,-13,26,-27,26v-13,0,-26,-13,-26,-26","w":132},"\u0388":{"d":"125,-226r-13,71r85,0r-5,30r-85,0r-17,93r117,0r-5,32r-154,0r45,-257r156,0r-6,31r-118,0xm66,-257r-36,61r-28,0r25,-61r39,0","w":232},"\u0389":{"d":"197,0r21,-125r-112,0r-22,125r-36,0r45,-257r37,0r-19,102r113,0r18,-102r36,0r-46,257r-35,0xm66,-257r-36,61r-28,0r25,-61r39,0","w":271},"\u038a":{"d":"48,0r46,-257r36,0r-46,257r-36,0xm66,-257r-36,61r-28,0r25,-61r39,0","w":135},"\u038c":{"d":"125,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,35,91,94v0,93,-47,172,-138,172xm169,-231v-60,0,-88,72,-90,132v-1,40,15,71,51,72v64,0,96,-72,96,-138v0,-44,-19,-66,-57,-66xm66,-257r-36,61r-28,0r25,-61r39,0","w":264},"\u038e":{"d":"178,-115r-21,115r-35,0r20,-115r-58,-142r37,0r43,109r82,-109r39,0xm66,-257r-36,61r-28,0r25,-61r39,0","w":256},"\u038f":{"d":"269,-167v0,58,-34,111,-66,139v11,-1,27,-2,48,-2r-6,30r-96,0r0,-9v51,-53,79,-82,83,-157v2,-40,-19,-66,-57,-66v-55,1,-91,55,-89,116v0,47,15,76,35,107r0,9r-99,0r5,-30v21,0,38,1,49,2v-66,-92,-6,-235,101,-235v59,0,92,37,92,96xm66,-257r-36,61r-28,0r25,-61r39,0","w":273},"\u0390":{"d":"86,-188v-4,62,-41,133,-11,188r-38,0v-29,-56,10,-129,15,-188r34,0xm105,-284r-26,62r-19,0r15,-62r30,0xm110,-247v0,-11,8,-20,19,-20v11,0,20,8,20,20v0,12,-9,20,-20,20v-11,0,-19,-9,-19,-20xm7,-247v0,-11,8,-20,19,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":96},"\u0391":{"d":"165,0r-8,-54r-93,0r-30,54r-40,0r151,-261r10,0r50,261r-40,0xm137,-190r-59,110r75,0","w":219},"\u0392":{"d":"195,-85v0,85,-86,92,-180,85r46,-257v65,-12,139,1,139,56v0,27,-24,54,-48,57v29,5,43,25,43,59xm92,-229r-11,71v46,5,83,-6,83,-44v0,-27,-36,-33,-72,-27xm57,-30v47,7,99,-7,101,-51v2,-39,-39,-55,-83,-47","w":203},"\u0393":{"d":"207,-257r-5,31r-114,0r-40,226r-36,0r45,-257r150,0","w":185},"\u0395":{"d":"85,-226r-13,71r86,0r-6,30r-85,0r-16,93r116,0r-5,32r-154,0r46,-257r156,0r-7,31r-118,0","w":193},"\u0396":{"d":"14,0r0,-9r144,-217r-109,0r5,-31r154,0r0,8r-139,217r109,0r-6,32r-158,0","w":197},"\u0397":{"d":"160,0r22,-125r-112,0r-22,125r-36,0r45,-257r37,0r-19,102r113,0r18,-102r36,0r-46,257r-36,0","w":235},"\u0398":{"d":"106,4v-56,0,-87,-42,-86,-99v2,-87,47,-167,133,-167v60,0,94,34,94,94v0,92,-51,172,-141,172xm151,-231v-55,-2,-96,75,-94,132v0,41,15,72,54,72v64,2,101,-74,100,-138v-1,-42,-19,-65,-60,-66xm187,-148r-6,31r-100,0r6,-31r100,0","w":248},"\u0399":{"d":"13,0r46,-257r36,0r-46,257r-36,0","w":100},"\u039a":{"d":"153,0r-50,-118r-43,48r-13,70r-35,0r46,-257r35,0r-23,133r117,-133r41,0r-97,111r62,146r-40,0","w":207},"\u039b":{"d":"197,0r-41,0r-29,-187r-99,187r-41,0r149,-261r9,0","w":211},"\u039c":{"d":"219,0r-3,-159r-86,163r-9,0r-27,-164r-60,160r-33,0r91,-257r18,0r28,180r91,-180r18,0r8,257r-36,0","w":274},"\u039d":{"d":"176,4r-100,-183r-31,179r-35,0r46,-257r14,0r98,175r30,-175r35,0r-46,261r-11,0","w":229},"\u039e":{"d":"229,-257r-6,29r-71,0r-13,75r54,0r-5,28r-54,0r-17,95r73,0r-5,30r-181,0r5,-30r73,0r17,-95r-54,0r5,-28r54,0r13,-75r-72,0r6,-29r178,0","w":216},"\u039f":{"d":"103,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,34,91,94v0,94,-47,172,-138,172xm147,-231v-59,0,-88,71,-89,132v0,40,15,71,51,72v63,1,96,-71,95,-138v0,-44,-19,-66,-57,-66","w":242},"\u03a0":{"d":"235,-257r-45,257r-36,0r40,-226r-106,0r-40,226r-36,0r45,-257r178,0","w":229},"\u03a1":{"d":"205,-186v0,70,-68,104,-141,87r-18,99r-37,0r48,-257v76,-13,148,3,148,71xm69,-131v42,15,99,-4,99,-51v0,-44,-41,-55,-82,-44","w":195},"\u03a3":{"d":"212,-257r-5,31r-109,0r52,89r-94,105r117,0r-5,32r-175,0r0,-9r117,-128r-66,-112r0,-8r168,0","w":195},"\u03a4":{"d":"145,-226r-39,226r-36,0r40,-226r-82,0r5,-31r203,0r-6,31r-85,0","w":209},"\u03a5":{"d":"126,-115r-21,115r-35,0r20,-115r-58,-142r37,0r43,109r82,-109r39,0","w":205},"\u03a6":{"d":"109,-20v-79,2,-112,-87,-74,-154v21,-37,61,-66,114,-68r4,-26r35,0r-4,26v94,-1,113,118,55,179v-24,26,-55,41,-95,43r-5,27r-35,0xm144,-215v-70,-2,-114,94,-74,149v9,12,25,18,44,19xm149,-47v84,6,135,-161,29,-167","w":275},"\u03a7":{"d":"144,0r-43,-99r-73,99r-41,0r99,-135r-48,-123r37,1r35,94r74,-94r40,0r-99,126r58,131r-39,0","w":200},"\u03a8":{"d":"115,-62v-55,-4,-95,-37,-84,-98r18,-97r35,0v-6,63,-53,162,37,167r29,-167r35,0r-29,167v82,-3,81,-95,95,-167r36,0v-14,72,-15,156,-78,180v-17,7,-36,13,-58,15r-11,63r-36,0","w":273},"\u03aa":{"d":"13,0r46,-257r36,0r-46,257r-36,0xm102,-299v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20xm19,-299v0,-11,8,-20,19,-20v11,0,20,8,20,20v0,12,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":100},"\u03ab":{"d":"126,-115r-21,115r-35,0r20,-115r-58,-142r37,0r43,109r82,-109r39,0xm157,-299v0,-11,8,-20,19,-20v11,0,21,9,21,20v0,11,-10,20,-21,20v-11,0,-19,-10,-19,-20xm73,-299v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":205},"\u03ac":{"d":"17,-60v0,-65,46,-134,110,-132v29,0,51,5,65,16v-6,59,-41,119,-15,176r-34,0v-4,-7,-7,-16,-9,-25v-33,48,-117,35,-117,-35xm155,-157v-53,-31,-102,34,-102,96v0,51,64,42,76,13v12,-29,18,-76,26,-109xm177,-284r-34,58r-29,0r25,-58r38,0","w":196},"\u03ad":{"d":"33,-134v-1,-55,90,-74,135,-44r-13,28v-27,-21,-82,-24,-86,16v-2,24,33,25,57,22r-4,27v-34,-6,-76,5,-73,38v4,39,64,24,88,2r15,27v-40,29,-136,37,-139,-26v-1,-30,27,-47,50,-55v-18,-3,-29,-15,-30,-35xm162,-284r-34,58r-29,0r25,-58r38,0","w":167},"\u03ae":{"d":"151,-134v2,-47,-65,-27,-78,-6r-24,140r-34,0v6,-62,30,-120,23,-185r32,-7v3,17,5,26,5,28v24,-40,123,-41,112,23r-32,190r-37,9r31,-168v2,-10,2,-17,2,-24xm179,-284r-35,58r-28,0r24,-58r39,0","w":199},"\u03af":{"d":"86,-188v-4,62,-41,133,-11,188r-38,0v-29,-56,10,-129,15,-188r34,0xm118,-284r-34,58r-29,0r25,-58r38,0","w":96},"\u03b0":{"d":"90,-24v60,0,69,-100,67,-164r35,0v5,89,-21,188,-107,191v-53,1,-70,-42,-58,-97r20,-94r35,0r-25,129v0,23,11,35,33,35xm152,-284r-26,62r-19,0r14,-62r31,0xm157,-247v0,-11,8,-20,19,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-10,0,-19,-9,-19,-20xm53,-247v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":197},"\u03b1":{"d":"17,-60v0,-65,46,-134,110,-132v29,0,51,5,65,16v-6,59,-41,119,-15,176r-34,0v-4,-7,-7,-16,-9,-25v-29,45,-117,37,-117,-35xm155,-157v-53,-31,-102,34,-102,96v0,51,64,42,76,13v12,-29,18,-76,26,-109","w":196},"\u03b2":{"d":"195,-215v1,32,-28,58,-54,65v31,5,53,28,53,61v0,58,-44,93,-106,93v-23,0,-75,-4,-70,-27v22,-93,4,-236,116,-243v34,-1,61,20,61,51xm160,-211v-9,-56,-72,-18,-77,12v-1,6,-4,19,-7,38v46,5,82,-13,84,-50xm158,-88v0,-43,-40,-50,-87,-47r-17,98v35,35,104,0,104,-51","w":203},"\u03b3":{"d":"23,-189v74,-5,66,80,76,140v33,-56,56,-101,69,-139r37,0v-30,71,-64,131,-105,183v-5,48,-17,72,-60,80r-6,-28v64,-17,29,-154,7,-198v-4,-8,-13,-11,-24,-11","w":189},"\u03b4":{"d":"15,-70v0,-68,42,-129,116,-118r-42,-68r0,-9r120,0r-5,27r-69,0v15,17,56,78,56,118v0,62,-41,125,-105,124v-46,-1,-71,-29,-71,-74xm90,-24v42,0,67,-55,66,-96v-1,-25,-4,-46,-34,-46v-47,0,-72,49,-72,97v0,30,14,45,40,45","w":196},"\u03b5":{"d":"33,-134v-1,-55,90,-74,135,-44r-13,28v-27,-21,-82,-24,-86,16v-2,24,33,25,57,22r-4,27v-34,-6,-76,5,-73,38v4,39,64,24,88,2r15,27v-40,29,-139,37,-139,-26v0,-26,17,-44,50,-55v-18,-3,-29,-15,-30,-35","w":167},"\u03b6":{"d":"14,-54v1,-73,78,-145,121,-184r-67,0r6,-27r116,0r0,9v-49,48,-85,87,-106,119v-27,40,-42,66,-25,101v29,15,89,4,89,51v0,41,-44,69,-89,56r7,-27v23,8,50,2,49,-22v-1,-20,-19,-21,-43,-21v-35,-1,-58,-19,-58,-55","w":158},"\u03b7":{"d":"151,-134v2,-47,-65,-27,-78,-6r-24,140r-34,0v6,-62,30,-120,23,-185r32,-7v3,17,5,26,5,28v24,-40,123,-41,112,23r-32,190r-37,9r31,-168v2,-10,2,-17,2,-24","w":199},"\u03b8":{"d":"26,-83v3,-79,31,-183,112,-183v46,0,64,36,64,86v0,79,-31,184,-111,184v-47,0,-67,-36,-65,-87xm166,-150v6,-41,7,-89,-32,-89v-29,0,-51,29,-65,89r97,0xm162,-123r-98,0v-9,42,-8,100,30,100v31,0,54,-33,68,-100","w":203},"\u03b9":{"d":"86,-188v-4,62,-41,133,-11,188r-38,0v-29,-56,10,-129,15,-188r34,0","w":96},"\u03ba":{"d":"92,-84r-35,29r-10,55r-33,0r33,-188r34,0r-16,92v59,-51,92,-83,103,-97r22,22v-18,20,-41,43,-72,68r60,103r-41,0","w":193},"\u03bb":{"d":"110,-193v-3,-41,-19,-53,-54,-39r-8,-28v49,-16,86,0,94,50r33,210r-37,0r-20,-151r-86,151r-40,0","w":190},"\u03bd":{"d":"195,-188v-25,63,-63,127,-114,192r-9,0r-53,-192r37,0r33,136v31,-47,54,-92,69,-136r37,0","w":180},"\u03be":{"d":"47,-192v0,-61,80,-92,141,-64r-12,28v-33,-23,-92,-9,-92,34v0,34,38,37,75,35r-5,27v-58,-9,-101,28,-104,72v-3,57,98,9,98,75v0,41,-44,69,-89,56r7,-27v23,8,50,2,49,-22v-1,-20,-19,-21,-43,-21v-37,0,-59,-20,-59,-56v1,-46,35,-76,74,-90v-23,-4,-40,-21,-40,-47","w":163},"\u03bf":{"d":"85,4v-45,0,-70,-29,-70,-73v-2,-63,44,-124,105,-123v45,1,70,25,70,71v1,64,-41,125,-105,125xm115,-165v-41,-1,-66,51,-65,94v0,32,13,47,40,47v42,0,65,-52,65,-95v0,-30,-13,-46,-40,-46","w":195},"\u03c1":{"d":"201,-115v0,81,-81,152,-151,103r-15,86r-35,0v26,-102,11,-263,128,-266v46,-1,73,30,73,77xm166,-117v0,-51,-57,-60,-81,-25v-18,25,-24,66,-30,104v52,41,111,-15,111,-79","w":207},"\u03c2":{"d":"37,-22v-65,-81,46,-220,144,-154r-14,27v-50,-43,-113,12,-113,71v0,27,16,43,48,48v33,5,50,20,50,45v-1,43,-42,67,-88,56r7,-27v23,8,49,1,48,-23v-2,-32,-64,-20,-82,-43","w":169},"\u03c3":{"d":"17,-70v3,-69,45,-118,120,-118r83,0r-5,28r-55,0v67,55,11,167,-72,164v-43,-2,-73,-30,-71,-74xm91,-24v64,0,87,-102,36,-136v-47,-1,-76,43,-76,87v0,27,13,49,40,49","w":207},"\u03c4":{"d":"169,-188r-5,28r-56,0v-15,71,-23,109,-23,115v-1,26,27,24,45,15r-2,29v-46,16,-89,-6,-76,-65r21,-94r-51,0r5,-28r142,0","w":155},"\u03c5":{"d":"90,-24v60,0,69,-100,67,-164r35,0v5,89,-21,188,-107,191v-53,1,-70,-42,-58,-97r20,-94r35,0r-25,129v0,23,11,35,33,35","w":197},"\u03c6":{"d":"105,-169v-45,22,-93,139,-3,146v20,-64,2,-165,84,-169v76,-3,73,118,29,158v-22,21,-49,35,-85,37r-12,71r-34,0r13,-71v-79,4,-100,-83,-61,-141v13,-21,30,-39,53,-54xm212,-119v0,-36,-29,-64,-48,-36v-21,31,-19,90,-29,132v49,-4,77,-42,77,-96","w":252},"\u03c7":{"d":"128,0r-33,-73r-55,73r-43,0r83,-98r-47,-90r39,0r31,66r51,-66r41,0r-78,91r51,97r-40,0","w":185},"\u03c8":{"d":"105,3v-52,-4,-87,-34,-76,-91r19,-100r34,0v-2,59,-56,157,28,165r29,-165r33,0r-29,165v78,-4,71,-97,86,-165r34,0v-16,88,-17,193,-124,191r-13,71r-34,0","w":266},"\u03c9":{"d":"183,-24v57,-5,65,-116,22,-150r24,-20v63,49,43,198,-49,198v-24,0,-39,-12,-46,-35v-28,57,-116,42,-116,-31v0,-60,34,-105,73,-132r21,23v-33,23,-57,59,-60,109v-2,43,37,46,57,23v21,-24,19,-62,26,-96r34,0v-5,40,-36,103,14,111","w":274},"\u03ca":{"d":"86,-188v-4,62,-41,133,-11,188r-38,0v-29,-56,10,-129,15,-188r34,0xm98,-247v0,-11,8,-20,19,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm14,-247v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":96},"\u03cb":{"d":"90,-24v60,0,69,-100,67,-164r35,0v5,89,-21,188,-107,191v-53,1,-70,-42,-58,-97r20,-94r35,0r-25,129v0,23,11,35,33,35xm145,-247v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20xm62,-247v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":197},"\u03cc":{"d":"85,4v-45,0,-70,-29,-70,-73v-2,-63,44,-124,105,-123v45,1,70,25,70,71v1,64,-41,125,-105,125xm115,-165v-41,-1,-66,51,-65,94v0,32,13,47,40,47v42,0,65,-52,65,-95v0,-30,-13,-46,-40,-46xm173,-284r-34,58r-28,0r24,-58r38,0","w":195},"\u03cd":{"d":"90,-24v60,0,69,-100,67,-164r35,0v5,89,-21,188,-107,191v-53,1,-70,-42,-58,-97r20,-94r35,0r-25,129v0,23,11,35,33,35xm168,-284r-34,58r-29,0r25,-58r38,0","w":197},"\u03ce":{"d":"183,-24v57,-5,65,-116,22,-150r24,-20v63,49,43,198,-49,198v-24,0,-39,-12,-46,-35v-28,57,-116,42,-116,-31v0,-60,34,-105,73,-132r21,23v-33,23,-57,59,-60,109v-2,43,37,46,57,23v21,-24,19,-62,26,-96r34,0v-5,40,-36,103,14,111xm210,-284r-35,58r-29,0r25,-58r39,0","w":274},"\u0401":{"d":"89,-226r-13,71r85,0r-5,30r-85,0r-17,93r117,0r-5,32r-154,0r45,-257r156,0r-6,31r-118,0xm159,-299v0,-10,8,-20,19,-20v11,0,20,9,20,20v0,10,-10,21,-20,20v-10,0,-19,-10,-19,-20xm89,-299v0,-12,9,-20,19,-20v11,-1,20,10,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","w":196},"\u0402":{"d":"210,-91v0,-42,-48,-43,-85,-33r-22,124r-36,0r40,-226r-71,0r5,-31r189,0r-5,31r-82,0r-13,72v57,-13,118,3,117,59v-2,59,-41,109,-111,95r6,-29v43,12,68,-23,68,-62","w":259},"\u0403":{"d":"207,-257r-5,31r-114,0r-40,226r-36,0r45,-257r150,0xm185,-337r-39,58r-25,0r30,-58r34,0","w":186},"\u0404":{"d":"21,-93v0,-104,77,-199,187,-161r-10,34v-58,-35,-121,19,-132,69r91,0r-5,29r-93,0v-6,53,11,95,59,95v21,0,41,-9,61,-26r-3,38v-14,13,-37,19,-67,19v-57,0,-88,-39,-88,-97","w":203},"\u0405":{"d":"145,-108v42,78,-48,143,-133,100r11,-34v27,20,102,23,98,-24v-5,-57,-87,-57,-87,-122v0,-67,79,-87,132,-67r-10,34v-34,-28,-114,1,-80,50v10,14,59,45,69,63","w":171},"\u0406":{"d":"17,0r45,-257r36,0r-45,257r-36,0","w":100},"\u0407":{"d":"13,0r46,-257r36,0r-46,257r-36,0xm97,-299v0,-10,8,-21,19,-20v10,0,20,9,20,20v0,11,-10,20,-20,20v-10,0,-19,-10,-19,-20xm26,-299v0,-10,9,-20,20,-20v11,0,20,10,20,20v1,11,-10,20,-20,20v-10,0,-21,-9,-20,-20","w":100},"\u0408":{"d":"117,-18v-25,34,-131,32,-115,-34r31,0v-5,34,55,27,62,11v24,-54,30,-150,45,-216r35,0v-17,76,-21,188,-58,239","w":168},"\u0409":{"d":"340,-97v0,85,-80,105,-175,97r42,-227r-55,0v-26,83,-50,191,-122,225v-9,4,-23,4,-37,4r6,-33v44,-5,53,-27,73,-66v24,-46,41,-104,58,-160r117,0r-18,98v57,-11,110,8,111,62xm205,-29v54,10,98,-14,98,-64v0,-37,-43,-47,-80,-38","w":353},"\u040a":{"d":"316,-97v0,85,-80,105,-174,97r21,-125r-94,0r-22,125r-35,0r45,-257r35,0r-17,102r94,0r18,-102r36,0r-18,98v56,-10,112,8,111,62xm181,-29v54,10,96,-15,99,-64v2,-36,-43,-47,-80,-38","w":329},"\u040b":{"d":"195,0v5,-49,41,-133,-29,-129v-13,0,-27,2,-41,5r-22,124r-36,0r40,-226r-71,0r5,-31r189,0r-6,31r-81,0r-13,72v62,-14,127,6,115,73r-15,81r-35,0","w":268},"\u040c":{"d":"140,-45v2,-54,-16,-77,-71,-76r-21,121r-36,0r45,-257r36,0v-4,34,-17,75,-16,106v54,-1,75,-22,91,-66v10,-30,26,-46,65,-41r-6,30v-20,0,-22,7,-29,25v-15,37,-38,60,-73,68v34,13,50,35,50,80v0,22,2,26,22,25r-6,31v-33,4,-52,-8,-51,-46xm193,-337r-40,58r-25,0r30,-58r35,0","w":220},"\u040e":{"d":"236,-257v-37,89,-71,158,-120,212v-28,31,-52,47,-104,47r7,-34v32,0,58,-13,79,-40r-64,-185r38,0r51,155v28,-43,52,-95,74,-155r39,0xm120,-335v-5,21,7,34,27,33v20,0,31,-12,35,-36r28,8v-9,35,-32,52,-68,52v-34,0,-60,-21,-52,-60","w":208},"\u040f":{"d":"236,-257r-45,257r-73,0r-11,66r-34,0r11,-66r-72,0r45,-257r36,0r-39,225r106,0r40,-225r36,0","w":229},"\u0410":{"d":"162,0r-8,-54r-93,0r-30,54r-40,0r151,-261r10,0r50,261r-40,0xm134,-190r-59,110r75,0","w":219},"\u0411":{"d":"192,-92v0,85,-86,99,-180,92r45,-257r146,0r-5,30r-110,0r-13,72v58,-9,117,7,117,63xm53,-30v58,9,97,-9,101,-59v3,-39,-47,-45,-85,-38","w":205},"\u0412":{"d":"192,-85v-2,82,-87,94,-180,85r46,-257v64,-12,139,-1,139,56v0,31,-22,53,-49,59v29,9,44,28,44,57xm88,-230r-12,73v46,6,85,-6,85,-45v0,-29,-37,-34,-73,-28xm155,-83v1,-44,-41,-49,-85,-45r-17,98v52,9,101,-8,102,-53","w":205},"\u0413":{"d":"207,-257r-5,31r-114,0r-40,226r-36,0r45,-257r150,0","w":186},"\u0414":{"d":"10,-30v63,-69,89,-127,126,-227r109,0r-41,227r28,0r-18,104r-33,0r13,-74r-171,0r-13,74r-33,0r18,-104r15,0xm205,-228r-48,0v-29,83,-65,149,-108,198r121,0","w":246},"\u0415":{"d":"89,-226r-13,71r85,0r-5,30r-85,0r-17,93r117,0r-5,32r-154,0r45,-257r156,0r-6,31r-118,0","w":196},"\u0416":{"d":"49,-258v35,-5,48,12,48,46v0,43,17,61,59,62r19,-107r35,0r-20,107v38,0,65,-21,78,-62v11,-34,24,-50,65,-46r-5,30v-21,-1,-22,6,-29,25v-14,38,-37,60,-69,68v31,13,47,41,47,81v0,21,1,25,19,24r-5,31v-33,4,-48,-9,-48,-46v0,-50,-13,-75,-58,-77r-22,122r-34,0r21,-122v-69,-4,-75,74,-105,113v-8,10,-30,13,-46,10r6,-31v21,0,21,-7,29,-27v15,-41,40,-68,74,-79v-29,-10,-44,-33,-44,-69v0,-20,-3,-24,-21,-23","w":319},"\u0417":{"d":"87,-153v57,12,94,-80,24,-80v-19,0,-38,5,-58,15r-9,-32v56,-20,138,-21,140,44v1,35,-30,60,-54,68v26,7,41,24,42,53v2,79,-100,109,-170,76r12,-34v41,31,123,19,122,-40v-1,-36,-37,-46,-77,-41r5,-29r23,0","w":186},"\u0418":{"d":"248,-262r-46,262r-36,0r31,-180r-176,184r-9,0r46,-261r36,0r-31,179r176,-184r9,0","w":241},"\u0419":{"d":"248,-262r-46,262r-36,0r31,-180r-176,184r-9,0r46,-261r36,0r-31,179r176,-184r9,0xm137,-335v-5,20,6,34,26,33v20,0,32,-12,36,-36r27,8v-9,35,-31,52,-67,52v-34,0,-62,-23,-52,-60","w":241},"\u041a":{"d":"140,-45v2,-54,-16,-77,-71,-76r-21,121r-36,0r45,-257r36,0v-4,34,-17,75,-16,106v54,-1,75,-22,91,-66v10,-30,26,-46,65,-41r-6,30v-20,0,-22,7,-29,25v-15,37,-38,60,-73,68v34,13,50,35,50,80v0,22,2,26,22,25r-6,31v-33,4,-52,-8,-51,-46","w":219},"\u041b":{"d":"249,-257r-45,257r-36,0r41,-226r-57,0v-26,84,-49,191,-122,224v-9,4,-22,4,-37,4r6,-33v44,-5,52,-27,73,-66v24,-45,43,-105,58,-160r119,0","w":242},"\u041c":{"d":"214,0r-4,-159r-85,163r-9,0r-28,-166r-59,162r-34,0r92,-257r18,0r29,180r91,-180r17,0r7,257r-35,0","w":270},"\u041d":{"d":"160,0r22,-125r-112,0r-22,125r-36,0r45,-257r37,0r-19,102r113,0r18,-102r36,0r-46,257r-36,0","w":235},"\u041e":{"d":"103,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,34,91,94v0,94,-47,172,-138,172xm147,-231v-59,0,-88,71,-89,132v0,40,15,71,51,72v63,1,96,-71,95,-138v0,-44,-19,-66,-57,-66","w":242},"\u041f":{"d":"235,-257r-45,257r-36,0r40,-226r-106,0r-40,226r-36,0r45,-257r178,0","w":229},"\u0420":{"d":"208,-186v0,70,-69,104,-142,87r-17,99r-37,0r47,-257v76,-13,149,2,149,71xm72,-131v41,15,98,-4,98,-51v0,-44,-40,-56,-81,-44","w":201},"\u0421":{"d":"21,-93v0,-104,77,-199,187,-161r-10,35v-73,-46,-140,46,-140,119v0,81,76,91,121,47r-3,38v-14,13,-37,19,-67,19v-57,0,-88,-39,-88,-97","w":203},"\u0422":{"d":"153,-226r-39,226r-36,0r39,-226r-81,0r5,-31r203,0r-6,31r-85,0","w":222},"\u0423":{"d":"236,-257v-37,89,-71,158,-120,212v-28,31,-52,47,-104,47r7,-34v32,0,58,-13,79,-40r-64,-185r38,0r51,155v28,-43,52,-95,74,-155r39,0","w":208},"\u0424":{"d":"108,-28v-91,3,-110,-112,-52,-166v24,-23,52,-37,88,-39r6,-30r35,0r-5,30v50,1,87,32,86,82v0,66,-53,123,-122,123r-6,32r-35,0xm148,-55v78,7,127,-143,27,-151xm140,-206v-78,-8,-126,143,-27,151","w":269},"\u0425":{"d":"148,0r-41,-102r-75,102r-41,0r103,-134r-52,-123r38,0r38,93r70,-93r41,0r-98,126r57,131r-40,0","w":207},"\u0426":{"d":"231,-257r-40,226r27,0r-18,105r-33,0r13,-74r-168,0r45,-257r36,0r-40,226r102,0r40,-226r36,0","w":232},"\u0427":{"d":"158,-104v-66,19,-136,-5,-119,-80r14,-73r36,0v-2,47,-42,130,28,130v14,0,29,-3,46,-7r22,-123r36,0r-45,257r-36,0","w":214},"\u0428":{"d":"327,-257r-45,257r-270,0r45,-257r35,0r-40,227r83,0r40,-227r35,0r-40,227r83,0r40,-227r34,0","w":320},"\u0429":{"d":"326,-257r-40,226r27,0r-19,105r-33,0r13,-74r-262,0r45,-257r35,0r-40,227r82,0r40,-227r35,0r-40,227r82,0r40,-227r35,0","w":326},"\u042a":{"d":"254,-97v0,86,-83,105,-179,97r39,-227r-78,0r5,-30r115,0r-18,98v57,-10,117,6,116,62xm217,-92v1,-40,-45,-46,-84,-39r-18,101v55,10,100,-14,102,-62","w":267},"\u042b":{"d":"188,-96v-2,83,-81,104,-176,96r45,-257r35,0r-17,98v57,-11,114,9,113,63xm52,-29v56,10,96,-14,99,-63v2,-37,-44,-48,-82,-39xm285,-257r-46,257r-34,0r45,-257r35,0","w":278},"\u042c":{"d":"194,-97v-1,88,-85,105,-182,97r45,-257r36,0r-18,98v58,-10,120,4,119,62xm53,-30v59,10,100,-13,104,-62v4,-39,-49,-46,-87,-38","w":207},"\u042d":{"d":"201,-164v0,112,-86,202,-197,156r11,-35v67,45,141,-14,146,-79r-94,0r6,-28r92,0v11,-73,-52,-103,-110,-67r-9,-33v80,-30,155,-5,155,86","w":204},"\u042e":{"d":"188,4v-64,0,-90,-62,-77,-129r-42,0r-22,125r-35,0r45,-257r35,0r-18,102r43,0v15,-59,50,-106,115,-107v55,-1,86,39,86,94v0,87,-44,172,-130,172xm228,-232v-55,0,-85,73,-84,133v0,48,16,73,49,73v60,1,90,-76,89,-139v0,-39,-16,-67,-54,-67","w":320},"\u042f":{"d":"43,-179v0,-73,88,-91,179,-78r-46,257r-35,0r19,-112v-55,-3,-84,17,-102,67v-11,34,-22,50,-62,46r5,-31v19,1,18,-6,24,-23v15,-40,37,-63,68,-70v-33,-8,-50,-27,-50,-56xm80,-179v0,38,43,41,86,39r15,-88v-50,-8,-101,4,-101,49","w":215},"\u0430":{"d":"15,-60v0,-65,46,-134,110,-132v29,0,51,5,65,16v-8,57,-40,117,-15,176r-34,0v-4,-7,-7,-16,-9,-25v-29,45,-117,37,-117,-35xm153,-157v-53,-31,-102,34,-102,96v0,51,63,41,76,13v12,-27,18,-76,26,-109","w":194},"\u0431":{"d":"94,4v-125,-3,-65,-210,-7,-242v25,-23,88,-19,122,-32r8,30v-30,16,-94,5,-118,29v-12,12,-24,28,-32,53v41,-40,138,-27,134,48v-4,59,-44,116,-107,114xm60,-127v-13,42,-10,103,39,103v63,0,103,-131,20,-131v-23,0,-53,10,-59,28","w":208},"\u0432":{"d":"50,-158v22,-43,134,-53,134,13v0,25,-20,44,-45,48v21,6,39,18,39,41v0,40,-41,63,-92,60v-22,-1,-67,-4,-72,-21v7,-32,16,-126,36,-141xm152,-142v-2,-16,-13,-26,-31,-26v-33,0,-52,21,-59,61v42,2,93,-2,90,-35xm144,-56v-1,-34,-50,-28,-86,-28r-10,52v24,19,98,16,96,-24","w":194},"\u0433":{"d":"116,-125v21,-11,9,-39,-18,-39v-14,0,-30,6,-48,16r-14,-30v46,-21,125,-25,127,33v2,56,-81,51,-110,80v-16,16,-6,41,24,41v21,0,42,-8,63,-21r-4,36v-48,21,-125,21,-126,-37v-12,-43,84,-67,106,-79","w":163},"\u0434":{"d":"175,-160v14,-71,-39,-98,-104,-74r-5,-32v85,-11,146,3,144,81v-3,82,-34,189,-120,189v-46,0,-73,-28,-75,-72v-4,-80,92,-150,160,-92xm49,-70v0,55,67,59,92,17v12,-21,24,-48,31,-84v-16,-12,-35,-18,-56,-18v-35,0,-67,46,-67,85","w":210},"\u0435":{"d":"185,-145v2,59,-84,78,-135,56v-8,62,51,82,92,49r-4,34v-61,24,-122,5,-122,-71v0,-62,47,-115,108,-115v34,0,61,15,61,47xm152,-141v0,-30,-50,-27,-69,-10v-11,10,-20,22,-27,38v34,13,96,7,96,-28","w":184},"\u0436":{"d":"50,-148v0,-11,-9,-15,-18,-12r6,-29v25,-4,42,8,42,33v0,30,13,43,45,43r13,-75r32,0r-13,75v68,8,40,-87,113,-76r-6,29v-9,-3,-19,1,-19,11v-11,29,-30,46,-55,51v24,9,36,28,38,58v0,10,6,15,17,12r-6,29v-26,4,-42,-7,-42,-35v0,-34,-15,-52,-45,-52r-15,86r-32,0r15,-86v-74,-9,-42,97,-118,87r6,-29v10,4,17,-6,20,-14v12,-32,32,-52,56,-58v-22,-7,-34,-23,-34,-48","w":265},"\u0437":{"d":"80,-111v42,0,61,-55,14,-54v-16,0,-33,5,-51,15r-9,-31v44,-17,122,-21,123,34v0,24,-14,40,-43,48v22,7,33,20,33,40v2,64,-98,78,-147,47r18,-32v26,27,91,30,94,-15v2,-26,-31,-30,-58,-26r5,-27v2,0,9,1,21,1","w":162},"\u0438":{"d":"136,-27v-24,46,-127,44,-113,-36r22,-125r35,0r-23,134v-1,37,45,36,67,16v35,-32,27,-99,42,-150r35,0r-34,188r-35,0","w":204},"\u0439":{"d":"136,-27v-24,46,-127,44,-113,-36r22,-125r35,0r-23,134v-1,37,45,36,67,16v35,-32,27,-99,42,-150r35,0r-34,188r-35,0xm106,-271v-7,19,7,33,26,32v19,0,30,-12,34,-36r27,8v-5,62,-115,73,-118,6v0,-3,0,-7,1,-13","w":204},"\u043a":{"d":"117,-34v0,-34,-19,-53,-54,-52r-16,86r-34,0r33,-188r35,0r-14,75v56,6,62,-42,86,-70v7,-8,24,-8,40,-6r-6,29v-10,-2,-17,1,-20,11v-10,29,-30,45,-56,51v24,9,39,29,39,58v0,11,7,15,17,12r-6,29v-27,4,-45,-7,-44,-35"},"\u043b":{"d":"206,-188r-34,188r-33,0r28,-160r-53,0v-17,75,-28,126,-78,156v-11,7,-24,6,-39,6r7,-31v21,0,36,-13,49,-39v13,-26,25,-66,36,-120r117,0","w":209},"\u043c":{"d":"206,0r1,-113r-81,116r-8,0r-37,-116r-46,113r-35,0r81,-192r9,0r44,137r95,-137r10,0r2,192r-35,0","w":264},"\u043d":{"d":"200,-188r-34,188r-34,0r15,-85r-84,0r-16,85r-34,0r33,-188r35,0r-14,75r85,0r13,-75r35,0","w":203},"\u043e":{"d":"85,4v-45,0,-71,-28,-70,-73v2,-66,38,-123,105,-123v45,0,70,25,70,71v0,63,-41,125,-105,125xm115,-165v-41,-1,-66,51,-65,94v0,32,13,47,40,47v42,0,66,-53,65,-95v0,-30,-13,-46,-40,-46","w":194},"\u043f":{"d":"150,-134v2,-48,-65,-27,-78,-6r-24,140r-34,0v6,-62,30,-120,23,-185r32,-7v3,17,4,26,4,28v29,-47,126,-37,112,42r-21,122r-36,0","w":199},"\u0440":{"d":"196,-121v5,86,-72,153,-148,112r-15,84r-33,0r37,-207v3,-17,3,-36,0,-53r33,-6v1,1,2,9,3,24v34,-42,134,-28,123,46xm53,-37v48,37,116,-13,107,-80v6,-52,-63,-56,-87,-26v-8,25,-14,76,-20,106","w":201},"\u0441":{"d":"16,-69v0,-83,71,-149,147,-113r-6,28v-52,-33,-106,20,-106,79v0,51,55,62,91,34r-4,34v-53,27,-122,4,-122,-62","w":164},"\u0442":{"d":"181,-167v27,-40,121,-35,107,41r-23,126r-34,0r22,-133v1,-44,-56,-35,-71,-6r-25,139r-34,0r24,-139v0,-44,-70,-20,-74,0r-25,139r-34,0r26,-154v0,-12,-2,-22,-4,-31r32,-7v2,8,4,17,4,25v17,-30,96,-36,109,0","w":302},"\u0443":{"d":"13,74r0,-33v39,-1,54,-6,67,-40v-18,-1,-29,-18,-34,-49r-23,-140r37,0r20,136v2,14,6,22,14,22r68,-158r38,0r-92,205v-20,42,-37,56,-95,57","w":181},"\u0444":{"d":"16,-66v0,-70,51,-154,121,-115v7,-60,17,-78,71,-89r3,21v-35,3,-37,36,-42,69v46,-28,95,0,95,58v0,69,-51,154,-121,114v-6,59,-18,77,-70,87r-3,-21v32,-3,37,-34,41,-66v-46,25,-95,3,-95,-58xm147,-33v51,39,85,-39,85,-89v0,-48,-34,-53,-67,-33xm134,-157v-53,-34,-86,36,-86,91v0,47,35,54,67,31","w":270},"\u0445":{"d":"128,0r-34,-73r-54,73r-43,0r82,-98r-47,-90r39,0r31,66r51,-66r41,0r-77,91r51,97r-40,0","w":185},"\u0446":{"d":"172,-50v-4,20,5,28,26,28r-16,84r-32,0r13,-60v-14,0,-23,-9,-25,-26v-34,45,-129,37,-115,-42r22,-122r36,0r-23,135v2,44,66,28,80,4r25,-139r34,0","w":212},"\u0447":{"d":"139,-76v-55,21,-123,3,-105,-66r9,-46r34,0v-5,35,-27,93,24,92v16,0,30,-2,43,-7r15,-85r34,0r-34,188r-33,0","w":196},"\u0448":{"d":"57,-53v-1,48,68,25,72,3r25,-138r34,0r-24,139v3,43,60,20,74,-1r25,-138r34,0r-32,188r-34,0r2,-21v-25,30,-87,38,-101,-3v-33,47,-122,35,-109,-38r23,-126r34,0","w":300},"\u0449":{"d":"271,-50v-4,20,4,30,26,28r-15,84r-33,0r12,-60v-15,-1,-22,-11,-24,-26v-25,31,-90,44,-105,0v-32,47,-121,34,-108,-38r23,-126r34,0r-23,135v-1,48,67,25,71,3r25,-138r34,0r-24,139v4,41,52,25,72,0r25,-139r34,0","w":310},"\u044a":{"d":"218,-64v0,73,-106,81,-160,51r28,-147r-62,0r6,-28r95,0r-14,75v48,-19,107,-5,107,49xm185,-62v-2,-38,-48,-36,-80,-25r-10,54v26,20,92,10,90,-29","w":232},"\u044b":{"d":"174,-64v0,73,-106,81,-160,51r34,-175r34,0r-15,75v48,-19,107,-5,107,49xm52,-33v26,19,88,11,88,-29v0,-38,-47,-36,-78,-25xm262,-188r-33,188r-34,0r33,-188r34,0","w":265},"\u044c":{"d":"179,-64v0,74,-109,81,-164,51r34,-175r33,0r-14,75v51,-19,111,-6,111,49xm52,-33v27,19,92,13,92,-29v0,-39,-47,-36,-81,-24","w":193},"\u044d":{"d":"159,-118v0,91,-70,146,-158,112r13,-31v46,28,99,11,108,-48r-76,0r4,-26r75,0v4,-54,-38,-65,-79,-44r-9,-30v62,-19,122,-2,122,67","w":164},"\u044e":{"d":"160,4v-49,1,-71,-39,-62,-89r-37,0r-15,85r-33,0r33,-188r33,0r-13,76r37,0v11,-42,43,-80,91,-80v40,0,64,26,64,67v1,68,-35,128,-98,129xm191,-165v-38,1,-64,56,-63,99v0,28,12,43,35,43v42,0,61,-56,62,-100v0,-28,-11,-42,-34,-42","w":263},"\u044f":{"d":"125,-191v20,1,62,-1,59,15r-31,176r-32,0r14,-76v-46,-2,-70,10,-80,46v-8,25,-26,35,-55,31r5,-28v26,3,22,-36,38,-43v8,-7,17,-13,30,-17v-25,-5,-37,-18,-37,-39v1,-40,41,-68,89,-65xm70,-130v2,31,35,31,69,30r10,-60v-24,-11,-82,-5,-79,30","w":190},"\u0451":{"d":"185,-145v2,59,-84,78,-135,56v-8,62,51,82,92,49r-4,34v-61,24,-122,5,-122,-71v0,-62,47,-115,108,-115v34,0,61,15,61,47xm152,-141v0,-30,-50,-27,-69,-10v-11,10,-20,22,-27,38v34,13,96,7,96,-28xm142,-239v-1,-11,9,-19,20,-19v11,0,19,8,19,19v0,11,-8,21,-19,20v-11,0,-20,-9,-20,-20xm72,-239v0,-11,8,-19,19,-19v12,0,20,7,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":184},"\u0452":{"d":"150,-122v3,-52,-67,-30,-79,-9r-23,131r-34,0r36,-209r-25,0r4,-25r26,0r5,-31r33,0r-5,31r67,0r-5,25r-66,0r-8,51v25,-35,120,-33,109,30v-12,69,-8,190,-85,199v-10,2,-21,4,-34,4r1,-30v85,15,67,-120,83,-167","w":198},"\u0453":{"d":"116,-125v21,-11,9,-39,-18,-39v-14,0,-30,6,-48,16r-14,-30v46,-21,125,-25,127,33v2,56,-81,51,-110,80v-16,16,-6,41,24,41v21,0,42,-8,63,-21r-4,36v-48,21,-125,21,-126,-37v-12,-43,84,-67,106,-79xm158,-274r-39,59r-25,0r30,-59r34,0","w":163},"\u0454":{"d":"16,-69v0,-81,65,-149,147,-114r-6,28v-43,-23,-90,-5,-102,44r73,0r-5,26r-73,0v-10,63,52,75,92,45r-4,33v-53,27,-122,5,-122,-62","w":164},"\u0455":{"d":"103,-103v65,30,15,107,-47,107v-19,0,-37,-5,-53,-15r18,-32v16,23,81,28,77,-13v-4,-36,-73,-31,-71,-78v3,-54,70,-74,120,-45r-15,31v-22,-31,-87,-12,-65,22v6,10,24,17,36,23","w":148},"\u0456":{"d":"59,-239v0,-11,10,-24,23,-23v12,1,24,9,24,23v0,14,-11,23,-24,23v-14,0,-23,-12,-23,-23xm28,0r29,-160r-25,0r6,-28r58,0r-33,188r-35,0","w":104},"\u0457":{"d":"28,0r29,-160r-25,0r6,-28r58,0r-33,188r-35,0xm90,-239v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-9,21,-20,20v-11,0,-20,-9,-20,-20xm20,-239v0,-11,9,-19,20,-19v11,0,19,8,19,19v0,11,-8,20,-19,20v-11,0,-21,-9,-20,-20","w":104},"\u0458":{"d":"64,-239v0,-12,11,-23,23,-23v14,0,24,11,24,23v0,12,-9,23,-24,23v-14,0,-23,-10,-23,-23xm-40,73r2,-29v40,0,63,-15,69,-45r30,-159r-25,0r7,-28r57,0r-34,185v-10,54,-42,76,-106,76","w":108},"\u0459":{"d":"297,-64v0,74,-104,81,-158,51r28,-147r-53,0v-17,75,-28,126,-78,156v-11,7,-24,6,-39,6r7,-31v21,0,36,-13,49,-39v13,-26,25,-66,36,-120r117,0r-14,75v48,-19,105,-6,105,49xm264,-62v0,-37,-44,-37,-77,-26r-11,55v26,19,88,12,88,-29","w":311},"\u045a":{"d":"276,-64v0,74,-104,81,-158,51r14,-73r-69,0r-16,86r-34,0r33,-188r34,0r-13,74r70,0r15,-74r33,0r-15,75v48,-18,106,-6,106,49xm243,-62v-2,-36,-44,-37,-78,-26r-9,55v25,19,89,12,87,-29","w":290},"\u045b":{"d":"150,-115v8,-58,-65,-40,-79,-16r-23,131r-34,0r36,-209r-25,0r4,-25r26,0r5,-31r33,0r-5,31r67,0r-5,25r-66,0r-8,51v29,-41,122,-30,108,46r-20,112r-35,0","w":198},"\u045c":{"d":"117,-34v0,-34,-19,-53,-54,-52r-16,86r-34,0r33,-188r35,0r-14,75v56,6,62,-42,86,-70v7,-8,24,-8,40,-6r-6,29v-10,-2,-17,1,-20,11v-10,29,-30,45,-56,51v24,9,39,29,39,58v0,11,7,15,17,12r-6,29v-27,4,-45,-7,-44,-35xm170,-274r-39,59r-25,0r30,-59r34,0"},"\u045e":{"d":"13,74r0,-33v39,-1,54,-6,67,-40v-18,-1,-29,-18,-34,-49r-23,-140r37,0r20,136v2,14,6,22,14,22r68,-158r38,0r-92,205v-20,42,-37,56,-95,57xm87,-271v-5,20,7,32,26,32v19,0,31,-12,35,-36r27,8v-5,70,-135,68,-117,-7","w":181},"\u045f":{"d":"70,4v-86,-9,-28,-128,-24,-192r35,0r-23,134v3,45,62,34,83,5r25,-139r35,0r-33,188r-34,0r2,-21v-11,11,-22,18,-36,22r-12,63r-33,0","w":204},"\u0490":{"d":"217,-313r-15,87r-114,0r-40,226r-36,0r45,-257r121,0r9,-56r30,0","w":186},"\u0491":{"d":"176,-235r-13,75r-87,0r-29,160r-34,0r33,-188r93,0r9,-47r28,0","w":158},"\u0100":{"d":"165,0r-9,-54r-92,0r-30,54r-40,0r151,-261r9,0r51,261r-40,0xm137,-190r-59,110r75,0xm223,-303r-4,25r-130,0r4,-25r130,0","w":219},"\u0101":{"d":"11,-60v0,-64,44,-132,109,-132v30,0,52,6,65,16v-7,58,-38,117,-16,176r-34,0v-2,-4,-4,-10,-6,-19v-33,37,-118,30,-118,-41xm148,-157v-53,-31,-102,34,-102,96v0,43,45,46,66,19v22,-28,26,-75,36,-115xm193,-240r-4,25r-130,0r4,-25r130,0","w":189},"\u0108":{"d":"25,-93v0,-104,77,-199,187,-161r-10,35v-73,-46,-140,46,-140,119v0,81,76,91,121,47r-3,38v-14,13,-37,19,-67,19v-57,0,-88,-39,-88,-97xm179,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":215},"\u0109":{"d":"16,-69v0,-83,71,-149,147,-113r-6,28v-52,-33,-106,20,-106,79v0,51,55,63,91,34r-4,34v-54,27,-122,5,-122,-62xm142,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":165},"\u010a":{"d":"25,-93v0,-104,77,-199,187,-161r-10,35v-73,-46,-140,46,-140,119v0,81,76,91,121,47r-3,38v-14,13,-37,19,-67,19v-57,0,-88,-39,-88,-97xm137,-299v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":215},"\u010b":{"d":"16,-69v0,-83,71,-149,147,-113r-6,28v-52,-33,-106,20,-106,79v0,51,55,63,91,34r-4,34v-54,27,-122,5,-122,-62xm100,-236v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":165},"\u0112":{"d":"85,-226r-13,72r86,0r-6,30r-85,0r-16,92r117,0r-6,32r-154,0r46,-258r155,0r-5,32r-119,0xm203,-303r-4,25r-130,0r4,-25r130,0","w":192},"\u0113":{"d":"187,-146v0,58,-82,82,-132,57v-17,57,48,83,89,49r-3,34v-64,24,-123,4,-123,-72v0,-62,46,-115,108,-114v34,0,61,14,61,46xm60,-113v32,13,94,7,94,-29v0,-14,-10,-22,-30,-22v-30,0,-52,17,-64,51xm197,-240r-4,25r-130,0r4,-25r130,0","w":193},"\u0114":{"d":"85,-226r-13,72r86,0r-6,30r-85,0r-16,92r117,0r-6,32r-154,0r46,-258r155,0r-5,32r-119,0xm200,-335v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":192},"\u0115":{"d":"187,-146v0,58,-82,82,-132,57v-17,57,48,83,89,49r-3,34v-64,24,-123,4,-123,-72v0,-62,46,-115,108,-114v34,0,61,14,61,46xm60,-113v32,13,94,7,94,-29v0,-14,-10,-22,-30,-22v-30,0,-52,17,-64,51xm191,-272v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":193},"\u0116":{"d":"85,-226r-13,72r86,0r-6,30r-85,0r-16,92r117,0r-6,32r-154,0r46,-258r155,0r-5,32r-119,0xm111,-299v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":192},"\u0117":{"d":"187,-146v0,58,-82,82,-132,57v-17,57,48,83,89,49r-3,34v-64,24,-123,4,-123,-72v0,-62,46,-115,108,-114v34,0,61,14,61,46xm60,-113v32,13,94,7,94,-29v0,-14,-10,-22,-30,-22v-30,0,-52,17,-64,51xm105,-236v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":193},"\u011c":{"d":"20,-95v0,-94,61,-168,152,-167v25,0,42,5,52,15r-10,33v-77,-50,-157,24,-157,112v0,73,72,94,119,58r11,-60r-36,0r5,-30r71,0r-20,112v-24,18,-55,26,-93,26v-63,0,-94,-33,-94,-99xm184,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":243},"\u011d":{"d":"154,5v1,67,-111,90,-156,48r16,-25v39,24,97,25,107,-16v0,-35,-71,-10,-73,-45v0,-8,10,-15,30,-23v-33,3,-55,-23,-57,-52v-4,-65,74,-106,126,-71r16,-18r18,19r-17,18v17,45,-14,94,-50,105v-16,5,-25,11,-25,16v1,10,14,5,21,5v29,0,44,13,44,39xm134,-134v0,-17,-13,-32,-31,-31v-46,-7,-70,88,-19,91v26,2,50,-34,50,-60xm131,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":180},"\u0120":{"d":"20,-95v0,-94,61,-168,152,-167v25,0,42,5,52,15r-10,33v-77,-50,-157,24,-157,112v0,73,72,94,119,58r11,-60r-36,0r5,-30r71,0r-20,112v-24,18,-55,26,-93,26v-63,0,-94,-33,-94,-99xm137,-299v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":243},"\u0121":{"d":"154,5v1,67,-111,90,-156,48r16,-25v39,24,97,25,107,-16v0,-35,-71,-10,-73,-45v0,-8,10,-15,30,-23v-33,3,-55,-23,-57,-52v-4,-65,74,-106,126,-71r16,-18r18,19r-17,18v17,45,-14,94,-50,105v-16,5,-25,11,-25,16v1,10,14,5,21,5v29,0,44,13,44,39xm134,-134v0,-17,-13,-32,-31,-31v-46,-7,-70,88,-19,91v26,2,50,-34,50,-60xm88,-236v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":180},"\u0122":{"d":"20,-95v0,-94,61,-168,152,-167v25,0,42,5,52,15r-10,33v-77,-50,-157,24,-157,112v0,73,72,94,119,58r11,-60r-36,0r5,-30r71,0r-20,112v-24,18,-55,26,-93,26v-63,0,-94,-33,-94,-99xm110,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":243},"\u0123":{"d":"154,5v1,67,-111,90,-156,48r16,-25v39,24,97,25,107,-16v0,-35,-71,-10,-73,-45v0,-8,10,-15,30,-23v-33,3,-55,-23,-57,-52v-4,-65,74,-106,126,-71r16,-18r18,19r-17,18v17,45,-14,94,-50,105v-16,5,-25,11,-25,16v1,10,14,5,21,5v29,0,44,13,44,39xm134,-134v0,-17,-13,-32,-31,-31v-46,-7,-70,88,-19,91v26,2,50,-34,50,-60xm112,-260v-1,11,15,16,15,27v0,11,-7,18,-19,18v-13,0,-19,-9,-19,-26v0,-20,9,-36,27,-50r10,10v-9,10,-13,10,-14,21","w":180},"\u0124":{"d":"160,0r22,-124r-112,0r-22,124r-36,0r45,-258r37,0r-19,104r113,0r18,-104r36,0r-46,258r-36,0xm179,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":235},"\u0125":{"d":"77,-168v33,-42,122,-28,108,50r-21,118r-35,0r23,-131v2,-49,-64,-34,-79,-9r-25,140r-34,0r46,-265r33,0xm160,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":200},"\u0126":{"d":"268,-218r-5,25r-27,0r-34,193r-36,0r22,-122r-114,0r-21,122r-36,0r34,-193r-27,0r4,-25r27,0r7,-39r36,0r-7,39r113,0r7,-39r36,0r-7,39r28,0xm200,-193r-113,0r-7,41r113,0","w":245},"\u0127":{"d":"76,-158v30,-43,120,-29,107,48r-19,110r-35,0r21,-122v3,-49,-64,-33,-79,-9r-23,131r-34,0r36,-209r-25,0r4,-25r26,0r5,-31r33,0r-5,31r67,0r-5,25r-66,0","w":199},"\u0128":{"d":"13,0r46,-258r36,0r-46,258r-36,0xm62,-315v24,0,49,30,64,0r15,0v-17,46,-49,40,-80,23v-8,0,-16,5,-22,14r-16,0v6,-17,20,-36,39,-37","w":100},"\u0129":{"d":"24,0r29,-160r-25,0r6,-28r57,0r-33,188r-34,0xm51,-252v24,0,49,30,64,0r15,0v-17,46,-49,40,-80,23v-8,0,-16,5,-22,14r-16,0v6,-17,20,-36,39,-37","w":110},"\u012a":{"d":"13,0r46,-258r36,0r-46,258r-36,0xm150,-303r-4,25r-130,0r4,-25r130,0","w":100},"\u012b":{"d":"24,0r29,-160r-25,0r6,-28r57,0r-33,188r-34,0xm139,-240r-4,25r-130,0r4,-25r130,0","w":110},"\u012c":{"d":"13,0r46,-258r36,0r-46,258r-36,0xm148,-335v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":100},"\u012d":{"d":"24,0r29,-160r-25,0r6,-28r57,0r-33,188r-34,0xm140,-272v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":110},"\u012e":{"d":"74,59v-32,15,-69,5,-70,-29v0,-14,5,-27,16,-38r44,-250r36,0r-46,258v-14,7,-21,15,-21,26v1,19,27,15,41,7r0,26","w":100},"\u012f":{"d":"78,-262v13,0,24,10,24,23v0,14,-10,23,-24,23v-13,0,-23,-10,-23,-23v0,-12,12,-23,23,-23xm78,59v-31,15,-70,5,-70,-29v0,-15,6,-28,18,-40r27,-150r-25,0r6,-28r57,0r-33,188v-14,7,-21,15,-21,26v1,19,27,15,41,7r0,26","w":110},"\u0132":{"d":"13,0r46,-258r36,0r-46,258r-36,0xm203,-19v-25,34,-130,34,-115,-33r30,0v-3,32,45,26,59,14v28,-45,33,-155,48,-220r36,0v-18,76,-21,187,-58,239","w":261},"\u0133":{"d":"55,-239v0,-12,12,-23,23,-23v12,0,24,10,24,23v0,12,-12,25,-24,23v-12,2,-23,-12,-23,-23xm24,0r29,-160r-25,0r6,-28r57,0r-33,188r-34,0xm158,-239v0,-11,12,-23,23,-23v12,0,24,11,24,23v0,12,-12,25,-24,23v-12,2,-23,-12,-23,-23xm55,73r1,-30v40,0,63,-14,69,-44r30,-159r-24,0r5,-28r58,0r-34,185v-10,54,-41,75,-105,76","w":210},"\u0134":{"d":"113,-19v-25,34,-130,34,-115,-33r30,0v-3,32,45,26,59,14v28,-45,33,-155,48,-220r36,0v-18,76,-21,187,-58,239xm167,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":171},"\u0135":{"d":"-24,73r1,-30v40,0,63,-14,69,-44r30,-159r-24,0r5,-28r58,0r-34,185v-10,54,-41,75,-105,76xm116,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":132},"\u0136":{"d":"153,0r-50,-118r-43,48r-12,70r-36,0r45,-258r36,0r-23,134r117,-134r41,0r-97,112r62,146r-40,0xm82,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":207},"\u0137":{"d":"78,-83r-14,11r-12,72r-33,0r44,-265r33,0r-24,154v44,-41,71,-69,81,-83r22,20v-19,21,-42,45,-71,73r71,101r-40,0xm78,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":181},"\u0138":{"d":"92,-84r-35,29r-10,55r-33,0r33,-188r34,0r-16,92v59,-51,92,-83,103,-97r22,22v-18,20,-41,43,-72,68r60,103r-41,0","w":193},"\u013b":{"d":"15,0r45,-258r36,0r-40,226r117,0r-6,32r-152,0xm76,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":182},"\u013c":{"d":"86,-21r-4,25v-66,-4,-62,-35,-48,-99r34,-170r35,0r-42,222v0,14,8,22,25,22xm43,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":115},"\u0145":{"d":"176,4r-100,-183r-30,179r-36,0r46,-258r14,0r98,176r30,-176r35,0r-46,262r-11,0xm85,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":229},"\u0146":{"d":"128,0r22,-134v2,-46,-64,-29,-78,-6r-25,140r-33,0r26,-154v0,-12,-2,-22,-4,-31r33,-7v3,17,4,26,4,28v24,-39,119,-43,113,24v-4,49,-16,93,-23,140r-35,0xm71,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":196},"\u0149":{"d":"5,-204v41,-12,-15,-61,26,-61v27,0,20,35,8,50v-8,10,-16,18,-27,23xm149,0r22,-134v2,-46,-64,-29,-78,-6r-25,140r-33,0r26,-154v0,-12,-2,-22,-4,-31r33,-7v3,17,4,26,4,28v24,-39,119,-43,113,24v-4,49,-16,93,-23,140r-35,0","w":217},"\u014a":{"d":"87,-234v43,-47,150,-36,140,44v-10,79,-7,189,-91,194v-17,0,-32,-5,-42,-14r17,-26v71,37,79,-84,79,-150v0,-63,-78,-51,-107,-14r-36,200r-35,0r45,-257r21,0","w":234},"\u014b":{"d":"135,-192v90,3,36,127,28,192v-6,51,-33,74,-87,75r5,-30v32,0,42,-13,47,-45r22,-134v2,-47,-64,-29,-78,-6r-25,140r-33,0r26,-155v0,-11,-2,-20,-4,-30r32,-7v3,17,5,26,5,28v14,-19,35,-28,62,-28","w":196},"\u014c":{"d":"103,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,34,91,94v0,94,-47,172,-138,172xm147,-231v-53,0,-91,79,-90,132v0,39,16,71,52,72v62,0,96,-71,95,-137v0,-44,-19,-67,-57,-67xm223,-303r-4,25r-130,0r4,-25r130,0","w":242},"\u014d":{"d":"83,4v-45,0,-69,-28,-70,-73v-1,-64,43,-124,104,-123v45,1,72,25,71,71v-1,66,-37,124,-105,125xm113,-165v-44,2,-64,49,-65,94v0,32,13,47,40,47v42,0,66,-51,65,-95v0,-30,-13,-46,-40,-46xm190,-240r-4,25r-130,0r4,-25r130,0","w":193},"\u014e":{"d":"103,4v-54,0,-83,-44,-83,-99v0,-83,50,-167,130,-167v60,0,91,34,91,94v0,94,-47,172,-138,172xm147,-231v-53,0,-91,79,-90,132v0,39,16,71,52,72v62,0,96,-71,95,-137v0,-44,-19,-67,-57,-67xm226,-335v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":242},"\u014f":{"d":"83,4v-45,0,-69,-28,-70,-73v-1,-64,43,-124,104,-123v45,1,72,25,71,71v-1,66,-37,124,-105,125xm113,-165v-44,2,-64,49,-65,94v0,32,13,47,40,47v42,0,66,-51,65,-95v0,-30,-13,-46,-40,-46xm187,-272v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":193},"\u0156":{"d":"206,-204v0,43,-31,81,-67,87r48,117r-40,0r-41,-111v-9,0,-21,0,-37,-1r-20,112r-37,0r46,-258v65,-4,148,-9,148,54xm168,-189v1,-40,-38,-42,-79,-37r-15,84v46,8,94,-6,94,-47xm76,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":209},"\u0157":{"d":"147,-155v-34,-27,-73,15,-79,47r-19,108r-34,0r34,-188r33,0r-5,30v21,-27,43,-40,79,-31xm25,10v35,-3,40,45,15,59v-11,7,-24,11,-40,11r-1,-17v17,0,35,-7,36,-22v0,-7,-5,-10,-14,-10","w":149},"\u015c":{"d":"148,-107v43,77,-49,142,-133,99r11,-34v26,20,102,23,98,-24v-5,-55,-87,-58,-87,-122v0,-67,79,-87,132,-67r-10,34v-31,-25,-108,-7,-83,44v13,24,58,44,72,70xm142,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":173},"\u015d":{"d":"110,-99v53,33,3,103,-55,103v-20,0,-37,-5,-53,-15r17,-32v19,31,102,14,72,-26v-17,-22,-66,-25,-66,-65v0,-53,71,-74,120,-45r-15,31v-22,-31,-86,-13,-64,23v9,9,31,18,44,26xm119,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":145},"\u0166":{"d":"236,-258r-6,32r-84,0r-16,89r55,0r-4,26r-56,0r-19,111r-36,0r19,-111r-55,0r4,-26r56,0r16,-89r-82,0r5,-32r203,0","w":209},"\u0167":{"d":"121,-2v-38,16,-105,1,-87,-53r8,-37r-24,0r5,-24r24,0r9,-46r-22,0r6,-26r22,0r8,-40r38,-14r-13,54r52,0r-5,26r-52,0r-10,46r47,0r-5,24r-47,0v-4,26,-19,68,19,67v9,0,19,-1,29,-6","w":151},"\u0168":{"d":"171,-17v-51,41,-162,26,-146,-62r32,-179r37,0r-33,188v-3,46,61,55,88,28v11,-10,18,-23,21,-40r31,-176r37,0r-32,180v-5,26,-16,46,-35,61xm132,-315v24,0,49,30,64,0r15,0v-17,46,-49,40,-80,23v-8,0,-16,5,-22,14r-16,0v6,-17,20,-36,39,-37","w":233},"\u0169":{"d":"132,-27v-24,48,-128,44,-113,-38r22,-123r35,0r-24,134v-1,37,46,34,67,15v36,-32,26,-99,42,-149r36,0r-35,188r-35,0xm104,-252v24,0,49,30,64,0r15,0v-17,46,-49,40,-80,23v-8,0,-16,5,-22,14r-16,0v6,-17,20,-36,39,-37","w":200},"\u016a":{"d":"171,-17v-51,41,-162,26,-146,-62r32,-179r37,0r-33,188v-3,46,61,55,88,28v11,-10,18,-23,21,-40r31,-176r37,0r-32,180v-5,26,-16,46,-35,61xm219,-303r-4,25r-130,0r4,-25r130,0","w":233},"\u016b":{"d":"132,-27v-24,48,-128,44,-113,-38r22,-123r35,0r-24,134v-1,37,46,34,67,15v36,-32,26,-99,42,-149r36,0r-35,188r-35,0xm192,-240r-4,25r-130,0r4,-25r130,0","w":200},"\u016c":{"d":"171,-17v-51,41,-162,26,-146,-62r32,-179r37,0r-33,188v-3,46,61,55,88,28v11,-10,18,-23,21,-40r31,-176r37,0r-32,180v-5,26,-16,46,-35,61xm216,-335v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":233},"\u016d":{"d":"132,-27v-24,48,-128,44,-113,-38r22,-123r35,0r-24,134v-1,37,46,34,67,15v36,-32,26,-99,42,-149r36,0r-35,188r-35,0xm191,-272v-7,38,-30,57,-69,57v-37,0,-55,-23,-47,-57r24,0v-4,19,5,30,28,30v22,0,35,-10,39,-30r25,0","w":200},"\u0172":{"d":"62,-81v-13,52,55,69,87,39v11,-10,18,-23,21,-40r31,-176r37,0r-32,180v-8,47,-41,76,-89,82v-18,8,-23,35,2,36v8,0,15,-3,24,-7r0,26v-43,25,-89,-16,-62,-56v-38,-6,-64,-34,-56,-81r32,-180r37,0","w":233},"\u0173":{"d":"132,-27v-24,48,-128,43,-113,-38r22,-123r35,0r-24,134v-1,37,44,35,66,16v36,-32,27,-99,43,-150r36,0r-35,188v-14,7,-22,15,-22,26v1,20,28,15,42,7r0,26v-32,15,-69,5,-71,-29v-1,-22,20,-33,21,-57","w":200},"\u0174":{"d":"209,4r-11,0r-30,-174r-89,174r-11,0r-35,-262r36,0r21,175r88,-175r12,0r26,174r81,-174r38,0xm212,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":306},"\u0175":{"d":"183,4r-9,0r-35,-123r-75,123r-9,0r-35,-193r34,0r21,120r70,-120r9,0r33,121r59,-121r35,0xm179,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":267},"\u0176":{"d":"126,-115r-21,115r-35,0r20,-115r-58,-143r37,0r43,110r82,-110r39,0xm163,-278r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":205},"\u0177":{"d":"5,74r0,-34v42,0,57,-11,67,-39v-17,0,-28,-16,-33,-49r-24,-140r37,0r20,136v2,13,7,21,15,21r68,-157r37,0r-94,210v-17,37,-38,52,-93,52xm133,-215r-22,-34r-38,34r-30,0r64,-60r18,0r43,60r-35,0","w":177},"\u017f":{"d":"18,0r32,-188v9,-60,49,-89,103,-72r-6,26v-35,-14,-55,3,-62,46r-31,188r-36,0","w":125},"\u01fa":{"d":"205,0r-40,0r-9,-54r-91,0r-31,54r-40,0r145,-232v-28,-2,-38,-38,-16,-53v7,-5,15,-8,24,-9r18,-36r35,0r-32,39v32,11,27,59,-12,59xm150,-247v13,1,24,-6,24,-16v0,-20,-48,-20,-48,0v0,11,8,16,24,16xm152,-80r-15,-101r-57,101r72,0","w":219},"\u01fb":{"d":"11,-60v0,-64,44,-132,109,-132v30,0,52,6,65,16v-7,58,-38,117,-16,176r-34,0v-2,-4,-4,-10,-6,-19v-33,37,-118,30,-118,-41xm148,-157v-53,-31,-102,34,-102,96v0,43,45,46,66,19v22,-28,26,-75,36,-115xm174,-237v0,20,-17,31,-39,31v-22,0,-39,-11,-39,-31v0,-39,78,-42,78,0xm159,-237v-2,-21,-46,-21,-47,0v0,11,7,16,23,16v12,1,24,-5,24,-16xm195,-340r-40,59r-24,0r30,-59r34,0","w":189},"\u01fc":{"d":"137,-54r-77,0r-33,54r-42,0r170,-258r172,0r-6,32r-117,0r-12,72r83,0r-5,30r-83,0r-17,92r115,0r-5,32r-152,0xm167,-220r-91,140r66,0xm273,-337r-40,59r-24,0r30,-59r34,0","w":312},"\u01fd":{"d":"301,-146v1,58,-82,82,-132,57v-17,57,48,83,89,49r-3,34v-40,14,-73,16,-97,-12v0,7,0,13,-1,18r-33,0v0,-5,1,-14,3,-27v-8,17,-33,31,-57,31v-39,-1,-59,-24,-59,-64v0,-64,44,-132,109,-132v24,0,45,2,60,7r-2,13v35,-29,122,-31,123,26xm146,-159v-62,-26,-101,37,-100,98v0,25,11,37,32,37v45,0,61,-84,68,-135xm174,-113v33,13,93,5,94,-31v1,-24,-57,-27,-70,-5v-10,10,-19,22,-24,36xm219,-274r-40,59r-24,0r30,-59r34,0","w":304},"\u01fe":{"d":"35,-37v-55,-116,63,-285,182,-204r18,-21r35,0r-37,42v36,102,-21,224,-128,224v-21,0,-38,-5,-52,-18r-16,18r-37,0xm63,-69r129,-145v-76,-61,-152,61,-129,145xm77,-42v75,52,145,-54,127,-145xm203,-337r-40,59r-24,0r30,-59r34,0","w":242},"\u01ff":{"d":"22,-29v-41,-89,53,-206,144,-148r14,-15r29,0r-30,32v39,89,-52,206,-143,149r-14,15r-32,0xm142,-153v-51,-39,-105,32,-93,96xm59,-35v54,38,104,-33,93,-97xm161,-274r-40,59r-24,0r30,-59r34,0","w":193},"\u1e80":{"d":"209,4r-11,0r-30,-174r-89,174r-11,0r-35,-262r36,0r21,175r88,-175r12,0r26,174r81,-174r38,0xm186,-278r-27,-59r34,0r11,59r-18,0","w":306},"\u1e81":{"d":"183,4r-9,0r-35,-123r-75,123r-9,0r-35,-193r34,0r21,120r70,-120r9,0r33,121r59,-121r35,0xm149,-215r-27,-59r34,0r11,59r-18,0","w":267},"\u1e82":{"d":"209,4r-11,0r-30,-174r-89,174r-11,0r-35,-262r36,0r21,175r88,-175r12,0r26,174r81,-174r38,0xm226,-337r-40,59r-24,0r30,-59r34,0","w":306},"\u1e83":{"d":"183,4r-9,0r-35,-123r-75,123r-9,0r-35,-193r34,0r21,120r70,-120r9,0r33,121r59,-121r35,0xm194,-274r-40,59r-24,0r30,-59r34,0","w":267},"\u1e84":{"d":"209,4r-11,0r-30,-174r-89,174r-11,0r-35,-262r36,0r21,175r88,-175r12,0r26,174r81,-174r38,0xm126,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm209,-299v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":306},"\u1e85":{"d":"183,4r-9,0r-35,-123r-75,123r-9,0r-35,-193r34,0r21,120r70,-120r9,0r33,121r59,-121r35,0xm92,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v1,11,-10,20,-20,20v-11,0,-20,-9,-20,-20xm175,-236v0,-11,9,-19,20,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":267},"\u1ef2":{"d":"126,-115r-21,115r-35,0r20,-115r-58,-143r37,0r43,110r82,-110r39,0xm131,-278r-27,-59r34,0r11,59r-18,0","w":205},"\u1ef3":{"d":"5,74r0,-34v42,0,57,-11,67,-39v-17,0,-28,-16,-33,-49r-24,-140r37,0r20,136v2,13,7,21,15,21r68,-157r37,0r-94,210v-17,37,-38,52,-93,52xm98,-215r-27,-59r34,0r11,59r-18,0","w":177},"\u2015":{"d":"15,-94r4,-23r230,0r-4,23r-230,0","w":264},"\u2017":{"d":"189,45r-190,0r0,-23r190,0r0,23xm189,89r-190,0r0,-23r190,0r0,23"},"\u2032":{"d":"52,-186r-24,0r29,-72r33,0","w":57},"\u2033":{"d":"57,-186r-24,0r30,-72r32,0xm110,-186r-24,0r29,-72r33,0","w":121},"\u203c":{"d":"62,-67r-13,0v0,-95,8,-123,21,-195r40,0v-14,80,-16,98,-48,195xm23,-21v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-12,25,-25,25v-13,0,-25,-11,-25,-25xm149,-67r-13,0v0,-95,8,-123,21,-195r40,0v-14,80,-16,98,-48,195xm110,-21v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-12,25,-25,25v-13,0,-25,-11,-25,-25","w":219},"\u203e":{"d":"138,-259r0,22r-139,0r0,-22r139,0"},"\u207f":{"d":"122,-262v65,2,24,89,21,135r-28,0r16,-92v-1,-30,-39,-24,-51,-4r-18,96r-27,0v5,-43,21,-84,16,-130r25,-5v2,7,4,11,3,18v9,-12,24,-18,43,-18","w":162},"\u20a4":{"d":"117,12v-33,-1,-59,-18,-98,-9r-5,-26v19,-11,40,-36,43,-69r-33,0r4,-23r32,0v1,-7,2,-17,2,-28r-30,0r3,-24r25,0v-9,-79,72,-114,130,-80r-17,27v-37,-26,-86,-6,-78,53r56,0r-4,24r-51,0v0,10,-1,19,-2,28r51,0r-4,23r-49,0v-5,33,-13,53,-24,61v27,14,78,18,95,-10r21,22v-10,16,-40,31,-67,31","w":190},"\u20a7":{"d":"288,-136v0,-51,68,-72,111,-43r-15,31v-18,-23,-59,-21,-62,10v5,34,64,36,64,78v0,58,-78,82,-120,49v-32,31,-95,12,-83,-46r22,-105r-23,0v-13,47,-62,79,-119,63r-19,99r-36,0r47,-257v72,-14,137,3,130,69r26,0r7,-39r38,-15r-13,54r41,0r-5,26r-41,0r-22,114v3,36,39,27,57,2v18,32,76,29,78,-10v-6,-36,-63,-33,-63,-80xm68,-131v41,16,82,-7,82,-58v0,-37,-30,-47,-64,-38","w":399},"\u2105":{"d":"29,-190v0,-51,50,-90,99,-66r0,22v-32,-23,-74,1,-74,41v0,33,39,32,61,16r-3,25v-37,15,-83,3,-83,-38xm240,-262r-187,268r-24,0r187,-268r24,0xm197,-112v30,0,46,17,46,46v0,39,-25,72,-64,71v-28,0,-46,-17,-46,-46v0,-40,25,-71,64,-71xm181,-15v25,1,38,-23,37,-51v0,-17,-8,-25,-24,-25v-36,0,-56,74,-13,76","w":251},"\u2113":{"d":"152,-14v-30,26,-105,28,-105,-33v0,-10,1,-22,4,-35r-17,9r-4,-28v11,-6,20,-11,28,-16v13,-66,25,-141,85,-145v31,-1,45,20,39,51v-7,36,-61,86,-94,110v-2,29,-20,80,21,77v8,0,18,-5,29,-15xm97,-143v34,-31,49,-47,52,-78v0,-9,-4,-14,-12,-14v-27,6,-33,60,-40,92"},"\u2116":{"d":"320,-129v0,43,-23,74,-63,75v-28,0,-43,-18,-42,-46v2,-40,24,-74,63,-74v28,0,42,15,42,45xm295,-23r-4,23r-86,0r4,-23r86,0xm220,-257r-46,259r-12,0r-86,-180r-32,178r-32,0r46,-260r11,0r87,180r32,-177r32,0xm261,-76v20,0,33,-26,33,-53v0,-15,-7,-23,-20,-23v-21,0,-32,25,-32,53v0,15,6,23,19,23","w":321},"\u212e":{"d":"11,-92v0,-85,101,-135,152,-71v16,20,24,43,24,69r-143,0r0,65v33,33,95,22,122,-3r8,10v-56,53,-163,20,-163,-70xm44,-156r0,50r111,0r0,-50v-26,-33,-84,-34,-111,0","w":197},"\u215b":{"d":"69,6r-23,0r172,-268r22,0xm52,-105r21,-118r-36,20r3,-20v25,-12,45,-24,57,-37r6,0r-28,155r-23,0xm242,-83v44,25,13,87,-35,87v-64,0,-40,-80,-4,-89v-34,-22,-11,-72,32,-72v49,0,40,63,7,74xm232,-137v-30,1,-28,35,-2,44v12,-10,18,-20,18,-30v0,-9,-5,-14,-16,-14xm210,-17v34,0,41,-45,9,-59v-19,9,-29,23,-29,39v0,13,7,20,20,20","w":293},"\u215c":{"d":"76,6r-23,0r171,-268r23,0xm249,-83v44,25,12,87,-36,87v-62,0,-40,-80,-3,-89v-35,-21,-10,-72,32,-72v49,0,40,63,7,74xm239,-137v-25,0,-31,33,-3,44v12,-10,18,-20,18,-30v0,-9,-4,-14,-15,-14xm217,-17v33,-1,42,-44,9,-59v-19,9,-29,23,-29,39v0,13,7,20,20,20xm117,-156v0,46,-62,69,-94,41r14,-19v16,19,58,9,58,-21v0,-15,-10,-23,-29,-23r4,-17v32,6,48,-47,10,-46v-10,0,-17,3,-23,8r-6,-16v18,-22,76,-15,74,19v-1,19,-15,38,-30,43v15,5,22,15,22,31","w":293},"\u215d":{"d":"76,6r-23,0r171,-268r23,0xm249,-83v44,25,12,87,-36,87v-62,0,-40,-80,-3,-89v-35,-21,-10,-72,32,-72v49,0,40,63,7,74xm239,-137v-25,0,-31,33,-3,44v12,-10,18,-20,18,-30v0,-9,-4,-14,-15,-14xm217,-17v33,0,42,-45,9,-59v-19,9,-29,23,-29,39v0,13,7,20,20,20xm33,-134v24,23,64,4,64,-31v0,-28,-38,-30,-54,-14r-6,-5r13,-76r77,0r-4,21r-57,0r-5,35v25,-16,62,2,59,33v6,54,-58,87,-99,56","w":293},"\u215e":{"d":"69,6r-23,0r172,-268r22,0xm242,-83v44,25,13,87,-35,87v-64,0,-40,-80,-4,-89v-34,-22,-10,-72,32,-72v49,0,40,63,7,74xm232,-137v-26,0,-30,33,-2,44v12,-10,18,-20,18,-30v0,-9,-5,-14,-16,-14xm210,-17v33,1,42,-45,9,-59v-19,9,-29,23,-29,39v0,13,7,20,20,20xm65,-105r-28,0v20,-40,31,-63,34,-68v14,-26,27,-48,39,-65r-71,0r4,-22r100,0v-27,58,-44,74,-78,155","w":293},"\u25a1":{"d":"26,-166r166,0r0,166r-166,0r0,-166xm39,-153r0,140r139,0r0,-140r-139,0","w":217},"\u25aa":{"d":"104,-160r0,82r-81,0r0,-82r81,0","w":127},"\u25ab":{"d":"104,-160r0,82r-81,0r0,-82r81,0xm91,-146r-55,0r0,54r55,0r0,-54","w":127},"\u25cf":{"d":"109,-24v-41,0,-78,-36,-78,-77v0,-41,37,-78,78,-78v41,0,77,37,77,78v0,41,-36,77,-77,77","w":217},"\u25e6":{"d":"20,-119v0,-23,21,-44,44,-44v23,0,44,21,44,44v0,23,-21,44,-44,44v-23,0,-44,-21,-44,-44xm95,-119v0,-16,-14,-31,-31,-31v-17,0,-31,15,-31,31v-1,17,15,31,31,31v16,0,31,-14,31,-31","w":127},"\u201b":{"d":"117,-245v0,26,-48,31,-28,61r9,14r-17,12v-16,-18,-24,-37,-24,-58v0,-23,12,-49,32,-49v15,0,28,7,28,20","w":132}}});
