(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}(';(7($){$.b.2Q=7(){u B.2t(7(){9 1J=$(B).n(\'2Z\');5(1J.1c(/^3w\\(["\']?(.*\\.2p)["\']?\\)$/i)){1J=3t.$1;$(B).n({\'2Z\':\'45\',\'2o\':"3W:3R.4m.4d(3h=F, 3T="+($(B).n(\'41\')==\'2J-3Z\'?\'4c\':\'3N\')+", Q=\'"+1J+"\')"}).2t(7(){9 1b=$(B).n(\'1b\');5(1b!=\'2e\'&&1b!=\'2n\')$(B).n(\'1b\',\'2n\')})}})};9 A,4,16=D,s=1t 1o,1w,1v=1,1y=/\\.(3A|3Y|2p|3c|3d)(.*)?$/i;9 P=($.2q.3K&&2f($.2q.3z.2k(0,1))<8);$.b.c=7(Y){Y=$.3x({},$.b.c.2R,Y);9 2s=B;7 2h(){A=B;4=Y;2r();u D};7 2r(){5(16)u;5($.1O(4.2c)){4.2c()}4.j=[];4.h=0;5(Y.j.N>0){4.j=Y.j}t{9 O={};5(!A.1H||A.1H==\'\'){9 O={d:A.d,X:A.X};5($(A).1G("1m:1D").N){O.1a=$(A).1G("1m:1D")}4.j.2j(O)}t{9 Z=$(2s).2o("a[1H="+A.1H+"]");9 O={};3C(9 i=0;i<Z.N;i++){O={d:Z[i].d,X:Z[i].X};5($(Z[i]).1G("1m:1D").N){O.1a=$(Z[i]).1G("1m:1D")}4.j.2j(O)}3F(4.j[4.h].d!=A.d){4.h++}}}5(4.23){5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'3s\')}$("#1i").n(\'25\',4.2U).J()}1d()};7 1d(){$("#1f, #1e, #V, #G").S();9 d=4.j[4.h].d;5(d.1c(/#/)){9 U=11.3r.d.3f(\'#\')[0];U=d.3g(U,\'\');U=U.2k(U.2l(\'#\'));1k(\'<6 l="3e">\'+$(U).o()+\'</6>\',4.1I,4.1x)}t 5(d.1c(1y)){s=1t 1o;s.Q=d;5(s.3a){1K()}t{$.b.c.34();$(s).x().14(\'3b\',7(){$(".I").S();1K()})}}t 5(d.1c("17")||A.3j.2l("17")>=0){1k(\'<17 l="35" 3q="$.b.c.38()" 3o="3n\'+C.T(C.3l()*3m)+\'" 2K="0" 3E="0" Q="\'+d+\'"></17>\',4.1I,4.1x)}t{$.4p(d,7(2m){1k(\'<6 l="3L">\'+2m+\'</6>\',4.1I,4.1x)})}};7 1K(){5(4.30){9 w=$.b.c.1n();9 r=C.1M(C.1M(w[0]-36,s.g)/s.g,C.1M(w[1]-4b,s.f)/s.f);9 g=C.T(r*s.g);9 f=C.T(r*s.f)}t{9 g=s.g;9 f=s.f}1k(\'<1m 48="" l="49" Q="\'+s.Q+\'" />\',g,f)};7 2F(){5((4.j.N-1)>4.h){9 d=4.j[4.h+1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}5(4.h>0){9 d=4.j[4.h-1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}};7 1k(1j,g,f){16=F;9 L=4.2Y;5(P){$("#q")[0].1E.2u("f");$("#q")[0].1E.2u("g")}5(L>0){g+=L*2;f+=L*2;$("#q").n({\'v\':L+\'z\',\'2E\':L+\'z\',\'2i\':L+\'z\',\'y\':L+\'z\',\'g\':\'2B\',\'f\':\'2B\'});5(P){$("#q")[0].1E.2C(\'f\',\'(B.2D.4j - 20)\');$("#q")[0].1E.2C(\'g\',\'(B.2D.3S - 20)\')}}t{$("#q").n({\'v\':0,\'2E\':0,\'2i\':0,\'y\':0,\'g\':\'2z%\',\'f\':\'2z%\'})}5($("#k").1u(":19")&&g==$("#k").g()&&f==$("#k").f()){$("#q").1Z("2N",7(){$("#q").1C().1F($(1j)).21("1s",7(){1g()})});u}9 w=$.b.c.1n();9 2v=(g+36)>w[0]?w[2]:(w[2]+C.T((w[0]-g-36)/2));9 2w=(f+1z)>w[1]?w[3]:(w[3]+C.T((w[1]-f-1z)/2));9 K={\'y\':2v,\'v\':2w,\'g\':g+\'z\',\'f\':f+\'z\'};5($("#k").1u(":19")){$("#q").1Z("1s",7(){$("#q").1C();$("#k").24(K,4.2X,4.2T,7(){$("#q").1F($(1j)).21("1s",7(){1g()})})})}t{5(4.1W>0&&4.j[4.h].1a!==1L){$("#q").1C().1F($(1j));9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);$("#k").n({\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()});5(4.1X){K.25=\'J\'}$("#k").24(K,4.1W,4.2W,7(){1g()})}t{$("#q").S().1C().1F($(1j)).J();$("#k").n(K).21("1s",7(){1g()})}}};7 2y(){5(4.h!=0){$("#1e, #2O").x().14("R",7(e){e.2x();4.h--;1d();u D});$("#1e").J()}5(4.h!=(4.j.N-1)){$("#1f, #2M").x().14("R",7(e){e.2x();4.h++;1d();u D});$("#1f").J()}};7 1g(){2y();2F();$(W).1B(7(e){5(e.29==27){$.b.c.1l();$(W).x("1B")}t 5(e.29==37&&4.h!=0){4.h--;1d();$(W).x("1B")}t 5(e.29==39&&4.h!=(4.j.N-1)){4.h++;1d();$(W).x("1B")}});5(4.1r){$(11).14("1N 1T",$.b.c.2g)}t{$("6#k").n("1b","2e")}5(4.2b){$("#22").R($.b.c.1l)}$("#1i, #V").14("R",$.b.c.1l);$("#V").J();5(4.j[4.h].X!==1L&&4.j[4.h].X.N>0){$(\'#G 6\').o(4.j[4.h].X);$(\'#G\').J()}5(4.23&&P){$(\'1U, 1Q, 1P\',$(\'#q\')).n(\'1S\',\'19\')}5($.1O(4.2a)){4.2a()}16=D};u B.x(\'R\').R(2h)};$.b.c.2g=7(){9 m=$.b.c.1n();$("#k").n(\'y\',(($("#k").g()+36)>m[0]?m[2]:m[2]+C.T((m[0]-$("#k").g()-36)/2)));$("#k").n(\'v\',(($("#k").f()+1z)>m[1]?m[3]:m[3]+C.T((m[1]-$("#k").f()-1z)/2)))};$.b.c.1h=7(H,2A){u 2f($.3I(H.3u?H[0]:H,2A,F))||0};$.b.c.1R=7(H){9 m=H.4g();m.v+=$.b.c.1h(H,\'3k\');m.v+=$.b.c.1h(H,\'3J\');m.y+=$.b.c.1h(H,\'3H\');m.y+=$.b.c.1h(H,\'3D\');u m};$.b.c.38=7(){$(".I").S();$("#35").J()};$.b.c.1n=7(){u[$(11).g(),$(11).f(),$(W).3i(),$(W).3p()]};$.b.c.2G=7(){5(!$("#I").1u(\':19\')){33(1w);u}$("#I > 6").n(\'v\',(1v*-40)+\'z\');1v=(1v+1)%12};$.b.c.34=7(){33(1w);9 m=$.b.c.1n();$("#I").n({\'y\':((m[0]-40)/2+m[2]),\'v\':((m[1]-40)/2+m[3])}).J();$("#I").14(\'R\',$.b.c.1l);1w=3Q($.b.c.2G,3X)};$.b.c.1l=7(){16=F;$(s).x();$("#1i, #V").x();5(4.2b){$("#22").x()}$("#V, .I, #1e, #1f, #G").S();5(4.1r){$(11).x("1N 1T")}1q=7(){$("#1i, #k").S();5(4.1r){$(11).x("1N 1T")}5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'19\')}5($.1O(4.1V)){4.1V()}16=D};5($("#k").1u(":19")!==D){5(4.26>0&&4.j[4.h].1a!==1L){9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);9 K={\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()};5(4.1X){K.25=\'S\'}$("#k").31(D,F).24(K,4.26,4.2S,1q)}t{$("#k").31(D,F).1Z("2N",1q)}}t{1q()}u D};$.b.c.2V=7(){9 o=\'\';o+=\'<6 l="1i"></6>\';o+=\'<6 l="22">\';o+=\'<6 p="I" l="I"><6></6></6>\';o+=\'<6 l="k">\';o+=\'<6 l="2I">\';o+=\'<6 l="V"></6>\';o+=\'<6 l="E"><6 p="E 44"></6><6 p="E 43"></6><6 p="E 42"></6><6 p="E 3V"></6><6 p="E 3U"></6><6 p="E 3O"></6><6 p="E 3M"></6><6 p="E 3P"></6></6>\';o+=\'<a d="2P:;" l="1e"><1p p="1Y" l="2O"></1p></a><a d="2P:;" l="1f"><1p p="1Y" l="2M"></1p></a>\';o+=\'<6 l="q"></6>\';o+=\'<6 l="G"></6>\';o+=\'</6>\';o+=\'</6>\';o+=\'</6>\';$(o).2H("46");$(\'<32 4i="0" 4h="0" 4k="0"><2L><13 p="G" l="4l"></13><13 p="G" l="4o"><6></6></13><13 p="G" l="4n"></13></2L></32>\').2H(\'#G\');5(P){$("#2I").47(\'<17 p="4a" 4e="2J" 2K="0"></17>\');$("#V, .E, .G, .1Y").2Q()}};$.b.c.2R={2Y:10,30:F,1X:D,1W:0,26:0,2X:3G,2W:\'28\',2S:\'28\',2T:\'28\',1I:3B,1x:3v,23:F,2U:0.3,2b:F,1r:F,j:[],2c:2d,2a:2d,1V:2d};$(W).3y(7(){$.b.c.2V()})})(4f);',62,274,'||||opts|if|div|function||var||fn|fancybox|href||height|width|itemCurrent||itemArray|fancy_outer|id|pos|css|html|class|fancy_content||imagePreloader|else|return|top||unbind|left|px|elem|this|Math|false|fancy_bg|true|fancy_title|el|fancy_loading|show|itemOpts|pad|orig_item|length|item|isIE|src|click|hide|round|target|fancy_close|document|title|settings|subGroup||window||td|bind|orig_pos|busy|iframe||visible|orig|position|match|_change_item|fancy_left|fancy_right|_finish|getNumeric|fancy_overlay|value|_set_content|close|img|getViewport|Image|span|__cleanup|centerOnScroll|normal|new|is|loadingFrame|loadingTimer|frameHeight|imageRegExp|50|objNext|keydown|empty|first|style|append|children|rel|frameWidth|image|_proceed_image|undefined|min|resize|isFunction|select|object|getPosition|visibility|scroll|embed|callbackOnClose|zoomSpeedIn|zoomOpacity|fancy_ico|fadeOut||fadeIn|fancy_wrap|overlayShow|animate|opacity|zoomSpeedOut||swing|keyCode|callbackOnShow|hideOnContentClick|callbackOnStart|null|absolute|parseInt|scrollBox|_initialize|bottom|push|substr|indexOf|data|relative|filter|png|browser|_start|matchedGroup|each|removeExpression|itemLeft|itemTop|stopPropagation|_set_navigation|100|prop|auto|setExpression|parentNode|right|_preload_neighbor_images|animateLoading|appendTo|fancy_inner|no|frameborder|tr|fancy_right_ico|fast|fancy_left_ico|javascript|fixPNG|defaults|easingOut|easingChange|overlayOpacity|build|easingIn|zoomSpeedChange|padding|backgroundImage|imageScale|stop|table|clearInterval|showLoading|fancy_frame|||showIframe||complete|load|bmp|jpeg|fancy_div|split|replace|enabled|scrollLeft|className|paddingTop|random|1000|fancy_iframe|name|scrollTop|onload|location|hidden|RegExp|jquery|355|url|extend|ready|version|jpg|425|for|borderLeftWidth|hspace|while|300|paddingLeft|curCSS|borderTopWidth|msie|fancy_ajax|fancy_bg_w|scale|fancy_bg_sw|fancy_bg_nw|setInterval|DXImageTransform|clientWidth|sizingMethod|fancy_bg_s|fancy_bg_se|progid|66|gif|repeat||backgroundRepeat|fancy_bg_e|fancy_bg_ne|fancy_bg_n|none|body|prepend|alt|fancy_img|fancy_bigIframe|60|crop|AlphaImageLoader|scrolling|jQuery|offset|cellpadding|cellspacing|clientHeight|border|fancy_title_left|Microsoft|fancy_title_right|fancy_title_main|get'.split('|'),0,{}))
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-1]-=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.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.alt=w;n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerFont({"w":195,"face":{"font-family":"rckw","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 6 6 3 2 2 5 2 4 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-13 -258 362 80","underline-thickness":"17.9297","underline-position":"-19.1602","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":90,"k":{"\u2018":29,"\u201c":29,"Y":36,"W":29,"V":29,"T":14}},"!":{"d":"61,-66r-18,0r-8,-104r0,-75r35,0v2,64,-4,122,-9,179xm31,0r0,-43r43,0r0,43r-43,0","w":105},"\"":{"d":"40,-248v39,0,5,71,4,102r-7,0r-14,-81v0,-14,6,-21,17,-21xm105,-248v38,8,6,72,5,102r-9,0r-14,-81v0,-14,6,-21,18,-21","w":146},"#":{"d":"97,-179r70,0r14,-69r26,0r-15,69r33,0r0,26r-38,0r-13,62r51,0r0,26r-56,0r-14,68r-26,0r14,-68r-70,0r-14,68r-26,0r14,-68r-32,0r0,-26r38,0r13,-62r-51,0r0,-26r56,0r14,-69r26,0xm92,-153r-13,62r69,0r13,-62r-69,0","w":240},"$":{"d":"180,-69v1,45,-29,68,-71,73r0,27r-26,0r0,-27v-42,-2,-74,-33,-72,-78r32,0v2,29,15,46,40,49r0,-81v-45,-9,-67,-32,-67,-68v0,-40,28,-65,67,-69r0,-11r26,0r0,11v37,5,64,27,60,78r-31,0v-1,-29,-6,-43,-29,-48r0,78v48,9,70,21,71,66xm83,-141r0,-74v-43,5,-42,67,0,74xm109,-100r0,75v34,-4,47,-37,30,-62v-4,-6,-15,-10,-30,-13"},"%":{"d":"81,-117v-35,-1,-52,-27,-52,-66v-1,-37,17,-65,52,-65v35,1,52,27,52,65v1,38,-16,66,-52,66xm54,-183v0,32,9,49,27,49v18,0,27,-17,27,-49v0,-32,-9,-49,-27,-49v-18,0,-27,17,-27,49xm65,0r194,-245r25,0r-193,245r-26,0xm268,4v-35,0,-52,-27,-52,-66v0,-39,17,-64,52,-65v35,-1,53,29,52,65v0,39,-17,66,-52,66xm241,-62v0,32,9,49,27,49v18,0,26,-17,26,-49v0,-32,-8,-48,-26,-48v-18,0,-27,16,-27,48","w":348},"&":{"d":"168,-196v-1,34,-22,42,-51,56r49,67v9,-16,15,-34,19,-56r51,0r0,30r-26,0v-6,23,-15,40,-25,52r13,16r38,0r0,31r-56,0r-16,-21v-56,52,-155,17,-153,-58v0,-33,19,-57,56,-73v-37,-39,-8,-96,43,-96v31,0,59,22,58,52xm110,-220v-32,3,-30,35,-11,57v21,-10,33,-14,37,-34v-1,-13,-11,-24,-26,-23xm85,-129v-61,19,-41,103,17,102v16,0,30,-6,43,-19","w":243},"'":{"d":"31,-248v41,0,4,70,5,102r-8,0r-14,-80v0,-15,6,-22,17,-22","w":63},"(":{"d":"125,78v-51,-22,-96,-84,-96,-164v0,-78,40,-140,96,-163r0,27v-40,25,-60,68,-60,137v0,71,20,110,60,136r0,27","w":135},")":{"d":"70,-85v0,-70,-21,-112,-60,-137r0,-27v55,25,97,83,96,164v-1,83,-38,133,-96,163r0,-27v42,-27,60,-66,60,-136","w":135},"*":{"d":"109,-248v4,30,-12,50,-11,73v16,-6,29,-14,38,-24r30,-9r9,31v-19,10,-49,6,-72,12v11,14,22,23,33,28r18,25r-26,18r-19,-24v-2,-15,-6,-29,-15,-41v-9,12,-14,26,-16,41r-19,24r-26,-18r18,-25v11,-5,22,-14,33,-28v-22,-6,-53,-1,-72,-12r9,-31r30,9v9,10,22,18,38,24v1,-23,-15,-43,-11,-73r31,0","w":187},"+":{"d":"24,-136r82,0r0,-82r28,0r0,82r82,0r0,28r-82,0r0,82r-28,0r0,-82r-82,0r0,-28","w":240},",":{"d":"31,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":105,"k":{"\u2019":43,"\u201d":43," ":29}},"-":{"d":"11,-101r106,0r0,33r-106,0r0,-33","w":127},"\u00ad":{"d":"11,-101r106,0r0,33r-106,0r0,-33","w":127},".":{"d":"31,0r0,-43r43,0r0,43r-43,0","w":105,"k":{"\u2019":43,"\u201d":43," ":29}},"\/":{"d":"127,-249r29,0r-125,253r-29,0","w":157},"0":{"d":"98,4v-60,0,-85,-59,-85,-126v0,-70,23,-126,85,-126v60,0,84,59,84,126v0,70,-24,126,-84,126xm98,-220v-43,0,-49,47,-49,98v0,56,6,97,49,97v43,0,49,-42,49,-97v0,-56,-7,-98,-49,-98"},"1":{"d":"85,-30r0,-185r-33,0r0,-29r67,0r0,214r31,0r0,30r-98,0r0,-30r33,0"},"2":{"d":"171,-182v0,76,-112,85,-121,150r92,0r1,-55r30,0r-2,87r-157,0v-1,-87,72,-108,114,-157v21,-24,2,-64,-33,-63v-37,2,-44,27,-42,67r-32,0v-4,-58,20,-95,74,-95v44,0,75,26,76,66"},"3":{"d":"145,-68v0,-35,-32,-48,-71,-44r0,-31v39,1,62,-5,62,-37v0,-22,-13,-41,-38,-40v-31,0,-38,19,-41,49r-34,0v-2,-51,27,-73,72,-77v77,-7,97,96,39,119v30,9,46,29,46,59v0,74,-106,95,-147,51v-14,-15,-21,-37,-21,-64r32,0v-9,66,101,80,101,15"},"4":{"d":"108,-66r-82,0v-3,-11,-7,-19,-15,-27r101,-153r29,0r0,151r39,0r0,29r-39,0r0,36r22,0r0,30r-81,0r0,-30r26,0r0,-36xm108,-95r0,-97r-64,97r64,0"},"5":{"d":"179,-79v0,75,-93,108,-142,62v-14,-14,-22,-34,-24,-61r31,0v4,29,21,54,52,54v30,0,48,-23,48,-54v0,-58,-70,-69,-94,-23v-8,-7,-17,-13,-26,-17r10,-126r131,0r0,65r-30,0r0,-34r-75,0r-6,72v50,-42,125,-6,125,62"},"6":{"d":"18,-121v0,-69,24,-126,86,-127v45,-1,67,33,69,76r-29,0v-1,-44,-60,-67,-81,-23v-8,17,-13,39,-13,67v41,-54,128,-23,125,48v-2,44,-28,85,-73,84v-59,-2,-84,-55,-84,-125xm144,-77v-1,-57,-65,-61,-92,-15v-2,84,90,86,92,15"},"7":{"d":"72,-30v3,-64,36,-143,64,-183r-84,0r0,33r-31,0r0,-64r153,0r0,25v-29,32,-67,130,-67,189r29,0r0,30r-97,0r0,-30r33,0"},"8":{"d":"99,4v-88,0,-120,-105,-44,-132v-64,-31,-32,-128,40,-120v79,-9,109,87,44,120v29,11,44,32,44,61v-1,45,-36,71,-84,71xm96,-219v-26,0,-43,14,-43,38v0,26,18,39,45,39v24,0,44,-14,44,-39v0,-26,-15,-38,-46,-38xm96,-113v-27,0,-49,17,-49,44v0,27,21,45,50,44v29,0,50,-16,50,-44v0,-28,-20,-45,-51,-44"},"9":{"d":"174,-124v0,69,-23,127,-86,128v-44,0,-69,-33,-70,-76r30,0v1,43,59,66,80,23v8,-17,14,-39,14,-67v-42,53,-125,23,-125,-49v0,-45,27,-84,73,-83v60,2,84,54,84,124xm48,-168v0,57,64,60,92,15v-5,-44,-21,-66,-48,-66v-26,0,-45,23,-44,51"},":":{"d":"31,-127r0,-43r43,0r0,43r-43,0xm31,0r0,-43r43,0r0,43r-43,0","w":105,"k":{" ":29}},";":{"d":"31,-127r0,-43r43,0r0,43r-43,0xm31,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":105,"k":{" ":29}},"<":{"d":"216,-29r-192,-81r0,-25r192,-81r0,30r-155,64r155,63r0,30","w":240},"=":{"d":"24,-177r192,0r0,27r-192,0r0,-27xm24,-95r192,0r0,28r-192,0r0,-28","w":240},">":{"d":"24,-216r192,81r0,25r-192,81r0,-30r155,-63r-155,-64r0,-30","w":240},"?":{"d":"158,-179v0,39,-28,68,-68,66r-5,47r-18,0r-4,-78v32,8,60,-6,60,-37v0,-23,-16,-40,-39,-39v-29,0,-42,20,-40,50r-33,0v-4,-51,27,-77,72,-78v45,-1,74,27,75,69xm55,0r0,-43r43,0r0,43r-43,0","w":168},"@":{"d":"238,5v-23,0,-31,-8,-33,-29v-42,57,-118,21,-118,-50v0,-75,95,-159,144,-80r6,-27r32,0r-31,145v-1,6,6,12,12,12v37,-7,68,-50,68,-97v0,-65,-58,-111,-125,-111v-84,0,-147,68,-147,151v0,90,61,135,151,135v55,0,101,-20,124,-53r32,0v-22,44,-82,79,-155,79v-107,0,-178,-57,-178,-158v1,-97,69,-180,174,-180v84,0,150,59,150,137v0,58,-50,126,-106,126xm181,-160v-37,-2,-61,53,-61,89v-1,26,14,49,37,50v35,0,64,-50,64,-89v0,-29,-14,-49,-40,-50","w":363},"A":{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0","w":251,"k":{"y":14,"w":4,"v":22,"Y":18,"W":14,"V":22,"U":9,"T":7,"Q":14,"O":11,"G":11,"C":7}},"B":{"d":"195,-69v0,82,-100,69,-187,69r0,-31r30,0r0,-183r-30,0r0,-31v80,1,175,-14,174,64v0,25,-12,43,-30,51v26,8,43,30,43,61xm75,-143v38,1,70,1,70,-36v0,-31,-32,-38,-70,-35r0,71xm158,-72v0,-40,-38,-42,-83,-40r0,81v47,2,83,1,83,-41","w":209,"k":{"U":7,".":7,",":7}},"C":{"d":"140,-29v43,0,74,-31,84,-70r32,17v-11,51,-59,85,-118,86v-72,1,-123,-55,-123,-125v0,-110,123,-162,203,-101r0,-23r31,0r0,79r-31,0v-11,-28,-43,-50,-79,-50v-49,-1,-83,42,-83,93v0,52,38,94,84,94","w":273,"k":{"A":9,".":14,",":14}},"D":{"d":"244,-126v0,93,-52,130,-150,126r-89,0r0,-31r33,0r0,-183r-33,0r0,-31r94,0v95,-4,145,34,145,119xm206,-124v-1,-74,-46,-97,-131,-90r0,183v83,5,132,-15,131,-93","w":262,"k":{"Y":25,"W":25,"V":25,"A":4,".":22,",":22}},"E":{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0","w":225},"F":{"d":"37,-31r0,-183r-30,0r0,-31r189,0r0,74r-30,0r0,-43r-92,0r0,72r79,0r0,31r-79,0r0,80r32,0r0,31r-99,0r0,-31r30,0","w":198,"k":{"o":29,"e":29,"a":29,"A":32,".":50,",":50}},"G":{"d":"58,-124v-9,100,146,133,169,37r-45,0r0,-31r89,0v7,74,-48,122,-122,122v-81,0,-132,-54,-132,-127v0,-71,49,-125,124,-125v34,0,63,10,86,31r0,-28r31,0r0,81r-31,0v-12,-26,-45,-52,-83,-52v-53,0,-82,42,-86,92","w":288,"k":{".":22,",":22}},"H":{"d":"37,-31r0,-183r-27,0r0,-31r93,0r0,31r-29,0r0,70r107,0r0,-70r-29,0r0,-31r94,0r0,31r-28,0r0,183r28,0r0,31r-94,0r0,-31r29,0r0,-82r-107,0r0,82r29,0r0,31r-93,0r0,-31r27,0","w":254},"I":{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0","w":112},"J":{"d":"77,0v7,62,-35,86,-90,73r0,-35v35,9,53,4,53,-40r0,-212r-31,0r0,-31r99,0r0,31r-31,0r0,214","w":112,"k":{"u":5,"o":14,"e":14,"a":13,"A":4,".":11,",":11}},"K":{"d":"37,-31r0,-183r-30,0r0,-31r98,0r0,31r-31,0r0,183r28,0r0,31r-95,0r0,-31r30,0xm75,-129r79,-85r-28,0r0,-31r95,0r0,31r-26,0r-75,85r78,98r26,0r0,31r-100,0r0,-31r27,0","w":225,"k":{"y":29,"u":7,"o":7,"e":9,"O":14}},"L":{"d":"37,-31r0,-183r-32,0r0,-31r100,0r0,31r-30,0r0,183r75,0r0,-83r34,0r0,114r-179,0r0,-31r32,0","w":187,"k":{"\u2019":27,"\u201d":27,"y":7,"Y":27,"W":27,"V":36}},"M":{"d":"38,-31r0,-183r-29,0r0,-31r83,0r65,168r65,-168r84,0r0,31r-29,0r0,183r29,0r0,31r-92,0r0,-31r29,0r0,-183r-84,216r-7,0r-84,-216r0,183r27,0r0,31r-86,0r0,-31r29,0","w":315},"N":{"d":"37,-31r0,-183r-35,0r0,-31r83,0r107,191r0,-160r-34,0r0,-31r100,0r0,31r-36,0r0,216r-38,0r-117,-208r0,175r35,0r0,31r-100,0r0,-31r35,0","w":258,"k":{"A":5,".":14,",":14}},"O":{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93","w":288,"k":{"Y":27,"X":27,"W":25,"V":25,"A":22,".":29,",":29}},"P":{"d":"197,-169v0,66,-47,80,-122,75r0,63r32,0r0,31r-100,0r0,-31r31,0r0,-183r-31,0r0,-31r88,0v67,-4,102,19,102,76xm160,-170v-1,-44,-36,-46,-85,-44r0,91v49,1,86,0,85,-47","w":206,"k":{"o":11,"e":11,"a":7,"A":27,".":50,",":50}},"Q":{"d":"271,-123v0,70,-47,118,-110,126v24,9,42,20,64,13v-7,10,-5,31,-23,31v-29,0,-83,-46,-114,-19r-10,-15v7,-8,16,-12,27,-14v-51,-16,-86,-59,-87,-122v-1,-70,52,-125,125,-125v75,0,129,53,128,125xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93","w":288,"k":{"U":11,".":32,",":32}},"R":{"d":"5,-245v82,4,192,-21,190,64v0,32,-16,53,-50,61r43,89r30,0r0,31r-53,0r-55,-114r-35,0r0,83r31,0r0,31r-101,0r0,-31r33,0r0,-183r-33,0r0,-31xm157,-181v0,-39,-41,-33,-82,-33r0,69v41,0,82,5,82,-36","w":217,"k":{"Y":7,"W":7,"V":7,"O":7}},"S":{"d":"144,-132v62,32,35,136,-41,136v-22,0,-42,-8,-60,-24r0,20r-31,0r0,-89r31,0r0,22v15,27,34,40,58,40v35,0,59,-46,32,-65v-38,-28,-121,-20,-121,-89v0,-65,81,-86,126,-48r0,-17r30,0r0,74r-30,0v2,-35,-29,-42,-52,-45v-40,-5,-56,46,-22,60v14,6,69,18,80,25","w":191,"k":{".":9,",":9}},"T":{"d":"85,-31r0,-183r-51,0r0,62r-30,0r0,-93r198,0r0,93r-30,0r0,-62r-50,0r0,183r32,0r0,31r-100,0r0,-31r31,0","w":206,"k":{"o":22,"h":-5,"e":18,"a":11,"O":5,"A":9,".":29,"-":45,",":29}},"U":{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90","w":243,"k":{"A":9,".":27,",":27}},"V":{"d":"112,2r-82,-216r-31,0r0,-31r97,0r0,31r-28,0r62,164r60,-164r-28,0r0,-31r94,0r0,31r-30,0r-80,216r-34,0","w":254,"k":{"u":18,"o":40,"e":40,"a":40,"O":18,"G":18,"A":22,";":13,":":13,".":65,"-":43,",":65}},"W":{"d":"92,2r-63,-216r-29,0r0,-31r94,0r0,31r-30,0r46,160r45,-160r-29,0r0,-31r112,0r0,31r-29,0r45,160r45,-160r-29,0r0,-31r90,0r0,31r-29,0r-61,216r-35,0r-55,-193r-54,193r-34,0","w":360,"k":{"y":18,"u":20,"o":32,"e":32,"a":32,"O":18,"A":14,";":13,":":13,".":58,"-":31,",":58}},"X":{"d":"36,-31r63,-92r-63,-91r-31,0r0,-31r98,0r0,31r-27,0r42,62r43,-62r-28,0r0,-31r93,0r0,31r-30,0r-60,88r65,95r32,0r0,31r-100,0r0,-31r28,0r-45,-66r-45,66r30,0r0,31r-97,0r0,-31r32,0","w":236},"Y":{"d":"99,-31r0,-80r-73,-103r-30,0r0,-31r101,0r0,31r-31,0r54,75r49,-75r-30,0r0,-31r97,0r0,31r-32,0r-68,103r0,80r33,0r0,31r-103,0r0,-31r33,0","w":232,"k":{"u":29,"o":43,"e":41,"a":45,"O":27,"A":18,";":13,":":13,".":43,"-":45,",":43}},"Z":{"d":"9,0r0,-31r131,-183r-95,0r0,43r-30,0r0,-74r172,0r0,28r-134,186r107,0r0,-47r31,0r0,78r-182,0","w":202},"[":{"d":"125,-245r0,25r-54,0r0,269r54,0r0,24r-87,0r0,-318r87,0","w":135},"\\":{"d":"31,-249r125,253r-29,0r-125,-253r29,0","w":157},"]":{"d":"10,-245r87,0r0,318r-87,0r0,-24r54,0r0,-269r-54,0r0,-25","w":135},"^":{"d":"42,-104r-33,0r63,-141r25,0r62,141r-31,0r-44,-105","w":168},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"93,-193r-23,0r-50,-55r48,0","w":119},"a":{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12","w":191,"k":{"y":7,"w":7,"v":7}},"b":{"d":"134,3v-26,0,-51,-15,-62,-28r0,25r-63,0r0,-30r31,0r0,-185r-31,0r0,-30r63,0r0,99v48,-59,145,-20,145,59v0,49,-35,90,-83,90xm128,-144v-31,0,-55,24,-55,59v0,33,25,58,54,58v31,0,55,-26,55,-61v0,-33,-24,-57,-54,-56","w":232,"k":{"y":14,"v":14,"u":4,"l":7,"b":7,".":22,",":22}},"c":{"d":"13,-86v-3,-67,78,-117,131,-72r0,-12r30,0r0,64r-30,0v-3,-22,-21,-38,-45,-38v-31,-1,-50,26,-50,58v0,63,81,84,103,27r27,13v-15,34,-42,51,-80,51v-51,1,-84,-43,-86,-91","w":187},"d":{"d":"16,-84v0,-79,95,-122,144,-63r0,-68r-33,0r0,-30r67,0r0,215r30,0r0,30r-64,0r0,-25v-47,57,-144,20,-144,-59xm105,-144v-31,0,-53,27,-53,59v0,35,22,58,53,58v30,0,55,-25,55,-60v0,-34,-24,-57,-55,-57","w":225,"k":{"y":9,"w":4,"v":4}},"e":{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0","w":206,"k":{"y":14,"x":4,"w":7,"v":13,"b":5,".":7,",":7}},"f":{"d":"81,-222v-20,0,-11,31,-13,52r29,0r0,30r-29,0r0,110r32,0r0,30r-90,0r0,-30r25,0r0,-110r-25,0r0,-30r25,0v-3,-45,5,-79,44,-79v26,0,41,13,45,39r-30,4v-1,-11,-6,-16,-13,-16","w":105,"k":{"\u2019":-14,"\u201d":-14,"o":-7,"l":-4,"i":-4,"f":-4,"e":-9,"a":-9,".":-14,",":-14}},"g":{"d":"13,-83v0,-77,93,-121,144,-63r0,-24r64,0r0,30r-31,0r0,126v14,96,-98,115,-158,71r22,-24v44,34,117,17,103,-56v-10,13,-37,28,-62,28v-48,0,-82,-40,-82,-88xm103,-142v-31,1,-55,25,-55,59v0,33,22,58,54,58v31,0,56,-26,56,-58v0,-32,-24,-60,-55,-59","w":225,"k":{"y":11,"o":7,"g":4,"e":7,"a":5,".":14,",":14}},"h":{"d":"142,-104v5,-58,-38,-45,-70,-19r0,93r29,0r0,30r-94,0r0,-30r31,0r0,-185r-31,0r0,-30r65,0r0,94v40,-37,103,-35,103,35r0,86r29,0r0,30r-62,0r0,-104","w":206,"k":{"y":11}},"i":{"d":"54,-208v-11,0,-21,-9,-21,-20v0,-10,10,-21,21,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0","w":105,"k":{"v":7}},"j":{"d":"56,-208v-11,1,-20,-9,-20,-20v0,-12,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm74,-25v5,77,-12,106,-81,98r0,-30v47,3,47,-7,47,-63r0,-120r-26,0r0,-30r60,0r0,145","w":105},"k":{"d":"39,-30r0,-185r-30,0r0,-30r64,0r0,153r63,-51r-28,0r0,-27r94,0r0,27r-26,0r-64,54r60,59r30,0r0,30r-44,0r-85,-86r0,56r29,0r0,30r-93,0r0,-30r30,0","w":206,"k":{"y":7,"o":11,"e":11}},"l":{"d":"37,-30r0,-185r-30,0r0,-30r64,0r0,215r26,0r0,30r-90,0r0,-30r30,0","w":105,"k":{"y":7,"w":5}},"m":{"d":"143,-111v0,-49,-41,-33,-70,-10r0,91r30,0r0,30r-94,0r0,-30r31,0r0,-110r-28,0r0,-30r61,0r0,21v33,-27,82,-38,100,3v41,-39,107,-41,107,32r0,84r30,0r0,30r-64,0r0,-108v4,-52,-42,-37,-69,-13r0,91r29,0r0,30r-63,0r0,-111","w":311,"k":{"y":7}},"n":{"d":"143,-111v0,-49,-43,-31,-70,-10r0,91r29,0r0,30r-92,0r0,-30r30,0r0,-110r-30,0r0,-30r63,0r0,20v42,-35,103,-34,103,37r0,83r29,0r0,30r-62,0r0,-111","w":206,"k":{"y":11,"v":9,"u":4}},"o":{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57","w":206,"k":{"y":18,"x":14,"w":16,"v":14,".":18,",":18}},"p":{"d":"210,-84v0,78,-92,118,-143,63r0,68r33,0r0,29r-98,0r0,-29r32,0r0,-187r-29,0r0,-30r62,0r0,27v46,-62,143,-20,143,59xm122,-143v-32,0,-57,27,-56,60v1,32,21,57,54,58v34,0,55,-24,55,-60v0,-33,-23,-58,-53,-58","w":225,"k":{"y":11,".":14,",":14}},"q":{"d":"13,-85v0,-78,97,-120,143,-58r0,-27r62,0r0,30r-28,0r0,187r31,0r0,29r-98,0r0,-29r33,0r0,-68v-50,57,-143,13,-143,-64xm102,-25v33,0,55,-27,55,-58v1,-33,-24,-60,-56,-60v-30,0,-53,25,-53,58v0,33,21,60,54,60","w":221},"r":{"d":"145,-139v-72,-9,-71,40,-69,109r37,0r0,30r-105,0r0,-30r34,0r0,-110r-34,0r0,-30r61,0r0,38v12,-29,32,-44,76,-41r0,34","w":150,"k":{"y":-5,"v":-5,"u":-5,"t":-5,"r":-5,"q":11,"p":-5,"o":14,"n":-11,"l":7,"k":7,"i":-7,"g":11,"e":18,"d":14,"c":14,"a":9,".":22,",":22}},"s":{"d":"125,-94v52,25,27,97,-36,97v-18,0,-33,-4,-44,-12r0,9r-30,0r0,-58r30,0v-5,38,70,46,75,11v-3,-31,-77,-19,-90,-42v-35,-31,-4,-84,44,-84v16,0,30,3,42,10r0,-7r30,0r0,56r-30,0v1,-38,-67,-41,-70,-10v-2,26,58,20,79,30","w":164},"t":{"d":"98,-2v-40,14,-65,-3,-65,-54r0,-84r-22,0r0,-30r22,0r0,-26r33,-31r0,57r32,0r0,30r-32,0r0,82v-2,29,7,33,32,26r0,30","w":108},"u":{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104","w":202},"v":{"d":"85,3r-56,-143r-30,0r0,-30r86,0r0,30r-22,0r36,96r37,-96r-24,0r0,-30r84,0r0,30r-27,0r-54,143r-30,0","k":{"o":13,"e":9,"a":5,".":36,",":36}},"w":{"d":"66,3r-46,-143r-21,0r0,-30r72,0r0,30r-22,0r32,102r33,-102r-19,0r0,-30r83,0r0,30r-19,0r32,102r33,-102r-23,0r0,-30r77,0r0,30r-25,0r-46,143r-31,0r-39,-123r-40,123r-31,0","w":277,"k":{"o":13,"h":7,"e":9,"a":5,".":29,",":29}},"x":{"d":"100,-68r-33,38r22,0r0,30r-83,0r0,-30r25,0r52,-58r-49,-52r-23,0r0,-30r80,0r0,30r-22,0r31,32r30,-32r-18,0r0,-30r80,0r0,30r-27,0r-47,52r53,58r21,0r0,30r-80,0r0,-30r24,0","w":198,"k":{"e":14}},"y":{"d":"87,-3r-56,-137r-28,0r0,-30r84,0r0,30r-20,0r37,94r36,-94r-23,0r0,-30r83,0r0,30r-26,0r-84,216r-56,0r0,-29r33,0","w":202,"k":{"o":18,"e":18,"a":7,".":36,",":36}},"z":{"d":"6,0r0,-28r106,-115r-69,0r0,33r-29,0r0,-60r138,0r0,30r-107,112r78,0r0,-35r29,0r0,63r-146,0","w":161,"k":{"o":5,"e":4}},"{":{"d":"47,-6v0,-41,-4,-61,-37,-64r0,-28v33,-3,37,-23,37,-64v0,-62,8,-84,65,-83r0,27v-28,0,-36,4,-36,34v1,60,1,82,-36,100v27,13,36,30,36,74v0,46,-6,61,36,60r0,26v-57,4,-65,-23,-65,-82","w":119},"|":{"d":"81,-249r28,0r0,329r-28,0r0,-329","w":189},"}":{"d":"73,-162v0,41,4,61,37,64r0,28v-33,3,-37,23,-37,64v0,62,-7,84,-65,82r0,-26v28,0,36,-4,36,-34v-1,-60,-1,-82,36,-100v-27,-12,-36,-31,-36,-74v0,-46,6,-61,-36,-60r0,-27v56,-3,65,24,65,83","w":119},"~":{"d":"9,-127v43,-47,92,-6,141,5v16,0,32,-9,51,-25r0,30v-44,46,-93,5,-140,-5v-16,0,-33,8,-52,24r0,-29","w":209},"\u2122":{"d":"87,-101r0,-122r-47,0r0,-22r118,0r0,22r-47,0r0,122r-24,0xm173,-101r0,-144r36,0r36,115r35,-115r34,0r0,144r-22,0r0,-120r-36,120r-22,0r-39,-122r0,122r-22,0","w":360},"\u00ab":{"d":"6,-85r52,-85r35,0r-51,85r51,85r-35,0xm81,-85r52,-85r35,0r-51,85r51,85r-35,0","w":172},"\u00bb":{"d":"91,-85r-52,85r-35,0r52,-85r-52,-85r35,0xm167,-85r-53,85r-35,0r52,-85r-52,-85r35,0","w":172},"\u2026":{"d":"38,0r0,-43r44,0r0,43r-44,0xm159,0r0,-43r43,0r0,43r-43,0xm278,0r0,-43r44,0r0,43r-44,0","w":360},"\u2013":{"d":"-2,-106r184,0r0,31r-184,0r0,-31","w":180},"\u2014":{"d":"-2,-106r364,0r0,31r-364,0r0,-31","w":360},"\u201c":{"d":"72,-196r0,43r-43,0v0,-45,-8,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0xm159,-196r0,43r-43,0v0,-45,-8,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0","w":187},"\u201d":{"d":"29,-201r0,-44r43,0v0,45,8,93,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0xm116,-201r0,-44r43,0v-1,45,8,94,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0","w":187,"k":{" ":29}},"\u2018":{"d":"74,-196r0,43r-43,0v0,-45,-7,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0","w":105,"k":{"\u2018":18}},"\u2019":{"d":"31,-201r0,-44r43,0v0,45,8,93,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0","w":105,"k":{"\u2019":18,"v":7,"t":14,"s":40,"r":14,"d":45," ":29}},"\u00d7":{"d":"31,-53r70,-69r-70,-70r19,-19r70,69r70,-69r19,19r-69,70r69,69r-19,20r-70,-70r-70,70","w":240},"\u00a0":{"w":90,"k":{"\u2018":29,"\u201c":29,"Y":36,"W":29,"V":29,"T":14}}}});Cufon.registerFont({"w":198,"face":{"font-family":"rckw","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 6 8 3 3 5 5 2 4 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-6 -259.013 365 79","underline-thickness":"24.6094","underline-position":"-15.8203","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":90,"k":{"\u2018":27,"\u201c":27,"Y":45,"W":36,"V":36,"T":27}},"!":{"d":"51,-85v-8,-50,-18,-98,-15,-160r54,0v3,61,-6,110,-14,160r-25,0xm34,0r0,-59r59,0r0,59r-59,0","w":127},"\"":{"d":"57,-249v53,0,9,81,4,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,26,-28xm142,-249v53,0,7,80,4,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,26,-28"},"#":{"d":"66,-185r14,-65r38,0r-14,65r58,0r14,-65r38,0r-14,65r27,0r0,38r-35,0r-10,48r45,0r0,38r-53,0r-14,66r-38,0r14,-66r-58,0r-13,66r-38,0r13,-66r-27,0r0,-38r35,0r10,-48r-45,0r0,-38r53,0xm154,-147r-58,0r-10,48r58,0","w":240},"$":{"d":"165,-117v45,45,10,124,-57,118r0,30r-24,0r0,-30v-40,-7,-65,-26,-68,-73r44,0v-1,19,8,33,24,37r0,-75v-38,-19,-64,-30,-64,-71v0,-35,30,-58,64,-61r0,-9r24,0r0,9v38,4,67,25,67,65r-43,0v-2,-18,-10,-28,-24,-30r0,59v20,8,44,18,57,31xm84,-207v-28,6,-25,36,0,47r0,-47xm108,-34v18,1,36,-12,35,-29v0,-15,-12,-27,-35,-36r0,65","w":202},"%":{"d":"76,-249v36,1,51,27,51,66v0,44,-17,65,-51,65v-34,0,-52,-21,-52,-65v0,-44,17,-66,52,-66xm75,-140v10,0,15,-15,15,-43v0,-29,-4,-43,-14,-43v-10,0,-15,14,-15,42v0,29,5,44,14,44xm63,0r177,-245r31,0r-177,245r-31,0xm258,-128v36,1,51,27,51,66v0,44,-18,65,-52,65v-34,0,-51,-21,-51,-65v0,-44,17,-66,52,-66xm257,-19v10,0,15,-15,15,-43v0,-29,-5,-43,-15,-43v-10,0,-14,15,-14,43v0,29,5,43,14,43","w":333},"&":{"d":"128,-248v35,0,65,18,66,50v0,23,-15,41,-43,55r35,44v13,-18,23,-35,30,-51r58,0r0,40r-30,0v-9,19,-18,34,-29,46r20,25r39,0r0,39r-72,0r-23,-27v-50,55,-168,34,-166,-44v1,-44,29,-59,68,-79v-41,-40,-11,-98,47,-98xm130,-216v-25,4,-24,21,-3,42v16,-7,23,-15,23,-24v0,-9,-9,-20,-20,-18xm69,-79v0,40,57,49,83,18r-46,-59v-24,10,-37,24,-37,41","w":288},"'":{"d":"50,-249v54,0,9,80,5,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,25,-28","w":101},"(":{"d":"114,77v-55,-21,-97,-82,-97,-163v0,-83,41,-140,97,-162r0,35v-36,22,-42,64,-42,127v0,65,5,106,42,128r0,35","w":123},")":{"d":"10,-248v56,21,98,81,98,162v0,81,-43,142,-98,163r0,-35v36,-22,42,-63,42,-128v0,-65,-6,-105,-42,-127r0,-35","w":123},"*":{"d":"90,-151v-12,-3,-33,-6,-46,-2r-30,-10r14,-41r30,10v6,9,17,17,36,26v-2,-34,-16,-42,-12,-77r42,0r0,31v-8,13,-12,27,-12,46v22,-10,34,-19,38,-26r29,-10r13,41v-23,14,-44,3,-74,12v12,14,24,23,37,28r18,25r-35,24r-18,-24v0,-12,-6,-25,-17,-42v-10,16,-15,29,-15,42r-17,24r-35,-24r17,-25v11,-3,24,-12,37,-28","w":206},"+":{"d":"21,-145r77,0r0,-77r44,0r0,77r77,0r0,44r-77,0r0,77r-44,0r0,-77r-77,0r0,-44","w":240},",":{"d":"34,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,60,10,127,-59,123","w":127,"k":{"\u2019":50,"\u201d":50}},"-":{"d":"13,-61r0,-48r98,0r0,48r-98,0","w":123},"\u00ad":{"d":"13,-61r0,-48r98,0r0,48r-98,0","w":123},".":{"d":"34,0r0,-59r59,0r0,59r-59,0","w":127,"k":{"\u2019":50,"\u201d":50," ":27}},"\/":{"d":"131,-249r50,0r-129,252r-50,0","w":182},"0":{"d":"183,-123v0,72,-21,126,-84,126v-63,0,-84,-56,-84,-126v0,-71,21,-126,84,-126v63,0,84,56,84,126xm71,-123v0,41,0,82,28,86v29,4,29,-58,29,-86v0,-41,-1,-80,-29,-86v-28,6,-28,46,-28,86"},"1":{"d":"41,0r0,-39r34,0r0,-166r-36,0r0,-40r89,0r0,206r32,0r0,39r-119,0"},"2":{"d":"174,-181v-1,73,-101,81,-109,142r72,0r0,-32r39,0r-2,71r-157,0v-9,-87,60,-115,92,-158v13,-18,12,-53,-14,-53v-25,0,-28,22,-30,52r-44,-2v-2,-61,25,-86,78,-88v43,-2,75,28,75,68"},"3":{"d":"180,-70v0,47,-37,74,-83,73v-52,0,-80,-26,-84,-78r47,-4v-5,57,64,54,64,7v0,-26,-18,-42,-46,-36r0,-42v44,9,55,-58,14,-59v-17,0,-26,10,-26,32r-46,-3v1,-42,32,-69,75,-69v77,0,104,94,40,120v30,10,45,30,45,59"},"4":{"d":"181,-36r0,36r-98,0r0,-36r27,0r0,-31r-90,0v-4,-13,-9,-24,-13,-32r105,-150r48,0r0,148r24,0r0,34r-24,0r0,31r21,0xm110,-101r0,-85r-61,85r61,0"},"5":{"d":"180,-81v0,75,-89,108,-142,66v-14,-12,-22,-30,-25,-51r46,-5v3,23,14,35,32,35v23,0,33,-16,33,-41v0,-47,-43,-57,-61,-24r-39,-20r7,-124r137,0r0,58r-35,0r-4,-18r-63,0r-3,58v52,-36,117,6,117,66"},"6":{"d":"19,-120v0,-79,25,-129,92,-129v41,0,63,22,68,65r-42,4v-6,-37,-40,-41,-55,-12v-6,13,-10,30,-10,51v43,-38,110,-4,110,60v0,53,-27,84,-75,84v-68,0,-87,-47,-88,-123xm107,-36v38,0,34,-83,-4,-81v-10,0,-21,4,-31,11v2,42,4,70,35,70"},"7":{"d":"65,-39v3,-53,35,-133,61,-167r-63,0r0,34r-39,0r0,-73r153,0r0,31v-22,26,-58,124,-56,175r31,0r0,39r-118,0r0,-39r31,0"},"8":{"d":"100,-249v77,-8,106,88,43,121v28,11,42,30,42,60v0,47,-35,71,-86,71v-87,0,-118,-106,-41,-131v-66,-32,-36,-129,42,-121xm100,-146v18,0,28,-13,28,-32v0,-19,-10,-33,-28,-33v-18,0,-29,13,-29,33v0,18,11,32,29,32xm100,-35v21,0,33,-16,33,-38v0,-21,-13,-38,-33,-38v-21,0,-33,16,-33,38v0,22,12,38,33,38"},"9":{"d":"94,-249v65,2,86,48,86,126v0,107,-69,155,-138,110v-14,-9,-20,-28,-22,-50r42,-4v5,21,14,32,28,32v22,0,34,-24,37,-70v-47,37,-111,2,-111,-61v0,-47,30,-85,78,-83xm91,-210v-35,0,-35,85,5,81v9,-1,25,-2,31,-14v0,-32,-9,-67,-36,-67"},":":{"d":"34,-112r0,-58r59,0r0,58r-59,0xm34,0r0,-59r59,0r0,59r-59,0","w":127,"k":{" ":27}},";":{"d":"34,-113r0,-59r59,0r0,59r-59,0xm34,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v-1,59,12,128,-59,123","w":127,"k":{" ":27}},"<":{"d":"219,-21r-198,-82r0,-40r198,-81r0,46r-137,55r137,55r0,47","w":240},"=":{"d":"21,-187r198,0r0,44r-198,0r0,-44xm21,-102r198,0r0,43r-198,0r0,-43","w":240},">":{"d":"21,-224r198,81r0,40r-198,82r0,-47r137,-55r-137,-55r0,-46","w":240},"?":{"d":"187,-177v0,42,-32,70,-76,67r-6,25r-25,0r-5,-64v26,10,55,-4,56,-30v0,-19,-15,-32,-34,-32v-22,0,-34,16,-30,37r-54,0v0,-50,36,-75,88,-75v50,-1,85,27,86,72xm62,0r0,-59r59,0r0,59r-59,0","w":202},"@":{"d":"43,-79v0,80,61,126,148,126v57,0,98,-16,122,-47r37,0v-22,49,-81,79,-153,79v-114,0,-186,-56,-186,-160v0,-107,71,-176,180,-178v85,-1,150,54,150,135v0,64,-52,130,-116,127v-18,0,-29,-7,-33,-20v-42,44,-122,9,-115,-55v-8,-72,86,-158,141,-91r5,-20r46,0r-29,142v0,6,2,8,7,8v34,-6,62,-49,62,-92v0,-62,-50,-102,-119,-102v-93,0,-147,60,-147,148xm176,-156v-35,1,-53,48,-53,88v0,22,12,39,31,39v36,1,56,-49,55,-86v0,-22,-10,-42,-33,-41","w":352},"A":{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0","w":251,"k":{"y":11,"w":4,"v":11,"Y":11,"W":11,"V":16,"U":5,"T":11,"Q":11,"O":11,"G":7,"C":7}},"B":{"d":"233,-71v-2,93,-126,68,-221,71r0,-41r30,0r0,-162r-30,0r0,-42v89,4,211,-24,211,65v0,24,-11,40,-34,50v29,11,44,31,44,59xm160,-177v0,-27,-26,-26,-54,-26r0,55v29,1,54,1,54,-29xm167,-73v0,-33,-27,-35,-61,-34r0,66v34,0,61,2,61,-32","w":251,"k":{"U":5,".":14,",":14}},"C":{"d":"18,-122v-5,-107,119,-158,202,-104r0,-19r41,0r0,87r-41,0v-12,-31,-32,-47,-61,-47v-47,-1,-72,38,-73,83v-1,44,27,80,69,80v37,-1,61,-28,68,-63r48,23v-18,57,-58,85,-120,85v-83,0,-129,-49,-133,-125","w":281,"k":{"A":7,".":14,",":14}},"D":{"d":"271,-122v0,82,-45,122,-139,122r-124,0r0,-41r38,0r0,-162r-38,0r0,-42r116,0v94,-3,147,38,147,123xm204,-121v0,-59,-30,-88,-95,-82r0,162v63,3,95,-20,95,-80","w":288,"k":{"Y":18,"W":18,"V":14,"A":11,".":27,",":27}},"E":{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0","w":240},"F":{"d":"10,0r0,-41r35,0r0,-162r-35,0r0,-42r219,0r0,76r-47,0r0,-34r-73,0r0,56r53,0r0,42r-53,0r0,64r37,0r0,41r-136,0","w":232,"k":{"o":36,"e":36,"a":36,"A":22,".":54,",":54}},"G":{"d":"87,-127v-13,81,103,120,129,45r-43,0r0,-41r114,0v1,86,-52,123,-131,126v-82,3,-138,-50,-138,-126v0,-77,53,-125,130,-125v33,0,58,8,76,24r0,-21r42,0r0,87r-42,0v-6,-28,-36,-46,-67,-47v-40,-1,-73,33,-70,78","w":303,"k":{".":29,",":29}},"H":{"d":"11,0r0,-41r31,0r0,-162r-31,0r0,-42r118,0r0,42r-25,0r0,53r66,0r0,-53r-25,0r0,-42r118,0r0,42r-31,0r0,162r31,0r0,41r-118,0r0,-41r25,0r0,-67r-66,0r0,67r25,0r0,41r-118,0","w":273},"I":{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0","w":153},"J":{"d":"107,-5v3,65,-46,91,-109,76r0,-44v28,8,45,-1,45,-34r0,-196r-36,0r0,-42r133,0r0,42r-33,0r0,198","w":146,"k":{"u":9,"o":14,"e":14,"a":11,"A":5,".":18,",":18}},"K":{"d":"7,0r0,-41r33,0r0,-162r-33,0r0,-42r128,0r0,42r-31,0r0,162r28,0r0,41r-125,0xm151,0r0,-41r29,0r-74,-87r79,-75r-29,0r0,-42r120,0r0,42r-30,0r-69,67r80,95r25,0r0,41r-131,0","w":281,"k":{"y":22,"u":7,"o":4,"e":4,"O":11}},"L":{"d":"10,0r0,-41r35,0r0,-162r-35,0r0,-42r134,0r0,42r-35,0r0,162r72,0r0,-76r48,0r0,117r-219,0","w":232,"k":{"\u2019":14,"\u201d":14,"Y":27,"W":22,"V":27,"T":9}},"M":{"d":"10,0r0,-41r31,0r0,-162r-31,0r0,-42r122,0r54,144r54,-144r125,0r0,42r-32,0r0,162r32,0r0,41r-123,0r0,-41r30,0r0,-162r-6,0r-76,203r-26,0r-77,-203r-6,0r0,162r32,0r0,41r-103,0","w":375},"N":{"d":"10,0r0,-41r32,0r0,-162r-32,0r0,-42r102,0r90,153r0,-111r-31,0r0,-42r109,0r0,42r-34,0r0,205r-55,0r-105,-181r0,138r31,0r0,41r-107,0","w":285,"k":{"A":5,".":29,",":29}},"O":{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83","w":307,"k":{"Y":27,"X":27,"W":27,"V":27,"T":9,"A":22,".":36,",":36}},"P":{"d":"234,-167v0,66,-54,83,-129,78r0,48r35,0r0,41r-129,0r0,-41r31,0r0,-162r-31,0r0,-42r129,0v55,0,94,27,94,78xm166,-167v-1,-33,-23,-39,-61,-36r0,73v39,1,62,-4,61,-37","w":240,"k":{"o":9,"e":9,"a":5,"A":27,".":58,",":58}},"Q":{"d":"228,61v-52,5,-92,-58,-139,-17r-16,-24v9,-11,25,-19,44,-21v-56,-10,-99,-58,-99,-122v1,-72,55,-125,136,-125v81,0,136,54,136,125v0,69,-53,124,-123,126v22,8,49,22,76,19xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83","w":307,"k":{"U":9,".":36,",":36}},"R":{"d":"156,-245v83,-9,106,103,36,130r40,74r31,0r0,41r-74,0r-56,-107r-28,0r0,66r31,0r0,41r-128,0r0,-41r34,0r0,-162r-34,0r0,-42r148,0xm168,-175v-1,-29,-32,-30,-63,-28r0,57v32,2,64,-2,63,-29","w":262,"k":{"Y":14,"W":14,"V":14,"U":7,"T":9,"O":9}},"S":{"d":"148,-131v56,33,31,134,-40,134v-21,0,-37,-8,-49,-24r0,21r-42,0r0,-83r42,0v-8,44,59,61,64,18v-16,-56,-108,-43,-108,-115v0,-59,78,-91,111,-44r0,-21r41,0r0,75r-41,0v-1,-20,-15,-35,-35,-36v-20,-1,-33,18,-19,34v10,11,64,30,76,41","w":191,"k":{".":9,",":9}},"T":{"d":"53,0r0,-41r37,0r0,-162r-37,0r0,57r-42,0r0,-99r222,0r0,99r-42,0r0,-57r-38,0r0,162r37,0r0,41r-137,0","w":243,"k":{"w":-7,"o":29,"e":29,"a":14,"O":9,"A":11,".":29,"-":36,",":29}},"U":{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84","w":243,"k":{"A":9,".":29,",":29}},"V":{"d":"101,2r-72,-205r-30,0r0,-42r125,0r0,42r-31,0r41,122r41,-122r-31,0r0,-42r108,0r0,42r-30,0r-70,205r-51,0","w":251,"k":{"u":16,"o":36,"i":5,"e":36,"a":36,"O":27,"G":22,"A":16,";":18,":":18,".":45,"-":36,",":45}},"W":{"d":"95,2r-70,-205r-25,0r0,-42r110,0r0,42r-25,0r39,117r38,-117r-23,0r0,-42r88,0r0,42r-22,0r40,117r38,-117r-24,0r0,-42r98,0r0,42r-27,0r-67,205r-46,0r-39,-112r-36,112r-47,0","w":356,"k":{"y":18,"u":14,"o":36,"i":5,"h":-9,"e":36,"a":36,"O":27,"A":11,";":22,":":22,".":54,"-":36,",":54}},"X":{"d":"-1,0r0,-41r37,0r59,-85r-59,-77r-34,0r0,-42r126,0r0,40r-24,0r37,45r33,-45r-22,0r0,-40r108,0r0,42r-34,0r-58,80r64,82r35,0r0,41r-130,0r0,-40r25,0r-38,-50r-37,50r25,0r0,40r-113,0","w":266},"Y":{"d":"61,0r0,-41r34,0r0,-66r-66,-96r-30,0r0,-42r122,0r0,42r-24,0r36,60r37,-60r-26,0r0,-42r108,0r0,42r-30,0r-63,96r0,66r34,0r0,41r-132,0","w":251,"k":{"u":29,"o":45,"i":5,"e":45,"a":36,"O":27,"A":11,";":27,":":27,".":29,"-":45,",":29}},"Z":{"d":"18,0r0,-41r116,-162r-68,0r0,44r-42,0r0,-86r189,0r0,37r-119,167r80,0r0,-47r42,0r0,88r-198,0","w":232},"[":{"d":"40,73r0,-318r99,0r0,37r-45,0r0,245r45,0r0,36r-99,0","w":150},"\\":{"d":"52,-249r129,252r-50,0r-129,-252r50,0","w":182},"]":{"d":"110,-245r0,318r-99,0r0,-36r45,0r0,-245r-45,0r0,-37r99,0","w":150},"^":{"d":"20,-104r66,-141r39,0r65,141r-50,0r-35,-86r-35,86r-50,0","w":209},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"87,-192r-29,0r-64,-56r66,0","w":119},"a":{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9","w":209,"k":{"y":14,"w":9,"v":7,"p":7}},"b":{"d":"211,-86v7,73,-74,117,-122,66r0,20r-84,0r0,-39r30,0r0,-166r-30,0r0,-40r84,0r0,94v46,-54,130,-4,122,65xm122,-40v23,0,33,-19,33,-46v0,-26,-10,-44,-32,-44v-23,0,-36,18,-35,46v1,24,12,44,34,44","w":225,"k":{"y":7,"l":9,"b":7,".":14,",":14}},"c":{"d":"14,-85v0,-71,81,-113,138,-71r0,-14r37,0r0,69r-39,0v-14,-44,-81,-35,-81,15v0,56,67,58,83,20r42,19v-31,83,-180,60,-180,-38","w":202,"k":{"l":5,"k":5,".":7,",":7}},"d":{"d":"14,-86v0,-69,76,-119,122,-65r0,-54r-26,0r0,-40r81,0r0,206r28,0r0,39r-83,0r0,-20v-49,53,-122,3,-122,-66xm103,-40v21,-2,34,-18,34,-45v0,-27,-12,-46,-34,-46v-23,0,-34,21,-34,45v0,24,11,47,34,46","w":225,"k":{"y":7,"w":5,"v":5,"d":7}},"e":{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0","w":206,"k":{"y":7,"w":5,"p":7,".":7,",":7}},"f":{"d":"36,-170v-4,-49,19,-80,66,-79v27,0,46,8,57,24r-40,31v-5,-25,-30,-25,-29,5r0,19r27,0r0,39r-27,0r0,92r27,0r0,39r-106,0r0,-39r25,0r0,-92r-23,0r0,-39r23,0","w":127,"k":{"\u2019":-22,"\u201d":-22}},"g":{"d":"14,-85v0,-71,79,-119,123,-64r0,-21r82,0r0,39r-28,0r0,126v0,56,-30,84,-89,84v-34,0,-59,-6,-76,-18r26,-36v38,24,95,14,85,-46v-51,53,-123,7,-123,-64xm103,-41v20,0,34,-20,34,-44v0,-25,-11,-44,-34,-44v-23,0,-34,20,-34,44v-1,24,13,44,34,44","w":225,"k":{"o":7,"g":5,"e":7,".":22,",":22}},"h":{"d":"138,-109v0,-30,-29,-23,-47,-10r0,80r25,0r0,39r-106,0r0,-39r27,0r0,-166r-27,0r0,-40r81,0r0,89v42,-32,101,-23,101,44r0,73r25,0r0,39r-79,0r0,-109","w":225,"k":{"y":14}},"i":{"d":"69,-189v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30v15,0,29,14,29,30v0,16,-14,30,-29,30xm15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0","w":127},"j":{"d":"66,-188v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30v15,0,30,15,30,30v0,15,-15,30,-30,30xm-2,31v28,1,42,-1,42,-31r0,-131r-26,0r0,-39r81,0r0,165v4,68,-31,84,-97,79r0,-43","w":127},"k":{"d":"12,0r0,-39r28,0r0,-166r-28,0r0,-40r82,0r0,155r58,-48r-36,0r0,-32r103,0r0,34r-17,0r-50,43r46,54r23,0r0,39r-52,0r-75,-90r0,53r20,0r0,37r-102,0","w":232,"k":{"o":14,"e":11}},"l":{"d":"13,0r0,-39r27,0r0,-166r-27,0r0,-40r81,0r0,206r25,0r0,39r-106,0","w":127,"k":{"y":5,"w":5}},"m":{"d":"199,-149v46,-37,136,-37,126,45r0,65r28,0r0,39r-82,0r0,-100v0,-37,-38,-28,-62,-15r0,76r28,0r0,39r-82,0r0,-98v-1,-38,-35,-31,-62,-17r0,76r28,0r0,39r-111,0r0,-39r28,0r0,-92r-28,0r0,-39r83,0r0,14v36,-22,82,-25,106,7","w":356,"k":{"y":13}},"n":{"d":"140,-103v3,-33,-29,-26,-47,-13r0,77r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0r0,-39r80,0r0,16v42,-34,106,-24,102,47r0,68r25,0r0,39r-80,0r0,-103","w":225,"k":{"y":13,"v":5}},"o":{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49","w":206,"k":{"y":9,"x":9,"w":5,"v":5,".":14,",":14}},"p":{"d":"212,-83v0,70,-73,116,-123,66r0,55r34,0r0,39r-117,0r0,-39r28,0r0,-169r-23,0r0,-39r78,0r0,21v48,-56,123,-4,123,66xm123,-39v23,-1,33,-18,33,-46v0,-27,-10,-43,-33,-44v-24,-1,-35,19,-35,45v1,24,11,46,35,45","w":225,"k":{"y":7,".":14,",":14}},"q":{"d":"13,-84v0,-69,74,-122,123,-65r0,-21r83,0r0,39r-29,0r0,169r29,0r0,39r-117,0r0,-39r34,0r0,-55v-51,51,-123,3,-123,-67xm102,-129v-23,1,-33,18,-33,44v0,26,10,46,33,46v22,0,34,-20,34,-47v0,-25,-11,-43,-34,-43","w":225},"r":{"d":"159,-121v-53,-4,-67,30,-64,82r34,0r0,39r-119,0r0,-39r31,0r0,-92r-29,0r0,-39r79,0r0,43v7,-26,32,-49,68,-46r0,52","w":161,"k":{"y":-22,"v":-27,"u":-20,"t":-16,"r":-11,"p":-18,"n":-18,"m":-18,"i":-9,".":14,",":14}},"s":{"d":"136,-101v60,21,35,105,-34,105v-20,0,-33,-4,-41,-12r0,8r-40,0r0,-59r40,0v-3,29,60,39,65,10v-3,-14,-15,-13,-34,-17v-45,-9,-78,-18,-78,-57v0,-45,64,-62,106,-41r0,-6r39,0r0,49r-39,0v1,-19,-60,-27,-60,-5v0,20,64,15,76,25","w":183,"k":{".":11,",":11}},"t":{"d":"83,-57v-3,22,17,18,31,13r0,38v-37,16,-86,12,-86,-36r0,-89r-21,0r0,-39r21,0r0,-27r55,-39r0,66r31,0r0,39r-31,0r0,74","w":123},"u":{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106","w":225},"v":{"d":"81,2r-57,-133r-25,0r0,-39r103,0r0,39r-21,0r27,78r31,-78r-22,0r0,-39r90,0r0,39r-24,0r-55,133r-47,0","w":206,"k":{"o":7,"e":9,"a":5,".":36,",":36}},"w":{"d":"66,2r-44,-133r-22,0r0,-39r93,0r0,39r-19,0r21,63r35,-102r45,0r34,102r21,-63r-20,0r0,-39r83,0r0,39r-22,0r-44,133r-47,0r-33,-100r-33,100r-48,0","w":292,"k":{"o":9,"h":9,"e":9,"a":5,".":36,",":36}},"x":{"d":"8,0r0,-39r25,0r36,-44r-36,-48r-25,0r0,-39r65,0r31,46r34,-46r51,0r0,39r-23,0r-34,41r40,51r23,0r0,39r-66,0r-33,-48r-35,48r-53,0","w":202,"k":{"e":9}},"y":{"d":"44,77r0,-39r33,0r11,-31r-61,-138r-25,0r0,-39r102,0r0,39r-20,0r28,77r30,-77r-22,0r0,-39r90,0r0,39r-25,0r-81,208r-60,0","w":213,"k":{"o":9,"e":14,"a":7,".":50,",":50}},"z":{"d":"13,0r0,-36r100,-100r-55,0r0,27r-37,0r0,-61r157,0r0,36r-100,100r64,0r0,-29r36,0r0,63r-165,0","w":191,"k":{"o":7,"e":7}},"{":{"d":"49,-2v2,-41,-3,-59,-39,-62r0,-40v37,-3,39,-22,39,-64v0,-67,19,-76,82,-77r0,41v-28,1,-36,-1,-36,24v-2,59,-2,74,-33,96v30,19,32,36,33,96v1,23,8,24,35,24r0,40v-61,1,-84,-13,-81,-78","w":138},"|":{"d":"88,-249r44,0r0,328r-44,0r0,-328","w":219},"}":{"d":"90,-166v0,41,3,59,38,62r0,40v-36,2,-38,23,-38,64v0,65,-22,76,-82,76r0,-40v28,0,35,0,36,-24v2,-56,1,-76,33,-96v-30,-19,-32,-36,-33,-96v-1,-24,-9,-24,-36,-24r0,-41v61,0,82,14,82,79","w":138},"~":{"d":"64,-159v18,0,70,29,88,29v16,0,33,-9,52,-27r0,45v-19,17,-38,25,-56,25v-31,2,-62,-29,-88,-28v-18,0,-35,8,-54,26r0,-45v19,-17,39,-25,58,-25","w":209},"\u2122":{"d":"70,-101r0,-119r-44,0r0,-25r117,0r0,25r-43,0r0,119r-30,0xm160,-101r0,-144r46,0r26,100r26,-100r46,0r0,144r-28,0r0,-114r-31,114r-26,0r-31,-114r0,114r-28,0","w":360},"\u00ab":{"d":"43,0r-41,-85r41,-85r52,0r-40,85r40,85r-52,0xm142,0r-41,-85r41,-85r51,0r-39,85r39,85r-51,0","w":195},"\u00bb":{"d":"54,0r-52,0r39,-85r-39,-85r52,0r41,85xm152,0r-52,0r40,-85r-40,-85r52,0r41,85","w":195},"\u2026":{"d":"31,0r0,-59r58,0r0,59r-58,0xm151,0r0,-59r59,0r0,59r-59,0xm271,0r0,-59r59,0r0,59r-59,0","w":360},"\u2013":{"d":"-2,-112r184,0r0,44r-184,0r0,-44","w":180},"\u2014":{"d":"-2,-112r364,0r0,44r-364,0r0,-44","w":360},"\u201c":{"d":"91,-245r0,28v-20,2,-29,15,-28,38r28,0r0,58r-58,0v0,-62,-8,-129,58,-124xm181,-245r0,28v-20,2,-29,15,-28,38r28,0r0,58r-58,0v0,-62,-8,-129,58,-124","w":213},"\u201d":{"d":"33,-121r0,-27v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,61,9,128,-59,124xm122,-121r0,-27v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v1,63,7,129,-59,124","w":213,"k":{" ":27}},"\u2018":{"d":"93,-245r0,28v-20,2,-30,15,-29,38r29,0r0,58r-59,0v-1,-63,-6,-129,59,-124","w":127,"k":{"\u2018":38}},"\u2019":{"d":"34,-121r0,-26v20,-2,30,-15,29,-38r-29,0r0,-60r59,0v-1,60,12,129,-59,124","w":127,"k":{"\u2019":38,"t":11,"s":29,"r":27,"l":9,"d":36," ":27}},"\u00d7":{"d":"57,-217r63,63r63,-63r31,31r-63,63r63,63r-31,31r-63,-63r-63,63r-31,-31r63,-63r-63,-63","w":240},"\u00a0":{"w":90,"k":{"\u2018":27,"\u201c":27,"Y":45,"W":36,"V":36,"T":27}}}});Cufon.registerFont({"w":191,"face":{"font-family":"rckw","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 6 6 3 3 5 5 9 4 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-47 -258 380 80","underline-thickness":"17.9297","underline-position":"-19.1602","slope":"-13","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":90,"k":{"\u2018":29,"\u201c":29,"Y":45,"W":40,"V":40,"T":14,"A":11}},"!":{"d":"54,-65r-17,0r16,-103r17,-77r34,0v-13,64,-32,122,-50,180xm18,-41r43,0r-10,41r-42,0","w":101},"\"":{"d":"114,-146v8,-38,-5,-96,33,-103v25,9,13,22,-1,51r-25,52r-7,0xm49,-146v8,-37,-4,-95,32,-103v26,8,14,22,0,51r-25,52r-7,0","w":150},"#":{"d":"105,-179r69,0r15,-69r25,0r-14,69r33,0r0,25r-38,0r-13,62r51,0r0,26r-57,0r-14,69r-26,0r15,-69r-70,0r-14,69r-26,0r14,-69r-32,0r0,-26r38,0r12,-62r-50,0r0,-25r56,0r14,-69r26,0xm99,-154r-13,62r70,0r13,-62r-70,0","w":240},"$":{"d":"155,-67v0,39,-35,72,-77,70r-7,28r-24,0r7,-31v-27,-7,-51,-35,-44,-72r31,0v-6,22,2,37,19,46r21,-87v-62,-33,-42,-131,30,-130v0,-10,17,-5,26,-6r-2,9v30,6,50,35,37,69r-28,0v6,-19,3,-40,-15,-45r-19,84v27,16,45,40,45,65xm105,-217v-36,2,-44,52,-16,70xm84,-23v39,-3,57,-56,18,-76","w":172},"%":{"d":"98,-119v-29,0,-47,-19,-46,-49v2,-41,22,-81,66,-81v30,0,45,21,45,51v0,39,-26,80,-65,79xm115,-229v-21,0,-38,37,-37,61v0,15,8,29,22,29v24,0,37,-37,37,-64v0,-14,-8,-26,-22,-26xm51,0r251,-245r23,0r-251,245r-23,0xm262,4v-29,0,-46,-19,-46,-49v0,-40,26,-80,66,-80v30,0,45,20,45,50v0,39,-24,80,-65,79xm279,-105v-31,0,-58,89,-15,89v24,0,37,-37,37,-64v0,-14,-8,-25,-22,-25","w":360},"&":{"d":"123,-248v29,-1,51,17,51,44v0,25,-20,47,-58,64r36,72v12,-15,22,-34,31,-58r46,0r-6,28r-21,0v-11,24,-23,43,-37,57r6,12r34,0r-6,29r-47,0r-10,-19v-47,44,-134,23,-134,-47v0,-37,23,-67,69,-88v-25,-47,-1,-93,46,-94xm123,-223v-26,1,-31,33,-18,58v25,-11,38,-24,38,-39v1,-12,-10,-19,-20,-19xm43,-70v0,44,58,61,87,26r-40,-84v-31,15,-47,34,-47,58","w":225},"'":{"d":"46,-146v8,-37,-4,-95,32,-103v26,8,14,22,0,51r-25,52r-7,0","w":78},"(":{"d":"85,78v-70,-39,-78,-179,-28,-252v23,-34,57,-60,105,-74r-6,23v-93,28,-138,199,-65,278","w":135},")":{"d":"51,-248v68,40,79,178,28,252v-23,34,-57,60,-105,74r6,-23v93,-29,138,-199,65,-279","w":135},"*":{"d":"147,-242v-2,29,-22,48,-26,70v27,-3,40,-21,72,-18r3,32v-26,6,-46,-3,-73,-3v8,16,17,27,26,34r12,28r-29,13v-14,-20,-9,-47,-20,-72v-11,10,-19,23,-24,37r-23,20r-22,-24r23,-21v11,-2,24,-8,38,-19v-24,-12,-50,-13,-68,-28r17,-29r26,16v7,12,18,22,32,31v5,-24,-4,-52,5,-73","w":187},"+":{"d":"32,-136r82,0r0,-83r28,0r0,83r82,0r0,27r-82,0r0,83r-28,0r0,-83r-82,0r0,-27","w":240},",":{"d":"19,-41r43,0v-11,42,-15,89,-66,90r3,-15v17,-2,29,-14,33,-34r-23,0","w":101,"k":{"\u2019":36,"\u201d":36," ":36}},"-":{"d":"21,-101r101,0r-7,31r-102,0","w":138},"\u00ad":{"d":"21,-101r101,0r-7,31r-102,0","w":138},".":{"d":"19,-41r42,0r-9,41r-43,0","w":101,"k":{"\u2019":36,"\u201d":36," ":36}},"\/":{"d":"164,-249r31,0r-183,253r-31,0","w":157},"0":{"d":"81,4v-37,0,-64,-32,-62,-74v4,-81,32,-179,109,-179v40,0,60,35,60,78v0,80,-30,175,-107,175xm126,-223v-45,0,-76,118,-75,159v0,24,8,41,30,42v44,3,76,-113,76,-159v0,-28,-10,-42,-31,-42"},"1":{"d":"68,-29r44,-187r-28,0r7,-29r59,0r-50,216r26,0r-7,29r-86,0r7,-29r28,0"},"2":{"d":"122,-249v62,-3,73,81,32,116v-36,30,-93,59,-110,104r74,0r13,-55r29,0r-20,84r-135,0v10,-81,89,-113,132,-162v17,-20,15,-61,-17,-61v-31,1,-48,39,-54,69r-30,0v8,-51,34,-92,86,-95"},"3":{"d":"86,4v-48,0,-76,-35,-69,-85r31,0v-5,33,7,59,38,59v30,0,50,-27,50,-54v0,-28,-26,-43,-55,-38r6,-27v39,1,68,-15,69,-50v0,-21,-14,-31,-33,-32v-21,0,-36,14,-45,44r-30,0v7,-37,33,-69,76,-70v35,-1,65,23,63,58v-1,33,-22,59,-53,65v70,29,25,130,-48,130"},"4":{"d":"103,-67r-83,0v-1,-10,-4,-20,-10,-29r140,-150r27,0r-37,155r37,0r-5,24r-37,0r-9,38r23,0r-7,29r-77,0r6,-29r23,0xm109,-91r24,-103r-96,103r72,0"},"5":{"d":"82,4v-45,0,-72,-37,-62,-82r31,0v-7,29,3,56,31,56v31,0,56,-44,56,-75v0,-39,-51,-45,-71,-15v-6,-6,-12,-12,-20,-16r29,-117r120,0r-15,63r-29,0r8,-33r-65,0r-17,67v42,-27,92,5,92,55v0,48,-37,97,-88,97"},"6":{"d":"136,-249v39,-1,66,32,56,74r-27,0v6,-25,-3,-48,-28,-48v-29,0,-50,28,-64,85v38,-37,100,0,97,53v-3,47,-31,88,-78,89v-39,1,-65,-34,-63,-74v3,-76,30,-176,107,-179xm104,-126v-24,-1,-43,26,-43,60v0,25,10,44,33,44v49,1,67,-101,10,-104"},"7":{"d":"92,-29r25,0r-6,29r-84,0r7,-29r24,0v17,-64,69,-145,102,-186r-87,0r-8,32r-29,0r14,-62r152,0r-6,27v-38,44,-86,130,-104,189"},"8":{"d":"16,-58v0,-39,25,-64,55,-75v-47,-36,-8,-116,52,-116v37,0,62,23,62,59v0,36,-19,57,-46,66v56,37,9,128,-57,128v-36,0,-67,-24,-66,-62xm123,-223v-45,-5,-65,82,-12,83v43,5,66,-82,12,-83xm96,-114v-48,-5,-69,91,-13,92v48,6,74,-92,13,-92"},"9":{"d":"76,4v-38,0,-67,-31,-56,-74r28,0v-6,24,3,48,27,48v28,0,50,-28,65,-85v-41,37,-97,0,-97,-53v0,-44,33,-90,77,-89v41,1,63,33,63,75v0,74,-30,177,-107,178xm107,-119v26,1,45,-25,45,-59v0,-28,-10,-44,-34,-45v-49,-3,-68,102,-11,104"},":":{"d":"49,-170r42,0r-10,41r-42,0xm19,-41r42,0r-10,41r-42,0","w":101,"k":{" ":27}},";":{"d":"49,-170r42,0r-10,41r-42,0xm19,-41r42,0v-9,43,-15,89,-66,90r4,-15v17,-2,29,-14,33,-34r-23,0","w":101,"k":{" ":27}},"<":{"d":"224,-29r-192,-81r0,-25r192,-81r0,30r-155,63r155,64r0,30","w":240},"=":{"d":"32,-178r192,0r0,28r-192,0r0,-28xm32,-95r192,0r0,27r-192,0r0,-27","w":240},">":{"d":"32,-216r192,81r0,25r-192,81r0,-30r155,-64r-155,-63r0,-30","w":240},"?":{"d":"175,-191v0,44,-38,85,-84,78r-16,48r-17,0r15,-75v38,13,70,-17,70,-51v0,-46,-66,-38,-73,5r-27,0v8,-38,33,-61,74,-62v37,-1,58,23,58,57xm41,-41r42,0r-10,41r-42,0","w":164},"@":{"d":"352,-121v0,59,-51,128,-106,126v-22,0,-33,-9,-34,-29v-42,58,-118,20,-118,-50v0,-77,95,-157,145,-80r6,-27r31,0r-30,145v-1,7,7,12,12,12v36,-7,67,-51,68,-97v1,-65,-58,-111,-126,-111v-84,0,-147,68,-147,151v0,89,61,135,152,135v55,0,101,-20,124,-53r31,0v-21,42,-83,79,-155,79v-107,0,-178,-58,-178,-158v0,-103,66,-180,175,-180v83,0,150,59,150,137xm188,-160v-37,-2,-61,53,-61,89v-1,26,14,50,37,50v36,0,65,-48,65,-89v0,-27,-16,-49,-41,-50","w":363},"A":{"d":"161,-86r-86,0r-30,57r27,0r-7,29r-87,0r7,-29r22,0r106,-187r-27,0r6,-29r120,0r-7,29r-25,0r21,187r23,0r-7,29r-86,0r7,-29r29,0xm159,-114r-10,-102r-6,0r-52,102r68,0","w":232,"k":{"y":14,"w":13,"v":13,"Y":5,"W":13,"V":20,"U":14,"T":18,"Q":18,"O":18,"G":18,"C":18}},"B":{"d":"183,-71v-1,83,-99,71,-187,71r7,-29r20,0r44,-187r-23,0r6,-29v70,1,151,-12,151,57v-1,35,-22,55,-54,62v19,7,36,30,36,55xm167,-184v0,-33,-27,-33,-64,-32r-18,74v47,2,82,-1,82,-42xm148,-76v0,-37,-28,-39,-70,-37r-19,84v52,2,89,0,89,-47","w":202,"k":{"U":14,".":11,",":7}},"C":{"d":"59,-97v-1,39,30,73,71,72v31,0,59,-17,86,-48r24,21v-56,85,-222,73,-218,-49v4,-86,65,-146,155,-147v30,0,54,7,71,24r4,-21r29,0r-15,68r-29,0v-6,-28,-27,-42,-63,-42v-68,0,-113,56,-115,122","w":258,"k":{".":11,",":7}},"D":{"d":"248,-144v0,105,-64,152,-190,144r-63,0r7,-29r21,0r44,-187r-25,0r7,-29v108,-5,199,3,199,101xm211,-146v0,-57,-42,-75,-109,-70r-44,187v101,10,153,-35,153,-117","w":254,"k":{"Y":29,"W":29,"V":32,"A":11,".":25,",":25}},"E":{"d":"22,-29r44,-187r-23,0r7,-29r176,0r-17,74r-29,0r10,-45r-88,0r-18,75r76,0r-6,29r-77,0r-19,83r91,0r11,-46r29,0r-18,75r-178,0r7,-29r22,0","w":206},"F":{"d":"20,-29r44,-187r-24,0r6,-29r176,0r-17,74r-29,0r10,-45r-87,0r-17,75r74,0r-7,29r-74,0r-20,83r27,0r-7,29r-84,0r7,-29r22,0","w":187,"k":{"r":7,"o":36,"i":7,"e":36,"a":36,"A":25,".":65,",":65}},"G":{"d":"60,-99v0,70,82,90,130,55v16,-11,28,-26,35,-45r-53,0r7,-29r91,0v-14,72,-61,120,-138,122v-63,2,-111,-46,-109,-105v3,-84,67,-148,160,-147v34,0,59,9,76,27r6,-24r28,0r-16,66r-28,0v-11,-27,-34,-40,-69,-40v-65,0,-120,56,-120,120","w":281,"k":{".":22,",":22}},"H":{"d":"22,-29r44,-187r-24,0r7,-29r81,0r-6,29r-23,0r-17,73r102,0r17,-73r-24,0r7,-29r76,0r-6,29r-17,0r-44,187r23,0r-7,29r-81,0r7,-29r22,0r20,-85r-101,0r-21,85r24,0r-7,29r-80,0r7,-29r21,0","w":243},"I":{"d":"22,-29r44,-187r-20,0r7,-29r74,0r-7,29r-18,0r-44,187r22,0r-7,29r-77,0r7,-29r19,0","w":105},"J":{"d":"-47,77r8,-33v47,-3,51,-25,62,-73r44,-187r-21,0r6,-29r76,0r-7,29r-19,0v-25,85,-34,217,-82,271v-14,16,-39,22,-67,22","w":105,"k":{"o":7,"e":4,"a":7,".":7,",":4}},"K":{"d":"22,-29r44,-187r-23,0r6,-29r82,0r-6,29r-24,0r-44,187r22,0r-7,29r-78,0r7,-29r21,0xm83,-127r101,-89r-26,0r7,-29r84,0r-7,29r-16,0r-103,90r59,97r21,0r-7,29r-82,0r7,-29r22,0","w":213,"k":{"y":22,"u":9,"o":14,"e":14,"O":18}},"L":{"d":"22,-29r44,-187r-26,0r7,-29r87,0r-7,29r-26,0r-44,187r81,0r17,-72r29,0r-24,101r-169,0r7,-29r24,0","w":176,"k":{"\u2019":29,"\u201d":29,"y":11,"Y":11,"W":14,"V":18,"T":22}},"M":{"d":"22,-29r44,-187r-23,0r7,-29r73,0r23,170r102,-170r76,0r-7,29r-22,0r-44,187r24,0r-6,29r-77,0r7,-29r23,0r43,-187r-132,217r-7,0r-30,-217r-45,187r22,0r-7,29r-72,0r7,-29r21,0","w":299},"N":{"d":"22,-29r44,-187r-27,0r7,-29r71,0r63,195r39,-166r-25,0r7,-29r77,0r-6,29r-24,0r-51,218r-35,0r-68,-211r-42,180r23,0r-7,29r-76,0r7,-29r23,0","w":251,"k":{".":7,",":4}},"O":{"d":"126,4v-64,2,-103,-43,-103,-99v0,-84,59,-152,148,-153v63,-1,103,39,103,99v0,84,-58,151,-148,153xm169,-219v-65,3,-107,60,-108,126v0,37,26,69,67,67v67,-2,106,-61,108,-126v1,-37,-28,-68,-67,-67","w":281,"k":{"Y":27,"X":22,"W":29,"V":29,"T":11,"A":14,".":22,",":22}},"P":{"d":"207,-176v-1,68,-55,88,-134,83r-15,64r28,0r-6,29r-87,0r7,-29r23,0r44,-187r-24,0r7,-29v78,-2,159,-6,157,69xm172,-177v0,-36,-30,-41,-70,-39r-22,94v55,4,92,-7,92,-55","w":195,"k":{"o":7,"a":14,"A":20,".":50,",":50}},"Q":{"d":"274,-149v0,71,-56,144,-124,151v17,5,48,22,71,15v-10,10,-12,30,-31,30v-36,0,-87,-57,-130,-26r-8,-12v6,-7,16,-12,27,-14v-114,-58,-36,-243,92,-243v64,0,103,40,103,99xm169,-219v-65,3,-107,60,-108,126v0,37,26,67,67,67v61,0,109,-69,108,-126v0,-37,-28,-68,-67,-67","w":281,"k":{"U":7,".":22,",":18}},"R":{"d":"211,-186v-1,39,-27,63,-65,68r21,89r27,0r-7,29r-47,0r-26,-116r-36,0r-21,87r24,0r-7,29r-79,0r7,-29r20,0r44,-187r-24,0r7,-29v75,2,164,-16,162,59xm175,-185v0,-35,-34,-31,-74,-31r-16,72v49,1,90,2,90,-41","w":209,"k":{"Y":14,"W":14,"V":14,"U":11,"T":7,"O":11}},"S":{"d":"164,-67v0,62,-85,92,-131,54r-3,13r-30,0r16,-67r29,0r-5,22v23,32,91,27,91,-17v0,-55,-90,-57,-90,-121v0,-61,86,-86,125,-45r3,-17r30,0r-15,67r-30,0r4,-19v-15,-30,-85,-34,-85,10v0,57,91,52,91,120","w":187,"k":{".":7,",":4}},"T":{"d":"73,-29r44,-187r-52,0r-14,62r-30,0r21,-91r199,0r-22,91r-29,0r15,-62r-53,0r-44,187r23,0r-6,29r-81,0r7,-29r22,0","w":209,"k":{"o":29,"h":-7,"e":29,"a":29,"O":5,"A":18,";":-7,":":-7,".":40,"-":50,",":40}},"U":{"d":"180,-35v-24,54,-158,55,-152,-18v4,-52,25,-112,35,-163r-22,0r7,-29r79,0r-7,29r-21,0r-36,159v1,45,78,40,89,4v14,-47,28,-112,41,-163r-22,0r7,-29r78,0r-7,29r-21,0v-15,57,-27,134,-48,181","w":228,"k":{"A":5,".":14,",":11}},"V":{"d":"66,2r-11,-218r-27,0r6,-29r83,0r-6,29r-22,0r8,162r112,-162r-30,0r6,-29r88,0r-7,29r-21,0r-151,218r-28,0","w":243,"k":{"u":29,"o":45,"i":7,"e":40,"a":50,"O":29,"G":29,"A":27,";":14,":":14,".":72,"-":47,",":72}},"W":{"d":"58,2r-5,-218r-26,0r6,-29r84,0r-7,29r-23,0r3,155r91,-155r-27,0r6,-29r98,0r-7,29r-23,0r4,155r90,-155r-24,0r7,-29r75,0r-7,29r-17,0r-126,218r-30,0r-5,-183r-106,183r-31,0","w":356,"k":{"y":29,"u":29,"o":43,"i":16,"h":4,"e":43,"a":50,"O":29,"A":29,";":14,":":14,".":61,"-":40,",":61}},"X":{"d":"103,-126r-32,-90r-24,0r6,-29r75,0r-6,29r-19,0r23,65r63,-65r-25,0r6,-29r77,0r-7,29r-16,0r-87,92r35,95r21,0r-7,29r-76,0r7,-29r23,0r-26,-70r-67,70r24,0r-7,29r-76,0r7,-29r16,0","w":228},"Y":{"d":"86,-110r-37,-106r-25,0r6,-29r81,0r-7,29r-23,0r29,81r74,-81r-29,0r7,-29r84,0r-7,29r-20,0r-98,106r-19,81r25,0r-7,29r-84,0r7,-29r24,0","w":206,"k":{"u":29,"o":43,"i":5,"e":36,"a":47,"S":4,"O":22,"A":18,";":14,":":14,".":47,"-":47,",":47}},"Z":{"d":"-3,0r7,-29r159,-187r-81,0r-11,45r-29,0r17,-74r155,0r-7,29r-160,187r92,0r11,-49r29,0r-18,78r-164,0","w":202},"[":{"d":"69,48r-6,24r-74,0r74,-317r75,0r-6,24r-43,0r-63,269r43,0","w":112},"\\":{"d":"66,-249r67,253r-27,0r-67,-253r27,0","w":157},"]":{"d":"-21,48r43,0r63,-269r-43,0r6,-24r74,0r-74,317r-75,0","w":112},"^":{"d":"42,-104r-32,0r62,-141r25,0r63,141r-32,0r-44,-105","w":153},"_":{"d":"-9,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"118,-198r-25,0r-67,-50r63,0","w":119},"a":{"d":"38,-137v18,-41,131,-59,131,4v0,35,-14,71,-20,104r21,0r-6,29r-52,0r5,-24v-31,42,-106,33,-106,-23v0,-53,73,-75,120,-47v9,-25,9,-55,-24,-55v-17,0,-31,8,-42,24xm86,-82v-43,0,-62,59,-14,60v14,0,30,-8,47,-23v1,-10,13,-26,-1,-29v-12,-5,-22,-8,-32,-8","k":{"y":11,"w":11,"v":11,"t":11,"g":5}},"b":{"d":"208,-102v0,83,-105,145,-155,73r-7,29r-51,0r7,-29r19,0r44,-187r-24,0r7,-29r56,0r-22,95v42,-48,126,-22,126,48xm131,-146v-36,-2,-66,40,-66,75v0,28,17,46,44,46v63,0,100,-118,22,-121","w":221,"k":{"y":16,"v":16,"u":4,"l":7,"b":7,".":11,",":7}},"c":{"d":"45,-69v0,55,66,62,90,17r23,18v-38,62,-147,47,-147,-32v0,-69,82,-146,141,-90r4,-14r28,0r-12,51r-28,0v-3,-17,-18,-29,-38,-29v-35,0,-61,42,-61,79","w":180,"k":{"k":5}},"d":{"d":"12,-73v0,-78,103,-142,155,-71r17,-72r-27,0r7,-29r58,0r-51,216r24,0r-7,29r-55,0r5,-21v-43,48,-126,18,-126,-52xm109,-147v-34,-1,-64,39,-64,73v0,27,18,49,44,49v63,0,98,-120,20,-122","w":217,"k":{"y":9,"w":9,"v":9,"d":7}},"e":{"d":"113,-175v50,-1,82,44,71,98r-134,0v-12,54,59,73,84,30r34,14v-13,21,-44,38,-76,38v-47,1,-80,-30,-78,-76v3,-57,41,-103,99,-104xm153,-101v10,-41,-45,-60,-74,-34v-10,8,-18,20,-23,34r97,0","w":198,"k":{"y":16,"x":7,"w":14,"v":16,"p":11,"g":5,"b":5}},"f":{"d":"53,-29r25,0r-7,29r-75,0r6,-29r19,0r27,-113r-26,0r7,-28r25,0v7,-54,42,-100,95,-68r-13,22v-35,-18,-44,12,-50,46r22,0r-6,28r-23,0","w":101,"k":{"\u2019":-14,"\u201d":-14,"e":-4,".":-7,",":-9}},"g":{"d":"13,-71v0,-76,105,-144,155,-71r6,-28r56,0r-7,28r-23,0v-31,87,-14,221,-130,222v-33,0,-58,-9,-75,-28r17,-24v25,29,76,36,103,9v10,-11,18,-30,24,-57v-44,50,-126,20,-126,-51xm111,-144v-37,0,-65,36,-65,72v0,27,17,48,44,48v39,0,67,-42,67,-77v0,-22,-20,-43,-46,-43","w":217,"k":{"o":7,"g":4,"a":9,".":11,",":7}},"h":{"d":"81,-150v37,-31,95,-34,95,17v0,27,-16,76,-22,104r25,0r-7,29r-57,0r28,-125v0,-12,-6,-18,-18,-18v-11,0,-28,8,-51,23r-22,91r26,0r-7,29r-78,0r7,-29r21,0r44,-187r-23,0r7,-29r54,0","w":198,"k":{"y":14}},"i":{"d":"86,-209v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,-1,19,10,19,20v0,11,-8,20,-19,20xm24,-29r27,-113r-23,0r6,-28r55,0r-33,141r25,0r-7,29r-75,0r7,-29r18,0","w":101,"k":{"v":7}},"j":{"d":"85,-209v-11,1,-20,-10,-20,-20v0,-11,9,-20,20,-20v11,0,19,9,19,20v0,12,-9,20,-19,20xm35,-170r55,0r-34,146v-15,65,-20,103,-90,97r6,-27v43,1,42,-27,53,-73r27,-115r-24,0","w":101},"k":{"d":"22,-29r44,-187r-24,0r7,-29r55,0r-36,154r75,-54r-27,0r6,-25r85,0r-6,25r-17,0r-80,58r39,58r27,0r-7,29r-38,0r-57,-87r-14,58r26,0r-7,29r-78,0r7,-29r20,0","w":187,"k":{"o":7}},"l":{"d":"23,-29r44,-187r-23,0r7,-29r55,0r-51,216r23,0r-7,29r-74,0r7,-29r19,0","w":101,"k":{"y":7,"w":7}},"m":{"d":"144,-104v7,-22,5,-39,-14,-39v-12,0,-30,9,-53,24r-21,90r25,0r-7,29r-77,0r7,-29r20,0r26,-113r-22,0r7,-28r54,0r-5,21v35,-29,80,-36,95,5v24,-19,45,-29,63,-29v69,0,27,97,18,144r25,0r-6,29r-57,0r27,-125v0,-12,-5,-18,-17,-18v-13,0,-31,8,-53,24r-21,90r26,0r-7,29r-57,0","w":303,"k":{"y":11,"u":5}},"n":{"d":"141,-104v7,-23,6,-39,-14,-39v-13,0,-31,8,-52,23r-21,91r25,0r-6,29r-78,0r7,-29r20,0r27,-113r-23,0r7,-28r54,0r-5,20v36,-31,95,-33,95,16v0,34,-15,72,-22,105r25,0r-7,29r-57,0","w":198,"k":{"y":11,"v":14,"u":5}},"o":{"d":"87,5v-44,0,-77,-29,-75,-74v2,-59,43,-105,105,-106v45,-1,73,30,73,73v-1,60,-42,106,-103,107xm111,-144v-62,0,-95,117,-20,118v39,1,67,-37,66,-76v0,-25,-19,-42,-46,-42","w":202,"k":{"y":18,"x":7,"w":14,"v":18,".":11,",":7}},"p":{"d":"204,-96v0,79,-103,140,-155,71r-17,73r27,0r-7,29r-79,0r7,-29r20,0r45,-190r-25,0r7,-28r56,0r-5,21v46,-49,126,-18,126,53xm126,-144v-37,-2,-65,40,-65,75v0,28,17,46,44,46v64,0,98,-118,21,-121","w":217,"k":{"y":18,".":11,",":7}},"q":{"d":"11,-71v0,-77,104,-143,156,-71r7,-28r53,0r-6,28r-22,0r-44,190r21,0r-6,29r-76,0r7,-29r22,0r16,-68v-44,50,-128,20,-128,-51xm110,-144v-36,-1,-65,35,-65,74v0,27,18,47,44,47v62,0,99,-118,21,-121","w":217},"r":{"d":"73,-122v20,-32,38,-52,84,-51r-7,31v-71,-4,-83,54,-96,113r28,0r-7,29r-82,0r6,-29r23,0r26,-113r-26,0r7,-28r55,0","w":142,"k":{"y":-14,"v":-14,"u":-13,"t":-11,"s":-5,"r":-13,"q":5,"p":-14,"o":9,"n":-9,"m":-9,"k":5,"i":-9,"g":5,"e":5,"d":5,"c":5,"a":16,";":-9,":":-9,".":29,"-":14,",":25}},"s":{"d":"123,-78v31,38,-3,81,-56,81v-21,0,-34,-5,-43,-14r-3,11r-29,0r12,-47r28,0v0,31,69,34,71,3v-10,-41,-84,-27,-84,-80v0,-46,73,-65,105,-34r4,-12r28,0r-11,47r-28,0v0,-29,-67,-34,-67,-4v0,14,9,15,23,21v25,10,42,19,50,28","w":153,"k":{"w":4}},"t":{"d":"85,-3v-28,16,-66,8,-64,-28v1,-23,17,-83,23,-111r-19,0r7,-28r19,0r8,-34r39,-30r-15,64r24,0r-7,28r-24,0r-24,108v4,20,23,12,40,2","w":105},"u":{"d":"61,-78v-23,64,24,61,63,27r22,-91r-26,0r7,-28r57,0r-33,141r21,0r-6,29r-54,0r5,-20v-48,46,-106,19,-90,-50r17,-72r-21,0r7,-28r53,0","w":198},"v":{"d":"43,3r-9,-145r-19,0r6,-28r67,0r-7,28r-16,0r5,102r69,-102r-22,0r6,-28r69,0r-7,28r-15,0r-98,145r-29,0","w":172,"k":{"a":14,".":29,",":25}},"w":{"d":"40,3r-6,-145r-20,0r7,-28r63,0r-7,28r-15,0r4,101r64,-101r-22,0r7,-28r74,0r-7,28r-18,0r4,101r65,-101r-21,0r7,-28r63,0r-6,28r-14,0r-92,145r-28,0r-4,-113r-71,113r-27,0","w":266,"k":{"o":7,"h":9,"e":4,"a":14,".":29,",":25}},"x":{"d":"77,-89r-30,-54r-18,0r7,-27r64,0r-7,25r-16,0r21,38r43,-38r-21,0r6,-25r70,0r-6,27r-15,0r-65,58r31,57r15,0r-6,28r-64,0r6,-25r19,0r-22,-41r-46,41r23,0r-7,25r-72,0r7,-28r15,0","w":183,"k":{"e":14}},"y":{"d":"14,48r34,-49r-8,-141r-19,0r6,-28r67,0r-6,28r-18,0r6,100r69,-100r-24,0r7,-28r70,0r-7,28r-16,0r-149,219r-51,0r7,-29r32,0","w":183,"k":{"o":9,"e":7,"a":20,".":36,",":32}},"z":{"d":"-9,0r6,-29r117,-116r-58,0r-8,35r-27,0r14,-60r123,0r-6,29r-117,115r64,0r8,-36r27,0r-14,62r-129,0","w":150},"{":{"d":"54,-6v2,-42,-3,-61,-36,-64r0,-28v33,-3,37,-22,36,-64v-2,-62,8,-84,65,-83r0,27v-28,0,-36,3,-35,34v0,59,0,82,-37,100v28,13,37,29,37,74v0,45,-7,61,35,60r0,26v-57,3,-67,-23,-65,-82","w":119},"|":{"d":"89,-249r28,0r0,329r-28,0r0,-329","w":189},"}":{"d":"81,-162v-2,42,3,61,36,64r0,28v-33,3,-37,22,-36,64v1,61,-8,84,-66,82r0,-26v28,0,36,-3,36,-34v0,-59,-1,-83,37,-100v-28,-12,-37,-30,-37,-74v0,-46,6,-61,-36,-60r0,-27v56,-2,68,23,66,83","w":119},"~":{"d":"17,-128v61,-66,133,49,192,-19r0,30v-44,46,-95,5,-140,-6v-16,0,-33,9,-52,25r0,-30","w":209},"\u2122":{"d":"107,-101r0,-122r-46,0r0,-22r117,0r0,22r-47,0r0,122r-24,0xm194,-101r0,-144r35,0r36,115r35,-115r35,0r0,144r-22,0r0,-120r-37,120r-22,0r-38,-122r0,122r-22,0","w":360},"\u00ab":{"d":"7,-91r62,-79r36,0r-67,85r27,85r-29,0xm81,-91r62,-79r36,0r-67,85r28,85r-30,0","w":164},"\u00bb":{"d":"158,-79r-62,79r-36,0r67,-85r-27,-85r29,0xm84,-79r-62,79r-36,0r67,-85r-27,-85r29,0","w":164},"\u2026":{"d":"20,0r9,-41r43,0r-10,41r-42,0xm140,0r9,-41r43,0r-10,41r-42,0xm259,0r10,-41r43,0r-10,41r-43,0","w":360},"\u2013":{"d":"-2,-103r184,0r0,26r-184,0r0,-26","w":180},"\u2014":{"d":"0,-103r364,0r0,26r-364,0r0,-26","w":360},"\u201c":{"d":"82,-154r-43,0v11,-42,16,-89,66,-91r-4,16v-17,2,-27,12,-32,33r22,0xm160,-154r-42,0v9,-43,15,-89,65,-91r-3,16v-17,2,-28,12,-33,33r23,0","w":176},"\u201d":{"d":"62,-245r42,0v-9,44,-14,90,-65,91r3,-16v17,-2,29,-13,33,-33r-23,0xm140,-245r43,0v-11,42,-15,90,-66,91r4,-16v17,-2,29,-13,33,-33r-23,0","w":176,"k":{" ":29}},"\u2018":{"d":"84,-154r-42,0v9,-43,15,-89,65,-91r-3,16v-17,2,-28,12,-33,33r23,0","w":101,"k":{"\u2018":22}},"\u2019":{"d":"63,-245r42,0v-9,44,-14,90,-65,91r3,-16v17,-2,29,-13,33,-33r-23,0","w":101,"k":{"\u2019":22,"v":11,"t":14,"s":27,"r":18,"l":7,"d":40," ":29}},"\u00d7":{"d":"39,-53r70,-70r-70,-69r20,-20r69,70r70,-70r19,20r-69,69r69,70r-19,20r-70,-70r-69,70","w":240},"\u00a0":{"w":90,"k":{"\u2018":29,"\u201c":29,"Y":45,"W":40,"V":40,"T":14,"A":11}}}});Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"44,18v1,23,-8,36,-35,31r0,22v69,11,67,-48,64,-112v0,-23,10,-40,30,-43r0,-24v-73,-8,25,-173,-94,-155r0,21v74,-12,-1,128,66,147v-38,9,-31,66,-31,113","w":119},{"d":"28,-257r0,257r32,0r1,-206r134,206r38,0r0,-257r-33,0r-1,208r-135,-208r-36,0","w":259},{"d":"25,-257r0,257r30,0r0,-257r-30,0","w":79},{"d":"126,6r-106,-269r-26,0r106,269r26,0","w":119},{"d":"207,0r60,-186r-32,0r-42,152r-39,-152r-34,0r-38,152r-42,-152r-34,0r60,186r33,0r38,-148r38,148r32,0","w":272,"k":{".":20,",":20}},{"d":"103,-23v-41,1,-58,-30,-58,-68v0,-40,15,-71,56,-72v42,0,59,29,59,70v0,40,-17,69,-57,70xm99,4v28,1,49,-12,60,-29r0,25r30,0r0,-257r-30,0r-1,96v-11,-19,-32,-29,-60,-29v-58,1,-85,39,-85,96v0,58,28,96,86,98","w":213},{"d":"17,-67r0,25r182,0r0,-25r-182,0xm199,-115r0,-25r-182,0r0,25r182,0","w":216},{"d":"25,-257r0,257r30,0r0,-71r29,-26r64,97r39,0r-79,-118r73,-68r-41,0r-85,81r0,-152r-30,0","w":186},{"d":"0,-114r0,28r180,0r0,-28r-180,0","w":180},{"d":"45,-111v-3,-56,85,-70,102,-20v3,6,5,13,5,20r-107,0xm13,-94v-11,106,149,137,169,35r-30,0v-4,40,-70,47,-93,18v-9,-11,-14,-24,-14,-43r140,0v0,-60,-24,-106,-85,-106v-56,0,-81,40,-87,96","w":193},{"d":"137,-23v-62,0,-89,-45,-89,-106v0,-60,27,-105,89,-105v61,0,89,45,89,105v0,61,-27,106,-89,106xm137,-263v-80,0,-123,53,-123,134v0,81,42,135,123,135v81,0,123,-55,123,-135v0,-79,-42,-134,-123,-134","w":273},{"d":"115,-190v-27,0,-51,10,-60,29r0,-96r-31,0r0,257r31,0r0,-25v12,18,32,29,61,29v57,-2,85,-41,85,-97v0,-56,-28,-96,-86,-97xm111,-163v40,0,57,29,57,68v0,40,-14,72,-56,72v-41,-1,-58,-29,-58,-70v0,-40,17,-70,57,-70","w":213},{"d":"89,-132r-89,132r38,0r71,-106r70,106r41,0r-90,-132r85,-125r-38,0r-67,100r-64,-100r-41,0","w":219},{"d":"0,27r0,18r180,0r0,-18r-180,0","w":180},{"d":"90,-23v-28,-4,-50,-23,-50,-55r-31,0v4,50,33,79,81,84r0,29r20,0r0,-29v78,6,107,-109,39,-139v-13,-6,-25,-8,-39,-12r0,-88v22,4,35,17,40,41r31,0v-8,-40,-31,-66,-71,-71r0,-24r-20,0r0,24v-42,5,-72,28,-73,75v0,49,33,60,73,70r0,95xm110,-113v47,0,65,69,19,87v-6,2,-12,3,-19,3r0,-90xm90,-150v-34,-2,-55,-46,-29,-72v8,-7,17,-11,29,-12r0,84"},{"d":"28,-257r0,257r170,0r0,-29r-136,0r0,-228r-34,0","k":{"\u2019":27,"y":13,"Y":40,"W":20,"V":33,"T":33}},{"d":"93,-239r0,-24r-67,0r0,334r67,0r0,-25r-38,0r0,-285r38,0","w":93},{"d":"280,-40r0,40r40,0r0,-40r-40,0xm160,-40r0,40r40,0r0,-40r-40,0xm40,-40r0,40r40,0r0,-40r-40,0","w":360},{"d":"113,-234v38,0,60,17,64,52r32,0v-2,-56,-39,-75,-95,-81v-90,-9,-129,108,-41,135v42,13,113,7,113,59v0,36,-30,45,-65,46v-44,0,-74,-19,-75,-62r-33,0v1,63,46,84,107,91v93,10,140,-109,48,-142v-39,-14,-113,-6,-113,-54v0,-33,25,-44,58,-44","w":233},{"d":"17,-97v0,73,27,121,56,168r24,0v-62,-85,-63,-250,0,-334r-24,0v-33,42,-56,99,-56,166","w":93},{"d":"38,-257r0,93r24,0r0,-93r-24,0","w":100},{"d":"103,-163v27,0,42,13,46,37r32,0v-6,-42,-32,-65,-80,-64v-60,1,-88,40,-88,99v0,58,28,95,87,95v49,0,76,-28,82,-72r-31,0v-4,27,-21,45,-51,45v-40,0,-55,-30,-55,-68v0,-41,16,-71,58,-72","w":193},{"d":"55,-220r0,-37r-30,0r0,37r30,0xm-5,69v35,8,60,-9,60,-46r0,-209r-30,0r0,204v1,22,-9,29,-30,25r0,26","w":79},{"d":"183,-81v5,-74,-78,-111,-130,-69r13,-74r103,0r0,-27r-126,0r-24,133r27,1v26,-40,109,-26,105,34v-3,36,-18,60,-54,60v-32,0,-50,-18,-54,-46r-30,0v1,49,34,73,81,73v55,0,85,-31,89,-85"},{"w":100},{"d":"63,-257v-43,1,-40,49,-39,93r40,0r0,-40r-22,0v0,-17,4,-34,21,-35r0,-18xm129,-257v-43,1,-40,49,-39,93r40,0r0,-40r-22,0v0,-17,4,-34,21,-35r0,-18","w":153},{"d":"104,-230v39,-1,32,53,7,64v-7,3,-7,4,-12,8v-9,-14,-24,-23,-25,-45v0,-17,15,-26,30,-27xm12,-66v-5,80,122,90,153,34r27,32r40,0r-50,-58v10,-19,15,-35,17,-63r-29,0v-1,13,-3,27,-8,40r-46,-57v23,-15,48,-31,48,-66v0,-36,-26,-53,-62,-53v-35,0,-58,18,-58,53v-1,30,17,42,28,60v-29,17,-57,34,-60,78xm148,-53v-16,38,-104,43,-104,-13v0,-33,23,-46,45,-58","w":226},{"d":"101,-148v-27,-1,-45,-13,-45,-41v0,-26,18,-39,44,-39v24,0,43,14,43,39v0,25,-18,41,-42,41xm98,-255v-74,0,-101,95,-39,118v-26,9,-45,31,-45,64v1,52,35,77,87,77v51,0,85,-27,85,-77v0,-35,-17,-56,-46,-64v20,-10,36,-27,36,-53v0,-43,-30,-65,-78,-65xm101,-23v-31,1,-54,-19,-54,-49v1,-32,22,-49,54,-49v30,0,52,18,52,49v0,31,-20,49,-52,49"},{"d":"120,-190v-38,0,-55,16,-69,43r0,-39r-29,0r0,186r31,0v0,-76,-13,-163,67,-158r0,-32","w":119,"k":{"q":6,"o":6,"n":-6,"g":10,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},{"d":"27,-40r0,40r40,0r0,-40r-40,0xm64,-178r0,-79r-34,0v-2,68,4,130,9,191r16,0","w":93},{"d":"113,-190v-29,0,-49,11,-59,31r0,-98r-31,0r0,257r31,0v4,-69,-21,-167,55,-163v64,3,30,104,38,163r30,0v-5,-80,26,-190,-64,-190"},{"d":"83,-153r45,0r-8,54r-44,0xm47,-74r-10,74r25,0r10,-74r45,0r-11,74r25,0r10,-74r37,0r0,-25r-33,0r8,-54r35,0r0,-24r-32,0r10,-74r-25,0r-10,74r-45,0r11,-74r-25,0r-10,74r-40,0r0,24r36,0r-7,54r-39,0r0,25r35,0"},{"d":"227,-190v1,-87,-114,-65,-199,-67r0,257r34,0r0,-110r84,0v56,-2,36,72,52,110r38,0v-27,-32,4,-113,-53,-125v30,-7,44,-31,44,-65xm193,-184v0,60,-74,42,-131,45r0,-89v55,3,131,-16,131,44","w":246,"k":{"Y":13,"W":6,"V":6,"T":6}},{"d":"47,-114r0,28r266,0r0,-28r-266,0","w":360},{"d":"137,-234v94,-4,112,134,59,188r-34,-27r-18,20r28,23v-72,26,-127,-26,-124,-99v2,-60,27,-102,89,-105xm14,-129v-5,104,94,164,184,120r40,31r17,-22r-34,-26v24,-23,39,-59,39,-103v0,-79,-42,-134,-123,-134v-80,0,-119,54,-123,134","w":273},{"d":"30,-257r0,257r34,0r0,-257r-34,0","w":93},{"d":"103,-23v-40,0,-58,-30,-58,-70v0,-40,18,-70,58,-70v40,0,58,29,58,70v0,41,-18,70,-58,70xm103,-190v-60,0,-90,39,-90,97v0,58,30,97,90,97v60,0,91,-38,91,-97v0,-59,-31,-97,-91,-97","w":206},{"d":"120,-103r0,-79r-24,0r0,79r-79,0r0,24r79,0r0,79r24,0r0,-79r79,0r0,-24r-79,0","w":216},{"d":"68,-92v43,10,96,50,123,-5r-13,-18v-7,12,-14,26,-31,28v-35,-14,-102,-49,-122,5r13,18v5,-13,13,-27,30,-28","w":216},{"d":"334,-109r0,-148r-38,0r-43,113r-45,-113r-37,0r0,148r24,0r1,-124r48,124r16,0r49,-124r0,124r25,0xm140,-237r0,-20r-117,0r0,20r46,0r0,128r25,0r0,-128r46,0","w":356},{"d":"139,-110v62,-36,45,-151,-41,-145v-54,4,-84,34,-82,90r30,0v2,-34,14,-61,50,-63v49,-3,62,59,33,88v-42,42,-118,56,-120,140r166,0r0,-27r-131,0v11,-47,64,-55,95,-83"},{"d":"30,-164v43,-1,41,-48,40,-93r-40,0r0,40r21,0v0,18,-4,34,-21,35r0,18","w":100,"k":{"\u2019":34,"t":6,"s":27}},{"d":"70,-146r0,-40r-40,0r0,40r40,0xm30,-40r0,40r40,0r0,-40r-40,0","w":100},{"d":"129,0r92,-257r-36,0r-75,223r-73,-223r-37,0r90,257r39,0","w":219,"k":{"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":17,";":17,":":17,".":46,"-":20,",":46}},{"d":"86,-228r0,228r35,0r0,-228r85,0r0,-29r-205,0r0,29r85,0","w":206,"k":{"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":33,";":40,":":40,".":40,"-":46,",":40}},{"d":"28,-257r0,257r34,0r0,-118r136,0r0,118r34,0r0,-257r-34,0r0,110r-136,0r0,-110r-34,0","w":259},{"d":"122,-87r-86,0r86,-125r0,125xm151,-87r0,-168r-25,0r-116,166r0,29r112,0r0,60r29,0r0,-60r34,0r0,-27r-34,0"},{"d":"103,-27v-19,-1,-41,4,-37,-17r0,-115r37,0r0,-27r-37,0r0,-56r-31,0r0,56r-32,0r0,27r32,0r0,118v-4,42,28,42,68,41r0,-27","w":113},{"d":"105,-255v-7,35,-33,48,-74,48r0,24r67,0r0,183r30,0r0,-255r-23,0"},{"d":"137,-234v39,0,65,21,72,54r34,0v-9,-53,-46,-83,-106,-83v-82,0,-122,55,-122,135v0,79,38,133,119,134v68,0,106,-41,112,-103r-35,0v-4,45,-27,74,-74,74v-62,0,-87,-45,-87,-107v0,-59,25,-104,87,-104","w":259},{"d":"78,-40r0,40r40,0r0,-40r-40,0xm145,-130v53,-39,32,-140,-45,-133v-51,4,-79,34,-80,86r30,0v-11,-65,94,-81,94,-17v0,63,-70,57,-60,131r30,0v-3,-34,13,-54,31,-67"},{"d":"90,-257r0,93r24,0r0,-93r-24,0xm39,-257r0,93r25,0r0,-93r-25,0","w":153},{"d":"137,-50v-5,42,-100,36,-95,-9r-31,0v2,45,34,58,79,63v71,8,112,-79,41,-105v-29,-10,-75,-6,-83,-39v0,-20,19,-23,39,-23v24,0,42,8,43,31r31,0v-3,-42,-30,-58,-76,-58v-63,0,-97,71,-38,96v30,13,84,7,90,44","w":180},{"d":"107,-257v-49,-13,-80,14,-71,71r-32,0r0,27r32,0r0,159r30,0r0,-159r36,0r0,-27r-36,0v-5,-34,6,-57,41,-44r0,-27","w":106,"k":{"\u2019":-6,"f":6}},{"d":"247,-150v0,37,-18,74,-50,82v-14,0,-7,-20,-5,-29r30,-102r-22,0r-8,22v-6,-19,-20,-29,-41,-29v-56,0,-84,47,-84,102v0,34,19,55,51,57v20,1,34,-15,46,-24v0,14,10,23,23,23v51,0,84,-47,84,-104v0,-70,-50,-111,-122,-111v-81,0,-128,54,-134,133v-10,136,188,181,248,73r-23,0v-29,47,-128,58,-167,10v-16,-20,-34,-45,-33,-81v3,-68,42,-115,109,-115v59,0,98,36,98,93xm94,-107v2,-38,21,-70,57,-75v18,2,29,15,29,34v0,36,-19,72,-55,76v-18,1,-32,-16,-31,-35","w":288},{"d":"28,-283r0,360r24,0r0,-360r-24,0","w":79},{"d":"29,-257r0,257r32,0r1,-214r80,214r29,0r81,-214r0,214r33,0r0,-257r-47,0r-81,216r-81,-216r-47,0","w":313},{"d":"23,-64v-13,77,102,88,125,34r0,30r29,0r0,-186r-30,0v-4,70,20,163,-56,163v-23,0,-37,-14,-37,-37r0,-126r-31,0r0,122"},{"d":"70,-146r0,-40r-40,0r0,40r40,0xm30,53v38,-8,43,-46,40,-93r-40,0r0,40r21,0v2,17,-9,29,-21,35r0,18","w":100},{"d":"64,30v-4,16,-26,21,-43,13v-1,18,-4,33,21,31v35,-3,44,-23,54,-50r81,-210r-32,0r-53,152r-55,-152r-34,0r74,185","w":180,"k":{".":27,",":27}},{"d":"96,-251r-78,156r26,0r64,-130r65,130r25,0r-78,-156r-24,0","w":216},{"d":"72,-216r0,-41r-19,0r0,41r-38,-15r-6,18r38,13r-24,33r17,11r23,-34r25,34r15,-11r-24,-33r39,-13r-7,-18","w":126},{"d":"73,-98r-70,98r37,0r52,-77r52,77r39,0r-72,-100r64,-86r-36,0r-47,65r-44,-65r-40,0","w":186},{"d":"100,-263r-106,269r26,0r106,-269r-26,0","w":119},{"d":"28,-257r0,257r34,0r0,-118r118,0r0,-29r-118,0r0,-81r135,0r0,-29r-169,0","w":206,"k":{"A":20,".":57,",":57}},{"d":"140,-187v0,33,-31,46,-62,41r0,26v41,-5,73,9,73,48v0,33,-23,48,-55,49v-36,0,-54,-22,-55,-56r-30,0v0,55,30,83,85,83v52,0,87,-25,88,-77v0,-33,-19,-55,-46,-63v18,-9,35,-26,35,-51v0,-85,-136,-89,-151,-19v-3,10,-6,21,-6,33r31,0v1,-32,15,-55,48,-55v26,0,45,14,45,41"},{"d":"206,-130v3,86,-54,109,-144,101r0,-199r58,0v63,-2,85,38,86,98xm240,-135v0,-82,-43,-122,-124,-122r-88,0r0,257r88,0v86,0,125,-48,124,-135","w":253},{"d":"85,0v8,-95,49,-171,98,-225r0,-26r-165,0r0,29r134,0v-51,54,-92,126,-101,222r34,0"},{"d":"30,53v37,-9,43,-46,40,-93r-40,0r0,40r21,0v2,17,-9,29,-21,35r0,18","w":100},{"w":100},{"d":"199,-161r0,-24r-182,83r0,22r182,83r0,-25r-153,-69","w":216},{"d":"177,0v-5,-80,26,-190,-64,-190v-29,0,-46,12,-61,33r0,-29r-29,0r0,186r31,0v4,-69,-21,-167,55,-163v64,3,30,104,38,163r30,0"},{"d":"284,-136v7,-68,-100,-67,-120,-23v-15,-45,-90,-37,-112,0r0,-27r-29,0r0,186r31,0v5,-66,-22,-163,49,-163v26,0,35,14,35,41r0,122r31,0v5,-65,-23,-163,48,-163v26,0,36,14,36,41r0,122r31,0r0,-136","w":307},{"d":"100,-23v-57,0,-53,-66,-52,-123v1,-42,9,-82,52,-82v50,0,53,52,53,102v0,49,-3,103,-53,103xm100,-255v-81,-1,-88,78,-84,159v2,58,23,100,84,100v81,1,89,-77,84,-158v-2,-58,-23,-101,-84,-101"},{"d":"28,-257r0,257r179,0r0,-29r-145,0r0,-89r134,0r0,-29r-134,0r0,-81r144,0r0,-29r-178,0","w":219},{"d":"0,46r0,25r67,0r0,-334r-67,0r0,24r39,0r0,285r-39,0","w":93},{"d":"45,-95v57,-17,7,-127,48,-147r18,0r0,-21v-69,-12,-67,49,-64,113v0,23,-10,40,-30,42r0,24v72,8,-24,173,94,155r0,-22v-75,15,2,-128,-66,-144","w":119},{"d":"95,-23v-25,1,-46,-16,-47,-39r-30,0v3,42,33,66,77,66v70,-2,89,-60,89,-137v0,-72,-20,-122,-88,-122v-52,0,-84,31,-84,83v0,53,28,84,81,85v27,0,49,-15,59,-35v1,52,-11,97,-57,99xm95,-228v36,0,52,23,52,58v0,34,-18,56,-52,56v-31,0,-49,-22,-50,-54v0,-36,14,-60,50,-60"},{"d":"18,-114r0,28r104,0r0,-28r-104,0","w":140},{"d":"-8,-263r47,51r23,0r-31,-51r-39,0","w":79},{"d":"90,-131v-44,-2,-41,-103,1,-104v45,0,43,104,-1,104xm91,-255v-42,0,-58,31,-58,73v0,42,15,71,58,71v42,-1,58,-31,58,-72v0,-43,-15,-72,-58,-72xm268,-15v-43,-3,-42,-103,1,-105v46,1,42,105,-1,105xm269,-140v-42,0,-57,31,-58,73v0,42,16,71,58,71v42,0,58,-31,58,-72v0,-43,-15,-72,-58,-72xm261,-260r-193,268r31,0r193,-268r-31,0","w":360},{"d":"106,-228v25,0,41,15,43,38r31,0v-4,-41,-29,-65,-72,-65v-75,1,-93,62,-94,137v0,67,19,122,88,122v54,0,85,-33,85,-85v0,-49,-27,-82,-78,-83v-32,0,-51,13,-65,33v2,-48,11,-96,62,-97xm50,-80v0,-35,18,-57,53,-57v35,0,51,23,51,58v0,33,-17,56,-51,56v-35,0,-53,-23,-53,-57"},{"d":"138,6v35,0,66,-15,82,-38r9,32r22,0r0,-135r-113,0r0,28r82,0v0,54,-29,84,-82,84v-59,0,-88,-43,-88,-102v0,-62,25,-109,88,-109v43,0,69,19,76,56r34,0v-8,-56,-48,-85,-110,-85v-83,0,-123,58,-123,140v0,76,45,129,123,129","w":273},{"d":"185,-181v0,58,-68,46,-123,47r0,-94v55,1,123,-12,123,47xm220,-181v0,-49,-28,-76,-79,-76r-113,0r0,257r34,0r0,-105r79,0v51,0,79,-27,79,-76","w":233,"k":{"A":27,".":64,",":64}},{"d":"83,6v48,0,76,-25,76,-70r0,-193r-34,0r0,188v-1,29,-10,46,-41,46v-37,0,-43,-26,-42,-62r-34,0v-4,58,21,92,75,91","w":186},{"d":"-3,-263v61,86,62,248,0,334r23,0v33,-42,56,-99,56,-166v0,-73,-27,-121,-56,-168r-23,0","w":93},{"d":"30,-40r0,40r40,0r0,-40r-40,0","w":100},{"d":"107,0r68,-186r-32,0r-52,155r-52,-155r-34,0r69,186r33,0","w":180,"k":{".":27,",":27}},{"d":"132,6v64,0,101,-33,101,-99r0,-164r-34,0r0,164v0,45,-21,70,-67,70v-47,0,-71,-24,-71,-70r0,-164r-34,0r0,164v-1,67,39,99,105,99","w":259},{"d":"28,-257r0,257r34,0r0,-90r43,-40r93,130r43,0r-112,-153r108,-104r-44,0r-131,128r0,-128r-34,0","w":240},{"d":"134,-105r99,-152r-39,0r-76,122r-77,-122r-40,0r99,152r0,105r34,0r0,-105","w":233,"k":{"v":20,"u":27,"q":33,"p":27,"o":40,"i":13,"e":40,"a":33,"A":27,";":33,":":33,".":50,"-":40,",":50}},{"d":"8,-29r0,29r204,0r0,-29r-163,0r159,-199r0,-29r-188,0r0,29r148,0","w":219},{"d":"70,-257v-43,1,-41,49,-40,93r40,0r0,-40r-21,0v0,-18,4,-34,21,-35r0,-18","w":100,"k":{"\u2018":34}},{"d":"185,-188v0,56,-71,38,-123,41r0,-81v52,4,123,-16,123,40xm220,-194v0,-84,-109,-60,-192,-63r0,257r124,0v84,10,107,-123,29,-136v22,-9,39,-28,39,-58xm196,-75v0,61,-76,44,-134,46r0,-89v56,3,134,-16,134,43","w":246},{"d":"140,-24v-4,28,29,33,48,23r0,-23v-16,4,-19,-3,-19,-20r0,-95v5,-71,-122,-63,-142,-18v-4,8,-7,17,-7,29r31,0v1,-27,20,-35,46,-35v36,-8,61,41,23,51v-46,12,-107,5,-107,64v0,66,101,63,127,24xm81,-23v-38,0,-47,-42,-17,-55v21,-9,55,-6,74,-18v5,48,-12,73,-57,73","w":193},{"d":"26,-26r17,17r65,-65r66,65r17,-17r-65,-65r64,-65r-17,-18r-65,65r-65,-65r-17,18r65,65","w":216},{"d":"55,-220r0,-37r-30,0r0,37r30,0xm25,-186r0,186r30,0r0,-186r-30,0","w":79},{"d":"103,-23v-41,1,-58,-30,-58,-68v0,-40,15,-71,56,-72v42,0,59,29,59,70v0,40,-17,69,-57,70xm99,4v28,1,49,-12,60,-29r0,96r30,0r0,-257r-30,0v-1,8,2,19,-1,25v-11,-19,-32,-29,-60,-29v-58,1,-85,39,-85,96v0,58,28,96,86,98","w":213},{"d":"17,-22r0,25r182,-83r0,-22r-182,-83r0,24r153,70","w":216},{"d":"24,-164v43,-1,41,-49,40,-93r-40,0r0,40r21,0v0,18,-4,34,-21,35r0,18xm90,-164v43,-1,41,-49,40,-93r-40,0r0,40r21,0v0,18,-4,34,-21,35r0,18","w":153},{"d":"72,-106r45,-120r42,120r-87,0xm98,-257r-100,257r35,0r29,-77r108,0r28,77r38,0r-100,-257r-38,0","w":233,"k":{"\u2019":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":17,"T":33}},{"d":"8,-23r0,23r157,0r0,-27r-119,0r114,-138r0,-21r-145,0r0,27r105,0","w":172},{"d":"260,0r69,-257r-34,0r-53,214r-57,-214r-37,0r-58,214r-51,-214r-35,0r66,257r36,0r60,-216r59,216r35,0","w":333,"k":{"u":6,"r":6,"o":21,"e":21,"a":13,"A":9,";":6,":":6,".":27,",":27}},{"d":"97,75v124,7,79,-153,87,-261r-29,0v-1,8,2,21,-1,27v-10,-19,-28,-31,-55,-31v-59,1,-86,41,-86,98v0,56,28,94,83,94v28,0,49,-14,59,-34v2,48,-10,83,-56,83v-23,0,-46,-7,-48,-30r-31,0v3,39,37,52,77,54xm153,-97v0,40,-14,72,-55,72v-40,0,-53,-33,-53,-71v0,-38,15,-67,55,-67v39,0,53,30,53,66","w":206},{"d":"115,-190v-27,0,-51,10,-60,29r0,-25r-31,0r0,257r31,0r0,-96v12,18,32,29,61,29v57,-2,85,-41,85,-97v0,-56,-28,-96,-86,-97xm111,-163v40,0,57,29,57,68v0,40,-14,72,-56,72v-41,-1,-58,-29,-58,-70v0,-40,17,-70,57,-70","w":213}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+63-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);})("%U1WqP^$Zkr{%&jQ}P;6bUbrKC^W1Pr{KCo6ZkBg1zD-.m$_ce:-K;,I18WFKTe658)m1er_k;D@=&8);UTbo%f5^R3yB>uezkK.1Zqn}dc?(_w#jPg4a]F-v{X7,6m$WCI`:lQDrLY#u;vn}ub75w1u%&}wZwzn}u@7.u=n}ub75k5PRTb(Z&^>KTe658)$eejX%I:n}ub,5wb6KTe658):Rj1e>8B$5e5YK&om1#=DuKeQdz`]d;7XBw^)^67?3U:v5)z}dm#v.&eCBW=%%>:Czev1kj,W5w@,R)o(KTe75UyIZK)LKTe658;#yKaK1I@_fg^7qUj$%&b_%>,a3u@-n8W_fg@-q8W7fP,jqP}$Z&,g3kb{1_:gqTj7ZT5rdI$QZk.4._:XZm$XK_?YRg}I}W7{%uD43m4{%W7{qUjvqC^jqgB6.k,nfP^Xqz7{.Keao&D{}Uzm}&(-qC^(}UjXq_:4qI^$qP;v1>#a1Pr6%8va3U7Q%6va%k}q.WvaKz$rn;vaKK$a%&#?")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":200,"face":{"font-family":"hlv","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-8 -287 334 77","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"}}));Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"0,27r0,18r180,0r0,-18r-180,0","w":180},{"d":"39,-260r35,51r-36,0r-55,-51r56,0","w":93},{"d":"75,-215r0,-42r-51,0r0,42r51,0xm24,6v2,17,-16,19,-30,16r0,42v48,5,81,-6,81,-55r0,-195r-51,0r0,192","w":100},{"d":"110,-33v-33,0,-45,-26,-45,-60v0,-34,12,-60,45,-60v33,0,45,26,45,60v0,34,-12,60,-45,60xm110,-191v-62,0,-96,37,-96,98v0,61,34,98,96,98v62,0,96,-37,96,-98v0,-61,-34,-98,-96,-98","w":219},{"d":"24,-263r0,328r96,0r0,-40r-44,0r0,-248r44,0r0,-40r-96,0","w":119},{"d":"100,-252v-5,36,-32,50,-73,50r0,39r63,0r0,163r51,0r0,-252r-41,0"},{"d":"100,-150v-19,0,-38,-12,-38,-34v0,-24,17,-35,38,-35v24,0,38,12,38,35v0,21,-17,34,-38,34xm100,-257v-47,4,-85,23,-85,69v0,26,16,46,38,52v-29,7,-48,28,-48,62v2,55,42,79,96,79v53,0,94,-25,94,-79v0,-33,-19,-56,-47,-62v69,-30,29,-127,-48,-121xm101,-33v-26,0,-44,-16,-45,-43v-1,-26,21,-40,45,-40v25,1,43,15,43,40v0,27,-18,43,-43,43"},{"d":"107,-33v-32,-2,-44,-26,-44,-60v0,-34,12,-60,45,-60v59,0,60,122,-1,120xm90,5v27,0,48,-11,60,-28r0,88r51,0r0,-251r-49,0r0,24v-11,-19,-30,-29,-57,-29v-58,0,-82,42,-83,99v-1,58,26,97,78,97","w":219},{"d":"132,-53v-3,35,-75,31,-73,-7r-49,0v3,47,40,63,88,65v56,3,102,-34,80,-87v-14,-35,-76,-27,-107,-47v-13,-14,3,-30,23,-28v19,2,35,5,35,25r49,0v-4,-43,-37,-53,-82,-59v-71,-9,-115,77,-44,103v26,10,71,9,80,35","w":193},{"d":"140,6v32,0,54,-13,71,-35r5,29r36,0r0,-139r-108,0r0,42r57,0v-4,36,-23,56,-61,56v-49,0,-70,-37,-70,-86v0,-50,20,-89,70,-89v30,0,49,17,54,44r54,0v-6,-59,-47,-91,-108,-91v-82,0,-126,53,-126,136v0,81,45,133,126,133","w":273},{"d":"21,-257r0,257r51,0r0,-257r-51,0","w":92},{"d":"122,-40v-20,3,-38,5,-38,-20r0,-92r38,0r0,-34r-38,0r0,-56r-51,0r0,56r-31,0r0,34r31,0r0,110v-1,46,46,47,89,42r0,-40","w":126},{"d":"120,-256v-57,-6,-95,12,-89,70r-31,0r0,34r31,0r0,152r51,0r0,-152r35,0r0,-34r-35,0v-5,-29,12,-38,38,-31r0,-39","w":119,"k":{"\u2019":-6,"f":6}},{"d":"25,-257r0,257r53,0r0,-172r107,172r57,0r0,-257r-53,0r-1,172r-107,-172r-56,0","w":266},{"d":"191,-178v4,-80,-111,-102,-155,-50v-15,17,-24,42,-23,73r49,0v1,-30,10,-56,40,-58v41,-3,47,53,20,75v-47,37,-113,55,-114,138r185,0r0,-44r-120,0v33,-51,114,-52,118,-134"},{"d":"91,-100r0,100r57,0r0,-99r95,-158r-63,0r-59,101r-61,-101r-63,0","w":240,"k":{"v":20,"u":27,"q":33,"p":27,"o":40,"i":13,"e":40,"a":33,"A":27,";":33,":":33,".":50,"-":40,",":50}},{"d":"25,-257r0,257r182,0r0,-48r-126,0r0,-209r-56,0","w":213,"k":{"\u2019":27,"y":13,"Y":40,"W":20,"V":33,"T":33}},{"d":"90,-99r34,-95r32,95r-66,0xm95,-257r-97,257r57,0r20,-57r96,0r19,57r59,0r-96,-257r-58,0","w":246,"k":{"\u2019":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":17,"T":33}},{"w":100},{"d":"271,-55r0,55r57,0r0,-55r-57,0xm152,-55r0,55r56,0r0,-55r-56,0xm32,-55r0,55r56,0r0,-55r-56,0","w":360},{"d":"87,5v26,-1,46,-14,58,-31r0,26r49,0r0,-186r-51,0v-6,57,22,153,-40,151v-56,-2,-24,-99,-32,-151r-52,0v4,83,-24,196,68,191","w":213},{"d":"138,6r-101,-269r-41,0r100,269r42,0","w":133},{"d":"17,-39r0,42r182,-73r0,-42r-182,-73r0,41r132,53","w":216},{"d":"270,0r69,-257r-56,0r-43,177r-43,-177r-53,0r-46,175r-40,-175r-57,0r68,257r57,0r44,-175r43,175r57,0","w":339,"k":{"u":6,"r":6,"o":21,"e":21,"a":13,"A":9,";":6,":":6,".":27,",":27}},{"d":"12,-72v0,84,115,97,155,46r21,26r63,0r-53,-61v13,-16,22,-38,25,-63r-44,0v-2,11,-3,21,-9,30r-34,-40v23,-13,46,-30,46,-64v-1,-42,-29,-62,-70,-62v-38,0,-65,20,-67,59v0,25,13,38,24,54v-27,16,-57,32,-57,75xm140,-60v-18,37,-98,24,-77,-25v6,-13,18,-23,33,-28xm114,-226v22,-2,32,33,16,47v-5,5,-12,9,-19,14v-18,-13,-32,-58,3,-61","w":246},{"d":"22,-55r0,55r56,0r0,-55r-56,0","w":100},{"d":"108,-153v33,0,44,27,44,59v0,33,-11,61,-44,61v-32,0,-45,-26,-45,-60v0,-34,12,-60,45,-60xm95,5v27,0,47,-10,57,-29r0,24r49,0r0,-257r-51,0r-1,94v-10,-16,-30,-28,-55,-28v-56,2,-82,41,-82,96v0,57,25,100,83,100","w":219},{"d":"122,0r63,-186r-50,0r-40,127r-40,-127r-53,0r64,186r56,0","w":187,"k":{".":27,",":27}},{"d":"21,-283r0,360r38,0r0,-360r-38,0","w":80},{"d":"23,-33r27,27r58,-58r58,58r27,-27r-58,-58r58,-58r-27,-27r-58,58r-57,-58r-27,27r57,58","w":216},{"d":"70,-257v-29,7,-51,24,-51,60r0,56r51,0r0,-56r-24,0v1,-20,7,-30,24,-36r0,-24xm147,-257v-50,5,-55,57,-51,116r51,0r0,-56r-24,0v1,-20,7,-30,24,-36r0,-24","w":166},{"d":"24,-141v50,-5,56,-57,52,-116r-52,0r0,55r24,0v-1,21,-7,31,-24,37r0,24","w":100,"k":{"\u2019":34,"t":6,"s":27}},{"d":"109,65v-51,-85,-52,-243,0,-328r-43,0v-59,80,-62,247,0,328r43,0","w":106},{"d":"84,-252r-62,139r42,0r44,-99r44,99r42,0r-62,-139r-48,0","w":216},{"d":"22,-55r0,55r56,0r0,-55r-56,0xm63,-77v7,-58,17,-112,14,-180r-54,0v-3,67,7,123,14,180r26,0","w":100},{"d":"47,-120r0,44r266,0r0,-44r-266,0","w":360},{"w":100},{"d":"19,-141v50,-5,56,-57,52,-116r-52,0r0,55r24,0v-1,21,-7,31,-24,37r0,24xm96,-141v50,-5,55,-57,51,-116r-51,0r0,55r24,0v-1,21,-7,31,-24,37r0,24","w":166},{"d":"88,-135r-90,135r64,0r57,-89r56,89r67,0r-89,-134r82,-123r-62,0r-52,82r-50,-82r-66,0","w":240},{"d":"25,-257r0,257r56,0r0,-257r-56,0","w":106},{"d":"120,-223r0,-40v-49,-4,-89,3,-90,48v-1,43,11,101,-33,101r0,31v45,-1,31,58,33,100v1,45,41,52,90,48r0,-40v-24,2,-40,-2,-39,-26v2,-46,5,-95,-36,-98v75,-7,-7,-140,75,-124","w":119},{"d":"78,-127r0,-56r-56,0r0,56r56,0xm22,-55r0,55r56,0r0,-55r-56,0","w":100},{"d":"89,-36v-22,-4,-38,-21,-38,-48r-51,0v4,55,34,86,89,90r0,30r22,0r0,-30v79,5,121,-95,59,-141v-12,-10,-37,-18,-59,-22r0,-64v16,0,30,18,29,35r52,0v-3,-49,-35,-71,-81,-77r0,-28r-22,0r0,28v-47,5,-82,26,-83,77v-1,53,43,64,83,75r0,75xm111,-105v42,1,51,55,13,66v-5,2,-9,3,-13,3r0,-69xm89,-162v-36,0,-42,-47,-12,-57v4,-1,8,-2,12,-2r0,59"},{"d":"126,-191v-26,0,-44,14,-55,31r0,-97r-52,0r0,257r52,0v6,-57,-22,-151,39,-151v57,0,25,98,33,151r51,0v-5,-83,25,-191,-68,-191","w":213},{"d":"100,-37v-44,0,-42,-58,-41,-106v1,-35,6,-72,41,-72v47,0,41,63,41,114v0,30,-9,64,-41,64xm100,-257v-71,0,-92,55,-92,130v0,77,22,132,92,132v71,0,93,-57,93,-132v0,-74,-22,-130,-93,-130"},{"d":"8,-39r0,39r171,0r0,-39r-104,0r97,-109r0,-38r-157,0r0,38r90,0","w":186},{"d":"75,-99v-74,3,9,134,-75,124r0,40v49,4,88,-3,90,-48v1,-42,-12,-101,33,-100r0,-31v-43,-1,-32,-58,-33,-101v-1,-45,-41,-52,-90,-48r0,40v24,-2,40,2,39,26v-2,45,-6,97,36,98","w":119},{"d":"8,-45r0,45r217,0r0,-48r-141,0r137,-164r0,-45r-202,0r0,47r127,0","w":233},{"d":"39,-58v24,-69,105,38,145,-21v15,-12,-2,-30,-7,-45v-7,12,-13,25,-31,26v-38,-11,-101,-48,-122,7","w":216},{"d":"127,-110r0,-72r-38,0r0,72r-72,0r0,38r72,0r0,72r38,0r0,-72r72,0r0,-38r-72,0","w":216},{"d":"72,-215r0,-42r-51,0r0,42r51,0xm21,-186r0,186r51,0r0,-186r-51,0","w":92},{"d":"63,-12v13,27,-16,43,-47,33r0,42v46,7,81,-3,95,-40r78,-209r-53,0r-41,127r-42,-127r-55,0","w":186,"k":{".":27,",":27}},{"d":"104,0v4,-88,33,-163,82,-208r0,-44r-172,0r0,48r120,0v-44,52,-79,120,-85,204r55,0"},{"d":"75,-257v-49,6,-55,57,-51,116r51,0r0,-56r-24,0v2,-19,7,-30,24,-36r0,-24","w":100,"k":{"\u2018":34}},{"d":"140,-216v71,-3,86,98,54,148r-29,-27r-26,28r24,22v-54,17,-95,-25,-93,-82v2,-50,20,-87,70,-89xm14,-127v-5,104,97,161,188,118r37,33r26,-28r-32,-29v20,-22,34,-53,33,-94v-2,-83,-44,-136,-126,-136v-82,0,-122,53,-126,136","w":280},{"d":"150,-95v0,29,-15,51,-44,51v-31,0,-40,-25,-41,-56v-1,-31,13,-53,41,-53v32,0,44,25,44,58xm102,70v61,1,96,-26,96,-82r0,-174r-48,0v-1,8,2,19,-1,25v-11,-19,-27,-30,-55,-30v-54,1,-80,39,-80,92v0,56,24,92,79,94v26,1,45,-13,57,-29v3,39,-5,71,-41,70v-19,-1,-35,-8,-38,-26r-51,0v4,42,38,59,82,60","w":219},{"d":"82,-210r0,210r56,0r0,-210r77,0r0,-47r-210,0r0,47r77,0","w":219,"k":{"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":33,";":40,":":40,".":40,"-":46,",":40}},{"d":"186,-138v0,-73,-135,-64,-160,-21v-5,8,-8,18,-9,30r51,0v1,-20,14,-25,34,-28v32,-5,48,38,15,44v-47,9,-105,5,-105,62v0,67,94,68,126,33v0,6,2,12,3,18r52,0v-13,-34,-7,-93,-7,-138xm63,-53v0,-37,51,-22,72,-38v2,37,-5,63,-41,62v-18,0,-31,-5,-31,-24","w":206},{"d":"181,-160v-15,-44,-93,-36,-112,-1r0,-25r-48,0r0,186r51,0v6,-56,-21,-147,35,-151v28,-2,30,21,31,47r0,104r51,0v7,-55,-23,-148,34,-151v27,-1,31,20,31,46r0,105r51,0v-4,-82,25,-191,-68,-191v-27,0,-44,16,-56,31","w":326},{"d":"143,-228r0,-29r-121,0r0,29r42,0r0,119r37,0r0,-119r42,0xm334,-109r0,-148r-49,0r-37,98r-37,-98r-49,0r0,148r35,0r1,-105r38,105r25,0r39,-105r0,105r34,0","w":360},{"d":"139,-189v-34,-8,-59,14,-71,37r0,-34r-49,0r0,186r52,0v1,-69,-16,-160,68,-142r0,-47","w":140,"k":{"q":6,"o":6,"n":-6,"g":10,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},{"d":"204,-80v-10,0,-5,-17,-3,-23r23,-93r-30,0r-5,19v-7,-15,-23,-24,-42,-25v-83,-6,-113,148,-22,153v18,1,30,-9,39,-20v1,12,13,22,26,20v49,-7,85,-45,85,-104v0,-72,-55,-110,-125,-110v-82,0,-131,53,-137,134v-9,133,185,180,248,77r-30,0v-16,17,-45,30,-77,29v-66,-2,-106,-38,-106,-105v0,-65,37,-105,101,-106v60,-1,98,30,98,88v0,33,-12,66,-43,66xm133,-83v-17,1,-29,-13,-28,-32v2,-28,17,-51,44,-53v16,-1,28,14,28,31v-2,29,-16,52,-44,54","w":288},{"d":"25,-257r0,257r56,0r0,-83r33,-33r77,116r71,0r-110,-156r100,-101r-70,0r-101,107r0,-107r-56,0","w":259},{"d":"31,-257r0,116r38,0r0,-116r-38,0xm98,-257r0,116r38,0r0,-116r-38,0","w":166},{"d":"173,-184v1,42,-53,29,-92,31r0,-60v38,2,91,-11,92,29xm228,-193v1,-90,-120,-58,-203,-64r0,257v93,-3,215,22,215,-75v-1,-35,-18,-56,-47,-65v21,-10,34,-25,35,-53xm184,-78v0,46,-60,32,-103,34r0,-70v45,2,103,-12,103,36","w":253},{"d":"90,6v58,1,86,-31,85,-87r0,-176r-56,0r-1,188v-1,17,-10,28,-29,28v-29,0,-34,-25,-33,-55r-51,0v-6,67,26,101,85,102"},{"d":"138,-168v0,27,-13,47,-41,47v-26,0,-38,-21,-38,-48v0,-26,13,-46,38,-46v27,0,41,21,41,47xm94,-33v-18,0,-30,-17,-34,-32r-48,0v6,44,34,70,82,70v72,0,99,-61,99,-132v0,-71,-23,-130,-97,-130v-55,0,-83,36,-88,92v-6,76,97,109,134,54v2,35,-13,78,-48,78"},{"d":"135,-181v-1,27,-24,32,-53,31r0,36v33,-2,58,4,58,37v0,24,-18,40,-41,40v-29,-1,-43,-21,-44,-50r-49,0v0,61,35,92,94,92v53,0,92,-27,93,-83v1,-31,-20,-50,-44,-58v22,-6,35,-25,35,-51v2,-70,-104,-91,-147,-46v-15,15,-24,36,-25,63r49,0v-1,-26,14,-46,39,-45v19,0,36,13,35,34"},{"d":"199,-33r0,-39r-182,0r0,39r182,0xm199,-110r0,-39r-182,0r0,39r182,0","w":216},{"d":"-2,-263v50,87,51,241,0,328r42,0v62,-78,61,-247,0,-328r-42,0","w":106},{"d":"87,-148r35,0r-6,44r-35,0xm42,-71r-10,71r35,0r10,-71r34,0r-9,71r34,0r10,-71r31,0r0,-33r-26,0r6,-44r31,0r0,-33r-26,0r9,-71r-35,0r-9,71r-35,0r10,-71r-35,0r-10,71r-34,0r0,33r30,0r-7,44r-34,0r0,33r30,0"},{"d":"62,-84v0,-27,13,-47,41,-47v26,0,38,21,38,48v0,26,-13,46,-38,46v-27,0,-41,-21,-41,-47xm106,-219v18,0,30,17,34,32r48,0v-6,-43,-34,-70,-81,-70v-72,0,-99,60,-99,132v0,73,24,130,96,130v56,0,84,-37,89,-92v7,-76,-99,-107,-135,-55v1,-38,12,-77,48,-77"},{"d":"273,-22v-26,0,-24,-32,-23,-57v1,-15,6,-29,24,-29v24,1,23,30,22,56v-1,16,-7,30,-23,30xm274,-135v-42,1,-61,27,-61,69v0,43,17,71,59,71v42,0,61,-27,61,-69v0,-42,-15,-72,-59,-71xm240,-260r-149,268r32,0r148,-268r-31,0xm87,-144v-26,0,-23,-29,-23,-55v0,-16,7,-31,24,-31v32,0,33,85,-1,86xm88,-257v-42,0,-60,30,-61,71v-1,42,16,69,59,69v42,-1,61,-24,61,-67v0,-43,-16,-73,-59,-73","w":360},{"d":"199,-144r0,-41r-182,73r0,42r182,73r0,-42r-132,-52","w":216},{"d":"116,-171v-24,-1,-38,11,-50,18r10,-57r104,0r0,-42r-141,0r-25,139r46,0v20,-34,87,-21,83,27v-2,28,-16,48,-44,49v-25,0,-38,-16,-41,-38r-52,0v3,52,40,80,94,80v56,0,94,-36,94,-91v0,-49,-26,-83,-78,-85"},{"d":"87,-212r0,-45r-29,0r0,45r-40,-16r-10,28r42,14r-27,35r24,18r25,-37r27,37r24,-18r-27,-35r43,-14r-10,-28","w":146},{"d":"96,-263r-100,269r41,0r101,-269r-42,0","w":133},{"d":"158,-93v1,34,-13,60,-45,60v-31,0,-44,-26,-44,-60v0,-34,12,-60,44,-60v32,0,44,28,45,60xm124,-191v-27,-1,-44,13,-56,29r0,-24r-49,0r0,251r52,0r0,-88v11,16,30,28,56,28v56,-2,82,-41,82,-96v0,-58,-26,-99,-85,-100","w":219},{"d":"31,-257r0,116r38,0r0,-116r-38,0","w":100},{"d":"62,-113v-2,-35,46,-53,70,-30v7,6,11,17,13,30r-83,0xm148,-58v-14,38,-95,32,-86,-23r134,0v1,-64,-27,-110,-91,-110v-60,0,-90,39,-95,98v-9,108,157,134,183,35r-45,0","w":206},{"d":"25,-257r0,257r53,0r0,-180r63,180r44,0r64,-182r0,182r53,0r0,-257r-80,0r-57,177r-61,-177r-79,0","w":326},{"d":"120,-38v-34,0,-56,-14,-57,-47r-55,0v2,64,47,84,110,91v104,11,148,-123,50,-152v-31,-10,-73,-12,-93,-32v-11,-24,9,-43,36,-41v29,2,49,11,50,39r55,0v-1,-60,-44,-78,-103,-83v-90,-8,-132,108,-47,142v35,14,95,9,104,51v-1,25,-24,32,-50,32","w":233},{"d":"19,-120r0,44r108,0r0,-44r-108,0","w":146},{"d":"67,-98r-67,98r57,0r39,-59r39,59r58,0r-68,-99r61,-87r-57,0r-32,48r-33,-48r-58,0","w":193},{"d":"0,-120r0,44r180,0r0,-44r-180,0","w":180},{"d":"95,65r0,-328r-95,0r0,40r44,0r0,248r-44,0r0,40r95,0","w":119},{"d":"25,-257r0,257r56,0r0,-106r108,0r0,-44r-108,0r0,-60r125,0r0,-47r-181,0","w":213,"k":{"A":20,".":57,",":57}},{"d":"182,-177v0,49,-57,34,-101,36r0,-72v44,2,101,-13,101,36xm239,-186v0,-44,-30,-71,-76,-71r-138,0r0,257r56,0r0,-100r57,0v55,-5,38,63,52,100r56,0v-19,-37,0,-111,-48,-122v26,-10,41,-31,41,-64","w":259,"k":{"Y":13,"W":6,"V":6,"T":6}},{"d":"112,-153v33,1,44,28,44,60v0,32,-11,59,-44,60v-56,0,-60,-121,0,-120xm130,-191v-25,0,-48,10,-59,28r0,-94r-52,0r0,257r49,0v1,-7,-2,-18,1,-24v10,20,32,29,61,29v52,0,77,-42,77,-98v0,-56,-25,-98,-77,-98","w":219},{"d":"140,-41v-49,0,-70,-37,-70,-86v0,-50,20,-89,70,-89v50,0,70,39,70,89v0,49,-21,86,-70,86xm140,-263v-82,0,-126,53,-126,136v0,81,45,133,126,133v81,0,126,-52,126,-133v0,-83,-44,-136,-126,-136","w":280},{"d":"25,-257r0,257r56,0r0,-111r104,0r0,111r57,0r0,-257r-57,0r0,99r-104,0r0,-99r-56,0","w":266},{"d":"133,6v68,-1,110,-33,110,-103r0,-160r-57,0r0,160v0,39,-14,56,-53,56v-38,0,-53,-20,-53,-56r0,-160r-56,0r0,160v-1,70,39,103,109,103","w":266},{"d":"22,59v52,-4,61,-53,56,-114r-56,0r0,55r26,0v-1,18,-10,30,-26,33r0,26","w":100},{"d":"107,-33v-58,-1,-57,-120,1,-120v22,0,35,11,38,32r50,0v-4,-47,-37,-70,-87,-70v-63,0,-90,40,-95,101v-8,111,174,130,183,19r-49,0v-3,23,-17,38,-41,38","w":206},{"d":"24,-257r0,257r51,0r0,-64r20,-19r51,83r62,0r-78,-118r70,-68r-60,0r-65,67r0,-138r-51,0","w":206},{"d":"196,-125v-2,45,-18,77,-64,77r-51,0r0,-162v74,-7,119,15,115,85xm252,-130v0,-80,-40,-127,-116,-127r-111,0r0,257r111,0v78,-2,116,-51,116,-130","w":266},{"d":"69,-55r0,55r57,0r0,-55r-57,0xm189,-194v0,-70,-110,-90,-153,-44v-15,14,-24,36,-24,64r52,0v-8,-47,68,-68,68,-15v0,49,-68,44,-57,112r48,0v-2,-64,66,-50,66,-117"},{"d":"144,0r86,-257r-59,0r-58,181r-58,-181r-58,0r84,257r63,0","w":226,"k":{"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":17,";":17,":":17,".":46,"-":20,",":46}},{"d":"140,-216v30,0,51,18,56,45r55,0v-8,-58,-48,-92,-111,-92v-82,0,-119,54,-126,136v-11,132,176,180,228,72v6,-13,10,-28,11,-44r-55,0v-3,33,-23,59,-58,58v-49,-2,-70,-37,-70,-86v0,-50,20,-89,70,-89","w":266},{"d":"175,-175v0,46,-50,38,-94,39r0,-77v44,0,94,-8,94,38xm230,-175v-1,-53,-33,-81,-89,-82r-116,0r0,257r56,0r0,-92v82,6,151,-7,149,-83","w":240,"k":{"A":27,".":64,",":64}},{"d":"111,-188v3,26,0,60,1,88r-66,0xm112,-58r0,58r49,0r0,-58r33,0r0,-42r-33,0r0,-152r-46,0r-109,147r0,47r106,0"},{"d":"126,-191v-27,0,-46,14,-58,31r0,-26r-49,0r0,186r52,0v6,-57,-22,-151,39,-151v57,0,25,98,33,151r51,0v-5,-83,25,-191,-68,-191","w":213},{"d":"232,0r59,-186r-53,0r-35,126r-31,-126r-50,0r-32,126r-34,-126r-54,0r59,186r53,0r33,-125r33,125r52,0","w":293,"k":{".":20,",":20}},{"d":"78,-127r0,-56r-56,0r0,56r56,0xm22,59v52,-4,61,-53,56,-114r-56,0r0,55r26,0v-1,18,-10,30,-26,33r0,26","w":100},{"d":"25,-257r0,257r195,0r0,-48r-139,0r0,-63r125,0r0,-43r-125,0r0,-56r136,0r0,-47r-192,0","w":233}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+285-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);})("jldNfT^*[It=jgY04TE7|l|tQ@^NdTt=Q@(7[I9kd,BVL{*aQ@nmfNV]&uE{9@]*dCF7IR]nQuRehl?eQuR7h:|@4,]wZYwT}T9@zE]Nh:nC^N]Nh.>]LN]Nh.>]&MiX|,]Nh.>]^gnw4c|ehI9LMQV$(l`eXkN[zaH%Xc4w4c|ehci9dN9if,]Nh.?7hk(>MNeaDCKAh{*%|{LYZ:RmQgte(@,^R7NFQuR7h:?{QRdMLCt|,M].[*DU,C^D^lA1&*Ra}k^eflY*jg|ajM]%Zc>Vw:Na}k>Vf:Ne}T]Y>ng:?Elu|(j}h^&ZD9McR,IQLd[fw4Xz`ia.CYTkK%m2VH=;e]7{*N@1FA$0Bt)UfT4*[g]kZI|=daAkfuYe[uhtX1*0[ILKLaA;[{*;Qa`U&k414Ne=jcBKZ{K=jNe=flYHf@^Yfk97LI]w}T^;f,e=LQR%(gB=4l,{4giVf@^i4lY;faAKf1^*fTEHdMC%dTt7j:H%Zle0j7H%jI4fLNH%Q,*twEH%QQ*%jgC`")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":200,"face":{"font-family":"hlv","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 9 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-17 -291 339 77","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"}}));Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"181,-65v0,82,-137,88,-171,30r18,-19v21,38,121,49,123,-13v2,-39,-47,-46,-84,-42r0,-28v34,4,84,-2,80,-39v-5,-55,-89,-50,-117,-12r-16,-19v35,-55,162,-51,163,27v1,31,-26,52,-51,56v27,3,55,26,55,59","w":200},{"d":"17,-87v-8,-80,91,-123,136,-61r0,-92r27,0r0,240r-27,0r0,-26v-44,61,-146,21,-136,-61xm45,-87v0,38,21,66,56,67v21,0,44,-13,52,-28r0,-78v-8,-15,-31,-28,-52,-28v-35,-1,-56,30,-56,67","w":207},{"d":"289,-75r-278,0r0,-24r278,0r0,24","w":299,"k":{"V":19,"W":12,"Y":39,"X":15}},{"d":"17,-87v-8,-80,91,-123,136,-61r0,-26r27,0r0,174r-27,0r0,-26v-44,61,-146,21,-136,-61xm45,-87v0,38,21,66,56,67v21,0,44,-13,52,-28r0,-78v-8,-15,-31,-28,-52,-28v-35,-1,-56,30,-56,67","w":207,"k":{"Y":32,"W":11,"V":15,"T":31,"?":8}},{"d":"108,0r-22,0r22,-65r-40,0r-22,65r-22,0r22,-65r-38,0r6,-19r39,0r23,-72r-39,0r6,-19r40,0r21,-65r23,0r-22,65r40,0r21,-65r22,0r-22,65r39,0r-6,19r-39,0r-24,72r40,0r-6,19r-40,0xm114,-84r24,-72r-39,0r-24,72r39,0","w":212},{"d":"142,-22v28,-1,54,-16,66,-35r25,13v-61,95,-215,38,-215,-76v0,-112,155,-171,215,-77r-25,14v-42,-67,-159,-25,-159,63v0,54,41,98,93,98","w":243,"k":{"Y":6}},{"d":"44,-87v0,37,21,67,56,67v21,0,44,-13,52,-28r0,-78v-8,-15,-31,-28,-52,-28v-35,0,-56,29,-56,67xm93,-178v27,-1,48,14,59,30r0,-26r27,0r0,240r-27,0r0,-92v-44,62,-136,21,-136,-61v0,-52,28,-91,77,-91","w":205,"k":{"?":8,"T":31,"V":15,"W":11,"Y":32,"j":-17}},{"d":"169,-32r-159,-79r0,-19r159,-79r0,23r-136,66r136,65r0,23","w":179},{"d":"157,-146v9,-16,34,-31,58,-32v76,-3,42,111,49,178r-27,0r0,-118v3,-53,-66,-37,-78,-9r0,127r-27,0r0,-118v3,-53,-65,-37,-78,-9r0,127r-27,0r0,-174r27,0r0,25v16,-31,94,-44,103,3","w":290,"k":{"Y":40,"W":15,"V":24,"T":39,"?":13}},{"d":"193,0r-176,0r0,-25r135,-188r-135,0r0,-27r174,0r0,25r-136,188r138,0r0,27","w":210,"k":{"C":6,"G":6,"O":6,"Q":6}},{"w":93},{"d":"155,-188v1,54,-69,49,-69,94v0,7,3,14,9,18r-22,9v-9,-8,-14,-17,-14,-29v2,-48,60,-43,65,-88v-4,-48,-81,-39,-100,-4r-18,-19v31,-51,147,-52,149,19xm100,-16v0,11,-9,20,-19,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v10,0,19,10,19,20","w":166},{"d":"128,0r-30,0r0,-102r-95,-138r35,0r75,111r74,-111r35,0r-94,138r0,102","w":225,"k":{"C":14,"G":14,"O":14,"Q":14,"S":7,"t":9,"u":32,"v":22,"w":22,"y":32,",":32,".":32,"\u2026":32,"A":23,"J":41,"-":42,"\u2013":42,"\u2014":42,"c":46,"d":46,"e":46,"g":46,"o":46,"q":46,"x":26,"f":18,"a":46,"&":22,":":21,";":21,"m":32,"n":32,"p":32,"r":32,"z":32,"s":36}},{"d":"81,-200r-20,0r-61,-52r28,0","w":81},{"d":"257,-120v0,69,-49,124,-119,124v-70,0,-120,-55,-120,-124v0,-69,50,-124,120,-124v70,0,119,55,119,124xm49,-120v0,55,35,98,89,98v53,0,88,-43,88,-98v0,-54,-35,-97,-88,-97v-55,0,-89,41,-89,97","w":275,"k":{"'":4,"\"":4,"?":6,"T":10,"V":7,"W":7,"Y":14,",":10,".":10,"\u2026":10,"A":13,"J":7,"X":11,"Z":6}},{"d":"255,-123v0,73,-42,128,-115,128v-68,0,-122,-56,-122,-125v0,-114,152,-168,217,-79r-24,15v-14,-18,-38,-33,-69,-33v-53,-1,-93,42,-93,97v0,77,92,129,148,77v14,-14,22,-32,25,-54r-98,0r0,-26r131,0","w":256},{"d":"244,0r-32,0r-53,-194r-53,194r-33,0r-68,-240r33,0r53,200r56,-200r24,0r55,200r53,-200r34,0","w":317,"k":{"C":7,"G":7,"O":7,"Q":7,"t":5,"u":11,"y":11,",":24,".":24,"\u2026":24,"A":17,"J":14,"-":12,"\u2013":12,"\u2014":12,"c":14,"d":14,"e":14,"g":14,"o":14,"q":14,"x":8,"f":5,"a":14,"&":7,"m":11,"n":11,"p":11,"r":11,"z":11,"s":7}},{"w":93},{"d":"200,-168v0,40,-26,68,-62,70r64,98r-35,0r-61,-95r-48,0r0,95r-30,0r0,-240r97,0v43,0,75,29,75,72xm169,-168v0,-52,-59,-46,-111,-45r0,91v53,2,111,6,111,-46","w":219,"k":{"T":4,"V":4,"Y":6,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"a":11}},{"d":"149,-120r-23,0r-48,-100r-49,100r-22,0r61,-120r20,0","w":155},{"d":"204,34r-205,0r0,-20r205,0r0,20","w":203},{"d":"45,-87v-5,58,71,91,104,45r18,16v-46,62,-158,20,-150,-61v-8,-80,104,-123,150,-61r-18,16v-33,-47,-110,-12,-104,45","w":178,"k":{"?":8,"T":29,"V":13,"W":8,"Y":23}},{"d":"54,-149v24,-38,117,-45,117,27r0,122r-26,0r0,-114v5,-58,-75,-43,-91,-13r0,127r-27,0r0,-174r27,0r0,25","k":{"?":13,"T":39,"V":24,"W":15,"Y":40}},{"d":"54,-42v-4,23,25,28,36,15r8,20v-24,21,-71,12,-71,-29r0,-204r27,0r0,198","w":96},{"d":"85,7r-85,-254r21,0r86,254r-22,0","w":106},{"d":"203,-75r-192,0r0,-24r192,0r0,24","w":213,"k":{"V":19,"W":12,"Y":39,"X":15}},{"d":"61,-16v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20v0,-11,8,-20,19,-20v11,0,20,9,20,20","w":83,"k":{"T":33,"U":11,"V":31,"W":24,"Y":32,"t":8,"v":24,"w":16,"\"":27,"'":27,"\u2018":27,"\u2019":27,"\u201c":27,"\u201d":27,"\u2122":27,"f":8,"j":-14,"0":11,"6":11,"1":28,"7":24}},{"d":"171,0r-31,0r-53,-71r-52,71r-31,0r67,-89r-63,-85r31,0r48,66r49,-66r31,0r-63,85","w":175,"k":{"T":24,"V":8,"W":8,"Y":26,"c":13,"d":13,"e":13,"g":13,"o":13,"q":13,"a":13}},{"d":"195,-74v0,45,-37,79,-84,78v-70,-1,-91,-56,-93,-124v-2,-66,33,-125,98,-124v28,0,51,10,67,29r-16,22v-51,-56,-132,-4,-118,80v10,-18,40,-39,68,-38v46,0,78,30,78,77xm50,-89v2,35,22,67,60,67v31,0,55,-24,55,-51v0,-33,-22,-52,-55,-52v-27,0,-49,18,-60,36","w":212},{"d":"26,-88v48,28,-28,151,62,137r0,19v-40,5,-67,-13,-67,-48v0,-35,14,-94,-19,-99r0,-18v33,-5,19,-64,19,-98v0,-35,26,-55,67,-49r0,20v-26,-3,-46,4,-46,28v0,38,11,95,-16,108","w":93,"k":{"j":-40}},{"d":"97,-75r-86,0r0,-24r86,0r0,24","w":108,"k":{"V":19,"W":12,"Y":39,"X":15}},{"d":"40,-162v-42,0,-17,-72,6,-82r14,11v-10,7,-23,20,-24,34v12,-4,23,5,23,17v0,11,-9,20,-19,20","w":82,"k":{",":27,".":27,"\u2026":27,"A":37,"J":33,"s":11}},{"d":"183,-173v-6,71,-60,97,-116,146r117,0r0,27r-165,0r0,-24v49,-38,83,-69,104,-89v41,-37,42,-102,-20,-104v-28,0,-50,10,-66,30r-18,-19v33,-55,171,-52,164,33","w":211},{"d":"138,-244v108,0,156,141,86,213r23,24r-21,18r-23,-25v-82,51,-185,-11,-185,-106v0,-69,50,-124,120,-124xm49,-120v0,73,71,123,134,85r-34,-37r21,-17r34,36v48,-57,15,-164,-66,-164v-55,0,-89,41,-89,97","w":275,"k":{"\u2122":4,"\u201d":4,"\u201c":4,"\u2019":4,"\u2018":4,"'":4,"\"":4,"?":6,"T":10,"V":7,"W":7,"Y":14,",":10,".":10,"\u2026":10,"A":13,"J":7,"X":11,"Z":6}},{"d":"151,-161r-10,0r0,-65r-27,65r-3,0r-27,-65r0,65r-10,0r0,-79r15,0r23,57r23,-57r16,0r0,79xm61,-231r-22,0r0,70r-11,0r0,-70r-22,0r0,-9r55,0r0,9","w":163},{"d":"190,-87v0,81,-91,123,-136,61r0,92r-27,0r0,-240r27,0r0,26v11,-16,32,-31,59,-30v49,0,77,39,77,91xm54,-48v8,15,31,28,52,28v35,1,56,-30,56,-67v0,-38,-21,-66,-56,-67v-21,0,-44,13,-52,28r0,78","w":205,"k":{"?":17,"T":41,"V":22,"W":14,"Y":45,"x":13}},{"d":"41,-244v40,7,16,73,-7,82r-13,-11v10,-7,21,-20,23,-34v-12,4,-22,-5,-22,-17v0,-10,9,-22,19,-20","w":82,"k":{",":27,".":27,"\u2026":27,"A":37,"J":33,"s":11}},{"d":"73,68r-67,0r0,-19r46,0r0,-273r-46,0r0,-20r67,0r0,312","w":87},{"d":"205,0r-28,0r-45,-140r-45,140r-27,0r-56,-174r28,0r43,139r46,-139r23,0r45,139r43,-139r28,0","w":264,"k":{"T":20,"Y":22,",":16,".":16,"\u2026":16,"A":6,"X":16}},{"d":"166,0r-142,0r0,-240r30,0r0,213r112,0r0,27","w":177,"k":{"*":63,"?":41,"C":12,"G":12,"O":12,"Q":12,"T":36,"U":10,"V":32,"W":24,"Y":44,"t":12,"u":5,"v":21,"w":13,"\"":44,"'":44,"\u2018":44,"\u2019":44,"\u201c":44,"\u201d":44,"\u2122":44,"y":5,"c":8,"d":8,"e":8,"g":8,"o":8,"q":8,"a":8}},{"d":"42,-162v-41,-8,-16,-72,7,-82r13,11v-11,7,-20,20,-23,34v12,-4,22,5,22,17v0,11,-9,20,-19,20xm99,-162v-39,-9,-17,-73,7,-82r14,11v-11,7,-21,20,-24,34v12,-4,23,5,23,17v1,11,-10,20,-20,20","w":140,"k":{",":27,".":27,"\u2026":27,"A":37,"J":33,"s":11}},{"d":"60,-42v-3,22,23,28,35,15r8,20v-24,20,-71,13,-71,-29r0,-114r-28,0r0,-24r28,0r0,-47r28,0r0,47r35,0r0,24r-35,0r0,108","w":105,"k":{"T":19,"V":9,"W":5,"Y":12}},{"d":"189,-87v0,50,-35,91,-86,91v-51,0,-86,-40,-86,-91v0,-52,35,-91,86,-91v51,0,86,40,86,91xm45,-87v0,36,21,67,58,67v37,0,58,-31,58,-67v0,-36,-21,-67,-58,-67v-37,0,-58,31,-58,67","w":205,"k":{"?":17,"T":41,"V":22,"W":14,"Y":45,"x":13}},{"d":"77,0r-33,0r96,-213r-129,0r0,-27r164,0r0,20","w":185,"k":{",":35,".":35,"\u2026":35}},{"d":"59,-217v-1,10,-8,18,-18,18v-10,0,-19,-8,-19,-18v0,-27,37,-21,37,0xm54,17v6,51,-55,69,-89,41r9,-21v18,20,53,12,53,-20r0,-191r27,0r0,191","w":81},{"d":"234,0r-35,0r-21,-54r-119,0r-22,54r-34,0r97,-240r37,0xm170,-80r-52,-130r-50,130r102,0","w":236,"k":{"*":36,"?":28,"C":13,"G":13,"O":13,"Q":13,"S":5,"T":24,"U":9,"V":19,"W":17,"Y":23,"t":4,"u":4,"v":7,"w":6,"\"":35,"'":35,"\u2018":35,"\u2019":35,"\u201c":35,"\u201d":35,"\u2122":35,"y":4}},{"d":"233,-120v0,69,-52,120,-123,120r-82,0r0,-240r82,0v71,-2,123,51,123,120xm202,-120v0,-74,-59,-104,-144,-93r0,186v84,10,144,-19,144,-93","w":252,"k":{"'":4,"\"":4,"?":6,"T":10,"V":7,"W":7,"Y":14,",":10,".":10,"\u2026":10,"A":13,"J":7,"X":11,"Z":6}},{"d":"46,-78v-2,58,80,80,116,38r13,17v-53,56,-158,20,-158,-64v0,-49,37,-91,86,-91v54,0,86,43,83,100r-140,0xm159,-98v4,-49,-66,-79,-98,-40v-10,12,-15,25,-16,40r114,0","w":202,"k":{"*":6,"?":13,"T":36,"V":19,"W":14,"Y":40}},{"d":"169,-111r-159,79r0,-23r136,-65r-136,-66r0,-23r159,79r0,19","w":179},{"d":"180,0r-35,0r-62,-78r-29,28r0,50r-27,0r0,-240r27,0r0,159r91,-93r35,0r-77,79","w":185,"k":{"T":25,"V":8,"W":8,"Y":24,"-":10,"\u2013":10,"\u2014":10}},{"d":"41,-36v11,0,20,9,20,20v1,10,-10,21,-20,20v-10,0,-19,-10,-19,-20v-1,-11,8,-20,19,-20xm124,-36v11,0,20,9,20,20v1,10,-10,20,-20,20v-10,0,-21,-10,-20,-20v0,-11,9,-20,20,-20xm207,-36v10,0,21,9,20,20v1,10,-10,21,-20,20v-10,0,-19,-10,-19,-20v0,-11,9,-20,19,-20","w":248,"k":{"T":33,"U":11,"V":31,"W":24,"Y":32,"t":8,"v":24,"w":16,"\"":27,"'":27,"\u2018":27,"\u2019":27,"\u201c":27,"\u201d":27,"\u2122":27,"f":8,"j":-14,"0":11,"6":11,"1":28,"7":24}},{"d":"61,-157v1,10,-10,21,-20,20v-10,0,-19,-10,-19,-20v0,-11,8,-19,19,-19v11,0,20,8,20,19xm61,-16v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20v0,-11,8,-20,19,-20v11,0,20,9,20,20","w":81,"k":{"T":18,"Y":21}},{"d":"224,-94v0,61,-35,98,-98,98v-62,0,-98,-36,-98,-97r0,-147r30,0v6,89,-29,218,68,218v97,0,62,-129,68,-218r30,0r0,146","w":252,"k":{",":11,".":11,"\u2026":11,"A":9,"J":4}},{"d":"48,7r-20,0r0,-254r20,0r0,254","w":75},{"d":"54,-149v11,-14,36,-29,62,-29v83,0,50,106,56,178r-27,0r0,-114v5,-58,-76,-43,-91,-13r0,127r-27,0r0,-240r27,0r0,91","k":{"Y":40,"W":15,"V":24,"T":39,"?":13}},{"d":"135,-240v74,-10,90,105,25,116v25,2,47,32,47,59v-1,39,-27,66,-69,65r-110,0r0,-240r107,0xm171,-175v0,-49,-65,-37,-113,-38r0,77v49,-2,113,12,113,-39xm176,-68v0,-52,-67,-41,-118,-41r0,82v51,-2,118,13,118,-41","w":226,"k":{"T":6,"V":5,"W":4,"Y":11,"\"":4,"'":4,"\u2018":4,"\u2019":4,"\u201c":4,"\u201d":4,"\u2122":4}},{"d":"117,0r-30,0r0,-213r-75,0r0,-27r182,0r0,27r-77,0r0,213","w":205,"k":{"C":10,"G":10,"O":10,"Q":10,"u":31,"v":20,"w":20,"y":31,",":33,".":33,"\u2026":33,"A":24,"J":30,"-":22,"\u2013":22,"\u2014":22,"c":41,"d":41,"e":41,"g":41,"o":41,"q":41,"x":24,"f":11,"a":41,"&":21,":":18,";":18,"m":31,"n":31,"p":31,"r":31,"z":31,"s":33}},{"d":"202,-120v0,67,-25,124,-92,124v-67,0,-92,-58,-92,-124v0,-66,25,-124,92,-124v67,0,92,57,92,124xm49,-120v0,51,15,98,61,98v46,0,61,-47,61,-98v0,-51,-15,-97,-61,-97v-46,0,-61,46,-61,97","w":220,"k":{",":11,".":11,"\u2026":11}},{"d":"83,-234v-49,80,-49,214,0,293r-16,13v-68,-90,-68,-229,0,-319","w":89,"k":{"j":-40}},{"d":"59,-217v-1,10,-8,18,-18,18v-10,0,-19,-8,-19,-18v0,-27,37,-21,37,0xm54,0r-27,0r0,-174r27,0r0,174","w":81},{"d":"263,0r-30,0r0,-202r-81,202r-12,0r-82,-202r0,202r-30,0r0,-240r43,0r75,185r74,-185r43,0r0,240","w":291},{"d":"200,-168v0,41,-32,73,-75,73r-67,0r0,95r-30,0r0,-240r97,0v44,-1,75,31,75,72xm169,-168v0,-51,-58,-47,-111,-45r0,91v53,2,111,6,111,-46","w":211,"k":{",":34,".":34,"\u2026":34,"A":28,"J":39,"-":12,"\u2013":12,"\u2014":12,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"a":5,"&":9}},{"d":"228,0r-30,0r0,-110r-140,0r0,110r-30,0r0,-240r30,0r0,103r140,0r0,-103r30,0r0,240","w":256},{"d":"59,-240v43,-3,30,60,63,69v15,0,24,-23,29,-69r20,2v-6,39,-8,84,-49,86v-44,2,-30,-60,-63,-69v-15,0,-24,23,-29,69r-20,-2v4,-40,9,-84,49,-86","w":181},{"d":"69,-140r-16,0r2,-41r-35,22r-8,-14r37,-19r-37,-19r8,-14r35,23r-2,-42r16,0r-2,42r35,-23r8,14r-37,19r37,19r-8,14r-35,-22","w":122,"k":{"A":36,"J":42}},{"d":"53,-67r-23,0r-6,-173r34,0xm61,-16v1,10,-10,21,-20,20v-10,0,-19,-10,-19,-20v-1,-11,8,-20,19,-20v11,0,20,9,20,20","w":82},{"d":"171,-2v5,77,-103,94,-146,46r14,-19v25,37,110,30,105,-27r0,-26v-26,37,-117,45,-117,-27r0,-119r27,0v7,56,-25,153,39,151v21,0,42,-13,51,-26r0,-125r27,0r0,172","k":{"?":8,"T":31,"V":15,"W":11,"Y":32,"j":-17}},{"d":"103,0r-30,0r-72,-174r30,0r57,143r58,-143r29,0","w":176,"k":{"T":20,"V":5,"Y":22,",":24,".":24,"\u2026":24,"A":7,"X":13}},{"d":"151,0r-132,0r0,-21r95,-129r-95,0r0,-24r131,0r0,21r-97,129r98,0r0,24","w":169,"k":{"?":8,"T":31,"V":15,"W":11,"Y":32}},{"d":"227,0r-29,0r-140,-192r0,192r-30,0r0,-240r31,0r138,187r0,-187r30,0r0,240","w":254},{"d":"143,-53r-53,-54r-54,54r-13,-14r54,-53r-54,-54r13,-13r54,53r53,-53r14,13r-54,54r54,53","w":179},{"d":"196,-66v-1,41,-31,68,-76,70r0,32r-22,0r0,-32v-34,-2,-63,-15,-83,-38r18,-23v17,20,39,31,65,34r0,-88v-39,-10,-75,-20,-75,-66v0,-40,35,-64,75,-67r0,-32r22,0r0,33v29,2,52,13,71,33r-18,22v-14,-15,-31,-25,-53,-28r0,78v37,13,77,22,76,72xm120,-23v38,1,60,-43,33,-66v-8,-6,-18,-12,-33,-16r0,82xm98,-217v-33,-2,-60,38,-33,60v7,5,19,10,33,14r0,-74","w":213},{"d":"19,-227v-1,-14,19,-23,28,-12v12,24,-5,62,-5,91r-13,0v-6,-49,-10,-76,-10,-79","w":71,"k":{",":27,".":27,"\u2026":27,"A":37,"J":33,"s":11}},{"d":"169,-112r-69,0r0,77r-20,0r0,-77r-70,0r0,-19r70,0r0,-74r20,0r0,74r69,0r0,19","w":179},{"d":"127,-184v0,34,-25,59,-58,59v-33,0,-58,-25,-58,-59v0,-34,25,-60,58,-60v33,0,58,26,58,60xm66,0r-20,0r153,-240r21,0xm252,-55v0,34,-24,59,-58,59v-33,0,-58,-26,-58,-59v0,-33,25,-59,58,-59v33,0,58,25,58,59xm33,-184v0,22,14,40,36,40v22,0,36,-18,36,-40v0,-22,-14,-41,-36,-41v-22,0,-36,19,-36,41xm158,-55v0,22,15,41,36,41v22,0,37,-18,37,-41v0,-23,-15,-41,-37,-41v-21,0,-36,19,-36,41","w":263},{"d":"180,-3v7,78,-110,95,-153,47r13,-19v28,37,118,32,113,-28r0,-26v-13,16,-32,32,-59,31v-49,0,-77,-38,-77,-90v0,-82,92,-121,136,-60r0,-26r27,0r0,171xm45,-88v0,37,20,67,56,66v21,0,44,-13,52,-28r0,-76v-8,-15,-31,-28,-52,-28v-36,0,-56,28,-56,66","w":207,"k":{"?":8,"T":31,"V":15,"W":11,"Y":32,"j":-17}},{"d":"99,-244v40,7,17,73,-7,82r-14,-11v11,-7,21,-20,24,-34v-11,4,-23,-5,-23,-17v0,-10,10,-22,20,-20xm41,-244v40,7,16,73,-7,82r-13,-11v10,-7,21,-20,23,-34v-12,4,-22,-5,-22,-17v0,-10,9,-22,19,-20","w":140,"k":{",":27,".":27,"\u2026":27,"A":37,"J":33,"s":11}},{"d":"81,-200r-20,0r-61,-52r28,0","w":81},{"d":"143,-72v8,78,-97,99,-139,49r16,-23v27,41,93,26,93,-27r0,-167r30,0r0,168","w":171,"k":{",":11,".":11,"\u2026":11,"A":9,"J":4}},{"d":"162,-197v-1,43,-32,52,-61,68v16,21,38,46,57,66v11,-16,19,-35,26,-55r23,11v-11,25,-22,46,-33,62r47,45r-38,0v-5,-4,-13,-12,-26,-25v-42,49,-147,36,-144,-38v1,-39,24,-54,53,-71v-35,-49,-16,-110,42,-110v30,0,54,17,54,47xm78,-116v-52,22,-46,98,13,98v18,0,35,-8,50,-24v-30,-31,-43,-45,-63,-74xm109,-223v-38,2,-42,46,-19,77v25,-14,46,-20,48,-49v1,-17,-12,-28,-29,-28","w":231,"k":{"T":27,"V":18,"W":17,"Y":33}},{"d":"21,7r-21,0r85,-254r22,0","w":106},{"d":"25,-89v0,85,99,131,170,82r7,10v-79,54,-189,3,-189,-91v0,-74,69,-142,143,-142v64,0,113,51,113,114v0,45,-23,84,-62,85v-19,1,-34,-12,-33,-31v-22,45,-118,41,-112,-27v-9,-66,94,-128,130,-63r5,-22r24,0r-21,105v0,11,6,19,17,19v25,0,39,-31,39,-66v0,-59,-43,-101,-102,-101v-66,0,-129,63,-129,128xm87,-91v3,54,70,49,90,8r11,-50v-26,-57,-104,-10,-101,42","w":281},{"d":"19,-227v-1,-14,19,-23,28,-12v12,24,-5,62,-5,91r-13,0v-6,-49,-10,-76,-10,-79xm72,-227v-2,-16,19,-22,28,-12v10,25,-5,62,-5,91r-14,0v-6,-49,-9,-76,-9,-79","w":123,"k":{",":27,".":27,"\u2026":27,"A":37,"J":33,"s":11}},{"d":"169,-145r-159,0r0,-20r159,0r0,20xm169,-76r-159,0r0,-19r159,0r0,19","w":179},{"d":"191,-61v0,41,-42,65,-86,65v-45,0,-87,-22,-86,-65v0,-34,29,-55,57,-63v-27,-7,-53,-25,-53,-57v-1,-41,40,-63,82,-63v42,0,83,21,82,63v0,32,-27,50,-53,57v28,9,57,30,57,63xm105,-217v-44,0,-71,48,-31,70v30,17,80,7,83,-30v2,-25,-25,-40,-52,-40xm49,-64v0,26,28,42,56,42v38,0,75,-38,44,-67v-13,-12,-27,-19,-44,-22v-25,4,-55,18,-56,47","w":209},{"d":"156,0r-30,0r0,-61r-114,0r0,-25r102,-154r42,0r0,153r33,0r0,26r-33,0r0,61xm126,-87r0,-125r-85,125r85,0","w":200},{"d":"58,0r-30,0r0,-240r30,0r0,240","w":86},{"d":"195,-120v0,70,-31,124,-98,124v-27,0,-50,-10,-67,-29r15,-22v14,16,32,24,52,24v51,-1,71,-51,67,-103v-11,18,-39,37,-68,37v-46,0,-78,-30,-78,-77v0,-45,37,-79,84,-78v68,2,93,54,93,124xm48,-167v-3,68,97,62,115,16v-3,-37,-21,-64,-60,-66v-31,-1,-54,22,-55,50","w":212,"k":{",":11,".":11,"\u2026":11}},{"d":"106,-154v-22,0,-43,13,-52,28r0,79v9,14,30,27,52,27v35,0,56,-29,56,-67v0,-37,-21,-67,-56,-67xm190,-87v10,82,-92,122,-136,61r0,26r-27,0r0,-240r27,0r0,92v44,-62,146,-20,136,61","w":207,"k":{"?":17,"T":41,"V":22,"W":14,"Y":45,"x":13}},{"d":"94,0r-30,0r0,-201r-38,41r-18,-18r60,-62r26,0r0,240","w":122},{"d":"73,-54v1,64,10,135,-67,122r0,-19v27,3,46,-5,46,-29v0,-38,-11,-95,16,-108v-47,-17,30,-147,-62,-136r0,-20v41,-5,67,13,67,49v0,35,-14,93,19,98r0,18v-13,-1,-19,12,-19,25","w":93},{"d":"123,-91v52,24,23,95,-41,95v-29,0,-52,-9,-70,-27r14,-19v17,25,96,40,99,-6v-14,-47,-108,-17,-108,-80v0,-59,98,-64,129,-25r-13,19v-18,-37,-116,-23,-82,20v19,11,52,13,72,23","w":167,"k":{"?":15,"T":32,"V":15,"W":14,"Y":33,"\"":7,"'":7,"\u2018":7,"\u2019":7,"\u201c":7,"\u201d":7,"\u2122":7}},{"d":"158,-123v66,34,33,127,-52,127v-39,0,-69,-13,-92,-38r18,-23v20,23,45,35,75,35v45,0,76,-44,42,-69v-41,-30,-128,-17,-128,-86v0,-78,128,-86,168,-33r-18,22v-25,-35,-113,-45,-119,9v8,42,73,39,106,56","w":210,"k":{"Y":4,"t":6,"A":4,"x":5}},{"d":"61,-157v1,10,-10,21,-20,20v-10,0,-19,-10,-19,-20v0,-11,8,-19,19,-19v11,0,20,8,20,19xm41,-37v40,7,16,73,-7,82r-13,-11v10,-7,21,-20,23,-34v-12,4,-22,-5,-22,-17v0,-10,9,-22,19,-20","w":82,"k":{"T":18,"Y":21}},{"d":"41,-36v41,6,16,74,-7,82r-13,-11v10,-7,20,-21,23,-34v-12,4,-22,-6,-22,-18v0,-10,10,-19,19,-19","w":82,"k":{"T":33,"U":11,"V":31,"W":24,"Y":32,"t":8,"v":24,"w":16,"\"":27,"'":27,"\u2018":27,"\u2019":27,"\u201c":27,"\u201d":27,"\u2122":27,"f":8,"j":-14,"0":11,"6":11,"1":28,"7":24}},{"d":"230,0r-36,0r-77,-102r-76,102r-37,0r94,-123r-88,-117r36,0r71,96r71,-96r37,0r-88,117","w":234,"k":{"C":11,"G":11,"O":11,"Q":11,"t":11,"v":13,"w":16,"-":15,"\u2013":15,"\u2014":15,"f":11}},{"d":"58,0r-30,0r0,-240r157,0r0,27r-127,0r0,77r125,0r0,27r-125,0r0,109","k":{",":18,".":18,"\u2026":18,"A":13,"J":21}},{"d":"35,-174v-8,-53,32,-84,77,-64r-7,21v-27,-14,-48,6,-43,43r35,0r0,24r-35,0r0,150r-27,0r0,-150r-29,0r0,-24r29,0","w":102,"k":{"*":-24,"?":-21,"S":-8,"T":-14,"U":-14,"V":-23,"W":-23,"Y":-20,"\"":-24,"'":-24,"\u2018":-24,"\u2019":-24,"\u201c":-24,"\u201d":-24,"\u2122":-24,",":15,".":15,"\u2026":15,"X":-14,"Z":-14,"!":-14,"B":-14,"D":-14,"E":-14,"F":-14,"H":-14,"I":-14,"K":-14,"L":-14,"M":-14,"N":-14,"P":-14,"R":-14,")":-27,"]":-27,"}":-27}},{"d":"6,59v50,-78,50,-215,0,-293r17,-13v67,90,67,229,0,319","w":89},{"d":"194,-75v0,87,-130,104,-170,41r18,-20v28,46,121,43,122,-20v0,-57,-78,-67,-111,-29r-22,-8r0,-129r147,0r0,27r-117,0r0,83v44,-45,133,-16,133,55","w":212},{"d":"112,-150v-24,-5,-49,13,-58,27r0,123r-27,0r0,-174r27,0r0,28v17,-21,36,-32,58,-32r0,28","w":118,"k":{"T":17,"V":8,"Y":18,",":30,".":30,"\u2026":30}},{"d":"81,68r-67,0r0,-312r67,0r0,20r-45,0r0,273r45,0r0,19","w":87,"k":{"j":-40}},{"d":"54,-59v-5,56,76,43,90,13r0,-128r27,0r0,174r-27,0r0,-24v-25,37,-117,44,-117,-27r0,-123r27,0r0,115","k":{"?":8,"T":31,"V":15,"W":11,"Y":32}},{"d":"137,0r-37,0r-97,-240r34,0r81,207r81,-207r35,0","w":236,"k":{"C":7,"G":7,"O":7,"Q":7,"t":5,"u":15,"v":5,"y":15,",":32,".":32,"\u2026":32,"A":19,"J":33,"-":19,"\u2013":19,"\u2014":19,"c":22,"d":22,"e":22,"g":22,"o":22,"q":22,"x":8,"f":8,"a":22,"&":10,"m":15,"n":15,"p":15,"r":15,"z":15,"s":14}},{"d":"185,0r-157,0r0,-240r157,0r0,27r-127,0r0,77r125,0r0,27r-125,0r0,82r127,0r0,27","w":204},{"d":"211,0r-38,0r-91,-108r-24,27r0,81r-30,0r0,-240r30,0r0,124r106,-124r38,0r-100,114","w":216,"k":{"C":19,"G":19,"O":19,"Q":19,"Y":8,"t":14,"u":7,"v":22,"w":14,"y":7,"-":18,"\u2013":18,"\u2014":18,"c":12,"d":12,"e":12,"g":12,"o":12,"q":12,"x":9,"f":9,"a":12}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+87-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);})("b4m:0J3Be;fvb$-.MJDE(4(f7N3:mJfv7N6Ee;dpmk|ZU8B&9Nd%M=(T9=dP(B3A`4:e7yOT94jT`:-%M=KEUN6`d:%)O-1qUN1Z7DA%M=(K!$@jD4y(6bh93*`rdi=Ok;7Ume0%M[q)P&^I-Jp>cFoZ2vCTAE8B:Nnw1z.|fVuT9=9v[@m.hkA:9^KA*@6d7yOE9=(E%DA:9^KA*k:n=DA:9^KAUndC3Nc!d4OVe:A:9^KE3^ckq4P$k@K>eO:riywF(7-N[I1%M=KTm@%I6EZ-m:A:9^KAm4!b6-TCrDT&`=)Bi=-&97:8O8ZZ;jmJb=kE;nk;dOZ&hp3T04-Bb$(&biAc`=KZ%@:&hpKZ0@:ThJA-0JMBe$Ap`;(vm&1p0y-Tey9f[nB.e;U>U&1Ce8BC7&)u*pMnM:Tvb=|>`8>vb:Tv04-20N3-0pdEU;A%hJ3C0kTvU7Oc6$|vM4k8M$PZ0N3PM4-C0&1>0n3B0JD2miIcmJfEb@2c`4T.bE2cb;M0U:2c7kBf%D2c77Bcb$I)")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":198,"face":{"font-family":"pxn","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 3 0 0 2 0 4","ascent":"284","descent":"-76","x-height":"4","bbox":"-35 -276 313 72","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+2122"}}));Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"221,0r-52,0r-80,-102r-21,25r0,77r-42,0r0,-240r42,0r0,114r94,-114r52,0r-98,113","w":223,"k":{"C":18,"G":18,"O":18,"Q":18,"Y":5,"t":16,"u":7,"v":22,"w":14,"f":11,"y":7,"-":18,"\u2013":18,"\u2014":18,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"x":11,"a":11}},{"d":"193,-87v0,51,-37,91,-90,91v-53,0,-89,-41,-89,-91v0,-51,36,-91,89,-91v53,0,90,39,90,91xm53,-87v0,31,20,58,50,58v31,1,50,-27,50,-58v0,-31,-19,-59,-50,-58v-30,0,-50,27,-50,58","w":206,"k":{"?":18,"T":38,"V":22,"W":14,"Y":43,"x":13}},{"d":"67,-219v0,12,-11,24,-23,24v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v11,0,23,12,23,23xm62,0r-38,0r0,-174r38,0r0,174","w":86},{"d":"86,-200r-27,0r-59,-52r36,0","w":86},{"d":"53,-87v-5,52,64,80,92,37r25,23v-46,63,-164,22,-156,-60v-8,-82,111,-124,156,-60r-25,22v-28,-41,-98,-14,-92,38","w":179,"k":{"?":9,"T":27,"V":14,"W":9,"Y":23}},{"d":"54,-75v0,49,74,63,104,29r18,25v-55,52,-162,18,-162,-66v0,-49,39,-91,88,-91v55,0,90,44,86,103r-134,0xm151,-102v2,-40,-58,-60,-84,-31v-8,9,-13,19,-14,31r98,0","w":200,"k":{"*":5,"?":14,"T":34,"V":20,"W":14,"Y":40}},{"d":"204,40r-205,0r0,-26r205,0r0,26","w":203},{"d":"138,-244v108,0,162,136,91,211r19,22r-29,24r-21,-23v-85,43,-183,-17,-183,-110v0,-71,52,-124,123,-124xm58,-120v0,61,55,105,114,80r-30,-34r29,-25r30,34v38,-54,6,-142,-63,-142v-47,0,-80,38,-80,87","w":275,"k":{"'":4,"\"":4,"?":7,"J":7,"T":9,"V":7,"W":7,"Y":14,",":9,".":9,"\u2026":9,"A":13,"X":11,"Z":5}},{"d":"187,0r-47,0r-53,-72r-25,25r0,47r-38,0r0,-240r38,0r0,150r77,-84r47,0r-72,79","w":189,"k":{"T":20,"V":9,"W":9,"Y":25,"-":9,"\u2013":9,"\u2014":9}},{"d":"185,-9v7,87,-114,100,-163,54r18,-28v26,35,111,32,107,-26r0,-20v-43,60,-143,20,-133,-60v-9,-79,89,-120,133,-61r0,-24r38,0r0,165xm53,-89v-7,58,71,72,94,32r0,-65v-24,-38,-101,-25,-94,33","w":209,"k":{"?":9,"T":27,"V":18,"W":11,"Y":32,"j":-18}},{"d":"70,-50v-2,19,22,27,33,14r9,29v-27,21,-80,12,-80,-34r0,-100r-28,0r0,-33r28,0r0,-47r38,0r0,47r35,0r0,33r-35,0r0,91","w":114,"k":{"T":14,"V":11,"W":5,"Y":13}},{"d":"234,0r-41,0r-125,-172r0,172r-42,0r0,-240r43,0r123,166r0,-166r42,0r0,240","w":259},{"d":"173,-123v59,42,15,127,-65,127v-41,0,-73,-13,-98,-38r24,-33v20,22,46,34,76,34v36,0,65,-33,37,-53v-42,-29,-129,-16,-129,-88v0,-82,133,-89,177,-36r-24,31v-18,-18,-41,-28,-69,-28v-28,0,-56,28,-33,46v26,20,76,19,104,38","w":213,"k":{"t":5,"v":4,"x":5}},{"d":"67,-219v0,12,-11,24,-23,24v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v11,0,23,12,23,23xm62,10v8,55,-59,78,-98,48r11,-28v17,17,49,13,49,-20r0,-184r38,0r0,184","w":86},{"d":"204,-70v0,44,-32,72,-78,74r0,32r-29,0r0,-32v-35,-3,-63,-16,-84,-38r24,-33v16,18,36,29,60,33r0,-70v-39,-10,-76,-22,-76,-70v0,-40,35,-67,76,-69r0,-33r29,0r0,33v29,3,53,14,72,33r-24,31v-13,-13,-29,-21,-48,-25r0,62v41,9,78,24,78,72xm126,-34v26,-2,47,-31,26,-50v-6,-5,-15,-9,-26,-12r0,62xm97,-206v-18,2,-33,11,-33,29v0,12,11,21,33,27r0,-56","w":217},{"d":"237,0r-51,0r-67,-94r-67,94r-51,0r90,-123r-84,-117r50,0r62,88r62,-88r50,0r-84,117","w":237,"k":{"C":11,"G":11,"O":11,"Q":11,"t":11,"v":13,"w":14,"f":11,"-":16,"\u2013":16,"\u2014":16}},{"d":"234,-95v0,63,-38,99,-104,99v-66,0,-105,-36,-104,-99r0,-145r42,0v7,83,-29,207,62,207v90,0,54,-125,61,-207r43,0r0,145","w":259,"k":{"J":7,",":11,".":11,"\u2026":11,"A":11}},{"d":"136,0r-42,0r0,-100r-93,-140r48,0r66,102r66,-102r48,0r-93,140r0,100","w":229,"k":{"C":14,"G":14,"O":14,"Q":14,"J":41,"S":7,"t":11,"u":32,"v":22,"w":22,"f":20,"y":32,",":32,".":32,"\u2026":32,"A":23,"-":43,"\u2013":43,"\u2014":43,"c":45,"d":45,"e":45,"g":45,"o":45,"q":45,"x":27,"a":45,"&":22,":":23,";":23,"m":32,"n":32,"p":32,"r":32,"z":32,"s":36}},{"d":"58,-120v0,80,109,117,144,52r36,18v-57,101,-223,49,-223,-70v0,-117,167,-172,222,-70r-35,18v-11,-19,-35,-34,-61,-35v-47,0,-83,39,-83,87","w":245,"k":{"Y":7}},{"d":"170,-107r-160,75r0,-30r132,-58r-132,-60r0,-29r160,75r0,27"},{"d":"151,-161r-10,0r0,-65r-27,65r-3,0r-27,-65r0,65r-10,0r0,-79r15,0r23,57r23,-57r16,0r0,79xm61,-231r-22,0r0,70r-11,0r0,-70r-22,0r0,-9r55,0r0,9","w":163},{"d":"177,0r-42,0r-45,-64r-46,64r-42,0r64,-89r-60,-85r42,0r41,59r42,-59r42,0r-60,85","w":178,"k":{"T":18,"V":9,"W":9,"Y":27,"c":13,"d":13,"e":13,"g":13,"o":13,"q":13,"a":13}},{"d":"14,-87v-8,-78,88,-123,133,-63r0,-90r38,0r0,240r-38,0r0,-24v-44,59,-142,16,-133,-63xm53,-87v0,32,18,58,49,58v19,0,37,-13,45,-24r0,-68v-8,-11,-26,-24,-45,-24v-31,0,-49,26,-49,58","w":209},{"d":"150,-120r-28,0r-43,-94r-43,94r-29,0r58,-120r28,0","w":157},{"d":"44,-244v48,7,21,83,-6,94r-17,-13v10,-7,22,-21,25,-34v-17,2,-27,-8,-27,-22v-1,-14,11,-27,25,-25","w":88,"k":{"J":36,",":29,".":29,"\u2026":29,"A":36,"s":11}},{"d":"289,-71r-278,0r0,-32r278,0r0,32","w":299,"k":{"V":20,"W":13,"Y":41,"X":16}},{"d":"28,7r-28,0r85,-254r28,0","w":113},{"d":"155,0r-138,0r0,-29r86,-112r-86,0r0,-33r136,0r0,27r-87,114r89,0r0,33","w":171,"k":{"?":9,"T":27,"V":18,"W":11,"Y":32}},{"d":"17,-222v-1,-18,24,-30,37,-16v15,26,-6,65,-7,97r-17,0v-8,-50,-13,-77,-13,-81","w":77,"k":{"J":36,",":29,".":29,"\u2026":29,"A":36,"s":11}},{"d":"210,-165v0,39,-26,64,-57,71r59,94r-49,0r-53,-90r-42,0r0,90r-42,0r0,-240r105,0v46,-1,79,31,79,75xm167,-165v0,-44,-53,-39,-99,-38r0,76v45,0,99,7,99,-38","w":226,"k":{"Y":6,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"a":11}},{"d":"63,-150v24,-38,117,-43,117,27r0,123r-38,0r0,-109v5,-51,-65,-39,-79,-13r0,122r-38,0r0,-240r38,0r0,90","w":204,"k":{"Y":40,"W":16,"V":25,"T":36,"?":14}},{"d":"203,-71r-192,0r0,-32r192,0r0,32","w":213,"k":{"V":20,"W":13,"Y":41,"X":16}},{"d":"85,7r-85,-254r28,0r85,254r-28,0","w":113},{"d":"62,-150v25,-39,118,-42,118,28r0,122r-38,0v-7,-53,24,-144,-35,-145v-19,1,-36,12,-45,23r0,122r-38,0r0,-174r38,0r0,24","w":204,"k":{"?":14,"T":36,"V":25,"W":16,"Y":40}},{"d":"62,-50v-2,20,23,27,34,14r9,29v-27,22,-81,12,-81,-34r0,-199r38,0r0,190","w":102},{"d":"10,-153v1,-49,24,-107,73,-80v21,11,14,51,38,59v13,0,22,-22,26,-66r26,3v-6,40,-9,85,-52,87v-42,2,-31,-54,-59,-66v-13,0,-22,22,-26,66","w":182},{"d":"207,-120v0,67,-30,124,-96,124v-69,0,-96,-56,-96,-124v0,-68,29,-124,96,-124v66,0,96,57,96,124xm111,-206v-75,1,-71,172,0,173v72,-1,75,-172,0,-173","w":222,"k":{",":9,".":9,"\u2026":9}},{"d":"93,-229v-48,74,-48,209,0,283r-23,18v-46,-54,-74,-159,-40,-245v10,-28,23,-53,40,-74","w":99,"k":{"j":-40}},{"d":"226,-178v77,0,43,109,50,178r-38,0r0,-113v3,-46,-58,-34,-69,-9r0,122r-38,0r0,-113v3,-47,-57,-33,-69,-9r0,122r-38,0r0,-174r38,0r0,24v17,-30,95,-43,105,3v9,-16,34,-31,59,-31","w":300,"k":{"Y":40,"W":16,"V":25,"T":36,"?":14}},{"d":"97,-71r-86,0r0,-32r86,0r0,32","w":108,"k":{"V":20,"W":13,"Y":41,"X":16}},{"d":"45,-150v-49,-6,-23,-83,5,-94r17,14v-10,7,-23,21,-26,34v15,-4,28,6,28,21v0,13,-11,26,-24,25xm111,-150v-49,-6,-23,-83,6,-94r17,14v-11,7,-24,20,-26,34v15,-4,28,6,28,21v0,14,-11,26,-25,25","w":154,"k":{"J":36,",":29,".":29,"\u2026":29,"A":36,"s":11}},{"d":"130,-184v0,34,-25,59,-60,59v-35,0,-60,-25,-60,-59v0,-34,25,-60,60,-60v35,0,60,26,60,60xm71,0r-25,0r154,-240r24,0xm259,-55v0,34,-26,59,-60,59v-35,0,-60,-25,-60,-59v0,-34,25,-60,60,-60v35,0,60,26,60,60xm38,-184v0,19,14,35,32,35v18,0,32,-16,32,-35v0,-20,-13,-36,-32,-36v-19,0,-32,16,-32,36xm167,-55v0,19,14,35,32,35v18,0,32,-16,32,-35v0,-20,-13,-36,-32,-36v-19,0,-32,16,-32,36","w":268},{"d":"261,-120v0,71,-52,124,-123,124v-71,0,-123,-54,-123,-124v0,-71,52,-124,123,-124v71,0,123,54,123,124xm58,-120v0,49,33,87,80,87v47,0,79,-39,79,-87v0,-48,-32,-87,-79,-87v-47,0,-80,38,-80,87","w":275,"k":{"'":4,"\"":4,"?":7,"J":7,"T":9,"V":7,"W":7,"Y":14,",":9,".":9,"\u2026":9,"A":13,"X":11,"Z":5}},{"d":"69,-151v0,14,-12,25,-25,25v-13,0,-25,-12,-25,-25v-1,-14,11,-25,25,-25v14,0,25,11,25,25xm69,-22v0,14,-12,26,-25,26v-13,0,-25,-13,-25,-26v0,-13,12,-24,25,-24v13,0,25,11,25,24","w":85,"k":{"T":18,"Y":23}},{"d":"116,0r-29,0r21,-63r-36,0r-21,63r-29,0r21,-63r-36,0r8,-25r36,0r22,-64r-37,0r8,-25r37,0r21,-63r29,0r-21,63r37,0r20,-63r29,0r-21,63r37,0r-8,25r-37,0r-22,64r38,0r-8,25r-38,0xm116,-88r22,-64r-36,0r-22,64r36,0","w":218},{"d":"86,-200r-27,0r-59,-52r36,0","w":86},{"d":"52,-87v0,32,19,59,50,58v19,0,36,-12,44,-24r0,-69v-8,-11,-26,-22,-44,-23v-31,-1,-50,26,-50,58xm13,-87v-9,-79,88,-123,133,-63r0,-24r38,0r0,240r-38,0r0,-90v-45,59,-142,16,-133,-63","w":208,"k":{"?":9,"T":27,"V":18,"W":11,"Y":32,"j":-18}},{"d":"195,-87v9,80,-87,122,-133,63r0,90r-38,0r0,-240r38,0r0,24v44,-59,144,-17,133,63xm62,-53v8,12,26,24,45,24v31,1,49,-26,49,-58v0,-32,-18,-59,-49,-58v-19,0,-37,11,-45,23r0,69","w":208,"k":{"?":18,"T":38,"V":22,"W":14,"Y":43,"x":13}},{"d":"89,68r-73,0r0,-312r73,0r0,26r-45,0r0,260r45,0r0,26","w":95,"k":{"j":-40}},{"d":"79,15v-2,38,-29,59,-73,53r0,-26v26,2,45,-2,45,-27v0,-37,-11,-91,17,-103v-48,-15,28,-143,-62,-130r0,-26v44,-5,71,16,73,54v2,33,-13,87,19,91r0,22v-32,4,-17,59,-19,92","w":99},{"d":"146,-81v29,41,-8,85,-62,85v-31,0,-55,-9,-74,-27r17,-27v15,20,86,42,93,1v-16,-41,-106,-9,-105,-77v0,-61,101,-66,136,-28r-16,27v-16,-23,-76,-33,-84,0v14,31,75,17,95,46","w":169,"k":{"?":16,"T":29,"V":16,"W":16,"Y":34,"\"":7,"'":7,"\u2018":7,"\u2019":7,"\u201c":7,"\u201d":7,"\u2122":7}},{"d":"43,-150v-49,-7,-22,-82,6,-94r17,14v-10,7,-23,21,-26,34v14,-5,29,7,28,21v0,13,-12,27,-25,25","w":88,"k":{"J":36,",":29,".":29,"\u2026":29,"A":36,"s":11}},{"d":"44,-46v13,0,25,11,25,24v0,14,-12,26,-25,26v-13,0,-26,-12,-25,-26v0,-13,12,-24,25,-24xm132,-46v13,0,25,11,25,24v0,14,-12,26,-25,26v-13,0,-25,-13,-25,-26v0,-13,12,-24,25,-24xm221,-46v13,0,25,12,25,24v0,13,-12,26,-25,26v-13,0,-26,-13,-26,-26v0,-13,13,-25,26,-24","w":264,"k":{"T":34,"U":11,"V":31,"W":23,"Y":32,"t":9,"v":23,"w":14,"\"":29,"'":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2122":29,"f":9,"j":-14,"0":9,"6":9,"1":32,"7":25}},{"d":"240,-120v0,72,-53,120,-125,120r-89,0r0,-240r89,0v72,-2,125,49,125,120xm197,-120v0,-67,-53,-92,-129,-83r0,166v75,9,129,-17,129,-83","w":255,"k":{"'":4,"\"":4,"?":7,"J":7,"T":9,"V":7,"W":7,"Y":14,",":9,".":9,"\u2026":9,"A":13,"X":11,"Z":5}},{"d":"107,-145v-19,1,-37,11,-45,24r0,69v8,13,26,22,45,23v31,1,49,-26,49,-58v0,-32,-18,-59,-49,-58xm195,-87v10,80,-88,122,-133,63r0,24r-38,0r0,-240r38,0r0,90v44,-60,143,-16,133,63","w":209,"k":{"?":18,"T":38,"V":22,"W":14,"Y":43,"x":13}},{"d":"201,-77v0,90,-136,106,-180,44r24,-29v25,38,112,43,113,-14v0,-49,-72,-53,-100,-22r-30,-8r0,-134r157,0r0,37r-115,0r0,69v46,-44,131,-12,131,57","w":216},{"d":"180,-9v6,81,-108,103,-157,54r17,-28v24,36,107,31,102,-26r0,-20v-31,42,-118,39,-118,-28r0,-117r38,0v7,51,-24,141,36,139v19,0,35,-12,44,-23r0,-116r38,0r0,165","w":204,"k":{"?":9,"T":27,"V":18,"W":11,"Y":32,"j":-18}},{"d":"125,0r-42,0r0,-203r-73,0r0,-37r188,0r0,37r-73,0r0,203","w":207,"k":{"C":9,"G":9,"O":9,"Q":9,"J":31,"u":27,"v":14,"w":14,"f":9,"y":27,",":34,".":34,"\u2026":34,"A":23,"-":22,"\u2013":22,"\u2014":22,"c":38,"d":38,"e":38,"g":38,"o":38,"q":38,"x":18,"a":38,"&":20,":":18,";":18,"m":27,"n":27,"p":27,"r":27,"z":27,"s":31}},{"d":"170,-109r-66,0r0,74r-27,0r0,-74r-67,0r0,-25r67,0r0,-72r27,0r0,72r66,0r0,25"},{"d":"242,0r-48,0r-18,-46r-110,0r-17,46r-48,0r94,-240r53,0xm165,-84r-44,-114r-43,114r87,0","w":242,"k":{"*":34,"?":27,"C":13,"G":13,"O":13,"Q":13,"J":-5,"S":4,"T":23,"U":11,"V":18,"W":16,"Y":23,"t":6,"u":5,"v":7,"w":5,"\"":34,"'":34,"\u2018":34,"\u2019":34,"\u201c":34,"\u201d":34,"\u2122":34,"f":5,"y":5}},{"d":"14,-87v-8,-78,88,-123,133,-63r0,-24r38,0r0,174r-38,0r0,-24v-44,59,-142,16,-133,-63xm53,-87v0,32,18,58,49,58v19,0,37,-13,45,-24r0,-68v-8,-11,-26,-24,-45,-24v-31,0,-49,26,-49,58","w":209,"k":{"Y":32,"W":11,"V":18,"T":27,"?":9}},{"d":"143,-51r-53,-52r-51,52r-18,-17r52,-52r-52,-52r18,-17r51,51r53,-51r16,17r-51,52r51,52"},{"d":"190,0r-164,0r0,-240r164,0r0,37r-122,0r0,62r120,0r0,37r-120,0r0,67r122,0r0,37","w":207},{"d":"148,-76v9,80,-99,104,-145,55r20,-32v24,34,83,22,83,-24r0,-163r42,0r0,164","w":173,"k":{"J":7,",":11,".":11,"\u2026":11,"A":11}},{"d":"44,-46v49,6,21,84,-6,94r-17,-14v10,-7,23,-20,25,-34v-15,5,-27,-7,-27,-22v0,-13,12,-25,25,-24","w":88,"k":{"T":34,"U":11,"V":31,"W":23,"Y":32,"t":9,"v":23,"w":14,"\"":29,"'":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2122":29,"f":9,"j":-14,"0":9,"6":9,"1":32,"7":25}},{"d":"203,-76v-3,47,-40,81,-89,80v-71,-1,-99,-54,-99,-124v0,-69,37,-125,106,-124v28,0,51,9,69,27r-20,32v-45,-48,-122,-7,-112,65v32,-57,150,-37,145,44xm58,-90v2,30,20,57,54,57v26,0,48,-19,48,-42v2,-55,-84,-51,-102,-15","w":216},{"d":"196,0r-180,0r0,-34r123,-169r-123,0r0,-37r178,0r0,34r-123,169r125,0r0,37","w":212,"k":{"C":5,"G":5,"O":5,"Q":5}},{"d":"156,-187v2,51,-55,50,-64,89v0,7,3,13,8,17r-32,10v-8,-8,-13,-19,-13,-31v0,-43,51,-41,58,-78v-3,-39,-68,-30,-84,-1r-24,-27v32,-52,149,-50,151,21xm106,-22v0,14,-12,26,-25,26v-13,0,-25,-12,-25,-26v0,-13,12,-24,25,-24v13,0,25,11,25,24","w":165},{"d":"170,-32r-160,-75r0,-27r160,-75r0,29r-131,60r131,58r0,30"},{"d":"190,-66v0,84,-146,89,-181,31r23,-27v20,32,110,46,116,-8v3,-32,-47,-37,-81,-33r0,-38v36,1,77,2,77,-32v0,-48,-87,-39,-111,-7r-21,-26v38,-55,173,-54,174,27v0,30,-25,51,-52,55v28,2,56,26,56,58","w":206},{"d":"32,-88v47,26,-28,146,62,130r0,26v-44,6,-71,-15,-73,-53v-2,-33,13,-88,-19,-92r0,-22v32,-4,17,-59,19,-91v2,-38,29,-60,73,-54r0,26v-26,-3,-46,3,-46,27v0,36,11,91,-16,103","w":99,"k":{"j":-40}},{"d":"216,0r-40,0r-40,-127r-41,127r-39,0r-54,-174r39,0r37,126r41,-126r34,0r41,126r36,-126r40,0","w":271,"k":{"T":14,"Y":22,",":14,".":14,"\u2026":14,"A":5,"X":14}},{"d":"275,0r-42,0r0,-185r-74,185r-18,0r-73,-185r0,185r-42,0r0,-240r59,0r65,165r66,-165r59,0r0,240","w":300},{"d":"257,-129v1,78,-44,134,-119,134v-68,1,-123,-54,-123,-125v0,-118,163,-169,223,-74r-35,19v-12,-17,-34,-32,-62,-32v-47,0,-83,39,-83,87v0,90,137,123,153,28r-85,0r0,-37r131,0","w":258,"k":{"Y":5}},{"d":"170,-124v74,15,54,124,-23,124r-121,0r0,-240r118,0v74,-11,91,105,26,116xm169,-172v0,-43,-60,-29,-101,-31r0,62v41,-2,101,12,101,-31xm174,-71v-1,-45,-62,-31,-106,-33r0,67v44,-2,107,13,106,-34","w":233,"k":{"T":5,"V":5,"W":4,"Y":11,"\"":4,"'":4,"\u2018":4,"\u2019":4,"\u201c":4,"\u201d":4,"\u2122":4}},{"d":"167,0r-42,0r0,-54r-115,0r0,-34r99,-152r58,0r0,149r32,0r0,37r-32,0r0,54xm125,-91r0,-111r-74,111r74,0","w":208},{"d":"111,0r-42,0r0,-186r-39,41r-25,-25r70,-70r36,0r0,240","w":136},{"d":"254,0r-45,0r-46,-177r-47,177r-45,0r-68,-240r46,0r47,185r50,-185r33,0r50,185r47,-185r47,0","w":325,"k":{"C":7,"G":7,"O":7,"Q":7,"J":18,"t":5,"u":11,"f":5,"y":11,",":23,".":23,"\u2026":23,"A":16,"-":13,"\u2013":13,"\u2014":13,"c":14,"d":14,"e":14,"g":14,"o":14,"q":14,"x":9,"a":14,"&":7,"m":11,"n":11,"p":11,"r":11,"z":11,"s":9}},{"d":"170,-143r-160,0r0,-24r160,0r0,24xm170,-74r-160,0r0,-24r160,0r0,24"},{"d":"69,-22v0,14,-12,26,-25,26v-13,0,-25,-13,-25,-26v0,-13,12,-24,25,-24v13,0,25,11,25,24","w":88,"k":{"T":34,"U":11,"V":31,"W":23,"Y":32,"t":9,"v":23,"w":14,"\"":29,"'":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2122":29,"f":9,"j":-14,"0":9,"6":9,"1":32,"7":25}},{"d":"30,-247v68,71,71,246,0,319r-24,-18v48,-74,48,-209,0,-283","w":99},{"d":"72,-135r-19,0r1,-41r-33,22r-11,-17r36,-19r-36,-18r11,-17r33,22r-1,-41r19,0r-1,41r33,-22r10,17r-36,18r36,19r-10,17r-33,-22","w":124,"k":{"J":43,"A":34}},{"d":"80,68r-74,0r0,-26r45,0r0,-260r-45,0r0,-26r74,0r0,312","w":95},{"d":"202,-120v0,69,-37,125,-106,124v-28,0,-51,-9,-69,-27r19,-32v13,14,31,22,50,22v43,0,66,-41,63,-87v-32,56,-151,38,-145,-43v3,-47,39,-82,89,-81v71,1,99,53,99,124xm57,-165v0,55,83,51,101,15v-2,-30,-20,-57,-53,-57v-26,0,-48,18,-48,42","w":216,"k":{",":9,".":9,"\u2026":9}},{"d":"69,-152v0,14,-12,26,-25,26v-13,0,-25,-12,-25,-26v0,-13,12,-24,25,-24v13,0,25,11,25,24xm44,-48v49,0,21,84,-6,95r-17,-14v10,-7,23,-20,25,-34v-14,4,-27,-8,-27,-22v0,-14,12,-25,25,-25","w":88,"k":{"T":18,"Y":23}},{"d":"26,-89v0,84,99,130,168,81r8,11v-79,54,-189,3,-189,-91v0,-74,69,-142,143,-142v64,0,113,51,113,112v0,47,-28,85,-67,87v-20,0,-33,-12,-35,-30v-10,15,-31,30,-54,30v-34,1,-55,-25,-55,-59v0,-64,89,-127,128,-64r4,-20r34,0v-6,34,-17,63,-20,100v-1,11,6,17,15,17v23,-3,36,-29,36,-61v0,-58,-42,-98,-101,-98v-65,0,-128,62,-128,127xm93,-93v4,45,60,44,78,8r10,-46v-21,-45,-92,-9,-88,38","w":281},{"w":92},{"d":"148,0r-53,0r-94,-240r48,0r72,194r73,-194r48,0","w":242,"k":{"C":7,"G":7,"O":7,"Q":7,"J":34,"t":5,"u":18,"v":5,"w":4,"f":9,"y":18,",":32,".":32,"\u2026":32,"A":18,"-":20,"\u2013":20,"\u2014":20,"c":22,"d":22,"e":22,"g":22,"o":22,"q":22,"x":9,"a":22,"&":13,"m":18,"n":18,"p":18,"r":18,"z":18,"s":16}},{"d":"170,-195v0,42,-32,50,-59,67v12,17,33,42,47,57v10,-15,18,-32,24,-50r30,14v-10,23,-21,43,-33,60r47,47r-50,0r-21,-21v-45,44,-146,29,-144,-43v1,-39,24,-55,52,-70v-35,-49,-13,-110,48,-110v32,0,59,18,59,49xm78,-111v-41,21,-34,86,15,85v14,0,27,-6,41,-17v-25,-27,-37,-41,-56,-68xm113,-216v-33,1,-36,39,-17,66v21,-11,39,-18,41,-43v1,-14,-11,-23,-24,-23","w":232,"k":{"T":25,"V":18,"W":14,"Y":31}},{"d":"60,-74r-32,0r-7,-166r46,0xm69,-22v0,14,-12,26,-25,26v-13,0,-26,-12,-25,-26v0,-13,12,-24,25,-24v13,0,25,11,25,24","w":87},{"d":"235,0r-42,0r0,-105r-125,0r0,105r-42,0r0,-240r42,0r0,98r125,0r0,-98r42,0r0,240","w":260},{"d":"68,0r-42,0r0,-240r42,0r0,240","w":93},{"d":"17,-222v-1,-18,24,-30,37,-16v15,26,-6,65,-7,97r-17,0v-8,-50,-13,-77,-13,-81xm77,-222v-2,-19,25,-31,36,-16v18,24,-6,65,-6,97r-17,0v-8,-50,-13,-77,-13,-81","w":136,"k":{"J":36,",":29,".":29,"\u2026":29,"A":36,"s":11}},{"d":"110,-244v49,6,23,84,-6,94r-17,-13v10,-7,24,-20,26,-34v-17,2,-27,-8,-27,-22v-1,-13,11,-27,24,-25xm44,-244v48,7,21,83,-6,94r-17,-13v10,-7,22,-21,25,-34v-17,2,-27,-8,-27,-22v-1,-14,11,-27,25,-25","w":154,"k":{"J":36,",":29,".":29,"\u2026":29,"A":36,"s":11}},{"d":"34,-174v-7,-54,39,-84,85,-63r-8,28v-22,-12,-45,3,-39,35r35,0r0,33r-35,0r0,141r-38,0r0,-141r-29,0r0,-33r29,0","w":111,"k":{"*":-23,"?":-20,"S":-9,"T":-14,"U":-14,"V":-23,"W":-23,"Y":-22,"\"":-23,"'":-23,"\u2018":-23,"\u2019":-23,"\u201c":-23,"\u201d":-23,"\u2122":-23,",":16,".":16,"\u2026":16,"X":-14,"Z":-14,"!":-14,"B":-14,"D":-14,"E":-14,"F":-14,"H":-14,"I":-14,"K":-14,"L":-14,"M":-14,"N":-14,"P":-14,"R":-14,")":-25,"]":-25,"}":-25}},{"d":"210,-165v0,44,-33,76,-79,75r-63,0r0,90r-42,0r0,-240r105,0v46,-1,79,31,79,75xm166,-165v0,-46,-53,-38,-98,-38r0,76v45,1,98,7,98,-38","w":219,"k":{"J":41,",":32,".":32,"\u2026":32,"A":27,"X":5,"-":11,"\u2013":11,"\u2014":11,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"a":5,"&":11}},{"d":"111,0r-41,0r-71,-174r41,0r51,130r50,-130r41,0","w":181,"k":{"T":14,"V":5,"Y":22,",":23,".":23,"\u2026":23,"A":7,"X":13}},{"d":"62,-65v-5,51,66,39,80,13r0,-122r38,0r0,174r-38,0r0,-23v-31,41,-118,38,-118,-28r0,-123r38,0r0,109","w":204,"k":{"?":9,"T":27,"V":18,"W":11,"Y":32}},{"d":"171,0r-148,0r0,-240r42,0r0,203r106,0r0,37","w":182,"k":{"*":61,"?":40,"C":11,"G":11,"O":11,"Q":11,"T":36,"U":9,"V":32,"W":25,"Y":45,"t":13,"v":20,"w":13,"\"":47,"'":47,"\u2018":47,"\u2019":47,"\u201c":47,"\u201d":47,"\u2122":47,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"a":5}},{"d":"119,-141v-23,-6,-48,10,-57,23r0,118r-38,0r0,-174r38,0r0,25v12,-15,32,-29,57,-29r0,37","w":124,"k":{"T":14,"V":9,"Y":18,",":31,".":31,"\u2026":31,"X":5}},{"d":"199,-62v1,45,-45,66,-92,66v-47,0,-92,-22,-92,-66v0,-32,26,-54,54,-62v-27,-9,-49,-25,-50,-57v-2,-43,45,-63,88,-63v43,0,88,20,88,63v0,33,-23,48,-50,57v28,8,53,30,54,62xm107,-206v-37,-6,-61,37,-28,56v26,15,74,7,74,-24v0,-22,-21,-33,-46,-32xm58,-67v1,46,98,45,99,0v1,-23,-31,-34,-50,-38v-19,4,-49,14,-49,38","w":214},{"d":"190,-170v-5,66,-52,89,-104,133r106,0r0,37r-174,0r0,-33v51,-38,84,-68,103,-85v37,-31,37,-88,-17,-88v-26,0,-48,9,-65,28r-24,-27v36,-56,182,-54,175,35","w":214},{"w":92},{"d":"68,0r-42,0r0,-240r164,0r0,37r-122,0r0,62r120,0r0,37r-120,0r0,104","w":202,"k":{"J":23,",":18,".":18,"\u2026":18,"A":14}},{"d":"90,0r-46,0r90,-203r-124,0r0,-37r173,0r0,29","w":191,"k":{",":34,".":34,"\u2026":34}},{"d":"51,7r-25,0r0,-254r25,0r0,254","w":77}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+401-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);})("uy}TnKEdbWLXuBm6HK3t^y^L,lET}KLX,lCtbW*#}4NOfhdYrlL{,~kV1KEYfl4_kWQ#HR]UbY*f44m&.mpT1`Rt1#Jq,mpT1`!pI4pT1`!pE3Vs|YHrb3pT1`!p1Tp=nKpG1BJQ)4pT1`!pft4.IYE2=,[n_,E=HU^V1UJ=HU^V1`}Rf`4]4BQ[f4pT1&[qEd4u)&}b.hVh|wHE*d^d14=L)YqS,Uq67B[WCY3^r4VY,~kt1&3q}m[lHkptI&C=HU!VfU[yEwVY)#EVnymduB^Yurp{.U!O=&TY)#!On&TV)KpmnKHdbBp#.W^X}Y]#n~mVb~1L|wd6bWfifY]sbhds,Y2xI#HwHTVXuUNi.hiXuTVXnymQnlEmn#*tfWp=)KEsn4VXf,k{CBNXHy4hHBJOnlEJHymsnY]i![B&R3y~^Cu)1EI.7*rUk4W,f}bn=H|_2JY`qmK#i{SDOQXsVpthdTlw8]%6NLGxnwEdnK3Q}rq{}KLtu&Q{.yV6utQ{uWHnfTQ{,4dL=3Q{,,d{uBq2")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":180,"face":{"font-family":"pxn","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 3 0 0 2 0 4","ascent":"284","descent":"-76","x-height":"4","bbox":"-36 -276 323 72","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+2122"}}));