
/*
 *
 * Spot slideshow
 *
 */

(function(a) {
	a.fn.animate2=function(c,f,e){
		e=e||function(){};
		if(f===0){
			this.css(c);
			window.setTimeout(e,0)
		} else {
			if(a.browser.safari){
				var d=[];
				for(var b in c){
					d.push(b)
				}
				this.css( {webkitTransitionProperty:d.join(", "),webkitTransitionDuration:f+"ms"});
				window.setTimeout(function(g,h){g.css(h)},0,this,c);
				window.setTimeout(e,f)
			} else {
				this.animate(c,f,e)
			}
		}
	};

	a.spotScrollable={};

	a.fn.spotScrollable=function(f,e){ // controls, faders
		var d=400,c=6000;
		a.spotScrollable.elem=this,
		a.spotScrollable.controls=this.find(f).hide(),
		a.spotScrollable.blocks=this.find(e);

		if(a.spotScrollable.blocks.length<1){
			return this
		}

		a.spotScrollable.blocks.each(
			function(g){
				var j=(a(this).attr("id").length>0) ? a(this).attr("id") : "fader_block_"+g;
				a(this).attr("id",j);
				var h=(g==0) ? "first" : "";
				if(g==a.spotScrollable.blocks.length-1){
					h="last"
				}
				a.spotScrollable.controls.append('<a class="'+h+'" href="#'+j+'">&bull;</a>')
			}
		);

		a.spotScrollable.controls.css({"margin-left":parseInt(-a.spotScrollable.controls.width()/2)}).show();

		a.spotScrollable.controls.find("a").click(
			function(){
				var g=a(this).attr("href").split("#")[1];
				a("#"+g).showSpot(d);
				return false
			});

			var b=false;
			a.spotScrollable.elem.hover(
				function(){
					b=true
				},

				function(){
					b=false
				});

				a.spotScrollable.blocks.eq(0).showSpot(0);

				setInterval(function(){
					if(b){
						return false
					}

					var g=a.spotScrollable.blocks.filter(":visible"),h=g.next();
					if(h.length<1){
						h=a.spotScrollable.blocks.eq(0)
					}
					h.showSpot(d)
				},c
			);

			return this
		};

		a.spotScrollable.currentlyAnimating=false;
		a.fn.showSpot=function(c){
			if(a.spotScrollable.currentlyAnimating){
				return
			}
			var b=a.spotScrollable.blocks.filter(":visible").css({"z-index":1});
			if(b[0]===this[0]) {
				return
			}
			a.spotScrollable.controls.find("a.active").removeClass("active");
			a.spotScrollable.controls.find("a[href$="+this.attr("id")+"]").addClass("active");
			a.spotScrollable.currentlyAnimating=true;
			this.css({opacity:0}).show().animate2({opacity:1},c,function(){
				a.spotScrollable.currentlyAnimating=false;b.css({opacity:0,"z-index":5}).hide()
			}
		)
	}
})(jQuery);

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.05
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I-1]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.alt}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.alt=w;n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());


if (!{"www.paideia.dev":1,"wonderland.ist.utl.pt":1,"www.wonderland.ist.utl.pt":1,"www.ist.utl.pt":1}[location.host]) throw Error("This font cannot be used with this domain");Cufon.registerFont({"w":180,"face":{"font-family":"Gill Sans Std","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 1 4 2 2 3","ascent":"246","descent":"-114","x-height":"3","bbox":"-22 -328 375 90","underline-thickness":"18","underline-position":"-18","stemh":"29","stemv":"32","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":100},"!":{"d":"31,-157v-6,-26,-5,-99,18,-92v13,0,20,18,20,54v0,40,-7,66,-11,100v-4,31,-14,31,-18,0xm49,-40v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-22,-9,-22,-21v0,-12,10,-22,22,-22","w":97},"\"":{"d":"87,-166v-6,-28,-11,-56,-9,-92r32,0v2,35,-3,64,-8,92r-15,0xm26,-166v-6,-28,-11,-56,-9,-92r32,0v2,35,-3,64,-8,92r-15,0","w":127},"#":{"d":"71,-222r25,0r-14,70r70,0r14,-70r26,0r-15,70r33,0r0,25r-38,0r-13,61r51,0r0,25r-56,0r-14,70r-26,0r15,-70r-70,0r-15,70r-26,0r15,-70r-33,0r0,-25r38,0r13,-61r-51,0r0,-25r56,0xm77,-127r-13,61r70,0r13,-61r-70,0","w":210},"$":{"d":"169,-215r0,39v-12,-12,-35,-24,-53,-28r0,71v41,11,65,37,65,70v0,28,-21,62,-65,66r0,39r-30,0r0,-39v-24,-1,-45,-12,-68,-25r0,-44v23,21,37,30,68,37r0,-78v-93,-20,-85,-116,0,-129r0,-13r30,0r0,13v16,2,40,10,53,21xm86,-143r0,-61v-41,6,-43,51,0,61xm116,-94r0,64v41,-8,40,-52,0,-64","w":195},"%":{"d":"181,-80v-16,0,-29,13,-29,29v0,15,13,28,29,28v16,0,28,-13,28,-28v0,-16,-12,-29,-28,-29xm181,-107v30,0,55,25,55,56v0,30,-25,55,-55,55v-31,0,-55,-25,-55,-55v0,-31,24,-56,55,-56xm217,-249r-162,253r-27,0r162,-253r27,0xm64,-248v30,0,55,24,55,55v0,30,-25,55,-55,55v-30,0,-55,-25,-55,-55v0,-31,25,-55,55,-55xm64,-222v-15,0,-28,13,-28,29v0,16,13,28,28,28v16,0,29,-12,29,-28v0,-16,-13,-29,-29,-29","w":244},"&":{"d":"178,-122r35,0v-6,20,-21,44,-39,64r49,58r-45,0r-28,-33v-31,27,-56,36,-78,36v-33,0,-62,-25,-62,-58v0,-30,24,-53,58,-72v-43,-35,-36,-114,35,-114v35,0,59,24,59,53v0,24,-13,44,-45,66r35,40v10,-11,21,-28,26,-40xm128,-58r-40,-46v-27,17,-43,30,-43,49v11,40,60,27,83,-3xm102,-211v-42,2,-26,51,-4,65v26,-16,32,-27,32,-40v0,-14,-12,-25,-28,-25","w":225},"(":{"d":"112,-250v-70,88,-69,245,0,333r-19,0v-91,-87,-92,-246,0,-333r19,0","w":116},")":{"d":"4,83v69,-88,70,-245,0,-333r19,0v92,87,92,246,0,333r-19,0","w":116},"*":{"d":"64,-185v-19,-11,-64,-9,-58,-36v6,-10,16,-7,24,0r36,31v2,-2,5,-3,7,-4r-9,-46v-2,-9,0,-21,12,-21v26,8,2,53,2,67v3,1,6,2,7,5r36,-32v7,-5,18,-10,24,0v8,27,-38,26,-57,36v1,2,0,5,0,9v20,10,62,9,57,36v-6,10,-17,6,-24,0r-36,-32v-3,2,-5,3,-7,4r9,47v2,9,-1,21,-12,21v-27,-8,-3,-47,-3,-68v-2,-1,-5,-3,-6,-4r-37,31v-6,6,-18,10,-24,0v-5,-26,39,-25,58,-36v-1,-3,0,-5,1,-8","w":150},"+":{"d":"90,-212r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0r0,-70r-70,0r0,-30r70,0r0,-70","w":210},",":{"d":"21,42r0,-6v12,-8,16,-27,13,-40v-10,0,-17,-8,-17,-20v0,-12,9,-20,21,-20v15,0,25,13,25,35v0,20,-13,44,-42,51","w":78},"-":{"d":"102,-96r0,33r-88,0r0,-33r88,0","w":116},".":{"d":"39,-40v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22","w":78},"\/":{"d":"3,3r70,-252r26,0r-71,252r-25,0","w":101},"0":{"d":"169,-123v0,76,-31,126,-79,126v-48,0,-79,-50,-79,-126v0,-75,31,-126,79,-126v48,0,79,51,79,126xm134,-123v0,-57,-17,-92,-44,-92v-27,0,-44,35,-44,92v0,58,17,93,44,93v27,0,44,-35,44,-93"},"1":{"d":"108,-246r0,246r-35,0r0,-246r35,0"},"2":{"d":"12,0v31,-53,103,-95,103,-168v0,-58,-67,-60,-98,-13r0,-44v49,-48,133,-19,133,53v0,40,-21,73,-76,139r94,0r0,33r-156,0"},"3":{"d":"29,-205r0,-33v48,-27,120,-4,120,53v0,28,-9,43,-32,55v66,27,35,133,-42,133v-17,0,-34,-5,-52,-14r0,-38v33,26,92,29,94,-20v0,-25,-17,-43,-52,-42r0,-32v32,0,48,-13,48,-36v0,-39,-50,-44,-84,-26"},"4":{"d":"143,-249r0,137r27,0r0,31r-27,0r0,81r-35,0r0,-81r-104,0r0,-16r124,-152r15,0xm108,-182v-21,22,-37,47,-57,70r57,0r0,-70"},"5":{"d":"145,-246r0,32r-77,0r0,62v56,-4,90,31,90,77v0,69,-81,99,-140,63r0,-36v36,30,104,22,104,-27v0,-31,-32,-56,-86,-43r0,-128r109,0"},"6":{"d":"114,-249r21,27v-34,20,-65,56,-75,90v46,-27,107,5,107,62v0,40,-33,73,-72,73v-47,0,-79,-35,-79,-87v0,-61,34,-122,98,-165xm53,-95v-10,40,14,65,40,65v23,0,39,-16,39,-41v0,-37,-52,-49,-79,-24"},"7":{"d":"176,-246r-111,249r-31,-13r90,-202r-106,0r0,-34r158,0"},"8":{"d":"134,-125v62,32,33,128,-43,128v-76,0,-108,-95,-45,-128v-56,-37,-23,-124,47,-124v66,0,101,89,41,124xm130,-178v0,-21,-16,-37,-38,-37v-24,0,-39,14,-39,36v0,20,17,38,38,38v21,0,39,-17,39,-37xm133,-69v0,-22,-17,-39,-42,-39v-27,0,-44,16,-44,39v0,23,18,39,43,39v28,0,43,-19,43,-39"},"9":{"d":"67,3r-21,-26v41,-27,68,-61,75,-92v-47,30,-108,-6,-108,-61v0,-36,29,-73,75,-73v45,0,78,38,78,90v0,59,-41,127,-99,162xm48,-176v0,37,49,50,80,25v9,-34,-10,-63,-39,-64v-24,0,-41,16,-41,39"},":":{"d":"39,-165v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22xm39,-40v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22","w":78},";":{"d":"22,41r0,-6v15,-13,15,-25,14,-39v-11,-1,-19,-10,-19,-21v0,-15,10,-22,22,-22v42,10,24,84,-17,88xm61,-143v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22v12,0,22,10,22,22","w":78},"<":{"d":"20,-113r0,-29r170,-73r0,31r-135,57r135,56r0,31","w":210},"=":{"d":"20,-181r170,0r0,29r-170,0r0,-29xm20,-103r170,0r0,30r-170,0r0,-30","w":210},">":{"d":"190,-113r-170,73r0,-31r135,-56r-135,-57r0,-31r170,73r0,29","w":210},"?":{"d":"30,-214r16,-35v43,0,58,30,58,52v0,54,-59,97,-54,134v-56,-32,17,-91,19,-129v1,-21,-21,-28,-39,-22xm55,-40v12,0,22,10,22,22v0,12,-10,21,-22,21v-11,0,-21,-9,-21,-21v0,-12,10,-22,21,-22","w":119},"@":{"d":"321,-3r32,0v-31,51,-83,79,-156,79v-110,0,-178,-60,-178,-158v0,-76,48,-180,174,-180v88,0,151,57,151,137v0,64,-51,126,-105,126v-23,0,-35,-10,-35,-30v-42,56,-118,25,-118,-50v0,-80,96,-155,145,-79r6,-27r32,0r-30,135v-3,13,1,22,12,22v14,0,67,-32,67,-98v0,-63,-54,-111,-126,-111v-84,0,-146,65,-146,152v0,85,56,135,152,135v60,0,102,-23,123,-53xm119,-77v0,31,16,51,39,51v31,0,63,-43,63,-88v0,-31,-16,-51,-41,-51v-31,0,-61,43,-61,88","w":363},"A":{"d":"130,-247r110,247r-36,0r-33,-72r-104,0r-31,72r-36,0r105,-247r25,0xm117,-193r-36,89r76,0","w":240},"B":{"d":"27,0r0,-246r71,0v85,-2,101,91,38,116v81,16,84,131,-25,130r-84,0xm62,-214r0,74v41,3,79,-5,76,-40v5,-29,-38,-38,-76,-34xm62,-109r0,77r45,0v41,0,52,-20,52,-39v0,-36,-52,-41,-97,-38","w":202},"C":{"d":"236,-229r0,38v-72,-51,-182,-21,-182,69v0,92,117,119,185,65r0,39v-24,12,-51,21,-89,21v-92,0,-133,-71,-133,-122v-1,-107,118,-163,219,-110","w":254},"D":{"d":"27,0r0,-246r96,0v179,2,166,246,0,246r-96,0xm63,-214r0,182r56,0v80,0,98,-61,98,-91v0,-49,-31,-91,-100,-91r-54,0","w":270},"E":{"d":"166,-246r0,32r-104,0r0,74r101,0r0,32r-101,0r0,76r108,0r0,32r-143,0r0,-246r139,0"},"F":{"d":"158,-246r0,32r-95,0r0,68r95,0r0,32r-95,0r0,114r-36,0r0,-246r131,0","w":168},"G":{"d":"242,-121r0,104v-96,49,-224,5,-224,-104v0,-107,119,-162,219,-107r0,36v-72,-47,-183,-23,-183,70v0,73,82,113,153,83r0,-50r-47,0r0,-32r82,0","w":266},"H":{"d":"235,-246r0,246r-35,0r0,-107r-138,0r0,107r-35,0r0,-246r35,0r0,107r138,0r0,-107r35,0","w":262},"I":{"d":"63,-246r0,246r-36,0r0,-246r36,0","w":90},"J":{"d":"63,-246r0,249v1,50,-25,86,-79,79r-6,-33v42,2,49,-14,49,-57r0,-238r36,0","w":90},"K":{"d":"103,-129r133,129r-49,0r-125,-121r0,121r-35,0r0,-246r35,0r0,113r104,-113r44,0","w":236},"L":{"d":"62,-246r0,214r111,0r0,32r-146,0r0,-246r35,0","w":176},"M":{"d":"255,-246r0,246r-35,0r-1,-191r-75,95r-6,0r-76,-95r0,191r-36,0r0,-246r33,0r82,101r81,-101r33,0","w":281},"N":{"d":"254,-246r0,246r-30,0r-164,-189r0,189r-33,0r0,-246r28,0r166,191r0,-191r33,0","w":281},"O":{"d":"16,-123v0,-68,52,-126,132,-126v81,0,132,58,132,126v0,66,-50,126,-133,126v-80,0,-131,-59,-131,-126xm53,-123v0,54,40,94,95,94v55,0,96,-40,96,-94v0,-54,-41,-93,-96,-93v-55,0,-95,39,-95,93","w":296},"P":{"d":"25,-246r77,0v54,0,78,32,78,71v0,51,-51,76,-120,69r0,106r-35,0r0,-246xm60,-214r0,76v41,2,86,1,84,-38v0,-18,-10,-38,-42,-38r-42,0","w":183},"Q":{"d":"270,18v-4,11,-22,21,-30,32v-48,-4,-87,-25,-121,-50v-61,-12,-103,-62,-103,-123v0,-74,56,-126,136,-126v73,0,129,55,129,127v0,59,-43,110,-102,122v43,19,67,24,91,18xm150,-216v-138,0,-126,187,1,187v55,0,93,-43,93,-93v0,-53,-40,-94,-94,-94","w":296},"R":{"d":"28,-246v72,-5,142,4,142,69v0,29,-14,50,-41,60v38,26,55,75,88,117r-42,0v-20,-31,-72,-121,-97,-107r-15,0r0,107r-35,0r0,-246xm63,-215r0,77v41,5,76,-12,71,-40v3,-31,-32,-40,-71,-37","w":217},"S":{"d":"144,-231r0,39v-21,-19,-41,-25,-58,-25v-23,0,-39,12,-39,29v0,47,106,47,106,125v0,69,-92,84,-137,44r0,-45v18,23,41,36,65,36v27,0,40,-18,40,-31v0,-51,-107,-57,-107,-124v0,-62,83,-85,130,-48","w":164},"T":{"d":"211,-246r0,32r-85,0r0,214r-35,0r0,-214r-85,0r0,-32r205,0","w":217},"U":{"d":"125,-29v51,0,73,-24,73,-74r0,-143r35,0r0,150v0,60,-36,99,-109,99v-52,0,-102,-29,-102,-96r0,-153r35,0r0,146v-3,52,28,71,68,71","w":254},"V":{"d":"217,-246r-104,248r-7,0r-106,-248r35,0r74,173r74,-173r34,0","w":217},"W":{"d":"375,-246r-100,248r-7,0r-80,-201r-82,201r-7,0r-99,-248r35,0r68,170r68,-170r33,0r69,170r67,-170r35,0","w":375},"X":{"d":"247,-246r-98,119r105,127r-42,0r-84,-102r-84,102r-43,0r106,-127r-99,-119r43,0r77,94r77,-94r42,0","w":254},"Y":{"d":"108,-161r67,-85r42,0r-91,116r0,130r-35,0r0,-130r-91,-116r42,0","w":217},"Z":{"d":"162,-214r-147,0r0,-32r212,0r-156,214r156,0r0,32r-221,0","w":232},"[":{"d":"115,-246r0,29r-49,0r0,268r49,0r0,29r-84,0r0,-326r84,0","w":119},"\\":{"d":"99,3r-26,0r-70,-252r25,0","w":101},"]":{"d":"5,80r0,-29r49,0r0,-268r-49,0r0,-29r84,0r0,326r-84,0","w":119},"^":{"d":"42,-105r-33,0r63,-141r25,0r62,141r-32,0r-43,-105","w":168},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18"},"a":{"d":"148,-29r0,20v-21,16,-47,18,-55,-4v-29,27,-84,19,-84,-23v0,-44,52,-47,84,-62v4,-54,-58,-42,-80,-10r0,-35v28,-37,112,-29,112,31r0,84v2,15,13,6,23,-1xm93,-33r0,-47v-27,9,-51,19,-51,38v1,28,36,29,51,9","w":153},"b":{"d":"53,-246r0,96v50,-37,115,-1,115,66v0,79,-82,105,-147,75r0,-237r32,0xm53,-120r0,88v41,15,82,-3,82,-48v0,-53,-48,-73,-82,-40"},"c":{"d":"141,-154r0,34v-41,-31,-92,-13,-93,39v-1,53,55,66,97,43r0,32v-58,25,-130,-5,-130,-72v0,-72,66,-106,126,-76","w":157},"d":{"d":"162,-246r0,246r-68,0v-48,0,-78,-33,-78,-85v0,-58,56,-97,114,-73r0,-88r32,0xm130,-27r0,-103v-40,-17,-81,4,-81,50v0,43,32,59,81,53","w":183},"e":{"d":"158,-47r0,31v-20,13,-37,19,-65,19v-50,0,-78,-41,-78,-86v0,-49,31,-82,75,-82v43,0,71,29,71,89r-114,0v6,58,72,59,111,29xm48,-97r81,0v-1,-25,-15,-40,-38,-40v-24,0,-39,14,-43,40","w":172},"f":{"d":"107,-246r0,32v-35,-12,-55,12,-49,52r29,0r0,29r-29,0r0,133r-32,0r0,-133r-23,0r0,-29r23,0v-2,-62,21,-96,81,-84","w":90},"g":{"d":"50,-54v-19,-11,-36,-23,-36,-52v0,-58,74,-59,138,-56r0,25r-34,0v25,21,19,52,2,72v-21,23,-65,11,-65,30v0,9,17,15,49,21v35,7,47,25,47,45v0,32,-29,52,-76,52v-77,0,-104,-77,-34,-94v-27,-13,-19,-37,9,-43xm107,-105v0,-16,-15,-29,-32,-29v-17,0,-32,13,-32,29v0,18,13,30,33,30v18,0,31,-13,31,-30xm120,34v0,-34,-90,-36,-90,-2v0,17,16,25,45,25v28,0,45,-8,45,-23","w":153},"h":{"d":"54,-246r1,106v33,-44,103,-30,103,41r0,99r-32,0v-5,-50,19,-136,-32,-139v-14,0,-25,6,-40,23r0,116r-32,0r0,-246r32,0"},"i":{"d":"55,-162r0,162r-32,0r0,-162r32,0xm59,-211v0,11,-9,19,-19,19v-11,0,-19,-8,-19,-19v0,-10,8,-19,19,-19v10,0,19,9,19,19","w":78},"j":{"d":"54,-162r0,183v0,35,-11,50,-32,62r-24,-24v14,-6,24,-17,24,-35r0,-186r32,0xm57,-211v0,11,-8,19,-19,19v-10,0,-19,-8,-19,-19v0,-10,9,-19,19,-19v11,0,19,9,19,19","w":78},"k":{"d":"166,-162r-70,80r84,82r-43,0r-81,-82r71,-80r39,0xm54,-246r0,246r-32,0r0,-246r32,0","w":172},"l":{"d":"55,-246r0,246r-32,0r0,-246r32,0","w":78},"m":{"d":"21,-162r32,0r0,22v31,-35,73,-33,96,4v30,-45,107,-36,107,34r0,102r-32,0v-4,-50,18,-137,-33,-138v-11,0,-25,9,-36,21r0,117r-32,0v-4,-47,16,-136,-29,-138v-17,0,-27,5,-41,21r0,117r-32,0r0,-162","w":277},"n":{"d":"54,-162v1,7,-2,17,1,22v32,-43,103,-31,103,40r0,100r-32,0v-5,-50,19,-136,-32,-139v-14,0,-25,6,-40,23r0,116r-32,0r0,-162r32,0"},"o":{"d":"98,-165v51,0,88,35,88,83v0,51,-36,85,-88,85v-49,0,-85,-36,-85,-85v0,-47,37,-83,85,-83xm98,-136v-30,0,-52,23,-52,54v0,34,21,56,52,56v34,0,55,-21,55,-56v0,-31,-23,-54,-55,-54","w":198},"p":{"d":"53,-4r0,87r-32,0r0,-245v80,-6,146,8,146,82v0,60,-56,100,-114,76xm53,-133r0,100v38,20,81,-4,81,-47v0,-44,-32,-58,-81,-53"},"q":{"d":"127,83r0,-86v-60,21,-115,-17,-114,-77v0,-25,13,-82,87,-82r59,0r0,245r-32,0xm127,-133v-46,-3,-78,4,-81,53v-2,43,42,70,81,49r0,-102"},"r":{"d":"25,-162r32,0v1,12,-2,27,1,37v26,-46,50,-52,85,-21r-17,28v-28,-33,-69,-10,-69,33r0,85r-32,0r0,-162","w":142},"s":{"d":"49,-122v-4,14,88,52,75,78v0,51,-69,58,-109,32r0,-34v21,14,40,21,53,21v13,0,23,-7,23,-18v0,-23,-75,-34,-75,-78v-1,-46,64,-55,101,-31r0,32v-18,-12,-35,-17,-47,-17v-13,0,-21,6,-21,15","w":138},"t":{"d":"60,-195r0,33r51,0r0,29r-51,0r0,83v5,37,37,24,60,13r0,29v-39,24,-92,7,-92,-40r0,-85r-28,0v16,-25,41,-40,60,-62","w":119},"u":{"d":"157,0r-32,0r0,-21v-35,42,-103,27,-103,-40r0,-101r32,0v7,50,-22,137,33,139v14,0,28,-8,38,-23r0,-116r32,0r0,162"},"v":{"d":"74,3r-73,-165r35,0r44,100r42,-100r34,0r-71,165r-11,0","w":157},"w":{"d":"141,-162r42,98r42,-98r34,0r-71,165r-11,0r-47,-113r-48,113r-10,0r-72,-165r34,0r43,98r41,-98r23,0","w":258},"x":{"d":"175,-162r-66,80r71,82r-41,0r-51,-58r-48,58r-40,0r68,-82r-68,-80r40,0r48,56r46,-56r41,0"},"y":{"d":"158,-162r-115,245r-35,0r55,-118r-63,-127r36,0r44,91r42,-91r36,0","w":157},"z":{"d":"145,-162r-86,133r87,0r0,29r-142,0r86,-133r-82,0r0,-29r137,0","w":150},"{":{"d":"10,-79r0,-29v41,3,36,-48,36,-90v-1,-48,18,-68,66,-64r0,27v-39,-7,-37,26,-36,63v0,48,-10,67,-37,79v34,8,39,52,37,105v-1,33,8,37,36,36r0,28v-61,7,-66,-35,-66,-96v0,-37,-6,-59,-36,-59","w":119},"|":{"d":"33,90r0,-360r27,0r0,360r-27,0","w":93},"}":{"d":"110,-108r0,29v-41,-3,-37,48,-37,91v1,47,-17,68,-65,64r0,-28v39,7,37,-25,36,-62v0,-49,10,-68,37,-79v-34,-10,-39,-52,-37,-105v1,-33,-8,-38,-36,-37r0,-27v61,-8,65,35,65,96v0,36,7,58,37,58","w":119},"~":{"d":"149,-68v-28,0,-61,-27,-89,-27v-18,0,-34,10,-51,24r0,-30v15,-13,34,-23,54,-23v28,0,62,26,88,27v16,0,35,-11,51,-24r0,30v-15,13,-34,23,-53,23","w":210},"\u00a1":{"d":"49,69v-14,0,-20,-18,-20,-53v0,-41,7,-66,11,-101v3,-29,15,-29,18,0v4,35,11,60,11,101v0,35,-6,53,-20,53xm49,-140v-12,0,-22,-9,-22,-21v0,-12,10,-22,22,-22v11,0,21,10,21,22v0,12,-10,21,-21,21","w":97},"\u00a2":{"d":"147,-223r-23,63v5,2,13,4,16,7r0,33v-7,-5,-17,-10,-26,-12r-37,101v22,9,49,3,67,-7r0,31v-28,10,-51,13,-77,7r-25,68r-17,0r28,-75v-70,-39,-41,-176,56,-157r21,-59r17,0xm64,-39r35,-96v-51,-5,-70,68,-35,96","w":157},"\u00a3":{"d":"179,-3v-47,15,-109,-8,-158,6r29,-106r-26,0r0,-32r34,0v18,-62,47,-124,104,-112r18,35v-52,-11,-65,10,-87,77r27,0r0,32r-37,0r-18,68v40,-6,82,15,114,-2r0,34","w":191},"\u00a5":{"d":"84,0r0,-57r-73,0r0,-24r73,0r0,-26r-73,0r0,-26r60,0r-71,-125r35,0r65,116r62,-116r37,0r-70,125r59,0r0,26r-72,0r0,26r72,0r0,24r-72,0r0,57r-32,0","w":198},"\u0192":{"d":"8,71r6,-27v27,6,43,8,48,-17r33,-189r-36,0r4,-24r36,0v4,-39,14,-76,55,-76v11,0,21,2,37,6r-6,27v-31,-8,-46,-9,-50,24r-4,19r36,0r-4,24r-36,0r-34,192v-6,49,-39,51,-85,41","w":198},"\u00a7":{"d":"54,-201v0,47,81,67,81,135v0,20,-8,36,-27,54v28,38,7,95,-45,95v-37,0,-57,-55,-20,-55v10,0,17,8,17,17v0,5,-7,15,7,15v13,0,26,-12,26,-26v0,-45,-81,-73,-81,-141v0,-21,7,-36,23,-51v-20,-38,-13,-91,45,-91v25,0,42,13,42,31v0,22,-32,26,-33,6v0,-9,0,-14,-10,-14v-16,0,-25,10,-25,25xm50,-138v-31,42,13,71,43,106v39,-44,-11,-74,-43,-106","w":146},"\u00a4":{"d":"161,-81r24,24r-20,20r-24,-24v-20,16,-64,17,-83,0r-24,24r-21,-20r24,-24v-15,-20,-15,-64,0,-83r-24,-24r21,-21r24,24v20,-15,62,-16,83,0r24,-24r20,21r-24,24v19,26,15,60,0,83xm99,-168v-25,0,-45,20,-45,45v0,25,20,46,45,46v26,0,46,-21,46,-46v0,-25,-20,-45,-46,-45","w":198},"'":{"d":"26,-166v-5,-28,-10,-57,-8,-92r32,0v2,35,-3,64,-9,92r-15,0","w":67},"\u00ab":{"d":"115,-81r53,81r-31,0r-53,-81r53,-81r31,0xm42,-81r53,81r-31,0r-53,-81r53,-81r31,0","w":176},"\u00b7":{"d":"47,-146v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-12,10,-22,22,-22","w":93},"\u00b6":{"d":"71,72r0,-184v-44,-2,-71,-30,-71,-73v0,-46,30,-73,83,-73r111,0r0,29r-25,0r0,301r-30,0r0,-301r-39,0r0,301r-29,0","w":195},"\u00bb":{"d":"134,-81r-53,-81r32,0r53,81r-53,81r-32,0xm61,-81r-53,-81r32,0r53,81r-53,81r-32,0","w":176},"\u00bf":{"d":"90,35r-17,34v-42,1,-58,-29,-58,-52v0,-54,60,-96,55,-133v56,31,-17,92,-19,129v-1,20,21,28,39,22xm64,-139v-11,0,-21,-10,-21,-22v0,-12,10,-22,21,-22v12,0,22,10,22,22v0,12,-10,22,-22,22","w":119},"`":{"d":"58,-235r24,52r-20,0r-40,-52r36,0","w":119},"\u00b4":{"d":"64,-235r36,0r-40,52r-20,0","w":119},"\u00af":{"d":"120,-221r0,26r-120,0r0,-26r120,0","w":119},"\u00a8":{"d":"27,-226v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16xm94,-226v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16","w":119},"\u00b8":{"d":"75,-3r-2,9v12,3,19,11,19,22v0,27,-24,37,-56,32r0,-19v17,2,31,-1,31,-10v0,-6,-8,-10,-21,-9r9,-25r20,0","w":119},"\u00c6":{"d":"306,-246r0,32r-100,0r0,74r97,0r0,32r-97,0r0,76r104,0r0,32r-140,0r0,-108r-68,0r-65,108r-36,0r145,-246r160,0xm120,-140r50,0r0,-84","w":322},"\u00aa":{"d":"98,-171r0,15v-14,12,-31,13,-39,0v-18,16,-54,10,-54,-16v0,-20,23,-28,54,-36v-1,-34,-35,-22,-52,-2r0,-25v19,-21,76,-21,76,18v0,19,-10,72,15,46xm59,-170r0,-25v-19,6,-29,10,-29,20v1,15,19,15,29,5","w":101},"\u0141":{"d":"112,-193r0,32r-50,41r0,88r111,0r0,32r-146,0r0,-95r-32,27r0,-32r32,-26r0,-120r35,0r0,94","w":176},"\u00d8":{"d":"78,-58r123,-144v-62,-37,-148,4,-148,79v0,27,9,47,25,65xm71,-18r-17,19r-17,-11r18,-21v-79,-74,-30,-218,93,-218v29,0,54,7,75,21r19,-21r16,14r-17,20v78,74,32,222,-94,218v-26,0,-54,-7,-76,-21xm218,-188r-124,143v60,41,150,-2,150,-78v0,-27,-10,-49,-26,-65","w":296},"\u0152":{"d":"315,-246r0,32r-100,0r0,74r96,0r0,32r-96,0r0,76r104,0r0,32r-160,0v-79,0,-142,-48,-142,-122v0,-73,57,-124,139,-124r159,0xm179,-31r0,-184v-79,-7,-128,39,-126,92v1,59,53,99,126,92","w":330},"\u00ba":{"d":"123,-198v0,29,-24,51,-57,51v-33,0,-58,-22,-58,-51v0,-29,25,-51,58,-51v33,0,57,22,57,51xm98,-198v0,-19,-13,-31,-32,-31v-20,0,-33,12,-33,31v0,19,13,31,33,31v19,0,32,-12,32,-31","w":131},"\u00e6":{"d":"226,-46r0,32v-28,23,-90,23,-109,-8v-34,33,-104,38,-104,-16v0,-31,26,-44,81,-58v6,-59,-56,-45,-78,-12r0,-39v23,-22,81,-25,101,3v42,-43,116,-16,109,57r-100,0v2,67,59,76,100,41xm130,-109r64,0v-2,-37,-57,-34,-64,0xm94,-28r0,-53v-32,12,-49,21,-49,36v0,28,25,34,49,17","w":240},"\u0131":{"d":"55,-162r0,162r-32,0r0,-162r32,0","w":78},"\u0142":{"d":"84,-174r0,29r-29,23r0,122r-32,0r0,-99r-28,23r0,-28r28,-23r0,-119r32,0r0,96","w":78},"\u00f8":{"d":"58,-44r71,-84v-34,-21,-83,2,-83,46v0,13,4,28,12,38xm50,-10r-20,23r-12,-10r19,-24v-50,-48,-15,-144,61,-144v20,0,38,6,51,14r17,-19r11,11r-15,18v51,50,15,144,-64,144v-19,0,-36,-6,-48,-13xm141,-117r-72,84v37,19,84,-3,84,-49v0,-11,-4,-25,-12,-35","w":198},"\u0153":{"d":"287,-46r0,32v-26,23,-102,25,-118,-15v-43,60,-156,28,-156,-48v0,-84,112,-119,156,-54v34,-57,123,-42,118,44r-101,0v-6,62,61,78,101,41xm189,-109r66,0v-2,-37,-60,-34,-66,0xm100,-136v-32,0,-55,25,-55,58v0,28,24,52,54,52v32,0,53,-23,53,-56v0,-29,-22,-54,-52,-54","w":299},"\u00df":{"d":"21,0r0,-186v0,-40,28,-63,69,-63v74,0,91,91,32,113v27,10,47,31,46,65v-1,53,-36,84,-88,71r0,-31v29,13,56,-7,55,-40v0,-25,-10,-50,-52,-49r0,-28v28,0,42,-13,42,-38v0,-21,-15,-38,-35,-38v-21,0,-37,10,-37,42r0,182r-32,0"},"\u00ac":{"d":"190,-45r-29,0r0,-77r-141,0r0,-30r170,0r0,107","w":210},"\u00b5":{"d":"169,-162r0,162r-30,0r0,-19v-15,30,-57,28,-76,3r0,78r-32,0r0,-224r32,0v2,51,-13,141,36,141v53,0,35,-88,38,-141r32,0","w":198},"\u00d0":{"d":"27,0r0,-107r-28,0r0,-32r28,0r0,-107r96,0v82,0,130,61,130,123v0,64,-49,123,-130,123r-96,0xm63,-32v85,6,153,-9,154,-91v0,-49,-31,-91,-100,-91r-54,0r0,75r69,0r0,32r-69,0r0,75","w":270},"\u00bd":{"d":"264,-19r0,19r-97,0r0,-3v39,-39,61,-64,61,-84v0,-32,-46,-24,-57,-1r0,-28v28,-25,83,-12,82,27v0,19,-15,41,-44,70r55,0xm218,-249r-164,259r-24,0r164,-259r24,0xm70,-247r0,127r-25,0r0,-127r25,0","w":303},"\u00b1":{"d":"20,-30r170,0r0,30r-170,0r0,-30xm90,-212r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0r0,-70r-70,0r0,-30r70,0r0,-70","w":210},"\u00de":{"d":"25,-246r35,0r0,54v68,-7,120,16,120,70v0,51,-51,76,-120,69r0,53r-35,0r0,-246xm60,-161r0,76v41,2,86,1,84,-38v0,-18,-10,-38,-42,-38r-42,0","w":183},"\u00bc":{"d":"229,-130r0,71r16,0r0,18r-16,0r0,41r-25,0r0,-41r-61,0r0,-9r74,-80r12,0xm204,-89r-28,30r28,0r0,-30xm70,-247r0,127r-25,0r0,-127r25,0xm218,-249r-164,259r-24,0r164,-259r24,0","w":303},"\u00f7":{"d":"20,-142r170,0r0,30r-170,0r0,-30xm105,-93v11,0,19,8,19,19v0,10,-8,19,-19,19v-10,0,-19,-9,-19,-19v0,-11,9,-19,19,-19xm105,-199v11,0,19,9,19,19v0,10,-8,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,9,-19,19,-19","w":210},"\u00a6":{"d":"33,63r0,-126r27,0r0,126r-27,0xm33,-117r0,-126r27,0r0,126r-27,0","w":93},"\u00b0":{"d":"71,-243v-17,0,-30,13,-30,30v0,16,13,29,30,29v16,0,30,-13,30,-29v0,-17,-14,-30,-30,-30xm71,-262v27,0,49,22,49,49v0,27,-22,48,-49,48v-27,0,-49,-21,-49,-48v0,-27,22,-49,49,-49","w":142},"\u00fe":{"d":"53,-4r0,87r-32,0r0,-329r32,0r0,84v70,-5,114,21,114,82v0,60,-56,100,-114,76xm53,-133r0,100v38,20,81,-4,81,-47v0,-44,-32,-58,-81,-53"},"\u00be":{"d":"235,-249r-164,259r-24,0r164,-259r24,0xm27,-223r0,-20v28,-14,75,-3,75,28v0,13,-6,22,-17,28v36,17,16,69,-29,69v-10,0,-21,-2,-33,-8r0,-22v20,12,55,17,55,-8v0,-15,-10,-21,-30,-20r0,-19v40,5,36,-35,6,-35v-9,0,-15,2,-27,7xm246,-130r0,71r16,0r0,18r-16,0r0,41r-25,0r0,-41r-61,0r0,-9r74,-80r12,0xm221,-89r-28,30r28,0r0,-30","w":303},"\u00ae":{"d":"75,-56r0,-143r63,0v67,1,56,76,6,79v21,7,36,44,51,64r-28,0v-14,-22,-35,-70,-55,-61r-14,0r0,61r-23,0xm98,-136v27,0,63,4,63,-22v0,-26,-36,-21,-63,-21r0,43xm244,-130v0,-61,-50,-110,-111,-110v-61,0,-111,49,-111,110v0,62,50,111,111,111v61,0,111,-49,111,-111xm266,-130v0,74,-60,133,-133,133v-74,0,-133,-59,-133,-133v0,-73,59,-132,133,-132v73,0,133,59,133,132","w":266},"\u00f0":{"d":"46,-82v0,34,21,56,52,56v34,0,55,-21,55,-56v0,-31,-23,-54,-55,-54v-30,0,-52,23,-52,54xm181,-229r-37,17v65,65,57,215,-46,215v-49,0,-85,-36,-85,-85v-1,-64,74,-108,132,-68v-5,-14,-16,-31,-32,-47r-47,22r-11,-19r41,-19v-7,-6,-15,-10,-24,-14r22,-21v13,5,23,12,33,20r44,-20","w":202},"\u00d7":{"d":"28,-72r56,-55r-56,-56r22,-21r55,55r55,-55r21,21r-55,56r55,55r-21,21r-55,-55r-55,55","w":210},"\u00a9":{"d":"176,-108r21,6v-7,31,-31,48,-65,48v-42,0,-68,-30,-68,-77v0,-78,112,-100,131,-31r-21,5v-18,-46,-93,-30,-86,29v-6,62,77,72,88,20xm266,-130v0,74,-60,133,-133,133v-74,0,-133,-59,-133,-133v0,-73,59,-132,133,-132v73,0,133,59,133,132xm244,-130v0,-61,-50,-110,-111,-110v-61,0,-111,49,-111,110v0,62,50,111,111,111v61,0,111,-49,111,-111","w":266},"\u00c1":{"d":"130,-247r110,247r-36,0r-33,-72r-104,0r-31,72r-36,0r105,-247r25,0xm117,-193r-36,89r76,0xm124,-315r36,0r-40,53r-20,0","w":240},"\u00c2":{"d":"130,-247r110,247r-36,0r-33,-72r-104,0r-31,72r-36,0r105,-247r25,0xm117,-193r-36,89r76,0xm136,-316r34,55r-20,0r-31,-32r-30,32r-19,0r33,-55r33,0","w":240},"\u00c4":{"d":"130,-247r110,247r-36,0r-33,-72r-104,0r-31,72r-36,0r105,-247r25,0xm117,-193r-36,89r76,0xm87,-305v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16xm154,-305v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16","w":240},"\u00c0":{"d":"130,-247r110,247r-36,0r-33,-72r-104,0r-31,72r-36,0r105,-247r25,0xm117,-193r-36,89r76,0xm118,-315r24,53r-20,0r-40,-53r36,0","w":240},"\u00c5":{"d":"130,-247r110,247r-36,0r-33,-72r-104,0r-31,72r-36,0r105,-247r25,0xm117,-193r-36,89r76,0xm120,-328v19,0,34,15,34,34v0,18,-15,33,-34,33v-18,0,-33,-15,-33,-33v0,-19,15,-34,33,-34xm120,-314v-11,0,-20,9,-20,20v0,10,9,19,20,19v11,0,20,-9,20,-19v0,-11,-9,-20,-20,-20","w":240},"\u00c3":{"d":"130,-247r110,247r-36,0r-33,-72r-104,0r-31,72r-36,0r105,-247r25,0xm117,-193r-36,89r76,0xm159,-311r14,0v0,26,-12,43,-29,43v-23,0,-54,-30,-62,0r-15,0v2,-26,12,-42,28,-42v27,0,57,31,64,-1","w":240},"\u00c7":{"d":"239,-57r0,39v-24,12,-48,21,-96,21r-2,5v12,4,20,12,20,23v0,27,-25,37,-56,32r0,-20v17,3,30,-1,30,-9v0,-6,-7,-11,-21,-9r9,-24v-73,-13,-106,-74,-106,-120v-1,-107,118,-163,219,-110r0,38v-72,-51,-182,-21,-182,69v0,92,117,119,185,65","w":254},"\u00c9":{"d":"166,-246r0,32r-104,0r0,74r101,0r0,32r-101,0r0,76r108,0r0,32r-143,0r0,-246r139,0xm94,-315r36,0r-40,53r-20,0"},"\u00ca":{"d":"166,-246r0,32r-104,0r0,74r101,0r0,32r-101,0r0,76r108,0r0,32r-143,0r0,-246r139,0xm107,-316r33,55r-19,0r-32,-32r-30,32r-19,0r33,-55r34,0"},"\u00cb":{"d":"166,-246r0,32r-104,0r0,74r101,0r0,32r-101,0r0,76r108,0r0,32r-143,0r0,-246r139,0xm57,-305v9,0,16,7,16,16v0,10,-7,17,-16,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16xm124,-305v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16"},"\u00c8":{"d":"166,-246r0,32r-104,0r0,74r101,0r0,32r-101,0r0,76r108,0r0,32r-143,0r0,-246r139,0xm88,-315r24,53r-20,0r-40,-53r36,0"},"\u00cd":{"d":"63,-246r0,246r-36,0r0,-246r36,0xm49,-315r36,0r-40,53r-20,0","w":90},"\u00ce":{"d":"63,-246r0,246r-36,0r0,-246r36,0xm62,-316r33,55r-19,0r-32,-32r-30,32r-19,0r33,-55r34,0","w":90},"\u00cf":{"d":"63,-246r0,246r-36,0r0,-246r36,0xm12,-305v9,0,16,7,16,16v0,10,-7,17,-16,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16xm79,-305v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16","w":90},"\u00cc":{"d":"63,-246r0,246r-36,0r0,-246r36,0xm43,-315r24,53r-20,0r-40,-53r36,0","w":90},"\u00d1":{"d":"254,-246r0,246r-30,0r-164,-189r0,189r-33,0r0,-246r28,0r166,191r0,-191r33,0xm180,-311r13,0v0,26,-12,43,-28,43v-24,0,-53,-30,-62,0r-15,0v2,-26,11,-42,28,-42v26,0,56,31,64,-1","w":281},"\u00d3":{"d":"16,-123v0,-68,52,-126,132,-126v81,0,132,58,132,126v0,66,-50,126,-133,126v-80,0,-131,-59,-131,-126xm53,-123v0,54,40,94,95,94v55,0,96,-40,96,-94v0,-54,-41,-93,-96,-93v-55,0,-95,39,-95,93xm152,-315r36,0r-40,53r-20,0","w":296},"\u00d4":{"d":"16,-123v0,-68,52,-126,132,-126v81,0,132,58,132,126v0,66,-50,126,-133,126v-80,0,-131,-59,-131,-126xm53,-123v0,54,40,94,95,94v55,0,96,-40,96,-94v0,-54,-41,-93,-96,-93v-55,0,-95,39,-95,93xm165,-316r33,55r-19,0r-32,-32r-30,32r-19,0r33,-55r34,0","w":296},"\u00d6":{"d":"16,-123v0,-68,52,-126,132,-126v81,0,132,58,132,126v0,66,-50,126,-133,126v-80,0,-131,-59,-131,-126xm53,-123v0,54,40,94,95,94v55,0,96,-40,96,-94v0,-54,-41,-93,-96,-93v-55,0,-95,39,-95,93xm115,-305v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16xm182,-305v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16","w":296},"\u00d2":{"d":"16,-123v0,-68,52,-126,132,-126v81,0,132,58,132,126v0,66,-50,126,-133,126v-80,0,-131,-59,-131,-126xm53,-123v0,54,40,94,95,94v55,0,96,-40,96,-94v0,-54,-41,-93,-96,-93v-55,0,-95,39,-95,93xm146,-315r24,53r-20,0r-40,-53r36,0","w":296},"\u00d5":{"d":"16,-123v0,-68,52,-126,132,-126v81,0,132,58,132,126v0,66,-50,126,-133,126v-80,0,-131,-59,-131,-126xm53,-123v0,54,40,94,95,94v55,0,96,-40,96,-94v0,-54,-41,-93,-96,-93v-55,0,-95,39,-95,93xm187,-311r14,0v0,26,-12,43,-29,43v-23,0,-54,-30,-62,0r-15,0v2,-26,12,-42,28,-42v27,0,57,31,64,-1","w":296},"\u0160":{"d":"144,-231r0,39v-21,-19,-41,-25,-58,-25v-23,0,-39,12,-39,29v0,47,106,47,106,125v0,69,-92,84,-137,44r0,-45v18,23,41,36,65,36v27,0,40,-18,40,-31v0,-51,-107,-57,-107,-124v0,-62,83,-85,130,-48xm99,-262r-33,0r-33,-54r19,0r30,31v16,-11,20,-35,51,-31","w":164},"\u00da":{"d":"125,-29v51,0,73,-24,73,-74r0,-143r35,0r0,150v0,60,-36,99,-109,99v-52,0,-102,-29,-102,-96r0,-153r35,0r0,146v-3,52,28,71,68,71xm132,-315r36,0r-41,53r-19,0","w":254},"\u00db":{"d":"125,-29v51,0,73,-24,73,-74r0,-143r35,0r0,150v0,60,-36,99,-109,99v-52,0,-102,-29,-102,-96r0,-153r35,0r0,146v-3,52,28,71,68,71xm144,-316r34,55r-20,0r-31,-32r-30,32r-19,0r33,-55r33,0","w":254},"\u00dc":{"d":"125,-29v51,0,73,-24,73,-74r0,-143r35,0r0,150v0,60,-36,99,-109,99v-52,0,-102,-29,-102,-96r0,-153r35,0r0,146v-3,52,28,71,68,71xm94,-305v10,0,17,7,17,16v0,10,-7,17,-17,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16xm161,-305v10,0,17,7,17,16v0,10,-7,17,-17,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16","w":254},"\u00d9":{"d":"125,-29v51,0,73,-24,73,-74r0,-143r35,0r0,150v0,60,-36,99,-109,99v-52,0,-102,-29,-102,-96r0,-153r35,0r0,146v-3,52,28,71,68,71xm125,-315r24,53r-19,0r-41,-53r36,0","w":254},"\u00dd":{"d":"108,-161r67,-85r42,0r-91,116r0,130r-35,0r0,-130r-91,-116r42,0xm113,-315r36,0r-40,53r-20,0","w":217},"\u0178":{"d":"108,-161r67,-85r42,0r-91,116r0,130r-35,0r0,-130r-91,-116r42,0xm76,-305v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16xm143,-305v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16","w":217},"\u017d":{"d":"162,-214r-147,0r0,-32r212,0r-156,214r156,0r0,32r-221,0xm133,-262r-34,0r-32,-54r19,0r30,31v16,-11,20,-35,51,-31","w":232},"\u00e1":{"d":"148,-29r0,20v-21,16,-47,18,-55,-4v-29,27,-84,19,-84,-23v0,-44,52,-47,84,-62v4,-54,-58,-42,-80,-10r0,-35v28,-37,112,-29,112,31r0,84v2,15,13,6,23,-1xm93,-33r0,-47v-27,9,-51,19,-51,38v1,28,36,29,51,9xm81,-235r36,0r-40,52r-20,0","w":153},"\u00e2":{"d":"148,-29r0,20v-21,16,-47,18,-55,-4v-29,27,-84,19,-84,-23v0,-44,52,-47,84,-62v4,-54,-58,-42,-80,-10r0,-35v28,-37,112,-29,112,31r0,84v2,15,13,6,23,-1xm93,-33r0,-47v-27,9,-51,19,-51,38v1,28,36,29,51,9xm86,-237r34,55r-20,0r-31,-31v-16,11,-19,35,-49,31r33,-55r33,0","w":153},"\u00e4":{"d":"148,-29r0,20v-21,16,-47,18,-55,-4v-29,27,-84,19,-84,-23v0,-44,52,-47,84,-62v4,-54,-58,-42,-80,-10r0,-35v28,-37,112,-29,112,31r0,84v2,15,13,6,23,-1xm93,-33r0,-47v-27,9,-51,19,-51,38v1,28,36,29,51,9xm36,-226v10,0,17,7,17,16v0,10,-7,17,-17,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16xm103,-226v10,0,17,7,17,16v0,10,-7,17,-17,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16","w":153},"\u00e0":{"d":"148,-29r0,20v-21,16,-47,18,-55,-4v-29,27,-84,19,-84,-23v0,-44,52,-47,84,-62v4,-54,-58,-42,-80,-10r0,-35v28,-37,112,-29,112,31r0,84v2,15,13,6,23,-1xm93,-33r0,-47v-27,9,-51,19,-51,38v1,28,36,29,51,9xm67,-235r24,52r-19,0r-41,-52r36,0","w":153},"\u00e5":{"d":"148,-29r0,20v-21,16,-47,18,-55,-4v-29,27,-84,19,-84,-23v0,-44,52,-47,84,-62v4,-54,-58,-42,-80,-10r0,-35v28,-37,112,-29,112,31r0,84v2,15,13,6,23,-1xm93,-33r0,-47v-27,9,-51,19,-51,38v1,28,36,29,51,9xm70,-249v18,0,33,15,33,34v0,18,-15,33,-33,33v-19,0,-34,-15,-34,-33v0,-19,15,-34,34,-34xm70,-235v-11,0,-20,9,-20,20v0,11,9,20,20,20v11,0,20,-9,20,-20v0,-11,-9,-20,-20,-20","w":153},"\u00e3":{"d":"148,-29r0,20v-21,16,-47,18,-55,-4v-29,27,-84,19,-84,-23v0,-44,52,-47,84,-62v4,-54,-58,-42,-80,-10r0,-35v28,-37,112,-29,112,31r0,84v2,15,13,6,23,-1xm93,-33r0,-47v-27,9,-51,19,-51,38v1,28,36,29,51,9xm109,-231r13,0v0,25,-11,42,-28,42v-24,0,-53,-30,-62,0r-15,0v2,-26,11,-41,28,-41v26,0,56,29,64,-1","w":153},"\u00e7":{"d":"145,-38r0,32v-11,5,-31,9,-51,9r-1,5v11,4,19,12,19,23v0,27,-24,37,-56,32r0,-20v17,3,30,-1,30,-9v0,-6,-7,-11,-20,-9r8,-25v-35,-8,-59,-38,-59,-78v0,-72,66,-106,126,-76r0,34v-41,-31,-92,-13,-93,39v-1,53,55,66,97,43","w":157},"\u00e9":{"d":"158,-47r0,31v-20,13,-37,19,-65,19v-50,0,-78,-41,-78,-86v0,-49,31,-82,75,-82v43,0,71,29,71,89r-114,0v6,58,72,59,111,29xm48,-97r81,0v-1,-25,-15,-40,-38,-40v-24,0,-39,14,-43,40xm90,-235r36,0r-40,52r-20,0","w":172},"\u00ea":{"d":"158,-47r0,31v-20,13,-37,19,-65,19v-50,0,-78,-41,-78,-86v0,-49,31,-82,75,-82v43,0,71,29,71,89r-114,0v6,58,72,59,111,29xm48,-97r81,0v-1,-25,-15,-40,-38,-40v-24,0,-39,14,-43,40xm103,-237r33,55v-31,3,-35,-20,-51,-31v-16,11,-19,35,-49,31r33,-55r34,0","w":172},"\u00eb":{"d":"158,-47r0,31v-20,13,-37,19,-65,19v-50,0,-78,-41,-78,-86v0,-49,31,-82,75,-82v43,0,71,29,71,89r-114,0v6,58,72,59,111,29xm48,-97r81,0v-1,-25,-15,-40,-38,-40v-24,0,-39,14,-43,40xm53,-226v9,0,16,7,16,16v0,10,-7,17,-16,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16xm120,-226v9,0,16,7,16,16v0,10,-7,17,-16,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16","w":172},"\u00e8":{"d":"158,-47r0,31v-20,13,-37,19,-65,19v-50,0,-78,-41,-78,-86v0,-49,31,-82,75,-82v43,0,71,29,71,89r-114,0v6,58,72,59,111,29xm48,-97r81,0v-1,-25,-15,-40,-38,-40v-24,0,-39,14,-43,40xm84,-235r24,52r-20,0r-40,-52r36,0","w":172},"\u00ed":{"d":"55,-162r0,162r-32,0r0,-162r32,0xm44,-235r36,0r-41,52r-20,0","w":78},"\u00ee":{"d":"55,-162r0,162r-32,0r0,-162r32,0xm56,-237r34,55r-20,0r-31,-31v-16,11,-19,35,-49,31r32,-55r34,0","w":78},"\u00ef":{"d":"55,-162r0,162r-32,0r0,-162r32,0xm6,-226v9,0,17,7,17,16v0,10,-8,17,-17,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16xm73,-226v9,0,17,7,17,16v0,10,-8,17,-17,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16","w":78},"\u00ec":{"d":"55,-162r0,162r-32,0r0,-162r32,0xm37,-235r24,52r-20,0r-40,-52r36,0","w":78},"\u00f1":{"d":"54,-162v1,7,-2,17,1,22v32,-43,103,-31,103,40r0,100r-32,0v-5,-50,19,-136,-32,-139v-14,0,-25,6,-40,23r0,116r-32,0r0,-162r32,0xm129,-231r14,0v0,25,-12,42,-29,42v-23,0,-54,-30,-62,0r-15,0v2,-26,12,-41,29,-41v26,0,55,29,63,-1"},"\u00f3":{"d":"98,-165v51,0,88,35,88,83v0,51,-36,85,-88,85v-49,0,-85,-36,-85,-85v0,-47,37,-83,85,-83xm98,-136v-30,0,-52,23,-52,54v0,34,21,56,52,56v34,0,55,-21,55,-56v0,-31,-23,-54,-55,-54xm104,-235r36,0r-41,52r-19,0","w":198},"\u00f4":{"d":"98,-165v51,0,88,35,88,83v0,51,-36,85,-88,85v-49,0,-85,-36,-85,-85v0,-47,37,-83,85,-83xm98,-136v-30,0,-52,23,-52,54v0,34,21,56,52,56v34,0,55,-21,55,-56v0,-31,-23,-54,-55,-54xm116,-237r34,55r-20,0r-31,-31v-16,11,-19,35,-49,31r32,-55r34,0","w":198},"\u00f6":{"d":"98,-165v51,0,88,35,88,83v0,51,-36,85,-88,85v-49,0,-85,-36,-85,-85v0,-47,37,-83,85,-83xm98,-136v-30,0,-52,23,-52,54v0,34,21,56,52,56v34,0,55,-21,55,-56v0,-31,-23,-54,-55,-54xm66,-226v10,0,17,7,17,16v0,10,-7,17,-17,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16xm133,-226v10,0,17,7,17,16v0,10,-7,17,-17,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16","w":198},"\u00f2":{"d":"98,-165v51,0,88,35,88,83v0,51,-36,85,-88,85v-49,0,-85,-36,-85,-85v0,-47,37,-83,85,-83xm98,-136v-30,0,-52,23,-52,54v0,34,21,56,52,56v34,0,55,-21,55,-56v0,-31,-23,-54,-55,-54xm97,-235r24,52r-19,0r-41,-52r36,0","w":198},"\u00f5":{"d":"98,-165v51,0,88,35,88,83v0,51,-36,85,-88,85v-49,0,-85,-36,-85,-85v0,-47,37,-83,85,-83xm98,-136v-30,0,-52,23,-52,54v0,34,21,56,52,56v34,0,55,-21,55,-56v0,-31,-23,-54,-55,-54xm139,-231r13,0v0,25,-12,42,-28,42v-24,0,-53,-30,-62,0r-15,0v2,-26,11,-41,28,-41v26,0,56,29,64,-1","w":198},"\u0161":{"d":"49,-122v-4,14,88,52,75,78v0,51,-69,58,-109,32r0,-34v21,14,40,21,53,21v13,0,23,-7,23,-18v0,-23,-75,-34,-75,-78v-1,-46,64,-55,101,-31r0,32v-18,-12,-35,-17,-47,-17v-13,0,-21,6,-21,15xm86,-183r-34,0r-33,-54r20,0r29,31v17,-11,20,-35,52,-31","w":138},"\u00fa":{"d":"157,0r-32,0r0,-21v-35,42,-103,27,-103,-40r0,-101r32,0v7,50,-22,137,33,139v14,0,28,-8,38,-23r0,-116r32,0r0,162xm94,-235r36,0r-40,52r-20,0"},"\u00fb":{"d":"157,0r-32,0r0,-21v-35,42,-103,27,-103,-40r0,-101r32,0v7,50,-22,137,33,139v14,0,28,-8,38,-23r0,-116r32,0r0,162xm107,-237r33,55v-31,3,-35,-20,-51,-31v-16,11,-19,35,-49,31r33,-55r34,0"},"\u00fc":{"d":"157,0r-32,0r0,-21v-35,42,-103,27,-103,-40r0,-101r32,0v7,50,-22,137,33,139v14,0,28,-8,38,-23r0,-116r32,0r0,162xm57,-226v9,0,16,7,16,16v0,10,-7,17,-16,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16xm124,-226v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16"},"\u00f9":{"d":"157,0r-32,0r0,-21v-35,42,-103,27,-103,-40r0,-101r32,0v7,50,-22,137,33,139v14,0,28,-8,38,-23r0,-116r32,0r0,162xm88,-235r24,52r-20,0r-40,-52r36,0"},"\u00fd":{"d":"158,-162r-115,245r-35,0r55,-118r-63,-127r36,0r44,91r42,-91r36,0xm83,-235r36,0r-40,52r-20,0","w":157},"\u00ff":{"d":"158,-162r-115,245r-35,0r55,-118r-63,-127r36,0r44,91r42,-91r36,0xm46,-226v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16xm113,-226v9,0,16,7,16,16v0,10,-7,17,-16,17v-10,0,-17,-7,-17,-17v0,-9,7,-16,17,-16","w":157},"\u017e":{"d":"145,-162r-86,133r87,0r0,29r-142,0r86,-133r-82,0r0,-29r137,0xm91,-183r-33,0r-33,-54r19,0r30,31v16,-11,20,-35,51,-31","w":150},"\u00b9":{"d":"71,-247r0,127r-25,0r0,-127r25,0","w":116},"\u00b2":{"d":"106,-139r0,19v-31,-2,-69,4,-96,-2v39,-40,61,-65,61,-85v0,-33,-46,-24,-58,-1r0,-28v30,-26,84,-11,83,28v0,19,-15,40,-44,69r54,0","w":116},"\u00b3":{"d":"20,-223r0,-20v28,-14,75,-3,75,28v0,13,-5,22,-17,28v36,17,16,69,-29,69v-10,0,-21,-2,-32,-8r0,-22v19,12,54,17,54,-8v0,-15,-9,-21,-30,-20r0,-19v40,5,37,-35,6,-35v-8,0,-15,2,-27,7","w":116},"\u00a0":{"w":100},"\u00ad":{"d":"102,-96r0,33r-88,0r0,-33r88,0","w":116}}});

/*
 * jquery.tools 1.0.2 - The missing UI library
 * 
 * [tools.tabs-1.0.1, tools.tooltip-1.0.2]
 * 
 * Copyright (c) 2009 Tero Piirainen
 * http://flowplayer.org/tools/
 *
 * Dual licensed under MIT and GPL 2+ licenses
 * http://www.opensource.org/licenses
 * 
 * -----
 * 
 * Build: Fri Jun 12 17:12:52 GMT+00:00 2009
 */
(function(c){c.tools=c.tools||{version:{}};c.tools.version.tabs="1.0.1";c.tools.addTabEffect=function(d,e){b[d]=e};var b={"default":function(d){this.getPanes().hide().eq(d).show()},fade:function(d){this.getPanes().hide().eq(d).fadeIn(this.getConf().fadeInSpeed)},slide:function(d){this.getCurrentPane().slideUp("fast");this.getPanes().eq(d).slideDown()},horizontal:function(d){if(!c._hW){c._hW=this.getPanes().eq(0).width()}this.getCurrentPane().animate({width:0},function(){c(this).hide()});this.getPanes().eq(d).animate({width:c._hW},function(){c(this).show()})}};function a(e,f,g){var d=this;var h;function i(j,k){c(d).bind(j,function(m,l){if(k&&k.call(this,l.index)===false&&l){l.proceed=false}});return d}c.each(g,function(j,k){if(c.isFunction(k)){i(j,k)}});c.extend(this,{click:function(k){if(k===h){return d}var m=d.getCurrentPane();var l=e.eq(k);if(typeof k=="string"){l=e.filter("[href="+k+"]");k=e.index(l)}if(!l.length){if(h>=0){return d}k=g.initialIndex;l=e.eq(k)}var j={index:k,proceed:true};c(d).triggerHandler("onBeforeClick",j);if(!j.proceed){return d}l.addClass(g.current);b[g.effect].call(d,k);c(d).triggerHandler("onClick",j);e.removeClass(g.current);l.addClass(g.current);h=k;return d},getConf:function(){return g},getTabs:function(){return e},getPanes:function(){return f},getCurrentPane:function(){return f.eq(h)},getCurrentTab:function(){return e.eq(h)},getIndex:function(){return h},next:function(){return d.click(h+1)},prev:function(){return d.click(h-1)},onBeforeClick:function(j){return i("onBeforeClick",j)},onClick:function(j){return i("onClick",j)}});e.each(function(j){c(this).bind(g.event,function(k){d.click(j);if(!g.history){return k.preventDefault()}})});if(g.history){e.history(function(j,k){d.click(k||0)})}if(location.hash){d.click(location.hash)}else{d.click(g.initialIndex)}f.find("a[href^=#]").click(function(){d.click(c(this).attr("href"))})}c.fn.tabs=function(g,d){var e=this.eq(typeof conf=="number"?conf:0).data("tabs");if(e){return e}var f={tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",history:false,initialIndex:0,event:"click",api:false};if(c.isFunction(d)){d={onBeforeClick:d}}c.extend(f,d);this.each(function(){var h=c(this).find(f.tabs);if(!h.length){h=c(this).children()}var i=g.jquery?g:c(g);e=new a(h,i,f);c(this).data("tabs",e)});return f.api?e:this}})(jQuery);(function(b){var c,a;b.prototype.history=function(e){var d=this;if(b.browser.msie){if(!a){a=b("<iframe />").hide().get(0);b("body").append(a);setInterval(function(){var f=a.contentWindow.document;var g=f.location.hash;if(c!==g){b.event.trigger("hash",g);c=g}},100)}d.bind("click.hash",function(g){var f=a.contentWindow.document;f.open().close();f.location.hash=b(this).attr("href")});d.eq(0).triggerHandler("click.hash")}else{setInterval(function(){var f=location.hash;if(d.filter("[href*="+f+"]").length&&f!==c){c=f;b.event.trigger("hash",f)}},100)}b(window).bind("hash",e);return this}})(jQuery);
(function(c){c.tools=c.tools||{version:{}};c.tools.version.tooltip="1.0.2";var b={toggle:[function(){this.getTip().show()},function(){this.getTip().hide()}],fade:[function(){this.getTip().fadeIn(this.getConf().fadeInSpeed)},function(){this.getTip().fadeOut(this.getConf().fadeOutSpeed)}]};c.tools.addTipEffect=function(d,f,e){b[d]=[f,e]};c.tools.addTipEffect("slideup",function(){var d=this.getConf();var e=d.slideOffset||10;this.getTip().css({opacity:0}).animate({top:"-="+e,opacity:d.opacity},d.slideInSpeed||200).show()},function(){var d=this.getConf();var e=d.slideOffset||10;this.getTip().animate({top:"-="+e,opacity:0},d.slideOutSpeed||200,function(){c(this).hide().animate({top:"+="+(e*2)},0)})});function a(f,e){var d=this;var h=f.next();if(e.tip){if(e.tip.indexOf("#")!=-1){h=c(e.tip)}else{h=f.nextAll(e.tip).eq(0);if(!h.length){h=f.parent().nextAll(e.tip).eq(0)}}}function j(k,l){c(d).bind(k,function(n,m){if(l&&l.call(this)===false&&m){m.proceed=false}});return d}c.each(e,function(k,l){if(c.isFunction(l)){j(k,l)}});var g=f.is("input, textarea");f.bind(g?"focus":"mouseover",function(k){k.target=this;d.show(k);h.hover(function(){d.show()},function(){d.hide()})});f.bind(g?"blur":"mouseout",function(){d.hide()});h.css("opacity",e.opacity);var i=0;c.extend(d,{show:function(q){if(q){f=c(q.target)}clearTimeout(i);if(h.is(":animated")||h.is(":visible")){return d}var o={proceed:true};c(d).trigger("onBeforeShow",o);if(!o.proceed){return d}var n=f.position().top-h.outerHeight();var k=h.outerHeight()+f.outerHeight();var r=e.position[0];if(r=="center"){n+=k/2}if(r=="bottom"){n+=k}var l=f.outerWidth()+h.outerWidth();var m=f.position().left+f.outerWidth();r=e.position[1];if(r=="center"){m-=l/2}if(r=="left"){m-=l}n+=e.offset[0];m+=e.offset[1];h.css({position:"absolute",top:n,left:m});b[e.effect][0].call(d);c(d).trigger("onShow");return d},hide:function(){clearTimeout(i);i=setTimeout(function(){if(!h.is(":visible")){return d}var k={proceed:true};c(d).trigger("onBeforeHide",k);if(!k.proceed){return d}b[e.effect][1].call(d);c(d).trigger("onHide")},e.delay||1);return d},isShown:function(){return h.is(":visible, :animated")},getConf:function(){return e},getTip:function(){return h},getTrigger:function(){return f},onBeforeShow:function(k){return j("onBeforeShow",k)},onShow:function(k){return j("onShow",k)},onBeforeHide:function(k){return j("onBeforeHide",k)},onHide:function(k){return j("onHide",k)}})}c.prototype.tooltip=function(d){var e=this.eq(typeof d=="number"?d:0).data("tooltip");if(e){return e}var f={tip:null,effect:"slideup",delay:30,opacity:1,position:["top","center"],offset:[0,0],api:false};if(c.isFunction(d)){d={onBeforeShow:d}}c.extend(f,d);this.each(function(){e=new a(c(this),f);c(this).data("tooltip",e)});return f.api?e:this}})(jQuery);
