/*
 *
 *
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
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("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.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}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1993, 1994, 2001, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * ITC and Avant Garde are trademarks of International Typeface Corporation
 * registered in the U.S. Patent and Trademark Office and may be registered in
 * certain other jurisdictions.
 * 
 * Full name:
 * ITCAvantGardeStd-Bk
 * 
 * Designer:
 * Herb Lubalin, Tom Carnase, Ed Benguiat, Adobe Type Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":207,"face":{"font-family":"GOSIFONT","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 2 2 2 2 4","ascent":"266","descent":"-94","x-height":"5","bbox":"-33 -348 394.063 98","underline-thickness":"18","underline-position":"-18","stemh":"25","stemv":"27","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":103,"k":{"T":33,"V":28,"W":14,"Y":36,"\u00dd":36,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18}},"!":{"d":"65,-266r0,197r-28,0r0,-197r28,0xm65,-40r0,40r-28,0r0,-40r28,0","w":102},"\"":{"d":"54,-160r-22,0r0,-106r22,0r0,106xm104,-160r-22,0r0,-106r22,0r0,106","w":135},"#":{"d":"139,-93r-12,79r-19,0r11,-79r-43,0r-11,79r-20,0r11,-79r-48,0r2,-19r49,0r5,-41r-48,0r2,-19r49,0r10,-72r20,0r-10,72r43,0r10,-72r20,0r-10,72r49,0r-1,19r-51,0r-6,41r50,0r-2,19r-50,0xm122,-112r6,-41r-44,0r-6,41r44,0"},"$":{"d":"150,-80v-3,-72,-112,-29,-113,-115v0,-36,25,-60,56,-65r0,-32r24,0r0,32v37,5,54,32,55,61r-26,0v-7,-56,-80,-50,-81,2v0,30,24,37,55,47v27,9,58,28,58,68v0,32,-23,64,-61,70r0,35r-24,0r0,-35v-38,-4,-62,-34,-63,-69r27,0v2,65,96,57,93,1"},"%":{"d":"10,-211v0,-34,26,-60,60,-60v35,0,61,25,61,60v0,35,-26,61,-61,61v-34,0,-60,-26,-60,-61xm70,-252v-24,0,-40,17,-40,42v0,23,16,41,40,41v24,0,41,-18,41,-42v0,-24,-17,-41,-41,-41xm144,-56v0,-34,26,-61,61,-61v34,0,61,26,61,61v0,35,-27,61,-61,61v-35,0,-61,-26,-61,-61xm205,-98v-24,0,-41,18,-41,43v0,23,17,41,41,41v24,0,41,-18,41,-42v0,-24,-17,-42,-41,-42xm221,-266r-146,266r-22,0r147,-266r21,0","w":275},"&":{"d":"213,-164r28,0r-47,89r60,61r-19,18r-55,-56v-18,35,-38,57,-81,57v-49,0,-80,-37,-80,-76v0,-44,38,-67,64,-79v-18,-19,-33,-36,-33,-61v0,-33,27,-60,62,-60v36,0,63,27,63,60v0,36,-28,51,-53,63r54,55xm112,-248v-22,0,-36,19,-36,36v0,21,17,35,30,48v29,-14,43,-23,43,-47v0,-19,-15,-37,-37,-37xm162,-70r-62,-64v-40,19,-52,40,-52,62v0,27,22,51,53,51v31,0,46,-18,61,-49","w":263},"(":{"d":"146,-271r0,30v-44,25,-84,83,-84,154v0,70,39,128,84,154r0,31v-151,-73,-150,-297,0,-369","w":158},")":{"d":"13,98r0,-31v44,-26,84,-83,84,-154v0,-69,-39,-127,-84,-153r0,-31v151,73,149,297,0,369","w":158},"*":{"d":"119,-266r-4,47r40,-27r9,17r-42,21r43,20r-10,18r-40,-28r4,48r-20,0r4,-48r-39,28r-11,-18r43,-20r-43,-20r10,-18r40,27r-4,-47r20,0","w":217},"+":{"d":"121,-181r0,78r77,0r0,26r-77,0r0,77r-26,0r0,-77r-77,0r0,-26r77,0r0,-78r26,0","w":216},",":{"d":"67,-40r-27,67r-25,0r23,-67r29,0","w":104,"k":{" ":42}},"-":{"d":"0,-114r98,0r0,26r-98,0r0,-26","w":97},".":{"d":"66,-40r0,40r-28,0r0,-40r28,0","w":104,"k":{" ":42}},"\/":{"d":"25,36r116,-302r30,0r-116,302r-30,0","w":195},"0":{"d":"13,-85r0,-94v0,-77,64,-92,90,-92v43,0,91,30,91,90r0,96v0,70,-60,90,-90,90v-34,0,-91,-22,-91,-90xm43,-180r0,95v0,37,27,63,61,63v28,0,60,-22,60,-63v0,-75,22,-160,-61,-160v-35,0,-60,26,-60,65"},"1":{"d":"93,0r0,-241r-54,0r0,-25r84,0r0,266r-30,0"},"2":{"d":"22,-180v-3,-51,43,-91,86,-91v49,0,82,36,81,82v-1,29,-14,50,-41,76r-88,87r130,0r0,26r-170,0r0,-24r88,-86v24,-23,51,-45,51,-78v0,-35,-23,-57,-54,-57v-31,0,-54,24,-55,65r-28,0"},"3":{"d":"59,-203r-29,0v4,-93,141,-87,141,-3v0,27,-16,46,-37,57v100,40,52,153,-34,154v-44,1,-88,-37,-87,-83r30,0v1,36,29,56,58,56v35,0,57,-26,57,-57v1,-33,-32,-63,-81,-57r0,-23v41,5,64,-23,64,-43v0,-24,-16,-43,-40,-43v-28,0,-41,21,-42,42"},"4":{"d":"135,0r0,-50r-132,0r0,-23r130,-193r30,0r0,192r29,0r0,24r-29,0r0,50r-28,0xm34,-74r102,0r0,-156"},"5":{"d":"48,-266r128,0r0,25r-105,0r-15,79v9,-6,23,-16,50,-16v55,0,89,46,89,90v0,48,-39,93,-94,93v-42,0,-87,-28,-93,-81r30,0v11,78,130,65,127,-11v-2,-60,-75,-95,-117,-38r-24,-6"},"6":{"d":"104,5v-87,0,-112,-100,-70,-161r75,-110r34,0r-66,96v52,-29,120,11,120,80v0,52,-40,95,-93,95xm40,-86v0,35,25,64,63,64v37,0,64,-29,64,-65v0,-42,-32,-66,-63,-66v-28,0,-64,20,-64,67"},"7":{"d":"29,-266r152,0r0,23r-111,243r-32,0r112,-241r-121,0r0,-25"},"8":{"d":"65,-149v-56,-25,-38,-122,39,-122v76,0,94,97,38,122v30,11,48,39,48,71v0,47,-37,83,-86,83v-88,0,-120,-126,-39,-154xm104,-247v-24,0,-44,19,-44,45v0,24,20,43,44,43v24,0,43,-20,43,-44v0,-25,-19,-44,-43,-44xm47,-78v0,31,25,56,57,56v32,0,56,-25,56,-56v0,-31,-24,-58,-56,-58v-33,0,-57,27,-57,58"},"9":{"d":"104,-271v85,0,111,100,70,160r-76,111r-34,0r66,-96v-54,27,-120,-12,-120,-81v0,-52,41,-94,94,-94xm103,-113v28,0,66,-20,65,-68v0,-35,-26,-64,-64,-64v-37,0,-64,30,-64,66v0,42,32,66,63,66"},":":{"d":"66,-194r0,40r-28,0r0,-40r28,0xm66,-40r0,40r-28,0r0,-40r28,0","w":104,"k":{" ":29}},";":{"d":"66,-194r0,40r-28,0r0,-40r28,0xm67,-40r-28,67r-24,0r23,-67r29,0","w":104,"k":{" ":30}},"<":{"d":"18,-104r180,-82r0,29r-153,67r153,66r0,29r-180,-82r0,-27","w":216},"=":{"d":"18,-142r180,0r0,25r-180,0r0,-25xm18,-64r180,0r0,25r-180,0r0,-25","w":216},">":{"d":"18,-24r153,-67r-153,-66r0,-29r180,82r0,27r-180,82r0,-29","w":216},"?":{"d":"98,-243v-26,0,-55,18,-53,54r-30,0v1,-110,164,-103,163,-6v0,31,-22,50,-42,69v-26,25,-27,44,-27,58r-28,0v1,-24,6,-44,34,-72v19,-18,33,-31,33,-53v0,-27,-20,-50,-50,-50xm108,-40r0,40r-27,0r0,-40r27,0","w":199},"@":{"d":"246,-58r9,10v-27,39,-78,53,-108,53v-86,0,-138,-67,-138,-136v0,-75,59,-140,140,-140v64,0,125,43,125,114v0,65,-50,99,-80,99v-10,0,-29,-4,-31,-26v-20,34,-89,39,-90,-27v0,-46,34,-95,75,-95v22,0,31,12,37,27r7,-21r19,0r-31,109v0,14,10,16,16,16v22,0,60,-30,60,-82v0,-63,-54,-97,-106,-97v-67,0,-122,52,-122,123v0,61,46,119,119,119v34,0,76,-14,99,-46xm121,-76v46,0,48,-44,58,-81v0,-21,-17,-31,-30,-31v-27,0,-56,35,-56,77v0,28,16,35,28,35","w":280},"A":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34}},"B":{"d":"194,-74v1,76,-84,78,-167,74r0,-266r70,0v84,-13,106,98,46,124v48,15,51,56,51,68xm149,-196v0,-48,-44,-45,-93,-44r0,89v49,4,93,-2,93,-45xm165,-76v0,-51,-53,-53,-109,-50r0,100v54,1,109,5,109,-50","k":{"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,",":10,".":10,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11}},"C":{"d":"244,-72r32,0v-17,41,-64,77,-123,77v-79,0,-139,-61,-139,-138v0,-76,59,-138,139,-138v66,0,108,44,123,78r-32,0v-9,-16,-40,-52,-91,-52v-62,0,-109,49,-109,111v0,63,47,112,109,112v56,0,85,-40,91,-50","w":288,"k":{",":5,".":5,"A":17,"\u00c6":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17}},"D":{"d":"106,-266v73,-5,137,51,137,132v0,80,-45,134,-135,134r-81,0r0,-266r79,0xm213,-132v0,-85,-61,-118,-157,-108r0,214v94,9,157,-21,157,-106","w":257,"k":{"V":11,"W":3,"Y":18,"\u00dd":18,",":24,".":22,"A":15,"\u00c6":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15}},"E":{"d":"27,0r0,-266r147,0r0,26r-118,0r0,92r118,0r0,27r-118,0r0,95r118,0r0,26r-147,0","w":194},"F":{"d":"27,0r0,-266r135,0r0,26r-106,0r0,93r105,0r0,27r-105,0r0,120r-29,0","w":175,"k":{"\u00eb":7,"\u00e3":7,"\u00e0":7,"\u00e4":7,",":67,".":63,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e5":7,"e":7,"\u00e9":7,"\u00ea":7,"\u00e8":7,"o":7,"\u00f8":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7}},"G":{"d":"295,-126v-2,78,-72,131,-142,131v-78,0,-139,-60,-139,-139v0,-80,63,-137,140,-137v54,0,104,30,125,74r-34,0v-19,-26,-50,-48,-92,-48v-58,0,-109,44,-109,111v0,134,194,148,217,33r-133,0r0,-25r167,0","w":307,"k":{",":12,".":10,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14}},"H":{"d":"56,0r-29,0r0,-266r29,0r0,118r129,0r0,-118r30,0r0,266r-30,0r0,-122r-129,0r0,122","w":241},"I":{"d":"27,0r0,-266r29,0r0,266r-29,0","w":83},"J":{"d":"78,-22v37,-2,44,-24,44,-58r0,-186r30,0r0,180v4,55,-28,89,-76,91v-22,1,-72,-19,-74,-67r32,0v4,29,32,42,44,40","w":177,"k":{"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,",":8,".":8,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"e":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"o":3,"\u00f8":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3}},"K":{"d":"32,0r0,-266r30,0r0,128r108,-128r33,0r-112,132r123,134r-37,0r-115,-126r0,126r-30,0","w":213,"k":{"y":13,"\u00fd":13,"\u00ff":13,"O":13,"\u00d8":13,"\u00d3":13,"\u00d4":13,"\u00d6":13,"\u00d2":13,"\u00d5":13,"u":17,"\u00fa":17,"\u00fb":17,"\u00fc":17,"\u00f9":17,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"e":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"\u00e8":15,"o":15,"\u00f8":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f2":15,"\u00f5":15}},"L":{"d":"27,0r0,-266r30,0r0,240r101,0r0,26r-131,0","w":159,"k":{"y":12,"\u00fd":12,"\u00ff":12,"O":19,"\u00d8":19,"\u00d3":19,"\u00d4":19,"\u00d6":19,"\u00d2":19,"\u00d5":19,"T":24,"V":39,"W":19,"Y":34,"\u00dd":34,"o":10,"\u00f8":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"M":{"d":"54,0r-27,0r0,-266r41,0r99,223r98,-223r42,0r0,266r-28,0r1,-237r-104,237r-19,0r-103,-237r0,237","w":333},"N":{"d":"57,-266r156,222r0,-222r29,0r0,266r-29,0r-158,-224r0,224r-28,0r0,-266r30,0","w":268},"O":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"P":{"d":"194,-186v0,70,-58,88,-140,81r0,105r-30,0r0,-266r70,0v68,-4,100,26,100,80xm166,-185v0,-55,-52,-58,-112,-55r0,109v58,2,112,2,112,-54","w":198,"k":{"\u00e4":6,",":75,".":72,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f8":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6}},"Q":{"d":"315,5v-33,-3,-62,-12,-78,-25v-19,13,-47,25,-80,25v-85,0,-139,-67,-139,-138v0,-76,59,-138,139,-138v80,0,139,61,139,137v0,54,-26,82,-38,95v16,10,31,15,57,18r0,26xm107,-118v66,0,74,18,127,61v69,-61,17,-188,-78,-188v-66,0,-121,62,-103,136v12,-4,29,-9,54,-9xm216,-39v-36,-37,-98,-70,-158,-45v42,75,105,74,158,45","w":315,"k":{",":-3}},"R":{"d":"156,-130v44,-43,14,-122,-60,-110r-42,0r0,240r-30,0r0,-266r70,0v83,-3,105,25,111,85v5,44,-34,83,-75,81r66,100r-33,0r-75,-116v25,0,52,2,68,-14","w":211,"k":{"O":-2,"\u00d8":-2,"\u00d3":-2,"\u00d4":-2,"\u00d6":-2,"\u00d2":-2,"\u00d5":-2,"U":-3,"\u00da":-3,"\u00db":-3,"\u00dc":-3,"\u00d9":-3,"V":3,"W":-2,"Y":5,"\u00dd":5}},"S":{"d":"49,-200v0,69,133,36,131,127v0,44,-33,78,-83,78v-45,0,-81,-28,-83,-79r30,0v4,44,36,53,53,53v28,0,53,-20,53,-50v0,-81,-128,-30,-131,-127v-3,-91,147,-103,155,-4r-30,0v-3,-17,-12,-44,-47,-44v-27,0,-48,18,-48,46","w":192,"k":{",":7,".":10}},"T":{"d":"68,0r0,-240r-65,0r0,-26r161,0r0,26r-66,0r0,240r-30,0","w":166,"k":{"\u00fc":32,"\u00f2":30,"\u00f6":30,"\u00e8":30,"\u00eb":30,"\u00ea":30,"\u00e3":30,"\u00e5":30,"\u00e0":30,"\u00e4":30,"\u00e2":30,"y":14,"\u00fd":14,"\u00ff":14,"O":18,"\u00d8":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d5":18,"u":32,"\u00fa":32,"\u00fb":32,"\u00f9":32,"w":23,",":39,".":41,"A":28,"\u00c6":28,"\u00c1":28,"\u00c2":28,"\u00c4":28,"\u00c0":28,"\u00c5":28,"\u00c3":28,"h":3,"a":30,"\u00e6":30,"\u00e1":30,"e":30,"\u00e9":30,"o":30,"\u00f8":30,"\u00f3":30,"\u00f4":30,"\u00f5":30,"c":29,"\u00e7":29,"-":28,"r":21,"s":19,":":24,";":27}},"U":{"d":"203,-98v12,77,-81,137,-147,83v-28,-23,-30,-54,-30,-83r0,-168r30,0r0,168v-5,39,18,76,59,76v40,0,58,-36,58,-76r0,-168r30,0r0,168","w":228,"k":{",":12,".":12,"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12}},"V":{"d":"109,0r-105,-266r31,0r88,227r89,-227r31,0r-106,266r-28,0","w":246,"k":{"\u00f6":39,"\u00f4":39,"\u00ee":8,"\u00e8":39,"\u00eb":39,"\u00ea":39,"\u00e3":39,"\u00e5":39,"\u00e0":39,"\u00e4":39,"\u00e2":39,"y":5,"\u00fd":5,"\u00ff":5,"G":17,"O":17,"\u00d8":17,"\u00d3":17,"\u00d4":17,"\u00d6":17,"\u00d2":17,"\u00d5":17,"u":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,"\u00f9":21,",":56,".":56,"A":36,"\u00c6":36,"\u00c1":36,"\u00c2":36,"\u00c4":36,"\u00c0":36,"\u00c5":36,"\u00c3":36,"a":39,"\u00e6":39,"\u00e1":39,"e":39,"\u00e9":39,"i":8,"\u00ed":8,"\u00ef":8,"\u00ec":8,"o":39,"\u00f8":39,"\u00f3":39,"\u00f2":39,"\u00f5":39,"-":26,"r":17,":":21,";":24}},"W":{"d":"78,0r-73,-266r30,0r61,225r58,-225r22,0r60,225r60,-225r30,0r-75,266r-29,0r-57,-216r-57,216r-30,0","w":330,"k":{"\u00fc":13,"\u00f6":22,"\u00ea":22,"\u00e4":21,"y":6,"\u00fd":6,"\u00ff":6,"O":5,"\u00d8":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"u":13,"\u00fa":13,"\u00fb":13,"\u00f9":13,",":38,".":38,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"h":2,"a":21,"\u00e6":21,"\u00e1":21,"\u00e2":21,"\u00e0":21,"\u00e5":21,"\u00e3":21,"e":22,"\u00e9":22,"\u00eb":22,"\u00e8":22,"i":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"o":22,"\u00f8":22,"\u00f3":22,"\u00f4":22,"\u00f2":22,"\u00f5":22,"-":14,"r":8,":":10,";":12}},"X":{"d":"3,0r92,-138r-86,-128r34,0r69,106r69,-106r34,0r-86,129r92,137r-34,0r-76,-116r-75,116r-33,0","w":224,"k":{"C":14,"\u00c7":14,"O":14,"\u00d8":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"a":12,"\u00e6":12,"\u00e1":12,"\u00e2":12,"\u00e4":12,"\u00e0":12,"\u00e5":12,"\u00e3":12,"e":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"o":12,"\u00f8":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u00f2":12,"\u00f5":12}},"Y":{"d":"90,0r0,-94r-85,-172r32,0r68,144r69,-144r32,0r-86,172r0,94r-30,0","w":210,"k":{"\u00fc":28,"\u00f6":37,"v":12,"O":15,"\u00d8":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"u":28,"\u00fa":28,"\u00fb":28,"\u00f9":28,",":48,".":48,"A":34,"\u00c6":34,"\u00c1":34,"\u00c2":34,"\u00c4":34,"\u00c0":34,"\u00c5":34,"\u00c3":34,"a":37,"\u00e6":37,"\u00e1":37,"\u00e2":37,"\u00e4":37,"\u00e0":37,"\u00e5":37,"\u00e3":37,"e":37,"\u00e9":37,"\u00ea":37,"\u00eb":37,"\u00e8":37,"i":8,"\u00ed":8,"\u00ee":8,"\u00ef":8,"\u00ec":8,"o":37,"\u00f8":37,"\u00f3":37,"\u00f4":37,"\u00f2":37,"\u00f5":37,"q":37,"-":41,":":21,";":23,"p":25,"S":14}},"Z":{"d":"171,-244r-128,218r133,0r0,26r-169,0r0,-19r131,-221r-135,0r0,-26r168,0r0,22","w":179},"[":{"d":"133,46r0,24r-88,0r0,-336r88,0r0,23r-62,0r0,289r62,0","w":158},"\\":{"d":"141,36r-116,-302r30,0r116,302r-30,0","w":195},"]":{"d":"26,70r0,-24r61,0r0,-289r-61,0r0,-23r88,0r0,336r-88,0","w":158},"^":{"d":"32,-135r62,-131r28,0r62,131r-29,0r-47,-107r-47,107r-29,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78","w":246},"b":{"d":"26,0r0,-266r27,0r0,111v44,-79,178,-42,178,58v0,58,-41,102,-100,102v-36,0,-66,-17,-80,-45r0,40r-25,0xm204,-97v0,-44,-33,-78,-76,-78v-45,0,-77,35,-77,78v0,42,31,78,76,78v51,0,77,-41,77,-78","w":244,"k":{"v":4,"y":7,"\u00fd":7,"\u00ff":7,",":13,".":13}},"c":{"d":"187,-127v-28,-79,-147,-54,-147,30v0,46,35,78,77,78v37,0,62,-24,70,-47r28,0v-13,41,-51,71,-97,71v-66,0,-104,-50,-104,-102v0,-57,43,-102,102,-102v44,0,86,26,99,72r-28,0","w":226,"k":{",":2,"h":2,"k":2,"l":2}},"d":{"d":"220,-266r0,266r-26,0r0,-40v-14,26,-40,45,-80,45v-62,0,-100,-48,-100,-102v0,-58,42,-102,100,-102v42,0,70,25,79,45r0,-112r27,0xm195,-98v-1,-43,-34,-76,-77,-77v-45,0,-78,34,-78,78v0,39,28,78,78,78v44,0,78,-35,77,-79","w":246},"e":{"d":"208,-58v-16,37,-47,62,-95,63v-67,0,-102,-53,-102,-101v0,-87,112,-137,173,-76v22,22,33,52,30,83r-176,0v4,84,113,92,142,31r28,0xm38,-111r150,0v-2,-34,-35,-65,-75,-65v-42,0,-72,30,-75,65","w":226,"k":{"v":6,"y":6,"\u00fd":6,"\u00ff":6,"w":5,",":2,".":3,"x":5}},"f":{"d":"31,0r0,-172r-29,0r0,-22r29,0r0,-16v0,-60,47,-61,68,-61r0,21v-16,-4,-48,13,-42,56r42,0r0,22r-42,0r0,172r-26,0","w":100,"k":{",":18,".":18,"l":12,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"f":12,"\u00df":12,"i":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"o":10,"\u00f8":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"g":{"d":"52,21v7,18,42,40,66,40v45,0,83,-40,75,-102v-14,27,-41,46,-78,46v-60,0,-101,-45,-101,-101v0,-58,42,-103,101,-103v38,0,67,21,78,45r0,-40r27,0r0,172v1,69,-46,106,-103,106v-48,0,-83,-28,-95,-63r30,0xm194,-96v0,-40,-28,-78,-77,-78v-42,0,-77,32,-77,77v0,39,28,78,78,78v43,0,76,-35,76,-77","w":245,"k":{",":3,".":3}},"h":{"d":"115,-174v-81,0,-60,98,-62,174r-27,0r0,-266r27,0r0,104v12,-26,42,-37,69,-37v99,0,81,106,82,199r-26,0v-3,-76,20,-174,-63,-174","w":229,"k":{"y":8,"\u00fd":8,"\u00ff":8,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"i":{"d":"26,-229r0,-37r27,0r0,37r-27,0xm26,0r0,-194r27,0r0,194r-27,0","w":78},"j":{"d":"33,-229r0,-37r27,0r0,37r-27,0xm60,-194r0,191v2,38,-9,77,-63,79r0,-23v33,-1,36,-25,36,-55r0,-192r27,0","w":91},"k":{"d":"27,0r0,-266r26,0r0,152r87,-80r33,0r-93,85r97,109r-31,0r-93,-103r0,103r-26,0","w":182,"k":{"y":7,"\u00fd":7,"\u00ff":7,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e4":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"e":13,"\u00e9":13,"\u00ea":13,"\u00eb":13,"\u00e8":13,"o":13,"\u00f8":13,"\u00f3":13,"\u00f4":13,"\u00f6":13,"\u00f2":13,"\u00f5":13}},"l":{"d":"26,0r0,-266r27,0r0,266r-27,0","w":78},"m":{"d":"159,0v-5,-71,23,-174,-52,-174v-73,0,-51,103,-54,174r-27,0r0,-194r25,0r0,31v27,-54,109,-42,127,6v10,-20,36,-42,67,-42v50,0,74,35,74,91r0,108r-26,0v-5,-71,22,-174,-53,-174v-34,0,-54,26,-54,66r0,108r-27,0","w":344,"k":{"y":8,"\u00fd":8,"\u00ff":8,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"n":{"d":"26,0r0,-194r25,0r0,35v11,-25,37,-41,72,-40v103,2,78,105,81,199r-26,0v-3,-76,21,-174,-62,-174v-82,0,-61,98,-63,174r-27,0","w":229,"k":{"v":10,"y":12,"\u00fd":12,"\u00ff":12,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"o":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"p":{"d":"26,73r0,-267r25,0r0,41v16,-28,44,-46,81,-46v65,0,99,53,99,103v0,54,-39,101,-99,101v-43,0,-70,-25,-79,-45r0,113r-27,0xm51,-96v0,44,33,77,77,77v44,0,77,-34,77,-78v0,-36,-26,-78,-78,-78v-44,0,-76,34,-76,79","w":246,"k":{"y":7,"\u00fd":7,"\u00ff":7,",":9,".":10}},"q":{"d":"220,-194r0,267r-27,0r0,-112v-9,20,-36,44,-80,44v-60,0,-99,-47,-99,-101v0,-57,40,-103,100,-103v40,0,67,20,80,44r0,-39r26,0xm118,-19v67,0,101,-89,55,-133v-14,-14,-34,-23,-55,-23v-52,0,-78,42,-78,79v0,42,33,77,78,77","w":245},"r":{"d":"26,0r0,-194r25,0r0,32v14,-29,39,-36,62,-37v-1,8,3,22,-2,26v-75,-5,-58,100,-59,173r-26,0","w":115,"k":{"v":-6,"y":-7,"\u00fd":-7,"\u00ff":-7,",":30,".":30,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"e":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"o":15,"\u00f8":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f2":15,"\u00f5":15,"c":15,"\u00e7":15,"d":12,"g":10,"q":9,"t":-10,"-":17}},"s":{"d":"118,-53v0,-48,-98,-32,-98,-91v0,-69,115,-78,119,-1r-26,0v0,-21,-14,-32,-33,-32v-21,0,-36,14,-34,31v6,49,99,23,99,90v0,36,-27,61,-64,61v-31,0,-67,-19,-67,-60r27,0v0,52,77,47,77,2","w":162,"k":{"w":8,",":4,".":5}},"t":{"d":"41,0r0,-172r-38,0r0,-22r38,0r0,-72r26,0r0,72r43,0r0,22r-43,0r0,172r-26,0","w":113,"k":{"a":11,"\u00e6":11,"\u00e1":11,"\u00e2":11,"\u00e4":11,"\u00e0":11,"\u00e5":11,"\u00e3":11,"e":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"o":11,"\u00f8":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f5":11}},"u":{"d":"204,-194r0,194r-25,0r0,-35v-11,25,-37,40,-72,40v-103,-2,-78,-105,-81,-199r26,0v3,76,-21,175,62,175v82,0,61,-99,63,-175r27,0","w":230},"v":{"d":"183,-194r-76,194r-28,0r-76,-194r28,0r62,161r62,-161r28,0","w":186,"k":{",":32,".":32,"a":9,"\u00e6":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"e":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"o":9,"\u00f8":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9}},"w":{"d":"71,0r-68,-194r28,0r54,160r46,-142r22,0r47,142r53,-160r27,0r-67,194r-26,0r-46,-141r-45,141r-25,0","w":283,"k":{",":29,".":29,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":7,"\u00f8":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7}},"x":{"d":"3,0r67,-99r-65,-95r33,0r48,75r49,-75r32,0r-64,95r68,99r-33,0r-52,-78r-51,78r-32,0","w":173,"k":{"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":10,"\u00f8":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"y":{"d":"45,73r33,-77r-75,-190r28,0r61,157r63,-157r29,0r-111,267r-28,0","w":184,"k":{",":31,".":32,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"e":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"o":8,"\u00f8":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"r":2}},"z":{"d":"5,0r0,-19r107,-153r-103,0r0,-22r133,0r0,22r-105,151r109,0r0,21r-141,0","w":150},"{":{"d":"140,-270r0,22v-29,-1,-43,-1,-41,35v3,53,2,114,-32,128v36,8,34,75,32,125v-2,38,11,37,41,36r0,21v-42,3,-69,-1,-69,-47v0,-49,8,-111,-31,-121r0,-28v34,-3,32,-78,31,-125v-1,-46,27,-48,69,-46","w":168},"|":{"d":"85,-270r29,0r0,360r-29,0r0,-360","w":199},"}":{"d":"28,-248r0,-22v42,-2,70,0,69,46v-2,48,-3,122,31,125r0,28v-64,9,7,166,-69,168r-31,0r0,-21v30,1,41,3,41,-36r0,-70v0,-29,21,-50,33,-55v-38,-14,-35,-75,-33,-128v2,-36,-11,-36,-41,-35","w":168},"~":{"d":"189,-91v-35,74,-119,-43,-154,25r-9,-23v9,-17,25,-29,45,-28v26,0,56,25,79,26v14,0,23,-13,31,-24","w":216},"\u00a1":{"d":"37,-154r0,-40r28,0r0,40r-28,0xm37,72r0,-197r28,0r0,197r-28,0","w":102},"\u00a2":{"d":"119,-13r-24,0r0,-38v-52,-8,-71,-51,-71,-82v0,-32,20,-75,71,-83r0,-35r23,0r0,35v28,5,54,22,66,53r-29,0v-31,-53,-106,-23,-104,29v0,29,19,57,56,57v27,0,42,-16,47,-26r30,0v-14,33,-44,48,-65,52r0,38"},"\u00a3":{"d":"202,-90v8,55,-19,90,-81,90r-107,0r0,-24v40,1,64,3,64,-41v0,-24,-14,-41,-33,-57r-42,0r0,-22r27,0v-36,-51,5,-127,75,-127v41,0,80,26,88,73r-29,0v-6,-26,-27,-47,-58,-47v-51,-1,-80,63,-44,101r85,0r0,22r-69,0v23,18,47,59,14,98v57,7,97,-17,83,-66r27,0"},"\u00a5":{"d":"194,-161r0,23r-70,0v-6,8,-7,21,-6,35r76,0r0,23r-76,0r0,80r-29,0r0,-80r-75,0r0,-23r75,0v1,-15,0,-28,-7,-35r-68,0r0,-23r56,0r-62,-105r31,0r64,112r65,-112r32,0r-63,105r57,0"},"\u00a7":{"d":"184,-206r-26,0v-5,-59,-90,-50,-92,-1v19,73,133,31,133,121v0,25,-15,44,-33,56v48,43,15,116,-55,116v-43,0,-86,-24,-85,-82r27,0v0,39,22,57,57,57v59,1,68,-60,17,-83r-68,-31v-12,-6,-40,-18,-40,-59v0,-15,8,-39,36,-56v-6,-8,-15,-20,-15,-39v0,-42,35,-64,72,-64v44,0,71,27,72,65xm174,-82v0,-23,-18,-32,-33,-39r-70,-33v-35,14,-34,61,-2,76r78,36v12,-5,27,-21,27,-40","w":217},"\u00a4":{"d":"183,-30r-29,-28v-28,24,-73,23,-101,0r-29,28r-14,-15r29,-28v-24,-28,-24,-73,0,-101r-30,-28r15,-15r29,29v28,-24,73,-23,101,0r29,-29r14,15r-28,28v23,28,24,74,-1,101r29,28xm46,-123v0,31,27,57,58,57v31,0,57,-26,57,-57v0,-32,-26,-57,-57,-57v-31,0,-58,25,-58,57"},"'":{"d":"52,-160r-22,0r0,-106r22,0r0,106","w":82},"\u00ab":{"d":"14,-100r39,-69r22,0r-39,69r39,67r-22,0xm62,-100r40,-69r22,0r-39,69r39,67r-22,0","w":135},"\u00b7":{"d":"66,-112r0,40r-28,0r0,-40r28,0","w":104},"\u00b6":{"d":"82,42r0,-167v-45,0,-80,-22,-80,-70v0,-94,103,-67,189,-71r0,20r-21,0r0,288r-23,0r0,-287r-43,0r0,287r-22,0","w":218},"\u00bb":{"d":"82,-168r39,68r-39,68r-23,0r40,-68r-40,-68r23,0xm33,-168r39,68r-39,68r-22,0r39,-68r-39,-68r22,0","w":135},"\u00bf":{"d":"91,-154r0,-40r28,0r0,40r-28,0xm91,-126r28,0v-1,24,-5,45,-34,72v-19,19,-33,31,-34,53v-2,59,95,70,103,6v0,-3,1,-6,1,-10r29,0v1,111,-164,102,-162,6v0,-30,22,-50,42,-69v26,-25,27,-44,27,-58","w":199},"`":{"d":"57,-281r86,49r-8,17r-87,-46","w":199},"\u00b4":{"d":"57,-233r85,-49r10,20r-87,46","w":199},"\u00af":{"d":"164,-256r0,22r-128,0r0,-22r128,0","w":199},"\u00a8":{"d":"79,-269r0,46r-26,0r0,-46r26,0xm147,-269r0,46r-26,0r0,-46r26,0","w":199},"\u00b8":{"d":"107,0r-9,20v17,-5,33,10,33,27v0,31,-50,51,-62,4r16,0v7,19,29,15,30,-4v0,-16,-22,-20,-28,-7r-13,-5r16,-35r17,0","w":199},"\u00c6":{"d":"-3,0r184,-266r139,0r0,26r-104,0r0,92r103,0r0,27r-103,0r0,95r104,0r0,26r-132,0r0,-78r-102,0r-54,78r-35,0xm100,-102r88,0r0,-128","w":343},"\u00aa":{"d":"134,-268r0,114r-18,0r0,-23v-26,51,-107,20,-107,-34v0,-58,83,-82,107,-33r0,-24r18,0xm116,-211v0,-25,-20,-42,-44,-43v-23,0,-44,18,-44,44v0,18,15,42,44,42v26,-1,44,-18,44,-43","w":151},"\u00d8":{"d":"226,-251r21,-30r31,0r-32,44v25,21,46,57,46,104v0,105,-120,173,-210,119r-21,28r-30,0r31,-42v-26,-22,-48,-57,-48,-105v0,-106,119,-174,212,-118xm80,-52r129,-177v-71,-45,-165,13,-165,95v0,34,14,64,36,82xm228,-214r-129,178v73,42,163,-17,163,-97v0,-32,-13,-60,-34,-81","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u00ba":{"d":"75,-151v-35,0,-60,-28,-60,-60v0,-32,24,-60,60,-60v38,0,61,29,61,60v0,34,-27,60,-61,60xm33,-210v0,22,19,42,42,42v22,0,43,-18,43,-43v0,-23,-18,-43,-42,-43v-22,0,-43,18,-43,44","w":151},"\u00e6":{"d":"394,-90r-175,0v15,98,111,83,141,32r28,0v-21,68,-142,90,-170,12r0,46r-25,0r0,-46v-10,29,-42,51,-78,51v-70,0,-101,-58,-101,-101v0,-58,43,-103,101,-103v38,0,64,19,78,49r0,-44r25,0r0,44v22,-59,109,-63,148,-19v18,19,29,47,28,79xm194,-97v0,-43,-35,-77,-77,-78v-47,0,-77,38,-77,78v0,45,34,78,78,78v42,0,76,-37,76,-78xm220,-109r147,0v-10,-68,-83,-89,-128,-43v-14,15,-16,30,-19,43","w":407},"\u00f8":{"d":"183,-206r27,0r-24,33v66,56,29,182,-69,178v-22,0,-38,-5,-51,-13r-15,20r-28,0r24,-33v-64,-54,-29,-178,70,-178v22,0,39,5,51,13xm64,-42r89,-122v-49,-29,-113,10,-113,67v0,23,10,43,24,55xm170,-151r-89,122v50,30,112,-12,112,-68v0,-23,-9,-42,-23,-54","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u00df":{"d":"25,-165v-5,-73,28,-102,80,-107v77,-7,101,104,40,131v92,17,65,146,-25,146v-32,0,-61,-16,-68,-55r0,50r-27,0r0,-165xm103,-247v-72,1,-47,104,-51,176r17,0v3,76,109,61,108,0v0,-29,-29,-63,-83,-53r0,-21v35,3,60,-17,60,-51v0,-33,-21,-51,-51,-51","w":217,"k":{"w":8,",":4,".":5}},"\u00b9":{"d":"80,-266r0,159r-22,0r0,-141r-32,0r0,-18r54,0","w":133},"\u00ac":{"d":"18,-140r180,0r0,94r-25,0r0,-68r-155,0r0,-26","w":216},"\u00b5":{"d":"105,-19v71,-4,54,-102,56,-175r26,0r0,194r-26,0r0,-37v-5,13,-17,41,-56,41v-33,0,-48,-18,-54,-28r0,90r-26,0r0,-260r26,0r0,105v-6,35,23,72,54,70","w":210},"\u00d0":{"d":"107,-266v73,-5,136,52,136,132v0,80,-48,134,-133,134r-83,0r0,-122r-27,0r0,-26r27,0r0,-118r80,0xm213,-132v0,-85,-61,-118,-157,-108r0,92r74,0r0,26r-74,0r0,96v94,9,157,-21,157,-106","w":257,"k":{"V":11,"W":3,"Y":18,"\u00dd":18,",":24,".":22,"A":15,"\u00c6":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15}},"\u00bd":{"d":"70,-266r0,159r-21,0r0,-141r-33,0r0,-18r54,0xm197,-266r-117,266r-23,0r116,-266r24,0xm169,-106v-3,-33,26,-57,53,-57v56,0,62,60,28,94r-50,50r74,0r0,19r-106,0r0,-17v25,-29,72,-57,82,-96v0,-15,-7,-31,-29,-31v-19,0,-30,16,-30,38r-22,0","w":290},"\u00b1":{"d":"95,-125r0,-63r26,0r0,63r78,0r0,26r-78,0r0,63r-26,0r0,-63r-78,0r0,-26r78,0xm17,10r0,-26r182,0r0,26r-182,0","w":216},"\u00de":{"d":"194,-137v0,70,-57,88,-140,81r0,56r-30,0r0,-266r30,0r0,49r40,0v72,-5,100,26,100,80xm166,-136v0,-55,-52,-58,-112,-55r0,109v59,2,112,2,112,-54","w":198},"\u00bc":{"d":"197,-266r-117,266r-23,0r116,-266r24,0xm222,-132r-56,85r56,0r0,-85xm70,-266r0,159r-21,0r0,-141r-33,0r0,-18r54,0xm243,-160r0,113r17,0r0,17r-17,0r0,30r-21,0r0,-30r-80,0r0,-15r79,-115r22,0","w":275},"\u00f7":{"d":"121,-188r0,39r-26,0r0,-39r26,0xm18,-77r0,-26r180,0r0,26r-180,0xm121,-32r0,39r-26,0r0,-39r26,0","w":216},"\u00a6":{"d":"85,-243r29,0r0,126r-29,0r0,-126xm85,-63r29,0r0,126r-29,0r0,-126","w":199},"\u00b0":{"d":"123,-204v0,28,-22,51,-51,51v-29,0,-51,-22,-51,-51v0,-29,22,-52,51,-52v29,0,51,23,51,52xm37,-204v0,19,16,35,35,35v19,0,35,-16,35,-35v0,-19,-16,-35,-35,-35v-19,0,-35,16,-35,35","w":144},"\u00fe":{"d":"26,73r0,-339r26,0r0,113v52,-90,181,-36,181,57v0,57,-43,101,-100,101v-40,0,-68,-22,-81,-45r0,113r-26,0xm51,-96v0,41,35,77,78,77v45,0,77,-35,77,-78v0,-42,-31,-77,-77,-77v-43,0,-78,35,-78,78","w":246,"k":{"v":4,"y":7,"\u00fd":7,"\u00ff":7,",":13,".":13}},"\u00be":{"d":"261,-133r-57,86r57,0r0,-86xm236,-266r-116,266r-24,0r116,-266r24,0xm282,-160r0,113r16,0r0,17r-16,0r0,30r-21,0r0,-30r-80,0r0,-15r79,-115r22,0xm14,-155r23,0v0,47,65,40,65,1v0,-17,-18,-37,-48,-32r0,-17v24,3,39,-12,39,-24v0,-12,-8,-24,-23,-24v-16,0,-23,11,-24,24r-22,0v5,-61,89,-52,90,-2v0,16,-10,27,-20,33v50,17,31,92,-25,92v-27,0,-56,-21,-55,-51","w":313},"\u00b2":{"d":"14,-213v-4,-33,27,-56,53,-56v56,0,64,63,28,93v-18,15,-34,34,-51,51r75,0r0,18r-106,0r0,-17v24,-29,72,-57,81,-96v0,-15,-6,-31,-28,-31v-19,0,-31,16,-31,38r-21,0","w":133},"\u00ae":{"d":"6,-133v0,-75,59,-138,139,-138v77,0,137,62,137,138v0,77,-62,137,-138,137v-77,0,-138,-59,-138,-137xm144,-255v-69,0,-121,55,-121,122v0,68,53,122,121,122v67,0,121,-53,121,-122v0,-66,-52,-122,-121,-122xm189,-54v-12,-21,12,-76,-46,-68r-39,0r0,68r-19,0r0,-158v55,5,121,-21,121,43v0,16,-7,31,-29,39v18,5,25,17,26,36v2,30,2,34,5,40r-19,0xm187,-168v-8,-45,-46,-24,-83,-29r0,60v39,-4,73,14,83,-31","w":288},"\u00f0":{"d":"174,-172v-13,-22,-38,-41,-58,-53r-83,26r0,-20r61,-19v-16,-8,-33,-14,-52,-21r28,-9v18,6,35,13,52,22r73,-22r0,20r-51,16v44,25,75,68,76,130v0,66,-48,107,-103,107v-54,0,-103,-36,-103,-101v0,-90,102,-133,160,-76xm40,-97v0,43,31,78,77,78v46,0,76,-37,76,-78v0,-41,-33,-78,-75,-78v-47,0,-78,36,-78,78","w":233},"\u00d7":{"d":"37,0r-18,-18r70,-71r-70,-70r18,-19r71,70r71,-70r18,19r-71,70r71,71r-18,18r-71,-71","w":216},"\u00b3":{"d":"10,-155r23,0v1,23,18,33,33,33v21,0,32,-14,32,-32v0,-17,-18,-37,-48,-32r0,-17v24,3,39,-12,39,-24v0,-12,-8,-24,-23,-24v-16,0,-23,11,-24,24r-22,0v5,-61,89,-52,90,-2v0,16,-10,27,-20,33v50,17,31,92,-25,92v-28,0,-55,-21,-55,-51","w":133},"\u00a9":{"d":"6,-133v0,-75,59,-138,139,-138v77,0,137,62,137,138v0,77,-62,137,-138,137v-77,0,-138,-59,-138,-137xm144,-255v-70,0,-121,56,-121,122v0,68,53,122,121,122v67,0,121,-53,121,-122v0,-67,-52,-122,-121,-122xm215,-161r-19,0v-19,-65,-108,-39,-108,27v0,45,29,65,58,65v9,0,47,-3,53,-49r19,0v-3,42,-35,67,-73,67v-40,0,-76,-29,-76,-82v0,-47,29,-83,77,-83v39,0,66,25,69,55","w":288},"\u00c1":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm86,-296r85,-49r10,20r-86,46","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34}},"\u00c2":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm138,-334r63,48r-30,0r-43,-29r-43,29r-30,0r63,-48r20,0","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34}},"\u00c4":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm107,-332r0,46r-26,0r0,-46r26,0xm175,-332r0,46r-26,0r0,-46r26,0","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34}},"\u00c0":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm84,-344r86,48r-8,18r-87,-46","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34}},"\u00c5":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm128,-348v20,0,37,16,37,37v0,20,-16,37,-37,37v-21,0,-37,-17,-37,-37v0,-21,17,-37,37,-37xm148,-311v0,-12,-8,-21,-21,-21v-11,0,-20,10,-20,21v0,11,10,20,21,20v12,0,20,-9,20,-20","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34}},"\u00c3":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm60,-313v32,-37,92,17,125,-12r11,18v-32,37,-92,-20,-125,12","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34}},"\u00c7":{"d":"154,5r-7,15v18,-5,33,9,33,27v0,31,-50,51,-62,4r16,0v6,19,31,15,31,-4v0,-16,-22,-20,-29,-7r-13,-5r15,-31v-71,-7,-124,-65,-124,-137v0,-76,59,-138,139,-138v66,0,108,44,123,78r-32,0v-9,-16,-40,-52,-91,-52v-62,0,-109,49,-109,111v0,63,47,112,109,112v56,0,85,-40,91,-50r32,0v-17,40,-63,76,-122,77","w":288,"k":{",":5,".":5,"A":17,"\u00c6":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17}},"\u00c9":{"d":"27,0r0,-266r147,0r0,26r-118,0r0,92r118,0r0,27r-118,0r0,95r118,0r0,26r-147,0xm54,-300r86,-48r9,19r-86,46","w":194},"\u00ca":{"d":"27,0r0,-266r147,0r0,26r-118,0r0,92r118,0r0,27r-118,0r0,95r118,0r0,26r-147,0xm107,-337r63,48r-30,0r-43,-30r-43,30r-30,0r64,-48r19,0","w":194},"\u00cb":{"d":"27,0r0,-266r147,0r0,26r-118,0r0,92r118,0r0,27r-118,0r0,95r118,0r0,26r-147,0xm76,-336r0,46r-26,0r0,-46r26,0xm144,-336r0,46r-26,0r0,-46r26,0","w":194},"\u00c8":{"d":"27,0r0,-266r147,0r0,26r-118,0r0,92r118,0r0,27r-118,0r0,95r118,0r0,26r-147,0xm55,-347r86,48r-9,17r-87,-46","w":194},"\u00cd":{"d":"27,0r0,-266r29,0r0,266r-29,0xm6,-299r86,-48r9,19r-86,46","w":83},"\u00ce":{"d":"27,0r0,-266r29,0r0,266r-29,0xm51,-335r63,48r-29,0r-44,-29r-42,29r-30,0r63,-48r19,0","w":83},"\u00cf":{"d":"27,0r0,-266r29,0r0,266r-29,0xm21,-334r0,45r-26,0r0,-45r26,0xm88,-334r0,45r-26,0r0,-45r26,0","w":83},"\u00cc":{"d":"27,0r0,-266r29,0r0,266r-29,0xm-9,-346r86,48r-9,17r-86,-46","w":83},"\u00d1":{"d":"57,-266r156,222r0,-222r29,0r0,266r-29,0r-158,-224r0,224r-28,0r0,-266r30,0xm66,-312v32,-37,92,18,125,-12r11,18v-32,37,-90,-18,-125,12","w":268},"\u00d3":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112xm110,-300r85,-48r10,19r-87,46","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u00d4":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112xm163,-336r63,48r-30,0r-43,-30r-43,30r-30,0r64,-48r19,0","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u00d6":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112xm132,-336r0,46r-26,0r0,-46r26,0xm200,-336r0,46r-26,0r0,-46r26,0","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u00d2":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112xm111,-347r86,48r-9,17r-87,-46","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u00d5":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112xm85,-312v32,-37,92,18,125,-12r11,18v-32,37,-90,-18,-125,12","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u00da":{"d":"203,-98v12,77,-81,137,-147,83v-28,-23,-30,-54,-30,-83r0,-168r30,0r0,168v-5,39,18,76,59,76v40,0,58,-36,58,-76r0,-168r30,0r0,168xm75,-296r86,-49r10,20r-87,46","w":228,"k":{",":12,".":12,"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12}},"\u00db":{"d":"203,-98v12,77,-81,137,-147,83v-28,-23,-30,-54,-30,-83r0,-168r30,0r0,168v-5,39,18,76,59,76v40,0,58,-36,58,-76r0,-168r30,0r0,168xm125,-334r63,48r-31,0r-43,-29r-42,29r-31,0r64,-48r20,0","w":228,"k":{",":12,".":12,"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12}},"\u00dc":{"d":"203,-98v12,77,-81,137,-147,83v-28,-23,-30,-54,-30,-83r0,-168r30,0r0,168v-5,39,18,76,59,76v40,0,58,-36,58,-76r0,-168r30,0r0,168xm94,-332r0,46r-26,0r0,-46r26,0xm161,-332r0,46r-26,0r0,-46r26,0","w":228,"k":{",":12,".":12,"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12}},"\u00d9":{"d":"203,-98v12,77,-81,137,-147,83v-28,-23,-30,-54,-30,-83r0,-168r30,0r0,168v-5,39,18,76,59,76v40,0,58,-36,58,-76r0,-168r30,0r0,168xm60,-344r87,49r-9,17r-87,-46","w":228,"k":{",":12,".":12,"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12}},"\u00dd":{"d":"90,0r0,-94r-85,-172r32,0r68,144r69,-144r32,0r-86,172r0,94r-30,0xm73,-296r86,-49r10,20r-87,46","w":210,"k":{"v":12,"O":15,"\u00d8":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"u":28,"\u00fa":28,"\u00fb":28,"\u00fc":28,"\u00f9":28,",":48,".":48,"A":34,"\u00c6":34,"\u00c1":34,"\u00c2":34,"\u00c4":34,"\u00c0":34,"\u00c5":34,"\u00c3":34,"a":37,"\u00e6":37,"\u00e1":37,"\u00e2":37,"\u00e4":37,"\u00e0":37,"\u00e5":37,"\u00e3":37,"e":37,"\u00e9":37,"\u00ea":37,"\u00eb":37,"\u00e8":37,"i":8,"\u00ed":8,"\u00ee":8,"\u00ef":8,"\u00ec":8,"o":37,"\u00f8":37,"\u00f3":37,"\u00f4":37,"\u00f6":37,"\u00f2":37,"\u00f5":37,"q":37,"-":41,":":21,";":23,"p":25,"S":14}},"\u00e1":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm79,-233r86,-49r9,20r-87,46","w":246},"\u00e2":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm131,-271r63,48r-29,0r-44,-29r-43,29r-29,0r63,-48r19,0","w":246},"\u00e4":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm98,-269r0,46r-26,0r0,-46r26,0xm166,-269r0,46r-26,0r0,-46r26,0","w":246},"\u00e0":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm79,-281r86,49r-9,17r-87,-46","w":246},"\u00e5":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm81,-248v0,-21,17,-37,38,-37v20,0,37,16,37,37v0,20,-17,37,-38,37v-21,0,-37,-17,-37,-37xm118,-269v-11,0,-20,10,-20,21v0,11,8,20,20,20v12,0,21,-9,21,-20v0,-12,-9,-21,-21,-21","w":246},"\u00e3":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm54,-247v33,-36,93,19,125,-12r11,18v-32,37,-92,-18,-124,13","w":246},"\u00e7":{"d":"187,-127v-29,-76,-147,-54,-147,30v0,46,35,78,77,78v37,0,62,-24,70,-47r28,0v-13,41,-49,70,-97,71r-7,15v18,-5,34,9,34,27v0,31,-50,51,-62,4r15,0v7,19,30,16,31,-4v0,-16,-21,-20,-28,-7r-13,-5r14,-31v-50,-6,-88,-46,-88,-101v0,-57,44,-102,102,-102v44,0,86,26,99,72r-28,0","w":226,"k":{",":2,"h":2,"k":2,"l":2}},"\u00e9":{"d":"208,-58v-16,37,-47,62,-95,63v-67,0,-102,-53,-102,-101v0,-87,112,-137,173,-76v22,22,33,52,30,83r-176,0v4,84,113,92,142,31r28,0xm38,-111r150,0v-2,-34,-35,-65,-75,-65v-42,0,-72,30,-75,65xm68,-233r86,-49r10,20r-87,46","w":226,"k":{"v":6,"y":6,"\u00fd":6,"\u00ff":6,"w":5,",":2,".":3,"x":5}},"\u00ea":{"d":"208,-58v-16,37,-47,62,-95,63v-67,0,-102,-53,-102,-101v0,-87,112,-137,173,-76v22,22,33,52,30,83r-176,0v4,84,113,92,142,31r28,0xm38,-111r150,0v-2,-34,-35,-65,-75,-65v-42,0,-72,30,-75,65xm123,-271r63,48r-30,0r-43,-29r-43,29r-30,0r63,-48r20,0","w":226,"k":{"v":6,"y":6,"\u00fd":6,"\u00ff":6,"w":5,",":2,".":3,"x":5}},"\u00eb":{"d":"208,-58v-16,37,-47,62,-95,63v-67,0,-102,-53,-102,-101v0,-87,112,-137,173,-76v22,22,33,52,30,83r-176,0v4,84,113,92,142,31r28,0xm38,-111r150,0v-2,-34,-35,-65,-75,-65v-42,0,-72,30,-75,65xm91,-269r0,46r-26,0r0,-46r26,0xm159,-269r0,46r-26,0r0,-46r26,0","w":226,"k":{"v":6,"y":6,"\u00fd":6,"\u00ff":6,"w":5,",":2,".":3,"x":5}},"\u00e8":{"d":"208,-58v-16,37,-47,62,-95,63v-67,0,-102,-53,-102,-101v0,-87,112,-137,173,-76v22,22,33,52,30,83r-176,0v4,84,113,92,142,31r28,0xm38,-111r150,0v-2,-34,-35,-65,-75,-65v-42,0,-72,30,-75,65xm71,-281r86,49r-9,17r-87,-46","w":226,"k":{"v":6,"y":6,"\u00fd":6,"\u00ff":6,"w":5,",":2,".":3,"x":5}},"\u00ed":{"d":"26,0r0,-194r27,0r0,194r-27,0xm3,-233r86,-49r9,20r-86,46","w":78},"\u00ee":{"d":"26,0r0,-194r27,0r0,194r-27,0xm49,-271r63,48r-30,0r-43,-29r-43,29r-29,0r63,-48r19,0","w":78},"\u00ef":{"d":"26,0r0,-194r27,0r0,194r-27,0xm18,-269r0,46r-26,0r0,-46r26,0xm86,-269r0,46r-26,0r0,-46r26,0","w":78},"\u00ec":{"d":"26,0r0,-194r27,0r0,194r-27,0xm-11,-281r86,49r-8,17r-87,-46","w":78},"\u00f1":{"d":"26,0r0,-194r25,0r0,35v11,-25,37,-41,72,-40v103,2,78,105,81,199r-26,0v-3,-76,21,-174,-62,-174v-82,0,-61,98,-63,174r-27,0xm47,-247v33,-36,93,19,125,-12r11,18v-32,37,-93,-18,-125,13","w":229,"k":{"v":10,"y":12,"\u00fd":12,"\u00ff":12,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"\u00f3":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77xm72,-233r86,-49r10,20r-87,46","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u00f4":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77xm127,-271r63,48r-30,0r-43,-29r-43,29r-30,0r63,-48r20,0","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u00f6":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77xm96,-269r0,46r-26,0r0,-46r26,0xm164,-269r0,46r-26,0r0,-46r26,0","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u00f2":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77xm75,-281r85,49r-8,17r-87,-46","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u00f5":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77xm49,-247v33,-36,93,19,125,-12r11,18v-32,37,-93,-18,-125,13","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u00fa":{"d":"204,-194r0,194r-25,0r0,-35v-11,25,-37,40,-72,40v-103,-2,-78,-105,-81,-199r26,0v3,76,-21,175,62,175v82,0,61,-99,63,-175r27,0xm76,-233r86,-49r9,20r-86,46","w":230},"\u00fb":{"d":"204,-194r0,194r-25,0r0,-35v-11,25,-37,40,-72,40v-103,-2,-78,-105,-81,-199r26,0v3,76,-21,175,62,175v82,0,61,-99,63,-175r27,0xm125,-271r63,48r-30,0r-43,-29r-43,29r-30,0r63,-48r20,0","w":230},"\u00fc":{"d":"204,-194r0,194r-25,0r0,-35v-11,25,-37,40,-72,40v-103,-2,-78,-105,-81,-199r26,0v3,76,-21,175,62,175v82,0,61,-99,63,-175r27,0xm94,-269r0,46r-26,0r0,-46r26,0xm162,-269r0,46r-26,0r0,-46r26,0","w":230},"\u00f9":{"d":"204,-194r0,194r-25,0r0,-35v-11,25,-37,40,-72,40v-103,-2,-78,-105,-81,-199r26,0v3,76,-21,175,62,175v82,0,61,-99,63,-175r27,0xm61,-281r86,49r-9,17r-87,-46","w":230},"\u00fd":{"d":"45,73r33,-77r-75,-190r28,0r61,157r63,-157r29,0r-111,267r-28,0xm60,-233r86,-49r10,20r-87,46","w":184,"k":{",":31,".":32,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"e":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"o":8,"\u00f8":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"r":2}},"\u00ff":{"d":"45,73r33,-77r-75,-190r28,0r61,157r63,-157r29,0r-111,267r-28,0xm71,-269r0,46r-26,0r0,-46r26,0xm139,-269r0,46r-26,0r0,-46r26,0","w":184,"k":{",":31,".":32,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"e":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"o":8,"\u00f8":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"r":2}},"\u00ad":{"d":"0,-114r98,0r0,26r-98,0r0,-26","w":97},"\u00a0":{"w":103}}});


/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.88 (08-JUN-2010)
 * Dual licensed under the MIT and GPL licenses.
 * http://jquery.malsup.com/license.html
 * Requires: jQuery v1.2.6 or later
 */
(function($){var ver="2.88";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,(!opts2.rev&&!opts.backwards));},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,(!opts.rev&&!opts.backwards));}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=false;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing; currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null,backwards:false};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);

/* Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
 * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
 *
 * Version: 3.0.2
 * 
 * Requires: 1.2.2+
 */
(function(c){var a=["DOMMouseScroll","mousewheel"];c.event.special.mousewheel={setup:function(){if(this.addEventListener){for(var d=a.length;d;){this.addEventListener(a[--d],b,false)}}else{this.onmousewheel=b}},teardown:function(){if(this.removeEventListener){for(var d=a.length;d;){this.removeEventListener(a[--d],b,false)}}else{this.onmousewheel=null}}};c.fn.extend({mousewheel:function(d){return d?this.bind("mousewheel",d):this.trigger("mousewheel")},unmousewheel:function(d){return this.unbind("mousewheel",d)}});function b(f){var d=[].slice.call(arguments,1),g=0,e=true;f=c.event.fix(f||window.event);f.type="mousewheel";if(f.wheelDelta){g=f.wheelDelta/120}if(f.detail){g=-f.detail/3}d.unshift(f,g);return c.event.handle.apply(this,d)}})(jQuery);



/*
* jQuery idleTimer plugin
* by Paul irish.
* http://github.com/paulirish/yui-misc/tree/
* adapted from YUI idle timer by nzakas:
* http://github.com/nzakas/yui-misc/
* Copyright (c) 2009 Nicholas C. Zakas
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
 
(function($){
 
$.idleTimer = {
 
    idle : false, //indicates if the user is idle
    tId : -1, //timeout ID
    enabled : false, //indicates if the idle timer is enabled
    timeout : 30000, //the amount of time (ms) before the user is considered idle
 
        
    /* (intentionally not documented)
* Handles a user event indicating that the user isn't idle.
* @param {Event} event A DOM2-normalized event object.
* @return {void}
*/
    handleUserEvent : function(){
    
        //clear any existing timeout
        clearTimeout($.idleTimer.tId);
        
        //if the idle timer is enabled
        if ($.idleTimer.enabled){
        
            //if it's idle, that means the user is no longer idle
            if ($.idleTimer.idle){
                $.idleTimer.toggleIdleState();
            } else {
                //set a new timeout
                $.idleTimer.tId = setTimeout($.idleTimer.toggleIdleState, $.idleTimer.timeout);
            }
        }
    },
    
    /* (intentionally not documented)
* Toggles the idle state and fires an appropriate event.
* @return {void}
*/
    toggleIdleState : function(){
    
        //toggle the state
        $.idleTimer.idle = !$.idleTimer.idle;
        
        //fire appropriate event
        $(document).trigger(($.idleTimer.idle ? "idle" : "active") + '.idleTimer');
    },
 
    
    /**
* Indicates if the idle timer is running or not.
* @return {Boolean} True if the idle timer is running, false if not.
* @method isRunning
* @static
*/
    isRunning: function(){
        return $.idleTimer.enabled;
    },
    
    /**
* Indicates if the user is idle or not.
* @return {Boolean} True if the user is idle, false if not.
* @method isIdle
* @static
*/
    isIdle: function(){
        return $.idleTimer.idle;
    },
    
    /**
* Starts the idle timer. This adds appropriate event handlers
* and starts the first timeout.
* @param {int} newTimeout (Optional) A new value for the timeout period in ms.
* @return {void}
* @method start
* @static
*/
    start: function(newTimeout){
        
        //set to enabled
        $.idleTimer.enabled = true;
        
        //set idle to false to begin with
        $.idleTimer.idle = false;
        
        //assign a new timeout if necessary
        if (typeof newTimeout == "number"){
            $.idleTimer.timeout = newTimeout;
        }
        
        //assign appropriate event handlers
        $(document).bind('mousemove keydown',$.idleTimer.handleUserEvent);
        
        
        //set a timeout to toggle state
        $.idleTimer.tId = setTimeout($.idleTimer.toggleIdleState, $.idleTimer.timeout);
    },
    
    /**
* Stops the idle timer. This removes appropriate event handlers
* and cancels any pending timeouts.
* @return {void}
* @method stop
* @static
*/
    stop: function(){
    
        //set to disabled
        $.idleTimer.enabled = false;
        
        //clear any pending timeouts
        clearTimeout($.idleTimer.tId);
        
        //detach the event handlers
        $(document).unbind('mousemove keydown',$.idleTimer.handleUserEvent);
    }
    
      }; // end of $.idleTimer{}
 
    
 
})(jQuery);


/*
 * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
 *
 * Uses the built in easing capabilities added In jQuery 1.1
 * to offer multiple easing options
 *
 * TERMS OF USE - jQuery Easing
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2008 George McGinley Smith
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
*/

eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h.j[\'Q\']=h.j[\'z\'];h.12(h.j,{A:\'B\',z:9(x,t,b,c,d){6 h.j[h.j.A](x,t,b,c,d)},P:9(x,t,b,c,d){6 c*(t/=d)*t+b},B:9(x,t,b,c,d){6-c*(t/=d)*(t-2)+b},R:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t+b;6-c/2*((--t)*(t-2)-1)+b},13:9(x,t,b,c,d){6 c*(t/=d)*t*t+b},14:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t+1)+b},15:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t+b;6 c/2*((t-=2)*t*t+2)+b},F:9(x,t,b,c,d){6 c*(t/=d)*t*t*t+b},J:9(x,t,b,c,d){6-c*((t=t/d-1)*t*t*t-1)+b},K:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t+b;6-c/2*((t-=2)*t*t*t-2)+b},L:9(x,t,b,c,d){6 c*(t/=d)*t*t*t*t+b},M:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t*t*t+1)+b},N:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t*t+b;6 c/2*((t-=2)*t*t*t*t+2)+b},O:9(x,t,b,c,d){6-c*8.D(t/d*(8.g/2))+c+b},S:9(x,t,b,c,d){6 c*8.n(t/d*(8.g/2))+b},X:9(x,t,b,c,d){6-c/2*(8.D(8.g*t/d)-1)+b},11:9(x,t,b,c,d){6(t==0)?b:c*8.i(2,10*(t/d-1))+b},V:9(x,t,b,c,d){6(t==d)?b+c:c*(-8.i(2,-10*t/d)+1)+b},16:9(x,t,b,c,d){e(t==0)6 b;e(t==d)6 b+c;e((t/=d/2)<1)6 c/2*8.i(2,10*(t-1))+b;6 c/2*(-8.i(2,-10*--t)+2)+b},E:9(x,t,b,c,d){6-c*(8.q(1-(t/=d)*t)-1)+b},G:9(x,t,b,c,d){6 c*8.q(1-(t=t/d-1)*t)+b},H:9(x,t,b,c,d){e((t/=d/2)<1)6-c/2*(8.q(1-t*t)-1)+b;6 c/2*(8.q(1-(t-=2)*t)+1)+b},I:9(x,t,b,c,d){f s=1.m;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}l f s=p/(2*8.g)*8.r(c/a);6-(a*8.i(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b},T:9(x,t,b,c,d){f s=1.m;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}l f s=p/(2*8.g)*8.r(c/a);6 a*8.i(2,-10*t)*8.n((t*d-s)*(2*8.g)/p)+c+b},U:9(x,t,b,c,d){f s=1.m;f p=0;f a=c;e(t==0)6 b;e((t/=d/2)==2)6 b+c;e(!p)p=d*(.3*1.5);e(a<8.w(c)){a=c;f s=p/4}l f s=p/(2*8.g)*8.r(c/a);e(t<1)6-.5*(a*8.i(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b;6 a*8.i(2,-10*(t-=1))*8.n((t*d-s)*(2*8.g)/p)*.5+c+b},W:9(x,t,b,c,d,s){e(s==u)s=1.m;6 c*(t/=d)*t*((s+1)*t-s)+b},Y:9(x,t,b,c,d,s){e(s==u)s=1.m;6 c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},Z:9(x,t,b,c,d,s){e(s==u)s=1.m;e((t/=d/2)<1)6 c/2*(t*t*(((s*=(1.C))+1)*t-s))+b;6 c/2*((t-=2)*t*(((s*=(1.C))+1)*t+s)+2)+b},y:9(x,t,b,c,d){6 c-h.j.v(x,d-t,0,c,d)+b},v:9(x,t,b,c,d){e((t/=d)<(1/2.k)){6 c*(7.o*t*t)+b}l e(t<(2/2.k)){6 c*(7.o*(t-=(1.5/2.k))*t+.k)+b}l e(t<(2.5/2.k)){6 c*(7.o*(t-=(2.17/2.k))*t+.18)+b}l{6 c*(7.o*(t-=(2.19/2.k))*t+.1a)+b}},1b:9(x,t,b,c,d){e(t<d/2)6 h.j.y(x,t*2,0,c,d)*.5+b;6 h.j.v(x,t*2-d,0,c,d)*.5+c*.5+b}});',62,74,'||||||return||Math|function|||||if|var|PI|jQuery|pow|easing|75|else|70158|sin|5625||sqrt|asin|||undefined|easeOutBounce|abs||easeInBounce|swing|def|easeOutQuad|525|cos|easeInCirc|easeInQuart|easeOutCirc|easeInOutCirc|easeInElastic|easeOutQuart|easeInOutQuart|easeInQuint|easeOutQuint|easeInOutQuint|easeInSine|easeInQuad|jswing|easeInOutQuad|easeOutSine|easeOutElastic|easeInOutElastic|easeOutExpo|easeInBack|easeInOutSine|easeOutBack|easeInOutBack||easeInExpo|extend|easeInCubic|easeOutCubic|easeInOutCubic|easeInOutExpo|25|9375|625|984375|easeInOutBounce'.split('|'),0,{}))



/*
 * jQuery Tooltip plugin 1.3
 *
 * http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
 * http://docs.jquery.com/Plugins/Tooltip
 *
 * Copyright (c) 2006 - 2008 J�rn Zaefferer
 *
 * $Id: jquery.tooltip.js 5741 2008-06-21 15:22:16Z joern.zaefferer $
 * 
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}(';(8($){j e={},9,m,B,A=$.2u.2g&&/29\\s(5\\.5|6\\.)/.1M(1H.2t),M=12;$.k={w:12,1h:{Z:25,r:12,1d:19,X:"",G:15,E:15,16:"k"},2s:8(){$.k.w=!$.k.w}};$.N.1v({k:8(a){a=$.1v({},$.k.1h,a);1q(a);g 2.F(8(){$.1j(2,"k",a);2.11=e.3.n("1g");2.13=2.m;$(2).24("m");2.22=""}).21(1e).1U(q).1S(q)},H:A?8(){g 2.F(8(){j b=$(2).n(\'Y\');4(b.1J(/^o\\(["\']?(.*\\.1I)["\']?\\)$/i)){b=1F.$1;$(2).n({\'Y\':\'1D\',\'1B\':"2r:2q.2m.2l(2j=19, 2i=2h, 1p=\'"+b+"\')"}).F(8(){j a=$(2).n(\'1o\');4(a!=\'2f\'&&a!=\'1u\')$(2).n(\'1o\',\'1u\')})}})}:8(){g 2},1l:A?8(){g 2.F(8(){$(2).n({\'1B\':\'\',Y:\'\'})})}:8(){g 2},1x:8(){g 2.F(8(){$(2)[$(2).D()?"l":"q"]()})},o:8(){g 2.1k(\'28\')||2.1k(\'1p\')}});8 1q(a){4(e.3)g;e.3=$(\'<t 16="\'+a.16+\'"><10></10><t 1i="f"></t><t 1i="o"></t></t>\').27(K.f).q();4($.N.L)e.3.L();e.m=$(\'10\',e.3);e.f=$(\'t.f\',e.3);e.o=$(\'t.o\',e.3)}8 7(a){g $.1j(a,"k")}8 1f(a){4(7(2).Z)B=26(l,7(2).Z);p l();M=!!7(2).M;$(K.f).23(\'W\',u);u(a)}8 1e(){4($.k.w||2==9||(!2.13&&!7(2).U))g;9=2;m=2.13;4(7(2).U){e.m.q();j a=7(2).U.1Z(2);4(a.1Y||a.1V){e.f.1c().T(a)}p{e.f.D(a)}e.f.l()}p 4(7(2).18){j b=m.1T(7(2).18);e.m.D(b.1R()).l();e.f.1c();1Q(j i=0,R;(R=b[i]);i++){4(i>0)e.f.T("<1P/>");e.f.T(R)}e.f.1x()}p{e.m.D(m).l();e.f.q()}4(7(2).1d&&$(2).o())e.o.D($(2).o().1O(\'1N://\',\'\')).l();p e.o.q();e.3.P(7(2).X);4(7(2).H)e.3.H();1f.1L(2,1K)}8 l(){B=S;4((!A||!$.N.L)&&7(9).r){4(e.3.I(":17"))e.3.Q().l().O(7(9).r,9.11);p e.3.I(\':1a\')?e.3.O(7(9).r,9.11):e.3.1G(7(9).r)}p{e.3.l()}u()}8 u(c){4($.k.w)g;4(c&&c.1W.1X=="1E"){g}4(!M&&e.3.I(":1a")){$(K.f).1b(\'W\',u)}4(9==S){$(K.f).1b(\'W\',u);g}e.3.V("z-14").V("z-1A");j b=e.3[0].1z;j a=e.3[0].1y;4(c){b=c.2o+7(9).E;a=c.2n+7(9).G;j d=\'1w\';4(7(9).2k){d=$(C).1r()-b;b=\'1w\'}e.3.n({E:b,14:d,G:a})}j v=z(),h=e.3[0];4(v.x+v.1s<h.1z+h.1n){b-=h.1n+20+7(9).E;e.3.n({E:b+\'1C\'}).P("z-14")}4(v.y+v.1t<h.1y+h.1m){a-=h.1m+20+7(9).G;e.3.n({G:a+\'1C\'}).P("z-1A")}}8 z(){g{x:$(C).2e(),y:$(C).2d(),1s:$(C).1r(),1t:$(C).2p()}}8 q(a){4($.k.w)g;4(B)2c(B);9=S;j b=7(2);8 J(){e.3.V(b.X).q().n("1g","")}4((!A||!$.N.L)&&b.r){4(e.3.I(\':17\'))e.3.Q().O(b.r,0,J);p e.3.Q().2b(b.r,J)}p J();4(7(2).H)e.3.1l()}})(2a);',62,155,'||this|parent|if|||settings|function|current||||||body|return|||var|tooltip|show|title|css|url|else|hide|fade||div|update||blocked|||viewport|IE|tID|window|html|left|each|top|fixPNG|is|complete|document|bgiframe|track|fn|fadeTo|addClass|stop|part|null|append|bodyHandler|removeClass|mousemove|extraClass|backgroundImage|delay|h3|tOpacity|false|tooltipText|right||id|animated|showBody|true|visible|unbind|empty|showURL|save|handle|opacity|defaults|class|data|attr|unfixPNG|offsetHeight|offsetWidth|position|src|createHelper|width|cx|cy|relative|extend|auto|hideWhenEmpty|offsetTop|offsetLeft|bottom|filter|px|none|OPTION|RegExp|fadeIn|navigator|png|match|arguments|apply|test|http|replace|br|for|shift|click|split|mouseout|jquery|target|tagName|nodeType|call||mouseover|alt|bind|removeAttr|200|setTimeout|appendTo|href|MSIE|jQuery|fadeOut|clearTimeout|scrollTop|scrollLeft|absolute|msie|crop|sizingMethod|enabled|positionLeft|AlphaImageLoader|Microsoft|pageY|pageX|height|DXImageTransform|progid|block|userAgent|browser'.split('|'),0,{}))
