// Minified using Javascript Aggregator - see /sites/thinkaboutit.designit.com/files/js/js_4854bc187d2aa93e5a844f020eea95fb.js for original source including licensing information.

(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;var Drupal=Drupal||{'settings':{},'behaviors':{},'themes':{},'locale':{}};Drupal.jsEnabled=document.getElementsByTagName&&document.createElement&&document.createTextNode&&document.documentElement&&document.getElementById;Drupal.attachBehaviors=function(context){context=context||document;if(Drupal.jsEnabled){jQuery.each(Drupal.behaviors,function(){this(context);});}};Drupal.checkPlain=function(str){str=String(str);var replace={'&':'&amp;','"':'&quot;','<':'&lt;','>':'&gt;'};for(var character in replace){var regex=new RegExp(character,'g');str=str.replace(regex,replace[character]);}
return str;};Drupal.t=function(str,args){if(Drupal.locale.strings&&Drupal.locale.strings[str]){str=Drupal.locale.strings[str];}
if(args){for(var key in args){switch(key.charAt(0)){case'@':args[key]=Drupal.checkPlain(args[key]);break;case'!':break;case'%':default:args[key]=Drupal.theme('placeholder',args[key]);break;}
str=str.replace(key,args[key]);}}
return str;};Drupal.formatPlural=function(count,singular,plural,args){var args=args||{};args['@count']=count;var index=Drupal.locale.pluralFormula?Drupal.locale.pluralFormula(args['@count']):((args['@count']==1)?0:1);if(index==0){return Drupal.t(singular,args);}
else if(index==1){return Drupal.t(plural,args);}
else{args['@count['+index+']']=args['@count'];delete args['@count'];return Drupal.t(plural.replace('@count','@count['+index+']'));}};Drupal.theme=function(func){for(var i=1,args=[];i<arguments.length;i++){args.push(arguments[i]);}
return(Drupal.theme[func]||Drupal.theme.prototype[func]).apply(this,args);};Drupal.parseJson=function(data){if((data.substring(0,1)!='{')&&(data.substring(0,1)!='[')){return{status:0,data:data.length?data:Drupal.t('Unspecified error')};}
return eval('('+data+');');};Drupal.freezeHeight=function(){Drupal.unfreezeHeight();var div=document.createElement('div');$(div).css({position:'absolute',top:'0px',left:'0px',width:'1px',height:$('body').css('height')}).attr('id','freeze-height');$('body').append(div);};Drupal.unfreezeHeight=function(){$('#freeze-height').remove();};Drupal.encodeURIComponent=function(item,uri){uri=uri||location.href;item=encodeURIComponent(item).replace(/%2F/g,'/');return(uri.indexOf('?q=')!=-1)?item:item.replace(/%26/g,'%2526').replace(/%23/g,'%2523').replace(/\/\//g,'/%252F');};Drupal.getSelection=function(element){if(typeof(element.selectionStart)!='number'&&document.selection){var range1=document.selection.createRange();var range2=range1.duplicate();range2.moveToElementText(element);range2.setEndPoint('EndToEnd',range1);var start=range2.text.length-range1.text.length;var end=start+range1.text.length;return{'start':start,'end':end};}
return{'start':element.selectionStart,'end':element.selectionEnd};};Drupal.ahahError=function(xmlhttp,uri){if(xmlhttp.status==200){if(jQuery.trim($(xmlhttp.responseText).text())){var message=Drupal.t("An error occurred. \n@uri\n@text",{'@uri':uri,'@text':xmlhttp.responseText});}
else{var message=Drupal.t("An error occurred. \n@uri\n(no information available).",{'@uri':uri,'@text':xmlhttp.responseText});}}
else{var message=Drupal.t("An HTTP error @status occurred. \n@uri",{'@uri':uri,'@status':xmlhttp.status});}
return message;}
if(Drupal.jsEnabled){$(document.documentElement).addClass('js');document.cookie='has_js=1; path=/';$(document).ready(function(){Drupal.attachBehaviors(this);});}
Drupal.theme.prototype={placeholder:function(str){return'<em>'+Drupal.checkPlain(str)+'</em>';}};;$(document).ready(function(){$(document.body).click(function(event){$(event.target).parents("a:first,area:first").andSelf().filter("a,area").each(function(){var ga=Drupal.settings.googleanalytics;var isInternal=new RegExp("^(https?):\/\/"+window.location.host,"i");var isInternalSpecial=new RegExp("(\/go\/.*)$","i");var isDownload=new RegExp("\\.("+ga.trackDownloadExtensions+")$","i");if(isInternal.test(this.href)){if(ga.trackDownload&&isDownload.test(this.href)){var extension=isDownload.exec(this.href);_gaq.push(["_trackEvent","Downloads",extension[1].toUpperCase(),this.href.replace(isInternal,'')]);}
else if(isInternalSpecial.test(this.href)){_gaq.push(["_trackPageview",this.href.replace(isInternal,'')]);}}
else{if(ga.trackMailto&&$(this).is("a[href^=mailto:],area[href^=mailto:]")){_gaq.push(["_trackEvent","Mails","Click",this.href.substring(7)]);}
else if(ga.trackOutgoing&&this.href){if(ga.trackOutboundAsPageview){_gaq.push(["_trackPageview",'/outbound/'+this.href.replace(/^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\//i,'').split('/').join('--')]);}
else{_gaq.push(["_trackEvent","Outbound links","Click",this.href]);}}}});});});;(function($){Drupal.behaviors.mollomPrivacy=function(context){$('.mollom-privacy a',context).click(function(){this.target='_blank';});};Drupal.behaviors.mollomCaptcha=function(context){$('a.mollom-switch-captcha',context).click(getMollomCaptcha);};function getMollomCaptcha(){var newCaptchaType=$(this).hasClass('mollom-audio-captcha')?'audio':'image';var context=$(this).parents('form');var mollomSessionId=$('input.mollom-session-id',context).val();$.getJSON(Drupal.settings.basePath+'mollom/captcha/'+newCaptchaType+'/'+mollomSessionId,function(data){if(!(data&&data.content)){return;}
$('.mollom-captcha-content',context).parent().html(data.content);$('input.mollom-session-id',context).val(data.session_id);Drupal.attachBehaviors(context);$('input[name="mollom[captcha]"]',context).focus();});return false;}})(jQuery);;var KarmaSendForm=function(){var form=$(this);var args={};var destination=form.find("input[name=js_destination]").val();var karma_url=Drupal.settings.extra_voting_forms.base_path+'extra_voting_forms/handle';var karma_timeout=Drupal.settings.extra_voting_forms.jquery_timeout;if(destination){top.location='/'+Drupal.settings.extra_voting_forms.login_page+'?destination='+destination;return false;}
else if(form.find('.tmpClicked').length>0){var tmpclicked=$(form.find('.tmpClicked')[0]);tmpclicked.removeClass('tmpClicked');if(karma_clicked_indicator(tmpclicked)=='clicked'){return false;}
else{tmpclicked.addClass('tmpClicked');}}
args.karma_vote=form.find(":selected").val()||form.find(":checked").val();args.oid=form.find("input[name=oid]").val();args.otype=form.find("input[name=otype]").val();args.form_type='ajax';form.addClass("karma_sending");if(Drupal.settings.extra_voting_forms.hide_karma_form){if(form.hasClass("karma_form_promoted")){form.removeClass("karma_form_promoted");var karma_form_promoted_REMOVED=1;}
if(form.hasClass("karma_form")){form.removeClass("karma_form");var karma_form_REMOVED=1;}}
$.ajax({data:args,url:karma_url,type:'POST',dataType:'json',timeout:karma_timeout,success:function(json){var ts;for(var x in json){args[x]=json[x];}
if(karma_form_promoted_REMOVED==1){form.addClass("karma_form_promoted");}
if(karma_form_REMOVED==1){form.addClass("karma_form");}
form.removeClass("karma_sending");if(json.error){form.find(".tmpClicked").removeClass("tmpClicked");alert(json.error);}else{var tmpclicked=form.find(".tmpClicked");form.addClass("karma_success");form.find("label").each(function(){karma_clicked($(this),"not_clicked");})
tmpclicked.each(function(){{karma_clicked($(this),"clicked")}});KarmaStripForm(form,args);}},error:function(xhr,msg){form.find(".tmpClicked").removeClass("tmpClicked");if(xhr.status==404||!msg){alert("Karma Error: Communication (0)");}else{alert("Karma Error: "+msg);}},complete:function(xhr,stat){(function(form,args){window.setTimeout(function(){form.removeClass("karma_sending");if(karma_form_promoted_REMOVED==1){form.addClass("karma_form_promoted");}
if(karma_form_REMOVED==1){form.addClass("karma_form");}},karma_timeout);})(form,args);}});return false;}
var KarmaStripForm=function(form,args){if(Drupal.settings.extra_voting_forms.only_one_vote){form.find("select").attr("disabled","disabled");form.find("label").each(function(){karma_clickable($(this),'not_clickable');}).unbind('click');}
var fid=form.attr("id");var $text='';if(args.karma_aggregate!="Undefined"){for(var prefix in({'w':1,'x':1,'y':1,'z':1})){var did=prefix+args.oid;if(args.karma_aggregate==1){$text=args.karma_aggregate+' person likes this';}
else{$text=args.karma_aggregate+' people like this';}
$("#"+did+" span.karma_score").text($text).parents('div.extra_voting_forms').addClass('voted');var did=prefix+args.oid;if(did!=fid){$("#"+did+" *").attr("disabled","true");$("#"+did+" label").each(function(){karma_clickable($(this),'not_clickable');}).unbind('click');}}}}
var KarmaRenderForm=function(){var form=$(this);var submit=form.find("input[type=submit]");if(!submit.attr("disabled")){form.find(":checked").attr("checked",false);form.find("select").change(function(){form.submit();});form.find("label").click(function(){form.find("#"+$(this).attr("for")).attr("checked",true);if($('.karma_sending').length>0){return;}
$(this).addClass("tmpClicked");form.submit();});}}
function karma_up_down_indicator(element){if(element.attr('class').substring(0,8)=="karma_up"){return"karma_up";}
else{return"karma_down";}}
function karma_clickable_indicator(element){if(element.attr('class').substr(-13)=="not_clickable"){return"not_clickable";}
else{return"clickable";}}
function karma_clicked_indicator(element){if(element.attr('class').substring(0,16)=="karma_up_clicked"||element.attr('class').substring(0,18)=="karma_down_clicked"){return"clicked";}
else{return"not_clicked";}}
function karma_clicked(element,clicked){var up_down=karma_up_down_indicator(element);var clickable=karma_clickable_indicator(element);element.removeAttr('class').attr('class',up_down+'_'+clicked+'_'+clickable);}
function karma_clickable(element,clickable){var up_down=karma_up_down_indicator(element);var clicked=karma_clicked_indicator(element);element.removeAttr('class').addClass(up_down+'_'+clicked+'_'+clickable);}
$(function(){$("form.karma_form,form.karma_form_promoted").submit(KarmaSendForm).each(KarmaRenderForm);});;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());;Cufon.registerFont({"w":200,"face":{"font-family":"helvetica75","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-17 -291 339 77","underline-thickness":"18","underline-position":"-18","stemh":"39","stemv":"51","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0xm22,0r0,-55r56,0r0,55r-56,0","w":100},"\"":{"d":"98,-141r0,-116r38,0r0,116r-38,0xm31,-141r0,-116r38,0r0,116r-38,0","w":166},"#":{"d":"32,0r10,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0xm122,-148r-35,0r-6,44r35,0"},"$":{"d":"89,-162r0,-59v-16,0,-32,10,-32,30v0,16,9,23,32,29xm111,-105r0,69v17,-2,38,-12,38,-35v0,-19,-10,-26,-38,-34xm89,-111v-40,-11,-83,-22,-83,-75v0,-49,40,-75,83,-77r0,-28r22,0r0,28v42,5,78,27,81,77r-52,0v0,-20,-13,-35,-29,-35r0,64v5,1,11,3,18,4v70,20,72,60,72,84v0,20,-19,70,-90,75r0,31r-22,0r0,-31v-53,-4,-84,-33,-89,-90r51,0v-1,27,16,44,38,48r0,-75"},"%":{"d":"27,-186v0,-39,19,-71,61,-71v45,0,59,33,59,73v0,39,-18,67,-61,67v-44,0,-59,-29,-59,-69xm64,-185v0,15,0,41,23,41v22,0,24,-26,24,-41v0,-14,-2,-45,-23,-45v-23,0,-24,28,-24,45xm213,-66v0,-39,19,-69,61,-69v45,0,59,31,59,71v0,39,-19,69,-61,69v-44,0,-59,-31,-59,-71xm249,-66v0,16,0,44,24,44v22,0,23,-28,23,-43v0,-14,-1,-43,-22,-43v-23,0,-25,26,-25,42xm91,8r149,-268r31,0r-148,268r-32,0","w":360},"&":{"d":"111,-165v29,-8,39,-57,3,-61v-34,3,-23,47,-3,61xm140,-60r-44,-53v-41,8,-50,74,1,76v18,0,31,-9,43,-23xm188,0r-21,-26v-45,54,-155,36,-155,-46v0,-36,27,-60,57,-75v-14,-16,-24,-32,-24,-54v0,-36,32,-59,67,-59v38,0,70,21,70,62v0,30,-20,50,-46,64r34,40v5,-9,7,-20,9,-30r44,0v-2,23,-10,45,-25,63r53,61r-63,0","w":246},"(":{"d":"66,-263r43,0v-53,103,-52,226,0,329r-43,0v-61,-99,-63,-230,0,-329","w":106},")":{"d":"40,66r-43,0v54,-102,52,-225,1,-329r42,0v63,99,64,230,0,329","w":106},"*":{"d":"87,-257r0,45r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0","w":146},"+":{"d":"127,-182r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0","w":216},",":{"d":"22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0","w":100},"-":{"d":"19,-76r0,-44r108,0r0,44r-108,0","w":146},".":{"d":"22,0r0,-55r56,0r0,55r-56,0","w":100},"\/":{"d":"-4,6r100,-269r42,0r-101,269r-41,0","w":133},"0":{"d":"8,-127v0,-98,42,-130,92,-130v50,0,93,32,93,130v0,100,-43,132,-93,132v-50,0,-92,-32,-92,-132xm59,-127v0,28,0,90,41,90v41,0,41,-62,41,-90v0,-26,0,-88,-41,-88v-41,0,-41,62,-41,88"},"1":{"d":"141,-252r0,252r-51,0r0,-163r-63,0r0,-39v35,1,68,-11,73,-50r41,0"},"2":{"d":"191,-178v0,79,-84,84,-118,134r120,0r0,44r-185,0v0,-58,36,-83,79,-113v22,-15,53,-30,53,-61v0,-24,-16,-39,-38,-39v-30,0,-40,31,-40,58r-49,0v-1,-58,31,-102,92,-102v46,0,86,29,86,79"},"3":{"d":"82,-114r0,-36v22,2,54,-3,54,-31v0,-22,-17,-34,-36,-34v-25,0,-39,19,-39,45r-48,0v1,-51,35,-87,87,-87v40,0,84,25,84,70v1,25,-14,44,-35,52v28,6,45,29,45,57v0,53,-45,83,-94,83v-56,0,-95,-34,-94,-92r49,0v1,28,15,50,44,50v23,0,41,-16,41,-40v0,-38,-33,-37,-58,-37"},"4":{"d":"112,0r0,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0xm112,-100r-1,-88r-65,88r66,0"},"5":{"d":"180,-252r0,42r-104,0v-2,19,-9,41,-9,58v48,-47,127,-2,127,66v0,52,-43,91,-94,91v-49,0,-93,-27,-94,-80r52,0v2,22,19,38,41,38v27,0,44,-23,44,-49v0,-46,-61,-63,-83,-27r-46,0r25,-139r141,0"},"6":{"d":"58,-142v39,-54,135,-18,135,55v0,51,-36,92,-89,92v-76,0,-96,-67,-96,-130v0,-62,27,-132,99,-132v43,0,76,26,81,70r-48,0v-4,-17,-17,-32,-34,-32v-37,0,-47,49,-48,77xm103,-131v-27,0,-41,22,-41,47v0,24,15,47,41,47v24,0,38,-23,38,-46v0,-24,-12,-48,-38,-48"},"7":{"d":"186,-252r0,44v-53,46,-82,141,-82,208r-55,0v6,-75,37,-147,85,-204r-120,0r0,-48r172,0"},"8":{"d":"56,-76v0,26,20,43,45,43v24,0,43,-18,43,-43v0,-24,-19,-40,-43,-40v-25,0,-45,14,-45,40xm15,-188v0,-46,44,-69,85,-69v63,0,85,43,85,68v0,24,-13,45,-37,53v30,7,47,30,47,62v0,53,-47,79,-94,79v-49,0,-96,-24,-96,-79v0,-32,18,-55,48,-62v-25,-7,-38,-27,-38,-52xm62,-184v0,22,18,34,38,34v21,0,38,-12,38,-34v0,-13,-6,-35,-38,-35v-20,0,-38,13,-38,35"},"9":{"d":"142,-111v-41,59,-134,17,-134,-54v0,-51,35,-92,88,-92v76,0,97,67,97,130v0,62,-28,132,-99,132v-44,0,-76,-26,-82,-70r48,0v4,17,17,32,34,32v36,0,50,-51,48,-78xm97,-121v28,0,41,-22,41,-47v0,-24,-15,-47,-41,-47v-24,0,-38,23,-38,46v0,24,12,48,38,48"},":":{"d":"22,0r0,-55r56,0r0,55r-56,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},";":{"d":"22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},"<":{"d":"199,-185r0,41r-132,53r132,52r0,42r-182,-73r0,-42","w":216},"=":{"d":"199,-149r0,39r-182,0r0,-39r182,0xm199,-72r0,39r-182,0r0,-39r182,0","w":216},">":{"d":"17,3r0,-42r132,-52r-132,-53r0,-41r182,73r0,42","w":216},"?":{"d":"75,-77v-8,-69,57,-64,57,-112v0,-22,-11,-32,-30,-32v-26,0,-37,21,-38,47r-52,0v1,-52,34,-89,87,-89v68,0,90,42,90,69v0,71,-67,52,-66,117r-48,0xm69,0r0,-55r57,0r0,55r-57,0"},"@":{"d":"149,-168v-42,-3,-65,81,-16,85v42,3,65,-81,16,-85xm224,-196r-23,93v-3,9,-6,23,3,23v21,0,43,-27,43,-66v0,-57,-43,-88,-98,-88v-62,0,-101,45,-101,106v0,97,121,136,183,76r30,0v-62,106,-248,54,-248,-77v0,-75,62,-134,137,-134v65,0,125,43,125,110v0,74,-62,104,-85,104v-16,1,-24,-11,-27,-20v-28,43,-95,9,-95,-41v0,-64,79,-129,121,-67r5,-19r30,0","w":288},"A":{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0","w":246},"B":{"d":"81,-114r0,70v44,-3,102,15,103,-34v1,-49,-59,-34,-103,-36xm25,0r0,-257v83,5,205,-26,203,64v0,25,-13,43,-35,53v31,9,47,33,47,65v-3,98,-121,72,-215,75xm81,-213r0,60v39,-2,92,12,92,-31v0,-42,-54,-26,-92,-29","w":253},"C":{"d":"251,-171r-55,0v-3,-25,-28,-45,-56,-45v-92,0,-98,174,0,175v35,0,54,-24,58,-58r55,0v-6,64,-50,105,-113,105v-80,0,-126,-59,-126,-133v0,-77,46,-136,126,-136v57,0,104,33,111,92","w":266},"D":{"d":"25,0r0,-257r111,0v66,0,116,42,116,127v0,75,-38,130,-116,130r-111,0xm81,-210r0,162v68,2,111,3,115,-77v4,-68,-40,-93,-115,-85","w":266},"E":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0","w":233},"F":{"d":"25,0r0,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0","w":213,"k":{"Y":-6}},"G":{"d":"216,0r-5,-29v-71,84,-197,6,-197,-98v0,-77,46,-136,126,-136v53,0,102,32,108,91r-54,0v-6,-29,-27,-44,-54,-44v-92,0,-98,174,0,175v37,0,58,-20,61,-56r-57,0r0,-42r108,0r0,139r-36,0","w":273},"H":{"d":"25,0r0,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0","w":266},"I":{"d":"25,0r0,-257r56,0r0,257r-56,0","w":106},"J":{"d":"175,-257r0,176v0,33,-9,87,-85,87v-50,0,-94,-33,-85,-102r51,0v-1,30,1,55,33,55v30,0,30,-25,30,-43r0,-173r56,0"},"K":{"d":"25,0r0,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0","w":259},"L":{"d":"25,0r0,-257r56,0r0,209r126,0r0,48r-182,0","w":213,"k":{"u":20,":":46,";":46}},"M":{"d":"25,0r0,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0","w":326},"N":{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0","w":266},"O":{"d":"14,-127v0,-77,46,-136,126,-136v80,0,126,59,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm140,-216v-92,0,-98,174,0,175v97,-1,94,-175,0,-175","w":280},"P":{"d":"25,0r0,-257r116,0v64,0,89,41,89,82v0,42,-25,83,-89,83r-60,0r0,92r-56,0xm81,-213r0,77v44,-2,94,11,94,-39v0,-48,-50,-36,-94,-38","w":240,"k":{"f":46,"A":46,"t":40}},"Q":{"d":"265,-4r-26,28r-37,-33v-17,10,-38,15,-62,15v-80,0,-126,-59,-126,-133v0,-77,46,-136,126,-136v119,0,162,152,93,230xm139,-67r26,-28r29,27v30,-46,20,-150,-54,-148v-92,2,-98,174,0,175v8,0,19,0,23,-4","w":280},"R":{"d":"190,0v-13,-35,4,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v82,-5,103,109,35,135v50,16,28,79,48,122r-56,0xm81,-213r0,72v44,-2,101,12,101,-36v0,-48,-57,-34,-101,-36","w":259,"k":{"v":20,"V":13,"w":40,"W":27}},"S":{"d":"72,-190v0,49,153,15,153,114v0,47,-37,82,-107,82v-57,0,-110,-28,-109,-91r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-38,-32,-76,-42v-38,-10,-77,-25,-77,-73v0,-105,202,-107,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29","w":233},"T":{"d":"82,0r0,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0","w":219,"k":{"r":27,"s":46,"u":46}},"U":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v41,0,53,-18,53,-56r0,-160r57,0","w":266},"V":{"d":"230,-257r-86,257r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226,"k":{"r":33,"s":33,"u":6,":":6,";":6,"i":-6,"p":6,"t":6}},"W":{"d":"339,-257r-69,257r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339,"k":{"A":6,".":-2,"d":-2,"n":13}},"X":{"d":"-2,0r90,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},"Y":{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0","w":240,"k":{".":40,"d":33,"q":27,"-":40,"a":40,"r":40,"u":40,";":40,"p":46,"t":40}},"Z":{"d":"8,0r0,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0","w":233},"[":{"d":"24,66r0,-329r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0","w":119},"\\":{"d":"37,-263r101,269r-42,0r-100,-269r41,0","w":133},"]":{"d":"95,-263r0,329r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0","w":119},"^":{"d":"22,-113r62,-139r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"135,-91v-18,15,-73,2,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-37,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28","w":206},"b":{"d":"19,0r0,-257r52,0r0,94v48,-56,137,-29,136,70v0,68,-40,98,-77,98v-28,1,-49,-10,-62,-29r0,24r-49,0xm156,-93v0,-31,-13,-60,-44,-60v-30,0,-43,29,-43,60v0,31,13,60,43,60v31,0,44,-29,44,-60","w":219},"c":{"d":"196,-121r-50,0v-3,-20,-16,-32,-38,-32v-32,0,-43,33,-43,61v0,26,10,59,42,59v24,0,38,-16,41,-38r49,0v-6,49,-40,76,-89,76v-57,0,-94,-40,-94,-95v0,-58,34,-101,95,-101v44,0,84,23,87,70","w":206},"d":{"d":"152,0r0,-24v-12,20,-33,29,-57,29v-56,0,-83,-48,-83,-100v0,-50,27,-96,82,-96v23,-1,43,11,56,28r0,-94r51,0r0,257r-49,0xm152,-94v0,-30,-11,-59,-44,-59v-34,0,-45,29,-45,60v0,29,13,60,45,60v33,0,44,-30,44,-61","w":219},"e":{"d":"196,-81r-134,0v-6,58,73,59,86,23r45,0v-15,44,-45,63,-88,63v-58,0,-95,-40,-95,-98v0,-56,39,-98,95,-98v64,0,94,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-42,26,-42,40","w":206},"f":{"d":"31,0r0,-152r-31,0r0,-34r31,0v-7,-54,29,-78,89,-70r0,39v-23,-6,-44,0,-38,31r35,0r0,34r-35,0r0,152r-51,0","w":119,"k":{"s":-6,"u":6}},"g":{"d":"198,-186r0,174v0,31,-10,83,-96,83v-37,0,-80,-18,-82,-60r51,0v12,44,88,27,79,-21v-1,-7,2,-18,-1,-24v-11,19,-33,29,-56,29v-56,0,-79,-43,-79,-94v0,-48,27,-92,80,-92v25,-1,42,10,56,30r0,-25r48,0xm106,-44v29,0,44,-25,44,-51v0,-31,-11,-58,-44,-58v-29,0,-41,26,-41,53v0,27,10,56,41,56","w":219},"h":{"d":"19,0r0,-257r52,0r1,97v13,-21,35,-31,54,-31v97,-3,61,108,68,191r-51,0v-6,-52,21,-149,-33,-151v-59,-2,-34,96,-39,151r-52,0","w":213},"i":{"d":"21,0r0,-186r51,0r0,186r-51,0xm72,-257r0,42r-51,0r0,-42r51,0","w":92},"j":{"d":"-7,64r0,-42v14,2,32,3,31,-15r0,-193r51,0r0,195v5,45,-31,63,-82,55xm75,-257r0,42r-51,0r0,-42r51,0","w":100},"k":{"d":"24,0r0,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0","w":206},"l":{"d":"21,0r0,-257r51,0r0,257r-51,0","w":92},"m":{"d":"21,0r0,-186r48,0v1,8,-2,19,1,25v23,-37,91,-44,111,1v26,-47,124,-44,124,35r0,125r-51,0r0,-105v0,-25,-2,-46,-31,-46v-29,0,-34,24,-34,47r0,104r-51,0r0,-104v0,-22,1,-47,-31,-47v-11,0,-35,7,-35,43r0,108r-51,0","w":326},"n":{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-3,61,108,68,191r-51,0v-6,-52,21,-149,-33,-151v-59,-2,-34,96,-39,151r-52,0","w":213},"o":{"d":"14,-93v0,-59,37,-98,96,-98v58,0,96,39,96,98v0,59,-38,98,-96,98v-59,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60","w":219},"p":{"d":"19,66r0,-252r49,0v1,7,-2,18,1,24v12,-20,32,-29,55,-29v59,0,85,47,85,100v0,50,-28,96,-82,96v-22,0,-43,-10,-56,-28r0,89r-52,0xm113,-33v34,0,45,-29,45,-60v0,-29,-12,-60,-45,-60v-33,0,-44,30,-44,60v0,31,11,60,44,60","w":219},"q":{"d":"201,-186r0,252r-51,0r-1,-89v-12,20,-36,28,-59,28v-34,0,-78,-25,-78,-97v0,-51,27,-99,83,-99v23,0,45,8,57,29r0,-24r49,0xm108,-153v-61,0,-63,120,-1,120v62,0,60,-119,1,-120","w":219},"r":{"d":"19,0r0,-186r49,0v1,11,-2,25,1,34v11,-25,40,-45,70,-37r0,47v-43,-10,-68,18,-68,58r0,84r-52,0","w":140,"k":{"c":40,"e":33,"o":20,"q":13,"-":40,"a":27}},"s":{"d":"132,-53v0,-35,-117,-19,-117,-78v0,-48,41,-60,81,-60v40,0,78,14,82,59r-49,0v-1,-20,-16,-25,-35,-25v-11,0,-28,2,-28,17v0,19,29,21,58,28v30,7,59,18,59,52v0,49,-43,65,-85,65v-43,0,-85,-16,-88,-65r49,0v-2,38,73,44,73,7","w":193},"t":{"d":"84,-242r0,56r38,0r0,34r-38,0r0,92v-3,25,18,24,38,20r0,40v-41,5,-90,6,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0","w":126},"u":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0v6,52,-21,148,32,151v59,3,35,-96,40,-151r51,0","w":213},"v":{"d":"185,-186r-63,186r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187,"k":{"y":27,"Y":46}},"w":{"d":"291,-186r-59,186r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293,"k":{"y":33,"Y":33,"f":6,"A":6,",":-6,".":6,"c":6,"d":20,";":6,"p":-2}},"x":{"d":"0,0r67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},"y":{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v29,7,58,-4,47,-34r-65,-174r55,0r42,127r41,-127r53,0","w":186,"k":{"T":13,"p":40}},"z":{"d":"8,0r0,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0","w":186},"{":{"d":"120,-263r0,40v-24,-4,-43,6,-39,26r0,55v0,36,-27,39,-36,44v11,1,36,9,36,39v0,38,-20,93,39,84r0,41v-49,1,-90,4,-90,-49r0,-70v0,-22,-22,-30,-33,-30r0,-31v11,0,33,-9,33,-33r0,-68v6,-52,41,-50,90,-48","w":119},"|":{"d":"21,77r0,-360r38,0r0,360r-38,0","w":80},"}":{"d":"0,66r0,-41v24,3,43,-6,39,-26r0,-58v0,-31,27,-36,36,-40v-11,-2,-36,-8,-36,-43v0,-37,19,-89,-39,-81r0,-40v49,-2,90,-4,90,48r0,68v0,24,22,33,33,33r0,31v-11,0,-33,8,-33,30r0,70v-6,53,-41,51,-90,49","w":119},"~":{"d":"69,-122v24,0,56,23,77,24v14,0,23,-13,31,-26r15,34v-11,15,-23,31,-45,31v-36,0,-91,-52,-108,1r-15,-33v8,-16,21,-31,45,-31","w":216},"'":{"d":"31,-141r0,-116r38,0r0,116r-38,0","w":100},"`":{"d":"38,-209r-55,-51r56,0r35,51r-36,0","w":93},"\u00a0":{"w":100}}});;Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"19,-204v0,-30,23,-53,53,-53v30,0,53,23,53,53v0,30,-23,54,-53,54v-30,0,-53,-24,-53,-54xm42,-204v0,40,60,41,60,0v0,-44,-60,-37,-60,0","w":144},{"d":"25,0r0,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0","w":259},{"d":"22,-113r62,-139r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},{"d":"24,0r0,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0","w":206},{"d":"94,-33r0,-119v-49,15,-47,103,0,119xm94,41r0,-36v-51,-3,-86,-44,-86,-95v0,-55,30,-96,86,-101r0,-31r21,0r0,31v40,0,79,28,80,71r-50,0v-1,-17,-14,-32,-30,-33r0,120v18,-3,31,-22,31,-40r50,0v-4,46,-37,74,-81,78r0,36r-21,0"},{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm204,-331r-55,51r-36,0r35,-51r56,0","w":280},{"d":"251,-171r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-50,105,-113,105v-80,0,-126,-59,-126,-133v0,-76,46,-136,126,-136v57,0,104,33,111,92","w":266},{"d":"199,-149r0,39r-182,0r0,-39r182,0xm199,-72r0,39r-182,0r0,-39r182,0","w":216},{"d":"230,-257r-86,257r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226,"k":{"\u00f6":20,"\u00f4":20,"\u00ee":6,"\u00e8":20,"\u00eb":20,"\u00ea":20,"\u00e3":20,"\u00e5":20,"\u00e0":20,"\u00e4":20,"\u00e2":20,"y":6,"\u00fd":6,"\u00ff":6,"A":17,"\u00c6":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17,",":46,".":46,"e":20,"\u00e9":20,"o":20,"\u00f8":20,"\u00f3":20,"\u00f2":20,"\u00f5":20,"-":20,"a":20,"\u00e6":20,"\u00e1":20,"r":13,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,":":18,";":18,"i":6,"\u00ed":6,"\u00ef":6,"\u00ec":6}},{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm136,-286r0,-42r49,0r0,42r-49,0xm62,-286r0,-42r49,0r0,42r-49,0","w":246},{"d":"8,0r0,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0","w":233},{"d":"72,-190v0,48,153,16,153,114v0,47,-37,82,-107,82v-57,0,-110,-28,-109,-91r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-38,-32,-76,-42v-38,-10,-77,-25,-77,-73v0,-106,202,-106,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29","w":233},{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0","w":246},{"d":"21,32r0,-90r38,0r0,90r-38,0xm59,-238r0,90r-38,0r0,-90r38,0","w":80},{"d":"88,-167r57,45r0,48r-57,45r0,-43r33,-26r-33,-25r0,-44xm15,-167r57,45r0,48r-57,45r0,-43r33,-26r-33,-25r0,-44","w":159},{"d":"95,-263r0,329r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0","w":119},{"d":"199,-146r0,110r-39,0r0,-72r-143,0r0,-38r182,0","w":216},{"d":"19,0r0,-186r49,0v1,11,-2,25,1,34v11,-25,40,-45,70,-37r0,47v-43,-10,-68,18,-68,58r0,84r-52,0","w":140,"k":{",":33,".":33,"c":6,"\u00e7":6,"d":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"n":-6,"\u00f1":-6,"o":6,"\u00f8":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"q":6,"-":20}},{"d":"0,66r0,-41v24,3,39,-5,39,-26r0,-58v0,-31,27,-36,36,-40v-11,-1,-36,-8,-36,-43v0,-37,18,-90,-39,-81r0,-40v49,-1,90,-5,90,48r0,68v0,24,21,33,33,33r0,31v-12,0,-33,8,-33,30r0,70v-6,53,-41,51,-90,49","w":119},{"d":"19,66r0,-323r52,0r0,95v12,-20,32,-29,53,-29v58,0,85,47,85,100v0,50,-28,96,-82,96v-22,0,-44,-10,-56,-28r0,89r-52,0xm113,-33v58,0,64,-120,0,-120v-61,0,-60,120,0,120","w":219},{"d":"40,66r-43,0v54,-101,53,-226,1,-329r42,0v63,98,64,231,0,329","w":106},{"d":"131,-208v-1,49,-55,49,-76,81r75,0r0,29r-120,0v0,-38,22,-53,50,-71v14,-9,35,-18,35,-37v0,-13,-9,-22,-22,-22v-20,0,-27,20,-26,34r-37,0v0,-37,21,-63,65,-63v30,0,56,17,56,49","w":141},{"d":"55,8r149,-268r30,0r-148,268r-31,0xm85,-254r0,156r-37,0r0,-99r-39,0r0,-27v23,1,43,-7,46,-30r30,0xm305,-110v0,48,-55,49,-77,81r75,0r0,29r-120,0v0,-38,22,-53,50,-71v14,-9,35,-18,35,-37v0,-13,-9,-22,-22,-22v-20,0,-27,20,-26,34r-37,0v0,-37,21,-63,65,-63v30,0,57,17,57,49","w":320},{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0xm197,-331r-55,51r-36,0r35,-51r56,0","w":266},{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28","w":206},{"d":"50,-6r-27,-27r58,-58r-57,-58r27,-27r57,58r58,-58r27,27r-58,58r58,58r-27,27r-58,-58","w":216},{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm89,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-12,41,-40,41v-25,0,-62,-29,-70,3r-22,0v5,-21,13,-44,45,-44","w":219},{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89","w":280},{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm81,-236v0,14,8,25,22,25v14,0,23,-11,23,-25v0,-14,-9,-25,-23,-25v-14,0,-22,11,-22,25xm59,-236v0,-24,20,-44,44,-44v24,0,45,20,45,44v0,24,-21,44,-45,44v-24,0,-44,-20,-44,-44","w":206},{"d":"104,-254r0,156r-37,0r0,-99r-39,0r0,-27v23,1,43,-7,46,-30r30,0","w":141},{"d":"24,66r0,-329r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0","w":119},{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v30,7,58,-5,47,-34r-65,-174r55,0r42,127r41,-127r53,0","w":186,"k":{",":20,".":20}},{"d":"78,-191r0,55r-56,0r0,-55r56,0xm23,66v-3,-67,7,-123,14,-180r26,0v7,58,17,112,14,180r-54,0","w":100},{"d":"25,0r0,-112r-24,0r0,-42r24,0r0,-103r111,0v67,0,116,42,116,127v0,75,-38,130,-116,130r-111,0xm81,-210r0,56r58,0r0,42r-58,0r0,64v68,2,111,3,115,-77v4,-69,-40,-93,-115,-85","w":266},{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40","w":206},{"d":"152,-81v-9,-33,-52,-37,-76,-56v-13,-10,-28,8,-28,21v0,7,4,13,12,17v26,12,45,30,75,38v9,0,17,-12,17,-20xm128,3v0,-46,-124,-51,-124,-115v0,-26,14,-44,38,-53v-40,-41,7,-98,60,-98v42,0,76,24,76,69r-45,0v5,-36,-55,-42,-58,-8v8,44,122,49,122,112v0,24,-16,45,-38,53v14,10,20,25,20,42v0,41,-41,61,-77,61v-46,0,-81,-21,-81,-70r45,0v1,21,13,31,35,31v15,0,27,-8,27,-24"},{"d":"21,0r0,-186r51,0r0,186r-51,0xm38,-209r-55,-51r56,0r35,51r-36,0","w":92},{"d":"4,-196v0,-38,25,-61,62,-61v37,0,62,23,62,61v0,38,-25,61,-62,61v-37,0,-62,-23,-62,-61xm66,-230v-31,0,-31,67,0,68v32,-1,31,-68,0,-68","w":132},{"d":"59,-215r0,-42r49,0r0,42r-49,0xm-15,-215r0,-42r49,0r0,42r-49,0","w":93},{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0xm184,-331r-55,51r-36,0r34,-51r57,0","w":240,"k":{"v":20,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":40,".":40,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"o":33,"\u00f8":33,"\u00f3":33,"\u00f4":33,"\u00f6":33,"\u00f2":33,"\u00f5":33,"q":33,"-":40,"a":33,"\u00e6":33,"\u00e1":33,"\u00e2":33,"\u00e4":33,"\u00e0":33,"\u00e5":33,"\u00e3":33,"u":27,"\u00fa":27,"\u00fb":27,"\u00fc":27,"\u00f9":27,":":29,";":24,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"p":27}},{"d":"196,-121r-50,0v-3,-21,-17,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-6,49,-40,76,-89,76v-56,0,-94,-39,-94,-95v0,-58,35,-101,95,-101v44,0,84,22,87,70","w":206},{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm115,-280r-56,-51r57,0r34,51r-35,0","w":246},{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm174,-260r-56,51r-35,0r34,-51r57,0","w":219},{"d":"25,0r0,-257r111,0v67,0,116,42,116,127v0,75,-38,130,-116,130r-111,0xm81,-210r0,162v68,2,111,3,115,-77v4,-69,-40,-93,-115,-85","w":266},{"d":"25,0r0,-257r56,0r0,35r60,0v64,0,89,40,89,82v0,42,-25,83,-89,83r-60,0r0,57r-56,0xm81,-178r0,77v44,-2,94,11,94,-39v0,-49,-50,-36,-94,-38","w":240},{"d":"12,-4r31,-34v-63,-80,-20,-225,97,-225v33,0,60,10,81,28r29,-32r18,15r-30,34v61,82,20,224,-98,224v-33,0,-60,-10,-80,-27r-30,33xm80,-79r107,-118v-11,-11,-26,-19,-47,-19v-68,0,-83,82,-60,137xm200,-176r-106,117v11,11,26,18,46,18v69,-1,83,-80,60,-135","w":280},{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm40,-209r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":206},{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm44,-209r40,-51r46,0r40,51r-42,0r-23,-29r-23,29r-38,0","w":213},{"d":"25,0r0,-257r56,0r0,257r-56,0xm117,-331r-55,51r-36,0r34,-51r57,0","w":106},{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm153,-286r0,-42r49,0r0,42r-49,0xm79,-286r0,-42r48,0r0,42r-48,0","w":280},{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0","w":233},{"d":"25,0r0,-257r56,0r0,257r-56,0xm-10,-280r40,-51r47,0r39,51r-42,0r-22,-29r-23,29r-39,0","w":106},{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-19,30,-50,40,-73,22r0,70r-52,0r0,-252r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0","w":213},{"d":"199,-185r0,41r-132,53r132,52r0,42r-182,-73r0,-42","w":216},{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm103,-328v19,0,56,28,62,0r24,0v-6,19,-12,41,-40,41v-25,0,-62,-29,-70,3r-22,0v5,-21,14,-44,46,-44","w":246},{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm171,-260r-56,51r-35,0r34,-51r57,0","w":213},{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm130,-286r0,-42r48,0r0,42r-48,0xm55,-286r0,-42r49,0r0,42r-49,0","w":233},{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm102,-209r-56,-51r57,0r34,51r-35,0","w":219},{"w":100},{"d":"31,0r0,-152r-31,0r0,-34r31,0v-7,-54,29,-78,89,-70r0,39v-24,-6,-43,1,-38,31r35,0r0,34r-35,0r0,152r-51,0","w":119,"k":{"f":6,"\u00df":6}},{"d":"251,-171r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-49,104,-112,105r-9,13v18,-6,46,1,46,23v0,46,-59,39,-87,29r8,-18v10,4,44,16,44,-5v0,-23,-33,0,-36,-18r17,-25v-70,-7,-110,-63,-110,-132v0,-76,46,-136,126,-136v57,0,104,33,111,92","w":266},{"d":"19,0r0,-257r52,0r1,97v13,-21,35,-31,54,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0","w":213},{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm47,-209r40,-51r47,0r39,51r-42,0r-22,-29r-23,29r-39,0","w":219},{"d":"20,-103v0,-17,13,-31,30,-31v16,0,31,14,31,31v0,15,-14,30,-30,30v-17,0,-31,-13,-31,-30","w":100},{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0xm70,-280r40,-51r47,0r40,51r-43,0r-22,-29r-23,29r-39,0","w":266},{"d":"126,-116v8,69,-58,65,-58,112v0,22,12,32,31,32v25,0,36,-20,36,-46r53,0v-1,51,-35,89,-87,89v-68,0,-89,-42,-89,-70v0,-71,66,-53,65,-117r49,0xm131,-191r0,55r-57,0r0,-55r57,0"},{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm167,-260r-55,51r-36,0r35,-51r56,0","w":206},{"d":"59,-167r0,-25v14,0,34,0,34,-17v0,-12,-10,-19,-22,-19v-15,0,-24,12,-24,26r-35,0v1,-33,23,-55,59,-55v46,0,83,58,33,75v16,6,29,17,29,35v0,35,-29,52,-62,52v-39,0,-64,-21,-63,-58r34,0v1,15,10,29,28,29v14,0,26,-10,26,-23v0,-21,-22,-20,-37,-20","w":141},{"w":100},{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60xm123,-215r0,-42r48,0r0,42r-48,0xm49,-215r0,-42r48,0r0,42r-48,0","w":219},{"d":"6,-129v0,-82,65,-134,138,-134v73,0,138,52,138,134v0,82,-65,135,-138,135v-73,0,-138,-53,-138,-135xm42,-129v0,61,45,106,102,106v56,0,102,-45,102,-106v0,-62,-46,-105,-102,-105v-57,0,-102,43,-102,105xm185,-106r30,0v-6,36,-34,57,-66,57v-47,0,-77,-35,-77,-80v0,-46,28,-81,76,-81v33,0,60,20,65,56r-28,0v-14,-47,-85,-28,-79,24v-8,51,70,73,79,24","w":288},{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm100,-307v0,14,9,25,23,25v14,0,23,-11,23,-25v0,-14,-9,-25,-23,-25v-14,0,-23,11,-23,25xm79,-307v0,-24,20,-44,44,-44v24,0,44,20,44,44v0,24,-20,44,-44,44v-24,0,-44,-20,-44,-44","w":246},{"d":"17,-72r0,-38r182,0r0,38r-182,0xm78,-166v0,-17,13,-30,30,-30v16,0,31,13,31,30v0,15,-14,31,-30,31v-17,0,-31,-14,-31,-31xm78,-16v0,-17,13,-30,30,-30v16,0,31,13,31,30v0,15,-14,30,-30,30v-17,0,-31,-13,-31,-30","w":216},{"d":"6,-129v0,-82,65,-134,138,-134v73,0,138,52,138,134v0,82,-65,135,-138,135v-73,0,-138,-53,-138,-135xm42,-129v0,62,45,106,102,106v56,0,102,-44,102,-106v0,-61,-46,-105,-102,-105v-57,0,-102,44,-102,105xm90,-54r0,-150v52,1,116,-9,116,44v0,28,-17,38,-39,40r40,66r-31,0r-37,-64r-19,0r0,64r-30,0xm120,-181r0,40v25,-1,57,7,56,-21v-1,-24,-32,-18,-56,-19","w":288},{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40xm167,-260r-55,51r-36,0r35,-51r56,0","w":206},{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm132,-280r-56,-51r57,0r34,51r-35,0","w":280},{"d":"291,-186r-59,186r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293,"k":{",":20,".":20}},{"d":"25,0r0,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0","w":266},{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0xm125,-280r-56,-51r57,0r35,51r-36,0","w":266},{"d":"150,-210r-49,111r62,0r0,-111r-13,0xm-4,0r123,-257r218,0r0,47r-120,0r0,56r113,0r0,43r-113,0r0,63r123,0r0,48r-177,0r0,-57r-81,0r-26,57r-60,0","w":353},{"d":"21,0r0,-186r51,0r0,186r-51,0xm59,-215r0,-42r49,0r0,42r-49,0xm-15,-215r0,-42r49,0r0,42r-49,0","w":92},{"d":"83,-193v-12,10,-42,3,-43,21v16,29,51,7,43,-21xm7,-218v4,-29,26,-39,56,-39v25,0,54,5,54,32v0,28,-4,68,5,87r-37,0v-1,-4,-2,-7,-2,-11v-24,23,-79,21,-79,-22v0,-26,20,-32,41,-35v22,-3,38,-2,38,-14v-1,-20,-38,-20,-39,2r-37,0","w":123},{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0xm86,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":213},{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm95,-209r-55,-51r56,0r35,51r-36,0","w":206},{"d":"25,0r0,-257r56,0r0,257r-56,0","w":106},{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm116,-215r0,-42r49,0r0,42r-49,0xm42,-215r0,-42r49,0r0,42r-49,0","w":206},{"d":"25,0r0,-257r56,0r0,257r-56,0xm45,-280r-56,-51r57,0r34,51r-35,0","w":106},{"d":"25,0r0,-257r56,0r0,209r126,0r0,48r-182,0","w":213,"k":{"T":40,"V":33,"W":20,"y":13,"\u00fd":13,"\u00ff":13,"Y":40,"\u00dd":40}},{"d":"142,-111v-41,59,-134,17,-134,-54v0,-51,35,-92,88,-92v76,0,97,66,97,130v0,62,-27,132,-99,132v-44,0,-76,-26,-82,-70r48,0v3,17,16,32,34,32v36,0,51,-51,48,-78xm97,-121v27,0,41,-22,41,-47v0,-23,-15,-47,-41,-47v-24,0,-38,23,-38,46v0,24,12,48,38,48"},{"d":"204,-17v-50,57,-118,-18,-172,23r-23,-33v26,-16,54,-49,34,-84r-35,0r0,-31r23,0v-36,-49,-11,-121,76,-121v54,0,87,32,87,90r-49,0v-1,-14,-2,-48,-39,-48v-42,0,-45,38,-20,79r48,0r0,31r-38,0v12,33,-10,57,-26,73v38,-27,80,24,113,-15"},{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60","w":219},{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0xm146,-286r0,-42r49,0r0,42r-49,0xm72,-286r0,-42r49,0r0,42r-49,0","w":266},{"d":"111,-165v28,-8,39,-56,3,-61v-34,3,-24,47,-3,61xm140,-60r-44,-53v-18,8,-36,21,-36,42v0,42,62,42,80,11xm188,0r-21,-26v-46,53,-157,37,-155,-46v0,-36,27,-61,57,-75v-14,-17,-24,-32,-24,-54v0,-36,33,-59,67,-59v39,0,70,21,70,62v0,30,-20,50,-46,64r34,40v5,-9,8,-20,9,-30r44,0v-3,23,-11,45,-25,63r53,61r-63,0","w":246},{"d":"25,0r0,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0","w":213,"k":{"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,",":46,".":46}},{"d":"22,0r0,-55r56,0r0,55r-56,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},{"d":"82,0r0,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0","w":219,"k":{"\u00fc":33,"\u00f2":40,"\u00f6":40,"\u00e8":40,"\u00eb":40,"\u00ea":40,"\u00e3":40,"\u00e5":40,"\u00e0":40,"\u00e4":40,"\u00e2":40,"w":40,"y":33,"\u00fd":33,"\u00ff":33,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":40,".":40,"c":40,"\u00e7":40,"e":40,"\u00e9":40,"o":40,"\u00f8":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"-":46,"a":40,"\u00e6":40,"\u00e1":40,"r":33,"s":40,"u":33,"\u00fa":33,"\u00fb":33,"\u00f9":33,":":31,";":31}},{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm98,-209r-55,-51r56,0r35,51r-36,0","w":213},{"d":"58,-142v39,-54,135,-18,135,55v0,51,-36,92,-89,92v-76,0,-96,-66,-96,-130v0,-62,27,-132,99,-132v44,0,75,26,81,70r-48,0v-3,-17,-16,-32,-34,-32v-37,0,-47,49,-48,77xm103,-131v-27,0,-41,22,-41,47v0,23,15,47,41,47v24,0,38,-23,38,-46v0,-24,-12,-48,-38,-48"},{"d":"8,-127v0,-98,42,-130,92,-130v50,0,93,32,93,130v0,100,-43,132,-93,132v-50,0,-92,-32,-92,-132xm59,-127v0,28,0,90,41,90v42,0,41,-62,41,-90v0,-26,1,-88,-41,-88v-41,0,-41,62,-41,88"},{"d":"19,66r0,-252r49,0v1,7,-2,18,1,24v12,-20,32,-29,55,-29v58,0,85,47,85,100v0,50,-28,96,-82,96v-22,0,-44,-10,-56,-28r0,89r-52,0xm113,-33v58,0,64,-120,0,-120v-61,0,-60,120,0,120","w":219},{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm120,-328v16,0,31,12,46,13v11,0,15,-6,15,-13r25,0v-6,19,-12,41,-40,41v-25,0,-62,-29,-70,3r-22,0v5,-21,14,-44,46,-44","w":280},{"d":"-21,-222r0,-27r135,0r0,27r-135,0","w":93},{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89xm77,-280r40,-51r47,0r39,51r-42,0r-22,-29r-23,29r-39,0","w":280},{"d":"77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0xm22,0r0,-55r56,0r0,55r-56,0","w":100},{"d":"25,0r0,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0","w":326},{"d":"180,-252r0,42r-104,0v-2,19,-9,41,-9,58v49,-47,127,-2,127,66v0,52,-43,91,-94,91v-49,0,-93,-27,-94,-80r52,0v3,22,19,38,41,38v27,0,44,-24,44,-49v0,-46,-62,-64,-83,-27r-46,0r25,-139r141,0"},{"d":"22,0r0,-55r56,0r0,55r-56,0","w":100},{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0","w":266},{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm187,-331r-55,51r-36,0r35,-51r56,0","w":246},{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0xm120,-215r0,-42r48,0r0,42r-48,0xm45,-215r0,-42r49,0r0,42r-49,0","w":213},{"d":"191,-178v-1,79,-85,84,-118,134r120,0r0,44r-185,0v0,-58,35,-83,79,-113v22,-15,53,-30,53,-61v0,-24,-16,-39,-38,-39v-30,0,-40,31,-40,58r-49,0v-2,-58,32,-102,92,-102v46,0,86,30,86,79"},{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0xm113,-328v19,0,56,28,62,0r24,0v-6,19,-12,41,-40,41v-25,0,-62,-29,-70,3r-22,0v5,-21,14,-44,46,-44","w":266},{"d":"186,-252r0,44v-53,46,-81,141,-82,208r-55,0v6,-75,37,-146,85,-204r-120,0r0,-48r172,0"},{"d":"17,3r0,-42r132,-52r-132,-53r0,-41r182,73r0,42","w":216},{"d":"56,-76v0,26,21,43,45,43v24,0,43,-18,43,-43v0,-24,-19,-40,-43,-40v-25,0,-45,14,-45,40xm15,-188v0,-45,44,-69,85,-69v63,0,85,44,85,68v0,25,-13,45,-37,53v30,7,47,30,47,62v0,53,-47,79,-94,79v-49,0,-96,-25,-96,-79v0,-32,18,-55,48,-62v-24,-7,-38,-27,-38,-52xm62,-184v0,22,17,34,38,34v21,0,38,-12,38,-34v0,-13,-6,-35,-38,-35v-21,0,-38,13,-38,35"},{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28xm83,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-7,18,-13,41,-41,41v-25,0,-61,-29,-70,3r-22,0v5,-21,14,-44,46,-44","w":206},{"d":"21,0r0,-186r51,0r0,186r-51,0xm111,-260r-56,51r-36,0r35,-51r57,0","w":92},{"d":"87,-257r0,45r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0","w":146},{"d":"-4,6r100,-269r42,0r-101,269r-41,0","w":133},{"d":"-2,0r90,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v30,7,58,-5,47,-34r-65,-174r55,0r42,127r41,-127r53,0xm157,-260r-55,51r-36,0r35,-51r56,0","w":186,"k":{",":20,".":20}},{"d":"84,-242r0,56r38,0r0,34r-38,0r0,92v-3,24,19,24,38,20r0,40v-41,4,-89,6,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0","w":126},{"d":"265,-4r-26,28r-37,-33v-17,10,-38,15,-62,15v-80,0,-126,-59,-126,-133v0,-76,46,-136,126,-136v119,0,162,152,93,230xm139,-67r26,-28r29,27v30,-46,20,-148,-54,-148v-51,0,-70,44,-70,89v0,51,35,101,93,82","w":280},{"d":"0,0r67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},{"d":"112,0r0,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0xm112,-100r-1,-88r-65,88r66,0"},{"d":"25,0r0,-257r116,0v64,0,89,40,89,82v0,42,-25,83,-89,83r-60,0r0,92r-56,0xm81,-213r0,77v44,-2,94,11,94,-39v0,-49,-50,-36,-94,-38","w":240,"k":{"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":46,".":46}},{"d":"19,-76r0,-44r108,0r0,44r-108,0","w":146},{"d":"127,-182r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0","w":216},{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40xm40,-209r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":206},{"d":"21,0r0,-186r51,0r0,186r-51,0xm-17,-209r40,-51r47,0r40,51r-42,0r-23,-29r-23,29r-39,0","w":92},{"d":"216,0r-5,-29v-71,84,-197,5,-197,-98v0,-76,46,-136,126,-136v53,0,102,33,108,91r-54,0v-6,-28,-27,-44,-54,-44v-51,0,-70,44,-70,89v0,43,19,86,70,86v37,0,58,-20,61,-56r-57,0r0,-42r108,0r0,139r-36,0","w":273},{"d":"21,0r0,-257r51,0r0,257r-51,0","w":92},{"d":"27,-186v0,-39,19,-71,61,-71v45,0,59,33,59,73v0,39,-19,67,-61,67v-44,0,-59,-29,-59,-69xm64,-185v0,15,0,41,23,41v22,0,24,-26,24,-41v0,-14,-2,-45,-23,-45v-23,0,-24,28,-24,45xm213,-66v0,-39,19,-69,61,-69v45,0,59,31,59,71v0,39,-19,69,-61,69v-44,0,-59,-31,-59,-71xm249,-66v0,15,1,44,24,44v22,0,23,-28,23,-43v0,-14,-1,-43,-22,-43v-23,0,-25,25,-25,42xm91,8r149,-268r31,0r-148,268r-32,0","w":360},{"d":"19,-76r0,-44r108,0r0,44r-108,0","w":146},{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40xm116,-215r0,-42r49,0r0,42r-49,0xm42,-215r0,-42r49,0r0,42r-49,0","w":206},{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0","w":266},{"d":"248,0r0,-32r-69,0r0,-34r68,-85r36,0r0,90r20,0r0,29r-20,0r0,32r-35,0xm248,-61v-1,-17,2,-37,-1,-52r-41,52r42,0xm55,8r149,-268r30,0r-148,268r-31,0xm85,-254r0,156r-37,0r0,-99r-39,0r0,-27v23,1,43,-7,46,-30r30,0","w":321},{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm108,-280r-55,-51r56,0r35,51r-36,0","w":233},{"d":"4,71r8,-18v11,4,45,16,45,-5v0,-23,-33,-1,-37,-18r21,-31r18,0v-3,6,-12,15,-13,20v18,-6,45,1,45,23v0,46,-59,39,-87,29","w":93},{"d":"66,-263r43,0v-53,103,-52,226,0,329r-43,0v-62,-99,-63,-230,0,-329","w":106},{"d":"32,0r10,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0xm122,-148r-35,0r-6,44r35,0"},{"d":"175,-257r0,176v0,33,-8,87,-85,87v-50,0,-94,-33,-85,-102r51,0v-1,30,1,55,33,55v30,0,30,-25,30,-43r0,-173r56,0"},{"d":"38,-209r-55,-51r56,0r35,51r-36,0","w":93},{"d":"82,-114r0,-36v22,2,54,-2,54,-31v0,-21,-17,-34,-36,-34v-26,0,-39,19,-39,45r-48,0v2,-51,35,-87,87,-87v40,0,84,25,84,70v1,25,-14,44,-35,52v28,6,45,29,45,57v0,53,-45,83,-94,83v-57,0,-95,-34,-94,-92r49,0v1,27,14,50,44,50v23,0,41,-16,41,-40v0,-38,-33,-37,-58,-37"},{"d":"31,-141r0,-116r38,0r0,116r-38,0","w":100},{"d":"22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0","w":100},{"d":"89,-162r0,-59v-16,0,-32,10,-32,30v0,16,9,24,32,29xm111,-105r0,69v18,-2,38,-12,38,-35v0,-19,-10,-26,-38,-34xm89,-111v-40,-11,-83,-22,-83,-75v0,-49,40,-74,83,-77r0,-28r22,0r0,28v43,5,78,27,81,77r-52,0v0,-19,-13,-35,-29,-35r0,64v6,1,12,2,18,4v70,19,72,60,72,84v0,21,-18,70,-90,75r0,31r-22,0r0,-31v-53,-4,-84,-33,-89,-90r51,0v0,27,16,44,38,48r0,-75"},{"d":"80,60r0,-189v-50,0,-79,-25,-79,-63v-1,-87,111,-61,192,-65r0,317r-37,0r0,-288r-40,0r0,288r-36,0","w":223},{"d":"37,-263r101,269r-42,0r-100,-269r41,0","w":133},{"d":"75,-77v-8,-68,57,-66,57,-112v0,-22,-11,-32,-30,-32v-26,0,-38,21,-38,47r-52,0v1,-51,34,-89,87,-89v68,0,90,41,90,69v0,71,-67,52,-66,117r-48,0xm69,0r0,-55r57,0r0,55r-57,0"},{"d":"70,-62r70,-79v-7,-7,-17,-12,-30,-12v-46,0,-51,53,-40,91xm149,-126r-70,80v7,8,17,13,31,13v47,0,52,-56,39,-93xm16,0r21,-25v-50,-58,-14,-166,73,-166v23,0,42,6,58,17r20,-22r13,12r-20,22v52,56,19,167,-71,167v-23,0,-44,-6,-60,-18r-21,24","w":219},{"d":"120,-263r0,40v-24,-3,-39,5,-39,26r0,55v0,37,-27,40,-36,44v11,1,36,9,36,39v0,38,-20,93,39,84r0,41v-49,1,-90,4,-90,-49r0,-70v0,-22,-21,-30,-33,-30r0,-31v12,0,33,-9,33,-33r0,-68v6,-53,41,-49,90,-48","w":119},{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0","w":240,"k":{"\u00fc":27,"\u00f6":33,"v":20,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":40,".":40,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"o":33,"\u00f8":33,"\u00f3":33,"\u00f4":33,"\u00f2":33,"\u00f5":33,"q":33,"-":40,"a":33,"\u00e6":33,"\u00e1":33,"\u00e2":33,"\u00e4":33,"\u00e0":33,"\u00e5":33,"\u00e3":33,"u":27,"\u00fa":27,"\u00fb":27,"\u00f9":27,":":29,";":24,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"p":27}},{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0","w":213},{"d":"255,0r0,-32r-69,0r0,-34r68,-85r36,0r0,90r20,0r0,29r-20,0r0,32r-35,0xm255,-61r0,-52r-42,52r42,0xm86,8r149,-268r31,0r-149,268r-31,0xm65,-167r0,-25v14,0,34,0,34,-17v0,-12,-10,-19,-22,-19v-15,0,-24,12,-24,26r-35,0v1,-33,23,-55,59,-55v46,0,83,58,33,75v16,6,29,17,29,35v0,35,-29,52,-62,52v-39,0,-64,-21,-63,-58r35,0v1,15,9,29,27,29v14,0,27,-10,27,-23v0,-21,-23,-20,-38,-20","w":320},{"d":"132,-53v0,-36,-117,-18,-117,-78v0,-48,41,-60,81,-60v41,0,78,13,82,59r-49,0v-1,-20,-17,-25,-35,-25v-12,0,-28,2,-28,17v0,18,29,21,58,28v30,7,59,17,59,52v0,49,-43,65,-85,65v-43,0,-86,-16,-88,-65r49,0v-2,38,73,44,73,7","w":193},{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v30,7,58,-5,47,-34r-65,-174r55,0r42,127r41,-127r53,0xm106,-215r0,-42r49,0r0,42r-49,0xm32,-215r0,-42r49,0r0,42r-49,0","w":186,"k":{",":20,".":20}},{"d":"129,0r-54,0r0,-50r-57,0r0,-34r57,0v1,-12,-1,-21,-6,-27r-51,0r0,-34r34,0r-55,-112r58,0r48,112r46,-112r59,0r-56,112r34,0r0,34r-51,0v-5,6,-7,15,-6,27r57,0r0,34r-57,0r0,50"},{"d":"111,-260r-56,51r-36,0r35,-51r57,0","w":93},{"d":"21,0r0,-186r48,0v1,8,-2,19,1,25v23,-38,91,-43,111,1v26,-47,124,-44,124,35r0,125r-51,0r0,-105v0,-25,-2,-46,-31,-46v-29,0,-34,24,-34,47r0,104r-51,0r0,-104v0,-22,1,-47,-31,-47v-10,0,-35,7,-35,43r0,108r-51,0","w":326},{"d":"21,77r0,-360r38,0r0,360r-38,0","w":80},{"d":"110,-33v62,-1,61,-115,-1,-115v-62,1,-60,115,1,115xm48,-213r38,-20v-10,-7,-20,-13,-30,-18r33,-25v13,7,25,15,36,24r44,-22r19,21r-41,20v38,37,59,80,59,135v0,59,-37,103,-96,103v-58,0,-96,-39,-96,-94v0,-44,24,-93,82,-93v14,-1,32,3,50,14v-9,-20,-25,-35,-37,-45r-40,20","w":219},{"d":"69,-122v24,0,56,23,77,24v14,0,23,-13,31,-26r15,34v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-15,-33v8,-15,21,-31,45,-31","w":216},{"d":"201,-186r0,252r-51,0r-1,-89v-12,20,-37,28,-59,28v-34,0,-78,-25,-78,-97v0,-51,26,-99,83,-99v23,0,45,8,57,29r0,-24r49,0xm108,-153v-61,0,-62,120,-1,120v33,0,45,-28,45,-59v0,-29,-12,-61,-44,-61","w":219},{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40xm95,-209r-55,-51r56,0r35,51r-36,0","w":206},{"d":"145,-29r-57,-45r0,-48r57,-45r0,44r-33,25r33,26r0,43xm72,-29r-57,-45r0,-48r57,-45r0,44r-33,25r33,26r0,43","w":159},{"d":"20,0r0,-177v0,-40,13,-86,85,-86v43,0,81,21,81,69v1,23,-15,43,-33,51v31,7,47,33,47,64v0,55,-45,96,-108,82r0,-42v31,9,57,-13,57,-42v0,-30,-22,-49,-57,-43r0,-34v23,4,46,-6,46,-31v0,-30,-24,-32,-35,-32v-21,0,-32,14,-32,35r0,186r-51,0","w":219},{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0","w":213},{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm181,-331r-56,51r-35,0r34,-51r57,0","w":233},{"d":"127,-182r0,47r72,0r0,39r-72,0r0,47r-38,0r0,-47r-72,0r0,-39r72,0r0,-47r38,0xm17,0r0,-39r182,0r0,39r-182,0","w":216},{"d":"7,-54r21,-21v-23,-24,-25,-78,0,-102r-21,-21r21,-21r20,20v24,-20,79,-22,102,0r21,-21r22,22r-20,20v21,25,22,79,-1,104r20,20r-20,20r-20,-21v-24,24,-79,24,-104,1r-21,21xm101,-177v-30,0,-46,24,-46,51v0,26,15,51,45,51v59,1,59,-101,1,-102"},{"d":"141,-252r0,252r-51,0r0,-163r-63,0r0,-39v36,1,68,-11,73,-50r41,0"},{"d":"25,0r0,-257r56,0r0,257r-56,0xm66,-286r0,-42r48,0r0,42r-48,0xm-8,-286r0,-42r48,0r0,42r-48,0","w":106},{"d":"81,-114r0,70v44,-3,102,15,103,-34v1,-49,-59,-34,-103,-36xm25,0r0,-257v83,5,205,-26,203,64v0,25,-13,42,-35,53v31,9,47,33,47,65v0,97,-121,72,-215,75xm81,-213r0,60v39,-2,93,12,92,-31v-2,-42,-54,-26,-92,-29","w":253},{"d":"185,-186r-63,186r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187,"k":{",":20,".":20}},{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0xm54,-280r40,-51r46,0r40,51r-42,0r-22,-29r-23,29r-39,0","w":233},{"d":"190,0v-13,-35,4,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v81,-4,104,109,35,135v49,16,28,78,48,122r-56,0xm81,-213r0,72v44,-3,101,13,101,-36v0,-48,-57,-34,-101,-36","w":259,"k":{"T":6,"V":-2,"W":-2,"Y":13,"\u00dd":13}},{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0xm60,-280r40,-51r47,0r39,51r-42,0r-22,-29r-23,29r-39,0","w":246},{"d":"98,-141r0,-116r38,0r0,116r-38,0xm31,-141r0,-116r38,0r0,116r-38,0","w":166},{"d":"22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},{"d":"198,-186r0,174v0,31,-10,83,-96,83v-37,0,-79,-18,-82,-60r51,0v13,44,87,27,79,-21v-1,-7,2,-18,-1,-24v-11,19,-34,29,-56,29v-56,0,-79,-43,-79,-94v0,-48,28,-92,80,-92v25,-1,42,10,56,30r0,-25r48,0xm106,-44v29,0,44,-24,44,-51v0,-30,-11,-58,-44,-58v-29,0,-41,25,-41,53v0,27,10,56,41,56","w":219},{"d":"-7,64r0,-42v14,2,31,3,31,-15r0,-193r51,0r0,195v5,44,-31,63,-82,55xm75,-257r0,42r-51,0r0,-42r51,0","w":100},{"d":"339,-257r-69,257r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339,"k":{"\u00fc":6,"\u00f6":13,"\u00ea":13,"\u00e4":13,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,",":27,".":27,"e":13,"\u00e9":13,"\u00eb":13,"\u00e8":13,"o":13,"\u00f8":13,"\u00f3":13,"\u00f4":13,"\u00f2":13,"\u00f5":13,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"r":6,"u":6,"\u00fa":6,"\u00fb":6,"\u00f9":6,":":6,";":6}},{"d":"8,0r0,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0","w":186},{"d":"152,0r0,-24v-12,20,-33,29,-57,29v-56,0,-83,-49,-83,-100v0,-50,27,-96,82,-96v23,-1,42,12,56,28r0,-94r51,0r0,257r-49,0xm152,-94v0,-30,-11,-59,-44,-59v-33,0,-45,29,-45,60v0,29,13,60,45,60v34,0,44,-30,44,-61","w":219},{"d":"139,-91v-20,16,-73,3,-74,38v0,19,16,24,31,24v27,1,50,-23,43,-62xm316,-81r-133,0v-1,24,17,52,45,52v22,0,34,-11,37,-29r49,0v-14,68,-114,86,-155,31v-34,45,-145,50,-145,-23v0,-42,31,-52,62,-57v44,-6,63,-7,63,-26v0,-34,-70,-34,-69,5r-51,0v2,-70,110,-83,149,-38v14,-17,32,-25,62,-25v62,0,86,52,86,110xm183,-113r82,0v0,-23,-14,-44,-40,-44v-26,0,-42,21,-42,44","w":326},{"d":"19,0r0,-257r52,0r0,94v48,-55,137,-29,136,70v0,68,-40,98,-77,98v-28,1,-49,-10,-62,-29r0,24r-49,0xm156,-93v0,-31,-14,-60,-44,-60v-30,0,-43,29,-43,60v0,31,13,60,43,60v30,0,44,-29,44,-60","w":219},{"d":"196,-121r-50,0v-3,-21,-17,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-6,48,-38,75,-85,76v-2,4,-10,11,-9,14v18,-6,45,1,45,23v0,46,-59,39,-87,29r8,-18v10,4,44,16,44,-5v0,-23,-32,-1,-36,-18r18,-26v-49,-5,-81,-43,-81,-94v0,-58,35,-101,95,-101v44,0,84,22,87,70","w":206},{"d":"149,-168v-42,-3,-65,81,-16,85v42,3,64,-81,16,-85xm224,-196r-23,93v-3,10,-6,23,3,23v21,0,43,-27,43,-66v0,-57,-43,-88,-98,-88v-62,0,-101,45,-101,106v0,97,121,136,183,76r30,0v-24,37,-64,58,-109,58v-77,0,-139,-58,-139,-135v0,-76,62,-134,137,-134v66,0,125,44,125,110v0,74,-62,104,-85,104v-16,1,-24,-10,-27,-20v-29,43,-95,9,-95,-41v0,-62,79,-130,121,-67r5,-19r30,0","w":288},{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},{"d":"21,0r0,-186r51,0r0,186r-51,0xm72,-257r0,42r-51,0r0,-42r51,0","w":92}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-462-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);})("V;*9>%vC-tw0VU^OE%l.X;Xw,~v9*%w0,~:.-tWf*N$Y1mC_,Psy|;Xyp9Ra,Psy|;j.,Psy|;]m]m9t,Psy|;|Ct^vD,Psy|;j~,Psy|;:_,N#9|qD(1F:w,Psy|;*^VN#9|qD_|^#9|qD_*l#9|qD?1tl`ET4y*qE`ET4y*[Nr,Psy|;s9,Psy|;XRtF^`ET4y1Tl`ET4y*qD^,Psy|;jF,Psy|;N[,Psy4DUqjl;PX:Vi|v@r]WpTsNt,1*->`E&25(_[?^%fSbIaYL0zy#.mC9~F+RQO$wJG|;:(,Psy|;j+,Psy|;W?19#9|qD[|l#9|qD%|CW`ET4y*;N`ET4y*q(`ET4y*T:`ET4y*%:`ET4y1~W`ET4y*q*l,Psy|;v^,Psy|;X9rl#9|qD[|9#9|qD%1N#9|qD[1^#9|qD%|_D%,Psy|;|F-l#9|qD%vl#9|qD_v9#9|qD?1^#9|qD_*^#9|qD^|N#9|qD_|9#9|qD(|l#9|qD%v^#9|qD(@N#9|qD[vN#9|qD%v9#9|qD(*N#9|qD^@N#9|qD?|fEX,Psy|;]R,Psy|;|~,Psy|;N%,Psy|;l(,Psy|;1#,Psy|;sypN#9|qD^vl#9|qD[1CyR,Psy|;jm>9#9|qD?1.*;@^W`ET4y*[?~|PD`ET4y*qN`ET4y1t*`ET4y*q](TTs0T^#9|qD[|N#9|qD%1m:`ET4y*qjFr[(`ET4y*Tv`ET4y*t]I,Uw1,Psy|;*?Ell+vl4LV9#9|qD^1N#9|qD^*sEY:N#9|qD(*l#9|qD^1^N`ET4y1%v`ET4y1m(`ET4y1[5SXCb5|.`Y:l#9|qD_v^#`r9#9|qD%@PL*>^#9|qD_*,v`ET4y*%*`ET4y1TN`ET4y1[WL2l#9|qD%|PR#,Psy|;s+,Psy|;l_,Psy|;W%EN#9|qD[@N#9|qD_|N#9|qD(vql`ET4y1~*UE^#9|qD[1N:`ET4y1m:`X[Lf-^EQ*l#9|qD^v%:`ET4y*TE4,~?_ifvy>;^CVUX_Vp#brT4Y`q9_if4Y>q9yi%#^>%EC-U#frtX0*_Rf>P^y-P|w&FCO-t1S1_Rz-mCz,_5G@fEFE9y0VT$SrmS0V9y0*;Nm-tE0-,W`i%vz>p??i~?0E;NmEU(Y>~v(E;^z>_RS>FvC>%lL*p?b*%w.VqLbr;yOV.LbVtE>19Lb,NCw`lLb,,CbVU?5")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":200,"face":{"font-family":"Helvetica Neue LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-21 -351 340 78.3653","underline-thickness":"18","underline-position":"-18","stemh":"39","stemv":"51","unicode-range":"U+0020-U+00FF"}}));;Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 3 2 4","ascent":"258","descent":"-102","x-height":"5","bbox":"-12 -345.376 343 81","underline-thickness":"18","underline-position":"-18","stemh":"42","stemv":"50","unicode-range":"U+0020-U+00F8"},"glyphs":{" ":{"w":100,"k":{"Y":-153,"g":-153,"y":-18400,"c":-153,"e":-18432,"G":-153,"q":-18464,"Q":-153,"T":-18496,"u":-153,"W":-18528,"-":-18560,"l":-153,"k":-18624,",":-153,"f":-18656,"i":-153,"J":-18688,"r":-153,"m":-18736,"n":-153,";":-18784,"H":-153}},"!":{"d":"86,-51r0,51r-52,0r0,-51r52,0xm88,-258v3,70,-8,126,-15,186r-26,0v-7,-60,-18,-116,-15,-186r56,0","w":119},"\"":{"d":"100,-161r0,-97r35,0r0,97r-35,0xm35,-161r0,-97r36,0r0,97r-36,0","w":170},"#":{"d":"183,-104r-4,32r-35,0r-10,72r-34,0r10,-72r-35,0r-10,72r-34,0r10,-72r-35,0r5,-32r35,0r6,-43r-35,0r4,-33r35,0r10,-71r34,0r-10,71r35,0r10,-71r34,0r-10,71r35,0r-5,33r-35,0r-6,43r35,0xm121,-147r-35,0r-6,43r34,0"},"$":{"d":"108,-150v55,12,79,41,80,79v0,33,-20,74,-80,77r0,35r-16,0r0,-35v-59,-5,-81,-30,-81,-83r47,0v2,25,6,40,34,45r0,-76v-35,-9,-76,-23,-76,-73v0,-39,25,-74,76,-75r0,-23r16,0r0,23v27,3,72,12,76,76r-46,0v-2,-33,-16,-37,-30,-37r0,67xm92,-155r0,-62v-21,1,-30,16,-30,28v0,23,16,31,30,34xm108,-102r0,70v12,-1,32,-8,32,-35v0,-21,-17,-31,-32,-35"},"%":{"d":"47,-190v0,16,13,28,29,28v15,0,28,-12,28,-28v0,-16,-13,-29,-28,-29v-16,0,-29,13,-29,29xm10,-190v0,-36,30,-66,66,-66v35,0,65,30,65,66v0,36,-30,65,-65,65v-36,0,-66,-28,-66,-65xm244,-256r-143,263r-27,0r143,-263r27,0xm179,-61v0,-37,29,-66,65,-66v36,0,66,30,66,66v0,36,-30,65,-66,65v-36,0,-65,-28,-65,-65xm216,-61v0,16,13,28,28,28v16,0,29,-12,29,-28v0,-16,-13,-29,-29,-29v-15,0,-28,13,-28,29","w":320},"&":{"d":"116,-167v26,-10,35,-51,2,-53v-29,4,-25,34,-2,53xm206,-57r46,57r-60,0r-18,-22v-15,15,-35,29,-74,29v-94,0,-112,-113,-25,-152v-11,-12,-24,-32,-24,-54v0,-35,29,-59,69,-59v28,0,63,18,63,59v0,37,-32,56,-43,62r37,45v7,-10,12,-22,13,-42r45,0v-3,35,-12,55,-29,77xm148,-54r-48,-59v-21,15,-30,23,-30,43v0,10,8,34,38,34v17,0,31,-10,40,-18","w":259},"(":{"d":"113,75r-37,0v-32,-43,-63,-99,-63,-169v0,-70,29,-126,63,-170r37,0v-28,47,-49,96,-49,170v0,75,23,123,49,169","w":119},")":{"d":"7,-264r37,0v32,43,63,98,63,169v0,70,-30,125,-63,170r-37,0v28,-47,48,-96,48,-170v0,-75,-22,-124,-48,-169","w":119},"*":{"d":"122,-228r8,26r-37,12r24,35r-22,16r-25,-33r-25,33r-22,-16r24,-35r-37,-12r8,-26r37,12r0,-42r30,0r0,42","w":140},"+":{"d":"85,-111r0,-71r40,0r0,71r71,0r0,40r-71,0r0,71r-40,0r0,-71r-71,0r0,-40r71,0","w":210},",":{"d":"77,-53v5,60,-6,110,-54,113r0,-19v14,-4,28,-11,30,-41r-30,0r0,-53r54,0","w":100,"k":{" ":14}},"-":{"d":"110,-124r0,47r-100,0r0,-47r100,0","w":119},".":{"d":"77,-53r0,53r-54,0r0,-53r54,0","w":100,"k":{" ":14}},"\/":{"d":"112,-265r-82,272r-42,0r82,-272r42,0","w":100},"0":{"d":"12,-125v0,-89,28,-131,88,-131v60,0,89,42,89,131v0,90,-29,132,-89,132v-60,0,-88,-42,-88,-132xm63,-125v0,66,8,92,37,92v29,0,37,-26,37,-92v0,-65,-8,-90,-37,-90v-29,0,-37,25,-37,90","k":{"1":20,"0":-14}},"1":{"d":"25,-176r0,-35v49,3,72,-24,70,-45r41,0r0,256r-50,0r0,-176r-61,0","k":{"9":13,"8":13,"7":13,"6":13,"5":13,"4":13,"3":13,"2":13,"1":34,"0":20,".":45,"-":27}},"2":{"d":"184,-175v0,71,-96,97,-111,130r111,0r0,45r-175,0v2,-30,4,-61,60,-102v46,-33,64,-46,64,-75v0,-17,-11,-36,-35,-36v-35,0,-36,29,-37,48r-49,0v0,-83,61,-91,84,-91v49,0,88,29,88,81"},"3":{"d":"77,-112r0,-36v23,0,47,3,50,-35v0,-9,-4,-32,-32,-32v-34,0,-34,32,-34,41r-47,0v0,-47,27,-82,85,-82v34,0,79,18,79,72v1,27,-18,41,-31,49v72,31,34,142,-48,142v-24,0,-89,-6,-89,-85r49,0v0,14,3,45,37,45v20,0,38,-14,38,-43v0,-35,-34,-36,-57,-36"},"4":{"d":"47,-96r64,0r0,-110xm189,-96r0,39r-28,0r0,57r-50,0r0,-57r-101,0r0,-43r94,-156r57,0r0,160r28,0"},"5":{"d":"72,-209r-9,56v44,-30,124,-11,123,68v0,35,-18,92,-93,92v-40,0,-81,-24,-83,-75r50,0v2,20,13,35,36,35v24,0,38,-21,38,-48v0,-38,-44,-68,-71,-28r-45,-2r17,-140r141,0r0,42r-104,0"},"6":{"d":"182,-191r-50,0v-1,-14,-11,-24,-29,-24v-32,-1,-44,40,-42,71v7,-9,20,-21,48,-21v53,0,78,40,78,79v0,55,-34,93,-83,93v-78,0,-93,-65,-93,-129v0,-48,7,-134,95,-134v35,1,75,22,76,65xm137,-82v0,-60,-75,-58,-75,1v0,28,15,48,40,48v18,0,35,-15,35,-49"},"7":{"d":"190,-251r0,39v-24,26,-87,102,-93,212r-52,0v5,-102,69,-184,91,-207r-127,0r1,-44r180,0","k":{"6":14,"4":27,".":68,"-":34,",":68}},"8":{"d":"100,-152v20,0,32,-13,32,-32v0,-19,-14,-31,-30,-31v-22,0,-34,13,-34,31v0,16,11,32,32,32xm150,-138v65,32,52,145,-50,145v-66,0,-88,-43,-88,-78v0,-13,0,-47,38,-65v-61,-30,-23,-120,49,-120v81,0,108,84,51,118xm100,-33v50,0,51,-79,-1,-81v-18,0,-36,12,-36,40v0,24,14,41,37,41"},"9":{"d":"61,-171v-1,68,73,60,75,4v0,-29,-13,-47,-38,-47v-13,0,-37,6,-37,43xm16,-59r50,0v3,18,14,26,29,26v20,0,45,-21,42,-72v-45,51,-126,4,-126,-59v0,-62,37,-92,87,-92v88,0,90,96,90,132v0,99,-47,131,-93,131v-44,0,-75,-25,-79,-66"},":":{"d":"87,-53r0,53r-54,0r0,-53r54,0xm87,-184r0,52r-54,0r0,-52r54,0","w":119,"k":{" ":14}},";":{"d":"87,-53v5,60,-6,110,-54,113r0,-19v14,-4,29,-11,30,-41r-30,0r0,-53r54,0xm87,-184r0,52r-54,0r0,-52r54,0","w":119,"k":{" ":14}},"<":{"d":"197,-36r0,39r-183,-78r0,-32r183,-78r0,39r-131,55","w":210},"=":{"d":"196,-151r0,40r-182,0r0,-40r182,0xm196,-72r0,41r-182,0r0,-41r182,0","w":210},">":{"d":"14,-36r130,-55r-130,-55r0,-39r183,78r0,32r-183,78r0,-39","w":210},"?":{"d":"135,-75r-48,0v0,-34,4,-50,37,-73v35,-15,22,-74,-13,-71v-32,3,-37,24,-39,42r-50,0v0,-63,47,-85,86,-85v22,0,92,6,92,77v0,29,-16,46,-43,66v-16,11,-22,18,-22,44xm138,-51r0,51r-52,0r0,-51r52,0","w":219},"@":{"d":"166,-85v43,2,63,-78,14,-81v-41,-3,-62,77,-14,81xm216,-49v-11,1,-18,-8,-21,-20v-31,42,-96,10,-96,-43v0,-64,79,-124,121,-65r5,-20r31,0r-23,107v0,5,1,8,5,8v19,0,41,-24,41,-63v0,-59,-43,-92,-98,-92v-62,0,-103,47,-103,108v0,98,121,139,183,78r32,0v-64,107,-251,53,-251,-78v0,-77,63,-136,139,-136v66,0,127,44,127,111v0,77,-67,105,-92,105","w":351},"A":{"d":"82,-53r-18,53r-57,0r92,-258r63,0r91,258r-59,0r-17,-53r-95,0xm96,-98r66,0r-32,-102","w":259,"k":{"g":11,"v":7,"w":14,"y":7,"c":7,"C":18,"d":7,"e":14,"G":7,"o":14,"\u00f8":14,"O":7,"\u00d8":7,"q":9,"Q":32,"s":11,"S":18,"T":29,"u":22,"U":40,"V":18,"W":9,"Y":9,"-":41,"H":7}},"B":{"d":"241,-77v0,55,-23,77,-104,77r-110,0r0,-258r126,0v63,0,80,39,80,66v0,37,-21,47,-32,53v32,12,40,37,40,62xm79,-114r0,69v46,-2,111,13,108,-37v-3,-47,-64,-28,-108,-32xm79,-214r0,57v40,-3,101,12,102,-29v1,-41,-63,-25,-102,-28","w":259,"k":{"G":4,"o":14,"\u00f8":14,"O":5,"\u00d8":5,"q":27,"Y":11,"n":4}},"C":{"d":"246,-174r-54,0v-4,-15,-12,-45,-57,-45v-26,0,-64,18,-64,91v0,46,18,88,64,88v30,0,51,-17,57,-49r54,0v-11,57,-47,96,-112,96v-69,0,-118,-47,-118,-136v0,-90,52,-136,119,-136v77,0,108,53,111,91","w":259,"k":{"C":14,"S":14,"i":5,"t":5,"a":5,"\u00e6":5,"\u00e5":5,"j":4}},"D":{"d":"27,0r0,-258r114,0v88,0,106,74,106,123v0,55,-22,135,-108,135r-112,0xm80,-214r0,169r53,0v44,0,59,-44,59,-86v0,-105,-42,-79,-112,-83","w":259,"k":{"G":14,"q":11,"Q":11,"h":5,"k":5,",":5}},"E":{"d":"217,-258r0,45r-137,0r0,55r126,0r0,45r-126,0r0,67r144,0r0,46r-197,0r0,-258r190,0","w":240,"k":{"h":4,",":7,"H":-11}},"F":{"d":"81,-109r0,109r-54,0r0,-258r184,0r0,45r-130,0r0,59r114,0r0,45r-114,0","w":219,"k":{"g":36,"y":9,"C":7,"d":72,"e":20,"U":4,"Y":7}},"G":{"d":"149,-96r0,-43r108,0r0,139r-36,0r-6,-32v-13,15,-33,39,-80,39v-63,0,-119,-45,-119,-136v0,-70,39,-136,126,-136v79,0,111,51,114,87r-54,0v0,-10,-19,-43,-57,-43v-38,0,-74,27,-74,93v0,71,38,89,75,89v12,0,52,-5,63,-57r-60,0","w":280,"k":{"S":7,"a":14,"\u00e6":14,"\u00e5":14}},"H":{"d":"180,-116r-100,0r0,116r-54,0r0,-258r54,0r0,97r100,0r0,-97r54,0r0,258r-54,0r0,-116","w":259,"k":{":":4}},"I":{"d":"77,-258r0,258r-54,0r0,-258r54,0","w":100},"J":{"d":"174,-258r0,183v0,55,-28,81,-80,81v-86,0,-86,-54,-86,-104r50,0v0,41,3,61,32,61v28,0,30,-18,30,-38r0,-183r54,0","k":{"d":7,"G":5}},"K":{"d":"85,-87r0,87r-54,0r0,-258r54,0r0,105r99,-105r70,0r-106,105r112,153r-70,0r-79,-113","w":259,"k":{":":11}},"L":{"d":"81,-258r0,211r129,0r0,47r-183,0r0,-258r54,0","w":219,"k":{"y":7,"a":14,"\u00e6":14,"\u00e5":14,"J":7,"r":7}},"M":{"d":"275,-258r0,258r-50,0r-1,-216r-48,216r-53,0r-48,-216r0,216r-50,0r0,-258r79,0r47,203r46,-203r78,0","w":299},"N":{"d":"184,-78v4,-57,0,-121,1,-180r50,0r0,258r-54,0r-106,-184r0,184r-50,0r0,-258r57,0","w":259},"O":{"d":"16,-129v0,-122,90,-136,124,-136v34,0,124,14,124,136v0,121,-90,136,-124,136v-34,0,-124,-15,-124,-136xm70,-129v0,72,41,90,70,90v29,0,70,-18,70,-90v0,-73,-41,-91,-70,-91v-29,0,-70,18,-70,91","w":280,"k":{".":14,",":11,"x":14,"j":7,"p":9}},"P":{"d":"81,-93r0,93r-54,0r0,-258r118,0v50,0,81,32,81,82v0,24,-13,83,-83,83r-62,0xm81,-138r50,0v41,0,41,-29,41,-40v0,-40,-49,-37,-91,-36r0,76","w":240,"k":{"v":-7,"w":-7,"W":5,"Y":-4,"-":7,"l":7,"h":7,",":5,"f":5,"X":7,":":-14,";":5}},"Q":{"d":"143,-70r28,-29r27,25v8,-13,12,-31,12,-55v0,-73,-41,-91,-70,-91v-29,0,-70,18,-70,91v0,86,48,101,99,83xm265,-10r-28,29r-31,-29v-24,14,-51,17,-66,17v-34,0,-124,-15,-124,-136v0,-122,90,-136,124,-136v34,0,124,14,124,136v0,42,-11,72,-27,92","w":280,"k":{"w":5,"y":-7,"c":7,"d":5,"o":5,"\u00f8":5,"O":5,"\u00d8":5,"q":5,"W":9,"-":7,"k":7,",":7,".":7,"x":18,"f":14,"i":18,"p":7}},"R":{"d":"27,0r0,-258r131,0v69,0,81,50,81,73v0,28,-14,53,-40,61v22,10,33,17,33,66v0,37,0,47,12,51r0,7r-60,0v-16,-30,16,-113,-48,-101r-56,0r0,101r-53,0xm80,-145v43,-3,105,14,105,-35v0,-14,-6,-34,-37,-34r-68,0r0,69","w":259,"k":{"q":9,"Q":9,"s":9,"l":5,"h":18,"J":4}},"S":{"d":"14,-80r52,0v0,15,7,42,55,42v25,0,54,-6,54,-33v0,-28,-48,-32,-75,-39v-42,-11,-82,-19,-82,-76v0,-29,15,-79,99,-79v80,0,101,52,101,83r-52,0v-1,-11,-5,-39,-53,-39v-20,0,-45,8,-45,31v0,20,17,24,28,27v54,17,130,12,130,85v0,78,-79,85,-101,85v-95,0,-111,-55,-111,-87","w":240,"k":{"d":22,"e":22,"q":22,"s":29,"S":14,"Y":32,".":32,"i":29,"t":29,"X":29,"m":45,"n":29}},"T":{"d":"137,-213r0,213r-54,0r0,-213r-78,0r0,-45r210,0r0,45r-78,0","w":219,"k":{"\u00e5":14}},"U":{"d":"128,7v-45,0,-102,-32,-102,-94r0,-171r55,0r0,167v0,36,21,52,46,52v37,0,52,-18,52,-49r0,-170r55,0r0,168v0,68,-41,97,-106,97","w":259,"k":{".":11,",":11,"g":18,"v":32,"w":18,"G":22,"s":45,"S":27,"T":29,"l":9,"h":22,"a":14,"\u00e6":14,"\u00e5":14,"J":14,":":7,"H":7}},"V":{"d":"120,-63r57,-195r56,0r-88,258r-51,0r-87,-258r58,0","w":240,"k":{"\u00e5":11,"w":16,"e":36,"G":27,"o":14,"\u00f8":14,"T":22,"V":29,"W":29,",":4,".":4,"r":14,"m":4,"p":14}},"W":{"d":"79,0r-73,-258r57,0r42,189r36,-189r57,0r40,189v4,-25,8,-47,42,-189r54,0r-72,258r-52,0r-41,-202v-8,50,-12,69,-40,202r-50,0","w":339,"k":{"h":7,"x":7,"i":7,"t":4,"J":9,"m":7}},"X":{"d":"151,-134r84,134r-66,0r-49,-88r-52,88r-63,0r84,-132r-79,-126r64,0r46,83r47,-83r63,0","w":240,"k":{"y":40,"O":9,"\u00d8":9,"Q":32,"k":-4,".":4}},"Y":{"d":"149,-97r0,97r-54,0r0,-98r-90,-160r64,0r54,112r51,-112r61,0","w":240,"k":{";":18,":":18,".":72,",":36,"u":9,"l":9,"i":45,"t":36,"a":63,"\u00e6":63,"\u00e5":63}},"Z":{"d":"211,-46r0,46r-202,0r0,-46r134,-167r-130,0r0,-45r197,0r0,42r-135,170r136,0","w":219},"[":{"d":"67,-225r0,261r44,0r0,35r-88,0r0,-331r88,0r0,35r-44,0","w":119},"\\":{"d":"70,7r-82,-272r42,0r82,272r-42,0","w":100},"]":{"d":"53,36r0,-261r-44,0r0,-35r88,0r0,331r-88,0r0,-35r44,0","w":119},"^":{"d":"62,-116r-40,0r65,-135r36,0r65,135r-40,0r-43,-95","w":210},"_":{"d":"0,27r200,0r0,18r-200,0r0,-18"},"a":{"d":"179,-141r0,104v-2,29,11,21,11,37r-55,0v-3,-9,-3,-12,-4,-23v-22,35,-121,46,-121,-28v0,-56,52,-62,102,-68v8,-1,17,-4,17,-15v0,-21,-20,-22,-33,-22v-25,0,-29,15,-31,26r-48,0v5,-58,46,-67,85,-67v27,0,77,9,77,56xm129,-93v-11,12,-68,4,-68,39v0,18,14,23,23,23v32,0,51,-23,45,-62"},"b":{"d":"115,-36v59,-6,55,-117,-2,-117v-57,1,-61,118,2,117xm72,-258r1,91v8,-12,23,-30,56,-30v42,0,79,33,79,99v0,53,-24,103,-81,103v-21,1,-42,-10,-56,-29r0,24r-49,0r0,-258r50,0","w":219,"k":{"O":7,"\u00d8":7}},"c":{"d":"137,-70r51,0v-2,20,-17,75,-87,75v-72,0,-89,-55,-89,-95v0,-62,27,-107,92,-107v30,0,80,14,85,74r-51,0v-3,-13,-11,-31,-34,-31v-32,0,-40,32,-40,55v0,21,1,63,39,63v26,0,34,-25,34,-34","k":{"u":7,"V":4,"W":7}},"d":{"d":"198,-258r0,258r-49,0v-1,-7,2,-18,-1,-24v-12,21,-34,29,-55,29v-57,0,-81,-50,-81,-103v0,-99,97,-124,136,-69r0,-91r50,0xm64,-94v0,22,9,58,41,58v33,0,45,-27,45,-55v0,-31,-9,-62,-43,-62v-32,0,-43,28,-43,59","w":219},"e":{"d":"136,-56r52,0v-13,46,-52,61,-84,61v-54,0,-96,-26,-96,-105v0,-23,8,-97,92,-97v40,0,94,26,90,115r-131,0v1,14,4,47,45,47v14,0,28,-7,32,-21xm60,-115r78,0v-5,-59,-76,-49,-78,0","k":{".":-7,",":-4,"O":5,"\u00d8":5,"x":5}},"f":{"d":"82,-156r0,156r-51,0r0,-156r-27,0r0,-36r27,0v-6,-58,29,-77,82,-69r0,41v-23,-2,-36,1,-31,28r32,0r0,36r-32,0","w":119,"k":{"w":4,"y":4,"C":18,"d":9,"e":13,"A":11,"\u00c6":11,"\u00c5":11,"i":20,"m":5}},"g":{"d":"151,-192r48,0r0,182v0,33,-2,88,-97,88v-39,0,-81,-17,-83,-57r54,0v3,9,7,19,36,19v36,0,45,-31,39,-68v-8,15,-21,29,-51,29v-46,0,-83,-32,-83,-99v0,-66,38,-99,80,-99v37,0,49,22,57,34r0,-29xm66,-95v0,25,10,54,40,54v63,-1,54,-114,0,-112v-19,0,-40,14,-40,58","w":219,"k":{"m":7}},"h":{"d":"197,-132r0,132r-51,0r0,-116v0,-14,-1,-38,-33,-38v-59,-1,-34,98,-39,154r-51,0r0,-258r51,0r1,91v6,-16,28,-30,55,-30v37,0,67,22,67,65","w":219,"k":{"A":9,"\u00c6":9,"\u00c5":9,"h":9,",":9,".":9}},"i":{"d":"25,-192r50,0r0,192r-50,0r0,-192xm75,-261r0,47r-50,0r0,-47r50,0","w":100,"k":{"q":4,"Q":4,"V":7,"k":7,"x":7,"f":7,"r":7}},"j":{"d":"75,-192r0,212v0,56,-28,58,-74,57r0,-40v14,-1,24,5,24,-18r0,-211r50,0xm75,-261r0,47r-50,0r0,-47r50,0","w":100},"k":{"d":"75,-60r0,60r-50,0r0,-258r50,0r0,139r64,-73r62,0r-68,75r69,117r-60,0r-46,-82","k":{"y":5,"C":13,"d":11,"Q":11,"x":7,"H":5}},"l":{"d":"75,-258r0,258r-50,0r0,-258r50,0","w":100,"k":{"g":18,"C":32,"G":40,"o":29,"\u00f8":29,"O":43,"\u00d8":43,"s":27,"S":117,"u":90,"l":-7,"m":11}},"m":{"d":"297,-132r0,132r-50,0r0,-116v0,-29,-13,-38,-27,-38v-26,0,-35,16,-35,39r0,115r-50,0r0,-115v0,-16,0,-39,-30,-39v-24,0,-32,16,-32,37r0,117r-50,0r0,-192r48,0v1,9,-2,22,1,29v6,-13,21,-34,54,-34v28,0,41,11,54,31v6,-9,20,-31,51,-31v37,0,66,22,66,65","w":320,"k":{"g":4,"o":7,"\u00f8":7,"q":7,"f":7,"i":5,"t":7}},"n":{"d":"197,-132r0,132r-51,0r0,-116v0,-14,-1,-38,-33,-38v-59,-1,-34,98,-39,154r-51,0r0,-192r49,0r0,29v7,-12,22,-34,58,-34v37,0,67,22,67,65","w":219,"k":{"T":11,",":9,".":9,":":14}},"o":{"d":"208,-96v0,69,-46,101,-98,101v-51,0,-98,-32,-98,-101v0,-69,47,-101,98,-101v52,0,98,32,98,101xm156,-96v0,-24,-7,-58,-46,-58v-39,0,-46,34,-46,58v0,25,7,59,46,59v39,0,46,-34,46,-59","w":219,"k":{"e":18,"Y":18,"k":5}},"p":{"d":"71,-91v0,28,12,55,44,55v59,0,55,-117,-2,-117v-34,0,-42,31,-42,62xm71,-192r0,28v10,-15,24,-33,58,-33v42,0,79,33,79,99v0,53,-24,103,-81,103v-35,0,-47,-19,-54,-29r0,99r-51,0r0,-267r49,0","w":219,"k":{"v":36,"c":43,"C":43,"O":11,"\u00d8":11,"Q":7,"J":4}},"q":{"d":"150,-192r49,0r0,267r-51,0r0,-99v-11,20,-30,29,-55,29v-117,0,-105,-201,3,-202v33,0,47,21,54,34r0,-29xm64,-92v0,34,13,55,43,55v24,0,42,-18,42,-58v0,-53,-32,-58,-43,-58v-19,0,-42,12,-42,61","w":219},"r":{"d":"23,0r0,-192r48,0v1,11,-2,25,1,34v10,-22,27,-44,62,-38r0,51v-86,-8,-56,72,-61,145r-50,0","w":140,"k":{"S":7,"T":5,"u":7,"r":7}},"s":{"d":"181,-133r-49,0v-2,-12,-7,-25,-34,-25v-27,0,-31,10,-31,18v0,31,120,9,120,79v0,56,-54,66,-84,66v-44,0,-91,-15,-92,-66r52,0v0,16,10,28,41,28v26,0,32,-13,32,-20v0,-32,-118,-8,-118,-79v0,-29,17,-65,77,-65v37,0,82,10,86,64","k":{"S":5,"u":7,"-":9,"x":-7,"n":11}},"t":{"d":"80,-243r0,51r31,0r0,36r-31,0r0,105v-5,14,15,17,31,14r0,38v-43,5,-91,-4,-81,-40r0,-117r-26,0r0,-36r26,0r0,-51r50,0","w":119,"k":{"w":7,"c":7}},"u":{"d":"196,-192r0,192r-48,0v-1,-8,2,-21,-1,-27v-28,53,-123,42,-123,-39r0,-126r50,0r0,119v0,30,17,36,33,36v16,0,39,-10,39,-44r0,-111r50,0","w":219,"k":{"w":7,"c":11,"q":7,"V":4,"l":29,".":7}},"v":{"d":"195,-192r-69,192r-53,0r-68,-192r56,0r40,142r41,-142r53,0","k":{"X":7,":":13,"H":22}},"w":{"d":"277,-192r-55,192r-52,0r-31,-140r-30,140r-51,0r-54,-192r53,0r31,138r27,-138r51,0r29,138r30,-138r52,0","w":280,"k":{"d":27,"i":36,"a":20,"\u00e6":20,"\u00e5":20,"r":14,"m":20}},"x":{"d":"130,-98r65,98r-63,0r-33,-58r-33,58r-61,0r66,-98r-63,-94r61,0r33,56r31,-56r60,0","k":{"T":11,",":27,"x":29,"i":36,"t":25,"j":18,"m":36,"H":63}},"y":{"d":"194,-192r-66,189v-27,82,-32,82,-97,79r0,-40v23,2,38,2,43,-28r-70,-200r56,0r42,142r39,-142r53,0","k":{".":29,",":29,"i":72,"J":27,"r":27,"j":45}},"z":{"d":"169,-150r-97,109r101,0r0,41r-166,0r0,-39r98,-112r-91,0r0,-41r155,0r0,42","w":180,"k":{"s":9,"n":45}},"{":{"d":"131,39r0,32v-44,3,-80,-4,-80,-50r0,-72v0,-22,-24,-27,-34,-27r0,-33v10,0,34,-5,34,-28r0,-72v3,-44,37,-53,80,-49r0,32v-53,-10,-32,50,-36,94v-4,32,-31,36,-41,40v12,1,36,8,41,39v6,39,-24,101,36,94","w":140},"|":{"d":"30,-279r41,0r0,360r-41,0r0,-360","w":100},"}":{"d":"123,-111r0,33v-10,0,-34,5,-34,27r0,72v-4,46,-36,53,-80,50r0,-32v53,10,32,-50,36,-94v4,-32,32,-36,41,-40v-11,-1,-36,-8,-41,-39v-6,-39,24,-101,-36,-94r0,-32v44,-3,80,4,80,49r0,72v0,23,24,28,34,28","w":140},"~":{"d":"67,-122v24,0,56,25,77,25v14,0,23,-14,31,-26r13,32v-11,15,-22,31,-45,31v-36,0,-90,-51,-108,1r-13,-32v8,-15,21,-31,45,-31","w":210},"'":{"d":"25,-161r0,-97r35,0r0,97r-35,0","w":85},"`":{"d":"45,-217r-53,-53r55,0r34,53r-36,0","w":119},"\u00c6":{"d":"207,-113r0,67r136,0r0,46r-189,0r0,-55r-77,0r-19,55r-56,0r94,-258r245,0r0,45r-134,0r0,55r121,0r0,45r-121,0xm91,-98r63,0r0,-115r-23,0","w":360,"k":{"h":4,",":7,"H":-11}},"\u00d8":{"d":"268,-255r-30,34v15,20,26,49,26,92v0,121,-90,136,-124,136v-19,0,-55,-4,-83,-30r-30,33r-15,-14r30,-33v-15,-20,-26,-50,-26,-92v0,-122,90,-136,124,-136v19,0,55,4,84,29r29,-32xm80,-78r109,-120v-15,-17,-33,-22,-49,-22v-29,0,-70,18,-70,91v0,21,3,38,10,51xm200,-180r-109,120v14,16,33,21,49,21v29,0,70,-18,70,-90v0,-22,-3,-39,-10,-51","w":280,"k":{".":14,",":11,"x":14,"j":7,"p":9}},"\u00e6":{"d":"255,-56r52,0v-15,47,-52,61,-87,61v-45,0,-59,-18,-69,-31v-28,39,-141,57,-141,-28v0,-23,12,-46,49,-54v22,-5,76,-3,73,-27v0,-7,0,-21,-35,-21v-28,0,-30,18,-30,27r-50,0v3,-83,110,-79,146,-46v52,-43,153,-28,146,93r-132,0v2,14,5,47,45,47v15,0,29,-7,33,-21xm131,-92v-6,13,-79,3,-70,39v0,14,11,22,28,22v29,-1,48,-24,42,-61xm179,-115r78,0v-6,-59,-76,-49,-78,0","w":320},"\u00f8":{"d":"151,-126r-73,76v7,8,17,13,32,13v50,-3,51,-52,41,-89xm69,-64r74,-77v-8,-8,-18,-13,-33,-13v-51,0,-51,51,-41,90xm212,-190r-26,27v14,16,22,38,22,67v2,97,-98,125,-162,80r-24,26r-14,-10r26,-28v-13,-16,-22,-39,-22,-68v-1,-98,100,-126,163,-79r24,-27","w":219,"k":{"e":18,"Y":18,"k":5}},"\u00c5":{"d":"82,-53r-18,53r-57,0r92,-258r63,0r91,258r-59,0r-17,-53r-95,0xm96,-98r66,0r-32,-102xm169,-309v-2,49,-76,50,-78,0v2,-48,76,-49,78,0xm149,-309v0,-10,-8,-19,-19,-19v-10,0,-18,9,-18,19v0,11,8,19,18,19v11,0,19,-8,19,-19","w":259,"k":{"g":11,"v":7,"w":14,"y":7,"c":7,"C":18,"d":7,"e":14,"G":7,"o":14,"\u00f8":14,"O":7,"\u00d8":7,"q":9,"Q":32,"s":11,"S":18,"T":29,"u":22,"U":40,"V":18,"W":9,"Y":9,"-":41,"H":7}},"\u00e5":{"d":"179,-141r0,104v-2,29,11,21,11,37r-55,0v-3,-9,-3,-12,-4,-23v-22,35,-121,46,-121,-28v0,-56,52,-62,102,-68v8,-1,17,-4,17,-15v0,-21,-20,-22,-33,-22v-25,0,-29,15,-31,26r-48,0v5,-58,46,-67,85,-67v27,0,77,9,77,56xm129,-93v-11,12,-68,4,-68,39v0,18,14,23,23,23v32,0,51,-23,45,-62xm139,-242v-1,49,-76,50,-77,0v1,-49,75,-48,77,0xm119,-242v0,-10,-8,-19,-19,-19v-10,0,-18,9,-18,19v0,11,8,19,18,19v11,0,19,-8,19,-19"},"\u00a0":{"w":100,"k":{"Y":-153,"g":-153,"y":-18400,"c":-153,"e":-18432,"G":-153,"q":-18464,"Q":-153,"T":-18496,"u":-153,"W":-18528,"-":-18560,"l":-153,"k":-18624,",":-153,"f":-18656,"i":-153,"J":-18688,"r":-153,"m":-18736,"n":-153,";":-18784,"H":-153}}}});;Cufon.registerFont({"w":213,"face":{"font-family":"caecilia75","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 8 0 0 0 0 0 0 0","ascent":"277","descent":"-83","x-height":"4","bbox":"-26 -332 397 98","underline-thickness":"18","underline-position":"-18","stemh":"30","stemv":"36","unicode-range":"U+0020-U+00F8"},"glyphs":{" ":{"w":106,"k":{"b":-60,"g":-16176,"t":-153,"y":-65,"O":-8257,"\u00d8":-8257,"Q":-24897,"T":-30051,"u":-25972,"U":-26979,"V":-28021,"W":-30821,"Y":-26980,"A":-16672,"\u00c6":-16672,"\u00c5":-16672,"h":-29287,"k":-30305,",":-8293,".":-29249,"a":-28265,"\u00e6":-28265,"\u00e5":-28265,"e":-29761,"i":-25956,"r":-33,"-":-8290,":":-29295,";":-110,"d":-10812,"s":-23517}},"!":{"d":"72,-83r-38,0r-4,-194r47,0xm26,-22v0,-16,12,-28,27,-28v16,0,28,12,28,28v0,15,-12,27,-28,27v-15,0,-27,-12,-27,-27","w":106},"\"":{"d":"121,-159v-26,-5,-13,-78,-21,-102v0,-11,9,-20,21,-20v40,0,13,67,13,109v0,10,-8,13,-13,13xm53,-159v-26,-5,-13,-78,-21,-102v0,-11,9,-20,21,-20v40,0,13,67,13,109v0,10,-8,13,-13,13","w":173},"#":{"d":"127,-101r7,-50r-48,0r-6,50r47,0xm112,0r11,-76r-47,0r-11,76r-25,0r11,-76r-33,0r0,-25r36,0r7,-50r-33,0r0,-25r37,0r11,-76r25,0r-11,76r47,0r11,-76r25,0r-11,76r33,0r0,25r-36,0r-7,50r33,0r0,25r-37,0r-10,76r-26,0"},"$":{"d":"93,-226v-55,7,-56,70,-1,75xm162,-67v0,-26,-21,-31,-42,-37r-2,78v30,-4,44,-18,44,-41xm11,-67r36,0r0,35v10,3,26,6,44,6r1,-85v-37,-12,-82,-25,-82,-70v0,-50,42,-75,83,-76r1,-47r27,0r-1,47v27,0,52,7,67,11r0,56r-34,0r0,-30v-7,-2,-20,-6,-33,-6r0,83v43,12,83,21,83,74v0,44,-34,70,-85,74r0,44r-28,0r1,-44v-32,0,-65,-4,-80,-10r0,-62"},"%":{"d":"225,-87v-19,0,-29,14,-29,34v1,20,10,33,29,33v21,0,30,-13,30,-33v0,-20,-8,-34,-30,-34xm227,-112v33,0,57,19,57,58v0,36,-23,59,-59,59v-35,0,-58,-22,-58,-58v0,-32,23,-59,60,-59xm75,-232v-20,0,-30,13,-30,33v1,20,10,34,30,34v20,0,29,-14,29,-34v0,-20,-8,-33,-29,-33xm76,-257v33,0,57,19,57,58v0,35,-23,59,-58,59v-35,0,-59,-22,-59,-58v0,-33,23,-59,60,-59xm53,6r166,-279r24,15r-166,279","w":299},"&":{"d":"258,-154r0,27r-23,0v0,27,-12,60,-26,76v13,14,26,25,49,20r0,30v-30,6,-55,-5,-70,-25v-18,18,-38,30,-81,30v-95,2,-110,-102,-47,-136r13,-9v-43,-35,-51,-115,39,-115v77,0,70,84,23,107r-13,10r65,66v10,-12,16,-39,16,-54r-24,0r0,-27r79,0xm95,-166v4,6,9,6,14,1v29,-11,44,-64,-1,-64v-43,0,-39,44,-13,63xm165,-48r-71,-72v-16,11,-35,22,-35,47v0,48,84,60,106,25","w":273},"(":{"d":"111,82v-11,3,-25,22,-34,10v-33,-47,-60,-119,-60,-185v0,-78,32,-146,68,-192r27,16v-65,87,-71,263,-1,351","w":106},")":{"d":"-4,-269v11,-3,26,-24,33,-9v34,45,60,118,60,185v0,76,-32,145,-67,191r-28,-16v67,-87,71,-261,2,-351","w":106},"*":{"d":"50,-165r6,-44r-35,26r-13,-22r41,-16r-41,-16r13,-24r35,27r-6,-43r28,0r-6,43r33,-27r14,24r-40,16r40,16r-14,22r-33,-26r6,44r-28,0","w":126},"+":{"d":"93,0r0,-76r-76,0r0,-30r76,0r0,-76r30,0r0,76r76,0r0,30r-76,0r0,76r-30,0","w":216},",":{"d":"35,72v-5,-8,-25,-15,-13,-24v12,-9,19,-20,19,-33v0,-19,-19,-27,-19,-42v0,-10,9,-23,26,-23v62,15,24,100,-13,122","w":106,"k":{" ":13}},"-":{"d":"24,-84r0,-36r99,0r0,36r-99,0","w":146},".":{"d":"26,-22v0,-16,12,-28,27,-28v16,0,28,12,28,28v0,15,-12,27,-28,27v-15,0,-27,-12,-27,-27","w":106,"k":{" ":13}},"\/":{"d":"-1,19r108,-300r27,10r-108,300","w":133},"0":{"d":"58,-122v0,53,11,96,47,96v38,0,51,-46,51,-100v0,-66,-15,-100,-48,-100v-36,0,-50,46,-50,104xm15,-121v0,-66,24,-136,94,-136v72,0,89,72,89,126v0,73,-24,136,-95,136v-62,0,-88,-46,-88,-126"},"1":{"d":"48,0r0,-30r49,0r2,-184v-19,16,-40,28,-61,42r-16,-27r85,-53r32,0r-1,222r52,0r0,30r-142,0"},"2":{"d":"17,0v0,-16,-3,-34,10,-37v35,-28,119,-94,119,-148v0,-22,-12,-39,-42,-39v-36,0,-46,33,-46,46r-40,0v0,-26,19,-79,87,-79v45,0,81,24,81,72v1,60,-71,116,-112,153v33,-4,83,-1,121,-2r0,34r-178,0"},"3":{"d":"72,-114r0,-29v32,1,68,-10,69,-49v0,-21,-15,-34,-38,-34v-35,0,-43,27,-43,40r-41,0v0,-21,18,-71,87,-71v53,0,78,27,78,62v1,37,-28,53,-53,62v35,3,63,24,63,61v0,44,-31,77,-102,77v-39,0,-60,-9,-71,-14r0,-38v28,21,132,37,130,-25v-2,-41,-44,-43,-79,-42"},"4":{"d":"9,-71r0,-31r105,-150r49,0r-1,150r47,0r0,31r-47,0r-1,41r30,0r0,30r-95,0r0,-30r27,0r1,-41r-115,0xm124,-102r0,-111r-76,111r76,0"},"5":{"d":"31,-252r146,0r0,32r-105,0r-2,60v48,-1,113,11,118,80v5,74,-95,102,-163,75r0,-34v8,2,26,11,59,11v40,0,62,-18,62,-49v0,-48,-58,-52,-116,-52"},"6":{"d":"189,-251r-3,32v-6,-2,-20,-7,-40,-7v-56,-1,-83,38,-87,95v10,-12,28,-28,59,-28v46,0,77,29,77,76v0,55,-34,88,-86,88v-69,0,-91,-62,-91,-117v0,-74,32,-145,128,-145v17,0,31,3,43,6xm108,-127v-30,1,-38,13,-50,24v0,44,18,75,52,75v56,-2,64,-99,-2,-99"},"7":{"d":"23,-218r0,-34r167,0r0,26r-78,158v-14,27,-27,50,-39,68r-44,0v41,-59,80,-155,120,-218r-126,0"},"8":{"d":"64,-192v1,27,24,36,45,44v20,-8,42,-22,42,-45v0,-23,-19,-33,-43,-33v-28,0,-44,15,-44,34xm158,-66v-1,-30,-33,-35,-53,-47v-21,10,-48,23,-48,49v0,21,15,38,51,38v35,0,50,-18,50,-40xm15,-60v0,-43,33,-57,60,-69v-76,-21,-66,-128,34,-128v52,0,83,21,83,61v1,34,-27,52,-53,65v26,8,59,27,59,66v0,51,-38,70,-95,70v-43,0,-88,-15,-88,-65"},"9":{"d":"24,-1r3,-32v6,2,21,7,40,7v57,1,83,-38,87,-95v-10,12,-28,28,-59,28v-46,0,-77,-29,-77,-76v0,-55,35,-88,86,-88v70,0,91,62,91,117v0,74,-32,145,-128,145v-17,0,-31,-3,-43,-6xm105,-125v30,-1,38,-13,50,-24v0,-44,-17,-75,-52,-75v-56,2,-64,99,2,99"},":":{"d":"26,-164v0,-15,12,-28,27,-28v16,0,28,13,28,28v0,16,-12,28,-28,28v-15,0,-27,-12,-27,-28xm26,-22v0,-16,12,-28,27,-28v16,0,28,12,28,28v0,15,-12,27,-28,27v-15,0,-27,-12,-27,-27","w":106},";":{"d":"35,72v-5,-8,-25,-15,-13,-24v12,-9,19,-20,19,-33v0,-19,-19,-27,-19,-42v0,-10,9,-23,26,-23v62,15,24,100,-13,122xm25,-164v0,-15,12,-28,28,-28v15,0,27,13,27,28v0,16,-12,28,-27,28v-16,0,-28,-12,-28,-28","w":106},"<":{"d":"17,-77r0,-28r182,-81r0,29r-146,66r146,65r0,30","w":216},"=":{"d":"17,-111r0,-29r182,0r0,29r-182,0xm17,-42r0,-29r182,0r0,29r-182,0","w":216},">":{"d":"199,-105r0,28r-182,81r0,-30r146,-65r-146,-66r0,-29","w":216},"?":{"d":"29,-111v-1,-46,89,-55,82,-101v5,-38,-62,-43,-87,-30r-2,-32v4,-1,23,-7,50,-7v93,-3,109,91,46,129v-20,13,-68,34,-40,62v-12,2,-28,16,-38,10v-5,-7,-11,-18,-11,-31xm29,-22v0,-16,12,-28,28,-28v15,0,28,12,28,28v0,15,-13,27,-28,27v-16,0,-28,-12,-28,-27","w":173},"@":{"d":"176,-140v0,-24,-11,-33,-29,-33v-29,0,-49,35,-49,64v0,22,10,33,27,33v30,0,51,-38,51,-64xm219,-193r-31,112v0,4,3,7,12,7v19,0,43,-31,43,-71v0,-49,-44,-82,-93,-82v-62,0,-105,48,-105,102v0,100,131,127,189,70r29,0v-18,34,-59,59,-116,59v-74,0,-133,-48,-133,-130v0,-73,55,-130,136,-130v70,0,124,43,124,107v0,70,-55,100,-89,100v-18,1,-22,-11,-26,-20v-26,34,-91,23,-91,-36v0,-69,80,-133,118,-68r7,-20r26,0","w":288},"A":{"d":"168,-124r-32,-94v-8,30,-24,65,-35,94r67,0xm4,0r0,-30r22,0r91,-222r45,0r85,222r22,0r0,30r-92,0r0,-30r23,0r-22,-62r-88,0r-24,62r26,0r0,30r-88,0","w":273,"k":{"b":11,"g":18,"t":16,"v":20,"w":27,"y":20,"C":20,"G":27,"O":27,"\u00d8":27,"Q":33,"-":9}},"B":{"d":"80,-30v43,2,86,0,86,-42v0,-40,-43,-43,-85,-41xm14,-252v79,3,181,-19,181,62v0,29,-18,55,-50,58v34,0,66,23,66,61v0,43,-31,71,-91,71r-106,0r0,-30r25,0r2,-192r-27,0r0,-30xm153,-185v0,-38,-32,-39,-72,-37r0,77v39,3,72,-4,72,-40","w":226,"k":{":":6,";":6}},"C":{"d":"230,-178r-36,0r0,-41v-71,-20,-135,13,-135,94v0,75,59,113,131,94r2,-45r36,0r-2,68v-16,6,-48,12,-78,12v-90,0,-133,-56,-133,-127v0,-79,52,-133,136,-133v32,0,62,7,79,13r0,65","w":246,"k":{"O":9,"\u00d8":9,"Q":11,"T":13}},"D":{"d":"14,0r0,-30r26,0r1,-192r-27,0r0,-30r120,0v81,0,127,47,127,120v0,75,-47,132,-128,132r-119,0xm80,-30v84,8,136,-21,136,-100v0,-71,-53,-100,-135,-92","w":280},"E":{"d":"17,0r0,-30r25,0r1,-192r-29,0r0,-30r177,0r2,66r-34,0r-2,-36r-73,0r-1,77r72,0r0,32r-72,0r-1,83r77,0r3,-41r34,0r-3,71r-176,0"},"F":{"d":"17,0r0,-30r25,0r1,-192r-29,0r0,-30r177,0r2,66r-34,0r-2,-36r-73,0r-1,77r79,0r0,32r-79,0r-1,83r31,0r0,30r-96,0","w":206,"k":{",":6}},"G":{"d":"230,-178r-36,0r0,-41v-71,-20,-135,13,-135,94v0,74,56,114,129,93r1,-56r-29,0r0,-29r93,0r0,29r-26,0r-1,80v-16,7,-50,12,-77,12v-91,0,-134,-56,-134,-127v0,-79,52,-133,136,-133v30,0,62,7,79,13r0,65","w":259},"H":{"d":"172,0r0,-30r26,0r0,-81r-117,0r0,81r27,0r0,30r-93,0r0,-30r25,0r1,-192r-26,0r0,-30r93,0r0,30r-26,0r-1,80r117,0r1,-80r-27,0r0,-30r93,0r0,30r-25,0r-2,192r27,0r0,30r-93,0","w":280},"I":{"d":"17,0r0,-30r25,0r2,-192r-27,0r0,-30r93,0r0,30r-26,0r-1,192r27,0r0,30r-93,0","w":126},"J":{"d":"-4,68r-13,-29v91,-39,52,-151,62,-261r-28,0r0,-30r93,0r0,30r-25,0r-1,151v1,80,-28,111,-88,139","w":119,"k":{"T":20,"W":13,"h":7}},"K":{"d":"14,0r0,-30r25,0r1,-192r-26,0r0,-30r93,0r0,30r-26,0r-1,88r100,-88r-28,0r0,-30r95,0r0,30r-21,0r-103,90r106,102r21,0r0,30r-101,0r0,-30r27,0r-96,-91r0,91r27,0r0,30r-93,0","w":253},"L":{"d":"14,0r0,-30r26,0r1,-192r-27,0r0,-30r93,0r0,30r-26,0r-1,192r75,0r3,-42r34,0r-3,72r-175,0"},"M":{"d":"12,0r0,-30r26,0r1,-192r-28,0r0,-30r83,0r79,208r78,-208r78,0r0,30r-29,0r2,192r27,0r0,30r-92,0r0,-30r25,0r2,-170r-2,-1v-19,73,-50,133,-74,201r-40,0v-24,-67,-55,-128,-74,-199v-4,53,0,114,-2,169r28,0r0,30r-88,0","w":339},"N":{"d":"15,0r0,-30r25,0r1,-192r-31,0r0,-30r66,0r117,152v8,10,17,29,26,38r-2,-160r-28,0r0,-30r88,0r0,30r-25,0r-1,222r-33,0r-126,-163v-8,-9,-14,-24,-18,-26r1,159r28,0r0,30r-88,0","w":286,"k":{"A":16,"\u00c6":16,"\u00c5":16,"k":27,"i":13,"s":11}},"O":{"d":"15,-122v0,-79,49,-134,127,-134v73,0,116,48,116,126v0,66,-38,134,-123,134v-74,0,-120,-48,-120,-126xm59,-123v0,48,24,93,77,93v67,0,78,-64,78,-98v0,-45,-15,-94,-75,-94v-42,0,-80,28,-80,99","w":273,"k":{"u":20,"V":46,"W":20,"Y":14,"A":11,"\u00c6":11,"\u00c5":11}},"P":{"d":"202,-179v0,60,-50,87,-122,79r0,70r31,0r0,30r-97,0r0,-30r26,0r1,-192r-27,0r0,-30r95,0v68,-3,93,23,93,73xm159,-177v0,-41,-33,-49,-78,-45r-1,92v45,4,79,-9,79,-47","k":{"y":4,"T":13,"A":4,"\u00c6":4,"\u00c5":4,"i":9,"r":9}},"Q":{"d":"15,-122v0,-79,49,-134,127,-134v141,0,155,222,32,255v38,4,78,48,124,36r0,31v-69,14,-125,-42,-180,-62v-64,-7,-103,-54,-103,-126xm59,-123v0,48,24,93,77,93v67,0,78,-64,78,-98v0,-45,-15,-94,-75,-94v-42,0,-80,28,-80,99","w":273,"k":{"Q":9}},"R":{"d":"14,0r0,-30r25,0r1,-192r-26,0r0,-30r112,0v52,0,76,30,76,67v1,44,-30,61,-60,67v46,7,38,88,91,88r0,30v-36,-1,-50,6,-69,-27v-24,-28,-27,-90,-84,-80r0,77r29,0r0,30r-95,0xm80,-139v42,3,80,-3,80,-42v0,-39,-37,-44,-79,-41","w":233,"k":{"b":40,"g":7,"y":7,"C":7,"u":27,"V":33,"W":20,"Y":11,"A":18,"\u00c6":18,"\u00c5":18,"h":33,"k":7,"a":40,"\u00e6":40,"\u00e5":40,"e":20}},"S":{"d":"19,-70r40,0r0,34v28,15,106,12,99,-33v3,-34,-54,-38,-83,-48v-28,-10,-55,-25,-55,-66v0,-78,112,-83,171,-61r0,56r-38,0r0,-31v-5,-2,-18,-6,-38,-6v-37,0,-53,17,-53,37v-1,36,49,36,78,45v29,9,61,23,61,68v0,82,-106,93,-182,66r0,-61","w":219},"T":{"d":"76,0r0,-30r26,0r2,-192r-59,0r-1,36r-36,0r1,-66r229,0r1,66r-36,0r-1,-36r-58,0r-1,192r29,0r0,30r-96,0","w":246,"k":{"\u00e5":17,"b":18,"y":33,"C":27,"G":27,"r":6,"x":27,"X":27,"-":6,":":9}},"U":{"d":"136,4v-71,0,-99,-24,-99,-91r0,-135r-26,0r0,-30r92,0r0,30r-26,0v7,81,-29,192,59,192v95,0,55,-114,64,-192r-30,0r0,-30r92,0r0,30r-24,0r0,135v0,65,-39,91,-102,91","w":273},"V":{"d":"2,-222r0,-30r94,0r0,30r-25,0r60,166v3,7,2,17,6,22v19,-65,44,-125,65,-188r-29,0r0,-30r92,0r0,30r-23,0r-86,222r-45,0r-87,-222r-22,0","w":266,"k":{"\u00e5":25,"V":27}},"W":{"d":"3,-222r0,-30r94,0r0,30r-25,0r62,188v14,-53,35,-98,52,-148r-14,-40r-24,0r0,-30r92,0r0,30r-25,0r57,188v18,-66,42,-125,63,-188r-28,0r0,-30r90,0r0,30r-22,0r-84,222r-44,0r-44,-134r-51,134r-44,0r-83,-222r-22,0","w":399},"X":{"d":"149,0r0,-30r26,0v-19,-22,-34,-48,-52,-71v-19,23,-34,50,-55,71r26,0r0,30r-88,0r0,-30r21,0r77,-96r-71,-96r-23,0r0,-30r98,0r0,30r-27,0v19,20,33,44,50,66r55,-66r-28,0r0,-30r84,0r0,30r-19,0r-73,92r75,100r23,0r0,30r-99,0","w":253},"Y":{"d":"84,0r0,-30r25,0r2,-74r-88,-118r-22,0r0,-30r93,0r0,30r-25,0v23,27,43,58,65,87r65,-87r-28,0r0,-30r87,0r0,30r-22,0r-85,118r-1,74r26,0r0,30r-92,0","w":259,"k":{"g":1584,"t":-152,"y":1552,"O":1520,"\u00d8":1520,"Q":-152,"U":-152,"W":-152,"h":1376,"k":-152,"a":1344,"\u00e6":1344,"\u00e5":1344,"i":1312,"r":1280,"-":1248,"d":1216,"s":-152}},"Z":{"d":"16,0r0,-28r150,-194r-103,0r-3,36r-36,0r3,-66r188,0r0,30r-148,192r112,0r2,-36r36,0r-2,66r-199,0","w":233},"[":{"d":"101,61r0,29r-72,0r1,-367r72,0r0,30r-34,0r-1,308r34,0","w":106},"\\":{"d":"107,29r-108,-300r27,-10r108,300","w":133},"]":{"d":"6,-247r0,-30r72,0r-2,367r-72,0r0,-29r34,0r2,-308r-34,0","w":106},"^":{"d":"156,-121r-48,-95r-48,95r-29,0r65,-131r24,0r65,131r-29,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"29,-128r0,-47v10,-4,34,-17,74,-17v93,0,71,83,72,162r25,0r0,30r-60,0v-1,-11,3,-28,3,-39v-8,21,-23,43,-62,43v-45,0,-60,-30,-60,-53v0,-65,66,-56,119,-60v1,-32,-2,-52,-41,-53v-14,0,-28,4,-34,6r0,28r-36,0xm61,-53v0,14,11,26,30,26v33,-1,50,-25,48,-55v-41,0,-78,2,-78,29"},"b":{"d":"107,-30v70,0,83,-128,13,-128v-57,0,-49,65,-50,121v7,3,19,7,37,7xm1,-247r0,-30r71,0r-4,129v7,-19,26,-44,64,-44v49,0,76,35,76,85v0,56,-25,111,-106,111v-33,0,-53,-7,-72,-14r2,-237r-31,0","w":219},"c":{"d":"133,-129r0,-28v-45,-13,-80,16,-80,61v0,32,16,66,66,66v18,0,38,-5,48,-10r-2,35v-8,3,-28,9,-52,9v-74,0,-100,-50,-100,-97v0,-57,35,-99,101,-99v28,0,45,7,53,10r0,53r-34,0","w":180},"d":{"d":"214,-30r0,30r-64,0v-1,-13,4,-29,3,-38v-9,25,-30,42,-62,42v-45,0,-78,-33,-78,-89v0,-75,59,-124,137,-102r1,-60r-34,0r0,-30r73,0r-1,247r25,0xm101,-30v49,0,51,-66,48,-122v-44,-24,-94,10,-94,61v0,35,16,61,46,61","w":226,"k":{"V":20,"W":16,"Y":27,"A":23,"\u00c6":23,"\u00c5":23,",":13,".":13}},"e":{"d":"180,-42r-3,33v-12,6,-37,13,-65,13v-62,0,-99,-38,-99,-97v0,-55,31,-99,92,-99v58,0,86,44,84,105r-134,0v-3,62,80,73,125,45xm55,-114r92,0v1,-21,-8,-48,-44,-48v-35,0,-46,25,-48,48","w":200,"k":{"O":-13,"\u00d8":-13,"Q":-13}},"f":{"d":"16,0r0,-30r23,0r0,-128r-28,0r0,-29r28,0v-9,-77,48,-106,116,-90r-1,32v-28,-11,-82,2,-74,37r0,21r43,0r0,29r-43,0r-1,128r29,0r0,30r-92,0","w":126,"k":{"O":46,"\u00d8":46,"Q":46,"T":27,"u":20,"U":14,"V":11,"W":18,"Y":11,"o":13,"\u00f8":13}},"g":{"d":"202,-187r-1,29r-36,-2v6,7,15,19,15,41v-1,45,-41,70,-91,66v-10,0,-21,7,-21,14v23,33,130,-2,130,66v0,89,-183,87,-186,18v-1,-26,22,-39,43,-45v-14,-3,-27,-11,-27,-28v-1,-20,22,-26,36,-31v-76,-21,-56,-141,36,-133v32,3,65,6,102,5xm54,-121v0,27,18,39,48,39v28,0,44,-16,44,-41v0,-25,-17,-39,-46,-39v-28,0,-46,17,-46,41xm160,34v0,-25,-56,-22,-80,-29v-18,8,-30,17,-30,32v0,21,23,28,54,28v27,0,56,-7,56,-31","w":206},"h":{"d":"17,0r0,-30r22,0r1,-217r-27,0r0,-30r69,0v-1,46,2,89,-6,131v10,-22,27,-46,67,-46v77,0,66,90,63,162r25,0r0,30r-86,0r0,-30r21,0v-3,-50,17,-126,-36,-128v-54,-2,-53,71,-51,128r25,0r0,30r-87,0","w":240,"k":{"e":4,"d":9,"s":9}},"i":{"d":"14,0r0,-30r25,0r0,-128r-28,0r0,-29r69,0r-1,157r25,0r0,30r-90,0xm32,-253v0,-16,12,-28,27,-28v16,0,28,12,28,28v0,15,-12,27,-28,27v-15,0,-27,-12,-27,-27","w":113,"k":{"b":4,":":6}},"j":{"d":"11,-158r0,-29r69,0r-1,152v-1,76,-34,121,-100,130r-5,-32v50,-12,64,-37,65,-114r0,-107r-28,0xm32,-253v0,-16,12,-28,27,-28v16,0,28,12,28,28v0,15,-12,27,-28,27v-15,0,-27,-12,-27,-27","w":119},"k":{"d":"16,0r0,-30r23,0r1,-217r-33,0r0,-30r73,0r-1,171r66,-52r-27,0r0,-29r88,0r0,29r-18,0r-67,56r72,72r21,0r0,30r-90,0r0,-30r22,0r-67,-65r0,65r23,0r0,30r-86,0","w":219,"k":{"w":6,"y":9}},"l":{"d":"16,0r0,-30r23,0r1,-217r-33,0r0,-30r73,0r-1,247r25,0r0,30r-88,0","w":113,"k":{"w":40,"C":18,"G":40,"O":33,"\u00d8":33,"Q":40,"-":9}},"m":{"d":"17,0r0,-30r22,0r0,-128r-26,0r0,-29r67,0v1,11,-4,28,-3,41v7,-28,32,-46,64,-46v38,-1,52,22,58,43v9,-27,32,-43,64,-43v77,0,66,90,63,162r25,0r0,30r-86,0r0,-30r21,0v-2,-51,17,-126,-37,-128v-52,-2,-46,74,-46,128r24,0r0,30r-85,0r0,-30r21,0v-4,-52,18,-127,-37,-128v-24,0,-46,22,-46,57r-1,71r25,0r0,30r-87,0","w":360},"n":{"d":"17,0r0,-30r22,0r0,-128r-26,0r0,-29r67,0v1,11,-4,28,-3,41v7,-24,28,-46,66,-46v77,0,66,90,63,162r25,0r0,30r-86,0r0,-30r21,0v-3,-50,17,-126,-36,-128v-54,-2,-53,71,-51,128r25,0r0,30r-87,0","w":240,"k":{"v":4,"e":18}},"o":{"d":"109,-158v-73,-1,-75,127,-3,128v37,0,53,-30,53,-67v0,-42,-22,-61,-50,-61xm12,-90v0,-61,41,-102,98,-102v69,0,92,53,92,99v0,54,-33,97,-97,97v-67,0,-93,-46,-93,-94","k":{"y":13,",":9,".":9}},"p":{"d":"9,-158r0,-29r65,0v1,13,-4,29,-3,38v10,-25,30,-43,62,-43v46,0,79,34,79,89v0,75,-61,125,-138,101r-1,63r30,0r0,29r-90,0r0,-29r21,0r2,-219r-27,0xm124,-158v-50,0,-51,66,-49,123v45,24,94,-10,94,-61v0,-35,-15,-62,-45,-62","w":226,"k":{"O":-4,"\u00d8":-4}},"q":{"d":"101,-30v56,1,50,-65,50,-120v-7,-3,-19,-8,-37,-8v-70,0,-83,128,-13,128xm126,90r0,-29r23,0r1,-60v-1,-13,5,-29,3,-40v-7,18,-26,43,-64,43v-49,0,-76,-35,-76,-85v0,-55,25,-111,106,-111v33,0,53,8,72,15r-1,238r26,0r0,29r-90,0","w":226},"r":{"d":"16,0r0,-30r23,0r0,-128r-28,0r0,-29r66,0v1,13,-2,36,-1,52v9,-43,37,-64,77,-53r-4,36v-66,-17,-74,53,-70,122r27,0r0,30r-90,0","w":153},"s":{"d":"161,-134r-36,0r0,-22v-16,-8,-72,-13,-69,17v3,29,45,23,70,30v21,6,45,13,45,51v0,76,-107,67,-152,51r-1,-51r36,0r1,25v16,8,80,17,78,-18v-1,-27,-35,-25,-57,-30v-29,-6,-60,-16,-60,-51v0,-71,104,-66,145,-47r0,45","w":186,"k":{"O":9,"\u00d8":9,"Q":9}},"t":{"d":"11,-158r0,-29r28,0r1,-42r41,-3r-2,45r54,0r0,29r-54,0v4,44,-17,132,26,131v11,0,22,-4,31,-8r-1,30v-40,17,-97,14,-97,-48v0,-24,1,-72,1,-105r-28,0","w":133},"u":{"d":"13,-158r0,-29r65,0v5,56,-23,157,35,157v27,0,48,-21,49,-56r0,-72r-24,0r0,-29r65,0r-1,157r25,0r0,30r-65,0v-1,-12,3,-29,3,-41v-7,27,-36,45,-65,45v-40,0,-64,-27,-64,-71v0,-31,1,-61,2,-91r-25,0","w":240},"v":{"d":"82,0r-64,-158r-19,0r0,-29r83,0r0,29r-20,0r44,124v11,-44,28,-83,42,-124r-24,0r0,-29r84,0r0,29r-20,0r-63,158r-43,0","w":206,"k":{"y":13,"O":16,"\u00d8":16,"u":20,"A":27,"\u00c6":27,"\u00c5":27,"h":9,",":33,".":40,"a":27,"\u00e6":27,"\u00e5":27,"e":27,"i":11,"o":27,"\u00f8":27,"-":27,":":20,";":20}},"w":{"d":"194,0r-33,-94v-9,34,-24,63,-36,94r-41,0r-62,-158r-20,0r0,-29r83,0r0,29r-21,0r43,122v11,-35,26,-65,39,-97r-9,-25r-21,0r0,-29r83,0r0,29r-22,0r42,122v11,-43,28,-81,42,-122r-26,0r0,-29r83,0r0,29r-19,0r-63,158r-42,0","w":320,"k":{"W":14,"x":27,":":14}},"x":{"d":"126,0r0,-30r23,0v-14,-14,-27,-30,-40,-45v-15,15,-27,32,-43,45r26,0r0,30r-81,0r0,-30r20,0r60,-64r-55,-64r-22,0r0,-29r90,0r0,29r-23,0v14,13,24,28,37,42r38,-42r-24,0r0,-29r79,0r0,29r-20,0r-56,59r60,69r21,0r0,30r-90,0","w":226,"k":{"U":6}},"y":{"d":"-1,-158r0,-29r86,0r0,29r-21,0r36,96v4,10,4,22,9,29v11,-43,28,-84,41,-125r-24,0r0,-29r79,0r0,29r-19,0v-29,74,-46,157,-86,223v-18,30,-56,36,-90,26r0,-32v40,12,59,3,78,-49r-69,-168r-20,0","k":{"v":33,"w":27,"A":20,"\u00c6":20,"\u00c5":20,"k":33}},"z":{"d":"14,0r0,-30r104,-118v3,-4,8,-7,11,-10r-73,0r-3,28r-34,0r3,-57r155,0r0,30r-101,115v-4,5,-8,8,-13,12r79,0r3,-28r34,0r-3,58r-162,0","w":193},"{":{"d":"109,-277r0,28v-48,-7,-30,61,-30,100v0,32,-19,48,-38,56v44,8,39,74,38,129v-1,21,9,29,30,27r0,27v-41,3,-66,-8,-68,-53v-2,-48,11,-114,-34,-117r0,-27v44,-2,32,-69,34,-116v2,-44,26,-58,68,-54","w":106},"|":{"d":"25,90r0,-360r30,0r0,360r-30,0","w":79},"}":{"d":"-3,90r0,-27v49,8,30,-61,30,-101v0,-31,20,-48,39,-56v-45,-7,-40,-73,-39,-128v1,-21,-8,-29,-30,-27r0,-28v42,-4,67,9,69,54v2,46,-10,113,33,116r0,27v-43,3,-31,70,-33,117v-2,45,-27,57,-69,53","w":106},"~":{"d":"70,-118v27,-1,54,23,77,25v14,0,23,-15,31,-27r13,26v-8,15,-21,30,-45,30v-26,1,-54,-24,-77,-25v-14,0,-23,14,-31,27r-13,-26v8,-15,21,-30,45,-30","w":216},"'":{"d":"53,-159v-26,0,-12,-80,-20,-102v0,-11,9,-20,20,-20v39,0,11,69,13,109v0,10,-7,13,-13,13","w":106},"`":{"d":"61,-209r-72,-57r22,-21r73,61","w":100},"\u00c6":{"d":"121,-139r67,0r1,-83r-23,0xm162,0r0,-30r26,0r0,-77r-83,0r-42,77r28,0r0,30r-90,0r0,-30r22,0r125,-222r183,0r2,66r-33,0r-3,-36r-68,0r0,83r68,0r0,32r-68,0r-1,77r78,0r3,-41r33,0r-3,71r-177,0","w":360},"\u00d8":{"d":"79,-57r96,-158v-60,-21,-116,5,-116,92v0,25,7,49,20,66xm195,-197r-96,158v11,6,23,9,37,9v67,0,78,-64,78,-98v0,-25,-5,-51,-19,-69xm51,40r-22,-15r28,-46v-27,-21,-42,-56,-42,-101v0,-98,86,-159,179,-124r25,-40r22,14r-24,40v74,64,49,241,-82,236v-21,0,-40,-4,-55,-11","w":273,"k":{"u":20,"V":46,"W":20,"Y":14,"A":11,"\u00c6":11,"\u00c5":11}},"\u00e6":{"d":"29,-128r0,-47v31,-13,118,-37,134,19v8,-20,30,-36,61,-36v62,1,81,50,80,105r-128,3v-11,62,84,66,120,43r-2,32v-38,20,-129,22,-139,-31v-11,31,-32,44,-70,44v-49,0,-64,-30,-64,-53v0,-65,66,-56,119,-60v1,-32,-2,-52,-41,-53v-14,0,-28,4,-34,6r0,28r-36,0xm61,-53v0,14,11,26,30,26v33,-1,50,-25,48,-55v-41,0,-78,2,-78,29xm176,-111r88,-3v1,-21,-9,-48,-44,-48v-25,0,-44,13,-44,51","w":320},"\u00f8":{"d":"64,-52r64,-102v-60,-21,-93,51,-64,102xm19,21r23,-37v-73,-66,-4,-216,105,-169r20,-34r22,14r-20,33v62,56,36,180,-64,176v-16,0,-29,-2,-41,-7r-23,39xm148,-138r-64,103v59,28,96,-54,64,-103","k":{"y":13,",":9,".":9}},"\u00c5":{"d":"168,-124r-32,-94v-8,30,-24,65,-35,94r67,0xm4,0r0,-30r22,0r91,-222r45,0r85,222r22,0r0,30r-92,0r0,-30r23,0r-22,-62r-88,0r-24,62r26,0r0,30r-88,0xm98,-295v0,-20,16,-37,39,-37v22,0,39,17,39,37v0,20,-17,37,-39,37v-23,0,-39,-17,-39,-37xm121,-295v0,21,32,21,32,0v0,-22,-32,-21,-32,0","w":273,"k":{"b":11,"g":18,"t":16,"v":20,"w":27,"y":20,"C":20,"G":27,"O":27,"\u00d8":27,"Q":33,"-":9}},"\u00e5":{"d":"29,-128r0,-47v10,-4,34,-17,74,-17v93,0,71,83,72,162r25,0r0,30r-60,0v-1,-11,3,-28,3,-39v-8,21,-23,43,-62,43v-45,0,-60,-30,-60,-53v0,-65,66,-56,119,-60v1,-32,-2,-52,-41,-53v-14,0,-28,4,-34,6r0,28r-36,0xm61,-53v0,14,11,26,30,26v33,-1,50,-25,48,-55v-41,0,-78,2,-78,29xm66,-240v0,-20,16,-37,39,-37v22,0,39,17,39,37v0,20,-17,37,-39,37v-23,0,-39,-17,-39,-37xm89,-240v0,10,8,16,16,16v8,0,16,-6,16,-16v0,-22,-32,-21,-32,0"},"\u00a0":{"w":106,"k":{"b":-60,"g":-16176,"t":-153,"y":-65,"O":-8257,"\u00d8":-8257,"Q":-24897,"T":-30051,"u":-25972,"U":-26979,"V":-28021,"W":-30821,"Y":-26980,"A":-16672,"\u00c6":-16672,"\u00c5":-16672,"h":-29287,"k":-30305,",":-8293,".":-29249,"a":-28265,"\u00e6":-28265,"\u00e5":-28265,"e":-29761,"i":-25956,"r":-33,"-":-8290,":":-29295,";":-110,"d":-10812,"s":-23517}}}});;Cufon.registerFont({"w":213,"face":{"font-family":"Caecilia LT Std","font-weight":850,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 9 0 0 0 0 0 0 0","ascent":"277","descent":"-83","x-height":"4","bbox":"-27 -338 406 100","underline-thickness":"18","underline-position":"-18","stemh":"37","stemv":"50","unicode-range":"U+0020-U+00F8"},"glyphs":{" ":{"w":106,"k":{"C":-8302,"G":-29806,"O":-27753,"\u00d8":-27753,"Q":-15360,"T":24418,"u":-32700,"k":-8270,"d":-29774,",":-25956,".":-15360,"a":24418,"\u00e6":24418,"\u00e5":24418,"e":-32700,"r":-65,"-":-8303,":":-29551,";":-24940,"S":-26739,"s":-28448}},"!":{"d":"29,-81r-4,-196r57,0r-5,196r-48,0xm19,-26v0,-22,15,-33,34,-33v19,0,34,11,34,33v0,18,-12,32,-34,32v-21,0,-34,-14,-34,-32","w":106},"\"":{"d":"27,-282v46,0,16,86,16,120v0,27,-32,26,-32,0v0,-33,-29,-120,16,-120xm93,-282v46,0,16,86,16,120v0,27,-32,26,-32,0v0,-33,-29,-120,16,-120","w":119},"#":{"d":"122,-104r6,-44r-37,0r-6,44r37,0xm132,-179r10,-73r32,0r-9,73r30,0r0,31r-35,0r-6,44r31,0r0,31r-35,0r-10,73r-32,0r10,-73r-37,0r-10,73r-32,0r10,-73r-31,0r0,-31r35,0r6,-44r-31,0r0,-31r35,0r10,-73r32,0r-10,73r37,0"},"$":{"d":"88,-37r0,-70v-51,-7,-82,-26,-82,-72v0,-45,31,-74,82,-79r0,-48r35,0r0,48v24,0,47,4,70,11r0,62r-44,0r0,-29v-7,-3,-18,-5,-26,-5r0,66v49,7,84,23,84,75v0,58,-51,82,-84,82r0,49r-35,0r0,-49v-32,0,-64,-5,-81,-11r0,-68r51,0r0,33v9,2,18,5,30,5xm88,-159r0,-60v-21,3,-31,16,-31,33v0,18,15,24,31,27xm123,-102r0,65v39,-1,56,-62,0,-65"},"%":{"d":"70,-171v34,0,34,-58,1,-58v-18,0,-24,14,-24,30v0,15,6,28,23,28xm131,-201v0,38,-28,59,-61,59v-40,0,-60,-22,-60,-58v0,-37,29,-58,62,-58v43,0,59,30,59,57xm222,-23v34,0,34,-58,1,-58v-18,0,-24,14,-24,30v0,15,6,28,23,28xm283,-53v0,38,-28,59,-61,59v-40,0,-60,-22,-60,-58v0,-37,28,-58,62,-58v43,0,59,30,59,57xm57,5r151,-278r29,16r-152,278","w":293},"&":{"d":"175,-123r0,-35r80,0r0,35r-19,0v-2,28,-10,51,-26,71v9,13,25,17,44,14r0,37v-33,2,-57,3,-71,-20v-49,50,-166,28,-166,-47v0,-35,20,-55,50,-72v-55,-48,-32,-116,42,-116v83,0,86,85,18,118r56,60v8,-11,14,-29,14,-45r-22,0xm102,-164v28,-3,46,-58,5,-58v-33,0,-35,42,-5,58xm156,-48r-63,-66v-43,22,-40,79,24,81v12,0,25,-3,39,-15","w":266},"(":{"d":"83,-286r34,21v-66,112,-77,222,-4,344r-37,21v-93,-140,-84,-256,7,-386","w":106},")":{"d":"24,100r-34,-22v64,-112,76,-222,4,-343r36,-21v94,139,85,255,-6,386","w":106},"*":{"d":"58,-235r-8,-42r33,0v-2,14,-8,30,-7,42r31,-29r16,29v-13,5,-29,7,-40,14r39,13r-16,28v-10,-8,-21,-23,-31,-27r8,41r-33,0r8,-42r-31,28r-16,-28v12,-5,28,-7,39,-14r-40,-13r17,-29","w":133},"+":{"d":"89,-111r0,-71r38,0r0,71r72,0r0,39r-72,0r0,72r-38,0r0,-72r-72,0r0,-39r72,0","w":216},",":{"d":"31,80r-23,-22v24,-19,29,-32,29,-45v0,-18,-20,-24,-20,-42v0,-19,13,-30,31,-30v26,0,39,26,39,50v0,37,-19,66,-56,89","w":106,"k":{" ":13}},"-":{"d":"24,-86r0,-43r105,0r0,43r-105,0","w":153},".":{"d":"19,-26v0,-22,15,-33,34,-33v19,0,34,11,34,33v0,18,-12,32,-34,32v-21,0,-34,-14,-34,-32","w":106,"k":{" ":13}},"\/":{"d":"-8,17r106,-299r37,13r-107,299","w":126},"0":{"d":"10,-119v0,-105,49,-139,101,-139v55,0,92,44,92,132v0,90,-47,132,-100,132v-49,0,-93,-28,-93,-125xm65,-123v0,66,14,88,42,88v20,0,41,-18,41,-91v0,-77,-21,-91,-40,-91v-22,0,-43,20,-43,94"},"1":{"d":"43,0r0,-37r48,0r0,-167v-16,14,-38,26,-56,39r-20,-33r90,-54r39,0r0,215r49,0r0,37r-150,0"},"2":{"d":"9,0r0,-35v27,-19,130,-97,130,-148v0,-25,-21,-34,-35,-34v-26,0,-41,19,-44,42r-50,0v0,-28,20,-83,96,-83v38,0,86,19,86,73v1,52,-53,96,-112,146v37,-4,79,-1,119,-2r0,41r-190,0"},"3":{"d":"67,-112r0,-35v46,0,64,-22,64,-43v0,-18,-14,-29,-33,-29v-21,0,-40,15,-40,36r-50,0v0,-33,29,-75,94,-75v47,0,81,25,81,64v1,30,-23,55,-52,61v33,1,62,20,62,61v0,26,-14,78,-107,78v-34,0,-57,-5,-77,-15r0,-49v41,28,132,33,132,-17v0,-32,-39,-37,-74,-37"},"4":{"d":"121,-107r-1,-99r-67,101v20,-4,45,-1,68,-2xm121,-37r0,-31r-116,0r0,-39r101,-145r65,0r0,145r44,0r0,39r-44,0r0,31r25,0r0,37r-100,0r0,-37r25,0"},"5":{"d":"27,-125r0,-127r155,0r0,37r-105,0r0,51v46,0,116,12,116,79v0,79,-99,109,-172,80r0,-41v11,6,42,11,64,11v40,0,55,-21,55,-43v0,-35,-31,-47,-113,-47"},"6":{"d":"114,-35v65,0,47,-92,-2,-89v-16,0,-32,8,-44,20v0,51,22,69,46,69xm195,-251r-3,39v-16,-5,-32,-9,-45,-9v-56,-1,-78,46,-79,82v43,-45,136,-26,134,54v0,42,-24,91,-88,91v-56,0,-98,-38,-98,-119v0,-104,73,-168,179,-138"},"7":{"d":"18,-211r0,-41r177,0r0,32r-88,177v-7,15,-16,29,-26,43r-57,0v47,-64,74,-146,120,-211r-126,0"},"8":{"d":"69,-127v-82,-29,-62,-131,42,-131v109,0,109,102,36,127v34,9,57,32,57,65v0,55,-48,72,-100,72v-45,0,-95,-15,-95,-66v0,-32,22,-56,60,-67xm147,-190v0,-20,-16,-29,-39,-29v-23,0,-39,12,-39,30v0,17,13,28,39,39v29,-15,39,-24,39,-40xm154,-67v0,-17,-11,-28,-49,-41v-29,10,-44,24,-44,42v0,17,15,33,46,33v30,0,47,-16,47,-34"},"9":{"d":"99,-217v-65,0,-47,92,2,89v16,0,33,-8,44,-20v0,-51,-22,-69,-46,-69xm18,-1r3,-39v16,5,32,9,46,9v55,1,77,-46,78,-82v-43,45,-136,26,-134,-54v0,-42,24,-91,88,-91v56,0,98,38,98,119v0,104,-73,168,-179,138"},":":{"d":"19,-160v0,-21,15,-33,34,-33v19,0,34,12,34,33v0,18,-12,32,-34,32v-21,0,-34,-14,-34,-32xm19,-26v0,-22,15,-33,34,-33v19,0,34,11,34,33v0,18,-12,32,-34,32v-21,0,-34,-14,-34,-32","w":106},";":{"d":"31,80r-23,-22v24,-19,29,-32,29,-45v0,-18,-20,-24,-20,-42v0,-19,13,-30,31,-30v26,0,39,26,39,50v0,37,-19,66,-56,89xm19,-160v0,-21,15,-33,34,-33v19,0,34,12,34,33v0,18,-12,32,-34,32v-21,0,-34,-14,-34,-32","w":106},"<":{"d":"17,-75r0,-33r182,-77r0,39r-139,55r139,55r0,39","w":216},"=":{"d":"17,-106r0,-39r182,0r0,39r-182,0xm17,-37r0,-39r182,0r0,39r-182,0","w":216},">":{"d":"156,-91r-139,-55r0,-39r182,77r0,33r-182,78r0,-39","w":216},"?":{"d":"23,-234r-2,-40v20,-5,41,-8,58,-8v72,0,89,42,89,67v1,86,-119,70,-82,127r-46,13v-7,-10,-13,-23,-13,-35v0,-52,86,-48,86,-98v0,-39,-56,-37,-90,-26xm24,-26v0,-22,15,-33,34,-33v19,0,34,11,34,33v0,18,-12,32,-34,32v-21,0,-34,-14,-34,-32","w":173},"@":{"d":"176,-140v0,-24,-11,-34,-29,-34v-29,0,-49,36,-49,64v0,21,10,35,27,35v30,0,51,-39,51,-65xm186,-173r7,-20r26,0r-31,112v0,5,3,8,12,8v19,0,42,-32,42,-72v0,-49,-43,-83,-92,-83v-61,0,-104,49,-104,103v0,101,130,129,187,70r30,0v-19,34,-59,59,-116,59v-75,0,-133,-48,-133,-130v0,-73,54,-130,136,-130v71,0,124,43,124,107v0,70,-55,100,-89,100v-18,1,-22,-11,-26,-20v-26,34,-91,23,-91,-36v0,-69,80,-133,118,-68","w":288},"A":{"d":"166,-124r-28,-89v-8,32,-20,60,-31,89r59,0xm195,-37r-16,-48r-86,0r-18,48r24,0r0,37r-94,0r0,-37r20,0r89,-215r58,0r83,215r20,0r0,37r-100,0r0,-37r20,0","w":280,"k":{"t":18,"v":13,"w":13,"y":13,"C":27,"G":27,"O":36,"\u00d8":36,"Q":27,"X":6,":":13}},"B":{"d":"10,-252v83,5,195,-24,194,63v0,40,-33,57,-52,57v35,0,67,21,67,63v0,33,-25,69,-95,69r-112,0r0,-37r25,0r0,-178r-27,0r0,-37xm90,-215r0,66v34,2,62,-3,63,-35v1,-30,-30,-33,-63,-31xm90,-108r0,71v38,4,76,-6,72,-36v2,-31,-35,-38,-72,-35","w":233,"k":{"y":11,"a":11,"\u00e6":11,"\u00e5":11}},"C":{"d":"184,-40r2,-46r45,0r-2,78v-103,36,-217,-7,-217,-116v0,-69,44,-132,137,-132v32,0,59,6,83,14r0,71r-45,0r0,-41v-68,-22,-118,25,-118,85v0,38,17,90,85,90v7,0,21,0,30,-3","w":246,"k":{"s":4}},"D":{"d":"37,-37r0,-178r-27,0r0,-37r118,0v84,0,135,41,135,121v0,78,-50,131,-132,131r-121,0r0,-37r27,0xm90,-37v68,4,116,-11,116,-93v0,-76,-49,-89,-116,-85r0,178","w":273,"k":{"C":6,"G":9}},"E":{"d":"152,-37r3,-42r43,0r-3,79r-181,0r0,-37r23,0r0,-178r-27,0r0,-37r184,0r3,74r-44,0r-2,-37r-61,0r0,66r63,0r0,39r-63,0r0,73r62,0"},"F":{"d":"153,-178r-2,-37r-59,0r0,70r69,0r0,38r-69,0r0,70r28,0r0,37r-103,0r0,-37r22,0r0,-178r-27,0r0,-37r182,0r3,74r-44,0","w":206,"k":{"-":16}},"G":{"d":"156,-86r0,-39r99,0r0,39r-23,0r0,78v-107,35,-220,-5,-220,-116v0,-70,44,-132,139,-132v41,0,65,8,84,15r0,70r-45,0r0,-41v-71,-22,-121,25,-121,85v0,38,17,90,85,90v11,0,18,0,27,-2r0,-47r-25,0","w":259},"H":{"d":"192,-145r0,-70r-23,0r0,-37r98,0r0,37r-23,0r0,178r23,0r0,37r-98,0r0,-37r23,0r0,-70r-104,0r0,70r23,0r0,37r-98,0r0,-37r23,0r0,-178r-23,0r0,-37r98,0r0,37r-23,0r0,70r104,0","w":280},"I":{"d":"37,-37r0,-178r-23,0r0,-37r98,0r0,37r-22,0r0,178r22,0r0,37r-98,0r0,-37r23,0","w":126},"J":{"d":"14,-215r0,-37r98,0r0,37r-22,0r0,141v0,78,-27,114,-90,145r-18,-36v39,-18,55,-47,55,-116r0,-134r-23,0","w":119,"k":{"k":20,"i":6,"r":6}},"K":{"d":"14,0r0,-37r23,0r0,-178r-23,0r0,-37r98,0r0,37r-22,0r0,80v29,-26,57,-59,89,-80r-26,0r0,-37r102,0r0,37r-20,0r-93,83r97,95r21,0r0,37r-111,0r0,-37r29,0v-33,-24,-58,-56,-88,-83r0,83r22,0r0,37r-98,0","w":259},"L":{"d":"154,-37r3,-45r43,0r-3,82r-180,0r0,-37r22,0r0,-178r-22,0r0,-37r97,0r0,37r-22,0r0,178r62,0","w":206,"k":{"y":11,"V":4}},"M":{"d":"262,-37r-1,-145v-16,63,-45,122,-66,182r-51,0r-58,-151v-6,-13,-8,-28,-11,-33r0,147r27,0r0,37r-90,0r0,-37r22,0r0,-178r-26,0r0,-37r92,0r65,167v5,9,7,22,11,35v16,-69,49,-136,71,-202r92,0r0,37r-27,0r0,178r26,0r0,37r-97,0r0,-37r21,0","w":346},"N":{"d":"14,0r0,-37r23,0r0,-178r-32,0r0,-37r73,0r106,134v11,14,18,24,22,33r0,-130r-23,0r0,-37r91,0r0,37r-25,0r0,215r-38,0r-120,-150v-7,-8,-10,-17,-13,-20r0,133r25,0r0,37r-89,0","w":286,"k":{"C":27,"Q":13,"W":13,"Y":13,"a":11,"\u00e6":11,"\u00e5":11,"X":13}},"O":{"d":"12,-126v0,-69,45,-130,125,-130v85,0,124,56,124,130v0,71,-36,130,-124,130v-88,0,-125,-59,-125,-130xm69,-126v0,49,18,89,68,89v49,0,67,-40,67,-89v0,-49,-20,-89,-67,-89v-48,0,-68,40,-68,89","w":273,"k":{"G":46,"O":46,"\u00d8":46,"Q":16,"V":16}},"P":{"d":"39,-37r0,-178r-25,0r0,-37r104,0v61,0,93,25,93,75v0,60,-49,87,-119,80r0,60r25,0r0,37r-103,0r0,-37r25,0xm92,-134v39,3,68,-5,68,-41v0,-37,-30,-43,-68,-40r0,81","w":219,"k":{"G":4,"o":6,"\u00f8":6,"x":13,"X":13}},"Q":{"d":"296,23r0,35v-64,22,-145,-54,-172,-54v-60,0,-112,-47,-112,-130v0,-69,45,-130,125,-130v145,0,162,199,59,249v33,7,61,39,100,30xm69,-126v0,49,18,89,68,89v49,0,67,-40,67,-89v0,-49,-20,-89,-67,-89v-48,0,-68,40,-68,89","w":273},"R":{"d":"123,-252v60,-4,85,25,87,69v2,39,-33,62,-59,66v38,-1,40,84,85,80r0,37v-50,-2,-51,9,-83,-38v-16,-24,-19,-68,-63,-65r0,66r22,0r0,37r-98,0r0,-37r23,0r0,-178r-25,0r0,-37r111,0xm90,-215r0,73v37,2,68,-1,68,-37v0,-32,-30,-39,-68,-36","w":233,"k":{"y":50,"r":9}},"S":{"d":"152,-183r0,-30v-26,-16,-88,-1,-80,25v1,30,37,29,60,36v37,11,79,21,79,74v0,47,-33,82,-104,82v-28,0,-57,-3,-91,-14r0,-66r53,0r0,33v32,13,92,7,87,-28v8,-19,-44,-32,-69,-38v-52,-12,-69,-33,-69,-72v0,-40,28,-75,99,-75v31,0,61,5,83,13r0,60r-48,0","w":226},"T":{"d":"197,-181r-2,-34r-46,0r0,178r23,0r0,37r-98,0r0,-37r23,0r0,-178r-46,0r-2,34r-43,0r2,-71r230,0r2,71r-43,0","w":246,"k":{"\u00e5":17,",":14}},"U":{"d":"165,-215r0,-37r98,0r0,37r-23,0r0,115v0,78,-33,104,-106,104v-138,0,-93,-109,-101,-219r-23,0r0,-37r98,0r0,37r-23,0v8,70,-29,179,51,178v34,0,57,-12,57,-60r0,-118r-28,0","w":273,"k":{"k":40,"d":40,",":27,"a":13,"\u00e6":13,"\u00e5":13,"x":27,"X":27}},"V":{"d":"172,-215r0,-37r98,0r0,37r-19,0r-85,215r-58,0r-85,-215r-20,0r0,-37r102,0r0,37r-21,0r57,174v16,-61,38,-116,57,-174r-26,0","w":273,"k":{"\u00e5":20,"t":13,"Q":33,"T":33,"u":27,"U":27,"W":6,"d":19,",":13}},"W":{"d":"308,-215r0,-37r98,0r0,37r-20,0r-84,215r-56,0r-41,-118r-43,118r-57,0r-84,-215r-20,0r0,-37r102,0r0,37r-21,0r57,174v12,-50,31,-92,46,-139r-13,-35r-24,0r0,-37r100,0r0,37r-23,0r53,174v14,-63,38,-115,56,-174r-26,0","w":406,"k":{"t":14,"C":9,"e":13,"o":27,"\u00f8":27,";":36}},"X":{"d":"160,-215r0,-37r87,0r0,37r-18,0r-70,83r75,95r21,0r0,37r-106,0r0,-37r21,0v-19,-15,-29,-37,-45,-55v-16,18,-30,40,-49,55r22,0r0,37r-93,0r0,-37r21,0r75,-86r-70,-92r-21,0r0,-37r106,0r0,37r-24,0v19,14,29,35,44,52v16,-17,29,-38,48,-52r-24,0","w":259},"Y":{"d":"172,-215r0,-37r91,0r0,37r-20,0r-83,115r0,63r23,0r0,37r-98,0r0,-37r22,0r0,-63r-84,-115r-19,0r0,-37r100,0r0,37r-20,0v21,23,36,52,55,77r58,-77r-25,0","w":266,"k":{"w":27,"W":20,"A":33,"\u00c6":33,"\u00c5":33}},"Z":{"d":"13,0r0,-35r127,-162v6,-8,12,-14,17,-18r-86,0r-3,33r-45,0r2,-70r193,0r0,37r-124,160v-6,8,-12,14,-17,18r95,0r2,-33r46,0r-3,70r-204,0","w":233},"[":{"d":"26,90r0,-367r79,0r0,37r-29,0r0,294r31,0r0,36r-81,0","w":106},"\\":{"d":"98,30r-106,-299r36,-13r107,299","w":126},"]":{"d":"30,54r0,-294r-30,0r0,-37r81,0r0,367r-79,0r0,-36r28,0","w":106},"^":{"d":"155,-121r-47,-92r-47,92r-39,0r64,-131r44,0r64,131r-39,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"15,-50v0,-57,51,-61,119,-61v6,-47,-31,-52,-67,-39r0,25r-43,0r0,-48v12,-7,42,-20,75,-20v51,0,83,18,83,73v0,31,-1,57,-2,83r21,0r0,37r-63,0v0,-13,0,-29,2,-37v-13,28,-30,41,-62,41v-42,0,-63,-25,-63,-54xm134,-80v-37,-2,-74,6,-68,25v0,11,7,23,27,23v20,0,41,-13,41,-48"},"b":{"d":"21,-12r0,-228r-29,0r0,-37r80,0r-3,124v11,-25,32,-40,63,-40v42,0,73,30,73,86v0,52,-25,111,-105,111v-33,0,-66,-8,-79,-16xm114,-152v-56,0,-41,57,-43,108v41,21,84,-9,84,-57v0,-26,-10,-51,-41,-51","w":219,"k":{"y":6,"X":-5}},"c":{"d":"126,-129r0,-25v-40,-11,-64,23,-64,55v0,32,16,62,59,62v17,0,33,-3,47,-10r-2,42v-19,7,-32,9,-57,9v-64,0,-98,-44,-98,-98v0,-85,82,-117,159,-90r0,55r-44,0","w":180,"k":{"t":6,"v":6}},"d":{"d":"147,-188r0,-52r-29,0r0,-37r80,0r0,240r21,0r0,37r-71,0v-1,-13,5,-26,4,-36v-29,68,-141,46,-141,-46v0,-60,51,-131,136,-106xm102,-39v47,0,46,-56,44,-106v-7,-3,-21,-7,-32,-7v-66,-4,-64,113,-12,113","w":233,"k":{"A":11,"\u00c6":11,"\u00c5":11}},"e":{"d":"197,-83r-131,0v-1,53,78,58,120,35r-2,40v-23,9,-44,12,-70,12v-72,0,-103,-45,-103,-97v0,-59,36,-100,95,-100v65,0,91,49,91,110xm66,-117r76,0v0,-26,-15,-41,-38,-41v-23,0,-36,15,-38,41","w":206,"k":{"A":-13,"\u00c6":-13,"\u00c5":-13,"h":-13}},"f":{"d":"32,-37r0,-115r-26,0r0,-36r26,0v-10,-77,43,-106,119,-90r0,36v-41,-12,-80,4,-69,54r40,0r0,36r-40,0r0,115r27,0r0,37r-99,0r0,-37r22,0","w":126,"k":{"d":18}},"g":{"d":"206,-188r0,34r-32,0v6,7,12,20,12,37v-1,50,-44,64,-97,64v-15,0,-17,19,1,21v49,4,113,0,113,56v0,27,-22,71,-100,71v-76,0,-95,-28,-95,-51v0,-17,11,-33,42,-43v-46,-10,-23,-57,10,-60v-82,-27,-50,-142,38,-134v34,3,69,6,108,5xm61,-121v0,19,15,32,40,32v60,1,51,-69,2,-67v-22,0,-42,10,-42,35xm155,32v0,-23,-55,-14,-78,-21v-10,3,-21,11,-21,22v0,18,20,25,51,25v22,0,48,-9,48,-26"},"h":{"d":"35,-37r0,-203r-29,0r0,-37r78,0r-2,128v9,-25,32,-44,65,-44v76,0,66,82,65,156r22,0r0,37r-93,0r0,-37r21,0v-3,-43,14,-112,-33,-112v-54,0,-43,61,-44,112r22,0r0,37r-93,0r0,-37r21,0","w":246,"k":{"o":4,"\u00f8":4,"s":11}},"i":{"d":"35,-37r0,-115r-25,0r0,-36r75,0r0,151r22,0r0,37r-93,0r0,-37r21,0xm24,-251v0,-19,13,-31,34,-31v21,0,34,12,34,31v0,19,-13,31,-34,31v-21,0,-34,-12,-34,-31","w":119,"k":{"w":13,"C":4,"G":4,"T":4,"u":9}},"j":{"d":"10,-152r0,-36r75,0r0,147v0,91,-37,130,-107,136r-5,-40v79,-10,60,-119,62,-207r-25,0xm24,-251v0,-19,13,-31,34,-31v21,0,34,12,34,31v0,19,-13,31,-34,31v-21,0,-34,-12,-34,-31","w":119},"k":{"d":"17,0r0,-37r21,0r0,-203r-29,0r0,-37r79,0r0,169r58,-44r-26,0r0,-36r96,0r0,36r-17,0r-58,47r63,68r21,0r0,37r-100,0r0,-37r19,0v-20,-17,-37,-40,-56,-59r0,59r17,0r0,37r-88,0","w":226},"l":{"d":"31,-37r0,-203r-28,0r0,-37r79,0r0,240r21,0r0,37r-92,0r0,-37r20,0","w":113,"k":{"Q":20,"T":9,"W":18,"h":33,",":33,".":40,"a":46,"\u00e6":46,"\u00e5":46,"e":46}},"m":{"d":"263,0r0,-37r18,0v-3,-43,14,-112,-33,-112v-46,0,-41,63,-40,112r22,0r0,37r-90,0r0,-37r18,0v-3,-43,14,-112,-33,-112v-48,0,-40,63,-40,112r22,0r0,37r-93,0r0,-37r21,0r0,-115r-25,0r0,-36r74,0v1,12,-2,27,-2,38v14,-53,113,-61,121,0v9,-26,30,-43,63,-43v76,0,67,82,66,156r21,0r0,37r-90,0","w":366,"k":{"d":9}},"n":{"d":"35,-37r0,-115r-25,0r0,-36r74,0v1,12,-2,28,-2,39v9,-25,32,-44,65,-44v76,0,66,82,65,156r22,0r0,37r-93,0r0,-37r21,0v-3,-43,14,-112,-33,-112v-54,0,-43,61,-44,112r22,0r0,37r-91,0r0,-37r19,0","w":246,"k":{"i":4}},"o":{"d":"11,-92v0,-54,38,-101,99,-101v64,0,99,35,99,101v0,56,-39,96,-99,96v-60,0,-99,-32,-99,-96xm66,-91v0,34,13,54,44,54v31,0,44,-20,44,-54v0,-40,-13,-61,-44,-61v-31,0,-44,27,-44,61","w":220,"k":{"T":13,"u":13}},"p":{"d":"32,54r0,-206r-29,0r0,-36r78,0v2,11,-3,25,-2,35v11,-25,32,-40,64,-40v41,0,73,30,73,86v0,61,-47,127,-134,108r0,53r22,0r0,36r-93,0r0,-36r21,0xm125,-152v-58,0,-42,58,-44,110v45,18,84,-11,84,-59v0,-26,-9,-51,-40,-51","w":233,"k":{"C":9,"O":-4,"\u00d8":-4,"Q":6,"Y":13,"a":5,"\u00e6":5,"\u00e5":5,"e":5,"i":5}},"q":{"d":"149,54v-1,-30,2,-67,3,-90v-11,27,-27,40,-60,40v-43,0,-77,-31,-77,-86v0,-51,30,-111,110,-111v28,0,58,9,74,16r0,231r23,0r0,36r-93,0r0,-36r20,0xm107,-39v45,0,45,-57,43,-106v-39,-21,-82,8,-82,51v0,30,14,55,39,55","w":233},"r":{"d":"38,-37r0,-115r-25,0r0,-36r73,0v1,12,-2,28,-2,43v7,-37,34,-55,70,-45r-3,45v-35,-9,-63,10,-63,47r0,61r24,0r0,37r-95,0r0,-37r21,0","w":153,"k":{"Y":9}},"s":{"d":"125,-134r0,-19v-22,-9,-63,-6,-63,15v0,21,38,17,56,20v43,7,61,23,61,57v0,34,-23,65,-89,65v-22,0,-54,-4,-74,-12r0,-52r46,0r0,21v22,8,64,15,70,-16v4,-22,-49,-22,-71,-26v-33,-6,-47,-23,-47,-50v0,-73,92,-71,156,-49r0,46r-45,0","w":193,"k":{"i":27,"o":6,"\u00f8":6,"X":6}},"t":{"d":"35,-188r0,-39r50,-3r0,42r50,0r0,36r-50,0r0,84v-3,39,26,36,52,28r-2,35v-45,19,-100,9,-100,-41r0,-106r-26,0r0,-36r26,0","w":133},"u":{"d":"132,-152r0,-36r75,0r0,151r22,0r0,37r-71,0v-1,-13,3,-32,4,-39v-12,30,-33,43,-65,43v-78,0,-63,-83,-64,-156r-25,0r0,-36r76,0r0,105v0,27,3,46,33,46v46,0,40,-67,39,-115r-24,0","w":240},"v":{"d":"126,-152r0,-36r90,0r0,36r-17,0r-64,152r-55,0r-66,-152r-17,0r0,-36r93,0r0,36r-18,0r39,109v8,-41,25,-72,37,-109r-22,0","k":{"A":6,"\u00c6":6,"\u00c5":6,"h":9,",":9}},"w":{"d":"243,-152r0,-36r90,0r0,36r-18,0r-65,152r-52,0r-31,-81v-7,31,-23,53,-33,81r-52,0r-64,-152r-17,0r0,-36r90,0r0,36r-18,0v15,33,26,72,39,107v9,-31,25,-56,36,-85r-9,-22r-20,0r0,-36r92,0r0,36r-20,0v14,32,28,71,39,107v9,-37,23,-74,37,-107r-24,0","w":333},"x":{"d":"134,-152r0,-36r83,0r0,36r-19,0r-54,52r59,63r20,0r0,37r-99,0r0,-37r21,0v-13,-8,-22,-22,-33,-32v-12,10,-24,23,-37,32r22,0r0,37r-87,0r0,-37r19,0r60,-56r-55,-59r-21,0r0,-36r100,0r0,36v-6,1,-16,-2,-20,1v12,7,19,19,29,28r32,-29r-20,0","w":233,"k":{"t":40,"w":13,"G":46,"O":27,"\u00d8":27,"Q":9,"x":16}},"y":{"d":"132,-152r0,-36r84,0r0,36r-17,0r-58,156v-32,83,-55,100,-123,86r0,-39v42,10,52,9,75,-38r-72,-165r-17,0r0,-36r93,0r0,36r-19,0v17,33,29,74,40,113v7,-42,22,-79,38,-113r-24,0","w":219,"k":{"o":16,"\u00f8":16}},"z":{"d":"14,0r0,-37r108,-115r-58,0r-2,25r-43,0r2,-61r163,0r0,36r-98,107v-3,4,-7,6,-10,8r65,0r0,-26r45,0r-3,63r-169,0","w":200},"{":{"d":"0,-80r0,-27v40,-4,26,-73,28,-116v2,-47,33,-58,80,-54r0,27v-48,-7,-30,61,-30,101v0,32,-18,48,-37,56v44,8,38,75,37,129v-1,21,8,31,30,28r0,26v-47,4,-78,-6,-80,-53v-2,-44,12,-112,-28,-117","w":106},"|":{"d":"21,90r0,-360r38,0r0,360r-38,0","w":79},"}":{"d":"107,-107r0,27v-41,4,-27,73,-29,117v-2,47,-33,57,-79,53r0,-26v48,7,29,-62,29,-102v0,-31,18,-48,38,-56v-45,-7,-39,-74,-38,-128v1,-21,-7,-30,-29,-28r0,-27v47,-4,77,7,79,54v2,44,-12,112,29,116","w":106},"~":{"d":"25,-92v22,-58,85,-16,122,-6v10,0,19,-9,31,-27r13,35v-20,58,-89,15,-122,6v-10,0,-19,8,-31,26","w":216},"'":{"d":"40,-282v46,0,16,86,16,120v0,27,-32,26,-32,0v0,-33,-29,-120,16,-120","w":79},"`":{"d":"-11,-271r25,-25r79,63r-27,21","w":119},"\u00c6":{"d":"306,-37r3,-42r43,0r-3,79r-183,0r0,-37r24,0r0,-68r-79,0r-35,68r24,0r0,37r-95,0r0,-37r18,0r122,-215r196,0r2,74r-43,0r-2,-37r-55,0r0,73r57,0r0,37r-57,0r0,68r63,0xm190,-142r0,-73r-22,0r-38,73r60,0","w":366},"\u00d8":{"d":"82,-67r86,-141v-80,-37,-124,69,-86,141xm191,-184r-85,140v79,37,123,-68,85,-140xm28,22r27,-44v-81,-68,-45,-240,82,-234v21,0,39,3,54,10r27,-45r28,17r-27,44v75,67,53,234,-82,234v-21,0,-39,-3,-55,-9r-27,44","w":273,"k":{"G":46,"O":46,"\u00d8":46,"Q":16,"V":16}},"\u00e6":{"d":"23,-127r0,-52v45,-20,123,-24,139,21v16,-28,38,-35,61,-35v67,0,82,57,82,110r-125,0v-6,55,81,56,119,35r-3,39v-53,27,-134,12,-145,-30v-10,31,-30,43,-70,43v-43,0,-66,-25,-66,-56v0,-48,42,-60,117,-62v0,-17,0,-44,-37,-44v-8,0,-19,2,-27,4r0,27r-45,0xm93,-32v21,1,43,-17,39,-51v-38,-1,-66,5,-66,29v0,9,5,22,27,22xm180,-114r75,0v0,-34,-22,-44,-39,-44v-26,0,-36,21,-36,44","w":320},"\u00f8":{"d":"71,-62r55,-87v-48,-18,-72,41,-55,87xm149,-126r-55,87v52,17,71,-40,55,-87xm21,18r21,-35v-60,-50,-28,-176,68,-176v15,0,28,2,40,6r24,-37r26,17r-22,35v20,17,31,44,31,80v0,70,-66,112,-139,91r-23,36","w":220,"k":{"T":13,"u":13}},"\u00c5":{"d":"166,-124r-28,-89v-8,32,-20,60,-31,89r59,0xm195,-37r-16,-48r-86,0r-18,48r24,0r0,37r-94,0r0,-37r20,0r89,-215r58,0r83,215r20,0r0,37r-100,0r0,-37r20,0xm97,-299v0,-22,17,-39,43,-39v26,0,43,17,43,39v0,23,-17,39,-43,39v-26,0,-43,-16,-43,-39xm155,-299v0,-11,-6,-19,-15,-19v-9,0,-15,8,-15,19v0,12,6,19,15,19v9,0,15,-7,15,-19","w":280,"k":{"t":18,"v":13,"w":13,"y":13,"C":27,"G":27,"O":36,"\u00d8":36,"Q":27,"X":6,":":13}},"\u00e5":{"d":"15,-50v0,-57,51,-61,119,-61v6,-47,-31,-52,-67,-39r0,25r-43,0r0,-48v12,-7,42,-20,75,-20v51,0,83,18,83,73v0,31,-1,57,-2,83r21,0r0,37r-63,0v0,-13,0,-29,2,-37v-13,28,-30,41,-62,41v-42,0,-63,-25,-63,-54xm134,-80v-37,-2,-74,6,-68,25v0,11,7,23,27,23v20,0,41,-13,41,-48xm64,-257v0,-22,17,-39,43,-39v26,0,43,17,43,39v0,23,-17,39,-43,39v-26,0,-43,-16,-43,-39xm122,-257v0,-11,-6,-18,-15,-18v-9,0,-15,7,-15,18v0,12,6,19,15,19v9,0,15,-7,15,-19"},"\u00a0":{"w":106,"k":{"C":-8302,"G":-29806,"O":-27753,"\u00d8":-27753,"Q":-15360,"T":24418,"u":-32700,"k":-8270,"d":-29774,",":-25956,".":-15360,"a":24418,"\u00e6":24418,"\u00e5":24418,"e":-32700,"r":-65,"-":-8303,":":-29551,";":-24940,"S":-26739,"s":-28448}}}});;Cufon.registerFont({"w":200,"face":{"font-family":"caecilia roman","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 5 0 0 0 0 0 0 0","ascent":"277","descent":"-83","x-height":"4","bbox":"-20 -331 386 97","underline-thickness":"18","underline-position":"-18","stemh":"23","stemv":"30","unicode-range":"U+0020-U+00F8"},"glyphs":{" ":{"w":100,"k":{"w":-11863,"y":-25459,"C":-32574,"O":18816,"\u00d8":18816,"Q":-152,"U":-33,"l":-32512,".":-10816,"A":-32574,"\u00c6":-32574,"\u00c5":-32574,"a":-33,"\u00e6":-33,"\u00e5":-33,"o":-25459,"\u00f8":-25459,"X":-32574}},"!":{"d":"45,-85r-4,-192r34,0r-4,192r-26,0xm34,-18v0,-12,10,-22,23,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-13,0,-23,-10,-23,-22","w":113},"\"":{"d":"113,-174v-22,-12,-10,-54,-17,-87v0,-11,4,-19,17,-19v24,-2,18,31,15,46v-4,20,4,55,-15,60xm47,-174v-22,-12,-10,-54,-17,-87v0,-11,4,-19,17,-19v23,-2,15,30,15,46v-5,20,4,55,-15,60","w":159},"#":{"d":"85,-152r-11,52r41,0r11,-52r-41,0xm51,-100r12,-52r-40,0r0,-20r44,0r18,-80r22,0r-17,80r40,0r18,-80r23,0r-18,80r40,0r0,20r-44,0r-11,52r39,0r0,20r-44,0r-17,80r-23,0r18,-80r-41,0r-18,80r-22,0r17,-80r-40,0r0,-20r44,0"},"$":{"d":"90,-256r0,-46r23,0r0,46v16,0,49,4,63,10r0,51r-27,0r0,-30v-11,-4,-24,-7,-37,-7r0,90v40,10,78,19,78,70v0,48,-37,72,-80,76r0,46r-23,0r0,-46v-14,0,-65,-5,-77,-12r0,-55r30,0r0,35v14,5,28,7,47,8r1,-96v-51,-9,-78,-27,-78,-68v0,-45,38,-72,80,-72xm89,-146r1,-86v-11,0,-49,6,-49,45v0,30,36,39,48,41xm111,-112r-1,91v18,-2,49,-12,49,-48v0,-29,-25,-38,-48,-43"},"%":{"d":"74,-138v-35,0,-59,-24,-59,-59v0,-34,24,-59,59,-59v32,0,57,25,57,59v0,35,-25,59,-57,59xm73,-160v21,0,31,-17,31,-37v0,-19,-10,-37,-31,-37v-22,0,-32,18,-32,37v0,20,10,37,32,37xm227,4v-34,0,-59,-25,-59,-59v0,-35,25,-59,59,-59v33,0,57,24,57,59v0,34,-24,59,-57,59xm226,-18v21,0,31,-18,31,-37v0,-20,-10,-37,-31,-37v-21,0,-31,17,-31,37v0,19,10,37,31,37xm59,8r162,-280r18,12r-162,280","w":299},"&":{"d":"102,-156v23,-15,39,-27,39,-48v0,-20,-15,-30,-33,-30v-20,0,-36,12,-36,33v0,19,17,33,30,45xm174,-46r-79,-79v-24,16,-40,29,-40,55v0,30,26,50,61,50v32,0,50,-17,58,-26xm117,-140r73,74v9,-15,18,-33,18,-63r-27,0r0,-23r80,0r0,23r-28,0v0,31,-14,63,-26,80v15,11,30,33,54,26r0,23v-34,5,-49,-9,-69,-29v-23,24,-48,33,-81,33v-63,0,-85,-42,-85,-69v0,-39,24,-56,54,-75v-27,-27,-34,-42,-34,-61v0,-8,2,-55,63,-55v34,0,59,17,59,52v0,29,-28,50,-51,64","w":280},"(":{"d":"91,-284r21,14v-72,98,-70,256,0,354r-21,13v-86,-110,-85,-270,0,-381","w":113},")":{"d":"22,97r-21,-13v72,-98,70,-257,0,-354r21,-14v85,111,86,270,0,381","w":113},"*":{"d":"57,-231r-5,-46r23,0r-5,46r37,-25r10,18r-41,17r41,18r-10,18r-37,-24r5,45r-23,0r5,-45r-38,24r-10,-18r42,-18r-42,-17r10,-18","w":126},"+":{"d":"96,0r0,-79r-79,0r0,-24r79,0r0,-79r24,0r0,79r79,0r0,24r-79,0r0,79r-24,0","w":216},",":{"d":"45,14v0,-15,-17,-20,-17,-35v0,-11,9,-19,21,-19v44,0,28,75,0,95r-11,11r-14,-14v8,-11,21,-19,21,-38","w":100,"k":{" ":13}},"-":{"d":"27,-85r0,-27r93,0r0,27r-93,0","w":146},".":{"d":"28,-18v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":100,"k":{" ":13}},"\/":{"d":"-10,19r118,-299r22,9r-117,299","w":133},"0":{"d":"100,-232v-49,0,-57,69,-57,106v0,37,8,106,57,106v49,0,57,-69,57,-106v0,-37,-8,-106,-57,-106xm100,-256v70,0,88,72,88,126v0,59,-20,134,-88,134v-70,0,-88,-72,-88,-126v0,-59,20,-134,88,-134"},"1":{"d":"22,-201r83,-51r23,0r-1,229r52,0r0,23r-132,0r0,-23r50,0r1,-199v-19,15,-43,28,-63,42"},"2":{"d":"47,-181r-29,0v0,-18,17,-75,80,-75v50,0,76,30,76,70v0,80,-77,123,-116,163v40,-3,84,0,125,-1r0,24r-166,0r0,-21v27,-30,127,-88,127,-167v0,-24,-15,-44,-45,-44v-42,0,-48,33,-52,51"},"3":{"d":"67,-117r0,-24v45,4,73,-26,72,-52v0,-23,-17,-39,-42,-39v-25,0,-49,16,-49,43r-28,0v0,-31,22,-67,80,-67v49,0,70,28,70,60v1,47,-37,58,-52,63v36,4,62,23,62,62v0,35,-24,75,-95,75v-33,0,-57,-7,-64,-13r0,-29v36,30,134,22,128,-34v-5,-45,-47,-45,-82,-45"},"4":{"d":"119,-100r0,-119r-84,120v26,-3,56,0,84,-1xm89,0r0,-23r29,0r1,-53r-114,0r0,-22r109,-154r34,0r-1,152r48,0r0,24r-48,0r-1,53r30,0r0,23r-87,0"},"5":{"d":"166,-252r0,24r-106,0r-1,72v52,2,117,12,117,78v0,39,-26,82,-96,82v-24,0,-43,-3,-56,-9r0,-27v9,5,36,12,54,12v56,0,67,-35,67,-56v0,-56,-79,-56,-114,-56r1,-120r134,0"},"6":{"d":"179,-252r-3,24v-76,-20,-134,30,-130,103v14,-15,31,-30,64,-30v50,0,74,34,74,77v0,31,-19,82,-81,82v-52,0,-87,-40,-87,-115v0,-98,59,-163,163,-141xm47,-100v0,36,14,80,57,80v25,0,50,-19,50,-58v0,-25,-14,-52,-51,-52v-28,0,-49,19,-56,30"},"7":{"d":"21,-225r0,-27r158,0r0,21r-86,175v-13,26,-25,47,-31,56r-36,0v44,-59,81,-157,122,-225r-127,0"},"8":{"d":"15,-59v0,-39,27,-56,61,-70v-73,-21,-70,-129,24,-127v40,0,77,17,77,58v0,33,-20,51,-52,67v31,16,60,28,60,68v0,43,-32,67,-85,67v-58,0,-85,-26,-85,-63xm53,-193v1,30,28,39,48,50v20,-11,48,-25,47,-52v-2,-51,-96,-49,-95,2xm156,-64v7,-14,-36,-45,-57,-53v-23,12,-53,26,-53,56v0,28,23,41,54,41v43,0,56,-25,56,-44"},"9":{"d":"21,0r3,-24v76,20,134,-30,130,-103v-14,15,-31,30,-64,30v-50,0,-74,-34,-74,-77v0,-31,19,-82,82,-82v51,0,86,40,86,115v0,98,-59,163,-163,141xm153,-152v0,-36,-14,-80,-57,-80v-25,0,-50,19,-50,58v0,25,14,52,51,52v29,0,49,-19,56,-30"},":":{"d":"28,-163v0,-13,10,-23,22,-23v12,0,22,10,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22xm28,-18v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":100},";":{"d":"45,14v0,-15,-17,-20,-17,-35v0,-11,9,-19,21,-19v44,0,28,75,0,95r-11,11r-14,-14v8,-11,21,-19,21,-38xm28,-163v0,-13,10,-23,22,-23v12,0,22,10,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":100},"<":{"d":"17,-80r0,-23r182,-82r0,24r-153,70r153,69r0,25","w":216},"=":{"d":"17,-115r0,-24r182,0r0,24r-182,0xm17,-43r0,-24r182,0r0,24r-182,0","w":216},">":{"d":"199,-102r0,22r-182,83r0,-25r153,-69r-153,-70r0,-24","w":216},"?":{"d":"36,-248r-2,-25v18,-6,37,-7,44,-7v104,4,83,97,36,128v-23,15,-61,34,-32,61r-24,13v-32,-28,-5,-68,27,-83v24,-12,37,-31,37,-52v7,-33,-50,-53,-86,-35xm44,-18v0,-12,10,-22,23,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-13,0,-23,-10,-23,-22","w":180},"@":{"d":"176,-140v0,-24,-11,-34,-29,-34v-30,0,-51,36,-51,65v0,22,11,34,27,34v32,0,53,-39,53,-65xm219,-193r-31,112v0,4,3,8,12,8v19,0,43,-32,43,-72v0,-52,-43,-85,-93,-85v-63,0,-105,48,-105,105v0,104,133,132,189,70r29,0v-18,34,-59,59,-116,59v-74,0,-133,-48,-133,-130v0,-73,55,-130,136,-130v70,0,124,43,124,107v0,70,-55,100,-89,100v-18,1,-22,-11,-26,-20v-26,34,-91,23,-91,-36v0,-69,80,-133,118,-68r7,-20r26,0","w":288},"A":{"d":"95,-122r75,0r-36,-101v-11,35,-26,68,-39,101xm4,0r0,-23r23,0r94,-229r33,0r85,229r24,0r0,23r-85,0r0,-23r26,0r-27,-76r-91,0r-29,76r30,0r0,23r-83,0","w":266,"k":{"b":23,"g":27,"v":27,"y":18,"C":13,"G":13,"O":33,"\u00d8":33,"Q":9,"T":11,"u":33,"U":27,"V":33,"W":33,"Y":33}},"B":{"d":"76,-229r0,88v41,1,82,0,82,-45v0,-57,-42,-40,-82,-43xm76,-118r-1,95v45,-1,97,9,97,-47v0,-53,-49,-48,-96,-48xm17,-252v77,1,172,-16,172,61v0,35,-24,51,-49,59v32,0,65,21,65,62v0,90,-104,67,-188,70r0,-23r27,0r1,-206r-28,0r0,-23","w":226,"k":{"W":9,"Y":9}},"C":{"d":"229,-244r0,58r-28,0r0,-40v-74,-20,-150,11,-150,98v0,85,65,124,146,102r1,-41r28,0r-1,61v-98,29,-207,-2,-207,-118v0,-71,43,-132,137,-132v27,0,56,6,74,12","w":246,"k":{"Y":9,"S":11,"s":9}},"D":{"d":"222,-130v0,-82,-58,-108,-147,-99r-1,206v93,7,148,-20,148,-107xm43,-23r1,-206r-29,0r0,-23r114,0v75,0,126,39,126,122v0,89,-53,130,-138,130r-102,0r0,-23r28,0","w":273,"k":{"C":27,"T":16,"u":16,"V":20,"d":2,"-":6,":":11,";":11}},"E":{"d":"43,-23r1,-206r-29,0r0,-23r171,0r0,58r-27,0r0,-35r-84,0r0,88r79,0r0,23r-79,0r-1,95r87,0r2,-39r27,0r-2,62r-173,0r0,-23r28,0","w":206},"F":{"d":"43,-23r1,-206r-29,0r0,-23r169,0r1,59r-27,0r-1,-36r-82,0r0,92r86,0r0,23r-86,0r-1,91r32,0r0,23r-91,0r0,-23r28,0","k":{"C":46,"G":46,"Q":27,"W":18,"Y":16,"l":6,",":11,".":11,"A":6,"\u00c6":6,"\u00c5":6,"h":9}},"G":{"d":"225,-87r0,81v-98,29,-207,-2,-207,-118v0,-71,41,-132,134,-132v34,0,66,8,77,13r0,57r-27,0r0,-38v-9,-4,-28,-8,-52,-8v-61,0,-99,36,-99,104v0,85,62,124,146,102r0,-61r-31,0r0,-23r87,0r0,23r-28,0","w":259,"k":{"X":11}},"H":{"d":"43,-23r1,-206r-29,0r0,-23r88,0r0,23r-28,0r0,92r131,0r0,-92r-29,0r0,-23r88,0r0,23r-28,0r-1,206r29,0r0,23r-88,0r0,-23r28,0r1,-91r-131,0r-1,91r29,0r0,23r-88,0r0,-23r28,0","w":280},"I":{"d":"44,-23r1,-206r-28,0r0,-23r87,0r0,23r-28,0r-1,206r29,0r0,23r-87,0r0,-23r27,0","w":120},"J":{"d":"15,-229r0,-23r87,0r0,23r-26,0r-2,160v-1,73,-24,105,-85,135r-9,-23v91,-39,57,-161,65,-272r-30,0","w":113,"k":{"y":13,"T":4,"u":4,"Y":4,"r":4}},"K":{"d":"15,-229r0,-23r88,0r0,23r-28,0r0,96r109,-96r-31,0r0,-23r87,0r0,23r-22,0r-112,98r114,108r23,0r0,23r-92,0r0,-23r30,0r-106,-100r-1,100r29,0r0,23r-88,0r0,-23r28,0r1,-206r-29,0","w":253,"k":{"Q":4,"V":11,"W":18,"o":4,"\u00f8":4}},"L":{"d":"43,-23r1,-206r-29,0r0,-23r86,0r0,23r-26,0r-1,206r86,0r2,-39r27,0r-3,62r-171,0r0,-23r28,0","k":{"d":4}},"M":{"d":"13,-229r0,-23r68,0r81,201v1,5,2,9,4,16v24,-77,58,-143,85,-217r70,0r0,23r-33,0r2,206r31,0r0,23r-87,0r0,-23r27,0r0,-184v-25,73,-56,137,-83,207r-27,0r-83,-205r-1,182r31,0r0,23r-85,0r0,-23r29,0r2,-206r-31,0","w":333},"N":{"d":"43,-23r1,-206r-33,0r0,-23r60,0r150,203r1,-180r-31,0r0,-23r85,0r0,23r-27,0r-2,229r-25,0r-153,-205r-2,182r32,0r0,23r-84,0r0,-23r28,0","w":286,"k":{"k":2,"p":9,"x":9,"S":9,"s":9}},"O":{"d":"18,-122v0,-77,42,-134,119,-134v79,0,119,57,119,126v0,77,-42,134,-119,134v-79,0,-119,-57,-119,-126xm51,-126v0,55,25,106,86,106v61,0,85,-51,85,-106v0,-55,-24,-106,-85,-106v-61,0,-86,51,-86,106","w":273,"k":{"Q":9,"k":11,":":9,";":9}},"P":{"d":"15,-252v83,0,180,-12,178,71v-2,68,-50,85,-118,79r-1,79r32,0r0,23r-91,0r0,-23r28,0r1,-206r-29,0r0,-23xm162,-177v0,-47,-37,-56,-87,-52r0,104v49,4,87,-7,87,-52","w":206,"k":{"b":9,"y":11}},"Q":{"d":"175,-1v15,0,83,52,126,38r-1,23v-42,20,-112,-34,-174,-56v-45,0,-108,-37,-108,-126v0,-77,42,-134,119,-134v148,0,156,222,38,255xm137,-232v-61,0,-86,51,-86,106v0,55,25,106,86,106v61,0,85,-51,85,-106v0,-55,-24,-106,-85,-106","w":273,"k":{".":4,"X":20,"c":20,"t":6}},"R":{"d":"76,-229r0,95v47,2,86,-3,86,-50v0,-47,-41,-46,-86,-45xm17,-229r0,-23v79,5,173,-23,176,65v2,43,-31,63,-59,69v40,0,47,106,98,95r0,23v-93,21,-66,-128,-156,-112r-1,89r29,0r0,23r-87,0r0,-23r27,0r1,-206r-28,0","w":233},"S":{"d":"24,-8r0,-56r29,0r0,34v38,20,109,12,109,-37v0,-67,-138,-27,-138,-118v0,-30,18,-71,93,-71v19,0,52,4,68,12r0,50r-28,0r0,-31v-38,-13,-100,-12,-100,37v0,64,138,24,138,117v0,85,-120,82,-171,63","w":213,"k":{"Y":54,",":7,".":7,"h":9,"x":46,"r":40,":":18,";":33,"s":20,"t":9}},"T":{"d":"103,-23r2,-206r-69,0r-2,39r-27,0r2,-62r222,0r2,62r-26,0r-3,-39r-68,0r-2,206r32,0r0,23r-90,0r0,-23r27,0","w":240,"k":{"\u00e5":17,"b":33,"g":11,"v":11,"o":16,"\u00f8":16}},"U":{"d":"137,4v-78,-4,-99,-22,-97,-107v0,-41,0,-88,1,-126r-29,0r0,-23r87,0r0,23r-27,0v-1,35,-1,70,-1,129v0,59,13,76,67,80v98,7,60,-123,68,-209r-31,0r0,-23r87,0r0,23r-28,0r-1,136v2,61,-30,100,-96,97","w":273,"k":{"o":33,"\u00f8":33,"-":4,":":4,"s":4}},"V":{"d":"113,0r-89,-229r-23,0r0,-23r87,0r0,23r-28,0r73,202r71,-202r-30,0r0,-23r85,0r0,23r-24,0r-88,229r-34,0","w":259,"k":{"\u00e5":25,"v":33,"w":27,"y":27,"e":33,"X":4,"c":6,";":6}},"W":{"d":"105,0r-79,-229r-25,0r0,-23r87,0r0,23r-29,0r67,205v17,-55,40,-106,59,-160r-14,-45r-27,0r0,-23r85,0r0,23r-27,0r62,205v20,-72,47,-136,69,-205r-32,0r0,-23r85,0r0,23r-23,0r-85,229r-35,0r-46,-148r-57,148r-35,0","w":386,"k":{"b":27,"g":27,"v":11,"x":33,"r":6,"d":6}},"X":{"d":"32,-23r79,-104r-72,-102r-26,0r0,-23r91,0r0,23r-29,0v20,25,36,53,55,79r59,-79r-30,0r0,-23r83,0r0,23r-24,0r-73,99r75,107r24,0r0,23r-89,0r0,-23r28,0v-21,-26,-38,-56,-58,-84r-62,84r29,0r0,23r-83,0r0,-23r23,0","w":253},"Y":{"d":"3,-229r0,-23r87,0r0,23r-26,0r71,96r70,-96r-31,0r0,-23r83,0r0,23r-23,0r-86,120r-1,86r28,0r0,23r-85,0r0,-23r26,0r1,-85r-88,-121r-26,0","w":259,"k":{"b":13,"x":46}},"Z":{"d":"19,0r0,-21r159,-208r-123,0r-2,37r-27,0r2,-60r186,0r0,23r-157,206r129,0r2,-38r27,0r-3,61r-193,0","w":233},"[":{"d":"37,90r1,-367r64,0r0,23r-34,0r-2,322r34,0r0,22r-63,0","w":113},"\\":{"d":"26,-280r117,299r-22,9r-118,-299","w":133},"]":{"d":"76,-277r-1,367r-63,0r0,-22r33,0r2,-322r-34,0r0,-23r63,0","w":113},"^":{"d":"159,-121r-51,-103r-51,103r-25,0r65,-131r22,0r65,131r-25,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"87,-18v20,0,53,-12,53,-67v-44,0,-88,0,-88,35v0,20,16,32,35,32xm57,-160r0,29r-27,0r0,-45v53,-23,138,-24,138,53v0,16,-2,67,-2,100r27,0r0,23r-53,0v0,-13,2,-30,3,-40v-12,30,-30,44,-63,44v-21,0,-57,-8,-57,-53v0,-52,55,-57,117,-57v8,-59,-34,-72,-83,-54","w":206},"b":{"d":"61,-99r-2,70v58,29,108,-14,108,-71v0,-45,-23,-66,-51,-66v-27,0,-54,16,-55,67xm30,-10r1,-244r-31,0r0,-23r61,0r-3,132v7,-26,33,-45,65,-45v52,0,75,40,75,90v0,44,-22,104,-100,104v-31,0,-41,-5,-68,-14","w":213,"k":{"g":11,"Y":4}},"c":{"d":"169,-31r-2,26v-14,5,-33,9,-53,9v-74,0,-97,-48,-97,-97v0,-97,79,-110,153,-88r0,49r-27,0r0,-29v-8,-3,-22,-5,-31,-5v-53,0,-64,43,-64,73v0,10,1,73,70,73v19,0,34,-5,51,-11","w":186,"k":{"l":6}},"d":{"d":"103,-20v66,0,53,-75,54,-137v-45,-24,-107,3,-107,72v0,35,17,65,53,65xm187,-277r-2,254r28,0r0,23r-57,0r3,-38v-26,68,-140,50,-140,-47v0,-76,64,-125,138,-97r0,-72r-37,0r0,-23r67,0","w":226},"e":{"d":"48,-113r104,0v0,-29,-18,-54,-49,-54v-32,0,-53,23,-55,54xm183,-90r-135,0v1,38,18,70,70,70v21,0,41,-6,56,-14r-1,25v-69,30,-156,8,-156,-84v0,-54,29,-97,86,-97v73,0,80,67,80,100","k":{"Q":6,"T":6,"Y":4}},"f":{"d":"157,-275r-1,24v-6,-2,-20,-4,-30,-4v-51,1,-49,29,-49,69r48,0r0,23r-48,0r-1,140r31,0r0,23r-85,0r0,-23r25,0r1,-140r-31,0r0,-23r31,0v-8,-77,40,-108,109,-89","w":133,"k":{"C":-4}},"g":{"d":"203,-186r0,23v-14,1,-29,-1,-41,-2v43,48,1,115,-61,111v-8,0,-34,4,-34,18v0,19,60,18,82,23v29,6,50,16,50,45v0,43,-45,63,-91,63v-45,0,-89,-15,-89,-51v-1,-29,25,-38,47,-47v-15,-3,-28,-11,-28,-28v-1,-20,21,-22,34,-29v-13,-3,-47,-16,-47,-63v0,-49,55,-79,109,-63r69,0xm170,35v0,-32,-54,-22,-82,-31v-3,0,-40,11,-40,35v0,29,43,33,61,33v23,0,61,-7,61,-37xm103,-167v-29,0,-50,17,-50,45v0,26,22,45,48,45v63,1,75,-90,2,-90","k":{"W":-2,"Y":-4}},"h":{"d":"43,-23r2,-231r-36,0r0,-23r65,0v-1,45,4,93,-4,132v10,-26,38,-46,67,-45v89,1,59,95,62,167r27,0r0,23r-80,0r0,-23r24,0v0,-28,1,-59,1,-89v0,-18,-1,-54,-42,-54v-26,0,-54,16,-55,67r-1,76r27,0r0,23r-83,0r0,-23r26,0","w":240,"k":{"r":4}},"i":{"d":"43,-23r2,-140r-34,0r0,-23r63,0r-1,163r29,0r0,23r-88,0r0,-23r29,0xm33,-257v0,-13,11,-23,23,-23v12,0,22,10,22,23v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-22","w":113,"k":{"s":6}},"j":{"d":"79,-186v-4,79,7,212,-30,246v-19,18,-40,30,-64,35r-5,-24v51,-18,68,-37,68,-117r1,-117r-34,0r0,-23r64,0xm38,-257v0,-13,10,-23,22,-23v13,0,23,10,23,23v0,12,-10,22,-23,22v-12,0,-22,-10,-22,-22","w":113},"k":{"d":"43,-23r2,-231r-36,0r0,-23r65,0r-1,173r71,-59r-26,0r0,-23r81,0r0,23r-19,0r-77,63r84,77r20,0r0,23r-81,0r0,-23r23,0r-76,-72r0,72r24,0r0,23r-80,0r0,-23r26,0","w":213,"k":{"X":18,"-":16}},"l":{"d":"43,-23r2,-231r-36,0r0,-23r65,0r-1,254r29,0r0,23r-85,0r0,-23r26,0","w":113,"k":{"r":14}},"m":{"d":"19,0r0,-23r24,0r2,-140r-30,0r0,-23r59,0v2,15,-4,31,-3,41v8,-28,38,-45,66,-45v35,-1,49,21,57,43v3,-7,15,-43,63,-43v89,1,57,94,62,167r27,0r0,23r-80,0r0,-23r23,0v-4,-56,26,-143,-38,-143v-25,0,-53,16,-54,67r0,76r26,0r0,23r-81,0r0,-23r24,0v-6,-56,26,-143,-39,-143v-24,0,-53,16,-53,67r-1,76r27,0r0,23r-81,0","w":360,"k":{"e":11,"c":4}},"n":{"d":"146,0r0,-23r24,0v0,-28,1,-59,1,-89v0,-18,-1,-54,-42,-54v-26,0,-54,16,-55,67r-1,76r27,0r0,23r-81,0r0,-23r24,0r2,-140r-30,0r0,-23r59,0v2,15,-4,31,-3,41v8,-28,38,-45,66,-45v89,1,59,95,62,167r27,0r0,23r-80,0","w":240,"k":{"s":9,"t":9}},"o":{"d":"17,-88v0,-59,33,-102,90,-102v56,0,90,39,90,92v0,59,-34,102,-90,102v-57,0,-90,-39,-90,-92xm48,-93v0,40,19,73,59,73v40,0,59,-33,59,-73v0,-40,-19,-73,-59,-73v-40,0,-59,33,-59,73","w":213,"k":{"v":2}},"p":{"d":"41,68r2,-231r-32,0r0,-23r61,0v2,12,-4,32,-3,41v8,-26,33,-45,66,-45v51,0,75,40,75,90v0,44,-23,104,-100,104v-13,0,-28,-3,-38,-6r-1,70r31,0r0,22r-87,0r0,-22r26,0xm72,-99r-1,70v57,29,108,-14,108,-71v0,-45,-23,-66,-52,-66v-26,0,-54,16,-55,67","w":226},"q":{"d":"103,-20v65,0,53,-75,54,-137v-45,-24,-107,3,-107,72v0,35,17,65,53,65xm128,90r0,-22r27,0r4,-106v-8,27,-36,42,-63,42v-33,0,-77,-19,-77,-89v0,-87,79,-125,156,-95r11,0r-1,248r28,0r0,22r-85,0","w":226},"r":{"d":"43,-23r2,-140r-32,0r0,-23r61,0v2,18,-4,40,-3,58v4,-32,31,-73,82,-58r-3,27v-74,-17,-81,60,-77,136r31,0r0,23r-87,0r0,-23r26,0","w":153,"k":{"v":4,"C":9,"G":20,"x":4,"a":13,"\u00e6":13,"\u00e5":13,"i":20,"o":20,"\u00f8":20}},"s":{"d":"151,-179r1,45r-26,0r-2,-27v-26,-11,-75,-11,-75,22v0,20,18,26,45,31v47,8,67,22,67,53v0,33,-22,59,-76,59v-20,0,-52,-5,-64,-11r-1,-47r26,0r2,27v29,14,85,16,85,-22v0,-19,-19,-25,-39,-29v-50,-11,-75,-20,-75,-56v0,-30,20,-56,73,-56v16,0,44,5,59,11","w":180,"k":{"r":6}},"t":{"d":"14,-163r0,-23r30,0r1,-45r30,-2r-2,47r58,0r0,23r-58,0v-1,31,-2,62,-2,93v0,27,0,50,29,50v15,0,29,-4,36,-8r-1,24v-9,4,-26,8,-41,8v-52,0,-52,-37,-52,-61v0,-22,1,-79,1,-106r-29,0","w":140},"u":{"d":"11,-163r0,-23r60,0v8,56,-31,166,39,166v54,0,55,-59,55,-85r0,-58r-29,0r0,-23r59,0r-1,163r26,0r0,23r-55,0v0,-16,2,-28,3,-41v-8,22,-31,45,-63,45v-88,2,-60,-95,-64,-167r-30,0","w":233},"v":{"d":"4,-163r0,-23r76,0r0,23r-22,0r47,135v13,-48,33,-90,48,-135r-24,0r0,-23r74,0r0,23r-20,0r-65,163r-29,0r-65,-163r-20,0","w":206,"k":{"c":4}},"w":{"d":"6,-163r0,-23r76,0r0,23r-22,0r46,135v10,-36,27,-72,40,-107r-11,-28r-20,0r0,-23r76,0r0,23r-25,0r45,135v12,-47,32,-90,47,-135r-25,0r0,-23r74,0r0,23r-21,0r-62,163r-31,0r-35,-105v-10,36,-27,70,-40,105r-29,0r-62,-163r-21,0","w":313},"x":{"d":"11,-163r0,-23r81,0r0,23v-10,1,-32,-3,-18,6r36,45r42,-51r-26,0r0,-23r74,0r0,23r-21,0r-56,66r60,74r22,0r0,23r-81,0r0,-23r25,0v-16,-17,-30,-37,-45,-55r-45,55r24,0r0,23r-74,0r0,-23r21,0r60,-72r-55,-68r-24,0","w":213},"y":{"d":"4,-163r0,-23r78,0r0,23r-23,0r50,135v12,-47,32,-90,46,-135r-26,0r0,-23r74,0r0,23r-20,0r-57,157v-32,81,-51,111,-117,97r0,-24v42,15,69,-17,85,-59r-68,-171r-22,0","w":206,"k":{"o":9,"\u00f8":9,"d":9}},"z":{"d":"175,-54r-3,54r-154,0r0,-22r121,-141r-88,0r-1,30r-27,0r1,-53r150,0r0,21r-107,128v-4,5,-9,10,-14,14r92,0r3,-31r27,0","w":193},"{":{"d":"100,-277r0,23v-70,-7,2,136,-58,161v39,11,25,74,25,119v0,36,7,42,33,42r0,22v-39,1,-58,2,-63,-54v-4,-36,21,-120,-24,-117r0,-24v61,4,-13,-180,67,-172r20,0","w":113},"|":{"d":"28,90r0,-360r24,0r0,360r-24,0","w":79},"}":{"d":"13,90r0,-22v70,7,-2,-136,58,-162v-39,-10,-25,-73,-25,-118v0,-36,-7,-42,-33,-42r0,-23v40,-1,58,-2,63,55v3,37,-20,119,24,117r0,24v-62,-4,15,179,-67,171r-20,0","w":113},"~":{"d":"146,-67v-23,1,-57,-23,-78,-24v-14,0,-24,13,-30,25r-13,-18v8,-15,21,-32,44,-32v27,0,53,24,78,25v14,0,23,-13,31,-25r13,18v-11,15,-23,31,-45,31","w":216},"'":{"d":"50,-174v-22,-12,-10,-54,-17,-87v0,-11,4,-19,17,-19v24,-2,18,31,15,46v-4,20,4,55,-15,60","w":100},"`":{"d":"20,-289r66,57r-17,15r-68,-56","w":113},"\u00c6":{"d":"22,-23r130,-229r172,0r0,58r-26,0r0,-35r-79,0r0,95r77,0r0,22r-77,0r-1,89r87,0r2,-39r27,0r-2,62r-173,0r0,-23r28,0r1,-89r-87,0r-48,89r29,0r0,23r-83,0r0,-23r23,0xm165,-229r-52,95r75,0r0,-95r-23,0","w":353},"\u00d8":{"d":"76,-47r106,-172v-12,-8,-27,-13,-45,-13v-92,-2,-107,127,-61,185xm199,-204r-106,172v12,8,26,12,44,12v91,2,105,-125,62,-184xm33,22r27,-44v-79,-64,-44,-234,77,-234v23,0,43,5,60,14r25,-41r19,12r-26,41v77,66,42,234,-78,234v-23,0,-42,-4,-59,-13r-27,43","w":273,"k":{"Q":9,"k":11,":":9,";":9}},"\u00e6":{"d":"25,-131r1,-47v48,-16,109,-23,131,25v1,-8,17,-37,60,-37v77,0,77,77,77,100r-127,3v0,19,0,67,64,67v24,0,44,-8,54,-14r0,27v-51,19,-119,15,-136,-34v-11,60,-132,62,-130,-8v0,-27,11,-54,86,-56r34,-2v7,-58,-39,-69,-88,-54r-1,30r-25,0xm48,-50v0,20,20,32,36,32v34,0,55,-19,55,-68v-38,3,-91,-2,-91,36xm167,-108r98,-2v-2,-21,-6,-57,-48,-57v-31,0,-50,18,-50,59","w":313},"\u00f8":{"d":"63,-41r71,-118v-67,-35,-112,62,-71,118xm150,-145r-70,118v66,36,114,-63,70,-118xm26,21r22,-37v-59,-48,-29,-174,59,-174v15,0,29,3,40,8r21,-34r18,11r-20,34v60,48,29,175,-59,175v-16,0,-30,-3,-41,-8r-22,36","w":213,"k":{"v":2}},"\u00c5":{"d":"95,-122r75,0r-36,-101v-11,35,-26,68,-39,101xm4,0r0,-23r23,0r94,-229r33,0r85,229r24,0r0,23r-85,0r0,-23r26,0r-27,-76r-91,0r-29,76r30,0r0,23r-83,0xm101,-295v0,-20,16,-36,36,-36v20,0,36,16,36,36v0,20,-16,36,-36,36v-20,0,-36,-16,-36,-36xm122,-295v0,12,4,20,15,20v11,0,16,-8,16,-20v0,-14,-6,-20,-16,-20v-10,0,-15,9,-15,20","w":266,"k":{"b":23,"g":27,"v":27,"y":18,"C":13,"G":13,"O":33,"\u00d8":33,"Q":9,"T":11,"u":33,"U":27,"V":33,"W":33,"Y":33}},"\u00e5":{"d":"87,-18v20,0,53,-12,53,-67v-44,0,-88,0,-88,35v0,20,16,32,35,32xm57,-160r0,29r-27,0r0,-45v53,-23,138,-24,138,53v0,16,-2,67,-2,100r27,0r0,23r-53,0v0,-13,2,-30,3,-40v-12,30,-30,44,-63,44v-21,0,-57,-8,-57,-53v0,-52,55,-57,117,-57v8,-59,-34,-72,-83,-54xm63,-252v0,-20,16,-36,36,-36v20,0,36,16,36,36v0,20,-16,36,-36,36v-20,0,-36,-16,-36,-36xm84,-252v0,12,4,20,15,20v11,0,15,-8,15,-20v0,-14,-5,-20,-15,-20v-10,0,-15,9,-15,20","w":206},"\u00a0":{"w":100,"k":{"w":-11863,"y":-25459,"C":-32574,"O":18816,"\u00d8":18816,"Q":-152,"U":-33,"l":-32512,".":-10816,"A":-32574,"\u00c6":-32574,"\u00c5":-32574,"a":-33,"\u00e6":-33,"\u00e5":-33,"o":-25459,"\u00f8":-25459,"X":-32574}}}});;;jQuery.ui||(function($){var _remove=$.fn.remove,isFF2=$.browser.mozilla&&(parseFloat($.browser.version)<1.9);$.ui={version:"1.7.3",plugin:{add:function(module,option,set){var proto=$.ui[module].prototype;for(var i in set){proto.plugins[i]=proto.plugins[i]||[];proto.plugins[i].push([option,set[i]]);}},call:function(instance,name,args){var set=instance.plugins[name];if(!set||!instance.element[0].parentNode){return;}
for(var i=0;i<set.length;i++){if(instance.options[set[i][0]]){set[i][1].apply(instance.element,args);}}}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b);},hasScroll:function(el,a){if($(el).css('overflow')=='hidden'){return false;}
var scroll=(a&&a=='left')?'scrollLeft':'scrollTop',has=false;if(el[scroll]>0){return true;}
el[scroll]=1;has=(el[scroll]>0);el[scroll]=0;return has;},isOverAxis:function(x,reference,size){return(x>reference)&&(x<(reference+size));},isOver:function(y,x,top,left,height,width){return $.ui.isOverAxis(y,top,height)&&$.ui.isOverAxis(x,left,width);},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(isFF2){var attr=$.attr,removeAttr=$.fn.removeAttr,ariaNS="http://www.w3.org/2005/07/aaa",ariaState=/^aria-/,ariaRole=/^wairole:/;$.attr=function(elem,name,value){var set=value!==undefined;return(name=='role'?(set?attr.call(this,elem,name,"wairole:"+value):(attr.apply(this,arguments)||"").replace(ariaRole,"")):(ariaState.test(name)?(set?elem.setAttributeNS(ariaNS,name.replace(ariaState,"aaa:"),value):attr.call(this,elem,name.replace(ariaState,"aaa:"))):attr.apply(this,arguments)));};$.fn.removeAttr=function(name){return(ariaState.test(name)?this.each(function(){this.removeAttributeNS(ariaNS,name.replace(ariaState,""));}):removeAttr.call(this,name));};}
$.fn.extend({remove:function(selector,keepData){return this.each(function(){if(!keepData){if(!selector||$.filter(selector,[this]).length){$("*",this).add(this).each(function(){$(this).triggerHandler("remove");});}}
return _remove.call($(this),selector,keepData);});},enableSelection:function(){return this.attr('unselectable','off').css('MozUserSelect','').unbind('selectstart.ui');},disableSelection:function(){return this.attr('unselectable','on').css('MozUserSelect','none').bind('selectstart.ui',function(){return false;});},scrollParent:function(){var scrollParent;if(($.browser.msie&&(/(static|relative)/).test(this.css('position')))||(/absolute/).test(this.css('position'))){scrollParent=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test($.curCSS(this,'position',1))&&(/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));}).eq(0);}else{scrollParent=this.parents().filter(function(){return(/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));}).eq(0);}
return(/fixed/).test(this.css('position'))||!scrollParent.length?$(document):scrollParent;}});$.extend($.expr[':'],{data:function(elem,i,match){return!!$.data(elem,match[3]);},focusable:function(element){var nodeName=element.nodeName.toLowerCase(),tabIndex=$.attr(element,'tabindex');return(/input|select|textarea|button|object/.test(nodeName)?!element.disabled:'a'==nodeName||'area'==nodeName?element.href||!isNaN(tabIndex):!isNaN(tabIndex))&&!$(element)['area'==nodeName?'parents':'closest'](':hidden').length;},tabbable:function(element){var tabIndex=$.attr(element,'tabindex');return(isNaN(tabIndex)||tabIndex>=0)&&$(element).is(':focusable');}});function getter(namespace,plugin,method,args){function getMethods(type){var methods=$[namespace][plugin][type]||[];return(typeof methods=='string'?methods.split(/,?\s+/):methods);}
var methods=getMethods('getter');if(args.length==1&&typeof args[0]=='string'){methods=methods.concat(getMethods('getterSetter'));}
return($.inArray(method,methods)!=-1);}
$.widget=function(name,prototype){var namespace=name.split(".")[0];name=name.split(".")[1];$.fn[name]=function(options){var isMethodCall=(typeof options=='string'),args=Array.prototype.slice.call(arguments,1);if(isMethodCall&&options.substring(0,1)=='_'){return this;}
if(isMethodCall&&getter(namespace,name,options,args)){var instance=$.data(this[0],name);return(instance?instance[options].apply(instance,args):undefined);}
return this.each(function(){var instance=$.data(this,name);(!instance&&!isMethodCall&&$.data(this,name,new $[namespace][name](this,options))._init());(instance&&isMethodCall&&$.isFunction(instance[options])&&instance[options].apply(instance,args));});};$[namespace]=$[namespace]||{};$[namespace][name]=function(element,options){var self=this;this.namespace=namespace;this.widgetName=name;this.widgetEventPrefix=$[namespace][name].eventPrefix||name;this.widgetBaseClass=namespace+'-'+name;this.options=$.extend({},$.widget.defaults,$[namespace][name].defaults,$.metadata&&$.metadata.get(element)[name],options);this.element=$(element).bind('setData.'+name,function(event,key,value){if(event.target==element){return self._setData(key,value);}}).bind('getData.'+name,function(event,key){if(event.target==element){return self._getData(key);}}).bind('remove',function(){return self.destroy();});};$[namespace][name].prototype=$.extend({},$.widget.prototype,prototype);$[namespace][name].getterSetter='option';};$.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+'-disabled'+' '+this.namespace+'-state-disabled').removeAttr('aria-disabled');},option:function(key,value){var options=key,self=this;if(typeof key=="string"){if(value===undefined){return this._getData(key);}
options={};options[key]=value;}
$.each(options,function(key,value){self._setData(key,value);});},_getData:function(key){return this.options[key];},_setData:function(key,value){this.options[key]=value;if(key=='disabled'){this.element
[value?'addClass':'removeClass'](this.widgetBaseClass+'-disabled'+' '+
this.namespace+'-state-disabled').attr("aria-disabled",value);}},enable:function(){this._setData('disabled',false);},disable:function(){this._setData('disabled',true);},_trigger:function(type,event,data){var callback=this.options[type],eventName=(type==this.widgetEventPrefix?type:this.widgetEventPrefix+type);event=$.Event(event);event.type=eventName;if(event.originalEvent){for(var i=$.event.props.length,prop;i;){prop=$.event.props[--i];event[prop]=event.originalEvent[prop];}}
this.element.trigger(event,data);return!($.isFunction(callback)&&callback.call(this.element[0],event,data)===false||event.isDefaultPrevented());}};$.widget.defaults={disabled:false};$.ui.mouse={_mouseInit:function(){var self=this;this.element.bind('mousedown.'+this.widgetName,function(event){return self._mouseDown(event);}).bind('click.'+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false;event.stopImmediatePropagation();return false;}});if($.browser.msie){this._mouseUnselectable=this.element.attr('unselectable');this.element.attr('unselectable','on');}
this.started=false;},_mouseDestroy:function(){this.element.unbind('.'+this.widgetName);($.browser.msie&&this.element.attr('unselectable',this._mouseUnselectable));},_mouseDown:function(event){event.originalEvent=event.originalEvent||{};if(event.originalEvent.mouseHandled){return;}
(this._mouseStarted&&this._mouseUp(event));this._mouseDownEvent=event;var self=this,btnIsLeft=(event.which==1),elIsCancel=(typeof this.options.cancel=="string"?$(event.target).parents().add(event.target).filter(this.options.cancel).length:false);if(!btnIsLeft||elIsCancel||!this._mouseCapture(event)){return true;}
this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){self.mouseDelayMet=true;},this.options.delay);}
if(this._mouseDistanceMet(event)&&this._mouseDelayMet(event)){this._mouseStarted=(this._mouseStart(event)!==false);if(!this._mouseStarted){event.preventDefault();return true;}}
this._mouseMoveDelegate=function(event){return self._mouseMove(event);};this._mouseUpDelegate=function(event){return self._mouseUp(event);};$(document).bind('mousemove.'+this.widgetName,this._mouseMoveDelegate).bind('mouseup.'+this.widgetName,this._mouseUpDelegate);($.browser.safari||event.preventDefault());event.originalEvent.mouseHandled=true;return true;},_mouseMove:function(event){if($.browser.msie&&!event.button){return this._mouseUp(event);}
if(this._mouseStarted){this._mouseDrag(event);return event.preventDefault();}
if(this._mouseDistanceMet(event)&&this._mouseDelayMet(event)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,event)!==false);(this._mouseStarted?this._mouseDrag(event):this._mouseUp(event));}
return!this._mouseStarted;},_mouseUp:function(event){$(document).unbind('mousemove.'+this.widgetName,this._mouseMoveDelegate).unbind('mouseup.'+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(event.target==this._mouseDownEvent.target);this._mouseStop(event);}
return false;},_mouseDistanceMet:function(event){return(Math.max(Math.abs(this._mouseDownEvent.pageX-event.pageX),Math.abs(this._mouseDownEvent.pageY-event.pageY))>=this.options.distance);},_mouseDelayMet:function(event){return this.mouseDelayMet;},_mouseStart:function(event){},_mouseDrag:function(event){},_mouseStop:function(event){},_mouseCapture:function(event){return true;}};$.ui.mouse.defaults={cancel:null,distance:1,delay:0};})(jQuery);;(function($){$.dimensions={version:'1.2'};$.each(['Height','Width'],function(i,name){$.fn['inner'+name]=function(){if(!this[0])return;var torl=name=='Height'?'Top':'Left',borr=name=='Height'?'Bottom':'Right';return this.is(':visible')?this[0]['client'+name]:num(this,name.toLowerCase())+num(this,'padding'+torl)+num(this,'padding'+borr);};$.fn['outer'+name]=function(options){if(!this[0])return;var torl=name=='Height'?'Top':'Left',borr=name=='Height'?'Bottom':'Right';options=$.extend({margin:false},options||{});var val=this.is(':visible')?this[0]['offset'+name]:num(this,name.toLowerCase())+num(this,'border'+torl+'Width')+num(this,'border'+borr+'Width')+num(this,'padding'+torl)+num(this,'padding'+borr);return val+(options.margin?(num(this,'margin'+torl)+num(this,'margin'+borr)):0);};});$.each(['Left','Top'],function(i,name){$.fn['scroll'+name]=function(val){if(!this[0])return;return val!=undefined?this.each(function(){this==window||this==document?window.scrollTo(name=='Left'?val:$(window)['scrollLeft'](),name=='Top'?val:$(window)['scrollTop']()):this['scroll'+name]=val;}):this[0]==window||this[0]==document?self[(name=='Left'?'pageXOffset':'pageYOffset')]||$.boxModel&&document.documentElement['scroll'+name]||document.body['scroll'+name]:this[0]['scroll'+name];};});$.fn.extend({position:function(){var left=0,top=0,elem=this[0],offset,parentOffset,offsetParent,results;if(elem){offsetParent=this.offsetParent();offset=this.offset();parentOffset=offsetParent.offset();offset.top-=num(elem,'marginTop');offset.left-=num(elem,'marginLeft');parentOffset.top+=num(offsetParent,'borderTopWidth');parentOffset.left+=num(offsetParent,'borderLeftWidth');results={top:offset.top-parentOffset.top,left:offset.left-parentOffset.left};}return results;},offsetParent:function(){var offsetParent=this[0].offsetParent;while(offsetParent&&(!/^body|html$/i.test(offsetParent.tagName)&&$.css(offsetParent,'position')=='static'))offsetParent=offsetParent.offsetParent;return $(offsetParent);}});function num(el,prop){return parseInt($.curCSS(el.jquery?el[0]:el,prop,true))||0;};})(jQuery);;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;}});;;(function($){var m=$.scrollTo=function(b,h,f){$(window).scrollTo(b,h,f)};m.defaults={axis:'xy',duration:parseFloat($.fn.jquery)>=1.3?0:1};m.window=function(b){return $(window).scrollable()};$.fn.scrollable=function(){return this.map(function(){var b=this,h=!b.nodeName||$.inArray(b.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!h)return b;var f=(b.contentWindow||b).document||b.ownerDocument||b;return $.browser.safari||f.compatMode=='BackCompat'?f.body:f.documentElement})};$.fn.scrollTo=function(l,j,a){if(typeof j=='object'){a=j;j=0}if(typeof a=='function')a={onAfter:a};if(l=='max')l=9e9;a=$.extend({},m.defaults,a);j=j||a.speed||a.duration;a.queue=a.queue&&a.axis.length>1;if(a.queue)j/=2;a.offset=n(a.offset);a.over=n(a.over);return this.scrollable().each(function(){var k=this,o=$(k),d=l,p,g={},q=o.is('html,body');switch(typeof d){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px)?$/.test(d)){d=n(d);break}d=$(d,this);case'object':if(d.is||d.style)p=(d=$(d)).offset()}$.each(a.axis.split(''),function(b,h){var f=h=='x'?'Left':'Top',i=f.toLowerCase(),c='scroll'+f,r=k[c],s=h=='x'?'Width':'Height';if(p){g[c]=p[i]+(q?0:r-o.offset()[i]);if(a.margin){g[c]-=parseInt(d.css('margin'+f))||0;g[c]-=parseInt(d.css('border'+f+'Width'))||0}g[c]+=a.offset[i]||0;if(a.over[i])g[c]+=d[s.toLowerCase()]()*a.over[i]}else g[c]=d[i];if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],u(s));if(!b&&a.queue){if(r!=g[c])t(a.onAfterFirst);delete g[c]}});t(a.onAfter);function t(b){o.animate(g,j,a.easing,b&&function(){b.call(this,l,a)})};function u(b){var h='scroll'+b;if(!q)return k[h];var f='client'+b,i=k.ownerDocument.documentElement,c=k.ownerDocument.body;return Math.max(i[h],c[h])-Math.min(i[f],c[f])}}).end()};function n(b){return typeof b=='object'?b:{top:b,left:b}}})(jQuery);;;(function($){$.fn.ajaxSubmit=function(options){if(!this.length){log('ajaxSubmit: skipping submit process - no element selected');return this;}
if(typeof options=='function')
options={success:options};var url=$.trim(this.attr('action'));if(url){url=(url.match(/^([^#]+)/)||[])[1];}
url=url||window.location.href||''
options=$.extend({url:url,type:this.attr('method')||'GET'},options||{});var veto={};this.trigger('form-pre-serialize',[this,options,veto]);if(veto.veto){log('ajaxSubmit: submit vetoed via form-pre-serialize trigger');return this;}
if(options.beforeSerialize&&options.beforeSerialize(this,options)===false){log('ajaxSubmit: submit aborted via beforeSerialize callback');return this;}
var a=this.formToArray(options.semantic);if(options.data){options.extraData=options.data;for(var n in options.data){if(options.data[n]instanceof Array){for(var k in options.data[n])
a.push({name:n,value:options.data[n][k]});}
else
a.push({name:n,value:options.data[n]});}}
if(options.beforeSubmit&&options.beforeSubmit(a,this,options)===false){log('ajaxSubmit: submit aborted via beforeSubmit callback');return this;}
this.trigger('form-submit-validate',[a,this,options,veto]);if(veto.veto){log('ajaxSubmit: submit vetoed via form-submit-validate trigger');return this;}
var q=$.param(a);if(options.type.toUpperCase()=='GET'){options.url+=(options.url.indexOf('?')>=0?'&':'?')+q;options.data=null;}
else
options.data=q;var $form=this,callbacks=[];if(options.resetForm)callbacks.push(function(){$form.resetForm();});if(options.clearForm)callbacks.push(function(){$form.clearForm();});if(!options.dataType&&options.target){var oldSuccess=options.success||function(){};callbacks.push(function(data){$(options.target).html(data).each(oldSuccess,arguments);});}
else if(options.success)
callbacks.push(options.success);options.success=function(data,status){for(var i=0,max=callbacks.length;i<max;i++)
callbacks[i].apply(options,[data,status,$form]);};var files=$('input:file',this).fieldValue();var found=false;for(var j=0;j<files.length;j++)
if(files[j])
found=true;var multipart=false;if(options.iframe||found||multipart){if(options.closeKeepAlive)
$.get(options.closeKeepAlive,fileUpload);else
fileUpload();}
else
$.ajax(options);this.trigger('form-submit-notify',[this,options]);return this;function fileUpload(){var form=$form[0];if($(':input[name=submit]',form).length){alert('Error: Form elements must not be named "submit".');return;}
var opts=$.extend({},$.ajaxSettings,options);var s=$.extend(true,{},$.extend(true,{},$.ajaxSettings),opts);var id='jqFormIO'+(new Date().getTime());var $io=$('<iframe id="'+id+'" name="'+id+'" src="about:blank" />');var io=$io[0];$io.css({position:'absolute',top:'-1000px',left:'-1000px'});var xhr={aborted:0,responseText:null,responseXML:null,status:0,statusText:'n/a',getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;$io.attr('src','about:blank');}};var g=opts.global;if(g&&!$.active++)$.event.trigger("ajaxStart");if(g)$.event.trigger("ajaxSend",[xhr,opts]);if(s.beforeSend&&s.beforeSend(xhr,s)===false){s.global&&$.active--;return;}
if(xhr.aborted)
return;var cbInvoked=0;var timedOut=0;var sub=form.clk;if(sub){var n=sub.name;if(n&&!sub.disabled){options.extraData=options.extraData||{};options.extraData[n]=sub.value;if(sub.type=="image"){options.extraData[name+'.x']=form.clk_x;options.extraData[name+'.y']=form.clk_y;}}}
setTimeout(function(){var t=$form.attr('target'),a=$form.attr('action');form.setAttribute('target',id);if(form.getAttribute('method')!='POST')
form.setAttribute('method','POST');if(form.getAttribute('action')!=opts.url)
form.setAttribute('action',opts.url);if(!options.skipEncodingOverride){$form.attr({encoding:'multipart/form-data',enctype:'multipart/form-data'});}
if(opts.timeout)
setTimeout(function(){timedOut=true;cb();},opts.timeout);var extraInputs=[];try{if(options.extraData)
for(var n in options.extraData)
extraInputs.push($('<input type="hidden" name="'+n+'" value="'+options.extraData[n]+'" />').appendTo(form)[0]);$io.appendTo('body');io.attachEvent?io.attachEvent('onload',cb):io.addEventListener('load',cb,false);form.submit();}
finally{form.setAttribute('action',a);t?form.setAttribute('target',t):$form.removeAttr('target');$(extraInputs).remove();}},10);var nullCheckFlag=0;function cb(){if(cbInvoked++)return;io.detachEvent?io.detachEvent('onload',cb):io.removeEventListener('load',cb,false);var ok=true;try{if(timedOut)throw'timeout';var data,doc;doc=io.contentWindow?io.contentWindow.document:io.contentDocument?io.contentDocument:io.document;if((doc.body==null||doc.body.innerHTML=='')&&!nullCheckFlag){nullCheckFlag=1;cbInvoked--;setTimeout(cb,100);return;}
xhr.responseText=doc.body?doc.body.innerHTML:null;xhr.responseXML=doc.XMLDocument?doc.XMLDocument:doc;xhr.getResponseHeader=function(header){var headers={'content-type':opts.dataType};return headers[header];};if(opts.dataType=='json'||opts.dataType=='script'){var ta=doc.getElementsByTagName('textarea')[0];xhr.responseText=ta?ta.value:xhr.responseText;}
else if(opts.dataType=='xml'&&!xhr.responseXML&&xhr.responseText!=null){xhr.responseXML=toXml(xhr.responseText);}
data=$.httpData(xhr,opts.dataType);}
catch(e){ok=false;$.handleError(opts,xhr,'error',e);}
if(ok){opts.success(data,'success');if(g)$.event.trigger("ajaxSuccess",[xhr,opts]);}
if(g)$.event.trigger("ajaxComplete",[xhr,opts]);if(g&&!--$.active)$.event.trigger("ajaxStop");if(opts.complete)opts.complete(xhr,ok?'success':'error');setTimeout(function(){$io.remove();xhr.responseXML=null;},100);};function toXml(s,doc){if(window.ActiveXObject){doc=new ActiveXObject('Microsoft.XMLDOM');doc.async='false';doc.loadXML(s);}
else
doc=(new DOMParser()).parseFromString(s,'text/xml');return(doc&&doc.documentElement&&doc.documentElement.tagName!='parsererror')?doc:null;};};};$.fn.ajaxForm=function(options){return this.ajaxFormUnbind().bind('submit.form-plugin',function(){$(this).ajaxSubmit(options);return false;}).each(function(){$(":submit,input:image",this).bind('click.form-plugin',function(e){var form=this.form;form.clk=this;if(this.type=='image'){if(e.offsetX!=undefined){form.clk_x=e.offsetX;form.clk_y=e.offsetY;}else if(typeof $.fn.offset=='function'){var offset=$(this).offset();form.clk_x=e.pageX-offset.left;form.clk_y=e.pageY-offset.top;}else{form.clk_x=e.pageX-this.offsetLeft;form.clk_y=e.pageY-this.offsetTop;}}
setTimeout(function(){form.clk=form.clk_x=form.clk_y=null;},10);});});};$.fn.ajaxFormUnbind=function(){this.unbind('submit.form-plugin');return this.each(function(){$(":submit,input:image",this).unbind('click.form-plugin');});};$.fn.formToArray=function(semantic){var a=[];if(this.length==0)return a;var form=this[0];var els=semantic?form.getElementsByTagName('*'):form.elements;if(!els)return a;for(var i=0,max=els.length;i<max;i++){var el=els[i];var n=el.name;if(!n)continue;if(semantic&&form.clk&&el.type=="image"){if(!el.disabled&&form.clk==el){a.push({name:n,value:$(el).val()});a.push({name:n+'.x',value:form.clk_x},{name:n+'.y',value:form.clk_y});}
continue;}
var v=$.fieldValue(el,true);if(v&&v.constructor==Array){for(var j=0,jmax=v.length;j<jmax;j++)
a.push({name:n,value:v[j]});}
else if(v!==null&&typeof v!='undefined')
a.push({name:n,value:v});}
if(!semantic&&form.clk){var $input=$(form.clk),input=$input[0],n=input.name;if(n&&!input.disabled&&input.type=='image'){a.push({name:n,value:$input.val()});a.push({name:n+'.x',value:form.clk_x},{name:n+'.y',value:form.clk_y});}}
return a;};$.fn.formSerialize=function(semantic){return $.param(this.formToArray(semantic));};$.fn.fieldSerialize=function(successful){var a=[];this.each(function(){var n=this.name;if(!n)return;var v=$.fieldValue(this,successful);if(v&&v.constructor==Array){for(var i=0,max=v.length;i<max;i++)
a.push({name:n,value:v[i]});}
else if(v!==null&&typeof v!='undefined')
a.push({name:this.name,value:v});});return $.param(a);};$.fn.fieldValue=function(successful){for(var val=[],i=0,max=this.length;i<max;i++){var el=this[i];var v=$.fieldValue(el,successful);if(v===null||typeof v=='undefined'||(v.constructor==Array&&!v.length))
continue;v.constructor==Array?$.merge(val,v):val.push(v);}
return val;};$.fieldValue=function(el,successful){var n=el.name,t=el.type,tag=el.tagName.toLowerCase();if(typeof successful=='undefined')successful=true;if(successful&&(!n||el.disabled||t=='reset'||t=='button'||(t=='checkbox'||t=='radio')&&!el.checked||(t=='submit'||t=='image')&&el.form&&el.form.clk!=el||tag=='select'&&el.selectedIndex==-1))
return null;if(tag=='select'){var index=el.selectedIndex;if(index<0)return null;var a=[],ops=el.options;var one=(t=='select-one');var max=(one?index+1:ops.length);for(var i=(one?index:0);i<max;i++){var op=ops[i];if(op.selected){var v=op.value;if(!v)
v=(op.attributes&&op.attributes['value']&&!(op.attributes['value'].specified))?op.text:op.value;if(one)return v;a.push(v);}}
return a;}
return el.value;};$.fn.clearForm=function(){return this.each(function(){$('input,select,textarea',this).clearFields();});};$.fn.clearFields=$.fn.clearInputs=function(){return this.each(function(){var t=this.type,tag=this.tagName.toLowerCase();if(t=='text'||t=='password'||tag=='textarea')
this.value='';else if(t=='checkbox'||t=='radio')
this.checked=false;else if(tag=='select')
this.selectedIndex=-1;});};$.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=='function'||(typeof this.reset=='object'&&!this.reset.nodeType))
this.reset();});};$.fn.enable=function(b){if(b==undefined)b=true;return this.each(function(){this.disabled=!b;});};$.fn.selected=function(select){if(select==undefined)select=true;return this.each(function(){var t=this.type;if(t=='checkbox'||t=='radio')
this.checked=select;else if(this.tagName.toLowerCase()=='option'){var $sel=$(this).parent('select');if(select&&$sel[0]&&$sel[0].type=='select-one'){$sel.find('option').selected(false);}
this.selected=select;}});};function log(){if($.fn.ajaxSubmit.debug&&window.console&&window.console.log)
window.console.log('[jquery.form] '+Array.prototype.join.call(arguments,''));};})(jQuery);;(function($){$.widget("ui.slider",$.extend({},$.ui.mouse,{_init:function(){var self=this,o=this.options;this._keySliding=false;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider"
+" ui-slider-"+this.orientation
+" ui-widget"
+" ui-widget-content"
+" ui-corner-all");this.range=$([]);if(o.range){if(o.range===true){this.range=$('<div></div>');if(!o.values)o.values=[this._valueMin(),this._valueMin()];if(o.values.length&&o.values.length!=2){o.values=[o.values[0],o.values[0]];}}else{this.range=$('<div></div>');}
this.range.appendTo(this.element).addClass("ui-slider-range");if(o.range=="min"||o.range=="max"){this.range.addClass("ui-slider-range-"+o.range);}
this.range.addClass("ui-widget-header");}
if($(".ui-slider-handle",this.element).length==0)
$('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle");if(o.values&&o.values.length){while($(".ui-slider-handle",this.element).length<o.values.length)
$('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle");}
this.handles=$(".ui-slider-handle",this.element).addClass("ui-state-default"
+" ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(event){event.preventDefault();}).hover(function(){if(!o.disabled){$(this).addClass('ui-state-hover');}},function(){$(this).removeClass('ui-state-hover');}).focus(function(){if(!o.disabled){$(".ui-slider .ui-state-focus").removeClass('ui-state-focus');$(this).addClass('ui-state-focus');}else{$(this).blur();}}).blur(function(){$(this).removeClass('ui-state-focus');});this.handles.each(function(i){$(this).data("index.ui-slider-handle",i);});this.handles.keydown(function(event){var ret=true;var index=$(this).data("index.ui-slider-handle");if(self.options.disabled)
return;switch(event.keyCode){case $.ui.keyCode.HOME:case $.ui.keyCode.END:case $.ui.keyCode.UP:case $.ui.keyCode.RIGHT:case $.ui.keyCode.DOWN:case $.ui.keyCode.LEFT:ret=false;if(!self._keySliding){self._keySliding=true;$(this).addClass("ui-state-active");self._start(event,index);}
break;}
var curVal,newVal,step=self._step();if(self.options.values&&self.options.values.length){curVal=newVal=self.values(index);}else{curVal=newVal=self.value();}
switch(event.keyCode){case $.ui.keyCode.HOME:newVal=self._valueMin();break;case $.ui.keyCode.END:newVal=self._valueMax();break;case $.ui.keyCode.UP:case $.ui.keyCode.RIGHT:if(curVal==self._valueMax())return;newVal=curVal+step;break;case $.ui.keyCode.DOWN:case $.ui.keyCode.LEFT:if(curVal==self._valueMin())return;newVal=curVal-step;break;}
self._slide(event,index,newVal);return ret;}).keyup(function(event){var index=$(this).data("index.ui-slider-handle");if(self._keySliding){self._stop(event,index);self._change(event,index);self._keySliding=false;$(this).removeClass("ui-state-active");}});this._refreshValue();},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider"
+" ui-slider-horizontal"
+" ui-slider-vertical"
+" ui-slider-disabled"
+" ui-widget"
+" ui-widget-content"
+" ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy();},_mouseCapture:function(event){var o=this.options;if(o.disabled)
return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();var position={x:event.pageX,y:event.pageY};var normValue=this._normValueFromMouse(position);var distance=this._valueMax()-this._valueMin()+1,closestHandle;var self=this,index;this.handles.each(function(i){var thisDistance=Math.abs(normValue-self.values(i));if(distance>thisDistance){distance=thisDistance;closestHandle=$(this);index=i;}});if(o.range==true&&this.values(1)==o.min){closestHandle=$(this.handles[++index]);}
this._start(event,index);self._handleIndex=index;closestHandle.addClass("ui-state-active").focus();var offset=closestHandle.offset();var mouseOverHandle=!$(event.target).parents().andSelf().is('.ui-slider-handle');this._clickOffset=mouseOverHandle?{left:0,top:0}:{left:event.pageX-offset.left-(closestHandle.width()/2),top:event.pageY-offset.top
-(closestHandle.height()/2)
-(parseInt(closestHandle.css('borderTopWidth'),10)||0)
-(parseInt(closestHandle.css('borderBottomWidth'),10)||0)
+(parseInt(closestHandle.css('marginTop'),10)||0)};normValue=this._normValueFromMouse(position);this._slide(event,index,normValue);return true;},_mouseStart:function(event){return true;},_mouseDrag:function(event){var position={x:event.pageX,y:event.pageY};var normValue=this._normValueFromMouse(position);this._slide(event,this._handleIndex,normValue);return false;},_mouseStop:function(event){this.handles.removeClass("ui-state-active");this._stop(event,this._handleIndex);this._change(event,this._handleIndex);this._handleIndex=null;this._clickOffset=null;return false;},_detectOrientation:function(){this.orientation=this.options.orientation=='vertical'?'vertical':'horizontal';},_normValueFromMouse:function(position){var pixelTotal,pixelMouse;if('horizontal'==this.orientation){pixelTotal=this.elementSize.width;pixelMouse=position.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0);}else{pixelTotal=this.elementSize.height;pixelMouse=position.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0);}
var percentMouse=(pixelMouse/pixelTotal);if(percentMouse>1)percentMouse=1;if(percentMouse<0)percentMouse=0;if('vertical'==this.orientation)
percentMouse=1-percentMouse;var valueTotal=this._valueMax()-this._valueMin(),valueMouse=percentMouse*valueTotal,valueMouseModStep=valueMouse%this.options.step,normValue=this._valueMin()+valueMouse-valueMouseModStep;if(valueMouseModStep>(this.options.step/2))
normValue+=this.options.step;return parseFloat(normValue.toFixed(5));},_start:function(event,index){var uiHash={handle:this.handles[index],value:this.value()};if(this.options.values&&this.options.values.length){uiHash.value=this.values(index);uiHash.values=this.values();}
this._trigger("start",event,uiHash);},_slide:function(event,index,newVal){var handle=this.handles[index];if(this.options.values&&this.options.values.length){var otherVal=this.values(index?0:1);if((this.options.values.length==2&&this.options.range===true)&&((index==0&&newVal>otherVal)||(index==1&&newVal<otherVal))){newVal=otherVal;}
if(newVal!=this.values(index)){var newValues=this.values();newValues[index]=newVal;var allowed=this._trigger("slide",event,{handle:this.handles[index],value:newVal,values:newValues});var otherVal=this.values(index?0:1);if(allowed!==false){this.values(index,newVal,(event.type=='mousedown'&&this.options.animate),true);}}}else{if(newVal!=this.value()){var allowed=this._trigger("slide",event,{handle:this.handles[index],value:newVal});if(allowed!==false){this._setData('value',newVal,(event.type=='mousedown'&&this.options.animate));}}}},_stop:function(event,index){var uiHash={handle:this.handles[index],value:this.value()};if(this.options.values&&this.options.values.length){uiHash.value=this.values(index);uiHash.values=this.values();}
this._trigger("stop",event,uiHash);},_change:function(event,index){var uiHash={handle:this.handles[index],value:this.value()};if(this.options.values&&this.options.values.length){uiHash.value=this.values(index);uiHash.values=this.values();}
this._trigger("change",event,uiHash);},value:function(newValue){if(arguments.length){this._setData("value",newValue);this._change(null,0);}
return this._value();},values:function(index,newValue,animated,noPropagation){if(arguments.length>1){this.options.values[index]=newValue;this._refreshValue(animated);if(!noPropagation)this._change(null,index);}
if(arguments.length){if(this.options.values&&this.options.values.length){return this._values(index);}else{return this.value();}}else{return this._values();}},_setData:function(key,value,animated){$.widget.prototype._setData.apply(this,arguments);switch(key){case'disabled':if(value){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled");}else{this.handles.removeAttr("disabled");}
case'orientation':this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue(animated);break;case'value':this._refreshValue(animated);break;}},_step:function(){var step=this.options.step;return step;},_value:function(){var val=this.options.value;if(val<this._valueMin())val=this._valueMin();if(val>this._valueMax())val=this._valueMax();return val;},_values:function(index){if(arguments.length){var val=this.options.values[index];if(val<this._valueMin())val=this._valueMin();if(val>this._valueMax())val=this._valueMax();return val;}else{return this.options.values;}},_valueMin:function(){var valueMin=this.options.min;return valueMin;},_valueMax:function(){var valueMax=this.options.max;return valueMax;},_refreshValue:function(animate){var oRange=this.options.range,o=this.options,self=this;if(this.options.values&&this.options.values.length){var vp0,vp1;this.handles.each(function(i,j){var valPercent=(self.values(i)-self._valueMin())/(self._valueMax()-self._valueMin())*100;var _set={};_set[self.orientation=='horizontal'?'left':'bottom']=valPercent+'%';$(this).stop(1,1)[animate?'animate':'css'](_set,o.animate);if(self.options.range===true){if(self.orientation=='horizontal'){(i==0)&&self.range.stop(1,1)[animate?'animate':'css']({left:valPercent+'%'},o.animate);(i==1)&&self.range[animate?'animate':'css']({width:(valPercent-lastValPercent)+'%'},{queue:false,duration:o.animate});}else{(i==0)&&self.range.stop(1,1)[animate?'animate':'css']({bottom:(valPercent)+'%'},o.animate);(i==1)&&self.range[animate?'animate':'css']({height:(valPercent-lastValPercent)+'%'},{queue:false,duration:o.animate});}}
lastValPercent=valPercent;});}else{var value=this.value(),valueMin=this._valueMin(),valueMax=this._valueMax(),valPercent=valueMax!=valueMin?(value-valueMin)/(valueMax-valueMin)*100:0;var _set={};_set[self.orientation=='horizontal'?'left':'bottom']=valPercent+'%';this.handle.stop(1,1)[animate?'animate':'css'](_set,o.animate);(oRange=="min")&&(this.orientation=="horizontal")&&this.range.stop(1,1)[animate?'animate':'css']({width:valPercent+'%'},o.animate);(oRange=="max")&&(this.orientation=="horizontal")&&this.range[animate?'animate':'css']({width:(100-valPercent)+'%'},{queue:false,duration:o.animate});(oRange=="min")&&(this.orientation=="vertical")&&this.range.stop(1,1)[animate?'animate':'css']({height:valPercent+'%'},o.animate);(oRange=="max")&&(this.orientation=="vertical")&&this.range[animate?'animate':'css']({height:(100-valPercent)+'%'},{queue:false,duration:o.animate});}}}));$.extend($.ui.slider,{getter:"value values",version:"1.7.3",eventPrefix:"slide",defaults:{animate:false,delay:0,distance:0,max:100,min:0,orientation:'horizontal',range:false,step:1,value:0,values:null}});})(jQuery);;var thinkaboutit=thinkaboutit||{};thinkaboutit.init=function(){$("body.page-unsubscribe #edit-unsubscribe-newsletter-wrapper input[type='checkbox']").attr('checked',true);$('#register-message').fadeIn(500).fadeTo(4000,1).fadeOut(500);var options={beforeSubmit:showRequest,success:showResponse};$('form#poll-view-voting').submit(function(){$(this).ajaxSubmit(options);return false;})
pollClick();scrollToCase();toggleAbout();blogBackground();orderPoll();placeFooter();issueArchive();categoryDropdown();clearInput();$(function(){if($('#overview-box .box').length>3){$('#overview-box').addClass('height-240').find('.sliderContainer').show();var container=$('#overview-box');var ul=$('ul.content',container);var itemsWidth=ul.innerWidth()-container.outerWidth()-10;$('.slider',container).slider({min:0,max:itemsWidth,animate:true,stop:function(event,ui){ul.animate({'left':ui.value*-1},500);},slide:function(event,ui){ul.css('left',ui.value*-1);}});$(".btn-left").click(function(){var elValue=$('.slider',container).slider('option','value');if(elValue>0){elValue=elValue-100;if(elValue<0){elValue=0;}
$('.slider',container).slider('value',elValue);ul.animate({'left':elValue*-1},500);}});$(".btn-right").click(function(){var elValue=$('.slider',container).slider('option','value');if(elValue<itemsWidth){elValue=elValue+100;if(elValue>itemsWidth){elValue=itemsWidth;}
$('.slider',container).slider('value',elValue);ul.animate({'left':elValue*-1},500);}});$("span.end").click(function(){var elValue=$('.slider',container).slider('option','value');elValue=itemsWidth;$('.slider',container).slider('value',elValue);ul.animate({'left':elValue*-1},500);});$("span.start").click(function(){var elValue=$('.slider',container).slider('option','value');elValue=0;$('.slider',container).slider('value',elValue);ul.animate({'left':elValue*-1},500);});}});$(window).bind('resize',placeFooter);$(function(){$('#secondary .view-events .views-row').hover(function(){$(this).find('h2').css('color','#ffffff');Cufon.replace($(this).find('h2'));},function(){$(this).find('h2').css('color','#414140');Cufon.replace($(this).find('h2'));});});if($('#overview-box').length){$('#overview-box .box a').each(function(){var $brokenHref=$(this).attr('href').split('/');var $href='#'+$brokenHref[1]+'-'+$brokenHref[2];$(this).attr('href',$href);});}
if($('#primary #search-form').length){$('#search-theme-form input#edit-search-theme-form-1').val($('#primary #search-form input#edit-keys').val());}}
function showResponse()
{var url=window.location;$("#block-poll").load(url+" #block-poll");$("#block-poll").ajaxStop(function()
{Cufon.replace('h2',{fontFamily:'caecilia75'});orderPoll();})}
function showRequest(formData,jqForm,options){var queryString=$.param(formData);$('#block-poll .form-radios').empty();$('#block-poll #edit-vote').remove();$('#block-poll .choices').append("<div class='loader'><img src='/sites/thinkaboutit.designit.com/themes/thinkaboutit_new/images/ajax-loader.gif' /></div>");return true;}
function blogBackground()
{$('.node-type-designit_blog a').hover(function()
{$(this).next('.blog-author-img').toggleClass('active').next('.text p').toggleClass('white-font');},function()
{$(this).next('.blog-author-img').toggleClass('active').next('.text p').toggleClass('white-font');});}
function pollClick()
{$('.form-radios label').click(function()
{$(this).parent().parent().find('label').removeClass('active');$(this).addClass('active');});}
function scrollToCase()
{$('#overview-box .box a').click(function(){var caseId=$(this).attr('href');$.scrollTo(caseId,{duration:600,offset:-50});return false;}).hover(function()
{$(this).parent().toggleClass('active');},function()
{$(this).parent().toggleClass('active');});}
function toggleAbout()
{$(".open-about").click(function(){$(this).next(".about-container").slideToggle({easing:'easeOutCubic',duration:'slow'});return false;});$(".close-about").click(function(){$(this).parent().parent().slideToggle({easing:'easeOutCubic',duration:'slow'});return false;});$(window).scroll(function(){$(".about-container").slideUp({easing:'easeOutCubic',duration:'slow'});});$(window).click(function(e){(e.target&&e.target.hasClass=='.target')||$('.about-container').slideUp({easing:'easeOutCubic',duration:'slow'});});}
function orderPoll()
{var highest='';var arg=0;if($('.poll-wrap .percent').length){$('.poll-wrap .percent').each(function(){var val=$(this).html().split('%');var perc=parseInt(val[0]);if(perc>arg){highest=$(this);arg=perc;}});highest.parent().addClass('highest');$('.poll-wrap:first').css('margin-top','20px');}}
function placeFooter(){if(window.innerHeight){if($('#primary').height()<(window.innerHeight-198)){$('#primary').height(window.innerHeight-198);}}
else if(document.documentElement.clientHeight)
{if($('#primary').height()<(document.documentElement.clientHeight-198)){$('#primary').height(document.documentElement.clientHeight-198);}}}
function issueArchive(){if($('body').hasClass('node-type-ebriefing')||$('body').hasClass('frontpage')){var currIssueId=Drupal.settings.nodeinfo.path;var currIssueYear=Drupal.settings.nodeinfo.timestamp;}
$('.view-issue-archive a').each(function(){var url=$(this).attr('href');var listContainer=$('<div></div>');var id=url.split("/");var thisYear=id[2];var id='panel-'+id[2];var visible='';var active='';if(currIssueId){thisYear==currIssueYear?active='active':visible='hidden'
$(this).addClass(active);}
else{var d=new Date();var currYear=d.getFullYear();thisYear==currYear?active='active':visible='hidden';$(this).addClass(active);}
$(this).parents('.view-content').append($(listContainer));$(listContainer).addClass('issuelist '+visible).attr('id',id);$('#'+id).load(url+'#primary .view-display-id-page .view-content',function(){$('.issuelist').not('.hidden').find('a').each(function(){if($(this).attr('href')=='/'+currIssueId){$(this).addClass('active');}});});$(this).click(function(event){var panelId='#'+id;$(this).parents('.view-content').find('.issuelist').not('.hidden').toggleClass('hidden');$(this).parents('.view-content').find(panelId).toggleClass('hidden');$(this).parents('.views-summary').find('a.active').toggleClass('active');$(this).addClass('active');event.preventDefault();});});}
function categoryDropdown(){$('.view-category-menu .view-content').addClass('target').hide();$(".view-category-menu .view-header").click(function(){$(this).next(".view-content").slideToggle({easing:'easeOutCubic',duration:'slow'});return false;});}
function clearInput(){$input=$('#search input.form-text');$value=$('#search input.form-text').val();$input.focus(function(){if($(this).val()==$value){$(this).val('');}});$input.blur(function(){if($(this).val()==''){$(this).val($value);}});}
$(document).ready(thinkaboutit.init);;
