
(function($) {
	$.fn.tekstslider = function(options) {
		var opts = $.extend({}, $.fn.tekstslider.defaults, options);
		
		return this.each(function() {
			var $this 			= $(this);
			$this.opts 			= $.extend({}, opts);
			$this.opts.current	= -1;
			$(this).find('div:not(.files, .box)').css({clear:'both',display:'block',width:629,height:0, overflow: 'hidden'});
			$(this).find('h2.slideheader').click(function(){
					$h1 = $(this);
					$div = $h1.next()
					if( !$h1.hasClass('slideheaderActive'))	{
					$h1.addClass('slideheaderActive');				
					$div.animate({height: $($div).find('div').height()+30}, 300, function(){
						Cufon.refresh();
					});
					}else{
					$h1.removeClass('slideheaderActive');
					$div.animate({height: 0}, 300, function(){Cufon.refresh();});
					}
			});
			setTimeout(function(){
			}, 500);
			
		});
	};
})(jQuery);

(function(D){var A="Lite-1.0";D.fn.cycle=function(E){return this.each(function(){E=E||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var I=D(this);var J=E.slideExpr?D(E.slideExpr,this):I.children();var G=J.get();if(G.length<2){if(window.console&&window.console.log){window.console.log("terminating; too few slides: "+G.length)}return }var H=D.extend({},D.fn.cycle.defaults,E||{},D.metadata?I.metadata():D.meta?I.data():{});H.before=H.before?[H.before]:[];H.after=H.after?[H.after]:[];H.after.unshift(function(){H.busy=0});var F=this.className;H.width=parseInt((F.match(/w:(\d+)/)||[])[1])||H.width;H.height=parseInt((F.match(/h:(\d+)/)||[])[1])||H.height;H.timeout=parseInt((F.match(/t:(\d+)/)||[])[1])||H.timeout;if(I.css("position")=="static"){I.css("position","relative")}if(H.width){I.width(H.width)}if(H.height&&H.height!="auto"){I.height(H.height)}var K=0;J.css({position:"absolute",top:0,left:0}).hide().each(function(M){D(this).css("z-index",G.length-M)});D(G[K]).css("opacity",1).show();if(D.browser.msie){G[K].style.removeAttribute("filter")}if(H.fit&&H.width){J.width(H.width)}if(H.fit&&H.height&&H.height!="auto"){J.height(H.height)}if(H.pause){I.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}D.fn.cycle.transitions.fade(I,J,H);J.each(function(){var M=D(this);this.cycleH=(H.fit&&H.height)?H.height:M.height();this.cycleW=(H.fit&&H.width)?H.width:M.width()});J.not(":eq("+K+")").css({opacity:0});if(H.cssFirst){D(J[K]).css(H.cssFirst)}if(H.timeout){if(H.speed.constructor==String){H.speed={slow:600,fast:200}[H.speed]||400}if(!H.sync){H.speed=H.speed/2}while((H.timeout-H.speed)<250){H.timeout+=H.speed}}H.speedIn=H.speed;H.speedOut=H.speed;H.slideCount=G.length;H.currSlide=K;H.nextSlide=1;var L=J[K];if(H.before.length){H.before[0].apply(L,[L,L,H,true])}if(H.after.length>1){H.after[1].apply(L,[L,L,H,true])}if(H.click&&!H.next){H.next=H.click}if(H.next){D(H.next).bind("click",function(){return C(G,H,H.rev?-1:1)})}if(H.prev){D(H.prev).bind("click",function(){return C(G,H,H.rev?1:-1)})}if(H.timeout){this.cycleTimeout=setTimeout(function(){B(G,H,0,!H.rev)},H.timeout+(H.delay||0))}})};function B(J,E,I,K){if(E.busy){return }var H=J[0].parentNode,M=J[E.currSlide],L=J[E.nextSlide];if(H.cycleTimeout===0&&!I){return }if(I||!H.cyclePause){if(E.before.length){D.each(E.before,function(N,O){O.apply(L,[M,L,E,K])})}var F=function(){if(D.browser.msie){this.style.removeAttribute("filter")}D.each(E.after,function(N,O){O.apply(L,[M,L,E,K])})};if(E.nextSlide!=E.currSlide){E.busy=1;D.fn.cycle.custom(M,L,E,F)}var G=(E.nextSlide+1)==J.length;E.nextSlide=G?0:E.nextSlide+1;E.currSlide=G?J.length-1:E.nextSlide-1}if(E.timeout){H.cycleTimeout=setTimeout(function(){B(J,E,0,!E.rev)},E.timeout)}}function C(E,F,I){var H=E[0].parentNode,G=H.cycleTimeout;if(G){clearTimeout(G);H.cycleTimeout=0}F.nextSlide=F.currSlide+I;if(F.nextSlide<0){F.nextSlide=E.length-1}else{if(F.nextSlide>=E.length){F.nextSlide=0}}B(E,F,1,I>=0);return false}D.fn.cycle.custom=function(K,H,I,E){var J=D(K),G=D(H);G.css({opacity:0});var F=function(){G.animate({opacity:1},I.speedIn,I.easeIn,E)};J.animate({opacity:0},I.speedOut,I.easeOut,function(){J.css({display:"none"});if(!I.sync){F()}});if(I.sync){F()}};D.fn.cycle.transitions={fade:function(F,G,E){G.not(":eq(0)").css("opacity",0);E.before.push(function(){D(this).show()})}};D.fn.cycle.ver=function(){return A};D.fn.cycle.defaults={timeout:4000,speed:1000,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null}})(jQuery)

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

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright Hans Reichel, 1996. Published by FontShop International FontFont
 * release 17
 */
Cufon.registerFont({"w":190,"face":{"font-family":"Dax","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-16 -324 289 82","underline-thickness":"18","underline-position":"-36","stemh":"19","stemv":"29","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":99},"\u00f0":{"d":"168,-96v0,58,-22,100,-74,100v-49,0,-76,-38,-76,-99v0,-58,33,-115,101,-97v-9,-21,-16,-35,-26,-51r-32,10v-1,-2,-6,-11,-8,-13r32,-10v-8,-11,-11,-15,-17,-21r26,-8v6,7,9,9,17,20r28,-8v1,2,8,10,9,12r-29,9v28,45,49,100,49,156xm95,-18v58,0,45,-112,29,-155v-51,-18,-74,22,-74,77v0,42,10,78,45,78","w":187},"\u00dd":{"d":"135,-315r-41,49r-18,0r25,-50v13,-8,31,-8,34,1xm175,-248r-68,138r0,110r-34,0r0,-110r-67,-138r36,0r50,112r51,-112r32,0","w":180},"\u00fd":{"d":"134,-264r-41,49r-18,0r25,-50v13,-8,31,-8,34,1xm166,-194r-89,271r-34,0r32,-77r-65,-194r34,0r46,157r47,-157r29,0","w":175},"\u00de":{"d":"173,-132v0,47,-40,80,-113,73r0,59r-32,0r0,-248r32,0r0,44v61,-16,113,18,113,72xm141,-131v0,-50,-38,-67,-81,-54r0,105v50,9,81,-15,81,-51"},"\u00fe":{"d":"172,-101v-3,78,-49,118,-115,99r0,79r-31,0r0,-360r31,0r0,95v60,-28,117,15,115,87xm141,-98v0,-60,-34,-96,-84,-73r0,151v55,16,84,-27,84,-78"},"\u00bd":{"d":"260,0r-93,0v20,-33,61,-67,68,-109v5,-26,-36,-32,-53,-19r-6,-16v25,-18,88,-6,84,33v-4,33,-40,67,-57,92r57,0r0,19xm204,-245r-119,250r-19,-8r119,-250xm81,-98r-23,0r0,-121v-11,4,-25,6,-39,7r-2,-12v24,-3,41,-14,48,-24r16,0r0,150","w":287},"\u00bc":{"d":"260,-33r-12,0r0,33r-22,0r0,-33r-60,0r0,-15r61,-102r21,0r0,102r12,0r0,15xm210,-245r-119,250r-19,-8r119,-250xm81,-98r-23,0r0,-121v-11,4,-25,6,-39,7r-2,-12v24,-3,41,-14,48,-24r16,0r0,150xm226,-48r0,-78v-10,23,-31,55,-44,78r44,0","w":287},"\u00b9":{"d":"90,-98r-23,0r0,-121v-12,4,-24,6,-38,7r-2,-12v26,-3,40,-14,47,-24r16,0r0,150","w":132},"\u00be":{"d":"262,-33r-12,0r0,33r-22,0r0,-33r-61,0r0,-15r62,-102r21,0r0,102r12,0r0,15xm221,-245r-119,250r-19,-8r119,-250xm80,-182v51,14,31,87,-21,87v-18,0,-30,-3,-40,-9r7,-16v20,12,60,10,60,-21v0,-26,-24,-31,-42,-30r0,-14v40,2,50,-47,13,-48v-9,0,-18,2,-26,6r-7,-15v27,-15,81,-10,80,27v0,18,-14,28,-24,33xm229,-126v-11,22,-32,55,-45,78r44,0","w":287},"\u00b3":{"d":"79,-182v52,13,33,87,-20,87v-18,0,-30,-3,-40,-9r7,-16v20,12,60,10,60,-21v0,-26,-24,-31,-42,-30r0,-14v40,2,50,-47,13,-48v-9,0,-18,2,-26,6r-7,-15v27,-16,81,-9,80,27v0,18,-15,28,-25,33","w":132},"\u00b2":{"d":"111,-98r-94,0v21,-34,60,-66,69,-108v5,-23,-36,-31,-55,-20r-7,-15v30,-18,90,-7,86,33v-3,31,-41,66,-57,91r58,0r0,19","w":132},"\u00a6":{"d":"54,-140r-26,0r0,-143r26,0r0,143xm54,77r-26,0r0,-142r26,0r0,142","w":82},"\u00d7":{"d":"166,-57r-15,15r-56,-62r-55,61r-16,-14r57,-63r-57,-63r15,-14r56,62r55,-62r16,14r-57,63"},"!":{"d":"75,-248r-7,167r-24,0r-7,-167r38,0xm77,-19v0,12,-9,21,-21,21v-11,0,-20,-9,-20,-21v0,-11,9,-21,20,-21v12,0,21,10,21,21","w":104},"\"":{"d":"113,-243r-7,90r-16,0r-8,-90v8,-10,23,-11,31,0xm55,-243r-7,90r-16,0r-7,-90v7,-10,23,-11,30,0","w":138},"#":{"d":"180,-155r-40,0r-11,56r38,0r0,17r-41,0r-14,82r-18,0r14,-82r-42,0r-15,82r-19,0r15,-82r-37,0r0,-17r40,0r10,-56r-37,0r0,-16r40,0r13,-77r19,0r-13,77r42,0r13,-77r19,0r-13,77r37,0r0,16xm121,-155r-43,0r-10,56r43,0"},"$":{"d":"159,-70v0,39,-26,67,-63,72r3,44r-21,0r3,-43v-26,0,-41,-5,-53,-13r8,-22v29,21,90,12,90,-36v0,-23,-12,-38,-44,-48v-76,-25,-65,-124,9,-134r-4,-42r21,0r-4,41v20,1,35,6,45,13r-7,19v-28,-19,-81,-11,-81,34v0,27,19,37,42,46v45,18,56,43,56,69"},"%":{"d":"283,-81v0,39,-9,85,-49,85v-40,0,-48,-46,-48,-85v0,-38,8,-84,48,-84v40,0,49,46,49,84xm204,-246r-84,249r-17,-5r84,-248xm122,-167v0,38,-9,85,-49,85v-41,0,-48,-47,-48,-85v0,-38,7,-85,48,-85v40,0,49,47,49,85xm261,-81v0,-29,-2,-70,-27,-70v-24,0,-27,41,-27,70v0,29,3,68,27,68v25,0,27,-39,27,-68xm100,-167v0,-30,-3,-71,-27,-71v-25,0,-27,41,-27,71v0,29,2,68,27,68v24,0,27,-39,27,-68","w":307},"&":{"d":"217,-162v-10,5,-27,11,-40,14r0,138v-13,8,-35,14,-66,14v-55,0,-92,-27,-92,-71v-1,-37,28,-60,65,-74v-31,-8,-49,-27,-49,-54v0,-52,80,-70,118,-43r-9,18v-23,-17,-83,-12,-77,26v10,65,102,35,141,12xm146,-23r0,-118v-64,15,-93,32,-93,72v0,45,53,63,93,46","w":222},"'":{"d":"56,-243r-8,90r-16,0r-7,-90v8,-11,23,-10,31,0","w":80},"(":{"d":"118,72r-15,9v-106,-131,-106,-237,0,-368r15,9v-77,98,-77,253,0,350","w":130},")":{"d":"28,-287v105,131,105,237,0,368r-16,-9v78,-98,78,-252,0,-350","w":130},"*":{"d":"133,-243v0,9,-7,15,-15,15v-8,0,-15,-6,-15,-15v0,-9,7,-15,15,-15v8,0,15,6,15,15xm91,-273v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-9,7,-15,15,-15v8,0,15,6,15,15xm89,-229v0,7,-6,13,-13,13v-7,0,-13,-6,-13,-13v0,-8,6,-13,13,-13v7,0,13,5,13,13xm119,-194v0,9,-7,15,-15,15v-8,0,-15,-6,-15,-15v0,-9,7,-15,15,-15v8,0,15,7,15,15xm49,-243v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-9,7,-15,15,-15v8,0,15,6,15,15xm63,-194v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-9,7,-16,15,-16v8,0,15,7,15,16","w":151},"+":{"d":"164,-109r-58,0r0,63r-22,0r0,-63r-58,0r0,-22r58,0r0,-63r22,0r0,63r58,0r0,22"},",":{"d":"70,-28r-47,89r-19,0r31,-89v5,-9,33,-14,35,0","w":94},"-":{"d":"103,-109r-82,0r0,-25r82,0r0,25","w":123},".":{"d":"66,-19v0,12,-9,20,-21,20v-12,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21","w":90},"\/":{"d":"197,-276r-171,358r-20,-10r170,-359","w":202},"0":{"d":"170,-124v0,55,-15,128,-75,128v-60,0,-75,-73,-75,-128v0,-55,15,-127,75,-127v60,0,75,72,75,127xm140,-124v0,-44,-6,-108,-45,-108v-39,0,-45,64,-45,108v0,44,6,106,45,106v39,0,45,-62,45,-106"},"1":{"d":"130,0r-32,0r0,-208v-14,9,-43,16,-64,18r-3,-20v44,-6,67,-22,77,-38r22,0r0,248"},"2":{"d":"162,0r-148,0r88,-124v19,-28,23,-44,23,-59v0,-48,-66,-53,-95,-34r-8,-21v15,-8,33,-13,62,-13v83,0,90,72,44,135r-66,90r100,0r0,26"},"3":{"d":"162,-72v0,71,-94,93,-146,63r9,-22v34,21,103,12,103,-41v0,-47,-45,-53,-71,-52r0,-18v37,-3,63,-22,63,-50v2,-46,-62,-39,-89,-27r-9,-19v37,-22,130,-18,130,43v0,35,-34,49,-47,57v26,7,57,24,57,66"},"4":{"d":"170,-57r-20,0r0,57r-29,0r0,-57r-101,0r0,-20r100,-171r30,0r0,173r20,0r0,18xm121,-75r0,-140v-18,37,-57,100,-79,140r79,0"},"5":{"d":"165,-72v0,41,-34,76,-83,76v-27,0,-47,-5,-62,-13r8,-22v35,19,104,16,103,-40v0,-38,-25,-66,-99,-54r10,-123r116,0r0,27r-93,0r-6,76v71,-8,106,25,106,73"},"6":{"d":"171,-72v0,40,-26,76,-75,76v-51,0,-75,-38,-75,-94v0,-111,88,-152,120,-160r8,21v-30,10,-71,32,-91,88v53,-20,114,4,113,69xm140,-74v0,-51,-47,-66,-86,-50v-11,46,-1,106,43,106v31,0,43,-28,43,-56"},"7":{"d":"176,-248r-33,78v-27,63,-53,136,-62,170r-40,0r97,-221r-115,0r0,-27r153,0"},"8":{"d":"170,-59v0,37,-32,63,-75,63v-40,0,-75,-22,-75,-62v0,-28,14,-48,54,-71v-34,-20,-46,-37,-46,-63v0,-35,30,-59,67,-59v37,0,67,23,67,58v0,26,-12,44,-46,63v40,23,54,43,54,71xm136,-193v0,-23,-17,-39,-41,-39v-24,0,-40,16,-40,39v0,22,10,34,41,52v31,-18,40,-31,40,-52xm141,-59v0,-23,-8,-37,-47,-59v-38,22,-46,36,-46,59v0,26,22,42,47,42v27,0,46,-18,46,-42"},"9":{"d":"169,-156v0,111,-88,152,-120,160r-8,-21v30,-10,71,-31,91,-88v-53,20,-114,-5,-113,-69v0,-40,26,-76,75,-76v51,0,75,38,75,94xm136,-123v9,-46,0,-106,-43,-106v-31,0,-44,28,-44,56v0,51,48,66,87,50"},":":{"d":"66,-130v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21xm66,-19v0,12,-9,20,-21,20v-12,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21","w":90},";":{"d":"70,-130v0,12,-9,21,-21,21v-11,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v12,0,21,9,21,21xm70,-28r-47,89r-19,0r31,-89v5,-10,33,-15,35,0","w":94},"<":{"d":"164,-50r-138,-61r0,-21r138,-61r0,24r-112,48r112,47r0,24"},"=":{"d":"164,-141r-138,0r0,-22r138,0r0,22xm164,-77r-138,0r0,-22r138,0r0,22"},">":{"d":"164,-111r-138,61r0,-24r112,-47r-112,-48r0,-24r138,61r0,21"},"?":{"d":"137,-192v0,32,-32,52,-52,58r-4,53r-24,0r-5,-63v22,-5,52,-19,52,-46v0,-38,-55,-46,-80,-29r-9,-18v39,-27,122,-13,122,45xm90,-19v0,12,-9,21,-21,21v-11,0,-20,-9,-20,-21v0,-12,9,-21,20,-21v12,0,21,9,21,21","w":141},"@":{"d":"289,-149v0,46,-27,126,-79,126v-16,0,-25,-10,-26,-34v-14,23,-32,33,-55,33v-29,0,-43,-26,-43,-56v0,-38,26,-98,72,-98v23,0,36,15,42,34r5,-28r18,0v-6,35,-21,73,-21,110v0,18,4,24,15,24v30,0,57,-68,57,-111v0,-56,-37,-90,-90,-90v-84,0,-145,77,-145,159v0,135,177,146,237,63r8,9v-65,92,-260,74,-260,-72v0,-92,71,-172,161,-172v61,0,104,39,104,103xm138,-39v55,-1,79,-125,22,-125v-37,0,-54,55,-54,83v0,22,10,42,32,42","w":313},"A":{"d":"204,0r-34,0r-24,-74r-85,0r-24,74r-30,0r84,-248r29,0xm141,-94r-37,-124v-7,32,-27,90,-37,124r74,0","w":210},"B":{"d":"185,-67v0,76,-104,84,-157,57r0,-228v14,-8,37,-13,64,-13v54,0,84,26,84,62v1,36,-29,51,-49,58v23,4,58,26,58,64xm144,-187v5,-42,-48,-53,-85,-40r0,88v52,3,89,-11,85,-48xm152,-67v0,-45,-35,-58,-93,-55r0,99v38,12,93,5,93,-44","w":202},"C":{"d":"161,-10v-73,44,-142,-23,-142,-114v0,-90,66,-156,142,-114r-8,20v-8,-5,-20,-10,-35,-10v-48,0,-64,51,-64,104v0,69,40,127,98,93","w":172},"D":{"d":"195,-126v0,76,-32,130,-102,130v-28,0,-52,-6,-65,-14r0,-228v14,-8,37,-13,64,-13v68,0,103,48,103,125xm161,-127v0,-82,-36,-117,-101,-98r0,201v67,17,101,-19,101,-103","w":214},"E":{"d":"143,0r-115,0r0,-248r115,0r0,23r-82,0r0,86r73,0r0,22r-73,0r0,95r82,0r0,22","w":159},"F":{"d":"142,-225r-81,0r0,86r73,0r0,22r-73,0r0,117r-33,0r0,-248r114,0r0,23","w":156},"G":{"d":"186,-10v-78,37,-167,0,-167,-116v0,-107,86,-148,162,-112r-9,20v-59,-27,-118,0,-118,95v0,81,43,119,100,98r0,-93r-42,0r0,-21r74,0r0,129","w":211},"H":{"d":"187,0r-33,0r0,-117r-93,0r0,117r-33,0r0,-248r33,0r0,109r93,0r0,-109r33,0r0,248","w":214},"I":{"d":"62,0r-33,0r0,-248r33,0r0,248","w":91},"J":{"d":"62,-10v0,54,-37,83,-78,89r0,-23v24,-6,45,-28,45,-64r0,-240r33,0r0,238","w":91},"K":{"d":"180,0r-37,0r-81,-128r0,128r-33,0r0,-248r33,0r0,115r80,-115r34,0r-84,116","w":186},"L":{"d":"136,0r-107,0r0,-248r33,0r0,226r74,0r0,22","w":147},"M":{"d":"210,-215v-4,26,-53,186,-60,215r-22,0r-59,-215v-1,30,-19,182,-21,215r-29,0r30,-248r35,0r56,207r58,-207r35,0r29,248r-31,0","w":281},"N":{"d":"205,0r-29,0r-122,-211r1,211r-27,0r0,-248r35,0r116,200v-4,-57,-1,-137,-2,-200r28,0r0,248","w":232},"O":{"d":"198,-124v0,71,-25,128,-89,128v-64,0,-90,-57,-90,-128v0,-70,26,-127,90,-127v64,0,89,57,89,127xm165,-125v0,-50,-11,-104,-56,-104v-45,0,-56,54,-56,104v0,50,9,104,56,104v47,0,56,-54,56,-104","w":217},"P":{"d":"174,-176v0,48,-40,84,-114,73r0,103r-32,0r0,-238v14,-8,36,-13,62,-13v58,0,84,31,84,75xm142,-177v7,-47,-42,-62,-82,-50r0,104v53,8,85,-14,82,-54","w":189},"Q":{"d":"109,-251v109,0,115,196,42,243r43,54r-25,22r-37,-68v-78,17,-114,-46,-113,-124v0,-70,26,-127,90,-127xm165,-126v0,-50,-10,-103,-56,-103v-46,0,-56,53,-56,103v0,50,8,104,56,104v47,0,56,-54,56,-104","w":217},"R":{"d":"181,0r-38,0r-82,-116r0,116r-33,0r0,-238v13,-7,35,-13,62,-13v56,0,85,27,85,73v0,43,-33,65,-75,69xm142,-176v6,-49,-43,-66,-81,-50r0,103v44,8,85,-10,81,-53","w":195},"S":{"d":"148,-70v0,68,-87,91,-133,60r9,-23v28,20,90,13,90,-35v0,-22,-12,-36,-43,-48v-41,-17,-53,-42,-53,-66v0,-58,77,-88,121,-56r-8,21v-26,-20,-81,-15,-81,32v0,26,19,36,42,45v49,19,56,48,56,70","w":167},"T":{"d":"143,-225r-50,0r0,225r-33,0r0,-225r-49,0r0,-23r132,0r0,23","w":153},"U":{"d":"182,-71v0,42,-29,75,-77,75v-47,0,-77,-33,-77,-75r0,-177r33,0r0,177v0,31,22,49,46,49v24,0,45,-18,45,-49r0,-177r30,0r0,177","w":209},"V":{"d":"183,-248r-72,248r-29,0r-73,-248r35,0r54,207r54,-207r31,0"},"W":{"d":"282,-248r-58,248r-29,0r-48,-201v-11,64,-33,137,-47,201r-29,0r-58,-248r34,0r41,208v11,-67,33,-142,48,-208r25,0r49,208v9,-68,28,-141,41,-208r31,0","w":294},"X":{"d":"179,0r-38,0r-49,-103r-50,103r-33,0r67,-127r-60,-121r36,0r42,94r47,-94r31,0r-61,117","w":186},"Y":{"d":"175,-248r-68,138r0,110r-34,0r0,-110r-67,-138r36,0r50,112r51,-112r32,0","w":180},"Z":{"d":"144,0r-135,0r91,-225r-86,0r0,-23r127,0r-90,226r93,0r0,22","w":155},"[":{"d":"106,77r-78,0r0,-360r77,0r0,19r-48,0r0,322r49,0r0,19","w":123},"\\":{"d":"199,71r-22,11r-171,-358r21,-11","w":204},"]":{"d":"95,77r-77,0r0,-19r49,0r0,-322r-49,0r0,-19r77,0r0,360","w":123},"^":{"d":"174,-172r-12,11r-58,-66r-58,66r-12,-11r53,-70v10,-12,24,-12,34,0","w":208},"_":{"d":"194,71r-198,0r0,-21r198,0r0,21"},"`":{"d":"56,-215r-18,0r-41,-49v3,-9,21,-9,34,-1","w":70},"a":{"d":"154,-10v-15,8,-37,14,-64,14v-50,0,-74,-23,-74,-58v0,-51,48,-66,108,-72v11,-59,-55,-58,-89,-39r-8,-18v38,-22,127,-28,127,48r0,125xm124,-21r0,-89v-49,6,-78,17,-78,56v0,41,47,45,78,33","w":179},"b":{"d":"172,-100v0,62,-30,104,-88,104v-26,0,-46,-6,-58,-14r0,-273r31,0r0,95v58,-28,115,12,115,88xm140,-99v0,-57,-36,-97,-83,-71r0,148v51,19,83,-16,83,-77","w":189},"c":{"d":"135,-9v-52,35,-117,-4,-117,-88v0,-84,65,-122,117,-88r-7,19v-39,-27,-78,8,-78,68v0,60,35,95,77,69","w":147},"d":{"d":"164,-10v-13,8,-34,14,-61,14v-55,0,-85,-39,-85,-98v0,-76,47,-115,115,-98r0,-91r31,0r0,273xm133,-23r0,-151v-56,-16,-84,27,-84,78v0,58,35,94,84,73","w":189},"e":{"d":"170,-103r-122,18v-1,67,64,78,107,54r8,21v-62,32,-145,9,-145,-88v0,-66,32,-100,78,-100v46,0,75,30,74,95xm140,-116v0,-44,-17,-61,-45,-61v-28,0,-49,22,-48,75","w":187},"f":{"d":"102,-174r-34,0r0,174r-32,0r0,-174r-22,0r0,-20r22,0v-5,-55,13,-91,66,-89r0,21v-31,-3,-37,32,-34,68r34,0r0,20","w":111},"g":{"d":"164,4v8,75,-83,92,-135,64r10,-21v34,21,103,11,94,-39r0,-14v-60,26,-115,-12,-115,-88v0,-62,30,-104,88,-104v27,0,47,7,58,14r0,188xm133,-24r0,-149v-50,-21,-84,14,-84,78v0,64,35,92,84,71","w":189},"h":{"d":"166,0r-31,0r0,-138v7,-36,-50,-49,-78,-28r0,166r-31,0r0,-283r31,0r0,99v16,-8,31,-12,45,-12v49,0,64,30,64,57r0,139","w":191},"i":{"d":"62,-249v0,9,-8,18,-18,18v-10,0,-19,-9,-19,-18v0,-10,9,-17,19,-17v10,0,18,7,18,17xm59,0r-31,0r0,-194r31,0r0,194","w":86},"j":{"d":"63,-249v0,10,-9,18,-19,18v-10,0,-18,-9,-18,-18v0,-10,8,-17,18,-17v10,0,19,7,19,17xm60,-11v0,56,-32,87,-67,91r0,-21v21,-8,35,-26,35,-68r0,-185r32,0r0,183","w":87},"k":{"d":"169,0r-36,0r-75,-100r0,100r-31,0r0,-283r31,0r1,179r69,-90r33,0r-73,91","w":171},"l":{"d":"59,0r-31,0r0,-283r31,0r0,283","w":87},"m":{"d":"275,0r-31,0r0,-140v6,-38,-58,-49,-78,-19r0,159r-31,0r0,-141v5,-35,-50,-43,-78,-30r0,171r-31,0r0,-184v29,-19,109,-21,126,10v13,-14,33,-24,60,-24v46,0,63,31,63,58r0,140","w":300},"n":{"d":"166,0r-31,0r0,-139v0,-18,-8,-38,-41,-38v-18,0,-27,3,-37,7r0,170r-31,0r0,-184v17,-8,39,-14,70,-14v54,0,70,30,70,58r0,140","w":191},"o":{"d":"170,-97v0,57,-23,101,-76,101v-53,0,-76,-44,-76,-101v0,-58,24,-101,76,-101v53,0,76,43,76,101xm138,-97v0,-39,-7,-80,-44,-80v-37,0,-44,41,-44,80v0,39,8,79,44,79v37,0,44,-40,44,-79","w":187},"p":{"d":"172,-100v1,75,-49,118,-115,98r0,79r-31,0r0,-261v13,-8,32,-14,60,-14v55,0,86,39,86,98xm140,-99v0,-62,-33,-94,-83,-74r0,152v51,16,83,-17,83,-78","w":189},"q":{"d":"164,77r-31,0r0,-83v-58,27,-115,-11,-115,-87v0,-60,28,-105,88,-105v27,0,47,7,58,14r0,261xm133,-24r0,-149v-50,-21,-84,14,-84,78v0,64,35,92,84,71","w":189},"r":{"d":"109,-197r-7,24v-16,-5,-35,-4,-45,3r0,170r-31,0r0,-184v19,-10,37,-14,83,-13","w":115},"s":{"d":"129,-54v0,49,-78,73,-115,44r8,-21v18,18,74,15,74,-22v0,-20,-11,-29,-32,-37v-38,-14,-45,-35,-45,-55v0,-48,70,-67,103,-40r-8,19v-16,-15,-65,-14,-65,20v0,19,13,28,32,35v38,14,48,35,48,57","w":145},"t":{"d":"102,-1v-36,12,-66,-16,-66,-46r0,-127r-22,0r0,-20r22,0r0,-45r32,-9r0,54r34,0r0,20r-34,0r0,126v-1,18,13,32,34,27r0,20","w":115},"u":{"d":"163,-12v-14,8,-38,16,-69,16v-102,0,-59,-114,-68,-198r31,0r0,136v-6,38,47,49,74,32r0,-168r32,0r0,182","w":188},"v":{"d":"166,-194r-63,194r-28,0r-65,-194r34,0r47,163v9,-55,32,-111,46,-163r29,0","w":175},"w":{"d":"266,-194r-55,194r-28,0r-43,-161v-11,51,-31,110,-45,161r-27,0r-55,-194r32,0r39,162v9,-53,30,-111,43,-162r28,0r43,162v9,-52,27,-111,39,-162r29,0","w":277},"x":{"d":"161,0r-35,0r-42,-79r-43,79r-32,0r60,-100r-54,-94r33,0r39,71r38,-71r30,0r-54,91","w":169},"y":{"d":"166,-194r-89,271r-34,0r32,-77r-65,-194r34,0r46,164v10,-54,33,-112,47,-164r29,0","w":175},"z":{"d":"136,0r-125,0r82,-174r-76,0r0,-20r116,0r-80,174r83,0r0,20","w":150},"{":{"d":"113,46v-39,0,-67,-15,-67,-55v0,-38,9,-105,-27,-101r0,-17v36,3,27,-63,27,-101v0,-39,28,-55,67,-55r0,18v-76,-9,-3,132,-68,147v64,3,-9,151,68,147r0,17","w":133},"|":{"d":"54,77r-26,0r0,-360r26,0r0,360","w":82},"}":{"d":"114,-110v-36,-4,-27,63,-27,101v0,40,-28,55,-67,55r0,-17v76,8,5,-133,69,-148v-64,-2,10,-151,-69,-146r0,-18v39,0,67,16,67,55v0,38,-9,104,27,101r0,17","w":133},"~":{"d":"178,-127v-5,15,-16,26,-37,29v-27,4,-44,-26,-71,-23v-16,2,-25,15,-29,25r-11,-19v6,-15,15,-27,36,-29v31,-3,45,26,71,22v16,-2,25,-13,29,-24","w":208},"\u00c4":{"d":"152,-288v0,9,-8,15,-17,15v-9,0,-16,-6,-16,-15v0,-9,7,-15,16,-15v9,0,17,6,17,15xm92,-288v0,9,-7,15,-16,15v-9,0,-16,-6,-16,-15v0,-9,7,-15,16,-15v9,0,16,6,16,15xm204,0r-34,0r-24,-74r-85,0r-24,74r-30,0r84,-248r29,0xm141,-94r-37,-123r-37,123r74,0","w":210},"\u00c5":{"d":"135,-294v0,16,-14,28,-30,28v-16,0,-28,-12,-28,-28v0,-16,12,-30,28,-30v16,0,30,14,30,30xm204,0r-34,0r-24,-74r-85,0r-24,74r-30,0r84,-248r29,0xm122,-294v0,-9,-8,-17,-17,-17v-9,0,-16,8,-16,17v0,9,7,16,16,16v9,0,17,-7,17,-16xm141,-94r-37,-123r-37,123r74,0","w":210},"\u00c7":{"d":"161,-10v-73,44,-142,-23,-142,-114v0,-90,66,-156,142,-114r-8,20v-8,-5,-20,-10,-35,-10v-48,0,-64,51,-64,104v0,69,40,127,98,93xm142,45v0,22,-34,31,-92,26r8,-13v31,3,60,-1,60,-13v0,-11,-14,-14,-45,-12r7,-11v48,-4,62,8,62,23","w":172},"\u00c9":{"d":"128,-315r-41,49r-18,0r25,-50v13,-8,31,-8,34,1xm143,0r-115,0r0,-248r115,0r0,23r-82,0r0,86r73,0r0,22r-73,0r0,95r82,0r0,22","w":158},"\u00d1":{"d":"167,-290v-3,9,-9,19,-24,19v-25,0,-56,-30,-68,2r-9,-14v4,-10,10,-20,25,-20v26,0,54,29,66,-2xm205,0r-29,0r-122,-211r1,211r-27,0r0,-248r35,0r116,200v-4,-57,-1,-137,-2,-200r28,0r0,248","w":232},"\u00d6":{"d":"155,-288v0,9,-7,15,-16,15v-9,0,-17,-6,-17,-15v0,-9,8,-15,17,-15v9,0,16,6,16,15xm96,-288v0,9,-8,15,-17,15v-9,0,-16,-6,-16,-15v0,-9,7,-15,16,-15v9,0,17,6,17,15xm198,-124v0,71,-25,128,-89,128v-64,0,-90,-57,-90,-128v0,-70,26,-127,90,-127v64,0,89,57,89,127xm165,-125v0,-50,-11,-104,-56,-104v-45,0,-56,54,-56,104v0,50,9,104,56,104v47,0,56,-54,56,-104","w":217},"\u00dc":{"d":"153,-288v0,9,-8,15,-17,15v-9,0,-16,-6,-16,-15v0,-9,7,-15,16,-15v9,0,17,6,17,15xm94,-288v0,9,-8,15,-17,15v-9,0,-16,-6,-16,-15v0,-9,7,-15,16,-15v9,0,17,6,17,15xm182,-71v0,42,-29,75,-77,75v-47,0,-77,-33,-77,-75r0,-177r33,0r0,177v0,31,22,49,46,49v24,0,45,-18,45,-49r0,-177r30,0r0,177","w":209},"\u00e1":{"d":"137,-264r-41,49r-18,0r25,-50v13,-8,31,-8,34,1xm154,-10v-15,8,-37,14,-64,14v-50,0,-74,-23,-74,-58v0,-51,48,-66,108,-72v11,-59,-55,-58,-89,-39r-8,-18v38,-22,127,-28,127,48r0,125xm124,-21r0,-89v-49,6,-78,17,-78,56v0,41,47,45,78,33","w":179},"\u00e0":{"d":"109,-215r-18,0r-41,-49v3,-9,21,-9,34,-1xm154,-10v-15,8,-37,14,-64,14v-50,0,-74,-23,-74,-58v0,-51,48,-66,108,-72v11,-59,-55,-58,-89,-39r-8,-18v38,-22,127,-28,127,48r0,125xm124,-21r0,-89v-49,6,-78,17,-78,56v0,41,47,45,78,33","w":179},"\u00e2":{"d":"138,-223r-9,8r-39,-28r-38,28r-10,-8v18,-12,32,-51,60,-36xm154,-10v-15,8,-37,14,-64,14v-50,0,-74,-23,-74,-58v0,-51,48,-66,108,-72v11,-59,-55,-58,-89,-39r-8,-18v38,-22,127,-28,127,48r0,125xm124,-21r0,-89v-49,6,-78,17,-78,56v0,41,47,45,78,33","w":179},"\u00e4":{"d":"138,-237v0,9,-8,15,-17,15v-9,0,-16,-7,-16,-15v0,-9,7,-16,16,-16v9,0,17,7,17,16xm78,-237v0,9,-7,15,-16,15v-9,0,-16,-7,-16,-15v0,-9,7,-16,16,-16v9,0,16,7,16,16xm154,-10v-15,8,-37,14,-64,14v-50,0,-74,-23,-74,-58v0,-51,48,-66,108,-72v11,-59,-55,-58,-89,-39r-8,-18v38,-22,127,-28,127,48r0,125xm124,-21r0,-89v-49,6,-78,17,-78,56v0,41,47,45,78,33","w":179},"\u00e3":{"d":"140,-239v-4,10,-9,19,-24,19v-25,0,-56,-30,-68,2r-9,-15v4,-10,10,-19,25,-19v26,0,54,29,66,-2xm154,-10v-15,8,-37,14,-64,14v-50,0,-74,-23,-74,-58v0,-51,48,-66,108,-72v11,-59,-55,-58,-89,-39r-8,-18v38,-22,127,-28,127,48r0,125xm124,-21r0,-89v-49,6,-78,17,-78,56v0,41,47,45,78,33","w":179},"\u00e5":{"d":"121,-244v0,16,-14,29,-30,29v-16,0,-28,-13,-28,-29v0,-16,12,-29,28,-29v16,0,30,13,30,29xm154,-10v-15,8,-37,14,-64,14v-50,0,-74,-23,-74,-58v0,-51,48,-66,108,-72v11,-59,-55,-58,-89,-39r-8,-18v38,-22,127,-28,127,48r0,125xm108,-244v0,-9,-8,-17,-17,-17v-9,0,-16,8,-16,17v0,9,7,17,16,17v9,0,17,-8,17,-17xm124,-21r0,-89v-49,6,-78,17,-78,56v0,41,47,45,78,33","w":179},"\u00e7":{"d":"135,-9v-52,35,-117,-4,-117,-88v0,-84,65,-122,117,-88r-7,19v-39,-27,-78,8,-78,68v0,60,35,95,77,69xm122,45v0,22,-35,31,-92,26r7,-13v31,3,62,-1,62,-13v0,-11,-15,-14,-46,-12r7,-11v48,-4,62,8,62,23","w":147},"\u00e9":{"d":"140,-264r-41,49r-18,0r26,-50v13,-8,30,-8,33,1xm170,-103r-122,18v-1,67,64,78,107,54r8,21v-62,32,-145,9,-145,-88v0,-66,32,-100,78,-100v46,0,75,30,74,95xm140,-116v0,-44,-17,-61,-45,-61v-28,0,-49,22,-48,75","w":187},"\u00e8":{"d":"112,-215r-18,0r-41,-49v3,-9,20,-9,33,-1xm170,-103r-122,18v-1,67,64,78,107,54r8,21v-62,32,-145,9,-145,-88v0,-66,32,-100,78,-100v46,0,75,30,74,95xm140,-116v0,-44,-17,-61,-45,-61v-28,0,-49,22,-48,75","w":187},"\u00ea":{"d":"143,-223r-9,8r-38,-28r-39,28r-9,-8v19,-12,31,-51,60,-36xm170,-103r-122,18v-1,67,64,78,107,54r8,21v-62,32,-145,9,-145,-88v0,-66,32,-100,78,-100v46,0,75,30,74,95xm140,-116v0,-44,-17,-61,-45,-61v-28,0,-49,22,-48,75","w":187},"\u00eb":{"d":"142,-237v0,9,-7,15,-16,15v-9,0,-16,-7,-16,-15v0,-9,7,-16,16,-16v9,0,16,7,16,16xm83,-237v0,9,-7,15,-16,15v-9,0,-17,-7,-17,-15v0,-9,8,-16,17,-16v9,0,16,7,16,16xm170,-103r-122,18v-1,67,64,78,107,54r8,21v-62,32,-145,9,-145,-88v0,-66,32,-100,78,-100v46,0,75,30,74,95xm140,-116v0,-44,-17,-61,-45,-61v-28,0,-49,22,-48,75","w":187},"\u00ed":{"d":"84,-264r-41,49r-18,0r25,-50v13,-8,31,-8,34,1xm59,0r-31,0r0,-194r31,0r0,194","w":86},"\u00ec":{"d":"62,-215r-18,0r-41,-49v3,-9,21,-9,34,-1xm59,0r-31,0r0,-194r31,0r0,194","w":86},"\u00ee":{"d":"91,-223r-9,8r-38,-28r-39,28r-9,-8v18,-12,31,-51,59,-36xm59,0r-31,0r0,-194r31,0r0,194","w":86},"\u00ef":{"d":"89,-237v0,9,-7,15,-16,15v-9,0,-16,-7,-16,-15v0,-9,7,-16,16,-16v9,0,16,7,16,16xm30,-237v0,9,-7,15,-16,15v-9,0,-17,-7,-17,-15v0,-9,8,-16,17,-16v9,0,16,7,16,16xm59,0r-31,0r0,-194r31,0r0,194","w":86},"\u00f1":{"d":"145,-239v-4,10,-9,17,-24,19v-20,3,-31,-16,-49,-14v-12,1,-17,10,-19,16r-9,-15v4,-10,10,-19,25,-19v26,0,54,29,66,-2xm166,0r-31,0r0,-141v5,-40,-52,-41,-78,-29r0,170r-31,0r0,-184v41,-21,140,-26,140,43r0,141","w":191},"\u00f3":{"d":"138,-264r-41,49r-18,0r25,-50v13,-8,31,-8,34,1xm170,-97v0,57,-23,101,-76,101v-53,0,-76,-44,-76,-101v0,-58,24,-101,76,-101v53,0,76,43,76,101xm138,-97v0,-39,-7,-80,-44,-80v-37,0,-44,41,-44,80v0,39,8,79,44,79v37,0,44,-40,44,-79","w":187},"\u00f2":{"d":"108,-215r-17,0r-42,-49v3,-9,21,-9,34,-1xm170,-97v0,57,-23,101,-76,101v-53,0,-76,-44,-76,-101v0,-58,24,-101,76,-101v53,0,76,43,76,101xm138,-97v0,-39,-7,-80,-44,-80v-37,0,-44,41,-44,80v0,39,8,79,44,79v37,0,44,-40,44,-79","w":187},"\u00f4":{"d":"141,-223r-9,8r-38,-28r-39,28r-9,-8v18,-12,32,-51,60,-36xm170,-97v0,57,-23,101,-76,101v-53,0,-76,-44,-76,-101v0,-58,24,-101,76,-101v53,0,76,43,76,101xm138,-97v0,-39,-7,-80,-44,-80v-37,0,-44,41,-44,80v0,39,8,79,44,79v37,0,44,-40,44,-79","w":187},"\u00f6":{"d":"140,-237v0,9,-8,15,-17,15v-9,0,-16,-7,-16,-15v0,-9,7,-16,16,-16v9,0,17,7,17,16xm80,-237v0,9,-7,15,-16,15v-9,0,-16,-7,-16,-15v0,-9,7,-16,16,-16v9,0,16,7,16,16xm170,-97v0,57,-23,101,-76,101v-53,0,-76,-44,-76,-101v0,-58,24,-101,76,-101v53,0,76,43,76,101xm138,-97v0,-39,-7,-80,-44,-80v-37,0,-44,41,-44,80v0,39,8,79,44,79v37,0,44,-40,44,-79","w":187},"\u00f5":{"d":"144,-239v-3,10,-10,17,-25,19v-20,3,-31,-16,-48,-14v-12,1,-17,10,-20,16r-9,-15v4,-10,11,-19,26,-19v26,0,53,29,66,-2xm170,-97v0,57,-23,101,-76,101v-53,0,-76,-44,-76,-101v0,-58,24,-101,76,-101v53,0,76,43,76,101xm138,-97v0,-39,-7,-80,-44,-80v-37,0,-44,41,-44,80v0,39,8,79,44,79v37,0,44,-40,44,-79","w":187},"\u00fa":{"d":"139,-264r-41,49r-18,0r25,-50v13,-8,31,-8,34,1xm163,-12v-14,8,-38,16,-69,16v-102,0,-59,-114,-68,-198r31,0r0,136v-6,38,47,49,74,32r0,-168r32,0r0,182","w":188},"\u00f9":{"d":"113,-215r-18,0r-41,-49v3,-9,21,-9,34,-1xm163,-12v-14,8,-38,16,-69,16v-102,0,-59,-114,-68,-198r31,0r0,136v-6,38,47,49,74,32r0,-168r32,0r0,182","w":188},"\u00fb":{"d":"142,-223r-9,8r-39,-28r-38,28r-9,-8v18,-12,31,-52,60,-36xm163,-12v-14,8,-38,16,-69,16v-102,0,-59,-114,-68,-198r31,0r0,136v-6,38,47,49,74,32r0,-168r32,0r0,182","w":188},"\u00fc":{"d":"140,-237v0,9,-7,15,-16,15v-9,0,-17,-7,-17,-15v0,-9,8,-16,17,-16v9,0,16,7,16,16xm81,-237v0,9,-8,15,-17,15v-9,0,-16,-7,-16,-15v0,-9,7,-16,16,-16v9,0,17,7,17,16xm163,-12v-14,8,-38,16,-69,16v-102,0,-59,-114,-68,-198r31,0r0,136v-6,38,47,49,74,32r0,-168r32,0r0,182","w":188},"\u00b0":{"d":"130,-198v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54v0,-30,24,-54,54,-54v30,0,54,24,54,54xm113,-198v0,-21,-16,-37,-37,-37v-21,0,-37,16,-37,37v0,21,16,37,37,37v21,0,37,-16,37,-37","w":151},"\u00a2":{"d":"147,-48v-7,5,-19,10,-38,11r3,37r-22,0r3,-39v-37,-5,-61,-34,-61,-85v0,-49,25,-81,62,-86r-4,-37r22,0r-3,37v18,1,30,5,38,11r-7,16v-39,-21,-78,7,-78,58v0,53,38,79,78,59"},"\u00a3":{"d":"172,0r-147,0v28,-33,44,-72,30,-119r-34,0r0,-19r29,0v-20,-54,-2,-114,65,-113v25,0,44,6,53,12r-9,20v-8,-4,-21,-9,-39,-9v-50,0,-53,49,-41,90r49,0r0,19r-45,0v10,33,-5,78,-15,93r104,0r0,26"},"\u00a7":{"d":"130,-139v52,38,37,96,-10,121v47,39,26,98,-33,98v-22,0,-38,-6,-48,-13r9,-19v16,16,70,16,68,-17v-2,-48,-89,-71,-89,-128v0,-30,22,-49,42,-62v-39,-32,-21,-90,33,-91v21,0,36,6,45,12r-8,18v-15,-13,-67,-17,-63,17v-4,22,37,50,54,64xm105,-31v35,-17,44,-61,9,-89r-31,-26v-33,15,-44,67,-7,91"},"\u00b6":{"d":"175,-231r-11,0r0,308r-23,0r0,-308r-48,0r0,308r-23,0r0,-194v-36,-4,-60,-29,-60,-64v1,-80,88,-67,165,-67r0,17"},"\u00df":{"d":"124,-139v0,30,67,46,58,85v5,46,-60,71,-97,48r6,-21v22,13,59,4,59,-27v0,-35,-55,-45,-55,-83v0,-24,16,-40,39,-46v8,-35,1,-82,-35,-82v-32,0,-41,32,-41,72r0,193r-31,0r0,-191v0,-44,16,-95,72,-95v58,-1,80,60,64,114v-24,3,-39,12,-39,33","w":198},"\u00ae":{"d":"276,-123v0,70,-58,127,-128,127v-70,0,-127,-57,-127,-127v0,-71,57,-128,127,-128v70,0,128,57,128,128xm260,-123v0,-62,-50,-112,-112,-112v-62,0,-111,50,-111,112v0,62,49,111,111,111v62,0,112,-49,112,-111xm201,-50r-21,0r-49,-70r-5,0r0,70r-17,0r0,-147v32,-16,85,-6,85,35v0,26,-19,40,-45,41xm177,-162v0,-28,-30,-32,-51,-25r0,56v27,1,51,-3,51,-31","w":297},"\u00a9":{"d":"276,-123v0,70,-58,127,-128,127v-70,0,-127,-57,-127,-127v0,-71,57,-128,127,-128v70,0,128,57,128,128xm260,-123v0,-62,-50,-112,-112,-112v-62,0,-111,50,-111,112v0,62,49,111,111,111v62,0,112,-49,112,-111xm207,-76v-39,52,-133,22,-133,-48v0,-69,94,-102,133,-49r-12,11v-31,-42,-105,-18,-105,38v0,54,73,79,104,38","w":297},"\u2122":{"d":"256,-123r-17,0r-13,-109r-33,109r-17,0r-33,-109r-13,109r-17,0r16,-125r25,0r31,107r30,-107r25,0xm104,-234r-35,0r0,111r-18,0r0,-111r-34,0r0,-14r87,0r0,14","w":281},"\u00b4":{"d":"73,-264r-41,49r-18,0r26,-50v13,-8,30,-8,33,1","w":70},"\u00a8":{"d":"81,-237v0,9,-7,15,-16,15v-9,0,-16,-7,-16,-15v0,-9,7,-16,16,-16v9,0,16,7,16,16xm22,-237v0,9,-8,15,-17,15v-9,0,-16,-7,-16,-15v0,-9,7,-16,16,-16v9,0,17,7,17,16","w":70},"\u00c6":{"d":"260,0r-94,0r-18,-74r-86,0r-30,74r-30,0r103,-248r131,0r0,23r-95,0r22,86r73,0r0,22r-68,0r25,95r67,0r0,22xm145,-94r-28,-126v-11,40,-33,87,-47,126r75,0","w":268},"\u00d8":{"d":"176,-217v43,67,31,221,-66,221v-26,0,-45,-10,-59,-25r-19,30r-11,-7r21,-33v-41,-68,-29,-220,68,-220v25,0,43,8,57,23r19,-30r11,7xm153,-204v-9,-17,-23,-27,-43,-27v-65,1,-69,113,-48,170xm110,-19v67,-1,66,-112,48,-169r-91,142v9,16,22,27,43,27","w":219},"\u00b1":{"d":"164,-131r-58,0r0,62r-22,0r0,-62r-58,0r0,-21r58,0r0,-61r22,0r0,61r58,0r0,21xm164,-26r-138,0r0,-20r138,0r0,20"},"\u00a5":{"d":"178,-248r-44,90r39,-3r0,16r-44,-3r-18,36r62,-2r0,16r-62,-3r0,101r-31,0r0,-101r-63,3r0,-16r62,2r-18,-36r-44,3r0,-16r39,3r-44,-90r34,0r50,115r52,-115r30,0"},"\u00aa":{"d":"108,-135v-27,16,-100,10,-93,-27v0,-33,34,-40,72,-44v6,-35,-36,-33,-57,-22r-6,-14v27,-12,84,-16,84,31r0,76xm87,-143r0,-51v-31,4,-51,9,-51,32v0,25,33,27,51,19","w":127},"\u00ba":{"d":"114,-189v0,35,-15,63,-50,63v-36,0,-51,-28,-51,-63v0,-35,15,-62,50,-62v36,0,51,27,51,62xm92,-189v0,-24,-5,-48,-28,-48v-23,0,-29,24,-29,48v0,24,6,47,29,47v23,0,28,-23,28,-47","w":127},"\u00e6":{"d":"271,-103r-121,18v-1,68,63,77,106,55r9,20v-33,20,-107,20,-124,-22v-10,23,-28,36,-57,36v-47,0,-68,-22,-68,-57v0,-49,48,-67,108,-73v10,-57,-55,-59,-89,-39r-7,-19v30,-17,100,-26,113,21v41,-66,138,-37,130,60xm241,-116v-1,-45,-16,-61,-44,-61v-27,0,-48,22,-48,75xm85,-15v43,0,41,-50,39,-94v-50,6,-79,16,-79,55v0,27,16,39,40,39","w":289},"\u00f8":{"d":"146,-176v43,49,31,180,-52,180v-18,0,-32,-6,-44,-15r-16,28r-10,-6r18,-30v-43,-50,-31,-179,52,-179v18,0,32,5,43,14r16,-27r9,6xm126,-164v-7,-10,-18,-16,-32,-16v-54,2,-53,91,-37,136xm94,-17v55,-1,54,-90,38,-135r-69,120v7,10,17,15,31,15","w":188},"\u00bf":{"d":"103,-151v0,11,-9,20,-20,20v-12,0,-21,-9,-21,-20v0,-12,9,-21,21,-21v11,0,20,9,20,21xm137,67v-39,27,-122,11,-122,-45v0,-33,32,-53,52,-59r4,-52r24,0r5,62v-22,5,-52,20,-52,47v0,39,56,44,80,28","w":141},"\u00a1":{"d":"77,-151v0,12,-9,20,-21,20v-11,0,-20,-8,-20,-20v0,-12,9,-21,20,-21v12,0,21,9,21,21xm75,77r-38,0r7,-166r24,0","w":104},"\u00ac":{"d":"164,-53r-23,0r0,-57r-115,0r0,-22r138,0r0,79"},"\u00ab":{"d":"159,-53r-17,11r-54,-78r54,-79r17,11r-46,68xm93,-53r-17,11r-54,-78r54,-79r17,11r-46,68","w":185},"\u00bb":{"d":"163,-120r-54,78r-16,-11r45,-67r-45,-68r16,-11xm98,-120r-55,78r-17,-11r46,-67r-46,-68r17,-11","w":185},"\u2026":{"d":"272,-19v0,12,-9,20,-21,20v-12,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21xm171,-19v0,12,-8,20,-20,20v-12,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,20,9,20,21xm71,-19v0,12,-10,20,-21,20v-12,0,-20,-8,-20,-20v0,-12,8,-21,20,-21v11,0,21,9,21,21","w":301},"\u00a0":{"w":99},"\u00c0":{"d":"116,-266r-18,0r-41,-49v3,-9,20,-9,33,-1xm204,0r-34,0r-24,-74r-85,0r-24,74r-30,0r84,-248r29,0xm141,-94r-37,-123r-37,123r74,0","w":210},"\u00c3":{"d":"156,-290v-3,9,-10,18,-25,19v-24,1,-55,-30,-67,2r-10,-14v4,-10,11,-20,26,-20v26,0,53,29,66,-2xm204,0r-34,0r-24,-74r-85,0r-24,74r-30,0r84,-248r29,0xm141,-94r-37,-123r-37,123r74,0","w":210},"\u00d5":{"d":"159,-290v-4,9,-10,18,-25,19v-23,1,-57,-30,-67,2r-10,-14v4,-10,10,-20,25,-20v26,0,54,29,67,-2xm198,-124v0,71,-25,128,-89,128v-64,0,-90,-57,-90,-128v0,-70,26,-127,90,-127v64,0,89,57,89,127xm165,-125v0,-50,-11,-104,-56,-104v-45,0,-56,54,-56,104v0,50,9,104,56,104v47,0,56,-54,56,-104","w":217},"\u2013":{"d":"144,-110r-144,0r0,-22r144,0r0,22","w":144},"\u2014":{"d":"288,-111r-288,0r0,-19r288,0r0,19","w":288},"\u201c":{"d":"144,-283r-29,89v-4,9,-31,13,-32,0r44,-89r17,0xm81,-283r-29,89v-4,9,-31,13,-32,0r44,-89r17,0","w":158},"\u201d":{"d":"138,-275r-44,89r-17,0r29,-89v4,-9,31,-13,32,0xm75,-275r-44,89r-17,0r29,-89v4,-9,31,-13,32,0","w":158},"\u2018":{"d":"81,-283r-29,89v-4,9,-31,13,-32,0r44,-89r17,0","w":95},"\u2019":{"d":"75,-275r-44,89r-17,0r29,-89v4,-9,31,-13,32,0","w":95},"\u00f7":{"d":"113,-177v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,8,-18,18,-18v10,0,18,8,18,18xm164,-111r-138,0r0,-18r138,0r0,18xm113,-63v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,8,-17,18,-17v10,0,18,7,18,17"},"\u00ff":{"d":"136,-237v0,9,-7,15,-16,15v-9,0,-17,-7,-17,-15v0,-9,8,-16,17,-16v9,0,16,7,16,16xm77,-237v0,9,-8,15,-17,15v-9,0,-16,-7,-16,-15v0,-9,7,-16,16,-16v9,0,17,7,17,16xm166,-194r-89,271r-34,0r32,-77r-65,-194r34,0r46,157r47,-157r29,0","w":175},"\u00a4":{"d":"174,-57r-13,13r-26,-26v-21,18,-59,19,-80,0r-26,26r-13,-13r26,-25v-18,-22,-19,-59,0,-81r-26,-26r13,-13r26,26v21,-18,59,-17,80,0r26,-26r13,13r-26,26v19,22,18,59,0,81xm141,-123v0,-26,-20,-46,-46,-46v-26,0,-46,20,-46,46v0,26,20,47,46,47v26,0,46,-21,46,-47"},"\u00b7":{"d":"65,-124v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21","w":87},"\u00c2":{"d":"153,-274r-9,8r-38,-28r-39,28r-9,-8v19,-12,31,-51,60,-36xm204,0r-34,0r-24,-74r-85,0r-24,74r-30,0r84,-248r29,0xm141,-94r-37,-123r-37,123r74,0","w":210},"\u00ca":{"d":"131,-274r-9,8r-39,-28r-38,28r-9,-8v18,-12,31,-51,59,-36xm143,0r-115,0r0,-248r115,0r0,23r-82,0r0,86r73,0r0,22r-73,0r0,95r82,0r0,22","w":158},"\u00c1":{"d":"151,-315r-41,49r-18,0r25,-50v13,-8,31,-8,34,1xm204,0r-34,0r-24,-74r-85,0r-24,74r-30,0r84,-248r29,0xm141,-94r-37,-123r-37,123r74,0","w":210},"\u00cb":{"d":"130,-288v0,9,-8,15,-17,15v-9,0,-16,-6,-16,-15v0,-9,7,-15,16,-15v9,0,17,6,17,15xm71,-288v0,9,-8,15,-17,15v-9,0,-16,-6,-16,-15v0,-9,7,-15,16,-15v9,0,17,6,17,15xm143,0r-115,0r0,-248r115,0r0,23r-82,0r0,86r73,0r0,22r-73,0r0,95r82,0r0,22","w":158},"\u00c8":{"d":"101,-266r-18,0r-41,-49v3,-9,21,-9,34,-1xm143,0r-115,0r0,-248r115,0r0,23r-82,0r0,86r73,0r0,22r-73,0r0,95r82,0r0,22","w":158},"\u00cd":{"d":"86,-315r-42,49r-17,0r25,-50v13,-8,31,-8,34,1xm62,0r-33,0r0,-248r33,0r0,248","w":91},"\u00ce":{"d":"93,-274r-9,8r-38,-28r-39,28r-9,-8v18,-12,31,-52,60,-36xm62,0r-33,0r0,-248r33,0r0,248","w":91},"\u00cf":{"d":"91,-288v0,9,-7,15,-16,15v-9,0,-16,-6,-16,-15v0,-9,7,-15,16,-15v9,0,16,6,16,15xm32,-288v0,9,-7,15,-16,15v-9,0,-16,-6,-16,-15v0,-9,7,-15,16,-15v9,0,16,6,16,15xm62,0r-33,0r0,-248r33,0r0,248","w":91},"\u00cc":{"d":"64,-266r-18,0r-41,-49v3,-9,21,-9,34,-1xm62,0r-33,0r0,-248r33,0r0,248","w":91},"\u00d3":{"d":"149,-315r-41,49r-18,0r26,-50v13,-8,30,-8,33,1xm198,-124v0,71,-25,128,-89,128v-64,0,-90,-57,-90,-128v0,-70,26,-127,90,-127v64,0,89,57,89,127xm165,-125v0,-50,-11,-104,-56,-104v-45,0,-56,54,-56,104v0,50,9,104,56,104v47,0,56,-54,56,-104","w":217},"\u00d4":{"d":"157,-274r-9,8r-39,-28r-38,28r-9,-8v18,-12,31,-51,59,-36xm198,-124v0,71,-25,128,-89,128v-64,0,-90,-57,-90,-128v0,-70,26,-127,90,-127v64,0,89,57,89,127xm165,-125v0,-50,-11,-104,-56,-104v-45,0,-56,54,-56,104v0,50,9,104,56,104v47,0,56,-54,56,-104","w":217},"\u00d2":{"d":"126,-266r-18,0r-41,-49v3,-9,20,-9,33,-1xm198,-124v0,71,-25,128,-89,128v-64,0,-90,-57,-90,-128v0,-70,26,-127,90,-127v64,0,89,57,89,127xm165,-125v0,-50,-11,-104,-56,-104v-45,0,-56,54,-56,104v0,50,9,104,56,104v47,0,56,-54,56,-104","w":217},"\u00da":{"d":"147,-315r-42,49r-17,0r25,-50v13,-8,31,-8,34,1xm182,-71v0,42,-29,75,-77,75v-47,0,-77,-33,-77,-75r0,-177r33,0r0,177v0,31,22,49,46,49v24,0,45,-18,45,-49r0,-177r30,0r0,177","w":209},"\u00db":{"d":"153,-274r-9,8r-38,-28r-39,28r-9,-8v19,-12,32,-51,60,-36xm182,-71v0,42,-29,75,-77,75v-47,0,-77,-33,-77,-75r0,-177r33,0r0,177v0,31,22,49,46,49v24,0,45,-18,45,-49r0,-177r30,0r0,177","w":209},"\u00d9":{"d":"127,-266r-18,0r-41,-49v3,-9,21,-9,34,-1xm182,-71v0,42,-29,75,-77,75v-47,0,-77,-33,-77,-75r0,-177r33,0r0,177v0,31,22,49,46,49v24,0,45,-18,45,-49r0,-177r30,0r0,177","w":209},"\u00af":{"d":"86,-226r-102,0r0,-19r102,0r0,19","w":70},"\u00b8":{"d":"81,45v0,22,-35,31,-92,26r7,-13v31,3,62,-1,62,-13v0,-11,-15,-14,-46,-12r7,-11v48,-4,62,8,62,23","w":70},"\u00d0":{"d":"204,-126v0,76,-30,130,-101,130v-29,0,-53,-6,-66,-14r0,-115r-22,0r0,-18r22,0r0,-95v14,-8,37,-13,64,-13v68,0,103,48,103,125xm170,-127v0,-82,-36,-117,-101,-98r0,82r42,0r0,18r-42,0r0,101v66,19,101,-18,101,-103","w":223}}});

