/*
 * 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}})());


/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * May 2010 - Pick random effect from specified set of effects by toronegro
 * May 2010 - controlNavThumbsFromRel option added by nerd-sh
 * May 2010 - Do not start nivoRun timer if there is only 1 slide by msielski
 * April 2010 - controlNavThumbs option added by Jamie Thompson (http://jamiethompson.co.uk)
 * March 2010 - manualAdvance option added by HelloPablo (http://hellopablo.co.uk)
 */

(function($){var NivoSlider=function(element,options){var settings=$.extend({},$.fn.nivoSlider.defaults,options);var vars={currentSlide:0,currentImage:'',totalSlides:0,randAnim:'',running:false,paused:false,stop:false};var slider=$(element);slider.data('nivo:vars',vars);slider.css('position','relative');slider.addClass('nivoSlider');var kids=slider.children();kids.each(function(){var child=$(this);var link='';if(!child.is('img')){if(child.is('a')){child.addClass('nivo-imageLink');link=child;}
child=child.find('img:first');}
var childWidth=child.width();if(childWidth==0)childWidth=child.attr('width');var childHeight=child.height();if(childHeight==0)childHeight=child.attr('height');if(childWidth>slider.width()){slider.width(childWidth);}
if(childHeight>slider.height()){slider.height(childHeight);}
if(link!=''){link.css('display','none');}
child.css('display','none');vars.totalSlides++;});if(settings.startSlide>0){if(settings.startSlide>=vars.totalSlides)settings.startSlide=vars.totalSlides-1;vars.currentSlide=settings.startSlide;}
if($(kids[vars.currentSlide]).is('img')){vars.currentImage=$(kids[vars.currentSlide]);}else{vars.currentImage=$(kids[vars.currentSlide]).find('img:first');}
if($(kids[vars.currentSlide]).is('a')){$(kids[vars.currentSlide]).css('display','block');}
slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');for(var i=0;i<settings.slices;i++){var sliceWidth=Math.round(slider.width()/settings.slices);if(i==settings.slices-1){slider.append($('<div class="nivo-slice"></div>').css({left:(sliceWidth*i)+'px',width:(slider.width()-(sliceWidth*i))+'px'}));}else{slider.append($('<div class="nivo-slice"></div>').css({left:(sliceWidth*i)+'px',width:sliceWidth+'px'}));}}
slider.append($('<div class="nivo-caption"><p></p></div>').css({display:'none',opacity:settings.captionOpacity}));if(vars.currentImage.attr('title')!=''){var title=vars.currentImage.attr('title');if(title.substr(0,1)=='#')title=$(title).html();$('.nivo-caption p',slider).html(title);$('.nivo-caption',slider).fadeIn(settings.animSpeed);}
var timer=0;if(!settings.manualAdvance&&kids.length>1){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}
if(settings.directionNav){slider.append('<div class="nivo-directionNav"><a class="nivo-prevNav">Prev</a><a class="nivo-nextNav">Next</a></div>');if(settings.directionNavHide){$('.nivo-directionNav',slider).hide();slider.hover(function(){$('.nivo-directionNav',slider).show();},function(){$('.nivo-directionNav',slider).hide();});}
$('a.nivo-prevNav',slider).live('click',function(){if(vars.running)return false;clearInterval(timer);timer='';vars.currentSlide-=2;nivoRun(slider,kids,settings,'prev');});$('a.nivo-nextNav',slider).live('click',function(){if(vars.running)return false;clearInterval(timer);timer='';nivoRun(slider,kids,settings,'next');});}
if(settings.controlNav){var nivoControl=$('<div class="nivo-controlNav"></div>');slider.append(nivoControl);for(var i=0;i<kids.length;i++){if(settings.controlNavThumbs){var child=kids.eq(i);if(!child.is('img')){child=child.find('img:first');}
if(settings.controlNavThumbsFromRel){nivoControl.append('<a class="nivo-control" rel="'+i+'"><img src="'+child.attr('rel')+'" alt="" /></a>');}else{nivoControl.append('<a class="nivo-control" rel="'+i+'"><img src="'+child.attr('src').replace(settings.controlNavThumbsSearch,settings.controlNavThumbsReplace)+'" alt="" /></a>');}}else{nivoControl.append('<a class="nivo-control" rel="'+i+'">'+(i+1)+'</a>');}}
$('.nivo-controlNav a:eq('+vars.currentSlide+')',slider).addClass('active');$('.nivo-controlNav a',slider).live('click',function(){if(vars.running)return false;if($(this).hasClass('active'))return false;clearInterval(timer);timer='';slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');vars.currentSlide=$(this).attr('rel')-1;nivoRun(slider,kids,settings,'control');});}
if(settings.keyboardNav){$(window).keypress(function(event){if(event.keyCode=='37'){if(vars.running)return false;clearInterval(timer);timer='';vars.currentSlide-=2;nivoRun(slider,kids,settings,'prev');}
if(event.keyCode=='39'){if(vars.running)return false;clearInterval(timer);timer='';nivoRun(slider,kids,settings,'next');}});}
if(settings.pauseOnHover){slider.hover(function(){vars.paused=true;clearInterval(timer);timer='';},function(){vars.paused=false;if(timer==''&&!settings.manualAdvance){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}});}
slider.bind('nivo:animFinished',function(){vars.running=false;$(kids).each(function(){if($(this).is('a')){$(this).css('display','none');}});if($(kids[vars.currentSlide]).is('a')){$(kids[vars.currentSlide]).css('display','block');}
if(timer==''&&!vars.paused&&!settings.manualAdvance){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}
settings.afterChange.call(this);});var nivoRun=function(slider,kids,settings,nudge){var vars=slider.data('nivo:vars');if(vars&&(vars.currentSlide==vars.totalSlides-1)){settings.lastSlide.call(this);}
if((!vars||vars.stop)&&!nudge)return false;settings.beforeChange.call(this);if(!nudge){slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');}else{if(nudge=='prev'){slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');}
if(nudge=='next'){slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');}}
vars.currentSlide++;if(vars.currentSlide==vars.totalSlides){vars.currentSlide=0;settings.slideshowEnd.call(this);}
if(vars.currentSlide<0)vars.currentSlide=(vars.totalSlides-1);if($(kids[vars.currentSlide]).is('img')){vars.currentImage=$(kids[vars.currentSlide]);}else{vars.currentImage=$(kids[vars.currentSlide]).find('img:first');}
if(settings.controlNav){$('.nivo-controlNav a',slider).removeClass('active');$('.nivo-controlNav a:eq('+vars.currentSlide+')',slider).addClass('active');}
if(vars.currentImage.attr('title')!=''){var title=vars.currentImage.attr('title');if(title.substr(0,1)=='#')title=$(title).html();if($('.nivo-caption',slider).css('display')=='block'){$('.nivo-caption p',slider).fadeOut(settings.animSpeed,function(){$(this).html(title);$(this).fadeIn(settings.animSpeed);});}else{$('.nivo-caption p',slider).html(title);}
$('.nivo-caption',slider).fadeIn(settings.animSpeed);}else{$('.nivo-caption',slider).fadeOut(settings.animSpeed);}
var i=0;$('.nivo-slice',slider).each(function(){var sliceWidth=Math.round(slider.width()/settings.slices);$(this).css({height:'0px',opacity:'0',background:'url("'+vars.currentImage.attr('src')+'") no-repeat -'+((sliceWidth+(i*sliceWidth))-sliceWidth)+'px 0%'});i++;});if(settings.effect=='random'){var anims=new Array("sliceDownRight","sliceDownLeft","sliceUpRight","sliceUpLeft","sliceUpDown","sliceUpDownLeft","fold","fade");vars.randAnim=anims[Math.floor(Math.random()*(anims.length+1))];if(vars.randAnim==undefined)vars.randAnim='fade';}
if(settings.effect.indexOf(',')!=-1){var anims=settings.effect.split(',');vars.randAnim=$.trim(anims[Math.floor(Math.random()*anims.length)]);}
vars.running=true;if(settings.effect=='sliceDown'||settings.effect=='sliceDownRight'||vars.randAnim=='sliceDownRight'||settings.effect=='sliceDownLeft'||vars.randAnim=='sliceDownLeft'){var timeBuff=0;var i=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceDownLeft'||vars.randAnim=='sliceDownLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);slice.css('top','0px');if(i==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='sliceUp'||settings.effect=='sliceUpRight'||vars.randAnim=='sliceUpRight'||settings.effect=='sliceUpLeft'||vars.randAnim=='sliceUpLeft'){var timeBuff=0;var i=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceUpLeft'||vars.randAnim=='sliceUpLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);slice.css('bottom','0px');if(i==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='sliceUpDown'||settings.effect=='sliceUpDownRight'||vars.randAnim=='sliceUpDown'||settings.effect=='sliceUpDownLeft'||vars.randAnim=='sliceUpDownLeft'){var timeBuff=0;var i=0;var v=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceUpDownLeft'||vars.randAnim=='sliceUpDownLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);if(i==0){slice.css('top','0px');i++;}else{slice.css('bottom','0px');i=0;}
if(v==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;v++;});}
else if(settings.effect=='fold'||vars.randAnim=='fold'){var timeBuff=0;var i=0;$('.nivo-slice',slider).each(function(){var slice=$(this);var origWidth=slice.width();slice.css({top:'0px',height:'100%',width:'0px'});if(i==settings.slices-1){setTimeout(function(){slice.animate({width:origWidth,opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({width:origWidth,opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='fade'||vars.randAnim=='fade'){var i=0;$('.nivo-slice',slider).each(function(){$(this).css('height','100%');if(i==settings.slices-1){$(this).animate({opacity:'1.0'},(settings.animSpeed*2),'',function(){slider.trigger('nivo:animFinished');});}else{$(this).animate({opacity:'1.0'},(settings.animSpeed*2));}
i++;});}}
var trace=function(msg){if(this.console&&typeof console.log!="undefined")
console.log(msg);}
this.stop=function(){if(!$(element).data('nivo:vars').stop){$(element).data('nivo:vars').stop=true;trace('Stop Slider');}}
this.start=function(){if($(element).data('nivo:vars').stop){$(element).data('nivo:vars').stop=false;trace('Start Slider');}}
settings.afterLoad.call(this);};$.fn.nivoSlider=function(options){return this.each(function(){var element=$(this);if(element.data('nivoslider'))return;var nivoslider=new NivoSlider(this,options);element.data('nivoslider',nivoslider);});};$.fn.nivoSlider.defaults={effect:'random',slices:15,animSpeed:500,pauseTime:3000,startSlide:0,directionNav:true,directionNavHide:true,controlNav:true,controlNavThumbs:false,controlNavThumbsFromRel:false,controlNavThumbsSearch:'.jpg',controlNavThumbsReplace:'_thumb.jpg',keyboardNav:true,pauseOnHover:true,manualAdvance:false,captionOpacity:0.8,beforeChange:function(){},afterChange:function(){},slideshowEnd:function(){},lastSlide:function(){},afterLoad:function(){}};$.fn._reverse=[].reverse;})(jQuery);


(function($){
	$.fn.colorTip = function(settings){

		var defaultSettings = {
			color		: 'yellow',
			timeout		: 500
		}
		
		var supportedColors = ['red','green','blue','white','yellow','black'];
		
		/* Combining the default settings object with the supplied one */
		settings = $.extend(defaultSettings,settings);

		/*
		*	Looping through all the elements and returning them afterwards.
		*	This will add chainability to the plugin.
		*/
		
		return this.each(function(){

			var elem = $(this);
			
			// If the title attribute is empty, continue with the next element
			if(!elem.attr('title')) return true;
			
			// Creating new eventScheduler and Tip objects for this element.
			// (See the class definition at the bottom).
			
			var scheduleEvent = new eventScheduler();
			var tip = new Tip(elem.attr('title'));

			// Adding the tooltip markup to the element and
			// applying a special class:
			
			elem.append(tip.generate()).addClass('colorTipContainer');

			// Checking to see whether a supported color has been
			// set as a classname on the element.
			
			var hasClass = false;
			for(var i=0;i<supportedColors.length;i++)
			{
				if(elem.hasClass(supportedColors[i])){
					hasClass = true;
					break;
				}
			}
			
			// If it has been set, it will override the default color
			
			if(!hasClass){
				elem.addClass(settings.color);
			}
			
			// On mouseenter, show the tip, on mouseleave set the
			// tip to be hidden in half a second.
			
			elem.hover(function(){

				tip.show();
				
				// If the user moves away and hovers over the tip again,
				// clear the previously set event:
				
				scheduleEvent.clear();

			},function(){

				// Schedule event actualy sets a timeout (as you can
				// see from the class definition below).
				
				scheduleEvent.set(function(){
					tip.hide();
				},settings.timeout);

			});
			
			// Removing the title attribute, so the regular OS titles are
			// not shown along with the tooltips.
			
			elem.removeAttr('title');
		});
		
	}


	/*
	/	Event Scheduler Class Definition
	*/

	function eventScheduler(){}
	
	eventScheduler.prototype = {
		set	: function (func,timeout){

			// The set method takes a function and a time period (ms) as
			// parameters, and sets a timeout

			this.timer = setTimeout(func,timeout);
		},
		clear: function(){
			
			// The clear method clears the timeout
			
			clearTimeout(this.timer);
		}
	}


	/*
	/	Tip Class Definition
	*/

	function Tip(txt){
		this.content = txt;
		this.shown = false;
	}
	
	Tip.prototype = {
		generate: function(){
			
			// The generate method returns either a previously generated element
			// stored in the tip variable, or generates it and saves it in tip for
			// later use, after which returns it.
			
			return this.tip || (this.tip = $('<span class="colorTip">'+this.content+
											 '<span class="pointyTipShadow"></span><span class="pointyTip"></span></span>'));
		},
		show: function(){
			if(this.shown) return;
			
			// Center the tip and start a fadeIn animation
			this.tip.css('margin-left',-this.tip.outerWidth()/2).fadeIn('fast');
			this.shown = true;
		},
		hide: function(){
			this.tip.fadeOut();
			this.shown = false;
		}
	}
	
})(jQuery);

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright ? 1989, 2002 Adobe Systems Incorporated.  All Rights Reserved. ?
 * 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Sabon is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Full name:
 * SabonLTStd-Roman
 * 
 * Designer:
 * Jan Tschichold
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Sabon LT Std","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 6 2 6 5 6 2 4 3","ascent":"275","descent":"-85","x-height":"5","bbox":"-11.2973 -283 359 82","underline-thickness":"18","underline-position":"-18","stemh":"9","stemv":"29","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"T":13,"V":13,"W":13,"Y":13,"A":13}},"!":{"d":"64,-68r-8,0r-19,-138v0,-16,3,-36,23,-36v37,0,22,53,17,86xm60,5v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,23,-24,23","w":119},"\"":{"d":"121,-164r-7,-69v0,-8,2,-18,16,-18v33,7,5,57,8,87v-1,6,-2,9,-8,9v-6,0,-8,-3,-9,-9xm62,-164r-7,-69v0,-8,2,-18,16,-18v33,7,5,57,8,87v-1,6,-2,9,-8,9v-6,0,-8,-3,-9,-9"},"#":{"d":"179,-98r0,20r-40,0r-11,78r-23,0r12,-78r-47,0r-11,78r-22,0r11,-78r-38,0r0,-20r41,0r7,-52r-38,0r0,-20r41,0r11,-78r22,0r-11,78r47,0r11,-78r22,0r-11,78r38,0r0,20r-41,0r-8,52r38,0xm127,-150r-47,0r-7,52r47,0"},"$":{"d":"161,-250r3,48r-9,0v-5,-28,-19,-43,-47,-43r0,101v35,13,69,32,69,76v0,42,-28,71,-69,73r0,27r-14,0r0,-27v-26,0,-39,-4,-63,-13v-1,-17,-5,-36,-8,-53r7,-2v9,32,29,59,64,57r0,-106v-33,-14,-63,-34,-63,-75v0,-38,27,-67,63,-70r0,-26r14,0r0,26v21,1,31,3,53,7xm94,-149r0,-96v-22,4,-34,23,-34,46v0,26,14,38,34,50xm108,-107r0,101v23,-3,36,-24,36,-47v0,-29,-13,-42,-36,-54"},"%":{"d":"127,-197v0,-19,-3,-47,-31,-47v-26,0,-31,33,-31,54v0,19,3,47,31,47v26,0,31,-33,31,-54xm156,-196v0,36,-27,62,-62,62v-34,0,-58,-26,-58,-58v0,-36,27,-62,62,-62v34,0,58,26,58,58xm324,-57v0,36,-27,62,-62,62v-34,0,-58,-25,-58,-57v0,-36,27,-62,62,-62v34,0,58,25,58,57xm295,-58v0,-19,-3,-47,-31,-47v-26,0,-31,33,-31,54v0,19,3,47,31,47v26,0,31,-33,31,-54xm104,9r-16,0r163,-266r16,0","w":360},"&":{"d":"321,-33r6,5v-15,22,-36,41,-64,41v-38,0,-59,-36,-79,-63v-26,28,-46,55,-87,55v-40,0,-73,-32,-73,-72v0,-44,26,-65,61,-85v-49,-22,-33,-102,26,-102v26,0,51,15,51,43v0,24,-20,39,-39,49v29,22,54,49,76,78v13,-15,50,-64,50,-82v0,-12,-14,-11,-22,-11r0,-10r96,0r0,10v-57,0,-52,26,-118,102v21,24,40,64,77,64v17,0,29,-10,39,-22xm51,-87v0,35,29,66,64,66v30,0,45,-17,63,-38v-24,-33,-54,-61,-85,-88v-22,14,-42,32,-42,60xm114,-167v31,-14,37,-76,-6,-77v-17,0,-29,14,-29,32v0,22,18,33,35,45","w":339},"(":{"d":"82,-257r9,4v-55,132,-48,197,-1,318r-9,4v-67,-93,-69,-224,1,-326","w":119},")":{"d":"30,-252r9,-5v31,44,52,100,52,163v0,56,-21,105,-54,163r-8,-3v55,-132,49,-197,1,-318","w":119},"*":{"d":"97,-179r7,-2v9,14,34,47,4,51v-22,-1,-12,-31,-11,-49xm125,-238v-3,9,-15,40,-29,34v2,-20,-7,-46,15,-47v8,0,14,5,14,13xm108,-188r0,-7v16,-4,52,-20,52,5v0,28,-37,8,-52,2xm84,-188r6,6v-8,16,-36,55,-48,21v0,-19,30,-21,42,-27xm88,-201r-4,5v-10,-4,-44,-7,-44,-23v0,-8,7,-14,15,-14v12,0,27,24,33,32"},"+":{"d":"88,-91r0,-68r24,0r0,68r68,0r0,23r-68,0r0,68r-24,0r0,-68r-67,0r0,-23r67,0"},",":{"d":"21,69r-2,-9v20,-4,41,-20,41,-42v0,-28,-41,-8,-41,-38v0,-15,12,-22,26,-22v23,0,36,24,36,42v0,41,-28,62,-60,69","w":100,"k":{" ":13}},"-":{"d":"105,-100r-3,24v-29,-2,-59,-1,-87,0r3,-24v28,2,58,1,87,0","w":119},".":{"d":"50,5v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,23,-24,23","w":100,"k":{" ":13}},"\/":{"d":"20,5r-24,0r84,-262r24,0","w":100},"0":{"d":"181,-131v0,102,-50,136,-84,136v-53,0,-78,-65,-78,-122v0,-102,50,-137,84,-137v53,0,78,66,78,123xm148,-133v0,-42,-9,-109,-47,-109v-52,0,-51,100,-51,127v0,42,9,109,47,109v52,0,51,-100,51,-127"},"1":{"d":"122,-252r0,227v-3,18,21,16,40,16r0,9r-116,0r0,-9v19,0,43,3,43,-16r0,-196r-52,28r-4,-9v30,-15,58,-33,85,-52"},"2":{"d":"8,0r0,-7v70,-61,115,-119,115,-167v0,-29,-13,-56,-45,-56v-24,0,-38,17,-52,34r-7,-7v16,-24,38,-51,76,-51v38,0,62,29,62,66v0,62,-70,118,-109,159r117,0v4,-8,2,-22,18,-19r-11,48r-164,0"},"3":{"d":"65,-122r0,-10v31,-3,63,-22,63,-56v0,-26,-16,-44,-42,-44v-20,0,-32,12,-45,25r-5,-7v20,-23,38,-40,69,-40v29,0,52,21,52,51v1,31,-27,52,-52,65v20,-2,66,7,66,57v0,35,-29,86,-98,86v-39,0,-71,-27,-43,-41v13,0,14,30,51,30v35,0,57,-27,57,-60v0,-46,-32,-59,-73,-56"},"4":{"d":"8,-79r0,-14r123,-161r16,0r0,151r36,0r0,24r-36,0r0,79r-31,0r0,-79r-108,0xm116,-103r0,-108r-81,108r81,0"},"5":{"d":"51,-156r34,-92r91,0r-7,28r-81,0r-15,38v43,22,85,45,85,99v0,51,-40,88,-90,88v-19,0,-51,-10,-51,-28v0,-8,6,-11,11,-11v15,0,14,28,47,28v35,0,54,-28,54,-61v0,-49,-40,-70,-78,-89"},"6":{"d":"181,-254r3,7v-69,17,-126,76,-129,147v14,-22,30,-36,60,-36v42,0,60,36,60,63v0,30,-22,78,-78,78v-53,0,-76,-47,-76,-91v0,-112,123,-168,160,-168xm144,-60v0,-28,-14,-55,-45,-55v-23,0,-45,15,-45,39v0,34,11,70,46,70v31,0,44,-26,44,-54"},"7":{"d":"21,-200r9,-48r165,2r-128,251r-16,-5r115,-220r-126,0v-6,7,-4,24,-19,20"},"8":{"d":"140,-50v0,-30,-28,-50,-51,-64v-26,20,-33,34,-33,63v0,24,17,45,42,45v26,0,42,-19,42,-44xm142,-196v0,-30,-17,-48,-38,-48v-25,0,-41,18,-41,45v0,28,25,47,46,61v19,-14,33,-31,33,-58xm168,-197v0,30,-26,51,-50,64v25,14,53,38,53,69v0,39,-35,69,-73,69v-46,0,-68,-33,-68,-58v0,-33,23,-50,52,-67v-23,-15,-47,-35,-47,-65v0,-42,28,-69,69,-69v35,0,64,21,64,57"},"9":{"d":"19,5r-3,-7v69,-17,126,-75,129,-146v-14,22,-30,36,-60,36v-42,0,-60,-36,-60,-63v0,-30,22,-79,78,-79v53,0,76,48,76,92v0,112,-123,167,-160,167xm56,-188v0,28,15,54,46,54v23,0,44,-14,44,-38v0,-34,-11,-70,-46,-70v-31,0,-44,26,-44,54"},":":{"d":"50,5v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,23,-24,23xm50,-102v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,23,-24,23","w":100},";":{"d":"21,69r-2,-9v20,-4,41,-20,41,-42v0,-28,-41,-8,-41,-38v0,-15,12,-22,26,-22v23,0,36,24,36,42v0,41,-28,62,-60,69xm50,-102v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,23,-24,23","w":100},"<":{"d":"180,-24r0,26r-159,-70r0,-23r159,-70r0,26r-132,55"},"=":{"d":"180,-127r0,23r-159,0r0,-23r159,0xm180,-55r0,23r-159,0r0,-23r159,0"},">":{"d":"21,-24r131,-56r-131,-55r0,-26r159,70r0,23r-159,70r0,-26"},"?":{"d":"64,-68r-9,0r0,-64v27,-1,59,-13,59,-47v0,-23,-24,-47,-56,-38v-11,0,-18,-7,-18,-18v0,-12,9,-16,19,-16v74,6,109,139,19,149v-12,-2,-15,16,-14,34xm63,5v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v13,0,24,11,24,24v0,13,-11,23,-24,23","w":159},"@":{"d":"117,-102v0,23,11,31,24,31v16,0,44,-26,44,-80v0,-16,-5,-25,-16,-25v-18,0,-52,27,-52,74xm229,-28r5,12v-24,11,-49,21,-79,21v-99,0,-142,-74,-142,-124v0,-82,63,-138,138,-138v70,0,124,49,124,113v0,39,-25,91,-70,91v-26,0,-32,-23,-35,-27v-14,21,-77,55,-80,-21v0,-27,24,-92,75,-92v18,0,22,11,27,20r3,-15r27,0r-26,107v0,8,3,17,15,17v31,0,50,-47,50,-80v0,-44,-41,-101,-110,-101v-58,0,-107,44,-107,129v0,54,44,107,110,107v33,0,53,-9,75,-19","w":288},"A":{"d":"136,-261r89,242v5,7,16,10,28,10r0,9r-94,0r0,-9v25,4,29,-11,21,-33r-18,-52r-85,0v-6,19,-17,48,-17,68v0,20,16,16,33,17r0,9r-87,0r0,-9v37,0,41,-39,50,-66v19,-57,49,-105,53,-171v11,-2,14,-13,27,-15xm118,-215v-14,33,-23,71,-36,106r75,0","w":259,"k":{"C":13,"G":13,"J":9,"O":13,"Q":13,"T":27,"U":13,"v":27,"V":45,"w":27,"W":40,"y":27,"Y":43}},"B":{"d":"81,-126r0,85v0,16,0,29,32,29v43,0,57,-29,57,-51v-2,-60,-38,-65,-89,-63xm81,-239r0,101v40,1,68,-3,68,-54v0,-47,-31,-50,-68,-47xm13,0r0,-9v18,1,33,-3,33,-24r0,-183v0,-25,-14,-26,-33,-26r0,-9r88,0v27,0,84,7,84,58v1,34,-32,49,-58,58v27,-1,81,16,81,67v0,55,-74,67,-148,67v-16,0,-32,1,-47,1","w":219},"C":{"d":"242,-238r4,52r-9,0v-7,-42,-37,-59,-77,-59v-41,0,-102,28,-102,114v0,73,53,125,108,125v36,0,65,-24,72,-62r8,2r-8,52v-15,9,-56,19,-80,19v-84,0,-137,-54,-137,-135v0,-107,125,-156,221,-108","w":259,"k":{"Y":11,"A":11}},"D":{"d":"44,-37r0,-174v0,-32,-18,-31,-34,-31r0,-9r105,0v93,0,144,62,144,126v0,36,-21,125,-148,125r-101,0r0,-9v22,-2,34,-4,34,-28xm79,-238r0,196v0,28,19,30,37,30v78,0,104,-58,104,-112v0,-76,-57,-128,-141,-114","w":280,"k":{"T":20,"U":6,"V":27,"W":27,"Y":40,"A":22,",":20,".":20}},"E":{"d":"81,-240r0,102r48,0v29,0,29,-22,30,-30r7,0v-2,21,-1,56,0,80r-7,0v4,-51,-40,-31,-78,-35v6,45,-21,116,37,111v48,-4,72,1,88,-45r8,2v-6,18,-11,36,-15,55r-187,0r0,-9v31,0,34,-6,34,-41r0,-160v0,-30,-6,-31,-34,-32r0,-9r176,0r0,53r-7,2v-3,-49,-49,-44,-100,-44","w":219},"F":{"d":"81,-123r0,88v0,25,14,26,33,26r0,9r-102,0r0,-9v31,0,34,-6,34,-41r0,-160v0,-30,-6,-31,-34,-32r0,-9r176,0r2,50r-9,2v0,-46,-51,-42,-100,-41r0,102v36,-3,81,12,79,-29r8,0v-1,19,-1,56,0,77r-7,0v4,-42,-42,-32,-80,-33","k":{"J":6,"A":20,",":46,".":46}},"G":{"d":"247,-237r6,50r-7,0v-9,-42,-45,-58,-85,-58v-64,0,-101,55,-101,114v0,62,38,125,103,125v28,0,44,-10,49,-14v-1,-35,9,-90,-33,-80r0,-9r94,0r0,9v-12,0,-26,0,-26,26v0,18,-6,45,6,53r0,6v-29,10,-63,20,-94,20v-101,0,-138,-79,-138,-130v0,-113,126,-162,226,-112","w":280},"H":{"d":"77,-138r146,0r0,-78v0,-25,-14,-26,-33,-26r0,-9r101,0r0,9v-19,0,-33,1,-33,26r0,181v0,25,14,26,33,26r0,9r-101,0r0,-9v19,0,33,-1,33,-26r0,-88r-146,0r0,88v0,25,14,26,33,26r0,9r-101,0r0,-9v19,0,33,-1,33,-26r0,-181v0,-25,-14,-26,-33,-26r0,-9r101,0r0,9v-19,0,-33,1,-33,26r0,78","w":300},"I":{"d":"42,-35r0,-181v0,-25,-14,-26,-33,-26r0,-9r101,0r0,9v-19,0,-33,1,-33,26r0,181v0,25,14,26,33,26r0,9r-101,0r0,-9v19,0,33,-1,33,-26","w":119},"J":{"d":"98,-216v0,109,40,281,-73,293v-30,3,-52,-34,-22,-40v17,0,8,28,31,28v28,0,29,-45,29,-74r0,-207v0,-25,-14,-26,-33,-26r0,-9r101,0r0,9v-19,0,-33,1,-33,26","w":140,"k":{",":9,".":9}},"K":{"d":"79,-125r84,-89v4,-4,14,-14,14,-20v0,-8,-10,-8,-20,-8r0,-9r81,0r0,9v-43,-4,-96,74,-126,102r109,119v12,12,23,12,31,12r0,9r-61,0v-36,-43,-75,-83,-112,-125xm9,0r0,-9v19,0,33,-1,33,-26r0,-181v0,-25,-14,-26,-33,-26r0,-9r96,0r0,9v-14,0,-28,1,-28,26r0,181v0,25,14,26,29,26r0,9r-97,0","w":259,"k":{"O":20}},"L":{"d":"213,-55r-13,55r-187,0r0,-9v18,1,33,-3,33,-24r0,-183v0,-25,-14,-26,-33,-26r0,-9r101,0r0,9v-19,0,-33,1,-33,26r0,167v0,27,6,37,57,37v42,0,56,-10,67,-45","w":219,"k":{"T":33,"V":40,"W":40,"y":20,"Y":40}},"M":{"d":"55,-211v0,-26,-8,-30,-32,-31r0,-9r62,0r96,202v32,-67,68,-134,98,-202r61,0r0,9v-24,-1,-32,3,-32,26v0,57,3,118,4,172v1,27,4,35,40,35r0,9r-112,0r0,-9v26,-1,37,-2,37,-28r-3,-172r-85,177v-4,9,-11,26,-14,35r-8,0r-100,-204r-3,153v0,33,6,39,37,39r0,9r-93,0r0,-9v26,0,42,-7,43,-55v1,-49,4,-98,4,-147","w":360},"N":{"d":"261,-205r0,208r-9,0r-188,-206r0,134v0,50,4,60,43,60r0,9r-96,0r0,-9v22,0,39,0,39,-46r0,-145v0,-31,-14,-42,-45,-42r0,-9r63,0v35,46,129,141,178,196r0,-143v0,-33,-7,-44,-43,-44r0,-9r91,0r0,9v-22,0,-33,2,-33,37","w":299},"O":{"d":"21,-124v0,-66,50,-133,129,-133v72,0,129,62,129,130v0,66,-51,132,-130,132v-72,0,-128,-61,-128,-129xm60,-135v0,55,32,129,94,129v53,0,85,-46,85,-111v0,-55,-31,-128,-93,-128v-53,0,-86,45,-86,110","w":299,"k":{"T":13,"V":27,"W":27,"Y":33,"A":20,",":20,".":20,"X":13}},"P":{"d":"10,-242r0,-9v83,2,179,-18,179,71v0,48,-43,77,-95,72r0,-12v39,8,59,-26,58,-56v-3,-57,-37,-67,-75,-63r0,204v0,25,15,26,34,26r0,9r-102,0r0,-9v19,0,33,-1,33,-26r0,-172v0,-28,-5,-35,-32,-35","k":{"Y":20,"A":20,",":46,".":46}},"Q":{"d":"273,55v7,0,15,-4,16,4v-54,57,-93,-26,-150,-54v-65,-6,-118,-62,-118,-129v0,-66,50,-133,129,-133v72,0,129,62,129,130v0,54,-34,109,-91,126v34,20,59,56,85,56xm60,-135v0,55,32,129,94,129v53,0,85,-46,85,-111v0,-55,-31,-128,-93,-128v-53,0,-86,45,-86,110","w":299,"k":{"U":9,",":11,".":11}},"R":{"d":"114,-119r-33,0r0,84v0,25,14,26,33,26r0,9r-101,0r0,-9v18,1,33,-3,33,-24r0,-183v0,-25,-14,-26,-33,-26r0,-9r103,0v114,1,98,105,32,125v33,48,50,77,65,94v12,13,23,23,41,23r0,9v-19,-1,-38,-1,-57,0v-33,-36,-57,-78,-83,-119xm100,-130v83,1,84,-111,3,-110v-9,0,-16,1,-22,2r0,106v5,1,13,2,19,2","w":259,"k":{"C":27,"O":16,"Q":27,"T":11,"U":11,"V":27,"W":27,"y":6,"Y":33,"-":13,"S":11}},"S":{"d":"24,-7r-7,-52r8,0v6,27,26,53,56,53v28,0,49,-20,49,-48v0,-67,-106,-47,-106,-132v0,-63,63,-82,121,-65r5,46r-8,0v-4,-25,-20,-40,-46,-40v-27,0,-43,20,-43,46v0,67,110,48,110,131v-1,68,-82,89,-139,61","w":180,"k":{"V":16,"Y":16,"A":11}},"T":{"d":"234,-261r-3,57r-10,0v-1,-19,0,-33,-29,-33r-54,0r0,202v0,25,13,26,32,26r0,9r-101,0r0,-9v19,0,33,-1,33,-26r0,-202v-41,0,-88,-7,-87,33r-9,0r4,-57v13,1,16,14,30,10r163,0v20,2,17,-10,31,-10","w":239,"k":{"O":13,"w":31,"y":31,"A":27,",":40,".":40,"-":37,"a":31,"c":-31,"e":31,"i":13,"o":35,"r":24,"s":24,"u":31,":":31,";":27}},"U":{"d":"256,-251r0,9v-29,0,-29,14,-29,58r0,104v0,49,-31,85,-94,85v-59,0,-96,-29,-96,-90r0,-131v0,-25,-14,-26,-33,-26r0,-9r101,0r0,9v-19,0,-33,1,-33,26v0,90,-29,207,71,207v101,0,65,-92,65,-174v0,-59,-2,-58,-34,-59r0,-9r82,0","w":259,"k":{"A":11}},"V":{"d":"127,5r-87,-218v-8,-22,-14,-29,-38,-29r0,-9r97,0r0,9v-10,0,-25,-1,-25,10v18,65,49,127,71,189r53,-141v11,-22,23,-64,-16,-58r0,-9r76,0r0,9v-35,-4,-38,66,-51,82r-66,165r-14,0","w":260,"k":{"G":13,"O":13,"y":24,"A":38,",":46,".":46,"-":33,"a":31,"e":27,"i":13,"o":31,"r":24,"u":24,":":33,";":33}},"W":{"d":"145,-42r36,-78r-43,-100v-8,-19,-11,-22,-34,-22r0,-9r88,0r0,9v-15,-3,-25,9,-16,23r23,60v9,-22,29,-45,29,-71v0,-12,-9,-12,-24,-12r0,-9r73,0r0,9v-19,0,-26,9,-33,23r-37,77r44,100r60,-165v9,-31,16,-29,-21,-35r0,-9r69,0r0,9v-17,0,-20,10,-26,25r-86,222r-10,0r-48,-108r-51,108r-10,0r-89,-218v-8,-20,-13,-29,-38,-29r0,-9r92,0r0,9v-28,2,-27,5,-19,25","w":360,"k":{"O":13,"y":18,"A":35,",":46,".":46,"-":27,"a":31,"e":27,"i":6,"o":31,"r":18,"u":18,":":33,";":33}},"X":{"d":"85,-235v9,26,43,61,59,86v16,-23,51,-58,57,-84v0,-6,-7,-9,-24,-9r0,-9r87,0r0,9v-27,0,-36,9,-53,30r-58,74r94,120v9,8,16,9,25,9r0,9r-93,0v-6,-16,18,-5,21,-14v-19,-35,-46,-64,-68,-97v-21,32,-48,58,-64,94v0,8,17,8,28,8r0,9r-88,0r0,-9v32,-4,27,1,57,-38r58,-75r-78,-103v-5,-6,-14,-17,-35,-17r0,-9r100,0r0,9v-18,0,-25,2,-25,7","w":280,"k":{"C":20}},"Y":{"d":"153,-128r0,93v0,25,13,26,32,26r0,9r-100,0r0,-9v19,0,32,-1,32,-26r0,-87r-75,-104v-10,-15,-12,-14,-33,-16r0,-9r94,0r0,9v-24,-1,-23,11,-9,30r51,71v20,-30,46,-56,61,-90v0,-10,-8,-11,-26,-11r0,-9r71,0r0,9v-15,0,-22,10,-30,21","w":259,"k":{"C":27,"O":20,"v":24,"A":27,",":46,".":46,"-":37,"S":13,"a":33,"e":31,"i":13,"o":31,"u":24,":":33,";":33,"p":24,"q":31}},"Z":{"d":"30,-257v10,-2,11,7,19,6r193,0r-180,236r105,0v51,0,62,-11,77,-48r8,2r-17,61r-227,0r181,-237r-117,0v-32,0,-39,20,-44,38r-9,0v3,-14,11,-43,11,-58","w":259},"[":{"d":"38,69v-7,-102,1,-218,-2,-324v16,-4,52,1,71,-2r0,10v-19,1,-52,-6,-45,17r0,273v-6,21,20,16,45,17r0,9v-23,-1,-46,-1,-69,0","w":119},"\\":{"d":"104,5r-24,0r-84,-262r24,0","w":100},"]":{"d":"82,-257v7,102,-1,218,2,324v-16,4,-52,-1,-71,2r0,-9v20,-1,52,6,45,-18r0,-272v6,-21,-20,-16,-45,-17r0,-10v23,1,46,1,69,0","w":119},"^":{"d":"49,-117r-25,0r65,-131r22,0r65,131r-24,0r-52,-105"},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"109,-32r0,-48v-18,7,-65,16,-65,43v0,36,50,26,65,5xm20,-112v-1,-25,46,-47,74,-53v16,0,44,11,44,31r0,99v-1,23,15,26,26,15r3,6v-15,21,-57,28,-58,-7v-23,31,-94,38,-94,-9v0,-29,16,-33,94,-60v2,-32,-2,-55,-35,-55v-32,0,-18,41,-47,40v-5,0,-7,-4,-7,-7","w":180},"b":{"d":"17,-256v18,-6,33,-13,45,-19v6,39,0,92,2,136v14,-12,34,-26,54,-26v42,0,67,37,67,76v0,47,-35,94,-86,94v-37,0,-45,-21,-61,-4r-7,-4v9,-67,3,-145,5,-219v0,-23,-5,-24,-19,-28r0,-6xm64,-128v4,53,-18,124,38,124v39,0,54,-38,54,-70v0,-56,-56,-93,-92,-54"},"c":{"d":"145,-38r6,6v-18,21,-42,37,-70,37v-37,0,-72,-36,-72,-74v0,-52,37,-96,89,-96v18,0,49,6,49,25v0,8,-5,16,-14,16v-15,0,-14,-29,-48,-29v-73,0,-56,135,16,132v18,0,30,-7,44,-17","w":159},"d":{"d":"119,-256v18,-6,33,-13,45,-19v2,0,3,2,3,5r0,239v-1,18,8,15,23,15r0,7r-48,14v-9,-2,-1,-20,-5,-26v-13,13,-33,26,-55,26v-43,0,-67,-38,-67,-78v-1,-60,61,-111,123,-85v-4,-32,13,-90,-19,-92r0,-6xm138,-37r0,-83v0,-27,-22,-33,-38,-33v-26,0,-54,19,-54,68v0,40,24,69,57,69v11,0,35,-8,35,-21"},"e":{"d":"142,-99r-101,0v-5,41,18,85,53,83v20,0,36,-11,49,-24r5,5v-17,22,-37,40,-67,40v-57,0,-69,-55,-69,-78v0,-71,48,-92,73,-92v30,0,73,30,57,66xm42,-111r63,0v9,0,10,-5,10,-9v0,-18,-11,-33,-31,-33v-22,0,-38,16,-42,42","w":159},"f":{"d":"129,-260v0,20,-21,11,-36,9v-38,7,-20,56,-24,92r46,0r0,19r-46,0r0,122v1,14,20,8,33,9r0,9r-90,0r0,-9v13,2,31,-3,28,-12r0,-119r-25,0v0,-15,25,-12,25,-28v0,-23,7,-59,29,-82v20,-21,39,-25,44,-25v6,0,16,2,16,15","w":119},"g":{"d":"84,-165v31,2,52,18,87,10r0,17r-36,-1v31,41,-13,93,-77,80v-13,12,-21,33,15,35v45,2,100,-7,99,37v0,14,-19,69,-96,69v-84,0,-85,-71,-26,-82v-15,-4,-31,-15,-31,-32v0,-20,27,-20,31,-29v-55,-22,-40,-109,34,-104xm145,29v0,-26,-32,-29,-51,-29v-23,0,-59,0,-59,34v0,25,22,37,47,37v22,0,63,-10,63,-42xm116,-108v0,-22,-12,-47,-37,-47v-45,0,-42,89,2,89v24,0,35,-20,35,-42","w":180},"h":{"d":"14,-256v18,-6,33,-13,45,-19v9,39,0,97,3,142v3,-3,27,-32,56,-32v63,0,46,83,48,144v0,14,12,12,24,12r0,9r-77,0v0,-5,-1,-11,6,-9v17,0,18,-5,18,-40v0,-42,12,-92,-35,-94v-17,0,-32,12,-40,20r0,102v0,15,12,12,25,12r0,9r-77,0v-5,-18,23,0,23,-21r0,-201v0,-23,-5,-24,-19,-28r0,-6"},"i":{"d":"17,-150r45,-15v6,42,0,98,2,144v0,15,12,12,25,12r0,9r-77,0v-5,-18,24,0,24,-21r0,-98v0,-16,-6,-18,-19,-25r0,-6xm68,-238v0,10,-8,18,-18,18v-26,0,-21,-35,0,-35v9,0,18,7,18,17","w":100},"j":{"d":"12,-150v23,-4,38,-11,50,-15v6,54,2,121,2,179v0,44,-22,54,-56,68r-3,-8v30,-14,31,-29,31,-57r0,-136v0,-16,-6,-18,-24,-25r0,-6xm68,-238v0,10,-8,18,-18,18v-26,0,-21,-35,0,-35v9,0,18,7,18,17","w":100},"k":{"d":"14,-256v18,-6,33,-13,45,-19v2,0,3,2,3,5r0,182v25,-4,33,-25,51,-36v6,-5,14,-14,14,-19v0,-7,-12,-7,-18,-7r0,-9r72,0r0,9v-40,2,-59,37,-85,56r61,68v14,16,16,16,33,17r0,9v-14,-1,-36,-1,-52,0v-21,-29,-46,-53,-69,-80r-7,0v5,27,-17,79,25,71r0,9r-77,0v-5,-18,23,0,23,-21r0,-201v0,-23,-5,-24,-19,-28r0,-6"},"l":{"d":"17,-256v18,-6,33,-13,45,-19v7,78,-1,172,2,254v0,15,12,12,25,12r0,9r-77,0v-5,-18,24,0,24,-21r0,-201v0,-23,-5,-24,-19,-28r0,-6","w":100},"m":{"d":"15,-150r45,-15v5,4,1,19,2,27v27,-24,86,-46,101,1v19,-13,36,-28,62,-28v63,0,42,86,42,144v0,14,12,12,24,12r0,9r-76,0v-5,-18,27,0,24,-21v-6,-48,20,-120,-32,-124v-14,0,-34,11,-42,17r0,107v0,15,12,12,25,12r0,9r-78,0r0,-9v12,0,26,3,24,-12v-5,-47,20,-124,-31,-124v-14,0,-35,11,-43,17r0,107v0,15,12,12,25,12r0,9r-78,0r0,-9v12,0,24,3,24,-12r0,-98v0,-16,-5,-18,-18,-25r0,-6","w":299},"n":{"d":"33,-21r0,-96v0,-13,-3,-16,-20,-23r0,-7v15,-5,30,-10,47,-18v4,4,1,19,2,27v33,-34,104,-42,104,24r0,93v0,14,12,12,24,12r0,9r-77,0r0,-9v12,0,25,3,24,-12v-5,-47,21,-125,-33,-124v-12,0,-30,9,-42,17r0,107v0,15,12,12,25,12r0,9r-77,0v-5,-18,23,0,23,-21"},"o":{"d":"15,-79v0,-46,35,-86,83,-86v50,0,87,34,87,85v0,46,-37,85,-83,85v-48,0,-87,-33,-87,-84xm48,-82v0,30,16,78,54,78v36,0,50,-42,50,-73v0,-30,-16,-78,-54,-78v-36,0,-50,42,-50,73"},"p":{"d":"64,-1r0,65v1,14,21,8,34,9r0,9r-91,0r0,-9v13,2,32,-2,29,-12r0,-170v0,-27,-12,-26,-22,-31r0,-6r46,-21v8,2,3,20,4,29v14,-13,33,-27,55,-27v40,0,66,39,66,77v0,59,-58,111,-121,87xm103,-6v73,0,70,-137,-7,-135v-12,0,-25,7,-32,12r0,98v5,9,17,25,39,25"},"q":{"d":"139,61r0,-76v-45,43,-127,9,-124,-55v4,-69,72,-120,131,-82v7,-3,15,-19,22,-13r0,229v0,11,14,9,24,9r0,9v-21,-1,-58,-1,-84,0r0,-9v14,2,35,-1,31,-12xm139,-24v-6,-55,22,-129,-40,-129v-18,0,-53,13,-53,70v0,47,50,89,93,59"},"r":{"d":"9,0r0,-9v13,-1,27,3,27,-12r0,-101v1,-14,-20,-10,-19,-22v26,-11,41,-21,44,-21v8,5,-1,29,4,38v9,-14,24,-38,46,-38v9,0,20,7,20,20v0,25,-25,16,-40,9v-6,0,-27,8,-27,30r0,85v0,19,22,10,38,12r0,9r-93,0","w":140,"k":{",":40,".":40,"-":20}},"s":{"d":"15,-48r7,-2v5,24,19,44,45,44v21,0,29,-13,29,-26v0,-42,-78,-28,-78,-86v0,-20,15,-47,55,-47v12,0,27,4,41,11r3,37r-8,0v-4,-23,-17,-36,-40,-36v-14,0,-28,9,-28,24v0,42,84,28,84,85v0,41,-68,64,-106,37","w":140},"t":{"d":"59,-140r0,96v1,38,30,35,48,20r6,5v-18,27,-83,38,-82,-9r0,-112r-24,0r0,-5v19,-14,30,-22,48,-51r4,0r0,37r54,0r0,19r-54,0","w":119},"u":{"d":"166,-153r0,133v0,11,15,6,24,7r0,7v-17,0,-45,12,-53,10r0,-29v-22,18,-38,30,-64,30v-19,0,-40,-12,-40,-42r0,-93v0,-9,-1,-18,-21,-20r0,-7v19,5,50,-15,50,8r0,93v0,11,1,42,32,42v12,0,28,-9,43,-22r0,-97v0,-7,-17,-11,-30,-15r0,-6v32,-2,52,-5,56,-5v3,0,3,2,3,6"},"v":{"d":"84,5r-49,-127v-10,-27,-14,-28,-28,-28r0,-9r73,0r0,9v-36,1,-18,18,-9,43r25,69v12,-33,30,-66,38,-102v0,-8,-5,-9,-20,-10r0,-9v20,1,39,1,59,0r0,9v-17,0,-23,10,-29,26r-51,129r-9,0","w":180,"k":{",":33,".":33}},"w":{"d":"84,5r-52,-127v-10,-27,-13,-28,-27,-28r0,-9r71,0r0,9v-20,0,-21,5,-16,18r38,97v11,-31,26,-57,33,-91v0,-17,-11,-23,-26,-24r0,-9r75,0r0,9v-27,-1,-20,14,-12,36r30,79v12,-35,37,-63,37,-104v0,-10,-15,-11,-22,-11r0,-9r62,0r0,9v-16,0,-22,10,-28,26r-50,127r-13,2r-45,-113r-43,111","w":280,"k":{",":33,".":33}},"x":{"d":"114,-86v22,17,44,83,79,77r0,9r-80,0r0,-9v13,0,19,-1,19,-6v0,-3,-33,-42,-38,-49v-5,7,-40,44,-40,49v0,6,9,6,21,6r0,9r-68,0r0,-9v45,2,53,-41,80,-65v-18,-15,-40,-71,-74,-76r0,-9r77,0r0,9v-9,0,-19,0,-19,6v0,5,32,42,36,48v8,-11,36,-40,36,-47v0,-11,-22,-1,-17,-16r67,0r0,9v-42,1,-54,41,-79,64"},"y":{"d":"6,-150r0,-9r74,0r0,9v-7,1,-20,1,-20,10v1,10,31,84,38,97v8,-21,35,-82,35,-92v0,-15,-11,-15,-20,-15r0,-9r61,0r0,9v-17,0,-23,9,-29,23r-81,191v-6,24,-39,23,-41,1v-1,-14,20,-25,32,-13v18,-37,26,-58,26,-58v0,0,-48,-122,-52,-130v-5,-9,-11,-15,-23,-14","w":180,"k":{",":33,".":33}},"z":{"d":"50,-12v50,-3,73,15,93,-35r7,2r-10,45r-132,0v28,-53,65,-97,96,-148v-38,4,-67,-14,-79,27r-9,0r5,-46v14,1,5,8,31,8r93,0","w":159},"{":{"d":"47,17v0,-45,14,-102,-27,-111v65,-10,-18,-176,80,-163r0,5v-65,9,8,139,-58,159v44,8,29,67,29,112v0,26,6,40,29,45r0,5v-33,0,-53,-7,-53,-52","w":119},"|":{"d":"28,5r0,-280r24,0r0,280r-24,0","w":79},"}":{"d":"73,-204v0,44,-14,101,27,110v-65,11,18,176,-80,163r0,-5v65,-8,-8,-139,58,-158v-44,-8,-29,-67,-29,-112v0,-26,-6,-41,-29,-46r0,-5v33,0,53,8,53,53","w":119},"~":{"d":"62,-103v40,0,87,49,108,-2r13,18v-11,15,-23,31,-45,31v-37,0,-90,-50,-108,2r-13,-18v8,-15,21,-31,45,-31"},"'":{"d":"41,-164r-6,-69v0,-8,1,-18,15,-18v35,7,9,56,9,87v0,12,-17,12,-18,0","w":100},"`":{"d":"103,-196r-13,0r-60,-38v-9,-4,-7,-23,5,-23v28,13,45,42,68,61","w":100},"\u00a0":{"w":100,"k":{"T":13,"V":13,"W":13,"Y":13,"A":13}}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright ? 1989, 2002 Adobe Systems Incorporated.  All Rights Reserved. ?
 * 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Sabon is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Full name:
 * SabonLTStd-Bold
 * 
 * Designer:
 * Jan Tschichold
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Sabon LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 7 2 5 5 6 2 4 3","ascent":"275","descent":"-85","x-height":"5","bbox":"-19 -277 359.25 82","underline-thickness":"18","underline-position":"-18","stemh":"9","stemv":"46","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"T":13,"V":13,"W":13,"Y":13,"A":13}},"!":{"d":"57,-71v-6,-47,-24,-89,-24,-139v0,-17,8,-34,27,-34v29,1,29,33,25,59r-21,114r-7,0xm89,-23v0,15,-14,28,-29,28v-15,0,-29,-13,-29,-28v0,-15,14,-29,29,-29v15,0,29,14,29,29","w":119},"\"":{"d":"149,-232v-1,26,-6,48,-8,73v-1,7,-2,9,-10,9v-8,0,-10,-2,-11,-9r-9,-73v0,-9,2,-19,19,-19v18,0,19,10,19,19xm89,-232r-8,73v-1,7,-3,9,-11,9v-8,0,-10,-2,-11,-9r-8,-73v0,-9,1,-19,18,-19v18,0,20,10,20,19"},"#":{"d":"10,-71r0,-24r38,0r7,-53r-34,0r0,-24r38,0r10,-76r28,0r-10,76r41,0r10,-76r28,0r-10,76r34,0r0,24r-38,0r-7,53r35,0r0,24r-39,0r-10,76r-28,0r10,-76r-41,0r-10,76r-28,0r11,-76r-35,0xm124,-148r-40,0r-7,53r40,0"},"$":{"d":"94,-160r0,-81v-34,10,-34,69,0,81xm104,-98r0,86v14,0,33,-19,33,-40v0,-22,-14,-36,-33,-46xm25,-66r10,-2v8,27,15,59,59,58r0,-94v-36,-18,-64,-35,-64,-79v0,-41,25,-68,64,-74r0,-20r10,0r0,20v5,0,26,1,57,5v0,17,2,34,4,51r-11,2v-3,-26,-21,-50,-50,-44r0,89v38,20,71,34,71,83v0,37,-32,74,-71,76r0,32r-10,0r0,-32v-23,0,-46,-8,-63,-17"},"%":{"d":"239,-57v0,14,1,49,25,49v24,0,24,-35,24,-49v0,-14,0,-48,-24,-48v-24,0,-25,34,-25,48xm201,-57v0,-36,24,-61,63,-61v39,0,63,25,63,61v0,36,-24,62,-63,62v-39,0,-63,-26,-63,-62xm33,-192v0,-36,24,-62,63,-62v39,0,63,26,63,62v0,36,-24,62,-63,62v-39,0,-63,-26,-63,-62xm72,-192v0,14,0,49,24,49v24,0,25,-35,25,-49v0,-14,-1,-49,-25,-49v-24,0,-24,35,-24,49xm91,11r159,-270r19,0r-158,270r-20,0","w":360},"&":{"d":"112,-170v27,-14,33,-66,-6,-68v-15,0,-26,12,-26,26v0,20,16,33,32,42xm218,-177r0,-11v34,3,67,3,101,0r0,11v-58,-6,-80,64,-108,95v19,36,74,91,110,40r7,6v-15,23,-39,44,-68,44v-37,0,-58,-29,-76,-57v-22,28,-53,54,-90,54v-42,0,-73,-32,-73,-74v0,-35,27,-64,56,-79v-17,-12,-27,-29,-27,-50v0,-32,31,-53,61,-53v23,0,51,10,51,37v0,26,-21,37,-41,49v33,18,61,45,83,74v9,-14,38,-59,38,-73v0,-13,-14,-13,-24,-13xm85,-143v-52,29,-29,114,35,114v27,0,39,-11,57,-29v-24,-35,-56,-63,-92,-85","w":339},"(":{"d":"79,-259r11,7v-47,103,-47,207,0,310r-12,9v-67,-93,-69,-224,1,-326","w":119},")":{"d":"41,67r-11,-6v47,-104,48,-208,0,-311r12,-9v67,93,69,224,-1,326","w":119},"*":{"d":"165,-183v0,30,-34,10,-58,4v1,-2,2,-7,1,-8v19,-6,57,-26,57,4xm35,-160v2,-12,50,-33,54,-16v-9,15,-48,58,-54,16xm125,-132v0,20,-32,19,-32,0v0,-13,1,-28,1,-42v2,0,5,2,7,0v14,19,24,34,24,42xm86,-190v-19,-9,-57,-13,-43,-40v24,-19,37,19,47,35v-1,0,-4,3,-4,5xm99,-232v-3,-25,33,-24,33,-6v0,12,-21,36,-28,44v-12,-4,-2,-25,-5,-38"},"+":{"d":"84,-107r0,-74r32,0r0,74r75,0r0,32r-75,0r0,75r-32,0r0,-75r-75,0r0,-32r75,0"},",":{"d":"19,62r-6,-10v17,-4,41,-14,41,-35v0,-26,-32,-13,-32,-41v0,-14,11,-28,26,-28v23,0,35,21,35,42v0,39,-28,63,-64,72","w":100,"k":{" ":13}},"-":{"d":"9,-71r6,-29r96,0r-7,29r-95,0","w":119},".":{"d":"79,-23v0,15,-14,28,-29,28v-15,0,-28,-13,-28,-28v0,-15,13,-29,28,-29v15,0,29,14,29,29","w":100,"k":{" ":13}},"\/":{"d":"-3,5r108,-262r34,0r-107,262r-35,0","w":140},"0":{"d":"100,-241v-45,0,-45,91,-45,113v0,22,0,120,45,120v45,0,45,-98,45,-120v0,-22,0,-113,-45,-113xm100,-254v69,0,85,66,85,126v0,62,-20,133,-85,133v-67,0,-85,-71,-85,-133v0,-60,19,-126,85,-126"},"1":{"d":"29,-199v26,-13,69,-40,89,-55r10,0r0,223v0,23,20,20,40,20r0,11r-126,0r0,-11v19,0,41,3,42,-19r0,-181v-15,7,-33,15,-49,23"},"2":{"d":"24,-190r-7,-7v14,-32,45,-57,80,-57v39,0,63,27,63,66v0,58,-63,112,-100,148r102,0v6,-7,3,-24,19,-21v-3,20,-7,40,-9,61r-164,0r0,-12v44,-33,112,-96,112,-156v0,-28,-17,-53,-49,-53v-21,0,-36,14,-47,31"},"3":{"d":"64,5v-23,0,-60,-15,-45,-38v5,-2,13,-3,16,-3v19,53,91,23,91,-29v0,-49,-35,-65,-75,-52r-2,-10v30,-9,65,-29,65,-60v1,-46,-60,-47,-80,-16r-7,-8v18,-23,43,-43,73,-43v26,0,55,18,55,46v1,36,-26,51,-52,67v36,-3,67,15,67,55v0,54,-57,91,-106,91"},"4":{"d":"113,-208v-28,33,-51,70,-77,104r77,0r0,-104xm181,-104r0,32r-28,0r0,72r-40,0r0,-72r-103,0r0,-21r120,-161r23,0r0,150r28,0"},"5":{"d":"36,-140r35,-108r100,0r-12,37r-87,0r-11,34v48,13,96,40,96,96v0,54,-47,86,-97,86v-15,0,-43,-6,-43,-26v0,-6,2,-13,11,-13v15,0,12,26,47,26v30,0,48,-23,48,-52v0,-46,-47,-72,-87,-80"},"6":{"d":"71,-105v-5,-24,29,-38,52,-38v41,0,61,33,61,69v0,47,-41,79,-86,79v-55,0,-84,-46,-84,-96v0,-87,88,-151,167,-163r5,10v-73,17,-128,72,-128,150v0,27,11,86,49,86v26,0,37,-21,37,-44v0,-38,-39,-81,-73,-53"},"7":{"d":"46,0r108,-208r-112,0v-7,7,-4,24,-20,22r8,-62r163,0r2,4r-132,252"},"8":{"d":"23,-53v0,-34,21,-51,50,-63v-25,-15,-44,-34,-44,-68v0,-53,45,-70,76,-70v34,0,67,19,67,58v0,29,-25,50,-49,61v29,12,54,34,54,68v0,44,-37,72,-78,72v-35,0,-76,-18,-76,-58xm82,-111v-42,21,-39,104,18,103v23,0,39,-17,39,-40v0,-35,-31,-48,-57,-63xm64,-201v0,33,25,48,51,61v38,-21,39,-99,-14,-101v-21,0,-37,20,-37,40"},"9":{"d":"130,-144v2,25,-29,39,-53,39v-41,0,-61,-33,-61,-69v0,-47,41,-80,86,-80v55,0,84,47,84,97v0,87,-88,150,-167,162r-5,-9v73,-17,129,-72,129,-150v0,-27,-11,-87,-49,-87v-26,0,-37,21,-37,44v0,39,39,83,73,53"},":":{"d":"79,-23v0,15,-14,28,-29,28v-15,0,-28,-13,-28,-28v0,-15,13,-29,28,-29v15,0,29,14,29,29xm79,-133v0,15,-14,29,-29,29v-15,0,-28,-14,-28,-29v0,-15,13,-29,28,-29v15,0,29,14,29,29","w":100},";":{"d":"19,62r-6,-10v17,-4,41,-14,41,-35v0,-26,-32,-13,-32,-41v0,-14,11,-28,26,-28v23,0,35,21,35,42v0,39,-28,63,-64,72xm79,-133v0,15,-14,29,-29,29v-15,0,-28,-14,-28,-29v0,-15,13,-29,28,-29v15,0,29,14,29,29","w":100},"<":{"d":"192,-31r0,32r-183,-79r0,-25r183,-80r0,33r-138,59"},"=":{"d":"191,-144r0,33r-182,0r0,-33r182,0xm191,-70r0,32r-182,0r0,-32r182,0"},">":{"d":"9,-150r0,-33r183,80r0,25r-183,79r0,-32r138,-60"},"?":{"d":"66,-254v38,0,70,59,70,96v0,36,-17,55,-52,60v-15,2,-16,10,-16,27r-9,0r-1,-65v0,-3,1,-5,4,-5v22,0,56,-7,56,-35v0,-29,-25,-36,-55,-36v-12,0,-23,-7,-23,-21v0,-13,14,-21,26,-21xm97,-23v0,15,-14,28,-29,28v-15,0,-28,-13,-28,-28v0,-15,13,-29,28,-29v15,0,29,14,29,29","w":159},"@":{"d":"183,-149v0,-15,-5,-23,-18,-23v-18,0,-43,26,-43,64v0,20,4,32,19,32v17,0,42,-32,42,-73xm222,-190r-23,103v0,6,3,11,12,11v22,0,37,-37,37,-68v0,-51,-34,-90,-97,-90v-51,0,-103,36,-103,114v0,56,44,103,106,103v33,0,53,-7,75,-18r4,17v-23,13,-48,23,-78,23v-107,0,-142,-74,-142,-125v0,-82,58,-137,138,-137v76,0,124,48,124,112v0,49,-25,91,-70,91v-26,0,-32,-23,-35,-28v-3,7,-21,28,-45,28v-19,0,-38,-10,-38,-47v0,-32,23,-93,78,-93v18,0,21,9,25,17r4,-13r28,0","w":288},"A":{"d":"75,-89r-19,66v0,12,18,12,31,12r0,11v-28,-1,-56,-2,-83,0v1,-3,-2,-11,2,-11v14,0,27,-8,32,-23r71,-210v15,-3,25,-18,38,-15r83,234v4,11,12,14,26,14r0,11r-104,0v-7,-18,24,-5,26,-21v-3,-18,-15,-49,-21,-68r-82,0xm149,-109r-33,-102r-34,102r67,0","w":259,"k":{"v":27,"w":27,"y":27,"C":14,"G":14,"O":14,"Q":14,"T":27,"u":9,"U":13,"V":57,"W":40,"Y":57}},"B":{"d":"7,0v0,-5,-2,-13,5,-11v13,0,27,-1,27,-20r0,-189v-1,-21,-16,-20,-32,-20r0,-11r114,0v60,0,83,25,83,56v0,37,-34,53,-66,59v39,-1,81,21,81,65v0,84,-121,71,-212,71xm85,-128r0,84v0,25,4,31,32,31v31,0,53,-25,53,-57v-1,-49,-36,-62,-85,-58xm85,-238r0,97v40,2,71,-7,71,-47v0,-50,-31,-51,-71,-50","w":240,"k":{"U":4,",":6,".":6,"A":11}},"C":{"d":"247,-179r-11,2v-10,-35,-27,-64,-81,-64v-59,0,-90,47,-90,110v0,60,31,121,99,121v39,0,64,-25,73,-61r10,2v-5,19,-7,39,-9,58v-96,40,-223,5,-223,-118v0,-81,65,-128,139,-128v42,0,56,13,90,18v0,20,0,40,3,60","w":259,"k":{",":-6,".":-6,"A":14}},"D":{"d":"85,-237r0,196v0,25,11,28,37,28v61,0,93,-52,93,-107v0,-106,-54,-123,-130,-117xm7,0v0,-5,-2,-13,5,-11v13,0,27,-1,27,-20r0,-189v-1,-21,-16,-20,-32,-20r0,-11r115,0v89,0,143,50,143,125v0,72,-60,130,-133,126v-28,-2,-100,-1,-125,0","w":280,"k":{"V":27,"W":27,"Y":33,",":11,".":11,"A":20}},"E":{"d":"7,0v0,-5,-2,-13,5,-11v13,0,27,-1,27,-20r0,-189v-1,-21,-16,-20,-32,-20r0,-11r182,0v-1,15,-1,39,0,55r-10,3v-2,-23,-6,-42,-44,-42r-50,0r0,94v35,1,74,5,71,-32r11,0v-2,28,-1,55,0,83r-11,3v5,-41,-33,-37,-71,-36r0,84v0,23,21,23,44,23v43,0,62,-3,73,-44r10,3v-5,19,-10,38,-13,57r-192,0","w":219},"F":{"d":"85,-235r0,94v32,-2,78,10,73,-29r11,0v-3,27,-2,54,0,82r-11,0v6,-39,-36,-37,-73,-35r0,92v0,22,19,20,39,20r0,11r-117,0v0,-5,-2,-13,5,-11v13,0,27,-1,27,-20r0,-189v-1,-21,-16,-20,-32,-20r0,-11r182,0v-1,15,-1,39,0,55r-10,3v-2,-25,-9,-42,-37,-42r-57,0","k":{",":40,".":40,"A":18,"o":6,"a":9,"e":6,"r":6}},"G":{"d":"159,-257v39,0,59,12,92,14v0,13,1,40,5,61r-11,1v-11,-44,-42,-60,-84,-60v-64,0,-96,48,-96,108v0,59,28,123,97,123v17,0,35,-3,40,-7v-2,-34,13,-85,-32,-77r0,-11r103,0v0,5,2,13,-5,11v-33,-2,-16,46,-20,73v4,2,11,2,9,11v-110,37,-242,8,-242,-120v0,-84,71,-127,144,-127","w":280},"H":{"d":"85,-121r0,90v1,22,18,20,35,20r0,11r-113,0v0,-5,-2,-13,5,-11v13,0,27,-1,27,-20r0,-189v-1,-21,-16,-20,-32,-20r0,-11r113,0r0,11v-17,0,-34,-2,-35,20r0,79r130,0r0,-79v-1,-22,-18,-20,-35,-20r0,-11r113,0v0,5,2,13,-5,11v-13,0,-27,1,-27,20r0,189v1,21,16,20,32,20r0,11r-113,0r0,-11v17,0,34,2,35,-20r0,-90r-130,0","w":299},"I":{"d":"5,0v0,-5,-2,-13,5,-11v13,0,27,-1,27,-20r0,-189v-1,-21,-16,-20,-32,-20r0,-11r110,0v0,5,2,13,-5,11v-13,0,-27,1,-27,20r0,189v1,21,16,20,32,20r0,11r-110,0","w":119},"J":{"d":"53,35r0,-256v0,-21,-18,-19,-35,-19r0,-11r112,0v5,22,-31,2,-31,30r0,211v0,42,-31,88,-76,88v-21,0,-42,-7,-42,-30v0,-10,9,-20,22,-20v30,0,12,35,35,35v13,0,15,-19,15,-28","w":140,"k":{"u":11,",":9,".":9,"A":9,"o":9,"a":9,"e":9}},"K":{"d":"7,0v0,-5,-2,-13,5,-11v13,0,27,-1,27,-20r0,-189v-1,-21,-16,-20,-32,-20r0,-11r111,0v-1,4,3,13,-4,11v-11,0,-29,0,-29,20r0,189v1,22,19,20,33,20r0,11r-111,0xm177,-233v-5,-12,-32,0,-24,-18r94,0v-1,4,3,13,-4,11v-56,7,-79,63,-115,93r92,116v8,11,19,20,33,20r0,11r-71,0v-29,-44,-65,-82,-96,-124r75,-84v5,-5,16,-17,16,-25","w":259,"k":{"y":33,"O":20,"u":11,"o":11,"e":11}},"L":{"d":"86,-221r0,186v2,30,42,21,70,19v27,-2,40,-23,45,-45r11,0v-4,21,-10,40,-14,61r-190,0v0,-5,-2,-13,5,-11v13,0,27,-2,27,-24r0,-185v-1,-21,-16,-20,-32,-20r0,-11r112,0r0,11v-18,1,-34,-4,-34,19","w":219,"k":{"y":20,"T":33,"V":46,"W":46,"Y":46}},"M":{"d":"62,-35v0,24,13,23,35,24r0,11r-91,0v0,-5,-2,-13,5,-11v28,-1,30,-13,33,-39r15,-163v-1,-21,-17,-28,-36,-27r0,-11r76,0r84,188r86,-188r74,0v-1,4,3,11,-3,11v-11,0,-34,0,-33,16r15,193v1,18,10,19,32,20r0,11r-111,0r0,-11v28,1,34,-8,31,-34r-11,-152r-92,202r-9,0r-87,-198","w":360},"N":{"d":"78,-251r161,180r0,-136v-2,-34,-20,-33,-39,-33r0,-11r95,0v0,6,2,13,-6,11v-15,0,-32,2,-32,45r0,164v0,13,1,25,3,36r-14,0r-186,-206r0,148v-1,34,9,43,40,42r0,11r-95,0v0,-5,-2,-13,5,-11v25,0,32,-17,32,-46r0,-151v-1,-22,-17,-33,-37,-32r0,-11r73,0","w":299,"k":{"A":11}},"O":{"d":"15,-124v0,-75,58,-133,133,-133v77,0,137,48,137,125v0,83,-59,137,-136,137v-76,0,-134,-52,-134,-129xm147,-241v-127,0,-97,232,6,231v70,0,82,-62,82,-115v0,-53,-28,-116,-88,-116","w":300,"k":{"T":14,"V":27,"W":27,"Y":33,",":9,".":9,"A":20,"X":14}},"P":{"d":"83,-238r0,197v1,32,18,30,40,30r0,11r-115,0v0,-6,-2,-13,6,-11v11,0,23,0,23,-29r0,-172v0,-26,-9,-28,-29,-28r0,-11v83,4,189,-22,188,68v-1,51,-41,80,-98,74r0,-11v36,3,49,-22,50,-61v0,-38,-22,-60,-65,-57","k":{",":46,".":46,"A":20,"o":13,"a":13,"e":11}},"Q":{"d":"184,0v29,15,55,52,86,60v11,-1,16,-10,21,1v-37,49,-92,-3,-113,-25v-11,-12,-25,-22,-40,-31v-71,-5,-123,-55,-123,-129v0,-75,58,-133,133,-133v77,0,137,48,137,125v0,69,-41,119,-101,132xm147,-241v-127,0,-97,232,6,231v70,0,82,-62,82,-115v0,-53,-28,-116,-88,-116","w":300,"k":{"U":9}},"R":{"d":"86,-237r0,107v46,2,73,-6,73,-56v0,-40,-32,-58,-73,-51xm40,-30r0,-183v-1,-29,-15,-27,-32,-27r0,-11v83,6,200,-26,200,63v0,32,-22,52,-50,63r61,93v10,15,17,19,35,21r0,11r-69,0v-28,-36,-52,-76,-75,-117r-24,0v4,40,-18,118,36,106r0,11r-114,0r0,-11v17,1,32,-4,32,-19","w":259,"k":{"y":13,"O":13,"T":18,"U":13,"V":27,"W":27,"Y":27}},"S":{"d":"154,-200r-10,2v-3,-23,-17,-46,-42,-46v-28,0,-45,18,-45,46v0,60,108,42,108,128v1,73,-89,92,-144,59r-6,-55r10,-2v4,31,22,58,56,58v24,0,44,-15,44,-41v0,-64,-106,-44,-106,-131v-1,-67,66,-86,131,-69v0,17,2,34,4,51","w":180},"T":{"d":"255,-261v-3,18,-6,37,-4,58r-11,4v-1,-13,-3,-34,-27,-34r-59,0r0,191v1,31,15,31,37,31r0,11r-120,0r0,-11v24,0,37,1,37,-30r0,-192v-41,4,-95,-16,-93,32r-10,0v2,-19,6,-40,6,-61r9,0v3,11,11,11,21,11r186,0v10,0,19,0,20,-11","w":259,"k":{"w":40,"y":40,"O":11,"u":33,",":33,".":33,"A":27,"o":33,"a":33,"e":33,"r":33,"-":33,"c":33,"i":13,"s":33,":":27,";":27}},"U":{"d":"39,-84r0,-130v-1,-28,-15,-26,-33,-26r0,-11r112,0v0,5,2,13,-5,11v-14,0,-28,0,-28,26v0,86,-28,201,68,201v93,0,68,-116,68,-201v0,-29,-15,-26,-33,-26r0,-11r86,0r0,11v-18,1,-31,-4,-31,26r0,115v0,81,-43,104,-97,104v-69,0,-107,-25,-107,-89","w":280,"k":{",":11,".":11,"A":27}},"V":{"d":"111,-251r0,11v-20,0,-31,2,-24,21r63,160r57,-149v12,-26,3,-33,-24,-32r0,-11r74,0v-1,4,3,11,-3,11v-6,0,-13,0,-19,12v-6,12,-70,177,-94,233r-13,0r-92,-225v-7,-18,-15,-20,-33,-20r0,-11r108,0","w":259,"k":{"y":13,"G":27,"O":27,"u":20,",":46,".":46,"A":40,"o":37,"a":33,"e":37,"r":20,"-":33,"i":13,":":33,";":33}},"W":{"d":"236,5r-48,-112r-48,112r-12,0r-91,-213v-8,-19,-12,-34,-36,-32r0,-11r97,0v-1,4,3,12,-3,11v-28,3,-17,15,-4,45r59,138r30,-70r-45,-104v-4,-8,-13,-9,-22,-9r0,-11r157,0v0,5,2,13,-5,11v-34,-1,-37,53,-53,76r45,105r61,-171v1,-9,-11,-10,-26,-10r0,-11r67,0v-1,4,3,13,-4,11v-11,0,-17,12,-21,23r-85,222r-13,0xm204,-182v5,-15,15,-33,18,-48v0,-9,-8,-10,-20,-10v-39,2,0,41,2,58","w":360,"k":{"y":13,"O":13,"u":20,",":40,".":40,"A":33,"o":33,"a":33,"e":27,"r":20,"-":27,"i":13,":":27,";":27}},"X":{"d":"119,-116r-74,-101v-11,-15,-19,-24,-39,-23r0,-11r114,0v7,21,-41,0,-13,39r42,58v15,-23,45,-52,55,-76v-1,-10,-18,-10,-28,-10r0,-11r95,0r0,11v-25,-2,-36,9,-53,28r-59,72r72,101v11,14,23,30,43,28r0,11r-108,0v-9,-18,34,-2,14,-30r-51,-72v-19,26,-44,52,-59,81v1,10,19,10,29,10r0,11r-93,0v0,-6,-2,-13,6,-11v50,-10,74,-73,107,-105","w":280},"Y":{"d":"78,-11v58,9,29,-65,36,-106r-72,-99v-12,-16,-17,-25,-38,-24r0,-11r110,0v8,19,-36,4,-17,31r55,76v17,-28,44,-55,55,-88v-2,-10,-18,-8,-27,-8r0,-11r76,0r0,11v-12,0,-22,8,-28,16r-67,95r0,86v0,35,12,32,36,32r0,11r-119,0r0,-11","w":259,"k":{"v":27,"O":13,"u":27,",":40,".":40,"A":33,"o":40,"a":33,"e":33,"-":40,"i":20,":":33,";":33,"p":27,"q":40,"S":6}},"Z":{"d":"10,0r166,-233v-57,8,-142,-25,-143,41r-12,0r5,-65r10,-3v2,10,19,9,26,9r181,0r-165,233r105,0v37,0,44,-13,56,-46r10,2v-5,21,-9,41,-13,62r-226,0","w":259},"[":{"d":"66,39v-2,20,27,14,47,15r0,11v-14,-2,-69,1,-78,-1v3,-45,1,-180,2,-242v1,-58,-6,-68,0,-79v9,1,64,1,76,0r0,11v-21,1,-47,-5,-47,16r0,269","w":119},"\\":{"d":"35,-257r108,262r-35,0r-107,-262r34,0","w":140},"]":{"d":"54,-230v3,-21,-27,-15,-48,-16r0,-11v15,3,71,-3,79,2v-3,45,-2,179,-2,241v0,55,2,69,2,78v-9,2,-63,-1,-79,1r0,-11v20,-1,48,6,48,-15r0,-269","w":119},"^":{"d":"50,-107r-33,0r69,-141r28,0r69,141r-33,0r-50,-107"},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"109,-93v3,-28,-4,-50,-28,-50v-21,0,-27,6,-28,26v-4,12,-32,22,-32,6v0,-33,37,-35,59,-51v35,-16,70,5,70,43r0,73v-2,22,8,34,21,22r5,7v-14,26,-63,33,-65,-6v-22,31,-95,45,-95,-9v0,-44,59,-46,93,-61xm109,-38r0,-43v-20,6,-52,14,-52,39v0,39,49,18,52,4","w":180},"b":{"d":"22,2v5,-75,1,-159,2,-237v-7,-6,-24,-2,-24,-15v20,-7,41,-15,60,-25r4,3r0,128v44,-46,122,-16,122,56v0,77,-82,115,-142,80v-7,2,-13,17,-22,10xm64,-132r0,99v4,8,19,25,37,25v67,0,51,-134,-8,-135v-12,0,-21,6,-29,11","k":{"v":9,"y":11,",":6,".":6}},"c":{"d":"151,-45r6,7v-17,25,-35,43,-68,43v-48,0,-75,-32,-75,-80v0,-50,41,-92,91,-92v24,0,47,6,47,27v0,11,-9,19,-20,19v-19,0,-15,-30,-42,-30v-26,0,-38,21,-38,51v0,35,15,77,55,77v19,0,29,-8,44,-22","w":159,"k":{"y":9,"h":4,"k":4}},"d":{"d":"193,-10v-11,-1,-53,19,-61,13r0,-22v-41,47,-120,20,-118,-51v2,-66,56,-113,117,-92r0,-73v-7,-6,-24,-2,-24,-15v20,-7,41,-15,60,-25r5,3r0,254r21,-1r0,9xm131,-30r0,-98v-6,-13,-21,-23,-35,-23v-32,0,-42,35,-42,63v0,53,41,87,77,58","k":{"v":6,"w":6,"y":6}},"e":{"d":"147,-46r6,6v-14,25,-39,45,-69,45v-45,0,-70,-41,-70,-82v0,-45,30,-90,79,-90v37,0,58,27,57,63r-5,4r-97,0v0,37,17,73,56,73v17,0,31,-6,43,-19xm49,-111v20,-4,63,11,63,-13v0,-14,-9,-30,-25,-30v-22,0,-34,21,-38,43","w":159,"k":{"v":6,"w":6,"y":6,"x":4}},"f":{"d":"36,-162v-10,-59,31,-113,71,-113v14,0,25,6,25,23v0,10,-7,19,-18,19v-11,0,-11,-18,-24,-18v-12,0,-13,12,-13,25r0,64r40,0r0,21r-40,0r0,116v-2,15,14,14,32,14r0,11r-98,0r0,-11v13,-1,26,3,25,-13r0,-117r-25,0v0,-15,17,-13,25,-21","w":119,"k":{"o":4}},"g":{"d":"80,-167v31,0,52,16,91,11r0,18r-27,0v22,56,-29,97,-86,82r-9,7v2,33,47,17,75,17v25,0,47,11,47,39v0,55,-55,75,-93,75v-34,0,-69,-11,-69,-38v0,-24,15,-32,42,-43v-24,-2,-36,-14,-36,-38r31,-22v-21,-9,-35,-27,-35,-50v0,-36,36,-58,69,-58xm142,31v0,-23,-26,-26,-45,-26v-22,0,-59,5,-59,32v0,24,20,32,46,32v24,0,58,-13,58,-38xm51,-113v0,18,8,47,31,47v22,0,27,-21,27,-39v0,-18,-6,-51,-29,-51v-23,0,-29,25,-29,43","w":180,"k":{"y":4}},"h":{"d":"69,-128r0,109v0,11,13,8,23,8r0,11v-28,-2,-57,-1,-84,0r0,-11v12,0,21,0,21,-11r0,-204v4,-19,-24,-9,-21,-28v16,-4,40,-13,58,-21r3,3r0,131v28,-27,101,-47,101,20r0,100v0,11,12,10,22,10r0,11v-28,-2,-55,-1,-83,0v-7,-17,19,-5,21,-20v-5,-42,17,-120,-27,-120v-12,0,-26,7,-34,12","k":{"y":11}},"i":{"d":"8,-146v22,-6,40,-12,58,-21r3,3r0,145v0,11,13,8,23,8r0,11v-28,-2,-57,-1,-84,0v1,-3,-2,-11,2,-11v10,0,19,0,19,-11r0,-101v3,-11,-13,-12,-21,-14r0,-9xm71,-239v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,22,10,22,22","w":100,"k":{"v":6}},"j":{"d":"8,-146v22,-6,40,-12,58,-21r3,3r0,176v0,42,-28,57,-63,70r-2,-10v23,-9,25,-18,25,-51r0,-144v3,-11,-13,-12,-21,-14r0,-9xm49,-261v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22","w":100},"k":{"d":"29,-226v4,-18,-24,-9,-21,-28v16,-4,40,-13,58,-21r3,3r0,187v25,-7,34,-31,53,-45v15,-11,11,-22,-8,-21r0,-11v25,2,51,3,76,0v-1,4,3,13,-4,11v-33,1,-55,33,-76,52r60,73v7,8,14,16,25,15r0,11v-20,-1,-39,-2,-59,0v-8,-9,-54,-75,-61,-75v-3,0,-6,1,-6,7v3,24,-12,63,22,57r0,11v-28,-1,-55,-2,-83,0r0,-11v12,0,21,0,21,-11r0,-204","k":{"y":13,"o":9,"e":9}},"l":{"d":"29,-226v4,-18,-24,-9,-21,-28v16,-4,40,-13,58,-21r3,3r0,250v0,11,12,11,23,11r0,11v-27,-2,-58,-1,-84,0r0,-11v12,0,21,0,21,-11r0,-204","w":100,"k":{"w":6,"y":6}},"m":{"d":"8,-146v22,-6,40,-12,58,-21v6,4,2,17,3,26v26,-23,82,-43,99,1v32,-30,103,-45,103,19r0,99v0,11,9,13,21,12r0,10v-27,-2,-55,-1,-83,0v-7,-18,22,-5,22,-21v0,-42,19,-119,-28,-119v-11,0,-25,5,-33,10r0,108v0,12,10,11,22,11r0,11v-28,-2,-56,-1,-84,0v-7,-18,24,-4,22,-22v-5,-42,19,-118,-28,-118v-11,0,-25,7,-33,13r0,105v1,13,12,11,23,11r0,11v-27,-2,-58,-1,-84,0v1,-3,-2,-11,2,-11v10,0,19,0,19,-11r0,-101v3,-11,-13,-12,-21,-14r0,-9","w":299,"k":{"y":9}},"n":{"d":"8,-146v22,-6,40,-12,58,-21v6,4,2,17,3,26v28,-27,101,-47,101,20r0,100v0,11,12,10,22,10r0,11v-28,-2,-55,-1,-83,0v-7,-17,19,-5,21,-20v-5,-42,17,-120,-27,-120v-12,0,-26,7,-34,12r0,109v0,11,13,8,23,8r0,11v-28,-2,-57,-1,-84,0v1,-3,-2,-11,2,-11v10,0,19,0,19,-11r0,-101v3,-11,-13,-12,-21,-14r0,-9","k":{"v":6,"y":9}},"o":{"d":"99,-154v-38,0,-41,45,-41,74v0,30,9,72,44,72v33,0,41,-35,41,-67v0,-26,-9,-79,-44,-79xm14,-81v0,-49,36,-86,86,-86v52,0,86,34,86,84v0,49,-37,88,-86,88v-51,0,-86,-36,-86,-86","k":{"v":11,"w":9,"y":9,"x":6}},"p":{"d":"67,-133r0,96v5,6,18,23,37,23v65,0,53,-127,-8,-129v-10,0,-20,5,-29,10xm27,64r0,-192v1,-14,-23,-3,-22,-18v20,-6,41,-14,59,-24v6,4,2,17,3,26v15,-14,35,-23,56,-23v41,0,63,34,63,72v-1,66,-55,113,-119,92v5,33,-19,85,33,74r0,11r-96,0v-8,-17,23,-5,23,-18","k":{"y":13}},"q":{"d":"131,-30r0,-98v-6,-13,-21,-23,-35,-23v-32,0,-42,35,-42,63v0,53,41,87,77,58xm144,-157v6,-1,29,-30,29,-10r-1,227v0,13,11,11,21,11r0,11v-30,-2,-59,-1,-89,0r0,-11v13,0,27,3,27,-11r0,-79v-41,47,-119,19,-117,-51v2,-72,66,-119,130,-87"},"r":{"d":"29,-118v2,-18,-10,-17,-23,-19r0,-9v19,-4,39,-12,60,-21v7,3,0,21,4,27v6,-10,23,-27,42,-27v12,0,23,6,23,21v0,14,-10,21,-21,21v-14,0,-14,-13,-25,-13v-9,0,-20,6,-20,24r0,95v-2,9,18,8,33,8r0,11r-96,0v1,-4,-3,-11,3,-11v12,0,20,-1,20,-9r0,-98","w":140,"k":{",":27,".":27,"a":11,"-":20}},"s":{"d":"116,-120r-10,2v5,-35,-57,-53,-57,-14v0,39,74,29,74,84v0,56,-63,61,-103,44r-3,-40r10,-2v2,20,14,38,35,38v14,0,27,-7,27,-23v0,-35,-72,-30,-72,-85v0,-49,60,-61,100,-42v-1,13,-2,25,-1,38","w":140,"k":{"w":11}},"t":{"d":"112,-162r0,21r-43,0r0,98v0,25,27,23,41,13r4,6v-13,17,-27,29,-48,29v-27,0,-37,-17,-37,-37r0,-109r-21,0r0,-9v19,-10,41,-31,57,-52v9,6,2,27,4,40r43,0","w":119},"u":{"d":"73,5v-68,1,-37,-82,-44,-139v1,-11,-15,-11,-23,-14r0,-9v22,1,49,-10,65,-8v-4,34,-1,75,-2,112v-1,41,45,33,61,14r0,-92v2,-19,-30,-5,-27,-26v20,2,53,-9,69,-8v-4,42,0,90,-2,135v-1,15,9,13,21,13r0,9v-20,1,-43,12,-61,11r0,-26v-15,13,-36,28,-57,28"},"v":{"d":"84,5r-58,-143v-4,-13,-9,-13,-21,-13r0,-11v27,2,55,3,82,0r0,11v-15,-1,-21,-1,-14,18r31,80v4,-13,34,-76,34,-87v0,-13,-10,-11,-21,-11r0,-11v19,2,39,3,58,0v-1,3,2,11,-2,11v-10,0,-15,10,-19,18r-60,138r-10,0","w":180,"k":{",":33,".":33,"o":11,"a":9,"e":9}},"w":{"d":"141,-102r-47,107r-10,0r-56,-137v-5,-14,-7,-20,-23,-19r0,-11v27,2,53,3,80,0v-1,4,3,12,-3,11v-12,-2,-18,6,-11,14r33,85r31,-69v-6,-14,-9,-34,-32,-30r0,-11v28,2,57,3,85,0v-1,4,3,13,-4,11v-15,-2,-16,7,-11,18r32,79v10,-29,23,-55,31,-87v0,-10,-10,-10,-20,-10r0,-11v20,2,39,3,59,0v-1,3,2,11,-2,11v-14,0,-19,14,-24,25r-54,131r-10,0","w":280,"k":{",":27,".":27,"o":11,"a":11,"e":9}},"x":{"d":"81,-73r-47,-64v-8,-10,-13,-15,-28,-14r0,-11v30,2,60,3,90,0v-1,4,3,12,-3,11v-19,-1,-12,9,-4,20r19,26v9,-12,27,-27,31,-41v0,-6,-11,-5,-18,-5r0,-11v23,2,46,3,69,0v0,5,2,13,-5,11v-33,0,-48,40,-68,57r52,72v7,9,14,11,26,11r0,11v-29,-2,-61,-1,-90,0v1,-4,-3,-12,4,-11v16,2,15,-4,8,-13r-28,-38v-10,14,-29,32,-34,47v1,5,14,4,20,4r0,11v-23,-1,-47,-2,-70,0v0,-5,-2,-13,5,-11v36,-2,49,-43,71,-62","k":{"e":4}},"y":{"d":"68,-145r36,95v10,-31,27,-59,33,-93v1,-8,-11,-8,-21,-8r0,-11v19,2,40,3,59,0v0,6,2,13,-6,11v-6,0,-11,7,-21,32r-73,177v-5,25,-45,35,-48,3v-1,-18,25,-25,37,-14r18,-44r-54,-134v-8,-16,-9,-21,-23,-20r0,-11v27,2,55,3,82,0v6,15,-14,8,-19,17","w":180,"k":{",":33,".":33,"o":11,"a":11,"e":9}},"z":{"d":"94,-146v-34,-1,-72,-3,-73,26r-8,0v2,-18,4,-36,4,-50v13,-2,6,8,20,8r108,0r3,5r-85,141v42,1,76,3,81,-32r9,0v-3,16,-5,32,-6,48r-140,0","w":159},"{":{"d":"44,13v0,-45,14,-100,-28,-109v42,-8,28,-64,28,-108v0,-47,21,-53,60,-53r0,5v-68,6,6,136,-59,157v44,9,28,65,28,110v0,21,6,46,31,46r0,4v-39,0,-60,-5,-60,-52","w":119},"|":{"d":"24,5r0,-280r32,0r0,280r-32,0","w":79},"}":{"d":"76,-204v0,44,-14,100,28,108v-42,9,-28,64,-28,109v0,47,-21,52,-60,52r0,-4v67,-7,-8,-137,59,-157v-44,-9,-29,-65,-29,-111v0,-21,-5,-45,-30,-45r0,-5v39,0,60,6,60,53","w":119},"~":{"d":"62,-117v23,0,55,24,77,24v14,0,23,-13,31,-24r13,23v-11,15,-23,31,-45,31v-35,0,-90,-50,-108,0r-13,-26v8,-12,21,-28,45,-28"},"'":{"d":"69,-232r-8,73v-1,7,-3,9,-11,9v-8,0,-10,-2,-11,-9r-8,-73v0,-9,1,-19,18,-19v18,0,20,10,20,19","w":100},"`":{"d":"13,-261v29,14,44,43,68,62v-35,0,-45,-26,-70,-35v-12,-4,-16,-28,2,-27","w":100},"\u00a0":{"w":100,"k":{"T":13,"V":13,"W":13,"Y":13,"A":13}}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright ? 1989, 2002 Adobe Systems Incorporated.  All Rights Reserved. ?
 * 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Sabon is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Full name:
 * SabonLTStd-Italic
 * 
 * Designer:
 * Jan Tschichold
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Sabon LT Std","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 2 5 2 5 5 6 9 3 3","ascent":"275","descent":"-85","x-height":"5","bbox":"-26 -284 381 82.1087","underline-thickness":"18","underline-position":"-18","slope":"-12","stemh":"7","stemv":"31","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"T":13,"V":13,"W":13,"Y":13,"A":13}},"!":{"d":"55,-68r-7,0r14,-109v2,-17,8,-65,31,-65v29,7,12,44,4,66xm44,5v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,23,11,23,24v0,13,-10,23,-23,23","w":119},"\"":{"d":"95,-251v31,7,4,50,7,75v-1,12,-12,12,-13,0r-7,-60v0,-7,1,-15,13,-15xm154,-236r-6,60v-1,12,-12,12,-13,0r-7,-60v0,-7,1,-15,13,-15v12,0,13,8,13,15"},"#":{"d":"188,-98r-3,20r-37,0r-12,78r-22,0r11,-78r-46,0r-11,78r-23,0r12,-78r-38,0r3,-20r37,0r8,-52r-38,0r3,-20r37,0r12,-78r22,0r-12,78r47,0r11,-78r22,0r-11,78r38,0r-3,20r-37,0r-8,52r38,0xm136,-150r-47,0r-8,52r47,0"},"$":{"d":"106,-103r-17,99v24,-2,45,-20,45,-46v0,-19,-13,-36,-28,-53xm105,-159r15,-86v-52,0,-49,62,-15,86xm114,-149v23,28,51,44,51,84v0,43,-37,70,-78,70r-5,27r-11,0r5,-28v-14,-2,-28,-7,-40,-12v-7,3,-10,11,-20,11r10,-76r7,0v2,32,6,64,45,69r19,-109v-37,-29,-64,-87,-25,-126v22,-22,45,-18,50,-18r5,-27r11,0r-5,27v15,1,35,14,50,5r-12,64r-8,0v0,-18,5,-50,-32,-56"},"%":{"d":"198,-49v0,-36,33,-67,69,-67v32,0,51,24,51,55v0,36,-33,66,-68,66v-31,0,-52,-24,-52,-54xm225,-40v0,15,5,36,24,36v28,0,42,-42,42,-65v0,-17,-4,-37,-25,-37v-29,0,-41,43,-41,66xm35,-188v0,-36,32,-66,68,-66v32,0,51,24,51,55v0,36,-33,66,-68,66v-31,0,-51,-25,-51,-55xm61,-178v0,15,6,36,25,36v28,0,41,-42,41,-65v0,-17,-3,-37,-24,-37v-29,0,-42,43,-42,66xm87,8r161,-265r17,0r-161,265r-17,0","w":360},"&":{"d":"77,-98v-36,34,14,79,53,77v75,-4,116,-56,117,-126v-9,-19,-58,-22,-57,8v0,25,24,10,24,30v0,10,-10,13,-18,13v-7,0,-23,-6,-23,-27v0,-29,37,-58,64,-58v39,0,47,45,70,45v32,0,-17,-47,14,-47v10,0,15,10,15,19v-1,39,-60,62,-80,25v-6,79,-35,144,-132,144v-51,0,-91,-36,-91,-92v0,-51,63,-132,118,-98v12,-18,53,-40,38,-69v0,-8,6,-13,14,-13v33,11,-7,52,-20,64r-89,85xm107,-174v-34,1,-57,47,-51,87v20,-29,47,-48,67,-76v0,-6,-9,-11,-16,-11","w":339},"(":{"d":"127,-257r8,4v-62,97,-101,189,-68,318r-9,4v-62,-119,-4,-239,69,-326","w":119},")":{"d":"-4,69r-7,-3v62,-97,99,-189,67,-318r9,-5v62,119,5,239,-69,326","w":119},"*":{"d":"181,-190v-3,25,-32,8,-51,3r0,-7v17,-6,48,-22,51,4xm65,-170v2,-11,44,-28,48,-14v-7,14,-42,51,-48,14xm146,-145v0,16,-32,17,-29,0v2,-12,-5,-34,7,-38v13,17,22,31,22,38xm111,-197v-16,-6,-51,-10,-39,-35v21,-17,32,17,43,30v-1,0,-4,4,-4,5xm122,-234v0,-22,27,-22,30,-5v-2,9,-19,42,-31,36v1,-10,1,-21,1,-31"},"+":{"d":"88,-91r0,-68r24,0r0,68r68,0r0,23r-68,0r0,68r-24,0r0,-68r-67,0r0,-23r67,0"},",":{"d":"46,7v-3,-15,-28,-6,-27,-28v0,-17,13,-21,23,-21v19,0,27,17,27,34v0,36,-36,59,-69,58r-3,-7v22,-3,49,-9,49,-36","w":100,"k":{" ":13}},"-":{"d":"14,-74r7,-24r84,0r-5,24r-86,0","w":119},".":{"d":"42,5v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,23,-24,23","w":100,"k":{" ":13}},"\/":{"d":"18,5r-24,0r107,-262r24,0","w":100},"0":{"d":"21,-94v0,-55,40,-160,104,-160v48,0,65,50,65,105v0,54,-35,154,-105,154v-49,0,-64,-59,-64,-99xm50,-72v0,27,3,68,38,68v51,0,73,-123,73,-159v0,-30,0,-79,-36,-79v-56,0,-75,131,-75,170"},"1":{"d":"108,-221r-57,29r-5,-9r96,-53r3,2r-40,232v-2,14,26,11,42,11r-2,9r-117,0r2,-9v20,-1,39,3,42,-14"},"2":{"d":"43,-29r111,0v6,-7,7,-25,20,-19r-14,48r-153,0r1,-13v47,-44,127,-99,127,-173v0,-24,-12,-46,-39,-46v-24,0,-37,14,-54,29r-6,-8v21,-22,43,-43,75,-43v34,0,57,21,57,56v0,67,-83,125,-125,169"},"3":{"d":"66,-126r2,-9v30,-2,69,-24,69,-58v0,-51,-59,-53,-83,-23r-6,-6v22,-18,39,-32,68,-32v27,0,52,17,52,47v1,41,-33,57,-63,72v32,4,55,22,55,57v0,62,-91,109,-150,69r-4,-19r15,-4v25,60,106,14,106,-43v0,-35,-23,-56,-61,-51"},"4":{"d":"97,0r16,-83r-104,0r1,-13r147,-158r17,0r-28,147r40,0r-5,24r-39,0r-15,83r-30,0xm117,-107r19,-106r-99,106r80,0"},"5":{"d":"180,-220r-80,0r-15,39v33,22,68,55,68,99v0,48,-35,87,-85,87v-41,0,-54,-7,-56,-32r15,-5v12,20,23,28,46,28v33,0,52,-33,52,-63v0,-42,-30,-71,-63,-89r37,-92r91,0"},"6":{"d":"193,-240v-77,16,-138,88,-138,176v0,24,8,60,43,60v60,0,71,-118,6,-118v-12,0,-22,3,-32,11v2,-23,32,-28,53,-28v28,0,53,25,53,61v0,45,-36,83,-82,83v-48,0,-72,-39,-72,-79v0,-85,86,-160,166,-174"},"7":{"d":"30,-204r12,-44r163,0r-154,256r-14,-8r134,-220r-123,0v-5,6,-4,18,-18,16"},"8":{"d":"24,-47v0,-41,33,-60,65,-74v-17,-15,-36,-38,-36,-67v0,-35,27,-66,68,-66v30,0,62,19,62,52v0,36,-29,57,-58,72v21,20,37,35,37,68v0,43,-35,67,-77,67v-30,0,-61,-19,-61,-52xm48,-47v0,24,16,41,40,41v26,0,45,-17,45,-46v0,-24,-20,-44,-38,-62v-27,15,-47,34,-47,67xm79,-199v0,25,23,48,39,65v23,-16,41,-35,41,-65v0,-26,-13,-43,-39,-43v-23,0,-41,21,-41,43"},"9":{"d":"15,-8v78,-16,138,-88,138,-177v0,-24,-8,-59,-43,-59v-61,0,-70,117,-6,118v12,0,22,-4,32,-12v-2,23,-31,29,-52,29v-28,0,-54,-25,-54,-61v0,-45,36,-84,82,-84v48,0,72,39,72,79v0,85,-86,161,-166,175"},":":{"d":"61,-100v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,24,-24,24xm42,5v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,23,-24,23","w":100},";":{"d":"46,7v-3,-15,-28,-6,-27,-28v0,-17,13,-21,23,-21v19,0,27,17,27,34v0,36,-36,59,-69,58r-3,-7v22,-3,49,-9,49,-36xm61,-100v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,24,-24,24","w":100},"<":{"d":"180,-24r0,26r-159,-70r0,-23r159,-70r0,26r-132,55"},"=":{"d":"180,-127r0,23r-159,0r0,-23r159,0xm180,-55r0,23r-159,0r0,-23r159,0"},">":{"d":"21,-24r131,-56r-131,-55r0,-26r159,70r0,23r-159,70r0,-26"},"?":{"d":"87,-64v-26,-1,-50,-34,-50,-58v0,-65,95,-33,95,-84v0,-30,-35,-26,-54,-20v-7,0,-11,-5,-11,-11v0,-13,12,-14,22,-14v30,0,58,24,58,55v-1,72,-86,37,-95,88v3,22,23,24,39,21v6,0,8,4,8,9v0,8,-4,14,-12,14xm56,5v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,23,-24,23","w":159},"@":{"d":"124,-102v0,23,11,31,24,31v16,0,44,-26,44,-80v0,-16,-5,-25,-16,-25v-18,0,-52,27,-52,74xm237,-28r4,12v-24,11,-49,21,-79,21v-99,0,-142,-74,-142,-124v0,-82,63,-138,138,-138v70,0,124,49,124,113v0,39,-25,91,-70,91v-26,0,-32,-23,-35,-27v-14,21,-77,55,-79,-21v0,-27,23,-92,74,-92v18,0,22,11,27,20r4,-15r26,0r-26,107v0,8,3,17,15,17v31,0,50,-47,50,-80v0,-44,-41,-101,-110,-101v-58,0,-107,44,-107,129v0,54,45,107,111,107v33,0,53,-9,75,-19","w":288},"A":{"d":"35,-33r124,-220v5,0,12,-6,15,-2r39,223v2,15,9,24,26,23r-1,9r-85,0r2,-9v11,0,27,0,25,-14r-10,-71r-85,0v-10,25,-25,47,-33,74v1,14,14,10,26,11r-2,9r-75,0r2,-9v17,0,24,-10,32,-24xm152,-216v-22,34,-39,72,-59,107r75,0","w":259,"k":{"y":27,"C":13,"G":13,"O":13,"Q":11,"T":27,"U":13,"v":20,"V":44,"w":20,"W":44,"Y":33}},"B":{"d":"92,-125r-17,96v-3,18,22,17,34,17v40,0,65,-29,65,-67v0,-48,-41,-49,-82,-46xm113,-239r-19,100v49,6,86,-9,86,-60v0,-37,-34,-44,-67,-40xm44,-37r34,-189v2,-17,-17,-16,-32,-16r2,-9v70,6,162,-21,168,53v3,40,-38,59,-71,65v35,4,64,18,64,57v0,89,-111,75,-201,76v1,-5,0,-11,8,-9v24,0,24,-7,28,-28","w":240,"k":{"A":11}},"C":{"d":"232,-9v-23,-9,-49,14,-80,14v-69,0,-120,-48,-120,-121v0,-78,65,-141,142,-141v66,0,58,30,83,10r4,3r-12,63r-7,-2v6,-34,-24,-62,-61,-62v-73,0,-112,70,-112,129v0,63,27,110,83,110v46,0,69,-26,86,-66r8,2","w":259,"k":{",":-6,".":-6,"A":13}},"D":{"d":"44,-35r34,-192v1,-14,-14,-15,-32,-15r2,-9v36,2,55,0,96,0v53,0,76,14,93,27v24,18,40,47,40,86v0,102,-83,149,-196,138r-73,0v1,-6,2,-11,10,-9v17,-1,22,-5,26,-26xm242,-143v0,-82,-51,-99,-128,-96r-38,205v-4,21,22,22,46,22v75,0,120,-60,120,-131","w":299,"k":{"V":36,"W":36,"Y":40,",":6,".":6,"A":16}},"E":{"d":"7,0v1,-4,0,-11,7,-9v23,0,25,-9,28,-24r35,-195v3,-8,-14,-16,-31,-14r2,-9r175,0r-4,50r-7,0v12,-50,-54,-37,-100,-39r-18,102v39,-1,85,10,86,-33r6,0r-15,82v-9,2,-3,-9,-4,-14v4,-29,-48,-18,-76,-20r-15,94v-2,28,51,17,77,17v41,0,47,-11,62,-48r9,0r-17,60r-200,0","w":240},"F":{"d":"7,0v2,-3,0,-10,6,-9v21,0,26,-3,29,-22r35,-194v0,-17,-12,-18,-31,-17r2,-9r156,0r-4,49r-7,0v-1,-10,0,-24,-9,-32v-10,-9,-47,-5,-72,-6r-18,102v42,-1,85,9,87,-34r8,0r-15,87r-8,0v6,-20,-1,-38,-22,-38r-54,0r-16,100v-2,14,13,14,34,14r-1,9r-100,0","k":{",":46,".":46,"A":20,"a":6,"e":4}},"G":{"d":"183,-257v27,-1,59,11,81,17v7,-2,7,-4,13,-2r-10,61r-7,0v4,-46,-34,-64,-71,-64v-66,0,-120,65,-120,131v0,52,31,108,86,108v26,0,51,-5,56,-34r6,-37v3,-20,-19,-17,-36,-17r2,-10r97,0v-1,4,1,11,-6,9v-37,1,-26,52,-35,81v-90,43,-207,11,-207,-99v0,-82,70,-144,151,-144","w":299},"H":{"d":"105,-206r-12,68r135,0r14,-78v5,-31,-9,-25,-29,-26r2,-9v32,2,63,1,95,0v-1,5,-1,11,-9,9v-23,0,-24,7,-29,36r-30,160v-8,40,0,37,27,37r-2,9r-94,0v1,-5,1,-11,9,-9v21,0,23,-8,27,-31r15,-83r-133,0r-15,77v-8,40,0,37,27,37r-2,9r-94,0v1,-5,0,-11,8,-9v21,0,24,-8,28,-31r32,-176v5,-31,-9,-25,-29,-26r2,-9v32,2,63,1,95,0v-1,5,0,11,-8,9v-23,0,-25,7,-30,36","w":299},"I":{"d":"8,0v1,-5,0,-11,8,-9v20,0,24,-5,28,-26r34,-190v2,-20,-16,-17,-30,-17r2,-9r95,0v-2,20,-29,-4,-34,25r-35,191v-6,25,5,26,29,26r-2,9r-95,0","w":140},"J":{"d":"35,20r47,-251v1,-13,-19,-11,-33,-11r1,-9v32,2,63,1,95,0v0,6,-2,11,-11,9v-15,0,-18,9,-21,23v-24,99,-25,208,-78,282v-15,21,-55,28,-61,-1v0,-7,6,-13,14,-13v19,0,9,22,23,22v8,0,17,-13,24,-51","w":140,"k":{",":9,".":9,"A":11,"a":16,"e":13,"o":20,"u":11}},"K":{"d":"75,-217v11,-38,-35,-14,-26,-34r93,0r-2,9v-13,0,-28,2,-32,21r-17,93v19,2,28,-13,39,-24v10,-10,70,-73,70,-82v0,-10,-10,-8,-18,-8r2,-9r74,0r-1,9v-25,-1,-39,16,-51,29r-78,79r73,99v9,12,17,28,37,26r-2,9v-37,-4,-46,7,-69,-24r-63,-87v-4,-5,-7,-9,-15,-8r-16,97v0,5,1,13,24,13v8,-2,5,4,4,9r-93,0v-1,-16,19,-3,27,-16v21,-60,21,-137,40,-201","w":259,"k":{"y":40,"O":20,"e":6,"o":20,"u":6}},"L":{"d":"226,-63r-19,63r-195,0r1,-9v26,1,33,-6,37,-33r32,-180v4,-20,-19,-21,-32,-20r2,-9r101,0r-2,9v-23,0,-32,0,-36,23r-38,207v66,1,130,9,140,-51r9,0","w":240,"k":{"y":20,"T":33,"V":40,"W":40,"Y":40}},"M":{"d":"5,0v2,-3,0,-10,6,-9v20,0,26,-4,34,-35r45,-178v-7,-18,-18,-20,-37,-20r1,-9r66,0r48,203r104,-203r63,0v-2,3,0,10,-6,9v-21,0,-27,8,-28,25r-11,182v-2,21,9,27,30,26r-1,9r-99,0v2,-3,0,-10,6,-9v21,0,29,-4,31,-26r12,-178r-109,213r-12,0r-49,-201r-41,178v-2,13,14,15,29,14r-2,9v-26,-1,-53,-1,-80,0","w":339},"N":{"d":"76,-214v0,-8,-26,-32,-43,-28r2,-9v19,2,38,1,57,0r137,204r28,-174v0,-22,-15,-21,-33,-21r2,-9v27,2,55,0,82,0v0,5,0,11,-7,9v-24,0,-25,20,-29,43r-31,168v6,10,13,21,25,24v-1,15,-27,2,-44,7r-134,-198r-27,172v-2,12,15,19,34,17r-1,9r-87,0v1,-4,-1,-11,6,-9v20,0,28,-4,36,-49","w":299},"O":{"d":"67,-106v0,57,25,100,88,100v71,0,107,-77,107,-137v0,-54,-27,-102,-88,-102v-75,0,-107,75,-107,139xm32,-113v0,-80,63,-144,142,-144v65,0,123,46,123,114v0,82,-60,148,-144,148v-72,0,-121,-45,-121,-118","w":320,"k":{"T":20,"V":20,"W":40,"Y":40,",":6,".":6,"A":16,"X":27}},"P":{"d":"8,0v1,-6,2,-11,10,-9v12,-1,21,-3,24,-21r34,-190v3,-19,-13,-22,-34,-22r2,-9v72,4,168,-20,168,56v0,54,-52,80,-106,73r2,-10v39,2,66,-10,69,-62v2,-37,-26,-50,-65,-45r-37,214v1,18,19,16,35,16r-2,9r-100,0","w":219,"k":{",":46,".":46,"A":27,"a":40,"e":27,"o":27}},"Q":{"d":"67,-106v0,57,25,100,88,100v71,0,107,-77,107,-137v0,-54,-27,-102,-88,-102v-75,0,-107,75,-107,139xm20,36r0,-7r113,-25v-61,-7,-101,-51,-101,-117v0,-80,63,-144,142,-144v65,0,123,46,123,114v0,72,-46,132,-132,152v-24,5,-47,10,-80,18v49,12,103,33,155,38v14,1,31,-9,23,-25v-1,-12,22,-18,21,-2v0,20,-35,46,-77,44v-56,-3,-129,-39,-187,-46","w":320,"k":{"U":9}},"R":{"d":"53,-242v-8,2,-5,-4,-4,-9v72,3,167,-18,167,55v0,42,-38,62,-75,67v25,24,40,57,58,87v10,17,20,37,43,33r-2,9r-45,0v-22,-1,-70,-120,-88,-125v-4,-1,-8,-1,-12,-1r-17,103v1,16,19,14,34,14r-2,9r-98,0v1,-4,-1,-11,5,-9v17,0,25,0,30,-26r34,-191v0,-14,-10,-16,-28,-16xm116,-240r-19,105v48,2,85,-13,86,-59v1,-36,-25,-47,-67,-46","w":259,"k":{"y":20,"O":9,"T":20,"U":13,"V":33,"W":33,"Y":33}},"S":{"d":"45,-190v0,-60,65,-80,116,-58v5,-1,7,-4,14,-3r-12,63r-7,0v4,-36,-12,-57,-44,-57v-24,0,-39,14,-39,38v0,50,85,81,85,141v0,63,-82,88,-130,58v-6,5,-8,13,-20,11r10,-76r7,0v-3,35,16,67,51,67v27,0,49,-16,49,-44v0,-52,-80,-81,-80,-140","w":180},"T":{"d":"37,-257v54,13,131,3,196,6v9,1,15,-6,25,-6r-6,62r-9,0v0,-27,0,-42,-28,-42r-50,0r-38,214v-3,14,18,14,36,14r-2,9r-104,0r1,-9v24,1,33,0,38,-28r36,-200r-61,0v-30,0,-33,27,-38,41r-10,0","w":240,"k":{"i":13,"y":31,"w":33,",":40,".":40,"A":24,"a":27,"e":27,"o":31,"u":27,"s":20,"-":33,"c":27,"r":20,":":27,";":27}},"U":{"d":"50,-60v0,-56,25,-108,25,-163v0,-22,-17,-19,-34,-19r1,-9r105,0v-1,6,-2,11,-10,9v-17,1,-27,7,-33,44r-20,135v0,37,30,54,58,54v99,-2,74,-121,96,-197v8,-26,-6,-38,-35,-36r2,-9r83,0v-1,4,1,11,-6,9v-26,0,-27,36,-31,56v-18,86,-5,191,-116,191v-41,0,-85,-17,-85,-65","w":280,"k":{",":6,".":6,"A":13}},"V":{"d":"133,-251v-1,3,0,8,-3,9v-15,0,-30,2,-27,15r38,185r85,-174v13,-18,-7,-29,-27,-26r2,-9r79,0r-2,9v-16,-1,-23,4,-30,18r-118,229r-13,0r-46,-221v-4,-19,-10,-27,-34,-26r2,-9r94,0","w":259,"k":{"y":20,"G":13,"O":16,",":46,".":46,"A":33,"a":27,"e":27,"o":31,"u":20,"-":33,"i":13,"r":20,":":40,";":40}},"W":{"d":"125,-251v1,16,-38,4,-22,34r40,177r50,-86r-28,-103v-3,-10,-12,-13,-27,-13r1,-9r78,0v3,14,-22,6,-18,21r16,65v11,-22,28,-42,34,-68v2,-9,-8,-9,-20,-9r2,-9r67,0v-1,4,0,10,-7,9v-17,-2,-22,11,-30,25v-4,6,-41,69,-41,69r27,108r83,-172v9,-15,14,-34,-20,-30r2,-9r69,0v-2,3,0,9,-4,9v-13,0,-18,10,-25,24r-114,223r-10,0r-31,-114r-66,114r-10,0r-55,-234v-2,-10,-12,-13,-27,-13r2,-9r84,0","w":360,"k":{"y":13,",":46,".":46,"A":27,"a":24,"e":20,"o":24,"u":13,"-":27,"i":6,"r":13,":":27,";":27}},"X":{"d":"5,0v5,-18,34,-7,46,-31r81,-90r-57,-103v-8,-16,-18,-18,-38,-18r2,-9r96,0v2,16,-36,2,-19,32r40,73v23,-30,51,-54,70,-87v0,-3,-1,-9,-22,-9v-5,1,-1,-6,-1,-9r79,0v-1,4,0,11,-7,9v-9,0,-22,8,-28,15r-85,93r55,98v12,21,16,29,39,27r-2,9r-94,0v-4,-15,24,-3,25,-18v-10,-31,-32,-61,-46,-90r-65,77v-15,10,-5,26,15,22r-2,9r-82,0","w":280},"Y":{"d":"126,-251r-1,9v-14,0,-31,-1,-25,13r46,109v23,-38,50,-73,70,-114v-1,-8,-17,-8,-28,-8r1,-9r70,0r-2,9v-12,-1,-21,12,-27,22r-80,117r-13,70v-4,25,13,24,34,24r-1,9r-102,0r1,-9v23,1,31,-2,35,-22r14,-72r-55,-126v-5,-10,-17,-14,-30,-13r2,-9r91,0","w":240,"k":{"O":11,"v":20,",":46,".":46,"A":27,"a":27,"e":27,"o":27,"u":20,"-":33,"i":13,":":33,";":33,"p":20,"q":27}},"Z":{"d":"172,-15v49,-2,46,-21,61,-51r8,0r-17,66r-216,0r0,-3r197,-235v-66,6,-139,-23,-155,41r-8,0r16,-54r195,0r0,3r-195,233r114,0","w":259},"[":{"d":"76,60r-2,9r-58,0r62,-326v18,1,35,1,53,0r-1,10v-18,0,-33,-3,-36,15r-54,283v1,12,23,8,36,9","w":119},"\\":{"d":"111,5r-24,0r-84,-262r24,0","w":100},"]":{"d":"82,-230v9,-19,-14,-18,-34,-17r1,-10r59,0r-60,324v-13,5,-36,1,-56,2r2,-9v18,0,34,3,36,-15","w":119},"^":{"d":"49,-117r-25,0r65,-131r22,0r65,131r-24,0r-52,-105"},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"31,-46v0,12,5,25,19,25v35,0,79,-76,79,-108v0,-9,-9,-19,-18,-19v-39,0,-80,66,-80,102xm144,-153v4,-9,8,-23,24,-17r-38,140v0,3,1,5,4,5v13,3,23,-30,33,-16v-14,15,-35,46,-58,46v-28,-7,3,-49,4,-69v-18,28,-52,69,-81,69v-22,0,-27,-16,-27,-29v0,-57,70,-141,116,-141v9,0,18,5,23,12","w":180},"b":{"d":"108,-274r-46,161v19,-22,50,-52,82,-52v29,0,40,19,40,46v0,58,-65,124,-122,124v-36,0,-48,-30,-39,-65r48,-189v-5,-6,-19,-6,-16,-17v17,-2,38,-12,53,-8xm156,-125v0,-14,-5,-25,-22,-25v-45,0,-89,75,-89,115v0,15,5,31,22,31v44,0,89,-80,89,-121","k":{"y":6,",":6,".":6}},"c":{"d":"17,-44v2,-65,57,-121,120,-121v8,0,18,6,18,15v-2,30,-32,14,-46,7v-36,0,-63,66,-63,96v0,60,80,24,99,-6r5,7v-23,27,-52,51,-89,51v-29,0,-44,-21,-44,-49","w":159,"k":{"y":6,"h":4,"k":4}},"d":{"d":"42,-47v0,17,7,33,26,33v37,0,72,-75,72,-104v0,-17,-7,-32,-26,-32v-41,0,-72,70,-72,103xm13,-38v2,-60,55,-127,109,-127v10,0,20,3,28,8r17,-90v-6,-6,-24,-7,-19,-17v19,0,40,-10,56,-10r-58,245v9,17,30,-12,37,-20r5,5v-13,17,-38,49,-61,49v-22,0,-5,-34,-2,-50v-20,24,-44,50,-77,50v-26,0,-35,-20,-35,-43","k":{"y":9}},"e":{"d":"134,-48r5,7v-24,26,-50,46,-82,46v-33,0,-44,-24,-44,-48v0,-58,52,-122,104,-122v16,0,35,6,35,26v0,49,-68,66,-107,70v-7,26,-3,55,26,55v21,0,42,-14,63,-34xm46,-79v33,-2,77,-20,77,-59v0,-9,-6,-15,-15,-15v-28,0,-56,50,-62,74","w":159,"k":{"y":6}},"f":{"d":"59,-159v14,-49,34,-104,92,-116v7,0,15,2,15,11v0,5,-4,18,-10,18v-7,0,-15,-7,-23,-7v-38,0,-33,63,-46,94r40,0r-5,15r-39,0r-60,220v-7,1,-18,8,-23,4r55,-224r-32,0r4,-15r32,0","w":119,"k":{",":9,".":9,"a":6}},"g":{"d":"99,-165v30,2,52,22,78,5v11,2,6,24,-3,24v-8,0,-15,-9,-29,-10v36,46,-19,104,-77,91v-6,2,-18,17,-5,21v28,21,85,23,85,65v0,36,-51,51,-80,51v-26,0,-74,-6,-74,-41v0,-26,36,-41,56,-49v-7,-4,-20,-10,-20,-20v0,-14,19,-25,29,-31v-61,-25,-19,-109,40,-106xm124,41v-6,-27,-43,-30,-63,-45v-7,3,-44,19,-44,39v0,27,33,36,55,36v17,0,52,-7,52,-30xm128,-125v0,-15,-6,-30,-25,-30v-29,0,-46,36,-46,60v0,17,7,32,27,32v29,0,44,-38,44,-62","w":180,"k":{"y":6,"a":4,"o":4}},"h":{"d":"106,-274r-50,190v15,-24,65,-81,98,-81v19,0,26,14,26,32v0,36,-44,133,-81,133v-20,0,-1,-24,1,-33r25,0v11,-22,26,-64,26,-89v0,-12,-3,-21,-14,-21v-48,16,-91,80,-100,137v-1,3,-3,5,-15,5v-12,1,-14,-8,-9,-17r56,-233v-5,-5,-19,-5,-16,-15v17,-1,38,-7,53,-8","k":{"y":11}},"i":{"d":"53,-131v-11,-21,-27,30,-35,13v10,-16,36,-47,57,-47v19,0,8,19,6,30v-10,35,-25,69,-33,106v0,4,0,6,4,6v8,2,27,-34,33,-19v-11,15,-36,47,-57,47v-18,0,-15,-17,-10,-32xm82,-248v9,0,17,8,17,17v0,8,-8,16,-17,16v-9,0,-16,-8,-16,-16v0,-9,7,-17,16,-17","w":100,"k":{"v":-2}},"j":{"d":"-11,82r-3,-8v9,-5,17,-16,22,-34r45,-171v-13,-17,-29,32,-35,13v10,-16,36,-47,57,-47v23,0,5,24,3,40v-26,70,-28,175,-89,207xm82,-248v8,0,17,7,17,16v0,9,-8,17,-17,17v-20,0,-21,-34,0,-33","w":100},"k":{"d":"92,-70v25,11,45,74,88,57r0,9v-28,16,-60,9,-78,-14v-13,-17,-23,-40,-44,-49r-18,65v-1,5,-5,7,-13,7v-7,0,-13,-4,-12,-8r60,-244v-6,-5,-20,-5,-17,-16v14,-1,41,-12,53,-11r-41,160v13,-18,46,-51,75,-51v16,0,27,10,27,27v0,36,-48,60,-80,68xm146,-126v0,-10,-6,-17,-19,-17v-31,0,-61,45,-68,69v37,0,87,-18,87,-52","k":{"y":11,"e":4,"o":6}},"l":{"d":"105,-273r-57,242v0,4,1,8,5,8v11,3,25,-41,32,-21v-12,15,-33,49,-55,49v-18,1,-13,-23,-11,-35r51,-217v-6,-6,-25,-7,-20,-17v18,0,42,-11,55,-9","w":100,"k":{"y":6}},"m":{"d":"244,-31v12,18,33,-29,42,-13v-16,17,-36,44,-62,44v-15,0,-14,-15,-9,-29r33,-98v0,-6,-4,-9,-8,-9v-52,18,-88,79,-107,132v-5,7,-21,6,-25,0v13,-42,30,-76,39,-123v0,-5,-2,-9,-7,-9v-54,18,-87,78,-105,132v-5,6,-21,5,-25,-1v13,-42,30,-79,40,-124v-10,-18,-28,7,-36,17r-6,-7v14,-17,39,-46,63,-46v17,0,12,21,8,30v-5,18,-16,39,-18,55v17,-25,71,-85,103,-85v21,0,16,18,12,32r-17,53v19,-24,74,-85,108,-85v19,0,16,21,11,33","w":299,"k":{"y":6}},"n":{"d":"53,-129v-12,-26,-32,27,-42,10v14,-17,38,-46,62,-46v17,0,12,20,9,30v-6,17,-16,38,-18,54v17,-25,71,-84,106,-84v19,0,15,21,10,33r-34,98v0,4,2,7,7,7v10,0,26,-17,31,-25v12,6,-2,14,-7,21v-12,16,-30,31,-50,31v-19,0,-15,-17,-9,-34r33,-95v0,-5,-4,-7,-8,-7v-55,18,-87,77,-105,132v-5,5,-21,6,-25,-1","k":{"y":6}},"o":{"d":"46,-55v0,27,10,51,42,51v46,0,66,-63,66,-100v0,-26,-10,-51,-41,-51v-48,0,-67,60,-67,100xm17,-67v0,-52,45,-98,97,-98v42,0,69,33,69,74v0,51,-44,96,-95,96v-43,0,-71,-28,-71,-72","k":{"y":6}},"p":{"d":"57,-152r11,-43r30,-8r-11,45v32,-12,97,-12,94,38v-3,55,-68,156,-133,115r-18,70r29,5r-1,7r-57,5r-2,-3r55,-218v-14,5,-29,10,-43,17r2,-14v14,-6,29,-12,44,-16xm84,-148v-9,41,-22,74,-27,120v0,8,7,24,20,24v37,0,73,-81,73,-116v0,-44,-41,-34,-66,-28","k":{"y":11,",":9,".":9}},"q":{"d":"117,-148v-38,0,-77,63,-77,99v0,15,6,31,23,31v38,0,80,-67,80,-103v0,-16,-9,-27,-26,-27xm166,-168r21,-7r-61,244v8,4,27,0,23,13v-27,-2,-54,-1,-81,0r2,-9r28,-4r34,-129v-18,24,-54,65,-87,65v-21,0,-32,-19,-32,-35v0,-75,77,-135,116,-135v14,0,23,6,28,21"},"r":{"d":"15,-110r-5,-6v9,-13,36,-49,54,-49v17,0,16,16,12,33v-4,16,-12,35,-13,49v10,-18,43,-82,66,-82v8,0,11,5,11,13v1,14,-9,32,-28,25v-30,4,-59,86,-69,130v-3,5,-30,2,-24,-7r33,-121v0,-4,-2,-9,-7,-9v-10,0,-24,17,-30,24","w":140,"k":{",":40,".":40,"k":4,"a":16,"s":4,"-":20}},"s":{"d":"117,-50v0,29,-33,57,-66,55v-17,0,-46,-5,-46,-28v0,-8,2,-22,13,-22v4,21,27,29,46,29v10,0,32,-2,32,-16v-1,-32,-71,-39,-66,-81v3,-26,36,-48,65,-52v24,-4,43,23,24,38v-14,-3,-18,-18,-39,-18v-12,0,-27,6,-27,20v0,30,64,38,64,75","w":140},"t":{"d":"58,-159r14,-45r29,0r-15,45r39,0r-5,15r-38,0r-33,115v0,4,2,8,7,8v14,0,35,-23,44,-32r5,7v-16,18,-46,51,-72,51v-19,-1,-16,-27,-11,-41r32,-108r-35,0r4,-15r35,0","w":119},"u":{"d":"145,-32v11,20,33,-28,42,-12v-15,16,-38,44,-62,44v-21,0,-12,-21,-6,-39r21,-64v-18,23,-77,103,-112,103v-16,0,-17,-14,-11,-30v12,-33,24,-64,32,-100v0,-3,0,-6,-4,-6v-13,-3,-26,34,-36,18v16,-17,41,-47,63,-47v16,0,11,17,7,31r-33,102v0,3,3,3,6,3v24,0,94,-92,105,-124v5,-16,21,-12,28,-1"},"v":{"d":"174,-147v0,64,-62,143,-127,152v-25,3,-31,-23,-23,-48v9,-28,20,-55,25,-86v0,-5,-2,-9,-7,-9v-12,-3,-25,30,-33,14v16,-14,38,-41,61,-41v18,0,11,19,7,34r-28,101v0,8,6,14,15,14v45,-10,86,-64,81,-127v0,-11,4,-22,16,-22v10,0,13,9,13,18","w":180,"k":{",":33,".":33,"a":9,"e":4,"o":4}},"w":{"d":"275,-144v0,62,-64,149,-131,149v-39,0,-18,-51,-14,-74v-19,19,-69,74,-97,74v-21,-4,-15,-23,-11,-40v7,-32,21,-59,26,-93v0,-3,-1,-6,-5,-6v-9,-2,-28,33,-33,14v12,-14,42,-45,61,-45v9,-1,15,9,12,20v-12,38,-27,72,-35,114v0,5,1,8,7,8v21,0,74,-58,80,-68v4,-17,23,-98,54,-64v0,14,-17,43,-24,51v-5,24,-16,46,-16,72v0,9,4,16,14,16v49,-11,80,-66,80,-130v0,-8,8,-18,17,-18v12,0,15,10,15,20","w":280,"k":{",":33,".":33,"a":9,"e":4,"o":4}},"x":{"d":"126,6v-28,0,-27,-47,-38,-70v-17,23,-39,63,-68,69v-29,-1,-21,-37,-1,-42v8,3,-1,17,12,16v23,-3,39,-38,54,-54v-7,-21,-12,-61,-32,-61v-12,0,-20,13,-25,23r-7,-4v6,-21,21,-48,45,-48v28,0,30,38,39,61v17,-21,39,-59,67,-59v26,0,15,38,-2,41v-19,-34,-49,13,-61,31v11,21,8,61,31,69v15,0,22,-16,30,-26r5,4v-10,17,-26,50,-49,50","k":{"e":4}},"y":{"d":"36,-138v-27,-5,-5,45,-26,28v0,-24,10,-55,39,-55v51,0,50,112,57,147v20,-36,50,-77,35,-125v0,-11,6,-22,17,-22v10,0,14,11,14,20v0,40,-58,139,-84,171v-15,20,-40,56,-69,56v-8,0,-14,-6,-14,-14v-1,-15,14,-16,28,-13v16,3,39,-27,50,-40v-4,-53,-15,-147,-47,-153","w":180,"k":{",":33,".":33,"a":6,"e":4,"o":4}},"z":{"d":"128,-146v19,0,6,-20,22,-21v18,7,-2,22,-11,32r-94,97v22,-2,57,39,75,39v27,0,-9,-32,14,-36v27,15,-7,60,-32,60v-26,0,-59,-65,-83,-39v11,17,-12,27,-14,10v0,-7,1,-11,6,-16r104,-106v-21,3,-40,-14,-61,-15v-8,0,-17,6,-17,14v4,3,6,20,-5,19v-6,0,-9,-7,-9,-13v5,-21,28,-44,49,-44v18,0,41,19,56,19","w":159},"{":{"d":"19,-94v69,-14,14,-176,110,-163r-2,5v-67,13,-18,143,-87,159v51,19,8,82,8,129v0,15,5,24,22,28r-1,5v-75,6,-32,-82,-29,-136v0,-13,-6,-22,-21,-27","w":119},"|":{"d":"33,5r0,-280r24,0r0,280r-24,0","w":79},"}":{"d":"107,-94v-70,14,-14,177,-111,163r1,-5v68,-11,19,-143,88,-158v-50,-17,-5,-84,-7,-128v0,-16,-6,-26,-23,-30r1,-5v75,-5,32,84,29,139v0,12,7,19,22,24","w":119},"~":{"d":"62,-103v40,0,87,49,108,-2r13,18v-11,15,-23,31,-45,31v-37,0,-90,-50,-108,2r-13,-18v8,-15,21,-31,45,-31"},"'":{"d":"82,-236r-7,60v0,12,-12,12,-13,0r-7,-60v0,-7,2,-15,14,-15v12,0,13,8,13,15","w":100},"`":{"d":"54,-251r44,54v-28,-1,-36,-23,-56,-34v-13,-7,-13,-22,0,-26v6,0,8,1,12,6","w":100},"\u00a0":{"w":100,"k":{"T":13,"V":13,"W":13,"Y":13,"A":13}}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright ? 1989, 2002 Adobe Systems Incorporated.  All Rights Reserved. ?
 * 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Sabon is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Full name:
 * SabonLTStd-BoldItalic
 * 
 * Designer:
 * Jan Tschichold
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Sabon LT Std","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 2 7 2 6 5 6 9 3 3","ascent":"275","descent":"-85","x-height":"5","bbox":"-52.7207 -277 389 86","underline-thickness":"18","underline-position":"-18","slope":"-12","stemh":"9","stemv":"40","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"T":13,"V":13,"W":13,"Y":13,"A":13}},"!":{"d":"62,-73r-9,-2v3,-36,5,-73,8,-109v1,-21,4,-63,33,-63v17,0,25,11,25,26v0,24,-46,117,-57,148xm48,-48v14,0,27,13,27,27v0,14,-13,26,-27,26v-14,0,-26,-12,-26,-26v0,-14,12,-27,26,-27","w":119},"\"":{"d":"98,-232r-8,73v-1,7,-3,9,-11,9v-8,0,-10,-2,-11,-9r-8,-73v0,-9,1,-19,18,-19v18,0,20,10,20,19xm165,-232r-8,73v-1,7,-3,9,-11,9v-8,0,-10,-2,-11,-9r-8,-73v0,-9,1,-19,18,-19v18,0,20,10,20,19","w":186},"#":{"d":"43,0r10,-71r-40,0r4,-24r40,0r7,-53r-40,0r4,-24r39,0r11,-76r25,0r-11,76r44,0r11,-76r25,0r-11,76r40,0r-4,24r-40,0r-7,53r39,0r-3,24r-39,0r-11,71r-24,0r10,-71r-44,0r-10,71r-25,0xm125,-95r7,-53r-43,0r-8,53r44,0"},"$":{"d":"106,-165r14,-78v-43,2,-48,56,-14,78xm106,-97r-16,89v43,-3,53,-64,16,-89xm135,-256v19,-3,35,17,44,4r9,1v-4,21,-8,43,-11,64r-11,2v3,-27,-1,-52,-34,-58r-16,89v24,24,54,52,54,87v0,47,-37,71,-83,72r-5,31r-13,0r6,-32v-28,-2,-40,-20,-56,-4r-7,-1v4,-23,7,-53,9,-72r11,-1v0,32,15,62,46,65r17,-98v-23,-22,-48,-46,-48,-79v0,-46,37,-70,76,-71r3,-20r13,0"},"%":{"d":"50,-182v-9,-76,122,-103,125,-20v9,76,-122,103,-125,20xm86,-164v0,12,5,23,18,23v29,0,35,-57,35,-79v0,-12,-5,-23,-18,-23v-29,0,-35,57,-35,79xm207,-47v-9,-75,123,-102,126,-19v9,75,-123,102,-126,19xm243,-29v0,12,6,24,19,24v29,0,35,-58,35,-80v0,-12,-6,-23,-19,-23v-29,0,-35,57,-35,79xm102,11r158,-270r21,0r-158,270r-21,0","w":360},"&":{"d":"216,-249v-1,41,-151,134,-151,176v0,29,39,40,63,40v64,0,111,-39,111,-106v-7,-16,-52,-31,-54,2v0,17,24,7,24,26v0,11,-10,16,-20,16v-13,0,-24,-12,-24,-25v0,-30,37,-63,65,-63v33,0,54,46,71,46v31,0,-20,-46,12,-46v13,0,18,10,18,22v-3,37,-58,68,-81,32v-6,75,-47,134,-127,134v-71,0,-99,-46,-99,-92v0,-46,43,-108,92,-108v12,0,22,3,28,13v19,-21,48,-37,36,-70v0,-7,7,-15,17,-15v12,0,19,6,19,18xm96,-173v-37,3,-53,50,-43,87v17,-26,40,-47,62,-68v0,-15,-7,-19,-19,-19","w":320},"(":{"d":"120,-259r13,12v-77,76,-105,197,-56,308r-17,6v-63,-116,-26,-249,60,-326","w":119},")":{"d":"0,67r-13,-12v77,-76,105,-196,56,-307r17,-7v63,117,26,249,-60,326","w":119},"*":{"d":"92,-184r3,4v-9,17,-40,57,-50,20v0,-17,35,-19,47,-24xm95,-199r-3,5v-17,-5,-47,-6,-47,-24v0,-8,6,-15,16,-15v10,0,26,27,34,34xm109,-198v-12,0,-7,-17,-7,-27v0,-21,4,-26,16,-26v31,0,0,39,-9,53xm114,-186r0,-7v14,-3,53,-23,53,3v0,26,-39,8,-53,4xm102,-144v2,-19,-5,-33,7,-36v7,13,23,23,23,40v0,9,-7,14,-16,14v-14,0,-14,-12,-14,-18","w":166},"+":{"d":"84,-107r0,-74r32,0r0,74r75,0r0,32r-75,0r0,75r-32,0r0,-75r-75,0r0,-32r75,0"},",":{"d":"-3,57r-3,-11v17,-2,51,-14,51,-34v0,-21,-30,-5,-30,-36v0,-14,10,-24,24,-24v24,0,34,16,34,37v0,46,-46,64,-76,68","w":100,"k":{" ":13}},"-":{"d":"15,-71v4,-9,6,-20,9,-29r98,0v-3,9,-5,20,-7,29r-100,0","w":133},".":{"d":"42,-48v14,0,26,13,26,27v0,14,-12,26,-26,26v-14,0,-27,-12,-27,-26v0,-14,13,-27,27,-27","w":100,"k":{" ":13}},"\/":{"d":"-9,5r122,-262r34,0r-122,262r-34,0","w":119},"0":{"d":"19,-83v0,-100,47,-171,107,-171v41,0,71,29,71,96v0,73,-35,163,-108,163v-48,0,-70,-39,-70,-88xm91,-8v56,0,67,-104,67,-176v0,-44,-13,-56,-32,-56v-50,0,-69,131,-69,178v0,40,15,54,34,54"},"1":{"d":"31,0r2,-11v29,1,40,0,45,-29r31,-163v0,-2,-1,-4,-3,-4v-17,6,-39,20,-55,28r-5,-12r108,-63r5,2r-40,227v0,10,5,14,31,14r11,0r-2,11r-128,0"},"2":{"d":"3,0r4,-15v53,-46,128,-117,128,-170v0,-23,-16,-42,-41,-42v-24,0,-38,14,-53,27r-8,-10v22,-23,51,-44,84,-44v35,0,61,21,61,57v0,67,-84,118,-125,157r110,0v8,-9,8,-30,25,-23r-18,63r-167,0"},"3":{"d":"67,-124r4,-15v33,0,68,-19,68,-57v0,-46,-71,-37,-83,-17r-6,-11v23,-27,131,-57,131,17v0,38,-29,57,-65,72v34,3,58,20,58,57v1,71,-100,101,-161,71r-8,-28r18,-7v10,19,26,34,49,34v33,0,55,-29,55,-68v0,-38,-21,-53,-60,-48"},"4":{"d":"119,-104r18,-100r-94,100r76,0xm100,0r13,-72r-105,0r2,-19r156,-163r19,0r-27,150r39,0r-6,32r-39,0r-13,72r-39,0"},"5":{"d":"58,-148r40,-100r103,0r-13,38r-90,0r-12,32v35,18,78,55,78,98v2,73,-87,106,-150,71r-7,-27v5,-3,10,-5,16,-7v2,8,18,35,46,35v34,0,53,-28,53,-60v0,-38,-36,-65,-64,-80"},"6":{"d":"197,-254r3,12v-83,22,-139,91,-139,177v0,31,6,57,38,57v20,0,41,-17,41,-74v0,-11,-3,-39,-30,-39v-10,0,-18,2,-28,6r4,-14v41,-24,98,-1,98,48v0,56,-41,86,-89,86v-46,0,-74,-35,-74,-77v0,-101,85,-163,176,-182"},"7":{"d":"37,0r137,-210r-112,0v-8,9,-6,28,-25,26v8,-20,12,-42,18,-64r162,0r0,5r-162,251"},"8":{"d":"21,-49v0,-42,32,-57,64,-76v-18,-18,-36,-36,-36,-64v0,-45,36,-65,76,-65v35,0,69,13,69,51v0,35,-38,57,-63,68v19,22,43,40,43,71v0,45,-39,69,-82,69v-33,0,-71,-15,-71,-54xm51,-49v0,26,16,41,41,41v42,0,53,-56,22,-85r-20,-22v-26,16,-43,34,-43,66xm87,-202v0,24,20,44,36,58v24,-13,41,-29,41,-57v0,-23,-11,-39,-37,-39v-24,0,-40,13,-40,38"},"9":{"d":"17,5r-3,-11v83,-22,140,-91,140,-177v0,-31,-6,-57,-38,-57v-20,0,-41,16,-41,73v0,11,3,39,30,39v10,0,17,-1,27,-5r-3,14v-41,23,-99,0,-99,-48v0,-56,42,-87,90,-87v46,0,74,36,74,78v0,101,-86,162,-177,181"},":":{"d":"42,-48v14,0,26,13,26,27v0,14,-12,26,-26,26v-14,0,-27,-12,-27,-26v0,-14,13,-27,27,-27xm72,-156v14,0,27,12,27,26v0,14,-13,27,-27,27v-14,0,-26,-13,-26,-27v0,-14,12,-26,26,-26","w":100},";":{"d":"-3,57r-3,-11v17,-2,51,-14,51,-34v0,-21,-30,-5,-30,-36v0,-14,10,-24,24,-24v24,0,34,16,34,37v0,46,-46,64,-76,68xm72,-156v14,0,27,12,27,26v0,14,-13,27,-27,27v-14,0,-26,-13,-26,-27v0,-14,12,-26,26,-26","w":100},"<":{"d":"192,-31r0,32r-183,-79r0,-25r183,-80r0,33r-138,59"},"=":{"d":"9,-111r0,-33r182,0r0,33r-182,0xm9,-38r0,-32r182,0r0,32r-182,0"},">":{"d":"9,-150r0,-33r183,80r0,25r-183,79r0,-32r138,-60"},"?":{"d":"37,-129v0,-55,99,-38,99,-79v-1,-51,-67,10,-76,-26v0,-16,18,-20,31,-20v39,0,66,25,66,64v0,59,-99,43,-99,79v1,34,55,-2,55,25v0,12,-8,16,-19,16v-31,0,-57,-30,-57,-59xm63,-48v14,0,27,13,27,27v0,14,-13,26,-27,26v-14,0,-26,-12,-26,-26v0,-14,12,-27,26,-27","w":159},"@":{"d":"127,-106v0,21,6,32,20,32v18,0,42,-34,42,-76v0,-16,-6,-25,-17,-25v-22,0,-45,28,-45,69xm229,-189r-24,105v0,6,4,13,13,13v24,0,42,-42,42,-74v0,-43,-38,-92,-102,-92v-49,0,-100,37,-100,121v0,54,46,101,104,101v33,0,53,-7,75,-19r4,17v-24,12,-49,22,-79,22v-99,0,-142,-74,-142,-125v0,-82,63,-137,138,-137v70,0,124,48,124,112v0,39,-25,90,-70,90v-30,0,-32,-20,-35,-27v-12,24,-79,53,-80,-20v0,-40,24,-93,75,-93v19,-1,22,13,27,20r3,-14r27,0","w":288},"A":{"d":"-21,0v2,-4,-1,-13,7,-11v18,0,25,-7,36,-26r125,-219v8,-1,19,-8,25,-2r36,211v4,27,9,38,38,36r-2,11r-108,0r2,-11v50,8,17,-45,18,-76r-84,0v-10,22,-26,41,-31,66v-2,10,17,10,31,10r-1,11r-92,0xm153,-105r-17,-99r-54,99r71,0","w":246},"B":{"d":"-3,0r2,-11v22,0,30,-1,34,-23r35,-193v0,-12,-10,-13,-31,-13r1,-11v77,5,174,-24,181,57v3,36,-38,53,-66,62v32,5,59,19,59,55v-1,89,-121,77,-215,77xm94,-124v-5,32,-14,61,-16,95v0,11,6,15,19,15v47,0,66,-29,66,-67v0,-42,-31,-47,-69,-43xm115,-237r-18,99v46,3,73,-18,73,-61v0,-25,-21,-45,-55,-38","w":226},"C":{"d":"239,-73r10,3v-6,20,-12,40,-16,61v-20,-5,-39,15,-84,14v-79,0,-125,-48,-125,-116v0,-90,68,-146,148,-146v50,0,58,17,76,17v4,0,6,-4,7,-8r9,1v-5,22,-9,45,-12,68r-11,-1v0,-37,-19,-63,-58,-63v-73,0,-109,68,-109,136v0,53,29,99,78,99v42,0,71,-28,87,-65","w":266,"k":{"A":9}},"D":{"d":"-3,0r2,-11v22,0,30,-1,34,-23r34,-189v1,-16,-14,-17,-32,-17r1,-11r120,0v72,0,119,49,119,109v0,130,-111,141,-228,141v-17,0,-33,1,-50,1xm116,-237r-38,209v0,14,20,14,36,14v67,0,111,-56,111,-130v1,-63,-39,-102,-109,-93","w":280,"k":{"V":20,"W":20,"Y":27,",":6,".":6,"A":13}},"E":{"d":"-3,0r2,-11v22,0,30,-1,34,-23r35,-193v0,-12,-10,-13,-31,-13r1,-11r190,0v-3,17,-5,35,-7,53r-11,0v16,-45,-48,-42,-94,-37r-17,94v40,-1,79,9,81,-34r11,0r-16,86r-9,0v1,-25,9,-40,-36,-36r-34,0r-17,97v0,8,3,12,29,12v60,1,92,1,105,-47r11,0v-6,21,-12,42,-17,63r-210,0","w":233},"F":{"d":"-3,0r2,-11v22,0,30,-1,34,-23r35,-193v0,-12,-10,-13,-31,-13r1,-11r184,0v-2,18,-6,35,-7,54r-11,0v6,-57,-47,-38,-88,-38r-19,101v40,-4,79,13,84,-34r9,0v-6,29,-11,66,-14,85r-10,0v1,-22,7,-37,-27,-36v-24,0,-38,1,-45,1v-5,31,-13,60,-15,94v-3,9,14,14,34,13r-1,11r-115,0","w":213,"k":{",":46,".":46,"A":27,"a":27,"e":13,"i":6,"o":11,"r":6}},"G":{"d":"24,-112v0,-121,142,-173,239,-128v8,1,7,-11,17,-7v-5,23,-8,45,-11,68r-11,-1v0,-42,-29,-63,-68,-63v-76,0,-116,70,-116,134v0,56,32,101,79,101v11,0,44,-1,46,-22v3,-28,27,-72,-27,-64r2,-11r110,0v-1,6,1,12,-8,11v-35,-5,-27,50,-35,77v-15,6,-51,22,-88,22v-72,0,-129,-38,-129,-117","w":293,"k":{",":6,".":6}},"H":{"d":"-3,0r2,-11v22,0,30,-1,34,-23r35,-193v0,-12,-10,-13,-31,-13r1,-11r107,0r-2,11v-18,0,-27,1,-30,18r-15,81r115,0r14,-86v0,-12,-11,-13,-30,-13r2,-11r106,0r-2,11v-19,0,-28,1,-31,18r-36,198v0,12,8,13,29,13r-1,11r-106,0r1,-11v20,0,29,-1,33,-23r17,-89r-114,0r-18,99v0,12,8,13,29,13r-1,11r-108,0","w":286},"I":{"d":"37,-240r1,-11r110,0r-1,11v-21,0,-31,1,-34,18r-36,198v0,12,8,13,29,13r-1,11r-108,0r2,-11v22,0,30,-1,34,-23r35,-193v0,-12,-10,-13,-31,-13","w":126},"J":{"d":"31,-240r1,-11r116,0r-1,11v-21,0,-31,1,-34,18r-30,162v-12,64,-33,142,-100,142v-37,0,-51,-48,-14,-50v17,-1,19,10,18,26v0,4,1,8,8,8v9,0,19,-5,29,-58r38,-196v3,-35,21,-55,-31,-52","w":126,"k":{"u":6,",":6,".":6,"A":6,"a":13,"e":9,"o":9}},"K":{"d":"-3,0r2,-11v22,0,30,-1,34,-23r35,-193v0,-12,-10,-13,-31,-13r1,-11r107,0r-2,11v-18,0,-26,1,-30,20r-17,90v29,-7,93,-74,109,-101v0,-8,-13,-9,-25,-9r2,-11r88,0r-2,11v-19,0,-26,1,-44,19r-86,85r58,88v24,33,29,38,52,37r-2,11v-33,-4,-68,12,-80,-17r-64,-94v-3,-5,-4,-6,-8,-6r-17,93v0,12,8,13,29,13r-1,11r-108,0","w":246,"k":{"O":9,"y":20,"o":6}},"L":{"d":"-3,0r2,-11v22,0,30,-1,34,-23r35,-193v0,-12,-10,-13,-31,-13r1,-11r110,0r-1,11v-21,0,-31,0,-34,18r-38,206v61,0,112,10,132,-49r11,1v-5,15,-16,48,-20,64r-201,0","w":226,"k":{"T":23,"V":32,"W":27,"y":13,"Y":13}},"M":{"d":"-11,0v1,-4,-2,-12,5,-11v26,0,26,-6,38,-49r40,-149v-8,-24,-14,-31,-37,-31r2,-11r71,0r58,188r104,-188r77,0r-2,11v-26,0,-32,2,-34,32r-10,177v-1,18,12,21,32,20r-2,11r-113,0v1,-5,0,-13,8,-11v23,0,28,-7,30,-30r12,-170r-83,148v-10,18,-25,47,-32,63r-15,0r-56,-182r-37,155v-1,14,13,17,30,16r-1,11r-85,0","w":339},"N":{"d":"35,-46r29,-160v-10,-16,-18,-37,-40,-34r2,-11r66,0r127,196r25,-167v0,-17,-14,-18,-31,-18r2,-11r88,0r-2,11v-27,0,-33,4,-39,39r-29,166v5,10,16,26,26,24r-2,11r-58,0v-37,-66,-81,-125,-121,-188r-25,162v-2,11,13,16,31,15r-2,11r-87,0v2,-4,-1,-12,5,-11v19,0,29,-3,35,-35","w":280},"O":{"d":"247,-149v0,-45,-15,-94,-75,-94v-70,0,-98,84,-98,139v0,44,15,96,75,96v62,0,98,-68,98,-141xm297,-140v0,84,-67,145,-147,145v-80,0,-126,-48,-126,-116v0,-90,68,-146,148,-146v79,0,125,53,125,117","w":306,"k":{"T":13,"V":20,"W":20,"Y":27,",":6,".":6,"A":14,"X":14}},"P":{"d":"-3,0r2,-11v22,0,30,-1,34,-23r34,-189v0,-13,-7,-17,-33,-17r2,-11v78,7,185,-28,185,58v0,60,-59,84,-113,74r2,-13v40,10,61,-27,61,-61v0,-35,-22,-51,-55,-43r-37,211v-2,12,14,15,34,14r-1,11r-115,0","w":213,"k":{",":46,".":46,"A":13,"a":33,"e":20,"o":20}},"Q":{"d":"247,-149v0,-45,-15,-94,-75,-94v-70,0,-98,84,-98,139v0,44,15,96,75,96v62,0,98,-68,98,-141xm11,37r2,-8v37,-6,88,-15,112,-26v-64,-7,-101,-54,-101,-114v0,-90,68,-146,148,-146v79,0,125,53,125,117v1,100,-80,146,-203,164v29,6,133,38,148,38v32,0,-1,-37,25,-39v8,0,13,6,13,13v0,30,-44,46,-77,46v-63,0,-130,-35,-192,-45","w":306,"k":{"U":6}},"R":{"d":"114,-238r-18,103v45,8,72,-20,72,-64v0,-28,-19,-43,-54,-39xm-3,0r2,-11v22,0,30,-1,34,-23r34,-189v0,-13,-7,-17,-33,-17r2,-11v75,6,182,-26,182,54v0,42,-33,63,-69,71v20,20,36,54,53,81v16,26,21,35,45,34r-1,11r-68,0v-28,-39,-47,-83,-74,-123r-10,0r-17,98v-3,14,17,15,34,14r-2,11r-112,0","w":246,"k":{"O":13,"T":6,"U":13,"V":11,"W":11,"Y":11}},"S":{"d":"47,-186v0,-67,78,-84,127,-61v5,0,7,-7,14,-4v-4,21,-7,43,-10,65r-12,1v4,-30,-3,-57,-42,-58v-26,0,-41,14,-41,40v0,37,87,76,87,136v0,69,-88,86,-137,59v-7,3,-11,10,-21,7v4,-23,7,-53,9,-72r11,-1v0,34,17,66,50,66v23,0,48,-10,48,-43v0,-46,-83,-75,-83,-135","w":193},"T":{"d":"48,0r2,-11v29,1,34,-3,39,-33r34,-191v-49,0,-75,-6,-89,46r-11,0v5,-23,10,-47,14,-70v15,-2,6,8,26,8r160,0v18,3,23,-8,38,-8v-4,23,-7,47,-8,70r-12,0v11,-45,-24,-49,-71,-46r-38,212v0,14,19,12,33,12r-2,11r-115,0","w":240,"k":{"i":13,"O":4,"u":33,"w":40,"y":40,",":46,".":46,"h":9,"A":20,"a":27,"e":33,"o":33,"r":27,"c":27,"-":33,"s":33,":":27,";":27}},"U":{"d":"288,-251r-1,11v-27,0,-33,7,-37,29r-28,145v-11,59,-57,71,-97,71v-47,0,-89,-17,-89,-68v0,-57,23,-114,26,-164v0,-12,-10,-13,-31,-13r1,-11r111,0r-2,11v-21,0,-30,1,-33,18r-26,140v-10,42,11,69,47,69v98,0,82,-108,98,-183v6,-29,11,-43,-28,-44r2,-11r87,0","w":259,"k":{"A":14}},"V":{"d":"101,5r-52,-213v-6,-27,-10,-32,-37,-32r1,-11r109,0v-2,4,1,12,-6,11v-37,1,-25,16,-18,44r34,138v25,-53,67,-116,85,-171v0,-4,-3,-11,-26,-11v-8,2,-3,-7,-3,-11r91,0v-2,4,1,13,-7,11v-22,0,-26,9,-35,26r-122,219r-14,0","w":246,"k":{"G":14,"O":14,"u":20,"y":16,",":46,".":46,"A":20,"a":27,"e":27,"i":13,"o":27,"r":20,"-":27,":":33,";":33}},"W":{"d":"207,-172v12,-18,26,-36,32,-59v3,-13,-25,-9,-37,-9v-16,0,-9,11,-5,27xm102,5r-52,-206v-9,-35,-10,-39,-38,-39r1,-11r100,0r-1,11v-23,-2,-26,8,-20,29r41,159r43,-68r-23,-90v-7,-26,-9,-30,-28,-30r2,-11r164,0r-2,11v-21,0,-24,8,-34,24r-42,66r26,96v28,-56,68,-116,91,-175v0,-10,-12,-11,-26,-11r2,-11r83,0r-2,11v-22,0,-23,2,-40,32r-123,213r-13,0r-28,-105r-66,105r-15,0","w":353,"k":{"O":6,"u":13,"y":13,",":40,".":40,"h":6,"A":13,"a":18,"e":18,"i":6,"o":18,"r":13,"-":20,":":27,";":27}},"X":{"d":"-15,0r2,-11v26,0,37,-13,53,-31r69,-78r-51,-99v-10,-20,-15,-21,-36,-21r1,-11r111,0r-1,11v-32,-2,-29,8,-20,27r29,58v19,-24,46,-52,61,-77v0,-6,-8,-8,-26,-8r1,-11r91,0r-2,11v-19,0,-29,5,-43,20r-74,81r58,112v3,9,15,18,35,16r-2,11r-113,0v-6,-18,33,-7,30,-19v-8,-28,-29,-59,-41,-85v-20,28,-48,53,-64,84v0,5,4,9,21,9r7,0r-1,11r-95,0","w":240},"Y":{"d":"45,0v1,-5,0,-13,9,-11v24,0,25,-8,29,-29r12,-60r-39,-101v-14,-37,-19,-39,-42,-39r2,-11r108,0r-1,11v-41,3,-32,7,-18,44r27,73v20,-35,47,-68,63,-106v0,-9,-14,-11,-27,-11r2,-11r87,0r-2,11v-20,0,-28,5,-41,25r-75,114r-13,80v0,5,3,10,22,10r11,0r-2,11r-112,0","w":226,"k":{"O":6,"u":20,"v":20,",":40,".":40,"A":13,"a":27,"e":27,"i":13,"o":27,"q":27,"-":33,":":27,";":27,"p":20}},"Z":{"d":"69,-18r82,0v44,0,59,-17,71,-50r12,0v-6,23,-13,45,-18,68r-211,-3r179,-232v-60,2,-123,-13,-134,43r-13,0v5,-18,12,-39,17,-59r194,0r0,4","w":246},"[":{"d":"42,46v1,12,24,8,36,9r-1,10r-68,0v24,-107,42,-214,60,-322v20,1,44,1,63,0r-2,11v-20,0,-35,-2,-38,18","w":119},"\\":{"d":"38,-257r93,262r-34,0r-93,-262r34,0","w":119},"]":{"d":"77,-238v-1,-11,-24,-8,-35,-9r1,-10r68,0v-24,107,-43,214,-61,322v-20,-1,-44,-1,-62,0r2,-11v20,0,35,2,38,-18","w":119},"^":{"d":"31,-117r64,-131r28,0r65,131r-32,0r-47,-95r-46,95r-32,0"},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"183,-169v-12,44,-30,86,-39,133v9,14,23,-5,36,-19r8,8v-14,15,-45,52,-68,52v-36,0,-3,-55,-2,-71v-15,26,-54,71,-86,71v-19,0,-26,-16,-26,-30v0,-68,79,-142,121,-142v10,0,15,3,21,14v6,-7,4,-21,15,-21v18,0,20,2,20,5xm42,-53v0,12,4,26,16,26v32,0,74,-72,74,-100v0,-11,-5,-20,-18,-20v-38,0,-72,64,-72,94","w":193},"b":{"d":"112,-271r-42,151v14,-20,40,-47,75,-47v30,0,44,20,44,47v0,63,-67,125,-125,125v-27,0,-50,-10,-50,-41v0,-76,34,-138,50,-208v-6,-6,-25,-7,-20,-18v18,-1,46,-6,63,-13xm147,-120v0,-18,-7,-27,-21,-27v-39,0,-76,68,-76,112v0,15,6,27,21,27v40,0,76,-81,76,-112","k":{"y":6,",":6,".":6}},"c":{"d":"147,-55r7,10v-22,22,-58,50,-91,50v-37,0,-53,-21,-53,-51v0,-70,78,-121,126,-121v13,0,27,5,27,20v0,12,-8,20,-20,20v-22,0,-26,-18,-40,-18v-24,0,-50,66,-50,97v0,57,76,14,94,-7","w":159,"k":{"y":4,"h":6,"k":6,"l":4}},"d":{"d":"50,-46v0,15,4,25,19,25v40,0,73,-69,73,-108v0,-17,-4,-24,-20,-24v-40,0,-72,74,-72,107xm151,-161r17,-84v-7,-6,-27,-5,-22,-17v23,0,52,-14,68,-11r-55,237v11,22,35,-35,44,-11v-15,17,-43,52,-67,52v-31,0,-11,-30,-10,-55v-15,26,-46,55,-78,55v-25,0,-38,-19,-38,-47v0,-56,72,-148,141,-119","w":206,"k":{"y":9}},"e":{"d":"138,-47r7,8v-23,21,-50,44,-88,44v-33,0,-47,-27,-47,-55v0,-57,54,-117,109,-117v20,0,38,8,38,31v0,44,-69,60,-104,65v-7,20,-1,52,25,52v24,0,46,-16,60,-28xm119,-139v0,-9,-5,-14,-14,-14v-22,0,-44,46,-49,68v26,-1,63,-22,63,-54","w":159},"f":{"d":"161,-237v-12,-1,-18,-13,-33,-11v-27,3,-23,59,-31,86r42,0r-4,18r-42,0v-15,75,-39,148,-61,221v-10,2,-21,12,-29,6r50,-227r-35,0r4,-18r35,0v11,-71,57,-113,101,-113v9,0,16,5,16,14v0,11,-3,24,-13,24","w":119,"k":{",":6,".":6,"a":6}},"g":{"d":"97,-167v29,3,56,20,82,7v5,0,11,2,11,12v-2,27,-24,6,-41,4v31,48,-21,106,-83,89v-10,11,-15,14,13,26v28,12,75,20,75,57v0,46,-59,58,-94,58v-24,0,-73,-9,-73,-41v0,-27,30,-36,57,-49v-10,-4,-21,-9,-21,-20v0,-17,20,-25,31,-34v-61,-24,-20,-117,43,-109xm118,43v0,-22,-43,-31,-63,-42v-12,11,-35,16,-35,39v0,25,33,32,48,32v20,0,50,-6,50,-29xm62,-92v0,14,7,25,21,25v27,0,38,-38,38,-59v0,-15,-3,-27,-23,-27v-28,0,-36,44,-36,61","w":180},"h":{"d":"116,-271r-49,185v18,-26,60,-81,97,-81v21,0,26,11,26,33v-1,66,-60,138,-87,138v-24,0,-7,-21,-4,-38r28,3v7,-17,23,-55,23,-92v0,-9,0,-17,-9,-17v-29,0,-90,79,-95,134v-1,13,-42,10,-34,-1r56,-237v-7,-6,-27,-7,-19,-18v15,-1,44,-7,62,-13","k":{"y":6}},"i":{"d":"64,-27v13,2,30,-39,38,-17v-26,32,-46,49,-69,49v-10,0,-16,-7,-16,-17v0,-23,45,-105,28,-119v-13,-2,-26,34,-35,14v14,-16,45,-50,67,-50v12,0,20,3,20,19v0,18,-37,101,-37,116v0,3,1,5,4,5xm66,-234v0,-12,10,-23,22,-23v12,0,23,11,23,23v0,12,-11,22,-23,22v-12,0,-22,-10,-22,-22","w":113},"j":{"d":"-15,82r-4,-10v31,-13,56,-146,72,-197v0,-4,-1,-6,-5,-6v-15,-2,-28,34,-38,14v12,-13,45,-50,65,-50v37,-2,14,57,7,77v-23,67,-22,153,-97,172xm66,-234v0,-12,10,-23,22,-23v12,0,23,11,23,23v0,12,-11,22,-23,22v-12,0,-22,-10,-22,-22","w":106},"k":{"d":"10,-7r57,-237v-7,-6,-24,-6,-21,-18v18,-1,47,-6,64,-13r4,4r-39,152v12,-13,43,-48,75,-48v17,0,30,9,30,27v0,34,-53,60,-81,69v38,18,48,70,85,55v0,19,-15,21,-38,21v-48,0,-60,-55,-86,-72r-15,62v-2,12,-41,9,-35,-2xm144,-126v0,-10,-7,-14,-17,-14v-22,0,-58,36,-66,66v23,-3,83,-20,83,-52","w":193,"k":{"y":6,"o":6}},"l":{"d":"17,-15v0,-76,37,-155,53,-229v-7,-6,-24,-6,-21,-18v19,-1,50,-8,64,-13r4,4r-60,237v0,3,1,7,5,7v7,0,20,-12,33,-26r7,7v-36,41,-50,51,-67,51v-15,0,-18,-10,-18,-20","w":106},"m":{"d":"12,-4r38,-120v0,-3,-1,-5,-5,-5v-10,-1,-28,33,-35,13v14,-15,42,-51,65,-51v43,0,-6,68,-4,90v17,-27,68,-90,98,-90v43,0,-7,68,-5,90v17,-27,69,-90,102,-90v12,0,20,3,20,19v0,18,-37,101,-37,116v0,3,1,5,4,5v13,2,30,-39,38,-17v-26,32,-46,49,-69,49v-10,0,-16,-7,-16,-17v0,-17,33,-99,33,-108v0,-5,-3,-9,-8,-9v-18,0,-53,47,-68,78v-21,43,-18,53,-32,53v-37,2,-22,-12,-18,-28v8,-33,24,-60,30,-96v0,-5,-1,-7,-6,-7v-19,0,-59,57,-69,76v-22,40,-18,55,-31,55v-18,0,-25,-1,-25,-6","w":299},"n":{"d":"12,-4r38,-120v0,-3,-1,-5,-5,-5v-10,-1,-28,33,-35,13v14,-15,42,-51,65,-51v43,0,-6,68,-4,90v17,-27,68,-90,102,-90v12,0,20,3,20,19v0,18,-37,101,-37,116v0,3,1,5,4,5v13,2,30,-39,38,-17v-26,32,-46,49,-69,49v-10,0,-16,-7,-16,-17v0,-17,33,-99,33,-108v0,-5,-3,-9,-9,-9v-19,0,-59,57,-69,76v-22,40,-18,55,-31,55v-18,0,-25,-1,-25,-6","w":206,"k":{"y":6}},"o":{"d":"83,-8v44,0,59,-76,59,-107v0,-19,-4,-38,-29,-38v-42,0,-59,71,-59,104v0,23,6,41,29,41xm112,-167v48,0,70,30,70,69v0,53,-39,103,-98,103v-44,0,-70,-33,-70,-69v0,-58,46,-103,98,-103","w":193,"k":{"y":6}},"p":{"d":"103,-208r-13,47v42,-11,99,-13,99,39v0,62,-68,152,-138,119r-16,65r28,6r-1,8v-16,0,-54,13,-68,7v17,-73,36,-147,54,-220v-10,2,-34,11,-42,15v-1,-23,28,-21,46,-30r11,-46xm87,-148r-28,121v0,13,9,19,22,19v39,0,68,-82,68,-115v6,-31,-41,-30,-62,-25","k":{"y":6,",":9,".":9}},"q":{"d":"98,68r30,-118v-9,14,-42,55,-81,55v-26,0,-37,-16,-37,-39v0,-54,67,-133,122,-133v13,0,23,5,29,17r7,-22r29,-9r-62,249v8,3,16,4,24,5r-1,9r-92,0r2,-9v9,-1,24,-3,30,-5xm50,-45v0,10,3,24,18,24v37,0,77,-66,77,-105v0,-15,-7,-25,-23,-25v-37,0,-72,70,-72,106"},"r":{"d":"18,-5r32,-116v0,-3,0,-8,-5,-8v-14,-2,-27,33,-35,13v12,-16,44,-51,65,-51v11,0,15,6,15,16v1,19,-14,49,-15,66v14,-22,43,-82,72,-82v10,0,15,5,15,14v1,18,-14,29,-34,24v-21,-6,-63,81,-75,125v-1,9,-38,7,-35,-1","w":140,"k":{",":40,".":40,"a":11,"c":4,"d":6,"q":6,"-":13}},"s":{"d":"45,-80v-46,-35,14,-87,51,-87v17,0,37,2,37,23v-2,9,-3,24,-17,22v-4,-25,-58,-29,-62,-7v5,30,71,37,69,75v0,23,-30,59,-72,59v-37,0,-67,-29,-37,-56r7,0v4,26,38,30,50,30v35,-2,40,-20,6,-39","w":140},"t":{"d":"17,-144r4,-18r38,0r16,-51r37,0r-15,51r42,0r-4,18r-43,0r-31,107v12,18,34,-11,44,-20r7,8v-14,15,-46,54,-73,54v-39,0,-15,-48,-8,-73r23,-76r-37,0","w":119},"u":{"d":"194,-156r-38,122v0,5,1,7,4,7v13,2,30,-39,38,-17v-25,27,-47,49,-65,49v-12,0,-18,-8,-18,-16v-2,-4,7,-25,26,-89v-19,30,-64,105,-106,105v-15,0,-17,-10,-17,-19v0,-18,32,-101,32,-110v0,-3,-1,-5,-5,-5v-10,-1,-28,33,-35,13v14,-15,44,-51,67,-51v12,0,17,6,17,18v0,27,-34,98,-34,112v0,3,2,6,6,6v16,0,56,-59,63,-69v36,-50,20,-84,65,-56","w":206},"v":{"d":"45,-123v-11,-23,-31,33,-40,6v14,-14,45,-50,69,-50v12,0,16,7,16,19v0,22,-31,94,-31,111v0,10,5,16,17,16v48,0,79,-74,64,-124v0,-13,8,-22,21,-22v14,0,22,10,22,23v0,46,-70,149,-127,149v-77,0,-7,-108,-11,-128","w":180,"k":{",":20,".":20,"a":9}},"w":{"d":"45,-123v-11,-23,-31,33,-40,6v14,-14,45,-50,69,-50v12,0,16,7,16,19v0,20,-30,85,-30,112v0,5,2,9,7,9v17,0,51,-35,65,-54v6,-22,17,-86,47,-86v31,7,10,44,-2,59v-7,9,-17,54,-17,71v0,9,4,16,16,16v44,0,77,-68,65,-125v0,-13,7,-21,19,-21v13,0,22,7,22,21v0,44,-67,151,-132,151v-33,0,-31,-38,-23,-63v-16,22,-58,63,-87,63v-48,0,7,-112,5,-128","w":280,"k":{",":20,".":27,"a":9}},"x":{"d":"148,-27v20,1,24,-39,36,-19v-13,21,-28,51,-56,51v-25,0,-33,-46,-39,-63v-17,19,-42,63,-68,63v-30,0,-25,-42,-5,-48v13,1,-1,20,17,20v22,0,37,-35,52,-49v-10,-36,-14,-63,-31,-63v-15,0,-18,15,-24,25r-10,-5v9,-21,24,-52,51,-52v30,0,33,38,41,59v12,-20,39,-59,65,-59v30,1,21,39,0,46v-10,-1,-5,-14,-18,-14v-12,0,-37,31,-43,41v11,23,10,54,32,67"},"y":{"d":"79,16v-3,-56,-25,-159,-49,-151v-13,-1,-14,18,-12,32v-5,4,-9,-1,-14,-3v0,-26,9,-61,42,-61v55,0,51,94,65,144v11,-18,38,-58,38,-81v0,-26,-21,-63,13,-63v14,0,21,9,21,24v0,38,-50,126,-132,208v-13,13,-22,17,-37,17v-12,0,-20,-3,-20,-17v0,-30,19,-15,41,-15v23,0,35,-24,44,-34","w":186,"k":{",":20,".":20,"a":9,"e":4,"o":6}},"z":{"d":"22,-119v-4,-9,25,-48,49,-48v22,0,51,23,65,23v15,0,-3,-28,16,-27v20,6,4,24,-8,36r-94,93v30,-2,58,38,77,38v29,0,-17,-36,10,-36v10,0,14,9,14,18v0,20,-23,47,-43,47v-32,0,-52,-47,-76,-47v-19,0,1,29,-19,27v-18,-2,-6,-23,1,-29r104,-101v-20,6,-55,-13,-68,-15v-24,0,5,32,-19,32v-6,0,-9,-4,-9,-11","w":166,"k":{"o":4}},"{":{"d":"136,-257r-2,7v-72,7,-24,132,-86,155v42,24,1,85,1,130v0,13,9,21,27,24r-1,6v-87,7,-39,-78,-36,-137v0,-10,-7,-19,-21,-24v44,-10,38,-67,48,-108v11,-44,30,-53,70,-53","w":119},"|":{"d":"31,5r0,-280r32,0r0,280r-32,0","w":79},"}":{"d":"-16,65r2,-6v72,-7,24,-132,86,-155v-42,-25,-1,-85,-1,-131v0,-13,-9,-20,-27,-23r1,-7v87,-8,40,79,36,137v0,10,7,19,21,24v-44,10,-38,67,-48,109v-11,44,-30,52,-70,52","w":119},"~":{"d":"62,-120v29,-1,53,26,78,26v16,0,24,-15,30,-28r13,29v-11,15,-23,31,-45,31v-29,1,-53,-26,-78,-26v-16,0,-24,15,-30,28r-13,-29v11,-15,23,-31,45,-31"},"'":{"d":"87,-232v-1,26,-6,48,-8,73v-1,7,-2,9,-10,9v-8,0,-10,-2,-11,-9r-9,-73v0,-9,2,-19,19,-19v18,0,19,10,19,19","w":100},"`":{"d":"105,-202v-33,0,-42,-24,-64,-34v-14,-7,-10,-30,7,-29v29,11,36,44,57,63","w":100},"\u00a0":{"w":100,"k":{"T":13,"V":13,"W":13,"Y":13,"A":13}}}});


/*
 * jQuery validation plug-in 1.7
 *
 * http://bassistance.de/jquery-plugins/jquery-plugin-validation/
 * http://docs.jquery.com/Plugins/Validation
 *
 * Copyright (c) 2006 - 2008 Jšrn Zaefferer
 *
 * $Id: jquery.validate.js 6403 2009-06-17 14:27:16Z joern.zaefferer $
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
(function($){$.extend($.fn,{validate:function(options){if(!this.length){options&&options.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing");return;}var validator=$.data(this[0],'validator');if(validator){return validator;}validator=new $.validator(options,this[0]);$.data(this[0],'validator',validator);if(validator.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){validator.cancelSubmit=true;});if(validator.settings.submitHandler){this.find("input, button").filter(":submit").click(function(){validator.submitButton=this;});}this.submit(function(event){if(validator.settings.debug)event.preventDefault();function handle(){if(validator.settings.submitHandler){if(validator.submitButton){var hidden=$("<input type='hidden'/>").attr("name",validator.submitButton.name).val(validator.submitButton.value).appendTo(validator.currentForm);}validator.settings.submitHandler.call(validator,validator.currentForm);if(validator.submitButton){hidden.remove();}return false;}return true;}if(validator.cancelSubmit){validator.cancelSubmit=false;return handle();}if(validator.form()){if(validator.pendingRequest){validator.formSubmitted=true;return false;}return handle();}else{validator.focusInvalid();return false;}});}return validator;},valid:function(){if($(this[0]).is('form')){return this.validate().form();}else{var valid=true;var validator=$(this[0].form).validate();this.each(function(){valid&=validator.element(this);});return valid;}},removeAttrs:function(attributes){var result={},$element=this;$.each(attributes.split(/\s/),function(index,value){result[value]=$element.attr(value);$element.removeAttr(value);});return result;},rules:function(command,argument){var element=this[0];if(command){var settings=$.data(element.form,'validator').settings;var staticRules=settings.rules;var existingRules=$.validator.staticRules(element);switch(command){case"add":$.extend(existingRules,$.validator.normalizeRule(argument));staticRules[element.name]=existingRules;if(argument.messages)settings.messages[element.name]=$.extend(settings.messages[element.name],argument.messages);break;case"remove":if(!argument){delete staticRules[element.name];return existingRules;}var filtered={};$.each(argument.split(/\s/),function(index,method){filtered[method]=existingRules[method];delete existingRules[method];});return filtered;}}var data=$.validator.normalizeRules($.extend({},$.validator.metadataRules(element),$.validator.classRules(element),$.validator.attributeRules(element),$.validator.staticRules(element)),element);if(data.required){var param=data.required;delete data.required;data=$.extend({required:param},data);}return data;}});$.extend($.expr[":"],{blank:function(a){return!$.trim(""+a.value);},filled:function(a){return!!$.trim(""+a.value);},unchecked:function(a){return!a.checked;}});$.validator=function(options,form){this.settings=$.extend(true,{},$.validator.defaults,options);this.currentForm=form;this.init();};$.validator.format=function(source,params){if(arguments.length==1)return function(){var args=$.makeArray(arguments);args.unshift(source);return $.validator.format.apply(this,args);};if(arguments.length>2&&params.constructor!=Array){params=$.makeArray(arguments).slice(1);}if(params.constructor!=Array){params=[params];}$.each(params,function(i,n){source=source.replace(new RegExp("\\{"+i+"\\}","g"),n);});return source;};$.extend($.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:$([]),errorLabelContainer:$([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(element){this.lastActive=element;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,element,this.settings.errorClass,this.settings.validClass);this.errorsFor(element).hide();}},onfocusout:function(element){if(!this.checkable(element)&&(element.name in this.submitted||!this.optional(element))){this.element(element);}},onkeyup:function(element){if(element.name in this.submitted||element==this.lastElement){this.element(element);}},onclick:function(element){if(element.name in this.submitted)this.element(element);else if(element.parentNode.name in this.submitted)this.element(element.parentNode);},highlight:function(element,errorClass,validClass){$(element).addClass(errorClass).removeClass(validClass);},unhighlight:function(element,errorClass,validClass){$(element).removeClass(errorClass).addClass(validClass);}},setDefaults:function(settings){$.extend($.validator.defaults,settings);},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",number:"Please enter a valid number.",digits:"Please enter only digits.",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:$.validator.format("Please enter no more than {0} characters."),minlength:$.validator.format("Please enter at least {0} characters."),rangelength:$.validator.format("Please enter a value between {0} and {1} characters long."),range:$.validator.format("Please enter a value between {0} and {1}."),max:$.validator.format("Please enter a value less than or equal to {0}."),min:$.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){this.labelContainer=$(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||$(this.currentForm);this.containers=$(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var groups=(this.groups={});$.each(this.settings.groups,function(key,value){$.each(value.split(/\s/),function(index,name){groups[name]=key;});});var rules=this.settings.rules;$.each(rules,function(key,value){rules[key]=$.validator.normalizeRule(value);});function delegate(event){var validator=$.data(this[0].form,"validator"),eventType="on"+event.type.replace(/^validate/,"");validator.settings[eventType]&&validator.settings[eventType].call(validator,this[0]);}$(this.currentForm).validateDelegate(":text, :password, :file, select, textarea","focusin focusout keyup",delegate).validateDelegate(":radio, :checkbox, select, option","click",delegate);if(this.settings.invalidHandler)$(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler);},form:function(){this.checkForm();$.extend(this.submitted,this.errorMap);this.invalid=$.extend({},this.errorMap);if(!this.valid())$(this.currentForm).triggerHandler("invalid-form",[this]);this.showErrors();return this.valid();},checkForm:function(){this.prepareForm();for(var i=0,elements=(this.currentElements=this.elements());elements[i];i++){this.check(elements[i]);}return this.valid();},element:function(element){element=this.clean(element);this.lastElement=element;this.prepareElement(element);this.currentElements=$(element);var result=this.check(element);if(result){delete this.invalid[element.name];}else{this.invalid[element.name]=true;}if(!this.numberOfInvalids()){this.toHide=this.toHide.add(this.containers);}this.showErrors();return result;},showErrors:function(errors){if(errors){$.extend(this.errorMap,errors);this.errorList=[];for(var name in errors){this.errorList.push({message:errors[name],element:this.findByName(name)[0]});}this.successList=$.grep(this.successList,function(element){return!(element.name in errors);});}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors();},resetForm:function(){if($.fn.resetForm)$(this.currentForm).resetForm();this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass);},numberOfInvalids:function(){return this.objectLength(this.invalid);},objectLength:function(obj){var count=0;for(var i in obj)count++;return count;},hideErrors:function(){this.addWrapper(this.toHide).hide();},valid:function(){return this.size()==0;},size:function(){return this.errorList.length;},focusInvalid:function(){if(this.settings.focusInvalid){try{$(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin");}catch(e){}}},findLastActive:function(){var lastActive=this.lastActive;return lastActive&&$.grep(this.errorList,function(n){return n.element.name==lastActive.name;}).length==1&&lastActive;},elements:function(){var validator=this,rulesCache={};return $([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&validator.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in rulesCache||!validator.objectLength($(this).rules()))return false;rulesCache[this.name]=true;return true;});},clean:function(selector){return $(selector)[0];},errors:function(){return $(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext);},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=$([]);this.toHide=$([]);this.currentElements=$([]);},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers);},prepareElement:function(element){this.reset();this.toHide=this.errorsFor(element);},check:function(element){element=this.clean(element);if(this.checkable(element)){element=this.findByName(element.name)[0];}var rules=$(element).rules();var dependencyMismatch=false;for(method in rules){var rule={method:method,parameters:rules[method]};try{var result=$.validator.methods[method].call(this,element.value.replace(/\r/g,""),element,rule.parameters);if(result=="dependency-mismatch"){dependencyMismatch=true;continue;}dependencyMismatch=false;if(result=="pending"){this.toHide=this.toHide.not(this.errorsFor(element));return;}if(!result){this.formatAndAdd(element,rule);return false;}}catch(e){this.settings.debug&&window.console&&console.log("exception occured when checking element "+element.id
+", check the '"+rule.method+"' method",e);throw e;}}if(dependencyMismatch)return;if(this.objectLength(rules))this.successList.push(element);return true;},customMetaMessage:function(element,method){if(!$.metadata)return;var meta=this.settings.meta?$(element).metadata()[this.settings.meta]:$(element).metadata();return meta&&meta.messages&&meta.messages[method];},customMessage:function(name,method){var m=this.settings.messages[name];return m&&(m.constructor==String?m:m[method]);},findDefined:function(){for(var i=0;i<arguments.length;i++){if(arguments[i]!==undefined)return arguments[i];}return undefined;},defaultMessage:function(element,method){return this.findDefined(this.customMessage(element.name,method),this.customMetaMessage(element,method),!this.settings.ignoreTitle&&element.title||undefined,$.validator.messages[method],"<strong>Warning: No message defined for "+element.name+"</strong>");},formatAndAdd:function(element,rule){var message=this.defaultMessage(element,rule.method),theregex=/\$?\{(\d+)\}/g;if(typeof message=="function"){message=message.call(this,rule.parameters,element);}else if(theregex.test(message)){message=jQuery.format(message.replace(theregex,'{$1}'),rule.parameters);}this.errorList.push({message:message,element:element});this.errorMap[element.name]=message;this.submitted[element.name]=message;},addWrapper:function(toToggle){if(this.settings.wrapper)toToggle=toToggle.add(toToggle.parent(this.settings.wrapper));return toToggle;},defaultShowErrors:function(){for(var i=0;this.errorList[i];i++){var error=this.errorList[i];this.settings.highlight&&this.settings.highlight.call(this,error.element,this.settings.errorClass,this.settings.validClass);this.showLabel(error.element,error.message);}if(this.errorList.length){this.toShow=this.toShow.add(this.containers);}if(this.settings.success){for(var i=0;this.successList[i];i++){this.showLabel(this.successList[i]);}}if(this.settings.unhighlight){for(var i=0,elements=this.validElements();elements[i];i++){this.settings.unhighlight.call(this,elements[i],this.settings.errorClass,this.settings.validClass);}}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show();},validElements:function(){return this.currentElements.not(this.invalidElements());},invalidElements:function(){return $(this.errorList).map(function(){return this.element;});},showLabel:function(element,message){var label=this.errorsFor(element);if(label.length){label.removeClass().addClass(this.settings.errorClass);label.attr("generated")&&label.html(message);}else{label=$("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(element),generated:true}).addClass(this.settings.errorClass).html(message||"");if(this.settings.wrapper){label=label.hide().show().wrap("<"+this.settings.wrapper+"/>").parent();}if(!this.labelContainer.append(label).length)this.settings.errorPlacement?this.settings.errorPlacement(label,$(element)):label.insertAfter(element);}if(!message&&this.settings.success){label.text("");typeof this.settings.success=="string"?label.addClass(this.settings.success):this.settings.success(label);}this.toShow=this.toShow.add(label);},errorsFor:function(element){var name=this.idOrName(element);return this.errors().filter(function(){return $(this).attr('for')==name;});},idOrName:function(element){return this.groups[element.name]||(this.checkable(element)?element.name:element.id||element.name);},checkable:function(element){return/radio|checkbox/i.test(element.type);},findByName:function(name){var form=this.currentForm;return $(document.getElementsByName(name)).map(function(index,element){return element.form==form&&element.name==name&&element||null;});},getLength:function(value,element){switch(element.nodeName.toLowerCase()){case'select':return $("option:selected",element).length;case'input':if(this.checkable(element))return this.findByName(element.name).filter(':checked').length;}return value.length;},depend:function(param,element){return this.dependTypes[typeof param]?this.dependTypes[typeof param](param,element):true;},dependTypes:{"boolean":function(param,element){return param;},"string":function(param,element){return!!$(param,element.form).length;},"function":function(param,element){return param(element);}},optional:function(element){return!$.validator.methods.required.call(this,$.trim(element.value),element)&&"dependency-mismatch";},startRequest:function(element){if(!this.pending[element.name]){this.pendingRequest++;this.pending[element.name]=true;}},stopRequest:function(element,valid){this.pendingRequest--;if(this.pendingRequest<0)this.pendingRequest=0;delete this.pending[element.name];if(valid&&this.pendingRequest==0&&this.formSubmitted&&this.form()){$(this.currentForm).submit();this.formSubmitted=false;}else if(!valid&&this.pendingRequest==0&&this.formSubmitted){$(this.currentForm).triggerHandler("invalid-form",[this]);this.formSubmitted=false;}},previousValue:function(element){return $.data(element,"previousValue")||$.data(element,"previousValue",{old:null,valid:true,message:this.defaultMessage(element,"remote")});}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(className,rules){className.constructor==String?this.classRuleSettings[className]=rules:$.extend(this.classRuleSettings,className);},classRules:function(element){var rules={};var classes=$(element).attr('class');classes&&$.each(classes.split(' '),function(){if(this in $.validator.classRuleSettings){$.extend(rules,$.validator.classRuleSettings[this]);}});return rules;},attributeRules:function(element){var rules={};var $element=$(element);for(method in $.validator.methods){var value=$element.attr(method);if(value){rules[method]=value;}}if(rules.maxlength&&/-1|2147483647|524288/.test(rules.maxlength)){delete rules.maxlength;}return rules;},metadataRules:function(element){if(!$.metadata)return{};var meta=$.data(element.form,'validator').settings.meta;return meta?$(element).metadata()[meta]:$(element).metadata();},staticRules:function(element){var rules={};var validator=$.data(element.form,'validator');if(validator.settings.rules){rules=$.validator.normalizeRule(validator.settings.rules[element.name])||{};}return rules;},normalizeRules:function(rules,element){$.each(rules,function(prop,val){if(val===false){delete rules[prop];return;}if(val.param||val.depends){var keepRule=true;switch(typeof val.depends){case"string":keepRule=!!$(val.depends,element.form).length;break;case"function":keepRule=val.depends.call(element,element);break;}if(keepRule){rules[prop]=val.param!==undefined?val.param:true;}else{delete rules[prop];}}});$.each(rules,function(rule,parameter){rules[rule]=$.isFunction(parameter)?parameter(element):parameter;});$.each(['minlength','maxlength','min','max'],function(){if(rules[this]){rules[this]=Number(rules[this]);}});$.each(['rangelength','range'],function(){if(rules[this]){rules[this]=[Number(rules[this][0]),Number(rules[this][1])];}});if($.validator.autoCreateRanges){if(rules.min&&rules.max){rules.range=[rules.min,rules.max];delete rules.min;delete rules.max;}if(rules.minlength&&rules.maxlength){rules.rangelength=[rules.minlength,rules.maxlength];delete rules.minlength;delete rules.maxlength;}}if(rules.messages){delete rules.messages;}return rules;},normalizeRule:function(data){if(typeof data=="string"){var transformed={};$.each(data.split(/\s/),function(){transformed[this]=true;});data=transformed;}return data;},addMethod:function(name,method,message){$.validator.methods[name]=method;$.validator.messages[name]=message!=undefined?message:$.validator.messages[name];if(method.length<3){$.validator.addClassRules(name,$.validator.normalizeRule(name));}},methods:{required:function(value,element,param){if(!this.depend(param,element))return"dependency-mismatch";switch(element.nodeName.toLowerCase()){case'select':var val=$(element).val();return val&&val.length>0;case'input':if(this.checkable(element))return this.getLength(value,element)>0;default:return $.trim(value).length>0;}},remote:function(value,element,param){if(this.optional(element))return"dependency-mismatch";var previous=this.previousValue(element);if(!this.settings.messages[element.name])this.settings.messages[element.name]={};previous.originalMessage=this.settings.messages[element.name].remote;this.settings.messages[element.name].remote=previous.message;param=typeof param=="string"&&{url:param}||param;if(previous.old!==value){previous.old=value;var validator=this;this.startRequest(element);var data={};data[element.name]=value;$.ajax($.extend(true,{url:param,mode:"abort",port:"validate"+element.name,dataType:"json",data:data,success:function(response){validator.settings.messages[element.name].remote=previous.originalMessage;var valid=response===true;if(valid){var submitted=validator.formSubmitted;validator.prepareElement(element);validator.formSubmitted=submitted;validator.successList.push(element);validator.showErrors();}else{var errors={};var message=(previous.message=response||validator.defaultMessage(element,"remote"));errors[element.name]=$.isFunction(message)?message(value):message;validator.showErrors(errors);}previous.valid=valid;validator.stopRequest(element,valid);}},param));return"pending";}else if(this.pending[element.name]){return"pending";}return previous.valid;},minlength:function(value,element,param){return this.optional(element)||this.getLength($.trim(value),element)>=param;},maxlength:function(value,element,param){return this.optional(element)||this.getLength($.trim(value),element)<=param;},rangelength:function(value,element,param){var length=this.getLength($.trim(value),element);return this.optional(element)||(length>=param[0]&&length<=param[1]);},min:function(value,element,param){return this.optional(element)||value>=param;},max:function(value,element,param){return this.optional(element)||value<=param;},range:function(value,element,param){return this.optional(element)||(value>=param[0]&&value<=param[1]);},email:function(value,element){return this.optional(element)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(value);},url:function(value,element){return this.optional(element)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(value);},date:function(value,element){return this.optional(element)||!/Invalid|NaN/.test(new Date(value));},dateISO:function(value,element){return this.optional(element)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(value);},number:function(value,element){return this.optional(element)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(value);},digits:function(value,element){return this.optional(element)||/^\d+$/.test(value);},creditcard:function(value,element){if(this.optional(element))return"dependency-mismatch";if(/[^0-9-]+/.test(value))return false;var nCheck=0,nDigit=0,bEven=false;value=value.replace(/\D/g,"");for(var n=value.length-1;n>=0;n--){var cDigit=value.charAt(n);var nDigit=parseInt(cDigit,10);if(bEven){if((nDigit*=2)>9)nDigit-=9;}nCheck+=nDigit;bEven=!bEven;}return(nCheck%10)==0;},accept:function(value,element,param){param=typeof param=="string"?param.replace(/,/g,'|'):"png|jpe?g|gif";return this.optional(element)||value.match(new RegExp(".("+param+")$","i"));},equalTo:function(value,element,param){var target=$(param).unbind(".validate-equalTo").bind("blur.validate-equalTo",function(){$(element).valid();});return value==target.val();}}});$.format=$.validator.format;})(jQuery);;(function($){var ajax=$.ajax;var pendingRequests={};$.ajax=function(settings){settings=$.extend(settings,$.extend({},$.ajaxSettings,settings));var port=settings.port;if(settings.mode=="abort"){if(pendingRequests[port]){pendingRequests[port].abort();}return(pendingRequests[port]=ajax.apply(this,arguments));}return ajax.apply(this,arguments);};})(jQuery);;(function($){if(!jQuery.event.special.focusin&&!jQuery.event.special.focusout&&document.addEventListener){$.each({focus:'focusin',blur:'focusout'},function(original,fix){$.event.special[fix]={setup:function(){this.addEventListener(original,handler,true);},teardown:function(){this.removeEventListener(original,handler,true);},handler:function(e){arguments[0]=$.event.fix(e);arguments[0].type=fix;return $.event.handle.apply(this,arguments);}};function handler(e){e=$.event.fix(e);e.type=fix;return $.event.handle.call(this,e);}});};$.extend($.fn,{validateDelegate:function(delegate,type,handler){return this.bind(type,function(event){var target=$(event.target);if(target.is(delegate)){return handler.apply(target,arguments);}});}});})(jQuery);




