$(document).ready(function(){Cufon.replace("h1",{color:"-linear-gradient(rgb(28,99,140),0.3=rgb(24,92,132),0.4=rgb(16,79,115),rgb(13,74,109))",textShadow:"#dbdbdb 3px 3px"});Cufon.replace("h1.title-network-coverage",{color:"-linear-gradient(rgb(255,255,255),0.3=rgb(233,233,233),0.4=rgb(223,223,223),rgb(217,217,217))",textShadow:"#003B62 3px 3px"});Cufon.replace(".js_title",{textShadow:"#dbdbdb 3px 3px"});Cufon.now();$(".toggleField").each(function(){$(this).data("labelName",$(this).val());$(this).css("color","#999999");});$(".toggleField").focus(function(){if($(this).val()==$(this).data("labelName")){$(this).val("");$(this).css("color","#000000");}}).blur(function(){if($(this).val()==""){$(this).val($(this).data("labelName"));$(this).css("color","#999999");}});$(".toggleForm").submit(function(){$(".toggleField").each(function(){if($(this).val()==$(this).data("labelName")){$(this).val("");}});});$("#report-error").click(function(){$("#slideForm").slideDown();return false;});$(".trackView").bind("click",function(event){trackVirtualEvent($(this).attr("href"),"clicked",$(this).text());});$(".js_back_top").click(function(){$("html,body").animate({scrollTop:0},"slow");return false;});});function loadLifeFeed(){$.ajax({type:"POST",url:"/livefeed-ajaxload.q",async:true,dataType:"html",success:function(data){$("#js_live_feed").html(data);}});}function updateTestimonial(){setTimeout(function(){$.ajax({type:"POST",url:"/testimonial-ajaxload.q",async:true,dataType:"html",success:function(data){$("#js_testimonial").fadeOut(function(){$(this).html(data).fadeIn();});}});updateTestimonial();},7000);}var imageSlider=new Object();imageSlider.items=new Array();imageSlider.selectedID=-1;imageSlider.autoSelection_intervalID=0;$(document).ready(function(){imageSlider.init();});imageSlider.init=function(){$(".alternative-content").css("display","none");$(".main-content").css("display","block");$(".image-slider > .main-content > .content").css("position","absolute");$(".image-slider > .main-content > .content").css("left","0px");$(".image-slider > .main-content > .links").find("li").each(function(index){var direction=$(this).text();var target=$(this);$(this).css("cursor","pointer");$(this).mouseover(function(){$(this).find("span").css("background-position","0px -80px");});$(this).mouseout(function(){$(this).find("span").css("background-position","0px 0px");});$(this).click(function(){imageSlider.target=target;imageSlider.selectItem(direction,target);});});$(".image-slider > .main-content > .content").find("li").find("img").each(function(index){$(this).attr("src",$(this).attr("rel"));});$(".image-slider > .main-content > .content").find("li").each(function(index){imageSlider.items.push($(this));$(this).css("position","absolute");$(this).css("top","0px");if(index>0){$(this).css("left",(index*$(imageSlider.items[imageSlider.items.length-1]).outerWidth())+"px");}else{$(this).css("left","0px");}$(this).css("display","none");});imageSlider.selectItemByID(0);};imageSlider.selectNextItem=function(){imageSlider.selectItem("next");};imageSlider.selectItem=function(direction,target){var id=imageSlider.selectedID;if(direction.toLowerCase()=="next"){id++;if(id>=imageSlider.items.length){id=0;}imageSlider.selectItemByID(id);}else{id--;if(id<0){id=imageSlider.items.length-1;}imageSlider.selectItemByID(id);}};imageSlider.selectItemByID=function(id){var content=$("#billboard").find(".content");if(imageSlider.selectedID!=-1){$(imageSlider.items[imageSlider.selectedID]).fadeOut();}$(imageSlider.items[id]).fadeIn();imageSlider.selectedID=id;var positionX=0;positionX=parseInt($(imageSlider.items[id]).css("left"));$(content).animate({opacity:1,left:-positionX+"px"},500,function(){});try{window.clearInterval(imageSlider.autoSelection_intervalID);}catch(error){}imageSlider.autoSelection_intervalID=window.setInterval(imageSlider.selectNextItem,10000);};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 1998, Neufville Digital. ALL RIGHTS RESERVED. This font is
 * licensed, not sold, and may not be reproduced without the written consent of
 * Neufville Digital. Parts ? Visualogik Technology & Design, 1998.
 * 
 * Trademark:
 * Futura is a registered trademark of Bauer Types SA. Unauthorised use
 * prohibited. ALL RIGHTS RESERVED. Neufville Digital is a trademark of Visualogik,
 * used with the permission of Neufville SL.
 * 
 * Description:
 * Paul Renner (1878-1956) was a painter, typographer, typeface designer and
 * teacher. Between 1908 and 1917 he designed thousands of books for Munich
 * publishers in a refined traditional style. In the early 1920s he began to
 * support the modern styles of architecture and typography, becoming a leading
 * proponent of the New Typography. Renner is best known for designing the typeface
 * Futura, which became a standard tool for the New Typography, and remains a
 * popular typeface today. Futura does give a restful, almost bland impression,
 * which accords with Renner's objectives. Futura seems classical, not only due to
 * the form of its capitals, but also to the open, wide forms of the geometrical
 * small letters. The typeface relies on notions of classical, yet contemporary
 * form, - harmony and evenness of texture.  Thanks to the modern digital
 * technology Futura lives on in a greater variety than ever, offering a wide
 * choice of typographic solutions for contemporary design in the new millennium.
 * 
 * Designer:
 * Paul Renner (1928)
 * 
 * Vendor URL:
 * http://www.neufville.com
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{d:"430,-1478r0,1676r194,0r0,212r-423,0r0,-2099r423,0r0,211r-194,0",w:732},{d:"418,-1544r0,1325r454,0r0,219r-687,0r0,-1544r233,0",w:908,k:{y:90,u:-4,Y:131,W:127,V:129,U:47,T:100,S:-6,O:63,G:68,C:68,A:-86,"-":-41}},{d:"303,198r0,-1676r-195,0r0,-211r423,0r0,2099r-423,0r0,-212r195,0",w:732},{d:"508,-807r-425,-737r265,0r295,523r310,-523r267,0r-445,737r467,807r-261,0r-342,-591r-352,591r-264,0",w:1265,k:{y:78,u:33,o:41,e:33,a:33,Q:37,O:37,C:39,"-":-66}},{d:"185,0r0,-1649r1126,1178r0,-1073r233,0r0,1638r-1126,-1175r0,1081r-233,0",w:1729,k:{u:-23,o:-14,e:-23,a:-20,O:-14,G:-16,C:-14,A:-12,".":-35,",":-68}},{d:"1050,-1091v1,225,-149,396,-342,433r478,658r-285,0r-441,-632r-42,0r0,632r-233,0r0,-1544r273,0v204,0,351,38,442,115v100,85,150,198,150,338xm418,-835r74,0v221,0,331,-84,331,-253v0,-158,-107,-237,-322,-237r-83,0r0,490",w:1233,k:{y:2,u:31,o:41,e:33,a:35,Y:68,W:55,V:55,U:23,T:18,O:35,G:35,C:35,"-":-29}},{d:"197,-1454r211,-110r276,364r-124,76",w:1158},{d:"566,-1001v312,2,485,228,463,567r-698,0v9,149,103,265,255,261v153,-4,181,-73,262,-188r190,106v-96,160,-213,281,-460,283v-294,3,-482,-215,-482,-514v0,-295,181,-517,470,-515xm798,-618v-33,-144,-155,-213,-304,-168v-77,23,-126,86,-148,168r452,0",w:1133,k:{y:35,x:39,w:31,v:35,t:-18}},{d:"1037,-1325r-619,0r0,371r601,0r0,219r-601,0r0,516r619,0r0,219r-852,0r0,-1544r852,0r0,219",w:1158},{d:"96,-490v0,-276,193,-511,459,-511v113,0,215,47,305,140r0,-113r226,0r0,974r-226,0r0,-102v-93,87,-192,130,-299,130v-274,0,-465,-237,-465,-518xm597,-798v-158,0,-271,144,-271,308v0,174,107,317,269,317v171,0,279,-139,279,-312v0,-173,-109,-313,-277,-313",w:1228,k:{y:-18,w:-18,v:-18,j:-25}},{d:"0,-593r446,0r0,196r-446,0r0,-196",w:446,k:{Y:35,W:2,V:4,T:-25,A:-100}},{d:"194,-1706r883,2045r-184,83r-885,-2046",w:1061},{d:"525,-1070v342,-39,575,214,575,535v0,321,-254,560,-577,560v-205,0,-366,-96,-484,-288r176,-149v86,138,144,218,328,225v185,7,330,-158,330,-343v0,-191,-143,-339,-329,-339v-105,0,-195,46,-271,137r-77,0r243,-812r638,0r0,218r-476,0",k:{"7":63,"4":47,"1":156}},{d:"127,-708v-6,-167,138,-293,303,-293v125,0,217,64,278,193r-186,99v-29,-60,-66,-90,-109,-90v-41,-1,-75,32,-75,73v0,37,43,74,130,111v119,51,200,99,241,142v41,43,62,102,62,175v0,183,-161,326,-348,326v-163,0,-279,-80,-347,-239r192,-89v48,83,67,127,159,127v76,0,114,-35,114,-104v1,-87,-147,-139,-225,-178v-119,-59,-184,-106,-189,-253",w:831},{d:"452,-219r741,0r0,219r-1124,0r758,-1325r-634,0r0,-219r1017,0",w:1280,k:{y:104,v:102}},{d:"322,-923r-170,0r-43,-621r256,0xm688,-923r-170,0r-43,-621r256,0",w:840},{d:"96,-483v0,-286,243,-518,532,-518v96,0,187,23,272,69r0,299v-89,-101,-131,-160,-279,-165v-169,-6,-295,140,-295,312v0,175,120,319,290,313v151,-5,192,-62,284,-167r0,297v-91,47,-183,71,-274,71v-292,0,-530,-223,-530,-511",w:976,k:{k:-53,h:-53}},{d:"1051,-1087v0,292,-221,465,-525,460r-108,0r0,627r-233,0r0,-1544v178,1,438,-6,557,27v174,49,309,224,309,430xm418,-843r87,0v214,0,321,-82,321,-247v0,-159,-110,-239,-331,-239r-77,0r0,486",w:1106,k:{o:59,e:51,a:55,J:88,A:113,".":174,"-":-6,",":145}},{d:"212,-1409v76,-157,137,-294,331,-294v69,0,153,23,253,70v90,43,161,64,212,64v110,0,129,-62,176,-116v16,-18,28,-28,41,-28v31,0,66,28,107,85v-51,101,-103,174,-156,218v-53,44,-116,65,-189,65v-60,0,-145,-31,-261,-78v-118,-48,-170,-76,-262,-41v-23,9,-38,19,-45,29r-64,89v-13,17,-26,26,-39,26v-30,0,-65,-30,-104,-89",w:1544},{d:"868,-1326r-762,0r0,-218r1151,0r-974,1597r-185,-117",k:{":":166,"7":-29,"6":209,"4":256,"1":117,".":289,",":262}},{d:"261,-1544r402,1032r420,-1107r402,1107r427,-1032r253,0r-690,1642r-397,-1094r-414,1095r-656,-1643r253,0",w:2172,k:{y:29,u:92,r:90,o:127,i:-20,e:119,a:121,T:-92,S:39,O:70,G:70,C:72,A:131,";":72,":":57,".":156,"-":12,",":127}},{d:"956,-1325r-538,0r0,371r519,0r0,219r-519,0r0,735r-233,0r0,-1544r771,0r0,219",w:1041,k:{u:20,r:20,o:18,j:-4,i:-4,e:14,a:14,O:-2,J:76,A:102,".":127,"-":-59,",":100}},{d:"381,-684v0,70,47,117,118,117v73,0,113,-51,120,-154r226,0v6,217,-153,366,-350,366v-189,0,-345,-159,-339,-347v6,-193,105,-247,271,-310v98,-37,160,-65,186,-87v27,-22,40,-56,40,-102v1,-91,-61,-150,-152,-150v-124,0,-178,107,-139,235r-233,0r-5,-82v-4,-207,165,-368,375,-368v211,0,381,162,381,371v0,109,-36,196,-109,263v-46,42,-133,83,-260,122v-87,27,-130,69,-130,126xm504,28v-77,0,-140,-64,-140,-140v0,-73,66,-138,139,-138v74,0,139,65,139,139v0,74,-63,139,-138,139",w:1002},{d:"685,-1569v201,0,367,140,367,335v0,67,-19,127,-57,181v-37,54,-105,119,-203,194r278,336r94,-106v27,-31,52,-63,77,-95r152,156v-47,68,-124,149,-182,215r286,353r-290,0r-154,-189v-141,146,-288,219,-441,219v-262,0,-488,-198,-488,-457v0,-154,74,-282,222,-384r122,-85v-102,-109,-153,-216,-153,-321v0,-209,159,-352,370,-352xm399,-560v-138,152,31,380,202,380v90,0,194,-59,311,-177r-305,-371v-91,62,-174,131,-208,168xm682,-1376v-79,0,-149,56,-149,134v0,86,79,162,124,219v46,-38,112,-81,146,-125v20,-25,30,-55,30,-91v1,-83,-64,-137,-151,-137",w:1497},{d:"418,-940r666,0r0,-604r233,0r0,1544r-233,0r0,-721r-666,0r0,721r-233,0r0,-1544r233,0r0,604",w:1502},{d:"636,25v-268,0,-523,-234,-523,-502v0,-122,50,-251,151,-388r540,-733r171,128r-369,502v306,-57,545,198,545,478v0,274,-240,515,-515,515xm633,-187v155,0,291,-136,291,-288v0,-160,-135,-294,-292,-294v-158,0,-292,134,-292,291v0,158,134,291,293,291",k:{"7":102,"4":18,"1":203}},{d:"374,-764r0,764r-225,0r0,-764r-96,0r0,-210r96,0r0,-357r225,0r0,357r175,0r0,210r-175,0",w:560,k:{o:-14,h:-41,e:-18,a:-18,";":-43,":":-70}},{d:"756,28v-314,0,-571,-248,-571,-578r0,-994r233,0r0,930v-9,274,112,424,338,424v226,0,339,-147,339,-424r0,-930r233,0r0,994v9,330,-259,578,-572,578",w:1513,k:{r:-16,p:-16,n:-14,m:-16,A:66,".":23,",":-4}},{d:"0,129r1158,0r0,210r-1158,0r0,-210",w:1158},{d:"477,-1500v-103,9,-102,74,-102,205r0,321r245,0r0,210r-245,0r0,764r-226,0r0,-764r-80,0r0,-210r80,0r0,-376v-6,-254,103,-366,320,-366v40,0,90,12,151,35r0,230v-42,-23,-110,-52,-143,-49",w:608,k:{t:-74,o:-25,l:-33,j:-41,i:-43,f:-68,e:-31,a:-31}},{d:"264,-974r255,556r275,-645r277,645r252,-556r252,0r-510,1047r-271,-627r-274,627r-509,-1047r253,0",w:1585,k:{o:37,l:-18,e:31,c:39,a:33,";":10,":":-12,".":109,"-":-49,",":76}},{d:"449,-181r-438,-793r261,0r298,560r278,-560r254,0r-776,1504r-257,0",w:1113,k:{o:39,l:-18,e:33,c:41,a:35,";":16,":":-10,".":121,"-":-41,",":88}},{d:"974,-410v10,282,-157,432,-416,438v-183,5,-335,-101,-388,-236v-18,-46,-28,-113,-28,-202r0,-564r225,0r0,559v0,161,64,242,191,242v127,0,191,-81,191,-242r0,-559r225,0r0,564",w:1116},{d:"185,0r0,-1544v233,2,534,-7,692,46v284,95,502,377,502,726v0,237,-81,432,-249,576v-174,149,-302,194,-625,196r-320,0xm1144,-772v-7,-344,-237,-564,-621,-553r-105,0r0,1106v133,2,276,-3,366,-33v203,-68,365,-271,360,-520",w:1487,k:{Y:78,X:47,W:55,V:57,T:53,J:55,A:76}},{d:"108,-765v0,-441,374,-808,807,-808v196,0,372,66,527,198v187,159,280,366,280,621v0,200,-74,378,-221,533r255,249r-293,0r-121,-124v-307,195,-714,152,-975,-84v-171,-155,-259,-348,-259,-585xm343,-763v0,417,454,715,834,504r-363,-352r301,0r224,223v99,-103,148,-230,148,-381v0,-323,-254,-585,-575,-585v-327,0,-569,261,-569,591",w:1830},{d:"414,-639v0,423,61,661,197,987r-208,80v-291,-583,-291,-1552,0,-2134r208,80v-134,326,-197,565,-197,987",w:750},{d:"263,-1544r427,1070r433,-1070r255,0r-693,1660r-677,-1660r255,0",w:1385,k:{y:25,u:92,r:88,o:125,i:-20,e:117,a:119,T:-92,S:39,O:68,G:68,C:70,A:129,";":70,":":55,".":154,"-":10,",":127}},{d:"281,-812r-245,0r391,-739r304,0r392,739r-246,0r-298,-555",w:1158},{d:"367,-974r0,974r-225,0r0,-974r225,0xm255,-1231v-80,0,-147,-68,-147,-148v0,-77,69,-145,146,-145v79,0,147,67,147,146v0,79,-67,147,-146,147",w:510,k:{j:-25,T:-37}},{w:632},{d:"573,-799v-179,0,-205,119,-205,329r0,470r-226,0r0,-974r226,0r0,90v79,-78,167,-117,266,-117v233,0,347,138,347,404r0,597r-226,0r0,-544v-4,-174,-25,-255,-182,-255",w:1123,k:{y:33,w:29,v:31,p:-25,T:76}},{d:"99,-710r0,-186r440,0r0,-432r185,0r0,432r440,0r0,186r-440,0r0,432r-185,0r0,-432r-440,0"},{d:"611,-1325r0,1325r-233,0r0,-1325r-355,0r0,-219r942,0r0,219r-354,0",w:988,k:{y:92,w:92,v:92,u:84,r:70,o:92,j:-37,i:-37,e:84,c:92,a:86,Y:-100,W:-92,V:-92,S:2,O:49,J:59,G:51,C:55,A:84,";":37,":":23,".":63,"-":-25,",":35}},{d:"367,-1689r0,1689r-225,0r0,-1689r225,0",w:510,k:{y:-18,v:-18}},{d:"463,-1544r232,0r0,1929r-232,0r0,-1929",w:1158},{d:"367,-1689r0,1030r317,-315r302,0r-423,409r454,565r-292,0r-322,-411r-36,36r0,375r-225,0r0,-1689r225,0",w:1020,k:{u:-6,o:41,e:33,a:35,".":-31,"-":4,",":-63}},{d:"1722,-770v0,435,-379,798,-815,798v-199,0,-378,-69,-537,-207v-175,-153,-262,-353,-262,-600v0,-425,382,-794,811,-794v428,0,803,375,803,803xm916,-1354v-314,0,-573,262,-573,578v0,321,265,586,567,586v317,0,577,-266,577,-582v0,-319,-254,-582,-571,-582",w:1830,k:{Y:84,X:49,W:66,V:68,T:55,A:78}},{d:"367,-974r0,1504r-225,0r0,-1504r225,0xm255,-1231v-80,0,-147,-68,-147,-148v0,-77,69,-145,146,-145v79,0,147,67,147,146v0,79,-67,147,-146,147",w:510},{d:"580,-798v-185,0,-213,116,-213,327r0,471r-225,0r0,-1689r225,0r0,796v80,-72,168,-108,265,-108v228,0,348,141,348,404r0,597r-225,0r0,-576v-1,-145,-40,-222,-175,-222",w:1123,k:{y:33}},{d:"842,-457v-5,-181,-104,-266,-312,-260r0,-199v99,0,165,-11,199,-33v61,-39,91,-101,91,-186v0,-132,-101,-226,-235,-224v-149,3,-195,72,-226,209r-232,0v45,-270,168,-416,461,-421v259,-5,459,174,459,427v0,141,-56,251,-168,330v128,75,192,198,192,367v0,277,-218,476,-499,472v-276,-4,-463,-154,-485,-443r225,0v21,141,112,229,269,231v151,2,265,-118,261,-270",k:{"7":90,"4":47,"1":180}},{d:"225,-1380v-4,-245,98,-347,345,-324r58,2r0,201v-144,-2,-172,28,-172,181r0,402v-2,154,-34,218,-140,280v93,56,140,130,140,222r0,453v-2,155,27,190,172,185r0,202r-128,4v-213,-4,-275,-113,-275,-339r0,-492v-1,-77,-60,-132,-130,-147r0,-193v95,-23,129,-74,130,-191r0,-446",w:732},{d:"263,-974r252,547r251,-547r253,0r-506,1041r-502,-1041r252,0",w:1029,k:{o:39,l:-18,e:35,c:41,a:35,";":12,":":-10,".":113,"-":-47,",":82}},{d:"868,-1706r186,82r-884,2046r-184,-83",w:1061},{d:"1132,-482v0,276,-191,510,-459,510v-114,0,-216,-46,-306,-137r0,639r-225,0r0,-1504r225,0r0,106v89,-89,189,-133,302,-133v272,0,463,238,463,519xm631,-173v159,0,271,-144,271,-308v0,-174,-108,-317,-270,-317v-170,0,-278,136,-278,312v0,173,108,313,277,313",w:1228,k:{y:43,t:-18}},{d:"555,-1326r-267,0r128,-218r372,0r0,1544r-233,0r0,-1326",k:{"9":166,"8":154,"7":190,"6":180,"5":162,"4":162,"3":147,"2":162,"1":299,"0":123,".":121,",":94}},{d:"1092,-375r-661,0r-172,375r-251,0r764,-1641r737,1641r-255,0xm997,-594r-229,-525r-240,525r469,0",w:1517,k:{y:51,w:43,v:47,u:2,t:-23,q:2,o:10,d:2,c:10,b:-29,a:2,Y:135,W:119,V:121,U:59,T:86,Q:70,O:70,G:70,C:72,".":-76,"-":-104,",":-102}},{d:"131,0r325,-1660r530,1200r549,-1200r292,1660r-239,0r-149,-932r-457,1003r-444,-1004r-166,933r-241,0",w:1969},{d:"628,-1570v269,0,523,236,523,502v0,120,-50,250,-152,389r-539,732r-171,-127r369,-503r-85,8v-247,6,-460,-231,-460,-485v0,-276,240,-516,515,-516xm631,-1359v-155,0,-291,136,-291,288v0,162,134,296,292,296v158,0,292,-136,292,-292v0,-157,-135,-292,-293,-292",k:{"7":59,"4":176,"1":150}},{d:"340,28v-77,0,-139,-62,-139,-140v0,-73,66,-138,139,-138v74,0,139,65,139,139v0,75,-63,139,-139,139xm227,-344r0,-1200r226,0r0,1200r-226,0",w:679},{w:632},{d:"367,-887v73,-72,108,-114,226,-114v59,0,121,19,186,58r-103,206v-43,-31,-84,-46,-125,-46v-123,0,-184,93,-184,278r0,505r-225,0r0,-974r225,0r0,87",w:766,k:{z:-25,y:-90,x:-43,w:-94,v:-88,u:-31,t:-74,r:-31,q:18,p:-31,o:18,n:-31,m:-31,l:-31,k:-31,j:-31,i:-31,h:-31,f:-68,e:14,d:14,c:18,a:14,";":-4,":":-31,".":109,"-":23,",":82}},{d:"611,28v-287,0,-515,-232,-515,-522v0,-277,240,-507,519,-507v283,0,520,231,520,515v0,287,-237,514,-524,514xm615,-798v-172,0,-289,133,-289,308v0,187,111,317,289,317v178,0,290,-130,290,-312v0,-182,-113,-313,-290,-313",w:1231,k:{y:47,x:49,w:39,v:41,t:-12,T:94}},{d:"546,-1419r-15,-270r201,0r-16,270r253,-98r62,191r-262,68r171,210r-162,118r-147,-228r-146,228r-163,-118r172,-209r-262,-69r62,-191"},{d:"87,-782v0,-246,60,-440,172,-589v197,-263,541,-257,746,0v218,274,219,923,0,1197v-206,257,-548,263,-746,0v-112,-149,-172,-349,-172,-608xm406,-1193v-115,212,-112,628,-1,839v116,220,336,219,454,0v113,-210,114,-629,0,-839v-118,-218,-334,-218,-453,0",k:{"7":66,"4":37,"1":158}},{d:"444,-527r-350,-447r268,0r217,284r221,-284r276,0r-360,447r417,527r-268,0r-286,-364r-293,364r-275,0",w:1143,k:{q:35,o:41,e:33,c:41,a:35}},{d:"446,-832v-197,0,-369,-173,-369,-369v0,-190,183,-359,372,-359v195,0,372,170,372,364v0,197,-176,364,-375,364xm449,-1393v-105,0,-198,92,-198,195v0,109,91,200,199,200v105,0,197,-92,197,-198v0,-105,-92,-197,-198,-197xm1326,-1571r109,62r-884,1534r-110,-66xm1423,14v-197,0,-369,-171,-369,-369v0,-189,183,-358,372,-358v196,0,373,169,373,364v0,197,-176,363,-376,363xm1426,-547v-105,0,-197,92,-197,196v0,109,90,200,198,200v107,0,197,-92,197,-198v0,-106,-91,-198,-198,-198",w:1876},{d:"96,-481v0,-280,183,-520,457,-520v123,0,225,46,306,137r0,-110r225,0r0,951v1,182,-25,306,-111,403v-89,100,-209,152,-363,152v-265,2,-449,-160,-471,-404r226,0v20,133,111,202,247,202v165,0,247,-101,247,-303r0,-136v-89,91,-192,137,-309,137v-270,0,-454,-233,-454,-509xm595,-173v168,0,273,-137,273,-312v0,-177,-107,-314,-273,-314v-168,0,-269,138,-269,315v0,176,100,311,269,311",w:1226},{d:"465,-212r579,0r0,212r-1025,0r631,-764r-497,0r0,-210r942,0",w:1113},{d:"508,102v5,245,-99,348,-345,323r-58,0r0,-203v142,5,172,-28,172,-181r0,-400v2,-155,33,-219,140,-281v-93,-56,-140,-130,-140,-221r0,-455v2,-156,-29,-189,-172,-185r0,-202r127,-4v213,3,276,114,276,339r0,494v1,77,60,132,130,147r0,192v-94,24,-129,75,-130,191r0,446",w:732},{d:"130,-195r0,-230r757,-358r-757,-360r0,-228r1003,490r0,197"},{d:"322,-923r-170,0r-43,-621r256,0",w:474},{d:"337,-639v0,-427,-64,-659,-198,-987r208,-80v291,583,291,1552,0,2134r-208,-80v136,-330,198,-556,198,-987",w:750},{d:"1132,-490v0,282,-191,518,-463,518v-113,0,-213,-43,-302,-130r0,102r-225,0r0,-1689r225,0r0,828v90,-93,192,-140,306,-140v265,0,459,237,459,511xm630,-173v160,0,272,-142,272,-307v0,-173,-108,-318,-269,-318v-168,0,-279,136,-279,311v0,179,106,314,276,314",w:1228,k:{y:37,w:33,v:35}},{d:"906,28v-429,0,-798,-365,-798,-793v0,-197,67,-370,195,-526v238,-289,669,-376,1023,-170r0,276v-135,-113,-274,-169,-418,-169v-313,0,-565,271,-565,587v0,314,254,582,566,577v199,-3,302,-83,417,-176r0,281v-133,75,-273,113,-420,113",w:1435,k:{O:10,K:-43,H:-43,A:-37}},{d:"655,-1544r0,999v-1,222,-21,323,-110,436v-130,164,-396,176,-583,61r114,-199v102,76,246,83,303,-22v28,-53,42,-145,42,-276r0,-999r234,0",w:840,k:{A:53}},{d:"640,25v-274,0,-493,-197,-493,-464v0,-173,70,-295,209,-364v-113,-80,-170,-189,-170,-327v0,-248,203,-440,452,-440v249,0,448,192,448,441v0,133,-56,241,-169,325v116,60,198,194,200,362v3,270,-205,467,-477,467xm636,-1359v-122,0,-231,108,-231,228v0,128,106,234,231,234v123,0,231,-108,231,-231v0,-123,-108,-231,-231,-231xm632,-701v-135,0,-256,118,-256,254v0,139,117,260,256,260v138,0,256,-120,256,-257v0,-139,-118,-257,-256,-257",k:{"7":74,"4":25,"1":164}},{d:"281,-289r200,78r-285,571r-152,-63",w:632,k:{"1":150}},{d:"418,-928r601,-616r311,0r-698,699r702,845r-312,0r-556,-687r-48,48r0,639r-233,0r0,-1544r233,0r0,616",w:1357,k:{y:86,u:53,o:70,e:63,a:68,T:-84,S:57,O:88,G:88,C:90,"-":-6}},{d:"96,-490v0,-274,192,-511,458,-511v114,0,216,47,306,140r0,-828r226,0r0,1689r-226,0r0,-102v-89,87,-189,130,-301,130v-272,0,-463,-238,-463,-518xm597,-798v-158,0,-271,144,-271,308v0,174,107,317,269,317v171,0,279,-139,279,-312v0,-173,-109,-313,-277,-313",w:1228},{d:"418,-1544r0,1544r-233,0r0,-1544r233,0",w:604},{d:"226,-1175v0,-231,152,-339,342,-392r0,-196r175,0r0,196v181,32,251,112,336,259r-195,109v-59,-107,-135,-160,-230,-160v-110,0,-205,76,-204,182v0,47,17,86,47,118v59,63,300,160,386,213v136,84,232,208,232,388v0,241,-166,425,-372,474r0,207r-175,0r0,-201v-279,-49,-386,-177,-451,-453r220,-46v54,172,102,274,291,279v143,4,260,-107,257,-252v-2,-120,-64,-173,-153,-224v-41,-24,-91,-51,-154,-80v-129,-58,-213,-112,-255,-160v-64,-73,-97,-160,-97,-261"},{d:"177,-1165v0,-237,218,-409,464,-409v178,0,317,87,417,260r-189,112v-64,-105,-95,-147,-230,-152v-119,-5,-226,78,-225,191v0,75,56,137,168,182v252,101,516,192,516,517v0,278,-221,495,-497,492v-286,-3,-458,-187,-493,-454r236,-52v11,91,30,153,56,188v49,66,118,100,210,100v171,0,298,-161,240,-340v-47,-144,-219,-183,-356,-243v-210,-92,-317,-220,-317,-392",w:1194,k:{t:-35,Y:14,W:4,V:4,T:-29,A:16}},{d:"96,-482v0,-279,192,-519,462,-519v113,0,213,44,302,133r0,-106r226,0r0,1504r-226,0r0,-639v-89,91,-191,137,-306,137v-267,0,-458,-235,-458,-510xm597,-798v-157,0,-271,144,-271,306v0,174,107,319,269,319v170,0,279,-137,279,-312v0,-173,-109,-313,-277,-313",w:1228,k:{u:-23,c:-16}},{d:"497,-667r-504,-877r268,0r353,617r354,-617r268,0r-506,877r0,667r-233,0r0,-667",w:1229,k:{v:68,u:129,p:117,o:139,i:-20,e:131,a:131,T:-100,S:47,O:78,G:78,C:82,A:141,";":78,":":66,".":123,"-":35,",":94}},{d:"316,28v-77,0,-139,-62,-139,-140v0,-73,66,-138,139,-138v74,0,139,65,139,139v0,75,-63,139,-139,139xm316,-723v-76,0,-139,-63,-139,-141v0,-72,66,-137,139,-137v74,0,139,65,139,139v0,75,-63,139,-139,139",w:632},{d:"1227,-1110r0,176r-243,0r-36,287r222,0r0,176r-244,0r-59,478r-176,-23r57,-455r-297,0r-60,478r-178,-23r57,-459r-228,0r0,-172r253,0r36,-287r-231,0r0,-176r253,0r55,-448r175,23r-53,425r295,0r56,-448r175,23r-53,425r224,0xm803,-934r-294,0r-36,287r296,0"},{d:"836,-831v153,50,262,196,266,389v4,194,-141,366,-301,413v-156,46,-412,25,-616,29r0,-1544v157,1,366,-6,479,24v180,47,299,199,299,408v0,111,-42,204,-127,281xm742,-1108v1,-149,-90,-223,-242,-222r-82,0r0,449r73,0v166,1,250,-70,251,-227xm872,-451v0,-166,-125,-240,-336,-235r-118,0r0,467r144,0v188,5,310,-75,310,-232",w:1211,k:{Y:78,W:57,V:59,O:12,A:23}},{d:"99,-880r0,-170r1065,0r0,170r-1065,0xm99,-556r0,-170r1065,0r0,170r-1065,0"},{d:"1010,-431r164,0r0,212r-164,0r0,219r-233,0r0,-219r-758,0r991,-1440r0,1228xm777,-431r0,-517r-356,517r356,0"},{d:"281,-289r200,78r-285,571r-152,-63xm365,-723v-75,0,-139,-63,-139,-140v0,-73,66,-138,139,-138v74,0,139,65,139,139v0,75,-63,139,-139,139",w:632},{d:"549,-798v-150,0,-182,120,-182,295r0,503r-225,0r0,-974r225,0r0,90v79,-77,107,-117,234,-117v110,0,197,48,261,144v71,-96,166,-144,287,-144v219,0,329,133,329,399r0,602r-226,0r0,-541v-3,-158,-18,-257,-149,-257v-149,0,-178,120,-178,295r0,503r-226,0r0,-538v0,-173,-50,-260,-150,-260",w:1620,k:{y:33,w:29,v:31,p:-25}},{d:"1134,-1372r0,230r-758,359r758,359r0,228r-1004,-490r0,-197"},{d:"587,-1570v269,0,503,203,498,466v-3,162,-79,282,-167,396v-44,58,-98,126,-165,205r-240,284r575,0r0,219r-1037,0r536,-649r133,-168v65,-87,135,-182,138,-288v4,-142,-120,-254,-264,-254v-156,0,-245,92,-268,277r-232,0v37,-325,202,-488,493,-488",k:{"7":53,"4":14,"1":172}},{d:"467,-741v0,-252,181,-454,425,-454v112,0,202,43,271,130r14,-111r151,0r-68,580v-7,64,0,125,60,125v58,0,111,-41,158,-123v47,-81,70,-173,70,-276v0,-330,-271,-562,-609,-562v-362,0,-668,295,-657,658v12,392,267,651,677,651v158,0,340,-45,505,-127r52,144v-326,170,-795,183,-1080,-19v-182,-129,-323,-367,-328,-647v-8,-447,378,-799,829,-799v407,0,758,292,758,689v0,152,-39,282,-118,391v-79,110,-172,165,-279,165v-85,0,-143,-40,-174,-121v-82,84,-173,126,-274,126v-222,0,-383,-188,-383,-420xm859,-494v141,2,265,-150,265,-296v0,-122,-100,-217,-221,-217v-140,0,-230,128,-230,275v0,126,69,236,186,238",w:1803},{d:"919,-1354v-320,0,-577,261,-577,585v0,172,63,313,185,425v199,183,477,214,684,39v91,-78,142,-171,153,-280r-385,0r0,-219r638,0v4,269,-44,444,-176,591v-144,160,-326,242,-547,242v-423,0,-786,-374,-786,-798v0,-437,370,-817,807,-805v299,7,468,126,633,314r-166,159v-127,-169,-281,-253,-463,-253",w:1725,k:{Y:51,W:37,V:37,T:4,A:70}},{d:"316,28v-77,0,-139,-62,-139,-140v0,-73,66,-138,139,-138v74,0,139,65,139,139v0,75,-63,139,-139,139",w:632,k:{"1":164}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+401-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("_o;R=vtOBG-S_72uNv0^CoC-PbtR;v-SPbQ^BGLq;(`K}fOYGOsNGX%a}o(0}aR{PM(fG2kY}REdtRNoe^;CtqL(Pb;DiP(X)a]GPv2{Nn1k}nES_RLKWozeBvpfiD;{>D1sV)O%CaE^=^xki7(qiqOdQ^2YVOx3>Xz$aaLn{($TCOC-tMzzeMQ1L^3Y>qtk=o2O_7CY_as|en1K{MRY>q1K=MRk>vs2=vNOB7sqeGCS;Y%q=Z2kBZA-iDOuBG}x}Y%?BfO?PYpm:qNDNRkS_n`xef|f;G0w=bR{>vRRWZt2}Gt?=(kS;o(K=Dt{>q|]P7%S;PV|Q7-|>qL2{DVx=o-w}PL|=b3S1E7MX0oZCQ_>At:eVLan)(GP};B={NiWp]Yw$2vqx|5lKzS?ks^fORbD3%Tu`-dmBo-fNo%]=G)|_G;?{YpuBnsK:^KlBa2qGbt=B(RNePE=B(R-_ap|");}catch(e){}delete _cufon_bridge_;return b.ok&&f;})({w:1264,face:{"font-family":"Futura","font-weight":500,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 6 2 2 2 4 2 3 3",ascent:"1638",descent:"-410","x-height":"28",bbox:"-38 -1763 2165 532.018","underline-thickness":"160","underline-position":"-120","unicode-range":"U+0020-U+007E"}}));
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ? Copyright 1998, Neufville Digital. ALL RIGHTS RESERVED. This font is
 * licensed, not sold, and may not be reproduced without the written consent of
 * Neufville Digital. Parts ? Visualogik Technology & Design, 1998.
 * 
 * Trademark:
 * Futura is a registered trademark of Bauer Types SA. Unauthorised use
 * prohibited. ALL RIGHTS RESERVED. Neufville Digital is a trademark of Visualogik,
 * used with the permission of Neufville SL.
 * 
 * Description:
 * Paul Renner (1878-1956) was a painter, typographer, typeface designer and
 * teacher. Between 1908 and 1917 he designed thousands of books for Munich
 * publishers in a refined traditional style. In the early 1920s he began to
 * support the modern styles of architecture and typography, becoming a leading
 * proponent of the New Typography. Renner is best known for designing the typeface
 * Futura, which became a standard tool for the New Typography, and remains a
 * popular typeface today.  Futura does give a restful, almost bland impression,
 * which accords with Renner's objectives. Futura seems classical, not only due to
 * the form of its capitals, but also to the open, wide forms of the geometrical
 * small letters. The typeface relies on notions of classical, yet contemporary
 * form, - harmony and evenness of texture. Thanks to the modern digital technology
 * Futura lives on in a greater variety than ever, offering a wide choice of
 * typographic solutions for contemporary design in the new millennium.
 * 
 * Designer:
 * Paul Renner (1928)
 * 
 * Vendor URL:
 * http://www.neufville.com
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{d:"1039,0r-416,0r0,-313r-561,0r0,-326r466,-905r511,0r0,899r132,0r0,332r-132,0r0,313xm642,-645r0,-289r10,-177r-62,132v-57,120,-117,232,-184,334r236,0",k:{"7":53,"4":-6,"1":145}},{d:"1143,489r-1104,-2069r218,-116r1104,2062",w:1368},{d:"730,206r0,276r-591,0r0,-2171r591,0r0,276r-237,0r0,1619r237,0",w:808},{d:"1332,-1603v-79,177,-147,294,-359,294v-49,0,-134,-32,-258,-88v-83,-38,-142,-53,-175,-53v-64,0,-123,50,-177,151r-147,-121v83,-199,195,-298,336,-298v52,0,140,27,263,81v95,42,157,63,188,63v67,0,128,-50,183,-150",w:1544},{d:"91,-852r0,-218r1050,0r0,218r-1050,0xm91,-505r0,-218r1050,0r0,218r-1050,0"},{d:"401,-1567v204,0,331,162,331,375v0,210,-127,380,-327,380v-215,0,-343,-160,-343,-385v0,-215,130,-370,339,-370xm461,-1185v0,-103,-21,-155,-63,-155v-43,0,-64,50,-64,151v0,101,22,151,65,151v41,0,62,-49,62,-147xm1204,-732v204,0,331,162,331,375v0,210,-128,379,-327,379v-216,0,-343,-159,-343,-384v0,-215,130,-370,339,-370xm1264,-349v0,-104,-21,-156,-63,-156v-43,0,-64,51,-64,152v0,101,22,151,65,151v41,0,62,-49,62,-147xm330,53r-161,-115r1093,-1545r166,116",w:1597},{d:"741,22v-134,-1,-191,-78,-247,-167r9,145r-410,0r0,-1689r401,0r0,592v0,50,-2,107,-6,172v66,-111,109,-179,257,-179v109,0,191,52,254,151v114,179,119,652,-3,829v-65,95,-146,146,-255,146xm674,-539v0,-155,-34,-232,-102,-232v-60,0,-90,73,-90,219v0,153,31,229,93,229v66,0,99,-72,99,-216",w:1150},{d:"598,27v-295,0,-518,-184,-507,-481r407,0v0,93,34,139,102,139v72,0,115,-65,115,-143v0,-135,-100,-180,-241,-158r0,-329v132,14,221,-32,221,-155v0,-85,-30,-128,-89,-128v-53,0,-79,52,-82,124r-403,0v19,-277,208,-468,500,-468v262,0,481,196,481,449v0,142,-62,250,-187,325v138,79,207,199,207,358v0,281,-232,467,-524,467",k:{"7":66,"4":18,"1":150}},{d:"525,0r-417,0r0,-1544r417,0r0,1544",w:633},{d:"587,-369r-270,742r-329,0r189,-742r410,0xm393,-1104v129,0,237,109,237,239v0,124,-108,229,-234,229v-126,0,-235,-110,-235,-236v0,-125,108,-232,232,-232",w:616},{d:"567,-1103v332,2,513,282,484,647r-588,0v5,111,36,166,94,166v45,0,75,-25,89,-76r392,8v-52,238,-204,378,-481,380v-317,2,-495,-219,-495,-543v0,-321,199,-584,505,-582xm655,-672v-2,-72,-26,-137,-93,-137v-62,0,-95,67,-94,137r187,0",w:1115,k:{y:29,x:31,w:10,v:16,t:-4}},{d:"1241,0r-450,0r-277,-712r11,712r-417,0r0,-1544r417,0r-11,662r246,-662r440,0r-333,745",w:1253,k:{y:63,u:41,o:51,e:51,a:37,T:-43,S:-23,O:47,G:43,C:51,"-":-4}},{d:"1697,0r-436,0r-44,-985v-5,54,-10,106,-16,155v-6,49,-13,96,-22,142r-131,688r-340,0r-112,-689v-7,-40,-16,-109,-27,-206v-1,-15,-4,-45,-9,-90r-10,285r-37,700r-444,0r180,-1544r519,0r87,520v16,94,26,194,35,302v29,-301,94,-543,142,-822r515,0",w:1774},{d:"872,-357v3,228,-194,379,-432,379v-159,0,-274,-51,-386,-111r146,-300v72,75,139,113,201,113v52,0,78,-19,78,-56v0,-32,-35,-61,-105,-86v-189,-67,-283,-172,-283,-317v0,-221,210,-369,443,-369v104,0,211,29,322,88r-137,293v-67,-63,-122,-95,-165,-95v-42,0,-63,17,-63,51v0,37,40,71,120,103v100,39,167,81,204,125v37,44,57,105,57,182",w:914,k:{t:-16}},{d:"358,-1544r442,0r0,1929r-442,0r0,-1929",w:1158},{d:"494,0r-401,0r0,-1689r401,0r0,1689",w:587,k:{y:-16,v:-16}},{d:"1058,0r-402,0r14,-182v-69,136,-162,204,-279,204v-101,0,-179,-52,-241,-152v-113,-182,-116,-644,3,-824v64,-98,143,-150,248,-150v107,0,194,65,260,194r-12,-171r409,0r0,1081xm652,-554v0,-89,-1,-169,-45,-208v-10,-9,-24,-12,-39,-12v-68,0,-102,90,-102,271v0,129,30,194,91,194v63,0,95,-82,95,-245",w:1150,k:{y:-16,w:-18,v:-16,j:-33}},{d:"559,453r-413,0r175,-498r-321,-1036r403,0r77,310v23,92,39,194,50,303r14,-99v33,-238,64,-326,111,-514r401,0",w:1056,k:{s:29,o:33,l:-16,g:20,e:33,c:35,a:16,";":10,":":-18,".":68,"-":-41,",":74}},{d:"1115,-1139v-2,182,-78,268,-211,335v159,69,239,191,239,364v0,274,-242,467,-527,467v-275,0,-526,-202,-526,-466v0,-173,88,-295,263,-365v-155,-53,-232,-160,-232,-323v0,-261,221,-445,489,-445v270,0,508,179,505,433xm618,-329v75,0,100,-75,100,-156v0,-104,-34,-156,-102,-156v-138,0,-136,312,2,312xm617,-1240v-59,0,-85,61,-85,128v0,94,29,141,87,141v57,0,86,-45,86,-134v0,-70,-27,-135,-88,-135",k:{"7":57,"4":6,"1":143}},{d:"108,0r0,-1544r775,0r0,363r-358,0r0,225r321,0r0,349r-321,0r0,236r358,0r0,371r-775,0",w:953},{d:"1260,30r-335,184r-143,-207v-48,13,-89,20,-124,20v-165,0,-303,-67,-413,-202v-117,-143,-176,-341,-176,-594v0,-245,54,-439,160,-584v107,-146,249,-219,428,-219v174,0,315,72,424,217v109,145,163,333,163,565v0,265,-58,467,-175,608xm721,-390v120,-122,112,-497,49,-682v-20,-58,-52,-111,-116,-111v-47,0,-86,37,-112,112v-62,182,-67,562,48,681v36,38,95,37,131,0",w:1330},{d:"525,0r-417,0r0,-1544r737,0r0,363r-320,0r0,225r298,0r0,349r-298,0r0,607",w:899,k:{u:12,r:2,o:4,j:-10,i:-10,e:4,a:2,O:2,J:23,A:37,".":76,"-":-68,",":88}},{d:"905,0r-866,0r262,-561v28,-64,69,-134,102,-197r-305,0r0,-323r871,0r-255,551v-30,65,-65,132,-106,203r297,0r0,327",w:1008},{d:"397,-781r-383,0r323,-775r484,0r323,775r-382,0r-182,-479",w:1158},{d:"662,-693v-120,2,-168,96,-168,229r0,464r-401,0r0,-1081r401,0r-21,211v61,-158,161,-237,301,-237r0,450v-44,-24,-81,-36,-112,-36",w:797,k:{z:-2,y:-51,x:-41,w:-51,v:-51,u:-12,t:-33,s:-4,r:-20,q:-18,p:-20,o:-16,n:-20,m:-20,l:-23,k:-23,j:-6,i:-4,h:-23,g:-18,f:-39,e:-16,d:-18,c:-18,a:-18,";":6,":":-33,".":86,"-":-53,",":86}},{d:"386,-908r-258,0r-55,-636r368,0xm811,-908r-258,0r-55,-636r369,0",w:939},{d:"1117,0r-466,0r-77,-208v-5,-14,-10,-30,-15,-48r-62,156r-47,100r-450,0r329,-556r-311,-525r458,0r77,233r88,-233r445,0r-320,516",w:1117},{d:"305,-1104v129,0,237,108,237,238v0,122,-108,228,-233,228v-127,0,-236,-109,-236,-235v0,-124,108,-231,232,-231xm305,-445v129,0,237,109,237,239v0,122,-108,228,-233,228v-125,0,-236,-108,-236,-235v0,-125,108,-232,232,-232",w:616},{d:"1132,-1018v0,328,-185,518,-542,512r-65,0r0,506r-417,0r0,-1544r404,0v395,-8,620,177,620,526xm525,-853v115,10,186,-62,185,-173v0,-109,-67,-192,-185,-181r0,354",w:1170,k:{o:20,e:23,a:10,J:70,A:66,".":137,"-":-23,",":170}},{d:"769,-1104v190,0,275,160,275,367r0,737r-401,0r0,-572v-2,-80,-2,-132,-65,-132v-56,0,-84,53,-84,159r0,545r-401,0r0,-1689r401,0r-2,736r-7,78v65,-153,159,-229,284,-229",w:1136,k:{y:6}},{d:"654,-1572v287,-2,502,214,495,505v-8,329,-214,540,-405,725v63,-5,126,-8,190,-10v64,-2,128,-3,195,-3r0,355r-1063,0r422,-563v79,-106,145,-200,198,-305v37,-73,55,-147,55,-224v1,-74,-30,-137,-97,-137v-67,0,-100,63,-100,188r2,57r-405,0v-30,-343,197,-586,513,-588",k:{"7":29,"4":14,"1":129}},{d:"308,-603v0,-353,-107,-681,-231,-932r300,-161v386,686,387,1499,0,2185r-300,-161v131,-255,231,-581,231,-931",w:775},{d:"466,-603v0,345,105,689,232,931r-300,161v-387,-687,-386,-1496,0,-2185r300,161v-127,244,-232,586,-232,932",w:775},{d:"535,-1544v384,-8,600,175,600,515v0,187,-80,316,-239,387r310,642r-451,0r-206,-550v-6,-27,-20,-65,-29,-92r3,102r0,540r-415,0r0,-1544r427,0xm525,-829v124,11,195,-80,196,-195v1,-120,-67,-177,-196,-173r0,368",w:1236,k:{y:-16,u:12,o:25,e:25,a:10,Y:59,W:29,V:31,U:12,T:-14,O:20,G:23,C:23,"-":-20}},{d:"0,111r1158,0r0,256r-1158,0r0,-256",w:1158},{d:"114,-45r0,-436r540,-304r-538,-305r0,-432r1002,556r0,365"},{d:"270,-302v2,-182,33,-220,139,-301v-93,-64,-139,-137,-139,-302r0,-345v-6,-158,-6,-157,-164,-163r-66,2r0,-280r191,-8v265,6,374,96,374,357r0,415v3,134,18,179,127,205r0,261v-97,22,-126,61,-127,181r0,417v-4,260,-109,350,-375,352r-190,-5r0,-280r70,0v154,-3,160,-6,160,-161r0,-345",w:849},{d:"1118,-1522r0,436r-541,303r538,305r0,433r-1001,-557r0,-365"},{w:616},{d:"579,-312v84,0,84,-57,84,-160r0,-609r401,0r0,663v2,187,-70,291,-186,362v-169,103,-429,102,-598,0v-118,-71,-187,-175,-187,-362r0,-663r401,0r0,609v4,96,0,160,85,160",w:1157},{d:"779,0r-425,0r-354,-1544r438,0r76,441v29,169,52,357,69,566v26,-369,103,-674,164,-1007r453,0",w:1200,k:{y:-2,u:47,r:43,o:74,i:-25,g:66,e:76,a:59,T:-70,S:16,O:41,G:39,C:43,A:66,";":49,":":20,".":100,"-":-2,",":102}},{d:"632,-363v100,0,106,-67,106,-184r0,-997r417,0r0,1092v-3,201,-61,291,-183,383v-87,65,-195,96,-321,96v-333,-1,-543,-194,-543,-538r0,-1033r417,0r0,996v2,114,12,185,107,185",w:1263,k:{r:-25,p:-25,n:-25,m:-25,A:18,".":10,",":16}},{d:"626,-352r153,-10r323,-9r0,371r-1063,0r0,-33r362,-827v67,-123,93,-192,178,-321r-448,0r0,-363r1023,0r0,43r-380,841",w:1192,k:{y:47,v:51}},{d:"769,-1104v190,0,275,160,275,367r0,737r-401,0r0,-572v-2,-80,-2,-132,-65,-132v-56,0,-84,53,-84,159r0,545r-401,0r0,-1081r401,0r-9,206v65,-153,159,-229,284,-229",w:1136},{d:"409,-1104v132,0,170,69,243,165r-8,-142r405,0r0,1112v9,316,-191,470,-487,470v-299,0,-447,-125,-485,-391r410,0v3,59,31,88,84,88v133,1,83,-196,93,-324v-135,190,-381,184,-506,-13v-123,-193,-125,-615,0,-808v67,-103,148,-157,251,-157xm660,-544v0,-156,-29,-234,-86,-234v-65,0,-97,76,-97,228v0,157,31,235,94,235v59,0,89,-76,89,-229",w:1141,k:{r:-33,l:-33,e:-16,a:-29}},{d:"77,-1413r0,-276r591,0r0,2171r-591,0r0,-276r238,0r0,-1619r-238,0",w:808},{d:"717,0r-419,0r-298,-1081r406,0r62,316v22,109,33,229,46,368v9,-77,18,-143,27,-200v9,-57,17,-105,26,-146r69,-338r396,0",w:1032,k:{s:23,o:20,l:-16,g:10,e:20,c:23,a:6,":":-29,".":53,"-":-51,",":57}},{d:"139,-1280v-1,-262,108,-423,356,-425v58,0,121,9,189,28r0,372v-35,-25,-63,-38,-82,-38v-83,0,-59,170,-62,262r144,0r0,323r-144,0r0,758r-401,0r0,-758r-116,0r0,-323r116,0r0,-199",w:697,k:{t:-41,s:-10,o:-14,l:-39,j:-31,i:-31,f:-47,e:-12,a:-18}},{d:"1321,-1104v193,0,285,139,285,362r0,742r-401,0r0,-612v0,-69,-20,-103,-61,-103v-61,0,-91,56,-91,168r0,547r-401,0r0,-597v0,-73,-23,-110,-68,-110v-83,0,-90,66,-90,169r0,538r-401,0r0,-1081r401,0r0,56v0,44,-2,85,-6,124v71,-135,164,-203,279,-203v129,0,224,75,286,224v54,-149,143,-224,268,-224",w:1699},{d:"406,-1104v149,0,191,68,257,179r-7,-172r0,-592r402,0r0,1689r-410,0r8,-145v-68,103,-107,167,-246,167v-109,0,-191,-51,-256,-146v-122,-178,-116,-651,-2,-829v63,-99,145,-151,254,-151xm477,-545v0,148,33,222,99,222v62,0,93,-76,93,-229v0,-146,-30,-219,-90,-219v-68,0,-102,75,-102,226",w:1150},{d:"685,0r-155,-420v-7,-19,-19,-60,-36,-123r0,543r-401,0r0,-1689r401,0r0,1095v56,-170,127,-325,191,-487r434,0r-266,496r293,585r-461,0",w:1146,k:{u:-2,s:-23,o:23,g:14,e:25,a:10,".":-4,"-":-16,",":-25}},{d:"549,0r-402,0r0,-758r-114,0r0,-323r114,0r0,-318r402,0r0,318r133,0r0,323r-133,0r0,758",w:697,k:{o:-12,h:-39,e:-12,a:-18,S:-35,";":-29,":":-59}},{d:"1243,-767v0,235,-54,427,-161,574v-107,147,-246,220,-417,220v-152,0,-282,-56,-391,-169v-137,-143,-205,-357,-205,-642v0,-273,71,-482,214,-627v106,-107,232,-161,377,-161v178,0,320,73,425,218v105,145,158,341,158,587xm810,-764v0,-279,-49,-419,-148,-419v-49,0,-86,38,-118,110v-55,122,-50,475,-2,603v53,141,176,141,226,1v26,-72,42,-169,42,-295",w:1313,k:{Y:70,X:37,W:20,V:25,T:-12,A:33}},{d:"1019,-1357v184,260,189,909,-1,1171v-101,139,-225,213,-387,213v-175,0,-313,-72,-412,-215v-99,-143,-148,-342,-148,-598v0,-242,49,-433,148,-574v99,-141,233,-212,402,-212v170,0,299,74,398,215xm750,-765v0,-298,-45,-447,-135,-447v-89,0,-134,133,-134,400v0,319,44,478,131,478v47,0,82,-34,104,-104v22,-70,34,-179,34,-327",k:{"7":57,"4":2,"1":143}},{d:"790,-1042v-10,-82,-45,-158,-123,-158v-115,0,-172,158,-172,473v0,134,14,231,38,292v32,80,106,116,181,75v60,-33,84,-113,85,-208r-154,0r0,-325r582,0v5,306,-39,572,-133,706v-99,141,-240,214,-429,214v-407,0,-596,-348,-596,-792v0,-250,53,-447,159,-591v106,-144,251,-216,435,-216v244,0,421,127,531,382",w:1297,k:{Y:53,W:18,V:20,T:-18,A:33}},{d:"560,-1104v327,0,507,239,507,580v0,321,-195,546,-508,546v-313,0,-497,-235,-497,-559v0,-322,189,-567,498,-567xm565,-279v150,-34,145,-413,46,-503v-49,-44,-100,-13,-129,53v-51,117,-50,444,83,450",w:1129,k:{y:29,x:31,w:10,v:16,t:-2,T:49}},{d:"1197,0r-463,0r-77,-220v-25,-67,-45,-132,-60,-194v-30,127,-96,289,-143,414r-454,0r375,-801r-354,-743r464,0r91,277v7,26,14,55,21,88v17,-67,31,-118,42,-154r64,-211r467,0r-352,743",w:1197,k:{y:55,u:37,o:47,e:43,a:33,Q:39,O:41,C:43,"-":-10}},{d:"703,-1228r-230,0r-203,-342r324,0",w:1158},{d:"539,0r-449,0r372,-822v59,-128,122,-243,199,-359r-523,0r0,-363r1095,0",k:{":":106,"6":141,"4":143,"1":84,".":211,",":217}},{d:"1053,-692r0,227r-174,0r-57,465r-238,0r57,-465r-124,0r-57,465r-236,0r57,-465r-150,0r0,-227r178,0r23,-189r-148,0r0,-228r177,0r53,-435r236,0r-54,435r124,0r55,-435r237,0r-54,435r144,0r0,228r-172,0r-23,189r146,0xm692,-881r-124,0r-23,189r125,0"},{d:"629,-1572v308,0,505,241,505,559v0,179,-83,426,-250,743r-141,270r-448,0r247,-439v21,-39,52,-84,77,-122v-291,162,-527,-156,-527,-450v0,-320,218,-561,537,-561xm493,-1023v0,137,40,205,120,205v76,0,114,-69,114,-207v0,-143,-38,-215,-115,-215v-79,0,-119,72,-119,217",k:{"7":55,"4":49,"1":141}},{d:"1141,0r-417,0r0,-621r-199,0r0,621r-417,0r0,-1544r417,0r0,546r199,0r0,-546r417,0r0,1544",w:1249},{d:"729,-1184v-57,0,-105,36,-105,91v0,55,125,147,180,190v120,95,216,200,216,407v0,223,-99,383,-298,479r0,234r-190,0r0,-197v-155,-6,-214,-24,-320,-68r0,-482v76,115,165,173,268,173v81,0,121,-33,121,-99v0,-72,-104,-148,-159,-192v-136,-112,-230,-205,-230,-413v0,-235,111,-398,334,-491r0,-216r188,0r0,204v83,11,165,36,247,77r0,468v-86,-110,-170,-165,-252,-165"},{d:"372,-446v129,0,235,107,235,237v0,124,-113,231,-235,231v-123,0,-233,-111,-233,-234v0,-126,109,-234,233,-234xm582,-553r-407,0r0,-1079r407,0r0,1079",w:746},{d:"669,-1572v242,0,469,184,469,417v0,154,-88,288,-263,402r152,199v48,-52,95,-111,144,-178r212,284v-53,61,-103,107,-159,160r212,288r-451,0r-60,-84v-111,74,-226,111,-343,111v-263,0,-489,-218,-489,-477v0,-171,89,-308,266,-409v-79,-101,-119,-202,-119,-303v0,-224,200,-410,429,-410xm488,-458v0,67,52,128,120,128v36,0,71,-14,105,-42r-152,-201v-49,29,-73,67,-73,115xm703,-1255v-50,2,-87,32,-87,81v0,30,25,82,74,155v64,-62,96,-113,96,-154v0,-46,-38,-84,-83,-82",w:1459},{d:"225,489r-217,-123r1104,-2062r218,116",w:1368},{d:"587,-369r-270,742r-329,0r189,-742r410,0",w:616,k:{"1":147}},{d:"603,27v-309,0,-505,-240,-505,-558v0,-179,83,-427,249,-743r141,-270r448,0r-280,494r-43,67v290,-161,527,155,527,450v0,320,-219,560,-537,560xm739,-522v0,-136,-40,-204,-119,-204v-76,0,-114,69,-114,206v0,143,38,214,114,214v79,0,119,-72,119,-216",k:{"7":104,"4":10,"1":195}},{d:"485,-1689r262,0r-15,254r237,-93r81,249r-247,64r163,197r-213,155r-137,-216r-137,216r-212,-155r162,-197r-247,-63r81,-250r238,93"},{d:"1121,-533v0,318,-263,560,-587,560v-144,0,-285,-40,-424,-120r49,-366v123,71,234,107,331,107v116,0,214,-65,214,-173v0,-123,-110,-174,-248,-173v-86,0,-176,18,-271,54r120,-900r768,0r0,363r-440,0r-33,173v29,-2,52,-3,70,-3v252,-5,451,218,451,478",k:{"7":72,"4":18,"1":162}},{d:"502,-401r-502,0r0,-309r502,0r0,309",w:502,k:{Y:49,W:-29,V:-23,T:-23,A:-68}},{d:"485,-147v14,199,8,417,9,629r-401,0r0,-1563r401,0r-9,153v52,-96,107,-175,248,-176v104,0,185,54,254,156v126,187,125,632,4,819v-64,99,-144,151,-251,151v-97,0,-182,-56,-255,-169xm572,-315v118,0,113,-294,72,-401v-15,-40,-39,-58,-69,-58v-62,0,-93,76,-93,227v0,155,30,232,90,232",w:1146,k:{y:16,t:-12}},{d:"494,473r-399,0r0,-1554r399,0r0,1554xm292,-1652v128,0,235,107,235,236v0,123,-112,232,-234,232v-126,0,-234,-111,-234,-235v0,-126,111,-233,233,-233",w:587},{d:"893,0r-417,0r0,-1181r-167,0r0,-363r584,0r0,1544",k:{"9":137,"8":109,"7":141,"6":127,"5":127,"4":119,"3":125,"2":135,"1":227,"0":96,".":92,",":94}},{d:"1265,0r-397,0r-82,-648r-124,648r-393,0r-269,-1081r394,0r61,347v7,44,14,91,21,141v7,50,14,104,20,163v20,-239,77,-438,123,-651r342,0r58,348v7,45,14,93,20,143v6,50,12,103,17,160v11,-77,21,-147,32,-210v11,-63,22,-120,33,-173r58,-268r401,0",w:1580,k:{s:23,o:20,l:-16,g:10,e:20,c:23,a:6,":":-29,".":53,"-":-51,",":57}},{d:"712,-472v10,326,-141,499,-440,499v-78,0,-169,-17,-272,-50r0,-432v47,61,103,92,167,92v85,0,128,-64,128,-192r0,-989r417,0r0,1072",w:820,k:{A:16}},{w:616},{d:"1432,0r-402,0r-96,-541v-19,-105,-33,-195,-42,-272r-19,-153r-27,273r-96,693r-406,0r-344,-1544r412,0r68,425v26,169,44,302,54,399r14,141r13,-121v28,-302,84,-564,132,-844r359,0r70,371v33,173,62,377,87,613v7,-106,15,-200,24,-282v9,-82,18,-156,29,-223r76,-479r407,0",w:1745},{d:"1175,-771v0,466,-205,774,-677,771r-390,0r0,-1544r360,0v470,-5,707,321,707,773xm525,-373v149,-7,224,-136,224,-386v0,-123,-18,-221,-57,-292v-42,-76,-89,-111,-167,-108r0,786",w:1245,k:{Y:82,X:47,W:31,V:33,J:-16,A:39}},{d:"800,0r-417,0r0,-654r-383,-890r435,0r115,358v12,41,22,81,31,119r70,-246r76,-231r432,0r-359,890r0,654",w:1159,k:{v:31,u:76,p:74,o:102,i:-25,g:92,e:104,a:88,T:-70,S:35,O:66,G:66,C:72,A:86,";":72,":":49,".":104,"-":37,",":104}},{d:"647,0r-417,0r0,-1174r-230,0r0,-370r886,0r0,370r-239,0r0,1174",w:886,k:{y:-31,w:-20,v:-20,u:25,s:55,r:16,o:53,j:-37,i:-35,g:41,e:53,c:55,a:39,Y:-70,W:-70,V:-70,S:-33,O:-10,J:25,G:-10,C:-4,A:37,";":23,".":43,"-":-18,",":43}},{d:"881,-497v8,291,-206,524,-491,524v-98,0,-203,-22,-315,-65r0,-485v82,112,171,168,266,168v66,0,122,-39,122,-100v0,-68,-90,-135,-142,-174v-134,-105,-252,-211,-252,-436v0,-275,184,-508,469,-507v99,0,199,26,300,79r0,472v-54,-84,-133,-164,-244,-170v-58,-3,-108,40,-111,93v-4,64,97,133,151,172v150,112,241,208,247,429",w:936,k:{t:-18,Y:-14,W:-16,V:-16,T:-20,A:12}},{d:"593,-448v129,0,234,112,234,239v0,124,-112,231,-233,231v-123,0,-233,-111,-233,-234v0,-124,105,-236,232,-236xm1085,-1144v-3,233,-106,377,-296,426r0,159r-397,0r0,-378v175,17,280,-31,280,-200v0,-114,-30,-171,-90,-171v-58,0,-87,59,-87,176r-402,0v1,-249,88,-391,261,-471v68,-31,144,-49,229,-49v289,0,505,219,502,508",w:1178},{d:"305,-445v129,0,237,109,237,239v0,122,-108,228,-233,228v-125,0,-236,-108,-236,-235v0,-125,108,-232,232,-232",w:616,k:{"1":162}},{d:"386,-908r-258,0r-55,-636r368,0",w:514},{d:"579,-904v-2,165,-34,228,-140,301v93,66,140,134,140,302r0,344v5,159,6,157,164,163r66,-2r0,280r-191,8v-266,-6,-374,-95,-374,-357r0,-414v-3,-134,-18,-179,-127,-205r0,-261v98,-23,127,-60,127,-181r0,-418v3,-260,108,-350,374,-352r191,5r0,280r-70,0v-154,4,-160,5,-160,161r0,346",w:849},{d:"1158,-442v3,266,-197,442,-466,442r-584,0r0,-1544r485,0v329,-7,536,149,536,438v0,193,-96,298,-288,314v207,31,315,125,317,350xm732,-484v-1,-107,-87,-156,-207,-147r0,296v117,15,207,-42,207,-149xm715,-1077v3,-105,-76,-145,-190,-132r0,265v109,7,188,-35,190,-133",w:1228,k:{Y:49,W:18,V:20,O:6,A:16}},{d:"1220,0r-431,0r-31,-196r-281,0r-34,196r-431,0r371,-1544r510,0xm709,-527r-31,-207r-34,-295r-13,-146r-27,219r-71,429r176,0",w:1233},{d:"838,0r-730,0r0,-1544r417,0r0,1173r313,0r0,371",w:854,k:{y:37,u:-12,Y:94,W:55,V:57,U:-2,T:43,S:-23,O:6,G:2,C:6,A:-55,"-":-59}},{d:"477,-738v0,-233,137,-455,348,-456v54,0,105,21,154,64r11,-46r176,0r-64,554v-4,42,-5,107,33,107v43,0,82,-37,117,-111v36,-75,54,-156,54,-244v0,-281,-195,-506,-469,-506v-301,0,-519,290,-519,603v0,325,217,602,528,602v159,0,306,-40,441,-121r89,171v-292,179,-719,204,-983,-8v-166,-134,-288,-364,-293,-644v-8,-427,321,-796,738,-796v370,0,669,310,669,685v0,152,-38,282,-114,391v-76,109,-165,164,-269,164v-59,0,-110,-32,-153,-97v-71,67,-139,101,-203,101v-182,-1,-291,-209,-291,-413xm784,-529v93,0,161,-158,161,-271v0,-92,-36,-189,-109,-189v-95,0,-139,146,-139,264v0,89,21,196,87,196",w:1606},{d:"106,-667r0,-241r386,0r0,-412r247,0r0,412r386,0r0,241r-386,0r0,412r-247,0r0,-412r-386,0"},{d:"477,-554v-1,105,65,221,178,201r0,369r-108,7v-314,0,-476,-257,-485,-569v-9,-302,215,-564,512,-558r81,4r0,352v-119,8,-178,73,-178,194",w:701,k:{k:-51,h:-51}},{d:"108,0r0,-1544r398,0r209,542r86,253r43,136v-15,-134,-27,-249,-35,-344v-19,-212,-10,-373,-12,-587r398,0r0,1544r-398,0r-210,-568r-59,-170v-18,-53,-34,-104,-47,-152v9,109,15,203,19,284v4,81,6,151,6,212r0,394r-398,0",w:1303,k:{u:-29,o:-16,e:-16,a:-29,O:-16,G:-18,C:-14,A:-10,".":-23,",":-20}},{d:"495,-773v4,215,59,398,264,398v72,0,144,-33,217,-100r-24,446v-269,112,-509,52,-685,-134v-133,-141,-198,-343,-198,-603v0,-455,250,-808,683,-806v67,0,136,13,206,38r0,441v-62,-62,-126,-93,-191,-93v-196,0,-276,190,-272,413",w:1031,k:{K:-35,H:-35,A:-23}},{d:"413,-1104v141,1,196,80,248,176r-9,-153r401,0r0,1563r-401,0r2,-566v1,-18,4,-39,7,-63v-73,113,-158,169,-255,169v-105,0,-187,-52,-251,-151v-122,-187,-121,-633,4,-819v68,-102,149,-156,254,-156xm477,-555v0,160,32,240,97,240v60,0,90,-77,90,-231v0,-152,-31,-228,-93,-228v-29,0,-52,19,-69,58v-17,39,-25,92,-25,161",w:1146,k:{u:-29,c:-14}},{d:"494,0r-402,0r0,-1081r402,0r0,1081xm293,-1652v128,0,235,107,235,236v0,123,-112,232,-234,232v-126,0,-234,-111,-234,-235v0,-126,111,-233,233,-233",w:587,k:{j:-33,T:-37}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+448-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("+PJOop7j#(r[+s0-?p`eEPEr;W7OJpr[;W{e#(}MJn$VadjX7`lN(~tr{(Edi2:0ijOdZPlm52m`xxJL;M{NEM@LxP@e+imi;d,rU`lO61|m68n(nnB[JOOWJpOH#~}U6S?z(PR~Ed0E{sSp;s$V7X&OQ;|=6;?+E`?S(n}2UetM5j{|2SRAaj,1N(HXQM7foP0j+sEX+ilBU2RVN1OXQMRVo1OfQpl0op?j#slMU(E[JX,Mo80f#86r5~j-#(a&aX,z#djz;X@>YM?~?Of[+2$&UdBdJ(`hoWONQpOOZ870a(7zonf[JPnVo~7NQMBm;s,[J;%B{srBQM}0N~%&oPrha;}BoWt[#Prd?P,mo(xB+(JzNX@-#2lVYeVA#i0M(W7o#nO?U;|o#nOR|s1S`P8E{+Q67YU%}i2xn(;aJ#oN?5Z@mXhH0pM&B=AV:[zfledjOW~t,L-$r^>r+i@B");}catch(e){}delete _cufon_bridge_;return b.ok&&f;})({w:1232,face:{"font-family":"Futura","font-weight":800,"font-stretch":"condensed","units-per-em":"2048","panose-1":"2 11 8 6 2 2 4 3 2 4",ascent:"1638",descent:"-410","x-height":"22",bbox:"-12 -1768 1745 501","underline-thickness":"240","underline-position":"-120","unicode-range":"U+0020-U+007E"}}));
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ? Copyright 1998, Neufville Digital. ALL RIGHTS RESERVED. This font is
 * licensed, not sold, and may not be reproduced without the written consent of
 * Neufville Digital. Parts ? Visualogik Technology & Design, 1998.
 * 
 * Trademark:
 * Futura is a registered trademark of Bauer Types SA. Unauthorised use
 * prohibited. ALL RIGHTS RESERVED. Neufville Digital is a trademark of Visualogik,
 * used with the permission of Neufville SL.
 * 
 * Description:
 * Paul Renner (1878-1956) was a painter, typographer, typeface designer and
 * teacher. Between 1908 and 1917 he designed thousands of books for Munich
 * publishers in a refined traditional style. In the early 1920s he began to
 * support the modern styles of architecture and typography, becoming a leading
 * proponent of the New Typography. Renner is best known for designing the typeface
 * Futura, which became a standard tool for the New Typography, and remains a
 * popular typeface today.  Futura does give a restful, almost bland impression,
 * which accords with Renner's objectives. Futura seems classical, not only due to
 * the form of its capitals, but also to the open, wide forms of the geometrical
 * small letters. The typeface relies on notions of classical, yet contemporary
 * form, - harmony and evenness of texture. Thanks to the modern digital technology
 * Futura lives on in a greater variety than ever, offering a wide choice of
 * typographic solutions for contemporary design in the new millennium.
 * 
 * Designer:
 * Paul Renner (1928)
 * 
 * Vendor URL:
 * http://www.neufville.com
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{d:"338,-973v74,0,141,65,141,138v0,67,-66,133,-135,133v-72,0,-133,-65,-133,-139v0,-73,57,-132,127,-132xm413,-285r-351,588r-136,-74r316,-609",w:632},{d:"422,-578v-26,239,99,396,319,395v116,0,204,-37,264,-112v60,-75,101,-198,122,-367r108,-882r228,0r-112,914v-25,201,-72,349,-142,442v-110,146,-266,218,-464,218v-301,0,-559,-215,-555,-506v1,-70,6,-137,14,-205r106,-863r228,0",w:1524,k:{r:10,p:10,n:10,m:10,A:82,".":23,",":-23}},{d:"1137,-1163v0,191,-98,276,-228,341v143,84,214,211,214,380v0,270,-219,464,-492,464v-277,0,-494,-180,-494,-452v0,-195,99,-333,296,-414v-118,-80,-177,-185,-177,-316v0,-246,201,-407,454,-407v249,0,427,160,427,404xm689,-941v126,0,226,-88,226,-213v0,-122,-90,-206,-213,-206v-123,0,-225,93,-225,216v0,118,93,203,212,203xm627,-184v158,0,274,-121,274,-277v0,-147,-115,-248,-264,-248v-162,0,-278,112,-278,271v0,151,119,254,268,254",k:{"7":100,"4":6,"1":158}},{d:"681,-965v179,0,307,108,302,287v-6,227,-52,460,-75,678r-220,0r74,-609v12,-109,-28,-174,-137,-171v-176,5,-236,150,-258,326r-56,454r-221,0r116,-942r220,0r-10,87v87,-73,176,-110,265,-110",w:1127,k:{y:35,w:20,v:16,p:-2,T:94}},{d:"518,-1689r-207,1689r-221,0r208,-1689r220,0",w:530,k:{y:-20,v:-20}},{d:"90,-455v0,-283,211,-518,487,-518v113,0,222,41,325,122r-28,225v-80,-96,-130,-158,-274,-162v-173,-4,-288,150,-288,332v0,174,109,303,275,302v78,0,159,-34,242,-101r-29,233v-85,35,-167,52,-244,52v-275,0,-466,-206,-466,-485",w:939,k:{k:-29,h:-29}},{d:"416,-737r-90,737r-221,0r91,-737r-144,0r25,-205r144,0r52,-421v25,-200,93,-326,294,-326v53,0,116,17,187,51r-24,194v-66,-58,-153,-73,-203,-9v-20,26,-32,78,-41,151r-44,360r200,0r-25,205r-201,0",w:629,k:{t:-57,s:-23,o:-20,l:-18,j:-23,i:-20,f:-70,e:-20,a:-20}},{d:"812,-1544r-136,1110v-21,165,-49,300,-147,383v-63,54,-145,81,-244,81v-119,0,-225,-50,-319,-149r117,-168v69,69,134,104,193,104v55,0,94,-29,121,-85v26,-54,50,-163,70,-327r117,-949r228,0",w:873,k:{A:66}},{d:"575,-965v162,3,228,53,319,147r15,-124r221,0r-116,942r-221,0r13,-102v-95,83,-193,124,-294,124v-252,0,-423,-198,-423,-456v0,-297,198,-535,486,-531xm561,-161v165,0,300,-167,300,-337v0,-159,-104,-282,-258,-282v-169,0,-292,161,-292,337v0,156,100,282,250,282",w:1233,k:{y:-20,w:-20,v:-20,j:-12}},{d:"623,-973v291,0,507,204,507,493v0,282,-234,510,-518,510v-294,0,-520,-207,-520,-493v0,-290,238,-510,531,-510xm608,-154v177,0,299,-152,299,-337v0,-176,-116,-297,-286,-297v-177,0,-307,143,-307,322v0,180,120,312,294,312",w:1232,k:{y:39,x:41,w:25,v:20,t:-6,T:100}},{d:"600,-965v166,4,222,48,317,140r14,-117r221,0r-116,949v-23,179,-57,309,-159,405v-168,158,-537,156,-706,4v-91,-81,-125,-152,-126,-323r214,0v11,172,78,254,254,254v200,0,273,-109,297,-303r16,-129v-93,71,-191,107,-294,107v-256,0,-442,-208,-442,-465v0,-292,222,-528,510,-522xm584,-162v183,0,314,-149,314,-333v0,-167,-116,-285,-282,-285v-176,0,-304,153,-304,335v0,164,108,283,272,283",w:1256,k:{r:-12,l:-14,e:-4,a:-6}},{d:"491,-1544r232,0r0,1929r-232,0r0,-1929",w:1158},{d:"28,129r1158,0r0,210r-1158,0r0,-210",w:1158},{d:"538,-1544r-163,1331r437,0r-26,213r-666,0r190,-1544r228,0",w:882,k:{y:96,u:6,Y:121,W:125,V:125,U:68,T:102,S:-18,O:96,G:92,C:90,A:-55,"-":4}},{d:"1123,-1104v0,296,-216,488,-528,479r-169,0r-77,625r-229,0r191,-1544v221,3,496,-16,624,68v105,69,188,210,188,372xm600,-828v185,1,293,-98,292,-282v0,-147,-94,-221,-282,-221r-97,0r-62,503r149,0",w:1142,k:{o:51,e:51,a:51,J:129,A:139,".":190,"-":14,",":145}},{d:"730,-651r388,651r-242,0r-366,-635r-83,0r-78,635r-229,0r190,-1544v176,3,409,-12,538,27v161,49,271,215,271,412v0,239,-130,391,-389,454xm888,-1106v0,-204,-159,-235,-376,-225r-60,496v94,1,223,-1,278,-22v90,-35,158,-133,158,-249",w:1220,k:{y:-12,u:33,o:39,e:35,a:33,Y:72,W:53,V:55,U:31,T:25,O:29,G:25,C:25,"-":-23}},{d:"955,-286r-37,286r-229,0r37,-286r-719,0r1123,-1427r-151,1230r144,0r-24,197r-144,0xm751,-483r67,-545r-418,545r351,0",k:{"7":111,"4":6,"1":174}},{d:"732,-691r-85,691r-229,0r88,-707r-401,-837r246,0r285,614r405,-614r263,0",w:1195,k:{v:76,u:141,p:125,o:143,i:4,g:141,e:139,a:137,T:-90,S:49,O:74,G:74,C:72,A:156,";":57,":":78,".":125,"-":43,",":82}},{d:"451,-247v72,-3,133,66,133,138v0,71,-59,131,-130,131v-75,0,-141,-56,-138,-133v3,-82,53,-133,135,-136xm412,-675v-1,81,57,136,139,136v81,0,125,-53,132,-158r208,0v-23,227,-137,340,-344,340v-192,0,-357,-139,-351,-325v7,-217,145,-308,333,-383v67,-26,126,-50,169,-85v97,-79,14,-247,-109,-241v-122,6,-170,96,-169,233r-198,0v-1,-258,122,-408,373,-410v205,-2,363,127,358,326v-5,197,-110,261,-278,328v-100,40,-169,75,-206,109v-38,35,-57,79,-57,130",w:994},{d:"70,410r258,-2099r463,0r-20,170r-278,0r-217,1759r278,0r-20,170r-464,0",w:718},{d:"519,-1689r-137,1113r396,-366r295,0r-494,430r397,512r-267,0r-343,-448r-55,448r-221,0r208,-1689r221,0",w:1056,k:{u:-4,s:12,o:51,g:49,e:43,a:43,".":-12,"-":20,",":-76}},{d:"310,-1544v169,4,382,-14,505,29v133,47,230,193,230,361v0,156,-75,275,-225,357v182,45,273,159,273,342v0,263,-156,440,-426,451v-39,2,-86,4,-140,4r-407,0xm512,-1331r-56,462v228,14,359,-68,359,-274v0,-125,-75,-188,-224,-188r-79,0xm863,-472v10,-222,-207,-219,-430,-214r-58,473r154,0v236,4,325,-61,334,-259",w:1193,k:{Y:76,W:55,V:59,O:10,A:25}},{d:"687,-965v193,-1,327,119,302,325r-77,640r-221,0r70,-571v22,-124,-7,-209,-142,-209v-141,0,-224,96,-247,287r-61,493r-221,0r208,-1689r221,0r-102,827v89,-69,179,-103,270,-103",w:1131,k:{y:31}},{d:"684,-506r339,506r-256,0r-223,-358r-304,358r-285,0r478,-524r-281,-418r253,0r167,270r225,-270r282,0",w:1109,k:{q:39,o:41,e:37,c:37,a:35}},{d:"139,-677v-2,-174,151,-296,333,-296v107,0,205,45,295,135r-125,125v-59,-53,-113,-79,-163,-79v-94,0,-157,102,-90,168v19,19,58,45,117,78v85,47,141,91,170,130v30,39,46,89,46,151v2,185,-149,295,-340,295v-138,0,-252,-62,-343,-187r145,-101v59,71,123,107,190,107v102,0,168,-110,97,-176v-68,-63,-245,-134,-291,-206v-26,-40,-41,-87,-41,-144",w:827,k:{t:-29}},{d:"660,-1427r18,-272r192,24r-48,268r264,-67r37,190r-270,37r145,230r-169,94r-119,-245r-174,210r-142,-133r197,-188r-253,-101r82,-176"},{d:"1526,-942r-606,1041r-190,-608r-337,608r-342,-1041r233,0r166,575r336,-601r180,601r309,-575r251,0",w:1490,k:{s:-2,o:18,l:-14,g:25,e:18,c:16,a:18,";":-29,":":-16,".":94,"-":-53,",":39}},{d:"960,-1576v451,0,779,335,779,785v0,252,-96,463,-288,633r204,220r-258,0r-107,-114v-109,55,-233,82,-371,82v-457,0,-785,-333,-785,-790v0,-463,359,-816,826,-816xm364,-760v0,320,234,577,560,577v73,0,145,-11,214,-33r-291,-315r254,0r208,221v133,-119,200,-282,200,-488v0,-327,-217,-563,-540,-563v-341,0,-605,259,-605,601",w:1817},{d:"975,-205r-25,205r-968,0r631,-737r-473,0r25,-205r888,0r-635,737r557,0",w:1062},{d:"789,-804r385,804r-240,0r-287,-614r-427,614r-268,0r586,-828r-339,-716r243,0r238,531r361,-531r270,0",w:1254,k:{y:78,u:47,o:51,e:47,a:43,Q:49,O:49,C:47,"-":-51}},{d:"217,-1675r169,-37r438,2120r-168,40",w:981},{d:"1034,-942r-648,1064r-335,-1064r230,0r162,602r338,-602r253,0",w:998,k:{o:20,l:-14,g:29,e:20,c:18,a:20,";":-18,":":-16,".":106,"-":-47,",":49}},{d:"481,-1378r162,-110r191,328r-108,68",w:1158},{d:"515,22v-237,2,-409,-137,-379,-384r69,-580r221,0r-71,588v-15,126,39,194,173,192v147,-2,182,-74,200,-221r69,-559r220,0r-67,548v-19,151,-42,253,-140,328v-75,58,-173,88,-295,88",w:1121},{d:"705,-1568v208,0,367,141,367,344v0,155,-102,278,-306,371r266,378r177,-165r143,165r-199,172r210,303r-263,0r-115,-166v-136,105,-313,188,-431,188v-230,0,-443,-217,-443,-450v0,-91,25,-172,75,-243v54,-78,168,-172,286,-243v-77,-121,-116,-230,-116,-327v0,-196,150,-327,349,-327xm721,-1390v-84,0,-152,75,-152,160v0,51,30,123,90,216v78,-39,133,-75,165,-109v31,-33,47,-73,47,-118v2,-85,-65,-149,-150,-149xm329,-429v0,132,108,248,240,248v79,0,179,-50,302,-151r-291,-420v-89,55,-153,109,-193,159v-38,49,-58,103,-58,164",w:1444},{d:"657,22v-175,-4,-231,-55,-330,-157r-83,674r-221,0r182,-1481r221,0r-12,99v95,-81,196,-122,301,-122v250,0,438,206,438,462v0,284,-216,531,-496,525xm634,-162v170,0,298,-159,298,-332v0,-158,-104,-286,-256,-286v-178,0,-314,157,-314,339v0,162,114,279,272,279",w:1254,k:{y:37,t:-10}},{d:"362,-746v0,318,211,562,522,562v227,0,391,-140,428,-336r-383,0r25,-198r618,0v-29,438,-288,748,-702,748v-428,0,-748,-337,-738,-771v10,-482,316,-832,790,-834v255,0,466,104,633,311r-149,152v-126,-165,-289,-248,-488,-248v-335,0,-556,272,-556,614",w:1644,k:{Y:55,W:35,V:37,T:10,A:59}},{d:"730,-1619v-222,369,-368,685,-368,1197v0,255,45,517,136,784r-168,66v-102,-265,-153,-551,-153,-860v0,-437,132,-863,395,-1276",w:698},{d:"1068,-1385v150,206,155,588,72,887v-78,278,-240,520,-532,520v-151,0,-271,-61,-359,-182v-87,-121,-131,-287,-131,-496v0,-257,58,-473,174,-648v117,-176,261,-263,430,-263v145,0,258,62,346,182xm848,-354v112,-185,185,-661,59,-886v-45,-81,-106,-121,-185,-121v-107,0,-195,72,-272,212v-111,202,-162,630,-42,848v44,79,109,117,189,117v100,0,183,-57,251,-170",k:{"7":92,"4":23,"1":156}},{w:632},{d:"417,-737r-91,737r-221,0r91,-737r-125,0r25,-205r125,0r54,-437r221,0r-54,437r204,0r-25,205r-204,0",w:601,k:{o:-37,h:-20,e:-37,a:-37,S:23,";":-66,":":-47}},{d:"577,-965v176,4,239,63,339,166r109,-890r221,0r-208,1689r-220,0r12,-101v-98,82,-137,120,-288,123v-264,5,-450,-203,-450,-471v0,-284,207,-521,485,-516xm581,-162v172,0,301,-168,301,-350v0,-158,-110,-268,-268,-268v-177,0,-300,157,-300,342v0,162,106,276,267,276",w:1274},{d:"310,-1544r312,0v387,-12,561,100,689,344v125,238,114,573,-11,811v-114,218,-290,371,-604,384v-53,2,-114,5,-185,5r-391,0xm512,-1331r-137,1118v164,1,372,1,474,-38v195,-75,319,-308,319,-569v0,-213,-91,-386,-229,-460v-86,-46,-268,-54,-427,-51",w:1466,k:{Y:78,X:41,W:53,V:57,T:63,J:41,A:74}},{w:632},{d:"427,-942r-10,81v126,-123,276,-146,408,-33r-141,182v-77,-76,-203,-65,-252,16v-35,57,-52,135,-63,226r-58,470r-221,0r116,-942r221,0",w:783,k:{z:-41,y:-86,x:-33,w:-88,v:-88,u:-20,t:-76,s:-18,r:-20,q:18,p:-20,o:14,n:-20,m:-20,l:-20,k:-20,j:-20,i:-20,h:-20,g:23,f:-86,e:12,d:16,c:10,a:14,";":-31,":":-29,".":117,"-":35,",":74}},{d:"680,-1568v275,-6,471,179,468,450v-2,161,-52,249,-136,350v-38,47,-87,104,-146,168r-357,387r553,0r-27,213r-999,0r616,-679r153,-173v74,-89,121,-131,121,-263v0,-159,-93,-244,-252,-246v-200,-2,-261,132,-277,320r-217,0v18,-346,177,-520,500,-527",k:{"7":84,"4":51,"1":160}},{d:"587,-965v169,4,236,54,331,158r16,-135r221,0r-182,1481r-221,0r77,-625v-90,72,-189,108,-296,108v-259,0,-445,-207,-445,-468v0,-284,218,-525,499,-519xm584,-162v166,0,302,-162,302,-334v0,-157,-116,-284,-269,-284v-174,0,-307,157,-307,332v0,159,114,286,274,286",w:1259,k:{c:-4}},{d:"955,-1575v463,0,791,313,791,773v0,334,-187,621,-430,740v-120,59,-251,92,-396,92v-457,0,-785,-336,-785,-795v0,-461,359,-810,820,-810xm926,-184v336,0,590,-277,590,-620v0,-333,-219,-556,-553,-556v-331,0,-598,262,-598,595v0,325,239,581,561,581",w:1816,k:{Y:82,X:47,W:59,V:66,T:68,A:78}},{d:"413,-285r-351,588r-136,-74r316,-609",w:632,k:{"1":164}},{d:"474,-1567v167,0,250,161,250,343v0,135,-29,246,-87,335v-57,88,-130,132,-219,132v-174,0,-256,-157,-256,-348v0,-224,115,-462,312,-462xm293,-1093v0,111,28,213,120,213v51,0,93,-33,128,-100v35,-67,52,-150,52,-249v1,-109,-29,-216,-118,-216v-51,0,-94,34,-129,103v-35,69,-53,152,-53,249xm1448,-1525r-1101,1570r-93,-65r1100,-1570xm1285,-787v165,0,251,161,251,343v0,135,-29,247,-87,335v-57,87,-130,131,-219,131v-174,0,-257,-155,-257,-347v0,-223,116,-462,312,-462xm1105,-312v0,111,28,212,120,212v51,0,93,-33,128,-100v35,-67,52,-149,52,-248v1,-112,-28,-217,-118,-217v-51,0,-94,34,-129,103v-35,69,-53,153,-53,250",w:1642},{d:"1405,-1544r-190,1544r-229,0r93,-754r-638,0r-92,754r-229,0r190,-1544r228,0r-74,605r638,0r74,-605r229,0",w:1466},{d:"1154,-499v0,284,-217,521,-491,521v-128,0,-240,-49,-336,-148r-16,126r-221,0r208,-1689r221,0r-103,834v100,-73,156,-107,296,-110v255,-6,442,206,442,466xm625,-162v172,0,307,-158,307,-332v0,-162,-110,-286,-270,-286v-177,0,-300,153,-300,339v0,161,107,279,263,279",w:1256,k:{y:39,w:23,v:18}},{d:"1349,-1544r-1059,1571r-182,-109r844,-1249r-743,0r26,-213r1114,0",k:{":":176,"7":-6,"6":190,"4":256,"1":86,".":281,",":233}},{d:"883,-1544r-190,1544r-229,0r165,-1331r-304,0r104,-213r454,0",k:{"9":193,"8":184,"7":227,"6":199,"5":197,"4":193,"3":197,"2":201,"1":287,"0":162,".":147,",":102}},{d:"259,-248v76,0,142,65,142,139v0,69,-67,131,-136,131v-73,0,-133,-64,-133,-138v0,-73,57,-132,127,-132",w:632,k:{"1":162}},{d:"438,-574r-22,175r-431,0r20,-175r433,0",w:432,k:{Y:41,W:14,V:20,T:-10,A:-78}},{d:"127,-695r0,-185r442,0r0,-427r188,0r0,427r442,0r0,185r-442,0r0,435r-188,0r0,-435r-442,0"},{d:"876,-545v0,-190,-121,-313,-311,-311v-97,0,-208,36,-334,108r255,-796r640,0r-26,213r-474,0r-102,310v346,-72,575,146,575,483v0,328,-220,560,-544,560v-221,0,-392,-97,-515,-292r159,-128v102,132,163,211,353,215v201,5,324,-151,324,-362",k:{"7":106,"4":29,"1":164}},{d:"369,-1513v65,0,123,59,123,124v0,62,-56,117,-120,117v-64,0,-121,-59,-121,-123v0,-62,56,-118,118,-118xm426,-942r-182,1481r-221,0r182,-1481r221,0",w:540},{d:"1176,-213r-27,213r-1137,0r913,-1331r-650,0r26,-213r1022,0r-911,1331r764,0",w:1277,k:{y:111,v:88}},{d:"373,-1513v63,0,122,59,122,123v0,63,-56,118,-119,118v-64,0,-120,-60,-120,-123v0,-64,55,-118,117,-118xm426,-942r-116,942r-221,0r116,-942r221,0",w:529,k:{j:-12,T:-23}},{d:"736,-1370v-123,0,-234,103,-234,225v0,51,17,97,50,136v33,39,92,82,179,131v131,73,220,141,267,206v109,148,86,429,-38,555v-76,77,-172,128,-298,143r-29,236r-170,0r30,-241v-215,-37,-300,-129,-402,-306r174,-118v61,127,147,228,324,229v156,1,256,-97,256,-249v0,-59,-17,-106,-48,-143v-81,-95,-365,-212,-449,-337v-102,-153,-82,-405,43,-530v77,-77,175,-126,298,-140r24,-203r170,0r-26,214v115,32,211,104,290,217r-151,144v-68,-113,-155,-169,-260,-169"},{d:"1162,-1372r0,230r-758,359r758,359r0,228r-1004,-490r0,-197"},{d:"240,-1409v76,-157,137,-294,331,-294v65,0,150,23,253,70v93,43,164,64,212,64v123,0,136,-81,194,-139r10,-13r120,93v-51,101,-103,174,-156,218v-53,44,-116,65,-189,65v-60,0,-145,-30,-261,-78v-114,-47,-169,-76,-262,-41v-59,22,-66,68,-102,108r-30,40",w:1544},{d:"363,-923r-163,0r34,-621r248,0xm721,-923r-163,0r34,-621r248,0",w:825},{d:"602,22v-282,0,-507,-218,-507,-502v0,-141,66,-302,200,-483r480,-648r173,136r-351,472v324,-77,570,130,570,445v0,312,-255,580,-565,580xm659,-829v-185,0,-342,173,-342,359v0,172,115,287,286,287v191,0,342,-161,342,-353v0,-165,-122,-293,-286,-293",k:{"7":111,"4":2,"1":201}},{d:"1261,-1110r-21,176r-233,0r-53,287r222,0r-21,176r-234,0r-89,478r-174,-23r85,-455r-266,0r-89,478r-177,-23r85,-459r-228,0r21,-172r243,0r53,-287r-231,0r21,-176r243,0r83,-448r173,23r-79,425r264,0r84,-448r173,23r-79,425r224,0xm826,-934r-263,0r-53,287r264,0"},{d:"683,-966v136,0,174,46,223,150v93,-99,194,-149,302,-149v214,0,301,119,276,330r-77,635r-221,0r68,-545v21,-134,15,-235,-115,-235v-156,0,-197,113,-214,254r-64,526r-221,0r69,-559v23,-135,12,-221,-118,-221v-123,0,-194,85,-215,255r-65,525r-221,0r116,-942r228,0r-10,88v75,-75,161,-112,259,-112",w:1626,k:{y:25,w:16,v:14,p:-4}},{d:"1477,-1544r-879,1614r-486,-1614r232,0r320,1076r566,-1076r247,0",w:1368,k:{y:39,u:117,r:111,o:141,i:2,g:143,e:141,a:139,T:-90,S:39,O:55,G:55,C:55,A:154,";":63,":":84,".":172,"-":37,",":127}},{d:"372,-1707v170,0,239,71,239,242v0,207,-46,393,-67,591v-8,77,45,132,112,147r-24,192v-89,21,-140,85,-153,191r-55,446v-22,216,-124,353,-378,323r-57,0r24,-203v148,6,176,-36,194,-181r49,-400v23,-157,54,-214,175,-281v-86,-55,-124,-128,-113,-221r56,-455v4,-33,6,-62,6,-88v0,-75,-63,-105,-156,-97r25,-202v43,1,83,-4,123,-4",w:732},{d:"705,-1567v279,0,499,226,499,504v0,143,-66,303,-199,482r-481,647r-172,-134r350,-473v-325,73,-568,-137,-568,-449v0,-315,259,-577,571,-577xm641,-716v188,0,341,-161,341,-349v0,-168,-119,-296,-285,-296v-194,0,-341,170,-341,365v0,168,119,280,285,280",k:{"7":84,"4":158,"1":141}},{d:"454,424v-191,23,-316,-46,-305,-238v11,-206,45,-392,66,-589v8,-78,-45,-133,-111,-147r24,-193v89,-21,140,-85,153,-191r54,-446v26,-231,124,-345,379,-324r58,2r-25,201v-150,-3,-176,34,-194,181r-50,402v-21,160,-54,210,-174,280v87,55,124,129,113,222r-56,453v-18,112,-5,189,121,186r28,-1r-24,202r-57,0",w:732},{d:"2239,-1544r-808,1610r-306,-1080r-539,1098r-474,-1628r234,0r289,1055r543,-1108r311,1080r505,-1027r245,0",w:2130,k:{y:25,u:100,r:96,o:121,g:121,e:117,a:113,T:-90,S:35,O:47,G:47,C:47,A:135,";":39,":":59,".":141,"-":12,",":96}},{d:"308,-812r-245,0r391,-739r304,0r392,739r-246,0r-298,-555",w:1158},{d:"539,-1544r-190,1544r-229,0r190,-1544r229,0",w:600},{d:"712,-1331r-164,1331r-229,0r164,-1331r-369,0r26,-213r951,0r-26,213r-353,0",w:982,k:{y:86,w:84,v:86,u:92,s:92,r:78,o:94,j:-20,i:-18,g:94,e:90,c:90,a:90,Y:-104,W:-102,V:-102,S:-6,O:16,J:88,G:14,C:14,A:113,";":12,":":35,".":70,"-":-14,",":23}},{d:"1074,-448v0,348,-340,551,-690,443v-165,-51,-262,-182,-283,-379r212,0v20,127,108,200,255,200v163,0,284,-112,284,-274v0,-159,-103,-239,-309,-239r25,-203v196,15,303,-73,303,-258v0,-125,-78,-203,-205,-203v-139,0,-216,84,-229,251r-202,0v20,-305,172,-458,456,-458v240,0,405,154,402,395v-3,207,-92,303,-250,372v154,61,231,179,231,353",k:{"7":121,"4":31,"1":178}},{d:"435,-363r-188,363r-249,0r854,-1654r533,1654r-239,0r-112,-363r-599,0xm534,-561r436,0r-166,-549",w:1446,k:{y:39,w:25,v:20,u:4,t:-18,q:4,o:10,g:6,e:4,d:6,c:4,b:-25,a:2,Y:137,W:121,V:125,U:70,T:88,Q:74,O:74,G:70,C:70,".":-72,"-":-96,",":-117}},{d:"363,-923r-163,0r34,-621r248,0",w:466},{d:"-1,340v199,-327,366,-699,367,-1196v0,-251,-46,-512,-137,-785r169,-67v101,268,152,555,152,862v0,439,-131,863,-394,1274",w:698},{d:"1690,-1690r127,1690r-218,0r-69,-984r-598,1092r-331,-1092r-308,984r-234,0r534,-1653r391,1262",w:1990},{d:"269,-249v83,3,131,56,134,139v3,73,-59,132,-132,132v-75,0,-136,-63,-136,-140v0,-73,63,-134,134,-131xm550,-1544r-140,1139r-218,0r139,-1139r219,0",w:638},{d:"1113,-942r-853,1481r-252,0r379,-656r-337,-825r236,0r233,602r341,-602r253,0",w:1078,k:{s:-2,o:18,l:-14,g:25,e:18,c:16,a:18,";":-25,":":-16,".":92,"-":-53,",":37}},{d:"1622,-1544r-202,1650r-937,-1196r-134,1090r-229,0r201,-1628r937,1194r136,-1110r228,0",w:1684,k:{o:2,e:-2,a:-4,O:2,A:20,".":-23,",":-74}},{d:"1105,-1544r-26,213r-567,0r-49,400r567,0r-24,198r-567,0r-64,520r567,0r-27,213r-795,0r190,-1544r795,0",w:1089},{d:"1040,-1644r-955,2092r-154,-71r954,-2089",w:981},{d:"498,-741v0,-252,181,-454,425,-454v112,0,202,43,271,130r14,-111r147,0r-69,580v-7,68,2,129,66,129v59,0,112,-42,159,-124v47,-83,72,-176,72,-279v0,-330,-272,-567,-613,-567v-365,0,-668,299,-662,663v4,238,115,429,263,534v251,179,636,145,924,-5r52,139v-326,170,-796,184,-1080,-19v-183,-130,-323,-361,-328,-647v-8,-447,378,-799,829,-799v407,0,758,292,758,689v0,152,-39,282,-118,391v-79,110,-172,165,-279,165v-85,0,-143,-40,-174,-121v-82,84,-173,126,-274,126v-222,0,-383,-188,-383,-420xm890,-490v143,0,270,-149,270,-300v0,-124,-101,-221,-226,-221v-141,0,-235,128,-235,279v0,129,72,242,191,242",w:1791},{d:"252,-1142v0,-249,205,-441,458,-434v216,6,295,89,411,229r-153,146v-73,-107,-156,-160,-250,-160v-130,0,-240,94,-236,221v4,149,119,198,225,263v130,81,221,147,266,210v45,63,68,146,68,249v0,267,-201,448,-475,448v-265,0,-405,-136,-503,-315r174,-118v86,140,130,214,316,219v158,4,263,-88,258,-246v-5,-163,-134,-210,-250,-283v-114,-72,-198,-134,-243,-196v-45,-62,-66,-140,-66,-233",w:1145,k:{t:-20,Y:2,W:-10,V:-6,T:-33,A:20}},{d:"158,-195r0,-230r757,-358r-757,-360r0,-228r1003,490r0,197"},{d:"259,-248v76,0,142,65,142,139v0,69,-67,131,-136,131v-73,0,-133,-64,-133,-138v0,-73,57,-132,127,-132xm349,-973v74,0,141,65,141,138v0,68,-66,133,-136,133v-72,0,-133,-65,-133,-139v0,-73,57,-132,128,-132",w:632},{d:"538,-1544r-80,656r624,-656r289,0r-720,718r648,826r-276,0r-582,-753r-92,753r-229,0r190,-1544r228,0",w:1380,k:{y:96,u:70,o:90,e:76,a:76,T:-31,S:66,O:119,G:117,C:117,"-":18}},{d:"1073,-1544r-26,213r-534,0r-49,398r534,0r-24,198r-535,0r-90,735r-229,0r191,-1544r762,0",w:1010,k:{u:4,r:4,o:-12,j:2,i:4,e:-12,a:-12,O:-25,J:88,A:94,".":121,"-":-59,",":74}},{d:"675,-1689r-257,2099r-463,0r21,-170r277,0r216,-1759r-278,0r21,-170r463,0",w:718},{d:"135,-745v0,-456,324,-830,768,-830v174,0,347,56,520,169r-31,250v-134,-136,-294,-204,-479,-204v-335,0,-548,276,-548,625v0,346,207,551,556,551v147,0,277,-45,390,-136r-33,271v-142,53,-274,79,-397,79v-447,0,-746,-320,-746,-775",w:1413,k:{O:6,K:-20,H:-20,A:-35}},{d:"127,-857r0,-170r1072,0r0,170r-1072,0xm127,-548r0,-170r1073,0r0,170r-1073,0"},{d:"593,-973v312,0,483,244,451,581r-728,0v-2,140,114,238,258,238v103,0,183,-39,238,-116r165,91v-106,138,-191,205,-407,209v-287,5,-479,-188,-479,-474v0,-290,214,-529,502,-529xm823,-570v-23,-145,-104,-218,-241,-218v-130,0,-215,73,-254,218r495,0",w:1149,k:{y:39,x:33,w:29,v:25,t:-4}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+87-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("Lq${Hy%#&uBMLbQ)6yRG>q>BC0%{$yBMC0fG&uZ]sbl;Rq_>fLVc%W3zZYv4SuCA$&H96,pFIh!dQywe:nk5NM1JjG^#{0t7EO)gB@Xw$Sg5A^#hW{47Hyj!$d:IH06gC#jz4!Z$3{NkzyI79G:t4C:ACRj0A_4y9;9ecRj{clsIc_ZdZbsGcwR3VbS>A!9jVh#k%u:&&YzgpQJh%h%NSw#E,{6,YSz^zY9:vYREvdS9V#sv3!:VZQ{l3u4hVw%JHqQ#Lb>hLYj:3v]59l{hVw]5Hl{JVyjQHy6#&bjw3u>M$hEwH_QJ&_cB,t#)&uAeAhE1&^#1ChFXWw6t6{JMLvge3^:^$uR!H0{9Vy{{p_%QAu%1HSJM$qS5Ht%9Vw:ICbEM$Cz:fbB:VwZQ9tzeHqB!ACZ:H07M&qB^6qEIHu4:Lu$19hF)&vj5WG5k&YQwu0%H&S{63CsH&S{BLYF:");}catch(e){}delete _cufon_bridge_;return b.ok&&f;})({w:1264,face:{"font-family":"Futura","font-weight":500,"font-style":"italic","font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 6 2 2 2 4 9 3 3",ascent:"1638",descent:"-410","x-height":"22",bbox:"-74 -1776 2239 539","underline-thickness":"160","underline-position":"-120",slope:"-7","unicode-range":"U+0020-U+007E"}}));var hiddenContent=new Object();$(document).ready(function(){hiddenContent.init();});hiddenContent.init=function(){$(".hidden-content").each(function(index){$(this).slideToggle(0);});$(".hidden-content-link").each(function(index){$(this).attr("href","");$(this).addClass("text-link-show-more");$(this).addClass("text-image-replace");$(this).html("<strong>SHOW MORE</strong>");$(this).click(function(){var target=$(document).find($(this).attr("rel"));if($(target).css("display")=="none"){$(this).html("<strong>SHOW LESS</strong>");$(this).removeClass("text-link-show-more");$(this).addClass("text-link-show-less");}else{$(this).html("<strong>SHOW MORE</strong>");$(this).removeClass("text-link-show-less");$(this).addClass("text-link-show-more");}$(target).slideToggle(150);return false;});});};hiddenContent.toggleItem=function(target){};function init(){$(".tabContent").hide();$("ul.tabNavigation li:first").addClass("active").show();$(".tabContent:first").show();$("ul.tabNavigation li").click(function(){$("ul.tabNavigation li").removeClass("active");$(this).addClass("active");$(".tabContent").hide();var activeTab=$(this).find("a").attr("href");$(activeTab).fadeIn(200);google.maps.event.trigger(map,"resize");trackVirtualEvent("/contact-us-tab","click",activeTab);return false;});}$(document).ready(function(){init();});
