﻿/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*
 * jQuery UI Effects 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Effects/
 */
jQuery.effects || function (f, j) { function n(c) { var a; if (c && c.constructor == Array && c.length == 3) return c; if (a = /rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c)) return [parseInt(a[1], 10), parseInt(a[2], 10), parseInt(a[3], 10)]; if (a = /rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c)) return [parseFloat(a[1]) * 2.55, parseFloat(a[2]) * 2.55, parseFloat(a[3]) * 2.55]; if (a = /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c)) return [parseInt(a[1], 16), parseInt(a[2], 16), parseInt(a[3], 16)]; if (a = /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c)) return [parseInt(a[1] + a[1], 16), parseInt(a[2] + a[2], 16), parseInt(a[3] + a[3], 16)]; if (/rgba\(0, 0, 0, 0\)/.exec(c)) return o.transparent; return o[f.trim(c).toLowerCase()] } function s(c, a) { var b; do { b = f.curCSS(c, a); if (b != "" && b != "transparent" || f.nodeName(c, "body")) break; a = "backgroundColor" } while (c = c.parentNode); return n(b) } function p() { var c = document.defaultView ? document.defaultView.getComputedStyle(this, null) : this.currentStyle, a = {}, b, d; if (c && c.length && c[0] && c[c[0]]) for (var e = c.length; e--; ) { b = c[e]; if (typeof c[b] == "string") { d = b.replace(/\-(\w)/g, function (g, h) { return h.toUpperCase() }); a[d] = c[b] } } else for (b in c) if (typeof c[b] === "string") a[b] = c[b]; return a } function q(c) { var a, b; for (a in c) { b = c[a]; if (b == null || f.isFunction(b) || a in t || /scrollbar/.test(a) || !/color/i.test(a) && isNaN(parseFloat(b))) delete c[a] } return c } function u(c, a) { var b = { _: 0 }, d; for (d in a) if (c[d] != a[d]) b[d] = a[d]; return b } function k(c, a, b, d) { if (typeof c == "object") { d = a; b = null; a = c; c = a.effect } if (f.isFunction(a)) { d = a; b = null; a = {} } if (typeof a == "number" || f.fx.speeds[a]) { d = b; b = a; a = {} } if (f.isFunction(b)) { d = b; b = null } a = a || {}; b = b || a.duration; b = f.fx.off ? 0 : typeof b == "number" ? b : b in f.fx.speeds ? f.fx.speeds[b] : f.fx.speeds._default; d = d || a.complete; return [c, a, b, d] } function m(c) { if (!c || typeof c === "number" || f.fx.speeds[c]) return true; if (typeof c === "string" && !f.effects[c]) return true; return false } f.effects = {}; f.each(["backgroundColor", "borderBottomColor", "borderLeftColor", "borderRightColor", "borderTopColor", "borderColor", "color", "outlineColor"], function (c, a) { f.fx.step[a] = function (b) { if (!b.colorInit) { b.start = s(b.elem, a); b.end = n(b.end); b.colorInit = true } b.elem.style[a] = "rgb(" + Math.max(Math.min(parseInt(b.pos * (b.end[0] - b.start[0]) + b.start[0], 10), 255), 0) + "," + Math.max(Math.min(parseInt(b.pos * (b.end[1] - b.start[1]) + b.start[1], 10), 255), 0) + "," + Math.max(Math.min(parseInt(b.pos * (b.end[2] - b.start[2]) + b.start[2], 10), 255), 0) + ")" } }); var o = { aqua: [0, 255, 255], azure: [240, 255, 255], beige: [245, 245, 220], black: [0, 0, 0], blue: [0, 0, 255], brown: [165, 42, 42], cyan: [0, 255, 255], darkblue: [0, 0, 139], darkcyan: [0, 139, 139], darkgrey: [169, 169, 169], darkgreen: [0, 100, 0], darkkhaki: [189, 183, 107], darkmagenta: [139, 0, 139], darkolivegreen: [85, 107, 47], darkorange: [255, 140, 0], darkorchid: [153, 50, 204], darkred: [139, 0, 0], darksalmon: [233, 150, 122], darkviolet: [148, 0, 211], fuchsia: [255, 0, 255], gold: [255, 215, 0], green: [0, 128, 0], indigo: [75, 0, 130], khaki: [240, 230, 140], lightblue: [173, 216, 230], lightcyan: [224, 255, 255], lightgreen: [144, 238, 144], lightgrey: [211, 211, 211], lightpink: [255, 182, 193], lightyellow: [255, 255, 224], lime: [0, 255, 0], magenta: [255, 0, 255], maroon: [128, 0, 0], navy: [0, 0, 128], olive: [128, 128, 0], orange: [255, 165, 0], pink: [255, 192, 203], purple: [128, 0, 128], violet: [128, 0, 128], red: [255, 0, 0], silver: [192, 192, 192], white: [255, 255, 255], yellow: [255, 255, 0], transparent: [255, 255, 255] }, r = ["add", "remove", "toggle"], t = { border: 1, borderBottom: 1, borderColor: 1, borderLeft: 1, borderRight: 1, borderTop: 1, borderWidth: 1, margin: 1, padding: 1 }; f.effects.animateClass = function (c, a, b, d) { if (f.isFunction(b)) { d = b; b = null } return this.queue("fx", function () { var e = f(this), g = e.attr("style") || " ", h = q(p.call(this)), l, v = e.attr("className"); f.each(r, function (w, i) { c[i] && e[i + "Class"](c[i]) }); l = q(p.call(this)); e.attr("className", v); e.animate(u(h, l), a, b, function () { f.each(r, function (w, i) { c[i] && e[i + "Class"](c[i]) }); if (typeof e.attr("style") == "object") { e.attr("style").cssText = ""; e.attr("style").cssText = g } else e.attr("style", g); d && d.apply(this, arguments) }); h = f.queue(this); l = h.splice(h.length - 1, 1)[0]; h.splice(1, 0, l); f.dequeue(this) }) }; f.fn.extend({ _addClass: f.fn.addClass, addClass: function (c, a, b, d) { return a ? f.effects.animateClass.apply(this, [{ add: c }, a, b, d]) : this._addClass(c) }, _removeClass: f.fn.removeClass, removeClass: function (c, a, b, d) { return a ? f.effects.animateClass.apply(this, [{ remove: c }, a, b, d]) : this._removeClass(c) }, _toggleClass: f.fn.toggleClass, toggleClass: function (c, a, b, d, e) { return typeof a == "boolean" || a === j ? b ? f.effects.animateClass.apply(this, [a ? { add: c} : { remove: c }, b, d, e]) : this._toggleClass(c, a) : f.effects.animateClass.apply(this, [{ toggle: c }, a, b, d]) }, switchClass: function (c, a, b, d, e) { return f.effects.animateClass.apply(this, [{ add: a, remove: c }, b, d, e]) } }); f.extend(f.effects, { version: "1.8.9", save: function (c, a) { for (var b = 0; b < a.length; b++) a[b] !== null && c.data("ec.storage." + a[b], c[0].style[a[b]]) }, restore: function (c, a) { for (var b = 0; b < a.length; b++) a[b] !== null && c.css(a[b], c.data("ec.storage." + a[b])) }, setMode: function (c, a) { if (a == "toggle") a = c.is(":hidden") ? "show" : "hide"; return a }, getBaseline: function (c, a) { var b; switch (c[0]) { case "top": b = 0; break; case "middle": b = 0.5; break; case "bottom": b = 1; break; default: b = c[0] / a.height } switch (c[1]) { case "left": c = 0; break; case "center": c = 0.5; break; case "right": c = 1; break; default: c = c[1] / a.width } return { x: c, y: b} }, createWrapper: function (c) { if (c.parent().is(".ui-effects-wrapper")) return c.parent(); var a = { width: c.outerWidth(true), height: c.outerHeight(true), "float": c.css("float") }, b = f("<div></div>").addClass("ui-effects-wrapper").css({ fontSize: "100%", background: "transparent", border: "none", margin: 0, padding: 0 }); c.wrap(b); b = c.parent(); if (c.css("position") == "static") { b.css({ position: "relative" }); c.css({ position: "relative" }) } else { f.extend(a, { position: c.css("position"), zIndex: c.css("z-index") }); f.each(["top", "left", "bottom", "right"], function (d, e) { a[e] = c.css(e); if (isNaN(parseInt(a[e], 10))) a[e] = "auto" }); c.css({ position: "relative", top: 0, left: 0, right: "auto", bottom: "auto" }) } return b.css(a).show() }, removeWrapper: function (c) { if (c.parent().is(".ui-effects-wrapper")) return c.parent().replaceWith(c); return c }, setTransition: function (c, a, b, d) { d = d || {}; f.each(a, function (e, g) { unit = c.cssUnit(g); if (unit[0] > 0) d[g] = unit[0] * b + unit[1] }); return d } }); f.fn.extend({ effect: function (c) { var a = k.apply(this, arguments), b = { options: a[1], duration: a[2], callback: a[3] }; a = b.options.mode; var d = f.effects[c]; if (f.fx.off || !d) return a ? this[a](b.duration, b.callback) : this.each(function () { b.callback && b.callback.call(this) }); return d.call(this, b) }, _show: f.fn.show, show: function (c) { if (m(c)) return this._show.apply(this, arguments); else { var a = k.apply(this, arguments); a[1].mode = "show"; return this.effect.apply(this, a) } }, _hide: f.fn.hide, hide: function (c) { if (m(c)) return this._hide.apply(this, arguments); else { var a = k.apply(this, arguments); a[1].mode = "hide"; return this.effect.apply(this, a) } }, __toggle: f.fn.toggle, toggle: function (c) { if (m(c) || typeof c === "boolean" || f.isFunction(c)) return this.__toggle.apply(this, arguments); else { var a = k.apply(this, arguments); a[1].mode = "toggle"; return this.effect.apply(this, a) } }, cssUnit: function (c) { var a = this.css(c), b = []; f.each(["em", "px", "%", "pt"], function (d, e) { if (a.indexOf(e) > 0) b = [parseFloat(a), e] }); return b } }); f.easing.jswing = f.easing.swing; f.extend(f.easing, { def: "easeOutQuad", swing: function (c, a, b, d, e) { return f.easing[f.easing.def](c, a, b, d, e) }, easeInQuad: function (c, a, b, d, e) { return d * (a /= e) * a + b }, easeOutQuad: function (c, a, b, d, e) { return -d * (a /= e) * (a - 2) + b }, easeInOutQuad: function (c, a, b, d, e) { if ((a /= e / 2) < 1) return d / 2 * a * a + b; return -d / 2 * (--a * (a - 2) - 1) + b }, easeInCubic: function (c, a, b, d, e) { return d * (a /= e) * a * a + b }, easeOutCubic: function (c, a, b, d, e) { return d * ((a = a / e - 1) * a * a + 1) + b }, easeInOutCubic: function (c, a, b, d, e) { if ((a /= e / 2) < 1) return d / 2 * a * a * a + b; return d / 2 * ((a -= 2) * a * a + 2) + b }, easeInQuart: function (c, a, b, d, e) { return d * (a /= e) * a * a * a + b }, easeOutQuart: function (c, a, b, d, e) { return -d * ((a = a / e - 1) * a * a * a - 1) + b }, easeInOutQuart: function (c, a, b, d, e) { if ((a /= e / 2) < 1) return d / 2 * a * a * a * a + b; return -d / 2 * ((a -= 2) * a * a * a - 2) + b }, easeInQuint: function (c, a, b, d, e) { return d * (a /= e) * a * a * a * a + b }, easeOutQuint: function (c, a, b, d, e) { return d * ((a = a / e - 1) * a * a * a * a + 1) + b }, easeInOutQuint: function (c, a, b, d, e) { if ((a /= e / 2) < 1) return d / 2 * a * a * a * a * a + b; return d / 2 * ((a -= 2) * a * a * a * a + 2) + b }, easeInSine: function (c, a, b, d, e) { return -d * Math.cos(a / e * (Math.PI / 2)) + d + b }, easeOutSine: function (c, a, b, d, e) { return d * Math.sin(a / e * (Math.PI / 2)) + b }, easeInOutSine: function (c, a, b, d, e) { return -d / 2 * (Math.cos(Math.PI * a / e) - 1) + b }, easeInExpo: function (c, a, b, d, e) { return a == 0 ? b : d * Math.pow(2, 10 * (a / e - 1)) + b }, easeOutExpo: function (c, a, b, d, e) { return a == e ? b + d : d * (-Math.pow(2, -10 * a / e) + 1) + b }, easeInOutExpo: function (c, a, b, d, e) { if (a == 0) return b; if (a == e) return b + d; if ((a /= e / 2) < 1) return d / 2 * Math.pow(2, 10 * (a - 1)) + b; return d / 2 * (-Math.pow(2, -10 * --a) + 2) + b }, easeInCirc: function (c, a, b, d, e) { return -d * (Math.sqrt(1 - (a /= e) * a) - 1) + b }, easeOutCirc: function (c, a, b, d, e) { return d * Math.sqrt(1 - (a = a / e - 1) * a) + b }, easeInOutCirc: function (c, a, b, d, e) { if ((a /= e / 2) < 1) return -d / 2 * (Math.sqrt(1 - a * a) - 1) + b; return d / 2 * (Math.sqrt(1 - (a -= 2) * a) + 1) + b }, easeInElastic: function (c, a, b, d, e) { c = 1.70158; var g = 0, h = d; if (a == 0) return b; if ((a /= e) == 1) return b + d; g || (g = e * 0.3); if (h < Math.abs(d)) { h = d; c = g / 4 } else c = g / (2 * Math.PI) * Math.asin(d / h); return -(h * Math.pow(2, 10 * (a -= 1)) * Math.sin((a * e - c) * 2 * Math.PI / g)) + b }, easeOutElastic: function (c, a, b, d, e) { c = 1.70158; var g = 0, h = d; if (a == 0) return b; if ((a /= e) == 1) return b + d; g || (g = e * 0.3); if (h < Math.abs(d)) { h = d; c = g / 4 } else c = g / (2 * Math.PI) * Math.asin(d / h); return h * Math.pow(2, -10 * a) * Math.sin((a * e - c) * 2 * Math.PI / g) + d + b }, easeInOutElastic: function (c, a, b, d, e) { c = 1.70158; var g = 0, h = d; if (a == 0) return b; if ((a /= e / 2) == 2) return b + d; g || (g = e * 0.3 * 1.5); if (h < Math.abs(d)) { h = d; c = g / 4 } else c = g / (2 * Math.PI) * Math.asin(d / h); if (a < 1) return -0.5 * h * Math.pow(2, 10 * (a -= 1)) * Math.sin((a * e - c) * 2 * Math.PI / g) + b; return h * Math.pow(2, -10 * (a -= 1)) * Math.sin((a * e - c) * 2 * Math.PI / g) * 0.5 + d + b }, easeInBack: function (c, a, b, d, e, g) { if (g == j) g = 1.70158; return d * (a /= e) * a * ((g + 1) * a - g) + b }, easeOutBack: function (c, a, b, d, e, g) { if (g == j) g = 1.70158; return d * ((a = a / e - 1) * a * ((g + 1) * a + g) + 1) + b }, easeInOutBack: function (c, a, b, d, e, g) { if (g == j) g = 1.70158; if ((a /= e / 2) < 1) return d / 2 * a * a * (((g *= 1.525) + 1) * a - g) + b; return d / 2 * ((a -= 2) * a * (((g *= 1.525) + 1) * a + g) + 2) + b }, easeInBounce: function (c, a, b, d, e) { return d - f.easing.easeOutBounce(c, e - a, 0, d, e) + b }, easeOutBounce: function (c, a, b, d, e) { return (a /= e) < 1 / 2.75 ? d * 7.5625 * a * a + b : a < 2 / 2.75 ? d * (7.5625 * (a -= 1.5 / 2.75) * a + 0.75) + b : a < 2.5 / 2.75 ? d * (7.5625 * (a -= 2.25 / 2.75) * a + 0.9375) + b : d * (7.5625 * (a -= 2.625 / 2.75) * a + 0.984375) + b }, easeInOutBounce: function (c, a, b, d, e) { if (a < e / 2) return f.easing.easeInBounce(c, a * 2, 0, d, e) * 0.5 + b; return f.easing.easeOutBounce(c, a * 2 - e, 0, d, e) * 0.5 + d * 0.5 + b } }) } (jQuery); ;
/*
 * jQuery UI Effects Bounce 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Effects/Bounce
 *
 * Depends:
 *	jquery.effects.core.js
 */
(function(e){e.effects.bounce=function(b){return this.queue(function(){var a=e(this),l=["position","top","bottom","left","right"],h=e.effects.setMode(a,b.options.mode||"effect"),d=b.options.direction||"up",c=b.options.distance||20,m=b.options.times||5,i=b.duration||250;/show|hide/.test(h)&&l.push("opacity");e.effects.save(a,l);a.show();e.effects.createWrapper(a);var f=d=="up"||d=="down"?"top":"left";d=d=="up"||d=="left"?"pos":"neg";c=b.options.distance||(f=="top"?a.outerHeight({margin:true})/3:a.outerWidth({margin:true})/3);if(h=="show")a.css("opacity",0).css(f,d=="pos"?-c:c);if(h=="hide")c/=m*2;h!="hide"&&m--;if(h=="show"){var g={opacity:1};g[f]=(d=="pos"?"+=":"-=")+c;a.animate(g,i/2,b.options.easing);c/=2;m--}for(g=0;g<m;g++){var j={},k={};j[f]=(d=="pos"?"-=":"+=")+c;k[f]=(d=="pos"?"+=":"-=")+c;a.animate(j,i/2,b.options.easing).animate(k,i/2,b.options.easing);c=h=="hide"?c*2:c/2}if(h=="hide"){g={opacity:0};g[f]=(d=="pos"?"-=":"+=")+c;a.animate(g,i/2,b.options.easing,function(){a.hide();e.effects.restore(a,l);e.effects.removeWrapper(a);b.callback&&b.callback.apply(this,arguments)})}else{j={};k={};j[f]=(d=="pos"?"-=":"+=")+c;k[f]=(d=="pos"?"+=":"-=")+c;a.animate(j,i/2,b.options.easing).animate(k,i/2,b.options.easing,function(){e.effects.restore(a,l);e.effects.removeWrapper(a);b.callback&&b.callback.apply(this,arguments)})}a.queue("fx",function(){a.dequeue()});a.dequeue()})}})(jQuery);;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1987, 1991, 1995 Adobe Systems Incorporated.  All Rights
 * Reserved.
 */
Cufon.registerFont({"w":226,"face":{"font-family":"Cooper Black","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 10 3 0 0 0 0 0 0","ascent":"288","descent":"-72","cap-height":"4","bbox":"-8 -289.08 396 90","underline-thickness":"18","underline-position":"-36","stemh":"39","stemv":"81","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":113},"!":{"d":"98,-35v0,22,-18,40,-40,40v-22,0,-40,-18,-40,-40v0,-22,18,-40,40,-40v22,0,40,18,40,40xm58,-103v-27,-15,-43,-63,-43,-99v0,-27,12,-55,43,-55v76,0,40,129,0,154","w":116},"\"":{"d":"57,-118v-25,-14,-38,-57,-39,-90v0,-24,12,-49,39,-49v67,0,35,116,0,139xm155,-118v-25,-14,-38,-57,-39,-90v0,-24,12,-49,39,-49v68,0,35,116,0,139","w":211},"#":{"d":"146,-59r-7,52v-1,9,-11,7,-21,7v-4,0,-7,-3,-6,-7r7,-52v1,-10,-10,-7,-18,-7v-4,0,-7,3,-7,7r-8,52v-1,9,-11,7,-21,7v-4,0,-7,-3,-6,-7r8,-52v-1,-17,-36,6,-29,-27v3,-17,41,6,37,-27v-2,-17,-35,7,-29,-28v3,-15,33,2,35,-13r6,-49v1,-9,12,-7,22,-7v4,0,6,3,5,7r-7,49v-2,8,10,6,18,6v25,-7,-8,-67,36,-62v4,0,7,3,6,7r-7,49v0,15,36,-8,29,27v-4,18,-43,-8,-36,27v-2,17,37,-8,28,27v0,16,-32,-2,-35,14xm109,-120v-14,6,-12,36,9,27v14,-5,13,-34,-9,-27"},"$":{"d":"129,-229v0,20,30,21,46,15v20,-2,58,72,15,72v-19,0,-33,-37,-66,-37v-10,0,-20,5,-20,17v0,35,110,14,110,97v0,47,-51,72,-77,74v-20,2,5,40,-26,30v-29,8,-13,-21,-27,-29v-14,-2,-42,-8,-52,-16v-13,-9,-20,-42,-20,-56v0,-8,4,-16,13,-16v25,0,20,50,76,50v8,0,26,-4,26,-16v0,-11,-3,-13,-42,-27v-33,-12,-67,-34,-67,-73v0,-36,29,-65,63,-71v21,-3,-4,-40,27,-30v17,0,21,-2,21,16"},"%":{"d":"302,-66v2,79,-145,95,-146,8v-2,-86,143,-91,146,-8xm234,-31v23,-7,6,-63,-12,-67v-7,0,-11,8,-11,14v0,6,5,53,23,53xm151,-195v2,80,-144,94,-146,8v-2,-86,143,-91,146,-8xm83,-160v25,-7,6,-63,-12,-67v-7,0,-11,8,-11,14v0,6,5,53,23,53xm242,-249v-10,26,-91,152,-116,197v-25,45,-23,54,-39,54v-5,0,-21,-2,-21,-10v11,-24,111,-182,137,-234v3,-17,30,-22,39,-7","w":306},"&":{"d":"170,-77v-11,0,-17,-17,-17,-26v0,-73,99,-66,99,-96v0,-19,-25,1,-26,-15v14,-46,103,-36,103,17v0,46,-54,58,-54,69v0,10,27,12,27,43v0,39,-52,90,-150,90v-95,0,-147,-50,-147,-101v0,-45,40,-53,40,-60v0,-4,-13,-21,-13,-38v0,-40,44,-68,89,-68v20,0,64,8,64,35v0,10,-11,21,-21,21v-11,0,-19,-15,-36,-15v-14,0,-22,11,-22,24v0,35,39,12,39,37v0,43,-42,14,-42,47v0,36,35,74,72,74v24,0,54,-15,54,-43v0,-13,-11,-22,-24,-22v-23,0,-23,27,-35,27","w":328},"(":{"d":"25,-126v0,-74,36,-163,120,-163v36,0,40,9,40,18v5,19,-24,20,-34,16v-43,0,-48,98,-48,129v0,31,5,129,48,129v9,-3,39,-3,34,16v0,9,-4,18,-40,18v-84,0,-120,-89,-120,-163","w":188},")":{"d":"163,-126v0,74,-35,163,-119,163v-36,0,-40,-9,-40,-18v-6,-19,24,-20,33,-16v43,0,48,-98,48,-129v0,-31,-5,-129,-48,-129v-9,3,-39,3,-33,-16v0,-9,4,-18,40,-18v84,0,119,89,119,163","w":188},"*":{"d":"152,-215v9,11,25,-7,40,-7v13,0,15,28,15,29v0,17,-40,10,-40,20v0,3,22,26,22,35v0,6,-21,22,-27,22v-9,0,-21,-37,-28,-37v-5,0,-25,33,-34,33v-6,0,-24,-14,-24,-22v0,-13,26,-29,26,-35v0,-8,-36,-7,-36,-23v0,-5,6,-27,14,-27v16,-2,42,31,38,-3v-1,-15,-1,-27,15,-27v9,0,22,-1,22,11v0,8,-3,21,-3,31","w":272},"+":{"d":"113,-179v52,-1,-7,79,40,66v24,3,48,-12,48,21v0,33,-24,18,-48,21v-30,-8,-19,21,-19,43v0,16,2,23,-21,23v-33,0,-16,-24,-20,-48v12,-47,-66,13,-67,-39v-1,-33,24,-18,48,-21v30,7,19,-20,19,-43v0,-16,-3,-23,20,-23"},",":{"d":"51,67v-36,0,0,-33,0,-57v0,-15,-39,-7,-39,-51v0,-23,19,-44,42,-44v33,0,48,32,48,61v0,32,-23,91,-51,91","w":113},"-":{"d":"108,-118v-6,19,-10,59,-34,58v-26,-9,-74,10,-74,-13v5,-19,10,-58,34,-57v26,9,74,-11,74,12","w":107},".":{"d":"100,-39v0,24,-19,44,-43,44v-24,0,-44,-20,-44,-44v0,-24,20,-43,44,-43v24,0,43,19,43,43","w":113},"\/":{"d":"179,-239r-128,259v-13,26,-12,33,-28,33v-9,0,-31,-1,-31,-13r128,-259v13,-26,12,-33,28,-33v9,0,31,1,31,13","w":178},"0":{"d":"9,-105v0,-61,38,-107,101,-107v61,0,107,51,107,111v0,71,-57,106,-104,106v-62,0,-104,-50,-104,-110xm137,-78v0,-17,-6,-80,-30,-80v-15,0,-17,16,-17,28v0,16,7,81,30,81v14,0,17,-18,17,-29"},"1":{"d":"210,-20v0,32,-64,25,-95,25v-13,0,-100,-2,-100,-27v1,-17,20,-12,35,-12v14,0,19,-10,19,-51v0,-31,19,-71,-32,-71v-8,0,-14,-3,-14,-11v0,-25,81,-45,134,-45v11,0,30,1,30,16v0,18,-26,5,-27,39v-1,40,-4,70,2,105v5,32,48,6,48,32"},"2":{"d":"3,-9v7,-21,90,-83,88,-120v0,-13,-7,-20,-20,-20v-22,0,-26,21,-43,21v-10,0,-23,-10,-23,-21v0,-32,68,-63,112,-63v61,0,86,28,86,56v0,46,-60,76,-60,91v10,30,52,-8,59,-9v42,16,-4,101,-24,91v-20,0,-2,-17,-35,-17r-119,0v-6,0,-21,1,-21,-9"},"3":{"d":"112,-39v0,-31,-42,-33,-64,-27v-9,0,-15,-21,-15,-28v0,-15,48,-13,48,-47v0,-13,-14,-24,-28,-24v-18,0,-30,13,-36,13v-8,0,-13,-13,-13,-20v0,-19,50,-40,92,-40v29,0,88,9,88,47v0,31,-27,38,-27,46v0,13,61,1,61,64v0,46,-42,93,-137,93v-18,0,-82,-3,-82,-29v7,-32,30,-13,65,-13v23,0,48,-13,48,-35"},"4":{"d":"53,-71v4,12,25,7,37,8v25,0,25,0,25,-23v0,-15,6,-51,-8,-50v-23,7,-45,46,-54,65xm217,-25v5,24,-26,5,-19,37v10,38,-42,18,-70,23v-34,6,4,-53,-33,-45v-34,-6,-92,17,-91,-24v0,-27,4,-35,37,-73r83,-96v15,-14,31,-23,52,-23v17,0,17,11,17,24r0,119v-8,25,30,3,24,29r0,29"},"5":{"d":"179,-145r-76,0v-8,0,-18,-1,-18,11v0,9,10,9,18,10v93,10,112,51,112,76v0,46,-54,87,-131,87v-58,0,-69,-16,-69,-29v0,-46,85,15,85,-38v0,-23,-34,-32,-52,-35v-10,-1,-36,-3,-36,-18v0,-18,17,-68,24,-86v17,-45,19,-43,37,-43r123,0v13,0,17,1,17,16v0,17,-7,49,-34,49"},"6":{"d":"141,-219v-9,18,-37,40,-35,57v6,18,22,-3,48,-3v39,0,69,33,69,71v0,50,-40,99,-106,99v-66,0,-111,-47,-111,-108v0,-59,62,-137,84,-137v8,0,51,10,51,21xm144,-62v0,-17,-11,-50,-32,-50v-13,0,-18,11,-18,22v0,15,16,45,33,45v10,0,17,-7,17,-17"},"7":{"d":"39,-220v26,13,108,13,157,10v16,-1,28,12,19,27r-72,219v-3,9,-3,12,-21,12v-44,0,-63,-10,-53,-29r65,-124v3,-6,10,-18,10,-24v0,-14,-32,-12,-43,-12v-72,0,-37,22,-67,22v-49,0,-23,-105,5,-101"},"8":{"d":"188,-131v58,43,48,136,-68,136v-44,0,-116,-17,-116,-73v0,-33,30,-40,30,-48v0,-6,-24,-18,-24,-49v0,-45,48,-69,99,-69v36,0,110,11,110,59v0,31,-31,37,-31,44xm150,-176v1,-26,-45,-34,-50,-10v0,13,26,31,38,31v9,0,12,-14,12,-21xm136,-51v0,-26,-39,-32,-61,-39v-7,0,-9,8,-9,14v0,23,22,44,45,44v12,0,25,-5,25,-19"},"9":{"d":"178,-14v-11,15,-50,62,-69,62v-12,-1,-66,-22,-39,-35v17,-9,36,-35,36,-49v-1,-11,-16,-5,-25,-6v-52,0,-76,-45,-76,-86v3,-115,215,-113,215,3v0,41,-18,78,-42,111xm139,-109v0,-15,-9,-50,-30,-50v-33,7,-17,69,13,70v11,0,17,-10,17,-20"},":":{"d":"100,-145v0,24,-19,43,-43,43v-24,0,-44,-19,-44,-43v0,-24,20,-44,44,-44v24,0,43,20,43,44xm100,-39v0,24,-19,44,-43,44v-24,0,-44,-20,-44,-44v0,-24,20,-43,44,-43v24,0,43,19,43,43","w":113},";":{"d":"102,-24v0,32,-23,91,-51,91v-36,0,0,-33,0,-57v0,-15,-39,-7,-39,-51v0,-23,19,-44,42,-44v33,0,48,32,48,61xm99,-145v0,24,-20,43,-44,43v-24,0,-43,-19,-43,-43v0,-24,19,-44,43,-44v24,0,44,20,44,44","w":113},"<":{"d":"93,-92r94,41v22,5,16,35,6,46v-56,-20,-107,-46,-161,-68v-9,-8,-9,-30,0,-38r161,-68v11,8,16,43,-6,46"},"=":{"d":"177,-107r-127,0v-16,0,-24,3,-24,-20v0,-23,8,-21,24,-21r127,0v16,0,24,-2,24,21v0,23,-8,20,-24,20xm177,-36r-127,0v-16,0,-24,2,-24,-21v0,-23,8,-21,24,-21r127,0v16,0,24,-2,24,21v0,23,-8,21,-24,21"},">":{"d":"40,-51r94,-41r-94,-41v-21,-4,-17,-34,-7,-46v57,19,107,46,161,68v10,8,10,30,0,38r-161,68v-10,-9,-15,-43,7,-46"},"?":{"d":"70,-201v0,39,-67,54,-67,12v0,-31,31,-68,87,-68v37,0,89,24,89,67v0,22,-14,40,-41,50v-37,14,-16,41,-51,41v-15,0,-24,-8,-24,-23v0,-31,31,-47,31,-78v0,-8,-3,-19,-12,-19v-10,0,-12,10,-12,18xm125,-35v0,22,-18,40,-40,40v-22,0,-40,-18,-40,-40v0,-22,18,-40,40,-40v22,0,40,18,40,40","w":182},"@":{"d":"213,-180v2,17,-23,74,-10,87v4,0,28,-11,33,-55v4,-32,-18,-84,-89,-84v-56,0,-107,43,-111,106v-5,66,43,105,104,105v64,0,76,-66,96,-23v0,4,-47,49,-105,49v-74,0,-131,-52,-122,-128v9,-75,68,-134,144,-134v55,0,117,37,111,104v-5,63,-54,98,-109,98v-23,0,-10,-22,-18,-22v-6,0,-21,23,-48,23v-21,0,-33,-16,-30,-42v8,-62,64,-114,112,-83v5,0,18,-10,33,-10v8,0,9,2,9,9xm124,-95v9,0,33,-37,35,-58v0,-4,0,-8,-4,-8v-9,0,-33,28,-36,56v0,4,0,10,5,10","w":272},"A":{"d":"133,-157v-16,8,-17,33,-24,48v5,11,26,3,40,5v4,0,14,0,14,-5v-6,-15,-14,-42,-30,-48xm30,-42v29,-49,69,-108,69,-173v0,-25,12,-43,44,-43v31,0,51,31,65,55v6,10,61,120,74,150v12,27,31,11,31,32v0,26,-51,25,-69,25v-51,0,-83,-1,-83,-23v0,-17,22,-10,22,-23v0,-16,-9,-18,-67,-18v-19,0,-30,1,-30,19v0,14,23,4,23,23v0,38,-124,23,-109,1v0,-17,22,-11,30,-25","w":312},"B":{"d":"162,-255v103,1,95,73,57,114v0,5,3,5,7,7v15,6,40,26,40,56v0,36,-24,80,-96,80v-24,0,-45,-2,-67,-2v-35,0,-90,17,-98,-17v0,-22,24,0,26,-60r4,-103v2,-54,-29,-30,-29,-55v9,-37,69,-17,106,-17v17,0,33,-3,50,-3xm132,-217v-21,0,-12,30,-12,50v0,14,0,21,11,21v22,0,26,-15,26,-35v0,-16,-5,-36,-25,-36xm134,-111v-18,0,-13,16,-14,32v0,42,7,43,18,43v21,0,28,-14,28,-33v0,-22,-7,-42,-32,-42","w":271},"C":{"d":"9,-127v0,-74,69,-130,140,-130v48,1,55,24,84,15v15,0,34,22,34,62v0,21,-12,38,-33,38v-37,0,-28,-64,-92,-64v-28,0,-39,26,-39,46v0,53,28,99,78,99v46,0,53,-25,64,-25v34,10,6,68,-19,70v-12,0,-38,21,-80,21v-76,0,-137,-60,-137,-132","w":272},"D":{"d":"35,-68r2,-125v1,-37,-26,-20,-26,-43v0,-17,21,-19,34,-19r117,0v100,0,133,62,133,127v0,80,-62,144,-170,129v-42,-5,-109,18,-120,-20v0,-26,29,4,30,-49xm124,-196r0,134v0,18,3,26,22,26v45,0,53,-46,53,-82v0,-84,-31,-98,-59,-98v-15,0,-16,6,-16,20","w":303},"E":{"d":"225,4v-56,0,-131,-3,-194,-4v-24,0,-24,-10,-24,-15v0,-20,24,-5,27,-43v4,-66,5,-59,1,-124v-3,-55,-30,-26,-30,-52v0,-22,30,-18,45,-18v43,1,148,1,165,-8v21,0,29,36,29,52v0,12,-5,25,-19,25v-28,0,-6,-34,-74,-34v-40,0,-36,8,-36,49v0,21,1,21,23,21v27,0,7,-40,33,-40v21,0,22,41,22,55v0,15,-2,58,-24,58v-22,0,-1,-38,-37,-38v-15,0,-14,13,-14,25v0,53,3,50,41,50v74,0,53,-50,83,-50v40,10,0,91,-17,91","w":261},"F":{"d":"32,-50v12,-41,7,-100,4,-149v-2,-31,-28,-16,-28,-36v11,-41,76,-10,131,-16v7,0,80,-4,85,-4v21,-1,49,78,9,78v-25,0,-12,-37,-81,-37v-22,0,-31,-2,-31,50v0,6,0,13,21,13v28,0,10,-33,35,-33v21,0,22,39,22,53v0,17,-2,60,-26,60v-23,0,1,-40,-38,-40v-16,0,-14,3,-14,40v0,53,35,24,35,51v0,8,3,24,-84,24v-58,0,-67,-9,-67,-24v0,-20,22,-10,27,-30","w":250},"G":{"d":"102,-148v0,74,43,100,66,100v13,0,22,-9,22,-22v0,-30,-38,-1,-38,-34v0,-26,55,-28,73,-28v68,0,72,20,72,30v1,20,-26,11,-30,29v-12,53,-64,78,-115,78v-76,0,-143,-52,-143,-132v0,-97,109,-152,199,-121v35,-19,59,21,58,50v0,18,-9,36,-28,36v-36,0,-36,-50,-85,-50v-31,0,-51,26,-51,64","w":300},"H":{"d":"298,-231v-11,34,-26,-1,-26,78r0,94v-5,21,23,19,24,36v0,9,-1,27,-72,27v-16,0,-62,-1,-62,-25v0,-28,25,3,25,-70v0,-19,-4,-18,-22,-18v-50,0,-46,1,-46,33v0,49,22,30,22,53v0,25,-52,27,-69,27v-17,0,-67,-2,-67,-26v0,-8,6,-12,12,-15v13,-6,17,-5,17,-80v0,-96,-2,-88,-15,-95v-5,-3,-11,-7,-11,-14v0,-28,60,-30,80,-30v15,0,57,1,57,23v0,30,-26,9,-26,62v0,26,23,17,45,17v24,0,23,-3,23,-14v2,-59,-15,-33,-24,-61v0,-7,-2,-27,70,-27v17,0,65,0,65,25","w":303},"I":{"d":"27,-205v-8,-10,-22,-11,-22,-25v0,-26,74,-26,81,-26v22,0,66,1,66,25v0,13,-15,12,-22,21v-14,17,-12,172,4,169v9,5,18,7,18,18v0,11,-4,27,-83,27v-15,0,-60,0,-60,-23v0,-12,12,-14,18,-21v11,-4,12,-163,0,-165","w":156},"J":{"d":"206,-189r-3,111v-2,76,-81,83,-101,83v-42,0,-105,-18,-105,-69v0,-23,17,-43,41,-43v27,0,50,24,39,53v0,9,7,14,16,13v42,-4,22,-78,25,-143v2,-40,-32,-18,-32,-42v0,-7,3,-30,73,-30v68,0,76,16,76,26v0,19,-28,11,-29,41","w":237},"K":{"d":"219,0v-38,-5,-54,-69,-89,-82v-11,0,-10,15,-10,27v0,17,22,19,22,37v0,12,-8,22,-71,22v-57,0,-65,-10,-65,-22v0,-19,19,-9,23,-39v4,-44,6,-91,0,-134v-4,-31,-24,-17,-24,-39v0,-6,-3,-26,76,-26v17,0,54,-1,54,24v0,19,-20,8,-20,50v0,5,1,15,7,15v10,0,38,-37,38,-45v0,-8,-6,-11,-6,-19v0,-27,48,-25,65,-25v17,0,59,-3,59,23v0,30,-37,12,-50,25v-7,7,-38,29,-38,44v0,10,9,18,15,25r75,86v11,12,33,11,33,33v0,35,-60,15,-94,20","w":312},"L":{"d":"205,5v-49,-6,-109,-4,-165,-5v-12,0,-30,1,-30,-16v0,-22,28,-3,29,-45v2,-49,1,-90,-2,-133v-2,-30,-32,-14,-32,-35v0,-47,171,-25,150,-3v0,21,-29,5,-29,39r0,115v0,26,4,38,30,38v61,0,41,-50,64,-50v47,0,10,98,-15,95","w":239},"M":{"d":"87,-117v-11,0,-7,48,-7,60v0,39,23,21,23,40v0,21,-39,21,-53,21v-13,0,-45,-1,-45,-20v0,-21,22,-3,25,-33v2,-30,14,-120,0,-157v-3,-8,-24,-10,-24,-25v0,-21,33,-25,62,-25v42,0,42,7,53,25v13,21,34,80,50,84v11,3,26,-41,39,-65v18,-34,18,-44,66,-44v16,0,52,0,52,23v0,14,-16,18,-19,30v-10,48,-6,79,-2,147v1,26,22,21,22,37v0,24,-49,23,-65,23v-15,0,-64,1,-64,-22v0,-13,16,-14,19,-26v1,-6,9,-68,-4,-68v-25,9,-39,99,-64,106v-17,5,-39,-94,-64,-111","w":334},"N":{"d":"112,-240v36,29,66,64,108,88v16,-7,8,-37,6,-53v-5,-15,-24,-10,-24,-29v0,-23,37,-22,52,-22v16,0,55,-2,55,23v0,21,-20,12,-25,29v-11,41,-3,94,-5,142v0,16,2,66,-22,66v-7,0,-14,-4,-19,-9r-111,-100v-5,-5,-14,-13,-22,-13v-18,8,-12,44,-9,64v3,23,25,14,25,32v0,24,-37,26,-54,26v-17,0,-54,-3,-54,-26v0,-19,20,-11,24,-34v6,-42,6,-89,0,-133v-5,-36,-32,-21,-32,-43v0,-26,49,-24,65,-24v22,0,25,3,42,16","w":314},"O":{"d":"144,5v-76,0,-135,-55,-135,-132v0,-76,61,-130,139,-130v99,0,137,88,137,134v0,77,-68,128,-141,128xm193,-87v0,-33,-20,-117,-62,-117v-20,0,-30,21,-30,39v0,31,22,116,61,116v22,0,31,-19,31,-38","w":294},"P":{"d":"171,-174v0,-23,-12,-41,-36,-41v-14,0,-14,5,-14,12r0,54v0,8,-2,15,17,15v24,0,33,-18,33,-40xm39,-57r0,-141v0,-27,-34,-12,-34,-35v0,-23,32,-16,54,-16v52,0,91,-6,99,-6v49,0,96,26,96,80v0,65,-60,89,-127,81v-11,0,-4,17,-6,26v1,45,28,26,28,47v0,23,-52,25,-68,25v-15,0,-69,-1,-69,-24v0,-20,27,-7,27,-37","w":258},"Q":{"d":"193,-87v0,-33,-20,-117,-62,-117v-20,0,-30,21,-30,39v0,31,22,116,61,116v22,0,31,-19,31,-38xm204,67v-67,0,-126,-56,-183,-53v-6,0,-8,-5,-8,-10v0,-18,18,-27,36,-23v2,0,5,-1,5,-4v0,-8,-45,-32,-45,-104v0,-76,61,-130,139,-130v99,0,137,88,137,134v0,57,-32,97,-85,118v-2,1,-5,3,-5,5v0,6,12,17,54,17v24,0,38,-16,38,7v0,11,-24,43,-83,43","w":295},"R":{"d":"131,-215v-23,1,-11,34,-15,53v-1,9,-3,18,9,18v23,0,31,-14,31,-36v0,-18,-4,-35,-25,-35xm32,-75r0,-102v0,-56,-27,-34,-27,-56v8,-33,56,-19,87,-19v71,0,157,-11,157,63v0,22,-10,43,-30,52v-9,4,-5,13,3,16v25,8,37,26,42,65v4,33,27,13,27,35v0,14,-16,28,-57,28v-58,0,-65,-32,-76,-80v-4,-17,-10,-33,-30,-33v-8,0,-11,1,-11,24v0,10,1,24,3,34v3,17,21,12,21,29v0,13,-9,23,-67,23v-17,0,-69,0,-69,-26v0,-19,27,-6,27,-53","w":293},"S":{"d":"49,-110v-64,-50,-36,-147,71,-147v38,0,49,17,72,6v12,0,40,27,40,57v0,12,-8,24,-21,24v-24,0,-39,-41,-76,-41v-11,0,-23,5,-23,18v0,28,50,20,91,49v70,50,31,150,-85,149v-24,0,-64,-6,-85,-17v-17,-10,-25,-48,-25,-66v0,-10,4,-20,15,-20v26,0,21,57,87,57v8,0,28,-3,28,-17v0,-26,-49,-21,-89,-52","w":244},"T":{"d":"46,-257r176,0v14,0,43,27,43,66v0,18,-9,30,-27,30v-31,0,-32,-42,-50,-42v-14,0,-12,19,-12,22r0,110v0,43,33,23,33,48v0,11,-7,27,-74,27v-18,0,-86,1,-86,-27v0,-19,24,-10,29,-25v12,-33,7,-78,9,-118v2,-38,-6,-37,-11,-37v-16,0,-25,42,-54,42v-14,0,-22,-13,-22,-26v0,-31,25,-70,46,-70","w":265},"U":{"d":"226,-100r0,-90v0,-39,-31,-24,-31,-45v0,-22,42,-21,57,-21v14,0,53,0,53,21v0,20,-27,7,-27,40r0,97v0,16,1,103,-124,103v-142,0,-126,-110,-126,-114r0,-83v1,-23,-23,-22,-23,-39v0,-5,-4,-25,70,-25v59,0,71,11,71,25v0,26,-27,1,-28,45v-2,63,-8,137,54,137v57,0,54,-47,54,-51","w":310},"V":{"d":"306,-235v-10,30,-26,3,-46,43r-81,165v-8,15,-15,31,-34,31v-21,0,-26,-12,-34,-29r-72,-158v-11,-23,-14,-28,-28,-30v-7,-1,-11,-6,-11,-14v0,-28,58,-29,76,-29v76,0,72,18,72,23v0,14,-17,14,-17,24v0,8,14,36,23,55v3,6,7,20,15,20v12,1,18,-19,22,-27v4,-9,21,-41,21,-50v0,-13,-18,-9,-18,-23v0,-22,45,-22,59,-22v45,0,53,8,53,21","w":303},"W":{"d":"149,-138v21,-18,35,-55,5,-77v-7,-5,-13,-9,-13,-18v0,-2,-5,-23,70,-23v70,0,68,16,68,22v0,12,-16,15,-16,24v0,10,12,32,16,40v3,6,10,28,19,28v12,0,28,-61,28,-66v0,-15,-24,-7,-24,-27v0,-22,37,-21,52,-21v15,0,42,2,42,22v0,18,-15,13,-25,38r-62,162v-5,38,-51,52,-67,13r-33,-79v-2,-4,-4,-15,-10,-15v-15,7,-31,66,-41,87v-9,19,-12,32,-35,32v-20,0,-26,-12,-32,-29r-67,-171v-10,-26,-24,-13,-24,-35v0,-25,48,-25,65,-25v72,0,67,14,53,46v8,27,13,57,31,72","w":393},"X":{"d":"158,-39v0,-12,-16,-35,-26,-41v-5,0,-27,33,-27,38v0,8,15,7,15,23v0,10,-9,23,-60,23v-51,0,-60,-13,-60,-25v0,-9,6,-17,21,-17v28,0,62,-58,81,-81v-17,-27,-38,-49,-56,-74v-18,-24,-40,-12,-40,-33v0,-8,1,-30,89,-30v72,0,70,22,50,44v0,5,13,22,17,22v5,0,18,-18,18,-22v0,-8,-13,-7,-13,-22v0,-12,9,-22,62,-22v15,0,52,-1,52,22v0,17,-13,16,-26,18v-32,6,-47,41,-65,64v22,33,49,61,72,92v18,23,39,14,39,35v0,11,-2,29,-90,29v-15,0,-68,2,-68,-22v0,-14,15,-13,15,-21","w":300},"Y":{"d":"251,-206v-23,28,-61,53,-61,104v0,33,2,48,5,55v5,10,24,8,24,25v0,26,-57,26,-75,26v-71,0,-80,-16,-80,-26v0,-19,21,-12,27,-27v5,-14,15,-89,-10,-103r-40,-47v-18,-21,-41,-15,-41,-33v0,-8,-3,-24,81,-24v75,0,74,14,74,22v0,9,-10,12,-10,20v0,8,14,31,23,31v9,0,25,-20,25,-28v0,-10,-10,-10,-10,-24v0,-21,41,-21,55,-21v45,0,57,5,57,21v0,23,-27,9,-44,29","w":294},"Z":{"d":"36,-255v49,11,128,0,184,-1v22,-1,18,23,10,37r-78,133v-3,5,-16,27,-16,33v0,9,20,8,25,8v63,0,43,-48,70,-48v18,0,26,11,26,28v0,59,-24,76,-73,65r-152,0v-12,0,-26,3,-26,-14v31,-66,72,-122,105,-185v0,-9,-15,-11,-24,-11v-45,0,-34,49,-60,49v-49,0,-8,-94,9,-94","w":259},"[":{"d":"116,-226r0,200v-7,33,18,31,45,29v8,0,18,3,18,12v0,22,-28,21,-70,21v-51,0,-63,5,-63,-62r0,-200v0,-67,12,-63,63,-63v42,0,70,-1,70,21v0,17,-24,11,-40,11v-25,0,-23,8,-23,31","w":188},"\\":{"d":"141,20r-141,-259v0,-12,22,-13,31,-13v19,0,17,7,31,33r142,259v0,12,-24,13,-33,13v-16,0,-16,-7,-30,-33","w":178},"]":{"d":"73,-26r0,-200v7,-34,-19,-29,-46,-29v-8,0,-17,-4,-17,-13v0,-22,27,-21,69,-21v51,0,63,-4,63,63r0,200v0,67,-12,62,-63,62v-42,0,-69,1,-69,-21v0,-30,77,11,63,-41","w":188},"^":{"d":"154,-73r-41,-95r-41,95v-5,21,-34,15,-46,6v19,-57,46,-107,68,-161v8,-9,30,-9,38,0r69,161v-9,9,-43,15,-47,-6"},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"100,-77v-22,-1,-28,40,-5,42v19,0,22,-39,5,-42xm117,-13v-29,24,-113,29,-112,-33v0,-26,25,-58,88,-58v11,0,16,1,16,-12v0,-12,0,-37,-17,-37v-22,0,-24,39,-56,39v-12,0,-20,-8,-20,-20v0,-31,61,-50,95,-50v21,0,77,8,77,62r0,36v0,63,22,29,22,48v0,21,-29,43,-55,43v-28,0,-29,-18,-38,-18","w":214},"b":{"d":"108,-162v10,-6,31,-22,54,-22v38,0,71,32,71,80v0,62,-46,109,-108,109v-45,0,-66,-23,-72,-23v-6,0,-32,13,-35,-2v8,-14,9,-120,8,-160v0,-21,-27,-11,-27,-32v0,-24,69,-40,99,-40v10,0,9,7,9,15r-2,70v0,2,0,5,3,5xm152,-73v0,-17,-5,-56,-29,-56v-16,0,-17,14,-17,26v0,70,4,75,18,75v24,0,28,-27,28,-45","w":239},"c":{"d":"6,-90v0,-52,46,-94,106,-94v54,0,82,30,82,55v0,20,-15,36,-35,36v-39,0,-22,-45,-50,-45v-16,0,-24,17,-24,31v0,27,20,53,48,53v34,0,47,-20,54,10v0,21,-33,49,-83,49v-54,0,-98,-40,-98,-95","w":199},"d":{"d":"144,-100v0,-14,0,-45,-21,-45v-24,0,-29,42,-29,59v0,17,5,46,27,46v24,0,23,-44,23,-60xm142,-16v-12,5,-28,21,-52,21v-47,0,-84,-50,-84,-94v0,-48,39,-95,89,-95v25,0,39,11,43,11v5,0,5,-12,5,-16v0,-22,-26,-11,-26,-30v0,-27,92,-33,93,-33v11,0,13,7,13,19r0,172v0,25,19,17,19,36v0,27,-79,29,-83,29v-18,0,-5,-20,-17,-20","w":245},"e":{"d":"173,-83r-78,0v-4,0,-10,-1,-10,5v0,18,24,33,41,33v27,0,40,-16,48,-16v8,0,14,11,14,18v0,28,-52,48,-84,48v-65,0,-98,-47,-98,-93v0,-55,47,-96,101,-96v61,0,88,47,88,74v0,24,-10,27,-22,27xm105,-117v10,0,21,2,21,-11v0,-13,-8,-23,-21,-23v-12,0,-21,12,-21,24v0,13,12,10,21,10","w":200},"f":{"d":"30,-54v0,-20,15,-56,-12,-56v-4,0,-15,1,-15,-5v0,-28,-2,-30,9,-32v25,-5,-4,-21,-4,-50v0,-43,44,-57,80,-57v59,0,73,31,73,46v0,15,-13,28,-28,28v-31,0,-35,-32,-56,-32v-7,0,-12,6,-12,13v0,23,38,30,44,46v7,11,43,-5,40,10v-3,12,4,34,-11,33v-35,-9,-26,33,-21,55v5,22,32,11,32,33v0,9,-1,26,-82,26v-17,0,-64,-1,-64,-26v0,-20,27,-10,27,-32","w":160},"g":{"d":"126,-114v0,-15,-3,-42,-23,-42v-32,2,-26,70,1,70v16,0,22,-14,22,-28xm58,18v0,19,28,24,42,24v12,0,39,-1,39,-18v0,-24,-51,-2,-76,-12v-3,0,-5,3,-5,6xm216,-3v0,32,-31,76,-119,76v-67,0,-92,-25,-92,-48v0,-21,20,-22,20,-27v0,-5,-20,-14,-20,-30v0,-26,30,-34,30,-39v0,-4,-25,-20,-25,-47v0,-65,90,-71,147,-57v27,0,41,-19,46,-19v33,15,-15,51,-7,67v-3,55,-64,69,-115,64v-6,0,-10,4,-10,10v11,28,63,7,92,7v37,0,53,21,53,43","w":218},"h":{"d":"139,-14v6,-11,15,-39,15,-65v0,-18,1,-52,-25,-52v-36,0,-22,46,-22,77v0,30,15,24,15,37v0,21,-41,21,-55,21v-51,0,-63,-11,-63,-22v0,-14,15,-8,20,-31v7,-37,4,-93,3,-134v-1,-26,-23,-16,-23,-33v0,-29,94,-36,94,-36v11,0,12,3,12,13r-2,69v0,7,-1,18,8,18v11,0,16,-32,56,-32v66,0,62,62,62,72r1,58v0,31,18,23,18,37v0,21,-46,21,-59,21v-11,0,-55,0,-55,-18","w":256},"i":{"d":"110,-167r0,100v0,42,21,27,21,46v0,24,-46,25,-62,25v-62,0,-64,-14,-64,-23v0,-13,15,-14,19,-25v5,-13,5,-65,1,-78v-3,-13,-21,-9,-21,-25v0,-26,91,-36,95,-36v11,0,11,8,11,16xm108,-230v0,28,-48,36,-69,36v-15,0,-32,-7,-32,-25v0,-24,48,-33,66,-33v14,0,35,4,35,22","w":135},"j":{"d":"114,-164r0,155v0,18,1,44,-11,59v-13,16,-42,23,-62,23v-21,5,-61,-24,-31,-37v22,5,18,-9,18,-28r0,-112v0,-35,-24,-18,-24,-37v0,-34,98,-42,98,-42v13,0,12,9,12,19xm110,-230v0,28,-48,36,-69,36v-15,0,-32,-7,-32,-25v0,-24,48,-33,66,-33v14,0,35,4,35,22","w":139},"k":{"d":"245,-160v4,18,-41,15,-52,35v0,9,42,61,49,69v16,20,36,20,36,35v0,26,-57,23,-87,21v-40,-3,-44,-51,-72,-69v-14,26,12,37,11,48v0,10,-3,25,-59,25v-30,0,-63,1,-63,-23v0,-17,19,-5,20,-35r3,-126v0,-29,-27,-10,-27,-31v0,-24,81,-41,100,-41v10,0,10,5,10,13r-2,77v-10,52,27,26,37,14v0,-5,-7,-8,-7,-15v0,-19,36,-20,49,-20v15,0,54,1,54,23","w":277},"l":{"d":"117,-234v-2,23,-7,148,-3,194v4,13,20,7,20,22v0,24,-44,22,-59,22v-16,0,-67,2,-67,-24v0,-13,17,-8,20,-21v8,-39,8,-92,2,-135v-4,-27,-26,-16,-26,-37v0,-31,93,-39,98,-39v12,0,15,7,15,18","w":138},"m":{"d":"229,-151v12,-7,36,-32,63,-32v34,0,56,19,56,54r0,76v0,21,13,23,13,33v0,23,-41,24,-55,24v-12,0,-54,-2,-54,-21v0,-13,13,-13,13,-34v0,-31,10,-71,-19,-78v-27,4,-18,35,-18,60v0,44,13,37,13,50v-3,39,-128,23,-113,3v0,-19,19,-4,17,-47v-1,-26,8,-60,-19,-66v-28,5,-18,40,-18,67v0,58,36,66,-48,66v-14,0,-56,0,-56,-19v0,-16,21,-7,21,-52r0,-33v1,-38,-11,-26,-18,-46v0,-27,89,-37,90,-37v19,0,2,28,16,32v14,-8,33,-32,65,-32v43,0,43,32,51,32","w":365},"n":{"d":"113,-153v17,-6,22,-30,55,-30v75,0,62,73,66,128v2,28,16,22,16,37v0,6,2,22,-66,22v-13,0,-48,1,-48,-19v0,-13,12,-8,14,-31v2,-26,12,-83,-22,-83v-32,0,-21,40,-21,69v0,35,13,28,13,42v0,22,-48,22,-63,22v-14,0,-51,0,-51,-22v0,-17,16,-2,17,-37r2,-54v1,-27,-21,-18,-21,-37v0,-19,83,-37,90,-37v20,-1,5,26,19,30","w":253},"o":{"d":"221,-90v-1,114,-215,134,-215,7v0,-64,57,-101,116,-101v63,0,99,49,99,94xm139,-63v0,-16,-8,-78,-32,-78v-12,0,-19,11,-18,21v1,23,8,79,33,80v14,1,17,-11,17,-23","w":227},"p":{"d":"157,-85v0,-17,-4,-46,-27,-46v-13,0,-17,5,-17,71v0,12,5,16,18,16v22,0,26,-24,26,-41xm27,6v8,0,6,-123,1,-125v-5,-5,-24,0,-24,-21v0,-24,73,-43,100,-43v15,0,5,15,14,18v5,0,25,-19,55,-19v109,0,88,189,-14,189v-25,0,-43,-22,-43,3v0,27,22,18,22,36v0,20,-33,23,-47,23v-48,0,-86,-18,-86,-36v0,-16,16,-11,22,-25","w":251},"q":{"d":"141,-87v0,-15,3,-57,-21,-57v-6,0,-24,7,-24,45v0,38,15,58,29,58v18,0,16,-34,16,-46xm6,-90v0,-86,98,-107,168,-85v15,0,25,-9,39,-9v9,0,16,3,16,13v-1,4,-9,112,-6,174v2,41,19,24,19,44v0,23,-34,24,-50,24v-19,0,-80,-4,-80,-32v0,-18,26,-7,26,-36v-6,-24,-19,2,-50,2v-53,0,-82,-46,-82,-95","w":245},"r":{"d":"24,-48v5,-17,4,-40,4,-61v0,-35,-22,-16,-22,-38v0,-28,84,-36,87,-36v23,-4,9,22,22,29v9,0,14,-29,45,-29v24,0,40,18,40,42v0,24,-20,43,-44,43v-23,0,-31,-20,-40,-20v-10,0,-8,24,-8,30v0,11,1,26,3,40v2,16,29,5,29,27v0,23,-31,25,-71,25v-17,0,-65,1,-65,-24v0,-15,16,-15,20,-28","w":202},"s":{"d":"56,0v-33,11,-46,-26,-48,-49v0,-9,4,-17,14,-17v16,0,30,35,50,35v7,0,14,-3,14,-11v0,-21,-70,-24,-70,-83v0,-50,56,-69,103,-54v29,-18,51,20,52,43v0,10,-8,17,-17,17v-21,0,-32,-29,-48,-29v-6,0,-13,6,-13,13v0,23,79,27,79,83v1,51,-66,66,-116,52","w":180},"t":{"d":"102,-229v35,0,-5,56,29,45v18,3,46,-10,40,17v4,33,-19,22,-41,22v-13,0,-13,1,-13,14v1,28,-6,88,19,83v19,-4,37,-15,37,8v0,24,-42,45,-78,45v-18,0,-64,-8,-64,-65r0,-74v5,-26,-55,7,-30,-38r82,-53v8,-5,8,-4,19,-4","w":175},"u":{"d":"145,-18v-13,5,-30,22,-54,22v-68,0,-63,-54,-63,-108v0,-55,-24,-31,-24,-55v0,-23,90,-24,93,-24v10,0,11,5,11,14r0,91v0,14,2,37,21,37v36,-7,19,-56,21,-90v-3,-18,-21,-12,-21,-27v0,-21,72,-25,86,-25v26,-1,18,32,18,54r0,73v0,22,20,12,20,29v0,24,-64,31,-84,31v-28,0,-10,-22,-24,-22","w":256},"v":{"d":"88,-21r-60,-112v-10,-20,-31,-9,-31,-28v0,-9,5,-22,73,-22v13,0,61,-1,61,18v0,12,-14,15,-14,24v0,8,13,36,22,36v12,0,25,-31,25,-38v0,-9,-12,-13,-12,-23v0,-18,39,-17,50,-17v10,0,38,0,38,16v0,17,-24,9,-34,29r-59,115v-20,44,-44,30,-59,2","w":237},"w":{"d":"255,4v-33,-11,-42,-62,-68,-81v-32,16,-29,70,-65,81v-13,0,-21,-15,-27,-25r-68,-111v-12,-19,-30,-8,-30,-26v0,-23,55,-25,72,-25v14,0,58,1,58,22v0,8,-7,11,-7,16v0,6,16,38,25,38v6,0,17,-19,17,-24v0,-17,-22,-17,-22,-30v0,-7,1,-22,72,-22v14,0,52,-1,52,19v0,13,-11,15,-11,23v0,7,13,35,21,35v11,0,25,-32,25,-35v0,-9,-10,-12,-10,-24v0,-18,32,-18,44,-18v12,0,44,0,44,18v0,20,-24,6,-39,36r-46,90v-6,12,-21,43,-37,43","w":374},"x":{"d":"167,-95v9,17,20,32,31,47v16,23,30,15,30,30v0,9,-1,22,-73,22v-15,0,-60,3,-60,-21v0,-13,14,-9,14,-20v0,-7,-12,-27,-19,-27v-6,0,-22,26,-22,33v0,8,9,8,9,19v0,15,-28,16,-39,16v-13,0,-38,0,-38,-18v0,-19,17,-3,34,-30r33,-55v-7,-14,-19,-23,-28,-36v-13,-16,-35,-8,-35,-26v0,-23,63,-22,78,-22v12,0,57,-2,57,18v-10,15,-8,29,7,37v5,0,16,-16,16,-21v0,-5,-8,-11,-8,-17v0,-17,28,-17,39,-17v28,0,33,8,33,17v0,13,-20,13,-30,28v-10,15,-21,27,-29,43","w":227},"y":{"d":"200,-131v-42,67,-38,195,-139,195v-26,0,-57,-13,-57,-43v0,-18,14,-33,32,-33v33,0,24,38,39,38v25,0,10,-36,3,-50r-51,-106v-7,-14,-27,-9,-27,-26v0,-11,6,-27,82,-27v14,0,47,1,47,22v0,10,-9,12,-9,21v0,14,16,39,22,39v11,0,19,-24,19,-33v0,-16,-12,-16,-12,-28v0,-19,34,-21,47,-21v12,0,38,1,38,18v0,21,-21,13,-34,34","w":234},"z":{"d":"146,-179v13,0,39,-3,37,12v-16,44,-46,75,-62,119v0,8,7,9,13,9v30,0,24,-31,40,-31v42,11,0,82,-18,76v-22,-7,-86,-6,-121,-6v-9,0,-29,0,-29,-14v18,-44,51,-76,69,-121v0,-8,-11,-7,-16,-7v-26,0,-21,30,-40,30v-37,-9,0,-74,15,-74v10,0,12,7,72,7r40,0","w":194},"{":{"d":"89,-127v53,5,29,70,34,119v-7,22,34,15,30,31v3,15,-31,13,-48,13v-65,0,-50,-74,-51,-133v6,-22,-35,-14,-31,-31v-4,-17,37,-8,31,-31v1,-58,-13,-130,51,-130v18,0,51,-2,48,14v4,16,-37,8,-30,30v-3,51,14,109,-34,118","w":188},"|":{"d":"68,90r0,-360r42,0r0,360r-42,0","w":178},"}":{"d":"66,-8v5,-49,-18,-114,34,-119r0,-2v-52,-4,-29,-68,-34,-116v7,-22,-34,-13,-30,-30v-4,-16,31,-14,48,-14v63,0,51,72,51,130v-7,23,35,14,30,31v5,16,-37,9,-30,31v-1,59,14,133,-51,133v-17,0,-51,3,-48,-13v-4,-16,37,-9,30,-31","w":188},"~":{"d":"169,-126v17,0,32,3,32,24v0,23,-19,43,-41,43v-28,0,-66,-25,-80,-25v-7,7,-6,29,-22,25v-17,0,-32,-3,-32,-24v0,-23,19,-43,41,-43v28,0,66,24,80,24v4,0,4,-2,4,-6v0,-13,9,-18,18,-18"},"'":{"d":"57,-118v-25,-14,-38,-57,-39,-90v0,-24,12,-49,39,-49v67,0,35,116,0,139","w":113},"`":{"d":"102,-202v-49,0,-77,-33,-77,-42v8,-25,59,-27,74,-9v-13,18,22,19,23,38v0,12,-11,13,-20,13","w":146},"\u00a0":{"w":113}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1991 Adobe Systems Incorporated.  All Rights Reserved.Berthold
 * Akzidenz Grotesk is a registered trademark of H. Berthold AG.
 */
Cufon.registerFont({"w":127,"face":{"font-family":"AKZ-BE","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-6 -278 298 90","underline-thickness":"18","underline-position":"-36","stemh":"31","stemv":"28","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":74},"!":{"d":"32,-80v-5,-54,-7,-112,-6,-172r28,0r0,98r-6,74r-16,0xm26,0r0,-46r28,0r0,46r-28,0","w":67},"\"":{"d":"123,-248r-14,92r-9,0r-14,-94v2,-29,41,-26,37,2xm56,-248r-15,92r-8,0r-14,-94v2,-29,41,-26,37,2","w":142},"#":{"d":"201,-111r0,28r-54,0r-12,83r-28,0r11,-83r-40,0r-11,83r-29,0r12,-83r-50,0r0,-28r54,0r5,-38r-50,0r0,-28r54,0r11,-77r29,0r-11,77r40,0r11,-77r28,0r-10,77r49,0r0,28r-53,0r-6,38r50,0xm82,-111r40,0r6,-38r-40,0","w":209},"$":{"d":"78,-177v1,-35,3,-48,-18,-54v-13,0,-18,12,-18,27v2,48,70,103,70,150v0,30,-13,52,-45,56r0,25r-16,0r0,-25v-39,-9,-40,-36,-40,-93r30,0v0,31,0,40,2,49v1,5,3,18,18,18v20,0,20,-24,20,-30v0,-31,-20,-49,-34,-68v-30,-39,-35,-63,-35,-82v0,-26,12,-48,38,-53r0,-21r17,0r0,21v41,6,40,38,40,80r-29,0","w":119},"%":{"d":"41,2r111,-265r18,7r-111,265xm136,-36r0,-91v0,-9,0,-35,33,-35v31,0,34,22,34,37r0,84v0,18,0,43,-33,43v-33,0,-34,-25,-34,-38xm183,-30r0,-97v0,-8,-1,-18,-13,-18v-13,0,-13,8,-13,16r0,96v0,7,0,17,13,17v13,0,13,-9,13,-14xm8,-130r0,-92v0,-9,0,-34,32,-34v31,0,34,22,34,36r0,85v0,18,0,42,-33,42v-33,0,-33,-24,-33,-37xm54,-124r0,-98v0,-8,-1,-17,-13,-17v-13,0,-13,7,-13,15r0,97v0,7,0,16,13,16v13,0,13,-8,13,-13","w":209},"&":{"d":"157,-30r0,32v-12,-2,-28,-5,-45,-20v-31,40,-102,21,-102,-48v0,-33,15,-51,28,-68v-5,-9,-15,-30,-15,-58v0,-36,20,-59,49,-59v70,0,34,97,3,120v10,23,14,31,31,59v5,-17,7,-26,8,-55r29,0v0,21,-1,54,-16,82v13,11,20,14,30,15xm60,-159v13,-17,24,-32,24,-49v0,-13,-6,-17,-13,-17v-29,2,-19,49,-11,66xm53,-104v-19,16,-17,78,15,77v12,0,19,-10,21,-13v-18,-28,-22,-35,-36,-64","w":157},"(":{"d":"84,-241v-34,22,-41,107,-41,146v0,41,3,109,41,149r0,22v-52,-31,-96,-170,-58,-259v21,-50,46,-71,58,-79r0,21","w":90},")":{"d":"6,55v33,-23,41,-107,41,-146v0,-41,-3,-109,-41,-149r0,-22v53,30,96,168,58,258v-21,50,-46,72,-58,80r0,-21","w":90},"*":{"d":"63,-206v-5,-14,-7,-30,-6,-49r26,0v1,18,0,34,-5,46v14,-6,29,-12,45,-16r8,26v-15,4,-30,8,-50,7v15,8,25,21,33,36r-21,14v-10,-13,-20,-25,-22,-46v-2,20,-11,33,-21,46r-22,-13v8,-15,17,-28,31,-37v-19,1,-33,-3,-47,-7r7,-27v16,6,31,12,44,20","w":142},"+":{"d":"168,-119r0,29r-64,0r0,64r-29,0r0,-64r-64,0r0,-29r64,0r0,-65r29,0r0,65r64,0","w":180},",":{"d":"11,0r0,-46r29,0v0,43,5,83,-27,95v2,-20,16,-17,13,-49r-15,0","w":52},"-":{"d":"10,-102r0,-30r64,0r0,30r-64,0","w":82},".":{"d":"11,0r0,-48r29,0r0,48r-29,0","w":52},"\/":{"d":"3,0r55,-254r28,0r-55,254r-28,0","w":90},"0":{"d":"12,-58r0,-147v0,-15,2,-28,12,-38v14,-14,34,-14,41,-14v51,0,51,39,51,54r0,148v0,19,0,58,-52,58v-52,0,-52,-37,-52,-61xm85,-46r0,-160v0,-11,0,-27,-21,-27v-22,0,-22,17,-22,23r0,161v0,10,0,26,21,26v22,0,22,-16,22,-23"},"1":{"d":"24,-192r0,-25v21,-2,33,-13,38,-36r22,0r0,253r-32,0r0,-192r-28,0"},"2":{"d":"114,-193v13,62,-61,107,-67,165r69,0r0,28r-102,0v0,-46,5,-69,48,-125v21,-27,22,-41,21,-81v0,-9,0,-25,-19,-25v-35,0,-15,34,-20,61r-31,0v4,-47,-18,-80,50,-86v32,-3,59,18,51,63"},"3":{"d":"12,-192v2,-36,-13,-56,48,-65v64,6,47,34,47,79v0,24,-7,30,-25,34v39,4,29,50,30,90v0,23,0,56,-50,56v-69,0,-46,-34,-50,-79r30,0v3,25,-11,50,20,54v35,-5,19,-42,19,-71v0,-30,-13,-31,-45,-30r0,-30v46,5,40,-24,40,-62v0,-7,0,-17,-16,-17v-27,0,-16,20,-18,41r-30,0"},"4":{"d":"3,-85r54,-168r46,0r0,167r18,0r0,27r-18,0r0,59r-30,0r0,-59r-70,0r0,-26xm73,-86r0,-133r-41,133r41,0"},"5":{"d":"65,4v-24,0,-57,-21,-50,-45r0,-37r30,0v4,25,-12,56,19,56v20,0,20,-16,20,-27r0,-82v0,-15,-7,-22,-20,-22v-21,0,-20,14,-20,28r-27,0r0,-128r91,0r0,29r-63,0r0,55v4,-4,12,-10,29,-10v40,0,41,29,41,41r0,94v0,13,0,48,-50,48"},"6":{"d":"65,3v-31,3,-56,-28,-50,-54r0,-151v0,-16,0,-32,13,-44v12,-10,27,-11,39,-11v61,0,46,38,48,77r-30,0v3,-22,-3,-58,-20,-51v-38,6,-13,57,-20,91v10,-13,23,-16,32,-16v61,0,33,60,39,109v-4,29,-3,45,-51,50xm66,-22v39,0,13,-50,20,-82v0,-9,0,-25,-20,-25v-40,0,-14,49,-21,82v0,8,0,25,21,25"},"7":{"d":"111,-224v-19,22,-51,177,-45,224r-37,0v6,-83,14,-140,53,-223r-67,0r0,-29r96,0r0,28"},"8":{"d":"115,-91v0,54,-2,99,-52,94v-65,-7,-51,-42,-51,-83v0,-35,4,-47,29,-53v-34,-9,-25,-36,-26,-72v0,-12,0,-50,49,-50v59,0,49,37,50,74v0,26,-3,40,-27,48v27,5,28,24,28,42xm65,-230v-34,0,-19,36,-19,63v0,7,-1,21,17,21v31,0,20,-32,20,-58v0,-12,0,-26,-18,-26xm63,-22v34,-2,21,-44,21,-74v0,-13,-2,-23,-21,-23v-33,0,-17,43,-21,72v0,7,0,25,21,25"},"9":{"d":"113,-203r0,150v0,21,0,55,-52,55v-61,0,-46,-38,-48,-77r29,0v-3,22,3,58,20,51v38,-5,13,-57,20,-90v-11,13,-22,15,-31,15v-62,0,-39,-59,-39,-109v0,-12,0,-50,51,-50v8,0,21,1,32,9v18,12,18,31,18,46xm62,-233v-39,0,-13,51,-20,83v0,9,0,24,20,24v39,0,13,-49,20,-82v0,-10,1,-25,-20,-25"},":":{"d":"26,-116r0,-47r29,0r0,47r-29,0xm26,0r0,-48r29,0r0,48r-29,0","w":67},";":{"d":"25,-117r0,-46r30,0r0,46r-30,0xm25,0r0,-48r29,0v1,42,2,89,-28,97r0,-9v11,-8,13,-14,13,-40r-14,0","w":67},"<":{"d":"180,-56r0,32r-180,-88r0,-31r180,-87r0,32r-144,71","w":180},"=":{"d":"180,-86r0,28r-180,0r0,-28r180,0xm180,-151r0,28r-180,0r0,-28r180,0","w":180},">":{"d":"180,-112r-180,88r0,-32r144,-71r-144,-71r0,-32r180,87r0,31","w":180},"?":{"d":"46,-80v-5,-37,44,-105,35,-121v0,-15,-2,-26,-17,-26v-18,0,-17,14,-17,46r-28,0v-3,-47,5,-72,46,-72v34,0,47,26,47,51v0,44,-46,94,-40,122r-26,0xm45,-46r29,0r0,46r-29,0r0,-46","w":119},"@":{"d":"283,-27r12,14v-36,35,-82,58,-132,58v-55,0,-138,-31,-138,-130v0,-89,69,-171,166,-171v64,0,107,40,107,104v0,65,-41,127,-83,127v-28,0,-29,-22,-30,-31v-22,30,-46,30,-52,30v-4,0,-47,0,-47,-59v0,-72,82,-142,117,-71r6,-22r24,0v-7,34,-21,85,-22,117v0,8,3,14,11,14v21,0,55,-49,55,-104v0,-57,-38,-86,-89,-86v-73,0,-143,67,-143,153v0,135,171,132,238,57xm143,-49v45,9,75,-114,22,-114v-32,0,-51,45,-51,77v0,37,27,37,29,37","w":322},"A":{"d":"38,-254r41,0r39,254r-33,0r-6,-47r-38,0r-6,47r-32,0xm60,-206r-3,0v-1,66,-8,74,-13,128r31,0v-5,-46,-15,-75,-15,-128","w":119},"B":{"d":"15,0r0,-254r60,0v39,0,39,14,39,63v0,41,-1,53,-25,57v8,1,21,2,24,19v1,4,1,7,1,52v0,77,-39,62,-99,63xm48,-148v49,7,28,-22,32,-59v-5,-23,4,-14,-32,-17r0,76xm65,-31v26,6,14,-28,17,-45v0,-51,-3,-43,-34,-44r0,89r17,0"},"C":{"d":"68,3v-78,4,-54,-109,-54,-187v0,-22,0,-73,57,-73v68,0,50,49,53,95r-34,0v-4,-29,14,-66,-21,-66v-21,0,-21,19,-21,32r0,141v0,14,0,29,21,29v36,0,16,-48,21,-79r34,0v-1,55,10,104,-56,108","w":135},"D":{"d":"14,0r0,-254r62,0v36,0,38,20,38,41r0,169v6,61,-52,41,-100,44xm81,-206v4,-18,-16,-18,-33,-17r0,192v15,0,37,4,33,-14r0,-161"},"E":{"d":"15,0r0,-254r84,0r0,32r-50,0r0,74r45,0r0,31r-45,0r0,85r50,0r0,32r-84,0","w":105},"F":{"d":"15,0r0,-255r87,0r0,32r-53,0r0,74r48,0r0,31r-48,0r0,118r-34,0","w":105},"G":{"d":"14,-185v-7,-41,24,-75,52,-72v56,7,43,43,45,82r-31,0v-2,-22,8,-53,-16,-54v-17,0,-16,15,-16,28r0,146v0,17,-1,31,16,31v34,0,11,-50,17,-80r-21,0r0,-31r54,0r0,135r-20,0r-3,-12v-5,6,-12,16,-31,16v-46,0,-46,-45,-46,-63r0,-126"},"H":{"d":"14,-254r34,0r0,103r31,0r0,-103r33,0r0,254r-34,0r0,-118r-30,0r0,118r-34,0r0,-254"},"I":{"d":"13,-254r33,0r0,254r-33,0r0,-254","w":60},"J":{"d":"58,-71r0,-183r33,0v-3,75,8,174,-7,235v-22,31,-53,20,-81,18r0,-31v38,8,55,14,55,-39","w":105},"K":{"d":"48,-134v11,-45,24,-78,36,-120r34,0r-42,126r50,128r-35,0r-43,-119r0,119r-34,0r0,-254r34,0r0,120"},"L":{"d":"15,-255r34,0r0,224r55,0r0,31r-89,0r0,-255","w":105},"M":{"d":"15,-254r48,0v8,60,24,119,26,184r2,0v1,-62,16,-126,23,-184r50,0r0,254r-31,0r1,-208r-3,0r-28,208r-28,0r-27,-208r-4,0r2,208r-31,0r0,-254","w":180},"N":{"d":"15,-254r36,0r43,188r2,0v-7,-58,-5,-124,-6,-188r31,0r0,254r-37,0r-42,-190r-2,0v5,60,4,127,6,190r-31,0r0,-254","w":135},"O":{"d":"68,-256v81,-2,53,121,53,199v0,19,-1,60,-56,60v-7,0,-35,1,-45,-25v-16,-45,-2,-108,-6,-163v-3,-42,18,-70,54,-71xm68,-227v-12,0,-20,11,-20,39r0,136v0,13,1,27,19,27v20,0,20,-17,20,-35r0,-128v0,-22,0,-39,-19,-39","w":135},"P":{"d":"15,0r0,-254v46,1,108,-13,100,43v-6,40,14,104,-34,96r-33,0r0,115r-33,0xm81,-210v3,-17,-18,-12,-33,-13r0,78v14,-2,33,6,33,-12r0,-53","w":119},"Q":{"d":"24,-235v47,-49,97,-13,97,50r0,119v0,29,-1,61,-41,67v-6,20,18,20,33,18r0,31v-43,1,-60,-1,-62,-49v-18,-6,-37,-14,-37,-55v0,-58,-10,-141,10,-181xm88,-61r0,-135v0,-16,-1,-31,-20,-31v-14,0,-20,9,-20,23r0,150v0,15,0,29,19,29v19,0,21,-12,21,-36","w":135},"R":{"d":"15,0r0,-254v57,2,100,-16,100,61v0,47,-3,61,-28,64v48,-3,14,99,34,129r-35,0v-9,-25,-2,-78,-10,-109v-4,-8,-8,-8,-28,-8r0,117r-33,0xm82,-195v1,-38,-9,-27,-33,-29r0,79v32,1,32,2,33,-50"},"S":{"d":"110,-56v5,34,-26,65,-50,61v-67,-11,-43,-49,-48,-98r30,0v4,28,-14,71,18,71v16,0,16,-16,16,-29v0,-47,-62,-100,-62,-152v0,-34,22,-56,51,-56v51,0,43,44,43,89r-31,0v-4,-23,11,-63,-13,-63v-15,0,-17,13,-17,26v0,46,67,93,63,151","w":119},"T":{"d":"4,-224r0,-30r112,0r0,30r-39,0r0,224r-35,0r0,-224r-38,0","w":119},"U":{"d":"14,-55r0,-199r33,0r0,196v0,17,0,34,21,34v20,0,20,-17,20,-36r0,-194r33,0r0,192v0,18,0,66,-54,66v-52,0,-53,-45,-53,-59","w":135},"V":{"d":"63,-51v2,-63,17,-141,23,-204r34,0r-39,255r-40,0r-39,-255r34,0r24,204r3,0","w":119},"W":{"d":"69,-254r31,0r20,203r2,0v2,-74,11,-133,15,-203r33,0r-29,254r-39,0r-16,-183r-3,0v0,68,-10,120,-14,183r-38,0r-29,-254r33,0r15,204r2,0v1,-77,12,-133,17,-204","w":172},"X":{"d":"2,-254r34,0v7,27,20,50,21,82r3,0v2,-32,14,-55,21,-82r33,0r-37,123r41,131r-34,0v-8,-32,-20,-56,-24,-93r-2,0v-4,46,-15,56,-23,93r-33,0r39,-131","w":119},"Y":{"d":"1,-254r35,0v9,32,16,78,24,108v1,-25,16,-81,25,-108r33,0r-42,147r0,107r-36,0r0,-106","w":119},"Z":{"d":"20,-255r81,0r0,22r-60,202r55,0r0,31r-91,0r0,-22r61,-203r-46,0r0,-30","w":105},"[":{"d":"82,53r0,18r-60,0r0,-335r60,0r0,17r-31,0r0,300r31,0","w":97},"\\":{"d":"86,0r-28,0r-55,-254r28,0","w":90},"]":{"d":"17,-247r0,-17r60,0r0,335r-61,0r0,-18r31,0r0,-300r-30,0","w":97},"^":{"d":"147,-254r64,133r-35,0r-44,-94r-46,94r-35,0r68,-133r28,0","w":262},"_":{"d":"184,27r0,18r-188,0r0,-18r188,0","w":180},"a":{"d":"14,-131v2,-34,-11,-65,42,-65v42,0,42,28,42,41v3,51,-6,112,5,155r-31,0v-3,-7,-3,-8,-5,-15v-5,8,-11,17,-27,17v-41,0,-23,-34,-28,-66v-5,-34,42,-44,57,-65v-3,-17,9,-43,-12,-43v-23,0,-10,23,-13,41r-30,0xm69,-96v-14,10,-35,21,-28,52v0,10,0,23,12,23v29,-10,11,-45,16,-75","w":112},"b":{"d":"71,-195v20,0,30,16,29,33r0,121v0,7,-1,44,-36,44v-20,0,-24,-13,-27,-19v-4,7,-5,8,-7,16r-16,0r0,-254r29,0r0,75v3,-4,10,-16,28,-16xm71,-40r0,-114v0,-6,0,-16,-13,-16v-14,0,-15,14,-15,19r0,107v0,10,0,21,14,21v9,0,14,-7,14,-17","w":112},"c":{"d":"13,-38r0,-114v0,-9,0,-44,43,-44v56,0,42,35,44,73r-29,0v-2,-20,9,-49,-15,-49v-15,0,-15,10,-15,19r0,117v0,4,0,15,14,15v27,0,12,-33,16,-55r28,0v-3,42,16,80,-43,80v-40,0,-43,-25,-43,-42","w":105},"d":{"d":"70,-181r0,-74r29,0r0,255r-29,0r0,-13v-5,6,-11,16,-26,16v-29,0,-30,-27,-30,-35r0,-128v-6,-35,42,-45,56,-21xm70,-46r0,-105v0,-6,0,-18,-13,-18v-14,0,-14,13,-14,20r0,110v0,5,0,16,13,16v14,0,14,-17,14,-23","w":112},"e":{"d":"56,3v-67,0,-36,-79,-42,-143v-4,-36,13,-56,43,-56v69,0,35,54,43,106r-58,0v5,26,-14,64,14,70v26,-4,11,-30,15,-52r29,0v-2,39,13,75,-44,75xm71,-114v-4,-22,11,-55,-14,-58v-27,3,-11,35,-15,58r29,0","w":112},"f":{"d":"19,-192v3,-30,-11,-64,26,-63v6,0,12,1,20,2r0,24v-21,-5,-15,20,-16,37r17,0r0,24r-17,0r0,168r-30,0r0,-168r-16,0r0,-24r16,0","w":67},"g":{"d":"99,6v3,22,-17,45,-44,45v-13,0,-43,-5,-42,-39r29,0v0,3,-1,15,14,15v22,0,10,-22,13,-40v-15,23,-56,24,-56,-18r0,-130v-2,-13,10,-35,29,-35v18,0,26,13,28,17r0,-14r29,0r0,199xm70,-46r0,-99v0,-12,-1,-25,-15,-25v-14,0,-14,10,-14,30r0,95v0,10,1,21,14,21v14,0,15,-13,15,-22","w":112},"h":{"d":"14,-255r29,0r0,75v5,-7,13,-16,28,-16v30,0,29,29,29,42r0,154r-29,0r0,-152v0,-9,-1,-17,-13,-17v-14,0,-15,14,-15,20r0,149r-29,0r0,-255","w":112},"i":{"d":"16,-253r29,0r0,38r-29,0r0,-38xm15,0r0,-193r29,0r0,193r-29,0","w":60},"j":{"d":"17,-253r29,0r0,38r-29,0r0,-38xm17,12r0,-205r29,0r0,196v3,30,-10,51,-52,47r0,-25v12,2,23,2,23,-13","w":60},"k":{"d":"15,-254r29,0r0,138r29,-77r31,0r-34,74r33,119r-31,0r-22,-89v-11,21,-4,59,-6,89r-29,0r0,-254","w":105},"l":{"d":"15,0r0,-254r30,0r0,254r-30,0","w":60},"m":{"d":"44,-193r0,13v5,-8,11,-16,27,-16v19,0,24,13,27,19v4,-6,11,-19,30,-19v30,0,30,27,30,42r0,154r-29,0r0,-152v0,-9,0,-18,-13,-18v-15,0,-15,12,-15,21r0,149r-29,0r0,-151v0,-9,0,-19,-13,-19v-15,0,-15,14,-15,20r0,150r-29,0r0,-193r29,0","w":172},"n":{"d":"42,-193r0,13v5,-6,13,-16,29,-16v29,0,29,27,29,40r0,156r-29,0r0,-151v0,-8,0,-19,-13,-19v-15,0,-15,14,-15,24r0,146r-29,0r0,-193r28,0","w":112},"o":{"d":"14,-52r0,-89v0,-19,0,-55,44,-55v42,0,42,31,42,45r0,109v0,13,-1,45,-44,45v-42,0,-42,-32,-42,-55xm72,-40r0,-114v0,-9,0,-18,-14,-18v-15,0,-16,12,-16,21r0,113v0,8,1,17,15,17v14,0,15,-10,15,-19","w":112},"p":{"d":"42,-193r0,13v10,-24,66,-19,57,20r0,123v0,8,0,40,-30,40v-16,0,-23,-12,-27,-17r0,66r-28,0r0,-245r28,0xm70,-42r0,-109v0,-12,-3,-19,-13,-19v-15,0,-15,14,-15,23r0,106v0,5,1,17,15,17v10,0,13,-7,13,-18","w":112},"q":{"d":"13,-31r0,-122v0,-17,0,-43,29,-43v18,0,26,13,30,19v4,-6,5,-8,8,-16r18,0r0,245r-29,0r0,-66v-5,6,-13,16,-29,16v-27,0,-27,-24,-27,-33xm69,-49r0,-96v0,-13,0,-25,-14,-25v-13,0,-14,11,-14,17r0,113v0,7,1,16,13,16v15,0,15,-14,15,-25","w":112},"r":{"d":"44,-193r0,22v5,-13,16,-28,37,-23r0,33v-4,-3,-8,-6,-17,-6v-21,0,-21,25,-21,38r0,129r-29,0r0,-193r30,0","w":82},"s":{"d":"36,-71v0,38,-2,44,17,49v15,0,15,-15,15,-25v3,-35,-65,-61,-56,-101v0,-26,10,-47,42,-47v40,0,41,30,41,60r-27,0v0,-24,-1,-34,-15,-34v-14,0,-14,13,-14,19v2,39,57,50,57,101v0,59,-63,71,-84,27v-4,-10,-3,-17,-3,-49r27,0","w":105},"t":{"d":"20,-234r29,0r0,42r17,0r0,24r-17,0r0,133v0,13,5,14,19,13r0,22v-27,6,-55,-2,-48,-30r0,-138r-17,0r0,-24r17,0r0,-42","w":67},"u":{"d":"71,0r0,-12v-5,6,-13,16,-29,16v-29,0,-29,-27,-29,-40r0,-157r30,0r0,151v0,8,-1,19,12,19v15,0,16,-14,16,-24r0,-146r28,0r0,193r-28,0","w":112},"v":{"d":"66,-193r29,0r-29,193r-35,0r-28,-193r29,0v7,50,7,108,18,155v1,-52,11,-106,16,-155","w":97},"w":{"d":"3,-193r28,0v5,49,1,107,10,152r19,-152r21,0v8,49,8,106,19,152v0,-56,7,-99,10,-152r29,0r-25,193r-32,0v-4,-38,-11,-82,-10,-122r-3,0v-1,59,-6,74,-11,122r-32,0","w":142},"x":{"d":"6,-193r29,0v8,22,11,51,19,70v2,-20,10,-49,16,-70r29,0r-30,89r33,104r-30,0v-8,-25,-9,-56,-20,-78r-22,78r-29,0r35,-104","w":105},"y":{"d":"1,-193r30,0r16,153r3,0v0,-62,10,-98,16,-152r29,0r-36,214v-7,29,-23,30,-51,29r0,-28v12,4,25,-7,22,-27","w":97},"z":{"d":"17,-166r0,-27r77,0r0,28r-59,138r58,0r0,27r-89,0r0,-27r59,-139r-46,0","w":97},"{":{"d":"112,76v-53,3,-61,-41,-61,-101v0,-41,-2,-53,-25,-58r0,-20v48,-2,7,-112,38,-143v14,-14,33,-15,49,-16r0,19v-32,4,-32,18,-32,69v1,50,-2,71,-30,81v30,8,30,32,30,81v0,51,0,65,31,69r0,19"},"|":{"d":"55,-270r0,360r-28,0r0,-360r28,0","w":82},"}":{"d":"15,-262v53,-3,61,41,61,101v0,41,3,53,26,58r0,20v-49,2,-9,111,-39,142v-14,14,-33,16,-49,17r0,-19v32,-4,33,-18,33,-69v-1,-50,1,-72,29,-82v-30,-8,-29,-31,-29,-80v0,-51,-1,-65,-32,-69r0,-19"},"~":{"d":"93,-134v21,0,60,25,76,25v15,0,27,-13,35,-23r14,26v-12,15,-30,29,-50,29v-15,0,-61,-30,-75,-26v-14,0,-19,7,-34,25r-14,-26v8,-11,22,-30,48,-30","w":262},"'":{"d":"56,-248r-15,92r-8,0r-14,-94v2,-29,41,-26,37,2","w":74},"`":{"d":"6,-249r37,0r26,43r-18,0","w":74},"\u00a0":{"w":74}}});
// Usage: [typeof jQuery object].validate();
//        ValidationGroup can be specified as rel attribute of the element to be validate.
//        SubmitID can be specified by adding 'submit' class of the corresponding ID.
// Example: <div id='FormToValidate' rel='ValidationGroup'>
//              ...
//              <asp:validator ErrorMessage="Error" ValidationGroup="ValidationGroup" />
//              ...
//              <a href='#' class='submit' id='btnSubmit'>Submit<a>
//          </div>
//          <script type='text/javascript'>$('#FormToValidate').validate();</script>
// Usage: [typeof jQuery object].validate({SubmitID, ValidationGroup});
// Example: <script type='text/javascript'>$('#FormToValidate').validate({SubmitID:'btnSubmit',ValidationGroup:''});
(function(a){a.fn.validate=function(f){var c={SubmitID:"",ValidationGroup:""};f&&a.extend(c,f);if(!c.ValidationGroup)c.ValidationGroup=this.attr("rel");var e=c.SubmitID?a("#"+c.SubmitID):a(this).find(".submit"),g=this;this.find("input, textarea").each(function(){a(this).data("default",a(this).val());a(this).focus(function(){a(this).val()==a(this).data("default")&&a(this).val("")}).blur(function(){a(this).val()==""&&a(this).val(a(this).data("default"))})});this.find("select").each(function(){a(this).data("default",
a(this).children(":first-child").html());a(this).focus(function(){a(this).children(":first-child").html("")}).blur(function(){a(this).children(":first-child").html(a(this).data("default"))})});this.keypress(function(){if(event.keyCode=="13"){a(this).find("input, textarea").each(function(){a(this).val()==a(this).data("default")&&a(this).val("")});a(this).find("select").each(function(){a(this).children(":first-child").html("")});if(Page_ClientValidate(c.ValidationGroup))eval(e.attr("href").substring(11));
else for(i=0;i<Page_Validators.length;i++){var b=Page_Validators[i];if(!b.isvalid){var d=a("#"+b.controltovalidate);d.val(b.errormessage?b.errormessage:"").addClass("error").one("focus",function(){a(this).val("").removeClass("error")});if(d[0].nodeName=="SELECT")a("#"+d.attr("id")+" :first-child").html(b.errormessage?b.errormessage:"")}}}});e.click(function(){event.stopPropagation();g.find("input, textarea").each(function(){a(this).val()==a(this).data("default")&&a(this).val("")});g.find("select").each(function(){a(this).children(":first-child").html("")});
if(Page_ClientValidate(c.ValidationGroup))eval(e.attr("href").substring(11));else for(i=0;i<Page_Validators.length;i++){var b=Page_Validators[i];if(!b.isvalid){var d=a("#"+b.controltovalidate);d.val(b.errormessage?b.errormessage:"").addClass("error").one("focus",function(){a(this).val("").removeClass("error")});if(d[0].nodeName=="SELECT")a("#"+d.attr("id")+" :first-child").html(b.errormessage?b.errormessage:"")}}});return this}})(jQuery);

$(function () {

    // Livechat
    $("#btn-livechat").overlay({
        target: '#pnl-livechat',
        onBeforeLoad: function () {
            $('#pnl-livechat iframe').load(function () {
                $('#pnl-livechat img').hide();
                $('#pnl-livechat iframe').css('height', '350px').css('width', '560px');
            });
            $('#pnl-livechat iframe').attr('src', _livechat);
        }
    });

    // Auto Correct Url
    $('input.auto-correct-url').blur(function () {
        if (!$(this).val()) return;
        if ($(this).val() == $(this).data('default')) return;
        if ($(this).val().indexOf('http://') >= 0) return;
        if ($(this).val().indexOf('https://') >= 0) return;
        $(this).val('http://' + $(this).val());
    });

    // Replace Email
    $("a.email").each(function () {
        var e = $(this).html().replace('[at]', '@')
        $(this).html(e).attr('href', 'mailto:' + e);
    });

    // Q-Connect
    $('#btn-QConnect').toggle(
        function () {
            $('#pnl-QConnect>:first-child').stop().animate({ height: '185px' }, 1000, 'easeOutBounce');
            if ($.browser.msie && parseInt($.browser.version) == 7) $('#pnl-QConnect>:first-child').children().show();
        },
        function () {
            $('#pnl-QConnect>:first-child').stop().animate({ height: '5px' }, 1000, 'easeOutBounce');
            if ($.browser.msie && parseInt($.browser.version) == 7) $('#pnl-QConnect>:first-child').children().hide();
        }
    );
    $('#btn-Forgot').click(function () {
        $('#pnl-Login').fadeOut('slow', function () {
            $('#pnl-Password').fadeIn();
        });
        return false;
    });

    // Cufon
    Cufon.replace('h1, h2, .cooper', { fontFamily: 'Cooper Black' });
    Cufon.replace('.AKZ, .button', { fontFamily: 'AKZ-BE', hover: true });

    // Corner
    if ($.browser.msie) {
        $('.corner-2').corner('2px'); $('.corner-4').corner('4px'); $('.button').corner('5px');
        $('.corner-8').corner('8px'); $('#btn-QConnect').corner('bottom 5px'); $('#menu li a').corner('3px');
    }

    // defeat IE 7 bug
    if ($.browser.msie && parseInt($.browser.version) == 7) $('#pnl-QConnect>:first-child').css('height', '5px').children().hide();

    // initiate Cufon after each page load including ajax
    pageLoad = function () {
        if (typeof Cufon != 'undefined') Cufon.refresh();
        // ValidateForm
        $('#pnlQContactForm').validate({ SubmitID: 'btnContact', ValidationGroup: 'QContact' });
        $('#pnlContactForm').validate();
    }

    // Network AdFormat 
    if ($('#adformat')) {
        $('#adformat ul a').click(function () {
            $('#adformat li.current').removeClass('current');
            $(this).parent().addClass('current');
            $('#adformat>.right>div').hide();
            $('#pnl-' + $(this).attr('id').substring('btn-'.length)).fadeIn('slow');
        });
        var hash = window.location.hash;
        switch (hash) {
            case '': case '#rich-media':
                return;
            default:
                $('#adformat li.current').removeClass('current');
                $('a[href=' + hash + ']').parent().addClass('current');
                $('#adformat>.right>div').hide();
                $('#pnl-' + hash.substr(1)).show();
        }
        
    }
    
});

