
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 Microsoft Corporation. All Rights Reserved.
 * 
 * Trademark:
 * Calibri is either a registered trademark or a trademark of Microsoft
 * Corporation in the United States and/or other countries.
 * 
 * Description:
 * Calibri is a modern sans serif family with subtle roundings on stems and
 * corners. It features real italics, small caps, and multiple numeral sets. Its
 * proportions allow high impact in tightly set lines of big and small text alike.
 * Calibri's many curves and the new rasteriser team up in bigger sizes to reveal a
 * warm and soft character.
 * 
 * Manufacturer:
 * Microsoft Corporation
 * 
 * Designer:
 * Luc(as) de Groot
 * 
 * Vendor URL:
 * http://www.microsoft.com/typography/ctfonts
 * 
 * License information:
 * http://www.microsoft.com/typography/fonts/default.aspx
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"171,-223v3,-8,27,-8,30,0r0,139v-1,56,-30,87,-87,87v-56,0,-84,-30,-84,-85v0,-47,-3,-102,3,-145v9,-2,24,-4,27,4v7,78,-29,201,56,201v85,0,47,-124,55,-201","w":230,"k":{".":6,",":5,"J":7,"A":8}},{"d":"133,-239v2,-8,29,-7,29,0r-2,239v-8,-1,-23,5,-23,-4r0,-21v-14,15,-30,28,-56,28v-48,-1,-60,-38,-64,-85v-7,-76,72,-115,116,-65r0,-92xm86,-21v24,0,34,-16,47,-31r0,-64v-14,-15,-23,-30,-45,-30v-55,0,-57,125,-2,125","w":189},{"d":"90,-246v6,2,7,20,0,22r-29,0r0,259v17,-3,46,1,29,21v-19,-4,-56,10,-56,-12r0,-278v1,-21,37,-9,56,-12","w":110},{"d":"41,-246v33,-8,28,34,14,49v-13,14,-18,49,-48,39v9,-24,27,-38,24,-74v0,-9,4,-12,10,-14","w":89,"k":{".":34,",":35,"v":5,"j":2,"C":12,"G":14,"J":23,"O":14,"Q":14,"Y":-2,"a":26,"c":26,"d":25,"q":25,"m":8,"p":8,"r":8,"e":25,"i":-1,"n":8,"o":26,"s":22,"u":8,"x":8,"y":8,"z":4,"A":46,"T":-3,"g":25,"w":5}},{"d":"94,-251v5,97,3,217,0,314v-9,0,-22,5,-25,-4r3,-310v7,0,16,-2,22,0","w":165},{"d":"121,-24v10,-1,8,19,3,23v-31,3,-67,0,-100,1v-13,0,-9,-28,-2,-34r70,-109r-68,0v-8,-1,-8,-20,-3,-24r97,0v9,5,5,28,-1,34r-70,109r74,0","w":142,"k":{"v":3,"a":6,"c":8,"d":8,"q":8,"e":8,"f":2,"o":8,"s":4,"u":2,"y":3,"g":3,"\u2019":-5,"\u201d":-5,"w":4}},{"d":"56,-137v56,-8,105,9,105,64v0,73,-95,96,-142,59v0,0,-4,-20,4,-22v31,21,106,24,106,-34v0,-46,-47,-47,-91,-42v-7,0,-9,-4,-9,-11r0,-93v0,-7,4,-12,11,-11r103,0v6,3,6,25,-2,26r-85,0r0,64","w":182},{"d":"121,-231v107,-7,123,144,71,206v18,15,33,23,54,32v4,6,5,25,-3,27v-28,-8,-54,-25,-74,-44v-13,7,-31,13,-52,13v-72,0,-100,-44,-100,-115v0,-72,33,-114,104,-119xm118,-23v53,0,70,-39,71,-91v1,-53,-17,-90,-69,-91v-52,0,-71,39,-71,90v0,52,16,92,69,92","w":242,"k":{"}":-5,"]":-6,")":-5,"\/":-24,"\u201d":-1,"\u2019":-1,";":-11,",":-18,"x":-5,"j":-14,"g":-10,"Y":8,"X":-2,"W":2,"V":4,"T":8,"J":-7}},{"d":"293,-112v6,1,7,5,7,13v0,7,-1,12,-7,12r-260,0v-6,0,-7,-5,-7,-12v0,-7,1,-13,7,-13r260,0","w":325},{"d":"51,-161v14,0,19,6,19,20v0,14,-5,20,-19,20v-14,0,-18,-7,-18,-20v0,-13,4,-20,18,-20xm46,-39v34,-9,25,34,13,49v-12,14,-20,50,-46,38v5,-27,27,-37,23,-73v-1,-9,3,-13,10,-14","w":96},{"d":"117,-151v17,-62,-62,-60,-88,-34v-18,-32,26,-44,57,-46v76,-4,78,89,38,132r-67,73r101,1v6,3,7,25,-2,25r-130,-1v-10,-4,-6,-27,1,-31v30,-39,76,-66,90,-119","w":182},{"d":"174,-112v6,0,7,6,6,13v0,7,-1,12,-6,12r-169,0v-10,0,-9,-25,0,-25r169,0"},{"d":"84,-222v5,-10,36,-10,40,0r78,218v-1,9,-29,8,-32,0r-20,-56r-94,0r-19,55v-1,9,-30,10,-31,0xm142,-84r-40,-113r-39,113r79,0","w":208,"k":{"-":3,".":-2,",":-3,"?":12,"v":7,"C":3,"G":3,"J":-4,"O":4,"Q":4,"U":6,"W":14,"Y":26,"t":9,"y":7,"T":28,"V":16,"\u2018":32,"\u201c":32,"\u2019":14,"\u201d":14}},{"d":"92,-101v8,0,10,25,0,24r-74,0v-9,0,-8,-23,0,-24r74,0","w":110},{"d":"39,-243v7,-6,32,3,29,11r-32,75v-6,7,-21,1,-21,-8xm104,-243v7,-6,32,3,29,11r-32,75v-6,8,-23,-1,-21,-8","w":144},{"d":"143,-223v5,-10,39,-10,30,6r-59,101r64,111v0,10,-20,5,-30,5v-21,-28,-36,-64,-55,-95v-19,31,-34,66,-56,95v-11,1,-35,6,-25,-11r62,-104r-62,-108v-1,-7,8,-5,15,-6v6,2,16,0,19,6r49,85","w":186,"k":{"-":14,"v":10,"C":10,"G":11,"O":10,"Q":10,"d":8,"q":8,"e":7,"o":7,"t":5,"u":7,"y":8,"S":4,"g":2,"\u2019":2,"\u201d":2,"w":9}},{"d":"63,-55v-5,35,25,33,45,30v5,22,-8,28,-28,28v-67,0,-41,-86,-46,-146v-19,4,-37,-3,-25,-24r25,0v-3,-22,-2,-59,29,-38r0,38r43,0v4,4,6,24,-3,24r-40,0r0,88","w":120,"k":{"-":11,"a":4,"c":4,"d":4,"q":4,"e":4,"o":4,"t":5,"\u2018":-2,"\u201c":-2,"\u2019":-12,"\u201d":-12}},{"d":"39,-243v7,-6,32,3,29,11r-32,75v-6,7,-21,1,-21,-8xm104,-243v7,-6,32,3,29,11r-32,75v-6,8,-23,-1,-21,-8","w":144},{"d":"-6,41v20,-4,43,-4,36,-39r3,-169v9,1,24,-5,26,4r0,166v2,42,-16,65,-56,60v-13,2,-12,-13,-9,-22xm45,-233v15,0,17,3,18,17v0,15,-5,18,-19,18v-14,0,-16,-4,-17,-18v-1,-14,4,-17,18,-17","w":86,"k":{"\u2019":-4,"\u201d":-4}},{"d":"76,-243v-2,-9,18,-6,24,-5v5,14,-3,34,-3,51v17,-9,44,-45,53,-9v-10,13,-31,14,-45,23r43,19v6,5,-5,24,-13,22r-38,-27r5,46v1,8,-19,6,-24,4v-5,-13,3,-34,3,-50v-17,9,-44,45,-53,9v10,-13,31,-14,45,-23r-43,-19v-6,-5,5,-24,13,-22r38,27"},{"d":"53,-140v10,-21,45,-43,66,-22v-1,8,2,23,-4,23v-29,-11,-49,9,-59,31v-2,35,3,77,-3,108v-9,-1,-23,5,-26,-4r0,-161v4,-4,26,-6,26,2r0,23","w":125,"k":{"-":11,".":36,",":31,"v":-3,"a":7,"c":5,"d":5,"q":5,"e":5,"o":6,"s":6,"y":-2,"g":5,"\u2018":-5,"\u201c":-5,"\u2019":-16,"\u201d":-16,"w":-2}},{"d":"147,-167v18,-6,37,9,20,22r-23,0r-7,59v18,-6,37,8,20,22r-23,0v-4,21,-3,46,-10,64v-9,0,-22,4,-24,-4r8,-60r-49,0v-4,21,-3,46,-10,64v-9,0,-22,4,-24,-4r8,-60v-18,6,-38,-8,-21,-22r24,0r7,-59v-12,-1,-30,5,-27,-11v-3,-17,17,-9,30,-11v4,-19,3,-44,10,-60v7,-1,21,-4,23,3r-7,57r49,0v4,-19,2,-44,9,-60v8,-2,21,-4,24,3xm69,-145r-7,59r49,0r7,-59r-49,0"},{"d":"97,-171v53,0,77,33,77,86v0,54,-26,88,-81,88v-55,1,-77,-33,-77,-85v0,-55,27,-89,81,-89xm95,-21v34,-1,48,-25,48,-62v0,-37,-12,-63,-48,-63v-37,0,-49,27,-49,62v0,35,12,63,49,63","w":189,"k":{",":7,"v":2,"x":7,"y":2,"z":5,"w":1}},{"d":"2,-253v2,-7,29,-6,29,1r108,296v-2,6,-28,7,-29,-1","w":139},{"d":"88,34v15,-5,19,16,9,22v-56,10,-53,-45,-51,-99v1,-29,-9,-42,-30,-48v0,-7,-4,-18,5,-19v58,-9,-16,-158,78,-136v6,7,4,26,-10,21v-25,2,-16,40,-16,68v0,32,-7,52,-31,58v35,6,31,49,31,91v0,21,-3,40,15,42","w":113},{"d":"45,-39v14,0,18,5,18,20v0,15,-4,20,-18,21v-15,0,-19,-4,-19,-20v0,-16,4,-21,19,-21xm124,-39v15,0,19,4,19,20v0,16,-5,20,-19,21v-14,0,-18,-5,-18,-20v0,-15,3,-21,18,-21xm204,-39v14,0,18,5,18,20v0,16,-5,20,-19,21v-14,0,-18,-5,-18,-20v0,-16,4,-21,19,-21","w":248},{"d":"41,-39v34,-9,27,34,14,49v-12,14,-20,51,-48,38v8,-24,27,-38,24,-73v-1,-9,3,-13,10,-14","w":89,"k":{"\u2013":9,"\u201d":25,"\u201c":32,"\u2019":25,"\u2018":32,"t":8,"Y":26,"X":-2,"W":26,"V":24,"T":23,"J":-4,"A":-3}},{"d":"70,-224v6,-8,30,-8,37,0r53,120v-1,7,-28,6,-31,-1r-41,-97r-39,97v-4,6,-37,11,-29,-5"},{"d":"179,-233v70,0,112,30,112,98v0,56,-16,106,-71,106v-20,0,-33,-9,-36,-26v-22,33,-98,39,-92,-22v5,-47,17,-93,66,-93v19,0,30,11,39,23v-3,-15,14,-30,26,-16v-4,34,-21,70,-14,104v37,24,56,-31,55,-75v-1,-53,-32,-77,-87,-76v-85,2,-114,57,-120,141v-7,91,92,98,158,80v4,2,2,14,1,19v-14,11,-42,13,-66,13v-77,0,-122,-33,-120,-110v2,-100,46,-166,149,-166xm120,-79v0,47,49,20,61,1r8,-46v-7,-12,-15,-22,-30,-23v-30,5,-39,36,-39,68","w":321},{"d":"137,-222v3,-9,31,-10,33,-1r-67,135v-2,28,3,63,-3,88v-10,-1,-26,5,-28,-5r0,-83r-66,-135v0,-11,30,-7,33,0r50,106","w":175,"k":{"-":21,"\/":22,".":42,":":27,";":24,",":44,"v":12,"j":9,"C":12,"G":12,"J":20,"O":12,"Q":12,"Z":2,"a":24,"c":28,"d":23,"q":23,"m":17,"p":17,"r":17,"e":26,"f":11,"i":6,"n":17,"o":27,"s":20,"t":8,"u":17,"x":12,"y":11,"z":18,"A":27,"S":3,"g":25,"\u2019":-5,"\u201d":-5,"w":11}},{"d":"24,-156v-8,-2,-8,-27,-3,-30r142,71v5,4,6,23,0,28r-142,70v-6,-3,-5,-27,3,-29r113,-55"},{"d":"140,-77v14,1,34,-5,32,12v2,18,-17,12,-32,13v2,23,6,70,-30,48r0,-48r-97,-1v-8,-4,-5,-25,0,-32r84,-141v13,-2,36,-7,43,4r0,145xm110,-202r-74,125r74,0r0,-125","w":182},{"d":"49,-156v-33,9,-27,-34,-14,-49v11,-12,24,-54,47,-36v-8,23,-27,37,-24,71v0,8,-2,13,-9,14","w":89,"k":{".":34,",":33,"G":6,"J":16,"O":4,"Q":4,"W":-2,"Y":-8,"a":9,"c":17,"d":16,"q":16,"e":15,"o":12,"s":8,"A":30,"T":-16,"V":-10,"g":14}},{"d":"151,-25v8,2,8,23,0,25r-110,0v-6,-1,-11,-4,-11,-12r0,-203v0,-8,4,-12,11,-12r111,0v5,4,6,25,-3,25r-89,0r0,71r77,0v8,2,9,24,0,24r-77,0r0,82r91,0","w":175,"k":{"-":5,"v":8,"C":4,"G":4,"O":6,"Q":6,"Z":2,"a":6,"c":5,"d":5,"q":5,"e":7,"f":11,"o":7,"t":4,"y":8,"A":4,"S":4,"w":6}},{"w":81},{"d":"110,-156v-32,8,-26,-35,-13,-49v12,-13,20,-50,46,-38v-8,24,-27,38,-24,73v0,8,-3,12,-9,14xm47,-156v-32,8,-26,-35,-13,-49v12,-13,20,-50,46,-38v-8,24,-27,38,-24,73v0,8,-3,12,-9,14","w":150,"k":{".":34,",":33,"G":6,"J":16,"O":4,"Q":4,"W":-2,"Y":-8,"a":9,"c":17,"d":16,"q":16,"e":15,"o":12,"s":8,"A":30,"T":-16,"V":-10,"g":14}},{"d":"191,-227v5,68,3,159,0,227v-9,-1,-27,6,-27,-5r0,-100r-104,0r0,103v-4,5,-30,6,-30,-3r3,-222v8,-1,25,-5,27,4r0,91r104,0v2,-31,-3,-68,3,-95v8,-2,17,-2,24,0","w":224,"k":{"\u2018":3,"\u201c":3}},{"d":"146,-189v1,-8,18,-5,23,-2v2,35,-14,55,-45,57v-40,2,-36,-38,-68,-41v-17,-2,-22,14,-22,30v0,7,-19,7,-23,2v-11,-63,69,-71,92,-27v11,21,48,12,43,-19"},{"d":"25,-238v-4,-3,-1,-8,4,-8v37,-5,36,32,53,50v-30,15,-41,-29,-57,-42","w":104},{"d":"91,-231v59,0,74,47,73,108v-2,72,-23,126,-97,126v-24,0,-55,-3,-44,-32v28,9,80,12,95,-16v8,-14,16,-34,16,-57v-12,8,-31,15,-52,14v-46,0,-68,-23,-68,-67v0,-47,27,-76,77,-76xm45,-158v-5,53,60,54,88,32v0,-44,-6,-81,-45,-81v-30,0,-40,20,-43,49","w":182},{"d":"157,-227v14,-2,9,23,5,32r-84,193v-6,4,-36,8,-31,-6r86,-193r-109,0v-7,0,-8,-12,-6,-19v0,-4,2,-8,6,-7r133,0","w":182},{"d":"144,-227v8,1,8,24,0,25r-84,0r0,78r82,0v5,3,6,25,-3,25r-79,0r0,97v-4,5,-30,6,-30,-3r0,-210v0,-8,4,-12,11,-12r103,0","w":165,"k":{"\/":11,".":34,",":36,"C":3,"G":3,"J":19,"O":3,"Q":3,"X":4,"Z":2,"a":10,"c":5,"d":4,"q":4,"e":5,"o":5,"s":6,"A":20,"S":5,"\u2019":-1,"\u201d":-1}},{"d":"16,-235v2,-22,61,-15,61,1r0,278v0,22,-36,9,-56,12v-7,1,-5,-13,-4,-19v7,-4,22,-1,33,-2r0,-259v-13,-2,-36,7,-34,-11","w":110},{"d":"87,-240v4,-8,26,-8,30,0r-6,86v-7,-1,-20,5,-20,-5xm24,-240v3,-8,28,-8,31,0v-3,28,0,62,-7,86v-8,0,-19,4,-20,-5","w":144},{"d":"16,-88v-6,-4,-6,-24,1,-27v49,-21,93,-52,143,-70v3,6,4,28,-5,29r-113,55r118,59v1,8,5,29,-5,24"},{"d":"49,-125v43,-28,125,-18,119,51v-4,49,-27,77,-77,77v-61,1,-72,-47,-72,-108v-1,-73,24,-124,94,-126v23,0,53,4,42,32v-59,-22,-111,9,-106,74xm94,-21v30,0,41,-22,44,-50v6,-53,-61,-52,-89,-30v1,43,5,80,45,80","w":182},{"d":"169,-24v-38,39,-153,40,-150,-36v2,-35,23,-51,47,-66v-12,-18,-26,-30,-26,-57v0,-37,27,-55,68,-55v35,0,60,13,60,47v0,41,-33,50,-60,69r59,61v11,-14,15,-37,16,-61v5,-5,33,-9,27,7v1,32,-10,52,-23,71v14,8,21,21,41,22v4,6,5,28,-11,25v-22,-4,-32,-16,-48,-27xm105,-214v-48,-3,-34,54,-13,74v21,-13,42,-20,46,-48v-1,-18,-13,-26,-33,-26xm81,-108v-16,11,-30,21,-31,45v-2,50,73,50,98,22v-25,-20,-46,-43,-67,-67","w":245},{"d":"24,-223v38,-37,132,-19,126,49v-4,40,-21,64,-60,66v1,22,3,65,-28,43v4,-22,-15,-64,16,-63v29,0,40,-16,42,-44v4,-51,-63,-53,-91,-31v-7,0,-6,-14,-5,-20xm76,-38v14,0,19,6,19,20v0,14,-5,20,-19,20v-14,0,-18,-7,-18,-20v0,-14,4,-20,18,-20","w":166,"k":{"\u201d":-6,"\u2019":-6}},{"d":"156,-148v10,0,9,25,0,25r-133,0v-6,-1,-6,-5,-6,-13v0,-7,1,-12,6,-12r133,0xm156,-80v6,0,7,6,7,13v0,7,-1,12,-7,12r-133,0v-6,0,-6,-4,-6,-12v0,-7,0,-13,6,-13r133,0"},{"d":"173,-222v2,-9,29,-9,29,0r0,210v-6,27,-50,8,-50,-10r-94,-172r-2,194v-9,-1,-26,5,-26,-5r0,-209v4,-24,51,-15,52,5r92,168","w":232},{"d":"34,-167v-10,-61,35,-97,78,-70v2,6,3,17,-2,20v-32,-15,-54,7,-46,50v15,3,41,-9,41,12v0,20,-25,9,-41,12v-2,46,3,101,-3,143v-10,0,-24,4,-27,-4r0,-139v-18,6,-38,-8,-22,-24r22,0","w":109,"k":{")":-5,"-":10,".":24,",":22,"v":-2,"a":7,"c":8,"d":9,"q":9,"e":9,"f":4,"o":8,"s":5,"y":-2,"z":4,"g":11,"\u2018":-4,"\u201c":-4,"\u2019":-19,"\u201d":-19,"w":-1}},{"w":81},{"d":"30,-223v3,-8,28,-9,30,0r0,221v-4,5,-30,6,-30,-3r0,-218","w":90},{"d":"118,-171v0,-51,-66,-33,-91,-16v-11,-35,28,-40,59,-44v74,-9,85,103,21,111v28,7,52,20,54,55v5,70,-103,87,-142,47v0,-7,-4,-21,4,-21v26,20,105,31,104,-23v-1,-39,-38,-45,-81,-43v-7,-2,-8,-24,2,-23v40,3,70,-8,70,-43","w":182},{"d":"49,-233v0,-13,26,-10,32,-4r-3,174v-4,4,-26,6,-26,-3xm65,-38v14,0,19,6,19,20v0,14,-5,20,-19,20v-14,0,-18,-7,-18,-20v0,-14,3,-20,18,-20","w":117},{"d":"88,-245v-44,81,-44,220,0,301v-2,7,-22,7,-26,1v-51,-76,-50,-233,3,-305v8,0,21,-4,23,3","w":109,"k":{"j":-11,"g":-2}},{"d":"53,-243v5,73,3,169,0,243v-9,-1,-23,5,-26,-4r3,-239v4,-3,19,-3,23,0","w":82},{"d":"55,-223v3,-8,27,-8,30,0r0,166v8,52,-45,75,-82,50v-2,-6,-5,-24,4,-25v8,2,13,8,25,8v21,0,23,-16,23,-36r0,-163","w":114,"k":{".":3,",":5,"X":4,"A":6}},{"d":"92,-101v8,0,10,25,0,24r-74,0v-9,0,-8,-23,0,-24r74,0","w":110},{"d":"103,-114v24,3,78,-13,60,25r-60,0v-2,22,3,50,-3,68v-4,3,-23,4,-23,-4r0,-64r-61,0v-5,-5,-6,-25,3,-25r58,0r0,-66v5,-5,24,-6,26,2r0,64","k":{"+":-3}},{"d":"129,-231v33,0,87,12,67,48v-18,-10,-39,-22,-68,-22v-53,0,-78,37,-80,91v-3,71,61,109,122,81r0,-67r-52,0v-8,1,-8,-20,-3,-24r79,0v16,18,3,68,7,99v-8,24,-43,28,-73,28v-73,0,-112,-43,-112,-115v0,-74,41,-119,113,-119","w":227,"k":{"v":5,"W":2,"Y":5,"x":2,"y":5,"T":2,"V":2,"w":4}},{"d":"167,-222v2,-11,41,-10,29,5r-74,212v-3,9,-37,10,-40,0r-76,-218v2,-9,29,-8,32,0r66,192","w":204,"k":{"-":18,"\/":19,".":36,":":13,";":19,",":29,"C":3,"G":4,"J":14,"O":5,"Q":5,"a":20,"c":18,"d":15,"q":15,"m":9,"p":9,"r":9,"e":18,"n":9,"o":15,"s":16,"u":9,"y":6,"z":14,"A":17,"S":2,"V":-2,"g":18,"\u2019":-9,"\u201d":-9}},{"d":"116,-119v26,13,52,26,52,61v0,43,-33,61,-79,61v-45,1,-75,-16,-75,-56v0,-36,27,-49,52,-63v-22,-13,-44,-26,-44,-57v0,-40,30,-58,71,-58v39,0,67,16,67,53v0,32,-22,46,-44,59xm93,-130v38,-10,55,-77,-2,-77v-45,0,-50,53,-16,66v5,3,11,7,18,11xm92,-20v51,4,58,-58,18,-73v-6,-4,-13,-7,-21,-11v-21,11,-44,20,-44,48v0,25,20,34,47,36","w":182},{"d":"85,-171v26,0,38,14,52,28v-7,-17,9,-36,25,-20r0,221v2,9,-18,6,-26,5v-8,-21,-1,-59,-3,-86v-13,15,-25,26,-52,26v-48,0,-63,-38,-64,-85v0,-52,20,-89,68,-89xm86,-21v24,0,34,-16,47,-31r0,-64v-14,-15,-23,-30,-45,-30v-55,0,-57,125,-2,125","w":189,"k":{"g":-2}},{"d":"86,-227v6,0,5,17,0,18r-25,0v-2,26,4,60,-2,82v-6,0,-16,3,-19,-2r0,-80v-14,3,-40,0,-25,-18r71,0xm191,-215v1,-15,36,-18,36,-4r-2,92v-6,0,-16,3,-18,-2r0,-79v-12,26,-18,59,-33,82v-5,-1,-15,2,-17,-2r-29,-80v-2,26,4,59,-2,81v-6,0,-15,3,-18,-2r0,-90v2,-15,39,-10,38,4r22,60","w":253},{"d":"167,-227v8,1,8,24,0,25r-64,0r-3,202v-9,-1,-27,6,-27,-5r0,-197r-67,0v-5,-4,-4,-21,0,-25r161,0","w":175,"k":{"-":28,"\/":19,".":36,":":24,";":20,",":37,"v":16,"C":7,"G":10,"J":11,"O":10,"Q":10,"a":28,"c":31,"d":26,"q":26,"m":22,"p":22,"r":22,"e":32,"n":22,"o":32,"s":27,"u":22,"x":16,"y":16,"z":25,"A":28,"S":2,"T":-5,"g":27,"\u2018":-4,"\u201c":-4,"\u2019":-8,"\u201d":-8,"w":15}},{"d":"56,-144v31,-45,116,-29,107,43v-4,32,3,72,-3,101v-9,0,-25,5,-26,-4v-7,-52,20,-141,-33,-141v-22,0,-32,15,-45,30v-2,37,3,82,-3,115v-9,-1,-23,5,-26,-4r3,-239v5,-3,25,-4,26,4r0,95","w":189,"k":{"v":6,"f":2,"t":3,"x":3,"y":7,"\u2018":7,"\u201c":7,"w":2}},{"d":"174,-14v10,8,1,17,-11,15v-9,0,-17,1,-19,-6r-84,-113r0,116v-4,5,-30,6,-30,-3r3,-222v8,-1,25,-5,27,4r0,101r83,-104v13,-5,41,-4,26,14r-76,90","w":187,"k":{"-":6,"v":18,"C":14,"G":14,"O":17,"Q":17,"U":5,"W":6,"a":6,"c":7,"d":6,"q":6,"m":6,"p":6,"r":6,"e":7,"f":4,"n":6,"o":7,"s":3,"t":7,"u":6,"y":15,"S":3,"w":17}},{"d":"142,-26v8,0,6,11,6,19v0,4,-3,7,-6,7r-101,0v-6,-1,-11,-4,-11,-12r3,-215v8,-1,25,-5,27,4r0,197r82,0","w":151,"k":{",":-3,"v":14,"C":4,"G":8,"J":-4,"O":8,"Q":8,"U":8,"W":21,"Y":29,"f":4,"t":7,"y":14,"T":26,"V":26,"\u2018":35,"\u201c":35,"\u2019":26,"\u201d":26,"w":13}},{"d":"94,-231v63,0,76,52,76,117v-1,65,-16,117,-81,117v-64,0,-77,-50,-76,-116v0,-66,17,-118,81,-118xm91,-21v43,0,48,-46,48,-91v0,-47,-2,-94,-47,-94v-44,0,-47,45,-48,91v0,49,3,94,47,94","w":182},{"d":"118,-24v29,3,46,-24,63,-19v7,40,-34,46,-67,46v-67,0,-97,-45,-97,-114v0,-71,32,-119,100,-119v32,0,70,7,63,45r-4,3v-17,-8,-32,-23,-59,-22v-50,2,-66,41,-67,92v-1,52,19,84,68,88","w":191,"k":{",":2,"G":3,"J":-2,"O":3,"Q":3,"T":-2,"\u2018":-2,"\u201c":-2,"\u2019":-16,"\u201d":-16}},{"d":"143,-172v8,-6,22,8,18,18r-54,53v17,20,41,35,55,58v-1,9,-12,17,-19,13r-54,-53r-57,55v-7,-2,-21,-12,-13,-20r53,-53v-17,-20,-41,-35,-55,-58v2,-8,12,-18,20,-13r53,54"},{"d":"41,-227v99,-8,164,17,164,110v0,97,-61,126,-164,117v-6,-1,-11,-4,-11,-12r0,-203v0,-8,4,-12,11,-12xm60,-25v75,7,113,-20,113,-91v0,-67,-39,-93,-113,-86r0,177","w":221,"k":{".":8,",":10,"J":4,"W":2,"X":5,"Y":7,"Z":4,"A":5,"T":4,"V":4,"\u2018":3,"\u201c":3,"\u2019":-1,"\u201d":-1}},{"d":"90,-22v24,2,35,-24,49,-17v8,34,-24,42,-53,42v-50,0,-70,-33,-70,-85v0,-75,76,-115,123,-67v1,8,2,21,-5,22v-13,-7,-23,-20,-45,-19v-32,0,-43,28,-43,63v0,35,11,58,44,61","w":152,"k":{"a":3,"o":3}},{"d":"115,-24v21,-1,64,-4,42,24r-121,-1v-7,-3,-7,-23,2,-23r47,0r0,-173r-49,28v-8,0,-7,-22,0,-24v23,-9,48,-49,79,-31r0,200","w":182},{"d":"133,-163v2,-8,29,-7,29,0r-2,163v-9,0,-22,4,-24,-4r0,-21v-15,15,-29,27,-53,28v-77,4,-55,-99,-56,-168v3,-5,26,-6,28,2v6,52,-21,141,34,141v21,0,31,-15,44,-30r0,-111","w":189},{"d":"196,-116v36,-1,49,25,49,59v0,36,-16,59,-50,60v-36,1,-48,-25,-48,-60v0,-35,13,-59,49,-59xm196,-17v21,0,24,-18,24,-40v0,-23,-5,-40,-25,-40v-20,0,-23,18,-23,39v-1,24,3,41,24,41xm62,-230v35,0,49,24,49,59v0,35,-15,60,-50,60v-36,0,-49,-23,-48,-60v1,-35,13,-59,49,-59xm62,-131v22,0,23,-18,24,-39v1,-23,-4,-41,-25,-41v-33,0,-34,80,1,80xm195,-229v3,-9,33,-8,24,4r-160,229v-6,3,-31,5,-22,-7","w":257},{"d":"136,-122v75,25,45,132,-35,122v-24,-3,-66,12,-71,-12r0,-203v2,-23,42,-8,63,-12v73,-14,96,81,43,105xm60,-129v41,3,75,-1,75,-38v0,-37,-36,-37,-75,-36r0,74xm60,-25v43,1,88,5,88,-38v0,-45,-43,-43,-88,-42r0,80","w":195,"k":{",":5,"v":4,"W":4,"X":8,"Y":10,"Z":4,"f":4,"t":4,"x":3,"y":4,"A":4,"T":8,"V":4,"\u2018":5,"\u201c":5}},{"d":"108,-251v1,-11,32,-10,28,2r-106,291v0,9,-26,11,-29,2","w":139,"k":{"s":7,"o":6,"g":6,"e":7,"c":7,"a":7,"J":7,"A":12}},{"d":"279,-222v2,-11,38,-10,29,5r-60,210v-2,12,-38,13,-42,0r-48,-171r-44,171v-1,12,-38,12,-42,0r-61,-216v0,-10,25,-6,31,-2r52,193r52,-195v10,-1,28,-5,30,5r53,190","w":320,"k":{"-":15,".":36,";":27,",":38,"v":6,"C":4,"G":4,"J":15,"O":4,"Q":4,"X":2,"a":12,"c":14,"d":13,"q":13,"m":11,"p":11,"r":11,"e":13,"n":11,"o":15,"s":13,"u":11,"y":9,"A":16,"S":2,"g":9,"\u2019":-2,"\u201d":-2}},{"d":"42,-227v69,-4,128,1,128,66v0,59,-45,79,-110,75r0,81v1,9,-18,6,-27,5v-2,0,-2,-3,-3,-5r0,-209v0,-8,5,-13,12,-13xm60,-111v44,3,78,-5,78,-47v0,-42,-35,-47,-78,-44r0,91","w":185,"k":{"-":11,"\/":19,".":46,",":45,"J":25,"X":6,"Y":2,"Z":5,"a":8,"c":8,"d":6,"q":6,"e":7,"f":-2,"o":7,"s":6,"t":-2,"y":-2,"A":27,"T":2,"V":2,"\u2018":-2,"\u201c":-2,"\u2019":-8,"\u201d":-8}},{"d":"219,-162v4,-11,38,-9,28,6r-47,151v-3,9,-34,10,-39,0r-34,-117r-31,117v-2,9,-34,9,-39,0r-47,-160v4,-5,28,-5,30,3r38,132r39,-137v9,0,23,-5,26,4r38,133","w":257,"k":{"-":8,".":23,",":31,"v":-2,"a":4,"c":4,"d":3,"q":3,"e":3,"f":-1,"o":3,"s":3,"t":-1,"y":-2,"z":3,"g":3,"\u2018":-3,"\u201c":-3,"\u2019":-11,"\u201d":-11,"w":-1}},{"d":"108,-171v47,0,64,37,64,85v0,52,-18,87,-68,89v-27,0,-37,-13,-51,-27v7,17,-10,36,-26,20r3,-239v5,-3,25,-4,26,4r0,95v14,-15,26,-27,52,-27xm101,-22v57,1,56,-124,2,-124v-24,0,-34,16,-47,31r0,63v13,15,22,30,45,30","w":189,"k":{"v":2,"f":3,"s":2,"t":2,"x":7,"y":2,"z":5,"\u2018":4,"\u201c":4,"w":2}},{"d":"116,-162v3,-8,32,-10,34,-1v-15,28,-43,44,-62,67r69,91v-1,10,-31,8,-34,0r-67,-87v-2,30,3,66,-3,92v-9,-1,-23,5,-26,-4r3,-239v5,-3,25,-4,26,4r0,143","w":163,"k":{"-":14,"a":6,"c":8,"d":10,"q":10,"e":12,"o":12,"s":3,"t":2,"u":5}},{"d":"115,-136v-18,-14,-83,-21,-66,22v21,26,78,17,77,67v0,36,-26,48,-62,50v-28,1,-63,-12,-45,-38v18,14,76,29,79,-10v-11,-41,-80,-24,-80,-79v0,-47,78,-64,100,-28v0,6,1,13,-3,16","w":140,"k":{"v":5,"f":3,"t":4,"x":4,"y":7,"z":3,"\u2018":5,"\u201c":5,"w":2}},{"d":"92,-101v8,0,10,25,0,24r-74,0v-9,0,-8,-23,0,-24r74,0","w":110,"k":{"y":4,"x":7,"v":3,"f":3,"Y":18}},{"d":"223,-208v-1,-22,55,-30,55,-6r-1,212v-4,5,-28,6,-29,-3r0,-198r-81,199v-4,7,-26,8,-30,0r-77,-199r-1,201v-4,5,-28,6,-29,-3r0,-209v3,-23,56,-16,57,5r67,165","w":307},{"d":"49,-174v11,59,105,38,103,110v0,46,-31,66,-77,67v-32,1,-79,-14,-57,-45v26,20,102,36,103,-18v-11,-59,-103,-39,-103,-111v0,-61,85,-77,121,-41v1,8,3,20,-4,23v-22,-17,-85,-30,-86,15","w":165,"k":{"-":2,"v":4,"J":2,"W":3,"X":2,"Y":4,"y":4,"A":3,"T":2,"V":2,"\u2018":4,"\u201c":4,"\u2019":2,"\u201d":2,"w":3}},{"d":"148,-189v-23,-10,-96,-31,-96,17v0,66,142,31,106,133v-9,26,-37,36,-71,39v-3,17,3,55,-27,40r4,-41v-25,-1,-58,-11,-44,-40v31,19,133,29,108,-38v-32,-38,-128,-27,-102,-112v7,-24,31,-33,61,-36v2,-18,-1,-53,27,-37r-3,37v21,2,50,12,37,38","w":182},{"d":"155,-25v8,0,9,25,0,25r-134,0v-18,0,-10,-32,-3,-38r105,-164r-107,-1v-5,-2,-6,-24,3,-24r127,0v17,-1,10,32,2,38r-104,164r111,0","w":168,"k":{"-":8,"v":8,"C":4,"G":4,"O":4,"Q":4,"W":1,"Y":1,"a":2,"c":2,"d":3,"q":3,"e":5,"o":5,"y":7,"A":2,"\u2019":-8,"\u201d":-8,"w":7}},{"d":"82,-30v18,-44,29,-96,49,-137v12,-1,30,-5,24,11r-54,151v-3,9,-35,10,-39,0r-55,-160v4,-5,29,-6,30,3","w":162,"k":{"-":8,"\u201d":-11,"\u201c":-3,"\u2019":-11,"\u2018":-3,".":30,",":28,"z":5,"y":-2,"w":-2,"v":-2,"t":-2,"s":2,"q":4,"o":3,"g":5,"f":-2,"e":4,"d":4,"c":4,"a":5}},{"d":"39,-243v7,-6,32,3,29,11r-32,75v-6,7,-21,1,-21,-8","w":79},{"d":"109,-171v47,0,63,37,63,85v0,52,-19,87,-68,89v-25,1,-35,-12,-48,-24v-2,27,3,61,-3,84v-9,-1,-26,5,-26,-5r0,-223v3,-4,25,-7,25,2r0,22v15,-15,29,-30,57,-30xm101,-22v56,0,57,-124,2,-124v-24,0,-34,16,-47,31r0,63v13,15,22,30,45,30","w":189,"k":{"v":2,"f":3,"s":2,"t":2,"x":7,"y":2,"z":5,"\u2018":4,"\u201c":4,"w":2}},{"d":"103,-246v34,-8,27,34,14,49v-11,14,-20,50,-46,38v5,-27,27,-37,23,-73v0,-8,2,-13,9,-14xm40,-246v34,-8,27,34,14,49v-11,14,-20,50,-46,38v5,-27,27,-37,23,-73v0,-8,2,-13,9,-14","w":150,"k":{".":34,",":35,"v":5,"j":2,"C":12,"G":14,"J":23,"O":14,"Q":14,"Y":-2,"a":26,"c":26,"d":25,"q":25,"m":8,"p":8,"r":8,"e":25,"i":-1,"n":8,"o":26,"s":22,"u":8,"x":8,"y":8,"z":4,"A":46,"T":-3,"g":25,"w":5}},{"d":"46,-39v14,0,18,5,18,20v0,16,-5,20,-19,21v-15,0,-18,-6,-18,-21v0,-16,4,-20,19,-20","w":90,"k":{"-":20,"\u201d":26,"\u201c":34,"\u2019":26,"\u2018":34,"z":-2,"y":14,"w":12,"v":14,"t":8,"g":-4,"f":7,"Y":33,"W":25,"V":27,"U":3,"T":27,"Q":4,"O":4,"J":-3,"G":7,"C":7,"A":-2}},{"d":"51,-161v14,0,19,6,19,20v0,14,-5,20,-19,20v-14,0,-18,-7,-18,-20v0,-13,4,-20,18,-20xm51,-39v15,0,19,6,19,20v0,14,-4,21,-19,21v-15,0,-18,-8,-18,-21v0,-13,4,-20,18,-20","w":96},{"d":"121,-231v70,0,100,44,100,115v0,71,-31,119,-104,119v-71,0,-100,-44,-100,-115v0,-72,33,-119,104,-119xm118,-23v53,0,70,-39,71,-91v1,-53,-17,-90,-69,-91v-52,0,-71,39,-71,90v0,52,16,92,69,92","w":238,"k":{".":5,",":8,"J":5,"W":4,"X":11,"Y":10,"Z":7,"x":2,"z":2,"A":4,"T":10,"V":4,"\u2018":3,"\u201c":3,"\u2019":-2,"\u201d":-2}},{"d":"174,41v5,0,6,4,6,11v0,7,-1,12,-6,12r-169,0v-6,1,-6,-5,-6,-11v0,-7,1,-12,6,-12r169,0"},{"d":"92,-171v48,0,71,31,70,81v0,8,-5,11,-11,12r-104,0v-7,64,63,66,106,46v11,32,-29,34,-58,35v-55,0,-79,-32,-79,-86v0,-52,26,-88,76,-88xm133,-99v9,-54,-69,-65,-83,-19v-2,6,-3,13,-3,19r86,0","k":{"v":2,"f":3,"t":2,"x":5,"y":2,"z":4,"\u2018":3,"\u201c":3,"w":2}},{"d":"39,-243v7,-6,32,3,29,11r-32,75v-6,7,-21,1,-21,-8","w":79},{"d":"168,-168v0,34,-19,49,-44,58v34,19,46,69,57,108v-5,6,-31,5,-32,-4v-21,-40,-18,-105,-89,-95r0,96v1,9,-18,6,-27,5v-2,0,-2,-3,-3,-5r0,-210v6,-25,53,-8,84,-11v32,6,54,21,54,58xm60,-126v39,1,76,1,76,-38v0,-38,-35,-40,-76,-38r0,76","w":195,"k":{".":-2,"v":5,"C":3,"G":3,"O":4,"Q":4,"W":3,"Y":5,"e":6,"o":7,"y":6,"S":5,"T":4,"V":5,"w":6}},{"d":"44,-248v54,77,52,230,2,307v-8,1,-22,5,-24,-3v41,-82,43,-218,0,-301v0,-7,15,-4,22,-3","w":109},{"d":"53,-142v31,-47,119,-34,110,41v-4,32,3,72,-3,101v-9,0,-25,5,-26,-4v-7,-52,20,-141,-33,-141v-22,0,-32,15,-45,30v-2,37,3,82,-3,115v-9,-1,-23,5,-26,-4r0,-161v4,-4,26,-6,26,2r0,21","w":189,"k":{"v":6,"f":2,"t":3,"x":3,"y":7,"\u2018":7,"\u201c":7,"w":2}},{"d":"116,-163v3,-8,27,-7,30,-1v-14,28,-33,52,-48,78v16,28,36,52,50,82v-1,8,-29,8,-33,0r-38,-63v-14,22,-26,47,-42,67v0,0,-33,5,-26,-8r49,-77r-48,-78v3,-8,29,-8,33,0r36,58","w":155,"k":{"-":11,"a":7,"c":8,"d":8,"q":8,"e":9,"o":10,"s":2,"t":-1,"u":4,"\u2019":-9,"\u201d":-9}},{"d":"207,-171v73,-4,57,106,52,171v-9,-1,-24,5,-27,-4v-6,-51,21,-141,-31,-141v-20,0,-30,15,-42,30v-2,37,3,82,-3,115v-9,-1,-24,5,-26,-4v-6,-51,20,-141,-32,-141v-20,0,-30,15,-42,30v-2,37,3,82,-3,115v-9,-1,-23,5,-26,-4r0,-161v4,-4,26,-6,26,2r0,21v15,-15,27,-29,51,-29v26,0,42,12,49,32v14,-16,29,-31,54,-32","w":287,"k":{"v":6,"f":2,"t":3,"x":3,"y":7,"\u2018":7,"\u201c":7,"w":2}},{"d":"127,-162v2,-11,35,-11,29,5r-78,215v-3,7,-28,10,-32,1r23,-59v-26,-49,-43,-108,-63,-163v1,-9,31,-8,32,2r45,127","w":162,"k":{"-":8,".":24,",":26,"v":-2,"a":5,"c":5,"d":4,"q":4,"e":4,"f":-2,"o":4,"s":3,"t":-2,"y":-2,"z":3,"g":5,"\u2018":-3,"\u201c":-3,"\u2019":-11,"\u201d":-11,"w":-1}},{"d":"53,-167v7,46,3,119,0,167v-9,-1,-23,5,-26,-4r3,-163v7,0,17,-2,23,0xm41,-233v14,0,18,3,18,17v0,15,-4,18,-18,18v-14,0,-18,-3,-18,-18v0,-14,4,-17,18,-17","w":82,"k":{"\u2019":-4,"\u201d":-4}},{"d":"24,-246v98,-22,13,134,81,136v4,4,5,20,-3,21v-58,9,16,171,-80,142v-1,-10,-3,-22,12,-19v25,-2,16,-40,16,-68v0,-33,6,-58,31,-65v-35,-4,-32,-43,-31,-84v0,-27,1,-44,-26,-43v-4,-2,-5,-17,0,-20","w":113},{"d":"142,-114v3,49,-56,70,-94,48v-13,10,-6,31,14,31v45,0,95,0,95,45v0,40,-34,54,-77,54v-38,-1,-71,-8,-71,-42v0,-20,11,-31,23,-40v-25,-9,-18,-48,-1,-60v-34,-44,9,-110,74,-89v18,6,54,-11,54,12v0,16,-16,10,-29,11v7,7,12,17,12,30xm80,-79v22,-1,33,-13,34,-35v0,-21,-13,-35,-34,-34v-22,1,-33,14,-34,35v-1,20,13,35,34,34xm38,19v0,35,92,32,90,-7v-2,-29,-43,-21,-72,-23v-10,7,-18,14,-18,30","w":169,"k":{"\/":-13,",":-4,"a":7,"c":2,"d":3,"q":3,"e":3,"o":2,"t":5,"g":-3,"\u2018":-2,"\u201c":-2,"\u2019":-15,"\u201d":-15}},{"d":"24,-240v3,-8,28,-8,31,0v-3,28,0,62,-7,86v-8,0,-19,4,-20,-5","w":79},{"d":"25,-149v30,-36,121,-32,121,38r0,107v0,8,-12,5,-20,5v-8,0,-4,-13,-5,-21v-24,34,-108,32,-105,-25v3,-48,49,-54,101,-52v2,-31,-5,-50,-36,-50v-23,0,-36,13,-54,16v-5,-2,-3,-13,-2,-18xm46,-46v0,40,59,29,71,3r0,-33v-34,0,-71,-2,-71,30","w":172,"k":{"v":6,"f":2,"t":3,"x":3,"y":7,"\u2018":7,"\u201c":7,"w":2}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-7-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})(".qDEeNG)yx,0.rnTcNuLCqC,6#GEDN,06#gLyxp:Dv$wt^)Xvxpe6aAL&J-?ZajEAvkE&Q*kGJwL6aAL&J-^_vkE&Q*k&ukE&Q*^&Eo)6*5rJ-uqaCg.~&GH(_p=1Avx6tDyePcBZ+oXQKnN:jU>[wF0sdkL^)E#{3?%T$,Y]aAL&qgoyXULC#,P6aFPc1Cd&Qtw6K5D(QpPc1Cd&1ouCukE&Q*kt)oYtJK{pnEPCQd#gQ$,1NDPc1*dt15g&L-je-UPc1*dtx_[pEt3PvkE&Q-L&npj=)dd_EkE&J5KG)pQ&6An_ndsvE5{tNF^~AE1guU#6aAd&NC?PukE&Q*kDr3%1E,n6aAL&J&LAXn0BqE?y6E:g#-X~:Gdeqn).rCX.=kU(1*wPJEX~:*weJEd~NkneNc)yrk:(xC0DX?:eandya&,B{)TyxtjtX?sy^)s6X+]H:c{cEd0.1$j(^UFt6gUt=E:P:vnend0Dqv$exuLyxu:P:vne:dd&J*)Hvd0e:vnPN?XD6g:&vd0Pagsc6+Fyq,^cqn0DEd0DqAUgr,U~:pnP{_jeq,Qt6pUe#30yq,^cq?oexAU.xDsPX+Ty1kwHLw[y=n:x#GeyvEc(65eyvE,.=+U")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":179,"face":{"font-family":"Calibri","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 5 2 2 2 4 3 2 4","ascent":"270","descent":"-90","x-height":"3","bbox":"-7.90253 -268.08 309.442 64.5919","underline-thickness":"23.5547","underline-position":"-29.0039","unicode-range":"U+0020-U+2122"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 Microsoft Corporation. All Rights Reserved.
 * 
 * Trademark:
 * Calibri is either a registered trademark or a trademark of Microsoft
 * Corporation in the United States and/or other countries.
 * 
 * Description:
 * Calibri is a modern sans serif family with subtle roundings on stems and
 * corners. It features real italics, small caps, and multiple numeral sets. Its
 * proportions allow high impact in tightly set lines of big and small text alike.
 * Calibri's many curves and the new rasteriser team up in bigger sizes to reveal a
 * warm and soft character.
 * 
 * Manufacturer:
 * Microsoft Corporation
 * 
 * Designer:
 * Luc(as) de Groot
 * 
 * Vendor URL:
 * http://www.microsoft.com/typography/ctfonts
 * 
 * License information:
 * http://www.microsoft.com/typography/fonts/default.aspx
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"53,-166v18,0,25,9,25,27v0,17,-5,26,-25,26v-19,0,-25,-7,-25,-26v0,-20,7,-27,25,-27xm44,-50v41,-13,40,38,21,61v-13,16,-25,51,-55,36v4,-26,26,-42,21,-79v-1,-12,3,-17,13,-18","w":99},{"d":"6,-82v-12,0,-11,-36,0,-36r170,1v7,5,9,34,-3,35r-167,0","w":179},{"d":"116,-173v49,1,64,39,64,87v0,50,-18,89,-68,90v-27,0,-39,-13,-52,-27v10,26,-25,32,-38,17r0,-231v3,-11,40,-12,44,0r0,87v12,-13,25,-23,50,-23xm102,-34v45,0,44,-101,1,-101v-20,0,-27,13,-37,25r0,52v10,12,19,24,36,24","w":193,"k":{"v":2,"f":2,"s":2,"t":1,"x":7,"y":2,"z":4,"\u2018":4,"\u201c":4,"w":2}},{"d":"156,-221v4,-12,43,-11,46,0r0,215v-4,11,-40,11,-46,0r0,-92r-85,0r0,92v-4,11,-40,11,-46,0r0,-215v3,-12,42,-12,46,0r0,83r85,0r0,-83","w":227,"k":{"\u2018":2,"\u201c":2}},{"d":"143,-38v10,3,10,34,0,38r-105,0v-9,0,-13,-6,-13,-15r0,-206v3,-12,42,-12,46,0r0,183r72,0","w":152,"k":{",":-5,"v":14,"C":4,"G":7,"J":-6,"O":6,"Q":6,"U":9,"W":20,"Y":32,"f":5,"t":7,"y":15,"T":26,"V":28,"\u2018":33,"\u201c":33,"\u2019":26,"\u201d":26,"w":12}},{"d":"140,-180v-20,-19,-95,-25,-74,22v30,30,94,29,94,90v0,49,-36,72,-85,72v-34,0,-69,-4,-64,-46v1,-4,2,-10,7,-10v23,22,112,31,89,-23v-29,-31,-92,-29,-92,-91v0,-67,94,-84,131,-46v-2,11,4,30,-6,32","w":170,"k":{"-":1,"v":4,"J":1,"W":3,"X":3,"Y":7,"y":5,"A":4,"T":4,"V":4,"\u2018":4,"\u201c":4,"\u2019":4,"\u201d":4,"w":3}},{"d":"40,-245v42,-14,40,38,21,61v-13,16,-25,53,-57,36v8,-25,22,-42,22,-79v0,-11,3,-18,14,-18","w":92,"k":{".":33,",":34,"v":4,"j":2,"C":11,"G":12,"J":20,"O":12,"Q":12,"Y":-4,"a":22,"c":25,"d":24,"q":24,"m":6,"p":6,"r":6,"e":24,"i":-1,"n":6,"o":25,"s":20,"u":6,"x":7,"y":5,"z":6,"A":43,"T":-4,"g":22,"w":4}},{"d":"113,-164v5,-8,40,-9,43,0r-41,76r45,84v-7,8,-44,10,-50,-1r-29,-56r-29,56v-4,9,-38,10,-46,1v12,-30,31,-54,45,-82r-42,-78v3,-9,44,-10,49,0r28,52","w":165,"k":{"-":11,"a":6,"c":8,"d":7,"q":7,"e":9,"o":8,"s":3,"u":4,"\u2019":-6,"\u201d":-6}},{"d":"109,-175v39,22,10,-36,53,-26v6,1,9,5,8,13v6,56,-69,72,-93,30v-5,-5,-9,-10,-18,-11v-24,0,-8,48,-48,28v-15,-59,62,-86,92,-40","w":179},{"d":"10,-88v0,-11,0,-18,9,-18v25,0,59,-4,79,4v1,11,6,31,-6,32r-73,0v-9,-1,-9,-7,-9,-18","w":110},{"d":"99,-173v56,0,82,31,82,87v0,55,-28,90,-86,90v-56,0,-82,-31,-82,-87v0,-57,30,-90,86,-90xm96,-31v30,-1,39,-22,39,-53v0,-30,-8,-54,-38,-54v-29,1,-39,24,-39,53v0,30,8,54,38,54","w":193,"k":{",":5,"v":1,"x":7,"y":2,"z":4,"w":1}},{"d":"133,-146v-10,-26,29,-31,38,-17r0,219v-3,11,-40,12,-44,0r0,-74v-13,12,-26,22,-50,22v-47,-2,-64,-39,-64,-86v0,-52,20,-91,69,-91v25,0,36,14,51,27xm90,-33v19,0,27,-13,37,-26r0,-52v-10,-12,-19,-24,-36,-24v-46,0,-45,102,-1,102","w":193,"k":{"g":-2}},{"d":"86,-246v26,0,37,15,28,39v-27,-11,-45,3,-39,38v16,2,40,-8,35,18v5,24,-17,17,-35,18r0,127v-3,10,-39,11,-44,0r0,-127v-27,9,-36,-21,-20,-36r20,0v-3,-47,11,-77,55,-77","w":113,"k":{")":-5,"-":8,".":19,",":18,"v":-4,"a":6,"c":6,"d":7,"q":7,"e":6,"o":5,"s":4,"y":-2,"z":4,"g":7,"\u2018":-6,"\u201c":-6,"\u2019":-16,"\u201d":-16,"w":-1}},{"d":"107,-245v34,-9,38,23,26,50v-16,17,-25,61,-59,46v8,-25,21,-42,21,-79v0,-10,3,-15,12,-17xm39,-245v32,-11,39,25,25,50v-16,17,-25,61,-59,46v8,-25,21,-42,21,-79v0,-10,3,-16,13,-17","w":156,"k":{".":33,",":34,"v":4,"j":2,"C":11,"G":12,"J":20,"O":12,"Q":12,"Y":-4,"a":22,"c":25,"d":24,"q":24,"m":6,"p":6,"r":6,"e":24,"i":-1,"n":6,"o":25,"s":20,"u":6,"x":7,"y":5,"z":6,"A":43,"T":-4,"g":22,"w":4}},{"d":"51,-98v-7,13,-59,14,-42,-7r53,-119v12,-8,51,-9,57,4r54,123v0,13,-33,7,-43,3r-42,-99","w":179},{"d":"47,-51v18,0,24,7,24,26v0,21,-5,27,-25,27v-19,0,-24,-6,-24,-26v0,-21,6,-27,25,-27xm128,-51v18,0,25,7,25,26v0,20,-5,27,-25,27v-19,0,-25,-7,-25,-26v0,-20,6,-27,25,-27xm210,-51v18,0,24,7,24,26v0,21,-5,27,-25,27v-19,0,-24,-6,-24,-26v0,-21,6,-27,25,-27","w":256},{"d":"48,-52v20,0,27,6,26,27v0,21,-5,27,-26,27v-20,0,-25,-6,-26,-26v0,-21,6,-27,26,-28","w":96,"k":{"-":14,"\u201d":26,"\u201c":33,"\u2019":26,"\u2018":33,"z":-2,"y":12,"w":11,"v":12,"t":9,"g":-4,"f":7,"Y":33,"W":17,"V":24,"U":3,"T":25,"Q":4,"O":4,"J":-6,"G":6,"C":6,"A":-3}},{"d":"65,-247v4,-12,39,-10,41,0r0,304v-2,11,-37,11,-41,0r0,-304","w":171},{"d":"122,-36v22,1,53,-8,43,27v0,5,-2,9,-6,9r-126,0v-9,-3,-10,-32,0,-36r43,0r0,-148v-14,8,-27,17,-43,23v-11,0,-9,-30,-1,-34v23,-12,52,-48,90,-29r0,188"},{"d":"295,-118v8,0,13,36,0,36r-264,0v-8,0,-13,-36,0,-36r264,0","w":325},{"d":"127,-163v5,-11,40,-9,44,0r0,157v-2,10,-34,11,-38,0r0,-18v-32,46,-112,33,-112,-43r0,-96v4,-10,39,-10,44,0v6,46,-18,123,27,129v16,-2,25,-13,35,-25r0,-104","w":193},{"d":"25,-213v0,-9,5,-14,13,-14r110,1v6,5,7,33,-2,36r-75,0r0,62r70,0v10,0,10,34,0,37r-70,0r0,84v-2,12,-41,13,-46,0r0,-206","w":165,"k":{"\/":10,".":28,",":31,"C":3,"G":3,"J":19,"O":3,"Q":3,"X":4,"Z":2,"a":10,"c":4,"d":4,"q":4,"e":5,"o":4,"s":4,"A":20,"S":5,"\u2019":-2,"\u201d":-2}},{"d":"156,-154v12,0,11,34,0,34r-134,0v-9,-1,-11,-34,0,-34r134,0xm156,-83v12,0,11,34,0,34r-134,0v-9,-1,-11,-34,0,-34r134,0","w":179},{"d":"95,-245v-39,84,-40,217,0,301v-4,8,-34,9,-39,1v-49,-76,-49,-231,2,-305v9,-2,32,-5,37,3","w":112,"k":{"j":-9,"g":-2}},{"d":"55,-240v4,-8,29,-9,34,-2v-9,25,-27,42,-23,80v3,20,-19,20,-35,17v-24,-4,-7,-49,1,-61","w":92,"k":{".":31,",":30,"G":5,"J":15,"O":4,"Q":4,"W":-2,"Y":-7,"a":10,"c":15,"d":14,"q":14,"e":14,"o":12,"s":7,"A":29,"T":-13,"V":-8,"g":12}},{"d":"216,-173v75,-1,52,96,56,167v-4,11,-39,11,-45,0r0,-93v0,-20,-5,-36,-25,-35v-15,1,-23,12,-33,24r0,104v-3,10,-39,11,-44,0r0,-93v-1,-18,-5,-36,-25,-35v-16,1,-24,12,-34,24r0,104v-3,11,-38,11,-44,0r0,-157v3,-10,34,-10,38,0r0,18v20,-32,88,-40,102,1v15,-14,28,-28,54,-29","w":292,"k":{"v":5,"f":2,"t":3,"x":3,"y":7,"\u2018":5,"\u201c":5,"w":3}},{"d":"86,-173v44,0,70,16,70,62r0,106v-6,10,-47,11,-37,-13v-26,35,-110,28,-107,-29v2,-48,48,-54,100,-53v11,-56,-60,-39,-83,-23v-6,-2,-8,-10,-8,-18v0,-29,37,-32,65,-32xm56,-48v0,32,46,21,56,2r0,-27v-27,0,-56,-1,-56,25","w":177,"k":{"v":5,"f":2,"t":3,"x":3,"y":7,"\u2018":5,"\u201c":5,"w":3}},{"d":"21,-249v24,4,69,-11,69,15r0,279v-2,26,-45,9,-69,14v-8,-1,-9,-29,0,-31r27,0r0,-245v-20,1,-40,3,-32,-23v0,-5,2,-8,5,-9","w":116},{"d":"69,28v16,1,36,-7,33,16v2,29,-40,10,-61,15v-9,1,-13,-5,-13,-14r0,-279v0,-27,44,-11,67,-15v10,2,10,32,0,32r-26,0r0,245","w":116},{"d":"87,-163v4,-45,24,-90,65,-79v-9,25,-26,42,-22,79v3,19,-16,19,-32,17v-9,-1,-11,-7,-11,-17xm18,-163v4,-45,24,-90,65,-79v-9,25,-26,42,-22,79v3,19,-16,19,-32,17v-9,-1,-11,-7,-11,-17","w":156,"k":{".":31,",":30,"G":5,"J":15,"O":4,"Q":4,"W":-2,"Y":-7,"a":10,"c":15,"d":14,"q":14,"e":14,"o":12,"s":7,"A":29,"T":-13,"V":-8,"g":12}},{"d":"33,-243v10,-9,44,3,42,15r-37,82v-7,10,-31,-1,-30,-11","w":77},{"d":"17,-82v-8,-6,-8,-35,0,-39r135,-67v9,-3,8,4,9,15v-1,9,2,22,-7,24r-101,48r104,48v4,7,8,45,-5,38","w":179},{"d":"33,-243v10,-9,44,3,42,15r-37,82v-7,10,-31,-1,-30,-11","w":77},{"w":81},{"d":"33,-243v10,-9,44,3,42,15r-37,82v-7,10,-31,-1,-30,-11xm103,-243v10,-8,40,1,42,15r-37,82v-7,10,-33,-1,-30,-11","w":146},{"d":"38,-227v103,-7,176,13,176,110v0,102,-70,124,-176,117v-9,0,-13,-6,-13,-15r0,-198v0,-9,5,-14,13,-14xm71,-37v64,6,95,-18,95,-78v0,-57,-31,-82,-95,-76r0,154","w":226,"k":{".":8,",":8,"J":4,"W":4,"X":9,"Y":10,"Z":4,"A":8,"T":5,"V":5,"\u2018":2,"\u201c":2,"\u2019":-2,"\u201d":-2}},{"d":"21,-239v4,-10,41,-10,41,0r-4,79v0,10,-14,7,-24,7v-4,-1,-9,-3,-9,-7","w":84},{"d":"91,-232v62,-1,78,46,78,108v0,74,-25,127,-100,128v-29,1,-61,-9,-46,-43v34,10,93,12,97,-33v1,-8,4,-16,4,-25v-43,27,-119,12,-112,-56v5,-50,29,-78,79,-79xm57,-157v-5,42,43,46,66,27v-1,-35,-2,-66,-34,-66v-23,0,-29,17,-32,39"},{"d":"107,-253v3,-13,39,-11,43,-2r-108,304v-6,6,-47,9,-41,-7","w":154,"k":{"s":10,"o":8,"g":8,"e":9,"c":9,"a":9,"J":9,"A":16}},{"d":"26,-147v-11,-3,-12,-38,-3,-42v48,21,92,47,139,69v8,4,7,32,0,38r-139,68v-9,-4,-7,-35,1,-40r102,-47","w":179},{"d":"20,-237v-5,-10,7,-9,19,-10v34,0,36,32,51,52v-35,19,-53,-26,-70,-42","w":108},{"d":"151,-165v8,7,-6,34,-17,29r-35,-28v-1,19,22,52,-10,52v-33,0,-8,-33,-10,-52r-35,28v-9,5,-25,-21,-17,-29r42,-16r-42,-16v-8,-7,6,-34,17,-30r35,28v1,-19,-22,-51,10,-51v33,0,8,32,10,51r35,-28v10,-5,25,21,17,30r-42,16","w":179},{"d":"123,-36v27,6,42,-24,58,-14v9,46,-28,54,-66,54v-68,0,-101,-44,-101,-115v0,-72,34,-120,105,-120v34,0,68,6,62,48v0,5,-1,11,-6,11v-15,-8,-29,-21,-54,-20v-43,1,-57,36,-57,79v0,45,14,77,59,77","w":190,"k":{",":1,"G":3,"J":-3,"O":3,"Q":3,"T":-2,"\u2018":-3,"\u201c":-3,"\u2019":-11,"\u201d":-11}},{"d":"200,-117v37,0,53,22,52,59v0,37,-15,61,-53,61v-38,1,-51,-23,-52,-59v0,-38,17,-61,53,-61xm200,-22v27,-1,25,-69,0,-70v-26,0,-26,70,0,70xm63,-230v38,0,53,21,52,58v0,38,-15,61,-53,61v-38,0,-53,-21,-52,-59v0,-37,16,-60,53,-60xm62,-206v-25,2,-25,71,1,70v27,-1,24,-70,-1,-70xm194,-227v6,-8,33,-11,38,-1r-168,230v-7,5,-42,7,-32,-7","w":262},{"d":"64,-139v57,-6,102,10,102,65v0,75,-94,96,-147,63v-3,-10,-7,-42,9,-33v26,16,89,20,89,-26v0,-40,-45,-37,-82,-34v-8,0,-9,-3,-9,-11r0,-99v0,-9,3,-13,11,-13r108,0v12,2,9,37,0,39r-81,0r0,49"},{"d":"20,-194v10,-61,146,-48,139,22v-7,68,-55,93,-89,135r93,1v7,5,9,33,-2,36r-138,-1v-16,-8,-6,-42,4,-49v27,-36,77,-56,77,-112v0,-44,-59,-25,-78,-11v-8,-1,-5,-13,-6,-21"},{"d":"169,-227v10,2,11,33,0,37r-57,0r0,184v-4,11,-40,11,-46,0r0,-184r-57,0v-10,-3,-10,-34,0,-37r160,0","w":178,"k":{"-":25,"\/":21,".":30,":":15,";":15,",":33,"v":11,"C":8,"G":10,"J":13,"O":10,"Q":10,"a":27,"c":31,"d":26,"q":26,"m":18,"p":18,"r":18,"e":31,"n":18,"o":31,"s":24,"u":18,"x":13,"y":11,"z":19,"A":28,"S":2,"T":-4,"g":26,"\u2018":-4,"\u201c":-4,"\u2019":-7,"\u201d":-7,"w":11}},{"d":"158,-37v10,2,10,34,0,37r-134,0v-24,0,-13,-38,-5,-51r88,-140r-87,0v-11,-1,-8,-16,-8,-27v1,-5,3,-11,8,-9r125,0v24,-1,12,40,4,52r-86,138r95,0","w":172,"k":{"-":6,"v":8,"C":6,"G":5,"O":5,"Q":5,"W":2,"Y":2,"a":2,"c":3,"d":3,"q":3,"e":5,"o":5,"y":6,"A":2,"\u2019":-6,"\u201d":-6,"w":7}},{"d":"179,-236v74,-1,122,29,122,101v0,58,-19,106,-79,108v-23,1,-37,-8,-41,-25v-23,33,-100,37,-94,-25v5,-50,18,-92,67,-95v21,-1,30,11,40,23v-3,-19,19,-26,35,-17v-4,33,-18,68,-14,101v32,21,46,-33,46,-68v0,-52,-33,-70,-86,-69v-81,1,-109,53,-115,132v-6,87,88,91,157,72v2,7,4,22,0,29v-15,12,-45,14,-71,14v-79,0,-127,-34,-125,-112v3,-104,53,-167,158,-169xm126,-93v-7,32,22,45,39,22v14,-9,13,-31,18,-49v-19,-40,-56,-6,-57,27","w":323},{"d":"40,-227v73,-3,141,-1,141,69v-1,61,-44,83,-110,79r0,73v-4,11,-40,11,-46,0r0,-205v0,-11,5,-16,15,-16xm71,-115v36,3,61,-5,61,-40v0,-34,-26,-39,-61,-37r0,77","w":191,"k":{"-":8,"\/":15,".":40,",":40,"J":22,"X":8,"Y":2,"Z":5,"a":7,"c":7,"d":4,"q":4,"e":6,"f":-3,"o":6,"s":4,"t":-3,"y":-3,"A":24,"T":1,"V":2,"\u2018":-4,"\u201c":-4,"\u2019":-8,"\u201d":-8}},{"d":"99,-193v-33,-6,-46,33,-18,47v35,17,87,22,86,77v-1,46,-33,64,-75,69v-1,21,1,57,-35,39v-2,-12,2,-27,3,-40v-26,-4,-53,-7,-45,-42v0,-6,2,-10,6,-9v24,18,116,30,94,-25v-30,-31,-99,-23,-97,-87v0,-41,28,-58,65,-63v5,-18,-8,-48,27,-41v17,3,4,27,5,41v25,-2,53,22,34,48v-15,-4,-29,-15,-50,-14"},{"d":"89,-253v21,-6,31,23,15,34v-30,-3,-22,31,-22,59v0,33,-10,53,-36,60v36,6,36,45,36,89v0,21,-2,38,20,37v11,-1,9,12,9,23v0,11,-12,10,-22,11v-50,0,-49,-49,-48,-101v1,-24,-6,-38,-25,-42v-10,-2,-10,-33,0,-34v26,-4,26,-34,25,-65v-1,-43,8,-70,48,-71","w":123},{"d":"165,-221v2,-12,43,-11,45,0r0,136v0,60,-34,89,-94,89v-58,0,-91,-28,-91,-87r0,-138v3,-12,41,-11,46,0r0,134v0,34,15,53,47,53v76,0,37,-118,47,-187","w":235,"k":{".":5,",":4,"J":6,"A":10}},{"d":"106,-167v-1,-44,-61,-25,-80,-10v-23,-33,22,-56,62,-55v41,1,69,18,69,57v0,32,-17,48,-41,56v30,4,49,21,51,52v4,72,-100,88,-150,53v-1,-9,-7,-33,4,-34v23,16,93,28,93,-17v0,-34,-38,-34,-73,-35v-7,-4,-8,-33,3,-33v33,2,63,-2,62,-34"},{"d":"50,-7v-9,15,-59,13,-43,-11r73,-206v11,-7,56,-9,61,5r73,212v-1,13,-42,13,-49,1r-15,-46r-86,0xm107,-184r-33,97r65,0","w":218,"k":{"-":4,".":-3,",":-4,"?":15,"v":9,"C":4,"G":4,"J":-5,"O":5,"Q":5,"U":6,"W":14,"Y":29,"t":11,"y":11,"T":28,"V":18,"\u2018":29,"\u201c":29,"\u2019":17,"\u201d":17}},{"d":"182,-165v0,34,-19,50,-44,59v31,20,46,65,55,103v-9,5,-44,9,-49,-4v-21,-32,-15,-91,-73,-86r0,87v-4,11,-40,11,-46,0r0,-207v7,-29,62,-9,98,-13v35,5,58,22,59,61xm71,-128v34,2,62,-1,63,-32v1,-32,-29,-34,-63,-32r0,64","w":202,"k":{".":-2,"v":3,"C":3,"G":3,"O":4,"Q":4,"W":3,"Y":7,"e":5,"o":6,"y":4,"S":4,"T":4,"V":4,"w":4}},{"d":"126,-120v23,13,46,27,46,59v0,46,-34,65,-83,65v-45,0,-78,-15,-78,-59v0,-33,22,-48,45,-60v-21,-11,-39,-26,-39,-55v0,-44,32,-62,77,-62v41,0,71,16,71,56v0,29,-18,45,-39,56xm94,-136v30,-8,40,-62,-3,-62v-34,0,-37,43,-12,53v4,3,9,6,15,9xm92,-30v40,0,43,-47,13,-59v-5,-2,-10,-6,-16,-9v-15,10,-33,17,-33,40v0,20,14,28,36,28"},{"d":"41,-234v4,-15,48,-13,48,0r-4,159v-2,11,-39,12,-39,0xm65,-49v19,0,25,7,25,26v0,19,-8,25,-25,26v-18,0,-25,-9,-25,-26v0,-17,5,-26,25,-26","w":117},{"d":"209,-201v-1,-32,81,-40,81,-8r0,203v-3,11,-38,11,-44,0r0,-185r-66,184v-3,12,-43,13,-47,0r-64,-184r0,185v-3,10,-39,11,-44,0r0,-203v-2,-29,66,-23,78,-5r55,148","w":314},{"d":"151,-171v18,-2,25,2,23,22v-1,12,-15,7,-27,8r-6,50v23,-8,33,19,17,31r-21,0r-6,55v-3,8,-32,10,-35,0r7,-55r-40,0r-6,55v-3,8,-32,10,-35,0r6,-55v-23,9,-31,-21,-16,-31r20,0r6,-50v-23,9,-32,-20,-17,-30r21,0r6,-51v2,-10,28,-8,35,-3r-7,54r40,0r6,-51v2,-10,28,-8,35,-3xm73,-141r-6,50r39,0r6,-50r-39,0","w":179},{"d":"40,-50v42,-14,40,38,21,61v-13,16,-25,53,-57,36v8,-25,22,-42,22,-79v0,-11,3,-18,14,-18","w":92,"k":{"\u2013":7,"\u201d":21,"\u201c":26,"\u2019":21,"\u2018":26,"t":5,"Y":22,"X":-3,"W":17,"V":18,"T":18,"J":-8,"A":-5}},{"d":"274,-218v1,-16,47,-15,44,-2r-57,215v-10,10,-58,12,-63,-7r-36,-144r-37,151v-10,10,-59,11,-64,-7r-53,-208v0,-13,24,-8,36,-8v7,0,12,2,12,9r40,174r42,-173v1,-16,49,-16,53,0r43,173","w":326,"k":{"-":11,".":31,";":20,",":30,"v":4,"C":5,"G":4,"J":15,"O":4,"Q":4,"X":3,"a":13,"c":14,"d":12,"q":12,"m":10,"p":10,"r":10,"e":13,"n":10,"o":14,"s":12,"u":10,"y":6,"A":17,"S":2,"g":10,"\u2019":-2,"\u201d":-2}},{"d":"22,-162v4,-12,42,-11,44,0r0,156v-3,11,-38,11,-44,0r0,-156xm44,-239v19,0,27,3,26,23v0,19,-7,24,-26,24v-20,0,-24,-4,-25,-23v0,-20,6,-24,25,-24","w":88,"k":{"\u2019":-4,"\u201d":-4}},{"d":"138,-174v12,-7,33,14,24,23r-49,50v16,19,39,31,51,54v-2,10,-15,24,-25,18r-49,-49v-19,16,-32,39,-55,51v-10,-2,-23,-15,-18,-25r49,-49v-16,-19,-39,-32,-51,-55v1,-11,15,-23,26,-18r49,49","w":179},{"d":"33,-243v10,-9,44,3,42,15r-37,82v-7,10,-31,-1,-30,-11xm103,-243v10,-8,40,1,42,15r-37,82v-7,10,-33,-1,-30,-11","w":146},{"d":"15,-114v1,-69,73,-57,142,-55v9,1,9,34,0,34r-19,0v30,44,-31,99,-82,71v-10,9,-5,26,11,25v46,0,96,0,94,47v-2,42,-36,56,-82,56v-39,-1,-72,-7,-74,-42v-1,-20,11,-29,22,-39v-22,-10,-16,-50,2,-61v-9,-8,-14,-19,-14,-36xm80,-88v18,0,26,-10,27,-27v1,-16,-11,-27,-27,-27v-16,0,-26,10,-26,28v0,15,11,27,26,26xm47,16v4,27,72,25,70,-6v-1,-22,-34,-15,-55,-17v-8,6,-14,11,-15,23","w":170,"k":{"\/":-11,",":-5,"a":6,"c":3,"d":4,"q":4,"e":4,"o":4,"t":3,"g":-3,"\u2018":-3,"\u201c":-3,"\u2019":-12,"\u201d":-12}},{"d":"133,-117r58,109v2,15,-29,8,-45,8v-21,-25,-31,-60,-48,-88v-17,29,-29,62,-49,88v-15,2,-52,8,-38,-17r55,-100r-55,-103v-2,-15,29,-8,44,-7v21,21,29,55,46,81r41,-79v9,-5,34,-5,45,-1v-8,41,-38,72,-54,109","w":198,"k":{"-":11,"v":13,"C":12,"G":13,"O":12,"Q":12,"d":8,"q":8,"e":7,"o":7,"t":8,"u":6,"y":11,"S":4,"g":1,"\u2019":4,"\u201d":4,"w":11}},{"d":"127,-237v5,-12,41,-10,44,0r0,231v-7,15,-49,9,-38,-17v-14,15,-29,27,-54,27v-49,-1,-66,-38,-66,-86v0,-52,19,-91,69,-91v21,0,32,10,45,21r0,-85xm90,-33v19,0,27,-13,37,-26r0,-52v-10,-12,-19,-24,-36,-24v-46,0,-45,102,-1,102","w":193},{"d":"117,-6v-6,12,-43,10,-47,0r0,-80r-66,-134v-1,-15,30,-8,44,-7v22,27,31,67,47,99v16,-32,25,-71,45,-99v18,-2,52,-9,39,17r-62,124r0,80","w":187,"k":{"-":19,"\/":24,".":40,":":25,";":24,",":42,"v":12,"j":8,"C":14,"G":14,"J":20,"O":14,"Q":14,"Z":2,"a":25,"c":31,"d":25,"q":25,"m":18,"p":18,"r":18,"e":29,"f":11,"i":5,"n":18,"o":29,"s":22,"t":9,"u":18,"x":15,"y":13,"z":20,"A":31,"S":5,"g":27,"\u2019":-4,"\u201d":-4,"w":11}},{"d":"199,-25v18,19,72,24,45,66v-34,-4,-60,-25,-79,-46v-11,4,-29,9,-45,9v-75,1,-106,-41,-106,-116v0,-75,36,-120,110,-120v73,0,105,41,105,115v0,40,-10,72,-30,92xm121,-34v46,0,59,-35,60,-80v0,-46,-14,-80,-59,-80v-43,0,-59,32,-59,79v0,49,13,81,58,81","w":246,"k":{"}":-5,"]":-6,")":-5,"\/":-19,"\u201d":-2,"\u2019":-2,";":-11,",":-17,"x":-4,"j":-14,"g":-10,"Y":10,"X":-1,"W":3,"V":6,"T":7,"J":-6}},{"d":"148,-84v28,-10,35,24,20,37r-20,0v-1,26,11,55,-33,48v-19,-3,-8,-31,-11,-48r-92,-1v-10,-9,-6,-39,0,-50r74,-127v15,-4,54,-9,62,4r0,137xm104,-84r-1,-105r-60,105r61,0"},{"d":"60,-130v43,-29,118,-10,112,54v-5,49,-29,80,-81,80v-62,0,-77,-45,-76,-109v1,-73,23,-124,97,-126v27,-1,54,4,44,38v-18,8,-70,-17,-84,17v-8,11,-12,28,-12,46xm94,-31v23,0,29,-18,32,-41v5,-43,-45,-42,-66,-24v2,34,2,65,34,65"},{"d":"123,-133v-14,3,-79,-27,-64,17v25,20,75,20,74,66v-1,38,-28,53,-68,54v-31,1,-63,-11,-49,-46v17,2,26,14,48,14v38,0,25,-33,1,-40v-26,-7,-51,-19,-51,-54v0,-53,81,-66,109,-35v1,8,0,16,0,24","w":143,"k":{"v":5,"f":3,"t":4,"x":4,"y":5,"z":3,"\u2018":4,"\u201c":4,"w":2}},{"d":"157,-227v18,-1,10,35,5,47r-77,178v-10,4,-55,8,-48,-8r80,-177r-95,0v-11,-2,-12,-40,0,-40r135,0"},{"d":"48,-221v4,-12,45,-11,47,0r0,158v10,57,-58,86,-94,53v1,-12,-4,-31,5,-34v17,11,49,10,42,-21r0,-156","w":119,"k":{".":3,",":4,"X":4,"A":8}},{"d":"25,-221v4,-12,43,-11,46,0r0,215v-4,11,-40,11,-46,0r0,-215","w":95},{"d":"153,-36v10,3,10,33,0,36r-115,0v-9,0,-13,-6,-13,-15r0,-198v0,-9,5,-14,13,-14r114,0v8,0,11,33,0,36r-81,0r0,55v24,2,57,-6,74,4v-1,11,5,28,-5,32r-69,0r0,64r82,0","w":175,"k":{"-":7,"v":9,"C":5,"G":5,"O":6,"Q":6,"Z":2,"a":5,"c":4,"d":5,"q":5,"e":6,"f":10,"o":6,"t":5,"y":9,"A":4,"S":4,"w":7}},{"d":"144,-123v27,6,45,23,45,55v0,72,-77,69,-151,68v-9,0,-13,-6,-13,-15r0,-198v2,-26,47,-12,71,-14v47,-3,80,13,80,57v0,26,-13,40,-32,47xm70,-134v32,2,60,0,60,-30v0,-30,-29,-30,-60,-29r0,59xm70,-35v35,1,72,3,72,-32v0,-34,-35,-35,-72,-33r0,65","w":201,"k":{",":4,"v":4,"W":5,"X":9,"Y":12,"Z":4,"f":4,"t":4,"x":4,"y":4,"A":4,"T":8,"V":6,"\u2018":4,"\u201c":4}},{"d":"138,-221v6,-11,44,-12,49,0v-16,39,-48,65,-70,98r74,116v-3,13,-44,10,-51,0r-69,-108r0,108v-2,12,-41,13,-46,0r0,-214v3,-12,42,-12,46,0r0,97","w":196,"k":{"-":7,"v":16,"C":13,"G":14,"O":16,"Q":16,"U":5,"W":4,"a":5,"c":7,"d":7,"q":7,"m":4,"p":4,"r":4,"e":7,"f":6,"n":4,"o":6,"s":3,"t":9,"u":4,"y":14,"S":3,"w":15}},{"d":"22,-237v4,-12,42,-11,44,0r0,231v-3,11,-38,11,-44,0r0,-231","w":88},{"d":"74,-59v-5,32,26,21,40,24v6,28,-7,39,-33,39v-66,0,-49,-76,-51,-137v-26,10,-35,-23,-19,-36r19,0v0,-25,-7,-50,32,-42v19,-1,10,26,12,42v18,2,46,-9,41,18v4,25,-22,17,-41,18r0,74","w":124,"k":{"-":9,"a":4,"c":5,"d":4,"q":4,"e":4,"o":4,"t":4,"\u2018":-2,"\u201c":-2,"\u2019":-10,"\u201d":-10}},{"d":"240,-2v-20,16,-48,-6,-63,-18v-45,37,-165,36,-163,-43v1,-35,23,-49,46,-64v-12,-15,-25,-29,-25,-53v0,-42,33,-59,77,-59v40,0,71,12,71,51v0,38,-31,51,-59,67r48,46v8,-11,9,-30,11,-47v8,-4,41,-12,41,9v0,27,-8,47,-19,64v11,7,16,15,31,16v8,1,5,21,4,31xm110,-205v-39,-3,-28,45,-10,58v15,-10,36,-16,36,-37v0,-14,-11,-20,-26,-21xm84,-100v-40,18,-19,82,31,68v11,-3,20,-7,28,-12","w":253},{"d":"26,-162v3,-12,41,-11,44,0r0,161v0,41,-13,62,-52,65v-23,2,-29,-13,-23,-34v15,-5,31,-3,31,-32r0,-160xm48,-239v20,0,24,4,25,23v0,20,-6,24,-26,24v-19,0,-25,-4,-25,-23v0,-19,7,-24,26,-24","w":91,"k":{"\u2019":-4,"\u201d":-4}},{"d":"124,-232v73,0,107,40,105,116v-1,75,-35,119,-109,120v-75,1,-106,-41,-106,-116v0,-75,36,-120,110,-120xm121,-34v46,0,59,-35,60,-80v0,-46,-14,-80,-59,-80v-43,0,-59,32,-59,79v0,48,13,80,58,81","w":243,"k":{".":5,",":8,"J":4,"W":4,"X":12,"Y":11,"Z":6,"x":2,"z":2,"A":5,"T":8,"V":6,"\u2018":3,"\u201c":3,"\u2019":-3,"\u201d":-3}},{"d":"171,-221v4,-11,39,-10,41,0r0,205v1,24,-54,20,-63,2r-84,-163r1,170v-1,12,-38,13,-41,0r0,-204v-1,-25,57,-21,67,-4v28,49,55,102,80,152","w":237},{"d":"135,-51v8,3,7,26,4,36v-9,13,-31,19,-52,19v-51,0,-75,-31,-74,-85v0,-57,26,-90,79,-92v23,4,50,5,48,34v-2,38,-24,0,-46,2v-25,3,-37,22,-36,52v0,29,8,52,36,52v19,0,29,-12,41,-18","w":150,"k":{"a":2,"o":2}},{"d":"10,-88v0,-11,0,-18,9,-18v25,0,59,-4,79,4v1,11,6,31,-6,32r-73,0v-9,-1,-9,-7,-9,-18","w":110,"k":{"y":4,"x":6,"v":3,"f":3,"Y":15}},{"d":"123,-161v2,-15,42,-11,44,0r-73,217v-5,10,-41,12,-49,2v5,-21,15,-38,22,-58v-4,-2,-5,-4,-7,-8r-56,-153v0,-14,36,-11,45,-4r40,111","w":170,"k":{"-":6,".":22,",":22,"v":-3,"a":5,"c":5,"d":4,"q":4,"e":4,"f":-2,"o":4,"s":2,"t":-2,"y":-2,"z":2,"g":4,"\u2018":-4,"\u201c":-4,"\u2019":-11,"\u201d":-11,"w":-2}},{"d":"163,-118v9,-1,7,15,7,25v-5,19,-42,5,-62,9r0,60v-2,10,-33,11,-37,0r0,-60r-54,0v-10,0,-8,-16,-7,-25v0,-5,2,-10,6,-9r55,0v2,-21,-5,-51,4,-66v11,-1,30,-5,33,6r0,60r55,0","w":179,"k":{"+":-4}},{"d":"5,-253v6,-10,40,-8,44,1r105,297v-3,11,-38,9,-44,0","w":154},{"d":"60,-145v31,-46,112,-33,112,42r0,97v-3,10,-39,11,-44,0v-6,-45,19,-128,-27,-128v-16,0,-25,12,-35,24r0,104v-3,11,-38,11,-44,0r0,-157v3,-10,34,-10,38,0r0,18","w":193,"k":{"v":5,"f":2,"t":3,"x":3,"y":7,"\u2018":5,"\u201c":5,"w":3}},{"d":"94,-232v66,0,79,51,79,117v0,66,-17,119,-84,119v-67,1,-79,-51,-79,-117v0,-67,18,-119,84,-119xm91,-33v37,0,35,-43,35,-79v0,-39,2,-83,-34,-83v-36,0,-35,41,-35,80v0,39,-4,82,34,82"},{"d":"19,-227v-4,-17,3,-26,22,-26v51,0,50,50,48,101v-1,23,6,31,24,34v9,2,11,31,1,34v-27,5,-25,40,-25,73v1,44,-12,76,-56,70v-14,3,-17,-12,-14,-25v0,-7,5,-8,13,-8v22,0,15,-34,16,-59v1,-34,9,-60,36,-68v-36,-4,-36,-39,-36,-81v0,-22,1,-38,-21,-37v-5,0,-8,-2,-8,-8","w":123},{"w":81},{"d":"113,-162v6,-11,43,-12,49,-1v-10,28,-35,42,-51,64r57,93v-4,11,-43,11,-49,0r-53,-83r0,83v-3,11,-38,11,-44,0r0,-231v3,-11,40,-12,44,0r0,138","w":172,"k":{"-":12,"a":4,"c":8,"d":8,"q":8,"e":10,"o":10,"s":3,"t":2,"u":4}},{"d":"60,-143v9,-19,42,-44,62,-21v1,18,4,47,-17,33v-23,-1,-29,15,-39,27r0,98v-3,11,-38,11,-44,0r0,-157v3,-10,34,-10,38,0r0,20","w":127,"k":{"-":7,".":32,",":26,"v":-3,"a":8,"c":5,"d":4,"q":4,"e":4,"o":4,"s":4,"y":-2,"g":4,"\u2018":-4,"\u201c":-4,"\u2019":-13,"\u201d":-13,"w":-2}},{"d":"123,-162v5,-14,57,-12,41,12r-49,146v-12,8,-55,9,-62,-4r-49,-155v4,-11,43,-10,46,1r36,119v14,-38,23,-80,37,-119","w":170,"k":{"-":7,"\u201d":-11,"\u201c":-4,"\u2019":-11,"\u2018":-4,".":25,",":21,"z":3,"y":-3,"w":-3,"v":-3,"t":-2,"s":1,"q":4,"o":3,"g":4,"f":-2,"e":3,"d":4,"c":4,"a":5}},{"d":"10,-88v0,-11,0,-18,9,-18v25,0,59,-4,79,4v1,11,6,31,-6,32r-73,0v-9,-1,-9,-7,-9,-18","w":110},{"d":"88,-227v7,1,5,24,0,25r-22,0v-2,24,3,56,-3,76v-9,-1,-24,4,-28,-3r0,-73v-19,7,-35,-9,-22,-25r75,0xm190,-212v0,-19,44,-22,47,-6v-2,29,3,66,-3,92v-8,0,-21,4,-24,-3r0,-73r-24,74v-3,6,-24,4,-28,0r-24,-74v-2,24,3,56,-3,76v-5,1,-22,4,-23,-3r0,-89v-1,-15,30,-9,42,-6v10,18,15,41,22,61","w":259},{"d":"88,-239v4,-10,37,-10,40,0r-4,79v-1,11,-31,11,-32,0xm21,-239v4,-11,38,-9,41,0r-5,79v1,8,-25,10,-31,3v-4,-25,-3,-55,-5,-82","w":157},{"d":"67,-208v-19,-2,-35,17,-45,7v-11,-36,22,-39,52,-42v79,-9,103,95,45,129v-7,3,-16,5,-24,6v7,30,-12,56,-41,35v4,-22,-14,-60,16,-60v23,0,35,-14,35,-37v0,-25,-13,-36,-38,-38xm75,-49v19,0,25,7,25,26v0,19,-8,25,-25,26v-18,0,-25,-9,-25,-26v0,-17,5,-26,25,-26","w":166,"k":{"\u201d":-4,"\u2019":-4}},{"d":"124,-36v11,1,12,36,0,36r-102,0v-17,-1,-9,-34,-3,-43r59,-90v-27,-5,-71,16,-63,-27v1,-4,3,-9,7,-9r100,1v10,5,4,34,-1,42r-58,90r61,0","w":143,"k":{"v":3,"a":5,"c":7,"d":7,"q":7,"e":7,"f":2,"o":6,"s":3,"u":2,"y":3,"g":2,"\u2019":-4,"\u201d":-4,"w":3}},{"d":"53,-166v18,0,25,9,25,27v0,17,-5,26,-25,26v-19,0,-25,-7,-25,-26v0,-20,7,-27,25,-27xm53,-51v18,0,25,9,25,27v0,17,-6,26,-25,26v-19,0,-25,-7,-25,-26v0,-20,7,-27,25,-27","w":99},{"d":"218,-162v6,-14,57,-13,42,12r-44,146v-10,7,-52,11,-56,-4r-27,-97r-25,97v-4,14,-50,14,-58,0r-44,-155v4,-10,43,-11,46,1r31,117r29,-117v3,-11,41,-12,44,-1r32,118","w":268,"k":{"-":5,".":21,",":26,"v":-3,"a":4,"c":3,"d":3,"q":3,"e":3,"f":-1,"o":3,"s":2,"t":-1,"y":-3,"z":2,"g":3,"\u2018":-4,"\u201c":-4,"\u2019":-11,"\u201d":-11,"w":-2}},{"d":"66,-150v35,-42,106,-23,106,48r0,96v-3,10,-39,11,-44,0v-6,-45,19,-128,-27,-128v-16,0,-25,12,-35,24r0,104v-3,11,-38,11,-44,0r0,-231v3,-11,40,-12,44,0r0,87","w":193,"k":{"v":5,"f":2,"t":3,"x":3,"y":7,"\u2018":5,"\u201c":5,"w":3}},{"d":"93,-173v52,0,76,30,74,84v0,9,-5,16,-14,16r-95,0v-5,58,65,43,99,34v3,7,3,20,1,28v-12,12,-36,14,-61,15v-58,1,-84,-29,-84,-87v0,-55,27,-90,80,-90xm124,-102v8,-44,-54,-54,-63,-15v-1,5,-3,9,-3,15r66,0","w":181,"k":{"v":2,"f":3,"t":2,"x":6,"y":3,"z":4,"\u2018":3,"\u201c":3,"w":2}},{"d":"60,-144v42,-57,127,-20,120,57v-5,52,-18,89,-68,91v-23,0,-34,-11,-46,-22r0,74v-2,12,-40,11,-44,0r0,-219v3,-10,34,-10,38,0r0,19xm102,-34v44,0,44,-101,1,-101v-19,0,-27,13,-37,25r0,52v10,12,19,24,36,24","w":193,"k":{"v":2,"f":2,"s":2,"t":1,"x":7,"y":2,"z":4,"\u2018":4,"\u201c":4,"w":2}},{"d":"163,-219v5,-18,61,-14,43,9r-70,207v-9,7,-39,5,-54,2v-4,0,-7,-3,-7,-8r-71,-211v1,-14,45,-12,49,0r56,176","w":212,"k":{"-":15,"\/":17,".":34,":":11,";":15,",":28,"C":6,"G":6,"J":14,"O":7,"Q":7,"a":20,"c":19,"d":16,"q":16,"m":10,"p":10,"r":10,"e":18,"n":10,"o":17,"s":15,"u":10,"y":5,"z":14,"A":19,"S":3,"V":-2,"g":18,"\u2019":-6,"\u201d":-6}},{"d":"54,-248v52,78,49,227,2,305v-6,8,-34,8,-39,-1v39,-84,40,-217,0,-301v4,-8,27,-6,37,-3","w":112},{"d":"131,-231v39,0,81,1,76,48v0,5,-2,10,-6,10v-17,-10,-40,-21,-68,-21v-47,0,-71,31,-73,80v-3,60,49,94,101,72r0,-52v-24,-2,-58,12,-50,-26v1,-4,3,-9,7,-9r76,0v9,0,13,6,13,14v-1,33,3,71,-2,100v-16,14,-47,19,-76,19v-74,0,-116,-41,-116,-115v0,-76,43,-120,118,-120","w":229,"k":{"v":5,"W":1,"Y":5,"x":4,"y":5,"T":2,"V":2,"w":4}},{"d":"173,31v8,1,7,6,7,17v0,9,0,16,-7,16r-167,0v-7,-1,-7,-6,-7,-16v0,-10,-1,-17,7,-17r167,0","w":179}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+145-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("12lI]S=6yiRc14jD>S.^T2TR?e=IlSRc?ef^yiV%lx;WZ*6zpICI`wnC`efTt.=&>tT-`tjF8jCI`{o5l2RCljCI`wnCl.g&>tT-`wZc8{.&>tT-`tVIVw6!?YL^`{PF]i.>iICI`wnCZICI`{fzptC&>tT-`*T3?YL^`{`*V4&g?4;sZ4q{ftL^x.qnL4VDxt=oLw35ta`Wxej&>tn-l{>&>tT-ZS.%i2VlLt9e&*>1aLx4aeC6fSqJtS`QhaQ&no4{P.2YTf1B`=pJ9VatLxi?Zly]&>h835zwOjS%!qGbWQcE-C^*6IeUFg+D;Rs[?2F-8xCI`{o5`2Q^>jCI`wnC`.CI`wP^`j-zJU!+>e5j&.ZqVI;zB%=-]2j614Tz1aCqJtnW&{IzB%nW]{I-BSCj]S>6y4C%JiTclzg%]Yj-yY`RhU6DyiZ!ZzgEy*6E?z3[p%>U>I-c1t;!J*qQZ?fqZaI%&%xj]j-cl2x;]i.^yi.%&%xj]%--`{n6px-c]%xj&Sgzl?f%`x-c&YfE>?3Qy2R*>2jclI-cl2Lqf4RqB%Vj&U9!]2RwZ?Vq]eFcy2R*>2g5]iLq1ilE&z3DytCWp^Wbyaj%ie=]yxI>J?o]yxIR1a3q")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":182,"face":{"font-family":"Calibri","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 7 2 3 4 4 3 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-7.17741 -269.039 318.141 65.25","underline-thickness":"32.6953","underline-position":"-15.1172","unicode-range":"U+0020-U+2122"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 Microsoft Corporation. All Rights Reserved.
 * 
 * Trademark:
 * Calibri is either a registered trademark or a trademark of Microsoft
 * Corporation in the United States and/or other countries.
 * 
 * Description:
 * Calibri is a modern sans serif family with subtle roundings on stems and
 * corners. It features real italics, small caps, and multiple numeral sets. Its
 * proportions allow high impact in tightly set lines of big and small text alike.
 * Calibri's many curves and the new rasteriser team up in bigger sizes to reveal a
 * warm and soft character.
 * 
 * Manufacturer:
 * Microsoft Corporation
 * 
 * Designer:
 * Luc(as) de Groot
 * 
 * Vendor URL:
 * http://www.microsoft.com/typography/ctfonts
 * 
 * License information:
 * http://www.microsoft.com/typography/fonts/default.aspx
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"56,-240v2,-8,30,-9,31,0r-21,81v1,8,-18,9,-22,3","w":79},{"d":"202,3v-20,0,-30,-15,-43,-27v-34,33,-145,47,-145,-25v0,-45,32,-61,62,-79v-32,-46,-11,-110,57,-110v33,0,58,9,58,39v0,48,-41,58,-76,78v14,23,30,42,47,61v13,-15,25,-35,27,-58v0,-10,27,-12,29,-3v-4,32,-19,59,-38,78v12,10,18,19,32,21v9,-1,5,7,4,13v1,9,-6,12,-14,12xm160,-195v-12,-33,-78,-21,-69,22v2,13,7,21,12,32v28,-14,52,-22,57,-54xm45,-53v0,47,75,33,95,12v-17,-22,-37,-42,-51,-67v-21,13,-44,25,-44,55","w":245},{"d":"180,-112v9,2,4,24,-5,25r-169,0v-8,-2,-6,-24,5,-25r169,0","w":179},{"d":"133,-163v4,-7,28,-8,31,-1v-27,90,-78,158,-129,225v-7,3,-39,7,-29,-6r43,-55r-26,-165v3,-5,23,-4,28,0r21,132v27,-37,46,-81,61,-130","w":161,"k":{".":17,",":21,"v":-1,"f":-2,"t":-2,"\u2018":-1,"\u201c":-1,"\u2019":-11,"\u201d":-11,"w":-1}},{"d":"124,-171v34,0,48,24,48,58v0,59,-23,112,-84,116v-22,1,-35,-9,-45,-21v-7,26,-8,60,-19,81v-8,-1,-25,6,-25,-5r44,-221v1,-6,25,-9,26,0r-6,30v11,-20,32,-38,61,-38xm88,-21v39,-7,49,-47,53,-90v4,-44,-43,-39,-62,-15v-16,20,-26,48,-30,80v10,14,19,24,39,25","w":185,"k":{"v":2,"s":2,"t":2,"x":7,"y":2,"z":5,"\u2018":11,"\u201c":11,"w":2}},{"d":"161,-239v2,-7,27,-9,29,0r-47,235v-1,6,-25,9,-26,0r6,-30v-12,19,-30,37,-61,37v-36,1,-48,-24,-48,-58v0,-60,24,-116,84,-116v21,0,35,10,45,22xm45,-57v-5,46,44,41,62,16v19,-17,24,-50,30,-80v-11,-13,-19,-23,-39,-25v-39,6,-49,46,-53,89","w":185},{"d":"14,-5v-9,-27,21,-45,37,-27v8,25,-21,45,-37,27xm93,-5v-9,-26,21,-46,37,-27v8,25,-21,45,-37,27xm172,-5v-7,-30,22,-44,38,-27v6,27,-22,44,-38,27","w":248},{"d":"120,-231v43,0,62,25,62,68v0,81,-21,163,-106,166v-45,2,-64,-24,-62,-68v4,-83,21,-166,106,-166xm79,-21v62,0,72,-78,72,-141v0,-28,-10,-44,-35,-44v-62,0,-72,79,-72,141v0,28,10,44,35,44"},{"d":"121,-245v-50,73,-92,184,-61,301v-2,7,-21,7,-25,1v-35,-110,4,-232,58,-302v3,-5,26,-8,28,0","w":109,"k":{"j":-11}},{"d":"96,-101v9,4,3,24,-5,24r-74,0v-9,-2,-3,-24,5,-24r74,0","w":110},{"d":"104,-197v6,-21,-10,-62,29,-51v4,15,-10,34,-13,51v16,-9,29,-24,48,-28v3,2,12,21,4,24r-46,19v12,10,49,12,34,32v-16,22,-31,-13,-45,-19v-5,21,5,62,-29,50v-4,-14,10,-34,12,-50v-16,8,-29,24,-47,27v-3,-2,-12,-20,-4,-23r46,-19v-13,-8,-30,-11,-40,-22v4,-7,9,-23,20,-18","w":179},{"d":"52,-167v0,-54,42,-98,91,-71v6,40,-60,-7,-59,55r-3,16v15,3,45,-10,38,14v-1,16,-27,8,-43,10r-30,150v-4,38,-39,70,-80,52v-6,-36,39,-5,47,-41v11,-51,22,-108,34,-161v-13,0,-31,6,-25,-17v3,-10,19,-6,30,-7","w":109,"k":{")":-5,"-":5,".":18,",":17,"v":-2,"a":4,"c":6,"d":4,"q":4,"e":6,"f":-1,"o":4,"s":1,"y":-2,"z":3,"g":4,"\u2018":-4,"\u201c":-4,"\u2019":-20,"\u201d":-20,"w":-1}},{"d":"69,-21v68,0,59,-94,80,-146v9,1,23,-5,26,4r-32,159v-2,7,-24,8,-26,0r6,-30v-12,19,-30,36,-61,37v-39,2,-47,-32,-40,-67r20,-99v2,-7,27,-9,29,0v-6,40,-18,75,-21,118v-1,14,5,24,19,24","w":185},{"d":"186,-227v13,-1,4,16,3,25r-127,200v-6,4,-37,8,-31,-6r125,-193r-108,0v-10,-3,-4,-26,5,-26r133,0"},{"d":"69,-243v9,-6,29,5,27,14r-47,72v-6,5,-21,0,-20,-9xm134,-243v9,-5,27,3,27,14r-47,72v-6,5,-21,0,-20,-9","w":144},{"d":"22,-89v-18,-22,28,-22,33,-44v11,-46,11,-131,78,-111v5,29,-31,9,-34,38v-13,41,-10,98,-53,108v42,16,9,79,8,119v-5,18,42,9,14,35v-64,9,-31,-70,-27,-118v1,-15,-6,-25,-19,-27","w":113},{"d":"58,-223v5,-7,27,-9,31,0r-20,101r106,-105v15,-6,36,0,20,16r-95,92r63,114v-1,9,-31,10,-33,0r-62,-113r-23,113v-1,9,-24,8,-30,3","w":187,"k":{"-":6,"v":18,"C":14,"G":14,"O":17,"Q":17,"U":6,"W":6,"a":8,"c":7,"d":8,"q":8,"m":3,"p":3,"r":3,"e":8,"f":4,"n":3,"o":7,"s":3,"t":7,"u":3,"y":15,"S":3,"g":8,"w":17}},{"d":"141,-251v2,-9,29,-11,31,-2r-169,299v-6,3,-34,7,-27,-6","w":139,"k":{"s":5,"o":6,"e":7,"c":7,"J":7,"A":12}},{"d":"74,-170v2,16,-31,21,-33,5v5,-37,32,-58,54,-80v7,0,21,-3,16,6v-13,23,-34,37,-37,69xm137,-170v0,16,-26,18,-33,9v0,-40,31,-55,48,-80v4,-5,10,-5,20,-5v3,0,5,4,2,7v-13,23,-37,37,-37,69","w":150,"k":{".":33,",":33,"G":6,"J":15,"O":3,"Q":3,"W":-2,"Y":-8,"a":11,"c":11,"d":11,"q":11,"m":2,"p":2,"r":2,"e":11,"n":2,"o":11,"s":6,"u":2,"A":29,"T":-16,"V":-10,"g":11}},{"d":"124,-232v-2,-15,26,-19,33,-9v0,40,-30,55,-47,80v-4,5,-11,5,-21,5v-3,0,-5,-4,-2,-7v13,-23,34,-37,37,-69xm62,-232v-2,-16,25,-19,32,-9v2,37,-30,56,-47,80v-3,7,-28,8,-22,-2v14,-22,32,-38,37,-69","w":150,"k":{".":34,",":35,"C":11,"G":12,"J":23,"O":12,"Q":12,"Y":-2,"a":24,"c":24,"d":24,"q":24,"m":20,"p":20,"r":20,"e":24,"i":-2,"n":20,"o":25,"s":20,"u":20,"z":14,"A":41,"T":-3,"g":24}},{"d":"83,-150v0,16,-5,31,-24,30v-10,0,-15,-2,-15,-11v1,-16,4,-30,23,-30v10,0,16,2,16,11xm58,-28v-1,16,-5,31,-23,30v-10,0,-16,-2,-16,-11v0,-16,4,-30,23,-30v10,0,16,2,16,11","w":96},{"d":"-7,57v50,-74,90,-184,62,-302v0,-7,20,-5,24,-1v37,110,-3,240,-63,306v-8,1,-20,2,-23,-3","w":109},{"d":"69,-162v12,47,95,27,92,89v-2,50,-38,70,-90,73v-7,16,-7,54,-35,40v2,-15,8,-27,12,-41v-25,0,-57,-17,-35,-40v32,22,117,26,116,-29v-12,-53,-116,-29,-87,-113v10,-28,36,-42,74,-44v6,-16,8,-53,35,-37r-11,38v22,1,48,18,28,38v-29,-20,-100,-24,-99,26"},{"d":"62,56v-19,-4,-58,10,-54,-12r56,-278v4,-21,38,-9,59,-12v6,4,2,21,-5,22r-29,0r-51,259v14,1,40,-7,30,15v-1,2,-4,5,-6,6","w":110},{"d":"145,-24v8,2,4,23,-5,24r-119,0v-8,-4,-3,-23,5,-24r48,0r34,-171v-19,6,-37,28,-58,25v5,-34,60,-66,94,-54r-40,200r41,0"},{"d":"164,-167v10,2,26,-6,24,10v-2,14,-16,14,-31,13r-20,58v11,2,28,-6,25,10v0,15,-17,12,-32,12v-8,21,-11,47,-23,64v-7,0,-24,4,-22,-4r19,-60r-49,0v-8,21,-11,47,-23,64v-7,-1,-21,5,-22,-4r19,-60v-10,-2,-27,6,-24,-10v-1,-16,18,-12,32,-12r19,-58v-11,-1,-31,5,-25,-12v-1,-15,18,-10,32,-11r18,-56v1,-7,24,-9,26,-1r-18,57r48,0r19,-56v1,-8,24,-9,26,-1xm82,-144r-19,58r48,0r19,-58r-48,0","w":179},{"d":"96,-101v9,4,3,24,-5,24r-74,0v-9,-2,-3,-24,5,-24r74,0","w":110,"k":{"y":4,"x":7,"v":3,"Y":18}},{"d":"63,-134v10,-22,37,-47,68,-32v5,11,-4,36,-18,24v-62,2,-57,92,-76,142v-9,-1,-24,5,-26,-4r32,-159v2,-7,24,-8,26,0","w":123,"k":{"-":7,".":30,",":27,"v":-3,"y":-2,"\u2018":-4,"\u201c":-4,"\u2019":-16,"\u201d":-16,"w":-2}},{"d":"107,-242v77,-8,77,104,22,127v-10,4,-21,7,-34,8v-5,19,-2,60,-36,44v8,-22,-3,-62,25,-65v58,11,78,-86,18,-89v-24,-1,-37,16,-52,13v-5,-32,30,-35,57,-38xm45,-4v-9,-26,21,-45,37,-28v7,25,-18,45,-37,28","w":166,"k":{"\u201d":-7,"\u2019":-7}},{"d":"137,-101v-35,21,-113,20,-109,-36v4,-57,32,-94,91,-94v40,0,58,23,58,63v0,94,-33,171,-136,171v-20,0,-47,-14,-26,-32v61,24,115,-16,122,-72xm113,-207v-37,2,-53,30,-55,66v-2,42,61,30,84,15v6,-34,12,-83,-29,-81"},{"d":"14,-6v-9,-27,23,-44,38,-26v2,22,-7,39,-31,33v-4,0,-7,-3,-7,-7","w":90,"k":{"-":20,"\u201d":26,"\u201c":36,"\u2019":26,"\u2018":36,"z":-2,"y":12,"w":12,"v":13,"t":8,"Y":30,"W":21,"V":24,"U":3,"T":25,"Q":4,"O":4,"J":-3,"G":7,"C":7,"A":-2}},{"d":"69,-243v9,-6,29,5,27,14r-47,72v-6,5,-21,0,-20,-9","w":79},{"d":"69,-243v9,-6,29,5,27,14r-47,72v-6,5,-21,0,-20,-9","w":79},{"d":"53,-238v-4,-7,4,-9,12,-8v29,1,30,33,43,50v-29,15,-40,-28,-55,-42","w":104},{"d":"83,-150v0,17,-6,30,-24,30v-10,0,-15,-2,-15,-11v1,-16,4,-30,23,-30v10,0,16,2,16,11xm25,-25v-2,-16,25,-18,34,-10v-1,42,-31,62,-54,84v-6,2,-23,4,-17,-5v14,-22,34,-37,37,-69","w":96},{"d":"199,-223v3,-7,28,-9,30,0v-24,101,-19,264,-164,221v-76,-22,-14,-151,-7,-221v3,-7,28,-9,30,0v-9,56,-29,106,-29,166v0,42,66,43,89,19v39,-40,34,-124,51,-185","w":230,"k":{".":6,",":7,"J":4,"A":8}},{"d":"124,-171v78,0,24,113,19,167v-2,7,-26,8,-29,0v7,-40,20,-75,22,-118v2,-37,-46,-22,-57,-3v-29,26,-26,85,-42,125v-9,-1,-24,5,-26,-4r32,-159v2,-7,24,-8,26,0r-6,30v10,-20,32,-38,61,-38","w":185,"k":{"\u201c":12,"\u2018":12,"y":7,"x":4,"w":4,"v":6,"t":4}},{"d":"115,-118v28,2,42,19,43,45v3,71,-96,96,-151,59v-1,-9,-1,-23,7,-25v30,27,112,23,110,-32v-1,-33,-35,-36,-71,-34v-8,0,-5,-7,-5,-13v2,-12,15,-11,29,-10v35,-1,60,-19,60,-51v0,-45,-67,-21,-87,-7v-12,-31,30,-45,64,-45v34,0,55,14,55,47v0,37,-24,58,-54,66"},{"d":"20,-25v-2,-16,25,-18,34,-10v1,41,-31,56,-48,81v-3,7,-30,9,-23,-2v14,-22,34,-37,37,-69","w":89,"k":{"\u2013":9,"\u201d":25,"\u201c":32,"\u2019":25,"\u2018":32,"t":8,"Y":27,"X":-2,"W":28,"V":26,"T":25,"J":-4,"A":-3}},{"d":"102,-247v1,-7,26,-9,27,0r-61,306v-1,7,-25,9,-27,0","w":165},{"d":"48,-129v-51,-70,62,-135,113,-85v1,9,1,21,-7,23v-28,-26,-108,-12,-84,38v16,34,78,31,76,84v-2,47,-37,71,-87,72v-30,1,-75,-15,-50,-43v18,4,28,19,53,17v50,7,70,-59,27,-76v-14,-10,-31,-16,-41,-30","w":162,"k":{"v":5,"J":-1,"W":3,"X":2,"Y":5,"y":4,"A":2,"T":2,"V":5,"\u2018":4,"\u201c":4,"\u2019":2,"\u201d":2,"w":3}},{"d":"98,-224v7,-6,31,-9,37,0r29,120v-1,7,-28,6,-30,-1r-21,-97r-64,101v-11,0,-32,6,-23,-9","w":179},{"d":"54,-246v18,4,57,-11,53,12r-55,278v-3,21,-38,9,-59,12v-7,-3,-3,-21,5,-21r28,0r52,-259v-13,-2,-39,7,-31,-15v1,-3,3,-7,7,-7","w":110},{"d":"135,-167v12,-52,-63,-36,-84,-18v-6,-1,-3,-11,-3,-17v10,-21,37,-27,66,-29v71,-6,63,83,28,117v-29,29,-63,61,-95,88r97,0v10,3,5,26,-5,26r-129,-1v-10,-4,-1,-27,6,-30v41,-44,103,-69,119,-136"},{"d":"224,-171v77,0,24,113,19,167v-2,7,-27,9,-29,0r22,-117v1,-38,-44,-23,-56,-4v-27,26,-28,79,-38,121v-2,7,-27,9,-29,0v6,-40,18,-75,21,-118v2,-38,-43,-22,-55,-3v-29,26,-26,85,-42,125v-9,-1,-24,5,-26,-4r32,-159v2,-7,24,-8,26,0r-6,30v11,-37,98,-60,100,0v13,-18,31,-38,61,-38","w":284,"k":{"\u201c":12,"\u2018":12,"y":7,"x":4,"w":4,"v":6,"t":4}},{"d":"63,-133v13,-38,106,-60,103,5v-2,44,-15,82,-22,124v-3,7,-27,8,-30,0r22,-118v2,-38,-46,-22,-57,-3v-29,27,-27,85,-42,125v-9,-1,-24,5,-26,-4r47,-235v1,-8,23,-8,29,-3","w":185,"k":{"\u201c":12,"\u2018":12,"y":7,"x":4,"w":4,"v":6,"t":4}},{"d":"149,41v8,1,6,23,-4,23r-169,0v-7,-2,-5,-22,4,-23r169,0","w":179},{"d":"41,-209v-6,-3,-3,-18,3,-18v24,2,54,-4,74,2v-2,6,0,15,-7,16r-24,0v-7,26,-9,59,-19,82v-6,0,-16,3,-19,-2r16,-80r-24,0xm136,-219v2,-14,39,-12,35,4r10,60v15,-23,27,-48,43,-69v6,-4,33,-8,30,5r-20,92v-6,0,-15,3,-18,-2r16,-79r-45,80v-3,3,-17,4,-21,0r-13,-80v-7,26,-8,58,-18,81v-6,0,-15,4,-17,-2","w":253},{"d":"201,-116v27,0,41,12,41,39v0,43,-17,80,-62,80v-26,0,-40,-13,-40,-40v1,-44,17,-79,61,-79xm183,-17v28,0,32,-32,34,-59v1,-14,-6,-21,-19,-21v-26,0,-32,30,-33,59v0,15,5,21,18,21xm90,-230v27,0,40,13,40,39v0,44,-16,79,-62,80v-26,0,-40,-14,-40,-39v0,-44,17,-80,62,-80xm71,-131v28,-2,33,-30,34,-59v1,-14,-5,-21,-18,-21v-27,0,-31,32,-34,59v0,15,4,21,18,21xm224,-229v4,-8,35,-8,24,4r-206,229v-7,3,-31,5,-21,-7","w":257},{"d":"39,-157v-8,-6,-4,-30,6,-28r126,73v2,9,-1,21,-8,25r-155,70v-5,-10,1,-26,9,-30r124,-55","w":179},{"d":"160,-172v10,-5,24,10,15,18r-64,54v14,20,33,36,43,58v-3,4,-15,20,-21,12r-42,-53v-25,17,-41,41,-70,54v-8,-1,-16,-13,-9,-19r64,-54v-14,-20,-32,-35,-43,-58v5,-5,12,-18,20,-12r43,54","w":179},{"d":"76,-170v2,16,-25,18,-34,10v-3,-38,31,-56,48,-81v3,-7,30,-9,23,2v-14,22,-34,37,-37,69","w":89,"k":{".":33,",":33,"G":6,"J":15,"O":3,"Q":3,"W":-2,"Y":-8,"a":11,"c":11,"d":11,"q":11,"m":2,"p":2,"r":2,"e":11,"n":2,"o":11,"s":6,"u":2,"A":29,"T":-16,"V":-10,"g":11}},{"d":"165,-189v1,-8,17,-5,22,-2v0,33,-16,56,-48,57v-38,3,-35,-38,-66,-41v-18,-2,-22,15,-24,30v0,5,-24,9,-23,0v1,-32,16,-54,49,-54v37,0,36,37,65,41v18,3,23,-15,25,-31","w":179},{"d":"79,-233v1,-11,27,-12,32,-4r-36,171v0,9,-21,8,-26,3xm33,-4v-6,-28,22,-44,38,-28v7,25,-18,45,-38,28","w":117},{"d":"157,-231v32,0,86,14,60,47v-18,-8,-33,-23,-63,-21v-67,5,-98,51,-103,118v-3,59,62,78,110,53r13,-66r-53,0v-8,-2,-3,-24,5,-24v26,0,59,-4,80,3v1,31,-13,64,-17,96v-9,23,-45,28,-76,28v-58,0,-94,-28,-94,-86v0,-87,49,-148,138,-148","w":227,"k":{"v":5,"W":2,"Y":5,"x":2,"y":5,"T":2,"V":2,"w":4}},{"d":"53,-208v-6,-23,29,-35,37,-16v-2,14,-4,28,-22,26v-8,0,-15,-2,-15,-10xm46,-163v2,-7,27,-9,29,0r-41,193v-5,26,-41,44,-68,29v-7,-34,48,-6,46,-54","w":86,"k":{"\u2019":-4,"\u201d":-4}},{"d":"143,-230v33,-2,76,19,49,47v-12,-10,-26,-23,-51,-21v-62,5,-88,59,-88,121v0,35,16,58,52,59v27,1,43,-13,60,-20v8,2,2,15,1,21v-11,19,-39,26,-68,26v-51,0,-78,-31,-78,-83v0,-83,39,-145,123,-150","w":188,"k":{",":2,"G":3,"J":-2,"O":4,"Q":4,"T":-2,"\u2018":-2,"\u201c":-2,"\u2019":-16,"\u201d":-16}},{"d":"25,0v-6,0,-11,-5,-9,-12r41,-203v1,-8,6,-12,14,-12r107,0v7,2,5,25,-5,25r-88,0r-15,71r77,0v8,2,3,23,-5,24r-77,0r-16,82r90,0v9,2,4,25,-5,25r-109,0","w":175,"k":{"-":4,"v":8,"C":6,"G":5,"O":6,"Q":6,"Z":2,"a":7,"c":5,"d":7,"q":7,"m":3,"p":3,"r":3,"e":7,"f":11,"n":3,"o":7,"t":5,"u":3,"y":8,"A":4,"S":4,"g":7,"w":8}},{"d":"123,-118v20,12,40,23,40,52v0,49,-38,68,-89,69v-38,0,-66,-12,-66,-47v0,-43,34,-57,65,-73v-19,-12,-33,-23,-33,-48v0,-45,33,-66,80,-66v34,0,59,12,59,44v0,39,-28,55,-56,69xm100,-130v22,-13,47,-22,49,-53v1,-19,-14,-22,-32,-24v-41,-4,-63,45,-32,67v4,3,9,6,15,10xm79,-20v47,3,73,-51,34,-74r-17,-10v-27,13,-57,22,-57,57v0,21,17,25,40,27"},{"d":"139,-77v21,-7,43,10,20,25r-25,0v-4,20,-6,70,-39,48r9,-48r-94,0v-13,-4,-1,-26,2,-33r113,-141v13,-1,37,-8,43,4xm134,-200r-98,123r74,0"},{"d":"96,-101v9,4,3,24,-5,24r-74,0v-9,-2,-3,-24,5,-24r74,0","w":110},{"d":"34,-223v3,-10,29,-8,32,2r28,104v22,-38,48,-72,72,-108v6,-4,24,-6,31,-1v2,3,-1,7,-3,9r-90,129v-8,28,-8,65,-21,88v-8,-1,-24,6,-26,-4r17,-84","w":175,"k":{"-":21,"\/":22,".":36,":":21,";":21,",":34,"v":12,"j":6,"C":10,"G":10,"J":16,"O":9,"Q":9,"Z":2,"a":24,"c":25,"d":24,"q":24,"m":17,"p":17,"r":17,"e":25,"f":9,"i":4,"n":17,"o":25,"s":20,"t":8,"u":17,"x":13,"y":11,"z":17,"A":26,"S":3,"g":24,"\u2019":-5,"\u201d":-5,"w":11}},{"d":"4,0v-18,-4,-2,-34,6,-38r136,-164r-103,0v-9,-3,-3,-25,5,-25r127,0v17,5,2,33,-5,38r-136,164r110,0v7,2,4,25,-5,25r-135,0","w":168,"k":{"-":8,"v":8,"C":4,"G":4,"O":4,"Q":4,"W":1,"Y":1,"a":3,"c":4,"d":3,"q":3,"e":4,"o":5,"y":7,"A":2,"g":3,"\u2019":-8,"\u201d":-8,"w":7}},{"d":"130,-163v4,-7,29,-8,32,-1v-19,28,-43,52,-64,79r35,81v-2,8,-28,8,-32,0r-26,-62r-55,66v-10,0,-36,4,-26,-8r66,-78r-34,-78v3,-6,28,-7,31,1r25,59","w":155,"k":{"-":9,"a":8,"c":8,"d":8,"q":8,"e":7,"o":7,"s":2,"t":-1,"u":4,"g":8,"\u2019":-9,"\u201d":-9}},{"d":"87,-224v6,23,-30,37,-38,16v-5,-22,29,-35,38,-16xm43,-163v2,-7,27,-9,29,0r-32,159v-2,7,-26,8,-29,0","w":82,"k":{"\u2019":-4,"\u201d":-4}},{"d":"198,-233v62,0,101,24,101,83v0,60,-21,121,-82,121v-21,0,-35,-9,-33,-32v-13,16,-29,30,-55,32v-27,1,-36,-16,-36,-41v0,-53,24,-100,77,-100v18,0,28,11,36,23v2,-13,9,-27,26,-19v2,1,3,1,2,3v-8,32,-29,66,-27,103v2,6,7,8,15,8v40,0,50,-53,50,-96v0,-46,-30,-62,-78,-62v-95,0,-132,67,-139,159v-6,80,92,76,150,62v6,37,-38,32,-68,32v-66,0,-109,-25,-109,-91v0,-108,55,-185,170,-185xm120,-74v-2,33,33,20,46,6v14,-15,24,-33,29,-56v-7,-12,-11,-23,-26,-23v-34,0,-46,37,-49,73","w":321},{"d":"132,-167v14,3,2,29,-5,34r-90,109r73,0v9,2,3,23,-5,24r-98,0v-15,-5,1,-29,5,-34r90,-109r-66,0v-9,-2,-3,-23,5,-24r91,0","w":142,"k":{"a":7,"c":5,"d":7,"q":7,"e":5,"o":5,"s":4,"u":3,"g":7,"\u2019":-5,"\u201d":-5}},{"d":"40,-223v4,-9,32,-9,34,2r31,83r66,-88v11,-3,40,-6,29,9r-80,101r44,111v-1,10,-30,9,-33,1r-35,-92r-71,94v-6,4,-24,5,-32,1v-2,-4,1,-6,3,-10r85,-106","w":186,"k":{"-":19,"v":10,"C":11,"G":11,"O":11,"Q":11,"a":8,"d":8,"q":8,"e":7,"o":7,"t":5,"u":6,"y":8,"S":4,"g":8,"\u2019":2,"\u201d":2,"w":8}},{"d":"192,-223v3,-7,28,-9,30,0r-43,219v-3,6,-27,10,-30,0r20,-101r-104,0r-20,101v-2,7,-28,9,-30,0r43,-219v5,-7,27,-9,31,0r-19,91r104,0","w":224,"k":{"\u2018":3,"\u201c":3}},{"d":"44,-66v-14,56,58,50,89,35v12,30,-29,35,-57,34v-40,0,-64,-16,-62,-58v4,-64,29,-116,94,-116v31,0,55,13,55,41v0,51,-59,53,-117,52v-1,4,-2,8,-2,12xm51,-99v37,0,78,3,82,-29v-8,-38,-70,-14,-75,10v-3,6,-5,12,-7,19","w":171,"k":{"v":2,"t":2,"x":7,"y":2,"z":4,"\u2018":8,"\u201c":8,"w":2}},{"d":"148,-46v8,6,4,29,-5,29r-127,-73v-2,-9,1,-22,8,-25r156,-70v3,11,-2,26,-10,30r-124,55","w":179},{"d":"62,-225v78,-10,156,1,153,79v-4,109,-71,160,-194,145v-4,-1,-7,-6,-5,-11r41,-203v1,-5,2,-8,5,-10xm49,-25v93,9,131,-40,134,-118v2,-53,-41,-63,-99,-59","w":221,"k":{".":10,",":11,"J":5,"W":3,"X":8,"Y":7,"Z":3,"A":6,"T":7,"V":5,"\u2018":3,"\u201c":3}},{"d":"62,-225v52,-5,124,-11,123,42v-1,33,-18,52,-42,62v21,4,35,20,35,44v0,74,-84,87,-160,74v-2,-2,-3,-5,-2,-9r41,-203v1,-5,2,-8,5,-10xm70,-129v48,4,83,-7,83,-49v0,-30,-38,-24,-69,-25xm49,-25v52,3,97,-2,97,-50v0,-35,-45,-30,-81,-30","w":195,"k":{",":5,"v":4,"W":6,"X":9,"Y":11,"Z":4,"f":5,"t":5,"x":5,"y":5,"A":4,"T":9,"V":7,"\u2018":7,"\u201c":7}},{"w":81},{"d":"112,-222v6,-9,38,-11,40,0r35,218v-2,8,-28,8,-31,0r-9,-56r-94,0v-12,19,-20,43,-35,60v-11,0,-34,6,-25,-11xm127,-197r-62,113r79,0","w":208,"k":{"-":10,".":-2,",":-3,"?":21,"v":12,"C":8,"G":8,"J":-4,"O":10,"Q":10,"U":10,"W":21,"Y":31,"t":10,"y":13,"T":30,"V":26,"\u2018":33,"\u201c":33,"\u2019":20,"\u201d":20}},{"d":"131,-26v9,2,3,26,-5,26r-105,-1v-4,-1,-6,-6,-5,-11r42,-211v5,-7,27,-9,31,0r-40,197r82,0","w":151,"k":{",":-3,"v":15,"C":11,"G":12,"J":-4,"O":12,"Q":12,"U":16,"W":22,"Y":29,"t":7,"y":14,"T":28,"V":26,"\u2018":35,"\u201c":35,"\u2019":26,"\u201d":26,"w":14}},{"d":"306,-223v6,-8,37,-11,29,6r-105,214v-6,6,-38,9,-39,-3r-14,-172r-80,175v-6,6,-38,9,-40,-4r-18,-216v2,-10,30,-9,31,3r13,188r88,-193v7,-5,30,-7,32,3r15,190","w":320,"k":{"-":15,".":36,";":9,",":27,"v":6,"C":4,"G":4,"J":14,"O":4,"Q":4,"X":2,"a":14,"c":15,"d":14,"q":14,"m":10,"p":10,"r":10,"e":14,"n":10,"o":15,"s":9,"u":10,"y":9,"A":16,"S":2,"g":14,"\u2019":-3,"\u201d":-3}},{"d":"201,-223v2,-7,27,-9,29,0r-42,211v-6,24,-50,12,-48,-9r-60,-173r-37,189v-1,9,-22,8,-28,3r42,-212v4,-23,51,-16,49,6r59,168","w":232},{"d":"246,-209v3,-17,48,-27,58,-11r-42,216v-2,7,-27,9,-29,0r39,-198r-121,198v-2,7,-28,8,-29,0r-39,-199r-39,199v-2,7,-27,9,-29,0r41,-210v3,-21,58,-19,55,5r34,165","w":307},{"d":"70,-30v31,-39,45,-88,67,-137v0,0,31,-6,25,10v-21,58,-48,111,-83,155v-6,4,-32,7,-33,-3r-24,-160v4,-5,28,-6,29,3","w":160,"k":{"\u201d":-10,"\u201c":-1,"\u2019":-10,"\u2018":-1,".":23,",":22,"z":5,"y":-2,"w":-2,"v":-2,"t":-2,"s":2,"o":2,"f":-2}},{"d":"58,-126v34,-23,114,-21,110,36v-4,56,-32,92,-91,93v-41,1,-58,-23,-58,-62v0,-90,30,-167,121,-172v24,-2,58,9,36,32v-61,-24,-111,17,-118,73xm82,-21v36,-3,53,-28,55,-65v2,-43,-62,-31,-84,-15v-6,34,-11,83,29,80"},{"d":"108,-110v17,24,-30,21,-33,44v-16,46,-9,140,-80,119v-4,-28,32,-10,35,-38v14,-41,7,-107,55,-115v-41,-14,-13,-72,-11,-111v7,-21,-42,-8,-14,-36v62,-11,34,64,29,110v-2,15,6,26,19,27","w":113},{"d":"58,-239v1,-8,23,-8,29,-3r-47,238v-2,7,-26,8,-29,0","w":82},{"d":"83,-223v3,-8,22,-6,30,-3r-33,171v-7,32,-20,59,-59,58v-18,-1,-38,-1,-33,-21v3,-4,2,-11,7,-13v23,15,57,4,55,-27","w":114,"k":{".":3,",":5,"X":4,"A":6}},{"d":"69,-243v9,-6,29,5,27,14r-47,72v-6,5,-21,0,-20,-9xm134,-243v9,-5,27,3,27,14r-47,72v-6,5,-21,0,-20,-9","w":144},{"d":"145,-147v-4,-16,17,-31,29,-16r-44,221v-1,9,-23,8,-29,3r21,-95v-11,19,-30,36,-60,37v-35,0,-48,-22,-48,-57v0,-60,23,-117,84,-117v23,0,35,11,47,24xm45,-56v-4,46,45,39,62,14v19,-17,24,-49,30,-79v-11,-13,-19,-23,-39,-25v-41,6,-49,47,-53,90","w":185},{"d":"58,-239v1,-8,23,-8,29,-3r-28,146r80,-71v14,-3,38,0,20,15r-69,58r51,89v-2,9,-28,8,-33,0r-50,-87r-18,88v-2,7,-27,9,-29,0","w":163,"k":{"-":13,"a":12,"c":11,"d":12,"q":12,"e":12,"o":12,"s":3,"t":2,"u":8,"g":12}},{"d":"196,-227v9,2,3,25,-5,25r-64,0r-40,197v-1,9,-24,8,-30,3r40,-200r-64,0v-9,-2,-3,-25,5,-25r158,0","w":175,"k":{"-":28,"\/":19,".":36,":":24,";":20,",":36,"v":15,"C":7,"G":9,"J":10,"O":9,"Q":9,"a":31,"c":29,"d":31,"q":31,"m":17,"p":17,"r":17,"e":30,"n":17,"o":30,"s":26,"u":17,"x":15,"y":16,"z":25,"A":27,"T":-5,"g":31,"\u2018":-4,"\u201c":-4,"\u2019":-8,"\u201d":-8,"w":16}},{"d":"299,-112v9,2,4,24,-5,25r-260,0v-9,-2,-6,-24,5,-25r260,0","w":325},{"d":"167,-114v9,4,4,25,-5,25r-58,0r-13,64v-1,8,-21,8,-26,3r13,-67r-58,0v-9,-3,-3,-25,5,-25r58,0r13,-64v3,-7,25,-9,26,0r-13,64r58,0","w":179,"k":{"+":-3}},{"d":"90,-171v22,-1,55,12,34,34v-20,-13,-68,-19,-68,16v8,34,63,23,63,67v0,56,-83,73,-117,41v0,-10,1,-18,7,-22v17,18,80,26,80,-14v-8,-35,-63,-23,-62,-67v0,-37,28,-53,63,-55","w":140,"k":{"v":4,"t":4,"x":4,"y":7,"z":3,"\u2018":6,"\u201c":6,"w":2}},{"d":"148,-231v53,0,80,27,80,80v0,86,-38,154,-127,154v-52,0,-83,-25,-81,-78v3,-87,38,-156,128,-156xm105,-23v68,0,91,-61,91,-126v0,-35,-16,-58,-53,-56v-66,3,-87,60,-90,127v-1,37,17,55,52,55","w":235,"k":{".":5,",":8,"J":5,"W":4,"X":11,"Y":9,"Z":7,"x":2,"z":2,"A":4,"T":9,"V":5,"\u2018":3,"\u201c":3,"\u2019":-2,"\u201d":-2}},{"d":"120,-167v10,2,3,24,-5,24r-40,0v-6,35,-15,66,-19,104v-3,23,25,18,38,12v10,15,-8,31,-30,30v-71,-4,-22,-98,-18,-146v-11,-2,-30,7,-26,-11v0,-14,16,-14,31,-13v2,-20,7,-59,36,-38r-7,38r40,0","w":120,"k":{"-":11,"a":5,"c":4,"d":5,"q":5,"e":4,"o":4,"t":3,"x":1,"g":5,"\u2019":-12,"\u201d":-12}},{"d":"119,-240v3,-8,28,-9,30,0v-8,28,-13,61,-24,86v-7,-1,-21,5,-19,-5xm56,-240v2,-7,29,-9,30,0v-8,28,-12,61,-23,86v-7,-1,-20,6,-19,-5","w":144},{"w":81},{"d":"58,-223v5,-7,27,-9,31,0r-44,219v-2,7,-28,9,-30,0","w":90},{"d":"145,-147v-4,-16,17,-31,29,-16v-15,65,-22,137,-43,196v-13,20,-35,31,-69,31v-27,0,-67,-11,-42,-36v25,16,88,20,91,-19v1,-17,7,-31,11,-43v-11,19,-30,36,-60,37v-36,1,-48,-24,-48,-57v0,-61,24,-117,84,-117v23,0,35,11,47,24xm45,-56v-4,44,45,40,62,14v19,-17,24,-49,30,-79v-11,-13,-19,-23,-39,-25v-40,6,-49,47,-53,90","w":185},{"d":"170,-31v26,-39,43,-92,63,-136v10,1,31,-7,25,10v-21,57,-45,112,-80,155v-6,4,-30,7,-32,-3r-12,-116r-59,121v-11,-1,-32,6,-33,-5r-16,-160v3,-5,23,-5,28,0r13,135r64,-137v9,0,23,-4,26,4","w":257,"k":{".":17,",":21,"v":-1,"y":-1,"\u2018":-1,"\u201c":-1,"\u2019":-10,"\u201d":-10,"w":-1}},{"d":"193,-223v5,-7,31,-10,33,0r-125,223v-12,-1,-32,6,-34,-5r-33,-219v3,-7,30,-7,31,2r27,191","w":204,"k":{"-":19,"\/":19,".":36,":":13,";":19,",":29,"C":3,"G":4,"J":14,"O":5,"Q":5,"a":18,"c":18,"d":18,"q":18,"m":11,"p":11,"r":11,"e":18,"n":11,"o":15,"s":15,"u":11,"y":5,"z":14,"A":15,"S":2,"V":-1,"g":18,"\u2019":-9,"\u201d":-9}},{"d":"145,-147v-4,-16,17,-31,29,-16r-31,159v-1,6,-25,9,-26,0r6,-30v-12,18,-31,36,-61,37v-34,0,-48,-23,-48,-57v0,-60,24,-117,84,-117v23,0,35,11,47,24xm45,-56v-4,44,45,41,62,14v19,-17,24,-49,30,-79v-11,-13,-19,-23,-39,-25v-40,6,-49,47,-53,90","w":185},{"d":"44,-59v-4,52,60,37,81,19v11,28,-25,43,-55,43v-39,0,-55,-19,-57,-57v-5,-79,70,-149,137,-98v1,11,-1,21,-9,23v-12,-6,-20,-18,-40,-17v-43,3,-54,44,-57,87","w":149,"k":{"a":2,"c":3,"d":2,"q":2,"e":2,"o":3,"g":2}},{"d":"63,-225v52,-5,125,-10,124,45v-2,39,-24,61,-56,71v29,15,27,68,35,104v-1,9,-30,9,-32,-1v-11,-43,1,-106,-69,-95r-20,97v-2,7,-28,9,-30,0r42,-211v1,-5,3,-8,6,-10xm69,-126v47,3,85,-6,85,-49v1,-32,-36,-27,-69,-27","w":195,"k":{".":-2,"v":5,"C":3,"G":3,"O":3,"Q":3,"W":5,"Y":7,"e":6,"o":7,"y":6,"S":5,"T":9,"V":9,"w":6}},{"d":"148,-231v117,-5,85,167,30,207v13,14,32,23,48,33v2,9,-1,21,-9,24v-27,-7,-47,-23,-63,-42v-54,27,-141,9,-134,-66v8,-87,38,-152,128,-156xm105,-23v68,-2,91,-61,91,-126v0,-35,-16,-57,-53,-56v-67,3,-91,62,-91,127v0,35,17,56,53,55","w":239,"k":{"}":-5,"]":-5,")":-5,"\/":-24,"\u201d":-1,"\u2019":-1,";":-10,",":-18,"x":-5,"j":-14,"Y":10,"X":-1,"W":4,"V":6,"T":8,"J":-8}},{"d":"62,-224v54,-9,129,-8,125,50v-4,66,-49,94,-126,88v-8,28,-8,63,-20,86v-8,-1,-24,6,-26,-4r42,-210v1,-5,2,-8,5,-10xm66,-111v54,4,87,-12,89,-60v1,-35,-35,-32,-71,-31","w":185,"k":{"-":7,"\/":21,".":44,",":41,"J":24,"X":6,"Y":2,"Z":5,"a":7,"c":7,"d":7,"q":7,"e":7,"f":-2,"o":7,"t":-2,"y":-2,"A":23,"T":1,"V":2,"g":7,"\u2018":-2,"\u201c":-2,"\u2019":-8,"\u201d":-8}},{"d":"173,-227v9,2,3,25,-5,25r-83,0r-16,78r79,0v8,2,3,25,-5,25r-79,0v-9,32,-10,72,-23,99v-9,-1,-26,6,-26,-5r42,-210v1,-8,6,-12,14,-12r102,0","w":165,"k":{"\/":13,".":33,",":35,"C":3,"G":3,"J":18,"O":3,"Q":3,"X":4,"Z":2,"a":5,"c":5,"d":5,"q":5,"m":5,"p":5,"r":5,"e":5,"n":5,"o":5,"s":6,"u":5,"A":19,"S":5,"g":5}},{"d":"61,-232v-2,-16,33,-21,35,-5v-7,37,-32,62,-59,81v-8,0,-18,2,-13,-7v13,-23,34,-37,37,-69","w":89,"k":{".":34,",":35,"C":11,"G":12,"J":23,"O":12,"Q":12,"Y":-2,"a":24,"c":24,"d":24,"q":24,"m":20,"p":20,"r":20,"e":24,"i":-2,"n":20,"o":25,"s":20,"u":20,"z":14,"A":41,"T":-3,"g":24}},{"d":"36,-248v-3,-13,17,-10,27,-7r50,299v-2,7,-27,6,-29,-1","w":138},{"d":"155,-80v10,3,4,25,-5,25r-132,0v-9,-2,-6,-24,5,-25r132,0xm169,-148v10,3,3,24,-5,25r-133,0v-8,-4,-3,-24,5,-25r133,0","w":179},{"d":"108,-171v41,0,66,20,64,61v-3,63,-29,111,-94,113v-41,1,-65,-18,-64,-60v3,-65,29,-114,94,-114xm80,-21v44,-3,61,-40,61,-87v0,-24,-10,-39,-36,-38v-44,4,-61,42,-61,87v0,24,10,40,36,38","w":184,"k":{",":7,"v":2,"x":7,"y":2,"z":5,"w":2}},{"d":"124,-171v35,0,48,25,48,58v0,59,-22,116,-84,116v-23,0,-37,-9,-48,-23v0,15,-7,26,-27,20v-2,-1,-2,-2,-2,-4r47,-235v1,-8,23,-8,29,-3r-24,109v12,-19,31,-38,61,-38xm88,-21v39,-7,50,-46,53,-90v3,-43,-45,-41,-62,-14v-18,18,-26,48,-30,80v10,14,19,23,39,24","w":185,"k":{"v":2,"s":2,"t":2,"x":7,"y":2,"z":5,"\u2018":11,"\u201c":11,"w":2}},{"d":"67,-137v47,-6,94,4,93,50v-1,60,-38,88,-99,90v-29,1,-73,-10,-48,-39v39,27,115,14,115,-48v0,-42,-59,-23,-90,-31v4,-37,11,-79,23,-110v32,-6,74,0,109,-2v10,3,2,25,-6,26r-85,0"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+15-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("+IpWj@3Q&;:d+Ae}K@SXGIG:n`3Wp@:dn`-X&;#kpDys$>QE-Xp{K9Gi7931{I#{K9Gi7h$i+S4W7hT47AU@K9K{K9Gi7>3}ZWimn^_X7tShn^_X7tSO*EOO;>VhFnGT0AtVSI^G-+F73*qw#Z9_D;n$p&j{K=B,bEhOe@kaU)%s6dmi4X>QW`8H1g}y:!PP*Z1{K9TX$he{K9Gi7>-,*WDd7X4y_W1K7@WanW4W7hVX7E_!n^_i7Iw8n^_X7tVHBES^&O3S*t#{K9Ti$;#p;kbUw^U$ZI_y#V-{K9Ti$9009SK*9n$`B;4+n^_X7I-b{;6_n^_X7tVQ+83qKSiEGVekKWpb$W-#_Vp{K9Gi79e{ntWm$h_EFk3ijIeQ+AGE+Z4Uq9Ts{tWEFkTsjtWiF@4ej@KQ&A4kq;GdpE1kj^ei&^7:=8Q}&;$a$E1m&>QmnE,P*kK8KWid+9yaq>U6$n-U$ZWk{kDejeidpIDyj;SX&;Sk{kDejkii7tTQ*DidjkDe{@1Epn-k7Did{^-mKn,6&I:>KIedpWidpI_U-A:UFk#e{8wajI:h$n#Uj`Hd&I:>KI1bj;_U+;pm{E,}&94s*Xs%&Zek;`3j&DWKqn0j&DW:+Z,U")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":182,"face":{"font-family":"Calibri","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 15 5 2 2 2 4 10 2 4","ascent":"270","descent":"-90","x-height":"3","bbox":"-34.6161 -267.929 336.31 65.0233","underline-thickness":"23.5547","underline-position":"-29.0039","slope":"-11","unicode-range":"U+0020-U+2122"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 Microsoft Corporation. All Rights Reserved.
 * 
 * Trademark:
 * Calibri is either a registered trademark or a trademark of Microsoft
 * Corporation in the United States and/or other countries.
 * 
 * Description:
 * Calibri is a modern sans serif family with subtle roundings on stems and
 * corners. It features real italics, small caps, and multiple numeral sets. Its
 * proportions allow high impact in tightly set lines of big and small text alike.
 * Calibri's many curves and the new rasteriser team up in bigger sizes to reveal a
 * warm and soft character.
 * 
 * Manufacturer:
 * Microsoft Corporation
 * 
 * Designer:
 * Luc(as) de Groot
 * 
 * Vendor URL:
 * http://www.microsoft.com/typography/ctfonts
 * 
 * License information:
 * http://www.microsoft.com/typography/fonts/default.aspx
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"127,-164v7,-8,40,-8,46,-1v-16,28,-39,51,-57,78v9,28,22,54,28,83v-6,7,-42,10,-46,-1r-19,-55r-42,58v-8,4,-52,9,-45,-7r60,-78r-27,-77v3,-8,41,-11,45,0r19,52","w":165,"k":{"-":9,"a":7,"c":8,"d":7,"q":7,"e":7,"o":7,"s":2,"u":4,"g":7,"\u2019":-6,"\u201d":-6}},{"d":"81,-162v15,40,85,27,84,84v-1,53,-38,74,-89,78v-7,20,-9,57,-44,39r12,-40v-20,-4,-46,-6,-39,-32v1,-7,2,-17,9,-18v25,17,101,28,103,-19v-13,-42,-86,-26,-83,-85v2,-47,33,-68,78,-72v4,-20,12,-56,43,-36r-11,37v17,3,40,7,33,28v-1,8,-2,17,-8,20v-20,-17,-88,-27,-88,16"},{"d":"85,-166v-33,-15,-16,33,-44,29v-9,-1,-16,0,-16,-7v0,-35,16,-59,52,-61v35,-2,36,28,61,35v26,1,9,-48,51,-27v8,61,-70,86,-97,37v-2,-3,-5,-4,-7,-6","w":179},{"d":"120,-239v2,-9,38,-11,40,0r-20,79v-2,9,-26,10,-32,3xm53,-239v2,-10,28,-7,37,-5v3,1,4,3,3,5r-20,79v-2,9,-26,10,-32,3","w":157},{"d":"180,-118v12,4,3,34,-7,36r-167,0v-13,-5,-4,-36,7,-36r167,0","w":179},{"d":"98,-247v4,-11,34,-9,41,-3r-61,307v-3,11,-32,9,-41,3","w":171},{"d":"186,-227v19,3,3,37,-3,47r-110,174v-8,10,-44,10,-54,1r118,-182r-95,0v-9,-7,-3,-37,8,-40r136,0"},{"d":"57,-224v56,-7,145,-14,143,46v-1,40,-24,63,-57,74v29,14,26,64,35,99v-4,10,-45,11,-50,-2v-13,-35,3,-94,-55,-86r-17,87v-5,10,-36,9,-46,3r41,-210v1,-5,3,-9,6,-11xm80,-128v40,3,69,-6,70,-41v0,-26,-30,-23,-57,-23","w":202,"k":{".":-2,"v":3,"C":3,"G":3,"O":3,"Q":3,"W":4,"Y":8,"e":5,"o":6,"y":4,"S":4,"T":7,"V":7,"w":4}},{"d":"133,-118v68,36,23,131,-59,122v-38,-4,-69,-12,-69,-50v0,-40,29,-57,58,-71v-17,-9,-29,-23,-29,-45v0,-47,36,-70,87,-70v37,0,62,13,63,47v1,39,-26,53,-51,67xm102,-136v17,-10,37,-18,37,-43v0,-14,-10,-18,-24,-19v-32,-3,-48,36,-25,54v3,2,7,5,12,8xm81,-30v36,3,54,-40,27,-59v-4,-3,-8,-6,-13,-9v-21,11,-42,18,-44,46v-1,18,13,21,30,22"},{"d":"143,-149v-4,-22,26,-26,41,-17v-15,64,-19,138,-43,194v-11,26,-41,36,-80,36v-24,0,-56,2,-51,-25v2,-7,3,-17,11,-18v24,11,82,18,86,-17r9,-32v-10,18,-30,32,-56,32v-35,0,-51,-23,-49,-60v3,-62,25,-117,86,-117v22,0,36,10,46,24xm56,-60v-4,35,37,30,50,9v15,-15,21,-40,25,-65v-7,-11,-14,-20,-31,-19v-35,2,-41,41,-44,75","w":190},{"d":"16,-32v0,-21,49,-28,49,-7v0,41,-32,59,-51,84v-5,7,-29,10,-36,2v12,-27,38,-43,38,-79","w":92,"k":{"\u2013":7,"\u201d":21,"\u201c":26,"\u2019":21,"\u2018":26,"t":8,"Y":24,"X":-3,"W":21,"V":21,"T":23,"J":-8,"A":-5}},{"d":"97,-106v11,5,3,36,-8,36r-73,0v-12,-4,-5,-36,7,-36r74,0","w":110},{"d":"102,-199v1,-26,-6,-63,34,-49v4,14,-11,33,-14,49r40,-28v11,-6,16,15,16,25v-10,13,-34,13,-49,21r38,17v10,5,-11,25,-15,29v-17,-2,-23,-21,-36,-29v-2,26,6,64,-34,50v-5,-15,11,-34,14,-50r-40,28v-11,7,-14,-16,-16,-24v9,-15,34,-13,49,-22v-13,-8,-34,-8,-41,-22v4,-9,14,-27,25,-22","w":179},{"d":"111,-173v44,0,70,19,69,63v-2,67,-33,112,-100,114v-44,1,-70,-19,-69,-63v1,-67,32,-114,100,-114xm85,-31v37,-3,47,-38,49,-76v1,-21,-8,-32,-28,-31v-37,2,-50,37,-50,76v0,19,8,32,29,31","w":189,"k":{",":5,"v":1,"x":8,"y":3,"z":4,"w":2}},{"d":"48,-237v-5,-10,8,-9,20,-10v34,-1,34,33,49,52v-36,19,-53,-25,-69,-42","w":108},{"d":"75,-154v-5,12,-43,14,-42,-3v2,-39,30,-59,49,-83v4,-6,29,-11,33,-1v-16,27,-36,49,-40,87xm144,-154v-5,12,-43,14,-42,-3v2,-39,31,-58,49,-83v4,-6,29,-11,33,-1v-16,27,-36,49,-40,87","w":156,"k":{".":30,",":29,"G":4,"J":12,"O":3,"Q":3,"W":-3,"Y":-8,"a":9,"c":10,"d":9,"q":9,"m":1,"p":1,"r":1,"e":9,"n":1,"o":9,"s":4,"u":1,"A":26,"T":-12,"V":-9,"g":9}},{"d":"91,-169v16,2,47,-10,38,18v1,21,-24,19,-45,18r-16,86v-2,18,22,14,33,9v11,22,-8,43,-36,42v-70,-3,-32,-88,-25,-137v-12,-1,-26,6,-23,-15v2,-16,10,-25,30,-21v-1,-27,15,-55,51,-38","w":124,"k":{"-":9,"a":4,"c":4,"d":4,"q":4,"e":3,"o":4,"t":2,"x":1,"g":4,"\u2018":-1,"\u201c":-1,"\u2019":-10,"\u201d":-10}},{"d":"53,-230v41,-26,123,-14,118,46v-4,45,-26,73,-70,77v-2,23,-13,52,-48,37v7,-23,-4,-63,26,-63v47,0,65,-75,13,-75v-18,-1,-31,8,-43,13v-9,-5,-1,-30,4,-35xm68,-49v17,0,24,5,21,22v-3,18,-10,30,-31,30v-15,0,-23,-7,-20,-22v3,-17,9,-30,30,-30","w":166,"k":{"\u201d":-6,"\u2019":-6}},{"d":"58,-237v6,-12,47,-14,46,3v-4,43,-33,68,-60,89v0,0,-33,5,-25,-8v16,-25,34,-48,39,-84","w":92,"k":{".":32,",":34,"C":8,"G":9,"J":20,"O":9,"Q":9,"Y":-4,"a":20,"c":21,"d":20,"q":20,"m":14,"p":14,"r":14,"e":20,"i":-3,"n":14,"o":22,"s":16,"u":14,"z":11,"A":34,"T":-4,"g":20}},{"d":"97,-106v11,5,3,36,-8,36r-73,0v-12,-4,-5,-36,7,-36r74,0","w":110,"k":{"y":4,"x":6,"v":3,"Y":15}},{"d":"184,-221v5,-11,37,-10,46,-3r-43,218v-5,11,-36,9,-46,3r18,-95r-85,0r-18,92v-5,10,-36,9,-46,3r43,-218v4,-11,41,-12,46,0r-17,83r85,0","w":227,"k":{"\u2018":2,"\u201c":2}},{"d":"90,-151v-1,22,-7,40,-31,39v-12,0,-21,-4,-21,-15v0,-21,7,-40,31,-39v12,1,22,3,21,15xm67,-37v-1,22,-6,39,-31,39v-13,0,-21,-3,-21,-14v0,-21,7,-40,31,-39v12,1,21,2,21,14","w":99},{"d":"155,-173v12,-9,33,13,21,23r-59,49r39,49v4,11,-15,28,-27,23r-39,-49v-23,16,-41,38,-67,51v-7,-4,-23,-17,-12,-26r59,-49v-13,-18,-29,-33,-40,-52v3,-11,17,-25,28,-20r39,49","w":179},{"d":"302,-118v13,5,4,36,-7,36r-264,0v-13,-5,-3,-36,8,-36r263,0","w":325},{"d":"170,-118v8,-1,4,10,4,16v0,29,-41,15,-66,18r-12,60v-2,10,-29,9,-36,3r12,-63r-55,0v-11,-4,-4,-34,7,-34r55,0r12,-60v2,-11,31,-10,36,-3r-12,63r55,0","w":179,"k":{"+":-4}},{"d":"128,-162v7,-10,44,-12,50,-1v-14,29,-45,45,-65,68v12,30,30,54,39,88v-3,12,-42,13,-47,1r-37,-83r-17,83v-5,10,-34,9,-44,3r46,-234v4,-11,36,-10,44,-3r-27,141","w":172,"k":{"-":12,"a":9,"c":10,"d":9,"q":9,"e":10,"o":10,"s":3,"t":2,"u":6,"g":9}},{"d":"53,-239v1,-10,30,-7,38,-5v3,1,4,3,3,5v-9,28,-11,62,-25,85v-10,-1,-27,6,-28,-6","w":84},{"d":"40,-51v29,0,23,33,12,47v-13,10,-52,9,-42,-18v2,-18,9,-29,30,-29xm121,-51v29,-5,24,33,12,47v-14,10,-50,11,-42,-18v4,-16,8,-30,30,-29xm203,-51v28,0,23,33,12,47v-13,10,-53,10,-42,-18v1,-19,9,-29,30,-29","w":255},{"d":"132,-173v79,0,29,112,21,167v-2,11,-39,11,-44,0r21,-110v1,-29,-36,-17,-44,-2v-24,25,-24,73,-35,112v-3,11,-34,10,-44,3r31,-160v4,-9,35,-11,38,0r-5,26v12,-18,31,-36,61,-36","w":189,"k":{"\u201c":9,"\u2018":9,"y":6,"x":3,"w":4,"v":5,"t":3}},{"d":"55,-249v22,5,71,-13,65,15r-56,279v-4,25,-46,10,-71,14v-9,-4,-3,-31,7,-31r26,0r49,-245v-14,-2,-37,7,-30,-15v2,-6,4,-16,10,-17","w":116},{"d":"70,-131v33,-22,106,-15,102,37v-5,59,-33,97,-96,98v-48,1,-66,-29,-61,-81v8,-80,34,-154,121,-154v23,0,53,-1,47,24v-1,6,-3,17,-10,18v-51,-20,-99,9,-103,58xm84,-31v29,-2,40,-27,42,-55v2,-32,-46,-22,-63,-11v-5,26,-10,68,21,66"},{"d":"34,-45v9,-34,-22,-30,-21,-52v2,-31,39,-20,43,-59v5,-49,17,-110,83,-95v11,12,-2,37,-21,34v-29,29,-10,108,-68,118v43,12,21,72,15,112v-3,22,28,3,22,24v0,16,-8,23,-26,23v-55,0,-37,-67,-27,-105","w":123},{"d":"112,-36v16,3,49,-11,41,17v0,9,-4,17,-10,19r-126,0v-10,-6,-3,-33,7,-36r43,0r29,-146v-17,5,-35,23,-52,20v-1,-47,44,-48,72,-67v11,2,31,-5,34,5"},{"d":"186,-24v12,15,28,20,43,29v-1,15,-1,31,-12,36v-29,-7,-52,-23,-67,-46v-58,23,-139,3,-133,-70v7,-90,40,-157,132,-157v55,0,88,24,87,81v0,58,-20,98,-50,127xm110,-34v58,-3,78,-56,78,-113v0,-30,-15,-47,-45,-47v-57,0,-75,55,-77,114v-1,30,14,47,44,46","w":243,"k":{"}":-5,"]":-5,")":-5,"\/":-19,"\u201d":-2,"\u2019":-2,";":-10,",":-17,"x":-4,"j":-15,"Y":11,"W":4,"V":7,"T":7,"J":-7}},{"d":"136,-169v15,7,1,35,-6,43r-75,90r60,0v11,5,3,33,-7,36r-103,0v-17,-6,-1,-36,6,-43r75,-90r-53,0v-12,-5,-3,-33,7,-36r96,0","w":143,"k":{"a":5,"c":5,"d":5,"q":5,"e":4,"o":5,"s":2,"u":3,"g":5,"\u2019":-5,"\u201d":-5}},{"d":"61,-246v11,-7,41,9,39,21r-49,79v-10,8,-29,-4,-28,-15xm130,-246v12,-7,41,8,40,21r-50,79v-10,8,-29,-4,-28,-15","w":142},{"d":"179,-188v3,15,-3,34,-12,41r-110,46r90,47v12,6,5,39,-8,39r-123,-70v-3,-13,1,-32,10,-36r146,-66v3,-1,6,-2,7,-1","w":179},{"d":"56,-73v-16,56,54,46,85,33v6,0,4,7,3,12v-1,32,-36,30,-66,32v-44,2,-68,-18,-68,-59v0,-66,31,-118,99,-118v34,0,61,12,61,45v0,52,-57,55,-114,55xm62,-101v30,0,61,1,65,-24v-5,-30,-56,-12,-59,8v-3,5,-4,10,-6,16","w":176,"k":{"v":3,"f":1,"t":2,"x":8,"y":3,"z":4,"\u2018":5,"\u201c":5,"w":3}},{"d":"76,-139v47,-5,90,6,89,52v-2,62,-42,91,-104,91v-25,0,-64,0,-55,-30v0,-8,3,-17,9,-20v31,21,100,18,100,-35v0,-37,-53,-19,-82,-25v4,-40,12,-84,24,-118v32,-8,79,-1,117,-3v12,4,2,36,-8,39r-81,0"},{"d":"168,-171v11,0,27,-3,21,13v0,16,-12,21,-30,18r-16,49v11,0,27,-3,21,13v0,17,-13,20,-31,18v-10,24,-8,77,-53,57r18,-57r-39,0r-18,55v-1,8,-32,11,-35,0r18,-55v-12,0,-23,5,-21,-14v2,-16,13,-19,31,-17r16,-49v-12,0,-25,4,-22,-15v2,-15,14,-18,31,-16r17,-51v3,-9,29,-9,35,-3v-4,20,-12,35,-17,54r39,0v10,-24,9,-73,52,-54v-4,20,-12,35,-17,54xm85,-140r-17,49r40,0r16,-49r-39,0","w":179},{"d":"112,-147v-8,2,-30,5,-23,-7v16,-24,33,-48,39,-83v2,-13,42,-14,41,3v-1,40,-31,58,-49,82v-2,2,-5,4,-8,5xm95,-209v-18,27,-38,74,-77,59v20,-26,33,-59,45,-93v11,-4,38,-7,37,9v0,8,0,18,-5,25","w":156,"k":{".":32,",":34,"C":8,"G":9,"J":20,"O":9,"Q":9,"Y":-4,"a":20,"c":21,"d":20,"q":20,"m":14,"p":14,"r":14,"e":20,"i":-3,"n":14,"o":22,"s":16,"u":14,"z":11,"A":34,"T":-4,"g":20}},{"d":"97,-106v11,5,3,36,-8,36r-73,0v-12,-4,-5,-36,7,-36r74,0","w":110},{"d":"150,31v12,4,5,33,-6,33r-167,0v-11,-4,-4,-31,6,-33r167,0","w":179},{"d":"124,-173v-3,-40,-60,-14,-79,-4v-15,-35,30,-55,69,-55v35,0,60,13,61,48v0,38,-23,56,-52,66v25,4,40,17,41,44v3,75,-103,97,-159,61v-4,-10,0,-31,8,-35v26,20,99,24,98,-24v0,-29,-33,-27,-63,-27v-15,-13,-1,-42,26,-34v30,0,47,-14,50,-40"},{"d":"231,-201v2,-28,70,-38,84,-16v-10,74,-28,140,-40,211v-4,10,-34,9,-44,3r37,-188r-104,185v-4,11,-43,9,-47,0r-27,-185r-37,185v-3,11,-33,9,-43,3r43,-214v5,-14,29,-9,47,-10v20,-1,27,7,30,26r23,135","w":314},{"d":"128,-245v-45,77,-87,181,-61,301v-5,8,-32,9,-38,1v-34,-112,5,-238,60,-304v7,-4,34,-7,39,2","w":112,"k":{"j":-9}},{"d":"157,-83v11,5,3,34,-7,34r-134,0v-12,-4,-3,-32,6,-34r135,0xm171,-154v11,5,4,34,-7,34r-134,0v-13,-5,-3,-34,7,-34r134,0","w":179},{"w":81},{"d":"121,-117v11,12,-1,39,-19,37v-43,29,-10,166,-109,134v-1,-19,5,-31,25,-30v31,-31,8,-115,70,-126v-43,-8,-23,-67,-17,-104v4,-22,-27,-3,-22,-24v0,-16,8,-23,26,-23v57,0,31,67,27,110v-1,15,7,23,19,26","w":123},{"d":"126,-96v-36,21,-106,16,-102,-38v4,-59,33,-98,95,-98v48,0,64,29,62,81v-4,96,-70,185,-173,144v-2,-13,0,-28,9,-33v38,17,92,4,100,-31v4,-8,7,-16,9,-25xm112,-196v-30,2,-40,27,-42,55v-2,31,47,23,62,10v6,-24,12,-66,-20,-65"},{"d":"131,-173v36,0,49,25,49,60v0,61,-24,117,-86,117v-22,0,-36,-9,-46,-23v4,21,-21,23,-38,18v-3,-1,-3,-3,-3,-5r46,-231v4,-11,36,-10,44,-3r-22,99v11,-17,30,-32,56,-32xm60,-52v35,46,78,-6,74,-57v5,-35,-35,-28,-49,-9v-12,17,-21,41,-25,66","w":190,"k":{"v":2,"f":1,"s":2,"t":1,"x":7,"y":2,"z":5,"\u2018":9,"\u201c":9,"w":2}},{"d":"141,-253v4,-12,42,-12,45,-2r-168,304v-7,6,-47,10,-42,-7","w":156,"k":{"s":9,"o":8,"e":9,"c":9,"J":9,"A":16}},{"d":"42,-188v28,-57,152,-63,142,25v-9,84,-21,163,-109,167v-97,5,-59,-139,-33,-192xm113,-195v-52,0,-81,144,-31,162v51,-9,50,-76,56,-129v2,-22,-5,-33,-25,-33"},{"d":"72,-234v4,-14,40,-12,47,-4r-36,163v-2,11,-37,12,-39,0xm58,-49v16,0,24,6,21,22v-3,18,-10,30,-31,30v-15,0,-23,-7,-20,-22v4,-17,8,-30,30,-30","w":117},{"d":"82,-95v-77,-25,-55,-147,35,-137v24,3,56,3,51,32v-2,6,-3,17,-9,18v-24,-20,-97,-17,-76,28v21,28,73,30,71,80v-2,52,-39,78,-93,78v-29,0,-66,-2,-60,-36v2,-6,3,-17,10,-19v25,24,108,27,91,-27v-5,-6,-12,-14,-20,-17","w":167,"k":{"v":5,"J":-2,"W":3,"X":3,"Y":7,"y":5,"A":2,"T":4,"V":6,"\u2018":4,"\u201c":4,"\u2019":4,"\u201d":4,"w":3}},{"d":"49,-228v13,0,35,-4,39,8r24,74r56,-79v10,-5,36,-5,47,-1v2,7,-2,10,-6,16r-69,93r37,109v1,15,-42,13,-49,2r-28,-83r-61,86v-8,6,-36,6,-47,1v-2,-7,2,-9,6,-15r75,-101r-34,-102v0,-6,4,-8,10,-8","w":198,"k":{"-":15,"v":13,"C":12,"G":12,"O":12,"Q":12,"a":8,"d":8,"q":8,"e":7,"o":7,"t":8,"u":6,"y":11,"S":4,"g":8,"\u2019":4,"\u201d":4,"w":11}},{"d":"31,-220v3,-15,45,-12,48,0r24,92v17,-35,40,-66,61,-97v9,-5,38,-6,47,0v-24,52,-64,92,-94,139r-15,80v-5,10,-42,12,-47,0r16,-80","w":187,"k":{"-":20,"\/":24,".":37,":":21,";":22,",":36,"v":12,"j":6,"C":12,"G":12,"J":17,"O":11,"Q":11,"Z":2,"a":26,"c":28,"d":26,"q":26,"m":17,"p":17,"r":17,"e":28,"f":10,"i":5,"n":17,"o":27,"s":22,"t":9,"u":17,"x":15,"y":12,"z":18,"A":29,"S":4,"g":26,"\u2019":-4,"\u201d":-4,"w":11}},{"d":"229,-27v4,47,-47,26,-62,7v-39,32,-158,42,-157,-32v1,-43,29,-60,60,-77v-33,-49,-4,-116,66,-110v37,3,66,9,69,42v-5,45,-38,59,-73,77v12,18,24,33,38,47v9,-12,17,-27,19,-44v0,-13,37,-12,42,-3v-4,29,-15,55,-32,72v9,8,14,13,24,15v4,0,7,1,6,6xm134,-205v-35,-2,-39,36,-23,58v22,-10,43,-17,46,-42v1,-12,-11,-15,-23,-16xm58,-57v0,36,61,28,78,12v-15,-18,-33,-35,-46,-55v-15,10,-32,19,-32,43","w":253},{"d":"63,-246v11,-6,42,9,39,21r-49,79v-10,8,-29,-4,-28,-15","w":77},{"d":"171,-137v15,-38,109,-57,104,9v-3,43,-15,81,-22,122v-5,10,-34,9,-44,3r20,-113v1,-29,-32,-15,-43,-2v-22,27,-25,73,-34,112v-5,10,-34,9,-44,3v6,-39,20,-73,20,-114v0,-28,-33,-14,-43,-1v-22,27,-25,73,-34,112v-5,10,-34,10,-44,3r31,-160v4,-9,35,-11,38,0r-5,26v12,-35,97,-57,100,0","w":289,"k":{"\u201c":9,"\u2018":9,"y":6,"x":3,"w":4,"v":5,"t":3}},{"d":"159,-231v32,0,76,3,70,38v-1,8,-3,17,-9,19v-18,-8,-35,-22,-64,-20v-59,4,-88,45,-92,105v-3,48,47,65,89,47r10,-52v-29,7,-66,-6,-36,-35v28,1,62,-4,85,3v2,34,-13,68,-17,102v-10,24,-47,28,-79,28v-61,0,-100,-27,-100,-87v0,-90,50,-148,143,-148","w":229,"k":{"v":3,"W":1,"Y":6,"x":3,"y":4,"T":2,"V":2,"w":3}},{"d":"97,-226v1,20,-7,34,-31,34v-13,0,-22,-2,-22,-13v0,-20,9,-35,32,-34v11,1,21,2,21,13xm38,-162v4,-11,37,-10,44,-3r-31,159v-5,10,-34,10,-44,3","w":88,"k":{"\u2019":-4,"\u201d":-4}},{"d":"198,-221v4,-11,34,-9,41,-3r-44,215v-8,15,-53,14,-59,-5r-52,-163v-8,60,-22,114,-33,171v-3,10,-33,10,-41,3r41,-208v5,-28,73,-21,70,8r46,141","w":236},{"d":"219,-131v4,-25,17,-49,54,-36v-13,64,-46,119,-79,165v-11,3,-48,10,-49,-6r-8,-97r-46,101v-9,7,-50,11,-55,-4r-14,-156v7,-8,35,-8,44,-2r8,121v20,-40,35,-86,58,-123v13,-1,34,-5,39,5r9,118","w":268,"k":{".":16,",":18,"v":-2,"f":-1,"t":-1,"y":-2,"\u2018":-4,"\u201c":-4,"\u2019":-10,"\u201d":-10,"w":-2}},{"d":"149,-84v14,-1,30,-3,23,18v-1,16,-12,22,-31,19v-1,28,-11,63,-52,44v-2,-14,6,-30,7,-44r-86,0v-19,-3,-3,-41,4,-50r99,-128v15,-4,54,-10,63,4xm124,-187r-79,103r59,0"},{"d":"149,-232v55,0,88,24,87,81v-3,90,-41,155,-132,155v-54,0,-89,-23,-87,-79v3,-90,40,-157,132,-157xm111,-34v57,-3,77,-56,77,-113v0,-30,-15,-47,-45,-47v-57,0,-75,55,-77,114v-1,31,15,48,45,46","w":240,"k":{".":5,",":7,"J":4,"W":4,"X":11,"Y":11,"Z":5,"x":2,"z":2,"A":5,"T":8,"V":7,"\u2018":3,"\u201c":3,"\u2019":-3,"\u201d":-3}},{"d":"197,-236v66,0,111,23,111,87v0,65,-24,122,-89,122v-22,0,-37,-9,-38,-30v-15,34,-101,48,-94,-12v5,-53,24,-99,79,-103v21,-1,29,10,37,23v1,-16,14,-24,35,-19v3,30,-26,70,-25,102v2,4,6,7,12,7v35,-7,42,-48,44,-87v2,-44,-32,-56,-78,-56v-92,2,-127,63,-133,150v-6,74,93,71,147,53v6,1,4,8,3,13v-1,33,-42,31,-74,31v-69,0,-117,-25,-114,-94v4,-113,60,-187,177,-187xm126,-77v-3,27,28,16,38,4v11,-13,20,-29,24,-48v-6,-10,-9,-17,-21,-18v-30,3,-38,33,-41,62","w":323},{"d":"61,-246v11,-7,41,9,39,21r-49,79v-10,8,-29,-4,-28,-15xm130,-246v12,-7,41,8,40,21r-50,79v-10,8,-29,-4,-28,-15","w":142},{"d":"22,0v-8,0,-12,-5,-11,-15r40,-198v1,-9,7,-14,17,-14r113,0v11,4,2,33,-7,36r-81,0r-12,55r69,0v12,5,2,33,-7,36r-68,0r-13,64r82,0v9,7,2,34,-8,36r-114,0","w":175,"k":{"-":5,"v":9,"C":6,"G":6,"O":6,"Q":6,"Z":2,"a":6,"c":5,"d":6,"q":6,"m":2,"p":2,"r":2,"e":6,"f":8,"n":2,"o":6,"t":6,"u":2,"y":9,"A":4,"S":4,"g":6,"w":8}},{"d":"144,-231v26,0,54,5,57,26v2,11,-3,28,-11,31v-14,-7,-24,-20,-47,-18v-54,5,-71,52,-76,107v-6,60,70,55,99,33v9,0,2,14,2,22v0,29,-37,34,-68,34v-55,0,-83,-29,-83,-83v0,-87,41,-152,127,-152","w":186,"k":{",":1,"G":3,"J":-4,"O":4,"Q":4,"T":-2,"\u2018":-3,"\u201c":-3,"\u2019":-11,"\u201d":-11}},{"w":81},{"d":"105,-219v7,-15,60,-15,63,0r31,212v-3,13,-28,8,-43,7v-10,-11,-6,-36,-10,-52r-86,0r-26,49v-9,5,-34,7,-44,1v-2,-6,1,-10,4,-16xm129,-184r-51,97r64,0","w":218,"k":{"-":9,".":-3,",":-4,"?":20,"v":12,"C":8,"G":8,"J":-5,"O":9,"Q":9,"U":10,"W":18,"Y":32,"t":12,"y":14,"T":29,"V":25,"\u2018":30,"\u201c":30,"\u2019":21,"\u201d":21}},{"d":"130,-163v7,-11,54,-14,43,11v-34,78,-71,151,-122,211v-9,6,-52,11,-45,-6r40,-53r-27,-160v1,-14,20,-8,35,-10v6,1,10,2,10,9r17,109v22,-32,37,-69,49,-111","w":169,"k":{".":18,",":18,"v":-2,"f":-3,"t":-2,"y":-1,"\u2018":-4,"\u201c":-4,"\u2019":-11,"\u201d":-11,"w":-2}},{"d":"57,-224v54,-7,139,-14,138,43v-1,32,-19,50,-43,59v22,4,36,19,36,44v0,75,-80,83,-165,78v-10,-1,-13,-5,-12,-15r40,-198v1,-5,3,-9,6,-11xm80,-134v38,3,67,-4,67,-38v0,-24,-30,-21,-55,-21xm61,-35v41,2,78,-2,78,-41v0,-29,-37,-23,-66,-24","w":201,"k":{",":5,"v":4,"W":6,"X":9,"Y":13,"Z":4,"f":4,"t":4,"x":6,"y":4,"A":4,"T":8,"V":8,"\u2018":5,"\u201c":5}},{"d":"75,-141v19,-41,114,-47,100,26r-22,109v-3,10,-39,11,-44,0r21,-111v-2,-29,-35,-15,-44,0v-25,24,-24,73,-35,111v-3,11,-34,10,-44,3r46,-234v4,-11,36,-10,44,-3","w":189,"k":{"\u201c":9,"\u2018":9,"y":6,"x":3,"w":4,"v":5,"t":3}},{"d":"164,-221v8,-9,46,-13,51,0v0,8,-5,10,-10,16r-80,85v16,38,37,71,50,112v-1,14,-43,14,-49,1r-49,-108r-21,109v-5,11,-36,9,-46,3r43,-218v3,-12,34,-9,45,-4v-1,33,-14,67,-18,101","w":196,"k":{"-":7,"v":16,"C":13,"G":14,"O":16,"Q":16,"U":6,"W":4,"a":8,"c":8,"d":8,"q":8,"m":2,"p":2,"r":2,"e":7,"f":4,"n":2,"o":7,"s":3,"t":9,"u":2,"y":15,"S":3,"g":8,"w":15}},{"d":"53,-221v4,-12,36,-9,46,-3r-43,218v-5,10,-36,9,-46,3","w":95},{"d":"37,-202v-6,-5,-1,-24,5,-25v25,2,56,-4,77,2v-1,9,0,21,-8,23r-21,0r-15,73v-3,6,-27,7,-31,0r15,-73r-22,0xm135,-218v3,-16,50,-13,46,6r6,49v19,-25,23,-77,76,-62v-2,32,-10,71,-20,99v-7,-1,-21,5,-23,-3r14,-73r-39,74v-4,5,-23,4,-27,0r-10,-74v-7,24,-8,54,-18,76v-8,-1,-21,5,-23,-3","w":259},{"d":"174,-227v12,3,3,34,-7,37r-74,0r-13,62r70,0v12,3,2,34,-7,37r-70,0r-17,84v-4,12,-35,10,-46,4r41,-210v1,-9,7,-14,17,-14r106,0","w":165,"k":{"\/":14,".":26,",":28,"C":3,"G":3,"J":16,"O":3,"Q":3,"X":4,"Z":2,"a":4,"c":5,"d":4,"q":4,"m":4,"p":4,"r":4,"e":5,"n":4,"o":5,"s":5,"u":4,"A":17,"S":4,"g":4}},{"d":"63,-246v11,-6,42,9,39,21r-49,79v-10,8,-29,-4,-28,-15","w":77},{"d":"199,-227v10,6,1,34,-8,37r-57,0r-37,184v-5,10,-36,9,-46,3r36,-187r-56,0v-11,-5,-3,-34,7,-37r161,0","w":178,"k":{"-":25,"\/":21,".":30,":":15,";":15,",":31,"v":9,"C":5,"G":7,"J":10,"O":7,"Q":7,"a":27,"c":27,"d":27,"q":27,"m":12,"p":12,"r":12,"e":27,"n":12,"o":27,"s":22,"u":12,"x":10,"y":10,"z":18,"A":25,"T":-5,"g":27,"\u2018":-4,"\u201c":-4,"\u2019":-7,"\u201d":-7,"w":10}},{"d":"-11,56v46,-75,86,-182,61,-300v3,-9,33,-9,38,-1v34,113,-5,238,-60,304v-8,5,-34,6,-39,-3","w":112},{"d":"57,-224v78,-11,166,-5,166,79v0,115,-80,159,-206,144v-6,-1,-7,-7,-6,-14r40,-198v1,-5,3,-9,6,-11xm62,-37v79,7,111,-34,113,-103v1,-44,-34,-54,-82,-51","w":226,"k":{".":9,",":9,"J":4,"W":4,"X":9,"Y":10,"Z":2,"A":6,"T":7,"V":6,"\u2018":2,"\u201c":2}},{"d":"155,-237v6,-10,41,-11,44,0r-46,231v-3,8,-37,13,-39,0r5,-25v-11,19,-30,35,-59,35v-36,0,-47,-25,-49,-60v-4,-76,65,-150,127,-98xm56,-60v-3,36,37,30,50,9v15,-15,21,-40,25,-65v-8,-10,-15,-19,-31,-19v-35,0,-41,40,-44,75","w":190},{"d":"87,-220v9,-12,55,-15,59,0r30,123v-1,12,-40,10,-45,-1r-20,-95r-60,99v-8,5,-31,6,-42,2v-2,-5,2,-9,4,-13","w":179},{"d":"118,-173v12,0,22,2,18,20v-4,15,-6,31,-27,22v-48,11,-44,78,-58,125v-3,10,-34,10,-44,3r31,-160v4,-9,35,-11,38,0r-5,25v10,-17,23,-35,47,-35","w":126,"k":{"-":4,".":26,",":22,"v":-3,"y":-2,"\u2018":-4,"\u201c":-4,"\u2019":-13,"\u201d":-13,"w":-2}},{"d":"193,-221v3,-12,36,-9,45,-3v-25,96,-10,228,-136,228v-57,0,-89,-29,-77,-90r27,-135v4,-11,42,-12,47,0r-27,135v-18,48,41,67,73,39v11,-9,17,-21,20,-38","w":235,"k":{".":4,",":5,"J":4,"A":10}},{"d":"151,-37v12,5,3,34,-7,37r-136,-1v-15,-7,-1,-41,10,-46v35,-40,91,-58,102,-122v-3,-39,-59,-13,-75,-3v-18,-39,29,-57,69,-60v74,-5,73,81,34,119v-25,25,-56,52,-84,76r87,0"},{"d":"143,-149v-4,-21,26,-27,41,-17r-44,222v-3,11,-40,12,-44,0r20,-83v-11,17,-30,30,-56,31v-36,1,-49,-24,-49,-59v0,-62,25,-118,86,-118v22,0,36,10,46,24xm56,-60v-3,37,37,29,50,9v15,-15,21,-40,25,-65v-7,-11,-14,-20,-31,-19v-35,3,-41,40,-44,75","w":190},{"d":"131,-173v35,0,48,25,49,60v2,71,-50,143,-120,106v-3,-2,-5,-5,-7,-8r-14,71v-4,11,-36,11,-44,3r43,-222v4,-9,32,-9,39,-3r-5,29v9,-21,32,-36,59,-36xm60,-53v39,48,76,-5,74,-56v6,-34,-35,-29,-49,-9v-12,17,-21,40,-25,65","w":190,"k":{"v":2,"f":1,"s":2,"t":1,"x":7,"y":2,"z":5,"\u2018":9,"\u201c":9,"w":2}},{"d":"92,-173v20,0,45,0,44,23v-1,7,-3,17,-9,19v-18,-14,-76,-17,-58,19v21,15,54,18,56,54v3,60,-84,78,-124,47v-2,-10,1,-26,9,-31v15,12,67,27,70,-8v-9,-30,-60,-21,-58,-64v2,-41,30,-59,70,-59","w":141,"k":{"v":4,"t":4,"x":4,"y":5,"z":3,"\u2018":5,"\u201c":5,"w":2}},{"d":"76,-221v4,-12,35,-9,46,-4v-8,62,-21,135,-40,191v-8,23,-29,38,-60,38v-18,0,-41,-1,-34,-25v-1,-43,45,9,56,-43","w":119,"k":{".":3,",":4,"X":4,"A":8}},{"d":"164,-218v3,-16,44,-14,52,-5r10,178r77,-179v11,-9,58,-7,39,14r-96,205v-8,9,-29,6,-46,6v-8,0,-15,-2,-15,-11r-9,-146r-67,151v-9,8,-61,15,-62,-7r-12,-209v3,-12,46,-13,47,3r5,173","w":326,"k":{"-":12,".":31,";":7,",":22,"v":4,"C":4,"G":4,"J":13,"O":4,"Q":4,"X":2,"a":13,"c":14,"d":13,"q":13,"m":8,"p":8,"r":8,"e":14,"n":8,"o":14,"s":9,"u":8,"y":6,"A":17,"S":2,"g":13,"\u2019":-3,"\u201d":-3}},{"d":"7,0v-26,-5,-2,-43,6,-52r114,-139r-86,0v-11,-4,-4,-36,8,-36r126,0v24,4,3,44,-7,52r-113,138r94,0v9,7,2,34,-7,37r-135,0","w":172,"k":{"-":6,"v":8,"C":5,"G":4,"O":5,"Q":5,"W":2,"Y":2,"a":3,"c":4,"d":3,"q":3,"e":5,"o":5,"y":6,"A":2,"g":3,"\u2019":-6,"\u201d":-6,"w":7}},{"d":"80,-153v-6,12,-46,14,-46,-3v2,-40,32,-60,51,-84v5,-7,17,-6,30,-6v5,0,7,4,4,9v-16,25,-35,47,-39,84","w":92,"k":{".":30,",":29,"G":4,"J":12,"O":3,"Q":3,"W":-3,"Y":-8,"a":9,"c":10,"d":9,"q":9,"m":1,"p":1,"r":1,"e":9,"n":1,"o":9,"s":4,"u":1,"A":26,"T":-12,"V":-9,"g":9}},{"d":"67,59v-22,-5,-65,14,-65,-14r56,-279v4,-25,45,-12,71,-15v9,5,2,29,-6,32r-27,0r-49,245v15,2,37,-8,30,15v-2,5,-3,16,-10,16","w":116},{"d":"32,-222v5,-11,47,-11,48,2r20,176r91,-180v7,-7,34,-6,44,-2v4,5,-1,11,-4,16r-111,207v-8,7,-30,3,-45,4v-9,0,-14,-1,-15,-10","w":212,"k":{"-":16,"\/":18,".":33,":":11,";":15,",":28,"C":6,"G":6,"J":14,"O":7,"Q":7,"a":18,"c":19,"d":18,"q":18,"m":9,"p":9,"r":9,"e":18,"n":9,"o":16,"s":14,"u":9,"y":4,"z":13,"A":18,"S":3,"V":-2,"g":18,"\u2019":-6,"\u201d":-6}},{"d":"14,-15v-10,4,-7,-9,-7,-16v2,-11,6,-20,13,-25r110,-46r-90,-47v-12,-7,-5,-38,7,-39r124,70v2,15,0,31,-10,36","w":179},{"d":"91,-151v0,21,-8,40,-32,39v-12,0,-20,-3,-21,-14v2,-21,5,-43,32,-40v12,1,21,4,21,15xm24,-42v5,-13,45,-14,45,3v0,42,-35,61,-55,86v-8,4,-37,8,-29,-5v16,-25,34,-48,39,-84","w":99},{"d":"39,-245v-5,-20,28,-15,41,-10r47,300v-4,10,-38,10,-42,0","w":152},{"d":"134,-38v11,5,2,35,-8,38r-104,0v-8,0,-12,-5,-11,-15r42,-206v4,-12,36,-9,46,-3r-37,186r72,0","w":152,"k":{",":-5,"v":15,"C":10,"G":11,"J":-6,"O":11,"Q":11,"U":13,"W":21,"Y":31,"t":7,"y":15,"T":28,"V":28,"\u2018":34,"\u201c":34,"\u2019":26,"\u201d":26,"w":13}},{"d":"143,-149v-4,-22,26,-26,41,-17r-31,160v-3,8,-33,10,-39,3r5,-28v-11,19,-30,35,-59,35v-35,0,-51,-24,-49,-60v3,-61,25,-117,86,-117v22,0,36,10,46,24xm56,-60v-4,35,37,30,50,9v15,-15,21,-40,25,-65v-8,-10,-15,-19,-31,-19v-35,0,-40,41,-44,75","w":190},{"d":"140,-163v5,-11,35,-8,44,-3r-32,160v-3,10,-29,9,-37,3r5,-28v-13,18,-30,35,-60,35v-80,0,-28,-111,-23,-167v5,-9,40,-11,45,0v-4,41,-26,86,-17,124v54,17,65,-71,75,-124","w":189},{"d":"53,-237v4,-11,37,-10,44,-3r-46,234v-5,11,-34,9,-44,3","w":88},{"d":"41,-52v18,0,26,8,22,24v-3,17,-7,30,-31,30v-17,0,-26,-7,-22,-24v4,-18,9,-30,31,-30","w":96,"k":{"-":14,"\u201d":26,"\u201c":36,"\u2019":26,"\u2018":36,"z":-2,"y":11,"w":11,"v":12,"t":9,"Y":30,"W":14,"V":22,"U":3,"T":22,"Q":4,"O":4,"J":-6,"G":6,"C":6,"A":-3}},{"d":"130,-162v5,-14,58,-13,43,9v-20,57,-45,109,-80,151v-13,4,-49,9,-55,-6r-19,-151v-2,-16,32,-12,43,-7r15,123v23,-35,38,-76,53,-119","w":168,"k":{"\u201d":-10,"\u201c":-4,"\u2019":-10,"\u2018":-4,".":20,",":18,"z":3,"y":-3,"w":-3,"v":-3,"t":-2,"s":1,"o":1,"f":-3}},{"d":"10,-56v0,-79,72,-149,140,-100v2,12,-2,29,-12,33v-11,-4,-16,-15,-34,-14v-36,4,-48,38,-48,75v0,18,7,29,26,29v22,0,29,-12,44,-16v13,31,-20,54,-56,53v-40,-2,-60,-20,-60,-60","w":148,"k":{"a":3,"c":4,"d":3,"q":3,"e":3,"o":3,"g":3}},{"d":"101,-226v-1,21,-7,34,-31,34v-13,0,-20,-2,-22,-13v-6,-33,42,-47,53,-21xm42,-162v3,-12,42,-12,44,0r-33,164v-3,43,-43,76,-86,56v0,-21,5,-34,27,-32v10,-3,12,-14,15,-25","w":91,"k":{"\u2019":-4,"\u201d":-4}},{"d":"70,-227v62,-1,129,-6,127,55v-2,69,-49,98,-127,93r-14,73v-5,10,-36,9,-46,3r41,-208v1,-11,9,-16,19,-16xm78,-115v44,4,69,-11,70,-51v1,-27,-27,-27,-55,-26","w":191,"k":{"-":4,"\/":19,".":37,",":34,"J":20,"X":7,"Y":2,"Z":4,"a":5,"c":6,"d":5,"q":5,"e":6,"f":-4,"o":6,"t":-4,"y":-4,"A":20,"V":2,"g":5,"\u2018":-4,"\u201c":-4,"\u2019":-8,"\u201d":-8}},{"d":"204,-117v28,0,46,12,45,40v-2,45,-18,79,-64,80v-28,0,-45,-13,-45,-40v0,-45,19,-80,64,-80xm202,-92v-24,0,-41,65,-14,70v23,-3,27,-30,27,-54v0,-9,-3,-16,-13,-16xm90,-230v30,-1,45,13,45,40v0,44,-18,79,-65,79v-28,0,-45,-11,-44,-40v2,-44,18,-78,64,-79xm73,-136v23,0,27,-29,27,-53v0,-10,-3,-19,-13,-17v-21,4,-27,30,-27,54v0,11,2,16,13,16xm223,-227v5,-9,49,-11,35,4r-210,225v-7,5,-45,8,-32,-7","w":262},{"d":"48,-169v2,-53,47,-96,98,-69v-1,20,-3,38,-26,27v-22,1,-23,23,-28,42v30,-9,45,16,22,36r-29,0r-28,138v-3,43,-46,72,-89,53v1,-16,1,-37,21,-29v18,0,23,-13,25,-30r27,-132v-14,0,-30,4,-23,-18v1,-15,11,-21,30,-18","w":113,"k":{")":-5,"-":4,".":16,",":13,"v":-3,"a":3,"c":4,"d":3,"q":3,"e":4,"f":-3,"o":3,"s":1,"y":-3,"z":2,"g":3,"\u2018":-6,"\u201c":-6,"\u2019":-17,"\u201d":-17,"w":-2}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+452-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})(">d9r3$ao8m=?>q+*~$^ygdg=nOar9$=?nO2y8mlt9PLwQfo:vqlHnq2z~Ug(5UaLarg|9y1z~UT(Qm%.3OBz~Ug(5maoWr1r5FT1JGrgJ+1r5&BKar1r5FT1aqcM2r1r5FTya$s~atw1enkz~Ug(5f5L9UeFnhey5&^Knhey5&I(nfaa>&o_]U+:nqL(gPaQmG9z~Ug(5f2clO+J~flW%^1r5FB:QeP&nhe(5dI(%n+q8Ic2nhey5Ugyl+1r5&2:JP%kldlvz+eyznBfG+~8nhey5&I|mrQHJr1zUd^r3qsOQOk%2mQ:6ta(3d+o>qg:>G1kWUTwz&r:6tTw3&r(6$1+3$~o8q1tWmg?9:st3h+(8h5=v)o*8mQjQ:sR8foRn:_XJt~)~r(?>ULjWfkcQn2kQGrtztP+3+(?9dPL3m^y8m^tztP+3t((5&ToJP(?3tP+z$s:9n2t5P(?zh2R~n_c8d=f~d+?9r(?9dek2q=k6tl+z)%j3d=FQnlk3O|?8d=f~ds03mek>m9Rz:_*8U1wJywM8G+tmOa38Pr~WnB38Pr=>G_TBq&I^dhg2>65aJW%lGUePmnQ983z~v]_0:FK+$tjk.Mwc?R(1yforO)|sS*L=HXk")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":182,"face":{"font-family":"Calibri","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 15 7 2 3 4 4 10 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-33 -268.86 346.473 64.8805","underline-thickness":"32.6953","underline-position":"-15.1172","slope":"-11","unicode-range":"U+0020-U+2122"}}));

/*!
 * jQuery JavaScript Library v1.4.3
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Thu Oct 14 23:10:06 2010 -0400
 */
(function(E,A){function U(){return false}function ba(){return true}function ja(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function Ga(a){var b,d,e=[],f=[],h,k,l,n,s,v,B,D;k=c.data(this,this.nodeType?"events":"__events__");if(typeof k==="function")k=k.events;if(!(a.liveFired===this||!k||!k.live||a.button&&a.type==="click")){if(a.namespace)D=RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");a.liveFired=this;var H=k.live.slice(0);for(n=0;n<H.length;n++){k=H[n];k.origType.replace(X,
"")===a.type?f.push(k.selector):H.splice(n--,1)}f=c(a.target).closest(f,a.currentTarget);s=0;for(v=f.length;s<v;s++){B=f[s];for(n=0;n<H.length;n++){k=H[n];if(B.selector===k.selector&&(!D||D.test(k.namespace))){l=B.elem;h=null;if(k.preType==="mouseenter"||k.preType==="mouseleave"){a.type=k.preType;h=c(a.relatedTarget).closest(k.selector)[0]}if(!h||h!==l)e.push({elem:l,handleObj:k,level:B.level})}}}s=0;for(v=e.length;s<v;s++){f=e[s];if(d&&f.level>d)break;a.currentTarget=f.elem;a.data=f.handleObj.data;
a.handleObj=f.handleObj;D=f.handleObj.origHandler.apply(f.elem,arguments);if(D===false||a.isPropagationStopped()){d=f.level;if(D===false)b=false}}return b}}function Y(a,b){return(a&&a!=="*"?a+".":"")+b.replace(Ha,"`").replace(Ia,"&")}function ka(a,b,d){if(c.isFunction(b))return c.grep(a,function(f,h){return!!b.call(f,h,f)===d});else if(b.nodeType)return c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var e=c.grep(a,function(f){return f.nodeType===1});if(Ja.test(b))return c.filter(b,
e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return c.inArray(f,b)>=0===d})}function la(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),f=c.data(this,e);if(e=e&&e.events){delete f.handle;f.events={};for(var h in e)for(var k in e[h])c.event.add(this,h,e[h][k],e[h][k].data)}}})}function Ka(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}
function ma(a,b,d){var e=b==="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return e;c.each(b==="width"?La:Ma,function(){d||(e-=parseFloat(c.css(a,"padding"+this))||0);if(d==="margin")e+=parseFloat(c.css(a,"margin"+this))||0;else e-=parseFloat(c.css(a,"border"+this+"Width"))||0});return e}function ca(a,b,d,e){if(c.isArray(b)&&b.length)c.each(b,function(f,h){d||Na.test(a)?e(a,h):ca(a+"["+(typeof h==="object"||c.isArray(h)?f:"")+"]",h,d,e)});else if(!d&&b!=null&&typeof b==="object")c.isEmptyObject(b)?
e(a,""):c.each(b,function(f,h){ca(a+"["+f+"]",h,d,e)});else e(a,b)}function S(a,b){var d={};c.each(na.concat.apply([],na.slice(0,b)),function(){d[this]=a});return d}function oa(a){if(!da[a]){var b=c("<"+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";da[a]=d}return da[a]}function ea(a){return c.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var u=E.document,c=function(){function a(){if(!b.isReady){try{u.documentElement.doScroll("left")}catch(i){setTimeout(a,
1);return}b.ready()}}var b=function(i,r){return new b.fn.init(i,r)},d=E.jQuery,e=E.$,f,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,k=/\S/,l=/^\s+/,n=/\s+$/,s=/\W/,v=/\d/,B=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,D=/^[\],:{}\s]*$/,H=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,w=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,G=/(?:^|:|,)(?:\s*\[)+/g,M=/(webkit)[ \/]([\w.]+)/,g=/(opera)(?:.*version)?[ \/]([\w.]+)/,j=/(msie) ([\w.]+)/,o=/(mozilla)(?:.*? rv:([\w.]+))?/,m=navigator.userAgent,p=false,
q=[],t,x=Object.prototype.toString,C=Object.prototype.hasOwnProperty,P=Array.prototype.push,N=Array.prototype.slice,R=String.prototype.trim,Q=Array.prototype.indexOf,L={};b.fn=b.prototype={init:function(i,r){var y,z,F;if(!i)return this;if(i.nodeType){this.context=this[0]=i;this.length=1;return this}if(i==="body"&&!r&&u.body){this.context=u;this[0]=u.body;this.selector="body";this.length=1;return this}if(typeof i==="string")if((y=h.exec(i))&&(y[1]||!r))if(y[1]){F=r?r.ownerDocument||r:u;if(z=B.exec(i))if(b.isPlainObject(r)){i=
[u.createElement(z[1])];b.fn.attr.call(i,r,true)}else i=[F.createElement(z[1])];else{z=b.buildFragment([y[1]],[F]);i=(z.cacheable?z.fragment.cloneNode(true):z.fragment).childNodes}return b.merge(this,i)}else{if((z=u.getElementById(y[2]))&&z.parentNode){if(z.id!==y[2])return f.find(i);this.length=1;this[0]=z}this.context=u;this.selector=i;return this}else if(!r&&!s.test(i)){this.selector=i;this.context=u;i=u.getElementsByTagName(i);return b.merge(this,i)}else return!r||r.jquery?(r||f).find(i):b(r).find(i);
else if(b.isFunction(i))return f.ready(i);if(i.selector!==A){this.selector=i.selector;this.context=i.context}return b.makeArray(i,this)},selector:"",jquery:"1.4.3",length:0,size:function(){return this.length},toArray:function(){return N.call(this,0)},get:function(i){return i==null?this.toArray():i<0?this.slice(i)[0]:this[i]},pushStack:function(i,r,y){var z=b();b.isArray(i)?P.apply(z,i):b.merge(z,i);z.prevObject=this;z.context=this.context;if(r==="find")z.selector=this.selector+(this.selector?" ":
"")+y;else if(r)z.selector=this.selector+"."+r+"("+y+")";return z},each:function(i,r){return b.each(this,i,r)},ready:function(i){b.bindReady();if(b.isReady)i.call(u,b);else q&&q.push(i);return this},eq:function(i){return i===-1?this.slice(i):this.slice(i,+i+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(N.apply(this,arguments),"slice",N.call(arguments).join(","))},map:function(i){return this.pushStack(b.map(this,function(r,y){return i.call(r,
y,r)}))},end:function(){return this.prevObject||b(null)},push:P,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var i=arguments[0]||{},r=1,y=arguments.length,z=false,F,I,K,J,fa;if(typeof i==="boolean"){z=i;i=arguments[1]||{};r=2}if(typeof i!=="object"&&!b.isFunction(i))i={};if(y===r){i=this;--r}for(;r<y;r++)if((F=arguments[r])!=null)for(I in F){K=i[I];J=F[I];if(i!==J)if(z&&J&&(b.isPlainObject(J)||(fa=b.isArray(J)))){if(fa){fa=false;clone=K&&b.isArray(K)?K:[]}else clone=
K&&b.isPlainObject(K)?K:{};i[I]=b.extend(z,clone,J)}else if(J!==A)i[I]=J}return i};b.extend({noConflict:function(i){E.$=e;if(i)E.jQuery=d;return b},isReady:false,readyWait:1,ready:function(i){i===true&&b.readyWait--;if(!b.readyWait||i!==true&&!b.isReady){if(!u.body)return setTimeout(b.ready,1);b.isReady=true;if(!(i!==true&&--b.readyWait>0)){if(q){for(var r=0;i=q[r++];)i.call(u,b);q=null}b.fn.triggerHandler&&b(u).triggerHandler("ready")}}},bindReady:function(){if(!p){p=true;if(u.readyState==="complete")return setTimeout(b.ready,
1);if(u.addEventListener){u.addEventListener("DOMContentLoaded",t,false);E.addEventListener("load",b.ready,false)}else if(u.attachEvent){u.attachEvent("onreadystatechange",t);E.attachEvent("onload",b.ready);var i=false;try{i=E.frameElement==null}catch(r){}u.documentElement.doScroll&&i&&a()}}},isFunction:function(i){return b.type(i)==="function"},isArray:Array.isArray||function(i){return b.type(i)==="array"},isWindow:function(i){return i&&typeof i==="object"&&"setInterval"in i},isNaN:function(i){return i==
null||!v.test(i)||isNaN(i)},type:function(i){return i==null?String(i):L[x.call(i)]||"object"},isPlainObject:function(i){if(!i||b.type(i)!=="object"||i.nodeType||b.isWindow(i))return false;if(i.constructor&&!C.call(i,"constructor")&&!C.call(i.constructor.prototype,"isPrototypeOf"))return false;for(var r in i);return r===A||C.call(i,r)},isEmptyObject:function(i){for(var r in i)return false;return true},error:function(i){throw i;},parseJSON:function(i){if(typeof i!=="string"||!i)return null;i=b.trim(i);
if(D.test(i.replace(H,"@").replace(w,"]").replace(G,"")))return E.JSON&&E.JSON.parse?E.JSON.parse(i):(new Function("return "+i))();else b.error("Invalid JSON: "+i)},noop:function(){},globalEval:function(i){if(i&&k.test(i)){var r=u.getElementsByTagName("head")[0]||u.documentElement,y=u.createElement("script");y.type="text/javascript";if(b.support.scriptEval)y.appendChild(u.createTextNode(i));else y.text=i;r.insertBefore(y,r.firstChild);r.removeChild(y)}},nodeName:function(i,r){return i.nodeName&&i.nodeName.toUpperCase()===
r.toUpperCase()},each:function(i,r,y){var z,F=0,I=i.length,K=I===A||b.isFunction(i);if(y)if(K)for(z in i){if(r.apply(i[z],y)===false)break}else for(;F<I;){if(r.apply(i[F++],y)===false)break}else if(K)for(z in i){if(r.call(i[z],z,i[z])===false)break}else for(y=i[0];F<I&&r.call(y,F,y)!==false;y=i[++F]);return i},trim:R?function(i){return i==null?"":R.call(i)}:function(i){return i==null?"":i.toString().replace(l,"").replace(n,"")},makeArray:function(i,r){var y=r||[];if(i!=null){var z=b.type(i);i.length==
null||z==="string"||z==="function"||z==="regexp"||b.isWindow(i)?P.call(y,i):b.merge(y,i)}return y},inArray:function(i,r){if(r.indexOf)return r.indexOf(i);for(var y=0,z=r.length;y<z;y++)if(r[y]===i)return y;return-1},merge:function(i,r){var y=i.length,z=0;if(typeof r.length==="number")for(var F=r.length;z<F;z++)i[y++]=r[z];else for(;r[z]!==A;)i[y++]=r[z++];i.length=y;return i},grep:function(i,r,y){var z=[],F;y=!!y;for(var I=0,K=i.length;I<K;I++){F=!!r(i[I],I);y!==F&&z.push(i[I])}return z},map:function(i,
r,y){for(var z=[],F,I=0,K=i.length;I<K;I++){F=r(i[I],I,y);if(F!=null)z[z.length]=F}return z.concat.apply([],z)},guid:1,proxy:function(i,r,y){if(arguments.length===2)if(typeof r==="string"){y=i;i=y[r];r=A}else if(r&&!b.isFunction(r)){y=r;r=A}if(!r&&i)r=function(){return i.apply(y||this,arguments)};if(i)r.guid=i.guid=i.guid||r.guid||b.guid++;return r},access:function(i,r,y,z,F,I){var K=i.length;if(typeof r==="object"){for(var J in r)b.access(i,J,r[J],z,F,y);return i}if(y!==A){z=!I&&z&&b.isFunction(y);
for(J=0;J<K;J++)F(i[J],r,z?y.call(i[J],J,F(i[J],r)):y,I);return i}return K?F(i[0],r):A},now:function(){return(new Date).getTime()},uaMatch:function(i){i=i.toLowerCase();i=M.exec(i)||g.exec(i)||j.exec(i)||i.indexOf("compatible")<0&&o.exec(i)||[];return{browser:i[1]||"",version:i[2]||"0"}},browser:{}});b.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(i,r){L["[object "+r+"]"]=r.toLowerCase()});m=b.uaMatch(m);if(m.browser){b.browser[m.browser]=true;b.browser.version=
m.version}if(b.browser.webkit)b.browser.safari=true;if(Q)b.inArray=function(i,r){return Q.call(r,i)};if(!/\s/.test("\u00a0")){l=/^[\s\xA0]+/;n=/[\s\xA0]+$/}f=b(u);if(u.addEventListener)t=function(){u.removeEventListener("DOMContentLoaded",t,false);b.ready()};else if(u.attachEvent)t=function(){if(u.readyState==="complete"){u.detachEvent("onreadystatechange",t);b.ready()}};return E.jQuery=E.$=b}();(function(){c.support={};var a=u.documentElement,b=u.createElement("script"),d=u.createElement("div"),
e="script"+c.now();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var f=d.getElementsByTagName("*"),h=d.getElementsByTagName("a")[0],k=u.createElement("select"),l=k.appendChild(u.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(h.getAttribute("style")),
hrefNormalized:h.getAttribute("href")==="/a",opacity:/^0.55$/.test(h.style.opacity),cssFloat:!!h.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:l.selected,optDisabled:false,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};k.disabled=true;c.support.optDisabled=!l.disabled;b.type="text/javascript";try{b.appendChild(u.createTextNode("window."+e+"=1;"))}catch(n){}a.insertBefore(b,
a.firstChild);if(E[e]){c.support.scriptEval=true;delete E[e]}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function s(){c.support.noCloneEvent=false;d.detachEvent("onclick",s)});d.cloneNode(true).fireEvent("onclick")}d=u.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=u.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var s=u.createElement("div");
s.style.width=s.style.paddingLeft="1px";u.body.appendChild(s);c.boxModel=c.support.boxModel=s.offsetWidth===2;if("zoom"in s.style){s.style.display="inline";s.style.zoom=1;c.support.inlineBlockNeedsLayout=s.offsetWidth===2;s.style.display="";s.innerHTML="<div style='width:4px;'></div>";c.support.shrinkWrapBlocks=s.offsetWidth!==2}s.innerHTML="<table><tr><td style='padding:0;display:none'></td><td>t</td></tr></table>";var v=s.getElementsByTagName("td");c.support.reliableHiddenOffsets=v[0].offsetHeight===
0;v[0].style.display="";v[1].style.display="none";c.support.reliableHiddenOffsets=c.support.reliableHiddenOffsets&&v[0].offsetHeight===0;s.innerHTML="";u.body.removeChild(s).style.display="none"});a=function(s){var v=u.createElement("div");s="on"+s;var B=s in v;if(!B){v.setAttribute(s,"return;");B=typeof v[s]==="function"}return B};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=f=h=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",
cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var pa={},Oa=/^(?:\{.*\}|\[.*\])$/;c.extend({cache:{},uuid:0,expando:"jQuery"+c.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(a,b,d){if(c.acceptData(a)){a=a==E?pa:a;var e=a.nodeType,f=e?a[c.expando]:null,h=c.cache;if(!(e&&!f&&typeof b==="string"&&d===A)){if(e)f||(a[c.expando]=f=++c.uuid);else h=a;if(typeof b==="object")if(e)h[f]=
c.extend(h[f],b);else c.extend(h,b);else if(e&&!h[f])h[f]={};a=e?h[f]:h;if(d!==A)a[b]=d;return typeof b==="string"?a[b]:a}}},removeData:function(a,b){if(c.acceptData(a)){a=a==E?pa:a;var d=a.nodeType,e=d?a[c.expando]:a,f=c.cache,h=d?f[e]:e;if(b){if(h){delete h[b];d&&c.isEmptyObject(h)&&c.removeData(a)}}else if(d&&c.support.deleteExpando)delete a[c.expando];else if(a.removeAttribute)a.removeAttribute(c.expando);else if(d)delete f[e];else for(var k in a)delete a[k]}},acceptData:function(a){if(a.nodeName){var b=
c.noData[a.nodeName.toLowerCase()];if(b)return!(b===true||a.getAttribute("classid")!==b)}return true}});c.fn.extend({data:function(a,b){if(typeof a==="undefined")return this.length?c.data(this[0]):null;else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===A){var e=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(e===A&&this.length){e=c.data(this[0],a);if(e===A&&this[0].nodeType===1){e=this[0].getAttribute("data-"+a);if(typeof e===
"string")try{e=e==="true"?true:e==="false"?false:e==="null"?null:!c.isNaN(e)?parseFloat(e):Oa.test(e)?c.parseJSON(e):e}catch(f){}else e=A}}return e===A&&d[1]?this.data(d[0]):e}else return this.each(function(){var h=c(this),k=[d[0],b];h.triggerHandler("setData"+d[1]+"!",k);c.data(this,a,b);h.triggerHandler("changeData"+d[1]+"!",k)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var e=c.data(a,b);if(!d)return e||
[];if(!e||c.isArray(d))e=c.data(a,b,c.makeArray(d));else e.push(d);return e}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),e=d.shift();if(e==="inprogress")e=d.shift();if(e){b==="fx"&&d.unshift("inprogress");e.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===A)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,
a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var qa=/[\n\t]/g,ga=/\s+/,Pa=/\r/g,Qa=/^(?:href|src|style)$/,Ra=/^(?:button|input)$/i,Sa=/^(?:button|input|object|select|textarea)$/i,Ta=/^a(?:rea)?$/i,ra=/^(?:radio|checkbox)$/i;c.fn.extend({attr:function(a,b){return c.access(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,
a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(s){var v=c(this);v.addClass(a.call(this,s,v.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ga),d=0,e=this.length;d<e;d++){var f=this[d];if(f.nodeType===1)if(f.className){for(var h=" "+f.className+" ",k=f.className,l=0,n=b.length;l<n;l++)if(h.indexOf(" "+b[l]+" ")<0)k+=" "+b[l];f.className=c.trim(k)}else f.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(n){var s=
c(this);s.removeClass(a.call(this,n,s.attr("class")))});if(a&&typeof a==="string"||a===A)for(var b=(a||"").split(ga),d=0,e=this.length;d<e;d++){var f=this[d];if(f.nodeType===1&&f.className)if(a){for(var h=(" "+f.className+" ").replace(qa," "),k=0,l=b.length;k<l;k++)h=h.replace(" "+b[k]+" "," ");f.className=c.trim(h)}else f.className=""}return this},toggleClass:function(a,b){var d=typeof a,e=typeof b==="boolean";if(c.isFunction(a))return this.each(function(f){var h=c(this);h.toggleClass(a.call(this,
f,h.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var f,h=0,k=c(this),l=b,n=a.split(ga);f=n[h++];){l=e?l:!k.hasClass(f);k[l?"addClass":"removeClass"](f)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(qa," ").indexOf(a)>-1)return true;return false},
val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e=b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one";if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h<e;h++){var k=f[h];if(k.selected&&(c.support.optDisabled?!k.disabled:k.getAttribute("disabled")===null)&&(!k.parentNode.disabled||!c.nodeName(k.parentNode,"optgroup"))){a=c(k).val();if(b)return a;d.push(a)}}return d}if(ra.test(b.type)&&
!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Pa,"")}return A}var l=c.isFunction(a);return this.each(function(n){var s=c(this),v=a;if(this.nodeType===1){if(l)v=a.call(this,n,s.val());if(v==null)v="";else if(typeof v==="number")v+="";else if(c.isArray(v))v=c.map(v,function(D){return D==null?"":D+""});if(c.isArray(v)&&ra.test(this.type))this.checked=c.inArray(s.val(),v)>=0;else if(c.nodeName(this,"select")){var B=c.makeArray(v);c("option",this).each(function(){this.selected=
c.inArray(c(this).val(),B)>=0});if(!B.length)this.selectedIndex=-1}else this.value=v}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return A;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var f=d!==A;b=e&&c.props[b]||b;if(a.nodeType===1){var h=Qa.test(b);if((b in a||a[b]!==A)&&e&&!h){if(f){b==="type"&&Ra.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
if(d===null)a.nodeType===1&&a.removeAttribute(b);else a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:Sa.test(a.nodeName)||Ta.test(a.nodeName)&&a.href?0:A;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);if(!a.attributes[b]&&a.hasAttribute&&!a.hasAttribute(b))return A;a=!c.support.hrefNormalized&&e&&
h?a.getAttribute(b,2):a.getAttribute(b);return a===null?A:a}}});var X=/\.(.*)$/,ha=/^(?:textarea|input|select)$/i,Ha=/\./g,Ia=/ /g,Ua=/[^\w\s.|`]/g,Va=function(a){return a.replace(Ua,"\\$&")},sa={focusin:0,focusout:0};c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var k=a.nodeType?"events":"__events__",l=h[k],n=h.handle;if(typeof l===
"function"){n=l.handle;l=l.events}else if(!l){a.nodeType||(h[k]=h=function(){});h.events=l={}}if(!n)h.handle=n=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(n.elem,arguments):A};n.elem=a;b=b.split(" ");for(var s=0,v;k=b[s++];){h=f?c.extend({},f):{handler:d,data:e};if(k.indexOf(".")>-1){v=k.split(".");k=v.shift();h.namespace=v.slice(0).sort().join(".")}else{v=[];h.namespace=""}h.type=k;if(!h.guid)h.guid=d.guid;var B=l[k],D=c.event.special[k]||{};if(!B){B=l[k]=[];
if(!D.setup||D.setup.call(a,e,v,n)===false)if(a.addEventListener)a.addEventListener(k,n,false);else a.attachEvent&&a.attachEvent("on"+k,n)}if(D.add){D.add.call(a,h);if(!h.handler.guid)h.handler.guid=d.guid}B.push(h);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(d===false)d=U;var f,h,k=0,l,n,s,v,B,D,H=a.nodeType?"events":"__events__",w=c.data(a),G=w&&w[H];if(w&&G){if(typeof G==="function"){w=G;G=G.events}if(b&&b.type){d=b.handler;b=b.type}if(!b||
typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in G)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[k++];){v=f;l=f.indexOf(".")<0;n=[];if(!l){n=f.split(".");f=n.shift();s=RegExp("(^|\\.)"+c.map(n.slice(0).sort(),Va).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(B=G[f])if(d){v=c.event.special[f]||{};for(h=e||0;h<B.length;h++){D=B[h];if(d.guid===D.guid){if(l||s.test(D.namespace)){e==null&&B.splice(h--,1);v.remove&&v.remove.call(a,D)}if(e!=null)break}}if(B.length===0||e!=null&&B.length===1){if(!v.teardown||
v.teardown.call(a,n)===false)c.removeEvent(a,f,w.handle);delete G[f]}}else for(h=0;h<B.length;h++){D=B[h];if(l||s.test(D.namespace)){c.event.remove(a,v,D.handler,h);B.splice(h--,1)}}}if(c.isEmptyObject(G)){if(b=w.handle)b.elem=null;delete w.events;delete w.handle;if(typeof w==="function")c.removeData(a,H);else c.isEmptyObject(w)&&c.removeData(a)}}}}},trigger:function(a,b,d,e){var f=a.type||a;if(!e){a=typeof a==="object"?a[c.expando]?a:c.extend(c.Event(f),a):c.Event(f);if(f.indexOf("!")>=0){a.type=
f=f.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[f]&&c.each(c.cache,function(){this.events&&this.events[f]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return A;a.result=A;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(e=d.nodeType?c.data(d,"handle"):(c.data(d,"__events__")||{}).handle)&&e.apply(d,b);e=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+f]&&d["on"+f].apply(d,b)===
false){a.result=false;a.preventDefault()}}catch(h){}if(!a.isPropagationStopped()&&e)c.event.trigger(a,b,e,true);else if(!a.isDefaultPrevented()){e=a.target;var k,l=f.replace(X,""),n=c.nodeName(e,"a")&&l==="click",s=c.event.special[l]||{};if((!s._default||s._default.call(d,a)===false)&&!n&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[l]){if(k=e["on"+l])e["on"+l]=null;c.event.triggered=true;e[l]()}}catch(v){}if(k)e["on"+l]=k;c.event.triggered=false}}},handle:function(a){var b,d,e;
d=[];var f,h=c.makeArray(arguments);a=h[0]=c.event.fix(a||E.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split(".");a.type=e.shift();d=e.slice(0).sort();e=RegExp("(^|\\.)"+d.join("\\.(?:.*\\.)?")+"(\\.|$)")}a.namespace=a.namespace||d.join(".");f=c.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;d=(f||{})[a.type];if(f&&d){d=d.slice(0);f=0;for(var k=d.length;f<k;f++){var l=d[f];if(b||e.test(l.namespace)){a.handler=l.handler;a.data=
l.data;a.handleObj=l;l=l.handler.apply(this,h);if(l!==A){a.result=l;if(l===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
fix:function(a){if(a[c.expando])return a;var b=a;a=c.Event(b);for(var d=this.props.length,e;d;){e=this.props[--d];a[e]=b[e]}if(!a.target)a.target=a.srcElement||u;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=u.documentElement;d=u.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(a.which==null&&(a.charCode!=null||a.keyCode!=null))a.which=a.charCode!=null?a.charCode:a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==A)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,Y(a.origType,a.selector),c.extend({},a,{handler:Ga,guid:a.handler.guid}))},remove:function(a){c.event.remove(this,
Y(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,d){if(c.isWindow(this))this.onbeforeunload=d},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};c.removeEvent=u.removeEventListener?function(a,b,d){a.removeEventListener&&a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent&&a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=
c.now();this[c.expando]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=ba;var a=this.originalEvent;if(a)if(a.preventDefault)a.preventDefault();else a.returnValue=false},stopPropagation:function(){this.isPropagationStopped=ba;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=ba;this.stopPropagation()},isDefaultPrevented:U,isPropagationStopped:U,isImmediatePropagationStopped:U};
var ta=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},ua=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?ua:ta,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?ua:ta)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!==
"form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length){a.liveFired=A;return ja("submit",this,arguments)}});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13){a.liveFired=A;return ja("submit",this,arguments)}})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};if(!c.support.changeBubbles){var V,
va=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},Z=function(a,b){var d=a.target,e,f;if(!(!ha.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=va(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===A||f===e))if(e!=null||f){a.type="change";a.liveFired=
A;return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:Z,beforedeactivate:Z,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return Z.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return Z.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",va(a))}},setup:function(){if(this.type===
"file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ha.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ha.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}u.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){sa[b]++===0&&u.addEventListener(a,d,true)},teardown:function(){--sa[b]===
0&&u.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,e,f){if(typeof d==="object"){for(var h in d)this[b](h,e,d[h],f);return this}if(c.isFunction(e)||e===false){f=e;e=A}var k=b==="one"?c.proxy(f,function(n){c(this).unbind(n,k);return f.apply(this,arguments)}):f;if(d==="unload"&&b!=="one")this.one(d,e,f);else{h=0;for(var l=this.length;h<l;h++)c.event.add(this[h],d,k,e)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault)for(var d in a)this.unbind(d,
a[d]);else{d=0;for(var e=this.length;d<e;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,e){return this.live(b,d,e,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){var d=c.Event(a);d.preventDefault();d.stopPropagation();c.event.trigger(d,b,this[0]);return d.result}},toggle:function(a){for(var b=arguments,d=
1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(e){var f=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,f+1);e.preventDefault();return b[f].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var wa={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,e,f,h){var k,l=0,n,s,v=h||this.selector;h=h?this:c(this.context);if(typeof d===
"object"&&!d.preventDefault){for(k in d)h[b](k,e,d[k],v);return this}if(c.isFunction(e)){f=e;e=A}for(d=(d||"").split(" ");(k=d[l++])!=null;){n=X.exec(k);s="";if(n){s=n[0];k=k.replace(X,"")}if(k==="hover")d.push("mouseenter"+s,"mouseleave"+s);else{n=k;if(k==="focus"||k==="blur"){d.push(wa[k]+s);k+=s}else k=(wa[k]||k)+s;if(b==="live"){s=0;for(var B=h.length;s<B;s++)c.event.add(h[s],"live."+Y(k,v),{data:e,selector:v,handler:f,origType:k,origHandler:f,preType:n})}else h.unbind("live."+Y(k,v),f)}}return this}});
c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(d,e){if(e==null){e=d;d=null}return arguments.length>0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});
(function(){function a(g,j,o,m,p,q){p=0;for(var t=m.length;p<t;p++){var x=m[p];if(x){x=x[g];for(var C=false;x;){if(x.sizcache===o){C=m[x.sizset];break}if(x.nodeType===1&&!q){x.sizcache=o;x.sizset=p}if(x.nodeName.toLowerCase()===j){C=x;break}x=x[g]}m[p]=C}}}function b(g,j,o,m,p,q){p=0;for(var t=m.length;p<t;p++){var x=m[p];if(x){x=x[g];for(var C=false;x;){if(x.sizcache===o){C=m[x.sizset];break}if(x.nodeType===1){if(!q){x.sizcache=o;x.sizset=p}if(typeof j!=="string"){if(x===j){C=true;break}}else if(l.filter(j,
[x]).length>0){C=x;break}}x=x[g]}m[p]=C}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,h=false,k=true;[0,0].sort(function(){k=false;return 0});var l=function(g,j,o,m){o=o||[];var p=j=j||u;if(j.nodeType!==1&&j.nodeType!==9)return[];if(!g||typeof g!=="string")return o;var q=[],t,x,C,P,N=true,R=l.isXML(j),Q=g,L;do{d.exec("");if(t=d.exec(Q)){Q=t[3];q.push(t[1]);if(t[2]){P=t[3];
break}}}while(t);if(q.length>1&&s.exec(g))if(q.length===2&&n.relative[q[0]])x=M(q[0]+q[1],j);else for(x=n.relative[q[0]]?[j]:l(q.shift(),j);q.length;){g=q.shift();if(n.relative[g])g+=q.shift();x=M(g,x)}else{if(!m&&q.length>1&&j.nodeType===9&&!R&&n.match.ID.test(q[0])&&!n.match.ID.test(q[q.length-1])){t=l.find(q.shift(),j,R);j=t.expr?l.filter(t.expr,t.set)[0]:t.set[0]}if(j){t=m?{expr:q.pop(),set:D(m)}:l.find(q.pop(),q.length===1&&(q[0]==="~"||q[0]==="+")&&j.parentNode?j.parentNode:j,R);x=t.expr?l.filter(t.expr,
t.set):t.set;if(q.length>0)C=D(x);else N=false;for(;q.length;){t=L=q.pop();if(n.relative[L])t=q.pop();else L="";if(t==null)t=j;n.relative[L](C,t,R)}}else C=[]}C||(C=x);C||l.error(L||g);if(f.call(C)==="[object Array]")if(N)if(j&&j.nodeType===1)for(g=0;C[g]!=null;g++){if(C[g]&&(C[g]===true||C[g].nodeType===1&&l.contains(j,C[g])))o.push(x[g])}else for(g=0;C[g]!=null;g++)C[g]&&C[g].nodeType===1&&o.push(x[g]);else o.push.apply(o,C);else D(C,o);if(P){l(P,p,o,m);l.uniqueSort(o)}return o};l.uniqueSort=function(g){if(w){h=
k;g.sort(w);if(h)for(var j=1;j<g.length;j++)g[j]===g[j-1]&&g.splice(j--,1)}return g};l.matches=function(g,j){return l(g,null,null,j)};l.matchesSelector=function(g,j){return l(j,null,null,[g]).length>0};l.find=function(g,j,o){var m;if(!g)return[];for(var p=0,q=n.order.length;p<q;p++){var t=n.order[p],x;if(x=n.leftMatch[t].exec(g)){var C=x[1];x.splice(1,1);if(C.substr(C.length-1)!=="\\"){x[1]=(x[1]||"").replace(/\\/g,"");m=n.find[t](x,j,o);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=j.getElementsByTagName("*"));
return{set:m,expr:g}};l.filter=function(g,j,o,m){for(var p=g,q=[],t=j,x,C,P=j&&j[0]&&l.isXML(j[0]);g&&j.length;){for(var N in n.filter)if((x=n.leftMatch[N].exec(g))!=null&&x[2]){var R=n.filter[N],Q,L;L=x[1];C=false;x.splice(1,1);if(L.substr(L.length-1)!=="\\"){if(t===q)q=[];if(n.preFilter[N])if(x=n.preFilter[N](x,t,o,q,m,P)){if(x===true)continue}else C=Q=true;if(x)for(var i=0;(L=t[i])!=null;i++)if(L){Q=R(L,x,i,t);var r=m^!!Q;if(o&&Q!=null)if(r)C=true;else t[i]=false;else if(r){q.push(L);C=true}}if(Q!==
A){o||(t=q);g=g.replace(n.match[N],"");if(!C)return[];break}}}if(g===p)if(C==null)l.error(g);else break;p=g}return t};l.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=l.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,
POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},relative:{"+":function(g,j){var o=typeof j==="string",m=o&&!/\W/.test(j);o=o&&!m;if(m)j=j.toLowerCase();m=0;for(var p=g.length,q;m<p;m++)if(q=g[m]){for(;(q=q.previousSibling)&&q.nodeType!==1;);g[m]=o||q&&q.nodeName.toLowerCase()===
j?q||false:q===j}o&&l.filter(j,g,true)},">":function(g,j){var o=typeof j==="string",m,p=0,q=g.length;if(o&&!/\W/.test(j))for(j=j.toLowerCase();p<q;p++){if(m=g[p]){o=m.parentNode;g[p]=o.nodeName.toLowerCase()===j?o:false}}else{for(;p<q;p++)if(m=g[p])g[p]=o?m.parentNode:m.parentNode===j;o&&l.filter(j,g,true)}},"":function(g,j,o){var m=e++,p=b,q;if(typeof j==="string"&&!/\W/.test(j)){q=j=j.toLowerCase();p=a}p("parentNode",j,m,g,q,o)},"~":function(g,j,o){var m=e++,p=b,q;if(typeof j==="string"&&!/\W/.test(j)){q=
j=j.toLowerCase();p=a}p("previousSibling",j,m,g,q,o)}},find:{ID:function(g,j,o){if(typeof j.getElementById!=="undefined"&&!o)return(g=j.getElementById(g[1]))&&g.parentNode?[g]:[]},NAME:function(g,j){if(typeof j.getElementsByName!=="undefined"){for(var o=[],m=j.getElementsByName(g[1]),p=0,q=m.length;p<q;p++)m[p].getAttribute("name")===g[1]&&o.push(m[p]);return o.length===0?null:o}},TAG:function(g,j){return j.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,j,o,m,p,q){g=" "+g[1].replace(/\\/g,
"")+" ";if(q)return g;q=0;for(var t;(t=j[q])!=null;q++)if(t)if(p^(t.className&&(" "+t.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))o||m.push(t);else if(o)j[q]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var j=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=j[1]+(j[2]||1)-0;g[3]=j[3]-0}g[0]=e++;return g},ATTR:function(g,j,o,
m,p,q){j=g[1].replace(/\\/g,"");if(!q&&n.attrMap[j])g[1]=n.attrMap[j];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,j,o,m,p){if(g[1]==="not")if((d.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=l(g[3],null,null,j);else{g=l.filter(g[3],j,o,true^p);o||m.push.apply(m,g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===
true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,j,o){return!!l(o[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===
g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,j){return j===0},last:function(g,j,o,m){return j===m.length-1},even:function(g,j){return j%2===0},odd:function(g,j){return j%2===1},lt:function(g,j,o){return j<o[3]-0},gt:function(g,j,o){return j>o[3]-0},nth:function(g,j,o){return o[3]-
0===j},eq:function(g,j,o){return o[3]-0===j}},filter:{PSEUDO:function(g,j,o,m){var p=j[1],q=n.filters[p];if(q)return q(g,o,j,m);else if(p==="contains")return(g.textContent||g.innerText||l.getText([g])||"").indexOf(j[3])>=0;else if(p==="not"){j=j[3];o=0;for(m=j.length;o<m;o++)if(j[o]===g)return false;return true}else l.error("Syntax error, unrecognized expression: "+p)},CHILD:function(g,j){var o=j[1],m=g;switch(o){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(o===
"first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":o=j[2];var p=j[3];if(o===1&&p===0)return true;var q=j[0],t=g.parentNode;if(t&&(t.sizcache!==q||!g.nodeIndex)){var x=0;for(m=t.firstChild;m;m=m.nextSibling)if(m.nodeType===1)m.nodeIndex=++x;t.sizcache=q}m=g.nodeIndex-p;return o===0?m===0:m%o===0&&m/o>=0}},ID:function(g,j){return g.nodeType===1&&g.getAttribute("id")===j},TAG:function(g,j){return j==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===
j},CLASS:function(g,j){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(j)>-1},ATTR:function(g,j){var o=j[1];o=n.attrHandle[o]?n.attrHandle[o](g):g[o]!=null?g[o]:g.getAttribute(o);var m=o+"",p=j[2],q=j[4];return o==null?p==="!=":p==="="?m===q:p==="*="?m.indexOf(q)>=0:p==="~="?(" "+m+" ").indexOf(q)>=0:!q?m&&o!==false:p==="!="?m!==q:p==="^="?m.indexOf(q)===0:p==="$="?m.substr(m.length-q.length)===q:p==="|="?m===q||m.substr(0,q.length+1)===q+"-":false},POS:function(g,j,o,m){var p=n.setFilters[j[2]];
if(p)return p(g,o,j,m)}}},s=n.match.POS,v=function(g,j){return"\\"+(j-0+1)},B;for(B in n.match){n.match[B]=RegExp(n.match[B].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[B]=RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[B].source.replace(/\\(\d+)/g,v))}var D=function(g,j){g=Array.prototype.slice.call(g,0);if(j){j.push.apply(j,g);return j}return g};try{Array.prototype.slice.call(u.documentElement.childNodes,0)}catch(H){D=function(g,j){var o=j||[],m=0;if(f.call(g)==="[object Array]")Array.prototype.push.apply(o,
g);else if(typeof g.length==="number")for(var p=g.length;m<p;m++)o.push(g[m]);else for(;g[m];m++)o.push(g[m]);return o}}var w,G;if(u.documentElement.compareDocumentPosition)w=function(g,j){if(g===j){h=true;return 0}if(!g.compareDocumentPosition||!j.compareDocumentPosition)return g.compareDocumentPosition?-1:1;return g.compareDocumentPosition(j)&4?-1:1};else{w=function(g,j){var o=[],m=[],p=g.parentNode,q=j.parentNode,t=p;if(g===j){h=true;return 0}else if(p===q)return G(g,j);else if(p){if(!q)return 1}else return-1;
for(;t;){o.unshift(t);t=t.parentNode}for(t=q;t;){m.unshift(t);t=t.parentNode}p=o.length;q=m.length;for(t=0;t<p&&t<q;t++)if(o[t]!==m[t])return G(o[t],m[t]);return t===p?G(g,m[t],-1):G(o[t],j,1)};G=function(g,j,o){if(g===j)return o;for(g=g.nextSibling;g;){if(g===j)return-1;g=g.nextSibling}return 1}}l.getText=function(g){for(var j="",o,m=0;g[m];m++){o=g[m];if(o.nodeType===3||o.nodeType===4)j+=o.nodeValue;else if(o.nodeType!==8)j+=l.getText(o.childNodes)}return j};(function(){var g=u.createElement("div"),
j="script"+(new Date).getTime();g.innerHTML="<a name='"+j+"'/>";var o=u.documentElement;o.insertBefore(g,o.firstChild);if(u.getElementById(j)){n.find.ID=function(m,p,q){if(typeof p.getElementById!=="undefined"&&!q)return(p=p.getElementById(m[1]))?p.id===m[1]||typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id").nodeValue===m[1]?[p]:A:[]};n.filter.ID=function(m,p){var q=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&q&&q.nodeValue===p}}o.removeChild(g);
o=g=null})();(function(){var g=u.createElement("div");g.appendChild(u.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(j,o){var m=o.getElementsByTagName(j[1]);if(j[1]==="*"){for(var p=[],q=0;m[q];q++)m[q].nodeType===1&&p.push(m[q]);m=p}return m};g.innerHTML="<a href='#'></a>";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(j){return j.getAttribute("href",2)};g=null})();u.querySelectorAll&&
function(){var g=l,j=u.createElement("div");j.innerHTML="<p class='TEST'></p>";if(!(j.querySelectorAll&&j.querySelectorAll(".TEST").length===0)){l=function(m,p,q,t){p=p||u;if(!t&&!l.isXML(p))if(p.nodeType===9)try{return D(p.querySelectorAll(m),q)}catch(x){}else if(p.nodeType===1&&p.nodeName.toLowerCase()!=="object"){var C=p.id,P=p.id="__sizzle__";try{return D(p.querySelectorAll("#"+P+" "+m),q)}catch(N){}finally{if(C)p.id=C;else p.removeAttribute("id")}}return g(m,p,q,t)};for(var o in g)l[o]=g[o];
j=null}}();(function(){var g=u.documentElement,j=g.matchesSelector||g.mozMatchesSelector||g.webkitMatchesSelector||g.msMatchesSelector,o=false;try{j.call(u.documentElement,":sizzle")}catch(m){o=true}if(j)l.matchesSelector=function(p,q){try{if(o||!n.match.PSEUDO.test(q))return j.call(p,q)}catch(t){}return l(q,null,null,[p]).length>0}})();(function(){var g=u.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===
0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(j,o,m){if(typeof o.getElementsByClassName!=="undefined"&&!m)return o.getElementsByClassName(j[1])};g=null}}})();l.contains=u.documentElement.contains?function(g,j){return g!==j&&(g.contains?g.contains(j):true)}:function(g,j){return!!(g.compareDocumentPosition(j)&16)};l.isXML=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false};var M=function(g,
j){for(var o=[],m="",p,q=j.nodeType?[j]:j;p=n.match.PSEUDO.exec(g);){m+=p[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;p=0;for(var t=q.length;p<t;p++)l(g,q[p],o);return l.filter(m,o)};c.find=l;c.expr=l.selectors;c.expr[":"]=c.expr.filters;c.unique=l.uniqueSort;c.text=l.getText;c.isXMLDoc=l.isXML;c.contains=l.contains})();var Wa=/Until$/,Xa=/^(?:parents|prevUntil|prevAll)/,Ya=/,/,Ja=/^.[^:#\[\.,]*$/,Za=Array.prototype.slice,$a=c.expr.match.POS;c.fn.extend({find:function(a){for(var b=this.pushStack("",
"find",a),d=0,e=0,f=this.length;e<f;e++){d=b.length;c.find(a,this[e],b);if(e>0)for(var h=d;h<b.length;h++)for(var k=0;k<d;k++)if(b[k]===b[h]){b.splice(h--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,e=b.length;d<e;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(ka(this,a,false),"not",a)},filter:function(a){return this.pushStack(ka(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,
b){var d=[],e,f,h=this[0];if(c.isArray(a)){var k={},l,n=1;if(h&&a.length){e=0;for(f=a.length;e<f;e++){l=a[e];k[l]||(k[l]=c.expr.match.POS.test(l)?c(l,b||this.context):l)}for(;h&&h.ownerDocument&&h!==b;){for(l in k){e=k[l];if(e.jquery?e.index(h)>-1:c(h).is(e))d.push({selector:l,elem:h,level:n})}h=h.parentNode;n++}}return d}k=$a.test(a)?c(a,b||this.context):null;e=0;for(f=this.length;e<f;e++)for(h=this[e];h;)if(k?k.index(h)>-1:c.find.matchesSelector(h,a)){d.push(h);break}else{h=h.parentNode;if(!h||
!h.ownerDocument||h===b)break}d=d.length>1?c.unique(d):d;return this.pushStack(d,"closest",a)},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var d=typeof a==="string"?c(a,b||this.context):c.makeArray(a),e=c.merge(this.get(),d);return this.pushStack(!d[0]||!d[0].parentNode||d[0].parentNode.nodeType===11||!e[0]||!e[0].parentNode||e[0].parentNode.nodeType===11?e:c.unique(e))},andSelf:function(){return this.add(this.prevObject)}});
c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",
d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,e){var f=c.map(this,b,d);Wa.test(a)||(e=d);if(e&&typeof e==="string")f=c.filter(e,f);f=this.length>1?c.unique(f):f;if((this.length>1||Ya.test(e))&&Xa.test(a))f=f.reverse();return this.pushStack(f,a,Za.call(arguments).join(","))}});
c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return b.length===1?c.find.matchesSelector(b[0],a)?[b[0]]:[]:c.find.matches(a,b)},dir:function(a,b,d){var e=[];for(a=a[b];a&&a.nodeType!==9&&(d===A||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var xa=/ jQuery\d+="(?:\d+|null)"/g,
$=/^\s+/,ya=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,za=/<([\w:]+)/,ab=/<tbody/i,bb=/<|&#?\w+;/,Aa=/<(?:script|object|embed|option|style)/i,Ba=/checked\s*(?:[^=]|=\s*.checked.)/i,cb=/\=([^="'>\s]+\/)>/g,O={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],
area:[1,"<map>","</map>"],_default:[0,"",""]};O.optgroup=O.option;O.tbody=O.tfoot=O.colgroup=O.caption=O.thead;O.th=O.td;if(!c.support.htmlSerialize)O._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==A)return this.empty().append((this[0]&&this[0].ownerDocument||u).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,
d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},
unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=
c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,e;(e=this[d])!=null;d++)if(!a||c.filter(a,[e]).length){if(!b&&e.nodeType===1){c.cleanData(e.getElementsByTagName("*"));
c.cleanData([e])}e.parentNode&&e.parentNode.removeChild(e)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(xa,"").replace(cb,'="$1">').replace($,
"")],e)[0]}else return this.cloneNode(true)});if(a===true){la(this,b);la(this.find("*"),b.find("*"))}return b},html:function(a){if(a===A)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(xa,""):null;else if(typeof a==="string"&&!Aa.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!O[(za.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(ya,"<$1></$2>");try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(e){this.empty().append(a)}}else c.isFunction(a)?
this.each(function(f){var h=c(this);h.html(a.call(this,f,h.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),e=d.html();d.replaceWith(a.call(this,b,e))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,
true)},domManip:function(a,b,d){var e,f,h=a[0],k=[],l;if(!c.support.checkClone&&arguments.length===3&&typeof h==="string"&&Ba.test(h))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(h))return this.each(function(s){var v=c(this);a[0]=h.call(this,s,b?v.html():A);v.domManip(a,b,d)});if(this[0]){e=h&&h.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:c.buildFragment(a,this,k);l=e.fragment;if(f=l.childNodes.length===1?l=l.firstChild:
l.firstChild){b=b&&c.nodeName(f,"tr");f=0;for(var n=this.length;f<n;f++)d.call(b?c.nodeName(this[f],"table")?this[f].getElementsByTagName("tbody")[0]||this[f].appendChild(this[f].ownerDocument.createElement("tbody")):this[f]:this[f],f>0||e.cacheable||this.length>1?l.cloneNode(true):l)}k.length&&c.each(k,Ka)}return this}});c.buildFragment=function(a,b,d){var e,f,h;b=b&&b[0]?b[0].ownerDocument||b[0]:u;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===u&&!Aa.test(a[0])&&(c.support.checkClone||
!Ba.test(a[0]))){f=true;if(h=c.fragments[a[0]])if(h!==1)e=h}if(!e){e=b.createDocumentFragment();c.clean(a,b,e,d)}if(f)c.fragments[a[0]]=h?e:1;return{fragment:e,cacheable:f}};c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var e=[];d=c(d);var f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{f=0;for(var h=
d.length;f<h;f++){var k=(f>0?this.clone(true):this).get();c(d[f])[b](k);e=e.concat(k)}return this.pushStack(e,a,d.selector)}}});c.extend({clean:function(a,b,d,e){b=b||u;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||u;for(var f=[],h=0,k;(k=a[h])!=null;h++){if(typeof k==="number")k+="";if(k){if(typeof k==="string"&&!bb.test(k))k=b.createTextNode(k);else if(typeof k==="string"){k=k.replace(ya,"<$1></$2>");var l=(za.exec(k)||["",""])[1].toLowerCase(),n=O[l]||O._default,
s=n[0],v=b.createElement("div");for(v.innerHTML=n[1]+k+n[2];s--;)v=v.lastChild;if(!c.support.tbody){s=ab.test(k);l=l==="table"&&!s?v.firstChild&&v.firstChild.childNodes:n[1]==="<table>"&&!s?v.childNodes:[];for(n=l.length-1;n>=0;--n)c.nodeName(l[n],"tbody")&&!l[n].childNodes.length&&l[n].parentNode.removeChild(l[n])}!c.support.leadingWhitespace&&$.test(k)&&v.insertBefore(b.createTextNode($.exec(k)[0]),v.firstChild);k=v.childNodes}if(k.nodeType)f.push(k);else f=c.merge(f,k)}}if(d)for(h=0;f[h];h++)if(e&&
c.nodeName(f[h],"script")&&(!f[h].type||f[h].type.toLowerCase()==="text/javascript"))e.push(f[h].parentNode?f[h].parentNode.removeChild(f[h]):f[h]);else{f[h].nodeType===1&&f.splice.apply(f,[h+1,0].concat(c.makeArray(f[h].getElementsByTagName("script"))));d.appendChild(f[h])}return f},cleanData:function(a){for(var b,d,e=c.cache,f=c.event.special,h=c.support.deleteExpando,k=0,l;(l=a[k])!=null;k++)if(!(l.nodeName&&c.noData[l.nodeName.toLowerCase()]))if(d=l[c.expando]){if((b=e[d])&&b.events)for(var n in b.events)f[n]?
c.event.remove(l,n):c.removeEvent(l,n,b.handle);if(h)delete l[c.expando];else l.removeAttribute&&l.removeAttribute(c.expando);delete e[d]}}});var Ca=/alpha\([^)]*\)/i,db=/opacity=([^)]*)/,eb=/-([a-z])/ig,fb=/([A-Z])/g,Da=/^-?\d+(?:px)?$/i,gb=/^-?\d/,hb={position:"absolute",visibility:"hidden",display:"block"},La=["Left","Right"],Ma=["Top","Bottom"],W,ib=u.defaultView&&u.defaultView.getComputedStyle,jb=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){if(arguments.length===2&&b===A)return this;
return c.access(this,a,b,true,function(d,e,f){return f!==A?c.style(d,e,f):c.css(d,e)})};c.extend({cssHooks:{opacity:{get:function(a,b){if(b){var d=W(a,"opacity","opacity");return d===""?"1":d}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,zoom:true,lineHeight:true},cssProps:{"float":c.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,d,e){if(!(!a||a.nodeType===3||a.nodeType===8||!a.style)){var f,h=c.camelCase(b),k=a.style,l=c.cssHooks[h];b=c.cssProps[h]||
h;if(d!==A){if(!(typeof d==="number"&&isNaN(d)||d==null)){if(typeof d==="number"&&!c.cssNumber[h])d+="px";if(!l||!("set"in l)||(d=l.set(a,d))!==A)try{k[b]=d}catch(n){}}}else{if(l&&"get"in l&&(f=l.get(a,false,e))!==A)return f;return k[b]}}},css:function(a,b,d){var e,f=c.camelCase(b),h=c.cssHooks[f];b=c.cssProps[f]||f;if(h&&"get"in h&&(e=h.get(a,true,d))!==A)return e;else if(W)return W(a,b,f)},swap:function(a,b,d){var e={},f;for(f in b){e[f]=a.style[f];a.style[f]=b[f]}d.call(a);for(f in b)a.style[f]=
e[f]},camelCase:function(a){return a.replace(eb,jb)}});c.curCSS=c.css;c.each(["height","width"],function(a,b){c.cssHooks[b]={get:function(d,e,f){var h;if(e){if(d.offsetWidth!==0)h=ma(d,b,f);else c.swap(d,hb,function(){h=ma(d,b,f)});return h+"px"}},set:function(d,e){if(Da.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!c.support.opacity)c.cssHooks.opacity={get:function(a,b){return db.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":
b?"1":""},set:function(a,b){var d=a.style;d.zoom=1;var e=c.isNaN(b)?"":"alpha(opacity="+b*100+")",f=d.filter||"";d.filter=Ca.test(f)?f.replace(Ca,e):d.filter+" "+e}};if(ib)W=function(a,b,d){var e;d=d.replace(fb,"-$1").toLowerCase();if(!(b=a.ownerDocument.defaultView))return A;if(b=b.getComputedStyle(a,null)){e=b.getPropertyValue(d);if(e===""&&!c.contains(a.ownerDocument.documentElement,a))e=c.style(a,d)}return e};else if(u.documentElement.currentStyle)W=function(a,b){var d,e,f=a.currentStyle&&a.currentStyle[b],
h=a.style;if(!Da.test(f)&&gb.test(f)){d=h.left;e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=b==="fontSize"?"1em":f||0;f=h.pixelLeft+"px";h.left=d;a.runtimeStyle.left=e}return f};if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetHeight;return a.offsetWidth===0&&b===0||!c.support.reliableHiddenOffsets&&(a.style.display||c.css(a,"display"))==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var kb=c.now(),lb=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,
mb=/^(?:select|textarea)/i,nb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,ob=/^(?:GET|HEAD|DELETE)$/,Na=/\[\]$/,T=/\=\?(&|$)/,ia=/\?/,pb=/([?&])_=[^&]*/,qb=/^(\w+:)?\/\/([^\/?#]+)/,rb=/%20/g,sb=/#.*$/,Ea=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string"&&Ea)return Ea.apply(this,arguments);else if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="GET";if(b)if(c.isFunction(b)){d=
b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);e="POST"}var h=this;c.ajax({url:a,type:e,dataType:"html",data:b,complete:function(k,l){if(l==="success"||l==="notmodified")h.html(f?c("<div>").append(k.responseText.replace(lb,"")).find(f):k.responseText);d&&h.each(d,[k.responseText,l,k])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&
!this.disabled&&(this.checked||mb.test(this.nodeName)||nb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:e})},
getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:e})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new E.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html",
script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a){var b=c.extend(true,{},c.ajaxSettings,a),d,e,f,h=b.type.toUpperCase(),k=ob.test(h);b.url=b.url.replace(sb,"");b.context=a&&a.context!=null?a.context:b;if(b.data&&b.processData&&typeof b.data!=="string")b.data=c.param(b.data,b.traditional);if(b.dataType==="jsonp"){if(h==="GET")T.test(b.url)||(b.url+=(ia.test(b.url)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data||
!T.test(b.data))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType==="json"&&(b.data&&T.test(b.data)||T.test(b.url))){d=b.jsonpCallback||"jsonp"+kb++;if(b.data)b.data=(b.data+"").replace(T,"="+d+"$1");b.url=b.url.replace(T,"="+d+"$1");b.dataType="script";var l=E[d];E[d]=function(m){f=m;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);if(c.isFunction(l))l(m);else{E[d]=A;try{delete E[d]}catch(p){}}v&&v.removeChild(B)}}if(b.dataType==="script"&&b.cache===null)b.cache=
false;if(b.cache===false&&h==="GET"){var n=c.now(),s=b.url.replace(pb,"$1_="+n);b.url=s+(s===b.url?(ia.test(b.url)?"&":"?")+"_="+n:"")}if(b.data&&h==="GET")b.url+=(ia.test(b.url)?"&":"?")+b.data;b.global&&c.active++===0&&c.event.trigger("ajaxStart");n=(n=qb.exec(b.url))&&(n[1]&&n[1]!==location.protocol||n[2]!==location.host);if(b.dataType==="script"&&h==="GET"&&n){var v=u.getElementsByTagName("head")[0]||u.documentElement,B=u.createElement("script");if(b.scriptCharset)B.charset=b.scriptCharset;B.src=
b.url;if(!d){var D=false;B.onload=B.onreadystatechange=function(){if(!D&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){D=true;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);B.onload=B.onreadystatechange=null;v&&B.parentNode&&v.removeChild(B)}}}v.insertBefore(B,v.firstChild);return A}var H=false,w=b.xhr();if(w){b.username?w.open(h,b.url,b.async,b.username,b.password):w.open(h,b.url,b.async);try{if(b.data!=null&&!k||a&&a.contentType)w.setRequestHeader("Content-Type",
b.contentType);if(b.ifModified){c.lastModified[b.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[b.url]);c.etag[b.url]&&w.setRequestHeader("If-None-Match",c.etag[b.url])}n||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*; q=0.01":b.accepts._default)}catch(G){}if(b.beforeSend&&b.beforeSend.call(b.context,w,b)===false){b.global&&c.active--===1&&c.event.trigger("ajaxStop");w.abort();return false}b.global&&
c.triggerGlobal(b,"ajaxSend",[w,b]);var M=w.onreadystatechange=function(m){if(!w||w.readyState===0||m==="abort"){H||c.handleComplete(b,w,e,f);H=true;if(w)w.onreadystatechange=c.noop}else if(!H&&w&&(w.readyState===4||m==="timeout")){H=true;w.onreadystatechange=c.noop;e=m==="timeout"?"timeout":!c.httpSuccess(w)?"error":b.ifModified&&c.httpNotModified(w,b.url)?"notmodified":"success";var p;if(e==="success")try{f=c.httpData(w,b.dataType,b)}catch(q){e="parsererror";p=q}if(e==="success"||e==="notmodified")d||
c.handleSuccess(b,w,e,f);else c.handleError(b,w,e,p);d||c.handleComplete(b,w,e,f);m==="timeout"&&w.abort();if(b.async)w=null}};try{var g=w.abort;w.abort=function(){w&&g.call&&g.call(w);M("abort")}}catch(j){}b.async&&b.timeout>0&&setTimeout(function(){w&&!H&&M("timeout")},b.timeout);try{w.send(k||b.data==null?null:b.data)}catch(o){c.handleError(b,w,null,o);c.handleComplete(b,w,e,f)}b.async||M();return w}},param:function(a,b){var d=[],e=function(h,k){k=c.isFunction(k)?k():k;d[d.length]=encodeURIComponent(h)+
"="+encodeURIComponent(k)};if(b===A)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)ca(f,a[f],b,e);return d.join("&").replace(rb,"+")}});c.extend({active:0,lastModified:{},etag:{},handleError:function(a,b,d,e){a.error&&a.error.call(a.context,b,d,e);a.global&&c.triggerGlobal(a,"ajaxError",[b,a,e])},handleSuccess:function(a,b,d,e){a.success&&a.success.call(a.context,e,d,b);a.global&&c.triggerGlobal(a,"ajaxSuccess",[b,a])},handleComplete:function(a,
b,d){a.complete&&a.complete.call(a.context,b,d);a.global&&c.triggerGlobal(a,"ajaxComplete",[b,a]);a.global&&c.active--===1&&c.event.trigger("ajaxStop")},triggerGlobal:function(a,b,d){(a.context&&a.context.url==null?c(a.context):c.event).trigger(b,d)},httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),e=a.getResponseHeader("Etag");
if(d)c.lastModified[b]=d;if(e)c.etag[b]=e;return a.status===304},httpData:function(a,b,d){var e=a.getResponseHeader("content-type")||"",f=b==="xml"||!b&&e.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&e.indexOf("javascript")>=0)c.globalEval(a);return a}});if(E.ActiveXObject)c.ajaxSettings.xhr=
function(){if(E.location.protocol!=="file:")try{return new E.XMLHttpRequest}catch(a){}try{return new E.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}};c.support.ajax=!!c.ajaxSettings.xhr();var da={},tb=/^(?:toggle|show|hide)$/,ub=/^([+\-]=)?([\d+.\-]+)(.*)$/,aa,na=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b,d){if(a||a===0)return this.animate(S("show",3),a,b,d);else{a=
0;for(b=this.length;a<b;a++){if(!c.data(this[a],"olddisplay")&&this[a].style.display==="none")this[a].style.display="";this[a].style.display===""&&c.css(this[a],"display")==="none"&&c.data(this[a],"olddisplay",oa(this[a].nodeName))}for(a=0;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b,d){if(a||a===0)return this.animate(S("hide",3),a,b,d);else{a=0;for(b=this.length;a<b;a++){d=c.css(this[a],"display");d!=="none"&&c.data(this[a],"olddisplay",d)}for(a=
0;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b,d){var e=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||e?this.each(function(){var f=e?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(S("toggle",3),a,b,d);return this},fadeTo:function(a,b,d,e){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d,e)},animate:function(a,b,d,e){var f=c.speed(b,d,e);if(c.isEmptyObject(a))return this.each(f.complete);
return this[f.queue===false?"each":"queue"](function(){var h=c.extend({},f),k,l=this.nodeType===1,n=l&&c(this).is(":hidden"),s=this;for(k in a){var v=c.camelCase(k);if(k!==v){a[v]=a[k];delete a[k];k=v}if(a[k]==="hide"&&n||a[k]==="show"&&!n)return h.complete.call(this);if(l&&(k==="height"||k==="width")){h.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(c.css(this,"display")==="inline"&&c.css(this,"float")==="none")if(c.support.inlineBlockNeedsLayout)if(oa(this.nodeName)===
"inline")this.style.display="inline-block";else{this.style.display="inline";this.style.zoom=1}else this.style.display="inline-block"}if(c.isArray(a[k])){(h.specialEasing=h.specialEasing||{})[k]=a[k][1];a[k]=a[k][0]}}if(h.overflow!=null)this.style.overflow="hidden";h.curAnim=c.extend({},a);c.each(a,function(B,D){var H=new c.fx(s,h,B);if(tb.test(D))H[D==="toggle"?n?"show":"hide":D](a);else{var w=ub.exec(D),G=H.cur(true)||0;if(w){var M=parseFloat(w[2]),g=w[3]||"px";if(g!=="px"){c.style(s,B,(M||1)+g);
G=(M||1)/H.cur(true)*G;c.style(s,B,G+g)}if(w[1])M=(w[1]==="-="?-1:1)*M+G;H.custom(G,M,g)}else H.custom(G,D,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var e=d.length-1;e>=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:S("show",1),slideUp:S("hide",1),slideToggle:S("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b,
d,e,f)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?c.extend({},a):{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a*
Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a=parseFloat(c.css(this.elem,this.prop));return a&&a>-1E4?a:0},custom:function(a,b,d){function e(h){return f.step(h)}
this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var f=this;a=c.fx;e.elem=this.elem;if(e()&&c.timers.push(e)&&!aa)aa=setInterval(a.tick,a.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;
this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkWrapBlocks){var f=this.elem,h=this.options;c.each(["","X","Y"],function(l,n){f.style["overflow"+n]=h.overflow[l]})}this.options.hide&&c(this.elem).hide();if(this.options.hide||
this.options.show)for(var k in this.options.curAnim)c.style(this.elem,k,this.options.orig[k]);this.options.complete.call(this.elem)}return false}else{a=b-this.startTime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=
c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},interval:13,stop:function(){clearInterval(aa);aa=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===
b.elem}).length};var vb=/^t(?:able|d|h)$/i,Fa=/^(?:body|html)$/i;c.fn.offset="getBoundingClientRect"in u.documentElement?function(a){var b=this[0],d;if(a)return this.each(function(k){c.offset.setOffset(this,a,k)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);try{d=b.getBoundingClientRect()}catch(e){}var f=b.ownerDocument,h=f.documentElement;if(!d||!c.contains(h,b))return d||{top:0,left:0};b=f.body;f=ea(f);return{top:d.top+(f.pageYOffset||c.support.boxModel&&
h.scrollTop||b.scrollTop)-(h.clientTop||b.clientTop||0),left:d.left+(f.pageXOffset||c.support.boxModel&&h.scrollLeft||b.scrollLeft)-(h.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(a)return this.each(function(s){c.offset.setOffset(this,a,s)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,e=b.ownerDocument,f,h=e.documentElement,k=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;
for(var l=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==k&&b!==h;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;f=e?e.getComputedStyle(b,null):b.currentStyle;l-=b.scrollTop;n-=b.scrollLeft;if(b===d){l+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&vb.test(b.nodeName))){l+=parseFloat(f.borderTopWidth)||0;n+=parseFloat(f.borderLeftWidth)||0}d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&f.overflow!=="visible"){l+=
parseFloat(f.borderTopWidth)||0;n+=parseFloat(f.borderLeftWidth)||0}f=f}if(f.position==="relative"||f.position==="static"){l+=k.offsetTop;n+=k.offsetLeft}if(c.offset.supportsFixedPosition&&f.position==="fixed"){l+=Math.max(h.scrollTop,k.scrollTop);n+=Math.max(h.scrollLeft,k.scrollLeft)}return{top:l,left:n}};c.offset={initialize:function(){var a=u.body,b=u.createElement("div"),d,e,f,h=parseFloat(c.css(a,"marginTop"))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",
height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";a.insertBefore(b,a.firstChild);d=b.firstChild;e=d.firstChild;f=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=e.offsetTop!==5;this.doesAddBorderForTableAndCells=
f.offsetTop===5;e.style.position="fixed";e.style.top="20px";this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15;e.style.position=e.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==h;a.removeChild(b);c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.css(a,
"marginTop"))||0;d+=parseFloat(c.css(a,"marginLeft"))||0}return{top:b,left:d}},setOffset:function(a,b,d){var e=c.css(a,"position");if(e==="static")a.style.position="relative";var f=c(a),h=f.offset(),k=c.css(a,"top"),l=c.css(a,"left"),n=e==="absolute"&&c.inArray("auto",[k,l])>-1;e={};var s={};if(n)s=f.position();k=n?s.top:parseInt(k,10)||0;l=n?s.left:parseInt(l,10)||0;if(c.isFunction(b))b=b.call(a,d,h);if(b.top!=null)e.top=b.top-h.top+k;if(b.left!=null)e.left=b.left-h.left+l;"using"in b?b.using.call(a,
e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),e=Fa.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.css(a,"marginTop"))||0;d.left-=parseFloat(c.css(a,"marginLeft"))||0;e.top+=parseFloat(c.css(b[0],"borderTopWidth"))||0;e.left+=parseFloat(c.css(b[0],"borderLeftWidth"))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||u.body;a&&!Fa.test(a.nodeName)&&
c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==A)return this.each(function(){if(h=ea(this))h.scrollTo(!a?e:c(h).scrollLeft(),a?e:c(h).scrollTop());else this[d]=e});else return(h=ea(f))?"pageXOffset"in h?h[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&h.document.documentElement[d]||h.document.body[d]:f[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();
c.fn["inner"+b]=function(){return this[0]?parseFloat(c.css(this[0],d,"padding")):null};c.fn["outer"+b]=function(e){return this[0]?parseFloat(c.css(this[0],d,e?"margin":"border")):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(h){var k=c(this);k[d](e.call(this,h,k[d]()))});return c.isWindow(f)?f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b]:f.nodeType===9?Math.max(f.documentElement["client"+
b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]):e===A?parseFloat(c.css(f,d)):this.css(d,typeof e==="string"?e:e+"px")}})})(window);

jQuery(document).ready(
	function(){

jQuery('#menu ul li ul li a.active').parent().parent().parent().children('a').addClass('active');

});
