(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")}})})();jQuery.noConflict();(function($){$.fn.toggleVal=function(theOptions){theOptions=$.extend({focusClass:"tv-focused",changedClass:"tv-changed",populateFrom:"default",removeLabels:false},theOptions);return this.each(function(){var defText="";switch(theOptions.populateFrom){case"alt":defText=$(this).attr("alt");$(this).val(defText);break
case"label":defText=$("label[for='"+$(this).attr("id")+"']").text();$(this).val(defText);break
default:defText=$(this).val();}
$(this).addClass("toggleval");if(theOptions.removeLabels==true){$("label[for='"+$(this).attr("id")+"']").remove();}
$(this).focus(function(){if($(this).val()==defText){$(this).val("");}
$(this).addClass(theOptions.focusClass).removeClass(theOptions.changedClass);}).blur(function(){if($(this).val()==""){$(this).val(defText);}
$(this).removeClass(theOptions.focusClass);if($(this).val()!=defText){$(this).addClass(theOptions.changedClass);}
else{$(this).removeClass(theOptions.changedClass);}});});};})(jQuery);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:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.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}})());Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"-8,71v9,-17,54,-24,54,-97v0,-60,-1,-149,-4,-193v-4,0,-38,-1,-27,-10v4,6,98,-8,84,6v-8,3,-26,4,-31,4v0,46,2,135,2,190v0,57,-39,82,-74,102v-2,0,-4,-1,-4,-2","w":113,"k":{"e":6,"o":6,"A":13,"a":6}},{"d":"167,-242v3,16,-7,54,-3,81v0,3,-2,4,-3,4v-6,0,-5,-25,-6,-37v-30,-37,-125,-38,-125,26v0,66,145,16,145,97v0,70,-86,94,-145,64v-4,10,-6,27,-12,20v8,-17,-1,-81,5,-94v6,0,8,30,9,44v12,11,38,31,72,31v33,0,61,-21,61,-52v0,-42,-63,-36,-98,-45v-29,-7,-47,-25,-47,-56v-2,-67,87,-89,137,-61v3,-8,6,-22,10,-22","w":193,"k":{"A":20}},{"d":"58,-13v0,10,-8,17,-18,17v-10,0,-18,-7,-18,-17v0,-10,8,-18,18,-18v10,0,18,8,18,18","w":79},{"d":"33,-9v21,-35,58,-136,78,-181v-7,-15,-16,-32,-22,-44v8,-3,18,-7,27,-12v23,68,69,168,100,237v5,0,38,4,25,11v-5,-7,-107,8,-92,-6v9,-3,30,-5,36,-5v-5,-13,-16,-43,-24,-62r-89,0v-5,13,-14,43,-19,62v7,1,49,0,40,11v-2,0,-21,-2,-47,-2v-28,0,-41,6,-45,-1v4,-8,27,-7,32,-8xm75,-80r82,0r-42,-100v-13,32,-36,89,-40,100","w":246,"k":{"v":26,"w":26,"y":26,"c":13,"C":20,"d":13,"e":13,"g":13,"G":20,"o":13,"O":20,"q":13,"Q":20,"s":6,"t":13,"T":40,"u":13,"U":26,"V":53,"W":53,"Y":46,"-":26}},{"d":"33,-115v30,-17,19,17,23,39v4,-15,19,-44,40,-44v9,0,16,7,16,16v1,18,-27,14,-30,6v-27,5,-30,56,-25,90v11,1,26,2,36,4v3,0,3,2,3,4v-4,3,-75,1,-88,0v2,-8,15,-6,24,-8v2,-28,1,-68,0,-96v-5,-1,-26,5,-27,-2v0,-5,3,-3,28,-9","w":119,"k":{",":26,".":26}},{"d":"51,-10r0,12v-14,-5,-43,3,-48,-2v3,-8,17,-6,26,-8r-1,-232v2,-22,-15,-16,-23,-10v-2,0,-3,-1,-3,-3v0,-5,30,-24,45,-24v6,0,7,5,7,11v0,23,-2,125,-2,170v11,-8,30,-22,50,-22v30,0,41,28,41,55v0,39,-18,67,-54,67v-21,0,-34,-10,-38,-14xm52,-86v-3,41,-3,81,34,82v21,0,33,-24,33,-55v0,-25,-10,-45,-31,-45v-15,0,-27,11,-36,18","w":159,"k":{"w":6,"y":13,",":13,".":13}},{"d":"131,-73r36,0v3,-12,1,-50,12,-43v-1,12,-5,69,0,82v0,2,-1,5,-4,5v-5,0,-7,-18,-8,-25v-7,-1,-18,-1,-36,-1v0,14,0,35,1,46v7,2,44,0,35,11v-12,-5,-100,4,-105,-3v7,-9,37,-5,45,-8v1,-11,1,-32,1,-46v-22,0,-81,1,-90,1v-12,-4,-3,-10,5,-21r98,-146v3,-7,12,-14,12,-4v0,62,-2,126,-2,152xm32,-73r76,0r0,-113","k":{"1":33}},{"d":"71,-116v41,0,100,3,100,-50v0,-51,-52,-63,-99,-53v-1,24,-1,72,-1,103xm174,-57v0,-54,-63,-50,-103,-50v0,27,0,74,1,98v46,11,102,1,102,-48xm16,-229v70,9,176,-28,180,54v2,38,-34,52,-52,62v22,2,58,10,58,50v0,82,-107,62,-186,65v-4,0,-4,-5,-1,-6v8,-3,25,-5,30,-5v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-4,0,-40,0,-29,-10","w":219,"k":{"T":13,"V":13,"W":13,"Y":13,".":13,"A":13}},{"d":"104,-116r0,13v-13,-1,-27,-2,-43,-2v0,23,0,77,1,97v11,1,26,2,36,4v3,0,3,2,3,4v-4,3,-74,1,-87,0v2,-8,15,-6,24,-8v1,-20,1,-74,1,-97v-10,0,-19,1,-29,2r0,-13v9,2,18,2,29,2v-2,-25,-8,-120,11,-130v1,-10,58,-56,58,-17v0,9,-7,15,-16,15v-15,0,-12,-13,-17,-13v-14,0,-15,46,-15,49v0,46,1,85,1,96v17,0,30,0,43,-2","w":113},{"d":"93,-240v-52,62,-53,236,0,298v0,1,-2,2,-3,2v-9,0,-61,-64,-61,-151v0,-87,50,-161,64,-149","w":100},{"d":"126,6v-71,-4,-85,-27,-85,-119v0,-33,0,-82,-1,-106v-4,0,-41,-1,-30,-10v4,6,111,-7,93,6v-10,3,-30,4,-37,4v-1,24,-1,86,-1,121v-2,57,5,94,61,96v102,3,75,-132,71,-217v-5,0,-45,-1,-32,-10v4,6,95,-7,79,6v-8,3,-23,4,-28,4v-12,85,20,232,-90,225","w":253,"k":{"A":26}},{"d":"174,-105v-27,-5,-61,-6,-102,-6v0,30,0,78,3,102v40,3,79,-3,111,-13v1,-10,4,-38,11,-26v-1,14,-3,46,0,62v-5,7,-10,-8,-10,-8v-51,-6,-120,-8,-169,-4v-5,0,-5,-5,-1,-6v8,-3,25,-5,30,-5v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-9,4,-55,-12,-16,-9v54,3,135,-1,154,-5v2,-9,4,-19,10,-13v-5,15,4,61,-4,69v-5,0,-6,-22,-7,-33v-36,-9,-69,-9,-109,-9v-3,24,-3,71,-3,99v41,0,75,-2,102,-8v1,-9,3,-26,9,-26v3,11,1,65,0,79v-6,0,-8,-24,-9,-30","w":219},{"d":"124,-30v-11,44,-110,49,-110,-23v0,-47,54,-80,97,-58v2,-9,6,-20,10,-10v-5,9,1,53,-4,58v-4,0,-6,-19,-7,-26v-16,-25,-76,-34,-76,20v0,36,25,58,49,58v27,0,32,-30,41,-19","w":140,"k":{",":6,".":6}},{"d":"61,-219r60,89v11,-16,51,-77,56,-89v-5,0,-38,-2,-25,-10v3,6,88,-6,71,6v-6,4,-19,4,-23,4v-29,31,-55,66,-75,96v20,28,64,92,83,114v4,0,36,4,23,11v-3,-7,-101,8,-88,-6v8,-3,26,-5,32,-5v-6,-10,-42,-61,-64,-93v-15,22,-42,61,-56,93v5,0,45,2,32,11v-2,-6,-95,7,-82,-6v7,-3,22,-5,27,-5v20,-22,61,-80,74,-100v-12,-18,-58,-87,-77,-110v-4,1,-31,-5,-18,-10v4,6,94,-8,80,6v-8,3,-25,4,-30,4","w":240,"k":{"y":13,"C":13,"e":13,"O":13,"a":6,"S":6}},{"w":79},{"d":"73,-9v4,0,42,3,29,11v-4,-7,-100,8,-86,-6v8,-3,25,-5,30,-5v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-4,0,-40,0,-29,-10v4,6,103,-7,86,6v-8,3,-25,4,-30,4r0,210","w":119},{"d":"81,-113v79,-17,97,99,131,104v7,0,13,-9,16,-2v0,5,-12,19,-27,19v-30,0,-51,-57,-84,-95v-4,-7,-19,-20,-47,-18v0,29,0,73,1,96v4,0,43,3,29,11v-4,-7,-100,8,-86,-6v8,-3,26,-5,31,-5r0,-210v-4,0,-41,-1,-30,-10v4,6,100,-7,87,6v-8,3,-26,4,-31,4v-1,26,-1,76,-1,107v16,-13,86,-86,105,-106v-4,1,-32,-5,-19,-11v1,0,16,2,35,2v19,0,31,-6,34,1v-54,19,-95,71,-144,113","w":226},{"d":"84,-62r7,10v16,-6,39,-15,39,-35v0,-38,-62,0,-68,-9v7,-15,91,-39,90,2v-1,25,-34,38,-57,46v14,13,36,40,47,40v10,0,11,-15,17,-6v-22,46,-84,-17,-102,-40xm54,-8v8,2,22,0,24,8v-5,3,-64,1,-72,0v2,-8,15,-6,24,-8r0,-232v2,-22,-15,-16,-24,-10v-2,0,-2,-1,-2,-3v0,-5,30,-24,45,-24v6,0,6,5,6,11","w":166},{"d":"18,0v31,-56,94,-148,138,-220v-38,1,-87,1,-127,11v0,9,-5,48,-11,27v1,-13,3,-42,0,-60v0,-5,1,-6,4,-6v4,0,5,8,7,15v26,7,118,5,157,5r-62,98v-41,65,-59,98,-71,122v40,0,84,-1,127,-13v-1,-6,4,-42,12,-25v-4,15,-2,49,0,61v0,1,-1,3,-4,3v-4,0,-5,-6,-7,-12v-45,-9,-120,-3,-163,-6","w":206,"k":{"y":6,"e":6,"o":6,"u":6,"a":6}},{"d":"130,17v31,4,111,45,144,17v1,0,2,1,2,2v0,5,-29,26,-52,26v-47,0,-110,-41,-165,-30v-2,0,-5,-1,-5,-3v4,-16,70,-10,87,-23v-70,0,-117,-53,-117,-117v0,-67,48,-122,124,-122v71,0,118,53,118,114v0,99,-70,120,-136,136xm165,-6v43,0,86,-37,86,-89v0,-69,-66,-125,-125,-125v-43,0,-86,38,-86,88v0,71,66,126,125,126","w":286,"k":{"V":13,"W":13,"Y":20,"A":20}},{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},{"d":"179,-67v0,44,-46,71,-88,71v-30,0,-73,-17,-73,-62v0,-35,34,-51,56,-60v-15,-8,-38,-18,-38,-49v0,-31,33,-60,70,-60v24,0,57,15,57,50v0,28,-23,43,-40,51v26,12,56,23,56,59xm112,-131v13,-5,32,-15,32,-34v0,-45,-92,-67,-92,-17v0,30,39,42,60,51xm43,-69v0,67,111,82,118,16v3,-31,-63,-54,-76,-60v-14,5,-42,17,-42,44","k":{"1":26}},{"d":"40,-228v-2,28,-7,55,-13,79v-9,-21,-10,-52,-14,-79v1,-10,13,-3,21,-5v3,0,6,0,6,5","w":53},{"d":"16,-177v32,-13,45,23,60,39v-2,4,-6,2,-8,-1","w":108},{"d":"154,-82r-38,91v-38,-71,-63,-154,-97,-228v-4,1,-32,-4,-19,-10v10,5,148,-4,151,3v-3,7,-23,6,-28,7r39,96v11,-28,25,-73,30,-96v-5,0,-40,-2,-26,-10v4,5,141,-4,144,3v-1,7,-17,7,-20,7r-98,228v-17,-25,-24,-62,-38,-91xm97,-219r-49,0r76,191v5,-13,17,-40,26,-63xm200,-25r26,-67v14,-35,36,-101,43,-127r-59,0v-8,18,-34,81,-44,107","w":306,"k":{"y":33,"C":20,"e":40,"G":20,"o":40,"O":20,"u":33,"-":33,",":53,".":53,"A":53,"a":40,"r":33,"S":6,":":33,";":33}},{"d":"111,-38v1,19,9,44,8,68v0,35,-32,60,-61,61r0,-9v42,-12,27,-64,27,-108v0,-40,30,-54,45,-62v-15,-8,-45,-24,-45,-63v0,-44,15,-95,-27,-108r0,-9v29,1,61,26,61,61v1,24,-7,50,-8,69v0,22,15,39,32,45r0,9v-17,6,-32,22,-32,46"},{"d":"51,-270r0,360r-16,0r0,-360r16,0","w":86},{"d":"57,-226r-11,159v0,5,-1,9,-5,9v-11,-27,-5,-123,-13,-159v1,-9,30,-25,29,-9xm59,-13v0,23,-35,21,-35,0v0,-10,8,-18,17,-18v9,0,18,8,18,18","w":86},{"d":"9,-106v5,-1,62,-31,50,2r0,96v8,2,22,0,24,8v-5,3,-64,1,-72,0v2,-8,15,-6,24,-8r1,-96v-6,-1,-24,5,-27,-2xm61,-190v0,9,-7,16,-16,16v-9,0,-17,-7,-17,-16v0,-9,8,-17,17,-17v9,0,16,8,16,17","w":93},{"d":"123,-9v4,0,41,2,29,11v-4,-7,-100,8,-86,-6v8,-3,25,-5,30,-5v1,-24,2,-71,2,-104v0,-34,-1,-82,-2,-107v-28,-3,-54,3,-76,10v-1,10,-3,44,-11,29v2,-15,3,-48,0,-64v0,-2,1,-3,4,-3v4,0,4,7,6,15v60,9,122,8,182,0v1,-11,5,-20,10,-12v-3,16,-3,49,0,64v0,2,-1,4,-4,4v-5,0,-7,-24,-8,-33v-22,-7,-48,-13,-76,-10r0,211","w":219,"k":{"w":13,"y":13,"c":33,"C":13,"e":33,"G":13,"o":33,"O":13,"s":20,"u":13,"-":13,",":40,".":40,"A":40,"a":33,"r":13,"S":6,":":13,";":13}},{"d":"57,-90r1,82v9,2,21,1,24,8v-5,3,-64,1,-72,0v2,-8,15,-6,24,-8v2,-27,1,-68,0,-96v-5,-1,-26,5,-27,-2v0,-5,3,-3,28,-9v16,-4,19,-10,23,0v0,3,-1,13,-1,18v25,-17,77,-36,86,0v26,-20,89,-37,88,11r0,78v9,2,21,1,24,8v-5,3,-64,1,-72,0v2,-8,16,-6,24,-8v-2,-33,14,-98,-24,-96v-17,0,-29,8,-39,14r1,82v8,1,29,3,20,10v-7,-4,-66,2,-69,-2v2,-8,16,-6,25,-8v-2,-33,14,-98,-24,-96v-17,0,-30,8,-40,14","w":259,"k":{"w":6,"y":13}},{"d":"116,-26v0,44,-15,95,27,108r0,9v-29,-1,-62,-26,-62,-61v0,-47,21,-100,-23,-114r0,-9v17,-6,32,-21,32,-45v-1,-20,-9,-45,-9,-69v0,-35,33,-60,62,-61r0,9v-42,12,-27,64,-27,108v0,40,-30,55,-45,63v15,8,45,23,45,62"},{"d":"33,-13v4,17,95,-7,95,30v0,31,-31,55,-67,55v-18,0,-41,-9,-41,-25v0,-12,11,-26,16,-33v-29,0,-14,-38,0,-45v-42,-25,-3,-91,44,-87v25,2,29,16,34,-2v-3,-12,-21,-26,-1,-32v24,1,17,39,1,45v34,26,-1,85,-47,85v-14,0,-22,-4,-26,-6v-3,3,-8,10,-8,15xm30,-77v-1,34,82,60,87,14v3,-36,-84,-60,-87,-14xm116,30v0,-14,-18,-15,-72,-15v-4,5,-14,17,-14,27v10,36,86,20,86,-12","w":146},{"d":"164,-4v5,1,6,7,0,6v-7,-4,-65,2,-68,-2v2,-8,16,-6,24,-8v-2,-33,14,-98,-24,-96v-18,0,-33,8,-43,14v0,19,0,57,1,82v9,2,21,1,24,8v-5,3,-64,1,-72,0v2,-8,16,-6,24,-8r0,-232v2,-21,-16,-17,-24,-10v-2,0,-3,-1,-3,-3v0,-5,30,-24,45,-24v6,0,7,5,7,11v0,23,-2,133,-2,168v25,-20,91,-36,91,12r0,78v7,1,15,2,20,4","w":173,"k":{"y":13}},{"d":"17,-233r72,239r-13,0r-72,-239r13,0","w":93},{"d":"14,50v3,-8,14,-64,12,-81v1,-5,35,-10,32,2v-4,16,-26,55,-33,75v-2,7,-9,12,-11,4","w":79},{"d":"126,-64r-91,0v0,21,14,54,46,54v32,0,32,-30,42,-22v0,7,-17,36,-52,36v-35,0,-57,-24,-57,-58v0,-30,20,-64,60,-64v37,0,52,24,52,54xm35,-71r67,-1v0,-17,-5,-40,-31,-40v-29,0,-35,29,-36,41","w":140,"k":{"v":6,"w":6,"y":13,",":13,".":13,"x":6}},{"d":"116,-105v-7,-2,-25,-6,-14,-11v6,5,65,-5,47,6v-4,2,-10,4,-16,5v-10,23,-44,86,-52,105v-3,8,-10,7,-11,0r-48,-105v-6,-1,-26,-6,-15,-11v5,4,58,-3,59,3v-2,6,-12,5,-20,8r38,85v15,-33,26,-63,32,-85","w":153,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,"s":6,",":26,".":26,"a":6}},{"d":"136,-110v-18,39,-4,114,-7,169v8,2,22,0,24,8v-7,2,-83,2,-88,0v5,-9,28,-5,40,-8v1,-16,1,-53,1,-73v-29,32,-93,21,-92,-39v0,-42,31,-65,57,-65v24,0,34,18,38,18v1,1,24,-33,42,-18v0,5,-9,2,-15,8xm106,-25r0,-64v-14,-32,-68,-25,-68,26v0,25,8,55,38,55v15,0,25,-10,30,-17","w":153},{"d":"171,-62v0,39,-36,66,-80,66v-43,0,-92,-31,-77,-41v6,0,29,30,72,30v35,0,60,-20,60,-50v0,-46,-60,-55,-94,-42v-2,0,-4,-2,-4,-4v2,-9,43,-21,66,-19v8,-7,24,-23,24,-44v0,-28,-21,-44,-48,-44v-44,0,-57,43,-68,31v0,-4,32,-48,82,-48v27,0,55,14,55,46v0,30,-24,53,-36,61v21,5,48,18,48,58","k":{"1":26}},{"d":"137,-250v-45,40,-82,73,-88,130v10,-14,29,-38,64,-38v40,0,68,34,68,74v0,47,-33,88,-83,88v-46,0,-79,-35,-79,-92v0,-75,94,-163,114,-166v2,0,4,2,4,4xm98,-4v78,-1,72,-140,5,-140v-29,0,-57,24,-57,65v0,32,13,75,52,75","k":{"1":26}},{"d":"16,-50v-2,-75,131,-100,134,-15v8,78,-132,99,-134,15xm39,-58v0,32,13,55,44,55v32,0,45,-23,45,-52v0,-30,-10,-56,-42,-56v-27,0,-47,18,-47,53","w":166,"k":{"v":6,"w":6,"y":13,"x":6}},{"d":"168,-70r-11,74r-16,0r11,-74r-58,0r-10,74r-16,0r11,-74r-58,0r3,-15r58,0r6,-45r-56,0r3,-15r56,0r12,-82r15,0r-12,82r58,0r12,-82r15,0r-12,82r60,0r-3,15r-59,0r-7,45r58,0r-3,15r-57,0xm161,-130r-58,0r-6,45r58,0","w":259},{"d":"188,-219v-14,18,-61,89,-70,105v0,33,1,81,2,105v5,1,43,1,33,11v-4,-7,-108,8,-94,-6v9,-3,28,-5,34,-5v1,-23,2,-70,2,-98r-71,-112v-4,1,-35,-3,-21,-10v3,6,89,-7,76,6v-6,3,-21,4,-25,4v8,13,40,67,60,98v16,-24,47,-77,55,-98v-4,0,-42,-2,-29,-10v3,6,84,-7,71,6v-6,3,-19,4,-23,4","w":213,"k":{"v":40,"e":46,"o":46,"O":20,"q":46,"u":40,"-":40,",":46,".":46,"A":46,"a":46,":":40,";":40,"p":40}},{"d":"59,49v11,2,30,-4,35,4v-10,9,-37,2,-54,4v-5,0,-5,-2,-5,-7r0,-277v0,-5,0,-6,5,-6v17,2,43,-5,54,4v-4,9,-24,2,-35,4r0,274","w":100},{"d":"173,0v-5,3,-64,1,-72,0v2,-8,16,-6,24,-8v-2,-33,14,-98,-24,-96v-17,0,-31,8,-41,14r1,82v9,2,21,1,24,8v-5,3,-64,1,-72,0v2,-8,16,-6,24,-8v2,-27,1,-68,0,-96v-5,-1,-27,5,-28,-2v0,-5,4,-3,29,-9v12,-3,16,-5,19,-5v7,2,1,16,3,23v27,-19,90,-38,89,11r0,78v9,2,21,1,24,8","w":180,"k":{"w":6,"y":13}},{"d":"132,-266r-2,239v0,11,0,15,5,15v12,1,22,-21,26,-11v0,6,-18,27,-37,27v-12,1,-18,-9,-16,-24v-22,37,-97,30,-92,-34v-8,-50,60,-85,92,-48v0,-30,-1,-105,-1,-138v0,-22,-15,-16,-24,-10v-2,0,-2,-1,-2,-3v0,-5,30,-24,45,-24v6,0,6,5,6,11xm108,-31r0,-61v-5,-7,-17,-19,-34,-19v-22,0,-34,22,-34,52v0,55,53,57,68,28","w":166},{"d":"167,-165v-13,-19,-31,-41,-60,-47r0,82v27,6,74,12,74,59v0,50,-46,75,-74,75v-1,15,4,41,-5,47v-8,-6,-2,-33,-4,-47v-35,-2,-78,-19,-78,-69v0,-9,9,-14,10,-3v10,27,34,47,68,56r0,-92v-23,-5,-71,-12,-71,-58v0,-41,39,-62,71,-65v0,-15,-2,-34,-3,-47r16,-5v-2,15,-4,38,-4,52v24,-5,82,23,60,62xm98,-131r0,-81v-36,0,-58,14,-58,39v0,30,39,37,58,42xm107,-102r0,92v39,0,61,-23,61,-48v0,-33,-41,-39,-61,-44"},{"d":"16,-229v74,10,165,-32,179,57v-4,62,-68,80,-125,69v0,27,1,72,2,94v7,1,48,0,39,11v-3,0,-24,-2,-53,-2v-29,0,-40,7,-46,-1v4,-7,27,-7,33,-8r0,-210v-4,0,-42,-2,-29,-10xm70,-111v48,6,100,0,100,-52v0,-50,-51,-67,-98,-56v-1,30,-2,86,-2,108","w":206,"k":{"c":20,"e":20,"o":20,",":40,".":40,"A":40,"a":20}},{"d":"180,-123v0,70,-29,127,-86,127v-60,0,-75,-65,-75,-109v0,-72,34,-122,89,-122v56,0,72,52,72,104xm101,-4v47,0,53,-70,53,-105v0,-33,-3,-110,-52,-110v-54,0,-56,72,-56,106v0,46,10,109,55,109","k":{"7":26,"3":6,"2":6,"1":26}},{"d":"94,67v-4,3,-75,1,-88,0v2,-8,16,-6,24,-8r0,-163v-5,-1,-26,5,-27,-2v0,-5,3,-4,28,-9v16,-3,19,-10,23,0v0,4,-1,14,-1,20v9,-8,25,-23,49,-23v76,0,40,122,-13,122v-19,0,-28,-9,-36,-14v0,15,0,55,1,69v12,3,34,-1,40,8xm53,-85r0,62v8,9,21,19,36,19v23,0,31,-25,31,-51v0,-19,-4,-49,-31,-49v-18,0,-30,13,-36,19","w":159,"k":{"w":6,"y":13}},{"d":"265,-27r5,10v-25,13,-49,21,-79,21v-99,0,-142,-74,-142,-125v0,-81,64,-135,138,-135v70,0,124,47,124,111v0,38,-25,90,-70,90v-28,0,-32,-24,-36,-27v-12,22,-78,55,-79,-20v0,-27,24,-91,75,-91v17,0,22,11,27,20r3,-15r26,0r-24,96v-1,6,-3,24,14,24v31,0,49,-42,49,-77v0,-44,-40,-101,-109,-101v-60,0,-110,47,-110,130v0,55,47,107,113,107v34,0,53,-8,75,-18xm206,-177v-19,0,-53,29,-53,74v0,22,10,31,24,31v15,0,44,-27,44,-80v0,-16,-4,-25,-15,-25","w":360},{"d":"86,-179v-10,8,15,39,-6,39v-21,0,4,-30,-6,-39v-11,6,-28,32,-35,10v0,-13,32,-10,32,-18v0,-8,-32,-5,-32,-18v8,-27,26,15,38,7v0,-11,-15,-35,3,-35v21,0,-4,30,6,38v11,-6,28,-32,35,-10v0,13,-32,10,-32,18v0,8,32,5,32,18v-8,23,-23,-4,-35,-10","w":159},{"d":"186,-117r0,15r-172,0r0,-15r172,0xm186,-71r0,15r-172,0r0,-15r172,0"},{"d":"187,-78r-173,78r0,-16r157,-70r-157,-71r0,-15r173,78r0,16"},{"d":"26,-89v4,32,80,1,80,51v0,38,-49,50,-80,37v-1,7,-5,17,-9,11v3,-5,-2,-50,4,-55v4,0,6,16,7,24v18,16,68,21,68,-8v0,-21,-32,-12,-56,-21v-41,-15,-22,-68,21,-68v16,0,23,3,32,7v2,-7,5,-16,9,-10v-4,5,2,48,-4,48v-4,0,-6,-15,-7,-21v-12,-15,-61,-24,-65,5","w":119,"k":{"y":6,",":6,".":6}},{"d":"200,-113v-7,10,-20,2,-23,22r-44,92v-1,7,-10,6,-11,0r-23,-60v-9,16,-17,48,-34,65v-4,0,-4,-3,-6,-8r-40,-104v-7,-1,-24,-6,-13,-10v10,6,170,-8,101,10v4,12,26,76,30,84v8,-19,25,-65,29,-83v-7,-2,-25,-5,-16,-11v4,4,48,-3,50,3xm82,-105r-38,0v3,7,26,71,30,83v5,-11,18,-43,21,-50v-3,-7,-10,-26,-13,-33","k":{"c":6,"d":6,"e":6,"o":6,"s":6,",":26,".":26,"a":6}},{"d":"116,-227v5,61,-5,152,0,218v9,2,39,0,47,8v-7,7,-102,-2,-119,3v-2,0,-4,-1,-4,-3v8,-9,41,-5,50,-8r0,-194v-18,0,-42,8,-51,-1v0,-4,8,-5,16,-5v33,0,57,-18,61,-18","k":{"1":60,"0":26}},{"d":"60,-8v9,2,21,1,24,8v-5,3,-64,1,-72,0v2,-8,16,-6,24,-8r0,-232v2,-21,-16,-17,-24,-10v-2,0,-3,-1,-3,-3v0,-5,30,-24,45,-24v6,0,7,5,7,11","w":93},{"d":"108,-227r78,138r-15,0r-71,-126r-70,126r-16,0r78,-138r16,0"},{"d":"183,-108r12,0v0,14,-10,50,-46,50v-38,-1,-65,-39,-101,-39v-23,0,-27,16,-31,33r-12,0v0,-24,17,-51,46,-51v38,0,64,39,101,39v24,0,26,-14,31,-32"},{"d":"42,-228v-5,26,-5,57,-14,79v-9,-21,-10,-52,-14,-79v1,-10,14,-3,22,-5v3,0,6,0,6,5xm93,-228v-5,26,-7,55,-14,79v-9,-21,-10,-52,-14,-79v1,-9,24,-8,28,0","w":106},{"d":"14,-2v36,-36,133,-98,131,-161v-2,-50,-63,-52,-93,-26v-26,22,-21,50,-34,37v0,-11,32,-75,93,-75v32,0,61,20,61,58v0,57,-106,138,-133,158v37,3,78,-3,123,-14v2,-12,2,-47,12,-38v-1,9,-3,72,0,84v0,3,-2,3,-4,3v-4,0,-5,-12,-7,-21v-21,-4,-131,-4,-144,-2v-3,0,-5,0,-5,-3","k":{"1":33,"0":6}},{"d":"170,-239v10,13,-11,41,-38,41r-61,0r-20,58v49,-19,125,-5,124,58v0,49,-42,86,-90,86v-46,0,-78,-49,-49,-80v6,0,4,11,7,20v6,21,28,44,57,44v35,0,59,-23,59,-54v0,-32,-29,-54,-65,-54v-32,0,-50,17,-58,17v-8,0,-2,-11,0,-17r32,-103r68,0v33,0,26,-16,34,-16","k":{"1":33,"0":6}},{"d":"224,-8v31,0,34,-38,34,-62v0,-34,-6,-70,-32,-70v-31,0,-33,38,-33,62v0,34,5,70,31,70xm217,-227r-127,227r-12,0r127,-227r12,0xm67,-87v31,0,33,-38,33,-62v0,-34,-5,-70,-31,-70v-31,0,-34,38,-34,62v0,34,6,70,32,70xm277,-80v0,43,-20,80,-57,80v-37,0,-47,-36,-47,-69v0,-43,20,-80,57,-80v37,0,47,36,47,69xm120,-158v0,43,-20,80,-57,80v-37,0,-47,-37,-47,-70v0,-43,20,-79,57,-79v37,0,47,36,47,69","w":293},{"d":"109,-105v-6,-2,-22,-6,-13,-11v5,5,62,-5,44,6v-4,2,-8,4,-13,5v-4,12,-81,187,-100,174v-9,0,-16,-6,-16,-16v-1,-18,24,-19,29,-7v7,-8,21,-28,27,-41r-46,-110v-6,-1,-27,-6,-16,-11v11,3,89,-4,41,11v3,11,25,66,33,85v12,-28,25,-64,30,-85","w":146,"k":{"c":13,"d":13,"e":13,"o":13,"s":6,",":26,".":26,"a":13}},{"d":"48,-91v0,-68,-18,-110,-40,-149v0,-1,1,-3,2,-3v9,0,61,65,61,152v0,87,-51,157,-63,149v21,-39,40,-81,40,-149","w":100},{"d":"108,-79r0,79r-16,0r0,-79r-78,0r0,-15r78,0r0,-79r16,0r0,79r78,0r0,15r-78,0"},{"d":"202,-24r0,-79v-5,0,-44,-1,-31,-10v3,0,21,2,45,2v20,0,28,-6,31,1v-1,6,-14,7,-18,7v1,25,-5,57,2,77v0,6,-7,4,-16,6v-18,4,-59,26,-85,26v-55,0,-111,-39,-111,-110v0,-97,110,-163,195,-110v1,-9,5,-40,13,-28v-2,10,-5,69,-4,94v0,2,0,5,-3,5v-6,0,-7,-28,-8,-41v-17,-16,-41,-37,-82,-37v-41,0,-88,30,-88,92v-1,95,89,152,160,105","w":259,"k":{"T":13,"V":13,"A":20,"X":13}},{"d":"121,-66r0,18r-102,0r0,-18r102,0","w":140},{"d":"45,-227v26,2,110,11,139,-2v14,8,-2,16,-17,42v-41,73,-57,152,-59,178v7,1,49,0,40,11v-3,-7,-126,8,-108,-6v10,-3,31,-5,37,-5v27,-88,48,-134,92,-203v-40,1,-81,1,-124,13v-2,13,-1,38,-11,30v4,-10,-2,-71,2,-79v4,0,7,11,9,21","k":{"1":33,"0":13}},{"d":"17,-1v18,-29,68,-87,81,-106v-30,0,-53,5,-68,11v0,9,-6,24,-9,13v3,-13,-1,-34,2,-47v4,0,6,8,7,14v31,9,72,-5,98,3v0,2,-5,9,-12,16v-30,35,-46,58,-68,91v36,0,56,-1,71,-13v1,-7,5,-23,9,-14v-3,11,1,41,-3,48v-4,0,-5,-8,-6,-13v-23,-2,-71,-3,-98,0v-3,0,-4,-1,-4,-3","w":146,"k":{"e":6,"o":6,"a":6}},{"d":"114,2r0,-18v-16,15,-87,40,-87,-12r0,-74v-7,-1,-19,3,-23,-2v0,-5,3,-3,25,-9v16,-4,18,-10,22,0v-2,24,1,55,-1,81v-3,34,51,23,64,10r-1,-80v-8,-1,-20,3,-24,-2v0,-5,3,-3,25,-9v17,-4,18,-10,23,0r0,105v8,2,22,0,24,8v-7,6,-30,-4,-47,2","w":166},{"d":"48,-219r77,191v22,-46,55,-132,68,-191v-5,0,-39,-2,-26,-10v5,6,79,-7,67,6v-6,3,-17,4,-21,4r-90,214v-2,14,-10,12,-15,0r-87,-214v-4,0,-32,-2,-21,-10v5,6,89,-6,72,6v-6,4,-20,4,-24,4","w":233,"k":{"w":33,"y":33,"e":40,"G":20,"o":40,"O":20,"u":33,"-":33,",":53,".":53,"A":53,"a":40,"r":33,"S":6,":":33,";":33}},{"d":"5,-106v5,-1,65,-30,50,2v-1,42,4,129,-13,145v-11,10,-31,35,-38,25v37,-26,29,-107,28,-170v-6,-1,-24,5,-27,-2xm58,-190v0,9,-8,16,-17,16v-9,0,-17,-7,-17,-16v0,-9,8,-17,17,-17v9,0,17,8,17,17","w":79},{"d":"174,-105v-27,-5,-61,-6,-102,-6v0,31,3,78,4,102v6,0,49,2,36,11v-3,0,-24,-2,-52,-2v-29,0,-40,7,-46,-1v4,-7,27,-7,33,-8v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-9,4,-55,-12,-16,-9v54,3,135,-1,154,-5v2,-10,5,-20,10,-12v-5,14,4,60,-4,68v-5,0,-6,-22,-7,-33v-36,-9,-69,-9,-109,-9v-1,25,-3,71,-3,99v41,0,75,-2,102,-8v1,-9,3,-26,9,-26v3,11,1,65,0,79v-6,0,-8,-24,-9,-30","w":206,"k":{"e":13,"o":13,",":33,".":33,"A":33,"a":13}},{"d":"46,-148v0,-48,4,-59,-32,-77v6,-10,27,3,42,-4r143,184v6,-47,1,-144,-4,-174v-4,0,-40,0,-29,-10v2,0,17,2,40,2v23,0,36,-7,40,1v-3,8,-24,6,-29,7v-9,37,-7,170,-6,219v0,5,-2,6,-4,6r-152,-195v-4,50,1,148,7,180v4,0,47,2,34,11v-3,0,-20,-2,-45,-2v-26,0,-36,7,-40,-1v3,-8,24,-7,29,-8v4,-24,6,-88,6,-139","w":253,"k":{"e":6,"o":6,"A":13,"a":6}},{"d":"106,-105v9,7,82,115,91,99v10,1,13,-9,17,-3v0,6,-16,17,-33,17v-14,0,-23,-7,-31,-18r-75,-100v26,-11,91,13,91,-51v0,-47,-48,-70,-97,-58v-1,25,-2,75,-2,105v0,30,1,80,2,105v5,1,43,1,33,11v-3,-6,-107,7,-90,-6v8,-3,25,-5,30,-5v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-9,4,-55,-12,-16,-9v68,5,166,-24,166,54v0,49,-53,69,-86,69","w":213,"k":{"T":6,"V":6,"W":6,"Y":6}},{"d":"211,-35v4,19,-34,41,-78,41v-65,0,-111,-47,-111,-114v0,-96,91,-150,181,-114v1,-8,4,-34,11,-22v-5,17,2,91,-4,104v-10,-7,-7,-45,-9,-53v-44,-45,-157,-39,-157,59v0,67,44,127,105,127v42,0,57,-28,62,-28","w":233,"k":{"A":20}},{"d":"186,-16r0,16r-173,-78r0,-16r173,-78r0,15r-157,71"},{"w":79},{"d":"70,-9v75,17,136,-23,133,-107v-4,-90,-61,-116,-133,-103r0,210xm14,-229v28,3,68,-1,98,-1v75,0,117,46,117,114v0,94,-77,131,-172,116v-15,-2,-36,6,-46,-1v4,-8,28,-7,33,-8r0,-210v-4,0,-41,-1,-30,-10","w":246,"k":{"T":13,"V":13,"Y":20,"A":20}},{"d":"54,-9v5,2,43,0,33,11v-6,-4,-78,3,-81,-3v3,-7,24,-6,29,-8v10,-56,18,-132,21,-183v-5,-8,-9,-16,-11,-20v-7,-15,-31,-5,-18,-17v16,2,20,2,41,0v14,41,55,119,77,165v20,-44,43,-115,61,-165v15,6,45,-4,53,3v-2,6,-21,6,-26,8v0,31,12,164,18,209v5,2,36,2,26,11v-10,-5,-86,4,-91,-3v5,-8,30,-6,36,-8r-14,-199v-7,17,-53,153,-68,181v-32,-54,-56,-115,-76,-150v-5,47,-13,111,-10,168","w":286},{"d":"72,-8v43,1,79,-4,112,-14v1,-10,4,-41,11,-27v-1,12,-3,49,0,61v0,4,0,5,-3,5v-4,0,-5,-5,-7,-11v-51,-6,-120,-8,-169,-4v-5,0,-5,-5,-1,-6v8,-3,25,-5,30,-5r0,-210v-4,0,-42,-2,-29,-10v4,7,100,-8,86,6v-8,3,-25,4,-30,4v-1,24,-2,72,-2,105v0,33,1,82,2,106","w":206,"k":{"y":13,"T":26,"V":26,"W":26,"Y":26}},{"d":"66,-227r0,277v0,5,-1,7,-6,7v-17,-2,-43,5,-54,-4v4,-9,24,-2,35,-4r0,-274v-11,-2,-30,4,-35,-4v10,-9,37,-2,54,-4v5,0,6,1,6,6","w":100},{"d":"14,50v3,-8,14,-64,12,-81v1,-5,35,-10,32,2v-4,16,-26,55,-33,75v-2,7,-9,12,-11,4xm59,-100v0,10,-8,17,-18,17v-10,0,-17,-7,-17,-17v0,-10,7,-18,17,-18v10,0,18,8,18,18","w":79},{"d":"57,-105r27,35v8,-8,19,-23,24,-35v-6,-2,-23,-7,-12,-11v8,5,59,-3,58,3v-3,6,-14,6,-22,8v-20,14,-27,21,-44,40v9,12,33,41,46,57v6,2,19,1,20,8v-4,3,-62,1,-69,0v1,-7,13,-5,20,-8v-6,-9,-21,-32,-29,-42v-9,12,-21,29,-27,42v7,3,20,1,22,8v-5,3,-59,1,-66,0v2,-7,14,-6,22,-8v13,-13,33,-34,44,-47v-13,-14,-31,-51,-61,-55v-2,-1,-3,1,-3,-3v0,-7,57,2,66,-3v2,0,4,1,4,3v-3,5,-13,5,-20,8","w":159,"k":{"c":6,"e":6,"o":6,"a":6}},{"d":"180,-135v0,75,-94,163,-114,166v-2,0,-4,-2,-4,-4v47,-39,82,-73,88,-130v-10,14,-29,38,-64,38v-40,0,-68,-34,-68,-74v0,-47,33,-88,83,-88v46,0,79,35,79,92xm96,-78v29,0,57,-25,57,-66v0,-32,-13,-75,-52,-75v-78,1,-71,140,-5,141","k":{"1":33}},{"d":"261,-118v0,68,-48,124,-124,124v-71,0,-118,-52,-118,-115v0,-68,48,-124,124,-124v71,0,118,52,118,115xm159,-8v43,0,86,-37,86,-87v0,-69,-65,-125,-124,-125v-43,0,-86,38,-86,88v0,69,65,124,124,124","w":280,"k":{"T":13,"V":13,"W":13,"Y":20,",":20,".":20,"A":20,"X":13,"Z":6}},{"d":"101,4v-11,2,-7,-12,-8,-21v-9,7,-27,21,-45,21v-19,0,-33,-16,-33,-35v-1,-41,52,-43,78,-31v0,-28,-1,-41,-24,-41v-24,0,-37,18,-45,9v0,-7,35,-24,54,-24v48,0,38,56,36,86v-2,37,23,3,29,11v0,6,-21,25,-42,25xm93,-27r0,-27v-19,-11,-56,-10,-56,20v0,34,45,25,56,7","w":146},{"d":"89,-233r-72,239r-13,0r72,-239r13,0","w":93},{"d":"101,-116r0,13v-14,-1,-30,-3,-47,-3r0,80v4,34,44,-6,49,4v0,7,-20,26,-41,26v-49,0,-26,-78,-30,-109v-10,0,-17,1,-27,2r0,-13v9,2,17,2,27,2r0,-69r25,0v-1,23,-3,57,-3,69v17,0,34,0,47,-2","w":106},{"d":"152,-204v-9,6,-25,-21,-40,-15v-34,-4,-49,55,-21,75v15,0,47,10,33,19v-36,-13,-77,8,-77,54v0,38,29,65,64,65v53,0,79,-55,54,-94v-12,4,-64,29,-58,54v0,2,-1,3,-3,3v-23,-57,55,-78,92,-95v18,-8,34,-28,18,-41v-10,2,-5,24,-19,22v-6,0,-12,-6,-12,-14v6,-28,46,-22,46,10v0,35,-37,47,-57,57v31,48,-11,110,-69,110v-43,0,-85,-28,-85,-77v-1,-49,42,-68,61,-73v-9,-5,-26,-16,-26,-43v0,-32,26,-46,51,-46v31,0,48,23,48,29","w":233},{"d":"58,-13v0,10,-8,17,-18,17v-10,0,-18,-7,-18,-17v0,-10,8,-18,18,-18v10,0,18,8,18,18xm58,-100v0,10,-8,17,-18,17v-10,0,-18,-7,-18,-17v0,-10,8,-18,18,-18v10,0,18,8,18,18","w":79},{"d":"52,-96v0,-33,66,-72,66,-98v0,-15,-14,-27,-32,-27v-28,-1,-68,29,-49,60v0,2,-1,3,-2,3v-8,0,-18,-24,-18,-36v0,-56,112,-51,112,11v0,54,-89,75,-51,120v0,2,-1,3,-3,3v-4,0,-23,-16,-23,-36xm86,-13v0,10,-8,17,-17,17v-9,0,-18,-7,-18,-17v0,-25,35,-22,35,0","w":146},{"d":"70,-118r120,0v0,-29,0,-77,-1,-101v-4,0,-41,-1,-30,-10v4,6,100,-7,87,6v-8,3,-26,4,-31,4r0,210v4,0,43,3,29,11v-4,-7,-100,8,-86,-6v8,-3,26,-5,31,-5v1,-24,1,-72,1,-101r-120,0v0,29,0,77,1,101v4,0,43,3,29,11v-4,-7,-100,8,-86,-6v8,-3,26,-5,31,-5r0,-210v-4,0,-41,-1,-30,-10v4,6,100,-7,87,6v-8,3,-26,4,-31,4v-1,24,-1,72,-1,101","w":259}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+161-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("qXp=,m>kzWEDq.5(ZmKb6X6EvN>=pmEDvNJbzW?Sp}wOf{k_$5#DCvJ_>:JmqK}Kf=ouZi+cfi-J$N&z]}wYJN-v@vco+-.x:KX~6Jql#>a`C?$i]}Wvfpz,uZ4@Bo_[P5mS2he1O&D;cyb{k=N0YdV(wE7Rz}?&4NZ2vKcOpvpy#{p;6=5,,mCP]x-cC.2E`S>0#Wy4@5c_#[]54$P1?bk04S}WzPpa]P#w6:?>iKk(4x5`f}c;Z.fV`kB_lS>c,X5kq.6_q$yh`i+Oux=_lS+O,x=clmy5,mZkz.yS`W6Dp_dS,~5cz~#E40k(zWf2f_d;z{k;v_BRaSZ0Z=cDqiw2`{h_f0>o,m5kfWdulm>;v.d=zbPPlNPDZX}{Z.oO,N>oZX5;,_d2,0>k,mK&p$PhpmEbqx&h`Xc(qb&hqWZ,f=&hv}kEuK&hvvkhq.PB")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":200,"face":{"font-family":"Bernhard Modern Std","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 7 4 3 7 3 10 2 4 2","ascent":"277","descent":"-83","cap-height":"2","bbox":"-8 -279 311 91","underline-thickness":"18","underline-position":"-18","stemh":"7","stemv":"22","unicode-range":"U+0020-U+007E"}}));Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"32,-177v29,0,29,26,44,41v-4,8,-11,-1,-17,-5v-14,-11,-34,-19,-44,-33v0,-4,7,-3,17,-3","w":108},{"d":"-4,-227r14,0r121,227r-14,0","w":126},{"d":"82,-9v4,0,45,2,31,11v-3,-7,-115,8,-101,-6v8,-3,27,-5,32,-5v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-5,-1,-42,0,-31,-10v4,6,119,-8,101,6v-8,3,-27,4,-32,4r0,210","w":126},{"d":"143,-129r84,120v5,0,40,3,27,11v-3,-7,-129,8,-110,-6v9,-3,31,-5,37,-5v-17,-29,-42,-66,-61,-92v-14,23,-39,67,-50,92v5,1,44,1,33,11v-3,0,-22,-2,-52,-2v-29,0,-37,6,-43,-1v3,-7,26,-7,31,-8v27,-26,52,-63,76,-98r-76,-112v-5,0,-39,-2,-26,-10v3,7,124,-8,105,6v-8,3,-28,4,-34,4r55,83v17,-23,39,-60,48,-83v-4,0,-44,-1,-30,-10v3,0,22,2,50,2v27,0,35,-6,40,1v-3,7,-23,6,-28,7v-25,23,-54,63,-76,90","w":266,"k":{"y":13,"C":13,"e":13,"O":13,"a":6,"S":6}},{"d":"79,-76v-1,12,17,15,7,21v-6,0,-28,-17,-28,-37v0,-41,64,-73,64,-101v0,-13,-9,-21,-25,-21v-29,1,-75,26,-57,57v0,2,-1,4,-3,4v-4,0,-18,-20,-18,-32v0,-31,35,-42,57,-42v37,0,61,23,61,52v0,37,-58,76,-58,99xm101,-17v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-20,21,-20v12,0,21,8,21,20","w":153},{"d":"126,-62v-10,-15,-13,-48,-44,-48v-22,0,-36,20,-36,46v0,32,19,50,44,50v30,0,35,-29,44,-18v0,8,-21,36,-62,36v-38,0,-61,-27,-61,-57v0,-52,67,-78,113,-58v2,-10,6,-29,11,-17v-4,21,-1,49,-9,66","w":146,"k":{",":6,".":6}},{"d":"62,-105v4,33,-12,83,18,91v17,1,25,-18,32,-8v0,8,-28,26,-52,26v-56,0,-26,-56,-32,-109v-8,0,-16,1,-24,1r0,-11r24,1v0,-19,0,-40,-1,-49r37,-20v-1,16,-2,40,-2,69r42,-1r0,11v-13,0,-28,-1,-42,-1","w":113},{"d":"1,-258v17,-11,43,-12,63,-19v3,0,5,5,5,10v0,53,-3,137,-3,169v32,-28,96,-32,96,35v0,61,-67,84,-96,50r0,15v-12,-6,-60,4,-62,-3v2,-7,23,-7,27,-8r1,-231v6,-23,-15,-16,-27,-15v-3,0,-4,0,-4,-3xm66,-90v1,36,-7,85,29,85v26,0,30,-30,30,-53v0,-23,-4,-46,-26,-46v-15,0,-24,8,-33,14","w":173,"k":{"w":6,"y":6,",":13,".":13}},{"d":"118,-116v68,1,65,78,109,105v7,0,13,-9,17,-2v0,7,-20,21,-35,21v-23,7,-48,-44,-66,-72v-22,-33,-24,-44,-63,-43v0,28,0,74,1,98v4,0,45,2,31,11v-3,-7,-115,8,-101,-6v8,-3,27,-5,32,-5v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-5,-1,-42,0,-31,-10v4,6,119,-8,101,6v-8,3,-27,4,-32,4v-1,24,-1,74,-1,105v21,-21,71,-75,91,-105v-4,0,-39,-2,-26,-10v4,7,110,-8,96,6v-52,3,-84,51,-118,78v-12,9,-29,21,-35,32v10,-2,17,-3,30,-3","w":253},{"d":"91,-70r0,26r-76,0r0,-26r76,0","w":106},{"d":"114,-76r0,76r-22,0r0,-76r-75,0r0,-21r75,0r0,-76r22,0r0,76r75,0r0,21r-75,0"},{"d":"3,-258v16,-11,43,-11,63,-19v3,0,4,5,4,10v0,53,-2,136,-2,168v17,-13,94,-38,94,14r0,76v4,0,36,4,23,11v-6,-4,-123,5,-59,-11v-4,-33,16,-93,-21,-94v-15,0,-23,5,-37,13r0,81v4,-1,30,6,17,11v-6,-7,-92,8,-78,-6v6,-3,21,-5,25,-5v1,-28,1,-112,1,-231v6,-23,-15,-16,-27,-15v-3,0,-3,0,-3,-3","w":186,"k":{"y":6}},{"d":"240,-105v1,24,-3,60,4,74v0,3,-3,5,-7,4v-34,0,-54,33,-110,33v-58,0,-111,-41,-111,-108v0,-69,51,-131,136,-131v36,0,58,10,67,14v2,-7,3,-30,10,-32v7,18,-6,68,0,100v0,2,-1,4,-3,4v-6,0,-8,-31,-9,-36v-15,-16,-38,-39,-81,-39v-65,0,-88,44,-88,90v0,79,84,158,157,106r0,-79v-7,-1,-49,1,-35,-11v8,5,88,-2,93,3v-3,7,-15,6,-23,8","w":273,"k":{"T":6,"V":13,"A":20,"X":13}},{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},{"d":"135,-62r-89,0v0,13,11,47,44,47v34,0,33,-28,43,-17v0,2,-16,36,-60,36v-35,0,-62,-23,-62,-57v0,-35,28,-65,70,-65v37,0,54,24,54,56xm46,-71r57,0v0,-13,0,-40,-25,-40v-25,0,-32,27,-32,40","w":146,"k":{"v":6,"w":6,"y":6,",":13,".":13,"x":6}},{"d":"61,-17v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-20,21,-20v12,0,21,8,21,20xm61,-97v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21","w":79},{"w":79},{"d":"237,-118v0,100,-79,129,-176,118v-33,-4,-48,6,-53,-1v4,-8,29,-7,34,-8v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-5,-1,-42,0,-31,-10v27,2,76,0,110,0v65,0,116,42,116,111xm80,-9v72,18,116,-31,116,-103v0,-56,-37,-129,-116,-107r0,210","w":253,"k":{"T":6,"V":20,"Y":20,"A":20}},{"d":"113,-36v-2,44,-55,45,-90,34v2,5,-7,23,-9,10v2,-16,-2,-38,5,-50v4,0,4,9,5,13v9,6,31,20,54,20v11,0,22,-3,22,-12v0,-30,-84,-3,-84,-59v1,-42,52,-41,83,-35v2,-9,6,-23,11,-14v-4,8,1,43,-7,51v-4,0,-4,-5,-4,-9v-10,-7,-60,-31,-71,-6v0,19,45,15,62,22v12,5,23,16,23,35","w":126,"k":{"y":6,",":6,".":6}},{"d":"-15,66v5,-16,57,-15,58,-99r-1,-186v-5,0,-39,-1,-28,-10v4,6,112,-7,94,6v-7,3,-23,4,-28,4r-1,179v-4,77,-63,99,-91,109v-2,0,-3,-1,-3,-3","w":119,"k":{"e":6,"o":6,"A":13,"a":6}},{"d":"212,-59v1,-52,-1,-127,-8,-160v-5,0,-47,-1,-34,-10v2,6,104,-7,88,6v-7,3,-23,4,-28,4v-14,31,-4,210,-9,225v-17,-16,-127,-151,-161,-188v0,97,3,135,9,173v4,0,48,2,34,11v-2,0,-20,-2,-47,-2v-28,0,-39,7,-45,-1v4,-7,24,-7,30,-8v6,-38,10,-76,10,-183v-12,-13,-24,-25,-36,-28v-10,0,-11,-8,-3,-9v12,2,41,2,55,0","w":266,"k":{"e":6,"o":6,"A":20,"a":6}},{"d":"0,-258v17,-11,43,-12,63,-19v3,0,4,5,4,10r-1,258v3,0,38,4,24,11v-3,-6,-100,8,-86,-6v6,-3,21,-5,25,-5r1,-231v5,-23,-14,-16,-26,-15v-3,0,-4,0,-4,-3","w":93},{"d":"245,34v0,6,-28,35,-56,35v-60,0,-111,-41,-152,-25v-2,0,-3,-1,-3,-3v0,-6,19,-20,65,-20v13,-6,30,-10,42,-16v-82,0,-125,-50,-125,-118v0,-74,60,-120,127,-120v78,0,121,52,121,120v0,62,-36,101,-107,122v-15,4,-27,9,-40,14v17,4,79,22,94,22v21,1,27,-21,34,-11xm143,-1v56,0,78,-60,78,-112v0,-43,-16,-113,-78,-113v-58,0,-84,50,-84,113v0,45,18,112,84,112","w":280,"k":{"V":20,"W":20,"Y":20,"A":20}},{"d":"67,48v12,2,32,-5,36,4v-11,12,-44,2,-63,5v-5,0,-5,-4,-5,-12r0,-267v0,-8,0,-11,5,-11r56,0v3,0,7,0,7,4v-4,11,-24,2,-36,5r0,272","w":106},{"d":"84,-258v16,-11,43,-11,63,-19v3,0,4,5,4,10r-4,244v0,6,0,10,6,10v12,1,23,-21,28,-11v0,6,-20,28,-47,28v-18,0,-17,-13,-18,-21v-9,8,-24,21,-52,21v-37,0,-51,-26,-51,-53v0,-60,67,-87,103,-54v0,-61,-1,-109,-2,-137v6,-23,-15,-16,-27,-15v-3,0,-3,0,-3,-3xm83,-12v49,-3,29,-42,33,-81v-8,-6,-18,-16,-34,-16v-43,2,-46,99,1,97","w":180},{"d":"78,-119r117,0v0,-29,0,-76,-1,-100v-4,0,-45,-1,-31,-10v3,7,115,-8,101,6v-8,3,-27,4,-32,4v-1,24,-2,72,-2,105v0,33,1,81,2,105v4,1,41,1,31,11v-4,-6,-119,8,-101,-6v8,-3,27,-5,32,-5v1,-24,1,-72,1,-101r-117,0v0,29,0,77,1,101v4,0,45,2,31,11v-4,-6,-119,8,-101,-6v8,-3,27,-5,32,-5r0,-210v-4,0,-45,-1,-31,-10v4,6,119,-8,101,6v-8,3,-27,4,-32,4v-1,24,-1,71,-1,100","w":273},{"d":"179,-52r-35,0v0,14,1,32,2,43v5,1,44,1,33,11v-6,-7,-127,9,-111,-6v9,-3,35,-5,41,-5v1,-10,2,-29,2,-43v-30,-1,-73,1,-97,3v-7,0,-6,-7,-2,-10v53,-62,106,-148,130,-179v2,0,3,1,3,4v0,40,-1,127,-1,157v11,0,23,-1,34,-2v1,-13,3,-53,12,-35v-1,14,-1,64,0,82v0,2,-2,3,-4,3v-5,0,-6,-14,-7,-23xm36,-77r75,0r1,-100","k":{"1":33}},{"d":"43,-50v-11,-22,-17,-139,-20,-155v2,-12,36,-32,40,-16r-14,152v-1,13,-2,19,-6,19xm65,-17v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-20,21,-20v12,0,21,8,21,20","w":86},{"d":"201,-227r-138,222v38,-1,85,-8,122,-22v1,-11,4,-40,12,-26v-2,14,-4,59,0,75v0,3,-2,5,-4,5v-6,0,-7,-15,-8,-23v-35,-5,-125,-6,-163,-1v-8,-2,-2,-9,2,-14r131,-211v-13,0,-88,7,-123,22v0,11,-3,41,-10,25v1,-13,3,-52,0,-68v0,-3,1,-5,4,-5v4,0,5,10,6,17v44,6,115,3,165,1v2,0,4,0,4,3","w":213,"k":{"y":6,"e":6,"o":6,"u":6,"a":6}},{"d":"233,-219v-25,43,-70,174,-96,225v-7,0,-16,-28,-28,-56r-74,-169v-5,0,-37,-3,-24,-10v5,7,116,-8,98,6v-8,3,-28,4,-33,4r75,175v22,-51,44,-122,54,-175v-5,-1,-42,0,-31,-10v3,0,22,2,50,2v23,0,33,-6,36,1v-2,7,-23,6,-27,7","w":266,"k":{"w":33,"y":33,"e":53,"G":20,"o":53,"O":20,"u":33,"-":33,",":53,".":53,"A":66,"a":53,"r":33,"S":6,":":33,";":33}},{"d":"44,-226r-11,74r-11,0r-11,-75v0,-6,6,-6,16,-6v13,0,17,1,17,7xm96,-226r-11,74r-12,0r-10,-75v0,-6,6,-6,16,-6v13,0,17,1,17,7","w":106},{"d":"0,-104v4,-8,56,-12,60,-16v14,23,-19,109,23,108v18,0,32,-10,38,-14r-1,-75v-10,-2,-27,4,-31,-3v5,-8,58,-12,63,-16v10,22,-1,77,4,111v4,0,35,4,22,11v-2,0,-17,-2,-40,-2v-8,0,-15,1,-18,2v1,-9,1,-17,1,-21v-8,5,-33,23,-61,23v-48,0,-27,-65,-33,-105v-8,-2,-24,4,-27,-3","w":180},{"d":"162,-68r-11,72r-19,0r12,-72r-54,0r-12,72r-18,0r11,-72r-57,0r3,-18r57,0r7,-42r-58,0r3,-18r57,0r13,-81r18,0r-12,81r54,0r12,-81r19,0r-13,81r58,0r-3,18r-58,0r-6,42r58,0r-3,18r-58,0xm147,-86r6,-42r-54,0r-6,42r54,0","w":246},{"d":"5,-104v4,-9,58,-11,63,-16v8,1,2,14,3,22v14,-13,79,-36,86,0v31,-23,91,-34,90,13r0,76v4,0,35,3,24,11v-7,-4,-124,5,-60,-11v-4,-33,16,-93,-21,-94v-6,0,-17,6,-31,12r0,82v4,-1,28,5,17,11v-10,-4,-114,5,-53,-11v-4,-33,16,-93,-20,-94v-12,0,-21,6,-32,12r1,82v4,-1,26,5,16,11v-6,-7,-92,8,-78,-6v6,-3,21,-5,25,-5v2,-24,1,-67,0,-92v-9,-2,-26,4,-30,-3","w":273,"k":{"w":6,"y":6}},{"d":"159,-221r29,73v3,-15,13,-55,16,-71v-4,1,-27,-5,-15,-10v10,5,158,-4,155,3v-3,6,-23,6,-28,7v-26,47,-77,168,-94,213v-6,17,-11,13,-18,-4r-32,-82v-10,25,-30,72,-35,89v-3,10,-10,12,-14,1r-86,-217v-5,0,-40,-2,-26,-10v6,0,34,2,82,2v53,0,75,-7,83,1v-1,6,-13,4,-17,5xm144,-42r23,-62r-44,-115r-45,0xm192,-135r36,93v16,-39,50,-138,60,-177r-58,0v-9,17,-29,63,-38,84","w":346,"k":{"y":33,"C":20,"e":53,"G":20,"o":53,"O":20,"u":33,"-":33,",":53,".":53,"A":66,"a":53,"r":33,"S":6,":":33,";":33}},{"d":"67,28v21,-23,69,-45,83,-131v-22,56,-139,52,-138,-37v0,-57,49,-87,91,-87v61,0,89,43,89,92v0,108,-120,167,-123,167v-2,0,-2,-2,-2,-4xm51,-150v0,44,21,69,51,69v38,0,50,-32,50,-64v0,-28,-8,-75,-49,-75v-32,0,-52,32,-52,70","k":{"1":26}},{"d":"183,-108r12,0v0,14,-10,50,-46,50v-38,-1,-65,-39,-101,-39v-23,0,-27,16,-31,33r-12,0v0,-24,17,-51,46,-51v38,0,64,39,101,39v24,0,26,-14,31,-32","w":200},{"d":"171,-1v-1,7,-116,-2,-128,3v-5,0,-5,-5,-1,-6v13,-3,41,-5,46,-5r0,-195v-16,2,-38,8,-50,1v0,-6,14,-5,24,-7v18,-3,55,-17,58,-17v4,0,5,2,5,7v0,6,-2,78,-2,110v0,28,1,78,2,101v5,1,39,0,46,8","k":{"1":60,"0":26}},{"d":"103,-3v39,0,49,-48,49,-108v0,-61,-10,-109,-49,-109v-39,0,-48,48,-48,109v0,60,9,108,48,108xm191,-111v0,67,-28,115,-88,115v-60,0,-87,-48,-87,-115v0,-68,27,-116,87,-116v60,0,88,48,88,116","k":{"7":20,"3":6,"2":6,"1":26}},{"d":"107,-45v1,19,11,44,10,68v0,35,-40,61,-76,62r0,-9v50,-12,34,-60,34,-108v0,-39,38,-55,56,-63v-18,-8,-56,-23,-56,-63v0,-48,16,-96,-34,-108r0,-9v36,1,76,27,76,62v1,24,-9,49,-10,68v0,24,19,40,40,46r0,8v-21,6,-40,24,-40,46","w":193},{"d":"147,-105v-14,20,-43,78,-57,108v0,4,-8,4,-9,0r-60,-108v-5,1,-28,-5,-16,-11v2,0,19,2,43,2v27,0,45,-9,40,5v-6,3,-19,4,-23,4r35,70v9,-20,17,-48,21,-70v-5,1,-30,-5,-17,-11v10,3,97,-3,43,11","w":166,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,"s":6,",":26,".":26,"a":6}},{"d":"61,-17v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-20,21,-20v12,0,21,8,21,20","w":79},{"d":"162,-59v0,37,-33,63,-75,63v-34,0,-76,-17,-76,-60v0,-37,32,-62,76,-62v38,0,75,20,75,59xm87,-3v26,0,38,-25,38,-56v0,-35,-17,-52,-38,-52v-25,0,-39,25,-39,55v0,27,11,53,39,53","w":173,"k":{"v":6,"w":6,"y":6,"x":6}},{"d":"71,-222r0,267v0,8,1,12,-4,12r-57,0v-3,0,-6,-1,-6,-5v3,-10,24,-1,35,-4r0,-272v-12,-2,-32,6,-35,-5v0,-4,3,-4,6,-4r57,0v5,0,4,3,4,11","w":106},{"d":"91,-96v-23,8,-21,53,-19,87v4,0,47,2,33,11v-3,0,-23,-2,-52,-2v-29,0,-39,7,-45,-1v2,-7,23,-7,27,-8v2,-24,1,-67,0,-92v-9,-2,-26,4,-30,-3v4,-8,56,-11,61,-16v7,8,1,31,3,44v6,-14,18,-44,40,-44v12,0,20,7,20,18v0,11,-9,18,-19,18v-14,0,-15,-12,-19,-12","w":133,"k":{",":26,".":26}},{"d":"138,-52v5,18,-4,49,-4,71v0,6,-8,5,-8,0r0,-17v-27,-2,-77,-3,-107,0v-3,0,-4,-1,-4,-4v17,-28,64,-82,78,-104v-26,-4,-57,7,-65,13v-1,5,-4,33,-11,21v1,-11,4,-38,3,-55v-1,-5,4,-6,6,-3v2,3,2,10,2,14v27,5,88,-3,113,2r-79,106v27,4,50,-5,65,-16v3,-10,3,-25,11,-28","w":153,"k":{"e":6,"o":6,"a":6}},{"d":"11,-229v80,11,194,-34,201,58v4,53,-67,78,-133,67v0,27,0,72,1,95v6,1,47,0,37,11v-2,-7,-121,8,-107,-6v8,-3,27,-5,32,-5v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-5,-1,-42,0,-31,-10xm175,-163v-1,-53,-50,-67,-95,-57v-1,26,-1,78,-1,109v49,8,97,-4,96,-52","w":219,"k":{"c":20,"e":20,"o":20,",":46,".":46,"A":46,"a":20}},{"w":79},{"d":"216,-105v-20,33,-41,80,-59,113v-17,-19,-25,-46,-39,-68r-34,68v-27,-33,-42,-77,-65,-113v-5,1,-27,-6,-15,-11v6,8,169,-10,152,7v-6,3,-21,4,-24,4v8,19,22,46,38,71v11,-28,16,-47,22,-71v-5,1,-32,-4,-18,-11v1,0,13,2,30,2v20,0,34,-6,27,5v-4,3,-12,4,-15,4xm94,-104r-36,0v8,15,24,52,38,72v5,-12,12,-30,15,-42v-5,-9,-12,-20,-17,-30","w":233,"k":{"c":6,"d":6,"e":6,"o":6,"s":6,",":26,".":26,"a":6}},{"d":"149,-22r-62,-89v3,-7,14,-2,26,-2v34,0,61,-10,61,-44v-1,-51,-49,-74,-94,-62r0,210v6,0,44,2,31,11v-4,-7,-115,8,-101,-6v8,-3,27,-5,32,-5v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-5,-1,-42,0,-31,-10v72,9,199,-26,199,55v0,48,-47,62,-78,67r50,70v12,20,25,35,46,24v2,0,3,2,3,4v0,5,-19,18,-40,18v-20,0,-30,-14,-42,-31","w":233,"k":{"T":6,"V":13,"W":13,"Y":13}},{"d":"172,-249v8,11,-4,58,0,83v0,5,0,7,-4,7v-5,0,-5,-23,-5,-26v-17,-14,-39,-29,-72,-29v-21,0,-59,5,-59,38v0,47,71,33,109,47v27,10,41,30,41,61v2,74,-89,89,-150,60v-1,9,-4,43,-10,26v4,-20,-2,-85,2,-100v6,0,7,19,8,31v23,21,47,36,84,36v31,0,54,-9,54,-35v0,-54,-88,-35,-121,-56v-18,-11,-28,-35,-28,-57v0,-70,86,-83,144,-59v2,-16,3,-27,7,-27","w":200,"k":{"A":20}},{"d":"90,-75v6,-39,-50,-22,-67,-15v-3,0,-3,-1,-3,-4v0,-8,35,-24,62,-24v59,0,40,64,40,98v7,19,26,-15,31,-3v0,8,-26,27,-52,27v-13,0,-11,-10,-11,-21v-15,21,-79,34,-79,-13v0,-40,51,-43,79,-29r0,-16xm90,-25r0,-26v-18,-9,-44,-10,-43,18v1,30,29,20,43,8","w":153},{"d":"131,-227r-121,227r-14,0r121,-227r14,0","w":126},{"d":"21,53v-5,-14,10,-47,4,-77v0,-11,16,-13,30,-13v5,0,7,2,7,6v0,22,-35,84,-41,84","w":79},{"d":"141,-251v-21,23,-69,45,-83,131v22,-56,139,-52,138,37v0,57,-49,87,-91,87v-61,0,-89,-43,-89,-92v0,-108,120,-167,123,-167v2,0,2,2,2,4xm105,-3v32,0,52,-31,52,-69v0,-44,-21,-70,-51,-70v-38,0,-50,32,-50,64v0,28,8,75,49,75","k":{"1":33}},{"d":"78,6r-58,-111v-5,1,-28,-5,-16,-11v10,3,121,-4,58,11v12,25,22,48,35,72v12,-32,16,-50,21,-72v-5,0,-27,-4,-16,-11v1,0,14,2,29,2v19,0,30,-6,24,5v-4,3,-12,4,-14,4r-58,117v-11,22,-27,57,-48,57v-12,0,-21,-8,-21,-20v-1,-24,32,-23,36,-7v10,-10,21,-25,28,-36","w":159,"k":{"c":6,"d":6,"e":6,"o":6,"s":6,",":26,".":26,"a":6}},{"d":"140,-121v20,-28,46,-75,52,-98v-4,0,-45,-1,-31,-10v3,6,101,-8,87,6v-6,3,-21,4,-25,4v-19,19,-61,80,-79,107v0,29,0,79,1,103v5,1,45,0,35,11v-3,-7,-123,8,-109,-6v9,-3,30,-5,36,-5v1,-22,1,-65,1,-95r-69,-115v-4,0,-39,-3,-25,-10v3,7,115,-8,101,6v-8,3,-27,4,-32,4","w":253,"k":{"v":40,"e":53,"o":53,"O":20,"q":53,"u":40,"-":40,",":53,".":53,"A":53,"a":53,":":40,";":40,"p":40}},{"d":"78,-115v42,-1,95,7,95,-51v0,-49,-48,-64,-93,-54v-1,25,-2,75,-2,105xm175,-57v0,-61,-51,-50,-97,-51v0,28,1,76,2,100v41,8,95,9,95,-49xm10,-229v30,3,74,-1,107,-1v34,0,93,5,93,53v0,44,-47,60,-66,64v23,1,72,3,72,49v0,91,-120,60,-206,66v-2,0,-3,-1,-3,-3v4,-8,29,-7,34,-8v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-5,-1,-42,0,-31,-10","w":233,"k":{"T":6,"V":13,"W":13,"Y":13,".":13,"A":13}},{"d":"79,-175v-9,8,16,40,-6,40v-21,0,2,-31,-6,-40v-7,3,-31,36,-37,9v0,-17,33,-10,33,-18v0,-8,-33,-2,-33,-19v9,-30,31,18,40,6v-2,-11,-15,-36,3,-36v21,0,-2,31,6,39v7,-3,31,-34,37,-9v0,17,-33,11,-33,19v0,8,33,1,33,18v-7,29,-29,-7,-37,-9","w":146},{"d":"183,-237v-6,11,-18,51,-37,47r-87,0r-18,65v17,-11,39,-23,69,-23v42,0,76,30,76,71v0,45,-39,81,-90,81v-40,0,-89,-29,-74,-39v34,31,127,42,127,-27v0,-37,-31,-54,-65,-54v-37,0,-48,23,-58,13r35,-120r95,0v20,1,16,-24,27,-14","k":{"1":33,"0":6}},{"d":"165,-122v15,11,-29,11,-18,45r1,134v5,0,33,2,22,11v-6,-7,-114,9,-100,-7v8,-3,36,-4,40,-4v0,-9,1,-38,1,-65v-9,5,-21,12,-41,12v-39,0,-56,-30,-56,-58v-1,-56,71,-79,111,-53v6,-4,25,-15,40,-15xm111,-16v-5,-38,17,-94,-26,-94v-23,0,-34,24,-34,51v0,43,32,63,60,43","w":173},{"d":"188,-72v0,42,-43,76,-93,76v-35,0,-77,-14,-77,-58v0,-39,38,-54,51,-60v-16,-10,-33,-21,-33,-49v0,-72,134,-91,134,-16v0,27,-18,36,-37,48v22,9,55,23,55,59xm121,-10v27,0,44,-16,44,-36v0,-39,-52,-50,-86,-64v-13,7,-26,16,-26,40v0,38,38,60,68,60xm125,-134v10,-7,18,-14,18,-31v0,-27,-34,-47,-57,-47v-15,0,-30,9,-30,26v0,29,45,42,69,52","k":{"1":26}},{"d":"118,-32v0,48,-16,96,34,108r0,9v-36,-1,-76,-27,-76,-62v-1,-24,9,-49,10,-68v0,-22,-19,-40,-40,-46r0,-8v21,-6,40,-22,40,-46v-1,-19,-11,-44,-10,-68v0,-35,40,-61,76,-62r0,9v-50,12,-34,60,-34,108v0,40,-37,55,-55,63v18,8,55,24,55,63","w":193},{"d":"40,-10v-2,15,105,-8,105,30v0,37,-43,49,-70,49v-28,0,-55,-8,-55,-25v0,-11,9,-19,13,-23v-26,-6,-10,-35,6,-44v-4,-3,-21,-12,-21,-33v0,-52,66,-74,107,-55v22,-16,10,-18,2,-39v0,-9,7,-16,18,-16v38,11,1,47,-14,60v7,6,16,14,16,31v-1,49,-60,69,-102,56v-3,2,-5,5,-5,9xm105,-37v16,0,27,-5,27,-17v0,-21,-46,-41,-72,-41v-15,0,-27,6,-27,17v0,22,43,41,72,41xm33,40v1,29,93,30,93,-3v0,-14,-60,-13,-85,-14v-4,5,-8,11,-8,17","w":159},{"d":"68,-85v28,0,30,-43,30,-67v0,-26,-2,-68,-30,-68v-28,0,-30,42,-30,68v0,24,2,67,30,67xm234,-227r-142,227r-16,0r142,-227r16,0xm238,-7v28,0,30,-43,30,-67v0,-26,-2,-68,-30,-68v-28,0,-30,42,-30,68v0,24,2,67,30,67xm125,-152v0,44,-17,74,-57,74v-40,0,-57,-30,-57,-74v0,-50,24,-75,57,-75v33,0,57,25,57,75xm295,-74v0,44,-17,74,-57,74v-40,0,-57,-30,-57,-74v0,-50,24,-75,57,-75v33,0,57,25,57,75","w":306},{"d":"143,-1v56,0,78,-60,78,-112v0,-43,-16,-113,-78,-113v-58,0,-84,50,-84,113v0,45,18,112,84,112xm143,-233v78,0,121,52,121,120v0,63,-50,119,-121,119v-82,0,-127,-50,-127,-119v0,-74,60,-120,127,-120","w":280,"k":{"T":6,"V":20,"W":20,"Y":20,",":20,".":20,"A":20,"X":13,"Z":6}},{"d":"109,4v-2,16,5,40,-4,49v-9,-8,-2,-34,-4,-49v-34,0,-73,-13,-73,-47v0,-16,8,-33,13,-24v0,33,32,49,60,53r0,-84v-26,-5,-73,-12,-73,-60v0,-48,51,-69,73,-69v0,-10,0,-37,-2,-52r13,0v-3,15,-2,42,-2,52v23,0,65,9,65,49v0,13,-13,33,-13,15v0,-10,-13,-37,-53,-46r0,73v35,8,79,13,79,63v0,50,-51,77,-79,77xm109,-96r0,83v33,6,62,-14,61,-40v0,-31,-38,-38,-61,-43xm101,-138r0,-73v-29,-5,-58,8,-59,35v0,28,42,34,59,38"},{"d":"3,-104v5,-8,58,-11,64,-16v6,1,2,15,3,21v17,-13,94,-38,94,14r0,76v4,0,36,4,23,11v-6,-4,-122,5,-60,-11v-1,-31,15,-95,-20,-94v-15,0,-23,5,-37,13r0,81v4,-1,28,5,17,11v-6,-6,-96,6,-78,-6v5,-4,21,-5,25,-5v2,-24,1,-67,0,-92v-10,-2,-27,4,-31,-3","w":193,"k":{"w":6,"y":6}},{"d":"58,-270r0,360r-23,0r0,-360r23,0","w":92},{"d":"289,-3r10,8v-9,11,-55,45,-116,45v-86,0,-149,-49,-149,-119v0,-85,74,-161,161,-161v73,0,131,48,131,117v0,65,-51,115,-101,115v-23,0,-27,-16,-27,-25v-5,5,-19,23,-46,23v-26,0,-48,-17,-48,-51v0,-52,46,-118,93,-118v30,0,38,19,42,26r8,-19r31,0r-52,136v0,6,3,9,11,9v26,0,72,-35,72,-96v0,-62,-52,-98,-112,-98v-70,0,-138,71,-138,142v0,59,48,103,125,103v66,0,100,-33,105,-37xm158,-15v50,-3,69,-98,69,-117v0,-11,-7,-23,-22,-23v-35,0,-73,82,-73,116v0,17,12,24,26,24","w":360},{"d":"73,-105r23,28v9,-10,16,-18,23,-28v-5,1,-28,-4,-17,-11v1,0,14,2,29,2v19,0,30,-6,24,5v-26,7,-42,26,-55,39v24,24,36,57,66,66v3,1,3,7,-1,6v-3,-6,-92,7,-78,-6v4,-3,16,-5,19,-5v-8,-12,-26,-32,-29,-36v-12,14,-20,26,-25,36v3,0,31,4,20,11v-2,0,-17,-2,-36,-2v-20,0,-26,6,-31,-1v3,-6,17,-8,21,-8v13,-9,32,-27,47,-41v-21,-19,-32,-56,-65,-59v-4,-1,-3,-7,1,-7v2,0,19,2,43,2v28,0,44,-8,38,5v-4,3,-14,4,-17,4","w":173,"k":{"c":6,"e":6,"o":6,"a":6}},{"d":"52,-91v0,102,42,151,34,157v-5,0,-66,-70,-66,-157v0,-71,59,-157,68,-148v0,3,-36,66,-36,148","w":93},{"d":"3,-104v4,-9,58,-11,63,-16v11,21,-2,77,4,111v4,0,37,3,23,11v-5,-6,-101,7,-84,-6v6,-3,20,-5,24,-5v2,-24,2,-63,0,-92v-9,-2,-26,4,-30,-3xm69,-183v0,12,-9,21,-20,21v-11,0,-21,-9,-21,-21v0,-12,10,-20,21,-20v11,0,20,8,20,20","w":100},{"d":"119,-51v14,14,37,56,58,33v2,0,3,2,3,4v-4,21,-47,23,-63,1r-48,-40r38,-13r7,9v19,-1,34,-47,3,-47v-24,0,-32,16,-41,9v0,-6,32,-23,64,-23v15,0,32,8,32,23v0,25,-38,39,-53,44xm0,-258v17,-11,43,-12,63,-19v3,0,5,5,5,10r-2,258v3,0,39,4,25,11v-3,-6,-100,8,-86,-6v6,-3,21,-5,25,-5r1,-231v6,-28,-21,-10,-31,-18","w":186},{"d":"198,-176v-6,-3,-6,-22,-6,-27v-24,-12,-74,-16,-112,-16v-1,23,-2,69,-2,102v33,1,78,-3,105,-13v0,-5,5,-32,10,-18v-6,9,7,84,-6,71v-3,-6,-4,-19,-5,-25v-24,-6,-73,-10,-104,-9v0,32,1,78,2,102v4,1,41,1,31,11v-4,-6,-119,8,-101,-6v8,-3,27,-5,32,-5r0,-210v-4,0,-45,-1,-31,-10r85,2v49,0,73,-1,97,-3v1,-8,5,-25,9,-12v-5,13,4,61,-4,66","w":219,"k":{"e":13,"o":13,",":40,".":40,"A":40,"a":13}},{"d":"193,19v-4,-1,-4,-10,-5,-14v-31,-7,-133,-5,-176,-3v-4,0,-4,-5,-1,-6v8,-3,27,-5,32,-5v1,-24,2,-72,2,-105v0,-33,-1,-81,-2,-105v-5,-1,-42,0,-31,-10v4,6,119,-8,101,6v-8,3,-27,4,-32,4r0,210v35,4,78,-5,105,-18v1,-11,4,-41,12,-26v-2,17,-4,52,0,67v0,3,-2,5,-5,5","w":213,"k":{"y":6,"T":20,"V":26,"W":26,"Y":26}},{"d":"223,-109v-1,67,-20,115,-89,115v-59,0,-92,-39,-92,-120v0,-57,1,-82,-1,-105v-4,0,-45,-1,-31,-10v4,6,119,-8,101,6v-8,3,-27,4,-32,4v4,78,-30,221,60,218v111,-3,66,-147,65,-218v-4,0,-45,-1,-31,-10v3,0,20,2,46,2v26,0,34,-6,40,1v-3,7,-23,6,-28,7v-2,16,-8,73,-8,110","w":266,"k":{"A":26}},{"d":"198,-63v0,43,-41,69,-87,69v-52,0,-92,-36,-92,-85v0,-55,40,-68,62,-72v-36,-22,-20,-84,32,-82v33,2,55,27,45,38v-5,0,-14,-17,-35,-17v-33,0,-50,36,-31,61v11,1,49,18,37,29v-35,-15,-74,9,-74,52v0,40,29,67,67,67v63,1,82,-60,53,-93v-11,6,-51,36,-48,51v-1,9,-1,13,-4,13v-5,0,-6,-14,-6,-19v-13,-58,98,-80,101,-110v-7,7,-32,3,-29,-11v0,-10,9,-16,17,-16v13,0,20,11,20,25v0,30,-27,49,-43,61v5,8,15,21,15,39","w":233},{"d":"73,-91v0,87,-59,164,-68,155v0,-3,36,-57,36,-155v0,-86,-42,-144,-34,-150v6,0,66,78,66,150","w":93},{"d":"222,-247v9,13,-7,72,-2,101v0,3,-1,6,-4,6v-5,0,-4,-25,-5,-33v-8,-15,-29,-53,-72,-53v-110,2,-110,218,3,218v59,0,74,-48,83,-37v0,7,-35,51,-95,51v-82,0,-113,-61,-113,-113v0,-111,118,-151,196,-109v4,-21,4,-31,9,-31","w":246,"k":{"T":6,"V":6,"Y":6,"A":20}},{"d":"214,-187v-24,37,-45,103,-67,137v-29,-38,-50,-89,-78,-128v-3,36,-8,129,0,169v4,1,41,1,31,11v-5,-6,-109,7,-92,-6v8,-3,27,-5,32,-5v11,-38,18,-131,22,-181v-4,-7,-9,-15,-17,-24v-7,-8,-39,-5,-25,-15v11,0,43,4,58,0r81,139r61,-139v15,5,50,-3,61,3v-3,9,-23,8,-31,9v0,51,11,184,13,208v4,0,45,2,31,11v-4,-7,-114,8,-100,-6v8,-3,27,-5,32,-5v0,-37,-9,-151,-12,-178","w":306},{"d":"7,66v13,-17,28,-27,27,-76r-1,-91r-27,0v-3,0,-3,0,-3,-3v4,-9,58,-11,63,-16v8,24,-1,81,3,115v-4,48,-48,70,-59,74v-2,0,-3,-1,-3,-3xm69,-183v0,12,-9,21,-20,21v-11,0,-21,-9,-21,-21v0,-12,10,-20,21,-20v11,0,20,8,20,20","w":93},{"d":"189,-122r0,20r-172,0r0,-20r172,0xm189,-72r0,21r-172,0r0,-21r172,0"},{"d":"215,-233v-2,-7,6,-26,9,-12v-2,15,-2,55,0,67v1,5,-7,6,-7,2v-1,-5,-3,-18,-4,-27v-18,-11,-43,-16,-77,-16v-1,24,-2,73,-2,106v0,33,1,80,2,104v4,1,41,1,31,11v-4,-6,-119,8,-101,-6v8,-3,27,-5,32,-5r0,-210v-33,0,-61,5,-78,16v-2,11,-3,40,-11,25v2,-12,2,-52,0,-67v0,-3,1,-5,4,-5v5,1,5,13,6,17v63,9,131,8,196,0","w":233,"k":{"w":6,"y":6,"c":26,"C":6,"e":26,"G":6,"o":26,"O":6,"s":13,"u":6,"-":6,",":46,".":46,"A":46,"a":26,"r":6,"S":6,":":6,";":6}},{"d":"115,-227r74,138r-23,0r-63,-119r-62,119r-23,0r73,-138r24,0"},{"d":"21,53v-5,-14,10,-47,4,-77v0,-11,16,-13,30,-13v5,0,7,2,7,6v0,22,-35,84,-41,84xm64,-97v0,12,-8,21,-20,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,20,9,20,21","w":79},{"d":"50,-226r-11,74r-12,0r-10,-75v0,-6,6,-6,16,-6v13,0,17,1,17,7","w":66},{"d":"189,-75r-172,75r0,-24r149,-62r-149,-62r0,-24r172,74r0,23"},{"d":"189,-24r0,24r-172,-75r0,-23r172,-74r0,24r-149,62"},{"d":"183,-221v-37,61,-66,142,-69,213v4,1,48,-1,37,10v-3,0,-27,-2,-60,-2v-41,0,-52,6,-60,-1v4,-8,33,-7,40,-8v19,-79,46,-137,93,-198v-43,0,-80,3,-120,13v0,9,-5,40,-12,23v3,-14,3,-57,0,-73v0,-2,1,-5,4,-5v4,0,6,13,7,21v24,5,103,6,136,3v3,0,4,1,4,4","k":{"1":33,"0":13}},{"d":"40,-8v41,-67,84,-182,104,-230r47,129r42,100v5,0,41,3,28,11v-5,-7,-127,8,-109,-6v10,-2,31,-4,38,-4v-5,-16,-15,-49,-22,-64r-83,0v-7,20,-16,50,-17,63v6,1,50,1,37,11v-3,0,-21,-2,-49,-2v-30,0,-42,7,-47,-1v4,-7,25,-6,31,-7xm88,-79r77,0r-38,-94v-8,18,-33,77,-39,94","w":273,"k":{"v":26,"w":26,"y":26,"c":13,"C":20,"d":13,"e":13,"g":13,"G":20,"o":13,"O":20,"q":13,"Q":20,"s":6,"t":13,"T":46,"u":13,"U":26,"V":66,"W":66,"Y":53,"-":26}},{"d":"30,-184v0,-46,41,-93,67,-93v12,0,19,9,19,19v0,11,-8,19,-18,19v-21,0,-13,-25,-21,-25v-10,0,-10,35,-10,54v0,33,-1,73,-1,96v15,0,30,0,44,-1r0,11v-14,-1,-29,-1,-44,-1v0,22,0,79,1,96v6,1,51,1,38,11v-3,0,-25,-2,-57,-2v-28,0,-37,6,-43,-1v3,-7,21,-7,26,-8v1,-18,1,-75,1,-96v-10,0,-20,1,-30,1r0,-11r30,1v0,-23,-2,-51,-2,-70","w":113},{"d":"17,-2v34,-35,115,-93,118,-160v0,-21,-16,-44,-48,-44v-48,-1,-54,47,-66,38v0,-7,29,-59,87,-59v41,0,66,24,66,55v0,68,-96,124,-130,157v37,-2,100,-7,125,-16v1,-10,4,-48,11,-33v-4,17,3,81,-3,90v-5,0,-6,-15,-7,-24v-42,-3,-106,-2,-147,0v-3,0,-6,-1,-6,-4","k":{"1":33,"0":6}},{"d":"199,-176v-6,-3,-5,-22,-6,-27v-24,-12,-74,-16,-112,-16v-1,23,-1,69,-1,102v33,1,78,-3,104,-13v0,-5,4,-31,10,-19v-6,9,7,83,-6,72v-3,-6,-4,-19,-5,-25v-24,-6,-72,-10,-103,-9v0,32,0,78,1,102v38,3,87,-5,115,-15v1,-10,3,-36,11,-22v-5,12,5,59,-4,65v-5,-1,-6,-10,-6,-14v-32,-7,-138,-6,-185,-3v-5,0,-5,-5,-1,-6v8,-3,27,-5,32,-5r0,-210v-4,0,-45,-1,-31,-10r85,2v49,0,73,-1,97,-3v1,-8,5,-25,9,-12v-2,14,-2,46,0,61v0,3,-1,5,-4,5","w":226},{"d":"68,-86r0,64v8,8,17,17,31,17v47,-3,40,-98,1,-99v-18,0,-27,12,-32,18xm2,-103v10,-5,58,-12,63,-17v8,2,2,15,3,24v6,-5,24,-22,52,-22v33,0,47,26,47,56v0,34,-22,66,-59,66v-21,0,-35,-9,-40,-13v0,13,0,49,1,66v7,0,52,0,38,11v-4,0,-24,-2,-56,-2v-28,0,-50,10,-45,-5v7,-3,22,-4,27,-4r0,-156v-10,-2,-28,5,-31,-4","w":180,"k":{"w":6,"y":6}},{"d":"19,-34v34,34,124,37,129,-28v3,-50,-68,-61,-98,-43v-2,0,-4,-1,-4,-3v-1,-8,46,-38,81,-30v24,-22,3,-69,-38,-69v-41,0,-53,39,-63,28v0,-5,31,-48,83,-48v28,0,58,14,58,46v0,28,-22,40,-31,46v74,23,56,143,-41,139v-45,-2,-87,-28,-76,-38","k":{"1":26}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+450-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("1y3PQnUT*,~D1t9}xn5s[y[~A|UP3n~DA|{s*,u;3iB8h0T^h5jv(i!$hLu^(sT?*cxe3zwvxz]Ihz_cvTwEQ55Q3c!T[iw,At{P[|PAEAojpCP|:n~xv;wO[Cx(X|5v:sI|#i9t1GijECF;{XB7Q;j]#tJw*T3pi(hwOTPY>iu#EsvH>`x_3G{5v`p^:;UIQy9T1t[^1(jw>z]8v`P^:;]8Q`PI:nj9QnxT*tj;>,[D3^R;QC9I*Cp~#LT}*,hrh^Rb*0TbA^!$E;xLxPID1zBr>0w^hLUJQn9Th,Rv:nUbAtRP*s77:|7Dxyi0xtJ8Q|UJxy9bQ^RrQLUTQn5F3(7w3n~s1`Fw>yI}1sFw1,xQhPFwAiT~v5FwAATw1]_t`c5yC[{1:pUE>Ou(zXi,Ah3*Qvx#e!J^G79n;rwY?8FDbIjs0TP|LoRK}B~H$t7!")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":206,"face":{"font-family":"Bernhard Modern Std","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 7 6 3 7 5 10 2 3 2","ascent":"277","descent":"-83","x-height":"4","cap-height":"2","bbox":"-15 -279 344.045 90","underline-thickness":"18","underline-position":"-18","stemh":"7","stemv":"34","unicode-range":"U+0020-U+007E"}}));Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"115,-79r0,79r-16,0r0,-79r-78,0r0,-15r78,0r0,-79r16,0r0,79r79,0r0,15r-79,0","w":200},{"d":"64,-105v-12,53,-32,174,-78,174v-6,0,-12,-4,-12,-11v0,-13,22,-22,33,-14v12,-30,25,-103,36,-149r-27,0r4,-10r25,1v15,-58,28,-142,81,-161v10,0,14,7,14,12v0,17,-25,18,-33,8v-12,19,-31,92,-41,141v8,0,27,0,36,-1v-1,17,-16,8,-38,10","w":93,"k":{"c":6,"d":6,"g":6,"o":6,"a":6,"s":6}},{"d":"67,-178v-2,59,114,40,114,111v0,36,-32,73,-76,73v-35,0,-64,-18,-77,-27v-4,5,-11,27,-15,17v8,-18,23,-82,28,-91v8,9,-2,36,-3,46v5,10,33,45,73,45v30,0,56,-24,56,-51v-1,-56,-116,-42,-116,-108v0,-39,34,-70,73,-70v28,0,53,16,65,23v2,-4,12,-29,17,-16v-7,12,-21,63,-29,78v-8,-6,2,-31,3,-39v-11,-11,-32,-34,-67,-34v-26,0,-46,19,-46,43","w":193,"k":{"Y":6,"A":6,"X":6}},{"d":"189,-108r12,0v0,14,-11,50,-47,50v-38,-1,-64,-39,-100,-39v-23,0,-28,16,-32,33r-11,0v0,-24,17,-51,46,-51v38,0,64,39,101,39v24,0,26,-14,31,-32","w":200},{"d":"220,-183v1,45,-52,74,-95,72v8,13,47,120,87,111v2,0,3,2,3,3v0,4,-13,11,-27,11v-28,13,-87,-119,-89,-130v2,-5,12,-2,18,-2v55,-2,70,-16,79,-57v8,-37,-43,-55,-79,-44r-54,210v5,0,46,2,33,11v-3,-6,-103,7,-90,-6v8,-3,26,-5,31,-5v12,-41,25,-87,30,-107v9,-39,20,-85,23,-103v-10,4,-60,-12,-18,-9v25,2,56,-2,81,-2v17,0,66,0,67,47","w":226,"k":{"v":6,"C":6,"e":13,"o":13,"O":6,"T":13,"u":6,"U":6,"V":20,"W":20,"y":6,"Y":20,"-":6,"a":13}},{"d":"95,-8v0,-14,25,-66,27,-86v-2,-17,-25,-9,-34,0v-23,25,-45,74,-54,94r-20,0v4,-19,35,-85,22,-102v-9,-1,-14,29,-21,17v0,-4,14,-33,35,-33v9,0,12,4,12,11v1,14,-13,53,-15,66v15,-30,39,-77,75,-77v60,0,-20,93,0,109v9,1,19,-29,25,-18v0,3,-18,29,-39,29v-8,0,-13,-3,-13,-10","w":159,"k":{"w":6}},{"d":"148,-259v-7,-3,-16,30,-25,22v0,-4,19,-38,38,-38v11,0,11,12,11,20v0,65,-49,176,-59,238v0,5,1,8,5,8v8,1,16,-25,22,-14v0,3,-14,27,-33,27v-21,0,-12,-22,-12,-37v-11,16,-22,37,-57,37v-19,0,-33,-9,-33,-27v2,-47,54,-118,111,-88r34,-144v0,-2,1,-4,-2,-4xm51,-13v43,0,51,-52,61,-82v-13,-4,-29,-11,-44,-11v-25,0,-41,49,-41,71v0,13,0,22,24,22","w":146},{"d":"208,-233r-196,233r-12,0r197,-233r11,0","w":173},{"d":"99,-4r-28,-215v-5,0,-36,-1,-25,-10v8,5,144,-4,147,3v-2,7,-22,6,-26,7r12,101v22,-33,45,-77,56,-101v-5,0,-39,-2,-25,-10v7,5,141,-4,143,3v-3,5,-17,6,-23,7v-24,26,-118,178,-154,228v-10,-23,-8,-60,-14,-87v-18,27,-42,71,-58,87v-4,0,-5,-8,-5,-13xm181,-106v4,26,4,56,10,80r94,-151v11,-18,19,-35,23,-42r-51,0v-12,14,-58,85,-76,113xm96,-219r24,191v7,-10,34,-49,41,-62v-7,-54,-17,-119,-18,-129r-47,0","w":313,"k":{"C":13,"e":46,"G":13,"o":46,"O":13,"u":33,"y":33,"-":33,",":53,".":53,"A":53,"a":46,"r":33,"S":6,":":33,";":33}},{"d":"74,-270r0,360r-16,0r0,-360r16,0","w":103},{"d":"127,-10v31,-1,53,-46,52,-76v-16,4,-32,-32,-10,-32v14,0,17,18,17,31v0,39,-31,91,-69,91v-33,0,-25,-37,-20,-55v-8,18,-30,55,-59,55v-46,-11,11,-80,4,-109v-7,-1,-18,29,-24,18v0,-3,16,-31,37,-31v30,13,-16,71,-14,97v0,6,4,10,10,10v30,0,57,-82,63,-101r22,-2r-24,91v0,9,7,13,15,13","w":200,"k":{"c":6,"d":6,"e":6,"o":6,",":13,".":13,"a":6,"s":6}},{"d":"250,-112v-1,7,-13,8,-19,8v-1,11,-20,62,-15,76v-8,9,-29,5,-41,18v-8,4,-30,16,-54,16v-51,0,-88,-29,-88,-94v0,-69,59,-145,137,-145v35,0,56,14,65,20v4,-8,8,-30,16,-21v-2,2,-20,64,-19,86v0,6,-7,7,-7,0v0,-6,1,-24,4,-37v-7,-11,-36,-39,-75,-39v-63,0,-96,76,-96,136v0,46,24,83,72,83v27,0,48,-14,60,-23v5,-17,15,-59,17,-76v-6,0,-47,-2,-33,-11v11,4,68,-3,76,3","w":246,"k":{"T":6,"V":6,"A":13,"X":6}},{"d":"191,-51v5,11,-12,55,-17,68v-3,0,-3,-8,-2,-11v-45,-6,-115,-8,-163,-4v-5,0,-5,-5,-1,-6v8,-3,26,-5,31,-5r51,-210v-10,4,-61,-11,-19,-9v46,3,118,-1,145,-5v1,-5,6,-20,12,-13v-4,8,-11,56,-19,67v-7,-4,-1,-24,-1,-32v-18,-3,-40,-8,-91,-8v-6,18,-18,67,-26,99v57,0,75,-1,98,-7v1,-3,11,-35,16,-24v0,4,-18,60,-16,72v0,3,-2,5,-4,5v-7,-3,-2,-23,-1,-32v-21,-4,-48,-5,-95,-5v-5,19,-17,67,-23,102v64,0,79,-4,111,-12v5,-17,8,-30,14,-30","w":213},{"d":"169,27r0,18r-180,0r0,-18r180,0","w":180},{"d":"64,50r0,8r-58,0r77,-291r56,0r0,8r-34,0r-72,275r31,0","w":100},{"d":"55,-33v-3,11,-43,73,-53,80v-7,-9,23,-48,22,-77v0,-9,29,-9,31,-3","w":79},{"d":"105,-103v-29,-1,-62,86,-71,103r-20,0v4,-19,35,-85,22,-102v-9,-1,-14,29,-21,17v0,-4,15,-33,36,-33v29,0,-4,55,-1,72v19,-40,41,-72,67,-72v38,1,10,47,6,72v14,-26,40,-72,75,-72v50,0,-24,94,-5,109v9,1,19,-29,25,-18v0,3,-17,29,-38,29v-8,0,-13,-3,-13,-10v0,-14,24,-68,26,-87v0,-5,-4,-8,-11,-8v-30,-2,-62,79,-73,103r-20,0r27,-95v0,-5,-5,-8,-11,-8","w":233,"k":{"w":6}},{"d":"94,-219r23,192v35,-50,95,-152,116,-192v-5,0,-47,-1,-34,-10v3,0,20,2,44,2v23,0,30,-6,35,1v-2,6,-18,7,-22,7v-46,62,-115,168,-144,215v-4,7,-8,13,-11,13v-4,0,-4,-12,-5,-18r-27,-210v-5,0,-35,-3,-23,-10v9,7,99,-8,85,6v-10,3,-31,4,-37,4","w":240,"k":{"w":26,"e":40,"G":13,"o":40,"O":13,"u":26,"y":26,"-":26,",":53,".":53,"A":53,"a":40,"r":26,"S":6,":":26,";":26}},{"d":"82,-143v-22,-5,8,-28,2,-39v-9,1,-33,25,-36,4v-2,-14,29,-7,34,-13v-2,-6,-44,-22,-17,-31v9,0,18,25,23,25v8,-3,-5,-39,11,-36v23,4,-9,29,-1,38v9,-1,32,-25,35,-4v3,17,-31,3,-34,13v1,5,44,21,18,32v-10,0,-18,-26,-23,-26v-9,6,6,36,-12,37","w":119},{"d":"154,-90v-1,45,-48,115,-111,89r-18,70r-22,0r21,-77v-5,-2,-14,-6,-19,-9r7,-16v5,2,12,6,17,9v0,-9,20,-64,10,-76v-7,-1,-15,30,-20,16v-4,-10,44,-60,45,-14v0,7,-5,17,-3,24v7,-16,24,-44,59,-44v19,0,34,7,34,28xm96,-9v19,0,36,-48,36,-67v0,-17,0,-24,-23,-24v-51,0,-51,56,-62,82v12,4,29,9,49,9","w":159,"k":{"w":6}},{"d":"104,-38v1,19,9,44,8,68v0,35,-32,60,-61,61r0,-9v42,-12,27,-64,27,-108v0,-40,30,-54,45,-62v-15,-8,-45,-24,-45,-63v0,-44,15,-95,-27,-108r0,-9v29,1,61,26,61,61v1,24,-7,50,-8,69v0,22,15,39,32,45r0,9v-17,6,-32,22,-32,46"},{"d":"41,-60v0,-39,31,-127,37,-159v-5,0,-39,-1,-28,-10v4,7,104,-8,89,6v-8,3,-29,4,-34,4v-6,18,-40,126,-40,165v0,35,23,52,57,52v57,0,70,-44,80,-75v19,-64,29,-126,31,-142v-4,0,-44,-1,-30,-10v2,0,17,2,39,2v24,0,34,-7,38,1v-2,7,-22,6,-26,7v-10,26,-35,113,-45,148v-10,32,-26,77,-89,77v-44,0,-79,-26,-79,-66","w":246,"k":{"A":26}},{"d":"45,-17v0,52,4,51,9,74v0,3,-1,3,-3,3v-17,-18,-25,-63,-25,-114v0,-100,57,-153,103,-179v2,0,3,1,3,2v-42,41,-87,110,-87,214","w":93},{"d":"78,4v-20,0,-58,-16,-77,-3v-5,-3,8,-12,8,-12r94,-76v-30,-2,-42,-17,-62,-17v-20,0,-23,22,-24,38v-18,-21,7,-52,34,-52v32,0,54,26,77,15v7,5,1,5,-8,13r-84,68v22,0,49,9,54,9v16,1,17,-26,25,-15v0,4,-17,32,-37,32","w":126},{"d":"86,-229v-1,5,-22,62,-33,79v-2,0,-3,-2,-3,-4v5,-23,-2,-83,30,-79v3,0,6,1,6,4","w":53},{"d":"77,-69r-5,20r-64,0r5,-20r64,0","w":86},{"d":"103,-40v-1,44,-61,53,-94,36v-3,6,-5,14,-9,8v1,-10,23,-90,17,-32v8,17,73,32,73,1v0,-23,-69,-18,-69,-46v0,-33,57,-58,86,-37v2,-6,6,-12,10,-7v-1,7,-21,77,-16,29v-3,-15,-66,-21,-68,0v-2,21,71,16,70,48","w":119,"k":{",":6,".":6}},{"d":"51,-12v0,9,-7,16,-16,16v-10,0,-17,-7,-17,-16v0,-9,7,-17,17,-17v9,0,16,8,16,17","w":79},{"d":"96,-222r-52,169v-4,-43,19,-114,25,-163v3,-6,25,-18,27,-6xm48,-11v0,9,-6,15,-15,15v-9,0,-16,-6,-16,-15v0,-9,7,-16,16,-16v9,0,15,7,15,16","w":86},{"d":"42,-177v-6,-8,12,-55,17,-70v3,1,2,10,2,14v44,9,137,7,174,1v4,-6,7,-20,13,-13v-6,13,-16,60,-19,67v-9,-3,-1,-20,0,-32v-14,-5,-19,-9,-68,-9v-12,41,-24,88,-29,108v-9,39,-20,84,-23,102v5,1,43,1,33,11v-3,-6,-112,7,-95,-6v9,-3,28,-5,34,-5v17,-57,38,-134,52,-210v-41,0,-46,0,-75,9v-5,18,-11,33,-16,33","w":213,"k":{"w":6,"c":26,"C":6,"e":26,"G":6,"o":26,"O":6,"u":6,"y":6,"-":6,",":33,".":33,"A":33,"a":26,"s":13,"r":6,"S":6,":":6,";":6}},{"d":"-2,53v0,-8,15,-52,11,-17v-2,21,56,20,62,4v9,-23,23,-51,25,-74v-14,27,-84,64,-87,3v-3,-54,67,-106,128,-81v-9,29,-25,97,-29,110v-9,31,-49,71,-80,71v-12,0,-30,-7,-30,-16xm76,-103v-36,0,-48,35,-49,66v0,15,9,26,24,26v39,0,56,-57,58,-87v-8,-3,-15,-5,-33,-5","w":140},{"d":"172,62v-41,0,-106,-43,-156,-34v-1,0,-2,-2,-2,-3v11,-18,66,-6,84,-20v-39,0,-72,-29,-72,-80v0,-75,67,-158,151,-158v48,0,78,29,78,80v0,71,-59,147,-136,160v-13,2,-24,7,-33,10v24,4,107,46,133,18v2,0,3,2,3,4v0,2,-21,23,-50,23xm119,-3v64,0,111,-66,111,-141v0,-42,-18,-80,-67,-80v-64,0,-111,66,-111,141v0,42,18,80,67,80","w":253,"k":{"V":20,"W":20,"Y":13,"A":20}},{"d":"68,-259v-6,-3,-16,30,-24,22v0,-4,18,-38,37,-38v11,0,11,12,11,20r-53,214v15,-32,33,-77,76,-77v18,0,28,7,28,22v0,35,-34,38,-66,42v17,20,31,40,44,40v17,1,8,-30,18,-16v0,12,-9,33,-28,33v-17,0,-46,-39,-61,-56v-8,15,-18,39,-22,53r-19,0r62,-255v0,-2,0,-4,-3,-4xm54,-60v31,1,66,-1,67,-31v0,-7,-5,-11,-15,-11v-28,0,-44,27,-52,42","w":153},{"d":"39,0r-21,0v1,-10,25,-76,15,-102v-7,-1,-14,26,-20,15v0,-4,15,-31,30,-31v26,0,9,40,8,60v8,-23,22,-60,48,-60v8,0,11,4,11,10v2,15,-25,27,-36,15v-18,24,-30,72,-35,93","w":106,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,"q":6,",":26,".":26,"a":6,"s":6}},{"d":"49,-12v37,4,63,-84,68,-100r21,-2v-20,66,-31,172,-107,183v-34,5,-35,-27,-21,-46v8,-1,1,6,2,12v0,12,11,18,27,18v43,0,58,-74,62,-106v-15,23,-27,57,-62,57v-60,0,10,-82,-3,-111v-7,-1,-19,29,-24,18v0,-3,16,-29,36,-29v32,11,-14,66,-11,97v0,7,5,9,12,9","w":140},{"d":"198,-78r-173,78r0,-16r157,-70r-157,-71r0,-15r173,78r0,16","w":200},{"d":"229,-240v8,11,-19,72,-17,102v0,2,-2,4,-4,4v-8,-10,2,-46,3,-56v-9,-10,-31,-33,-64,-33v-102,2,-133,213,-18,217v48,2,60,-48,70,-36v0,8,-34,48,-80,48v-55,0,-90,-30,-90,-93v0,-103,105,-180,189,-130v2,-6,7,-23,11,-23","w":213,"k":{"A":6}},{"d":"121,-120v-3,0,-13,64,-20,52v0,-8,1,-14,3,-22v-4,-6,-12,-14,-32,-14v-49,0,-62,95,-10,95v28,0,32,-33,41,-22v0,4,-17,35,-54,35v-31,0,-41,-13,-41,-39v1,-54,60,-99,102,-76v3,-6,7,-17,11,-9","w":119,"k":{",":6,".":6}},{"d":"265,-27r5,10v-25,13,-49,21,-79,21v-99,0,-142,-74,-142,-125v0,-81,64,-135,138,-135v70,0,124,47,124,111v0,38,-25,90,-70,90v-28,0,-32,-24,-36,-27v-12,22,-78,55,-79,-20v0,-27,24,-91,75,-91v17,0,22,11,27,20r3,-15r26,0r-24,96v-1,6,-3,24,14,24v31,0,49,-42,49,-77v0,-44,-40,-101,-109,-101v-60,0,-110,47,-110,130v0,55,47,107,113,107v34,0,53,-8,75,-18xm206,-177v-19,0,-53,29,-53,74v0,22,10,31,24,31v15,0,44,-27,44,-80v0,-16,-4,-25,-15,-25","w":360},{"d":"-18,66v41,-28,41,-110,58,-164v0,-3,0,-5,-3,-5v-7,-1,-16,28,-23,19v0,-3,17,-34,39,-34v20,0,8,25,3,45v-11,48,-31,135,-70,142v-3,0,-4,-1,-4,-3xm86,-190v0,9,-8,16,-17,16v-9,0,-16,-7,-16,-16v0,-9,7,-17,16,-17v9,0,17,8,17,17","w":73},{"d":"102,-219v-28,92,-31,175,-67,242v-15,29,-52,53,-76,43v1,-7,6,-3,13,-6v59,-8,69,-135,81,-175v11,-38,21,-86,24,-104v-5,0,-46,-1,-33,-10v5,6,103,-8,90,6v-8,3,-27,4,-32,4","w":100,"k":{"e":6,"o":6,"A":6,"a":6}},{"d":"90,-188v-5,-26,-21,-30,-35,-37v5,-10,33,2,50,-4v5,35,36,141,46,168v8,-10,30,-44,57,-84v12,-19,48,-72,53,-84v13,6,33,-4,41,3v0,6,-21,7,-27,8v-11,38,-28,160,-29,209v5,0,38,2,27,11v-3,-7,-99,8,-85,-6v8,-3,26,-5,31,-5v10,-54,20,-130,24,-175r-104,157v-19,-44,-27,-100,-45,-145v-17,48,-35,105,-46,163v5,0,44,2,31,11v-2,-6,-88,7,-78,-6v8,-3,22,-5,27,-5v16,-33,53,-149,62,-179","w":293},{"d":"84,-110v50,13,110,-6,110,-61v0,-41,-40,-60,-81,-49v-12,40,-25,96,-29,110xm218,-176v3,51,-70,91,-136,74v-9,36,-19,76,-22,93v5,1,43,1,33,11v-3,-6,-107,7,-90,-6v8,-3,26,-5,31,-5v12,-41,24,-87,29,-107v9,-39,20,-85,23,-103v-5,0,-45,-1,-32,-10v69,8,159,-26,164,53","w":200,"k":{"c":13,"e":13,"o":13,",":33,".":33,"A":33,"a":13}},{"d":"139,-113v1,13,-39,93,-22,104v10,1,16,-25,22,-14v0,2,-16,27,-34,27v-18,0,-13,-20,-10,-37v-8,14,-33,37,-55,37v-18,0,-34,-11,-34,-34v0,-56,78,-103,133,-83xm112,-98v-51,-16,-84,19,-82,64v0,14,5,23,19,23v45,0,58,-70,63,-87","w":146},{"d":"60,-105r-21,84v6,27,39,-10,41,0v0,5,-16,25,-42,25v-31,0,-19,-24,-12,-53r14,-56v-4,0,-20,1,-28,2r4,-12r26,1r18,-67r21,0r-19,67v5,0,28,-1,36,-2r-5,13v-9,-1,-24,-2,-33,-2","w":93},{"d":"194,-117r0,15r-173,0r0,-15r173,0xm194,-71r0,15r-173,0r0,-15r173,0","w":200},{"d":"208,-212v-52,46,-103,149,-115,203v6,2,48,0,39,11v-3,-6,-115,8,-104,-6v10,-3,29,-5,36,-5v23,-65,78,-150,121,-193v-21,2,-44,-1,-68,-1v-47,-2,-48,11,-63,35v-6,-5,-1,0,5,-22v15,-57,87,-24,127,-19v12,1,17,-11,22,-3","k":{"1":33,"0":20}},{"d":"164,-261v-37,28,-77,67,-93,105v17,-15,42,-37,75,-37v33,0,44,26,44,53v0,67,-54,144,-112,144v-33,0,-54,-21,-54,-62v0,-88,103,-193,137,-206v2,0,3,1,3,3xm127,-176v-66,14,-79,41,-79,113v0,21,7,56,43,56v52,0,77,-69,77,-120v0,-31,-11,-49,-41,-49","k":{"1":33}},{"d":"62,-42v-11,10,-28,47,-50,46v-8,0,-15,-4,-15,-13v-1,-14,26,-17,33,-6v8,-3,22,-25,28,-35v-7,-15,-13,-45,-26,-52v-9,-1,-14,22,-19,12v0,-4,13,-28,28,-28v14,0,23,32,31,46v11,-18,24,-46,48,-46v9,0,14,5,14,12v0,17,-25,15,-32,6v-12,8,-20,24,-27,34v7,16,16,50,28,54v9,1,14,-17,19,-10v0,4,-14,26,-27,26v-13,5,-27,-29,-33,-46","w":133},{"d":"141,-113r-32,115v-9,37,-15,41,-8,55v8,1,16,-27,21,-16v0,4,-14,28,-33,28v-23,0,-8,-33,-5,-47v3,-16,12,-35,13,-50v-9,24,-87,55,-87,0v0,-56,69,-107,131,-85xm55,-8v43,0,53,-51,62,-91v-10,-2,-21,-4,-37,-4v-35,0,-51,35,-51,63v0,19,7,32,26,32","w":146},{"d":"63,-107v0,27,-21,56,-21,83v0,11,8,16,18,16v30,0,53,-48,53,-78v-14,4,-30,-32,-9,-32v14,0,17,20,17,32v0,39,-30,90,-71,90v-61,0,-4,-75,-11,-109v-9,-1,-18,29,-24,17v0,-1,13,-30,37,-30v6,0,11,5,11,11","w":133,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,",":13,".":13,"a":6,"s":6}},{"w":79},{"d":"115,-34v0,6,-27,38,-63,38v-27,0,-41,-16,-41,-37v0,-43,41,-85,75,-85v19,0,30,10,30,22v0,35,-53,58,-83,61v2,9,6,23,32,23v36,0,41,-33,50,-22xm33,-41v17,-3,62,-14,62,-48v0,-12,-8,-14,-23,-14v-32,1,-40,32,-39,62","w":126,"k":{"v":6,"w":6,",":13,".":13}},{"d":"82,-199v-14,-25,-21,-20,-35,-27v8,-8,32,4,48,-3r92,191v13,-44,35,-135,41,-181v-5,-1,-41,0,-31,-10v2,5,92,-6,78,6v-8,3,-22,4,-27,4v-20,49,-49,159,-59,216v-3,15,-7,10,-12,1r-88,-183v-17,63,-37,143,-39,176v5,0,47,2,34,11v-2,-6,-92,7,-81,-6v8,-3,20,-5,25,-5v23,-52,42,-135,54,-190","w":246,"k":{"A":13}},{"d":"206,-236v0,6,-29,51,-42,42v-26,0,-64,-11,-75,-14r-24,64v48,-8,111,0,111,44v0,54,-48,104,-102,104v-30,0,-57,-13,-57,-35v0,-17,13,-56,22,-47v0,3,-8,14,-8,29v0,22,32,36,60,36v45,0,68,-36,68,-68v0,-35,-28,-44,-57,-44v-42,0,-51,17,-57,8r45,-114v21,8,51,16,81,16v26,0,24,-32,35,-21","k":{"1":40,"0":6}},{"d":"62,-107v-4,33,-20,75,-28,107r-20,0r25,-98v0,-3,0,-5,-3,-5v-7,-1,-16,28,-23,19v0,-3,16,-34,38,-34v6,0,11,3,11,11xm85,-190v0,9,-8,16,-17,16v-9,0,-17,-7,-17,-16v0,-9,8,-17,17,-17v9,0,17,8,17,17","w":73},{"d":"28,-174v39,-13,53,20,71,38v-24,-1,-52,-27,-71,-38","w":140},{"d":"155,-224v-18,54,-43,150,-57,215v6,1,51,-1,42,11v-4,-7,-124,8,-110,-6v12,-3,34,-5,42,-5v20,-63,35,-137,51,-196v-15,2,-41,7,-52,0v7,-5,77,-17,82,-22v1,0,2,1,2,3","k":{"1":66,"0":33}},{"d":"172,-94v0,52,-53,98,-103,98v-27,0,-55,-12,-55,-36v0,-17,12,-59,22,-46v0,4,-9,16,-9,28v0,23,31,38,65,38v37,0,60,-33,60,-65v0,-47,-61,-42,-86,-35v-2,0,-3,-1,-3,-3v-1,-7,43,-30,69,-21v6,-4,31,-20,31,-45v0,-17,-15,-26,-35,-26v-51,-2,-64,39,-74,28v0,-5,42,-48,88,-48v27,0,40,19,40,36v0,31,-31,51,-41,57v12,4,31,17,31,40","k":{"1":33}},{"d":"176,-165v-9,-15,-29,-42,-43,-44r-20,81v14,5,59,17,59,59v0,52,-48,75,-91,73v-6,14,-6,36,-15,45v-8,-10,6,-32,7,-46v-24,-5,-54,-23,-54,-66v0,-4,1,-10,5,-10v5,0,5,8,9,16v11,23,33,38,44,43r23,-91v-12,-4,-55,-15,-55,-53v0,-47,48,-70,85,-69v4,-15,6,-30,10,-49r13,0v-6,17,-12,37,-16,50v21,1,54,31,39,61xm106,-130r20,-80v-32,-11,-67,8,-67,36v0,27,24,35,47,44xm107,-103r-22,91v35,16,78,-18,73,-44v0,-30,-36,-41,-51,-47"},{"d":"89,-15v56,0,81,-82,81,-132v0,-30,-7,-64,-46,-64v-55,0,-82,89,-82,134v0,33,14,62,47,62xm192,-161v0,63,-55,165,-121,165v-28,0,-49,-28,-49,-64v0,-62,50,-167,118,-167v40,0,52,39,52,66","k":{"7":20,"5":6,"4":6,"2":6,"1":33}},{"d":"70,-259v-6,-3,-16,30,-24,22v0,-4,18,-38,37,-38v11,0,11,12,11,20r-66,255r-19,0r64,-255v0,-2,0,-4,-3,-4","w":66},{"d":"244,-139v0,102,-87,157,-194,139v-14,-2,-36,6,-46,-1v4,-7,28,-7,34,-8v12,-41,23,-87,28,-107v9,-39,20,-85,23,-103v-10,4,-60,-9,-18,-9v85,0,173,-12,173,89xm64,-9v91,24,155,-52,155,-132v0,-57,-44,-93,-105,-78","w":246,"k":{"T":6,"V":20,"Y":13,"A":20}},{"d":"110,-233r-77,291r-55,0r0,-8r33,0r73,-275r-31,0r0,-8r57,0","w":100},{"d":"59,-233v17,19,25,62,25,114v0,100,-57,153,-103,179v-2,0,-3,-1,-3,-2v42,-41,88,-110,88,-214v0,-51,-6,-51,-10,-74v0,-3,1,-3,3,-3","w":93},{"d":"175,-71r-24,75r-14,0r23,-75r-58,0r-24,75r-14,0r23,-75r-59,0r5,-13r58,0r15,-47r-57,0r5,-13r56,0r26,-83r14,0r-26,83r59,0r26,-83r15,0r-27,83r60,0r-4,13r-60,0r-14,47r57,0r-4,13r-57,0xm164,-84r15,-47r-59,0r-15,47r59,0","w":259},{"d":"255,-153v0,75,-66,159,-150,159v-48,0,-79,-30,-79,-81v0,-75,67,-158,151,-158v48,0,78,29,78,80xm119,-3v64,0,111,-66,111,-141v0,-42,-18,-80,-67,-80v-64,0,-111,66,-111,141v0,42,18,80,67,80","w":253,"k":{"T":6,"V":20,"W":20,"Y":13,",":20,".":20,"A":20,"X":6}},{"d":"76,-91v37,0,51,-51,51,-84v0,-20,-6,-40,-29,-40v-30,0,-51,48,-51,85v0,20,8,39,29,39xm143,-184v0,47,-37,108,-77,108v-22,0,-35,-20,-35,-44v0,-43,36,-107,77,-107v23,0,35,17,35,43xm210,-14v37,0,52,-52,52,-85v0,-20,-6,-40,-29,-40v-30,0,-52,48,-52,85v0,20,8,40,29,40xm278,-108v0,47,-38,108,-78,108v-22,0,-35,-19,-35,-43v0,-43,36,-108,77,-108v23,0,36,17,36,43xm63,2r176,-232r12,0r-176,232r-12,0","w":280},{"d":"113,-63v7,-23,27,-102,31,-125r-109,125r78,0xm181,-230v-13,38,-39,136,-45,167v16,0,40,-3,46,-3r-5,15v-17,-3,-34,-3,-43,-3v-2,11,-9,34,-11,45v6,1,49,1,37,11v-2,-6,-116,7,-99,-6v11,-3,31,-5,38,-5v4,-9,10,-34,13,-45v-50,-2,-86,9,-99,1v22,-29,122,-133,159,-175v2,-2,8,-9,9,-2","k":{"1":33}},{"d":"252,-226v-1,6,-15,7,-20,7v-17,15,-78,82,-102,113v-6,20,-16,66,-21,97v5,0,47,2,34,11v-4,-7,-108,8,-94,-6v9,-3,27,-5,33,-5v9,-31,20,-75,26,-99v-14,-33,-42,-102,-47,-111v-4,1,-27,-5,-15,-10v11,6,85,-4,81,3v-4,8,-33,5,-39,7v8,23,31,80,41,104v15,-18,72,-85,78,-103v-4,0,-42,-3,-29,-11v2,0,19,2,42,2v20,0,27,-6,32,1","w":213,"k":{"v":26,"e":40,"o":40,"O":13,"q":40,"u":26,"-":26,",":46,".":46,"A":46,"a":40,":":26,";":26,"p":26}},{"d":"168,-246v4,55,34,193,43,237v4,0,42,3,29,11v-5,-6,-107,7,-90,-6v9,-2,28,-5,34,-5v-2,-16,-7,-46,-10,-63r-90,0v-6,11,-28,53,-32,63v4,1,49,2,35,11v-3,0,-20,-2,-46,-2v-27,0,-38,7,-42,-1v3,-8,25,-7,30,-8v38,-45,95,-145,123,-184v-2,-9,-8,-36,-12,-47v7,-1,19,-4,28,-6xm89,-81r83,0v-1,-9,-15,-82,-18,-100v-21,30,-55,82,-65,100","w":253,"k":{"v":13,"w":13,"c":13,"C":20,"d":13,"e":13,"g":13,"G":20,"o":13,"O":20,"q":13,"Q":20,"t":6,"T":40,"u":13,"U":26,"V":60,"W":60,"y":6,"Y":40,"-":20}},{"d":"193,-187v-6,-7,-22,-34,-38,-28v-33,-2,-53,37,-38,65v17,1,42,22,32,30v-4,0,-11,-11,-32,-11v-37,0,-65,31,-65,65v0,34,30,65,74,65v44,0,91,-26,91,-68v0,-20,-14,-34,-33,-34v-31,0,-52,31,-34,48v4,0,4,-12,16,-12v16,0,16,25,-4,26v-14,0,-26,-11,-26,-28v0,-54,102,-73,125,-83v41,-5,30,-78,-5,-58v4,10,2,21,-11,21v-8,0,-13,-6,-13,-13v0,-15,18,-19,28,-19v17,0,39,13,39,40v0,57,-68,58,-75,59v-21,3,-48,4,-52,14v28,-8,55,9,55,43v0,100,-198,94,-197,-7v0,-46,35,-80,80,-78v-28,-23,-8,-87,38,-83v33,3,52,29,45,46","w":273},{"d":"120,-126v17,-6,45,-22,45,-57v0,-24,-20,-29,-41,-29v-35,0,-56,23,-56,46v0,26,28,34,52,40xm35,-49v0,59,124,45,124,-14v0,-35,-43,-36,-67,-46v-21,7,-57,17,-57,60xm177,-81v0,39,-43,85,-102,85v-31,0,-60,-12,-60,-47v0,-47,48,-65,66,-70v-13,-6,-27,-14,-27,-37v0,-41,39,-77,84,-77v23,0,47,10,47,36v0,38,-36,61,-53,69v16,5,45,13,45,41","k":{"1":33}},{"d":"179,-61v-2,-47,-46,-48,-92,-47v-9,31,-20,81,-22,99v48,10,117,5,114,-52xm89,-115v60,2,109,-6,109,-59v0,-42,-42,-54,-81,-45v-11,37,-24,90,-28,104xm57,-229v65,10,165,-28,165,51v0,46,-47,61,-65,66v19,3,49,12,49,51v0,81,-117,60,-198,63v-4,1,-5,-5,-2,-6v8,-3,26,-5,31,-5v12,-41,25,-87,30,-107v9,-39,20,-85,23,-103v-5,-1,-43,0,-33,-10","w":219,"k":{"T":6,"V":20,"W":20,"Y":13,".":13,"A":13}},{"d":"149,-175v0,50,-72,58,-86,99v-1,11,10,19,4,23v-4,0,-16,-16,-16,-30v-1,-44,90,-57,90,-100v0,-18,-17,-30,-35,-30v-35,-1,-61,24,-49,54v0,1,-2,3,-3,3v-4,0,-13,-19,-13,-32v0,-26,27,-39,52,-39v34,0,56,26,56,52xm67,-11v0,9,-6,15,-15,15v-9,0,-16,-6,-16,-15v0,-9,7,-16,16,-16v9,0,15,7,15,16","w":133},{"d":"109,-26v0,44,-15,95,27,108r0,9v-29,-1,-61,-26,-61,-61v-1,-24,7,-49,8,-68v0,-22,-15,-40,-32,-46r0,-9v17,-6,32,-21,32,-45v-1,-19,-8,-45,-8,-69v0,-35,32,-60,61,-61r0,9v-42,12,-27,64,-27,108v0,40,-30,55,-45,63v15,8,45,23,45,62"},{"d":"120,-113r-51,-106v-5,0,-45,-1,-32,-10v2,6,106,-7,89,6v-8,2,-25,4,-30,4v3,8,27,61,40,87v19,-23,55,-69,67,-86v-5,-1,-45,0,-35,-11v3,6,104,-8,90,6v-8,3,-26,4,-31,4v-27,23,-60,62,-87,94v13,28,45,94,59,116v4,0,41,3,28,11v-7,-7,-110,8,-92,-6v9,-2,28,-5,34,-5r-46,-96v-28,34,-54,68,-67,96v5,1,42,1,32,11v-4,-6,-99,8,-86,-6v8,-3,25,-5,30,-5v24,-24,62,-71,88,-104","w":240,"k":{"C":6,"e":6,"O":6,"y":6,"a":6,"S":6}},{"d":"58,-9v4,1,45,1,33,11v-3,-6,-103,7,-90,-6v8,-3,26,-5,31,-5r52,-210v-5,0,-46,-1,-33,-10v4,6,106,-7,89,6v-8,3,-27,4,-32,4","w":113},{"w":79},{"d":"193,-165v-1,109,-95,194,-147,215v-2,0,-3,-1,-3,-3v44,-26,94,-70,103,-110v-14,13,-39,37,-74,37v-28,0,-45,-21,-45,-54v0,-69,56,-147,116,-147v39,0,50,36,50,62xm90,-43v57,-11,77,-40,79,-116v0,-30,-9,-56,-39,-56v-55,0,-81,83,-81,126v0,31,17,46,41,46","k":{"1":33}},{"d":"50,-12v0,9,-8,16,-17,16v-10,0,-16,-7,-16,-16v0,-9,6,-17,16,-17v9,0,17,8,17,17xm69,-102v0,9,-8,17,-17,17v-10,0,-16,-8,-16,-17v0,-9,6,-16,16,-16v9,0,17,7,17,16","w":79},{"d":"68,-259v-6,-3,-16,30,-24,22v0,-4,18,-38,37,-38v11,0,11,12,11,20v0,49,-34,126,-43,175v10,-17,25,-38,55,-38v25,0,36,9,36,28v-1,54,-60,113,-130,89r61,-254v0,-2,0,-4,-3,-4xm64,-9v39,0,54,-51,54,-69v0,-15,-5,-24,-24,-24v-43,0,-56,64,-62,88v5,1,19,5,32,5","w":146,"k":{"w":6,",":13,".":13}},{"d":"70,-259v-6,-3,-16,30,-24,22v0,-4,18,-38,37,-38v11,0,11,12,11,20v-13,67,-40,151,-57,219v18,-31,47,-84,83,-82v60,5,-20,93,0,109v9,1,18,-29,24,-18v0,3,-17,29,-38,29v-8,0,-13,-3,-13,-10v0,-14,25,-66,27,-86v0,-7,-6,-10,-13,-10v-35,3,-70,81,-79,104r-19,0r64,-255v0,-2,0,-4,-3,-4","w":159},{"d":"166,-53v-3,81,-84,45,-155,53v-3,0,-8,0,-8,-4v25,-32,154,-110,154,-173v0,-17,-11,-31,-38,-31v-57,0,-64,49,-75,37v0,-7,33,-56,87,-56v24,0,50,10,50,44v0,61,-102,116,-143,162v13,0,32,1,42,1v71,0,70,-7,79,-33v1,-3,7,-5,7,0","k":{"1":40,"0":6}},{"d":"71,-233v17,4,-20,61,-28,83v-2,0,-3,-2,-3,-4v5,-23,-1,-86,31,-79xm124,-229v-1,5,-21,63,-34,79v-2,0,-3,-2,-3,-4v5,-23,0,-83,31,-79v3,0,6,1,6,4","w":93},{"d":"75,-231r64,231r-11,0r-63,-231r10,0","w":173},{"d":"51,-177v-5,-7,14,-57,16,-69v5,-1,4,9,4,15v10,1,26,4,92,4v18,1,43,-6,56,1r-136,166v-19,23,-33,44,-38,52v49,1,95,-3,126,-11v2,-5,11,-40,18,-28v-4,4,-14,58,-19,65v-4,0,-4,-6,-4,-11v-40,-9,-104,-7,-154,-6v-9,-3,6,-16,6,-16r168,-204v-50,0,-93,3,-120,11v-3,6,-6,25,-15,31","w":200},{"d":"87,-118r116,0v9,-39,19,-83,22,-101v-5,0,-45,-1,-32,-10v4,6,106,-7,89,6v-8,3,-27,4,-32,4r-50,210v5,0,46,2,33,11v-3,-6,-104,8,-90,-6v8,-3,26,-5,31,-5v11,-38,21,-80,26,-101r-115,0v-9,39,-19,83,-22,101v5,1,43,1,33,11v-3,-6,-104,8,-90,-6v8,-3,26,-5,31,-5v12,-41,23,-87,28,-107v9,-39,20,-85,23,-103v-5,-1,-43,0,-33,-10v4,6,107,-7,90,6v-8,3,-27,4,-32,4v-10,37,-22,88,-26,101","w":259,"k":{"e":6,"o":6,"a":6}},{"d":"222,-9v0,6,-19,18,-29,18v-20,0,-25,-31,-62,-90v-15,-23,-29,-26,-46,-27v-9,39,-19,81,-22,99v5,0,46,2,33,11v-3,-6,-103,7,-90,-6v8,-3,26,-5,31,-5r52,-210v-5,0,-46,-1,-33,-10v4,6,106,-7,89,6v-8,3,-27,4,-32,4r-26,105v18,-14,38,-32,50,-42v19,-15,58,-51,70,-63v-4,0,-34,-4,-20,-10v9,4,65,-3,71,3v-46,13,-110,72,-162,112v59,3,52,21,83,69v16,25,21,49,41,34v1,0,2,1,2,2","w":226},{"d":"201,-154v7,6,-18,59,-14,75v0,3,-1,5,-3,5v-8,-3,-3,-23,-2,-32v-21,-4,-47,-5,-93,-5v-5,19,-17,67,-23,102v5,1,45,0,35,11v-3,0,-22,-2,-50,-2v-29,0,-40,7,-46,-1v4,-7,28,-7,34,-8r51,-210v-10,4,-61,-11,-19,-9v45,3,116,-1,143,-5v1,-5,6,-20,12,-13v-4,8,-11,56,-19,67v-8,-4,0,-24,0,-32v-18,-3,-40,-8,-90,-8v-6,18,-18,67,-26,99v55,0,74,-1,97,-7v1,-4,8,-27,13,-27","w":206,"k":{"e":6,"o":6,",":33,".":33,"A":33,"a":6}},{"d":"131,-88v3,52,-39,92,-82,92v-23,0,-40,-11,-40,-33v2,-67,53,-82,87,-89v26,0,35,16,35,30xm80,-104v-51,0,-74,94,-15,94v42,0,44,-46,44,-70v0,-17,-10,-24,-29,-24","w":140,"k":{"v":6,"w":6}},{"d":"50,-11v38,-5,61,-73,68,-100r23,-3v-4,18,-30,83,-23,102v9,1,16,-29,22,-17v0,4,-18,33,-35,33v-28,-9,2,-47,1,-68v-7,17,-31,68,-69,68v-57,0,15,-80,1,-109v-6,-1,-18,29,-23,18v0,-5,18,-31,36,-31v21,0,9,25,4,40r-17,59v0,6,6,8,12,8","w":153},{"d":"194,-16r0,16r-173,-78r0,-16r173,-78r0,15r-158,71","w":200},{"d":"55,-33v-3,11,-43,73,-53,80v-7,-9,23,-48,22,-77v0,-9,29,-9,31,-3xm69,-102v0,9,-8,17,-17,17v-10,0,-16,-8,-16,-17v0,-9,6,-16,16,-16v9,0,17,7,17,16","w":79},{"d":"125,-227r78,138r-15,0r-71,-126r-71,126r-15,0r78,-138r16,0","w":200},{"d":"187,-51v7,9,-11,54,-17,68v-2,0,-2,-7,-2,-11v-44,-6,-112,-8,-159,-4v-5,0,-5,-5,-1,-6v8,-3,26,-5,31,-5r51,-210v-5,0,-46,-1,-33,-10v4,7,109,-8,95,6v-9,3,-29,4,-35,4v-17,56,-37,134,-51,210v62,0,76,-4,107,-12v5,-17,8,-30,14,-30","w":200,"k":{"T":33,"U":6,"V":33,"W":33,"Y":33}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+299-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})(")P(A0BS$7irc)C?NLB4.TPTrG8SA(BrcG8p.7iq*(wY>EQ$H)8(O+?pc(4IWw&5&q$w+i.5xwH}I+w[Z{HRxR.2KwPLq7&p@`FS|%P})Ow~KL!$&S*K5L?5Aa!~KaPw,Si?faOaFaP5eGnF|O.[$i[eB,eTh{AKpT!FgEBf.GCpRG4}Tn$(WLOINGFIHX*SI0P?$)CTH)n5}`OD>R!AHX*D>0!AIXB5?0BL$7CD~C!e4P^Tp)XaS,`%qnO[wiGE(70RL{+fKH|F?B*Z}Jm>xcWI5.Q$A8&2@gNYr1h5*`iTc(H@*0^?I7^ar{&$N7iEZEH@W7Q$WGHfh,*L&LAIc)OYZ`Q}HE&SK0B?$Ei@RXBSWGC@A7.FFX8FcLPwQLCK>08SKLP?W0H@Z0&S$0B4x(nF}(Br.)!x}`PIN).x})iL0EAx}Gw$rR4x}GG$})CFf")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":186,"face":{"font-family":"Bernhard Modern Std","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 7 4 3 6 3 10 9 4 2","ascent":"277","descent":"-83","x-height":"4","cap-height":"2","bbox":"-41 -276 353 91","underline-thickness":"18","underline-position":"-18","slope":"-14","stemh":"8","stemv":"23","unicode-range":"U+0020-U+007E"}}));Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"117,-233r-77,290r-64,0v1,-12,22,-5,34,-7r73,-276r-32,0r3,-7r63,0","w":106},{"d":"98,-260v0,43,-34,127,-41,173v14,-15,29,-31,60,-31v21,0,36,11,36,31v0,54,-81,110,-148,85r59,-247v0,-3,-2,-5,-4,-5v-9,0,-12,29,-23,22v0,-8,19,-43,46,-43v9,0,15,6,15,15xm71,-14v38,0,49,-48,49,-65v0,-12,-5,-20,-22,-20v-45,0,-51,52,-58,79v10,3,20,6,31,6","w":159,"k":{"w":6,"y":6,",":13,".":13}},{"d":"27,-60v0,-113,68,-168,155,-214v5,2,3,7,-3,9v-47,27,-77,63,-94,102v15,-14,41,-37,72,-37v30,0,48,21,48,66v0,72,-57,138,-124,138v-42,0,-54,-30,-54,-64xm101,-6v52,0,74,-85,74,-119v0,-19,-6,-55,-42,-55v-21,0,-41,20,-54,33v-14,32,-37,141,22,141","k":{"1":33}},{"d":"76,-100v-30,-1,-33,39,-33,62v0,14,7,26,27,26v31,1,32,-31,42,-20v0,6,-18,36,-60,36v-26,0,-44,-11,-44,-38v0,-51,66,-96,111,-80v2,-5,7,-19,10,-10v-5,8,-12,50,-18,58v-7,-2,0,-16,0,-23v-9,-10,-24,-11,-35,-11","w":126,"k":{"y":6,",":6,".":6}},{"d":"301,-3r9,8v-9,11,-55,45,-116,45v-86,0,-148,-49,-148,-119v0,-85,74,-161,161,-161v73,0,130,48,130,117v0,65,-51,115,-101,115v-23,0,-26,-16,-26,-25v-5,5,-20,23,-47,23v-26,0,-47,-17,-47,-51v0,-52,45,-118,92,-118v30,0,39,19,43,26r7,-19r31,0r-51,136v0,6,2,9,10,9v26,0,72,-35,72,-96v0,-62,-52,-98,-112,-98v-70,0,-138,71,-138,142v0,59,48,103,125,103v66,0,101,-33,106,-37xm169,-15v50,-3,66,-98,70,-117v0,-11,-8,-23,-23,-23v-35,0,-72,82,-72,116v0,17,11,24,25,24","w":360},{"d":"70,50r-3,7r-63,0r77,-290r64,0v-1,12,-22,5,-34,7r-73,276r32,0","w":106},{"d":"171,-224v-18,49,-46,153,-61,215v4,0,46,2,32,11v-3,0,-21,-2,-52,-2v-33,0,-47,6,-53,-1v6,-8,32,-7,38,-8r53,-194v-11,-2,-45,6,-48,-3v0,-5,5,-3,35,-6v35,-4,49,-21,56,-12","k":{"1":66,"0":33}},{"d":"118,-219v-11,36,-46,126,-46,170v0,24,21,46,53,46v63,0,73,-41,82,-68v13,-39,26,-128,26,-147v-6,-1,-31,1,-34,-8v7,-9,18,-1,50,-1v27,0,39,-6,43,1v-2,7,-23,6,-27,7v-18,39,-42,152,-72,196v-29,43,-154,42,-154,-40v0,-25,35,-132,40,-156v-4,0,-45,-1,-31,-10v3,7,121,-8,106,6v-9,3,-30,4,-36,4","w":259,"k":{"A":26}},{"d":"113,-140v-13,7,-68,-34,-74,-37v2,-6,19,-2,27,-3v18,-1,41,36,47,40","w":108},{"d":"74,-107v-2,21,-20,55,-21,77v0,6,3,12,9,12v31,-8,48,-65,62,-95r29,-1v-4,13,-22,61,-22,81v0,10,6,18,18,18v31,0,41,-39,43,-54v-21,-1,-40,-49,-6,-49v14,0,18,17,18,31v0,36,-28,91,-77,91v-33,0,-29,-37,-24,-58v-10,18,-28,58,-60,58v-51,0,-7,-76,-2,-104v-9,-15,-23,24,-29,11v0,-4,20,-29,46,-29v9,0,16,5,16,11","w":213,"k":{"c":6,"d":6,"e":6,"o":6,",":26,".":26,"a":6,"s":6}},{"d":"195,-255v0,38,-56,204,-59,237v6,17,22,-18,27,-6v-5,14,-25,28,-44,28v-28,0,-5,-39,-8,-54v-10,22,-35,54,-67,54v-23,0,-37,-14,-37,-35v0,-45,70,-108,121,-80r34,-141v0,-3,0,-5,-3,-5v-10,0,-18,31,-27,22v0,-5,15,-40,44,-40v11,0,19,8,19,20xm63,-15v30,0,55,-58,60,-76v-17,-6,-35,-12,-50,-12v-25,0,-55,87,-10,88","w":173},{"d":"89,-189v-2,-5,-26,-12,-26,-22v0,-7,6,-15,14,-15v17,-1,15,39,24,24v-1,-10,-5,-33,12,-31v31,4,-4,33,1,40v9,-3,36,-27,38,1v2,22,-28,7,-36,13v0,6,26,9,26,22v0,9,-9,15,-15,15v-15,0,-15,-28,-21,-28v-9,8,8,36,-14,36v-29,0,2,-34,-2,-40v-7,4,-39,23,-39,-2v-1,-20,29,-5,38,-13","w":166},{"d":"123,-219v-20,64,-33,135,-52,209v-12,46,-60,72,-99,79v-3,0,-4,-1,-4,-3v30,-14,55,-20,68,-78r48,-207v-5,-1,-44,0,-33,-10v3,0,22,2,53,2v30,0,42,-7,48,1v-4,7,-24,6,-29,7","w":126,"k":{"e":6,"o":6,"A":6,"a":6}},{"d":"198,-220v-14,36,-34,112,-46,159v11,-1,30,-4,42,-6r-5,17v-13,-2,-25,-3,-39,-4v-2,9,-6,24,-10,45v3,0,43,3,29,11v-5,-7,-112,8,-94,-6v8,-3,26,-5,31,-5v4,-12,11,-39,12,-45v-38,-3,-95,11,-103,2v8,-13,23,-22,33,-34v44,-46,75,-78,110,-126v22,-3,35,-16,40,-8xm120,-61r32,-128v-4,5,-20,22,-31,34v-26,28,-56,65,-74,91v17,1,54,3,73,3","k":{"1":33}},{"d":"106,11v-15,-55,-25,-173,-37,-230v-5,0,-36,-3,-23,-10v7,7,117,-8,98,6v-10,3,-31,4,-38,4r25,177v36,-48,81,-132,100,-177v-5,0,-46,-1,-33,-10v3,0,20,2,46,2v28,0,40,-6,44,1v-2,7,-23,6,-26,7v-21,27,-74,107,-99,145","w":253,"k":{"w":20,"y":20,"e":33,"G":20,"o":33,"O":13,"u":20,"-":20,",":46,".":46,"A":46,"a":33,"J":33,"r":20,"S":6,":":20,";":20}},{"d":"197,-90v22,50,-21,96,-75,96v-49,0,-99,-26,-99,-79v0,-50,43,-83,88,-77v-5,-7,-16,-21,-16,-38v0,-29,21,-45,47,-45v34,0,58,30,51,44v-5,0,-14,-23,-40,-23v-29,0,-48,37,-30,64v11,5,40,16,29,25v-36,-21,-93,8,-93,55v0,42,33,66,67,66v42,0,88,-42,62,-84v0,1,-57,17,-57,51v0,1,-1,3,-3,3v-3,0,-4,-4,-4,-12v0,-52,56,-60,97,-81v17,-8,19,-10,21,-17v-13,3,-27,1,-27,-14v0,-10,9,-16,16,-16v14,0,18,13,18,23v0,31,-33,49,-52,59","w":240},{"w":79},{"d":"162,-84v-21,30,-39,69,-61,94v-19,-67,-21,-165,-38,-229v-3,1,-29,-4,-18,-10v4,5,147,-3,152,3v-3,5,-13,7,-19,7v3,20,4,61,11,83v16,-27,33,-62,39,-83v-3,0,-29,-4,-18,-10v6,5,142,-4,145,3v-3,5,-13,7,-19,7v-45,57,-109,154,-147,217v-3,5,-6,12,-10,12v-9,-21,-10,-60,-17,-94xm141,-218r-41,0r25,178r36,-55v-4,-29,-12,-94,-20,-123xm258,-218v-17,20,-53,71,-68,95v4,26,9,60,13,84v33,-51,79,-126,102,-179r-47,0","w":320,"k":{"y":33,"C":20,"e":53,"G":20,"o":53,"O":13,"u":33,"-":33,",":53,".":53,"A":53,"a":53,"r":33,"S":6,":":33,";":33}},{"d":"56,-233r104,239r-13,0r-105,-239r14,0","w":180},{"d":"130,-15v8,19,23,-24,29,-10v0,4,-20,29,-41,29v-27,0,-16,-32,-14,-49v-8,13,-27,49,-58,49v-22,0,-36,-16,-36,-38v2,-71,92,-100,147,-74v-8,17,-27,81,-27,93xm86,-104v-37,-1,-41,46,-41,71v0,12,4,20,15,20v26,0,51,-60,59,-82v-6,-3,-20,-9,-33,-9","w":166},{"d":"97,-8v0,-15,24,-66,25,-82v0,-4,-3,-8,-10,-8v-27,0,-48,51,-73,98r-29,0v14,-35,26,-73,26,-93v0,-3,0,-6,-4,-6v-10,0,-15,25,-23,14v0,-4,21,-33,44,-33v34,0,3,46,4,69v25,-41,30,-67,82,-69v15,0,20,8,20,14v-2,22,-25,70,-29,90v7,16,25,-21,30,-9v0,6,-24,27,-47,27v-6,0,-16,-1,-16,-12","w":173,"k":{"w":6,"y":6}},{"d":"96,-9r25,-94r-53,-116v-5,1,-35,-3,-22,-10v7,7,114,-8,96,6v-10,3,-29,4,-35,4v12,28,38,83,48,105v30,-35,57,-74,71,-105v-5,-1,-42,0,-31,-10v3,0,21,2,47,2v24,0,34,-6,39,1v-3,6,-19,7,-24,7v-33,32,-79,87,-101,114r-22,96v5,0,46,2,33,11v-3,0,-23,-2,-54,-2v-32,0,-45,6,-51,-1v4,-7,28,-7,34,-8","w":246,"k":{"v":26,"e":46,"o":46,"O":13,"q":46,"u":26,"-":26,",":46,".":46,"A":46,"a":46,":":26,";":26,"p":26}},{"d":"269,-243v-6,13,-21,81,-28,96v-8,-5,2,-28,2,-39v-10,-13,-43,-39,-81,-39v-68,0,-100,75,-100,135v0,47,26,85,76,85v74,0,61,-53,74,-102v-19,0,-51,-1,-37,-8v12,4,86,-2,93,2v0,5,-13,5,-20,6v-6,28,-23,62,-16,78v0,4,-6,3,-16,6v-30,9,-44,29,-94,29v-62,0,-99,-38,-99,-94v0,-112,133,-175,229,-130v5,-8,7,-30,17,-25","w":266,"k":{"A":6}},{"d":"41,-76v0,4,-8,17,-7,24v0,25,46,37,77,37v38,0,49,-31,49,-61v0,-46,-62,-40,-87,-32v-1,0,-3,-1,-3,-2v0,-5,29,-30,64,-30v9,0,15,2,16,2v5,-4,24,-17,24,-37v0,-23,-24,-31,-47,-31v-42,0,-51,42,-60,31v0,-4,27,-52,82,-52v27,0,51,11,51,37v0,28,-27,45,-42,54v15,5,32,16,32,44v0,43,-50,96,-116,96v-32,0,-55,-7,-55,-35v0,-20,14,-54,22,-45","k":{"1":40,"0":6}},{"d":"266,-247v-8,16,-14,64,-24,80v-9,-4,5,-31,4,-39v-17,-7,-41,-13,-70,-13r-54,210v6,1,49,1,37,11v-2,-6,-126,7,-110,-6v8,-3,26,-5,31,-5v12,-36,47,-168,54,-211v-27,0,-55,4,-81,14v-5,9,-8,40,-20,34v1,-5,22,-65,21,-77v0,-5,7,-6,7,-1v0,3,0,9,-1,14v4,11,179,12,194,3v3,-9,5,-20,12,-14","w":233,"k":{"c":20,"e":20,"o":20,",":33,".":33,"A":33,"a":20,"s":6}},{"d":"40,-100v-8,-16,-22,21,-29,10v0,-5,21,-28,45,-28v8,0,16,4,16,12v4,16,-45,91,-12,91v29,0,52,-65,67,-98r31,-1v-5,23,-35,84,-22,100v7,1,17,-24,22,-14v0,4,-19,32,-42,32v-35,0,-6,-40,-7,-64v-13,22,-30,64,-73,64v-13,0,-23,-4,-23,-15v1,-20,22,-70,27,-89","w":166},{"d":"67,-76v10,-14,25,-42,44,-42v12,0,18,9,18,17v3,28,-38,29,-41,10v-23,21,-35,58,-42,91r-31,0v8,-20,23,-79,23,-95v-7,-15,-20,18,-26,6v0,-5,22,-29,45,-29v19,-1,12,29,10,42","w":126,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,"q":6,",":26,".":26,"a":6,"s":6}},{"d":"78,-107v-2,16,-22,67,-23,82v0,6,5,10,12,10v26,0,51,-66,65,-97v10,0,20,-1,31,-2v-9,25,-25,88,-33,106v-13,31,-64,75,-101,75v-45,0,-24,-43,-12,-55v4,13,-5,33,34,33v56,0,51,-57,64,-106v-13,26,-31,65,-74,65v-15,0,-23,-6,-23,-15v0,-15,37,-80,23,-90v-9,-1,-20,22,-25,12v0,-5,22,-29,47,-29v10,0,15,5,15,11","w":166,"k":{"c":6,"d":6,"e":6,"o":6,",":26,".":26,"a":6,"s":6}},{"d":"131,-1v73,0,106,-79,106,-142v0,-54,-18,-83,-62,-83v-79,0,-110,78,-110,146v0,43,21,79,66,79xm276,-134v0,80,-73,140,-145,140v-57,0,-105,-33,-105,-102v0,-74,69,-137,149,-137v55,0,101,30,101,99","w":280,"k":{"T":6,"V":20,"W":20,"Y":20,",":20,".":20,"A":20,"X":6}},{"d":"95,-116v39,-23,77,-71,112,-103v-5,0,-40,-2,-27,-10v5,7,113,-7,94,6v-6,4,-21,4,-25,4v-53,32,-100,68,-144,105v14,-1,51,9,57,26v14,21,33,72,53,79v6,0,12,-10,15,-2v0,5,-21,19,-33,19v-34,-7,-28,-24,-47,-52v-30,-44,-30,-63,-56,-64v-5,21,-20,78,-24,99v4,0,43,3,30,11v-4,-6,-119,8,-101,-6v8,-3,26,-5,31,-5v11,-36,47,-167,54,-210v-4,0,-44,-1,-30,-10v4,6,119,-8,101,6v-9,3,-26,4,-32,4v-8,24,-21,73,-28,103","w":240},{"d":"142,-236v-58,50,-109,175,-77,289v0,1,-1,3,-3,3v-15,-17,-30,-68,-30,-118v0,-102,57,-150,108,-177v2,0,2,2,2,3","w":106},{"d":"109,-99v-29,2,-62,77,-72,99r-29,0r65,-252v0,-2,-1,-5,-4,-5v-10,-1,-19,31,-25,20v6,-15,18,-36,42,-38v12,0,19,9,19,20v0,15,-45,161,-57,218v20,-33,35,-83,87,-81v18,0,24,8,24,14v0,23,-33,74,-25,94v10,1,21,-24,27,-13v0,6,-25,27,-48,27v-6,0,-15,-1,-15,-12v-1,-15,23,-66,24,-82v0,-5,-4,-9,-13,-9","w":173,"k":{"y":6}},{"d":"71,-101v-6,24,-17,50,-19,77v5,29,38,-9,41,1v0,8,-26,27,-50,27v-24,0,-25,-19,-19,-41r17,-64v-8,0,-20,0,-27,1r6,-15r25,1r19,-69r31,0r-20,69v12,0,24,0,34,-1r-6,15v-12,-1,-21,-1,-32,-1","w":106},{"d":"194,-108r12,0v0,14,-11,50,-47,50v-38,-1,-64,-39,-100,-39v-23,0,-28,16,-32,33r-11,0v0,-24,17,-51,46,-51v38,0,64,39,101,39v24,0,26,-14,31,-32","w":200},{"d":"95,-102v-36,-7,-52,40,-52,67v0,13,6,24,21,24v36,-9,56,-48,61,-86v-10,-4,-15,-5,-30,-5xm86,59v3,-23,22,-73,24,-99v-9,13,-28,44,-63,44v-18,0,-38,-8,-38,-36v0,-52,83,-100,152,-83r-41,159v0,1,2,4,4,4v7,1,16,-25,20,-12v0,7,-21,33,-46,33v-6,0,-12,-4,-12,-10","w":166},{"d":"79,-270r0,360r-22,0r0,-360r22,0","w":119},{"d":"213,-249v8,9,-12,63,-36,55v-34,0,-62,-6,-83,-10r-19,57v47,-11,115,-12,115,44v0,55,-54,107,-113,107v-28,0,-50,-13,-50,-34v0,-20,7,-41,19,-47v8,4,-4,9,-3,23v0,23,31,35,60,35v37,0,68,-20,68,-57v0,-33,-26,-43,-55,-43v-44,0,-59,19,-67,12v12,-24,37,-98,49,-127v15,4,51,12,74,11v37,0,32,-18,41,-26","k":{"1":46,"0":13}},{"d":"-1,51v10,-9,21,-67,24,-86v9,3,28,-4,33,3v-1,17,-30,68,-54,86v-1,0,-3,-1,-3,-3","w":79},{"d":"194,-81v0,41,-50,85,-108,85v-34,0,-64,-13,-64,-45v0,-44,47,-63,63,-69v-9,-7,-22,-15,-22,-39v0,-46,48,-78,90,-78v17,0,50,5,50,37v0,40,-39,57,-51,65v20,8,42,17,42,44xm145,-127v14,-9,31,-23,31,-50v0,-52,-95,-38,-95,6v0,30,40,35,64,44xm111,-13v39,0,60,-22,60,-45v0,-34,-54,-35,-80,-49v-15,9,-41,22,-41,51v0,32,33,43,61,43","k":{"1":33}},{"d":"68,-101v-11,54,-25,154,-81,167v-10,0,-16,-7,-16,-14v-1,-21,30,-22,41,-14v8,-24,19,-101,24,-139v-7,0,-18,1,-24,2v1,-15,6,-18,27,-15v5,-27,22,-164,93,-164v12,0,15,6,15,14v0,20,-37,23,-44,9v-19,36,-24,102,-33,141v9,0,23,0,35,-1r-4,16v-8,-1,-25,-2,-33,-2","w":93},{"d":"43,-39v0,50,47,18,61,-5v8,-13,16,-42,18,-51v-3,-1,-22,-7,-36,-7v-32,0,-43,41,-43,63xm9,-30v0,-55,84,-106,150,-82v-8,27,-21,82,-24,90v-15,42,-69,91,-109,91v-44,0,-22,-43,-10,-56v7,3,0,10,0,17v0,14,20,17,34,17v47,1,49,-37,57,-82v-11,14,-31,39,-61,39v-23,0,-37,-13,-37,-34","w":159},{"d":"158,-99v-1,42,-36,38,-67,44v9,11,35,41,46,41v11,0,10,-18,15,-18v7,14,-7,36,-32,36v-22,0,-47,-33,-63,-53v-10,15,-18,37,-23,49r-29,0r64,-252v0,-2,0,-5,-3,-5v-11,-1,-19,32,-26,20v6,-15,18,-36,42,-38v12,0,19,9,19,20v3,13,-43,155,-54,209v17,-31,32,-72,82,-72v16,0,29,7,29,19xm63,-60v34,1,70,-2,63,-39v-34,-9,-51,15,-63,39","w":166},{"d":"118,-32v0,48,-16,96,34,108r0,9v-36,-1,-76,-27,-76,-62v-1,-24,9,-49,10,-68v0,-22,-19,-40,-40,-46r0,-8v21,-6,40,-22,40,-46v-1,-19,-11,-44,-10,-68v0,-35,40,-61,76,-62r0,9v-50,12,-34,60,-34,108v0,40,-37,55,-55,63v18,8,55,24,55,63","w":193},{"d":"95,-65r-6,24r-78,0r7,-24r77,0","w":106},{"d":"36,-88v10,24,79,14,77,48v-3,43,-65,52,-103,37v-2,7,-6,22,-12,15v6,-19,8,-42,17,-58v7,1,1,11,2,16v14,10,29,21,55,21v9,0,22,-3,22,-13v0,-22,-74,-10,-74,-50v1,-34,53,-54,95,-43v4,-7,9,-24,14,-14v-5,8,-11,47,-18,56v-5,-1,-3,-11,-2,-16v-15,-8,-28,-13,-45,-13v-13,0,-28,4,-28,14","w":126,"k":{"y":6,",":6,".":6}},{"d":"54,-229v32,3,78,-1,113,-1v52,0,71,24,71,57v0,63,-79,83,-147,69v-6,24,-18,66,-23,94v6,1,50,2,37,12v-3,-7,-126,8,-106,-7v8,-3,26,-5,31,-5v12,-36,47,-166,54,-209v-4,0,-44,-1,-30,-10xm93,-111v51,12,109,-4,109,-63v0,-38,-36,-57,-80,-47v-4,13,-24,89,-29,110","w":226,"k":{"c":13,"e":13,"o":13,",":33,".":33,"A":33,"a":13,"J":13}},{"d":"112,-99v-36,0,-44,45,-54,76v9,3,30,9,40,9v27,0,35,-55,35,-70v0,-11,-9,-15,-21,-15xm167,-85v0,52,-66,82,-91,89v-8,0,-17,-2,-24,-4v-5,14,-16,57,-18,66r-31,0v4,-11,18,-66,20,-74r-21,-6r7,-23r21,6v3,-15,17,-52,8,-68v-11,-1,-17,28,-23,14v0,-3,18,-33,45,-33v23,0,12,20,12,39v9,-15,25,-39,59,-39v17,0,36,8,36,33","w":173,"k":{"w":6,"y":6}},{"d":"-18,53v59,-48,109,-176,77,-289v0,-1,1,-3,3,-3v15,17,29,69,29,119v0,102,-56,149,-107,176v-2,0,-2,-2,-2,-3","w":106},{"d":"56,-229v73,13,185,-37,185,56v0,57,-65,69,-97,73r34,64v11,16,15,41,39,37v2,0,4,1,4,3v0,6,-18,10,-28,10v-51,0,-52,-59,-75,-91v-5,-7,-11,-20,-11,-23v0,-5,9,-2,33,-6v34,-5,65,-21,65,-69v0,-53,-42,-51,-80,-45v-4,13,-25,88,-30,109v-7,26,-17,70,-24,101v6,0,48,3,35,12v-4,-7,-121,9,-105,-7v8,-3,26,-5,31,-5v12,-35,48,-165,54,-209v-4,0,-41,-1,-30,-10","w":240,"k":{"e":13,"o":13,"T":6,"V":20,"W":20,"Y":20,"a":13}},{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},{"d":"204,-233r-183,239r-16,0r183,-239r16,0","w":180},{"d":"205,-157v9,7,-18,58,-14,76v1,6,-7,10,-7,3v0,-6,1,-16,2,-24v-30,-8,-69,-11,-91,-11v-8,31,-16,73,-23,107v45,-1,78,-5,114,-23v5,-7,6,-32,15,-23v-5,11,-13,67,-22,76v-4,-2,0,-11,0,-19v-44,-8,-130,-5,-179,-3v-5,0,-5,-5,-1,-6v8,-3,26,-5,31,-5v11,-36,47,-167,54,-210v-4,0,-44,-1,-30,-10v53,3,125,1,168,-6v4,-6,7,-27,14,-18v-8,13,-12,64,-21,75v-7,-4,-1,-18,-1,-26v-29,-13,-62,-17,-90,-17v-4,12,-23,83,-28,103v36,-1,67,-4,97,-16v3,-7,5,-20,12,-23","w":219},{"d":"111,-99v-28,2,-57,80,-68,99r-30,0v14,-35,27,-73,27,-93v0,-3,-1,-6,-5,-6v-9,-1,-16,25,-22,14v0,-4,21,-33,44,-33v30,7,6,44,3,68v10,-20,34,-68,71,-68v41,0,13,47,9,67v14,-27,33,-67,74,-67v17,0,23,7,23,13v0,23,-33,75,-25,95v10,1,21,-24,27,-13v0,6,-24,27,-47,27v-40,0,11,-71,7,-94v0,-4,-2,-8,-8,-8v-33,5,-52,70,-67,98r-31,0v8,-21,27,-66,27,-90v0,-6,-4,-9,-9,-9","w":253,"k":{"w":6,"y":6}},{"d":"190,-68v-5,11,-16,70,-39,70v-25,0,-56,-2,-72,-2v-24,0,-81,15,-64,-11v27,-41,70,-66,106,-91v20,-14,46,-37,46,-65v0,-27,-24,-41,-52,-41v-52,1,-55,46,-67,63v-2,0,-4,-2,-4,-4v0,-24,31,-78,91,-78v33,0,68,15,68,56v0,88,-136,85,-163,143v16,1,30,2,48,2v92,2,76,-8,98,-46v3,0,4,2,4,4","k":{"1":40,"0":13}},{"d":"136,-228v-5,10,-31,70,-45,78v-3,0,-3,-2,-3,-5v7,-24,2,-82,38,-78v5,0,10,1,10,5xm84,-228v-5,10,-31,70,-45,78v-3,0,-3,-2,-3,-5v7,-24,2,-82,38,-78v5,0,10,1,10,5","w":106},{"d":"50,47v0,-3,1,-3,7,-6v41,-21,84,-72,97,-107v-11,15,-40,42,-73,42v-32,0,-51,-25,-51,-63v0,-77,59,-140,124,-140v37,0,55,20,55,61v0,103,-122,217,-159,213xm103,-43v22,0,42,-20,55,-33v13,-30,40,-142,-20,-142v-54,0,-76,83,-76,119v0,25,9,56,41,56","k":{"1":33}},{"d":"131,-106v7,19,-70,53,-85,77v46,2,53,14,71,-7v2,0,3,3,3,4v0,3,-20,37,-44,37v-27,0,-53,-16,-72,-3v-6,-2,-2,-8,2,-12v35,-31,68,-51,87,-70v-33,-3,-45,-15,-60,-15v-18,0,-14,19,-10,27v0,1,-2,2,-4,2v-22,-18,6,-54,36,-52v22,1,56,27,76,12","w":133},{"d":"202,-75r-172,75r0,-24r149,-62r-149,-62r0,-24r172,74r0,23"},{"d":"92,-71v9,17,12,44,28,53v10,1,17,-29,23,-18v0,5,-19,40,-37,40v-22,0,-26,-30,-35,-47v-12,18,-24,45,-50,47v-11,0,-18,-6,-18,-15v-1,-23,35,-27,47,-14v7,-9,13,-17,18,-25v-8,-14,-14,-40,-27,-47v-12,0,-13,29,-22,17v0,-7,16,-38,40,-38v17,0,23,26,30,40v13,-15,24,-38,49,-40v10,0,18,7,18,17v1,21,-39,26,-49,12","w":159},{"d":"205,-157v9,7,-18,58,-14,76v1,6,-7,10,-7,3v0,-6,1,-16,2,-24v-30,-8,-70,-11,-92,-11v-7,26,-18,72,-22,103v5,0,47,3,33,12v-3,-7,-126,8,-106,-7v8,-3,26,-5,31,-5v12,-36,47,-166,54,-209v-4,0,-44,-1,-30,-10v53,3,125,1,168,-6v4,-6,7,-27,14,-18v-8,13,-12,64,-21,75v-7,-4,-1,-18,-1,-26v-29,-13,-62,-17,-90,-17v-4,12,-23,83,-28,103v36,-1,67,-4,97,-16v3,-7,5,-20,12,-23","w":213,"k":{"e":6,"o":6,",":33,".":33,"A":33,"a":6}},{"d":"81,54v-4,-15,8,-35,9,-51v-18,-4,-58,-15,-58,-43v0,-13,19,-62,19,-24v0,18,29,35,45,41v4,-14,17,-66,19,-77v-23,-8,-58,-16,-58,-58v0,-46,40,-69,89,-69v2,-11,7,-35,8,-49r18,-3v-7,17,-15,41,-18,53v19,4,47,10,47,29v1,8,-17,64,-20,22v-1,-16,-15,-17,-34,-26r-17,66v29,10,63,19,63,61v0,44,-37,78,-97,78v-6,15,-7,38,-15,50xm124,-137v4,-19,13,-58,16,-67v-20,-12,-74,-5,-68,24v0,25,31,35,52,43xm121,-98r-19,77v31,16,74,8,75,-30v0,-30,-38,-41,-56,-47"},{"d":"73,-106v-2,26,-42,91,0,91v23,0,41,-32,41,-56v-21,2,-36,-47,-7,-47v15,0,21,16,21,29v0,43,-33,93,-79,93v-55,0,-13,-78,-10,-103v0,-2,0,-4,-3,-4v-8,-2,-18,23,-24,13v0,-5,23,-28,44,-28v10,0,17,4,17,12","w":140,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,",":26,".":26,"a":6,"s":6}},{"d":"86,-228v-5,10,-30,70,-44,78v-8,-10,7,-58,9,-72v5,-6,30,-18,35,-6","w":60},{"w":79},{"d":"72,-107v-23,66,-18,144,-85,173v-6,-1,-4,-7,1,-8v36,-30,33,-103,50,-154v-7,-12,-17,18,-25,9v0,-5,19,-31,45,-31v8,0,14,3,14,11xm72,-210v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-12,10,-21,22,-21","w":79},{"d":"167,-68r-25,72r-19,0r26,-72r-54,0r-25,72r-19,0r26,-72r-57,0r7,-19r56,0r15,-41r-56,0r7,-18r55,0r29,-81r18,0r-29,81r54,0r29,-81r19,0r-29,81r58,0r-7,18r-58,0r-14,41r56,0r-6,19r-57,0xm155,-87r15,-41r-54,0r-14,41r53,0","w":246},{"d":"82,-189v-8,-15,-30,-31,-37,-37v8,-9,36,4,53,-3r113,181v9,-35,31,-125,31,-171v-6,0,-45,-1,-32,-10v2,6,100,-7,87,6v-6,3,-22,4,-26,4v-26,47,-49,179,-66,228r-118,-188v-8,29,-30,117,-30,170v5,1,46,0,36,11v-4,-7,-109,8,-95,-6v7,-3,23,-5,28,-5v24,-48,41,-124,56,-180","w":266,"k":{"A":13}},{"d":"107,-255r-68,255r-29,0r65,-252v0,-2,0,-5,-3,-5v-11,-1,-19,32,-26,20v6,-15,18,-36,42,-38v12,0,19,9,19,20","w":79},{"d":"54,-229v32,3,78,-1,113,-1v55,0,99,28,99,90v0,80,-66,143,-149,143v-32,-1,-63,-2,-96,-2v-14,0,-29,4,-22,-5v8,-3,26,-5,31,-5v11,-36,47,-167,54,-210v-9,0,-42,-1,-30,-10xm72,-8v95,26,157,-64,155,-136v-1,-63,-48,-90,-102,-75v-18,57,-41,143,-53,211","w":266,"k":{"T":6,"V":20,"Y":20,"A":20}},{"d":"-3,51v6,-9,24,-62,21,-82v2,-7,28,-5,35,-1v-1,18,-31,66,-53,86v-1,0,-3,-1,-3,-3xm68,-98v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":79},{"d":"189,-49v-8,24,-10,53,-21,73v-4,-2,0,-11,0,-19v-41,-9,-122,-5,-168,-3v-5,0,-5,-5,-1,-6v8,-3,26,-5,31,-5v11,-36,47,-167,54,-210v-4,0,-44,-1,-30,-10v3,7,117,-8,103,6v-8,3,-26,4,-31,4v-12,36,-47,168,-54,212v40,-1,71,-5,104,-22v5,-6,4,-26,13,-20","w":200,"k":{"y":6,"T":33,"V":33,"W":33,"Y":33}},{"d":"154,-129r61,121v5,0,42,2,29,10v-4,-7,-121,8,-103,-6v8,-3,28,-5,33,-5v-13,-30,-32,-68,-46,-93v-24,27,-55,63,-67,93v5,0,47,2,34,11v-3,0,-20,-2,-47,-2v-30,0,-41,7,-47,-1v3,-7,22,-7,27,-8v25,-20,79,-80,97,-100r-53,-110v-4,0,-37,-1,-26,-10v2,6,112,-7,95,6v-7,3,-23,4,-28,4v6,15,28,62,38,82v24,-22,50,-55,62,-82v-5,-1,-46,-1,-32,-10v4,7,114,-8,96,6v-8,2,-25,4,-30,4v-20,17,-81,75,-93,90","w":259,"k":{"y":6,"C":6,"e":6,"O":6,"a":6}},{"d":"155,-172v7,58,-111,67,-84,117v0,1,-1,3,-3,3v-6,0,-16,-21,-16,-34v-13,-33,105,-78,92,-99v0,-15,-13,-26,-30,-26v-28,0,-70,24,-55,53v0,2,-2,3,-3,3v-6,0,-16,-21,-16,-33v0,-67,119,-39,115,16xm76,-15v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":146},{"d":"52,-15v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,20,9,20,20xm68,-98v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":79},{"d":"211,-30v0,6,-37,36,-84,36v-60,0,-101,-40,-101,-99v0,-103,125,-173,214,-123v5,-10,11,-35,18,-25v-3,4,-28,82,-30,101v0,5,-7,3,-7,-1v0,-5,5,-26,6,-32v-6,-16,-23,-52,-63,-52v-65,0,-99,80,-99,135v0,48,28,85,75,85v41,0,62,-33,71,-25","w":233,"k":{"A":6}},{"d":"139,-29v-17,-41,-30,-106,-43,-146v-13,40,-39,125,-43,166v5,1,44,1,34,11v-2,0,-21,-2,-47,-2v-28,0,-40,7,-45,-1v4,-7,23,-7,29,-8v24,-47,50,-120,69,-179v-2,-6,-2,-20,-12,-27v-10,-7,-30,-4,-21,-14v8,2,48,3,56,0r43,154r94,-154v12,6,53,-4,56,3v-3,7,-23,5,-29,7v-14,55,-26,148,-29,210v4,0,37,2,26,11v-7,-7,-113,8,-96,-6v8,-3,27,-5,32,-5r24,-175v-38,52,-64,105,-98,155","w":299},{"d":"96,-118r107,0v11,-40,21,-80,25,-101v-4,0,-44,-1,-30,-10v4,6,119,-8,101,6v-9,3,-26,4,-32,4r-53,210v4,0,43,3,30,11v-4,-6,-119,8,-101,-6v8,-3,26,-5,31,-5v6,-18,15,-59,27,-102r-107,0v-5,22,-20,81,-24,102v4,0,43,3,30,11v-4,-6,-119,8,-101,-6v8,-3,26,-5,31,-5v11,-36,47,-167,54,-210v-4,0,-44,-1,-30,-10v4,6,119,-8,101,6v-9,3,-26,4,-32,4v-8,23,-20,73,-27,101","w":273,"k":{"e":6,"o":6,"a":6}},{"d":"200,-122r0,20r-172,0r0,-20r172,0xm200,-72r0,21r-172,0r0,-21r172,0"},{"d":"71,-9v4,1,40,1,30,11v-4,-7,-116,8,-102,-6v8,-3,27,-5,32,-5v11,-36,47,-167,54,-210v-5,-1,-42,0,-31,-10v4,7,116,-8,102,6v-9,3,-27,4,-33,4v-18,59,-38,145,-52,210","w":133},{"d":"10,0r27,-96v-7,-13,-18,18,-24,9v0,-5,18,-31,45,-31v19,0,14,18,9,33r-26,85r-31,0xm72,-210v12,0,22,9,22,21v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21","w":79},{"d":"63,-180v0,59,124,36,124,113v0,44,-38,73,-87,73v-36,0,-65,-11,-79,-19v-2,10,-19,40,-15,19v8,-17,25,-81,26,-101v2,-3,8,-3,7,2v0,7,-5,32,-6,39v14,13,45,51,84,51v30,0,51,-21,51,-43v-1,-56,-120,-37,-120,-114v0,-76,98,-85,150,-58v8,-12,10,-31,18,-24v-5,16,-24,58,-26,81v0,4,-6,7,-7,2v0,-5,2,-18,3,-25v-14,-15,-37,-37,-70,-37v-31,0,-53,19,-53,41","w":200,"k":{"A":6}},{"d":"179,6v-43,-8,-124,-7,-168,-3v-9,-5,3,-10,12,-22r164,-202v-14,0,-92,8,-124,20v-3,6,-9,42,-17,33v8,-24,13,-63,22,-89v7,2,1,17,2,24v32,10,118,4,164,5r-109,133v-28,34,-54,69,-67,89v34,0,96,-4,127,-17v5,-15,9,-43,17,-32v-3,8,-13,67,-21,79v-4,-2,-1,-12,-2,-18","w":213},{"d":"184,67v-55,0,-97,-42,-150,-32v-2,0,-2,-1,-2,-2v-1,-10,43,-21,69,-16v6,-3,22,-7,28,-11v-56,0,-103,-33,-103,-102v0,-74,69,-137,149,-137v55,0,101,30,101,99v0,64,-46,116,-103,134v-32,10,-48,12,-60,20v13,3,82,28,98,28v17,1,25,-18,31,-11v0,7,-23,30,-58,30xm131,-1v74,0,106,-79,106,-142v0,-54,-18,-83,-62,-83v-79,0,-110,78,-110,146v0,43,21,79,66,79","w":280,"k":{"V":20,"W":20,"Y":20,"A":20}},{"d":"125,-227r74,138r-23,0r-63,-119r-62,119r-23,0r74,-138r23,0"},{"d":"122,-213v1,24,-9,49,-10,68v0,24,19,40,40,46r0,8v-21,6,-40,24,-40,46v1,19,11,44,10,68v0,35,-40,61,-76,62r0,-9v50,-12,34,-60,34,-108v0,-39,38,-55,56,-63v-18,-8,-56,-23,-56,-63v0,-48,16,-96,-34,-108r0,-9v36,1,76,27,76,62","w":193},{"d":"100,-221v-12,43,-43,109,-58,158v-3,8,-7,12,-10,6r28,-159v5,-6,35,-19,40,-5xm46,-15v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":86},{"d":"202,-24r0,24r-172,-75r0,-23r172,-74r0,24r-149,62"},{"d":"180,-238v1,75,19,184,24,229v4,0,41,3,28,11v-6,-7,-120,8,-101,-6v9,-3,29,-5,35,-5v0,-15,-4,-53,-6,-65r-74,0v-14,23,-25,47,-31,65v5,1,45,0,35,11v-4,0,-22,-2,-51,-2v-29,0,-39,7,-45,-1v4,-7,26,-7,32,-8v57,-70,110,-159,151,-233v2,0,3,1,3,4xm90,-81r69,0v-3,-24,-5,-54,-11,-94","w":253,"k":{"v":26,"w":26,"y":26,"c":13,"C":20,"d":13,"e":13,"g":13,"G":20,"o":13,"O":20,"q":13,"Q":20,"t":6,"T":40,"u":13,"U":20,"V":46,"W":53,"Y":40,"-":20}},{"d":"212,-159v0,82,-54,163,-121,163v-39,0,-67,-25,-67,-71v0,-70,46,-160,124,-160v40,0,64,25,64,68xm91,-3v63,0,89,-131,89,-168v0,-21,-5,-49,-35,-49v-58,0,-89,111,-89,161v0,26,7,56,35,56","k":{"7":20,"5":13,"4":6,"3":6,"2":13,"1":33}},{"d":"54,-229v69,10,187,-29,189,50v1,47,-51,58,-72,68v27,5,55,12,55,47v0,58,-73,67,-109,67r-117,-1v-2,0,-4,-1,-4,-4v4,-8,28,-6,34,-7v6,-18,17,-61,29,-105v11,-42,21,-83,25,-105v-4,0,-44,-1,-30,-10xm95,-116v53,3,112,0,112,-59v0,-46,-45,-53,-83,-45v-3,12,-24,84,-29,104xm72,-8v47,10,119,2,116,-52v-3,-52,-53,-49,-95,-47v-7,29,-15,67,-21,99","w":240,"k":{"T":6,"V":20,"W":20,"Y":20,".":13,"A":13}},{"d":"54,-15v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20","w":79},{"d":"56,4v-24,0,-49,-10,-49,-41v0,-46,49,-81,94,-81v24,0,49,11,49,42v0,46,-49,80,-94,80xm92,-108v-36,-9,-53,64,-53,82v0,13,7,20,25,20v37,9,54,-62,54,-82v0,-13,-7,-20,-26,-20","w":159,"k":{"v":6,"w":6,"y":6}},{"d":"229,-4v40,0,56,-74,56,-97v0,-14,-4,-28,-23,-28v-37,0,-55,63,-55,93v0,19,7,32,22,32xm305,-94v0,49,-36,96,-76,96v-24,0,-43,-15,-43,-43v0,-43,30,-94,78,-94v24,0,41,15,41,41xm258,-225r-173,227r-11,0r173,-227r11,0xm154,-184v0,49,-37,96,-77,96v-24,0,-42,-15,-42,-43v0,-43,30,-94,78,-94v24,0,41,15,41,41xm55,-126v0,19,7,32,22,32v40,0,57,-74,57,-97v0,-14,-4,-28,-23,-28v-37,0,-56,63,-56,93","w":306},{"d":"224,-212v-50,44,-108,145,-118,203v5,1,42,1,32,11v-3,0,-23,-2,-54,-2v-34,0,-47,6,-54,-1v4,-7,28,-7,34,-8v31,-71,88,-133,131,-184v-24,12,-66,1,-97,1v-35,0,-32,25,-39,25v-8,-8,17,-58,46,-56v35,3,88,29,116,9v1,0,3,1,3,2","k":{"1":33,"0":20}},{"d":"125,-76r0,76r-22,0r0,-76r-75,0r0,-21r75,0r0,-76r22,0r0,76r75,0r0,21r-75,0"},{"d":"86,-104v-40,-3,-45,27,-43,61v33,-4,61,-6,61,-46v0,-12,-6,-15,-18,-15xm132,-30v-4,28,-123,62,-123,-9v0,-36,42,-79,96,-79v14,0,35,2,35,23v0,46,-64,56,-95,58v4,10,11,24,39,24v33,0,39,-27,48,-17","w":146,"k":{"v":6,"w":6,"y":6,",":13,".":13}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+91-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("`V3PEHy97Dw1`hK=4H]0aVad@hkJ]VGa&`jeypvx$#Tz}D%Q37E84N_i~.o{KHF*qBM+r1^)u0S9P;CWfg=Zwc[w%;yP3Hw1%;&07D$F3}Z+QS9.%Da;Q9@Ee}}i4;xB#o$D&.@%%]u~EKKGeP$P8FKv#0~*4Gfu_kz+pV3F7C+r8P@)`}&_%hw]ET&8aoKgvF~V&GQF%Gz)eVJ)7.ypEJx=T]i[p{yy#kP&7}y7z}fwaTu@eJa1E0zC`;z.jFy)EVK9`ha.`#uqvTd+8kP.jFd+EkP)jHuKEH497huFvDa13.fFEGK)7GewNC9=7DQ*Q.f^7S9^%.i[pF4C4P)1`TZ*vSq.QCy~EHK9QDf8jHy^%hfP70{{j;{14V}S4h~+E;y~4VK^E.f*ECy9EH]r3#{q3Hw0`krqvV)=`0rq`D4EQPrq%}9w8]rq%%9q`h{i")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":206,"face":{"font-family":"Bernhard Modern Std","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 7 6 3 7 5 10 9 3 2","ascent":"277","descent":"-83","x-height":"4","cap-height":"2","bbox":"-32 -279 355 90","underline-thickness":"18","underline-position":"-18","slope":"-17","stemh":"7","stemv":"33","unicode-range":"U+0020-U+007E"}}));