/*Cufon*/
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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}})());

/*Cufon-font*/
Cufon.registerFont({"w":180,"face":{"font-family":"Helvetica","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 0 8 6 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-13 -289 360 90","underline-thickness":"18","underline-position":"-36","stemh":"36","stemv":"47","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":90},"!":{"d":"45,-70r-9,-124r0,-76r47,0v3,70,-1,136,-7,200r-31,0xm84,0r-47,0r0,-48r47,0r0,48","w":119},"\"":{"d":"114,-168r-42,0r0,-98r42,0r0,98xm49,-168r-43,0r0,-98r43,0r0,98","w":119},"#":{"d":"160,-119r0,35r-31,0r-10,84r-31,0r10,-84r-26,0r-10,84r-30,0r10,-84r-31,0r0,-35r35,0r4,-33r-30,0r0,-36r34,0r10,-78r30,0r-9,78r26,0r9,-78r31,0r-10,78r28,0r0,36r-32,0r-4,33r27,0xm107,-152r-26,0r-4,33r25,0"},"$":{"d":"100,-103r0,72v31,-5,23,-64,0,-72xm78,-31r0,-80v-35,-23,-62,-38,-62,-88v0,-32,17,-62,61,-67r0,-23r25,0r0,23v49,9,62,28,60,72r-42,0v0,-19,-3,-31,-20,-36r0,71v38,20,68,45,68,86v0,48,-19,71,-66,78r0,40r-25,0r0,-39v-50,-4,-69,-40,-64,-86r43,0v0,23,-2,43,22,49xm78,-166r0,-64v-30,7,-19,53,0,64"},"%":{"d":"66,-265v53,0,56,32,56,66v0,34,-3,66,-56,66v-52,0,-55,-32,-55,-66v0,-34,3,-66,55,-66xm67,-239v-21,0,-21,16,-21,40v0,24,0,40,21,40v21,0,20,-16,20,-40v0,-24,1,-40,-20,-40xm234,-132v53,0,55,32,55,66v0,34,-2,66,-55,66v-52,0,-55,-32,-55,-66v0,-34,3,-66,55,-66xm234,-105v-21,0,-21,15,-21,39v0,24,0,40,21,40v21,0,21,-16,21,-40v0,-24,0,-39,-21,-39xm101,5r-26,0r121,-275r25,0","w":299},"&":{"d":"110,-186v20,-9,32,-52,2,-54v-28,2,-11,40,-2,54xm131,-153r34,59v5,-16,7,-33,8,-50r40,0v0,32,-8,63,-24,91r32,54r-54,0r-9,-18v-50,49,-135,17,-135,-58v0,-40,20,-63,51,-85v-10,-18,-21,-37,-21,-58v1,-79,118,-75,119,-2v0,30,-17,52,-41,67xm139,-49r-44,-74v-9,3,-27,24,-25,47v4,37,45,56,69,27","w":240},"\u2019":{"d":"29,-172r0,-17v16,-2,24,-14,23,-34r-23,0r0,-47r44,0v1,50,5,94,-44,98","w":100},"(":{"d":"71,-276r29,0v-41,69,-51,257,1,347r-30,0v-70,-106,-72,-244,0,-347","w":119},")":{"d":"49,71r-30,0v41,-68,53,-256,0,-347r30,0v70,106,72,244,0,347","w":119},"*":{"d":"138,-166r-24,17v-8,-11,-17,-21,-23,-33v-7,13,-16,22,-24,34r-23,-17r23,-33r-39,-12r9,-27r39,12v-2,-12,-1,-28,-1,-41r29,0r0,40r38,-13r10,28r-39,12v9,10,16,22,25,33"},"+":{"d":"70,-109r0,-68r40,0r0,68r61,0r0,39r-61,0r0,70r-40,0r0,-70r-61,0r0,-39r61,0"},",":{"d":"36,52r0,-16v17,-2,27,-16,26,-36r-26,0r0,-48r48,0v2,52,2,97,-48,100","w":119},"-":{"d":"103,-92r-86,0r0,-41r86,0r0,41","w":119},".":{"d":"84,0r-48,0r0,-48r48,0r0,48","w":119},"\/":{"d":"-4,34r85,-304r31,0r-85,304r-31,0","w":100},"0":{"d":"68,-199r0,132v0,26,10,33,22,33v13,0,23,-7,23,-33r0,-132v0,-26,-10,-32,-23,-32v-12,0,-22,6,-22,32xm17,-72r0,-122v0,-57,27,-77,73,-77v45,0,73,20,73,77r0,122v0,57,-27,77,-73,77v-45,0,-73,-20,-73,-77"},"1":{"d":"77,0r0,-187r-61,0r0,-36v35,0,64,-10,74,-47r37,0r0,270r-50,0"},"2":{"d":"89,-231v-25,0,-31,24,-28,51r-47,0v-1,-38,-2,-87,77,-91v79,-4,92,103,40,144v-22,27,-58,46,-66,87r94,0r0,40r-147,0v-7,-67,35,-105,76,-148v16,-18,25,-25,25,-51v0,-24,-10,-32,-24,-32"},"3":{"d":"62,-164v26,3,52,-12,47,-37v5,-37,-44,-41,-49,-9r0,19r-47,0v-2,-50,19,-80,71,-80v51,0,74,26,74,69v1,24,-12,51,-36,57v23,3,42,24,41,65v0,53,-23,85,-78,85v-77,0,-76,-47,-75,-95r47,0v1,22,-3,56,29,56v36,0,30,-55,21,-80v-10,-10,-30,-11,-45,-11r0,-39"},"4":{"d":"45,-94r51,0r-1,-110xm90,-266r56,0r0,172r23,0r0,39r-23,0r0,55r-50,0r0,-55r-88,0r0,-39"},"5":{"d":"60,-124r-44,0r7,-142r130,0r0,40r-91,0r-4,58v12,-12,23,-16,40,-16v59,0,67,51,67,94v0,61,-18,95,-75,95v-61,0,-77,-28,-77,-90r47,0v1,19,-1,52,28,51v29,-1,26,-36,26,-65v0,-37,-11,-45,-28,-45v-13,0,-25,8,-26,20"},"6":{"d":"90,-142v-29,1,-23,34,-24,61v0,27,1,47,25,47v31,0,23,-39,24,-69v0,-18,-2,-39,-25,-39xm113,-210v1,-13,-6,-24,-22,-21v-33,6,-24,38,-26,67v8,-9,16,-18,39,-18v43,0,61,30,61,85v0,68,-16,102,-74,102v-85,0,-77,-84,-76,-167v0,-86,25,-109,78,-109v40,0,68,19,67,61r-47,0"},"7":{"d":"45,0v8,-83,36,-161,74,-226r-107,0r0,-40r151,0r0,37v-37,68,-59,139,-66,229r-52,0"},"8":{"d":"65,-84v0,26,-2,50,26,50v24,0,24,-22,24,-45v0,-26,-1,-48,-25,-48v-24,0,-25,18,-25,43xm90,-163v36,0,28,-68,1,-68v-19,0,-23,15,-23,33v0,16,1,35,22,35xm53,-146v-49,-23,-47,-125,38,-125v78,0,92,103,34,126v31,6,41,29,41,68v0,60,-28,82,-74,82v-57,0,-77,-27,-77,-81v0,-40,11,-58,38,-70"},"9":{"d":"90,-123v29,-1,24,-35,25,-62v0,-27,-2,-46,-26,-46v-31,0,-23,40,-23,69v0,18,1,39,24,39xm90,-271v84,0,76,85,75,167v0,86,-25,109,-78,109v-40,0,-67,-18,-66,-60r47,0v-1,10,3,23,22,21v33,-4,24,-40,26,-68v-8,9,-17,18,-40,18v-43,0,-61,-29,-61,-84v0,-68,17,-103,75,-103"},":":{"d":"74,-153r-48,0r0,-47r48,0r0,47xm74,0r-48,0r0,-48r48,0r0,48","w":100},";":{"d":"26,52r0,-16v17,-2,26,-16,25,-36r-25,0r0,-48r48,0v2,52,2,97,-48,100xm74,-153r-48,0r0,-47r48,0r0,47","w":100},"<":{"d":"58,-90r107,59r0,40r-150,-81r0,-36r150,-82r0,40"},"=":{"d":"171,-144r0,39r-162,0r0,-39r162,0xm171,-74r0,39r-162,0r0,-39r162,0"},">":{"d":"15,-31r107,-59r-107,-60r0,-40r150,82r0,36r-150,81r0,-40"},"?":{"d":"88,-239v-25,0,-24,23,-25,40r-44,0v-6,-50,24,-77,70,-77v42,0,69,25,69,66v0,61,-66,76,-62,138r-42,0v-9,-69,55,-81,55,-138v0,-21,-7,-29,-21,-29xm53,-47r46,0r0,47r-46,0r0,-47"},"@":{"d":"219,-86v21,-7,40,-34,39,-70v0,-59,-42,-94,-102,-94v-67,0,-114,48,-114,114v0,102,128,153,193,83r35,0v-68,109,-256,53,-256,-83v0,-80,63,-140,143,-140v66,0,127,49,129,113v2,56,-42,104,-93,109v-10,0,-18,-10,-16,-24v-38,45,-105,15,-105,-44v0,-64,79,-118,122,-64r4,-19r35,0r-20,114v0,4,3,5,6,5xm137,-89v31,4,45,-26,45,-50v0,-20,-9,-35,-30,-35v-42,0,-58,80,-15,85","w":299},"A":{"d":"57,0r-54,0r65,-270r68,0r61,270r-54,0r-13,-68r-59,0xm101,-240v-5,46,-14,90,-23,132r44,0","w":200},"B":{"d":"74,-40v38,6,61,-8,56,-40v4,-37,-19,-43,-56,-41r0,81xm74,-161v33,3,55,-4,51,-38v4,-29,-21,-33,-51,-31r0,69xm182,-82v0,51,-25,82,-70,82r-89,0r0,-270r82,0v68,-13,100,93,38,126v28,4,39,27,39,62","w":200},"C":{"d":"108,-276v52,0,76,33,75,90r-50,0v-2,-17,0,-50,-25,-50v-60,0,-36,87,-36,143v0,22,1,59,36,59v28,0,25,-45,26,-62r50,0v-2,56,-14,102,-76,102v-98,1,-88,-76,-88,-163v0,-69,7,-119,88,-119","w":200},"D":{"d":"76,-40v64,3,71,-10,70,-101v-1,-83,-8,-94,-70,-89r0,190xm198,-146v1,65,-2,146,-79,146r-93,0r0,-270v67,7,124,-21,157,31v12,19,15,48,15,93","w":219},"E":{"d":"165,0r-142,0r0,-270r142,0r0,40r-92,0r0,68r85,0r0,39r-85,0r0,83r92,0r0,40"},"F":{"d":"77,0r-51,0r0,-270r143,0r0,40r-92,0r0,68r86,0r0,40r-86,0r0,122"},"G":{"d":"108,6v-98,1,-88,-76,-88,-163v0,-69,7,-119,88,-119v53,0,91,28,87,91r-50,0v-1,-27,-3,-51,-37,-51v-60,0,-36,87,-36,143v0,22,1,59,36,59v29,0,38,-32,37,-71r-35,0r0,-40r84,0r0,145r-38,0r0,-31v-10,28,-30,36,-48,37","w":219},"H":{"d":"75,0r-51,0r0,-270r51,0r0,107r70,0r0,-107r51,0r0,270r-51,0r0,-123r-70,0r0,123","w":219},"I":{"d":"75,0r-50,0r0,-270r50,0r0,270","w":100},"J":{"d":"123,-11v-53,42,-137,15,-120,-75r50,0v2,21,-8,52,16,52v18,0,19,-14,19,-29r0,-207r50,0r0,206v0,17,1,40,-15,53","w":159},"K":{"d":"75,0r-51,0r0,-270r51,0r1,120v16,-42,41,-82,61,-120r57,0r-67,116r70,154r-57,0r-47,-107r-18,30r0,77","w":200},"L":{"d":"168,0r-144,0r0,-270r51,0r0,230r93,0r0,40"},"M":{"d":"75,-85r0,85r-51,0r0,-270r80,0r27,125v4,21,8,42,10,63v6,-74,22,-123,35,-188r80,0r0,270r-50,0r4,-246r-54,246r-31,0r-53,-246r-2,0v3,54,5,107,5,161","w":280},"N":{"d":"152,-64r-7,-206r50,0r0,270r-52,0v-27,-69,-53,-124,-75,-203r7,203r-51,0r0,-270r53,0v27,71,53,123,75,206","w":219},"O":{"d":"110,6v-98,0,-88,-76,-88,-163v0,-69,7,-119,88,-119v96,-1,88,73,88,158v0,72,-5,124,-88,124xm110,-236v-60,0,-36,87,-36,143v0,22,1,59,36,59v59,0,37,-82,37,-136v0,-23,-2,-66,-37,-66","w":219},"P":{"d":"75,-230r0,77v38,1,63,3,64,-42v1,-41,-29,-35,-64,-35xm190,-193v0,58,-45,90,-115,80r0,113r-51,0r0,-270r103,0v48,0,63,39,63,77","w":200},"Q":{"d":"211,2r-25,24r-28,-28v-12,6,-27,8,-48,8v-98,1,-88,-76,-88,-163v0,-69,7,-119,88,-119v96,-1,87,73,88,158v0,35,-1,71,-14,92xm113,-45v10,-6,20,-22,30,-21v8,-31,3,-74,4,-112v0,-23,-3,-58,-37,-58v-60,0,-28,88,-36,143v-4,26,10,70,49,57","w":219},"R":{"d":"126,-113v-17,-4,-33,-3,-52,-3r0,116r-50,0r0,-270v77,3,172,-20,172,65v0,31,-10,59,-42,66v64,1,25,100,50,134r0,5r-55,0v-15,-33,9,-96,-23,-113xm74,-230r0,74v39,0,69,6,69,-39v0,-47,-33,-32,-69,-35","w":219},"S":{"d":"176,-188r-49,0v0,-25,-2,-48,-29,-48v-17,0,-28,7,-28,25v0,21,13,29,29,39v33,21,84,48,84,101v0,51,-34,77,-83,77v-67,-1,-85,-40,-82,-101r50,0v-2,32,2,61,32,61v40,0,39,-55,11,-68v-34,-29,-93,-44,-93,-103v0,-46,27,-71,80,-71v80,0,78,61,78,88","w":200},"T":{"d":"6,-230r0,-40r168,0r0,40r-58,0r0,230r-51,0r0,-230r-59,0"},"U":{"d":"145,-86r0,-184r51,0r0,188v0,60,-19,88,-85,88v-67,0,-87,-28,-87,-88r0,-188r51,0r0,184v0,26,2,52,36,52v33,0,34,-26,34,-52","w":219},"V":{"d":"102,-28v8,-84,26,-161,37,-242r54,0r-58,270r-68,0r-59,-270r54,0","w":200},"W":{"d":"171,-270v15,79,31,146,38,236r30,-236r53,0r-50,270r-61,0r-20,-107v-6,-27,-5,-60,-12,-86v-6,68,-17,130,-28,193r-61,0r-51,-270r52,0r23,147v5,30,6,59,9,89v8,-88,23,-156,36,-236r42,0","w":299},"X":{"d":"129,-137r67,137r-57,0v-13,-33,-32,-63,-40,-100v-7,37,-28,67,-40,100r-55,0r66,-137r-64,-133r57,0v13,30,30,61,38,95v5,-35,26,-64,36,-95r57,0","w":200},"Y":{"d":"59,-270v14,37,33,71,41,112v10,-44,27,-73,41,-112r55,0r-71,155r0,115r-50,0r0,-115r-71,-155r55,0","w":200},"Z":{"d":"12,0r0,-40r101,-191v-30,2,-63,0,-95,1r0,-40r147,0r0,40r-101,191v33,-2,69,0,104,-1r0,40r-156,0"},"[":{"d":"101,34r-72,0r0,-304r72,0r0,27r-32,0r0,249r32,0r0,28","w":119},"\\":{"d":"18,-270r85,304r-31,0r-85,-304r31,0","w":90},"]":{"d":"19,-270r72,0r0,304r-72,0r0,-28r32,0r0,-249r-32,0r0,-27","w":119},"^":{"d":"41,-117r-37,-17r64,-136r44,0r64,136r-37,17r-49,-101"},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18"},"\u2018":{"d":"71,-276r0,17v-16,2,-24,13,-23,34r23,0r0,47r-44,0v-1,-50,-5,-94,44,-98","w":100},"a":{"d":"109,-154v0,-14,-6,-19,-23,-18v-22,0,-25,11,-25,29v-14,-1,-32,2,-44,-1v0,-38,12,-64,70,-64v60,0,67,29,67,55v2,51,-5,109,4,153r-44,0v-4,-7,-3,-13,-3,-21v-21,43,-96,33,-96,-34v0,-46,33,-58,70,-73v16,-7,24,-14,24,-26xm108,-107v-16,13,-47,20,-46,50v0,15,5,26,22,26v34,0,21,-45,24,-76"},"b":{"d":"92,-172v-38,0,-22,67,-22,105v0,23,8,36,23,36v31,0,20,-67,20,-102v0,-20,1,-39,-21,-39xm23,0r0,-270r47,0r-1,87v9,-19,22,-25,42,-25v53,-10,51,85,49,145v-1,32,-9,68,-49,68v-19,0,-33,-7,-43,-27r0,22r-45,0"},"c":{"d":"145,-132r-47,0v0,-18,2,-42,-16,-40v-32,4,-18,69,-18,103v0,31,5,37,18,38v19,1,15,-28,16,-48r47,0v3,52,-10,85,-64,84v-40,0,-63,-20,-63,-70r0,-73v0,-56,28,-70,63,-70v55,0,67,31,64,76","w":159},"d":{"d":"86,-31v34,-1,23,-67,23,-103v0,-17,-3,-38,-22,-38v-38,0,-15,68,-21,106v1,19,6,35,20,35xm109,0v-1,-7,2,-17,-1,-22v-9,21,-22,27,-40,27v-65,0,-49,-79,-49,-141v0,-56,19,-71,50,-72v20,-1,31,8,42,25v-4,-26,-1,-58,-2,-87r47,0r0,270r-47,0"},"e":{"d":"94,5v-78,4,-75,-67,-75,-144v0,-44,24,-69,68,-69v76,-1,72,49,72,116r-93,0v-1,27,-1,68,24,61v18,1,23,-14,22,-38r47,0v1,46,-17,71,-65,74xm66,-128r47,0v1,-25,1,-44,-25,-44v-27,0,-21,22,-22,44"},"f":{"d":"26,-169r-18,0r0,-34r18,0v-5,-53,14,-73,67,-67r0,37v-8,-3,-22,-3,-21,6r0,24r21,0r0,34r-21,0r0,169r-46,0r0,-169","w":100},"g":{"d":"86,-31v34,-1,23,-67,23,-103v0,-17,-3,-38,-22,-38v-38,0,-15,68,-21,106v1,19,6,35,20,35xm68,23v0,10,10,12,20,12v29,-1,22,-30,23,-56v-9,19,-23,26,-43,26v-65,0,-49,-79,-49,-141v0,-56,19,-71,50,-72v21,-1,32,10,40,26r0,-21r47,0r0,197v0,41,-12,74,-76,74v-31,0,-56,-11,-59,-45r47,0"},"h":{"d":"69,-182v19,-39,89,-36,89,22r0,160r-46,0r0,-139v0,-20,-2,-33,-21,-33v-16,0,-22,15,-22,34r0,138r-47,0r0,-270r47,0r0,88"},"i":{"d":"73,0r-46,0r0,-203r46,0r0,203xm73,-228r-46,0r0,-42r46,0r0,42","w":100},"j":{"d":"75,1v7,45,-10,78,-64,67r0,-36v10,0,17,1,17,-10r0,-225r47,0r0,204xm75,-228r-47,0r0,-42r47,0r0,42","w":100},"k":{"d":"64,0r-47,0r0,-270r47,0r0,148r44,-81r51,0r-51,82r50,121r-52,0r-29,-83r-13,21r0,62","w":159},"l":{"d":"73,0r-46,0r0,-270r46,0r0,270","w":100},"m":{"d":"71,-203r0,21v11,-22,30,-25,46,-26v18,-1,38,9,43,26v9,-18,24,-26,47,-26v35,0,49,21,49,43r0,165r-46,0r0,-137v0,-19,-2,-36,-23,-35v-20,1,-24,14,-24,38r0,134r-46,0r0,-140v0,-18,-2,-32,-23,-32v-22,0,-23,16,-23,38r0,134r-47,0r0,-203r47,0","w":280},"n":{"d":"69,-203r0,21v26,-45,88,-33,89,22r0,160r-46,0r0,-135v0,-20,-2,-34,-21,-34v-16,0,-22,15,-22,34r0,135r-47,0r0,-203r47,0"},"o":{"d":"91,-172v-45,0,-25,66,-25,106v0,25,2,35,25,35v41,1,23,-67,23,-103v0,-19,0,-38,-23,-38xm161,-94v1,70,-11,99,-74,99v-59,0,-68,-32,-68,-99v0,-69,1,-114,72,-114v69,0,70,45,70,114"},"p":{"d":"90,-172v-38,0,-22,67,-22,105v0,23,7,36,22,36v32,0,21,-66,21,-102v0,-20,1,-39,-21,-39xm68,-203r0,21v8,-19,21,-26,41,-26v53,-10,51,85,49,146v-1,32,-9,67,-49,67v-18,0,-32,-6,-41,-25r0,88r-47,0r0,-271r47,0"},"q":{"d":"85,-31v34,-1,23,-67,23,-103v0,-17,-3,-38,-22,-38v-38,0,-15,68,-21,106v1,19,6,35,20,35xm155,-203r0,271r-47,0r-1,-90v-9,20,-21,27,-40,27v-65,0,-49,-79,-49,-141v0,-56,19,-71,50,-72v20,-1,30,8,40,25r0,-20r47,0"},"r":{"d":"67,-203r0,36v7,-24,29,-40,48,-40r0,56v-26,-4,-47,4,-47,34r0,117r-46,0r0,-203r45,0","w":119},"s":{"d":"10,-67r47,0v-2,24,7,42,22,36v35,-3,17,-39,-4,-46v-27,-20,-64,-41,-64,-82v0,-31,25,-49,70,-49v45,0,66,24,65,67r-47,0v1,-20,-4,-31,-21,-31v-30,0,-20,34,-2,40v29,21,71,32,71,79v0,31,-14,58,-71,58v-25,0,-72,-15,-66,-72","w":159},"t":{"d":"91,-36r0,37v-31,4,-66,5,-67,-32r0,-138r-19,0r0,-34r19,0r0,-56r47,0r0,56r20,0r0,34r-20,0r0,126v2,8,11,7,20,7","w":100},"u":{"d":"68,-61v-1,14,3,30,19,30v21,0,21,-23,21,-39r0,-133r47,0r0,203r-44,0v-1,-9,2,-23,-1,-30v-7,24,-21,35,-44,35v-37,0,-45,-19,-45,-53r0,-155r47,0r0,142"},"v":{"d":"51,0r-47,-203r50,0v9,54,24,117,26,174v5,-51,18,-121,28,-174r48,0r-47,203r-58,0","w":159},"w":{"d":"137,-203r23,125v4,13,2,31,6,43r19,-168r47,0r-41,203r-51,0r-23,-133v-2,47,-13,89,-19,133r-52,0r-42,-203r49,0r22,169v3,-61,16,-113,24,-169r38,0","w":240},"x":{"d":"57,-104r-52,-99r55,0v8,17,15,37,22,55v4,-21,14,-37,22,-55r52,0r-51,98r52,105r-53,0v-9,-19,-18,-42,-24,-63v-4,24,-15,43,-23,63r-54,0","w":159},"y":{"d":"2,-203r49,0v10,53,23,104,27,162r29,-162r47,0r-49,206v-8,48,-23,76,-78,65r0,-36v10,1,30,4,28,-9v-12,-79,-36,-150,-53,-226","w":159},"z":{"d":"132,-170r-74,134r74,0r0,36r-124,0r0,-37r72,-130r-70,0r0,-36r122,0r0,33","w":140},"{":{"d":"-12,-117v69,-15,-30,-177,98,-152v-63,10,10,132,-56,152v65,11,-8,125,56,150v-47,3,-71,-7,-71,-53v0,-41,12,-90,-27,-97","w":98},"|":{"d":"27,-270r36,0r0,360r-36,0r0,-360","w":90},"}":{"d":"37,-270v60,-6,44,61,46,113v0,19,6,37,27,40v-72,8,33,176,-98,150v64,-11,-11,-130,57,-150v-44,-7,-30,-66,-30,-112v0,-22,-9,-35,-27,-41r25,0","w":98},"~":{"d":"150,-129r21,26v-11,19,-22,42,-46,42v-22,0,-55,-24,-67,-24v-15,0,-22,18,-28,30r-21,-27v10,-21,25,-44,48,-44v23,0,53,23,68,23v13,0,19,-15,25,-26"},"'":{"d":"67,-168r-43,0r0,-98r43,0r0,98","w":90},"\u201c":{"d":"75,-276r0,17v-16,2,-24,13,-23,34r23,0r0,47r-44,0v-1,-50,-5,-94,44,-98xm146,-276r0,17v-16,2,-24,13,-23,34r23,0r0,47r-44,0v-1,-50,-5,-94,44,-98"},"\u2013":{"d":"180,-93r-180,0r0,-40r180,0r0,40"},"\u201d":{"d":"105,-172r0,-17v16,-2,24,-14,23,-34r-23,0r0,-47r44,0v1,50,5,94,-44,98xm34,-172r0,-17v16,-2,24,-14,23,-34r-23,0r0,-47r44,0v1,50,5,94,-44,98"},"\u2026":{"d":"84,0r-48,0r0,-48r48,0r0,48xm204,0r-48,0r0,-48r48,0r0,48xm324,0r-48,0r0,-48r48,0r0,48","w":360},"`":{"d":"0,-279r56,0r34,53r-36,0","w":119},"\u2014":{"d":"360,-93r-360,0r0,-40r360,0r0,40","w":360},"\u00d7":{"d":"61,-90r-52,-51r28,-29r52,52r54,-53r28,28r-54,53r54,54r-28,28r-54,-54r-52,52r-28,-28"},"\u2122":{"d":"279,-270r0,145r-29,0r-1,-117r-38,117r-17,0r-38,-117r0,117r-29,0r0,-145r47,0r29,86r29,-86r47,0xm112,-270r0,28r-42,0r0,117r-29,0r0,-117r-41,0r0,-28r112,0","w":309},"\u00a0":{"w":90}}});
/*Cufon-settings*/
function initCufon() {
	Cufon.replace('#header .phone-section,#header ul,.visual .left-column strong,.visual h1,.visual .left-column ul,#content h2', { fontFamily: 'Helvetica',hover: true});
}
jQuery(document).ready(function(){
	initCufon();
});

/*class on li*/
jQuery(function(){
	jQuery('#header ul li:last-child').addClass('last');
	jQuery('.visual .left-column li:last-child').addClass('last');
});


/*png fix*/
if ($.browser.msie && $.browser.version.substring(0,1) === '6') {
	var DD_belatedPNG={ns:"DD_belatedPNG",imgSize:{},delay:10,nodesFixed:0,createVmlNameSpace:function(){if(document.namespaces&&!document.namespaces[this.ns]){document.namespaces.add(this.ns,"urn:schemas-microsoft-com:vml")}},createVmlStyleSheet:function(){var b,a;b=document.createElement("style");b.setAttribute("media","screen");document.documentElement.firstChild.insertBefore(b,document.documentElement.firstChild.firstChild);if(b.styleSheet){b=b.styleSheet;b.addRule(this.ns+"\\:*","{behavior:url(#default#VML)}");b.addRule(this.ns+"\\:shape","position:absolute;");b.addRule("img."+this.ns+"_sizeFinder","behavior:none; border:none; position:absolute; z-index:-1; top:-10000px; visibility:hidden;");this.screenStyleSheet=b;a=document.createElement("style");a.setAttribute("media","print");document.documentElement.firstChild.insertBefore(a,document.documentElement.firstChild.firstChild);a=a.styleSheet;a.addRule(this.ns+"\\:*","{display: none !important;}");a.addRule("img."+this.ns+"_sizeFinder","{display: none !important;}")}},readPropertyChange:function(){var b,c,a;b=event.srcElement;if(!b.vmlInitiated){return}if(event.propertyName.search("background")!=-1||event.propertyName.search("border")!=-1){DD_belatedPNG.applyVML(b)}if(event.propertyName=="style.display"){c=(b.currentStyle.display=="none")?"none":"block";for(a in b.vml){if(b.vml.hasOwnProperty(a)){b.vml[a].shape.style.display=c}}}if(event.propertyName.search("filter")!=-1){DD_belatedPNG.vmlOpacity(b)}},vmlOpacity:function(b){if(b.currentStyle.filter.search("lpha")!=-1){var a=b.currentStyle.filter;a=parseInt(a.substring(a.lastIndexOf("=")+1,a.lastIndexOf(")")),10)/100;b.vml.color.shape.style.filter=b.currentStyle.filter;b.vml.image.fill.opacity=a}},handlePseudoHover:function(a){setTimeout(function(){DD_belatedPNG.applyVML(a)},1)},fix:function(a){if(this.screenStyleSheet){var c,b;c=a.split(",");for(b=0;b<c.length;b++){this.screenStyleSheet.addRule(c[b],"behavior:expression(DD_belatedPNG.fixPng(this))")}}},applyVML:function(a){a.runtimeStyle.cssText="";this.vmlFill(a);this.vmlOffsets(a);this.vmlOpacity(a);if(a.isImg){this.copyImageBorders(a)}},attachHandlers:function(i){var d,c,g,e,b,f;d=this;c={resize:"vmlOffsets",move:"vmlOffsets"};if(i.nodeName=="A"){e={mouseleave:"handlePseudoHover",mouseenter:"handlePseudoHover",focus:"handlePseudoHover",blur:"handlePseudoHover"};for(b in e){if(e.hasOwnProperty(b)){c[b]=e[b]}}}for(f in c){if(c.hasOwnProperty(f)){g=function(){d[c[f]](i)};i.attachEvent("on"+f,g)}}i.attachEvent("onpropertychange",this.readPropertyChange)},giveLayout:function(a){a.style.zoom=1;if(a.currentStyle.position=="static"){a.style.position="relative"}},copyImageBorders:function(b){var c,a;c={borderStyle:true,borderWidth:true,borderColor:true};for(a in c){if(c.hasOwnProperty(a)){b.vml.color.shape.style[a]=b.currentStyle[a]}}},vmlFill:function(e){if(!e.currentStyle){return}else{var d,f,g,b,a,c;d=e.currentStyle}for(b in e.vml){if(e.vml.hasOwnProperty(b)){e.vml[b].shape.style.zIndex=d.zIndex}}e.runtimeStyle.backgroundColor="";e.runtimeStyle.backgroundImage="";f=true;if(d.backgroundImage!="none"||e.isImg){if(!e.isImg){e.vmlBg=d.backgroundImage;e.vmlBg=e.vmlBg.substr(5,e.vmlBg.lastIndexOf('")')-5)}else{e.vmlBg=e.src}g=this;if(!g.imgSize[e.vmlBg]){a=document.createElement("img");g.imgSize[e.vmlBg]=a;a.className=g.ns+"_sizeFinder";a.runtimeStyle.cssText="behavior:none; position:absolute; left:-10000px; top:-10000px; border:none; margin:0; padding:0;";c=function(){this.width=this.offsetWidth;this.height=this.offsetHeight;g.vmlOffsets(e)};a.attachEvent("onload",c);a.src=e.vmlBg;a.removeAttribute("width");a.removeAttribute("height");document.body.insertBefore(a,document.body.firstChild)}e.vml.image.fill.src=e.vmlBg;f=false}e.vml.image.fill.on=!f;e.vml.image.fill.color="none";e.vml.color.shape.style.backgroundColor=d.backgroundColor;e.runtimeStyle.backgroundImage="none";e.runtimeStyle.backgroundColor="transparent"},vmlOffsets:function(d){var h,n,a,e,g,m,f,l,j,i,k;h=d.currentStyle;n={W:d.clientWidth+1,H:d.clientHeight+1,w:this.imgSize[d.vmlBg].width,h:this.imgSize[d.vmlBg].height,L:d.offsetLeft,T:d.offsetTop,bLW:d.clientLeft,bTW:d.clientTop};a=(n.L+n.bLW==1)?1:0;e=function(b,p,q,c,s,u){b.coordsize=c+","+s;b.coordorigin=u+","+u;b.path="m0,0l"+c+",0l"+c+","+s+"l0,"+s+" xe";b.style.width=c+"px";b.style.height=s+"px";b.style.left=p+"px";b.style.top=q+"px"};e(d.vml.color.shape,(n.L+(d.isImg?0:n.bLW)),(n.T+(d.isImg?0:n.bTW)),(n.W-1),(n.H-1),0);e(d.vml.image.shape,(n.L+n.bLW),(n.T+n.bTW),(n.W),(n.H),1);g={X:0,Y:0};if(d.isImg){g.X=parseInt(h.paddingLeft,10)+1;g.Y=parseInt(h.paddingTop,10)+1}else{for(j in g){if(g.hasOwnProperty(j)){this.figurePercentage(g,n,j,h["backgroundPosition"+j])}}}d.vml.image.fill.position=(g.X/n.W)+","+(g.Y/n.H);m=h.backgroundRepeat;f={T:1,R:n.W+a,B:n.H,L:1+a};l={X:{b1:"L",b2:"R",d:"W"},Y:{b1:"T",b2:"B",d:"H"}};if(m!="repeat"||d.isImg){i={T:(g.Y),R:(g.X+n.w),B:(g.Y+n.h),L:(g.X)};if(m.search("repeat-")!=-1){k=m.split("repeat-")[1].toUpperCase();i[l[k].b1]=1;i[l[k].b2]=n[l[k].d]}if(i.B>n.H){i.B=n.H}d.vml.image.shape.style.clip="rect("+i.T+"px "+(i.R+a)+"px "+i.B+"px "+(i.L+a)+"px)"}else{d.vml.image.shape.style.clip="rect("+f.T+"px "+f.R+"px "+f.B+"px "+f.L+"px)"}},figurePercentage:function(d,c,f,a){var b,e;e=true;b=(f=="X");switch(a){case"left":case"top":d[f]=0;break;case"center":d[f]=0.5;break;case"right":case"bottom":d[f]=1;break;default:if(a.search("%")!=-1){d[f]=parseInt(a,10)/100}else{e=false}}d[f]=Math.ceil(e?((c[b?"W":"H"]*d[f])-(c[b?"w":"h"]*d[f])):parseInt(a,10));if(d[f]%2===0){d[f]++}return d[f]},fixPng:function(c){c.style.behavior="none";var g,b,f,a,d;if(c.nodeName=="BODY"||c.nodeName=="TD"||c.nodeName=="TR"){return}c.isImg=false;if(c.nodeName=="IMG"){if(c.src.toLowerCase().search(/\.png$/)!=-1){c.isImg=true;c.style.visibility="hidden"}else{return}}else{if(c.currentStyle.backgroundImage.toLowerCase().search(".png")==-1){return}}g=DD_belatedPNG;c.vml={color:{},image:{}};b={shape:{},fill:{}};for(a in c.vml){if(c.vml.hasOwnProperty(a)){for(d in b){if(b.hasOwnProperty(d)){f=g.ns+":"+d;c.vml[a][d]=document.createElement(f)}}c.vml[a].shape.stroked=false;c.vml[a].shape.appendChild(c.vml[a].fill);c.parentNode.insertBefore(c.vml[a].shape,c)}}c.vml.image.shape.fillcolor="none";c.vml.image.fill.type="tile";c.vml.color.fill.on=false;g.attachHandlers(c);g.giveLayout(c);g.giveLayout(c.offsetParent);c.vmlInitiated=true;g.applyVML(c)}};try{document.execCommand("BackgroundImageCache",false,true)}catch(r){}DD_belatedPNG.createVmlNameSpace();DD_belatedPNG.createVmlStyleSheet();
	DD_belatedPNG.fix('.info-section,.visual .right-column,.visual .left-column li,.visual .left-column li a,.testimonials');
}

/*Clear inputs*/
function clearInput(){
	var _list = document.getElementsByTagName('input');
	for(var i = 0; i < _list.length; i++){
		if(_list[i].type == 'text' || _list[i].type == 'password')
		{
			_list[i]._val = _list[i].value;
			_list[i].onfocus = function()
			{
				if(this.value == this._val) this.value = '';
			}
			_list[i].onblur = function()
			{
				if(this.value == '') this.value = this._val;
			}
		}
	}
}
function initPage(){
	clearInput();
}
if (window.addEventListener) window.addEventListener("load", initPage, false);
else if (window.attachEvent && !window.opera) window.attachEvent("onload", initPage);
