﻿/*
 * jQuery JavaScript Library v1.3.2
 *
 * Copyright (c) 2009 John Resig, http://jquery.com/
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  More information: http://sizzlejs.com/
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */
(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")}})})();

/*
* Cufon
*
* Copyright (c) 2009 Simo Kinnunen.
* Licensed under the MIT license.
*
* @version 1.09
*/
var Cufon=function(){var j="fontFamily",b=10,a=true,c=false,e=null,d=function(){return d.replace.apply(e,arguments)},m=d.DOM={ready:function(){var e=c,g={loaded:1,complete:1},f=[],d=function(){if(e)return;e=a;for(var b;b=f.shift();b());};if(document.addEventListener){document.addEventListener("DOMContentLoaded",d,c);window.addEventListener("pageshow",d,c)}!window.opera&&document.readyState&&(function(){g[document.readyState]?d():setTimeout(arguments.callee,b)})();document.readyState&&document.createStyleSheet&&(function(){try{document.body.doScroll("left");d()}catch(a){setTimeout(arguments.callee,1)}})();i(window,"load",d);return function(a){if(!arguments.length)d();else e?a():f.push(a)}}(),root:function(){return document.documentElement||document.body}},f=d.CSS={Size:function(c,b){var a=this;a.value=parseFloat(c);a.unit=String(c).match(/[a-z%]*$/)[0]||"px";a.convert=function(a){return a/b*this.value};a.convertFrom=function(a){return a/this.value*b};a.toString=function(){return this.value+this.unit}},addClass:function(a,c){var b=a.className;a.className=b+(b&&" ")+c;return a},color:g(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,b,c){a.opacity=parseFloat(c);return "rgb("+b+")"});return a}),fontStretch:g(function(a){if(typeof a=="number")return a;if(/%$/.test(a))return parseFloat(a)/100;return ({"ultra-condensed":.5,"extra-condensed":.625,condensed:.75,"semi-condensed":.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2})[a]||1}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle)return new n(b.getComputedStyle(a,e));if(a.currentStyle)return new n(a.currentStyle);return new n(a.style)},gradient:g(function(b){for(var f={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig),a=0,d=e.length,c;a<d;++a){c=e[a].split("=",2).reverse();f.stops.push([c[1]||a/(d-1),c[0]])}return f}),quotedList:g(function(d){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=c.exec(d))b.push(a[3]||a[1]);return b}),recognizesMedia:g(function(f){var a=document.createElement("style"),c,b,d;a.type="text/css";a.media=f;try{a.appendChild(document.createTextNode("/**/"))}catch(e){}b=k("head")[0];b.insertBefore(a,b.firstChild);c=a.sheet||a.styleSheet;d=c&&!c.disabled;b.removeChild(a);return d}),removeClass:function(a,c){var b=RegExp("(?:^|\\s+)"+c+"(?=\\s|$)","g");a.className=a.className.replace(b,"");return a},supports:function(b,d){var a=document.createElement("span").style;if(a[b]===undefined)return c;a[b]=d;return a[b]===d},textAlign:function(a,d,b,c){if(d.get("textAlign")=="right"){if(b>0)a=" "+a}else if(b<c-1)a+=" ";return a},textShadow:g(function(f){if(f=="none")return e;var c=[],b={},a,d=0,g=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=g.exec(f))if(a[0]==","){c.push(b);b={};d=0}else if(a[1])b.color=a[1];else b[(["offX","offY","blur"])[d++]]=a[2];c.push(b);return c}),textTransform:function(){var a={uppercase:function(a){return a.toUpperCase()},lowercase:function(a){return a.toLowerCase()},capitalize:function(a){return a.replace(/\b./g,function(a){return a.toUpperCase()})}};return function(c,d){var b=a[d.get("textTransform")];return b?b(c):c}}(),whiteSpace:function(){var c={inline:1,"inline-block":1,"run-in":1},a=/^\s+/,b=/\s+$/;return function(d,g,f,e){if(e)if(e.nodeName.toLowerCase()=="br")d=d.replace(a,"");if(c[g.get("display")])return d;if(!f.previousSibling)d=d.replace(a,"");if(!f.nextSibling)d=d.replace(b,"");return d}}()};f.ready=function(){var d=!f.recognizesMedia("all"),e=c,h=[],l=function(){d=a;for(var b;b=h.shift();b());},n=k("link"),o=k("style");function g(a){return a.disabled||i(a.sheet,a.media||"screen")}function i(e,k){if(!f.recognizesMedia(k||"all"))return a;if(!e||e.disabled)return c;try{var g=e.cssRules,b;if(g)a:for(var d=0,h=g.length;b=g[d],d<h;++d)switch(b.type){case 2:break;case 3:if(!i(b.styleSheet,b.media.mediaText))return c;break;default:break a}}catch(j){}return a}function j(){if(document.createStyleSheet)return a;for(var d,b=0;d=n[b];++b)if(d.rel.toLowerCase()=="stylesheet"&&!g(d))return c;for(b=0;d=o[b];++b)if(!g(d))return c;return a}m.ready(function(){if(!e)e=f.getStyle(document.body).isUsable();if(d||e&&j())l();else setTimeout(arguments.callee,b)});return function(a){if(d)a();else h.push(a)}}();function C(d){var a=this,c=a.face=d.face,e={" ":1," ":1,"　":1};a.glyphs=d.glyphs;a.w=d.w;a.baseSize=parseInt(c["units-per-em"],b);a.family=c["font-family"].toLowerCase();a.weight=c["font-weight"];a.style=c["font-style"]||"normal";a.viewBox=function(){var d=c.bbox.split(/\s+/),a={minX:parseInt(d[0],b),minY:parseInt(d[1],b),maxX:parseInt(d[2],b),maxY:parseInt(d[3],b)};a.width=a.maxX-a.minX;a.height=a.maxY-a.minY;a.toString=function(){var a=this;return [a.minX,a.minY,a.width,a.height].join(" ")};return a}();a.ascent=-parseInt(c.ascent,b);a.descent=-parseInt(c.descent,b);a.height=-a.ascent+a.descent;a.spacing=function(k,l,i){var m=this.glyphs,b,f,g,c=[],d=0,j=-1,h=-1,a;while(a=k[++j]){b=m[a]||this.missingGlyph;if(!b)continue;if(f){d-=g=f[a]||0;c[h]-=g}d+=c[++h]=~~(b.w||this.w)+l+(e[a]?i:0);f=b.k}c.total=d;return c}}function x(){var a={},c={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(m,d){var g=a[m]||a[c[m]]||a.normal||a.italic||a.oblique;if(!g)return e;d=({normal:400,bold:700})[d]||parseInt(d,b);if(g[d])return g[d];var j=({1:1,99:0})[d%100],k=[],i,h;if(j===undefined)j=d>400;if(d==500)d=400;for(var f in g){if(!l(g,f))continue;f=parseInt(f,b);if(!i||f<i)i=f;if(!h||f>h)h=f;k.push(f)}if(d<i)d=i;if(d>h)d=h;k.sort(function(b,a){return j?b>=d&&a>=d?b<a:b>a:b<=d&&a<=d?b>a:b<a?-1:1});return g[k[0]]}}function B(){var e="mouseenter",c="mouseover";function j(a,b){if(a.contains)return a.contains(b);return a.compareDocumentPosition(b)&16}function f(b){var a=b.relatedTarget;if(!a||j(this,a))return;g(this,b.type==c)}function h(a){g(this,a.type==e)}function g(c,e){setTimeout(function(){var b=q.get(c).options;d.replace(c,e?s(b,b.hover):b,a)},b)}this.attach=function(a){if(a.onmouseenter===undefined){i(a,c,f);i(a,"mouseout",f)}else{i(a,e,h);i(a,"mouseleave",h)}}}function E(){var b=[],c={};function e(f){for(var d=[],e,a=0;e=f[a];++a)d[a]=b[c[e]];return d}this.add=function(d,a){c[d]=b.push(a)-1};this.repeat=function(){for(var f=arguments.length?e(arguments):b,c,g=0;c=f[g++];)d.replace(c[0],c[1],a)}}function u(){var a={},b=0;function c(a){return a.cufid||(a.cufid=++b)}this.get=function(d){var b=c(d);return a[b]||(a[b]={})}}function n(c){var a=this,b={},d={};a.extend=function(a){for(var c in a)if(l(a,c))b[c]=a[c];return this};a.get=function(a){return b[a]!=undefined?b[a]:c[a]};a.getSize=function(a,b){return d[a]||(d[a]=new f.Size(this.get(a),b))};a.isUsable=function(){return !!c}}function i(a,b,d){if(a.addEventListener)a.addEventListener(b,d,c);else a.attachEvent&&a.attachEvent("on"+b,function(){return d.call(a,window.event)})}function F(a,b){var c=q.get(a);if(c.options)return a;b.hover&&b.hoverables[a.nodeName.toLowerCase()]&&v.attach(a);c.options=b;return a}function g(b){var a={};return function(c){if(!l(a,c))a[c]=b.apply(e,arguments);return a[c]}}function w(g,b){for(var d=f.quotedList(b.get(j).toLowerCase()),a,c=0;a=d[c];++c)if(h[a])return h[a].get(b.get("fontStyle"),b.get("fontWeight"));return e}function k(a){return document.getElementsByTagName(a)}function l(b,a){return b.hasOwnProperty(a)}function s(){for(var d={},a,b,c=0,e=arguments.length;a=arguments[c],c<e;++c)for(b in a)if(l(a,b))d[b]=a[b];return d}function z(m,c,j,h,n,l){var g=document.createDocumentFragment(),e;if(c==="")return g;var k=h.separate,b=c.split(A[k]),i=k=="words";if(i&&D){/^\s/.test(c)&&b.unshift("");/\s$/.test(c)&&b.push("")}for(var a=0,d=b.length;a<d;++a){e=p[h.engine](m,i?f.textAlign(b[a],j,a,d):b[a],j,h,n,l,a<d-1);e&&g.appendChild(e)}return g}function y(b,d){var k=b.nodeName.toLowerCase();if(d.ignore[k])return;var m=!d.textless[k],g=f.getStyle(F(b,d)).extend(d),h=w(b,g),a,j,i,c,n,l;if(!h)return;for(a=b.firstChild;a;a=i){j=a.nodeType;i=a.nextSibling;if(m&&j==3){if(c){c.appendData(a.data);b.removeChild(a)}else c=a;if(i)continue}if(c){b.replaceChild(z(h,f.whiteSpace(c.data,g,c,l),g,d,a,b),c);c=e}if(j==1){if(a.firstChild)if(a.nodeName.toLowerCase()=="cufon")p[d.engine](h,e,g,d,a,b);else arguments.callee(a,d);l=a}}}var D=" ".split(/\s+/).length==0,q=new u,v=new B,o=new E,r=c,p={},h={},t={autoDetect:c,engine:e,forceHitArea:c,hover:c,hoverables:{a:a},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:a,selector:window.Sizzle||window.jQuery&&function(a){return jQuery(a)}||window.dojo&&dojo.query||window.Ext&&Ext.query||window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query||window.$$&&function(a){return $$(a)}||window.$&&function(a){return $(a)}||document.querySelectorAll&&function(a){return document.querySelectorAll(a)}||k,separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"},A={words:/\s/.test(" ")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};d.now=function(){m.ready();return d};d.refresh=function(){o.repeat.apply(o,arguments);return d};d.registerEngine=function(b,a){if(!a)return d;p[b]=a;return d.set("engine",b)};d.registerFont=function(c){if(!c)return d;var b=new C(c),a=b.family;if(!h[a])h[a]=new x;h[a].add(b);return d.set(j,'"'+a+'"')};d.replace=function(e,b,g){var c="string";b=s(t,b);if(!b.engine)return d;if(!r){f.addClass(m.root(),"cufon-active cufon-loading");f.ready(function(){f.addClass(f.removeClass(m.root(),"cufon-loading"),"cufon-ready")});r=a}if(b.hover)b.forceHitArea=a;if(b.autoDetect)delete b.fontFamily;if(typeof b.textShadow==c)b.textShadow=f.textShadow(b.textShadow);if(typeof b.color==c&&/^-/.test(b.color))b.textGradient=f.gradient(b.color);else delete b.textGradient;!g&&o.add(e,arguments);if(e.nodeType||typeof e==c)e=[e];f.ready(function(){for(var f=0,h=e.length;f<h;++f){var g=e[f];if(typeof g==c)d.replace(b.selector(g),b,a);else y(g,b)}});return d};d.set=function(a,b){t[a]=b;return d};return d}();Cufon.registerEngine("canvas",function(){var a=document.createElement("canvas");if(!a||!a.getContext||!a.getContext.apply)return;a=null;var b=Cufon.CSS.supports("display","inline-block"),f=!b&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId)),c=document.createElement("style");c.type="text/css";c.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(f?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(b?"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(c);function e(i,g){var e=0,d=0,b=[],h=/([mrvxe])([^a-z]*)/g,f;a:for(var c=0;f=h.exec(i);++c){var a=f[2].split(",");switch(f[1]){case "v":b[c]={m:"bezierCurveTo",a:[e+~~a[0],d+~~a[1],e+~~a[2],d+~~a[3],e+=~~a[4],d+=~~a[5]]};break;case "r":b[c]={m:"lineTo",a:[e+=~~a[0],d+=~~a[1]]};break;case "m":b[c]={m:"moveTo",a:[e=~~a[0],d=~~a[1]]};break;case "x":b[c]={m:"closePath"};break;case "e":break a}g[b[c].m].apply(g,b[c].a)}return b}function d(d,c){for(var a=0,e=d.length;a<e;++a){var b=d[a];c[b.m].apply(c,b.a)}}return function(j,s,m,B,w){var c="px",G=s===null;if(G)s=w.getAttribute("alt");var h=j.viewBox,f=m.getSize("fontSize",j.baseSize),l=0,v=0,z=0,n=0,o=B.textShadow,H=[];if(o)for(var g=o.length;g--;){var x=o[g],r=f.convertFrom(parseFloat(x.offX)),q=f.convertFrom(parseFloat(x.offY));H[g]=[r,q];if(q<l)l=q;if(r>v)v=r;if(q>z)z=q;if(r<n)n=r}var C=Cufon.CSS.textTransform(s,m).split(""),p=j.spacing(C,~~f.convertFrom(parseFloat(m.get("letterSpacing"))||0),~~f.convertFrom(parseFloat(m.get("wordSpacing"))||0));if(!p.length)return null;var Q=p.total;v+=h.width-p[p.length-1];n+=h.minX;var i,k;if(G){i=w;k=w.firstChild}else{i=document.createElement("cufon");i.className="cufon cufon-canvas";i.setAttribute("alt",s);k=document.createElement("canvas");i.appendChild(k);if(B.printable){var N=document.createElement("cufontext");N.appendChild(document.createTextNode(s));i.appendChild(N)}}var t=i.style,u=k.style,y=f.convert(h.height),S=Math.ceil(y),I=S/y,E=I*Cufon.CSS.fontStretch(m.get("fontStretch")),F=Q*E,L=Math.ceil(f.convert(F+v-n)),J=Math.ceil(f.convert(h.height-l+z));k.width=L;k.height=J;u.width=L+c;u.height=J+c;l+=h.minY;u.top=Math.round(f.convert(l-j.ascent))+c;u.left=Math.round(f.convert(n))+c;var M=Math.max(Math.ceil(f.convert(F)),0)+c;if(b){t.width=M;t.height=f.convert(j.height)+c}else{t.paddingLeft=M;t.paddingBottom=f.convert(j.height)-1+c}var a=k.getContext("2d"),D=y/h.height;a.scale(D,D*I);a.translate(-n,-l);a.save();function O(){var g=j.glyphs,b,c=-1,f=-1,h;a.scale(E,1);while(h=C[++c]){var b=g[C[c]]||j.missingGlyph;if(!b)continue;if(b.d){a.beginPath();if(b.code)d(b.code,a);else b.code=e("m"+b.d,a);a.fill()}a.translate(p[++f],0)}a.restore()}if(o)for(var g=o.length;g--;){var x=o[g];a.save();a.fillStyle=x.color;a.translate.apply(a,H[g]);O()}var K=B.textGradient;if(K){for(var P=K.stops,A=a.createLinearGradient(0,h.minY,0,h.maxY),g=0,R=P.length;g<R;++g)A.addColorStop.apply(A,P[g]);a.fillStyle=A}else a.fillStyle=m.get("color");O();return i}}());Cufon.registerEngine("vml",function(){var c="cvml:fill",b="cvml:shape",a=null,f=document.namespaces;if(!f)return;f.add("cvml","urn:schemas-microsoft-com:vml");f=a;var e=document.createElement(b);e.style.behavior="url(#default#VML)";if(!e.coordsize)return;e=a;var i=(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:'+(i?"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 j(b,a){return d(b,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a)}function d(a,b){if(b==="0")return 0;if(/px$/i.test(b))return parseFloat(b);var e=a.style.left,d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=b.replace("%","em");var c=a.style.pixelLeft;a.style.left=e;a.runtimeStyle.left=d;return c}function h(g,b,f,e){var c="computed"+e,a=b[c];if(isNaN(a)){a=b.get(e);b[c]=a=a=="normal"?0:~~f.convertFrom(d(g,a))}return a}var g={};function k(i){var e=i.id;if(!g[e]){var b=i.stops,a=document.createElement(c),f=[];a.type="gradient";a.angle=180;a.focus="0";a.method="sigma";a.color=b[0][1];for(var d=1,h=b.length-1;d<h;++d)f.push(b[d][0]*100+"% "+b[d][1]);a.colors=f.join(",");a.color2=b[h][1];g[e]=a}return g[e]}return function(q,u,f,s,G,y,hb){var m="px",H=u===a;if(H)u=G.alt;var v=q.viewBox,o=f.computedFontSize||(f.computedFontSize=new Cufon.CSS.Size(j(y,f.get("fontSize"))+m,q.baseSize)),l,p;if(H){l=G;p=G.firstChild}else{l=document.createElement("cufon");l.className="cufon cufon-vml";l.alt=u;p=document.createElement("cufoncanvas");l.appendChild(p);if(s.printable){var ab=document.createElement("cufontext");ab.appendChild(document.createTextNode(u));l.appendChild(ab)}!hb&&l.appendChild(document.createElement(b))}var r=l.style,I=p.style,R=o.convert(v.height),z=Math.ceil(R),fb=z/R,U=fb*Cufon.CSS.fontStretch(f.get("fontStretch")),L=v.minX,W=v.minY;I.height=z;I.top=Math.round(o.convert(W-q.ascent));I.left=Math.round(o.convert(L));r.height=o.convert(q.height)+m;var cb=f.get("color"),C=Cufon.CSS.textTransform(u,f).split(""),w=q.spacing(C,h(y,f,o,"letterSpacing"),h(y,f,o,"wordSpacing"));if(!w.length)return a;var Q=w.total,Z=-L+Q+(v.width-w[w.length-1]),bb=o.convert(Z*U),Y=Math.round(bb),T=Z+","+v.height,S,db="r"+T+"ns",X=s.textGradient&&k(s.textGradient),eb=q.glyphs,V=0,F=s.textShadow,N=-1,M=0,gb;while(gb=C[++N]){var E=eb[C[N]]||q.missingGlyph,e;if(!E)continue;if(H){e=p.childNodes[M];while(e.firstChild)e.removeChild(e.firstChild)}else{e=document.createElement(b);p.appendChild(e)}e.stroked="f";e.coordsize=T;e.coordorigin=S=L-V+","+W;e.path=(E.d?"m"+E.d+"xe":"")+"m"+S+db;e.fillcolor=cb;X&&e.appendChild(X.cloneNode(false));var O=e.style;O.width=Y;O.height=z;if(F){var J=F[0],A=F[1],P=Cufon.CSS.color(J.color),B,n=document.createElement("cvml:shadow");n.on="t";n.color=P.color;n.offset=J.offX+","+J.offY;if(A){B=Cufon.CSS.color(A.color);n.type="double";n.color2=B.color;n.offset2=A.offX+","+A.offY}n.opacity=P.opacity||B&&B.opacity||1;e.appendChild(n)}V+=w[M++]}var g=e.nextSibling,K,D;if(s.forceHitArea){if(!g){g=document.createElement("cvml:rect");g.stroked="f";g.className="cufon-vml-cover";K=document.createElement(c);K.opacity=0;g.appendChild(K);p.appendChild(g)}D=g.style;D.width=Y;D.height=z}else g&&p.removeChild(g);r.width=Math.max(Math.ceil(o.convert(Q*U)),0);if(i){var x=f.computedYAdjust;if(x===undefined){var t=f.get("lineHeight");if(t=="normal")t="1em";else if(!isNaN(t))t+="em";f.computedYAdjust=x=.5*(d(y,t)-parseFloat(r.height))}if(x){r.marginTop=Math.ceil(x)+m;r.marginBottom=x+m}}return l}}());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2008 by Jan Schmoeger/Paragraph. All rights reserved.
 * 
 * Trademark:
 * Alfons Light is a trademark of Jan Schmoeger/Paragraph.
 * 
 * Full name:
 * Galette-Medium
 * 
 * Description:
 * Copyright (c) 2008 by Jan Schmoeger/Paragraph. All rights reserved.
 * 
 * Manufacturer:
 * Jan Schmoeger/Paragraph
 * 
 * Designer:
 * Jan Schmoeger/Paragraph
 * 
 * Vendor URL:
 * www.myfonts.com
 * 
 * License information:
 * http://www.myfonts.com/viewlicense?id=618
 */
Cufon.registerFont({"w":201,"face":{"font-family":"Galette","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 6 3 6 0 0 0 4","ascent":"270","descent":"-90","bbox":"-23 -346 367 84.5484","underline-thickness":"18","underline-position":"-18","stemh":"25","stemv":"29","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":79,"k":{"\u0178":18,"\u0176":18,"\u0174":18,"\u0164":18,"\u0162":18,"\u00dd":18,"Y":18,"W":18,"V":18,"T":18}},"!":{"d":"23,-58r0,-194r29,0r0,194r-29,0xm22,0r0,-32r32,0r0,32r-32,0","w":75},"\"":{"d":"101,-252r0,68r-29,0r0,-68r29,0xm50,-252r0,68r-28,0r0,-68r28,0","w":122,"k":{"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36}},"#":{"d":"14,-155r0,-25r44,0r0,-72r28,0r0,72r44,0r0,-72r28,0r0,72r44,0r0,25r-44,0r0,58r44,0r0,25r-44,0r0,72r-28,0r0,-72r-44,0r0,72r-28,0r0,-72r-44,0r0,-25r44,0r0,-58r-44,0xm86,-155r0,58r44,0r0,-58r-44,0","w":216},"$":{"d":"83,32r0,-32r-61,0r0,-25r61,0r0,-104v-38,-5,-70,-24,-69,-64v1,-35,30,-62,69,-59r0,-18r29,0r0,18r50,0r0,25r-50,0r0,77v38,6,64,36,64,74v0,38,-28,70,-64,75r0,33r-29,0xm112,-27v46,-10,47,-88,0,-96r0,96xm83,-227v-44,-6,-53,59,-15,68r15,3r0,-71","w":190},"%":{"d":"137,-54v0,-30,24,-54,54,-54v30,0,54,24,54,54v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54xm162,-54v0,16,13,29,29,29v16,0,29,-13,29,-29v0,-16,-13,-29,-29,-29v-16,0,-29,13,-29,29xm14,-198v0,-30,24,-54,54,-54v30,0,54,24,54,54v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54xm40,-198v0,16,12,29,28,29v16,0,29,-13,29,-29v0,-16,-13,-29,-29,-29v-16,0,-28,13,-28,29xm36,0r156,-252r31,0r-156,252r-31,0","w":259},"&":{"d":"180,0r-86,0v-74,7,-105,-109,-49,-153v-39,-29,-16,-99,36,-99r99,0r0,25v-47,5,-125,-19,-126,31v-1,43,57,29,97,31r0,-33r29,0r0,33r29,0r0,26r-29,0r0,139xm47,-102v0,44,9,76,47,77r57,0r0,-114v-46,0,-104,-9,-104,37","w":219},"'":{"d":"50,-252r0,68r-28,0r0,-68r28,0","w":72,"k":{"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36}},"(":{"d":"50,-151r0,83v0,68,47,118,47,118r-29,0v0,0,-46,-46,-46,-118r0,-84v0,-72,46,-118,46,-118r29,0v0,0,-47,51,-47,119","w":104},")":{"d":"54,-68r0,-83v0,-68,-47,-119,-47,-119r29,0v0,0,47,46,47,118r0,84v0,72,-47,118,-47,118r-29,0v0,0,47,-50,47,-118","w":104},"*":{"d":"152,-191r-48,14r31,39r-24,17r-28,-42r-28,42r-24,-17r31,-39r-48,-14r9,-28r47,17r-1,-50r29,0r-2,50r47,-17","w":165},"+":{"d":"14,-79r0,-25r72,0r0,-76r29,0r0,76r72,0r0,25r-72,0r0,79r-29,0r0,-79r-72,0","k":{"X":14,"T":43,"\u0162":43,"\u0164":43,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":29,"W":29,"\u0174":29,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11}},",":{"d":"22,43r0,-75r32,0r-4,75r-28,0","w":75},"-":{"d":"14,-79r0,-25r90,0r0,25r-90,0","w":118,"k":{"X":14,"T":43,"\u0162":43,"\u0164":43,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":29,"W":29,"\u0174":29,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11}},".":{"d":"22,0r0,-32r32,0r0,32r-32,0","w":75},"\/":{"d":"7,0r100,-252r30,0r-100,252r-30,0","w":144},"0":{"d":"84,-25v102,0,67,-94,67,-164v0,-32,-30,-42,-67,-38v-61,6,-37,104,-37,164v0,21,16,38,37,38xm180,-186r0,120v-2,47,-40,66,-96,66v-36,0,-66,-30,-66,-66r0,-120v2,-47,40,-66,96,-66v36,0,66,30,66,66","w":198},"1":{"d":"11,-227r0,-25r57,0r0,252r-28,0r0,-227r-29,0","w":90},"2":{"d":"86,-124v-40,7,-38,52,-36,99r126,0r0,25r-154,0r0,-78v0,-57,56,-74,108,-83v37,-6,30,-66,-9,-66r-85,0r0,-25r89,0v32,0,59,27,59,59v0,50,-53,61,-98,69","w":198},"3":{"d":"90,0r-79,0r0,-25v57,0,126,10,126,-47v0,-36,-5,-66,-37,-67r-75,0r0,-26v42,-3,105,14,105,-31v0,-48,-74,-27,-119,-31r0,-25r92,0v51,-3,74,72,34,99v54,35,32,160,-47,153","w":180,"k":{"X":11,"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18,"v":7,"w":7,"\u0175":7,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u0100":7,"\u0102":7,"\u0104":7,"J":14,"\u0134":14,"Z":7,"\u0179":7,"\u017b":7,"\u017d":7,"z":7,"\u017c":7}},"4":{"d":"130,0r0,-68r-123,0r97,-184r33,0r-85,158r78,0r0,-86r28,0r0,86r26,0r0,26r-26,0r0,68r-28,0","w":194},"5":{"d":"50,-165v80,-8,123,14,123,93v0,40,-35,72,-76,72r-75,0r0,-25v56,1,122,9,122,-47v0,-36,-5,-66,-37,-67r-85,0r0,-113r136,0r0,25r-108,0r0,62","w":190},"6":{"d":"84,-227v-30,1,-41,28,-37,62r67,0v45,2,71,38,66,92v-4,44,-37,73,-86,73v-41,0,-76,-32,-76,-73r0,-113v0,-36,30,-66,66,-66r82,0r0,25r-82,0xm151,-102v-3,-45,-58,-37,-104,-37v-2,58,-6,119,57,114v37,-3,50,-33,47,-77","w":198},"7":{"d":"11,-227r0,-25r155,0r-127,252r-32,0r115,-227r-111,0","w":172},"8":{"d":"180,-99v0,64,-28,99,-86,99v-75,0,-105,-110,-47,-152v-41,-28,-19,-100,34,-100v52,0,91,10,92,56v0,17,-9,34,-22,44v16,12,29,31,29,53xm47,-102v0,48,11,80,59,77v36,-2,48,-34,45,-77v-2,-31,-30,-37,-67,-37v-21,0,-37,17,-37,37xm54,-196v0,30,29,31,61,31v16,0,29,-14,29,-31v0,-29,-28,-31,-60,-31v-17,0,-30,14,-30,31","w":198},"9":{"d":"14,-180v-1,-53,39,-72,97,-72v36,0,65,30,65,66r0,114v0,41,-34,72,-75,72r-72,0r0,-25v55,1,119,8,119,-47r0,-41r-68,0v-36,0,-66,-30,-66,-67xm148,-189v0,-32,-31,-41,-68,-38v-24,2,-39,22,-37,51v2,46,59,37,105,37r0,-50","w":194,"k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},":":{"d":"22,-148r0,-32r32,0r0,32r-32,0xm22,0r0,-32r32,0r0,32r-32,0","w":75},";":{"d":"22,-148r0,-32r32,0r0,32r-32,0xm22,43r0,-75r32,0r-4,75r-28,0","w":75},"<":{"d":"14,-80r0,-20r159,-84r0,27r-126,67r126,67r0,27","w":187},"=":{"d":"14,-47r0,-25r173,0r0,25r-173,0xm14,-112r0,-25r173,0r0,25r-173,0"},">":{"d":"173,-100r0,20r-159,84r0,-27r126,-67r-126,-67r0,-27","w":187},"?":{"d":"20,0r0,-32r32,0r0,32r-32,0xm74,-127v-27,4,-25,37,-24,69r-28,0v-4,-48,5,-83,43,-92v28,-7,66,-9,66,-43v-1,-48,-71,-31,-117,-34r0,-25r87,0v32,0,59,27,59,59v0,46,-44,59,-86,66","w":172},"@":{"d":"125,-54v-49,0,-49,-52,-49,-105v0,-48,61,-39,109,-39r0,119v49,8,35,-53,35,-94v0,-30,-24,-54,-54,-54r-65,0v-30,0,-54,24,-54,54r0,79v0,37,31,69,68,69r123,0r0,25r-126,0v-52,0,-94,-42,-94,-94r0,-79v0,-44,35,-79,79,-79r72,0v44,0,79,35,79,79v0,56,7,119,-48,119r-75,0xm118,-173v-24,3,-14,45,-14,70v0,24,27,26,53,24r0,-94r-39,0","w":266},"A":{"d":"7,0r79,-252r29,0r79,252r-30,0r-23,-76r-80,0r-24,76r-30,0xm101,-205r-33,104r65,0"},"B":{"d":"50,-227r0,62v39,-1,94,10,94,-30v0,-41,-54,-31,-94,-32xm117,-252v52,-3,76,74,33,100v59,31,39,152,-40,152r-88,0r0,-252r95,0xm155,-70v7,-69,-43,-74,-105,-69r0,114v51,3,100,3,105,-45","w":198,"k":{"X":11,"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18,"v":7,"w":7,"\u0175":7,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u0100":7,"\u0102":7,"\u0104":7,"J":14,"\u0134":14,"Z":7,"\u0179":7,"\u017b":7,"\u017d":7,"z":7,"\u017c":7}},"C":{"d":"169,0v-84,9,-151,-17,-151,-91r0,-94v0,-37,30,-67,67,-67r84,0r0,25v-50,2,-122,-14,-122,38r0,101v0,34,28,63,62,63r60,0r0,25","w":180,"k":{"0":11,"6":11,"8":11,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u0106":11,"\u0108":11,"\u010a":11,"\u010c":11,"\u011c":11,"\u011e":11,"\u0120":11,"\u0122":11,"\u014c":11,"\u014e":11,"\u0150":11,"\u0152":11,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"v":22,"w":22,"\u0175":22,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"D":{"d":"22,0r0,-252r94,0v37,0,68,30,68,67r0,94v0,50,-41,91,-92,91r-70,0xm155,-189v0,-47,-58,-38,-105,-38r0,202v59,7,104,-12,105,-63r0,-101","k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"E":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,62r105,0r0,26r-105,0r0,114r119,0r0,25r-147,0","w":180,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"F":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,62r105,0r0,26r-105,0r0,139r-28,0","w":180,"k":{"\u017d":11,"\u017b":11,"\u0179":11,"\u0178":11,"\u0176":11,"\u0174":11,"\u0164":11,"\u0162":11,"\u00dd":11,"Z":11,"Y":11,"W":11,"V":11,"T":11,"\ue480":14,"x":7,"f":7,"X":11," ":18,"c":18,"d":18,"e":18,"g":18,"o":18,"q":18,"\u00a2":18,"\u00e7":18,"\u00f8":18,"\u010b":18,"\u010f":18,"\u0111":18,"\u0117":18,"\u0119":18,"\u0121":18,"\u0123":18,"v":7,"w":7,"\u0175":7,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36,"J":29,"\u0134":29,"z":7,"\u017c":7,"a":18,"\u00e6":18,"\u0105":18,"s":18,"\u015f":18,",":94,".":94,"\u201a":94,"\u201e":94,"\u2026":94,"+":29,"-":29,"\u00b7":29,"\u2013":29,"\u2014":29,"\u2212":29,"\u00e2":11,"\u00e5":11,"\u00ea":11,"\u00f4":11,"\u00fb":11,"\u0109":11,"\u011d":11,"\u015d":11,"\u016f":11,"\u0177":11,"\u00e1":11,"\u00e9":11,"\u00f3":11,"\u00fa":11,"\u0107":11,"\u0144":11,"\u0155":11,"\u015b":11,"\u0171":11,"\u017a":11,"\u00e0":11,"\u00e8":11,"\u00f2":11,"\u00f9":11,"\u00e3":11,"\u00e4":11,"\u00eb":11,"\u00f1":11,"\u00f5":11,"\u00f6":11,"\u00fc":11,"\u00ff":11,"\u0101":11,"\u0103":11,"\u010d":11,"\u0113":11,"\u0115":11,"\u011b":11,"\u011f":11,"\u0148":11,"\u014f":11,"\u0159":11,"\u0161":11,"\u0169":11,"\u016b":11,"\u016d":11,"\u017e":11,"m":7,"n":7,"p":7,"r":7}},"G":{"d":"101,-139r0,-26r79,0r0,165r-71,0v-51,0,-91,-41,-91,-91r0,-94v0,-37,30,-67,67,-67r88,0r0,25v-51,3,-125,-16,-126,38r0,101v1,50,45,70,104,63r0,-114r-50,0","k":{"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7}},"H":{"d":"155,0r0,-139r-105,0r0,139r-28,0r0,-252r28,0r0,87r105,0r0,-87r29,0r0,252r-29,0","w":205},"I":{"d":"22,0r0,-252r28,0r0,252r-28,0","w":72},"J":{"d":"50,-60r0,-192r29,0r0,189v0,37,-31,67,-70,67r0,-26v23,0,41,-17,41,-38","w":100,"k":{"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u0100":7,"\u0102":7,"\u0104":7,"J":11,"\u0134":11,"Z":7,"\u0179":7,"\u017b":7,"\u017d":7}},"K":{"d":"22,0r0,-252r28,0r0,252r-28,0xm167,0r-117,-149r112,-103r40,0r-114,104r115,148r-36,0","w":212,"k":{"T":7,"\u0162":7,"\u0164":7,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"U":7,"\u00d9":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u0168":7,"\u016a":7,"\u016c":7,"\u016e":7,"\u0170":7,"\u0172":7,"0":22,"6":22,"8":22,"C":22,"G":22,"O":22,"Q":22,"\u00c7":22,"\u00d2":22,"\u00d3":22,"\u00d4":22,"\u00d5":22,"\u00d6":22,"\u0106":22,"\u0108":22,"\u010a":22,"\u010c":22,"\u011c":22,"\u011e":22,"\u0120":22,"\u0122":22,"\u014c":22,"\u014e":22,"\u0150":22,"\u0152":22,"V":7,"W":7,"\u0174":7,"c":14,"d":14,"e":14,"g":14,"o":14,"q":14,"\u00a2":14,"\u00e7":14,"\u00f8":14,"\u010b":14,"\u010f":14,"\u0111":14,"\u0117":14,"\u0119":14,"\u0121":14,"\u0123":14,"v":29,"w":29,"\u0175":29,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"u":11,"y":11,"\u0173":11,"a":11,"\u00e6":11,"\u0105":11,"s":7,"\u015f":7,"+":22,"-":22,"\u00b7":22,"\u2013":22,"\u2014":22,"\u2212":22,"\u00e2":11,"\u00e5":11,"\u00ea":11,"\u00f4":11,"\u00fb":11,"\u0109":11,"\u011d":11,"\u015d":11,"\u016f":11,"\u0177":11,"\u00e1":11,"\u00e9":11,"\u00f3":11,"\u00fa":11,"\u0107":11,"\u0144":11,"\u0155":11,"\u015b":11,"\u0171":11,"\u017a":11,"\u00e0":11,"\u00e8":11,"\u00f2":11,"\u00f9":11,"\u00e3":7,"\u00e4":7,"\u00eb":7,"\u00f1":7,"\u00f5":7,"\u00f6":7,"\u00fc":7,"\u00ff":7,"\u0101":7,"\u0103":7,"\u010d":7,"\u0113":7,"\u0115":7,"\u011b":7,"\u011f":7,"\u0148":7,"\u014f":7,"\u0159":7,"\u0161":7,"\u0169":7,"\u016b":7,"\u016d":7,"\u017e":7}},"L":{"d":"22,0r0,-252r28,0r0,227r123,0r0,25r-151,0","w":183,"k":{"T":54,"\u0162":54,"\u0164":54,"Y":50,"\u00dd":50,"\u0176":50,"\u0178":50,"U":22,"\u00d9":22,"\u00da":22,"\u00db":22,"\u00dc":22,"\u0168":22,"\u016a":22,"\u016c":22,"\u016e":22,"\u0170":22,"\u0172":22,"0":22,"6":22,"8":22,"C":22,"G":22,"O":22,"Q":22,"\u00c7":22,"\u00d2":22,"\u00d3":22,"\u00d4":22,"\u00d5":22,"\u00d6":22,"\u0106":22,"\u0108":22,"\u010a":22,"\u010c":22,"\u011c":22,"\u011e":22,"\u0120":22,"\u0122":22,"\u014c":22,"\u014e":22,"\u0150":22,"\u0152":22,"V":50,"W":50,"\u0174":50,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"t":11,"\u0163":11,"\u0165":11,"\u0167":11,"v":29,"w":29,"\u0175":29,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"\"":54,"'":54,"\u2019":54,"\u201d":54,"u":11,"y":11,"\u0173":11,"a":7,"\u00e6":7,"\u0105":7,"+":14,"-":14,"\u00b7":14,"\u2013":14,"\u2014":14,"\u2212":14,"\u00e2":7,"\u00e5":7,"\u00ea":7,"\u00f4":7,"\u00fb":7,"\u0109":7,"\u011d":7,"\u015d":7,"\u016f":7,"\u0177":7,"\u00e1":7,"\u00e9":7,"\u00f3":7,"\u00fa":7,"\u0107":7,"\u0144":7,"\u0155":7,"\u015b":7,"\u0171":7,"\u017a":7,"\u00e0":7,"\u00e8":7,"\u00f2":7,"\u00f9":7,"\u00e3":7,"\u00e4":7,"\u00eb":7,"\u00f1":7,"\u00f5":7,"\u00f6":7,"\u00fc":7,"\u00ff":7,"\u0101":7,"\u0103":7,"\u010d":7,"\u0113":7,"\u0115":7,"\u011b":7,"\u011f":7,"\u0148":7,"\u014f":7,"\u0159":7,"\u0161":7,"\u0169":7,"\u016b":7,"\u016d":7,"\u017e":7}},"M":{"d":"113,-145r62,-107r30,0r0,252r-29,0r0,-198r-63,108r-63,-108r0,198r-28,0r0,-252r30,0","w":226},"N":{"d":"22,0r0,-252r29,0r104,194r0,-194r29,0r0,252r-30,0r-104,-194r0,194r-28,0","w":205},"O":{"d":"184,-77v-1,47,-37,77,-89,77v-43,0,-77,-34,-77,-77r0,-108v2,-49,41,-67,99,-67v37,0,67,30,67,67r0,108xm47,-189v2,73,-22,164,60,164v26,0,48,-22,48,-49v0,-58,22,-149,-38,-153v-38,-3,-71,4,-70,38","k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"P":{"d":"122,-139r-72,0r0,139r-28,0r0,-252r100,0v31,0,58,26,58,57v0,31,-27,56,-58,56xm50,-165v41,-2,101,12,101,-30v0,-43,-59,-30,-101,-32r0,62","w":190,"k":{"\ue480":14,"x":7,"f":7,"X":11," ":18,"T":11,"\u0162":11,"\u0164":11,"Y":11,"\u00dd":11,"\u0176":11,"\u0178":11,"V":11,"W":11,"\u0174":11,"c":18,"d":18,"e":18,"g":18,"o":18,"q":18,"\u00a2":18,"\u00e7":18,"\u00f8":18,"\u010b":18,"\u010f":18,"\u0111":18,"\u0117":18,"\u0119":18,"\u0121":18,"\u0123":18,"v":7,"w":7,"\u0175":7,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36,"J":29,"\u0134":29,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11,"z":7,"\u017c":7,"a":18,"\u00e6":18,"\u0105":18,"s":18,"\u015f":18,",":94,".":94,"\u201a":94,"\u201e":94,"\u2026":94,"+":29,"-":29,"\u00b7":29,"\u2013":29,"\u2014":29,"\u2212":29,"\u00e2":11,"\u00e5":11,"\u00ea":11,"\u00f4":11,"\u00fb":11,"\u0109":11,"\u011d":11,"\u015d":11,"\u016f":11,"\u0177":11,"\u00e1":11,"\u00e9":11,"\u00f3":11,"\u00fa":11,"\u0107":11,"\u0144":11,"\u0155":11,"\u015b":11,"\u0171":11,"\u017a":11,"\u00e0":11,"\u00e8":11,"\u00f2":11,"\u00f9":11,"\u00e3":11,"\u00e4":11,"\u00eb":11,"\u00f1":11,"\u00f5":11,"\u00f6":11,"\u00fc":11,"\u00ff":11,"\u0101":11,"\u0103":11,"\u010d":11,"\u0113":11,"\u0115":11,"\u011b":11,"\u011f":11,"\u0148":11,"\u014f":11,"\u0159":11,"\u0161":11,"\u0169":11,"\u016b":11,"\u016d":11,"\u017e":11,"m":7,"n":7,"p":7,"r":7}},"Q":{"d":"165,22r-24,-30v-55,26,-123,-9,-123,-69r0,-108v2,-49,41,-67,99,-67v37,0,67,30,67,67v0,61,13,132,-23,163r23,29xm47,-189v0,79,-18,189,78,160r-28,-35r19,-15r28,36v22,-32,11,-97,11,-146v0,-34,-33,-38,-71,-38v-21,0,-37,17,-37,38"},"R":{"d":"180,-196v0,29,-23,54,-51,57v28,39,40,94,62,139r-32,0r-48,-117v-9,-23,-32,-23,-61,-22r0,139r-28,0r0,-252r102,0v31,0,56,25,56,56xm50,-165v41,-2,101,12,101,-31v0,-43,-60,-29,-101,-31r0,62","w":198,"k":{"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"U":7,"\u00d9":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u0168":7,"\u016a":7,"\u016c":7,"\u016e":7,"\u0170":7,"\u0172":7,"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"V":11,"W":11,"\u0174":11,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"v":7,"w":7,"\u0175":7,"s":7,"\u015f":7}},"S":{"d":"100,0r-78,0r0,-25r75,0v56,3,69,-89,15,-98v-46,-8,-98,-18,-98,-70v0,-33,28,-59,61,-59r87,0r0,25v-47,3,-119,-15,-119,34v0,37,43,37,74,44v35,7,59,37,59,73v0,42,-34,76,-76,76","w":190,"k":{"X":14,"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"v":7,"w":7,"\u0175":7,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u0100":7,"\u0102":7,"\u0104":7,"J":14,"\u0134":14,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11,"z":7,"\u017c":7}},"T":{"d":"11,-227r0,-25r162,0r0,25r-67,0r0,227r-29,0r0,-227r-66,0","w":183,"k":{"\ue480":29,"x":43," ":18,"0":14,"6":14,"8":14,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u0106":14,"\u0108":14,"\u010a":14,"\u010c":14,"\u011c":14,"\u011e":14,"\u0120":14,"\u0122":14,"\u014c":14,"\u014e":14,"\u0150":14,"\u0152":14,"c":43,"d":43,"e":43,"g":43,"o":43,"q":43,"\u00a2":43,"\u00e7":43,"\u00f8":43,"\u010b":43,"\u010f":43,"\u0111":43,"\u0117":43,"\u0119":43,"\u0121":43,"\u0123":43,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":43,"w":43,"\u0175":43,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"u":43,"y":43,"\u0173":43,"A":43,"\u00c0":43,"\u00c1":43,"\u00c2":43,"\u00c3":43,"\u00c4":43,"\u00c5":43,"\u0100":43,"\u0102":43,"\u0104":43,"J":29,"\u0134":29,"Z":7,"\u0179":7,"\u017b":7,"\u017d":7,"z":43,"\u017c":43,"a":43,"\u00e6":43,"\u0105":43,"s":43,"\u015f":43,",":54,".":54,"\u201a":54,"\u201e":54,"\u2026":54,"+":43,"-":43,"\u00b7":43,"\u2013":43,"\u2014":43,"\u2212":43,"\u00e2":29,"\u00e5":29,"\u00ea":29,"\u00f4":29,"\u00fb":29,"\u0109":29,"\u011d":29,"\u015d":29,"\u016f":29,"\u0177":29,"\u00e1":43,"\u00e9":43,"\u00f3":43,"\u00fa":43,"\u0107":43,"\u0144":43,"\u0155":43,"\u015b":43,"\u0171":43,"\u017a":43,"\u00e0":36,"\u00e8":36,"\u00f2":36,"\u00f9":36,"\u00e3":18,"\u00e4":18,"\u00eb":18,"\u00f1":18,"\u00f5":18,"\u00f6":18,"\u00fc":18,"\u00ff":18,"\u0101":18,"\u0103":18,"\u010d":18,"\u0113":18,"\u0115":18,"\u011b":18,"\u011f":18,"\u0148":18,"\u014f":18,"\u0159":18,"\u0161":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u017e":18,"m":36,"n":36,"p":36,"r":36,":":36,";":36,"\u00ee":-7,"\u00ef":-7,"\u0129":-7,"\u012b":-7,"\u012d":-7}},"U":{"d":"184,-252r0,175v-1,45,-35,77,-85,77v-43,0,-77,-34,-77,-77r0,-175r28,0r0,178v1,30,24,49,57,49v27,0,48,-22,48,-49r0,-178r29,0","w":205,"k":{"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":18,"\u0134":18,"a":7,"\u00e6":7,"\u0105":7,",":7,".":7,"\u201a":7,"\u201e":7,"\u2026":7}},"V":{"d":"86,0r-79,-252r30,0r64,205r63,-205r30,0r-79,252r-29,0","k":{"\ue480":18," ":18,"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":22,"d":22,"e":22,"g":22,"o":22,"q":22,"\u00a2":22,"\u00e7":22,"\u00f8":22,"\u010b":22,"\u010f":22,"\u0111":22,"\u0117":22,"\u0119":22,"\u0121":22,"\u0123":22,"v":14,"w":14,"\u0175":14,"u":18,"y":18,"\u0173":18,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36,"J":29,"\u0134":29,"z":18,"\u017c":18,"a":29,"\u00e6":29,"\u0105":29,"s":22,"\u015f":22,",":54,".":54,"\u201a":54,"\u201e":54,"\u2026":54,"+":29,"-":29,"\u00b7":29,"\u2013":29,"\u2014":29,"\u2212":29,"\u00e2":18,"\u00e5":18,"\u00ea":18,"\u00f4":18,"\u00fb":18,"\u0109":18,"\u011d":18,"\u015d":18,"\u016f":18,"\u0177":18,"\u00e1":22,"\u00e9":22,"\u00f3":22,"\u00fa":22,"\u0107":22,"\u0144":22,"\u0155":22,"\u015b":22,"\u0171":22,"\u017a":22,"\u00e0":22,"\u00e8":22,"\u00f2":22,"\u00f9":22,"\u00e3":18,"\u00e4":18,"\u00eb":18,"\u00f1":18,"\u00f5":18,"\u00f6":18,"\u00fc":18,"\u00ff":18,"\u0101":18,"\u0103":18,"\u010d":18,"\u0113":18,"\u0115":18,"\u011b":18,"\u011f":18,"\u0148":18,"\u014f":18,"\u0159":18,"\u0161":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u017e":18,"m":14,"n":14,"p":14,"r":14,":":14,";":14}},"W":{"d":"86,0r-79,-252r30,0r64,205r63,-205r30,0r64,205r63,-205r30,0r-79,252r-29,0r-64,-205r-64,205r-29,0","w":358,"k":{"\ue480":18," ":18,"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":22,"d":22,"e":22,"g":22,"o":22,"q":22,"\u00a2":22,"\u00e7":22,"\u00f8":22,"\u010b":22,"\u010f":22,"\u0111":22,"\u0117":22,"\u0119":22,"\u0121":22,"\u0123":22,"v":14,"w":14,"\u0175":14,"u":18,"y":18,"\u0173":18,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36,"J":29,"\u0134":29,"z":18,"\u017c":18,"a":29,"\u00e6":29,"\u0105":29,"s":22,"\u015f":22,",":54,".":54,"\u201a":54,"\u201e":54,"\u2026":54,"+":29,"-":29,"\u00b7":29,"\u2013":29,"\u2014":29,"\u2212":29,"\u00e2":18,"\u00e5":18,"\u00ea":18,"\u00f4":18,"\u00fb":18,"\u0109":18,"\u011d":18,"\u015d":18,"\u016f":18,"\u0177":18,"\u00e1":22,"\u00e9":22,"\u00f3":22,"\u00fa":22,"\u0107":22,"\u0144":22,"\u0155":22,"\u015b":22,"\u0171":22,"\u017a":22,"\u00e0":22,"\u00e8":22,"\u00f2":22,"\u00f9":22,"\u00e3":18,"\u00e4":18,"\u00eb":18,"\u00f1":18,"\u00f5":18,"\u00f6":18,"\u00fc":18,"\u00ff":18,"\u0101":18,"\u0103":18,"\u010d":18,"\u0113":18,"\u0115":18,"\u011b":18,"\u011f":18,"\u0148":18,"\u014f":18,"\u0159":18,"\u0161":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u017e":18,"m":14,"n":14,"p":14,"r":14,":":14,";":14}},"X":{"d":"7,0r69,-133r-62,-119r33,0r45,88r45,-88r32,0r-61,119r68,133r-32,0r-52,-103r-52,103r-33,0","w":183,"k":{"\u2212":14,"\u2014":14,"\u2013":14,"\u017e":7,"\u017a":7,"\u0177":7,"\u0175":18,"\u0173":7,"\u0171":7,"\u016f":7,"\u016d":7,"\u016b":7,"\u0169":7,"\u0161":7,"\u015d":7,"\u015b":7,"\u0159":7,"\u0155":7,"\u0152":14,"\u0150":14,"\u014f":7,"\u014e":14,"\u014c":14,"\u0148":7,"\u0144":7,"\u012d":-4,"\u012b":-4,"\u0129":-4,"\u0123":11,"\u0122":14,"\u0121":11,"\u0120":14,"\u011f":7,"\u011e":14,"\u011d":7,"\u011c":14,"\u011b":7,"\u0119":11,"\u0117":11,"\u0115":7,"\u0113":7,"\u0111":11,"\u010f":11,"\u010d":7,"\u010c":14,"\u010b":11,"\u010a":14,"\u0109":7,"\u0108":14,"\u0107":7,"\u0106":14,"\u0105":7,"\u0103":7,"\u0101":7,"\u00ff":7,"\u00fc":7,"\u00fb":7,"\u00fa":7,"\u00f9":7,"\u00f8":11,"\u00f6":7,"\u00f5":7,"\u00f4":7,"\u00f3":7,"\u00f2":7,"\u00f1":7,"\u00ef":-4,"\u00ee":-4,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":11,"\u00e6":7,"\u00e5":7,"\u00e4":7,"\u00e3":7,"\u00e2":7,"\u00e1":7,"\u00e0":7,"\u00d6":14,"\u00d5":14,"\u00d4":14,"\u00d3":14,"\u00d2":14,"\u00c7":14,"\u00b7":14,"\u00a2":11,"y":7,"w":18,"v":18,"u":7,"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":7,"Q":14,"O":14,"G":14,"C":14,"8":14,"6":14,"0":14,"-":14,"+":14}},"Y":{"d":"108,0r-29,0r0,-133r-72,-119r33,0r54,90r53,-90r33,0r-72,119r0,133","w":187,"k":{"\ue480":29," ":18,"0":14,"6":14,"8":14,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u0106":14,"\u0108":14,"\u010a":14,"\u010c":14,"\u011c":14,"\u011e":14,"\u0120":14,"\u0122":14,"\u014c":14,"\u014e":14,"\u0150":14,"\u0152":14,"c":29,"d":29,"e":29,"g":29,"o":29,"q":29,"\u00a2":29,"\u00e7":29,"\u00f8":29,"\u010b":29,"\u010f":29,"\u0111":29,"\u0117":29,"\u0119":29,"\u0121":29,"\u0123":29,"v":29,"w":29,"\u0175":29,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"u":22,"y":22,"\u0173":22,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36,"J":29,"\u0134":29,"z":29,"\u017c":29,"a":32,"\u00e6":32,"\u0105":32,"s":29,"\u015f":29,",":54,".":54,"\u201a":54,"\u201e":54,"\u2026":54,"+":29,"-":29,"\u00b7":29,"\u2013":29,"\u2014":29,"\u2212":29,"\u00e2":22,"\u00e5":22,"\u00ea":22,"\u00f4":22,"\u00fb":22,"\u0109":22,"\u011d":22,"\u015d":22,"\u016f":22,"\u0177":22,"\u00e1":22,"\u00e9":22,"\u00f3":22,"\u00fa":22,"\u0107":22,"\u0144":22,"\u0155":22,"\u015b":22,"\u0171":22,"\u017a":22,"\u00e0":22,"\u00e8":22,"\u00f2":22,"\u00f9":22,"\u00e3":18,"\u00e4":18,"\u00eb":18,"\u00f1":18,"\u00f5":18,"\u00f6":18,"\u00fc":18,"\u00ff":18,"\u0101":18,"\u0103":18,"\u010d":18,"\u0113":18,"\u0115":18,"\u011b":18,"\u011f":18,"\u0148":18,"\u014f":18,"\u0159":18,"\u0161":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u017e":18,"m":22,"n":22,"p":22,"r":22,":":22,";":22,"\u00ee":-4,"\u00ef":-4,"\u0129":-4,"\u012b":-4,"\u012d":-4}},"Z":{"d":"14,-227r0,-25r157,0r-119,227r114,0r0,25r-159,0r119,-227r-112,0","w":176,"k":{"0":11,"6":11,"8":11,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u0106":11,"\u0108":11,"\u010a":11,"\u010c":11,"\u011c":11,"\u011e":11,"\u0120":11,"\u0122":11,"\u014c":11,"\u014e":11,"\u0150":11,"\u0152":11,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"v":18,"w":18,"\u0175":18,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"+":11,"-":11,"\u00b7":11,"\u2013":11,"\u2014":11,"\u2212":11}},"[":{"d":"22,50r0,-320r75,0r0,25r-47,0r0,270r47,0r0,25r-75,0","w":108},"\\":{"d":"37,-252r100,252r-30,0r-100,-252r30,0","w":144},"]":{"d":"86,-270r0,320r-75,0r0,-25r47,0r0,-270r-47,0r0,-25r75,0","w":108},"^":{"d":"86,-252r26,0r75,158r-28,0r-60,-127r-60,127r-28,0","w":198},"_":{"d":"0,50r0,-25r173,0r0,25r-173,0","w":172},"`":{"d":"18,-252r31,0r50,50r-31,0","w":118},"a":{"d":"60,-72v-23,3,-22,47,3,47r56,0r0,-61xm119,-112v12,-62,-49,-39,-90,-43r0,-25v56,-2,119,-7,119,48r0,132r-85,0v-28,0,-49,-22,-49,-49v1,-49,64,-52,105,-63","w":169,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":22,"W":22,"\u0174":22,"\"":14,"'":14,"\u2019":14,"\u201d":14}},"b":{"d":"22,0r0,-252r28,0r0,72v53,-4,105,-1,105,49r0,62v0,63,-63,76,-133,69xm85,-25v49,0,42,-60,41,-110v-1,-30,-47,-17,-76,-20r0,130r35,0","w":172,"k":{"x":7,"X":14,"T":50,"\u0162":50,"\u0164":50,"Y":36,"\u00dd":36,"\u0176":36,"\u0178":36,"V":22,"W":22,"\u0174":22,"v":7,"w":7,"\u0175":7,"\"":14,"'":14,"\u2019":14,"\u201d":14,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"z":7,"\u017c":7,",":14,".":14,"\u201a":14,"\u201e":14,"\u2026":14}},"c":{"d":"140,0v-66,6,-120,-8,-122,-66v-2,-55,-4,-114,49,-114r73,0r0,25v-33,4,-93,-14,-93,20v0,47,-10,110,37,110r56,0r0,25","w":151,"k":{"T":36,"\u0162":36,"\u0164":36,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"a":7,"\u00e6":7,"\u0105":7}},"d":{"d":"151,-252r0,252r-64,0v-39,0,-69,-30,-69,-69v0,-54,-3,-111,49,-111r55,0r0,-72r29,0xm67,-155v-33,3,-20,57,-20,89v0,36,34,46,75,41r0,-130r-55,0","w":172},"e":{"d":"68,-155v-25,0,-21,35,-21,61v26,-12,72,-4,75,-37v2,-27,-27,-25,-54,-24xm144,-25r0,25v-68,6,-125,-7,-126,-69v-1,-55,-3,-111,50,-111v46,0,82,9,83,49v1,53,-68,48,-104,65v0,44,50,43,97,41","w":165,"k":{"T":43,"\u0162":43,"\u0164":43,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":22,"W":22,"\u0174":22,"\"":11,"'":11,"\u2019":11,"\u201d":11}},"f":{"d":"97,-227v-36,-5,-53,9,-47,47r47,0r0,25r-47,0r0,155r-28,0r0,-203v1,-36,32,-54,75,-49r0,25","w":108,"k":{"\u2026":43,"\u201e":43,"\u201a":43,"\u0123":11,"\u0121":11,"\u0119":11,"\u0117":11,"\u0111":11,"\u010f":11,"\u010b":11,"\u00f8":11,"\u00e7":11,"\u00a2":11,"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,".":43,",":43}},"g":{"d":"151,-180r0,194v-1,55,-48,76,-111,69r0,-25v49,4,90,-4,82,-58v-59,7,-102,-16,-104,-66v-2,-55,-4,-114,49,-114r84,0xm47,-135v0,47,-11,110,37,110r38,0r0,-130v-29,3,-75,-10,-75,20","w":172},"h":{"d":"50,-180v53,-4,105,-1,105,49r0,131r-29,0r0,-135v-1,-30,-47,-17,-76,-20r0,155r-28,0r0,-252r28,0r0,72","w":176,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":36,"\u00dd":36,"\u0176":36,"\u0178":36,"V":22,"W":22,"\u0174":22,"v":7,"w":7,"\u0175":7,"\"":14,"'":14,"\u2019":14,"\u201d":14}},"i":{"d":"22,0r0,-180r28,0r0,180r-28,0xm22,-216r0,-36r28,0r0,36r-28,0","w":72},"j":{"d":"50,-180r0,194v0,39,-32,69,-73,69r0,-25v25,0,45,-19,45,-41r0,-197r28,0xm22,-216r0,-36r28,0r0,36r-28,0","w":72},"k":{"d":"22,0r0,-252r28,0r0,252r-28,0xm50,-90r85,-90r38,0r-87,90r87,90r-38,0","w":180,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"a":7,"\u00e6":7,"\u0105":7}},"l":{"d":"50,0r-28,0r0,-252r28,0r0,252","w":72},"m":{"d":"106,-155v-84,0,-49,91,-56,155r-28,0r0,-180r18,0r10,16v24,-25,80,-22,98,6v27,-37,111,-29,111,27r0,131r-29,0r0,-135v0,-17,-16,-21,-35,-20v-61,4,-35,96,-40,155r-29,0r0,-135v0,-11,-9,-20,-20,-20","w":280,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":22,"W":22,"\u0174":22,"\"":14,"'":14,"\u2019":14,"\u201d":14}},"n":{"d":"106,-155v-83,0,-50,91,-56,155r-28,0r0,-180r18,0r10,16v30,-31,105,-18,105,33r0,131r-29,0r0,-135v0,-11,-9,-20,-20,-20","w":176,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":22,"W":22,"\u0174":22,"\"":14,"'":14,"\u2019":14,"\u201d":14}},"o":{"d":"155,-56v-1,40,-34,56,-82,56v-31,0,-55,-25,-55,-56r0,-75v1,-42,40,-49,88,-49v27,0,49,22,49,49r0,75xm47,-52v-2,25,24,29,52,27v43,-3,24,-69,27,-110v2,-26,-34,-20,-59,-20v-36,0,-17,68,-20,103","w":172,"k":{"x":7,"X":14,"T":50,"\u0162":50,"\u0164":50,"Y":36,"\u00dd":36,"\u0176":36,"\u0178":36,"V":22,"W":22,"\u0174":22,"v":7,"w":7,"\u0175":7,"\"":14,"'":14,"\u2019":14,"\u201d":14,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"z":7,"\u017c":7,",":14,".":14,"\u201a":14,"\u201e":14,"\u2026":14}},"p":{"d":"155,-131r0,62v-1,52,-45,76,-105,69r0,83r-28,0r0,-263r84,0v27,0,49,22,49,49xm50,-155r0,130v41,4,76,-5,76,-41v0,-33,13,-89,-20,-89r-56,0","w":172,"k":{"x":7,"X":14,"T":50,"\u0162":50,"\u0164":50,"Y":36,"\u00dd":36,"\u0176":36,"\u0178":36,"V":22,"W":22,"\u0174":22,"v":7,"w":7,"\u0175":7,"\"":14,"'":14,"\u2019":14,"\u201d":14,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"z":7,"\u017c":7,",":14,".":14,"\u201a":14,"\u201e":14,"\u2026":14}},"q":{"d":"18,-69v-2,-54,-3,-111,49,-111r84,0r0,263r-29,0r0,-83v-60,7,-102,-17,-104,-69xm122,-25r0,-130v-29,3,-74,-10,-75,20v-1,49,-9,110,40,110r35,0","w":172},"r":{"d":"22,0r0,-180r18,0r10,16v18,-21,48,-15,83,-16r0,25v-42,-3,-83,1,-83,40r0,115r-28,0","w":144,"k":{"X":22," ":18,"T":50,"\u0162":50,"\u0164":50,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":14,"W":14,"\u0174":14,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"A":29,"\u00c0":29,"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c4":29,"\u00c5":29,"\u0100":29,"\u0102":29,"\u0104":29,"J":22,"\u0134":22,"Z":22,"\u0179":22,"\u017b":22,"\u017d":22,"a":11,"\u00e6":11,"\u0105":11,",":65,".":65,"\u201a":65,"\u201e":65,"\u2026":65,"\u00e2":7,"\u00e5":7,"\u00ea":7,"\u00f4":7,"\u00fb":7,"\u0109":7,"\u011d":7,"\u015d":7,"\u016f":7,"\u0177":7,"\u00e1":7,"\u00e9":7,"\u00f3":7,"\u00fa":7,"\u0107":7,"\u0144":7,"\u0155":7,"\u015b":7,"\u0171":7,"\u017a":7,"\u00e0":7,"\u00e8":7,"\u00f2":7,"\u00f9":7,"\u00e3":7,"\u00e4":7,"\u00eb":7,"\u00f1":7,"\u00f5":7,"\u00f6":7,"\u00fc":7,"\u00ff":7,"\u0101":7,"\u0103":7,"\u010d":7,"\u0113":7,"\u0115":7,"\u011b":7,"\u011f":7,"\u0148":7,"\u014f":7,"\u0159":7,"\u0161":7,"\u0169":7,"\u016b":7,"\u016d":7,"\u017e":7}},"s":{"d":"119,-49v0,-31,-41,-27,-65,-35v-21,-8,-40,-23,-40,-47v0,-27,23,-49,51,-49r72,0r0,25v-36,4,-94,-14,-94,24v0,31,41,26,65,35v21,8,40,24,40,47v0,27,-23,49,-51,49r-79,0r0,-25v37,-5,101,16,101,-24","w":162,"k":{"X":11,"T":50,"\u0162":50,"\u0164":50,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"A":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"\u0100":4,"\u0102":4,"\u0104":4,"s":7,"\u015f":7}},"t":{"d":"50,-48v0,22,21,25,44,23r0,25v-41,4,-71,-13,-72,-48r0,-204r28,0r0,72r44,0r0,25r-44,0r0,107","w":104,"k":{"T":43,"\u0162":43,"\u0164":43,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"a":7,"\u00e6":7,"\u0105":7}},"u":{"d":"71,-25v82,0,49,-91,55,-155r29,0r0,180r-18,0r-11,-16v-30,31,-104,18,-104,-33r0,-131r28,0r0,135v0,11,10,20,21,20","w":176,"k":{"T":43,"\u0162":43,"\u0164":43,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"v":{"d":"79,-45r42,-135r30,0r-57,180r-29,0r-58,-180r30,0","w":158,"k":{"X":18,"T":54,"\u0162":54,"\u0164":54,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u0100":18,"\u0102":18,"\u0104":18,"Z":22,"\u0179":22,"\u017b":22,"\u017d":22,"a":7,"\u00e6":7,"\u0105":7,",":36,".":36,"\u201a":36,"\u201e":36,"\u2026":36}},"w":{"d":"79,-45r42,-135r28,0r42,135r42,-135r30,0r-58,180r-29,0r-41,-129r-41,129r-29,0r-58,-180r30,0","w":270,"k":{"X":18,"T":54,"\u0162":54,"\u0164":54,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u0100":18,"\u0102":18,"\u0104":18,"Z":22,"\u0179":22,"\u017b":22,"\u017d":22,"a":7,"\u00e6":7,"\u0105":7,",":36,".":36,"\u201a":36,"\u201e":36,"\u2026":36}},"x":{"d":"115,0r-38,-63r-37,63r-33,0r54,-90r-54,-90r33,0r37,63r38,-63r33,0r-54,90r54,90r-33,0","w":154,"k":{"\u0164":50,"\u0162":50,"\u0123":11,"\u0121":11,"\u0119":11,"\u0117":11,"\u0111":11,"\u010f":11,"\u010b":11,"\u0105":7,"\u00f8":11,"\u00e7":11,"\u00e6":7,"\u00a2":11,"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":7,"T":50}},"y":{"d":"85,58v35,-1,46,-34,41,-74v-31,31,-104,18,-104,-33r0,-131r28,0r0,135v1,16,15,21,34,20v63,-3,37,-95,42,-155r29,0r0,194v-1,54,-49,77,-112,69r0,-25r42,0","w":176,"k":{"T":43,"\u0162":43,"\u0164":43,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"z":{"d":"11,-155r0,-25r134,0r-90,155r87,0r0,25r-135,0r90,-155r-86,0","w":153,"k":{"T":47,"\u0162":47,"\u0164":47,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"a":7,"\u00e6":7,"\u0105":7}},"{":{"d":"49,-110v27,19,16,66,18,108v0,15,13,27,30,27r0,25v-33,0,-59,-24,-59,-55v0,-35,18,-95,-27,-92r0,-25v43,5,27,-56,27,-92v0,-31,26,-56,59,-56r0,25v-61,2,-4,107,-48,135","w":108},"|":{"d":"22,0r0,-270r28,0r0,270r-28,0","w":72},"}":{"d":"59,-110v-27,-19,-16,-66,-18,-108v0,-15,-13,-27,-30,-27r0,-25v33,0,59,25,59,56v0,35,-18,95,27,92r0,25v-43,-5,-27,56,-27,92v0,31,-26,55,-59,55r0,-25v61,-2,4,-106,48,-135","w":108},"~":{"d":"40,-79r-26,0v0,-25,22,-45,45,-45v34,0,49,39,74,39v8,0,18,-9,18,-19r25,0v0,25,-22,45,-45,45v-34,0,-48,-40,-73,-40v-8,0,-18,10,-18,20","w":190},"\u00a1":{"d":"23,0r0,-194r29,0r0,194r-29,0xm22,-220r0,-32r32,0r0,32r-32,0","w":75},"\u00a2":{"d":"83,32r0,-32v-36,0,-65,-30,-65,-66v0,-62,-3,-123,65,-114r0,-18r29,0r0,18r36,0r0,25r-36,0r0,130r36,0r0,25r-36,0r0,32r-29,0xm47,-135v1,47,-11,109,36,110r0,-130v-20,-2,-36,3,-36,20","w":158},"\u00a3":{"d":"14,0r0,-25v54,1,41,-63,42,-114r-42,0r0,-26r42,0v-7,-72,41,-95,117,-87r0,25v-53,-4,-99,0,-88,62r88,0r0,26r-88,0v-2,43,8,90,-15,114r103,0r0,25r-159,0","w":187},"\u00a4":{"d":"141,-49v-23,10,-63,9,-88,0r-16,21r-22,-18r17,-22v-14,-27,-15,-88,0,-119v-5,-7,-12,-15,-17,-21r22,-18r16,20v24,-6,62,-5,88,0r16,-20r22,17r-17,22v15,27,14,88,0,119v5,7,12,16,17,22r-22,18xm52,-95v-2,29,33,28,64,27v39,-1,26,-58,26,-95v0,-30,-42,-21,-70,-21v-33,0,-18,57,-20,89","w":194},"\u00a5":{"d":"16,-139r0,-26r46,0r-55,-87r33,0r54,86r53,-86r33,0r-54,87r41,0r0,26v-19,2,-44,-3,-59,2r0,29r59,0r0,25r-59,0r0,83r-29,0r0,-83r-63,0r0,-25r63,0v-1,-10,2,-24,-2,-31r-61,0","w":187},"\u00a6":{"d":"22,0r0,-108r28,0r0,108r-28,0xm22,-162r0,-108r28,0r0,108r-28,0","w":72},"\u00a7":{"d":"119,-49v0,-29,-42,-25,-65,-34v-39,-6,-54,-62,-22,-86v-34,-24,-12,-83,33,-83r72,0r0,25v-35,4,-93,-15,-93,23v0,32,43,28,68,35v38,10,53,63,20,86v32,27,10,83,-35,83r-79,0r0,-25v37,-5,101,16,101,-24xm43,-131v-3,28,48,29,58,34v24,1,28,-42,4,-47v-23,-5,-58,-20,-62,13","w":165},"\u00a8":{"d":"18,-207r0,-29r29,0r0,29r-29,0xm83,-207r0,-29r29,0r0,29r-29,0","w":129},"\u00a9":{"d":"248,-94v-2,68,-56,94,-137,94v-52,0,-93,-42,-93,-94r0,-78v0,-44,36,-80,80,-80r71,0v44,0,79,36,79,80r0,78xm47,-94v2,50,44,69,105,69v37,0,68,-32,68,-69r0,-78v0,-30,-25,-55,-55,-55r-64,0v-30,0,-54,25,-54,55r0,78xm101,-104v0,35,45,26,79,27r0,23v-53,4,-104,0,-104,-49v0,-44,-5,-95,38,-95r66,0r0,24v-28,4,-79,-12,-79,16r0,54","w":266},"\u00aa":{"d":"45,-184v-12,2,-8,22,2,22r28,0r0,-30xm75,-212v5,-31,-33,-14,-53,-18r0,-22v37,-1,78,-4,77,32r0,80v-39,1,-86,6,-85,-33v0,-29,36,-33,61,-39","w":118},"\u00ab":{"d":"126,-18r-50,-72r50,-72r31,0r-50,72r50,72r-31,0xm61,-18r-50,-72r50,-72r32,0r-51,72r51,72r-32,0","w":169},"\u00ac":{"d":"14,-104r0,-26r173,0r0,76r-29,0r0,-50r-144,0","w":208},"\u00ae":{"d":"156,-126r35,72r-28,0r-29,-63v-3,-8,-13,-8,-24,-8r0,71r-27,0r0,-144v45,0,99,-7,99,37v0,16,-12,30,-26,35xm110,-148v18,-1,45,6,45,-13v0,-19,-27,-12,-45,-13r0,26xm248,-94v-2,68,-56,94,-137,94v-52,0,-93,-42,-93,-94r0,-78v0,-44,36,-80,80,-80r71,0v44,0,79,36,79,80r0,78xm47,-94v2,50,44,69,105,69v37,0,68,-32,68,-69r0,-78v0,-30,-25,-55,-55,-55r-64,0v-30,0,-54,25,-54,55r0,78","w":266},"\u00af":{"d":"20,-205r0,-22r83,0r0,22r-83,0","w":122},"\u00b0":{"d":"20,-205v0,-26,21,-47,47,-47v26,0,46,21,46,47v0,26,-20,47,-46,47v-26,0,-47,-21,-47,-47xm45,-205v0,12,10,21,22,21v12,0,21,-9,21,-21v0,-12,-9,-22,-21,-22v-12,0,-22,10,-22,22","w":133},"\u00b1":{"d":"14,-101r0,-25r72,0r0,-61r29,0r0,61r72,0r0,25r-72,0r0,61r-29,0r0,-61r-72,0xm14,0r0,-25r173,0r0,25r-173,0"},"\u00b2":{"d":"104,-219v1,46,-71,22,-61,71r58,0r0,22r-83,0v-6,-49,9,-79,53,-81v10,-3,11,-24,-3,-23r-43,0r0,-22v38,-2,78,-2,79,33","w":118},"\u00b3":{"d":"98,-174v3,46,-39,51,-84,48r0,-22v28,-1,64,9,59,-28v-2,-20,-32,-11,-51,-13r0,-22v17,-2,46,7,49,-9v-4,-19,-38,-7,-57,-10r0,-22v38,-1,80,-4,81,32v0,7,-5,16,-10,21v7,6,13,15,13,25","w":111},"\u00b4":{"d":"68,-252r31,0r-50,50r-31,0","w":118},"\u00b5":{"d":"22,61r0,-241r28,0r0,135v1,16,16,21,35,20v62,-4,36,-96,41,-155r29,0r0,180r-18,0r-11,-16v-16,18,-49,20,-76,12r0,65r-28,0","w":176},"\u03bc":{"d":"22,61r0,-241r28,0r0,135v1,16,16,21,35,20v62,-4,36,-96,41,-155r29,0r0,180r-18,0r-11,-16v-16,18,-49,20,-76,12r0,65r-28,0","w":176},"\u00b6":{"d":"148,0r0,-227r-33,0r0,227r-29,0r0,-158v-41,5,-72,-11,-72,-47v0,-68,98,-43,162,-47r0,252r-28,0xm43,-205v0,20,21,23,43,21r0,-43v-23,-2,-43,2,-43,22","w":198},"\u00b7":{"d":"22,-112r0,-32r32,0r0,32r-32,0","w":75,"k":{"X":14,"T":43,"\u0162":43,"\u0164":43,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":29,"W":29,"\u0174":29,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11}},"\u00b8":{"d":"67,-4r-8,15v16,2,29,15,29,32v0,18,-16,33,-34,33v-32,0,-37,-3,-34,-30v3,4,47,18,45,-5v-1,-16,-17,-14,-33,-14r13,-31r22,0","w":108},"\u00b9":{"d":"14,-230r0,-22r40,0r0,126r-25,0r0,-104r-15,0","w":75},"\u00ba":{"d":"104,-220v0,48,-1,84,-51,80v-36,-3,-37,-41,-35,-80v1,-27,24,-32,55,-32v18,0,31,14,31,32xm41,-174v0,12,15,13,28,12v22,-3,9,-39,12,-60v-1,-12,-37,-13,-40,0r0,48","w":122},"\u00bb":{"d":"94,-90r-51,72r-31,0r50,-72r-50,-72r31,0xm158,-90r-50,72r-31,0r50,-72r-50,-72r31,0","w":169},"\u00bc":{"d":"148,-76r25,0r0,22r14,0r0,22r-14,0r0,32r-25,0r0,-32r-58,0r50,-94r28,0r-39,72r19,0r0,-22xm14,-230r0,-22r40,0r0,126r-25,0r0,-104r-15,0xm11,0r135,-252r29,0r-135,252r-29,0"},"\u00bd":{"d":"14,-230r0,-22r40,0r0,126r-25,0r0,-104r-15,0xm11,0r135,-252r29,0r-135,252r-29,0xm205,-93v2,46,-72,21,-61,71r58,0r0,22r-83,0v-5,-49,8,-80,53,-81v11,-3,10,-24,-4,-23r-42,0r0,-22v38,-2,78,-2,79,33","w":219},"\u00be":{"d":"166,-76r25,0r0,22r14,0r0,22r-14,0r0,32r-25,0r0,-32r-58,0r50,-94r28,0r-39,72r19,0r0,-22xm32,0r135,-252r28,0r-135,252r-28,0xm93,-174v3,43,-35,52,-79,48r0,-22v27,0,57,6,53,-28v-2,-18,-27,-12,-45,-13r0,-22v20,4,61,-3,33,-19r-41,0r0,-22v36,-2,74,-2,75,32v0,7,-5,16,-10,21v7,6,14,15,14,25","w":219},"\u00bf":{"d":"155,-252r0,32r-33,0r0,-32r33,0xm101,-125v26,-4,24,-38,23,-69r29,0v4,48,-5,83,-43,92v-28,7,-67,9,-67,43v1,48,71,31,117,34r0,25r-86,0v-32,0,-60,-27,-60,-59v0,-46,45,-59,87,-66","w":172},"\u00c0":{"d":"7,0r79,-252r29,0r79,252r-30,0r-23,-76r-80,0r-24,76r-30,0xm101,-205r-33,104r65,0xm60,-324r31,0r50,50r-30,0"},"\u00c1":{"d":"7,0r79,-252r29,0r79,252r-30,0r-23,-76r-80,0r-24,76r-30,0xm101,-205r-33,104r65,0xm118,-324r31,0r-50,50r-31,0"},"\u00c2":{"d":"7,0r79,-252r29,0r79,252r-30,0r-23,-76r-80,0r-24,76r-30,0xm101,-205r-33,104r65,0xm74,-274r-31,0r58,-57r57,57r-30,0r-27,-27"},"\u00c3":{"d":"7,0r79,-252r29,0r79,252r-30,0r-23,-76r-80,0r-24,76r-30,0xm101,-205r-33,104r65,0xm137,-311r20,0v0,20,-11,36,-34,36v-22,0,-32,-28,-46,-28v-7,0,-12,6,-12,13r-20,0v0,-20,10,-36,33,-36v22,0,32,28,46,28v7,0,13,-6,13,-13"},"\u00c4":{"d":"7,0r79,-252r29,0r79,252r-30,0r-23,-76r-80,0r-24,76r-30,0xm101,-205r-33,104r65,0xm54,-274r0,-28r29,0r0,28r-29,0xm119,-274r0,-28r29,0r0,28r-29,0"},"\u00c5":{"d":"7,0r79,-252r29,0r79,252r-30,0r-23,-76r-80,0r-24,76r-30,0xm101,-205r-33,104r65,0xm63,-308v0,-21,17,-38,38,-38v21,0,38,17,38,38v0,21,-17,38,-38,38v-21,0,-38,-17,-38,-38xm83,-308v0,10,8,18,18,18v10,0,18,-8,18,-18v0,-10,-8,-18,-18,-18v-10,0,-18,8,-18,18"},"\u00c6":{"d":"7,0r101,-252r184,0r0,25r-149,0r14,62r120,0r0,26r-115,0r25,114r105,0r0,25r-129,0r-16,-76r-80,0r-30,76r-30,0xm118,-205r-41,104r64,0","w":302},"\u00c7":{"d":"169,0r-48,0r-6,11v16,2,29,15,29,32v0,18,-16,33,-34,33v-32,0,-37,-3,-34,-30v3,5,46,17,45,-5v-1,-16,-17,-14,-33,-14r11,-27v-46,-5,-81,-44,-81,-91r0,-94v0,-37,30,-67,67,-67r84,0r0,25v-50,2,-122,-14,-122,38r0,101v0,34,28,63,62,63r60,0r0,25","w":180,"k":{"0":11,"6":11,"8":11,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u0106":11,"\u0108":11,"\u010a":11,"\u010c":11,"\u011c":11,"\u011e":11,"\u0120":11,"\u0122":11,"\u014c":11,"\u014e":11,"\u0150":11,"\u0152":11,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"v":22,"w":22,"\u0175":22,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u00c8":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,62r105,0r0,26r-105,0r0,114r119,0r0,25r-147,0xm53,-324r31,0r50,50r-30,0","w":180,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u00c9":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,62r105,0r0,26r-105,0r0,114r119,0r0,25r-147,0xm114,-324r31,0r-50,50r-31,0","w":180,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u00ca":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,62r105,0r0,26r-105,0r0,114r119,0r0,25r-147,0xm68,-274r-30,0r57,-57r58,57r-31,0r-27,-27","w":180,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u00cb":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,62r105,0r0,26r-105,0r0,114r119,0r0,25r-147,0xm49,-274r0,-28r28,0r0,28r-28,0xm113,-274r0,-28r29,0r0,28r-29,0","w":180,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u00cc":{"d":"-9,-324r31,0v11,15,32,20,28,50r-9,0xm22,0r0,-252r28,0r0,252r-28,0","w":72},"\u00cd":{"d":"50,-324r31,0r-50,50r-9,0r0,-21xm22,0r0,-252r28,0r0,252r-28,0","w":72},"\u00ce":{"d":"36,-301v-13,8,-16,26,-36,27r0,-21r36,-36r36,36r0,21v-21,0,-23,-19,-36,-27xm22,0r0,-252r28,0r0,252r-28,0","w":72},"\u00cf":{"d":"0,-274r0,-28r27,0r0,28r-27,0xm45,-274r0,-28r27,0r0,28r-27,0xm22,0r0,-252r28,0r0,252r-28,0","w":72},"\u00d0":{"d":"11,-139r0,-26r32,0r0,-87r95,0v37,0,67,30,67,67r0,94v0,50,-41,91,-91,91r-71,0r0,-139r-32,0xm176,-189v1,-47,-58,-38,-104,-38r0,62r32,0r0,26r-32,0r0,114v58,6,103,-10,104,-61r0,-103","w":223,"k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"\u00d1":{"d":"22,0r0,-252r29,0r104,194r0,-194r29,0r0,252r-30,0r-104,-194r0,194r-28,0xm139,-311r19,0v0,20,-10,36,-33,36v-22,0,-32,-28,-46,-28v-7,0,-12,6,-12,13r-20,0v0,-20,10,-36,33,-36v22,0,32,28,46,28v7,0,13,-6,13,-13","w":205},"\u00d2":{"d":"184,-77v-1,47,-37,77,-89,77v-43,0,-77,-34,-77,-77r0,-108v2,-49,41,-67,99,-67v37,0,67,30,67,67r0,108xm47,-189v2,73,-22,164,60,164v26,0,48,-22,48,-49v0,-58,22,-149,-38,-153v-38,-3,-71,4,-70,38xm60,-324r31,0r50,50r-30,0","k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"\u00d3":{"d":"184,-77v-1,47,-37,77,-89,77v-43,0,-77,-34,-77,-77r0,-108v2,-49,41,-67,99,-67v37,0,67,30,67,67r0,108xm47,-189v2,73,-22,164,60,164v26,0,48,-22,48,-49v0,-58,22,-149,-38,-153v-38,-3,-71,4,-70,38xm118,-324r31,0r-50,50r-31,0","k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"\u00d4":{"d":"184,-77v-1,47,-37,77,-89,77v-43,0,-77,-34,-77,-77r0,-108v2,-49,41,-67,99,-67v37,0,67,30,67,67r0,108xm47,-189v2,73,-22,164,60,164v26,0,48,-22,48,-49v0,-58,22,-149,-38,-153v-38,-3,-71,4,-70,38xm74,-274r-31,0r58,-57r57,57r-30,0r-27,-27","k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"\u00d5":{"d":"184,-77v-1,47,-37,77,-89,77v-43,0,-77,-34,-77,-77r0,-108v2,-49,41,-67,99,-67v37,0,67,30,67,67r0,108xm47,-189v2,73,-22,164,60,164v26,0,48,-22,48,-49v0,-58,22,-149,-38,-153v-38,-3,-71,4,-70,38xm137,-311r20,0v0,20,-11,36,-34,36v-22,0,-32,-28,-46,-28v-7,0,-12,6,-12,13r-20,0v0,-20,10,-36,33,-36v22,0,32,28,46,28v7,0,13,-6,13,-13","k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"\u00d6":{"d":"184,-77v-1,47,-37,77,-89,77v-43,0,-77,-34,-77,-77r0,-108v2,-49,41,-67,99,-67v37,0,67,30,67,67r0,108xm47,-189v2,73,-22,164,60,164v26,0,48,-22,48,-49v0,-58,22,-149,-38,-153v-38,-3,-71,4,-70,38xm54,-274r0,-28r29,0r0,28r-29,0xm119,-274r0,-28r29,0r0,28r-29,0","k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"\u00d7":{"d":"171,0r-70,-70r-70,70r-20,-20r70,-70r-70,-70r20,-20r70,70r70,-70r20,20r-70,70r70,70"},"\u00d8":{"d":"22,22r18,-45v-35,-31,-20,-102,-22,-162v-2,-55,56,-79,116,-64r9,-21r30,0r-14,33v39,27,22,100,25,160v3,58,-62,94,-120,70r-12,29r-30,0xm73,-30v36,16,84,-4,82,-44v-3,-45,8,-103,-7,-136xm47,-189v3,45,-6,100,5,137r72,-174v-36,-5,-78,-1,-77,37"},"\u00d9":{"d":"184,-252r0,175v-1,45,-35,77,-85,77v-43,0,-77,-34,-77,-77r0,-175r28,0r0,178v1,30,24,49,57,49v27,0,48,-22,48,-49r0,-178r29,0xm62,-324r31,0r50,50r-31,0","w":205,"k":{"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":18,"\u0134":18,"a":7,"\u00e6":7,"\u0105":7,",":7,".":7,"\u201a":7,"\u201e":7,"\u2026":7}},"\u00da":{"d":"184,-252r0,175v-1,45,-35,77,-85,77v-43,0,-77,-34,-77,-77r0,-175r28,0r0,178v1,30,24,49,57,49v27,0,48,-22,48,-49r0,-178r29,0xm120,-324r30,0r-50,50r-31,0","w":205,"k":{"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":18,"\u0134":18,"a":7,"\u00e6":7,"\u0105":7,",":7,".":7,"\u201a":7,"\u201e":7,"\u2026":7}},"\u00db":{"d":"184,-252r0,175v-1,45,-35,77,-85,77v-43,0,-77,-34,-77,-77r0,-175r28,0r0,178v1,30,24,49,57,49v27,0,48,-22,48,-49r0,-178r29,0xm76,-274r-31,0r58,-57r57,57r-30,0r-27,-27","w":205,"k":{"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":18,"\u0134":18,"a":7,"\u00e6":7,"\u0105":7,",":7,".":7,"\u201a":7,"\u201e":7,"\u2026":7}},"\u00dc":{"d":"184,-252r0,175v-1,45,-35,77,-85,77v-43,0,-77,-34,-77,-77r0,-175r28,0r0,178v1,30,24,49,57,49v27,0,48,-22,48,-49r0,-178r29,0xm56,-274r0,-28r29,0r0,28r-29,0xm121,-274r0,-28r28,0r0,28r-28,0","w":205,"k":{"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":18,"\u0134":18,"a":7,"\u00e6":7,"\u0105":7,",":7,".":7,"\u201a":7,"\u201e":7,"\u2026":7}},"\u00dd":{"d":"108,0r-29,0r0,-133r-72,-119r33,0r54,90r53,-90r33,0r-72,119r0,133xm111,-324r30,0r-50,50r-31,0","w":187,"k":{"\ue480":29," ":18,"0":14,"6":14,"8":14,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u0106":14,"\u0108":14,"\u010a":14,"\u010c":14,"\u011c":14,"\u011e":14,"\u0120":14,"\u0122":14,"\u014c":14,"\u014e":14,"\u0150":14,"\u0152":14,"c":29,"d":29,"e":29,"g":29,"o":29,"q":29,"\u00a2":29,"\u00e7":29,"\u00f8":29,"\u010b":29,"\u010f":29,"\u0111":29,"\u0117":29,"\u0119":29,"\u0121":29,"\u0123":29,"v":29,"w":29,"\u0175":29,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"u":22,"y":22,"\u0173":22,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36,"J":29,"\u0134":29,"z":29,"\u017c":29,"a":32,"\u00e6":32,"\u0105":32,"s":29,"\u015f":29,",":54,".":54,"\u201a":54,"\u201e":54,"\u2026":54,"+":29,"-":29,"\u00b7":29,"\u2013":29,"\u2014":29,"\u2212":29,"\u00e2":22,"\u00e5":22,"\u00ea":22,"\u00f4":22,"\u00fb":22,"\u0109":22,"\u011d":22,"\u015d":22,"\u016f":22,"\u0177":22,"\u00e1":22,"\u00e9":22,"\u00f3":22,"\u00fa":22,"\u0107":22,"\u0144":22,"\u0155":22,"\u015b":22,"\u0171":22,"\u017a":22,"\u00e0":22,"\u00e8":22,"\u00f2":22,"\u00f9":22,"\u00e3":18,"\u00e4":18,"\u00eb":18,"\u00f1":18,"\u00f5":18,"\u00f6":18,"\u00fc":18,"\u00ff":18,"\u0101":18,"\u0103":18,"\u010d":18,"\u0113":18,"\u0115":18,"\u011b":18,"\u011f":18,"\u0148":18,"\u014f":18,"\u0159":18,"\u0161":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u017e":18,"m":22,"n":22,"p":22,"r":22,":":22,";":22,"\u00ee":-4,"\u00ef":-4,"\u0129":-4,"\u012b":-4,"\u012d":-4}},"\u00de":{"d":"22,0r0,-252r28,0r0,52r59,0v39,1,68,31,67,74v-2,60,-59,74,-126,67r0,59r-28,0xm148,-122v0,-60,-47,-55,-98,-53r0,90v44,0,98,7,98,-37","w":190},"\u00df":{"d":"128,-63v0,-40,-58,-32,-58,-75v0,-20,15,-39,34,-42v2,-28,-1,-47,-32,-47v-12,0,-22,11,-22,24r0,203r-28,0r0,-203v1,-30,25,-51,61,-49v47,2,54,46,50,97v-30,-8,-47,25,-21,34v25,8,45,29,45,58v-1,41,-33,70,-83,63r0,-25v33,4,53,-9,54,-38","w":169},"\u00e0":{"d":"60,-72v-23,3,-22,47,3,47r56,0r0,-61xm119,-112v12,-62,-49,-39,-90,-43r0,-25v56,-2,119,-7,119,48r0,132r-85,0v-28,0,-49,-22,-49,-49v1,-49,64,-52,105,-63xm42,-252r31,0r50,50r-30,0","w":169,"k":{"T":36,"\u0162":36,"\u0164":36,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":29,"W":29,"\u0174":29}},"\u00e1":{"d":"60,-72v-23,3,-22,47,3,47r56,0r0,-61xm119,-112v12,-62,-49,-39,-90,-43r0,-25v56,-2,119,-7,119,48r0,132r-85,0v-28,0,-49,-22,-49,-49v1,-49,64,-52,105,-63xm104,-252r30,0r-50,50r-31,0","w":169,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22}},"\u00e2":{"d":"60,-72v-23,3,-22,47,3,47r56,0r0,-61xm119,-112v12,-62,-49,-39,-90,-43r0,-25v56,-2,119,-7,119,48r0,132r-85,0v-28,0,-49,-22,-49,-49v1,-49,64,-52,105,-63xm59,-202r-30,0r57,-57r58,57r-31,0r-27,-27","w":169,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"\u00e3":{"d":"60,-72v-23,3,-22,47,3,47r56,0r0,-61xm119,-112v12,-62,-49,-39,-90,-43r0,-25v56,-2,119,-7,119,48r0,132r-85,0v-28,0,-49,-22,-49,-49v1,-49,64,-52,105,-63xm121,-239r19,0v0,20,-10,36,-33,36v-22,0,-32,-28,-46,-28v-7,0,-12,6,-12,13r-20,0v0,-20,10,-36,33,-36v22,0,32,28,46,28v7,0,13,-6,13,-13","w":169,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u00e4":{"d":"60,-72v-23,3,-22,47,3,47r56,0r0,-61xm119,-112v12,-62,-49,-39,-90,-43r0,-25v56,-2,119,-7,119,48r0,132r-85,0v-28,0,-49,-22,-49,-49v1,-49,64,-52,105,-63xm38,-205r0,-29r29,0r0,29r-29,0xm103,-205r0,-29r28,0r0,29r-28,0","w":169,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u00e5":{"d":"60,-72v-23,3,-22,47,3,47r56,0r0,-61xm119,-112v12,-62,-49,-39,-90,-43r0,-25v56,-2,119,-7,119,48r0,132r-85,0v-28,0,-49,-22,-49,-49v1,-49,64,-52,105,-63xm47,-236v0,-21,17,-38,38,-38v21,0,37,17,37,38v0,21,-16,38,-37,38v-21,0,-38,-17,-38,-38xm67,-236v0,10,8,18,18,18v10,0,18,-8,18,-18v0,-10,-8,-18,-18,-18v-10,0,-18,8,-18,18","w":169,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"\u00e6":{"d":"245,-25r0,25v-37,-1,-75,5,-97,-13r0,13r-85,0v-28,0,-49,-22,-49,-49v1,-49,64,-52,105,-63v1,-22,0,-43,-20,-43r-70,0r0,-25v39,2,85,-9,105,14v32,-28,121,-19,118,35v-2,50,-63,51,-104,63v-2,48,49,45,97,43xm60,-72v-23,3,-22,47,3,47r56,0r0,-61xm169,-155v-26,1,-21,35,-21,61v26,-12,72,-3,75,-37v2,-27,-27,-25,-54,-24","w":266,"k":{"T":43,"\u0162":43,"\u0164":43,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":22,"W":22,"\u0174":22,"\"":11,"'":11,"\u2019":11,"\u201d":11}},"\u00e7":{"d":"140,0r-44,0r-6,11v16,2,29,15,29,32v0,18,-16,33,-34,33v-32,0,-37,-3,-34,-30v3,4,47,18,45,-5v-1,-16,-17,-14,-33,-14r12,-28v-56,-6,-57,-65,-57,-130v0,-27,22,-49,49,-49r73,0r0,25v-33,4,-93,-14,-93,20v0,47,-10,110,37,110r56,0r0,25","w":151,"k":{"T":36,"\u0162":36,"\u0164":36,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"a":7,"\u00e6":7,"\u0105":7}},"\u00e8":{"d":"68,-155v-25,0,-21,35,-21,61v26,-12,72,-4,75,-37v2,-27,-27,-25,-54,-24xm144,-25r0,25v-68,6,-125,-7,-126,-69v-1,-55,-3,-111,50,-111v46,0,82,9,83,49v1,53,-68,48,-104,65v0,44,50,43,97,41xm42,-252r31,0r50,50r-30,0","w":165,"k":{"T":36,"\u0162":36,"\u0164":36,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":29,"W":29,"\u0174":29}},"\u00e9":{"d":"68,-155v-25,0,-21,35,-21,61v26,-12,72,-4,75,-37v2,-27,-27,-25,-54,-24xm144,-25r0,25v-68,6,-125,-7,-126,-69v-1,-55,-3,-111,50,-111v46,0,82,9,83,49v1,53,-68,48,-104,65v0,44,50,43,97,41xm104,-252r30,0r-50,50r-31,0","w":165,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22}},"\u00ea":{"d":"68,-155v-25,0,-21,35,-21,61v26,-12,72,-4,75,-37v2,-27,-27,-25,-54,-24xm144,-25r0,25v-68,6,-125,-7,-126,-69v-1,-55,-3,-111,50,-111v46,0,82,9,83,49v1,53,-68,48,-104,65v0,44,50,43,97,41xm58,-202r-31,0r58,-57r57,57r-30,0r-27,-27","w":165,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"\u00eb":{"d":"68,-155v-25,0,-21,35,-21,61v26,-12,72,-4,75,-37v2,-27,-27,-25,-54,-24xm144,-25r0,25v-68,6,-125,-7,-126,-69v-1,-55,-3,-111,50,-111v46,0,82,9,83,49v1,53,-68,48,-104,65v0,44,50,43,97,41xm38,-205r0,-29r29,0r0,29r-29,0xm103,-205r0,-29r28,0r0,29r-28,0","w":165,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u00ec":{"d":"0,-252r14,0r36,36r0,14r-16,0r-34,-34r0,-16xm22,0r0,-180r28,0r0,180r-28,0","w":72},"\u00ed":{"d":"58,-252r14,0r0,16r-34,34r-16,0r0,-14xm22,0r0,-180r28,0r0,180r-28,0","w":72},"\u00ee":{"d":"9,-202r0,-30r27,-27r27,27r0,30r-27,-27xm22,0r0,-180r28,0r0,180r-28,0","w":72},"\u00ef":{"d":"43,-205r0,-29r25,0r0,29r-25,0xm4,-205r0,-29r25,0r0,29r-25,0xm22,0r0,-180r28,0r0,180r-28,0","w":72},"\u00f0":{"d":"94,-180r0,-25r18,-12v-17,-15,-50,-9,-80,-10r0,-25v43,0,80,-4,102,21r32,-21r0,25r-18,12v20,36,10,98,10,149v0,39,-31,68,-74,66v-54,-3,-66,-50,-66,-114v0,-51,65,-68,112,-48v0,-15,1,-28,-5,-38xm84,-25v52,0,47,-45,46,-92v0,-26,-27,-27,-56,-27v-36,0,-26,47,-27,82v0,21,17,37,37,37","w":176},"\u00f1":{"d":"106,-155v-83,0,-50,91,-56,155r-28,0r0,-180r18,0r10,16v30,-31,105,-18,105,33r0,131r-29,0r0,-135v0,-11,-9,-20,-20,-20xm124,-239r20,0v0,20,-10,36,-33,36v-22,0,-32,-28,-46,-28v-7,0,-13,6,-13,13r-20,0v0,-20,11,-36,34,-36v22,0,32,28,46,28v7,0,12,-6,12,-13","w":176,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u00f2":{"d":"155,-56v-1,40,-34,56,-82,56v-31,0,-55,-25,-55,-56r0,-75v1,-42,40,-49,88,-49v27,0,49,22,49,49r0,75xm47,-52v-2,25,24,29,52,27v43,-3,24,-69,27,-110v2,-26,-34,-20,-59,-20v-36,0,-17,68,-20,103xm44,-252r31,0r50,50r-30,0","w":172,"k":{"T":36,"\u0162":36,"\u0164":36,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":29,"W":29,"\u0174":29}},"\u00f3":{"d":"155,-56v-1,40,-34,56,-82,56v-31,0,-55,-25,-55,-56r0,-75v1,-42,40,-49,88,-49v27,0,49,22,49,49r0,75xm47,-52v-2,25,24,29,52,27v43,-3,24,-69,27,-110v2,-26,-34,-20,-59,-20v-36,0,-17,68,-20,103xm105,-252r31,0r-50,50r-31,0","w":172,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22}},"\u00f4":{"d":"155,-56v-1,40,-34,56,-82,56v-31,0,-55,-25,-55,-56r0,-75v1,-42,40,-49,88,-49v27,0,49,22,49,49r0,75xm47,-52v-2,25,24,29,52,27v43,-3,24,-69,27,-110v2,-26,-34,-20,-59,-20v-36,0,-17,68,-20,103xm59,-202r-30,0r57,-57r58,57r-31,0r-27,-27","w":172,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"\u00f5":{"d":"155,-56v-1,40,-34,56,-82,56v-31,0,-55,-25,-55,-56r0,-75v1,-42,40,-49,88,-49v27,0,49,22,49,49r0,75xm47,-52v-2,25,24,29,52,27v43,-3,24,-69,27,-110v2,-26,-34,-20,-59,-20v-36,0,-17,68,-20,103xm122,-239r20,0v0,20,-10,36,-33,36v-22,0,-32,-28,-46,-28v-7,0,-13,6,-13,13r-19,0v0,-20,10,-36,33,-36v22,0,32,28,46,28v7,0,12,-6,12,-13","w":172,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u00f6":{"d":"155,-56v-1,40,-34,56,-82,56v-31,0,-55,-25,-55,-56r0,-75v1,-42,40,-49,88,-49v27,0,49,22,49,49r0,75xm47,-52v-2,25,24,29,52,27v43,-3,24,-69,27,-110v2,-26,-34,-20,-59,-20v-36,0,-17,68,-20,103xm40,-205r0,-29r28,0r0,29r-28,0xm104,-205r0,-29r29,0r0,29r-29,0","w":172,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u00f7":{"d":"83,-126r0,-32r32,0r0,32r-32,0xm14,-79r0,-25r170,0r0,25r-170,0xm83,-25r0,-33r32,0r0,33r-32,0","w":198},"\u00f8":{"d":"16,22r19,-37v-26,-22,-16,-72,-17,-116v-1,-46,50,-55,100,-48r10,-19r29,0r-17,32v24,21,15,69,15,110v0,46,-46,65,-98,54r-12,24r-29,0xm47,-135v0,30,-3,66,2,93r57,-113v-25,1,-59,-6,-59,20xm69,-26v25,4,58,1,57,-26r0,-85","w":172,"k":{"x":7,"X":14,"T":50,"\u0162":50,"\u0164":50,"Y":36,"\u00dd":36,"\u0176":36,"\u0178":36,"V":22,"W":22,"\u0174":22,"v":7,"w":7,"\u0175":7,"\"":14,"'":14,"\u2019":14,"\u201d":14,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"z":7,"\u017c":7,",":14,".":14,"\u201a":14,"\u201e":14,"\u2026":14}},"\u00f9":{"d":"71,-25v82,0,49,-91,55,-155r29,0r0,180r-18,0r-11,-16v-30,31,-104,18,-104,-33r0,-131r28,0r0,135v0,11,10,20,21,20xm46,-252r31,0r50,50r-31,0","w":176,"k":{"T":36,"\u0162":36,"\u0164":36,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":29,"W":29,"\u0174":29}},"\u00fa":{"d":"71,-25v82,0,49,-91,55,-155r29,0r0,180r-18,0r-11,-16v-30,31,-104,18,-104,-33r0,-131r28,0r0,135v0,11,10,20,21,20xm107,-252r31,0r-50,50r-31,0","w":176,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22}},"\u00fb":{"d":"71,-25v82,0,49,-91,55,-155r29,0r0,180r-18,0r-11,-16v-30,31,-104,18,-104,-33r0,-131r28,0r0,135v0,11,10,20,21,20xm61,-202r-30,0r57,-57r58,57r-31,0r-27,-27","w":176,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"\u00fc":{"d":"71,-25v82,0,49,-91,55,-155r29,0r0,180r-18,0r-11,-16v-30,31,-104,18,-104,-33r0,-131r28,0r0,135v0,11,10,20,21,20xm41,-205r0,-29r29,0r0,29r-29,0xm106,-205r0,-29r29,0r0,29r-29,0","w":176,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u00fd":{"d":"85,58v35,-1,46,-34,41,-74v-31,31,-104,18,-104,-33r0,-131r28,0r0,135v1,16,15,21,34,20v63,-3,37,-95,42,-155r29,0r0,194v-1,54,-49,77,-112,69r0,-25r42,0xm105,-252r31,0r-50,50r-31,0","w":176},"\u00fe":{"d":"22,83r0,-335r28,0r0,77v39,-14,108,-8,108,44r0,75v3,51,-63,71,-108,48r0,91r-28,0xm50,-52v0,25,25,29,53,27v43,-3,24,-69,27,-110v2,-26,-34,-20,-59,-20v-38,0,-21,67,-21,103","w":176},"\u00ff":{"d":"85,58v35,-1,46,-34,41,-74v-31,31,-104,18,-104,-33r0,-131r28,0r0,135v1,16,15,21,34,20v63,-3,37,-95,42,-155r29,0r0,194v-1,54,-49,77,-112,69r0,-25r42,0xm41,-205r0,-29r29,0r0,29r-29,0xm106,-205r0,-29r29,0r0,29r-29,0","w":176,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u0100":{"d":"7,0r79,-252r29,0r79,252r-30,0r-23,-76r-80,0r-24,76r-30,0xm101,-205r-33,104r65,0xm59,-274r0,-21r83,0r0,21r-83,0"},"\u0101":{"d":"60,-72v-23,3,-22,47,3,47r56,0r0,-61xm119,-112v12,-62,-49,-39,-90,-43r0,-25v56,-2,119,-7,119,48r0,132r-85,0v-28,0,-49,-22,-49,-49v1,-49,64,-52,105,-63xm43,-205r0,-22r83,0r0,22r-83,0","w":169,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u0102":{"d":"7,0r79,-252r29,0r79,252r-30,0r-23,-76r-80,0r-24,76r-30,0xm101,-205r-33,104r65,0xm126,-322r20,0v0,25,-18,48,-45,48v-27,0,-45,-23,-45,-48r20,0v0,15,11,29,25,29v14,0,25,-14,25,-29"},"\u0103":{"d":"60,-72v-23,3,-22,47,3,47r56,0r0,-61xm119,-112v12,-62,-49,-39,-90,-43r0,-25v56,-2,119,-7,119,48r0,132r-85,0v-28,0,-49,-22,-49,-49v1,-49,64,-52,105,-63xm110,-252r20,0v0,25,-18,49,-45,49v-27,0,-45,-24,-45,-49r19,0v0,15,12,29,26,29v14,0,25,-14,25,-29","w":169,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u0104":{"d":"165,40v-2,26,38,9,42,5v1,26,3,31,-31,31v-19,0,-36,-15,-36,-35v0,-18,18,-36,24,-41r-23,-76r-80,0r-24,76r-30,0r79,-252r29,0r79,252v-16,9,-28,27,-29,40xm101,-205r-33,104r65,0"},"\u0105":{"d":"117,40v-2,26,39,10,43,5v1,26,2,31,-32,31v-19,0,-36,-15,-36,-35v0,-18,19,-36,25,-41v-52,4,-104,0,-103,-49v1,-49,64,-52,105,-63v1,-22,0,-43,-20,-43r-70,0r0,-25v56,-2,119,-7,119,48r0,132v-18,6,-29,27,-31,40xm60,-72v-23,3,-22,47,3,47r56,0r0,-61","w":169,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":22,"W":22,"\u0174":22,"\"":14,"'":14,"\u2019":14,"\u201d":14}},"\u0106":{"d":"169,0v-84,9,-151,-17,-151,-91r0,-94v0,-37,30,-67,67,-67r84,0r0,25v-50,2,-122,-14,-122,38r0,101v0,34,28,63,62,63r60,0r0,25xm115,-324r30,0r-50,50r-31,0","w":180,"k":{"0":11,"6":11,"8":11,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u0106":11,"\u0108":11,"\u010a":11,"\u010c":11,"\u011c":11,"\u011e":11,"\u0120":11,"\u0122":11,"\u014c":11,"\u014e":11,"\u0150":11,"\u0152":11,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"v":22,"w":22,"\u0175":22,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u0107":{"d":"140,0v-66,6,-120,-8,-122,-66v-2,-55,-4,-114,49,-114r73,0r0,25v-33,4,-93,-14,-93,20v0,47,-10,110,37,110r56,0r0,25xm101,-252r30,0r-50,50r-31,0","w":151,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22}},"\u0108":{"d":"169,0v-84,9,-151,-17,-151,-91r0,-94v0,-37,30,-67,67,-67r84,0r0,25v-50,2,-122,-14,-122,38r0,101v0,34,28,63,62,63r60,0r0,25xm74,-274r-31,0r58,-57r57,57r-30,0r-27,-27","w":180,"k":{"0":11,"6":11,"8":11,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u0106":11,"\u0108":11,"\u010a":11,"\u010c":11,"\u011c":11,"\u011e":11,"\u0120":11,"\u0122":11,"\u014c":11,"\u014e":11,"\u0150":11,"\u0152":11,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"v":22,"w":22,"\u0175":22,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u0109":{"d":"140,0v-66,6,-120,-8,-122,-66v-2,-55,-4,-114,49,-114r73,0r0,25v-33,4,-93,-14,-93,20v0,47,-10,110,37,110r56,0r0,25xm56,-202r-31,0r58,-57r57,57r-30,0r-27,-27","w":151,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"\u010a":{"d":"169,0v-84,9,-151,-17,-151,-91r0,-94v0,-37,30,-67,67,-67r84,0r0,25v-50,2,-122,-14,-122,38r0,101v0,34,28,63,62,63r60,0r0,25xm85,-274r0,-32r32,0r0,32r-32,0","w":180,"k":{"0":11,"6":11,"8":11,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u0106":11,"\u0108":11,"\u010a":11,"\u010c":11,"\u011c":11,"\u011e":11,"\u0120":11,"\u0122":11,"\u014c":11,"\u014e":11,"\u0150":11,"\u0152":11,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"v":22,"w":22,"\u0175":22,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u010b":{"d":"140,0v-66,6,-120,-8,-122,-66v-2,-55,-4,-114,49,-114r73,0r0,25v-33,4,-93,-14,-93,20v0,47,-10,110,37,110r56,0r0,25xm69,-205r0,-33r33,0r0,33r-33,0","w":151},"\u010c":{"d":"169,0v-84,9,-151,-17,-151,-91r0,-94v0,-37,30,-67,67,-67r84,0r0,25v-50,2,-122,-14,-122,38r0,101v0,34,28,63,62,63r60,0r0,25xm43,-324r31,0r27,27r27,-27r30,0r-57,58","w":180,"k":{"0":11,"6":11,"8":11,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u0106":11,"\u0108":11,"\u010a":11,"\u010c":11,"\u011c":11,"\u011e":11,"\u0120":11,"\u0122":11,"\u014c":11,"\u014e":11,"\u0150":11,"\u0152":11,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"v":22,"w":22,"\u0175":22,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u010d":{"d":"140,0v-66,6,-120,-8,-122,-66v-2,-55,-4,-114,49,-114r73,0r0,25v-33,4,-93,-14,-93,20v0,47,-10,110,37,110r56,0r0,25xm26,-252r30,0r27,27r27,-27r31,0r-58,58","w":151,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u010e":{"d":"22,0r0,-252r94,0v37,0,68,30,68,67r0,94v0,50,-41,91,-92,91r-70,0xm155,-189v0,-47,-58,-38,-105,-38r0,202v59,7,104,-12,105,-63r0,-101xm38,-324r30,0r27,27r27,-27r31,0r-58,58"},"\u010f":{"d":"173,-191r0,-61r25,0r-4,61r-21,0xm148,-252r0,252r-64,0v-39,0,-70,-30,-70,-69v0,-54,-3,-111,49,-111r56,0r0,-72r29,0xm63,-155v-33,3,-20,57,-20,89v0,35,35,46,76,41r0,-130r-56,0","w":216},"\u0110":{"d":"11,-139r0,-26r29,0r0,-87r94,0v37,0,68,30,68,67r0,94v0,50,-41,91,-92,91r-70,0r0,-139r-29,0xm173,-189v0,-47,-58,-38,-105,-38r0,62r54,0r0,26r-54,0r0,114v59,7,104,-12,105,-63r0,-101","w":219,"k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"\u0111":{"d":"65,-202r0,-25r57,0r0,-25r29,0r0,25r22,0r0,25r-22,0r0,202r-64,0v-39,0,-69,-30,-69,-69v0,-54,-3,-111,49,-111r55,0r0,-22r-57,0xm67,-155v-33,3,-20,57,-20,89v0,36,34,46,75,41r0,-130r-55,0","w":183},"\u0112":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,62r105,0r0,26r-105,0r0,114r119,0r0,25r-147,0xm54,-274r0,-21r83,0r0,21r-83,0","w":180,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u0113":{"d":"68,-155v-25,0,-21,35,-21,61v26,-12,72,-4,75,-37v2,-27,-27,-25,-54,-24xm144,-25r0,25v-68,6,-125,-7,-126,-69v-1,-55,-3,-111,50,-111v46,0,82,9,83,49v1,53,-68,48,-104,65v0,44,50,43,97,41xm43,-205r0,-22r83,0r0,22r-83,0","w":165,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u0114":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,62r105,0r0,26r-105,0r0,114r119,0r0,25r-147,0xm120,-322r20,0v0,25,-18,48,-45,48v-27,0,-45,-23,-45,-48r20,0v0,15,11,29,25,29v14,0,25,-14,25,-29","w":180,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u0115":{"d":"68,-155v-25,0,-21,35,-21,61v26,-12,72,-4,75,-37v2,-27,-27,-25,-54,-24xm144,-25r0,25v-68,6,-125,-7,-126,-69v-1,-55,-3,-111,50,-111v46,0,82,9,83,49v1,53,-68,48,-104,65v0,44,50,43,97,41xm110,-252r20,0v0,25,-18,49,-45,49v-27,0,-45,-24,-45,-49r19,0v0,15,12,29,26,29v14,0,25,-14,25,-29","w":165,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u0116":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,62r105,0r0,26r-105,0r0,114r119,0r0,25r-147,0xm79,-274r0,-32r33,0r0,32r-33,0","w":180,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u0117":{"d":"68,-155v-25,0,-21,35,-21,61v26,-12,72,-4,75,-37v2,-27,-27,-25,-54,-24xm144,-25r0,25v-68,6,-125,-7,-126,-69v-1,-55,-3,-111,50,-111v46,0,82,9,83,49v1,53,-68,48,-104,65v0,44,50,43,97,41xm68,-205r0,-33r33,0r0,33r-33,0","w":165},"\u0118":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,62r105,0r0,26r-105,0r0,114r119,0r0,25r-12,0v-13,12,-27,26,-27,40v-2,26,39,10,43,5v1,26,2,31,-32,31v-19,0,-36,-15,-36,-35v0,-18,19,-36,25,-41r-108,0","w":180,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u0119":{"d":"109,40v0,26,38,9,42,5v1,26,3,31,-31,31v-19,0,-36,-15,-36,-35v0,-18,18,-36,24,-41v-79,8,-96,-49,-90,-131v3,-39,36,-49,83,-49v58,0,66,85,11,96v-21,4,-48,8,-65,18v0,44,50,43,97,41r0,25r-9,0v-13,12,-26,26,-26,40xm68,-155v-25,0,-21,35,-21,61v26,-12,72,-3,75,-37v2,-27,-27,-25,-54,-24","w":165},"\u011a":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,62r105,0r0,26r-105,0r0,114r119,0r0,25r-147,0xm38,-324r30,0r27,27r27,-27r31,0r-58,58","w":180,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u011b":{"d":"68,-155v-25,0,-21,35,-21,61v26,-12,72,-4,75,-37v2,-27,-27,-25,-54,-24xm144,-25r0,25v-68,6,-125,-7,-126,-69v-1,-55,-3,-111,50,-111v46,0,82,9,83,49v1,53,-68,48,-104,65v0,44,50,43,97,41xm27,-252r31,0r27,27r27,-27r30,0r-57,58","w":165,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u011c":{"d":"101,-139r0,-26r79,0r0,165r-71,0v-51,0,-91,-41,-91,-91r0,-94v0,-37,30,-67,67,-67r88,0r0,25v-51,3,-125,-16,-126,38r0,101v1,50,45,70,104,63r0,-114r-50,0xm76,-274r-31,0r58,-57r57,57r-30,0r-27,-27","k":{"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7}},"\u011d":{"d":"151,-180r0,194v-1,55,-48,76,-111,69r0,-25v49,4,90,-4,82,-58v-59,7,-102,-16,-104,-66v-2,-55,-4,-114,49,-114r84,0xm47,-135v0,47,-11,110,37,110r38,0r0,-130v-29,3,-75,-10,-75,20xm61,-202r-30,0r57,-57r58,57r-31,0r-27,-27","w":172,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"\u011e":{"d":"101,-139r0,-26r79,0r0,165r-71,0v-51,0,-91,-41,-91,-91r0,-94v0,-37,30,-67,67,-67r88,0r0,25v-51,3,-125,-16,-126,38r0,101v1,50,45,70,104,63r0,-114r-50,0xm128,-322r20,0v0,25,-18,48,-45,48v-27,0,-45,-23,-45,-48r19,0v0,15,12,29,26,29v14,0,25,-14,25,-29","k":{"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7}},"\u011f":{"d":"151,-180r0,194v-1,55,-48,76,-111,69r0,-25v49,4,90,-4,82,-58v-59,7,-102,-16,-104,-66v-2,-55,-4,-114,49,-114r84,0xm47,-135v0,47,-11,110,37,110r38,0r0,-130v-29,3,-75,-10,-75,20xm113,-252r20,0v0,25,-18,49,-45,49v-27,0,-45,-24,-45,-49r20,0v0,15,11,29,25,29v14,0,25,-14,25,-29","w":172,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u0120":{"d":"101,-139r0,-26r79,0r0,165r-71,0v-51,0,-91,-41,-91,-91r0,-94v0,-37,30,-67,67,-67r88,0r0,25v-51,3,-125,-16,-126,38r0,101v1,50,45,70,104,63r0,-114r-50,0xm87,-274r0,-32r33,0r0,32r-33,0","k":{"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7}},"\u0121":{"d":"151,-180r0,194v-1,55,-48,76,-111,69r0,-25v49,4,90,-4,82,-58v-59,7,-102,-16,-104,-66v-2,-55,-4,-114,49,-114r84,0xm47,-135v0,47,-11,110,37,110r38,0r0,-130v-29,3,-75,-10,-75,20xm72,-205r0,-33r32,0r0,33r-32,0","w":172},"\u0122":{"d":"99,76r0,-62r25,0r-3,62r-22,0xm101,-139r0,-26r79,0r0,165r-71,0v-51,0,-91,-41,-91,-91r0,-94v0,-37,30,-67,67,-67r88,0r0,25v-51,3,-125,-16,-126,38r0,101v1,50,45,70,104,63r0,-114r-50,0","k":{"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7}},"\u0123":{"d":"103,-256r0,62r-26,0r4,-62r22,0xm151,-180r0,194v-1,55,-48,76,-111,69r0,-25v49,4,90,-4,82,-58v-59,7,-102,-16,-104,-66v-2,-55,-4,-114,49,-114r84,0xm47,-135v0,47,-11,110,37,110r38,0r0,-130v-29,3,-75,-10,-75,20","w":172},"\u0124":{"d":"155,0r0,-139r-105,0r0,139r-28,0r0,-252r28,0r0,87r105,0r0,-87r29,0r0,252r-29,0xm76,-274r-31,0r58,-57r57,57r-30,0r-27,-27","w":205},"\u0125":{"d":"36,-301v-13,8,-16,26,-36,27r0,-21r36,-36r36,36r0,21v-21,0,-23,-19,-36,-27xm50,-180v53,-4,105,-1,105,49r0,131r-29,0r0,-135v-1,-30,-47,-17,-76,-20r0,155r-28,0r0,-252r28,0r0,72","w":172,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":36,"\u00dd":36,"\u0176":36,"\u0178":36,"V":22,"W":22,"\u0174":22,"v":7,"w":7,"\u0175":7,"\"":14,"'":14,"\u2019":14,"\u201d":14}},"\u0126":{"d":"11,-180r0,-25r18,0r0,-47r29,0r0,47r104,0r0,-47r29,0r0,47r18,0r0,25r-18,0r0,180r-29,0r0,-119r-104,0r0,119r-29,0r0,-180r-18,0xm58,-144r104,0r0,-36r-104,0r0,36","w":219},"\u0127":{"d":"11,-202r0,-23r21,0r0,-27r29,0r0,27r58,0r0,23r-58,0r0,22v53,-4,105,-1,105,49r0,131r-29,0r0,-135v-1,-30,-47,-17,-76,-20r0,155r-29,0r0,-202r-21,0","w":183,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":36,"\u00dd":36,"\u0176":36,"\u0178":36,"V":22,"W":22,"\u0174":22,"v":7,"w":7,"\u0175":7,"\"":14,"'":14,"\u2019":14,"\u201d":14}},"\u0128":{"d":"5,-292r-19,0v0,-20,9,-34,32,-34v22,0,25,29,39,29v7,0,10,-5,10,-12r19,0v0,20,-9,34,-32,34v-22,0,-25,-29,-39,-29v-7,0,-10,5,-10,12xm22,0r0,-252r28,0r0,252r-28,0","w":72},"\u0129":{"d":"18,-221r-18,0v0,-20,11,-31,29,-31v22,1,27,38,39,13r18,0v0,20,-10,30,-28,30v-22,-1,-29,-39,-40,-12xm29,0r0,-180r29,0r0,180r-29,0","w":86},"\u012a":{"d":"4,-274r0,-21r64,0r0,21r-64,0xm22,0r0,-252r28,0r0,252r-28,0","w":72},"\u012b":{"d":"7,-205r0,-22r58,0r0,22r-58,0xm22,0r0,-180r28,0r0,180r-28,0","w":72},"\u012c":{"d":"22,0r0,-252r28,0r0,252r-28,0xm61,-322r20,0v0,25,-18,48,-45,48v-27,0,-45,-23,-45,-48r20,0v0,15,11,29,25,29v14,0,25,-14,25,-29","w":72},"\u012d":{"d":"52,-252r20,0v0,25,-14,41,-36,41v-22,0,-36,-16,-36,-41r20,0v0,11,5,22,16,22v11,0,16,-11,16,-22xm22,0r0,-180r28,0r0,180r-28,0","w":72},"\u012e":{"d":"22,40v-2,26,38,9,42,5v1,26,2,31,-32,31v-19,0,-36,-15,-36,-35v0,-18,20,-36,26,-41r0,-252r28,0r0,252v-16,9,-27,27,-28,40","w":72},"\u012f":{"d":"22,40v-2,26,38,9,42,5v1,26,2,31,-32,31v-19,0,-36,-15,-36,-35v0,-18,20,-36,26,-41r0,-180r28,0r0,180v-16,9,-27,27,-28,40xm22,-216r0,-36r28,0r0,36r-28,0","w":72},"\u0130":{"d":"22,0r0,-252r28,0r0,252r-28,0xm20,-274r0,-32r32,0r0,32r-32,0","w":72},"\u0131":{"d":"22,0r0,-180r28,0r0,180r-28,0","w":72},"\u0134":{"d":"65,-301v-13,8,-16,26,-36,27r0,-21r36,-36r36,36r0,21v-21,0,-23,-19,-36,-27xm50,-60r0,-192r29,0r0,189v0,37,-31,67,-70,67r0,-26v23,0,41,-17,41,-38","w":100,"k":{"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u0100":7,"\u0102":7,"\u0104":7,"J":11,"\u0134":11,"Z":7,"\u0179":7,"\u017b":7,"\u017d":7}},"\u0135":{"d":"50,-180r0,194v0,39,-32,69,-73,69r0,-25v25,0,45,-19,45,-41r0,-197r28,0xm36,-229v-10,8,-17,21,-29,27r0,-28r29,-29r29,29v-1,9,3,23,-2,28","w":72},"\u0136":{"d":"94,76r0,-62r25,0r-4,62r-21,0xm22,0r0,-252r28,0r0,252r-28,0xm167,0r-117,-149r112,-103r40,0r-114,104r115,148r-36,0","w":212,"k":{"T":7,"\u0162":7,"\u0164":7,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"U":7,"\u00d9":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u0168":7,"\u016a":7,"\u016c":7,"\u016e":7,"\u0170":7,"\u0172":7,"0":22,"6":22,"8":22,"C":22,"G":22,"O":22,"Q":22,"\u00c7":22,"\u00d2":22,"\u00d3":22,"\u00d4":22,"\u00d5":22,"\u00d6":22,"\u0106":22,"\u0108":22,"\u010a":22,"\u010c":22,"\u011c":22,"\u011e":22,"\u0120":22,"\u0122":22,"\u014c":22,"\u014e":22,"\u0150":22,"\u0152":22,"V":7,"W":7,"\u0174":7,"c":14,"d":14,"e":14,"g":14,"o":14,"q":14,"\u00a2":14,"\u00e7":14,"\u00f8":14,"\u010b":14,"\u010f":14,"\u0111":14,"\u0117":14,"\u0119":14,"\u0121":14,"\u0123":14,"v":29,"w":29,"\u0175":29,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"u":11,"y":11,"\u0173":11,"a":11,"\u00e6":11,"\u0105":11,"s":7,"\u015f":7,"+":22,"-":22,"\u00b7":22,"\u2013":22,"\u2014":22,"\u2212":22,"\u00e2":11,"\u00e5":11,"\u00ea":11,"\u00f4":11,"\u00fb":11,"\u0109":11,"\u011d":11,"\u015d":11,"\u016f":11,"\u0177":11,"\u00e1":11,"\u00e9":11,"\u00f3":11,"\u00fa":11,"\u0107":11,"\u0144":11,"\u0155":11,"\u015b":11,"\u0171":11,"\u017a":11,"\u00e0":11,"\u00e8":11,"\u00f2":11,"\u00f9":11,"\u00e3":7,"\u00e4":7,"\u00eb":7,"\u00f1":7,"\u00f5":7,"\u00f6":7,"\u00fc":7,"\u00ff":7,"\u0101":7,"\u0103":7,"\u010d":7,"\u0113":7,"\u0115":7,"\u011b":7,"\u011f":7,"\u0148":7,"\u014f":7,"\u0159":7,"\u0161":7,"\u0169":7,"\u016b":7,"\u016d":7,"\u017e":7}},"\u0137":{"d":"79,76r0,-62r25,0r-3,62r-22,0xm22,0r0,-252r28,0r0,252r-28,0xm50,-90r85,-90r38,0r-87,90r87,90r-38,0","w":180,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"a":7,"\u00e6":7,"\u0105":7}},"\u0138":{"d":"22,0r0,-180r28,0r0,180r-28,0xm50,-90r85,-90r38,0r-87,90r87,90r-38,0","w":180,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"a":7,"\u00e6":7,"\u0105":7}},"\u0139":{"d":"22,0r0,-252r28,0r0,227r123,0r0,25r-151,0xm67,-324r30,0r-50,50r-31,0","w":183,"k":{"T":54,"\u0162":54,"\u0164":54,"Y":50,"\u00dd":50,"\u0176":50,"\u0178":50,"U":22,"\u00d9":22,"\u00da":22,"\u00db":22,"\u00dc":22,"\u0168":22,"\u016a":22,"\u016c":22,"\u016e":22,"\u0170":22,"\u0172":22,"0":22,"6":22,"8":22,"C":22,"G":22,"O":22,"Q":22,"\u00c7":22,"\u00d2":22,"\u00d3":22,"\u00d4":22,"\u00d5":22,"\u00d6":22,"\u0106":22,"\u0108":22,"\u010a":22,"\u010c":22,"\u011c":22,"\u011e":22,"\u0120":22,"\u0122":22,"\u014c":22,"\u014e":22,"\u0150":22,"\u0152":22,"V":50,"W":50,"\u0174":50,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"t":11,"\u0163":11,"\u0165":11,"\u0167":11,"v":29,"w":29,"\u0175":29,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"\"":54,"'":54,"\u2019":54,"\u201d":54,"u":11,"y":11,"\u0173":11,"a":7,"\u00e6":7,"\u0105":7,"+":14,"-":14,"\u00b7":14,"\u2013":14,"\u2014":14,"\u2212":14,"\u00e2":7,"\u00e5":7,"\u00ea":7,"\u00f4":7,"\u00fb":7,"\u0109":7,"\u011d":7,"\u015d":7,"\u016f":7,"\u0177":7,"\u00e1":7,"\u00e9":7,"\u00f3":7,"\u00fa":7,"\u0107":7,"\u0144":7,"\u0155":7,"\u015b":7,"\u0171":7,"\u017a":7,"\u00e0":7,"\u00e8":7,"\u00f2":7,"\u00f9":7,"\u00e3":7,"\u00e4":7,"\u00eb":7,"\u00f1":7,"\u00f5":7,"\u00f6":7,"\u00fc":7,"\u00ff":7,"\u0101":7,"\u0103":7,"\u010d":7,"\u0113":7,"\u0115":7,"\u011b":7,"\u011f":7,"\u0148":7,"\u014f":7,"\u0159":7,"\u0161":7,"\u0169":7,"\u016b":7,"\u016d":7,"\u017e":7}},"\u013a":{"d":"50,-324r31,0r-50,50r-9,0r0,-21xm50,0r-28,0r0,-252r28,0r0,252","w":72},"\u013b":{"d":"85,76r0,-62r25,0r-4,62r-21,0xm22,0r0,-252r28,0r0,227r123,0r0,25r-151,0","w":183,"k":{"T":54,"\u0162":54,"\u0164":54,"Y":50,"\u00dd":50,"\u0176":50,"\u0178":50,"U":22,"\u00d9":22,"\u00da":22,"\u00db":22,"\u00dc":22,"\u0168":22,"\u016a":22,"\u016c":22,"\u016e":22,"\u0170":22,"\u0172":22,"0":22,"6":22,"8":22,"C":22,"G":22,"O":22,"Q":22,"\u00c7":22,"\u00d2":22,"\u00d3":22,"\u00d4":22,"\u00d5":22,"\u00d6":22,"\u0106":22,"\u0108":22,"\u010a":22,"\u010c":22,"\u011c":22,"\u011e":22,"\u0120":22,"\u0122":22,"\u014c":22,"\u014e":22,"\u0150":22,"\u0152":22,"V":50,"W":50,"\u0174":50,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"t":11,"\u0163":11,"\u0165":11,"\u0167":11,"v":29,"w":29,"\u0175":29,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"\"":54,"'":54,"\u2019":54,"\u201d":54,"u":11,"y":11,"\u0173":11,"a":7,"\u00e6":7,"\u0105":7,"+":14,"-":14,"\u00b7":14,"\u2013":14,"\u2014":14,"\u2212":14,"\u00e2":7,"\u00e5":7,"\u00ea":7,"\u00f4":7,"\u00fb":7,"\u0109":7,"\u011d":7,"\u015d":7,"\u016f":7,"\u0177":7,"\u00e1":7,"\u00e9":7,"\u00f3":7,"\u00fa":7,"\u0107":7,"\u0144":7,"\u0155":7,"\u015b":7,"\u0171":7,"\u017a":7,"\u00e0":7,"\u00e8":7,"\u00f2":7,"\u00f9":7,"\u00e3":7,"\u00e4":7,"\u00eb":7,"\u00f1":7,"\u00f5":7,"\u00f6":7,"\u00fc":7,"\u00ff":7,"\u0101":7,"\u0103":7,"\u010d":7,"\u0113":7,"\u0115":7,"\u011b":7,"\u011f":7,"\u0148":7,"\u014f":7,"\u0159":7,"\u0161":7,"\u0169":7,"\u016b":7,"\u016d":7,"\u017e":7}},"\u013c":{"d":"22,76r0,-62r25,0r-4,62r-21,0xm50,0r-28,0r0,-252r28,0r0,252","w":72},"\u013d":{"d":"72,-191r0,-61r25,0r-3,61r-22,0xm22,0r0,-252r28,0r0,227r123,0r0,25r-151,0","w":183},"\u013e":{"d":"72,-191r0,-61r25,0r-3,61r-22,0xm50,0r-28,0r0,-252r28,0r0,252","w":115},"\u013f":{"d":"22,0r0,-252r28,0r0,227r123,0r0,25r-151,0xm87,-115r0,-33r33,0r0,33r-33,0","w":183,"k":{"T":54,"\u0162":54,"\u0164":54,"Y":50,"\u00dd":50,"\u0176":50,"\u0178":50,"U":22,"\u00d9":22,"\u00da":22,"\u00db":22,"\u00dc":22,"\u0168":22,"\u016a":22,"\u016c":22,"\u016e":22,"\u0170":22,"\u0172":22,"0":22,"6":22,"8":22,"C":22,"G":22,"O":22,"Q":22,"\u00c7":22,"\u00d2":22,"\u00d3":22,"\u00d4":22,"\u00d5":22,"\u00d6":22,"\u0106":22,"\u0108":22,"\u010a":22,"\u010c":22,"\u011c":22,"\u011e":22,"\u0120":22,"\u0122":22,"\u014c":22,"\u014e":22,"\u0150":22,"\u0152":22,"V":50,"W":50,"\u0174":50,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"t":11,"\u0163":11,"\u0165":11,"\u0167":11,"v":29,"w":29,"\u0175":29,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"\"":54,"'":54,"\u2019":54,"\u201d":54,"u":11,"y":11,"\u0173":11,"a":7,"\u00e6":7,"\u0105":7,"+":14,"-":14,"\u00b7":14,"\u2013":14,"\u2014":14,"\u2212":14,"\u00e2":7,"\u00e5":7,"\u00ea":7,"\u00f4":7,"\u00fb":7,"\u0109":7,"\u011d":7,"\u015d":7,"\u016f":7,"\u0177":7,"\u00e1":7,"\u00e9":7,"\u00f3":7,"\u00fa":7,"\u0107":7,"\u0144":7,"\u0155":7,"\u015b":7,"\u0171":7,"\u017a":7,"\u00e0":7,"\u00e8":7,"\u00f2":7,"\u00f9":7,"\u00e3":7,"\u00e4":7,"\u00eb":7,"\u00f1":7,"\u00f5":7,"\u00f6":7,"\u00fc":7,"\u00ff":7,"\u0101":7,"\u0103":7,"\u010d":7,"\u0113":7,"\u0115":7,"\u011b":7,"\u011f":7,"\u0148":7,"\u014f":7,"\u0159":7,"\u0161":7,"\u0169":7,"\u016b":7,"\u016d":7,"\u017e":7}},"\u0140":{"d":"50,0r-28,0r0,-252r28,0r0,252xm68,-115r0,-33r33,0r0,33r-33,0","w":118},"\u0141":{"d":"7,-110r0,-25r33,-8r0,-109r28,0r0,102r33,-8r0,25r-33,8r0,100r123,0r0,25r-151,0r0,-118"},"\u0142":{"d":"7,-110r0,-25r33,-8r0,-109r28,0r0,102r33,-8r0,25r-33,8r0,125r-28,0r0,-118","w":108},"\u0143":{"d":"22,0r0,-252r29,0r104,194r0,-194r29,0r0,252r-30,0r-104,-194r0,194r-28,0xm120,-324r30,0r-50,50r-31,0","w":205},"\u0144":{"d":"106,-155v-83,0,-50,91,-56,155r-28,0r0,-180r18,0r10,16v30,-31,105,-18,105,33r0,131r-29,0r0,-135v0,-11,-9,-20,-20,-20xm105,-252r31,0r-50,50r-31,0","w":176,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22}},"\u0145":{"d":"88,76r0,-62r25,0r-3,62r-22,0xm22,0r0,-252r29,0r104,194r0,-194r29,0r0,252r-30,0r-104,-194r0,194r-28,0","w":205},"\u0146":{"d":"77,76r0,-62r26,0r-4,62r-22,0xm106,-155v-83,0,-50,91,-56,155r-28,0r0,-180r18,0r10,16v30,-31,105,-18,105,33r0,131r-29,0r0,-135v0,-11,-9,-20,-20,-20","w":176,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":22,"W":22,"\u0174":22,"\"":14,"'":14,"\u2019":14,"\u201d":14}},"\u0147":{"d":"22,0r0,-252r29,0r104,194r0,-194r29,0r0,252r-30,0r-104,-194r0,194r-28,0xm45,-324r31,0r27,27r27,-27r30,0r-57,58","w":205},"\u0148":{"d":"106,-155v-83,0,-50,91,-56,155r-28,0r0,-180r18,0r10,16v30,-31,105,-18,105,33r0,131r-29,0r0,-135v0,-11,-9,-20,-20,-20xm34,-252r31,0r27,27r27,-27r30,0r-57,58","w":176,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u0149":{"d":"22,-194r0,-62r25,0r-4,62r-21,0xm106,-155v-83,0,-50,91,-56,155r-28,0r0,-180r18,0r10,16v30,-31,105,-18,105,33r0,131r-29,0r0,-135v0,-11,-9,-20,-20,-20","w":176,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":36,"\u00dd":36,"\u0176":36,"\u0178":36,"V":22,"W":22,"\u0174":22,"v":7,"w":7,"\u0175":7,"\"":14,"'":14,"\u2019":14,"\u201d":14}},"\u014a":{"d":"22,0r0,-252r29,0r104,194r0,-194r29,0r0,253v0,37,-32,67,-71,67r0,-25v24,0,46,-19,41,-43r-104,-194r0,194r-28,0","w":205},"\u014b":{"d":"106,-155v-83,0,-50,91,-56,155r-28,0r0,-180r18,0r10,16v30,-31,105,-18,105,33r0,131v0,39,-33,68,-74,68r0,-25v74,-2,45,-111,45,-178v0,-11,-9,-20,-20,-20","w":176,"k":{"T":50,"\u0162":50,"\u0164":50,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":22,"W":22,"\u0174":22,"\"":14,"'":14,"\u2019":14,"\u201d":14}},"\u014c":{"d":"184,-77v-1,47,-37,77,-89,77v-43,0,-77,-34,-77,-77r0,-108v2,-49,41,-67,99,-67v37,0,67,30,67,67r0,108xm47,-189v2,73,-22,164,60,164v26,0,48,-22,48,-49v0,-58,22,-149,-38,-153v-38,-3,-71,4,-70,38xm59,-274r0,-21r83,0r0,21r-83,0","k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"\u014d":{"d":"155,-56v-1,40,-34,56,-82,56v-31,0,-55,-25,-55,-56r0,-75v1,-42,40,-49,88,-49v27,0,49,22,49,49r0,75xm47,-52v-2,25,24,29,52,27v43,-3,24,-69,27,-110v2,-26,-34,-20,-59,-20v-36,0,-17,68,-20,103xm45,-205r0,-22r83,0r0,22r-83,0","w":172},"\u014e":{"d":"184,-77v-1,47,-37,77,-89,77v-43,0,-77,-34,-77,-77r0,-108v2,-49,41,-67,99,-67v37,0,67,30,67,67r0,108xm47,-189v2,73,-22,164,60,164v26,0,48,-22,48,-49v0,-58,22,-149,-38,-153v-38,-3,-71,4,-70,38xm126,-322r20,0v0,25,-18,48,-45,48v-27,0,-45,-23,-45,-48r20,0v0,15,11,29,25,29v14,0,25,-14,25,-29","k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"\u014f":{"d":"155,-56v-1,40,-34,56,-82,56v-31,0,-55,-25,-55,-56r0,-75v1,-42,40,-49,88,-49v27,0,49,22,49,49r0,75xm47,-52v-2,25,24,29,52,27v43,-3,24,-69,27,-110v2,-26,-34,-20,-59,-20v-36,0,-17,68,-20,103xm112,-252r19,0v0,25,-18,49,-45,49v-27,0,-45,-24,-45,-49r20,0v0,15,11,29,25,29v14,0,26,-14,26,-29","w":172,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u0150":{"d":"184,-77v-1,47,-37,77,-89,77v-43,0,-77,-34,-77,-77r0,-108v2,-49,41,-67,99,-67v37,0,67,30,67,67r0,108xm47,-189v2,73,-22,164,60,164v26,0,48,-22,48,-49v0,-58,22,-149,-38,-153v-38,-3,-71,4,-70,38xm156,-320r30,0r-47,46r-30,0xm94,-320r31,0r-47,46r-30,0","k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"\u0151":{"d":"155,-56v-1,40,-34,56,-82,56v-31,0,-55,-25,-55,-56r0,-75v1,-42,40,-49,88,-49v27,0,49,22,49,49r0,75xm47,-52v-2,25,24,29,52,27v43,-3,24,-69,27,-110v2,-26,-34,-20,-59,-20v-36,0,-17,68,-20,103xm138,-252r30,0r-47,47r-30,0xm76,-252r31,0r-47,47r-30,0","w":172},"\u0152":{"d":"151,0r0,-18v-46,41,-133,8,-133,-59r0,-108v0,-37,30,-67,67,-67r214,0r0,25r-119,0r0,62r104,0r0,26r-104,0r0,114r119,0r0,25r-148,0xm151,-74r0,-153v0,0,-106,-9,-104,38v3,68,-24,164,56,164v26,0,48,-22,48,-49","w":309,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\u0153":{"d":"252,-25r0,25v-45,0,-87,6,-108,-22v-29,41,-126,28,-126,-34r0,-75v-4,-54,85,-64,122,-35v32,-28,122,-20,119,35v-2,50,-63,51,-104,63v-2,48,49,45,97,43xm47,-52v-2,25,24,29,52,27v43,-3,24,-69,27,-110v2,-26,-34,-20,-59,-20v-36,0,-17,68,-20,103xm176,-155v-25,0,-21,35,-21,61v26,-12,72,-3,75,-37v2,-27,-27,-25,-54,-24","w":273,"k":{"T":43,"\u0162":43,"\u0164":43,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":22,"W":22,"\u0174":22,"\"":11,"'":11,"\u2019":11,"\u201d":11}},"\u0154":{"d":"180,-196v0,29,-23,54,-51,57v28,39,40,94,62,139r-32,0r-48,-117v-9,-23,-32,-23,-61,-22r0,139r-28,0r0,-252r102,0v31,0,56,25,56,56xm50,-165v41,-2,101,12,101,-31v0,-43,-60,-29,-101,-31r0,62xm112,-324r31,0r-50,50r-31,0","w":198,"k":{"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"U":7,"\u00d9":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u0168":7,"\u016a":7,"\u016c":7,"\u016e":7,"\u0170":7,"\u0172":7,"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"V":11,"W":11,"\u0174":11,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"v":7,"w":7,"\u0175":7,"s":7,"\u015f":7}},"\u0155":{"d":"22,0r0,-180r18,0r10,16v18,-21,48,-15,83,-16r0,25v-42,-3,-83,1,-83,40r0,115r-28,0xm91,-252r30,0r-50,50r-31,0","w":144,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22}},"\u0156":{"d":"88,76r0,-62r25,0r-3,62r-22,0xm180,-196v0,29,-23,54,-51,57v28,39,40,94,62,139r-32,0r-48,-117v-9,-23,-32,-23,-61,-22r0,139r-28,0r0,-252r102,0v31,0,56,25,56,56xm50,-165v41,-2,101,12,101,-31v0,-43,-60,-29,-101,-31r0,62","w":198,"k":{"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"U":7,"\u00d9":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u0168":7,"\u016a":7,"\u016c":7,"\u016e":7,"\u0170":7,"\u0172":7,"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"V":11,"W":11,"\u0174":11,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"v":7,"w":7,"\u0175":7,"s":7,"\u015f":7}},"\u0157":{"d":"22,76r0,-62r25,0r-4,62r-21,0xm22,0r0,-180r18,0r10,16v18,-21,48,-15,83,-16r0,25v-42,-3,-83,1,-83,40r0,115r-28,0","w":144,"k":{"X":22," ":18,"T":50,"\u0162":50,"\u0164":50,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":14,"W":14,"\u0174":14,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"A":29,"\u00c0":29,"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c4":29,"\u00c5":29,"\u0100":29,"\u0102":29,"\u0104":29,"J":22,"\u0134":22,"Z":22,"\u0179":22,"\u017b":22,"\u017d":22,"a":11,"\u00e6":11,"\u0105":11,",":65,".":65,"\u201a":65,"\u201e":65,"\u2026":65,"\u00e2":7,"\u00e5":7,"\u00ea":7,"\u00f4":7,"\u00fb":7,"\u0109":7,"\u011d":7,"\u015d":7,"\u016f":7,"\u0177":7,"\u00e1":7,"\u00e9":7,"\u00f3":7,"\u00fa":7,"\u0107":7,"\u0144":7,"\u0155":7,"\u015b":7,"\u0171":7,"\u017a":7,"\u00e0":7,"\u00e8":7,"\u00f2":7,"\u00f9":7,"\u00e3":7,"\u00e4":7,"\u00eb":7,"\u00f1":7,"\u00f5":7,"\u00f6":7,"\u00fc":7,"\u00ff":7,"\u0101":7,"\u0103":7,"\u010d":7,"\u0113":7,"\u0115":7,"\u011b":7,"\u011f":7,"\u0148":7,"\u014f":7,"\u0159":7,"\u0161":7,"\u0169":7,"\u016b":7,"\u016d":7,"\u017e":7}},"\u0158":{"d":"180,-196v0,29,-23,54,-51,57v28,39,40,94,62,139r-32,0r-48,-117v-9,-23,-32,-23,-61,-22r0,139r-28,0r0,-252r102,0v31,0,56,25,56,56xm50,-165v41,-2,101,12,101,-31v0,-43,-60,-29,-101,-31r0,62xm37,-324r31,0r27,27r27,-27r31,0r-58,58","w":198,"k":{"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"U":7,"\u00d9":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u0168":7,"\u016a":7,"\u016c":7,"\u016e":7,"\u0170":7,"\u0172":7,"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"V":11,"W":11,"\u0174":11,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"v":7,"w":7,"\u0175":7,"s":7,"\u015f":7}},"\u0159":{"d":"22,0r0,-180r18,0r10,16v18,-21,48,-15,83,-16r0,25v-42,-3,-83,1,-83,40r0,115r-28,0xm20,-252r30,0r27,27r27,-27r31,0r-58,58","w":144,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u015a":{"d":"100,0r-78,0r0,-25r75,0v56,3,69,-89,15,-98v-46,-8,-98,-18,-98,-70v0,-33,28,-59,61,-59r87,0r0,25v-47,3,-119,-15,-119,34v0,37,43,37,74,44v35,7,59,37,59,73v0,42,-34,76,-76,76xm112,-324r31,0r-50,50r-31,0","w":190,"k":{"X":14,"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"v":7,"w":7,"\u0175":7,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u0100":7,"\u0102":7,"\u0104":7,"J":14,"\u0134":14,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11,"z":7,"\u017c":7}},"\u015b":{"d":"119,-49v0,-31,-41,-27,-65,-35v-21,-8,-40,-23,-40,-47v0,-27,23,-49,51,-49r72,0r0,25v-36,4,-94,-14,-94,24v0,31,41,26,65,35v21,8,40,24,40,47v0,27,-23,49,-51,49r-79,0r0,-25v37,-5,101,16,101,-24xm98,-252r31,0r-51,50r-30,0","w":162,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22}},"\u015c":{"d":"100,0r-78,0r0,-25r75,0v56,3,69,-89,15,-98v-46,-8,-98,-18,-98,-70v0,-33,28,-59,61,-59r87,0r0,25v-47,3,-119,-15,-119,34v0,37,43,37,74,44v35,7,59,37,59,73v0,42,-34,76,-76,76xm70,-274r-30,0r57,-57r58,57r-31,0r-27,-27","w":190,"k":{"X":14,"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"v":7,"w":7,"\u0175":7,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u0100":7,"\u0102":7,"\u0104":7,"J":14,"\u0134":14,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11,"z":7,"\u017c":7}},"\u015d":{"d":"119,-49v0,-31,-41,-27,-65,-35v-21,-8,-40,-23,-40,-47v0,-27,23,-49,51,-49r72,0r0,25v-36,4,-94,-14,-94,24v0,31,41,26,65,35v21,8,40,24,40,47v0,27,-23,49,-51,49r-79,0r0,-25v37,-5,101,16,101,-24xm54,-202r-31,0r58,-57r58,57r-31,0r-27,-27","w":162,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"\u015e":{"d":"176,-76v0,42,-34,76,-75,76r-5,11v16,2,29,15,29,32v0,18,-17,33,-35,33v-32,0,-37,-3,-34,-30v3,4,45,18,45,-5v0,-16,-16,-14,-32,-14r11,-27r-58,0r0,-25r75,0v56,3,69,-89,15,-98v-46,-8,-98,-18,-98,-70v0,-33,28,-59,61,-59r87,0r0,25v-47,3,-119,-15,-119,34v0,37,43,37,74,44v35,7,59,37,59,73","w":190,"k":{"X":14,"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"v":7,"w":7,"\u0175":7,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u0100":7,"\u0102":7,"\u0104":7,"J":14,"\u0134":14,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11,"z":7,"\u017c":7}},"\u015f":{"d":"119,-49v0,-31,-41,-27,-65,-35v-21,-8,-40,-23,-40,-47v0,-27,23,-49,51,-49r72,0r0,25v-36,4,-94,-14,-94,24v0,31,41,26,65,35v21,8,40,24,40,47v-1,30,-25,52,-60,49r-5,11v16,2,29,15,29,32v0,18,-17,33,-35,33v-32,0,-37,-3,-34,-30v3,4,45,18,45,-5v0,-16,-16,-14,-32,-14r11,-27r-49,0r0,-25v37,-5,101,16,101,-24","w":162,"k":{"X":11,"T":50,"\u0162":50,"\u0164":50,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"A":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"\u0100":4,"\u0102":4,"\u0104":4,"s":7,"\u015f":7}},"\u0160":{"d":"100,0r-78,0r0,-25r75,0v56,3,69,-89,15,-98v-46,-8,-98,-18,-98,-70v0,-33,28,-59,61,-59r87,0r0,25v-47,3,-119,-15,-119,34v0,37,43,37,74,44v35,7,59,37,59,73v0,42,-34,76,-76,76xm38,-324r30,0r27,27r27,-27r31,0r-58,58","w":190,"k":{"X":14,"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"v":7,"w":7,"\u0175":7,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u0100":7,"\u0102":7,"\u0104":7,"J":14,"\u0134":14,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11,"z":7,"\u017c":7}},"\u0161":{"d":"119,-49v0,-31,-41,-27,-65,-35v-21,-8,-40,-23,-40,-47v0,-27,23,-49,51,-49r72,0r0,25v-36,4,-94,-14,-94,24v0,31,41,26,65,35v21,8,40,24,40,47v0,27,-23,49,-51,49r-79,0r0,-25v37,-5,101,16,101,-24xm23,-252r31,0r27,27r27,-27r31,0r-58,58","w":162,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u0162":{"d":"77,76r0,-62r26,0r-4,62r-22,0xm11,-227r0,-25r162,0r0,25r-67,0r0,227r-29,0r0,-227r-66,0","w":183,"k":{"\ue480":29,"x":43," ":18,"0":14,"6":14,"8":14,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u0106":14,"\u0108":14,"\u010a":14,"\u010c":14,"\u011c":14,"\u011e":14,"\u0120":14,"\u0122":14,"\u014c":14,"\u014e":14,"\u0150":14,"\u0152":14,"c":43,"d":43,"e":43,"g":43,"o":43,"q":43,"\u00a2":43,"\u00e7":43,"\u00f8":43,"\u010b":43,"\u010f":43,"\u0111":43,"\u0117":43,"\u0119":43,"\u0121":43,"\u0123":43,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":43,"w":43,"\u0175":43,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"u":43,"y":43,"\u0173":43,"A":43,"\u00c0":43,"\u00c1":43,"\u00c2":43,"\u00c3":43,"\u00c4":43,"\u00c5":43,"\u0100":43,"\u0102":43,"\u0104":43,"J":29,"\u0134":29,"Z":7,"\u0179":7,"\u017b":7,"\u017d":7,"z":43,"\u017c":43,"a":43,"\u00e6":43,"\u0105":43,"s":43,"\u015f":43,",":54,".":54,"\u201a":54,"\u201e":54,"\u2026":54,"+":43,"-":43,"\u00b7":43,"\u2013":43,"\u2014":43,"\u2212":43,"\u00e2":29,"\u00e5":29,"\u00ea":29,"\u00f4":29,"\u00fb":29,"\u0109":29,"\u011d":29,"\u015d":29,"\u016f":29,"\u0177":29,"\u00e1":43,"\u00e9":43,"\u00f3":43,"\u00fa":43,"\u0107":43,"\u0144":43,"\u0155":43,"\u015b":43,"\u0171":43,"\u017a":43,"\u00e0":36,"\u00e8":36,"\u00f2":36,"\u00f9":36,"\u00e3":18,"\u00e4":18,"\u00eb":18,"\u00f1":18,"\u00f5":18,"\u00f6":18,"\u00fc":18,"\u00ff":18,"\u0101":18,"\u0103":18,"\u010d":18,"\u0113":18,"\u0115":18,"\u011b":18,"\u011f":18,"\u0148":18,"\u014f":18,"\u0159":18,"\u0161":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u017e":18,"m":36,"n":36,"p":36,"r":36,":":36,";":36,"\u00ee":-7,"\u00ef":-7,"\u0129":-7,"\u012b":-7,"\u012d":-7}},"\u0163":{"d":"47,76r0,-62r25,0r-4,62r-21,0xm50,-48v0,22,21,25,44,23r0,25v-41,4,-71,-13,-72,-48r0,-204r28,0r0,72r44,0r0,25r-44,0r0,107","w":104,"k":{"T":43,"\u0162":43,"\u0164":43,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"a":7,"\u00e6":7,"\u0105":7}},"\u0164":{"d":"11,-227r0,-25r162,0r0,25r-67,0r0,227r-29,0r0,-227r-66,0xm34,-324r31,0r27,27r27,-27r30,0r-57,58","w":183,"k":{"\ue480":29,"x":43," ":18,"0":14,"6":14,"8":14,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u0106":14,"\u0108":14,"\u010a":14,"\u010c":14,"\u011c":14,"\u011e":14,"\u0120":14,"\u0122":14,"\u014c":14,"\u014e":14,"\u0150":14,"\u0152":14,"c":43,"d":43,"e":43,"g":43,"o":43,"q":43,"\u00a2":43,"\u00e7":43,"\u00f8":43,"\u010b":43,"\u010f":43,"\u0111":43,"\u0117":43,"\u0119":43,"\u0121":43,"\u0123":43,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":43,"w":43,"\u0175":43,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"u":43,"y":43,"\u0173":43,"A":43,"\u00c0":43,"\u00c1":43,"\u00c2":43,"\u00c3":43,"\u00c4":43,"\u00c5":43,"\u0100":43,"\u0102":43,"\u0104":43,"J":29,"\u0134":29,"Z":7,"\u0179":7,"\u017b":7,"\u017d":7,"z":43,"\u017c":43,"a":43,"\u00e6":43,"\u0105":43,"s":43,"\u015f":43,",":54,".":54,"\u201a":54,"\u201e":54,"\u2026":54,"+":43,"-":43,"\u00b7":43,"\u2013":43,"\u2014":43,"\u2212":43,"\u00e2":29,"\u00e5":29,"\u00ea":29,"\u00f4":29,"\u00fb":29,"\u0109":29,"\u011d":29,"\u015d":29,"\u016f":29,"\u0177":29,"\u00e1":43,"\u00e9":43,"\u00f3":43,"\u00fa":43,"\u0107":43,"\u0144":43,"\u0155":43,"\u015b":43,"\u0171":43,"\u017a":43,"\u00e0":36,"\u00e8":36,"\u00f2":36,"\u00f9":36,"\u00e3":18,"\u00e4":18,"\u00eb":18,"\u00f1":18,"\u00f5":18,"\u00f6":18,"\u00fc":18,"\u00ff":18,"\u0101":18,"\u0103":18,"\u010d":18,"\u0113":18,"\u0115":18,"\u011b":18,"\u011f":18,"\u0148":18,"\u014f":18,"\u0159":18,"\u0161":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u017e":18,"m":36,"n":36,"p":36,"r":36,":":36,";":36,"\u00ee":-7,"\u00ef":-7,"\u0129":-7,"\u012b":-7,"\u012d":-7}},"\u0165":{"d":"72,-198r0,-54r25,0r-3,54r-22,0xm50,-48v0,22,21,25,44,23r0,25v-41,4,-71,-13,-72,-48r0,-204r28,0r0,72r44,0r0,25r-44,0r0,107","w":111,"k":{"T":43,"\u0162":43,"\u0164":43,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"a":7,"\u00e6":7,"\u0105":7}},"\u0166":{"d":"11,-227r0,-25r162,0r0,25r-67,0r0,62r45,0r0,26r-45,0r0,139r-29,0r0,-139r-45,0r0,-26r45,0r0,-62r-66,0","w":183},"\u0167":{"d":"50,-48v0,22,21,25,44,23r0,25v-41,4,-71,-13,-72,-48r0,-204r28,0r0,72r44,0r0,25r-44,0r0,45r36,0r0,25r-36,0r0,37","w":104,"k":{"T":43,"\u0162":43,"\u0164":43,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"a":7,"\u00e6":7,"\u0105":7}},"\u0168":{"d":"184,-252r0,175v-1,45,-35,77,-85,77v-43,0,-77,-34,-77,-77r0,-175r28,0r0,178v1,30,24,49,57,49v27,0,48,-22,48,-49r0,-178r29,0xm139,-311r19,0v0,20,-10,36,-33,36v-22,0,-32,-28,-46,-28v-7,0,-12,6,-12,13r-20,0v0,-20,10,-36,33,-36v22,0,32,28,46,28v7,0,13,-6,13,-13","w":205,"k":{"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":18,"\u0134":18,"a":7,"\u00e6":7,"\u0105":7,",":7,".":7,"\u201a":7,"\u201e":7,"\u2026":7}},"\u0169":{"d":"71,-25v82,0,49,-91,55,-155r29,0r0,180r-18,0r-11,-16v-30,31,-104,18,-104,-33r0,-131r28,0r0,135v0,11,10,20,21,20xm124,-239r20,0v0,20,-10,36,-33,36v-22,0,-32,-28,-46,-28v-7,0,-13,6,-13,13r-20,0v0,-20,11,-36,34,-36v22,0,32,28,46,28v7,0,12,-6,12,-13","w":176,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u016a":{"d":"184,-252r0,175v-1,45,-35,77,-85,77v-43,0,-77,-34,-77,-77r0,-175r28,0r0,178v1,30,24,49,57,49v27,0,48,-22,48,-49r0,-178r29,0xm61,-274r0,-21r83,0r0,21r-83,0","w":205,"k":{"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":18,"\u0134":18,"a":7,"\u00e6":7,"\u0105":7,",":7,".":7,"\u201a":7,"\u201e":7,"\u2026":7}},"\u016b":{"d":"71,-25v82,0,49,-91,55,-155r29,0r0,180r-18,0r-11,-16v-30,31,-104,18,-104,-33r0,-131r28,0r0,135v0,11,10,20,21,20xm47,-205r0,-22r83,0r0,22r-83,0","w":176,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u016c":{"d":"184,-252r0,175v-1,45,-35,77,-85,77v-43,0,-77,-34,-77,-77r0,-175r28,0r0,178v1,30,24,49,57,49v27,0,48,-22,48,-49r0,-178r29,0xm128,-322r20,0v0,25,-18,48,-45,48v-27,0,-45,-23,-45,-48r19,0v0,15,12,29,26,29v14,0,25,-14,25,-29","w":205,"k":{"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":18,"\u0134":18,"a":7,"\u00e6":7,"\u0105":7,",":7,".":7,"\u201a":7,"\u201e":7,"\u2026":7}},"\u016d":{"d":"71,-25v82,0,49,-91,55,-155r29,0r0,180r-18,0r-11,-16v-30,31,-104,18,-104,-33r0,-131r28,0r0,135v0,11,10,20,21,20xm113,-252r20,0v0,25,-18,49,-45,49v-27,0,-45,-24,-45,-49r20,0v0,15,11,29,25,29v14,0,25,-14,25,-29","w":176,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u016e":{"d":"184,-252r0,175v-1,45,-35,77,-85,77v-43,0,-77,-34,-77,-77r0,-175r28,0r0,178v1,30,24,49,57,49v27,0,48,-22,48,-49r0,-178r29,0xm65,-308v0,-21,17,-38,38,-38v21,0,37,17,37,38v0,21,-16,38,-37,38v-21,0,-38,-17,-38,-38xm85,-308v0,10,8,18,18,18v10,0,18,-8,18,-18v0,-10,-8,-18,-18,-18v-10,0,-18,8,-18,18","w":205,"k":{"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":18,"\u0134":18,"a":7,"\u00e6":7,"\u0105":7,",":7,".":7,"\u201a":7,"\u201e":7,"\u2026":7}},"\u016f":{"d":"71,-25v82,0,49,-91,55,-155r29,0r0,180r-18,0r-11,-16v-30,31,-104,18,-104,-33r0,-131r28,0r0,135v0,11,10,20,21,20xm50,-238v0,-21,17,-37,38,-37v21,0,38,16,38,37v0,21,-17,38,-38,38v-21,0,-38,-17,-38,-38xm70,-238v0,10,8,18,18,18v10,0,18,-8,18,-18v0,-10,-8,-18,-18,-18v-10,0,-18,8,-18,18","w":176,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"\u0170":{"d":"184,-252r0,175v-1,45,-35,77,-85,77v-43,0,-77,-34,-77,-77r0,-175r28,0r0,178v1,30,24,49,57,49v27,0,48,-22,48,-49r0,-178r29,0xm157,-320r30,0r-47,46r-30,0xm95,-320r31,0r-47,46r-30,0","w":205,"k":{"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":18,"\u0134":18,"a":7,"\u00e6":7,"\u0105":7,",":7,".":7,"\u201a":7,"\u201e":7,"\u2026":7}},"\u0171":{"d":"71,-25v82,0,49,-91,55,-155r29,0r0,180r-18,0r-11,-16v-30,31,-104,18,-104,-33r0,-131r28,0r0,135v0,11,10,20,21,20xm140,-252r31,0r-47,47r-30,0xm79,-252r31,0r-47,47r-31,0","w":176,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22}},"\u0172":{"d":"91,40v-2,26,39,10,43,5v1,26,2,31,-32,31v-19,0,-36,-15,-36,-35v0,-18,19,-36,25,-41v-39,-4,-69,-37,-69,-77r0,-175r28,0r0,178v1,30,24,49,57,49v27,0,48,-22,48,-49r0,-178r29,0r0,175v0,39,-28,70,-64,76v-14,12,-29,27,-29,41","w":205,"k":{"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":18,"\u0134":18,"a":7,"\u00e6":7,"\u0105":7,",":7,".":7,"\u201a":7,"\u201e":7,"\u2026":7}},"\u0173":{"d":"124,40v-2,27,39,9,43,5v1,26,2,31,-32,31v-19,0,-36,-15,-36,-35v0,-34,34,-33,27,-57v-30,31,-104,18,-104,-33r0,-131r28,0r0,135v1,16,16,21,35,20v62,-4,36,-96,41,-155r29,0r0,180v-18,6,-29,27,-31,40","w":176,"k":{"T":43,"\u0162":43,"\u0164":43,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"\u0174":{"d":"86,0r-79,-252r30,0r64,205r63,-205r30,0r64,205r63,-205r30,0r-79,252r-29,0r-64,-205r-64,205r-29,0xm152,-274r-31,0r58,-57r58,57r-31,0r-27,-27","w":358,"k":{"\ue480":18," ":18,"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":22,"d":22,"e":22,"g":22,"o":22,"q":22,"\u00a2":22,"\u00e7":22,"\u00f8":22,"\u010b":22,"\u010f":22,"\u0111":22,"\u0117":22,"\u0119":22,"\u0121":22,"\u0123":22,"v":14,"w":14,"\u0175":14,"u":18,"y":18,"\u0173":18,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36,"J":29,"\u0134":29,"z":18,"\u017c":18,"a":29,"\u00e6":29,"\u0105":29,"s":22,"\u015f":22,",":54,".":54,"\u201a":54,"\u201e":54,"\u2026":54,"+":29,"-":29,"\u00b7":29,"\u2013":29,"\u2014":29,"\u2212":29,"\u00e2":18,"\u00e5":18,"\u00ea":18,"\u00f4":18,"\u00fb":18,"\u0109":18,"\u011d":18,"\u015d":18,"\u016f":18,"\u0177":18,"\u00e1":22,"\u00e9":22,"\u00f3":22,"\u00fa":22,"\u0107":22,"\u0144":22,"\u0155":22,"\u015b":22,"\u0171":22,"\u017a":22,"\u00e0":22,"\u00e8":22,"\u00f2":22,"\u00f9":22,"\u00e3":18,"\u00e4":18,"\u00eb":18,"\u00f1":18,"\u00f5":18,"\u00f6":18,"\u00fc":18,"\u00ff":18,"\u0101":18,"\u0103":18,"\u010d":18,"\u0113":18,"\u0115":18,"\u011b":18,"\u011f":18,"\u0148":18,"\u014f":18,"\u0159":18,"\u0161":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u017e":18,"m":14,"n":14,"p":14,"r":14,":":14,";":14}},"\u0175":{"d":"79,-45r42,-135r28,0r42,135r42,-135r30,0r-58,180r-29,0r-41,-129r-41,129r-29,0r-58,-180r30,0xm108,-202r-31,0r58,-57r58,57r-31,0r-27,-27","w":270,"k":{"X":18,"T":54,"\u0162":54,"\u0164":54,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u0100":18,"\u0102":18,"\u0104":18,"Z":22,"\u0179":22,"\u017b":22,"\u017d":22,"a":7,"\u00e6":7,"\u0105":7,",":36,".":36,"\u201a":36,"\u201e":36,"\u2026":36}},"\u0176":{"d":"108,0r-29,0r0,-133r-72,-119r33,0r54,90r53,-90r33,0r-72,119r0,133xm67,-274r-31,0r58,-57r57,57r-30,0r-27,-27","w":187,"k":{"\ue480":29," ":18,"0":14,"6":14,"8":14,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u0106":14,"\u0108":14,"\u010a":14,"\u010c":14,"\u011c":14,"\u011e":14,"\u0120":14,"\u0122":14,"\u014c":14,"\u014e":14,"\u0150":14,"\u0152":14,"c":29,"d":29,"e":29,"g":29,"o":29,"q":29,"\u00a2":29,"\u00e7":29,"\u00f8":29,"\u010b":29,"\u010f":29,"\u0111":29,"\u0117":29,"\u0119":29,"\u0121":29,"\u0123":29,"v":29,"w":29,"\u0175":29,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"u":22,"y":22,"\u0173":22,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36,"J":29,"\u0134":29,"z":29,"\u017c":29,"a":32,"\u00e6":32,"\u0105":32,"s":29,"\u015f":29,",":54,".":54,"\u201a":54,"\u201e":54,"\u2026":54,"+":29,"-":29,"\u00b7":29,"\u2013":29,"\u2014":29,"\u2212":29,"\u00e2":22,"\u00e5":22,"\u00ea":22,"\u00f4":22,"\u00fb":22,"\u0109":22,"\u011d":22,"\u015d":22,"\u016f":22,"\u0177":22,"\u00e1":22,"\u00e9":22,"\u00f3":22,"\u00fa":22,"\u0107":22,"\u0144":22,"\u0155":22,"\u015b":22,"\u0171":22,"\u017a":22,"\u00e0":22,"\u00e8":22,"\u00f2":22,"\u00f9":22,"\u00e3":18,"\u00e4":18,"\u00eb":18,"\u00f1":18,"\u00f5":18,"\u00f6":18,"\u00fc":18,"\u00ff":18,"\u0101":18,"\u0103":18,"\u010d":18,"\u0113":18,"\u0115":18,"\u011b":18,"\u011f":18,"\u0148":18,"\u014f":18,"\u0159":18,"\u0161":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u017e":18,"m":22,"n":22,"p":22,"r":22,":":22,";":22,"\u00ee":-4,"\u00ef":-4,"\u0129":-4,"\u012b":-4,"\u012d":-4}},"\u0177":{"d":"85,58v35,-1,46,-34,41,-74v-31,31,-104,18,-104,-33r0,-131r28,0r0,135v1,16,15,21,34,20v63,-3,37,-95,42,-155r29,0r0,194v-1,54,-49,77,-112,69r0,-25r42,0xm61,-202r-30,0r57,-57r58,57r-31,0r-27,-27","w":176,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18}},"\u0178":{"d":"108,0r-29,0r0,-133r-72,-119r33,0r54,90r53,-90r33,0r-72,119r0,133xm47,-274r0,-28r29,0r0,28r-29,0xm112,-274r0,-28r28,0r0,28r-28,0","w":187,"k":{"\ue480":29," ":18,"0":14,"6":14,"8":14,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u0106":14,"\u0108":14,"\u010a":14,"\u010c":14,"\u011c":14,"\u011e":14,"\u0120":14,"\u0122":14,"\u014c":14,"\u014e":14,"\u0150":14,"\u0152":14,"c":29,"d":29,"e":29,"g":29,"o":29,"q":29,"\u00a2":29,"\u00e7":29,"\u00f8":29,"\u010b":29,"\u010f":29,"\u0111":29,"\u0117":29,"\u0119":29,"\u0121":29,"\u0123":29,"v":29,"w":29,"\u0175":29,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"u":22,"y":22,"\u0173":22,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36,"J":29,"\u0134":29,"z":29,"\u017c":29,"a":32,"\u00e6":32,"\u0105":32,"s":29,"\u015f":29,",":54,".":54,"\u201a":54,"\u201e":54,"\u2026":54,"+":29,"-":29,"\u00b7":29,"\u2013":29,"\u2014":29,"\u2212":29,"\u00e2":22,"\u00e5":22,"\u00ea":22,"\u00f4":22,"\u00fb":22,"\u0109":22,"\u011d":22,"\u015d":22,"\u016f":22,"\u0177":22,"\u00e1":22,"\u00e9":22,"\u00f3":22,"\u00fa":22,"\u0107":22,"\u0144":22,"\u0155":22,"\u015b":22,"\u0171":22,"\u017a":22,"\u00e0":22,"\u00e8":22,"\u00f2":22,"\u00f9":22,"\u00e3":18,"\u00e4":18,"\u00eb":18,"\u00f1":18,"\u00f5":18,"\u00f6":18,"\u00fc":18,"\u00ff":18,"\u0101":18,"\u0103":18,"\u010d":18,"\u0113":18,"\u0115":18,"\u011b":18,"\u011f":18,"\u0148":18,"\u014f":18,"\u0159":18,"\u0161":18,"\u0169":18,"\u016b":18,"\u016d":18,"\u017e":18,"m":22,"n":22,"p":22,"r":22,":":22,";":22,"\u00ee":-4,"\u00ef":-4,"\u0129":-4,"\u012b":-4,"\u012d":-4}},"\u0179":{"d":"14,-227r0,-25r157,0r-119,227r114,0r0,25r-159,0r119,-227r-112,0xm106,-324r31,0r-50,50r-31,0","w":176,"k":{"0":11,"6":11,"8":11,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u0106":11,"\u0108":11,"\u010a":11,"\u010c":11,"\u011c":11,"\u011e":11,"\u0120":11,"\u0122":11,"\u014c":11,"\u014e":11,"\u0150":11,"\u0152":11,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"v":18,"w":18,"\u0175":18,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"+":11,"-":11,"\u00b7":11,"\u2013":11,"\u2014":11,"\u2212":11}},"\u017a":{"d":"11,-155r0,-25r134,0r-90,155r87,0r0,25r-135,0r90,-155r-86,0xm94,-252r30,0r-50,50r-31,0","w":153,"k":{"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":22,"W":22,"\u0174":22}},"\u017b":{"d":"14,-227r0,-25r157,0r-119,227r114,0r0,25r-159,0r119,-227r-112,0xm73,-274r0,-32r32,0r0,32r-32,0","w":176,"k":{"0":11,"6":11,"8":11,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u0106":11,"\u0108":11,"\u010a":11,"\u010c":11,"\u011c":11,"\u011e":11,"\u0120":11,"\u0122":11,"\u014c":11,"\u014e":11,"\u0150":11,"\u0152":11,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"v":18,"w":18,"\u0175":18,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"+":11,"-":11,"\u00b7":11,"\u2013":11,"\u2014":11,"\u2212":11}},"\u017c":{"d":"11,-155r0,-25r134,0r-90,155r87,0r0,25r-135,0r90,-155r-86,0xm60,-205r0,-33r33,0r0,33r-33,0","w":153,"k":{"T":47,"\u0162":47,"\u0164":47,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":14,"W":14,"\u0174":14,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"a":7,"\u00e6":7,"\u0105":7}},"\u017d":{"d":"14,-227r0,-25r157,0r-119,227r114,0r0,25r-159,0r119,-227r-112,0xm31,-324r31,0r27,27r27,-27r31,0r-58,58","w":176,"k":{"0":11,"6":11,"8":11,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u0106":11,"\u0108":11,"\u010a":11,"\u010c":11,"\u011c":11,"\u011e":11,"\u0120":11,"\u0122":11,"\u014c":11,"\u014e":11,"\u0150":11,"\u0152":11,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"v":18,"w":18,"\u0175":18,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"+":11,"-":11,"\u00b7":11,"\u2013":11,"\u2014":11,"\u2212":11}},"\u017e":{"d":"11,-155r0,-25r134,0r-90,155r87,0r0,25r-135,0r90,-155r-86,0xm19,-252r30,0r27,27r27,-27r31,0r-58,58","w":153,"k":{"T":11,"\u0162":11,"\u0164":11,"Y":7,"\u00dd":7,"\u0176":7,"\u0178":7,"V":11,"W":11,"\u0174":11}},"\u0192":{"d":"75,-139r-32,139r-29,0r32,-139r-32,0r0,-26r37,0v8,-51,28,-97,95,-87r-5,25v-28,-2,-46,2,-52,25r-9,37r45,0r-6,26r-44,0","w":151},"\u02c6":{"d":"49,-202r-31,0r58,-57r57,57r-30,0r-27,-27","w":151},"\u02c7":{"d":"18,-252r31,0r27,27r27,-27r30,0r-57,58","w":151},"\u02d8":{"d":"90,-252r20,0v0,25,-18,49,-45,49v-27,0,-45,-24,-45,-49r20,0v0,15,11,29,25,29v14,0,25,-14,25,-29","w":129},"\u02d9":{"d":"18,-205r0,-33r32,0r0,33r-32,0","w":68},"\u02da":{"d":"20,-236v0,-21,17,-38,38,-38v21,0,37,17,37,38v0,21,-16,38,-37,38v-21,0,-38,-17,-38,-38xm40,-236v0,10,8,18,18,18v10,0,18,-8,18,-18v0,-10,-8,-18,-18,-18v-10,0,-18,8,-18,18","w":115},"\u02db":{"d":"45,40v0,26,38,9,42,5v1,26,3,31,-31,31v-19,0,-36,-15,-36,-35v10,-35,19,-48,54,-43v-14,13,-29,28,-29,42","w":108},"\u02dc":{"d":"112,-239r19,0v0,20,-10,36,-33,36v-22,0,-32,-28,-46,-28v-7,0,-12,6,-12,13r-20,0v0,-20,10,-36,33,-36v22,0,32,28,46,28v7,0,13,-6,13,-13","w":151},"\u02dd":{"d":"126,-252r31,0r-47,47r-31,0xm65,-252r30,0r-46,47r-31,0","w":176},"\u0394":{"d":"11,-16r74,-236r28,0r74,236r0,16r-176,0r0,-16xm99,-206r-57,181r113,0","w":198},"\u2206":{"d":"11,-16r74,-236r28,0r74,236r0,16r-176,0r0,-16xm99,-206r-57,181r113,0","w":198},"\u03a9":{"d":"198,-25r0,25r-81,0r0,-25v65,-7,45,-98,45,-164v0,-35,-35,-41,-74,-38v-60,4,-38,97,-38,154v0,24,19,45,45,48r0,25r-81,0r0,-25r28,0v-34,-31,-20,-102,-20,-160v0,-50,42,-67,102,-67v37,0,67,30,67,67v0,59,14,129,-21,160r28,0","w":212},"\u2126":{"d":"198,-25r0,25r-81,0r0,-25v65,-7,45,-98,45,-164v0,-35,-35,-41,-74,-38v-60,4,-38,97,-38,154v0,24,19,45,45,48r0,25r-81,0r0,-25r28,0v-34,-31,-20,-102,-20,-160v0,-50,42,-67,102,-67v37,0,67,30,67,67v0,59,14,129,-21,160r28,0","w":212},"\u03c0":{"d":"11,-155r0,-25r162,0r0,25r-22,0r0,155r-29,0r0,-155r-47,0r-14,155r-29,0r15,-155r-36,0","w":183},"\u2013":{"d":"14,-79r0,-25r126,0r0,25r-126,0","w":154,"k":{"X":14,"T":43,"\u0162":43,"\u0164":43,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":29,"W":29,"\u0174":29,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11}},"\u2014":{"d":"14,-79r0,-25r252,0r0,25r-252,0","w":280,"k":{"X":14,"T":43,"\u0162":43,"\u0164":43,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":29,"W":29,"\u0174":29,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11}},"\u2018":{"d":"50,-252r0,72r-32,0r4,-72r28,0","w":72,"k":{"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36}},"\u2019":{"d":"22,-180r0,-72r32,0r-4,72r-28,0","w":72,"k":{"\u015f":14,"s":14}},"\u201a":{"d":"22,40r0,-72r32,0r-4,72r-28,0","w":72},"\u201c":{"d":"104,-252r0,72r-32,0r4,-72r28,0xm50,-252r0,72r-32,0r4,-72r28,0","w":126,"k":{"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u00a2":11,"\u00e7":11,"\u00f8":11,"\u010b":11,"\u010f":11,"\u0111":11,"\u0117":11,"\u0119":11,"\u0121":11,"\u0123":11,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36}},"\u201d":{"d":"76,-180r0,-72r32,0r-4,72r-28,0xm22,-180r0,-72r32,0r-4,72r-28,0","w":126},"\u201e":{"d":"22,40r0,-72r32,0r-4,72r-28,0xm76,40r0,-72r32,0r-4,72r-28,0","w":126},"\u2020":{"d":"14,-155r0,-25r58,0r0,-72r29,0r0,72r57,0r0,25r-57,0r0,155r-29,0r0,-155r-58,0","w":172},"\u2021":{"d":"14,-72r0,-25r58,0r0,-58r-58,0r0,-25r58,0r0,-72r29,0r0,72r57,0r0,25r-57,0r0,58r57,0r0,25r-57,0r0,72r-29,0r0,-72r-58,0","w":172},"\u2022":{"d":"14,-126v0,-22,18,-40,40,-40v22,0,40,18,40,40v0,22,-18,40,-40,40v-22,0,-40,-18,-40,-40","w":108},"\u2026":{"d":"95,0r0,-32r33,0r0,32r-33,0xm169,0r0,-32r33,0r0,32r-33,0xm22,0r0,-32r32,0r0,32r-32,0","w":223},"\u2030":{"d":"259,-54v0,-30,24,-54,54,-54v30,0,54,24,54,54v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54xm284,-54v0,16,13,29,29,29v16,0,29,-13,29,-29v0,-16,-13,-29,-29,-29v-16,0,-29,13,-29,29xm137,-54v0,-30,24,-54,54,-54v30,0,54,24,54,54v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54xm162,-54v0,16,13,29,29,29v16,0,29,-13,29,-29v0,-16,-13,-29,-29,-29v-16,0,-29,13,-29,29xm14,-198v0,-30,24,-54,54,-54v30,0,54,24,54,54v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54xm40,-198v0,16,12,29,28,29v16,0,29,-13,29,-29v0,-16,-13,-29,-29,-29v-16,0,-28,13,-28,29xm36,0r156,-252r31,0r-156,252r-31,0","w":381},"\u2039":{"d":"61,-18r-50,-72r50,-72r32,0r-51,72r51,72r-32,0","w":104},"\u203a":{"d":"94,-90r-51,72r-31,0r50,-72r-50,-72r31,0","w":104},"\u2044":{"d":"0,0r156,-252r31,0r-155,252r-32,0","w":187},"\u20ac":{"d":"11,-151r0,-25r25,0v-4,-44,27,-76,66,-76r78,0r0,25v-54,1,-123,-14,-115,51r108,0r0,25r-108,0r0,38r108,0r0,25r-108,0v1,54,52,70,115,63r0,25v-81,9,-138,-20,-144,-88r-25,0r0,-25r25,0r0,-38r-25,0","w":190},"\u2122":{"d":"11,-230r0,-22r86,0r0,22r-30,0r0,104r-26,0r0,-104r-30,0xm160,-202r29,-50r23,0r0,126r-25,0r0,-76r-27,46r-27,-46r0,76r-25,0r0,-126r23,0","w":230},"\u2202":{"d":"130,-163v5,-57,-39,-70,-98,-64r0,-25v73,-10,126,22,126,83r0,103v-1,39,-31,68,-74,66v-54,-3,-66,-50,-66,-114v0,-52,63,-67,112,-49xm84,-25v50,0,48,-45,46,-92v-1,-26,-28,-28,-57,-27v-35,1,-25,47,-26,81v0,21,17,38,37,38","w":176},"\u220f":{"d":"11,-227r0,-25r180,0r0,25r-34,0r0,227r-29,0r0,-227r-54,0r0,227r-29,0r0,-227r-34,0"},"\u2211":{"d":"118,-126r-65,101r109,0r0,25r-155,0r79,-126r-79,-126r155,0r0,25r-109,0","w":172},"\u2212":{"d":"14,-79r0,-25r173,0r0,25r-173,0","k":{"X":14,"T":43,"\u0162":43,"\u0164":43,"Y":29,"\u00dd":29,"\u0176":29,"\u0178":29,"V":29,"W":29,"\u0174":29,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11}},"\u221a":{"d":"11,-119r0,-25r47,0r39,126r55,-252r28,0r-69,306r-26,0r-49,-155r-25,0","w":180},"\u221e":{"d":"122,-68v-18,52,-108,40,-108,-22v0,-54,77,-76,102,-31r6,9v11,-17,29,-35,53,-34v31,0,55,25,55,56v0,54,-75,76,-101,32xm175,-120v-19,0,-27,13,-37,30v10,35,67,42,67,0v0,-17,-13,-30,-30,-30xm70,-60v19,0,27,-13,37,-30v-10,-35,-67,-42,-67,0v0,17,13,30,30,30","w":244},"\u222b":{"d":"52,13r0,-217v0,-36,32,-66,70,-66r0,25v-23,0,-41,18,-41,38r0,217v0,36,-31,66,-70,66r0,-26v23,0,41,-17,41,-37","w":133},"\u2248":{"d":"14,-40v-5,-35,8,-34,47,-43v40,0,47,22,79,22v25,0,47,-18,47,-18v5,35,-8,34,-47,43v-40,0,-47,-22,-79,-22v-25,0,-47,18,-47,18xm14,-104v-5,-35,7,-36,47,-44v40,0,47,22,79,22v25,0,47,-18,47,-18v5,35,-8,34,-47,43v-40,0,-47,-21,-79,-21v-25,0,-47,18,-47,18"},"\u2260":{"d":"14,-112r0,-25r91,0r17,-43r29,0r-17,43r53,0r0,25r-63,0r-16,40r79,0r0,25r-89,0r-19,47r-29,0r19,-47r-55,0r0,-25r65,0r16,-40r-81,0"},"\u2264":{"d":"14,-101r0,-25r159,-62r0,27r-124,48r124,47r0,27xm14,0r0,-25r159,0r0,25r-159,0","w":187},"\u2265":{"d":"173,-126r0,25r-159,62r0,-27r125,-47r-125,-48r0,-27xm173,-25r0,25r-159,0r0,-25r159,0","w":187},"\u25ca":{"d":"72,-252r25,0r61,126r-61,126r-25,0r-61,-126xm85,-32r45,-94r-45,-94r-46,94","w":169},"\ue000":{"d":"175,-186r0,96v-2,71,-64,100,-146,90r0,-25v70,6,126,-9,117,-82v-53,-15,-132,-16,-132,-80v0,-44,40,-65,94,-65v36,0,67,30,67,66xm146,-133v5,-56,-1,-94,-65,-94v-43,0,-52,67,-8,77","w":192,"k":{"X":14,"T":18,"\u0162":18,"\u0164":18,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":11,"W":11,"\u0174":11,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u0100":11,"\u0102":11,"\u0104":11,"J":14,"\u0134":14,"Z":18,"\u0179":18,"\u017b":18,"\u017d":18,"a":7,"\u00e6":7,"\u0105":7,",":11,".":11,"\u201a":11,"\u201e":11,"\u2026":11}},"\ue001":{"d":"11,0r0,-25r77,0v30,0,54,-28,54,-58v-1,-35,-31,-66,-70,-57r-47,11r0,-25v36,-13,100,-3,106,-46v-4,-45,-77,-21,-120,-27r0,-25r97,0v57,-2,69,81,19,99v23,11,44,41,44,70v0,45,-38,83,-83,83r-77,0","w":185,"k":{"X":11,"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18,"v":7,"w":7,"\u0175":7,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u0100":7,"\u0102":7,"\u0104":7,"J":14,"\u0134":14,"Z":7,"\u0179":7,"\u017b":7,"\u017d":7,"z":7,"\u017c":7}},"\ue480":{"d":"50,-114r0,114r-28,0r0,-140v2,-81,67,-124,162,-112r0,252r-29,0r0,-139xm155,-164r0,-63v-63,-6,-105,30,-105,87","w":205},"\ue481":{"d":"101,0r-79,0r0,-252r98,0v57,-2,70,82,20,100v23,12,44,40,44,69v0,46,-38,83,-83,83xm50,-131r0,106v57,6,104,-6,105,-58v0,-50,-58,-67,-105,-48xm50,-156v33,-12,94,-4,94,-44v0,-39,-57,-25,-94,-27r0,71","w":198,"k":{"X":11,"T":22,"\u0162":22,"\u0164":22,"Y":22,"\u00dd":22,"\u0176":22,"\u0178":22,"V":18,"W":18,"\u0174":18,"v":7,"w":7,"\u0175":7,"S":11,"\u015a":11,"\u015c":11,"\u015e":11,"\u0160":11,"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u0100":7,"\u0102":7,"\u0104":7,"J":14,"\u0134":14,"Z":7,"\u0179":7,"\u017b":7,"\u017d":7,"z":7,"\u017c":7}},"\ue484":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,47r105,0r0,25r-105,0r0,130r119,0r0,25r-147,0","w":180,"k":{"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"t":7,"\u0163":7,"\u0165":7,"\u0167":7,"v":11,"w":11,"\u0175":11,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7,"u":7,"y":7,"\u0173":7,"a":7,"\u00e6":7,"\u0105":7,"s":7,"\u015f":7}},"\ue485":{"d":"22,0r0,-252r147,0r0,25r-119,0r0,47r105,0r0,25r-105,0r0,155r-28,0","w":180,"k":{"\u017d":11,"\u017b":11,"\u0179":11,"\u0178":11,"\u0176":11,"\u0174":11,"\u0164":11,"\u0162":11,"\u00dd":11,"Z":11,"Y":11,"W":11,"V":11,"T":11,"\ue480":14,"x":7,"f":7,"X":11," ":18,"c":18,"d":18,"e":18,"g":18,"o":18,"q":18,"\u00a2":18,"\u00e7":18,"\u00f8":18,"\u010b":18,"\u010f":18,"\u0111":18,"\u0117":18,"\u0119":18,"\u0121":18,"\u0123":18,"v":7,"w":7,"\u0175":7,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36,"J":29,"\u0134":29,"z":7,"\u017c":7,"a":18,"\u00e6":18,"\u0105":18,"s":18,"\u015f":18,",":94,".":94,"\u201a":94,"\u201e":94,"\u2026":94,"+":29,"-":29,"\u00b7":29,"\u2013":29,"\u2014":29,"\u2212":29,"\u00e2":11,"\u00e5":11,"\u00ea":11,"\u00f4":11,"\u00fb":11,"\u0109":11,"\u011d":11,"\u015d":11,"\u016f":11,"\u0177":11,"\u00e1":11,"\u00e9":11,"\u00f3":11,"\u00fa":11,"\u0107":11,"\u0144":11,"\u0155":11,"\u015b":11,"\u0171":11,"\u017a":11,"\u00e0":11,"\u00e8":11,"\u00f2":11,"\u00f9":11,"\u00e3":11,"\u00e4":11,"\u00eb":11,"\u00f1":11,"\u00f5":11,"\u00f6":11,"\u00fc":11,"\u00ff":11,"\u0101":11,"\u0103":11,"\u010d":11,"\u0113":11,"\u0115":11,"\u011b":11,"\u011f":11,"\u0148":11,"\u014f":11,"\u0159":11,"\u0161":11,"\u0169":11,"\u016b":11,"\u016d":11,"\u017e":11,"m":7,"n":7,"p":7,"r":7}},"\ue486":{"d":"101,-155r0,-25r79,0r0,180r-70,0v-51,0,-92,-41,-92,-91r0,-95v0,-37,30,-66,67,-66r88,0r0,25v-51,3,-125,-16,-126,38r0,102v2,49,46,69,104,62r0,-130r-50,0","k":{"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"V":14,"W":14,"\u0174":14,"S":7,"\u015a":7,"\u015c":7,"\u015e":7,"\u0160":7}},"\ue487":{"d":"155,0r0,-155r-105,0r0,155r-28,0r0,-252r28,0r0,72r105,0r0,-72r29,0r0,252r-29,0","w":205},"\ue48f":{"d":"184,-196v-2,63,-81,62,-134,76r0,120r-28,0r0,-252r105,0v31,0,57,25,57,56xm50,-227r0,82v37,-14,105,-5,105,-51v0,-44,-63,-29,-105,-31","w":194,"k":{"\ue480":14,"x":7,"f":7,"X":11," ":18,"T":11,"\u0162":11,"\u0164":11,"Y":11,"\u00dd":11,"\u0176":11,"\u0178":11,"V":11,"W":11,"\u0174":11,"c":18,"d":18,"e":18,"g":18,"o":18,"q":18,"\u00a2":18,"\u00e7":18,"\u00f8":18,"\u010b":18,"\u010f":18,"\u0111":18,"\u0117":18,"\u0119":18,"\u0121":18,"\u0123":18,"v":7,"w":7,"\u0175":7,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u0100":36,"\u0102":36,"\u0104":36,"J":29,"\u0134":29,"Z":11,"\u0179":11,"\u017b":11,"\u017d":11,"z":7,"\u017c":7,"a":18,"\u00e6":18,"\u0105":18,"s":18,"\u015f":18,",":94,".":94,"\u201a":94,"\u201e":94,"\u2026":94,"+":29,"-":29,"\u00b7":29,"\u2013":29,"\u2014":29,"\u2212":29,"\u00e2":11,"\u00e5":11,"\u00ea":11,"\u00f4":11,"\u00fb":11,"\u0109":11,"\u011d":11,"\u015d":11,"\u016f":11,"\u0177":11,"\u00e1":11,"\u00e9":11,"\u00f3":11,"\u00fa":11,"\u0107":11,"\u0144":11,"\u0155":11,"\u015b":11,"\u0171":11,"\u017a":11,"\u00e0":11,"\u00e8":11,"\u00f2":11,"\u00f9":11,"\u00e3":11,"\u00e4":11,"\u00eb":11,"\u00f1":11,"\u00f5":11,"\u00f6":11,"\u00fc":11,"\u00ff":11,"\u0101":11,"\u0103":11,"\u010d":11,"\u0113":11,"\u0115":11,"\u011b":11,"\u011f":11,"\u0148":11,"\u014f":11,"\u0159":11,"\u0161":11,"\u0169":11,"\u016b":11,"\u016d":11,"\u017e":11,"m":7,"n":7,"p":7,"r":7}},"\ue491":{"d":"153,0r-67,-127r-36,8r0,119r-28,0r0,-252r105,0v31,0,57,25,57,56v0,38,-33,58,-69,62r70,134r-32,0xm50,-227r0,82v36,-15,105,-5,105,-51v0,-43,-63,-29,-105,-31","w":198,"k":{"T":14,"\u0162":14,"\u0164":14,"Y":14,"\u00dd":14,"\u0176":14,"\u0178":14,"U":7,"\u00d9":7,"\u00da":7,"\u00db":7,"\u00dc":7,"\u0168":7,"\u016a":7,"\u016c":7,"\u016e":7,"\u0170":7,"\u0172":7,"0":7,"6":7,"8":7,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d2":7,"\u00d3":7,"\u00d4":7,"\u00d5":7,"\u00d6":7,"\u0106":7,"\u0108":7,"\u010a":7,"\u010c":7,"\u011c":7,"\u011e":7,"\u0120":7,"\u0122":7,"\u014c":7,"\u014e":7,"\u0150":7,"\u0152":7,"V":11,"W":11,"\u0174":11,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00a2":7,"\u00e7":7,"\u00f8":7,"\u010b":7,"\u010f":7,"\u0111":7,"\u0117":7,"\u0119":7,"\u0121":7,"\u0123":7,"v":7,"w":7,"\u0175":7,"s":7,"\u015f":7}},"\u00a0":{"w":79,"k":{"\u0178":18,"\u0176":18,"\u0174":18,"\u0164":18,"\u0162":18,"\u00dd":18,"Y":18,"W":18,"V":18,"T":18}}}});

// Nastaveni cufonu
Cufon.set("fontFamily","Galette");Cufon.replace("h1",{fontSize:"35px"});Cufon.replace("h2",{fontSize:"27px"});Cufon.replace("h3",{fontSize:"22px"});Cufon.replace("#header ul li a",{fontSize:"16px"});Cufon.replace("#menu ul li a",{fontSize:"16px",textShadow:"#fdcd8d 1px 1px"});Cufon.replace("#menu ul li ul li a",{fontSize:"15px"});Cufon.replace(".ups li",{fontSize:"18px"});Cufon.replace("#ac1",{fontSize:"15px"});Cufon.replace("#ac2",{fontSize:"15px"});Cufon.replace("#ac3",{fontSize:"15px"});Cufon.replace(".jcarousel-control a",{fontSize:"16px"});Cufon.replace(".left-menu-top",{fontSize:"26px"});Cufon.replace(".left-menu1 ul li span",{fontSize:"20px"});Cufon.now();

/*!	ColorBox v1.3.2 - a full featured, light-weight, customizable lightbox based on jQuery 1.3 */
//	(c) 2009 Jack Moore - www.colorpowered.com - jack@colorpowered.com
//	Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function(b){var r="auto",q="none",m="click",n="colorbox",y="hover",j=true,d=false,c,C=!b.support.opacity,U=C&&!window.XMLHttpRequest,P="click.colorbox",Y="cbox_open",G="cbox_load",J="cbox_complete",L="cbox_cleanup",V="cbox_closed",N="resize.cbox_resize",o,f,v,k,O,M,K,I,e,l,i,F,E,X,Q,u,A,B,H,w,x,s,t,h,g,a,D,z,R,S={transition:"elastic",speed:350,width:d,height:d,innerWidth:d,innerHeight:d,initialWidth:"400",initialHeight:"400",maxWidth:d,maxHeight:d,scalePhotos:j,scrolling:j,inline:d,html:d,iframe:d,photo:d,href:d,title:d,rel:d,opacity:.9,preloading:j,current:"obrázek {current} z {total}",previous:"previous",next:"next",close:"close",open:d,overlayClose:j,slideshow:d,slideshowAuto:j,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",preloadIMG:j};function p(a,b){b=b==="x"?document.documentElement.clientWidth:document.documentElement.clientHeight;return typeof a==="string"?Math.round(a.match(/%/)?b/100*parseInt(a,10):parseInt(a,10)):a}function T(b){return a.photo||b.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function W(){for(var b in a)if(typeof a[b]==="function")a[b]=a[b].call(h)}c=b.fn.colorbox=function(i,k){var f=this;if(f.length)f.each(function(){var a=b(this).data(n)?b.extend({},b(this).data(n),i):b.extend({},S,i);b(this).data(n,a).addClass("cboxelement")});else b(f).data(n,b.extend({},S,i));b(f).unbind(P).bind(P,function(i){h=this;a=b(h).data(n);W();R=k||d;var f=a.rel||h.rel;if(f&&f!=="nofollow"){e=b(".cboxelement").filter(function(){var a=b(this).data(n).rel||this.rel;return a===f});g=e.index(h);if(g<0){e=e.add(h);g=e.length-1}}else{e=b(h);g=0}if(!D){D=j;z=j;b().bind("keydown.cbox_close",function(a){if(a.keyCode===27){a.preventDefault();c.close()}}).bind("keydown.cbox_arrows",function(a){if(a.keyCode===37){a.preventDefault();B.click()}else if(a.keyCode===39){a.preventDefault();A.click()}});a.overlayClose&&o.css({cursor:"pointer"}).one(m,c.close);h.blur();b.event.trigger(Y);H.html(a.close);o.css({opacity:a.opacity}).show();a.w=p(a.initialWidth,"x");a.h=p(a.initialHeight,"y");c.position(0);U&&l.bind("resize.cboxie6 scroll.cboxie6",function(){o.css({width:l.width(),height:l.height(),top:l.scrollTop(),left:l.scrollLeft()})}).trigger("scroll.cboxie6")}c.slideshow();c.load();i.preventDefault()});i&&i.open&&b(f).triggerHandler(P);return f};c.init=function(){var d="<div/>";function a(a){return b('<div id="cbox'+a+'"/>')}l=b(window);f=b('<div id="colorbox"/>');o=a("Overlay").hide();v=a("Wrapper");k=a("Content").append(i=a("LoadedContent").css({width:0,height:0}),F=a("LoadingOverlay"),E=a("LoadingGraphic"),X=a("Title"),Q=a("Current"),u=a("Slideshow"),A=a("Next"),B=a("Previous"),H=a("Close"));v.append(b(d).append(a("TopLeft"),O=a("TopCenter"),a("TopRight")),b(d).append(M=a("MiddleLeft"),k,K=a("MiddleRight")),b(d).append(a("BottomLeft"),I=a("BottomCenter"),a("BottomRight"))).children().children().css({"float":"left"});b("body").prepend(o,f.append(v));if(C){f.addClass("cboxIE");U&&o.css("position","absolute")}k.children().addClass(y).mouseover(function(){b(this).addClass(y)}).mouseout(function(){b(this).removeClass(y)}).hide();w=O.height()+I.height()+k.outerHeight(j)-k.height();x=M.width()+K.width()+k.outerWidth(j)-k.width();s=i.outerHeight(j);t=i.outerWidth(j);f.css({"padding-bottom":w,"padding-right":x}).hide();A.click(c.next);B.click(c.prev);H.click(c.close);k.children().removeClass(y)};c.position=function(j,c){var e,g=document.documentElement.clientHeight,i=Math.max(g-a.h-s-w,0)/2+l.scrollTop(),h=Math.max(document.documentElement.clientWidth-a.w-t-x,0)/2+l.scrollLeft();e=f.width()===a.w+t&&f.height()===a.h+s?0:j;v[0].style.width=v[0].style.height="9999px";function b(a){O[0].style.width=I[0].style.width=k[0].style.width=a.style.width;E[0].style.height=F[0].style.height=k[0].style.height=M[0].style.height=K[0].style.height=a.style.height}f.dequeue().animate({width:a.w+t,height:a.h+s,top:i,left:h},{duration:e,complete:function(){b(this);z=d;v[0].style.width=a.w+t+x+"px";v[0].style.height=a.h+s+w+"px";c&&c()},step:function(){b(this)}})};c.resize=function(w){var d="hidden";if(!D)return;var H,t,p,s,m,G,z,j=a.transition===q?0:a.speed;l.unbind(N);if(!w){z=setTimeout(function(){var b=i.wrapInner("<div style='overflow:auto'></div>").children();a.h=b.height();i.css({height:a.h});b.replaceWith(b.children());c.position(j)},1);return}i.remove();i=b('<div id="cboxLoadedContent"/>').html(w);function y(){a.w=a.w||i.width();return a.w}function x(){a.h=a.h||i.height();return a.h}i.hide().appendTo(o).css({width:y(),overflow:a.scrolling?r:d}).css({height:x()}).prependTo(k);b("#cboxPhoto").css({cssFloat:q});U&&b("select:not(#colorbox select)").filter(function(){return this.style.visibility!==d}).css({visibility:d}).one(L,function(){this.style.visibility="inherit"});function v(d){c.position(d,function(){if(!D)return;if(C){G&&i.fadeIn(100);f[0].style.removeAttribute("filter")}k.children().show();a.iframe&&i.append("<iframe id='cboxIframe'"+(a.scrolling?" ":"scrolling='no'")+" name='iframe_"+(new Date).getTime()+"' frameborder=0 src='"+(a.href||h.href)+"' />");F.hide();E.hide();u.hide();if(e.length>1){Q.html(a.current.replace(/\{current\}/,g+1).replace(/\{total\}/,e.length));A.html(a.next);B.html(a.previous);a.slideshow&&u.show()}else{Q.hide();A.hide();B.hide()}X.html(a.title||h.title);b.event.trigger(J);R&&R.call(h);a.transition==="fade"&&f.fadeTo(j,1,function(){C&&f[0].style.removeAttribute("filter")});l.bind(N,function(){c.position(0)})})}if(a.transition==="fade"&&f.fadeTo(j,0,function(){v(0)})||v(j));if(a.preloading&&e.length>1){t=g>0?e[g-1]:e[e.length-1];s=g<e.length-1?e[g+1]:e[0];m=b(s).data(n).href||s.href;p=b(t).data(n).href||t.href;T(m)&&b("<img />").attr("src",m);T(p)&&b("<img />").attr("src",p)}};c.load=function(){var k,f,m,l=c.resize;z=j;function o(g){var d=b(g),e=d.find("img"),c=e.length;(function f(){var b=new Image;c=c-1;if(c>=0&&a.preloadIMG){b.onload=f;b.src=e[c].src}else l(d)})()}h=e[g];a=b(h).data(n);W();b.event.trigger(G);a.h=a.height?p(a.height,"y")-s-w:a.innerHeight?p(a.innerHeight,"y"):d;a.w=a.width?p(a.width,"x")-t-x:a.innerWidth?p(a.innerWidth,"x"):d;a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=p(a.maxWidth,"x")-t-x;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=p(a.maxHeight,"y")-s-w;a.mh=a.h&&a.h<a.mh?a.h:a.mh}k=a.href||h.href;F.show();E.show();H.show();if(a.inline){b('<div id="cboxInlineTemp" />').hide().insertBefore(b(k)[0]).bind(G+" "+L,function(){b(this).replaceWith(i.children())});l(b(k))}else if(a.iframe)l(" ");else if(a.html)o(a.html);else if(T(k)){f=new Image;f.onload=function(){var d;f.onload=null;f.id="cboxPhoto";b(f).css({margin:r,border:q,display:"block",cssFloat:"left"});if(a.scalePhotos){m=function(){f.height-=f.height*d;f.width-=f.width*d};if(a.mw&&f.width>a.mw){d=(f.width-a.mw)/f.width;m()}if(a.mh&&f.height>a.mh){d=(f.height-a.mh)/f.height;m()}}if(a.h)f.style.marginTop=Math.max(a.h-f.height,0)/2+"px";l(f);e.length>1&&b(f).css({cursor:"pointer"}).click(c.next);if(C)f.style.msInterpolationMode="bicubic"};f.src=k}else b("<div />").load(k,function(c,a){if(a==="success")o(this);else l(b("<p>Request unsuccessful.</p>"))})};c.next=function(){if(!z){g=g<e.length-1?g+1:0;c.load()}};c.prev=function(){if(!z){g=g>0?g-1:e.length-1;c.load()}};c.slideshow=function(){var h,g,d="cboxSlideshow_";u.bind(V,function(){u.unbind();clearTimeout(g);f.removeClass(d+"off "+d+"on")});function i(){u.text(a.slideshowStop).bind(J,function(){g=setTimeout(c.next,a.slideshowSpeed)}).bind(G,function(){clearTimeout(g)}).one(m,function(){h();b(this).removeClass(y)});f.removeClass(d+"off").addClass(d+"on")}h=function(){clearTimeout(g);u.text(a.slideshowStart).unbind(J+" "+G).one(m,function(){i();g=setTimeout(c.next,a.slideshowSpeed);b(this).removeClass(y)});f.removeClass(d+"on").addClass(d+"off")};if(a.slideshow&&e.length>1)if(a.slideshowAuto)i();else h()};c.close=function(){b.event.trigger(L);D=d;b().unbind("keydown.cbox_close keydown.cbox_arrows");l.unbind(N+" resize.cboxie6 scroll.cboxie6");o.css({cursor:r}).fadeOut("fast");f.stop(j,d).fadeOut("fast",function(){i.remove();f.css({opacity:1});k.children().hide();b.event.trigger(V)})};c.element=function(){return h};c.settings=S;b(c.init)})(jQuery);

/**
* Cookie plugin
*
* Copyright (c) 2006 Klaus Hartl (stilbuero.de)
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
*/
jQuery.cookie=function(d,c,a){if(typeof c!="undefined"){a=a||{};if(c===null){c="";a.expires=-1}var h="";if(a.expires&&(typeof a.expires=="number"||a.expires.toUTCString)){var b;if(typeof a.expires=="number"){b=new Date;b.setTime(b.getTime()+a.expires*24*60*60*1e3)}else b=a.expires;h="; expires="+b.toUTCString()}var l=a.path?"; path="+a.path:"",j=a.domain?"; domain="+a.domain:"",k=a.secure?"; secure":"";document.cookie=[d,"=",encodeURIComponent(c),h,l,j,k].join("")}else{var f=null;if(document.cookie&&document.cookie!="")for(var g=document.cookie.split(";"),e=0;e<g.length;e++){var i=jQuery.trim(g[e]);if(i.substring(0,d.length+1)==d+"="){f=decodeURIComponent(i.substring(d.length+1));break}}return f}};

/**
 * jCarousel - Riding carousels with jQuery
 *   http://sorgalla.com/jcarousel/
 *
 * Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * Built on top of the jQuery library
 *   http://jquery.com
 *
 * Inspired by the "Carousel Component" by Bill Scott
 *   http://billwscott.com/carousel/
 */
(function(e){var o="onAfterAnimation",n="marginBottom",g="marginRight",m="first",h="last",l="both",k="jcarousel-item-placeholder",f=true,j="block",d="px",i="<div></div>",a=null,b=false;e.fn.jcarousel=function(a){return this.each(function(){new c(this,a)})};var p={vertical:b,start:1,offset:1,size:a,scroll:3,visible:a,animation:"normal",easing:"swing",auto:0,wrap:a,initCallback:a,reloadCallback:a,itemLoadCallback:a,itemFirstInCallback:a,itemFirstOutCallback:a,itemLastInCallback:a,itemLastOutCallback:a,itemVisibleInCallback:a,itemVisibleOutCallback:a,buttonNextHTML:i,buttonPrevHTML:i,buttonNextEvent:"click",buttonPrevEvent:"click",buttonNextCallback:a,buttonPrevCallback:a};e.jcarousel=function(f,r){var k="display",h="jcarousel-container",g="jcarousel-clip",n="jcarousel-skin",c=this;c.options=e.extend({},p,r||{});c.locked=b;c.container=a;c.clip=a;c.list=a;c.buttonNext=a;c.buttonPrev=a;c.wh=!c.options.vertical?"width":"height";c.lt=!c.options.vertical?"left":"top";for(var s="",o=f.className.split(" "),m=0;m<o.length;m++)if(o[m].indexOf(n)!=-1){e(f).removeClass(o[m]);var s=o[m];break}if(f.nodeName=="UL"||f.nodeName=="OL"){c.list=e(f);c.container=c.list.parent();if(c.container.hasClass(g)){if(!c.container.parent().hasClass(h))c.container=c.container.wrap(i);c.container=c.container.parent()}else if(!c.container.hasClass(h))c.container=c.list.wrap(i).parent()}else{c.container=e(f);c.list=e(f).find(">ul,>ol,div>ul,div>ol")}s!=""&&c.container.parent()[0].className.indexOf(n)==-1&&c.container.wrap('<div class=" '+s+'"></div>');c.clip=c.list.parent();if(!c.clip.length||!c.clip.hasClass(g))c.clip=c.list.wrap(i).parent();c.buttonPrev=e(".jcarousel-prev",c.container);if(c.buttonPrev.size()==0&&c.options.buttonPrevHTML!=a)c.buttonPrev=c.clip.before(c.options.buttonPrevHTML).prev();c.buttonPrev.addClass(c.className("jcarousel-prev"));c.buttonNext=e(".jcarousel-next",c.container);if(c.buttonNext.size()==0&&c.options.buttonNextHTML!=a)c.buttonNext=c.clip.before(c.options.buttonNextHTML).prev();c.buttonNext.addClass(c.className("jcarousel-next"));c.clip.addClass(c.className(g));c.list.addClass(c.className("jcarousel-list"));c.container.addClass(c.className(h));var u=c.options.visible!=a?Math.ceil(c.clipping()/c.options.visible):a,q=c.list.children("li"),l=c;if(q.size()>0){var t=0,m=c.options.offset;q.each(function(){l.format(this,m++);t+=l.dimension(this,u)});c.list.css(c.wh,t+d);if(!r||r.size===undefined)c.options.size=q.size()}c.container.css(k,j);c.buttonNext.css(k,j);c.buttonPrev.css(k,j);c.funcNext=function(){l.next()};c.funcPrev=function(){l.prev()};c.funcResize=function(){l.reload()};c.options.initCallback!=a&&c.options.initCallback(c,"init");if(e.browser.safari){c.buttons(b,b);e(window).bind("load",function(){l.setup()})}else c.setup()};var c=e.jcarousel;c.fn=c.prototype={jcarousel:"0.2.3"};c.fn.extend=c.extend=e.extend;c.fn.extend({setup:function(){var c=this;c.first=a;c.last=a;c.prevFirst=a;c.prevLast=a;c.animating=b;c.timer=a;c.tail=a;c.inTail=b;if(c.locked)return;c.list.css(c.lt,c.pos(c.options.offset)+d);var f=c.pos(c.options.start);c.prevFirst=c.prevLast=a;c.animate(f,b);e(window).unbind("resize",c.funcResize).bind("resize",c.funcResize)},reset:function(){var b=this;b.list.empty();b.list.css(b.lt,"0px");b.list.css(b.wh,"10px");b.options.initCallback!=a&&b.options.initCallback(b,"reset");b.setup()},reload:function(){var f=this;f.tail!=a&&f.inTail&&f.list.css(f.lt,c.intval(f.list.css(f.lt))+f.tail);f.tail=a;f.inTail=b;f.options.reloadCallback!=a&&f.options.reloadCallback(f);if(f.options.visible!=a){var h=f,j=Math.ceil(f.clipping()/f.options.visible),g=0,i=0;e("li",f.list).each(function(a){g+=h.dimension(this,j);if(a+1<h.first)i=g});f.list.css(f.wh,g+d);f.list.css(f.lt,-i+d)}f.scroll(f.first,b)},lock:function(){this.locked=f;this.buttons()},unlock:function(){this.locked=b;this.buttons()},size:function(b){var a=this;if(b!=undefined){a.options.size=b;!a.locked&&a.buttons()}return a.options.size},has:function(h,c){var d=this;if(c==undefined||!c)c=h;if(d.options.size!==a&&c>d.options.size)c=d.options.size;for(var e=h;e<=c;e++){var g=d.get(e);if(!g.length||g.hasClass(k))return b}return f},"get":function(a){return e(".jcarousel-item-"+a,this.list)},add:function(f,i){var b=this,e=b.get(f),j=0,n=0;if(e.length==0){var g,e=b.create(f),h=c.intval(f);while(g=b.get(--h))if(h<=0||g.length){h<=0?b.list.prepend(e):g.after(e);break}}else j=b.dimension(e);e.removeClass(b.className(k));typeof i=="string"?e.html(i):e.empty().append(i);var m=b.options.visible!=a?Math.ceil(b.clipping()/b.options.visible):a,l=b.dimension(e,m)-j;f>0&&f<b.first&&b.list.css(b.lt,c.intval(b.list.css(b.lt))-l+d);b.list.css(b.wh,c.intval(b.list.css(b.wh))+l+d);return e},remove:function(b){var a=this,e=a.get(b);if(!e.length||b>=a.first&&b<=a.last)return;var f=a.dimension(e);b<a.first&&a.list.css(a.lt,c.intval(a.list.css(a.lt))+f+d);e.remove();a.list.css(a.wh,c.intval(a.list.css(a.wh))-f+d)},next:function(){var c=this;c.stopAuto();if(c.tail!=a&&!c.inTail)c.scrollTail(b);else c.scroll((c.options.wrap==l||c.options.wrap==h)&&c.options.size!=a&&c.last==c.options.size?1:c.first+c.options.scroll)},prev:function(){var b=this;b.stopAuto();if(b.tail!=a&&b.inTail)b.scrollTail(f);else b.scroll((b.options.wrap==l||b.options.wrap==m)&&b.options.size!=a&&b.first==1?b.options.size:b.first-b.options.scroll)},scrollTail:function(d){var a=this;if(a.locked||a.animating||!a.tail)return;var b=c.intval(a.list.css(a.lt));!d?(b-=a.tail):(b+=a.tail);a.inTail=!d;a.prevFirst=a.first;a.prevLast=a.last;a.animate(b)},scroll:function(c,b){var a=this;if(a.locked||a.animating)return;a.animate(a.pos(c),b)},pos:function(j){var h="circular",e=this;if(e.locked||e.animating)return;if(e.options.wrap!=h)j=j<1?1:e.options.size&&j>e.options.size?e.options.size:j;var m=e.first>j,o=c.intval(e.list.css(e.lt)),y=e.options.wrap!=h&&e.first<=1?1:e.first,t=m?e.get(y):e.get(e.last),i=m?y:y-1,f=a,s=0,w=b,p=0;while(m?--i>=j:++i<j){f=e.get(i);w=!f.length;if(f.length==0){f=e.create(i).addClass(e.className(k));t[m?"before":"after"](f)}t=f;p=e.dimension(f);if(w)s+=p;if(e.first!=a&&(e.options.wrap==h||i>=1&&(e.options.size==a||i<=e.options.size)))o=m?o+p:o-p}var u=e.clipping(),x=[],r=0,i=j,q=0,t=e.get(j-1);while(++r){f=e.get(i);w=!f.length;if(f.length==0){f=e.create(i).addClass(e.className(k));t.length==0?e.list.prepend(f):t[m?"before":"after"](f)}t=f;var p=e.dimension(f);if(p==0){alert("jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...");return 0}if(e.options.wrap!=h&&e.options.size!==a&&i>e.options.size)x.push(f);else if(w)s+=p;q+=p;if(q>=u)break;i++}for(var z=0;z<x.length;z++)x[z].remove();if(s>0){e.list.css(e.wh,e.dimension(e.list)+s+d);if(m){o-=s;e.list.css(e.lt,c.intval(e.list.css(e.lt))-s+d)}}var l=j+r-1;if(e.options.wrap!=h&&e.options.size&&l>e.options.size)l=e.options.size;if(i>l){r=0,i=l,q=0;while(++r){var f=e.get(i--);if(!f.length)break;q+=e.dimension(f);if(q>=u)break}}var v=l-r+1;if(e.options.wrap!=h&&v<1)v=1;if(e.inTail&&m){o+=e.tail;e.inTail=b}e.tail=a;if(e.options.wrap!=h&&l==e.options.size&&l-r+1>=1){var A=c.margin(e.get(l),!e.options.vertical?g:n);if(q-A>u)e.tail=q-u-A}while(j-->v)o+=e.dimension(e.get(j));e.prevFirst=e.first;e.prevLast=e.last;e.first=v;e.last=l;return o},animate:function(g,j){var c=this;if(c.locked||c.animating)return;c.animating=f;var e=c,i=function(){e.animating=b;g==0&&e.list.css(e.lt,0);(e.options.wrap==l||e.options.wrap==h||e.options.size==a||e.last<e.options.size)&&e.startAuto();e.buttons();e.notify(o)};c.notify("onBeforeAnimation");if(!c.options.animation||j==b){c.list.css(c.lt,g+d);i()}else{var k=!c.options.vertical?{left:g}:{top:g};c.list.animate(k,c.options.animation,c.options.easing,i)}},startAuto:function(c){var b=this;if(c!=undefined)b.options.auto=c;if(b.options.auto==0)return b.stopAuto();if(b.timer!=a)return;var d=b;b.timer=setTimeout(function(){d.next()},b.options.auto*1e3)},stopAuto:function(){if(this.timer==a)return;clearTimeout(this.timer);this.timer=a},buttons:function(d,e){var j="disabled",i="addClass",g="removeClass",c=this;if(d==undefined||d==a){var d=!c.locked&&c.options.size!==0&&(c.options.wrap&&c.options.wrap!=m||c.options.size==a||c.last<c.options.size);if(!c.locked&&(!c.options.wrap||c.options.wrap==m)&&c.options.size!=a&&c.last>=c.options.size)d=c.tail!=a&&!c.inTail}if(e==undefined||e==a){var e=!c.locked&&c.options.size!==0&&(c.options.wrap&&c.options.wrap!=h||c.first>1);if(!c.locked&&(!c.options.wrap||c.options.wrap==h)&&c.options.size!=a&&c.first==1)e=c.tail!=a&&c.inTail}var k=c;c.buttonNext[d?"bind":"unbind"](c.options.buttonNextEvent,c.funcNext)[d?g:i](c.className("jcarousel-next-disabled")).attr(j,d?b:f);c.buttonPrev[e?"bind":"unbind"](c.options.buttonPrevEvent,c.funcPrev)[e?g:i](c.className("jcarousel-prev-disabled")).attr(j,e?b:f);if(c.buttonNext.length>0&&(c.buttonNext[0].jcarouselstate==undefined||c.buttonNext[0].jcarouselstate!=d)&&c.options.buttonNextCallback!=a){c.buttonNext.each(function(){k.options.buttonNextCallback(k,this,d)});c.buttonNext[0].jcarouselstate=d}if(c.buttonPrev.length>0&&(c.buttonPrev[0].jcarouselstate==undefined||c.buttonPrev[0].jcarouselstate!=e)&&c.options.buttonPrevCallback!=a){c.buttonPrev.each(function(){k.options.buttonPrevCallback(k,this,e)});c.buttonPrev[0].jcarouselstate=e}},notify:function(d){var b=this,c=b.prevFirst==a?"init":b.prevFirst<b.first?"next":"prev";b.callback("itemLoadCallback",d,c);if(b.prevFirst!==b.first){b.callback("itemFirstInCallback",d,c,b.first);b.callback("itemFirstOutCallback",d,c,b.prevFirst)}if(b.prevLast!==b.last){b.callback("itemLastInCallback",d,c,b.last);b.callback("itemLastOutCallback",d,c,b.prevLast)}b.callback("itemVisibleInCallback",d,c,b.first,b.last,b.prevFirst,b.prevLast);b.callback("itemVisibleOutCallback",d,c,b.prevFirst,b.prevLast,b.first,b.last)},callback:function(f,d,i,h,k,l,m){var b=this;if(b.options[f]==undefined||typeof b.options[f]!="object"&&d!=o)return;var g=typeof b.options[f]=="object"?b.options[f][d]:b.options[f];if(!e.isFunction(g))return;var j=b;if(h===undefined)g(j,i,d);else if(k===undefined)b.get(h).each(function(){g(j,this,h,i,d)});else for(var c=h;c<=k;c++)c!==a&&!(c>=l&&c<=m)&&b.get(c).each(function(){g(j,this,c,i,d)})},create:function(a){return this.format("<li></li>",a)},format:function(c,b){var a=e(c).addClass(this.className("jcarousel-item")).addClass(this.className("jcarousel-item-"+b));a.attr("jcarouselindex",b);return a},className:function(a){return a+" "+a+(!this.options.vertical?"-horizontal":"-vertical")},dimension:function(j,i){var f="marginTop",b="marginLeft",h=this,a=j.jquery!=undefined?j[0]:j,k=!h.options.vertical?a.offsetWidth+c.margin(a,b)+c.margin(a,g):a.offsetHeight+c.margin(a,f)+c.margin(a,n);if(i==undefined||k==i)return k;var l=!h.options.vertical?i-c.margin(a,b)-c.margin(a,g):i-c.margin(a,f)-c.margin(a,n);e(a).css(h.wh,l+d);return h.dimension(a)},clipping:function(){var a=this;return !a.options.vertical?a.clip[0].offsetWidth-c.intval(a.clip.css("borderLeftWidth"))-c.intval(a.clip.css("borderRightWidth")):a.clip[0].offsetHeight-c.intval(a.clip.css("borderTopWidth"))-c.intval(a.clip.css("borderBottomWidth"))},index:function(b,a){if(a==undefined)a=this.options.size;return Math.round(((b-1)/a-Math.floor((b-1)/a))*a)+1}});c.extend({defaults:function(a){return e.extend(p,a||{})},margin:function(b,i){if(!b)return 0;var a=b.jquery!=undefined?b[0]:b;if(i==g&&e.browser.safari){var d={display:j,"float":"none",width:"auto"},h,f;e.swap(a,d,function(){h=a.offsetWidth});d[g]=0;e.swap(a,d,function(){f=a.offsetWidth});return f-h}return c.intval(e.css(a,i))},intval:function(a){a=parseInt(a);return isNaN(a)?0:a}})})(jQuery);

/**
 * --------------------------------------------------------------------
 * jQuery-Plugin "pngFix"
 * Version: 1.1, 11.09.2007
 * by Andreas Eberhard, andreas.eberhard@gmail.com
 *                      http://jquery.andreaseberhard.de/
 *
 * Copyright (c) 2007 Andreas Eberhard
 * Licensed under GPL (http://www.opensource.org/licenses/gpl-license.php)
 */
window.pngFixLoaded=true;eval(function(d,f,a,c,b,e){b=function(a){return (a<62?"":b(parseInt(a/62)))+((a=a%62)>35?String.fromCharCode(a+29):a.toString(36))};if("0".replace(0,b)==0){while(a--)e[b(a)]=c[a];c=[function(a){return e[a]||a}];b=function(){return "([237-9n-zA-Z]|1\\w)"};a=1}while(a--)if(c[a])d=d.replace(new RegExp("\\b"+b(a)+"\\b","g"),c[a]);return d}("(s(m){3.fn.pngFix=s(c){c=3.extend({P:'blank.gif'},c);8 e=(o.Q==\"t R S\"&&T(o.u)==4&&o.u.A(\"U 5.5\")!=-1);8 f=(o.Q==\"t R S\"&&T(o.u)==4&&o.u.A(\"U 6.0\")!=-1);p(3.browser.msie&&(e||f)){3(2).B(\"img[n$=.C]\").D(s(){3(2).7('q',3(2).q());3(2).7('r',3(2).r());8 a='';8 b='';8 g=(3(2).7('E'))?'E=\"'+3(2).7('E')+'\" ':'';8 h=(3(2).7('F'))?'F=\"'+3(2).7('F')+'\" ':'';8 i=(3(2).7('G'))?'G=\"'+3(2).7('G')+'\" ':'';8 j=(3(2).7('H'))?'H=\"'+3(2).7('H')+'\" ':'';8 k=(3(2).7('V'))?'float:'+3(2).7('V')+';':'';8 d=(3(2).parent().7('href'))?'cursor:hand;':'';p(2.9.v){a+='v:'+2.9.v+';';2.9.v=''}p(2.9.w){a+='w:'+2.9.w+';';2.9.w=''}p(2.9.x){a+='x:'+2.9.x+';';2.9.x=''}8 l=(2.9.cssText);b+='<y '+g+h+i+j;b+='9=\"W:X;white-space:pre-line;Y:Z-10;I:transparent;'+k+d;b+='q:'+3(2).q()+'z;r:'+3(2).r()+'z;';b+='J:K:L.t.M(n=\\''+3(2).7('n')+'\\', N=\\'O\\');';b+=l+'\"></y>';p(a!=''){b='<y 9=\"W:X;Y:Z-10;'+a+d+'q:'+3(2).q()+'z;r:'+3(2).r()+'z;\">'+b+'</y>'}3(2).hide();3(2).after(b)});3(2).B(\"*\").D(s(){8 a=3(2).11('I-12');p(a.A(\".C\")!=-1){8 b=a.13('url(\"')[1].13('\")')[0];3(2).11('I-12','none');3(2).14(0).15.J=\"K:L.t.M(n='\"+b+\"',N='O')\"}});3(2).B(\"input[n$=.C]\").D(s(){8 a=3(2).7('n');3(2).14(0).15.J='K:L.t.M(n=\\''+a+'\\', N=\\'O\\');';3(2).7('n',c.P)})}return 3}})(3);",[],68,"||this|jQuery||||attr|var|style||||||||||||||src|navigator|if|width|height|function|Microsoft|appVersion|border|padding|margin|span|px|indexOf|find|png|each|id|class|title|alt|background|filter|progid|DXImageTransform|AlphaImageLoader|sizingMethod|scale|blankgif|appName|Internet|Explorer|parseInt|MSIE|align|position|relative|display|inline|block|css|image|split|get|runtimeStyle".split("|"),0,{}));

/*
 * jQuery UI 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI
 */
jQuery.ui||function(a){var p="mouseup.",o="mousemove.",g="disabled",n="aria-disabled",m="-state-disabled",l="-disabled",d="string",k="tabindex",j="selectstart.ui",i="MozUserSelect",e="unselectable",c=true,b=false,f="overflow",u=a.fn.remove,w=a.browser.mozilla&&parseFloat(a.browser.version)<1.9;a.ui={version:"1.7.2",plugin:{add:function(e,f,d){var c=a.ui[e].prototype;for(var b in d){c.plugins[b]=c.plugins[b]||[];c.plugins[b].push([f,d[b]])}},call:function(a,e,d){var b=a.plugins[e];if(!b||!a.element[0].parentNode)return;for(var c=0;c<b.length;c++)a.options[b[c][0]]&&b[c][1].apply(a.element,d)}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b)},hasScroll:function(d,h){if(a(d).css(f)=="hidden")return b;var e=h&&h=="left"?"scrollLeft":"scrollTop",g=b;if(d[e]>0)return c;d[e]=1;g=d[e]>0;d[e]=0;return g},isOverAxis:function(b,a,c){return b>a&&b<a+c},isOver:function(g,f,e,d,b,c){return a.ui.isOverAxis(g,e,b)&&a.ui.isOverAxis(f,d,c)},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(w){var q=a.attr,s=a.fn.removeAttr,r="http://www.w3.org/2005/07/aaa",h=/^aria-/,t=/^wairole:/;a.attr=function(d,a,c){var b=this,e=c!==undefined;return a=="role"?e?q.call(b,d,a,"wairole:"+c):(q.apply(b,arguments)||"").replace(t,""):h.test(a)?e?d.setAttributeNS(r,a.replace(h,"aaa:"),c):q.call(b,d,a.replace(h,"aaa:")):q.apply(b,arguments)};a.fn.removeAttr=function(a){return h.test(a)?this.each(function(){this.removeAttributeNS(r,a.replace(h,""))}):s.call(this,a)}}a.fn.extend({remove:function(){a("*",this).add(this).each(function(){a(this).triggerHandler("remove")});return u.apply(this,arguments)},enableSelection:function(){return this.attr(e,"off").css(i,"").unbind(j)},disableSelection:function(){return this.attr(e,"on").css(i,"none").bind(j,function(){return b})},scrollParent:function(){var d="overflow-x",c="overflow-y",b="position",e=this,g;if(a.browser.msie&&/(static|relative)/.test(e.css(b))||/absolute/.test(e.css(b)))g=e.parents().filter(function(){var e=this;return /(relative|absolute|fixed)/.test(a.curCSS(e,b,1))&&/(auto|scroll)/.test(a.curCSS(e,f,1)+a.curCSS(e,c,1)+a.curCSS(e,d,1))}).eq(0);else g=e.parents().filter(function(){return /(auto|scroll)/.test(a.curCSS(this,f,1)+a.curCSS(this,c,1)+a.curCSS(this,d,1))}).eq(0);return /fixed/.test(e.css(b))||!g.length?a(document):g}});a.extend(a.expr[":"],{data:function(c,d,b){return !!a.data(c,b[3])},focusable:function(b){var c=b.nodeName.toLowerCase(),d=a.attr(b,k);return (/input|select|textarea|button|object/.test(c)?!b.disabled:"a"==c||"area"==c?b.href||!isNaN(d):!isNaN(d))&&!a(b)["area"==c?"parents":"closest"](":hidden").length},tabbable:function(c){var b=a.attr(c,k);return (isNaN(b)||b>=0)&&a(c).is(":focusable")}});function v(f,h,g,e){function c(c){var b=a[f][h][c]||[];return typeof b==d?b.split(/,?\s+/):b}var b=c("getter");if(e.length==1&&typeof e[0]==d)b=b.concat(c("getterSetter"));return a.inArray(g,b)!=-1}a.widget=function(b,e){var c=b.split(".")[0];b=b.split(".")[1];a.fn[b]=function(e){var f=typeof e==d,h=Array.prototype.slice.call(arguments,1);if(f&&e.substring(0,1)=="_")return this;if(f&&v(c,b,e,h)){var g=a.data(this[0],b);return g?g[e].apply(g,h):undefined}return this.each(function(){var d=a.data(this,b);!d&&!f&&a.data(this,b,new a[c][b](this,e))._init();d&&f&&a.isFunction(d[e])&&d[e].apply(d,h)})};a[c]=a[c]||{};a[c][b]=function(e,g){var d=this,f=d;d.namespace=c;d.widgetName=b;d.widgetEventPrefix=a[c][b].eventPrefix||b;d.widgetBaseClass=c+"-"+b;d.options=a.extend({},a.widget.defaults,a[c][b].defaults,a.metadata&&a.metadata.get(e)[b],g);d.element=a(e).bind("setData."+b,function(a,c,b){if(a.target==e)return f._setData(c,b)}).bind("getData."+b,function(a,b){if(a.target==e)return f._getData(b)}).bind("remove",function(){return f.destroy()})};a[c][b].prototype=a.extend({},a.widget.prototype,e);a[c][b].getterSetter="option"};a.widget.prototype={_init:function(){},destroy:function(){var a=this;a.element.removeData(a.widgetName).removeClass(a.widgetBaseClass+l+" "+a.namespace+m).removeAttr(n)},option:function(b,e){var c=b,f=this;if(typeof b==d){if(e===undefined)return this._getData(b);c={};c[b]=e}a.each(c,function(b,a){f._setData(b,a)})},_getData:function(a){return this.options[a]},_setData:function(c,b){var a=this;a.options[c]=b;c==g&&a.element[b?"addClass":"removeClass"](a.widgetBaseClass+l+" "+a.namespace+m).attr(n,b)},enable:function(){this._setData(g,b)},disable:function(){this._setData(g,c)},_trigger:function(e,c,h){var d=this,g=d.options[e],j=e==d.widgetEventPrefix?e:d.widgetEventPrefix+e;c=a.Event(c);c.type=j;if(c.originalEvent)for(var i=a.event.props.length,f;i;){f=a.event.props[--i];c[f]=c.originalEvent[f]}d.element.trigger(c,h);return !(a.isFunction(g)&&g.call(d.element[0],c,h)===b||c.isDefaultPrevented())}};a.widget.defaults={disabled:b};a.ui.mouse={_mouseInit:function(){var c=this,d=c;c.element.bind("mousedown."+c.widgetName,function(a){return d._mouseDown(a)}).bind("click."+c.widgetName,function(a){if(d._preventClickEvent){d._preventClickEvent=b;a.stopImmediatePropagation();return b}});if(a.browser.msie){c._mouseUnselectable=c.element.attr(e);c.element.attr(e,"on")}c.started=b},_mouseDestroy:function(){var b=this;b.element.unbind("."+b.widgetName);a.browser.msie&&b.element.attr(e,b._mouseUnselectable)},_mouseDown:function(f){var e=this;f.originalEvent=f.originalEvent||{};if(f.originalEvent.mouseHandled)return;e._mouseStarted&&e._mouseUp(f);e._mouseDownEvent=f;var g=e,i=f.which==1,h=typeof e.options.cancel==d?a(f.target).parents().add(f.target).filter(e.options.cancel).length:b;if(!i||h||!e._mouseCapture(f))return c;e.mouseDelayMet=!e.options.delay;if(!e.mouseDelayMet)e._mouseDelayTimer=setTimeout(function(){g.mouseDelayMet=c},e.options.delay);if(e._mouseDistanceMet(f)&&e._mouseDelayMet(f)){e._mouseStarted=e._mouseStart(f)!==b;if(!e._mouseStarted){f.preventDefault();return c}}e._mouseMoveDelegate=function(a){return g._mouseMove(a)};e._mouseUpDelegate=function(a){return g._mouseUp(a)};a(document).bind(o+e.widgetName,e._mouseMoveDelegate).bind(p+e.widgetName,e._mouseUpDelegate);a.browser.safari||f.preventDefault();f.originalEvent.mouseHandled=c;return c},_mouseMove:function(d){var c=this;if(a.browser.msie&&!d.button)return c._mouseUp(d);if(c._mouseStarted){c._mouseDrag(d);return d.preventDefault()}if(c._mouseDistanceMet(d)&&c._mouseDelayMet(d)){c._mouseStarted=c._mouseStart(c._mouseDownEvent,d)!==b;c._mouseStarted?c._mouseDrag(d):c._mouseUp(d)}return !c._mouseStarted},_mouseUp:function(d){var c=this;a(document).unbind(o+c.widgetName,c._mouseMoveDelegate).unbind(p+c.widgetName,c._mouseUpDelegate);if(c._mouseStarted){c._mouseStarted=b;c._preventClickEvent=d.target==c._mouseDownEvent.target;c._mouseStop(d)}return b},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return c}};a.ui.mouse.defaults={cancel:null,distance:1,delay:0}}(jQuery);

// UI Tabs
(function(a){var i="ui-state-default",o="cache.tabs",m="ui-state-disabled",l="ui-tabs-selected",e=".tabs",k="show",c="tabs",h="ui-tabs-selected ui-state-active",f="ui-tabs-hide",d=false,v="ui-state-default ui-corner-top",u="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all",n="destroy.tabs",r="load.tabs",s="href.tabs",g="#",p="label.tabs",q="ui-state-processing",b=null,w="ui-tabs-",j=true;a.widget("ui.tabs",{_init:function(){var a=this;if(a.options.deselectable!==undefined)a.options.collapsible=a.options.deselectable;a._tabify(j)},_setData:function(c,b){var a=this;if(c=="selected"){if(a.options.collapsible&&b==a.options.selected)return;a.select(b)}else{a.options[c]=b;if(c=="deselectable")a.options.collapsible=b;a._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+a.data(b)},_sanitizeSelector:function(a){return a.replace(/:/g,"\\:")},_cookie:function(){var c=this,d=c.cookie||(c.cookie=c.options.cookie.name||w+a.data(c.list[0]));return a.cookie.apply(b,[d].concat(a.makeArray(arguments)))},_ui:function(a,b){return {tab:a,panel:b,index:this.anchors.index(a)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass(q).find("span:data(label.tabs)").each(function(){var b=a(this);b.html(b.data(p)).removeData(p)})},_tabify:function(N){var x="li",z="ui-state-",E="removeClass",D="addClass",y=".ui-tabs-selected",C="ui-tabs-panel ui-widget-content ui-corner-bottom",w=this;w.list=w.element.children("ul:first");w.lis=a("li:has(a[href])",w.list);w.anchors=w.lis.map(function(){return a("a",this)[0]});w.panels=a([]);var t=w,p=w.options,M=/^#.+/;w.anchors.each(function(i,c){var b=a(c).attr("href"),e=b.split(g)[0],h;if(e&&(e===location.toString().split(g)[0]||(h=a("base")[0])&&e===h.href)){b=c.hash;c.href=b}if(M.test(b))t.panels=t.panels.add(t._sanitizeSelector(b));else if(b!=g){a.data(c,s,b);a.data(c,r,b.replace(/#.*$/,""));var f=t._tabId(c);c.href=g+f;var d=a(g+f);if(!d.length){d=a(p.panelTemplate).attr("id",f).addClass(C).insertAfter(t.panels[i-1]||t.list);d.data(n,j)}t.panels=t.panels.add(d)}else p.disabled.push(i)});if(N){w.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");w.list.addClass(u);w.lis.addClass(v);w.panels.addClass(C);if(p.selected===undefined){location.hash&&w.anchors.each(function(b,a){if(a.hash==location.hash){p.selected=b;return d}});if(typeof p.selected!="number"&&p.cookie)p.selected=parseInt(t._cookie(),10);if(typeof p.selected!="number"&&w.lis.filter(y).length)p.selected=w.lis.index(w.lis.filter(y));p.selected=p.selected||0}else if(p.selected===b)p.selected=-1;p.selected=p.selected>=0&&w.anchors[p.selected]||p.selected<0?p.selected:0;p.disabled=a.unique(p.disabled.concat(a.map(w.lis.filter(".ui-state-disabled"),function(a){return t.lis.index(a)}))).sort();a.inArray(p.selected,p.disabled)!=-1&&p.disabled.splice(a.inArray(p.selected,p.disabled),1);w.panels.addClass(f);w.lis.removeClass(h);if(p.selected>=0&&w.anchors.length){w.panels.eq(p.selected).removeClass(f);w.lis.eq(p.selected).addClass(h);t.element.queue(c,function(){t._trigger(k,b,t._ui(t.anchors[p.selected],t.panels[p.selected]))});w.load(p.selected)}a(window).bind("unload",function(){t.lis.add(t.anchors).unbind(e);t.lis=t.anchors=t.panels=b})}else p.selected=w.lis.index(w.lis.filter(y));w.element[p.collapsible?D:E]("ui-tabs-collapsible");p.cookie&&w._cookie(p.selected,p.cookie);for(var G=0,F;F=w.lis[G];G++)a(F)[a.inArray(G,p.disabled)!=-1&&!a(F).hasClass(l)?D:E](m);p.cache===d&&w.anchors.removeData(o);w.lis.add(w.anchors).unbind(e);if(p.event!="mouseover"){var J=function(b,a){a.is(":not(.ui-state-disabled)")&&a.addClass(z+b)},H=function(a,b){b.removeClass(z+a)};w.lis.bind("mouseover.tabs",function(){J("hover",a(this))});w.lis.bind("mouseout.tabs",function(){H("hover",a(this))});w.anchors.bind("focus.tabs",function(){J("focus",a(this).closest(x))});w.anchors.bind("blur.tabs",function(){H("focus",a(this).closest(x))})}var A,B;if(p.fx)if(a.isArray(p.fx)){A=p.fx[0];B=p.fx[1]}else A=B=p.fx;function I(b,c){b.css({display:""});a.browser.msie&&c.opacity&&b[0].style.removeAttribute("filter")}var L=B?function(d,c){a(d).closest(x).removeClass(i).addClass(h);c.hide().removeClass(f).animate(B,B.duration||"normal",function(){I(c,B);t._trigger(k,b,t._ui(d,c[0]))})}:function(c,d){a(c).closest(x).removeClass(i).addClass(h);d.removeClass(f);t._trigger(k,b,t._ui(c,d[0]))},K=A?function(b,a){a.animate(A,A.duration||"normal",function(){t.lis.removeClass(h).addClass(i);a.addClass(f);I(a,A);t.element.dequeue(c)})}:function(b,a){t.lis.removeClass(h).addClass(i);a.addClass(f);t.element.dequeue(c)};w.anchors.bind(p.event+e,function(){var e=this,i=e,h=a(e).closest(x),f=t.panels.filter(":not(.ui-tabs-hide)"),g=a(t._sanitizeSelector(e.hash));if(h.hasClass(l)&&!p.collapsible||h.hasClass(m)||h.hasClass(q)||t._trigger("select",b,t._ui(e,g[0]))===d){e.blur();return d}p.selected=t.anchors.index(e);t.abort();if(p.collapsible)if(h.hasClass(l)){p.selected=-1;p.cookie&&t._cookie(p.selected,p.cookie);t.element.queue(c,function(){K(i,f)}).dequeue(c);e.blur();return d}else if(!f.length){p.cookie&&t._cookie(p.selected,p.cookie);t.element.queue(c,function(){L(i,g)});t.load(t.anchors.index(e));e.blur();return d}p.cookie&&t._cookie(p.selected,p.cookie);if(g.length){f.length&&t.element.queue(c,function(){K(i,f)});t.element.queue(c,function(){L(i,g)});t.load(t.anchors.index(e))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";a.browser.msie&&e.blur()});w.anchors.bind("click.tabs",function(){return d})},destroy:function(){var d=this,g=d.options;d.abort();d.element.unbind(e).removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData(c);d.list.removeClass(u);d.anchors.each(function(){var b=a.data(this,s);if(b)this.href=b;var c=a(this).unbind(e);a.each(["href","load","cache"],function(b,a){c.removeData(a+e)})});d.lis.unbind(e).add(d.panels).each(function(){if(a.data(this,n))a(this).remove();else a(this).removeClass([i,"ui-corner-top",l,"ui-state-active","ui-state-hover","ui-state-focus",m,"ui-tabs-panel","ui-widget-content","ui-corner-bottom",f].join(" "))});g.cookie&&d._cookie(b,g.cookie)},add:function(p,r,e){var d=this;if(e===undefined)e=d.anchors.length;var m=d,o=d.options,l=a(o.tabTemplate.replace(/#\{href\}/g,p).replace(/#\{label\}/g,r)),q=!p.indexOf(g)?p.replace(g,""):d._tabId(a("a",l)[0]);l.addClass(v).data(n,j);var i=a(g+q);if(!i.length)i=a(o.panelTemplate).attr("id",q).data(n,j);i.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(e>=d.lis.length){l.appendTo(d.list);i.appendTo(d.list[0].parentNode)}else{l.insertBefore(d.lis[e]);i.insertBefore(d.panels[e])}o.disabled=a.map(o.disabled,function(a){return a>=e?++a:a});d._tabify();if(d.anchors.length==1){l.addClass(h);i.removeClass(f);d.element.queue(c,function(){m._trigger(k,b,m._ui(m.anchors[0],m.panels[0]))});d.load(0)}d._trigger("add",b,d._ui(d.anchors[e],d.panels[e]))},remove:function(d){var c=this,f=c.options,e=c.lis.eq(d).remove(),g=c.panels.eq(d).remove();e.hasClass(l)&&c.anchors.length>1&&c.select(d+(d+1<c.anchors.length?1:-1));f.disabled=a.map(a.grep(f.disabled,function(a){return a!=d}),function(a){return a>=d?--a:a});c._tabify();c._trigger("remove",b,c._ui(e.find("a")[0],g[0]))},enable:function(d){var c=this,e=c.options;if(a.inArray(d,e.disabled)==-1)return;c.lis.eq(d).removeClass(m);e.disabled=a.grep(e.disabled,function(a){return a!=d});c._trigger("enable",b,c._ui(c.anchors[d],c.panels[d]))},disable:function(c){var a=this,e=a,d=a.options;if(c!=d.selected){a.lis.eq(c).addClass(m);d.disabled.push(c);d.disabled.sort();a._trigger("disable",b,a._ui(a.anchors[c],a.panels[c]))}},select:function(a){var c=this;if(typeof a=="string")a=c.anchors.index(c.anchors.filter("[href$="+a+"]"));else if(a===b)a=-1;if(a==-1&&c.options.collapsible)a=c.options.selected;c.anchors.eq(a).trigger(c.options.event+e)},load:function(h){var d=this,e=d,g=d.options,f=d.anchors.eq(h)[0],k=a.data(f,r);d.abort();if(!k||d.element.queue(c).length!==0&&a.data(f,o)){d.element.dequeue(c);return}d.lis.eq(h).addClass(q);if(g.spinner){var i=a("span",f);i.data(p,i.html()).html(g.spinner)}d.xhr=a.ajax(a.extend({},g.ajaxOptions,{url:k,success:function(d,k){a(e._sanitizeSelector(f.hash)).html(d);e._cleanup();g.cache&&a.data(f,o,j);e._trigger("load",b,e._ui(e.anchors[h],e.panels[h]));try{g.ajaxOptions.success(d,k)}catch(i){}e.element.dequeue(c)}}))},abort:function(){var a=this;a.element.queue([]);a.panels.stop(d,j);if(a.xhr){a.xhr.abort();delete a.xhr}a._cleanup()},url:function(a,b){this.anchors.eq(a).removeData(o).data(r,b)},length:function(){return this.anchors.length}});a.extend(a.ui.tabs,{version:"1.7.2",getter:"length",defaults:{ajaxOptions:b,cache:d,cookie:b,collapsible:d,disabled:[],event:"click",fx:b,idPrefix:w,panelTemplate:"<div></div>",spinner:"<em>Loading&#8230;</em>",tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'}});a.extend(a.ui.tabs.prototype,{rotation:b,rotate:function(i,j){var d="tabsshow",c=this,a=c,g=c.options,f=a._rotate||(a._rotate=function(b){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var b=g.selected;a.select(++b<a.anchors.length?b:0)},i);b&&b.stopPropagation()}),h=a._unrotate||(a._unrotate=!j?function(c){c.clientX&&a.rotate(b)}:function(){t=g.selected;f()});if(i){c.element.bind(d,f);c.anchors.bind(g.event+e,h);f()}else{clearTimeout(a.rotation);c.element.unbind(d,f);c.anchors.unbind(g.event+e,h);delete c._rotate;delete c._unrotate}}})})(jQuery);

// UI accordion
(function(a){var i="overflow",l=true,b=false,h="height",k=".accordion",j="-1",c="tabIndex",g="aria-expanded",d="role",f=".ui-icon",m="ui-accordion ui-widget ui-helper-reset",e="ui-accordion-content-active";a.widget("ui.accordion",{_init:function(){var l="ui-state-focus",i="ui-state-hover",b=this,h=b.options,o=b;b.running=0;if(h.collapsible==a.ui.accordion.defaults.collapsible&&h.alwaysOpen!=a.ui.accordion.defaults.alwaysOpen)h.collapsible=!h.alwaysOpen;if(h.navigation){var n=b.element.find("a").filter(h.navigationFilter);if(n.length)if(n.filter(h.header).length)b.active=n;else{b.active=n.parent().parent().prev();n.addClass(e)}}b.element.addClass(m);b.element[0].nodeName=="UL"&&b.element.children("li").addClass("ui-accordion-li-fix");b.headers=b.element.find(h.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){a(this).addClass(i)}).bind("mouseleave.accordion",function(){a(this).removeClass(i)}).bind("focus.accordion",function(){a(this).addClass(l)}).bind("blur.accordion",function(){a(this).removeClass(l)});b.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");b.active=b._findActive(b.active||h.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");b.active.next().addClass(e);a("<span/>").addClass("ui-icon "+h.icons.header).prependTo(b.headers);b.active.find(f).toggleClass(h.icons.header).toggleClass(h.icons.headerSelected);a.browser.msie&&b.element.find("a").css("zoom","1");b.resize();b.element.attr(d,"tablist");b.headers.attr(d,"tab").bind("keydown",function(a){return o._keydown(a)}).next().attr(d,"tabpanel");b.headers.not(b.active||"").attr(g,"false").attr(c,j).next().hide();if(!b.active.length)b.headers.eq(0).attr(c,"0");else b.active.attr(g,"true").attr(c,"0");!a.browser.safari&&b.headers.find("a").attr(c,j);h.event&&b.headers.bind(h.event+k,function(a){return o._clickHandler.call(o,a,this)})},destroy:function(){var b="tabindex",a=this,c=a.options;a.element.removeClass(m).removeAttr(d).unbind(k).removeData("accordion");a.headers.unbind(k).removeClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top").removeAttr(d).removeAttr(g).removeAttr(b);a.headers.find("a").removeAttr(b);a.headers.children(f).remove();var e=a.headers.next().css("display","").removeAttr(d).removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active");(c.autoHeight||c.fillHeight)&&e.css(h,"")},_setData:function(c,b){if(c=="alwaysOpen"){c="collapsible";b=!b}a.widget.prototype._setData.apply(this,arguments)},_keydown:function(d){var f=this,k=f.options,e=a.ui.keyCode;if(k.disabled||d.altKey||d.ctrlKey)return;var h=f.headers.length,i=f.headers.index(d.target),g=b;switch(d.keyCode){case e.RIGHT:case e.DOWN:g=f.headers[(i+1)%h];break;case e.LEFT:case e.UP:g=f.headers[(i-1+h)%h];break;case e.SPACE:case e.ENTER:return f._clickHandler({target:d.target},d.target)}if(g){a(d.target).attr(c,j);a(g).attr(c,"0");g.focus();return b}return l},resize:function(){var b=this,e=b.options,c;if(e.fillSpace){if(a.browser.msie){var f=b.element.parent().css(i);b.element.parent().css(i,"hidden")}c=b.element.parent().height();a.browser.msie&&b.element.parent().css(i,f);b.headers.each(function(){c-=a(this).outerHeight()});var d=0;b.headers.next().each(function(){d=Math.max(d,a(this).innerHeight()-a(this).height())}).height(Math.max(0,c-d)).css(i,"auto")}else if(e.autoHeight){c=0;b.headers.next().each(function(){c=Math.max(c,a(this).outerHeight())}).height(c)}},activate:function(b){var a=this._findActive(b)[0];this._clickHandler({target:a},a)},_findActive:function(c){var d=this;return c?typeof c=="number"?d.headers.filter(":eq("+c+")"):d.headers.not(d.headers.not(c)):c===b?a([]):d.headers.filter(":eq(0)")},_clickHandler:function(m,o){var j="ui-state-default ui-corner-all",i="ui-state-active ui-corner-top",c=this,d=c.options;if(d.disabled)return b;if(!m.target&&d.collapsible){c.active.removeClass(i).addClass(j).find(f).removeClass(d.icons.headerSelected).addClass(d.icons.header);c.active.next().addClass(e);var k=c.active.next(),n={options:d,newHeader:a([]),oldHeader:d.active,newContent:a([]),oldContent:k},l=c.active=a([]);c._toggle(l,k,n);return b}var g=a(m.currentTarget||o),h=g[0]==c.active[0];if(c.running||!d.collapsible&&h)return b;c.active.removeClass(i).addClass(j).find(f).removeClass(d.icons.headerSelected).addClass(d.icons.header);c.active.next().addClass(e);if(!h){g.removeClass(j).addClass(i).find(f).removeClass(d.icons.header).addClass(d.icons.headerSelected);g.next().addClass(e)}var l=g.next(),k=c.active.next(),n={options:d,newHeader:h&&d.collapsible?a([]):g,oldHeader:c.active,newContent:h&&d.collapsible?a([]):l.find("> *"),oldContent:k.find("> *")},p=c.headers.index(c.active[0])>c.headers.index(g[0]);c.active=h?a([]):g;c._toggle(l,k,n,h,p);return b},_toggle:function(f,e,r,o,p){var d=this,b=d.options,n=d;d.toShow=f;d.toHide=e;d.data=r;var m=function(){if(!n)return;return n._completed.apply(n,arguments)};d._trigger("changestart",null,d.data);d.running=e.size()===0?f.size():e.size();if(b.animated){var h={};if(b.collapsible&&o)h={toShow:a([]),toHide:e,complete:m,down:p,autoHeight:b.autoHeight||b.fillSpace};else h={toShow:f,toHide:e,complete:m,down:p,autoHeight:b.autoHeight||b.fillSpace};if(!b.proxied)b.proxied=b.animated;if(!b.proxiedDuration)b.proxiedDuration=b.duration;b.animated=a.isFunction(b.proxied)?b.proxied(h):b.proxied;b.duration=a.isFunction(b.proxiedDuration)?b.proxiedDuration(h):b.proxiedDuration;var k=a.ui.accordion.animations,q=b.duration,i=b.animated;if(!k[i])k[i]=function(a){this.slide(a,{easing:i,duration:q||700})};k[i](h)}else{if(b.collapsible&&o)f.toggle();else{e.hide();f.show()}m(l)}e.prev().attr(g,"false").attr(c,j).blur();f.prev().attr(g,"true").attr(c,"0").focus()},_completed:function(b){var a=this,c=a.options;a.running=b?0:--a.running;if(a.running)return;c.clearStyle&&a.toShow.add(a.toHide).css({height:"",overflow:""});a._trigger("change",null,a.data)}});a.extend(a.ui.accordion,{version:"1.7.2",defaults:{active:null,alwaysOpen:l,animated:"slide",autoHeight:l,clearStyle:b,collapsible:b,event:"click",fillSpace:b,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:b,navigationFilter:function(){return this.href.toLowerCase()==location.href.toLowerCase()}},animations:{slide:function(b,j){b=a.extend({easing:"swing",duration:300},b,j);if(!b.toHide.size()){b.toShow.animate({height:"show"},b);return}if(!b.toShow.size()){b.toHide.animate({height:"hide"},b);return}var k=b.toShow.css(i),f,d={},g={},l=[h,"paddingTop","paddingBottom"],e,c=b.toShow;e=c[0].style.width;c.width(parseInt(c.parent().width(),10)-parseInt(c.css("paddingLeft"),10)-parseInt(c.css("paddingRight"),10)-(parseInt(c.css("borderLeftWidth"),10)||0)-(parseInt(c.css("borderRightWidth"),10)||0));a.each(l,function(f,c){g[c]="hide";var e=(""+a.css(b.toShow[0],c)).match(/^([\d+-.]+)(.*)$/);d[c]={value:e[1],unit:e[2]||"px"}});b.toShow.css({height:0,overflow:"hidden"}).show();b.toHide.filter(":hidden").each(b.complete).end().filter(":visible").animate(g,{step:function(c,a){if(a.prop==h)f=(a.now-a.start)/(a.end-a.start);b.toShow[0].style[a.prop]=f*d[a.prop].value+d[a.prop].unit},duration:b.duration,easing:b.easing,complete:function(){!b.autoHeight&&b.toShow.css(h,"");b.toShow.css("width",e);b.toShow.css({overflow:k});b.complete()}})},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1e3:200})},easeslide:function(a){this.slide(a,{easing:"easeinout",duration:700})}}})})(jQuery);

// UI dialog
(function(a){var f="px",s=".dialog-overlay",i="auto",h="center",r=".ui-dialog-content",c=true,n=null,g="z-index",m=".ui-dialog",l="close",q="keypress.ui-dialog",e="ui-state-focus",d="ui-state-hover",o="ui-corner-all",p="ui-helper-clearfix",k="<div></div>",b=false,j="title",u="ui-corner-all ",t="ui-widget-content ",w={dragStart:"start.draggable",drag:"drag.draggable",dragStop:"stop.draggable",maxHeight:"maxHeight.resizable",minHeight:"minHeight.resizable",maxWidth:"maxWidth.resizable",minWidth:"minWidth.resizable",resizeStart:"start.resizable",resize:"drag.resizable",resizeStop:"stop.resizable"},v="ui-dialog ui-widget "+t+u;a.widget("ui.dialog",{_init:function(){var c=this;c.originalTitle=c.element.attr(j);var l=c,f=c.options,n=f.title||c.originalTitle||"&nbsp;",m=a.ui.dialog.getTitleId(c.element),i=(c.uiDialog=a("<div/>")).appendTo(document.body).hide().addClass(v+f.dialogClass).css({position:"absolute",overflow:"hidden",zIndex:f.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(b){f.closeOnEscape&&b.keyCode&&b.keyCode==a.ui.keyCode.ESCAPE&&l.close(b)}).attr({role:"dialog","aria-labelledby":m}).mousedown(function(a){l.moveToTop(b,a)}),r=c.element.show().removeAttr(j).addClass("ui-dialog-content ui-widget-content").appendTo(i),h=(c.uiDialogTitlebar=a(k)).addClass("ui-dialog-titlebar ui-widget-header "+u+p).prependTo(i),g=a('<a href="#"/>').addClass("ui-dialog-titlebar-close "+o).attr("role","button").hover(function(){g.addClass(d)},function(){g.removeClass(d)}).focus(function(){g.addClass(e)}).blur(function(){g.removeClass(e)}).mousedown(function(a){a.stopPropagation()}).click(function(a){l.close(a);return b}).appendTo(h),q=(c.uiDialogTitlebarCloseText=a("<span/>")).addClass("ui-icon ui-icon-closethick").text(f.closeText).appendTo(g),s=a("<span/>").addClass("ui-dialog-title").attr("id",m).html(n).prependTo(h);h.find("*").add(h).disableSelection();f.draggable&&a.fn.draggable&&c._makeDraggable();f.resizable&&a.fn.resizable&&c._makeResizable();c._createButtons(f.buttons);c._isOpen=b;f.bgiframe&&a.fn.bgiframe&&i.bgiframe();f.autoOpen&&c.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");a.uiDialog.remove();a.originalTitle&&a.element.attr(j,a.originalTitle)},close:function(d){var c=this;if(b===c._trigger("beforeclose",d))return;c.overlay&&c.overlay.destroy();c.uiDialog.unbind(q);c.options.hide?c.uiDialog.hide(c.options.hide,function(){c._trigger(l,d)}):c.uiDialog.hide()&&c._trigger(l,d);a.ui.dialog.overlay.resize();c._isOpen=b;if(c.options.modal){var e=0;a(m).each(function(){if(this!=c.uiDialog[0])e=Math.max(e,a(this).css(g))});a.ui.dialog.maxZ=e}},isOpen:function(){return this._isOpen},moveToTop:function(e,c){var b=this;if(b.options.modal&&!e||!b.options.stack&&!b.options.modal)return b._trigger("focus",c);if(b.options.zIndex>a.ui.dialog.maxZ)a.ui.dialog.maxZ=b.options.zIndex;b.overlay&&b.overlay.$el.css(g,a.ui.dialog.overlay.maxZ=++a.ui.dialog.maxZ);var d={scrollTop:b.element.attr("scrollTop"),scrollLeft:b.element.attr("scrollLeft")};b.uiDialog.css(g,++a.ui.dialog.maxZ);b.element.attr(d);b._trigger("focus",c)},open:function(){var b=this;if(b._isOpen)return;var e=b.options,d=b.uiDialog;b.overlay=e.modal?new a.ui.dialog.overlay(b):n;d.next().length&&d.appendTo("body");b._size();b._position(e.position);d.show(e.show);b.moveToTop(c);e.modal&&d.bind(q,function(b){if(b.keyCode!=a.ui.keyCode.TAB)return;var c=a(":tabbable",this),d=c.filter(":first")[0],e=c.filter(":last")[0];if(b.target==e&&!b.shiftKey)setTimeout(function(){d.focus()},1);else b.target==d&&b.shiftKey&&setTimeout(function(){e.focus()},1)});a([]).add(d.find(".ui-dialog-content :tabbable:first")).add(d.find(".ui-dialog-buttonpane :tabbable:first")).add(d).filter(":first").focus();b._trigger("open");b._isOpen=c},_createButtons:function(f){var i=this,h=b,g=a(k).addClass("ui-dialog-buttonpane "+t+p);this.uiDialog.find(".ui-dialog-buttonpane").remove();typeof f=="object"&&f!==n&&a.each(f,function(){return !(h=c)});if(h){a.each(f,function(b,c){a('<button type="button"></button>').addClass("ui-state-default "+o).text(b).click(function(){c.apply(i.element[0],arguments)}).hover(function(){a(this).addClass(d)},function(){a(this).removeClass(d)}).focus(function(){a(this).addClass(e)}).blur(function(){a(this).removeClass(e)}).appendTo(g)});g.appendTo(this.uiDialog)}},_makeDraggable:function(){var c="ui-dialog-dragging",d=this,b=this.options,e;this.uiDialog.draggable({cancel:r,handle:".ui-dialog-titlebar",containment:"document",start:function(){e=b.height;a(this).height(a(this).height()).addClass(c);b.dragStart&&b.dragStart.apply(d.element[0],arguments)},drag:function(){b.drag&&b.drag.apply(d.element[0],arguments)},stop:function(){a(this).removeClass(c).height(e);b.dragStop&&b.dragStop.apply(d.element[0],arguments);a.ui.dialog.overlay.resize()}})},_makeResizable:function(d){var c="ui-dialog-resizing",e=this;d=d===undefined?e.options.resizable:d;var f=e,b=e.options,g=typeof d=="string"?d:"n,e,s,w,se,sw,ne,nw";e.uiDialog.resizable({cancel:r,alsoResize:e.element,maxWidth:b.maxWidth,maxHeight:b.maxHeight,minWidth:b.minWidth,minHeight:b.minHeight,start:function(){a(this).addClass(c);b.resizeStart&&b.resizeStart.apply(f.element[0],arguments)},resize:function(){b.resize&&b.resize.apply(f.element[0],arguments)},handles:g,stop:function(){a(this).removeClass(c);b.height=a(this).height();b.width=a(this).width();b.resizeStop&&b.resizeStop.apply(f.element[0],arguments);a.ui.dialog.overlay.resize()}}).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_position:function(b){var g="middle",f="left",e="bottom",d="right",i=this,k=a(window),l=a(document),c=l.scrollTop(),j=l.scrollLeft(),m=c;if(a.inArray(b,[h,"top",d,e,f])>=0)b=[b==d||b==f?b:h,b=="top"||b==e?b:g];if(b.constructor!=Array)b=[h,g];if(b[0].constructor==Number)j+=b[0];else switch(b[0]){case f:j+=0;break;case d:j+=k.width()-i.uiDialog.outerWidth();break;default:case h:j+=(k.width()-i.uiDialog.outerWidth())/2}if(b[1].constructor==Number)c+=b[1];else switch(b[1]){case "top":c+=0;break;case e:c+=k.height()-i.uiDialog.outerHeight();break;default:case g:c+=(k.height()-i.uiDialog.outerHeight())/2}c=Math.max(c,m);i.uiDialog.css({top:c,left:j})},_setData:function(e,c){var b=this;w[e]&&b.uiDialog.data(w[e],c);switch(e){case "buttons":b._createButtons(c);break;case "closeText":b.uiDialogTitlebarCloseText.text(c);break;case "dialogClass":b.uiDialog.removeClass(b.options.dialogClass).addClass(v+c);break;case "draggable":c?b._makeDraggable():b.uiDialog.draggable("destroy");break;case "height":b.uiDialog.height(c);break;case "position":b._position(c);break;case "resizable":var f=b.uiDialog,d=b.uiDialog.is(":data(resizable)");d&&!c&&f.resizable("destroy");d&&typeof c=="string"&&f.resizable("option","handles",c);d||b._makeResizable(c);break;case j:a(".ui-dialog-title",b.uiDialogTitlebar).html(c||"&nbsp;");break;case "width":b.uiDialog.width(c)}a.widget.prototype._setData.apply(b,arguments)},_size:function(){var b=this,a=b.options;b.element.css({height:0,minHeight:0,width:i});var c=b.uiDialog.css({height:i,width:a.width}).height();b.element.css({minHeight:Math.max(a.minHeight-c,0),height:a.height==i?i:Math.max(a.height-c,0)})}});a.extend(a.ui.dialog,{version:"1.7.2",defaults:{autoOpen:c,bgiframe:b,buttons:{},closeOnEscape:c,closeText:l,dialogClass:"",draggable:c,hide:n,height:i,maxHeight:b,maxWidth:b,minHeight:150,minWidth:150,modal:b,position:h,resizable:c,show:n,stack:c,title:"",width:300,zIndex:1e3},getter:"isOpen",uuid:0,maxZ:0,getTitleId:function(a){return "ui-dialog-title-"+(a.attr("id")||++this.uuid)},overlay:function(b){this.$el=a.ui.dialog.overlay.create(b)}});a.extend(a.ui.dialog.overlay,{instances:[],maxZ:0,events:a.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+s}).join(" "),create:function(e){var d=this;if(d.instances.length===0){setTimeout(function(){a.ui.dialog.overlay.instances.length&&a(document).bind(a.ui.dialog.overlay.events,function(f){var e=a(f.target).parents(m);if(e.length>0){var g=e.css("zIndex")||0;return g>a.ui.dialog.overlay.maxZ}var d=b;a(f.target).parents().each(function(){var b=a(this).css("zIndex")||0;if(b>a.ui.dialog.overlay.maxZ){d=c;return}});return d})},1);a(document).bind("keydown.dialog-overlay",function(b){e.options.closeOnEscape&&b.keyCode&&b.keyCode==a.ui.keyCode.ESCAPE&&e.close(b)});a(window).bind("resize.dialog-overlay",a.ui.dialog.overlay.resize)}var f=a(k).appendTo(document.body).addClass("ui-widget-overlay").css({width:d.width(),height:d.height()});e.options.bgiframe&&a.fn.bgiframe&&f.bgiframe();d.instances.push(f);return f},destroy:function(d){var b=this;b.instances.splice(a.inArray(b.instances,d),1);b.instances.length===0&&a([document,window]).unbind(s);d.remove();var c=0;a.each(b.instances,function(){c=Math.max(c,this.css(g))});b.maxZ=c},height:function(){if(a.browser.msie&&a.browser.version<7){var b=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight),c=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);if(b<c)return a(window).height()+f;else return b+f}else return a(document).height()+f},width:function(){if(a.browser.msie&&a.browser.version<7){var b=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth),c=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);if(b<c)return a(window).width()+f;else return b+f}else return a(document).width()+f},resize:function(){var b=a([]);a.each(a.ui.dialog.overlay.instances,function(){b=b.add(this)});b.css({width:0,height:0}).css({width:a.ui.dialog.overlay.width(),height:a.ui.dialog.overlay.height()})}});a.extend(a.ui.dialog.overlay.prototype,{destroy:function(){a.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);

/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2009 M. Alsup
 * Version: 2.65 (07-APR-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.6 or later
 *
 * Originally based on the work of:
 *	1) Matt Oakes
 *	2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)
 *	3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)
 */
;(function($){var ver="2.65";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length==0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){options=handleArguments(this,options,arg2);if(options===false){return;}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=options.slideExpr?$(options.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts=buildOptions($cont,$slides,els,options,o);if(opts===false){return;}if(opts.timeout||opts.continuous){this.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},opts.continuous?10:opts.timeout+(opts.delay||0));}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"stop":cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;if(arg2===true){options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,1);}return false;default:options={fx:options};}}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.rev);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var i=0;i<els.length;i++){var $e=$(els[i]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth;}if(!h){h=e.offsetHeight;}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingOp=($.browser.opera&&this.cycleW==42&&this.cycleH==19&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}while((opts.timeout-opts.speed)<250){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).click(function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).click(function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(var i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];var tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){var tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(var i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}log("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false;}if(opts.busy){return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after);}else{$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}}}opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}if(opts.pager){$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(curr,next,opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).find("a").removeClass("activeSlide").filter("a:eq("+currSlide+")").addClass("activeSlide");};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}if($.isFunction(opts.prevNextClick)){opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a=($.isFunction(opts.pagerAnchorBuilder))?opts.pagerAnchorBuilder(i,el):'<a href="#">'+(i+1)+"</a>";if(!a){return;}var $a=$(a);if($a.parents("body").length==0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone);});$a=$(arr);}else{$a.appendTo($p);}}$a.bind(opts.pagerEvent,function(){opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if($.isFunction(opts.pagerClick)){opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);return false;});if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);

/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2008 M. Alsup
 * Version:	 2.52
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
;(function($){$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});opts.speed=opts.speed/2;opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(var i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(var i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var t=parseInt(h/2);var l=parseInt(w/2);clip="rect("+t+"px "+l+"px "+t+"px "+l+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);

// Inicializace javascriptu
$(document).ready(function(){var a=$.cookie("jcarousel_akcninabidka");if(a==null)a=1;a=Number(a);$("#galleri").jcarousel({start:a,vertical:false,scroll:1,auto:5,wrap:"both",initCallback:jcarousel_initCallback,itemFirstOutCallback:jcarousel_itemFirstOutCallback,itemFirstInCallback:jcarousel_itemFirstInCallback,itemVisibleInCallback:{onBeforeAnimation:mycarousel_itemVisibleInCallbackBeforeAnimation,onAfterAnimation:mycarousel_itemVisibleInCallbackAfterAnimation}})});function jcarousel_initCallback(a){a.container.hover(function(){a.stopAuto()},function(){a.startAuto()});jQuery(".jcarousel-control a").bind("click",function(){a.scroll(jQuery.jcarousel.intval(jQuery(this).text()));return false})}function jcarousel_itemFirstOutCallback(){}function jcarousel_itemFirstInCallback(b,c,a){$.cookie("jcarousel_akcninabidka",a,{path:"/"})}function mycarousel_itemVisibleInCallbackBeforeAnimation(b,d,a){$(".jcarousel-control a.active").removeClass("active");$(".jcarousel-control a:eq("+(parseInt(a)-1)+")").addClass("active");Cufon.refresh(".jcarousel-control a")}function mycarousel_itemVisibleInCallbackAfterAnimation(){}$(document).ready(function(){$("a[rel='colorbox']").colorbox()});$(function(){var a="href";$("#ac1").attr(a,"#cc1");$("#ac2").attr(a,"#cc2");$("#ac3").attr(a,"#cc3");$(".rozcestnik").tabs({})});$(document).ready(function(){$(".carousel").pngFix();$(function(){$("#accordion").accordion()})});

// sfHover
sfHover=function(){for(var b=document.getElementById("menu").getElementsByTagName("LI"),a=0;a<b.length;a++){b[a].onmouseover=function(){this.className+=" hover"};b[a].onmouseout=function(){this.className=this.className.replace(new RegExp(" hover\\b"),"")}}};window.attachEvent&&window.attachEvent("onload",sfHover);

// Produkty
$(".vypis a").click(function(g){var c="dialogData",b="destroy";g.preventDefault();var d=this,e=$(".dialog");if(e.length>0){e.dialog(b);e.remove()}var f=$(this).data(c);if(f){var a=$('<div class="dialog"></div>');$("body").append(a);a.dialog({width:570,height:580,close:function(){$(this).dialog(b);a.remove()}});a.append(f);InicializaceSipek(d,a)}else{var a=$('<div class="dialog"><span class="ajaxLoader"><img src="'+serverRoot+'Images/ajax-loader.gif" alt="Loading" width="32" height="32" /></span></div>');$("body").append(a);a.dialog({width:570,height:580,close:function(){$(this).dialog(b);a.remove()}});$.get(this.href,function(b){a.html(b);$(d).data(c,b);InicializaceSipek(d,a)})}});function InicializaceSipek(f,a){var e=".right-next",b="dialogData",d=".left-prev",c=".descendentPage";$container=$(f).parents(c);$prev=$container.prev(c);$next=$container.next(c);if($prev.length==0){$(d,a).wrap('<span class="left-prev-disabled"></span>');$(d,a).hide()}else $(d,a).click(function(d){d.preventDefault();$a=$("a",$prev);var c=$a.data(b);if(c){a.html(c);InicializaceSipek($a,a)}else $.get($a[0].href,function(c){a.html(c);$a.data(b,c);InicializaceSipek($a,a)})});if($next.length==0){$(e,a).wrap('<span class="right-next-disabled"></span>');$(e,$(a)).hide()}else $(e,a).click(function(d){d.preventDefault();$a=$("a",$next);var c=$a.data(b);if(c){a.html(c);InicializaceSipek($a,a)}else $.get($a[0].href,function(c){a.html(c);$a.data(b,c);InicializaceSipek($a,a)})})};

/*
 * jQuery validation plug-in 1.6
 *
 * http://bassistance.de/jquery-plugins/jquery-plugin-validation/
 * http://docs.jquery.com/Plugins/Validation
 *
 * Copyright (c) 2006 - 2008 JÃ¶rn Zaefferer
 *
 * $Id: jquery.validate.js 6403 2009-06-17 14:27:16Z joern.zaefferer $
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(7($){$.H($.2O,{1d:7(d){l(!6.F){d&&d.24&&2Y.1H&&1H.52("3v 3o, 4N\'t 1d, 67 3v");8}p c=$.17(6[0],\'v\');l(c){8 c}c=2e $.v(d,6[0]);$.17(6[0],\'v\',c);l(c.q.3u){6.3r("1B, 3j").1n(".4G").3b(7(){c.3a=w});l(c.q.35){6.3r("1B, 3j").1n(":23").3b(7(){c.1V=6})}6.23(7(b){l(c.q.24)b.5N();7 2m(){l(c.q.35){l(c.1V){p a=$("<1B 1A=\'5v\'/>").1p("u",c.1V.u).2M(c.1V.Z).51(c.U)}c.q.35.11(c,c.U);l(c.1V){a.3A()}8 I}8 w}l(c.3a){c.3a=I;8 2m()}l(c.M()){l(c.1a){c.1l=w;8 I}8 2m()}16{c.2h();8 I}})}8 c},J:7(){l($(6[0]).2Z(\'M\')){8 6.1d().M()}16{p b=w;p a=$(6[0].M).1d();6.P(7(){b&=a.L(6)});8 b}},4F:7(c){p d={},$L=6;$.P(c.1O(/\\s/),7(a,b){d[b]=$L.1p(b);$L.6c(b)});8 d},1f:7(h,k){p f=6[0];l(h){p i=$.17(f.M,\'v\').q;p d=i.1f;p c=$.v.2D(f);22(h){1b"1e":$.H(c,$.v.1N(k));d[f.u]=c;l(k.G)i.G[f.u]=$.H(i.G[f.u],k.G);2K;1b"3A":l(!k){S d[f.u];8 c}p e={};$.P(k.1O(/\\s/),7(a,b){e[b]=c[b];S c[b]});8 e}}p g=$.v.42($.H({},$.v.3Y(f),$.v.3W(f),$.v.3U(f),$.v.2D(f)),f);l(g.14){p j=g.14;S g.14;g=$.H({14:j},g)}8 g}});$.H($.5s[":"],{5p:7(a){8!$.1q(""+a.Z)},5i:7(a){8!!$.1q(""+a.Z)},5f:7(a){8!a.4l}});$.v=7(b,a){6.q=$.H({},$.v.33,b);6.U=a;6.3I()};$.v.W=7(c,b){l(T.F==1)8 7(){p a=$.3D(T);a.4V(c);8 $.v.W.1Q(6,a)};l(T.F>2&&b.29!=3x){b=$.3D(T).4R(1)}l(b.29!=3x){b=[b]}$.P(b,7(i,n){c=c.1P(2e 3s("\\\\{"+i+"\\\\}","g"),n)});8 c};$.H($.v,{33:{G:{},2d:{},1f:{},19:"3p",26:"J",2C:"4Q",2h:w,3l:$([]),2A:$([]),3u:w,3i:[],3Q:I,4O:7(a){6.3e=a;l(6.q.4M&&!6.4J){6.q.1L&&6.q.1L.11(6,a,6.q.19,6.q.26);6.1K(a).2y()}},4E:7(a){l(!6.1D(a)&&(a.u V 6.1c||!6.K(a))){6.L(a)}},6b:7(a){l(a.u V 6.1c||a==6.4y){6.L(a)}},69:7(a){l(a.u V 6.1c)6.L(a);16 l(a.4v.u V 6.1c)6.L(a.4v)},38:7(a,c,b){$(a).1Y(c).2w(b)},1L:7(a,c,b){$(a).2w(c).1Y(b)}},65:7(a){$.H($.v.33,a)},G:{14:"61 4q 2Z 14.",1r:"N 2L 6 4q.",1I:"N O a J 1I 60.",1v:"N O a J 5X.",1u:"N O a J 1u.",2q:"N O a J 1u (5R).",1s:"N O a J 1s.",1U:"N O 5P 1U.",2c:"N O a J 5O 5M 1s.",2n:"N O 47 5I Z 5H.",44:"N O a Z 5C a J 5B.",18:$.v.W("N O 3X 5y 2X {0} 2W."),1z:$.v.W("N O 5x 5w {0} 2W."),2j:$.v.W("N O a Z 3V {0} 45 {1} 2W 5q."),2i:$.v.W("N O a Z 3V {0} 45 {1}."),1x:$.v.W("N O a Z 5k 2X 3L 3K 48 {0}."),1F:$.v.W("N O a Z 5d 2X 3L 3K 48 {0}.")},3J:I,5b:{3I:7(){6.2r=$(6.q.2A);6.4i=6.2r.F&&6.2r||$(6.U);6.2s=$(6.q.3l).1e(6.q.2A);6.1c={};6.55={};6.1a=0;6.1i={};6.1g={};6.21();p f=(6.2d={});$.P(6.q.2d,7(d,c){$.P(c.1O(/\\s/),7(a,b){f[b]=d})});p e=6.q.1f;$.P(e,7(b,a){e[b]=$.v.1N(a)});7 1C(a){p b=$.17(6[0].M,"v");b.q["4A"+a.1A]&&b.q["4A"+a.1A].11(b,6[0])}$(6.U).1C("3F 3E 4W",":3C, :4U, :4T, 2b, 4S",1C).1C("3b",":3B, :3z, 2b, 3y",1C);l(6.q.3w)$(6.U).2J("1g-M.1d",6.q.3w)},M:7(){6.3t();$.H(6.1c,6.1w);6.1g=$.H({},6.1w);l(!6.J())$(6.U).2H("1g-M",[6]);6.1m();8 6.J()},3t:7(){6.2G();Q(p i=0,13=(6.27=6.13());13[i];i++){6.28(13[i])}8 6.J()},L:7(a){a=6.2F(a);6.4y=a;6.2E(a);6.27=$(a);p b=6.28(a);l(b){S 6.1g[a.u]}16{6.1g[a.u]=w}l(!6.3q()){6.12=6.12.1e(6.2s)}6.1m();8 b},1m:7(b){l(b){$.H(6.1w,b);6.R=[];Q(p c V b){6.R.2a({1j:b[c],L:6.2f(c)[0]})}6.1k=$.3n(6.1k,7(a){8!(a.u V b)})}6.q.1m?6.q.1m.11(6,6.1w,6.R):6.3m()},2B:7(){l($.2O.2B)$(6.U).2B();6.1c={};6.2G();6.2T();6.13().2w(6.q.19)},3q:7(){8 6.2g(6.1g)},2g:7(a){p b=0;Q(p i V a)b++;8 b},2T:7(){6.2P(6.12).2y()},J:7(){8 6.3N()==0},3N:7(){8 6.R.F},2h:7(){l(6.q.2h){3O{$(6.3h()||6.R.F&&6.R[0].L||[]).1n(":4P").3g()}3f(e){}}},3h:7(){p a=6.3e;8 a&&$.3n(6.R,7(n){8 n.L.u==a.u}).F==1&&a},13:7(){p a=6,2U={};8 $([]).1e(6.U.13).1n(":1B").1R(":23, :21, :4L, [4K]").1R(6.q.3i).1n(7(){!6.u&&a.q.24&&2Y.1H&&1H.3p("%o 4I 3X u 4H",6);l(6.u V 2U||!a.2g($(6).1f()))8 I;2U[6.u]=w;8 w})},2F:7(a){8 $(a)[0]},2z:7(){8 $(6.q.2C+"."+6.q.19,6.4i)},21:7(){6.1k=[];6.R=[];6.1w={};6.1o=$([]);6.12=$([]);6.27=$([])},2G:7(){6.21();6.12=6.2z().1e(6.2s)},2E:7(a){6.21();6.12=6.1K(a)},28:7(d){d=6.2F(d);l(6.1D(d)){d=6.2f(d.u)[0]}p a=$(d).1f();p c=I;Q(Y V a){p b={Y:Y,2l:a[Y]};3O{p f=$.v.1T[Y].11(6,d.Z.1P(/\\r/g,""),d,b.2l);l(f=="1S-1Z"){c=w;4D}c=I;l(f=="1i"){6.12=6.12.1R(6.1K(d));8}l(!f){6.3c(d,b);8 I}}3f(e){6.q.24&&2Y.1H&&1H.4C("6g 6f 6e 6d L "+d.4z+", 28 47 \'"+b.Y+"\' Y",e);6a e;}}l(c)8;l(6.2g(a))6.1k.2a(d);8 w},4x:7(a,b){l(!$.1y)8;p c=6.q.39?$(a).1y()[6.q.39]:$(a).1y();8 c&&c.G&&c.G[b]},4w:7(a,b){p m=6.q.G[a];8 m&&(m.29==4u?m:m[b])},4t:7(){Q(p i=0;i<T.F;i++){l(T[i]!==20)8 T[i]}8 20},2x:7(a,b){8 6.4t(6.4w(a.u,b),6.4x(a,b),!6.q.3Q&&a.68||20,$.v.G[b],"<4s>66: 64 1j 63 Q "+a.u+"</4s>")},3c:7(b,a){p c=6.2x(b,a.Y),36=/\\$?\\{(\\d+)\\}/g;l(1h c=="7"){c=c.11(6,a.2l,b)}16 l(36.15(c)){c=2v.W(c.1P(36,\'{$1}\'),a.2l)}6.R.2a({1j:c,L:b});6.1w[b.u]=c;6.1c[b.u]=c},2P:7(a){l(6.q.2u)a=a.1e(a.4p(6.q.2u));8 a},3m:7(){Q(p i=0;6.R[i];i++){p a=6.R[i];6.q.38&&6.q.38.11(6,a.L,6.q.19,6.q.26);6.34(a.L,a.1j)}l(6.R.F){6.1o=6.1o.1e(6.2s)}l(6.q.1G){Q(p i=0;6.1k[i];i++){6.34(6.1k[i])}}l(6.q.1L){Q(p i=0,13=6.4o();13[i];i++){6.q.1L.11(6,13[i],6.q.19,6.q.26)}}6.12=6.12.1R(6.1o);6.2T();6.2P(6.1o).4n()},4o:7(){8 6.27.1R(6.4m())},4m:7(){8 $(6.R).3d(7(){8 6.L})},34:7(a,c){p b=6.1K(a);l(b.F){b.2w().1Y(6.q.19);b.1p("4k")&&b.4j(c)}16{b=$("<"+6.q.2C+"/>").1p({"Q":6.32(a),4k:w}).1Y(6.q.19).4j(c||"");l(6.q.2u){b=b.2y().4n().5Z("<"+6.q.2u+"/>").4p()}l(!6.2r.5Y(b).F)6.q.4h?6.q.4h(b,$(a)):b.5W(a)}l(!c&&6.q.1G){b.3C("");1h 6.q.1G=="1t"?b.1Y(6.q.1G):6.q.1G(b)}6.1o=6.1o.1e(b)},1K:7(a){p b=6.32(a);8 6.2z().1n(7(){8 $(6).1p(\'Q\')==b})},32:7(a){8 6.2d[a.u]||(6.1D(a)?a.u:a.4z||a.u)},1D:7(a){8/3B|3z/i.15(a.1A)},2f:7(d){p c=6.U;8 $(5V.5U(d)).3d(7(a,b){8 b.M==c&&b.u==d&&b||4g})},1M:7(a,b){22(b.4f.3k()){1b\'2b\':8 $("3y:3o",b).F;1b\'1B\':l(6.1D(b))8 6.2f(b.u).1n(\':4l\').F}8 a.F},4e:7(b,a){8 6.2I[1h b]?6.2I[1h b](b,a):w},2I:{"5Q":7(b,a){8 b},"1t":7(b,a){8!!$(b,a.M).F},"7":7(b,a){8 b(a)}},K:7(a){8!$.v.1T.14.11(6,$.1q(a.Z),a)&&"1S-1Z"},4d:7(a){l(!6.1i[a.u]){6.1a++;6.1i[a.u]=w}},4c:7(a,b){6.1a--;l(6.1a<0)6.1a=0;S 6.1i[a.u];l(b&&6.1a==0&&6.1l&&6.M()){$(6.U).23();6.1l=I}16 l(!b&&6.1a==0&&6.1l){$(6.U).2H("1g-M",[6]);6.1l=I}},2o:7(a){8 $.17(a,"2o")||$.17(a,"2o",{31:4g,J:w,1j:6.2x(a,"1r")})}},1J:{14:{14:w},1I:{1I:w},1v:{1v:w},1u:{1u:w},2q:{2q:w},4b:{4b:w},1s:{1s:w},4a:{4a:w},1U:{1U:w},2c:{2c:w}},49:7(a,b){a.29==4u?6.1J[a]=b:$.H(6.1J,a)},3W:7(b){p a={};p c=$(b).1p(\'5L\');c&&$.P(c.1O(\' \'),7(){l(6 V $.v.1J){$.H(a,$.v.1J[6])}});8 a},3U:7(c){p a={};p d=$(c);Q(Y V $.v.1T){p b=d.1p(Y);l(b){a[Y]=b}}l(a.18&&/-1|5K|5J/.15(a.18)){S a.18}8 a},3Y:7(a){l(!$.1y)8{};p b=$.17(a.M,\'v\').q.39;8 b?$(a).1y()[b]:$(a).1y()},2D:7(b){p a={};p c=$.17(b.M,\'v\');l(c.q.1f){a=$.v.1N(c.q.1f[b.u])||{}}8 a},42:7(d,e){$.P(d,7(c,b){l(b===I){S d[c];8}l(b.30||b.2t){p a=w;22(1h b.2t){1b"1t":a=!!$(b.2t,e.M).F;2K;1b"7":a=b.2t.11(e,e);2K}l(a){d[c]=b.30!==20?b.30:w}16{S d[c]}}});$.P(d,7(a,b){d[a]=$.46(b)?b(e):b});$.P([\'1z\',\'18\',\'1F\',\'1x\'],7(){l(d[6]){d[6]=2Q(d[6])}});$.P([\'2j\',\'2i\'],7(){l(d[6]){d[6]=[2Q(d[6][0]),2Q(d[6][1])]}});l($.v.3J){l(d.1F&&d.1x){d.2i=[d.1F,d.1x];S d.1F;S d.1x}l(d.1z&&d.18){d.2j=[d.1z,d.18];S d.1z;S d.18}}l(d.G){S d.G}8 d},1N:7(a){l(1h a=="1t"){p b={};$.P(a.1O(/\\s/),7(){b[6]=w});a=b}8 a},5G:7(c,a,b){$.v.1T[c]=a;$.v.G[c]=b!=20?b:$.v.G[c];l(a.F<3){$.v.49(c,$.v.1N(c))}},1T:{14:7(c,d,a){l(!6.4e(a,d))8"1S-1Z";22(d.4f.3k()){1b\'2b\':p b=$(d).2M();8 b&&b.F>0;1b\'1B\':l(6.1D(d))8 6.1M(c,d)>0;5F:8 $.1q(c).F>0}},1r:7(f,h,j){l(6.K(h))8"1S-1Z";p g=6.2o(h);l(!6.q.G[h.u])6.q.G[h.u]={};g.43=6.q.G[h.u].1r;6.q.G[h.u].1r=g.1j;j=1h j=="1t"&&{1v:j}||j;l(g.31!==f){g.31=f;p k=6;6.4d(h);p i={};i[h.u]=f;$.2R($.H(w,{1v:j,41:"2S",40:"1d"+h.u,5A:"5z",17:i,1G:7(d){k.q.G[h.u].1r=g.43;p b=d===w;l(b){p e=k.1l;k.2E(h);k.1l=e;k.1k.2a(h);k.1m()}16{p a={};p c=(g.1j=d||k.2x(h,"1r"));a[h.u]=$.46(c)?c(f):c;k.1m(a)}g.J=b;k.4c(h,b)}},j));8"1i"}16 l(6.1i[h.u]){8"1i"}8 g.J},1z:7(b,c,a){8 6.K(c)||6.1M($.1q(b),c)>=a},18:7(b,c,a){8 6.K(c)||6.1M($.1q(b),c)<=a},2j:7(b,d,a){p c=6.1M($.1q(b),d);8 6.K(d)||(c>=a[0]&&c<=a[1])},1F:7(b,c,a){8 6.K(c)||b>=a},1x:7(b,c,a){8 6.K(c)||b<=a},2i:7(b,c,a){8 6.K(c)||(b>=a[0]&&b<=a[1])},1I:7(a,b){8 6.K(b)||/^((([a-z]|\\d|[!#\\$%&\'\\*\\+\\-\\/=\\?\\^X`{\\|}~]|[\\y-\\x\\E-\\C\\A-\\B])+(\\.([a-z]|\\d|[!#\\$%&\'\\*\\+\\-\\/=\\?\\^X`{\\|}~]|[\\y-\\x\\E-\\C\\A-\\B])+)*)|((\\3T)((((\\2k|\\1X)*(\\2V\\3S))?(\\2k|\\1X)+)?(([\\3R-\\5u\\3P\\3M\\5t-\\5r\\3Z]|\\5D|[\\5E-\\5o]|[\\5n-\\5m]|[\\y-\\x\\E-\\C\\A-\\B])|(\\\\([\\3R-\\1X\\3P\\3M\\2V-\\3Z]|[\\y-\\x\\E-\\C\\A-\\B]))))*(((\\2k|\\1X)*(\\2V\\3S))?(\\2k|\\1X)+)?(\\3T)))@((([a-z]|\\d|[\\y-\\x\\E-\\C\\A-\\B])|(([a-z]|\\d|[\\y-\\x\\E-\\C\\A-\\B])([a-z]|\\d|-|\\.|X|~|[\\y-\\x\\E-\\C\\A-\\B])*([a-z]|\\d|[\\y-\\x\\E-\\C\\A-\\B])))\\.)+(([a-z]|[\\y-\\x\\E-\\C\\A-\\B])|(([a-z]|[\\y-\\x\\E-\\C\\A-\\B])([a-z]|\\d|-|\\.|X|~|[\\y-\\x\\E-\\C\\A-\\B])*([a-z]|[\\y-\\x\\E-\\C\\A-\\B])))\\.?$/i.15(a)},1v:7(a,b){8 6.K(b)||/^(5l?|5j):\\/\\/(((([a-z]|\\d|-|\\.|X|~|[\\y-\\x\\E-\\C\\A-\\B])|(%[\\1W-f]{2})|[!\\$&\'\\(\\)\\*\\+,;=]|:)*@)?(((\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5]))|((([a-z]|\\d|[\\y-\\x\\E-\\C\\A-\\B])|(([a-z]|\\d|[\\y-\\x\\E-\\C\\A-\\B])([a-z]|\\d|-|\\.|X|~|[\\y-\\x\\E-\\C\\A-\\B])*([a-z]|\\d|[\\y-\\x\\E-\\C\\A-\\B])))\\.)+(([a-z]|[\\y-\\x\\E-\\C\\A-\\B])|(([a-z]|[\\y-\\x\\E-\\C\\A-\\B])([a-z]|\\d|-|\\.|X|~|[\\y-\\x\\E-\\C\\A-\\B])*([a-z]|[\\y-\\x\\E-\\C\\A-\\B])))\\.?)(:\\d*)?)(\\/((([a-z]|\\d|-|\\.|X|~|[\\y-\\x\\E-\\C\\A-\\B])|(%[\\1W-f]{2})|[!\\$&\'\\(\\)\\*\\+,;=]|:|@)+(\\/(([a-z]|\\d|-|\\.|X|~|[\\y-\\x\\E-\\C\\A-\\B])|(%[\\1W-f]{2})|[!\\$&\'\\(\\)\\*\\+,;=]|:|@)*)*)?)?(\\?((([a-z]|\\d|-|\\.|X|~|[\\y-\\x\\E-\\C\\A-\\B])|(%[\\1W-f]{2})|[!\\$&\'\\(\\)\\*\\+,;=]|:|@)|[\\5h-\\5g]|\\/|\\?)*)?(\\#((([a-z]|\\d|-|\\.|X|~|[\\y-\\x\\E-\\C\\A-\\B])|(%[\\1W-f]{2})|[!\\$&\'\\(\\)\\*\\+,;=]|:|@)|\\/|\\?)*)?$/i.15(a)},1u:7(a,b){8 6.K(b)||!/5e|5S/.15(2e 5T(a))},2q:7(a,b){8 6.K(b)||/^\\d{4}[\\/-]\\d{1,2}[\\/-]\\d{1,2}$/.15(a)},1s:7(a,b){8 6.K(b)||/^-?(?:\\d+|\\d{1,3}(?:,\\d{3})+)(?:\\.\\d+)?$/.15(a)},1U:7(a,b){8 6.K(b)||/^\\d+$/.15(a)},2c:7(b,e){l(6.K(e))8"1S-1Z";l(/[^0-9-]+/.15(b))8 I;p a=0,d=0,2p=I;b=b.1P(/\\D/g,"");Q(p n=b.F-1;n>=0;n--){p c=b.5c(n);p d=5a(c,10);l(2p){l((d*=2)>9)d-=9}a+=d;2p=!2p}8(a%10)==0},44:7(b,c,a){a=1h a=="1t"?a.1P(/,/g,\'|\'):"59|58?g|57";8 6.K(c)||b.62(2e 3s(".("+a+")$","i"))},2n:7(c,d,a){p b=$(a).56(".1d-2n").2J("4B.1d-2n",7(){$(d).J()});8 c==b.2M()}}});$.W=$.v.W})(2v);(7($){p c=$.2R;p d={};$.2R=7(a){a=$.H(a,$.H({},$.54,a));p b=a.40;l(a.41=="2S"){l(d[b]){d[b].2S()}8(d[b]=c.1Q(6,T))}8 c.1Q(6,T)}})(2v);(7($){$.P({3g:\'3F\',4B:\'3E\'},7(b,a){$.1E.37[a]={53:7(){l($.3H.4r)8 I;6.50(b,$.1E.37[a].2N,w)},4Z:7(){l($.3H.4r)8 I;6.4Y(b,$.1E.37[a].2N,w)},2N:7(e){T[0]=$.1E.2L(e);T[0].1A=a;8 $.1E.2m.1Q(6,T)}}});$.H($.2O,{1C:7(d,e,c){8 6.2J(d,7(a){p b=$(a.3G);l(b.2Z(e)){8 c.1Q(b,T)}})},4X:7(a,b){8 6.2H(a,[$.1E.2L({1A:a,3G:b})])}})})(2v);',62,389,'||||||this|function|return|||||||||||||if||||var|settings||||name|validator|true|uD7FF|u00A0||uFDF0|uFFEF|uFDCF||uF900|length|messages|extend|false|valid|optional|element|form|Please|enter|each|for|errorList|delete|arguments|currentForm|in|format|_|method|value||call|toHide|elements|required|test|else|data|maxlength|errorClass|pendingRequest|case|submitted|validate|add|rules|invalid|typeof|pending|message|successList|formSubmitted|showErrors|filter|toShow|attr|trim|remote|number|string|date|url|errorMap|max|metadata|minlength|type|input|delegate|checkable|event|min|success|console|email|classRuleSettings|errorsFor|unhighlight|getLength|normalizeRule|split|replace|apply|not|dependency|methods|digits|submitButton|da|x09|addClass|mismatch|undefined|reset|switch|submit|debug||validClass|currentElements|check|constructor|push|select|creditcard|groups|new|findByName|objectLength|focusInvalid|range|rangelength|x20|parameters|handle|equalTo|previousValue|bEven|dateISO|labelContainer|containers|depends|wrapper|jQuery|removeClass|defaultMessage|hide|errors|errorLabelContainer|resetForm|errorElement|staticRules|prepareElement|clean|prepareForm|triggerHandler|dependTypes|bind|break|fix|val|handler|fn|addWrapper|Number|ajax|abort|hideErrors|rulesCache|x0d|characters|than|window|is|param|old|idOrName|defaults|showLabel|submitHandler|theregex|special|highlight|meta|cancelSubmit|click|formatAndAdd|map|lastActive|catch|focus|findLastActive|ignore|button|toLowerCase|errorContainer|defaultShowErrors|grep|selected|error|numberOfInvalids|find|RegExp|checkForm|onsubmit|nothing|invalidHandler|Array|option|checkbox|remove|radio|text|makeArray|focusout|focusin|target|browser|init|autoCreateRanges|equal|or|x0c|size|try|x0b|ignoreTitle|x01|x0a|x22|attributeRules|between|classRules|no|metadataRules|x7f|port|mode|normalizeRules|originalMessage|accept|and|isFunction|the|to|addClassRules|numberDE|dateDE|stopRequest|startRequest|depend|nodeName|null|errorPlacement|errorContext|html|generated|checked|invalidElements|show|validElements|parent|field|msie|strong|findDefined|String|parentNode|customMessage|customMetaMessage|lastElement|id|on|blur|log|continue|onfocusout|removeAttrs|cancel|assigned|has|blockFocusCleanup|disabled|image|focusCleanup|can|onfocusin|visible|label|slice|textarea|file|password|unshift|keyup|triggerEvent|removeEventListener|teardown|addEventListener|appendTo|warn|setup|ajaxSettings|valueCache|unbind|gif|jpe|png|parseInt|prototype|charAt|greater|Invalid|unchecked|uF8FF|uE000|filled|ftp|less|https|x7e|x5d|x5b|blank|long|x1f|expr|x0e|x08|hidden|least|at|more|json|dataType|extension|with|x21|x23|default|addMethod|again|same|524288|2147483647|class|card|preventDefault|credit|only|boolean|ISO|NaN|Date|getElementsByName|document|insertAfter|URL|append|wrap|address|This|match|defined|No|setDefaults|Warning|returning|title|onclick|throw|onkeyup|removeAttr|checking|when|occured|exception'.split('|'),0,{}));

/*
 * Metadata - jQuery plugin for parsing metadata from elements
 *
 * Copyright (c) 2006 John Resig, Yehuda Katz, Jď¿½Ã¶rn Zaefferer, Paul McLanahan
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * Revision: $Id: jquery.metadata.js 3640 2007-10-11 18:34:38Z pmclanahan $
 *
 */
(function($){var a="metadata";$.extend({metadata:{defaults:{type:"class",name:a,cre:/({.*})/,single:a},setType:function(b,a){this.defaults.type=b;this.defaults.name=a},"get":function(elem,opts){var settings=$.extend({},this.defaults,opts);if(!settings.single.length)settings.single=a;var data=$.data(elem,settings.single);if(data)return data;data="{}";if(settings.type=="class"){var m=settings.cre.exec(elem.className);if(m)data=m[1]}else if(settings.type=="elem"){if(!elem.getElementsByTagName)return;var e=elem.getElementsByTagName(settings.name);if(e.length)data=$.trim(e[0].innerHTML)}else if(elem.getAttribute!=undefined){var attr=elem.getAttribute(settings.name);if(attr)data=attr}if(data.indexOf("{")<0)data="{"+data+"}";data=eval("("+data+")");$.data(elem,settings.single,data);return data}}});$.fn.metadata=function(a){return $.metadata.get(this[0],a)}})(jQuery);

// Contact form
$(function(){var a="selected",b=".contactForm input, .contactForm textarea";$(".contactForm").validate();$(b).focus(function(){$(this).addClass(a)});$(b).blur(function(){$(this).removeClass(a)})});

// Antispam
$(function(){$(".antiSpam").hide();$("input[name='antiSpamCode']").each(function(){$(this).val($("#spamCodeValue",$(this).parents("form")).html())})});
