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

/* hoverIntent.js */

(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}
if(p==this){return false;}
var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}
if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);

/* Desigers_400.font.js */

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Generated by Fontographer 4.1.3
 */
Cufon.registerFont({"w":299,"face":{"font-family":"Desigers","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","cap-height":"3","bbox":"-45 -370 339 100","underline-thickness":"7.2","underline-position":"-48.24","unicode-range":"U+0020-U+0131"},"glyphs":{" ":{"w":90},"!":{"d":"75,-318v7,0,8,2,9,8v-6,80,-12,162,-20,246v0,6,-3,11,-6,14v-3,-1,-7,-10,-7,-14r-30,-242v3,-18,26,-6,54,-12xm59,-31v15,-1,28,14,28,27v0,14,-13,28,-29,28v-14,0,-26,-14,-26,-27v0,-14,14,-28,27,-28","w":117},"\"":{"d":"89,-264v31,3,15,73,0,81v-16,-6,-33,-78,0,-81xm34,-264v32,4,17,74,0,81v-15,-7,-31,-77,0,-81","w":119},"#":{"d":"174,-136r-38,0r-6,39r33,0r1,28r-38,0r-10,73r-28,0r10,-73r-36,0r-11,73r-28,0r10,-73r-33,0r0,-28r37,0r6,-39r-33,-1r0,-28r37,0r10,-73r28,0r-10,73r36,0r11,-73r27,0r-10,73r34,0xm108,-136r-36,0r-6,39r36,0","w":172},"$":{"d":"156,-278v7,0,19,-29,24,-33v2,0,3,3,3,8r-15,133v-1,7,-3,10,-5,10v-15,-47,-14,-105,-43,-123r-16,139v44,24,72,55,72,85v0,48,-39,70,-89,63r-7,68v-5,2,-12,16,-16,6v1,-10,4,-36,7,-77v-12,-4,-20,-4,-27,-10v-10,12,-14,30,-28,38v-2,0,-3,-2,-3,-4r4,-142v13,37,29,85,56,99v0,-4,4,-38,10,-103v-59,-25,-83,-85,-45,-145v15,-24,35,-36,58,-37v3,-42,5,-60,5,-60v6,-11,17,10,25,12v3,13,-3,25,-4,51v17,4,29,11,34,22xm94,-287v-39,14,-48,104,-10,129v3,-30,6,-73,10,-129xm100,-112v-4,35,-3,35,-11,100v68,5,51,-83,11,-100","w":188},"%":{"d":"75,-312v72,16,40,175,-20,179v-76,-14,-46,-177,20,-179xm190,-306v-42,110,-80,224,-112,342v-9,-7,-18,-13,-28,-17v43,-114,81,-227,112,-339v8,6,18,10,28,14xm189,-152v71,16,41,174,-19,179v-77,-14,-47,-176,19,-179xm66,-166v39,-8,34,-113,-5,-117v-40,8,-36,114,5,117xm181,-6v38,-9,32,-113,-6,-116v-41,7,-35,114,6,116","w":239},"&":{"d":"94,-11v25,0,41,-26,33,-56v-14,-6,-42,-14,-50,-23v31,-3,78,-11,108,-5v-7,8,-27,15,-31,25v-1,40,-24,71,-60,76v-73,10,-107,-91,-40,-119v-34,-11,-44,-71,-13,-99v21,-19,55,-24,78,-10v8,-11,17,-33,24,-38v5,33,0,57,0,109v0,17,-8,18,-12,6v-9,-27,-15,-72,-44,-72v-21,0,-29,23,-29,47v-1,39,13,55,50,51v0,7,6,17,-5,16v-37,-4,-47,20,-47,52v0,27,14,40,38,40","w":201},"'":{"d":"34,-264v32,4,17,74,0,81v-15,-7,-31,-77,0,-81","w":68},"(":{"d":"53,-175v0,78,25,129,47,179v-112,-71,-114,-282,-4,-358v1,0,2,1,2,2v-25,45,-45,99,-45,177","w":108},")":{"d":"19,-356v48,33,84,115,84,179v0,61,-39,155,-89,178v26,-49,48,-101,48,-178v0,-81,-23,-128,-43,-179","w":108},"*":{"d":"143,-209v-14,2,-29,6,-43,10r30,32v-5,4,-14,11,-26,22r-24,-42v-7,12,-7,12,-21,38v-6,-3,-15,-9,-29,-16r32,-35r-45,-9v4,-9,8,-20,11,-32v18,9,33,15,43,20v-1,-9,-3,-24,-6,-44v12,0,23,-1,33,-4v-2,9,-3,25,-5,48v8,-4,22,-10,41,-20v2,10,5,21,9,32","w":159},"+":{"d":"260,-94r-97,0r0,99r-25,-1r-1,-98r-96,-1r0,-25r96,0r1,-99r25,0r0,99r96,0"},",":{"d":"59,-32v-12,30,-33,53,-48,80v-5,10,-14,5,-12,-4r15,-74v2,-13,25,-5,38,-7v5,0,7,1,7,5","w":77},"-":{"d":"148,-136v-9,9,-5,43,-28,43v-54,0,-71,1,-89,5v-7,-1,-3,-7,-1,-11v4,-5,4,-26,17,-32v51,-2,72,4,98,-8v2,0,3,2,3,3","w":193},"\u2010":{"d":"148,-136v-9,9,-5,43,-28,43v-54,0,-71,1,-89,5v-7,-1,-3,-7,-1,-11v4,-5,4,-26,17,-32v51,-2,72,4,98,-8v2,0,3,2,3,3","w":193},".":{"d":"42,-35v16,0,27,11,27,27v0,38,-55,33,-55,1v0,-14,15,-28,28,-28","w":114},"\/":{"d":"147,-257v-47,89,-88,178,-121,265v-10,-5,-20,-9,-32,-11v46,-86,85,-174,120,-264v9,5,21,8,33,10","w":140},"0":{"d":"108,-317v135,11,136,322,0,333v-133,-11,-135,-321,0,-333xm157,-154v-9,-97,-26,-148,-54,-142v-70,15,-43,196,-27,252v8,28,22,41,39,39v38,5,48,-85,42,-149","w":214},"1":{"d":"99,-28v11,8,30,17,39,25v-31,6,-78,10,-111,8v8,-12,27,-23,38,-33r-8,-248v2,0,4,3,2,4v-17,-3,-74,3,-40,-14r80,-39v2,0,4,4,4,12","w":143},"2":{"d":"128,-314v68,0,78,83,44,138v-19,31,-93,126,-109,153v-2,2,-6,1,-6,-2v0,-1,0,-2,2,-3r100,-20v11,-34,18,-77,33,-106v12,35,8,95,14,138v0,5,-1,8,-5,8r-176,14v-9,2,-13,0,-13,-5v62,-116,119,-141,128,-244v2,-21,-8,-41,-27,-40v-51,19,-37,66,-75,132v-8,-42,-6,-101,-6,-148v0,-28,5,-23,14,-4r18,36v14,-29,29,-47,64,-47","w":232},"3":{"d":"101,-179v57,-15,86,39,86,99v0,74,-97,143,-152,80v-13,-16,-20,-37,-19,-61v1,-6,26,-7,27,0v0,34,11,64,38,64v40,0,51,-39,51,-86v0,-88,-42,-68,-78,-47r62,-134v1,-3,6,-6,6,-2v-18,9,-46,11,-67,17v-11,18,-21,49,-36,61v-7,-23,2,-61,2,-88v1,-11,0,-9,9,-11v49,0,105,-8,151,-4v-18,43,-51,79,-77,115v-1,1,-3,-3,-3,-3","w":198},"4":{"d":"195,-162v-1,32,-4,88,-10,109v-5,-2,-11,-20,-14,-27r-21,3r-2,49v15,8,45,19,54,29v-38,4,-97,5,-136,2v5,-15,36,-16,43,-30v1,-16,-1,-36,2,-50v2,0,3,2,1,3r-103,8v-10,-2,-4,-7,1,-15r136,-230v4,-9,7,-14,11,-14v3,0,5,6,4,20r-11,192r20,-1v8,-15,13,-39,25,-48xm112,-213r-57,99r54,0","w":199},"5":{"d":"53,-186v52,-53,131,9,131,79v0,86,-76,173,-144,106v-1,5,-21,44,-20,15r5,-105v9,-4,7,10,11,22v10,36,22,65,55,69v50,-6,49,-177,-1,-177v-32,0,-40,36,-64,53r8,-161r114,-11v7,-6,15,-18,23,-22v6,35,-1,93,-5,129v-10,-15,-21,-48,-25,-67v2,-1,4,3,2,3r-89,-3v0,-1,1,-2,3,-2r1,76v0,2,-2,3,-4,3v-4,0,-4,-2,-1,-7","w":194},"6":{"d":"65,-181v55,-59,134,-8,127,75v-5,64,-32,111,-93,111v-126,0,-102,-314,12,-328v25,-3,43,13,51,36v0,2,-1,3,-3,3v-3,0,-5,-2,-3,-5v9,-12,12,-34,25,-41v3,0,5,4,5,12v-3,37,2,86,-7,117v-16,-14,-23,-91,-62,-96v-32,-3,-49,36,-52,116xm65,-143v-1,52,11,125,45,133v25,0,37,-35,39,-105v1,-32,-22,-66,-52,-62v-22,3,-32,15,-32,34","w":209},"7":{"d":"22,-281r164,-14v2,2,1,5,0,10r-48,100r-87,202v-11,1,-26,13,-34,7r107,-292v2,0,3,3,1,4r-65,17v-11,30,-17,68,-32,93v-7,-34,-7,-81,-11,-119v0,-5,1,-8,5,-8","w":191},"8":{"d":"116,-317v46,-1,84,38,83,84v0,30,-22,56,-64,78v37,26,55,56,55,91v0,71,-97,102,-144,55v-43,-41,-22,-101,23,-135v-29,-15,-61,-47,-59,-84v4,-60,41,-89,106,-89xm94,-300v-49,0,-59,71,-28,101v10,9,23,19,42,28v31,-18,45,-28,45,-56v2,-36,-26,-73,-59,-73xm107,-4v33,0,48,-48,33,-79v-10,-20,-28,-36,-54,-48v-63,26,-33,127,21,127","w":205},"9":{"d":"82,-102v-101,0,-88,-206,12,-200v68,5,89,79,85,161v-4,78,-29,165,-93,165v-27,0,-38,-16,-50,-38v-5,11,-18,68,-18,23v0,-33,-2,-74,2,-103v9,16,29,95,59,97v29,2,44,-41,48,-125v-15,13,-30,20,-45,20xm50,-216v-5,57,51,126,78,62v4,-49,-8,-116,-42,-125v-33,2,-32,24,-36,63","w":190},":":{"d":"39,-179v17,0,27,13,28,27v0,34,-56,36,-56,1v0,-14,15,-28,28,-28xm43,-95v16,0,28,12,28,27v0,34,-56,36,-56,1v0,-14,15,-28,28,-28","w":114},";":{"d":"49,-108v16,0,28,13,28,27v0,34,-55,35,-55,1v-1,-14,14,-28,27,-28xm70,-33v-12,30,-33,53,-48,80v-5,10,-14,5,-12,-4r15,-74v2,-13,25,-5,38,-7v5,0,7,1,7,5","w":90},"<":{"d":"258,-9r-216,-88r0,-20r216,-89r0,29r-173,70r173,70r0,28"},"=":{"d":"260,-127r-219,0r0,-26r218,0xm260,-61r-219,-1r0,-25r218,0"},">":{"d":"258,-97r-216,87r0,-27r173,-70r-173,-70r0,-28r216,88r0,20"},"?":{"d":"37,-276v30,-60,148,-62,145,19v-3,77,-104,91,-89,189v-5,1,-48,24,-48,6v0,-81,98,-111,96,-192v-1,-25,-9,-49,-34,-49v-76,0,-53,106,-80,156v-12,-44,-11,-114,-17,-165v-1,-12,1,-18,3,-18v12,9,17,31,26,55v-1,0,-2,0,-2,-1xm71,-27v16,-1,28,12,27,28v0,15,-14,27,-29,27v-13,0,-25,-16,-25,-28v0,-14,15,-27,27,-27","w":213},"@":{"d":"151,-268v71,0,132,51,132,119v0,48,-32,96,-76,96v-18,0,-31,-9,-37,-27v-21,35,-85,41,-85,-25v0,-43,39,-98,78,-97v16,0,26,6,30,19r5,-15r31,1r-27,113v0,8,4,13,11,13v31,-1,48,-41,48,-78v0,-54,-54,-100,-109,-100v-67,0,-108,57,-108,129v0,92,113,135,190,87r8,17v-108,63,-233,0,-237,-108v-3,-80,66,-144,146,-144xm141,-75v26,0,44,-51,42,-86v0,-12,-5,-19,-13,-19v-25,2,-50,44,-50,75v0,20,7,30,21,30","w":288},"A":{"d":"250,-66v5,20,38,22,47,36v-43,6,-112,4,-159,1v12,-12,57,-16,71,-30r-14,-56v-20,-8,-55,1,-80,-1v-3,0,-6,1,-6,4v-2,27,-14,57,-11,82v16,7,44,15,55,24v-41,9,-106,9,-152,8v14,-12,45,-27,63,-38v4,-2,7,-7,8,-13r54,-257v0,-3,-1,-5,-2,-5r-65,-23v22,-9,30,-3,112,-11v4,0,7,2,8,7xm186,-138v-9,-49,-35,-106,-44,-155v2,-2,2,-1,2,1v-5,32,-16,83,-30,155v19,5,49,-2,72,-1","w":286},"B":{"d":"-7,-332v31,-7,180,-21,201,14v45,48,31,128,-33,153v-2,-3,-2,-4,0,-3v72,11,75,122,12,147v-43,17,-96,10,-160,16v-11,1,-16,0,-16,-2v15,-12,33,-16,62,-33r-11,-265v-9,-14,-45,-18,-55,-27xm172,-252v-2,-52,-24,-73,-69,-67v-4,1,-6,3,-6,8r1,130v-2,12,12,8,20,8v38,-2,56,-28,54,-79xm126,-28v50,2,58,-82,30,-113v-13,-13,-29,-18,-53,-15v-5,1,-6,3,-6,9v1,17,1,55,1,111v1,10,11,8,28,8","w":224},"C":{"d":"172,-193v-21,-23,-19,-124,-61,-129v-24,-3,-30,13,-36,37v-22,81,-22,227,24,270v55,22,68,-65,85,-111v3,-8,6,-10,7,-6v2,30,-6,122,-5,144v0,9,-2,14,-5,14v-10,-7,-12,-22,-23,-42v-33,39,-92,20,-119,-30v-42,-77,-39,-291,72,-291v20,0,26,18,43,32v10,-6,13,-41,27,-51v4,0,4,7,4,12v-5,29,-3,103,-13,151","w":201},"D":{"d":"124,-338v76,-1,107,86,105,174v-1,79,-34,159,-113,159v-36,0,-82,7,-113,0v11,-14,45,-17,54,-34r-9,-259v-6,-19,-45,-23,-54,-36v25,-7,36,-2,130,-4xm110,-20v60,0,71,-57,71,-148v0,-68,-12,-115,-35,-144v-8,-11,-49,-20,-49,1r-4,282v0,6,5,9,17,9","w":233},"E":{"d":"99,-145v1,39,-6,85,1,119r66,-6v21,-32,25,-95,47,-125v8,35,-2,91,-2,132v0,16,2,14,-12,15r-183,5v-29,1,-16,-7,-4,-12r45,-19v3,-2,4,-5,4,-10r-8,-254v-9,-18,-48,-18,-58,-33v31,-8,56,-2,204,-9v9,0,11,1,10,9v-5,36,-3,96,-14,123v-11,-25,-19,-72,-28,-102v-13,-9,-48,-8,-64,-6v1,50,-6,108,-1,154v10,-2,25,3,30,-4v7,-17,32,-96,32,-49v0,43,2,97,-7,133v-12,-12,-17,-46,-32,-58","w":221},"F":{"d":"96,-40v0,11,49,16,56,27v-37,7,-100,12,-142,9v8,-16,54,-16,53,-40r-11,-255v-9,-18,-46,-18,-57,-31v34,-7,56,-3,202,-11v9,0,11,1,10,9v-3,25,-1,111,-11,136v-16,-30,-19,-84,-33,-118v-17,-1,-46,-6,-61,-2v1,48,-6,105,0,149v11,-3,28,2,34,-7r25,-73v8,42,9,111,7,158v-11,-12,-24,-40,-34,-57v-8,-5,-24,-2,-36,-3v2,33,-2,74,-2,109","w":211},"G":{"d":"239,-162v-1,4,-33,16,-40,27v0,34,0,82,-1,143v0,10,-2,15,-4,15v-11,-5,-22,-40,-27,-43v-12,11,-31,24,-48,22v-77,-7,-106,-71,-106,-158v0,-89,28,-176,108,-186v21,-3,36,21,49,22v8,-14,17,-41,27,-50v3,0,3,7,3,20v0,51,-4,117,-18,160v-21,-55,-9,-138,-64,-138v-47,0,-58,117,-56,187v2,71,5,118,51,129v36,9,52,-67,43,-114v-20,-10,-53,-21,-67,-34v50,-4,114,-5,150,-2","w":220},"H":{"d":"226,-53v0,11,41,26,45,34v-24,5,-86,1,-133,-2v6,-9,45,-18,43,-25r-1,-95v-15,-1,-54,-5,-87,2r-2,113r43,25v-28,12,-67,10,-121,10v-15,0,-11,-7,-1,-12v14,-6,14,-6,42,-20v4,-86,-4,-183,-6,-264v0,-11,-41,-19,-47,-30v35,-6,95,-7,133,-4v-9,10,-25,15,-39,33v0,57,-6,101,0,129v34,-1,50,5,85,-2r-2,-152v1,-14,-34,-15,-43,-30v20,-10,34,0,109,-1v14,0,20,3,20,5v-7,9,-35,16,-48,30","w":251},"I":{"d":"89,-32v-2,12,30,13,40,27v-28,6,-87,11,-134,8v9,-9,47,-21,53,-31v-1,-12,1,-124,-3,-277v-20,-9,-37,-14,-47,-22v30,-6,35,-8,133,-8v16,0,12,4,2,11v-13,9,-30,13,-38,27","w":131},"J":{"d":"208,-332v-3,7,-38,26,-50,34r8,212v5,75,-68,111,-125,71v-9,8,-13,39,-26,55v-3,1,-5,-8,-5,-10r0,-161v0,-16,1,-24,3,-24v20,29,14,140,73,139v14,0,24,-11,30,-32v8,-32,4,-190,3,-243v0,-3,-1,-5,-4,-6v-14,-6,-46,-10,-67,-27v14,-12,71,-5,160,-8","w":194},"K":{"d":"158,-334v0,-4,9,-7,13,-6v43,0,90,-7,124,0v0,3,-19,13,-55,31v-38,40,-69,89,-104,133r81,122v7,14,33,13,52,32v-16,9,-44,2,-77,7v-6,1,-11,-2,-15,-9r-69,-124v-3,3,-15,7,-15,17v0,24,-1,58,-2,103v13,12,40,13,52,26v-14,10,-83,7,-147,7v13,-11,36,-17,56,-35r-3,-250v-2,-17,-39,-18,-50,-32v38,-7,98,-4,141,-7v4,0,10,3,10,6v-11,15,-42,16,-54,30v-2,39,3,86,-3,121v26,-45,101,-120,118,-153v-8,-3,-44,-8,-53,-19","w":278},"L":{"d":"149,-27v13,-35,17,-101,38,-152v3,0,6,4,7,12v4,60,4,112,5,156v0,10,-1,10,-10,11v-40,1,-100,3,-179,6v-16,0,-12,-5,-3,-11v14,-9,27,-17,39,-23v3,-74,-4,-162,-7,-266v0,-17,-39,-23,-41,-33v54,-1,113,-10,163,-4v-14,14,-53,21,-70,34r-6,279v18,0,31,-4,64,-9","w":202},"M":{"d":"161,-134v0,2,-3,-1,-3,-1r52,-195v1,-5,5,-8,12,-8v22,1,69,-1,92,5v-11,12,-47,16,-59,29r4,259v7,14,35,16,42,28v-31,12,-74,12,-137,12v-22,0,-18,-6,-2,-13v13,-6,13,-5,43,-19v3,-1,5,-4,5,-8r7,-232v0,-4,5,-7,5,-3r-67,224v-6,16,-10,18,-15,2r-63,-193v0,-2,1,-2,2,-2v10,68,-2,158,7,227v13,8,38,17,47,27v-22,6,-81,5,-125,3v8,-10,31,-18,48,-26v6,-93,1,-194,4,-261v0,-3,-1,-5,-3,-6r-66,-32v27,-4,24,-2,92,-4v6,0,10,1,12,7","w":305},"N":{"d":"264,-330v-6,10,-51,15,-52,32r-14,310v-1,8,-3,12,-6,12v-31,-41,-91,-253,-118,-295r7,250v17,7,49,17,60,26v-31,5,-73,6,-136,4v9,-11,34,-17,48,-37r6,-257v-13,-18,-51,-15,-63,-34v21,-9,63,-3,91,-6v5,0,8,2,10,7r93,233v-1,2,-3,3,-2,0r-2,-218v-17,-9,-50,-17,-63,-29v25,-7,89,0,141,2","w":257},"O":{"d":"122,-330v68,0,94,89,94,159v0,86,-28,185,-104,191v-59,4,-101,-92,-98,-159v3,-87,28,-191,108,-191xm63,-121v3,79,-1,118,49,129v9,0,16,-4,22,-11v21,-26,34,-87,31,-181v-2,-45,2,-138,-44,-135v-49,3,-61,122,-58,198","w":217},"P":{"d":"123,-332v68,0,106,37,106,104v0,69,-56,113,-135,97v-4,20,-6,66,-3,104r66,27v-48,6,-121,6,-157,3v12,-14,49,-14,53,-34r-5,-270v-3,-9,-44,-15,-50,-25v16,-7,100,-5,125,-6xm93,-154v0,13,16,8,23,10v43,0,64,-30,64,-89v0,-40,-14,-83,-56,-83v-16,1,-25,1,-29,8v-2,44,-2,96,-2,154","w":226},"Q":{"d":"115,-330v61,3,88,86,89,157v1,82,-29,184,-97,180v-73,-5,-96,-81,-98,-167v-2,-69,44,-173,106,-170xm108,-44v30,23,55,59,82,86v-6,9,-30,9,-47,13v-8,-17,-23,-47,-37,-96v0,-2,1,-3,2,-3xm105,-10v69,-1,54,-187,48,-252v-3,-36,-20,-53,-42,-53v-54,12,-53,94,-53,159v0,62,6,104,19,127v7,12,17,19,28,19","w":207},"R":{"d":"233,-246v0,61,-31,86,-83,99v13,25,55,88,72,109v0,1,46,17,51,26v-26,3,-92,12,-93,-4r-68,-128v-3,1,-9,-2,-11,0r-2,118v1,0,12,5,35,15v10,4,14,8,14,10v-30,4,-49,6,-124,6v-23,0,-19,-6,-3,-13v5,-2,18,-8,40,-18v2,-1,3,-3,3,-5v-2,-105,-6,-193,-13,-261v6,-13,-35,-13,-54,-33v23,-10,36,-1,137,-5v57,-3,99,38,99,84xm118,-164v49,0,69,-24,69,-77v0,-39,-19,-68,-53,-70v-10,2,-29,0,-29,14r-2,122v0,11,4,10,15,11","w":259},"S":{"d":"55,-225v0,83,126,80,128,156v1,47,-35,80,-83,80v-19,0,-37,-11,-56,-19v-3,4,-15,39,-25,49v-7,-48,-7,-119,-4,-167v18,43,29,122,85,122v26,0,43,-24,41,-54v-6,-76,-132,-68,-132,-163v0,-74,98,-151,148,-77v-3,2,-3,2,-3,-1r26,-44v5,1,4,12,3,24v-5,48,-4,108,-15,149v-21,-35,-13,-144,-66,-144v-36,0,-47,45,-47,89","w":184},"T":{"d":"197,-328v8,0,12,3,11,12v-5,46,0,103,-12,142v-20,-35,-20,-93,-37,-131v-1,0,-19,-5,-28,-1r-10,273v-1,14,40,13,56,30v-26,6,-103,10,-149,5v6,-11,49,-17,56,-32v-2,-2,4,-117,-3,-277v-10,2,-19,0,-35,6r-33,123v-11,-33,-5,-98,-10,-140v-1,-6,3,-10,11,-10r183,0","w":208},"U":{"d":"252,-334v-7,12,-49,13,-49,43v0,87,5,207,-23,272v-39,55,-126,18,-138,-35v-15,-67,-7,-147,0,-224v3,-30,-29,-10,-48,-33v0,-3,5,-5,15,-5v43,0,94,-7,134,-2v-13,13,-29,16,-59,34v-3,2,-5,5,-5,10r-1,200v0,37,19,61,50,61v84,0,36,-157,47,-251v-1,-15,3,-38,-3,-47v-10,-7,-69,-26,-20,-25","w":244},"V":{"d":"193,-302v-1,-11,-40,-18,-44,-31v24,-5,40,0,107,1v23,1,18,5,4,13v-15,8,-32,12,-42,26r-87,308v-8,25,-9,23,-16,-3r-64,-294v-5,-14,-35,-18,-52,-34v36,-8,101,-7,141,-3v-12,14,-21,12,-57,30v13,71,40,139,57,209r-2,0v1,1,2,4,3,0v14,-54,32,-128,52,-222","w":263},"W":{"d":"264,-300v-5,-9,-47,-18,-55,-30v21,-5,80,-6,119,-1v-4,11,-31,17,-34,32v-12,63,-34,165,-64,305v-3,12,-5,19,-7,19v-17,-30,-52,-235,-56,-247r-44,233v-2,13,-12,15,-15,0r-73,-289v0,-10,-33,-18,-39,-28v31,-9,109,-12,142,-8v-18,14,-31,16,-64,31v-4,2,0,6,0,8v27,94,27,95,56,186v0,2,-1,3,-3,3v2,-43,23,-139,34,-216v2,-12,4,-17,6,-17v30,60,31,98,68,223v-1,2,-3,-3,-3,-3v15,-84,26,-151,32,-201","w":319},"X":{"d":"174,-312v-5,-7,-30,-7,-35,-22v28,-11,81,-6,98,-8v17,-1,14,9,4,13v-13,9,-29,15,-40,26r-53,124v-1,4,-2,7,0,11r56,120v7,9,38,22,55,35v-45,-1,-101,7,-141,0v1,-6,30,-16,41,-19v2,-1,2,-3,2,-5r-41,-111v-2,19,-23,61,-49,130v11,11,45,17,55,26v-36,8,-103,6,-134,6v8,-10,40,-18,51,-32r64,-144v2,-5,2,-9,1,-12r-51,-110v-9,-14,-35,-17,-41,-32v0,-3,3,-4,9,-4v55,2,89,-5,115,5v-7,12,-22,12,-39,22v9,34,23,63,34,95","w":251},"Y":{"d":"185,-308v7,-20,-44,-17,-56,-34v27,-6,101,-5,126,2v-4,11,-35,15,-40,29v-23,58,-53,108,-71,171r12,105v-1,10,35,16,40,28v-43,11,-51,3,-133,9v-12,0,-18,0,-18,-3v9,-13,51,-19,60,-33v-1,-6,9,-78,2,-123r-64,-136v-7,-10,-35,-14,-43,-29v33,-9,92,-7,127,-2v-8,13,-15,11,-35,25v28,69,25,80,45,120v20,-39,34,-87,48,-129","w":251},"Z":{"d":"199,-14v-1,11,-1,11,-12,12v-32,1,-88,4,-168,7v-11,0,-10,-7,-6,-15r133,-303v-23,6,-51,7,-75,11v-14,38,-16,92,-33,126v-3,0,-6,-5,-6,-15r-5,-131v1,-3,6,-5,13,-5v38,-1,90,-2,156,-6v12,-1,11,4,8,12r-149,306v32,-5,71,-5,99,-14v6,-13,19,-94,36,-140v3,0,5,7,5,20","w":200},"[":{"d":"122,-326v-6,8,-9,17,-10,24r-39,-2r-1,338v17,0,33,-1,48,-3v-4,8,-8,15,-11,24r-74,0v6,-55,4,-377,2,-381r85,0","w":113},"\\":{"d":"147,-3v-12,2,-24,6,-33,11v-35,-89,-74,-178,-120,-265v12,-2,22,-5,32,-10v34,87,74,175,121,264","w":140},"]":{"d":"78,55r-86,1v6,-10,11,-19,12,-25v4,0,16,1,38,2r-1,-338v-9,0,-26,1,-49,3v4,-7,8,-15,11,-24r74,0v-1,16,-2,93,-2,230v0,78,1,128,3,151","w":113},"^":{"d":"190,-98r-31,0r-51,-100r-51,100r-31,0r70,-140r24,0","w":216},"_":{"d":"185,50r-189,-1r0,-26r188,0","w":180},"`":{"d":"76,-207r-10,10v-38,-26,-61,-43,-70,-52v3,-16,20,-4,35,-16v17,24,32,44,45,58","w":86},"a":{"d":"157,-37v-9,31,22,24,31,36v-22,0,-48,7,-68,3r-1,-20v-45,24,-115,3,-116,-51v0,-43,73,-78,117,-54v-5,-39,8,-113,-29,-110v-40,3,-51,54,-75,89v-6,-32,-3,-96,3,-127v7,6,17,40,22,53v18,-22,42,-34,69,-33v39,2,54,36,52,83xm46,-68v-5,48,69,58,74,15r0,-38v-14,-40,-81,-28,-74,23","w":181},"b":{"d":"101,-250v52,4,77,53,77,105v2,79,-20,136,-81,136v-20,0,-37,-7,-47,-22v-6,15,-21,89,-24,27r-14,-301v-1,-15,-42,-18,-47,-26v22,-5,23,-3,84,-9v9,0,9,0,9,9r-3,104v9,-12,29,-24,46,-23xm94,-24v37,-4,39,-52,39,-111v0,-52,-4,-95,-38,-99v-54,9,-36,102,-38,165v-1,20,18,47,37,45","w":180},"c":{"d":"49,-124v-5,67,33,134,78,85v17,-11,5,-58,32,-52v7,43,-27,88,-67,88v-58,0,-87,-60,-87,-125v0,-74,68,-175,128,-105v10,1,24,-55,28,-34v-5,42,-3,101,-13,136v-20,-22,-24,-106,-58,-111v-36,13,-36,54,-41,118","w":171},"d":{"d":"164,-335v11,0,11,-2,11,9r-9,206r-1,93v12,5,67,18,27,22r-56,5v-6,1,-5,-15,-5,-23v-57,49,-132,-19,-127,-100v4,-62,30,-126,86,-128v21,-2,28,13,39,20v-1,-12,-3,-35,-3,-67v0,-18,-41,-19,-54,-31v17,-8,66,-6,92,-6xm62,-40v18,37,68,11,65,-26v-5,-62,16,-157,-36,-168v-57,7,-49,150,-29,194","w":206},"e":{"d":"84,-255v56,0,73,56,72,121v-30,8,-75,2,-111,5v-4,53,7,125,58,103v26,-10,33,-45,48,-74v2,-4,4,-5,4,-2v-4,35,0,86,-10,113v-7,-10,-13,-25,-21,-32v-67,46,-129,-32,-121,-114v5,-57,22,-120,81,-120xm82,-240v-32,4,-40,53,-34,95v22,-2,51,3,68,-4v-4,-53,2,-85,-34,-91","w":159},"f":{"d":"33,-265v1,-57,48,-84,96,-60v8,-7,35,-41,29,-8v-5,27,-4,65,-12,87v-16,-23,-15,-69,-48,-69v-31,1,-26,73,-23,94v15,2,39,-10,36,13v-1,15,-27,2,-38,7r2,176v12,7,38,18,46,25v-30,6,-91,5,-124,2v7,-9,30,-14,41,-28r-8,-175v-16,6,-33,-9,-18,-20v6,0,14,2,19,0v1,-14,2,-30,2,-44","w":136},"g":{"d":"216,-257v-11,8,-21,12,-52,26r-3,100v0,13,-1,51,2,114v3,76,-51,122,-111,84v-6,2,-14,27,-23,33v-4,-30,-10,-77,-7,-107v16,21,38,69,72,71v32,1,29,-45,28,-87v-54,52,-118,-15,-118,-95v0,-74,35,-151,107,-128v7,5,18,11,16,19v-4,-4,-4,-32,6,-32xm45,-129v-1,63,1,110,41,110v18,0,30,-16,37,-49v1,-3,1,-25,1,-65v1,-59,-1,-101,-38,-101v-27,0,-41,35,-41,105","w":209},"h":{"d":"125,-252v49,2,58,23,59,80v0,1,-5,87,-9,123v6,17,38,18,47,31v-18,5,-22,0,-70,3v-4,0,-10,-5,-10,-9r0,-119v-1,-39,5,-92,-31,-92v-66,0,-37,130,-44,201v10,14,41,15,50,28v-29,8,-83,7,-117,5v3,-10,28,-16,31,-27r-8,-278v-11,-12,-42,-15,-53,-26v22,-7,64,-3,91,-6v6,0,8,3,8,9r0,106v9,-15,34,-29,56,-29","w":216},"i":{"d":"58,-324v16,0,28,11,28,25v1,14,-14,27,-26,28v-16,0,-28,-11,-28,-26v0,-14,11,-27,26,-27xm75,-31v10,7,30,16,36,24v-31,4,-84,5,-115,0v9,-11,35,-16,44,-28r-5,-182v-13,-7,-35,-15,-43,-25v17,-7,23,-2,83,-4v9,0,11,2,10,10","w":108},"j":{"d":"54,-318v16,0,26,11,26,27v0,15,-12,27,-27,26v-12,0,-27,-13,-27,-26v0,-13,14,-27,28,-27xm76,-234v-6,105,61,331,-91,287v-6,11,-12,31,-19,38v-9,-18,-6,-61,-11,-83v0,-5,5,-3,12,8v30,45,80,35,79,-29r-1,-89r-6,-108v-12,-7,-39,-16,-45,-25v18,-7,21,-4,73,-8v6,0,9,3,9,9","w":87},"k":{"d":"208,-50v6,9,39,10,55,23v-17,8,-56,5,-79,8v-5,1,-9,0,-10,-5r-62,-101v-8,10,-20,16,-25,28v1,21,-3,48,2,66v14,7,36,15,47,22v-32,6,-86,7,-122,6v3,-8,35,-14,39,-27r-9,-274r-38,-23v43,-7,80,-3,138,-5v-12,10,-26,15,-51,29v-1,1,-3,3,-3,5r-2,175r78,-94v-7,-4,-28,-15,-28,-18v28,-5,82,-9,112,-7v-10,10,-34,17,-55,33v-19,21,-42,40,-58,62","w":256},"l":{"d":"68,-334v9,0,9,1,9,9r-4,292v0,0,9,3,23,12v18,11,30,15,2,16v-31,1,-75,8,-101,3v5,-10,43,-15,46,-31r-12,-267v1,-12,-37,-14,-49,-28v20,-9,21,-2,86,-6","w":111},"m":{"d":"236,-258v49,0,66,38,63,96r-7,129v6,3,6,4,34,14v8,3,13,5,13,8v-12,9,-79,8,-75,9v-8,0,-9,-3,-10,-11r1,-167v-2,-30,-4,-55,-31,-55v-34,0,-37,31,-36,69v1,12,0,73,9,117v10,7,66,25,19,24v-31,-1,-74,4,-101,-1v2,-3,24,-14,32,-18v8,-50,6,-110,6,-136v0,-23,-9,-42,-28,-42v-63,0,-33,133,-41,188v3,11,36,18,39,25v-24,4,-75,14,-114,8v8,-13,22,-14,40,-25v4,-60,-8,-131,-9,-194v-4,-17,-37,-14,-42,-28v18,-5,53,-7,88,-6v-1,12,2,28,-1,38v-2,0,-3,-1,-3,-3v8,-11,32,-24,49,-24v27,0,34,8,48,24v6,-22,31,-39,57,-39","w":334},"n":{"d":"189,-54v-1,15,35,21,42,31v-15,2,-56,7,-78,1v-2,-18,1,-80,0,-112v-1,-38,0,-97,-33,-94v-70,6,-35,123,-43,194v0,1,1,3,2,5r52,24v-44,9,-101,7,-120,8v5,-11,27,-18,32,-31r-11,-199v-7,-8,-34,-14,-45,-22v19,-8,44,-5,82,-11v18,-3,6,25,10,38v-1,2,-4,1,-4,-1v15,-25,80,-43,102,-11v28,40,15,91,12,180","w":224},"o":{"d":"92,-245v74,1,102,130,62,205v-32,60,-91,65,-129,12v-51,-72,-11,-218,67,-217xm90,-5v43,3,42,-96,39,-152v-2,-37,-12,-76,-39,-74v-55,3,-44,94,-44,151v0,41,11,73,44,75","w":179},"p":{"d":"78,-211v9,-6,29,-29,52,-29v96,0,96,192,31,227v-33,18,-66,12,-89,-14v1,4,0,40,4,74v15,7,38,12,50,21v-16,11,-68,7,-130,7v7,-10,34,-17,42,-29v-1,-89,-3,-176,-8,-261v-7,-12,-33,-15,-39,-26v20,-7,55,-5,78,-7v16,-1,7,24,9,37xm76,-74v0,33,14,59,43,60v30,0,45,-40,43,-120v-2,-59,-16,-88,-42,-88v-26,0,-42,36,-43,63v-1,62,-1,85,-1,85","w":208},"q":{"d":"122,-14v-19,22,-60,25,-86,-3v-33,-36,-46,-117,-18,-172v24,-48,63,-69,106,-44v1,-7,-4,-18,5,-18v26,1,63,-2,84,2v-7,10,-43,17,-47,34r-7,264v-2,12,76,28,23,28v-34,0,-81,6,-111,1v10,-11,38,-15,53,-32v-1,-11,1,-38,-2,-60xm45,-133v-3,61,4,125,44,125v27,0,40,-41,37,-73v-3,-37,10,-149,-33,-149v-41,0,-45,41,-48,97","w":208},"r":{"d":"81,-211v17,-33,74,-34,80,6v5,36,-52,42,-54,12v-3,-12,15,-19,4,-22v-49,6,-26,154,-33,188v-3,7,36,13,44,26v-25,11,-65,5,-113,9v-9,0,-13,-2,-13,-4v10,-11,20,-13,41,-24v2,0,6,-2,5,-6r-5,-185v-11,-12,-35,-19,-41,-27v18,-7,23,-1,76,-6v15,-1,4,23,9,33","w":169},"s":{"d":"24,-112v-67,-63,28,-175,96,-121v3,-5,16,-32,24,-36v5,31,-2,82,-7,128v-19,-28,-12,-94,-58,-92v-21,2,-38,28,-38,57v0,80,109,50,112,117v2,54,-75,87,-115,47v-11,-2,-8,15,-17,33v-9,18,-12,21,-12,-4v0,-42,-3,-82,3,-113v17,25,33,88,73,88v26,0,44,-53,15,-65v-28,-12,-58,-23,-76,-39","w":156},"t":{"d":"68,-233v4,8,37,-7,49,0v-2,9,-1,19,-13,21v-18,-1,-31,3,-36,1r-1,172v1,29,21,36,36,19v9,-9,11,-38,13,-56v1,-14,21,-7,22,1v13,86,-103,111,-111,23v-4,-37,6,-112,4,-153v-8,-10,-59,9,-34,-13v29,-24,47,-59,70,-94v5,19,1,45,1,79","w":138},"u":{"d":"180,-13v0,9,45,15,47,24v-13,6,-60,8,-78,5r-1,-30v-3,8,-33,25,-45,23v-93,4,-64,-132,-63,-218v-6,-16,-35,-14,-42,-28v14,-5,51,-3,70,-2v6,0,9,3,9,8r-1,151v0,45,5,65,33,70v61,-4,35,-121,35,-185v0,-12,-37,-13,-45,-26v37,-8,91,-6,121,-5v-3,8,-29,15,-34,25v-1,42,-4,104,-6,188","w":222},"v":{"d":"216,-246v3,4,-22,17,-39,30r-83,246v-25,-52,-36,-134,-70,-230v-12,-9,-32,-20,-40,-31v20,-8,41,-5,106,-5v19,0,15,4,3,12v-10,7,-31,10,-34,21r50,149v8,-49,34,-113,43,-168v-3,-3,-29,-12,-38,-22v24,-9,73,-4,102,-2","w":212},"w":{"d":"234,-226v-1,-6,-38,-16,-47,-27v29,-6,83,-3,115,0v-9,7,-18,13,-38,23v-27,74,-43,160,-67,238v-1,4,-3,6,-6,6v-21,-36,-26,-89,-50,-154v0,-1,6,-8,4,-1v-8,33,-22,84,-40,152v-2,6,-4,10,-7,10v-24,-32,-49,-199,-67,-233v-9,-5,-33,-19,-35,-25v7,-3,63,-5,112,-2v-7,9,-27,14,-40,27r44,140v-3,2,-4,-2,-3,-4v8,-49,21,-94,31,-140v5,-21,9,-15,14,-2r49,142v-2,0,-3,-2,-2,-4v8,-33,19,-81,33,-146","w":294},"x":{"d":"148,-224v1,-11,-32,-17,-32,-26v29,-3,86,-3,100,1v-6,11,-33,14,-42,30r-47,84v12,35,36,62,64,105v8,12,41,16,50,27v-26,9,-82,5,-129,4v5,-10,28,-14,40,-25r-47,-71v-10,21,-29,56,-35,83v5,3,30,15,38,23v-41,6,-97,6,-112,1v11,-10,30,-14,44,-22r54,-102v-21,-41,-43,-77,-62,-99v-12,-6,-30,-14,-34,-20v17,-9,94,-2,122,0v-5,8,-23,11,-34,21v7,12,17,32,31,60","w":227},"y":{"d":"238,-249v-5,11,-28,13,-40,28r-90,254v-7,34,-87,58,-87,8v0,-14,12,-29,29,-27v22,-3,32,20,20,34v18,-11,28,-31,33,-63r-62,-184v-1,-13,-29,-19,-38,-34v29,-4,84,-6,114,-1v-6,11,-35,17,-43,28r53,137v0,1,-1,0,-1,-1r47,-152v-5,-7,-38,-19,-43,-29v23,-10,71,0,96,-2v8,0,12,2,12,4","w":233},"z":{"d":"4,6r96,-221v-8,2,-37,-1,-52,9v-10,28,-18,66,-31,90v-9,-24,-4,-59,-7,-106v-1,-7,2,-11,8,-11v24,0,67,-1,129,-4v11,0,10,7,6,15r-103,215v31,-2,54,-5,68,-8v3,0,5,-1,5,-4v1,-5,9,-33,23,-83v5,-20,11,-25,12,1v1,27,2,61,2,102v0,9,-1,8,-10,9v-31,1,-76,2,-136,4v-6,0,-10,-3,-10,-8","w":168},"~":{"d":"70,-118v10,-3,68,24,77,23v9,0,19,-9,32,-28r17,22v-11,25,-28,37,-50,37v-10,3,-67,-24,-77,-23v-9,0,-19,9,-31,27r-18,-22v11,-24,27,-36,50,-36","w":216},"\u0131":{"d":"75,-31v10,7,30,16,36,24v-31,4,-84,5,-115,0v9,-11,35,-16,44,-28r-5,-182v-13,-7,-35,-15,-43,-25v17,-7,23,-2,83,-4v9,0,11,2,10,10","w":108},"\u00a0":{"w":90}}});
