/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2000, 2005 ParachuteЁ, www.parachute.gr.  All rights reserved.
 * 
 * Trademark:
 * Bulletin Sans is a trademark of ParachuteЁ
 * 
 * Manufacturer:
 * ParachuteЁ Worldwide
 * 
 * Designer:
 * Panos Vassiliou
 * 
 * Vendor URL:
 * http://www.parachute.gr
 * 
 * License information:
 * http://www.parachute.gr/support.aspx?Licensing=1
 */
Cufon.registerFont({"w":171,"face":{"font-family":"PF Bulletin Sans Pro Light","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 4 0 0 2 0 4","ascent":"270","descent":"-90","x-height":"5","bbox":"-2 -270 303 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":79},"!":{"d":"48,-68r-7,-178r28,0r-7,178r-14,0xm75,-17v0,11,-10,21,-20,21v-11,0,-19,-10,-19,-21v0,-10,8,-19,19,-19v10,0,20,8,20,19","w":110},"\"":{"d":"78,-162r-5,-93r22,0r-4,93r-13,0xm33,-162r-5,-93r22,0r-5,93r-12,0","w":122},"#":{"d":"131,-144r-10,72r32,0r-2,15r-33,0r-8,60r-15,0r9,-60r-53,0r-9,60r-15,0r9,-60r-28,0r2,-15r28,0r10,-72r-31,0r2,-15r31,0r9,-64r15,0r-9,64r53,0r9,-64r15,0r-9,64r29,0r-2,15r-29,0xm53,-72r53,0r10,-72r-53,0"},"$":{"d":"23,-176v0,-38,21,-55,53,-60r0,-28r16,0r0,27v14,-1,32,4,42,8r-5,17v-35,-13,-92,-11,-86,36v9,63,105,33,105,115v0,40,-22,60,-56,65r0,27r-16,0r0,-26v-18,-1,-35,-3,-48,-8r5,-17v39,14,94,10,94,-40v0,-75,-104,-39,-104,-116"},"&":{"d":"67,-136v-35,-28,-38,-113,26,-110v31,1,51,18,51,48v0,36,-26,52,-47,68r40,54v13,-34,31,-63,74,-57r0,18v-40,2,-46,29,-59,59r45,56v-35,7,-41,-20,-57,-38v-16,23,-34,43,-69,43v-36,1,-59,-25,-58,-61v1,-41,27,-62,54,-80xm34,-58v-5,54,65,55,82,17v4,-5,7,-9,10,-14r-48,-65v-21,15,-41,29,-44,62xm122,-195v1,-18,-11,-33,-29,-33v-38,0,-37,53,-15,72v3,4,5,8,8,12v17,-10,34,-25,36,-51","w":216},"'":{"d":"33,-162r-5,-93r22,0r-4,93r-13,0","w":77},"(":{"d":"105,-255v-67,73,-71,248,-6,324r-11,9v-54,-53,-78,-197,-32,-281v12,-23,26,-43,39,-59","w":123},")":{"d":"37,69v30,-39,47,-91,47,-158v0,-72,-21,-121,-54,-166r10,-7v68,60,90,233,24,317v-7,10,-12,18,-17,23","w":123},"*":{"d":"119,-144r-16,10r-21,-48r-20,49r-16,-11r30,-43r-46,6r0,-19r46,6r-29,-43r16,-10r20,48r20,-48r16,9r-30,44r47,-6r0,19r-47,-5","w":170},"+":{"d":"94,-10r-18,0r0,-73r-68,0r0,-17r68,0r0,-73r18,0r0,73r69,0r0,17r-69,0r0,73"},",":{"d":"26,37r9,-73r33,0r-28,78","w":97},"-":{"d":"18,-105r82,0r0,26r-82,0r0,-26","w":117,"k":{"X":11,"T":18,"V":14,"W":14,"Y":18}},".":{"d":"66,-17v0,11,-9,21,-19,21v-11,0,-20,-10,-20,-21v0,-11,9,-19,20,-19v10,0,19,9,19,19","w":97},"\/":{"d":"13,39r124,-297r17,0r-124,297r-17,0","w":150},"0":{"d":"157,-116v0,66,-9,121,-72,121v-62,0,-73,-57,-73,-121v0,-65,12,-121,73,-121v61,0,72,56,72,121xm136,-116v0,-50,-3,-103,-51,-103v-49,0,-52,52,-52,103v0,51,5,104,52,104v47,0,51,-53,51,-104"},"1":{"d":"30,-19r48,0r0,-192r-42,0r0,-13r64,-14r0,219r51,0r0,19r-121,0r0,-19"},"2":{"d":"24,-219v41,-30,130,-23,124,43v-7,74,-62,109,-99,155v28,6,69,0,101,2r0,19r-129,0r-3,-17v37,-51,98,-82,107,-158v6,-48,-62,-52,-93,-28"},"3":{"d":"152,-69v5,73,-91,92,-143,56r10,-15v38,27,115,18,111,-40v-3,-42,-32,-53,-76,-54r0,-25r67,-66r-99,0r0,-20r122,0r0,23r-70,71v48,2,76,24,78,70"},"4":{"d":"136,-71r31,0r0,19r-31,0r0,52r-22,0r0,-52r-105,0r0,-19r106,-163r21,0r0,163xm114,-71r-1,-124r-81,124r82,0"},"5":{"d":"152,-73v0,75,-83,97,-137,61r9,-15v39,26,106,15,106,-43v0,-51,-47,-64,-90,-49r-12,-6r8,-108r106,0r0,20r-87,0r-5,74v53,-17,102,10,102,66"},"6":{"d":"159,-72v1,47,-24,77,-70,77v-59,-1,-78,-46,-78,-107v1,-83,35,-147,125,-134r-2,17v-71,-9,-97,35,-101,101v20,-7,36,-22,63,-22v40,1,62,26,63,68xm89,-13v53,4,63,-84,23,-103v-28,-13,-61,5,-79,19v-1,46,14,80,56,84"},"7":{"d":"45,0r83,-213r-101,0r0,-20r123,0r0,20r-82,213r-23,0"},"8":{"d":"159,-59v0,42,-28,64,-72,64v-43,0,-72,-21,-72,-63v0,-38,27,-55,57,-64v-23,-11,-47,-25,-47,-58v0,-36,26,-57,64,-57v36,0,60,20,60,54v0,33,-21,50,-45,60v28,10,55,28,55,64xm127,-180v0,-23,-14,-39,-38,-39v-50,0,-53,65,-15,80v5,2,9,6,14,8v19,-10,39,-20,39,-49xm36,-57v0,29,22,43,52,45v55,4,66,-76,19,-92v-6,-3,-13,-5,-20,-8v-28,7,-51,22,-51,55"},"9":{"d":"8,-160v-1,-48,25,-78,70,-78v59,0,78,46,78,107v0,83,-35,148,-125,134r2,-17v69,11,98,-34,101,-100v-22,7,-36,22,-63,22v-39,0,-62,-26,-63,-68xm31,-162v0,62,72,56,103,27v1,-46,-15,-85,-56,-85v-32,0,-47,24,-47,58","w":167},":":{"d":"68,-18v0,11,-9,21,-19,21v-11,0,-20,-10,-20,-21v0,-11,9,-19,20,-19v10,0,19,9,19,19xm68,-152v0,11,-9,20,-19,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v10,0,19,10,19,20","w":97},";":{"d":"26,37r9,-68r33,0r-28,73xm71,-152v0,11,-9,20,-19,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v10,0,19,10,19,20","w":97},"<":{"d":"163,-156v-43,23,-91,39,-131,65r130,64r-7,16r-147,-71r0,-17r147,-73"},"=":{"d":"7,-135r156,0r0,18r-156,0r0,-18xm7,-66r156,0r0,17r-156,0r0,-17"},">":{"d":"8,-156r8,-16r147,73r0,17r-147,71r-7,-16v42,-23,90,-40,130,-66"},"?":{"d":"19,-238v36,-26,116,-16,110,43v7,65,-66,52,-55,127r-20,0v-5,-46,13,-68,39,-85v26,-17,18,-80,-24,-80v-16,0,-33,5,-43,11xm82,-17v1,12,-9,21,-19,21v-11,0,-19,-10,-19,-21v0,-10,8,-19,19,-19v10,0,20,8,19,19","w":144},"@":{"d":"303,-111v0,52,-19,94,-66,94v-20,0,-32,-8,-40,-24v-15,8,-26,23,-48,24v-28,0,-41,-16,-41,-43v2,-41,40,-51,84,-53v10,-48,-33,-56,-69,-39r-6,-12v31,-18,101,-20,94,30v4,39,-14,101,26,101v37,0,47,-40,47,-78v0,-72,-41,-118,-114,-118v-82,0,-121,57,-126,141v-6,103,96,156,185,115r6,14v-20,11,-42,18,-71,17v-87,-3,-138,-58,-138,-145v0,-94,52,-159,146,-159v82,0,131,54,131,135xm192,-99v-41,-4,-79,20,-60,59v17,18,48,-1,60,-13r0,-46","w":329},"A":{"d":"124,-75r-79,0r-19,75r-24,0r70,-246r25,0r71,246r-23,0xm118,-95r-34,-123r-33,123r67,0","k":{"'":14}},"B":{"d":"163,-66v0,40,-24,66,-63,66r-78,0r0,-246v64,-1,132,-7,132,57v0,31,-10,47,-31,59v28,9,40,31,40,64xm132,-186v0,-43,-44,-43,-88,-41r0,88v48,3,89,-1,88,-47xm140,-69v0,-50,-45,-53,-96,-51r0,100v50,1,96,3,96,-49","w":173,"k":{"Y":11}},"C":{"d":"153,-14v-15,10,-35,19,-61,19v-65,-3,-76,-63,-77,-131v-2,-78,27,-144,111,-122v9,3,16,7,22,10r-7,15v-11,-5,-31,-10,-47,-10v-49,3,-54,53,-56,104v-4,109,43,137,106,100","w":159},"D":{"d":"172,-126v0,76,-20,127,-96,126r-53,0r0,-247r52,0v74,-2,97,46,97,121xm150,-125v0,-76,-26,-110,-106,-101r0,206v80,8,106,-27,106,-105","w":189,"k":{"X":7,"T":7,"Y":11}},"E":{"d":"23,-247r119,0r0,20r-98,0r0,88r86,0r0,19r-86,0r0,100r98,0r0,20r-119,0r0,-247","w":153},"F":{"d":"44,-139r84,0r0,19r-84,0r0,120r-23,0r0,-247r119,0r0,20r-96,0r0,88","w":145,"k":{"i":4,"a":11,"A":14,",":32,"r":4,"p":4,"n":4,"m":4,"J":22,".":32}},"G":{"d":"162,-12v-16,11,-37,17,-62,17v-66,0,-77,-63,-82,-131v-6,-91,58,-156,140,-112r-8,15v-11,-5,-31,-10,-46,-10v-50,0,-61,50,-63,104v-3,80,32,139,99,106r0,-83r-21,-3r0,-16r43,0r0,113","w":182},"H":{"d":"145,-119r-103,0r0,119r-22,0r0,-247r22,0r0,109r103,0r0,-109r23,0r0,247r-23,0r0,-119","w":186},"I":{"d":"28,-246r22,0r0,246r-22,0r0,-246","w":78},"J":{"d":"3,-18v28,4,50,4,50,-30r0,-178r-27,-3r0,-17r48,0r0,193v6,47,-29,66,-74,53","w":104},"K":{"d":"161,0r-28,0r-89,-124r0,124r-22,0r0,-246r22,0r1,118r92,-118r24,0r-93,119","w":166,"k":{"-":18,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"v":11,"w":11,"y":11}},"L":{"d":"23,-247r22,0r0,227r98,0r0,20r-120,0r0,-247","w":145,"k":{"'":25,"T":18,"V":18,"W":18,"Y":25,"-":18,"v":11,"w":11,"y":11}},"M":{"d":"181,-212r-2,0r-59,152r-16,0r-60,-152r-3,0r0,212r-20,0r0,-247r30,0r61,155r60,-155r30,0r0,247r-21,0r0,-212","w":222},"N":{"d":"138,0r-96,-212r-2,0r0,212r-20,0r0,-247r28,0r92,206r3,0r0,-206r20,0r0,247r-25,0","w":183},"O":{"d":"170,-123v0,69,-11,128,-78,128v-66,0,-78,-59,-78,-128v0,-69,12,-129,78,-129v66,0,78,61,78,129xm147,-123v0,-53,-3,-110,-55,-110v-53,0,-56,58,-56,110v0,54,5,110,56,110v51,0,55,-57,55,-110","w":182,"k":{"X":7,"T":7,"Y":11}},"P":{"d":"152,-180v0,62,-43,78,-107,73r0,107r-22,0r0,-247v68,-3,129,-2,129,67xm129,-179v0,-48,-37,-51,-84,-48r0,101v49,3,84,-4,84,-53","w":159,"k":{"s":11,"c":11,"a":14,"Y":7,"V":4,"A":14,",":43,"q":11,"o":11,"g":11,"e":11,"d":11,"W":4,".":43}},"Q":{"d":"14,-124v0,-69,13,-128,78,-128v66,0,78,61,78,128v0,63,-10,117,-62,128r23,17r15,37r-26,0r-21,-53v-73,2,-85,-58,-85,-129xm147,-124v0,-53,-4,-109,-55,-109v-52,0,-56,57,-56,109v0,53,4,110,56,110v51,0,55,-56,55,-110","w":182,"k":{"X":7,"T":7,"Y":11}},"R":{"d":"150,-182v-1,40,-17,64,-52,71r20,17r38,94r-25,0r-43,-109r-46,0r0,109r-22,0r0,-247v67,-2,132,-2,130,65xm127,-182v0,-44,-40,-47,-85,-45r0,99v50,4,85,-5,85,-54","w":162,"k":{"Y":7}},"S":{"d":"122,-128v67,37,31,157,-59,132v-15,0,-28,-4,-40,-7r6,-19v42,16,107,12,105,-42v-2,-80,-117,-39,-117,-123v0,-64,72,-75,124,-56r-5,18v-37,-13,-99,-13,-96,38v3,45,53,43,82,59","w":174},"T":{"d":"86,0r-22,0r0,-227r-58,0r0,-20r140,0r0,20r-60,0r0,227","w":150,"k":{"r":7,"p":7,"-":25,"c":14,"d":14,"e":14,"g":14,"o":14,"q":14,"v":11,"w":11,"y":11,",":18,".":18,":":14,";":14,"A":14,"a":11,"i":7,"m":7,"n":7,"s":11,"u":18}},"U":{"d":"171,-67v-2,48,-28,72,-77,72v-48,0,-72,-24,-72,-72r0,-179r21,0r0,181v0,33,16,52,51,52v34,-1,55,-16,55,-52r0,-181r22,0r0,179","w":193},"V":{"d":"67,0r-64,-246r23,0r55,219r2,0r55,-219r21,0r-63,246r-29,0","w":161,"k":{"r":7,"-":18,"c":14,"d":14,"e":14,"g":14,"o":14,"q":14,",":22,".":22,":":14,";":14,"A":14,"a":11,"i":7,"m":7,"n":7,"p":7,"s":11}},"W":{"d":"122,-197r-40,197r-28,0r-50,-246r23,0r42,222r42,-222r22,0r45,222r39,-222r22,0r-47,246r-29,0","w":242,"k":{"r":7,"-":18,"c":14,"d":14,"e":14,"g":14,"o":14,"q":14,",":22,".":22,":":14,";":14,"A":14,"a":11,"i":7,"m":7,"n":7,"p":7,"s":11}},"X":{"d":"138,0r-56,-113r-56,113r-23,0r66,-129r-61,-117r23,0r51,101r50,-101r23,0r-61,116r67,130r-23,0","w":163},"Y":{"d":"90,0r-22,0r0,-104r-66,-142r25,0r53,117r55,-117r24,0r-69,141r0,105","w":160,"k":{"r":7,"-":22,"c":18,"d":18,"e":18,"g":18,"o":18,"q":18,"v":7,"w":7,"y":7,",":29,".":29,"A":14,"a":25,"i":7,"m":7,"n":7,"p":7,"s":14,"u":14}},"Z":{"d":"7,-20r110,-207r-101,0r0,-20r124,0r0,20r-110,207r114,0r0,20r-137,0r0,-20","w":150},"[":{"d":"49,-255r57,0r0,17r-37,0r0,289r37,0r0,17r-57,1r0,-324","w":123},"\\":{"d":"13,-258r17,0r124,297r-17,0","w":150},"]":{"d":"26,51r38,0r0,-289r-38,0r0,-17r58,0r0,324r-58,-1r0,-17","w":123},"^":{"d":"147,-109v-22,-38,-38,-82,-62,-118r-59,118r-20,0r71,-142r17,0r73,142r-20,0","w":170},"_":{"d":"-2,27r173,0r0,16r-173,0r0,-16","w":169},"`":{"d":"51,-253r21,-9r23,60r-11,5","w":149},"a":{"d":"106,-106v12,-57,-43,-62,-78,-45r-5,-14v36,-20,104,-21,104,36r0,114r17,0r0,14v-20,10,-37,5,-38,-16v-15,8,-30,22,-50,22v-30,0,-44,-20,-44,-50v0,-48,44,-60,94,-61xm32,-47v-3,49,57,34,74,12r0,-56v-36,1,-72,9,-74,44","w":150},"b":{"d":"143,-88v7,72,-52,121,-104,72r-6,16r-15,0r0,-255r21,0r0,97v16,-12,30,-20,50,-20v48,0,50,43,54,90xm121,-88v0,-33,-4,-70,-37,-72v-17,0,-34,12,-45,19r0,105v13,9,23,23,44,23v35,0,38,-39,38,-75","w":155},"c":{"d":"133,-7v-14,8,-32,13,-55,12v-43,-1,-65,-38,-65,-86v0,-75,53,-118,118,-86r-4,14v-12,-4,-27,-7,-43,-7v-39,1,-49,34,-49,74v0,38,10,73,49,73v17,0,31,-5,44,-9","w":135},"d":{"d":"76,-177v18,1,29,6,43,16r0,-94r21,0r0,256r-15,0r-5,-17v-15,7,-28,21,-49,21v-48,0,-56,-42,-56,-91v1,-48,12,-90,61,-91xm119,-144v-12,-7,-22,-15,-40,-15v-35,1,-42,38,-42,72v0,39,3,72,38,74v17,-3,33,-12,44,-21r0,-110","w":162},"e":{"d":"12,-87v0,-62,40,-112,98,-84v25,12,31,48,30,87r-106,0v-1,40,9,72,50,71v18,1,34,-2,47,-8r6,15v-15,6,-33,11,-55,11v-54,0,-70,-36,-70,-92xm118,-100v12,-63,-70,-81,-81,-21v-2,7,-3,14,-3,21r84,0","w":149},"f":{"d":"28,-173v-9,-59,19,-101,75,-77r-3,15v-25,-6,-51,-3,-51,27r0,36r43,0r0,17r-43,0r0,155r-21,0r0,-155r-24,0r0,-11","w":97,"k":{"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,",":14,".":14}},"g":{"d":"162,16v-2,45,-43,58,-92,62v-47,3,-81,-30,-53,-64r18,-23v-9,-5,-25,-5,-25,-20v2,-18,15,-29,27,-40v-41,-33,-21,-116,43,-109v24,2,51,6,80,4r0,11r-27,6v36,51,-13,119,-83,94v-13,9,-32,37,-5,39v50,3,119,-10,117,40xm124,-118v0,-26,-15,-44,-44,-43v-29,0,-44,16,-44,42v0,28,13,46,43,45v28,-1,45,-17,45,-44xm140,17v0,-35,-56,-20,-91,-23v-9,12,-21,21,-22,39v-1,20,21,30,43,29v36,-1,70,-10,70,-45","w":167},"h":{"d":"65,-169v43,-24,78,6,78,55r0,114r-21,0r0,-114v-1,-25,-8,-46,-35,-45v-19,1,-33,13,-46,21r0,138r-21,0r0,-255r21,0r0,99","w":160},"i":{"d":"54,-239v0,20,-31,20,-31,0v0,-7,7,-15,15,-15v8,0,16,7,16,15xm31,-156r-19,-5r0,-12r40,0r0,173r-21,0r0,-156","w":78},"j":{"d":"54,-239v0,7,-7,15,-15,15v-8,0,-16,-7,-16,-15v0,-9,8,-15,16,-15v8,0,15,7,15,15xm9,71v13,-11,22,-27,22,-49r0,-178r-20,-6r0,-11r40,0r0,202v-5,24,-14,41,-34,52","w":74},"k":{"d":"40,-95r73,-78r25,0r-76,81r76,92r-26,0r-72,-88r0,88r-20,0r0,-255r20,0r0,160","w":141,"k":{"q":7,"o":7,"g":7,"e":7,"d":7,"c":7}},"l":{"d":"23,-238r-18,-6r0,-11r39,0r0,255r-21,0r0,-238","w":66},"m":{"d":"152,-167v35,-24,73,-3,73,47r0,120r-21,0r0,-115v1,-25,-5,-44,-29,-44v-20,0,-32,13,-44,23r0,136r-20,0r-1,-132v0,-43,-56,-23,-71,-6r0,138r-21,0r0,-173r15,0r6,17v22,-19,79,-35,90,3","w":243},"n":{"d":"63,-169v42,-23,77,5,77,55r0,114r-20,0r0,-114v-1,-25,-8,-45,-35,-45v-20,1,-33,13,-46,21r0,138r-21,0r0,-173r15,0r6,17","w":158},"o":{"d":"147,-87v0,51,-16,92,-68,92v-51,0,-66,-40,-66,-91v0,-50,17,-92,67,-92v51,0,67,40,67,91xm125,-88v0,-37,-8,-72,-45,-72v-37,0,-45,34,-45,71v0,40,6,76,45,76v38,0,45,-35,45,-75","w":160},"p":{"d":"84,5v-18,-1,-29,-6,-43,-16r0,83r-21,0r0,-245r15,0r6,17v15,-8,30,-22,50,-22v47,0,54,43,54,92v0,48,-12,90,-61,91xm41,-28v12,7,22,15,40,15v34,-2,42,-37,42,-72v0,-39,-3,-72,-38,-74v-17,3,-33,12,-44,21r0,110","w":158},"q":{"d":"13,-85v-3,-58,29,-112,84,-85r20,14r6,-17r15,0r0,245r-21,0r0,-87v-16,12,-30,20,-50,20v-48,0,-52,-43,-54,-90xm35,-85v0,34,3,71,37,72v17,0,34,-12,45,-19r0,-105v-10,-10,-25,-21,-42,-21v-34,0,-40,36,-40,73","w":155},"r":{"d":"107,-152v-26,2,-43,6,-63,12r0,140r-21,0r0,-173r14,0r7,22v16,-16,34,-25,59,-28","w":102,"k":{"r":11,",":18,".":18}},"s":{"d":"78,-96v57,17,39,111,-27,101v-16,-2,-34,-2,-45,-8r6,-18v27,12,79,15,79,-24v0,-57,-82,-26,-82,-87v0,-47,57,-55,95,-39r-5,16v-39,-22,-99,18,-51,49","w":118},"t":{"d":"108,-2v-33,14,-84,9,-74,-39r0,-114r-30,0r0,-10r29,-8r8,-46r14,0r0,47r44,0r0,17r-44,0r0,108v-4,34,21,38,50,31","w":106},"u":{"d":"98,-4v-42,25,-78,-5,-78,-55r0,-114r21,0r0,114v-8,56,59,50,81,24r0,-138r21,0r0,173r-15,0r-6,-17","w":161},"v":{"d":"74,-29v17,-46,29,-97,45,-144r22,0r-58,173r-20,0r-61,-173r22,0","w":142,"k":{",":18,".":18}},"w":{"d":"48,0r-44,-173r20,0r34,143r36,-143r20,0r34,143r36,-143r21,0r-49,173r-21,0r-31,-137r-36,137r-20,0","w":209,"k":{",":18,".":18}},"x":{"d":"72,-72r-46,72r-24,0r58,-88r-50,-85r24,0r38,67r39,-67r25,0r-53,82r55,91r-25,0","w":139},"y":{"d":"37,72r26,-83r-15,-16r-43,-146r21,0r43,147r45,-147r21,0r-77,245r-21,0","w":139,"k":{",":18,".":18}},"z":{"d":"5,-17r93,-137r-85,0r0,-19r110,0r0,18r-90,136r90,0r0,19r-118,0r0,-17","w":129},"{":{"d":"125,73v-41,2,-62,-14,-62,-54v0,-40,15,-102,-29,-101v1,-5,-2,-13,1,-16v45,0,28,-68,28,-108v0,-40,21,-54,62,-52v-1,7,4,19,-7,16v-73,-5,1,129,-58,153v35,8,24,68,24,109v0,28,12,37,41,36r0,17","w":144},"|":{"d":"41,-270r18,0r0,360r-18,0r0,-360","w":100},"}":{"d":"96,-46v1,63,8,128,-62,119r0,-17v56,9,41,-54,41,-101v0,-25,6,-39,23,-44v-36,-12,-21,-73,-23,-117v-1,-27,-13,-38,-41,-36v1,-6,-4,-19,6,-16v67,-7,56,63,56,124v0,23,6,37,29,36v-1,5,3,15,-2,16v-22,0,-27,14,-27,36","w":144},"~":{"d":"53,-111v35,0,78,35,100,-1r16,14v-9,14,-28,28,-48,28v-37,0,-80,-36,-104,1r-15,-17v13,-16,25,-25,51,-25"},"%":{"d":"249,-69v0,42,-8,76,-51,76v-42,0,-52,-34,-52,-76v0,-44,10,-77,52,-77v40,0,51,33,51,77xm229,-69v0,-30,-3,-61,-31,-61v-29,0,-32,30,-32,61v-1,32,4,60,32,60v28,0,31,-29,31,-60xm113,-162v0,44,-9,76,-51,76v-42,0,-52,-34,-52,-76v0,-44,10,-77,52,-77v41,0,51,32,51,77xm94,-162v0,-29,-2,-60,-32,-60v-30,0,-32,30,-32,60v0,31,4,60,32,60v28,0,32,-30,32,-60xm80,12r78,-258r16,0r-79,258r-15,0","w":259},"\u00a0":{"w":79}}});





//выравнивание элементов дизайна
$(document).ready(function() {		
    $("#menu p").first().css("margin-left", "0px");
    $("#menu p").last().css("margin-right", "0px");    
    $("#our-service div").last().css("margin-right", "0px");
    $("#contact-information > div").last().css("margin-bottom", "0px");
    $("#team-photo-div div").last().css("margin-left", "5px");
    $("#team-photo-div div").eq(1).css("margin-left", "5px");    
	$("#tlzv").css("width", "190px");
//кнопка очистки формы на главной	
	$("#clear-form span").click(
		 function(){
			$("#tlzv").attr("value", "Name");
			$("#srpk").attr("value", "E-Mail");
			$("#jvlr").empty("");
			$("#jvlr").append("Message");
		 }
		 );

//Замена почтового ящика в футере
	$('.email').each(function(i){
      
	  var protectedEmail = $(this).html();
	  protectedEmail = protectedEmail.replace(" [at] ","@");
	  protectedEmail = protectedEmail.replace(" [dot] ",".");
      
	  $(this)
	    .html(protectedEmail)
	    .replaceWith("<a href=\"mailto:"+$(this).text()+"\">"+$(this).text()+"</a>");
      
	});  
   
//красивые шрифты в шапке
	Cufon.replace("p.tel-number");
	Cufon.replace("p.tel-code");	
	
//подсвечивание активного пункта меню
	var location = window.location.href;
	$("#menu a").each(function(){
		var href = $(this).attr("href");
		if(href=='http://netpeak.net/'){
			if(location=='http://netpeak.net/'){
				$(this).parent().attr("class","active");
			}
		}else{
			if(location.indexOf(href)>-1){			
				$(this).parent().attr("class","active");
			}
		}
	
	});
	
	
});






