/*
 * jQuery Cycle Lite Plugin
 * http://malsup.com/jquery/cycle/lite/
 * Copyright (c) 2008-2011 M. Alsup
 * Version: 1.1 (03/07/2011)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.3.2 or later
 */
;(function($){var ver="Lite-1.1";$.fn.cycle=function(options){return this.each(function(){options=options||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=0;this.cyclePause=0;var $cont=$(this);var $slides=options.slideExpr?$(options.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){window.console&&console.log("terminating; too few slides: "+els.length);return ;}var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});var cls=this.className;opts.width=parseInt((cls.match(/w:(\d+)/)||[])[1])||opts.width;opts.height=parseInt((cls.match(/h:(\d+)/)||[])[1])||opts.height;opts.timeout=parseInt((cls.match(/t:(\d+)/)||[])[1])||opts.timeout;if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}var first=0;$slides.css({position:"absolute",top:0,left:0}).each(function(i){$(this).css("z-index",els.length-i);});$(els[first]).css("opacity",1).show();if($.browser.msie){els[first].style.removeAttribute("filter");}if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}if(opts.pause){$cont.hover(function(){this.cyclePause=1;},function(){this.cyclePause=0;});}var txFn=$.fn.cycle.transitions[opts.fx];txFn&&txFn($cont,$slides,opts);$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();});if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){if(opts.speed.constructor==String){opts.speed={slow:600,fast:200}[opts.speed]||400;}if(!opts.sync){opts.speed=opts.speed/2;}while((opts.timeout-opts.speed)<250){opts.timeout+=opts.speed;}}opts.speedIn=opts.speed;opts.speedOut=opts.speed;opts.slideCount=els.length;opts.currSlide=first;opts.nextSlide=1;var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.click&&!opts.next){opts.next=opts.click;}if(opts.next){$(opts.next).bind("click",function(){return advance(els,opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind("click",function(){return advance(els,opts,opts.rev?1:-1);});}if(opts.timeout){this.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},opts.timeout+(opts.delay||0));}});};function go(els,opts,manual,fwd){if(opts.busy){return ;}var p=els[0].parentNode,curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleTimeout===0&&!manual){return ;}if(manual||!p.cyclePause){if(opts.before.length){$.each(opts.before,function(i,o){o.apply(next,[curr,next,opts,fwd]);});}var after=function(){if($.browser.msie){this.style.removeAttribute("filter");}$.each(opts.after,function(i,o){o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;$.fn.cycle.custom(curr,next,opts,after);}var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}if(opts.timeout){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},opts.timeout);}}function advance(els,opts,val){var p=els[0].parentNode,timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){opts.nextSlide=0;}}go(els,opts,1,val>=0);return false;}$.fn.cycle.custom=function(curr,next,opts,cb){var $l=$(curr),$n=$(next);$n.css(opts.cssBefore);var fn=function(){$n.animate(opts.animIn,opts.speedIn,opts.easeIn,cb);};$l.animate(opts.animOut,opts.speedOut,opts.easeOut,function(){$l.css(opts.cssAfter);if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){opts.cssBefore={opacity:0};opts.animOut={opacity:0};opts.animIn={opacity:1};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,speed:1000,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null,cssBefore:{},cssAfter:{},animIn:{},animOut:{}};})(jQuery);


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

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 2006 Volkswagen AG.
 * 
 * Manufacturer:
 * Volkswagen AG
 */
Cufon.registerFont({"w":208,"face":{"font-family":"vw","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 3 0 0 0 2 0 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-3 -290 362 83","underline-thickness":"18","underline-position":"-54","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":97},"!":{"d":"37,-255r43,0r0,180r-43,0r0,-180xm30,-24v0,-36,57,-37,56,0v-1,39,-55,33,-56,0","w":116},"\"":{"d":"93,-262r44,0r-8,106r-28,0xm21,-262r45,0r-9,106r-27,0","w":157},"#":{"d":"55,-71r-40,0r0,-34r45,0r7,-48r-40,0r0,-35r45,0r9,-67r39,0r-10,67r48,0r9,-67r38,0r-9,67r35,0r0,35r-40,0r-7,48r36,0r0,34r-41,0r-10,71r-38,0r10,-71r-47,0r-11,71r-38,0xm146,-105r7,-48r-48,0r-7,48r48,0","w":244},"$":{"d":"184,-70v0,42,-27,67,-66,73r0,40r-22,0r0,-39v-34,-2,-56,-21,-71,-43r28,-26v8,15,24,29,43,32r0,-77v-32,-15,-63,-31,-63,-78v0,-41,27,-63,63,-70r0,-32r22,0r0,32v29,3,48,16,62,34r-27,26v-10,-13,-21,-21,-35,-24r0,76v33,15,66,30,66,76xm97,-221v-31,7,-28,57,0,65r0,-65xm117,-33v22,-3,33,-35,18,-53v-4,-5,-10,-10,-18,-14r0,67"},"%":{"d":"292,-75v0,47,-19,80,-58,80v-39,0,-56,-31,-55,-80v0,-44,18,-78,58,-78v40,0,55,31,55,78xm206,-266r25,11r-133,267r-25,-12xm126,-180v0,47,-19,80,-59,80v-39,0,-54,-32,-54,-80v0,-45,19,-79,58,-79v40,0,55,33,55,79xm235,-25v34,2,35,-98,1,-99v-16,0,-24,16,-24,49v0,29,2,49,23,50xm69,-130v34,0,34,-98,0,-99v-16,0,-24,16,-24,49v0,28,3,50,24,50","w":305},"&":{"d":"165,-84v13,-11,21,-22,32,-33r25,29r-33,34r34,41r0,13r-39,0r-24,-29v-21,18,-42,33,-74,33v-44,0,-71,-28,-71,-72v0,-40,28,-55,53,-73v-42,-34,-34,-120,36,-117v39,2,63,20,63,57v0,32,-23,49,-46,65xm104,-223v-35,1,-25,46,-5,60v23,-7,43,-56,5,-60xm57,-70v-2,30,31,46,57,30v7,-4,14,-11,22,-18r-46,-56v-16,12,-32,20,-33,44","w":236},"'":{"d":"21,-262r45,0r-9,106r-27,0","w":86},"(":{"d":"96,-256v-48,85,-50,234,0,318r-32,12v-56,-92,-53,-250,1,-341","w":103},")":{"d":"40,-267v55,87,54,253,-1,341r-31,-11v49,-83,51,-236,0,-318","w":103},"*":{"d":"6,-178r37,-19r-37,-20r13,-22r35,23r-2,-41r25,0r-2,41r34,-23r13,22r-36,19r37,20r-14,22r-34,-23r2,41r-26,0r3,-41r-34,23","w":133},"+":{"d":"17,-123r85,0r0,-84r39,0r0,84r85,0r0,38r-85,0r0,85r-39,0r0,-85r-85,0r0,-38","w":243,"k":{"Y":25,"W":8,"V":12,"T":19}},",":{"d":"45,-50v35,2,31,51,13,75v-10,13,-22,26,-38,38r-15,-17v24,-14,26,-45,14,-71v0,-13,12,-26,26,-25","w":88,"k":{"T":21,"J":-12}},"-":{"d":"15,-112r99,0r0,34r-99,0r0,-34","w":129,"k":{"Y":25,"W":8,"V":12,"T":19}},".":{"d":"72,-23v0,16,-12,28,-28,28v-16,0,-28,-12,-28,-28v0,-16,12,-27,28,-27v16,0,28,11,28,27","w":84,"k":{"Z":-8,"Y":33,"X":-9,"W":28,"V":34,"T":25,"Q":12,"O":12,"M":-8,"J":-9,"G":12,"C":12,"A":-11}},"\/":{"d":"139,-255r32,0r-130,255r-31,0","w":169,"k":{"z":19,"y":15,"u":19,"s":22,"g":37,"e":35,"d":35,"a":38,"T":-10,"Q":9,"J":23,"A":35}},"0":{"d":"195,-128v0,72,-23,133,-93,133v-70,0,-89,-60,-89,-131v0,-74,24,-134,93,-134v69,0,89,60,89,132xm104,-222v-65,8,-55,146,-21,182v48,24,70,-28,67,-86v-2,-46,-3,-93,-46,-96"},"1":{"d":"31,-40r52,0r0,-175r-49,0r0,-40r93,0r0,215r50,0r0,40r-146,0r0,-40"},"2":{"d":"102,-260v74,0,106,73,70,130v-18,30,-53,66,-81,91r101,0r0,39r-171,0r0,-18v39,-48,92,-84,117,-144v13,-30,-5,-61,-38,-59v-30,2,-41,23,-40,55r-43,0v-2,-58,29,-94,85,-94"},"3":{"d":"147,-134v77,28,39,146,-45,139v-51,-4,-82,-29,-84,-81r43,0v0,26,15,44,41,44v26,-1,42,-15,42,-41v0,-31,-26,-43,-62,-40r0,-37v32,2,55,-7,55,-37v0,-21,-14,-36,-35,-36v-24,0,-36,15,-36,39r-42,0v2,-48,29,-77,79,-77v46,0,78,25,79,71v0,30,-14,47,-35,56"},"4":{"d":"9,-93r107,-162r48,0r0,161r35,0r0,37r-35,0r0,57r-44,0r0,-57r-111,0r0,-36xm121,-94r1,-111r-70,111r69,0"},"5":{"d":"189,-86v5,87,-110,115,-169,67r15,-37v28,33,109,33,109,-27v0,-52,-66,-58,-109,-41r11,-131r125,0r0,39r-90,0r-4,50v65,-6,109,20,112,80"},"6":{"d":"103,5v-70,2,-104,-65,-78,-132v16,-44,56,-91,84,-128r54,0v-30,31,-57,72,-83,107v52,-26,116,8,113,67v-3,53,-37,84,-90,86xm60,-78v0,26,18,45,45,45v27,0,44,-20,44,-47v0,-26,-18,-44,-45,-44v-27,0,-44,19,-44,46"},"7":{"d":"138,-216r-121,0r0,-39r175,0r0,22r-112,233r-49,0"},"8":{"d":"191,-75v0,49,-36,79,-88,79v-50,0,-85,-28,-85,-77v0,-31,19,-54,44,-62v-22,-8,-36,-28,-36,-55v0,-46,32,-67,79,-71v76,-6,106,99,42,124v24,8,44,32,44,62xm67,-189v1,23,15,34,37,36v23,1,39,-16,39,-36v0,-20,-17,-36,-39,-36v-22,0,-37,16,-37,36xm62,-75v0,26,17,42,42,42v26,0,43,-16,43,-42v0,-25,-18,-39,-43,-41v-24,3,-42,15,-42,41"},"9":{"d":"105,-260v90,-5,104,105,60,166v-22,30,-44,66,-66,94r-54,0r66,-83v6,-9,12,-17,17,-25v-49,27,-115,-7,-112,-66v2,-54,37,-83,89,-86xm59,-176v2,26,18,45,45,45v26,0,44,-18,44,-46v0,-27,-17,-45,-45,-45v-28,0,-41,20,-44,46"},":":{"d":"87,-121v0,16,-12,28,-28,28v-16,0,-27,-12,-27,-28v0,-15,12,-27,27,-27v16,0,28,11,28,27xm87,-23v0,16,-12,28,-28,28v-16,0,-27,-12,-27,-28v0,-15,12,-27,27,-27v16,0,28,11,28,27","w":118,"k":{" ":24}},";":{"d":"87,-121v0,16,-12,28,-28,28v-16,0,-27,-12,-27,-28v0,-15,12,-27,27,-27v16,0,28,11,28,27xm20,46v24,-15,24,-44,14,-71v-1,-14,11,-26,25,-25v36,1,32,51,14,75v-10,13,-22,26,-38,38","w":118,"k":{" ":24}},"<":{"d":"17,-132r203,-87r0,42r-153,64r153,64r0,44r-203,-87r0,-40","w":243},"=":{"d":"11,-159r221,0r0,37r-221,0r0,-37xm11,-86r221,0r0,37r-221,0r0,-37","w":243},">":{"d":"220,-92r-203,87r0,-44r153,-64r-153,-64r0,-42r203,87r0,40","w":243},"?":{"d":"179,-184v0,40,-25,64,-61,71r0,39r-41,0r0,-69v35,3,59,-9,59,-39v0,-25,-16,-39,-39,-39v-24,0,-37,17,-38,41r-38,0v1,-49,30,-79,78,-79v48,0,80,29,80,75xm126,-23v0,16,-12,27,-28,27v-15,0,-27,-12,-27,-27v0,-16,11,-28,27,-28v16,0,28,12,28,28","w":193},"@":{"d":"98,-99v-7,-69,84,-112,123,-60r0,-20r39,0r0,124v44,-1,60,-30,60,-75v0,-69,-51,-110,-127,-110v-84,0,-138,58,-138,141v0,85,54,142,139,142v36,0,71,-13,94,-28r16,29v-28,19,-67,33,-111,33v-105,0,-175,-70,-175,-176v0,-104,70,-175,175,-175v96,0,164,52,164,144v0,79,-49,115,-136,108r0,-19v-38,48,-133,13,-123,-58xm138,-100v0,29,15,49,43,49v27,0,42,-20,42,-48v0,-29,-16,-49,-43,-49v-27,0,-42,20,-42,48","w":378},"A":{"d":"103,-255r44,0r102,255r-48,0r-23,-59r-106,0r-22,59r-47,0xm164,-98r-39,-107r-39,107r78,0","w":252,"k":{"y":15,"v":17,"q":8,"g":8,"d":8,"c":8,"a":8,"Y":34,"X":-5,"W":26,"V":30,"T":26,"S":8,"Q":12,"O":12,"G":12,"C":12,".":-9,",":-6,"*":33}},"B":{"d":"198,-76v0,79,-84,80,-168,76r0,-255v75,-1,153,-8,153,64v0,26,-15,43,-33,53v27,8,48,27,48,62xm138,-186v1,-33,-31,-35,-65,-33r0,68v35,2,65,-2,65,-35xm154,-75v0,-41,-39,-41,-81,-39r0,77v41,1,81,1,81,-38","w":217,"k":{"y":9,"Y":18,",":4}},"C":{"d":"215,-11v-18,9,-44,15,-71,15v-80,-2,-126,-52,-129,-130v-4,-104,102,-160,198,-119r0,48v-15,-11,-41,-21,-67,-21v-55,2,-84,37,-84,91v0,54,31,89,86,90v28,0,51,-8,67,-20r0,46","w":232,"k":{"y":16,"Y":10,"A":6}},"D":{"d":"230,-130v0,103,-83,141,-200,130r0,-255v116,-9,200,18,200,125xm183,-128v-1,-64,-38,-95,-109,-90r0,181v71,4,110,-23,109,-91","w":245,"k":{"Z":5,"Y":14,"X":6,"W":8,"V":12,"T":12,"A":8,".":15}},"E":{"d":"30,-255r139,0r0,40r-95,0r0,64r92,0r0,40r-92,0r0,70r95,0r0,41r-139,0r0,-255","w":195},"F":{"d":"30,-255r136,0r0,40r-92,0r0,65r90,0r0,40r-90,0r0,110r-44,0r0,-255","w":185,"k":{"u":7,"r":6,"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":10,"T":-8,"R":-6,"P":-6,"N":-6,"L":-6,"J":33,"I":-6,"H":-6,"F":-6,"E":-6,"D":-6,"A":19,"\/":11,".":30,",":36}},"G":{"d":"61,-129v-12,99,142,131,163,34r-69,0r0,-39r117,0v0,86,-43,139,-127,139v-82,0,-125,-53,-130,-133v-9,-130,176,-177,242,-79r-35,25v-45,-68,-168,-38,-161,53","w":282,"k":{"Z":5,"Y":14,"W":8,"V":12,"U":-7,"R":-5,"P":-5,"N":-5,"L":-5,"K":-5,"I":-5,"H":-5,"F":-5,"E":-5,"D":-5,"B":-5,"A":8}},"H":{"d":"30,-255r44,0r0,101r109,0r0,-101r45,0r0,255r-45,0r0,-113r-109,0r0,113r-44,0r0,-255","w":257,"k":{"M":-7}},"I":{"d":"30,-255r44,0r0,255r-44,0r0,-255","w":103,"k":{"M":-7}},"J":{"d":"127,-75v15,85,-97,105,-127,40r33,-25v5,12,15,23,30,23v18,0,19,-16,20,-36r0,-182r44,0r0,180","w":156,"k":{".":6,",":3}},"K":{"d":"30,-255r44,0r0,114r89,-114r54,0r-97,119r102,136r-56,0r-92,-124r0,124r-44,0r0,-255","w":233,"k":{"y":29,"u":15,"q":15,"o":15,"g":15,"e":15,"d":15,"c":15,"a":13,"U":1,"S":9,"Q":20,"O":20,"G":20,"C":20}},"L":{"d":"30,-255r44,0r0,214r87,0r0,41r-131,0r0,-255","w":169,"k":{"y":21,"Y":32,"W":24,"V":28,"T":24,"S":13,"Q":16,"O":16,"G":18,"C":18,".":-10,",":-6,"*":46}},"M":{"d":"50,-255r46,0r67,195r68,-195r44,0r36,255r-44,0r-21,-195v-19,68,-45,130,-68,195r-33,0r-67,-194r-21,194r-43,0","w":326,"k":{"y":5,"Z":-6,"Y":17,"V":13,"T":6,"S":2,"R":-7,"Q":1,"P":-7,"O":1,"N":-7,"L":-7,"K":-7,"I":-7,"H":-7,"G":1,"F":-7,"E":-7,"D":-7,"C":1,"B":-7,".":-9}},"N":{"d":"30,-255r41,0r124,167r16,25r-1,-192r41,0r0,255r-41,0r-141,-192r2,192r-41,0r0,-255","w":280,"k":{"M":-7}},"O":{"d":"283,-127v0,81,-55,133,-135,133v-81,0,-134,-54,-134,-133v0,-80,55,-134,135,-134v80,0,134,52,134,134xm60,-128v0,53,35,91,89,91v54,0,88,-35,88,-90v0,-56,-33,-92,-88,-92v-55,0,-89,37,-89,91","w":297,"k":{"Z":5,"Y":14,"X":6,"W":8,"V":12,"A":8,".":15}},"P":{"d":"186,-180v-1,61,-46,81,-112,78r0,102r-44,0r0,-255v80,-3,158,-2,156,75xm140,-178v0,-37,-29,-41,-66,-39r0,78v37,3,66,-6,66,-39","w":194,"k":{"u":6,"s":8,"q":17,"o":17,"g":17,"e":17,"d":17,"c":17,"a":13,"U":-8,"T":-10,"R":-5,"P":-5,"N":-5,"L":-5,"K":-5,"J":29,"I":-5,"H":-5,"F":-5,"E":-5,"D":-5,"B":-5,"A":21,"\/":26,".":37,",":41}},"Q":{"d":"283,-127v1,43,-20,76,-44,97r36,44r-41,10r-26,-32v-92,41,-198,-20,-194,-119v3,-80,55,-134,135,-134v80,0,132,52,134,134xm60,-128v0,63,53,105,120,86r-35,-45r41,-10r26,33v13,-15,26,-35,25,-63v-2,-56,-33,-92,-88,-92v-55,0,-89,37,-89,91","w":297,"k":{"Z":5,"Y":14,"X":6,"W":8,"V":12,"A":8,".":15}},"R":{"d":"189,-183v-2,41,-26,65,-64,70r78,113r-53,0r-72,-111r-4,0r0,111r-44,0r0,-255v79,-2,161,-6,159,72xm144,-181v0,-35,-33,-40,-70,-38r0,76v38,2,70,-2,70,-38","k":{"Z":-5,"M":-7}},"S":{"d":"120,-143v80,21,64,148,-30,148v-39,0,-64,-18,-78,-43r31,-28v10,16,22,33,49,33v29,0,47,-35,28,-56v-32,-33,-98,-34,-98,-100v0,-78,116,-94,148,-34r-30,26v-10,-31,-75,-37,-73,6v1,30,32,35,53,48","w":191,"k":{"y":12,"Y":12,"W":6,"V":8,"M":3}},"T":{"d":"63,-215r-59,0r0,-40r162,0r0,40r-59,0r0,215r-44,0r0,-215","w":169,"k":{"z":19,"y":22,"w":25,"v":23,"u":31,"s":24,"r":25,"q":33,"o":33,"g":33,"e":33,"d":33,"c":34,"a":33,"Y":-5,"W":-8,"V":-8,"T":-7,"M":6,"J":30,"A":22,":":19,".":21,"-":23,",":31,"+":23}},"U":{"d":"128,5v-63,0,-99,-32,-99,-100r0,-160r44,0r0,156v0,41,16,65,56,65v38,0,55,-22,55,-62r0,-159r44,0r0,155v0,68,-34,105,-100,105","w":256,"k":{"A":11,"\/":7,".":11}},"V":{"d":"3,-255r49,0r71,201r71,-201r48,0r-98,255r-44,0","w":245,"k":{"y":17,"u":11,"r":20,"q":32,"o":32,"n":20,"i":8,"g":32,"e":32,"d":32,"c":32,"a":36,"Y":-6,"Q":13,"O":13,"G":13,"C":13,"A":26,";":28,".":37,"-":23,",":32,"+":23}},"W":{"d":"7,-255r47,0r51,174v2,9,4,17,5,26v14,-70,34,-134,52,-200r46,0r52,200r56,-200r46,0r-82,255r-43,0r-53,-201v-13,72,-35,133,-52,201r-43,0","w":369,"k":{"y":12,"u":12,"t":8,"r":22,"q":31,"o":31,"n":22,"i":8,"h":8,"g":31,"e":31,"d":31,"c":31,"a":33,"T":-8,"S":8,"Q":8,"O":8,"G":8,"C":8,"A":24,";":30,".":36,"-":11,",":33,"+":11}},"X":{"d":"92,-133r-79,-122r52,0r51,87r52,-87r52,0r-80,121r84,134r-51,0r-59,-98r-57,98r-51,0","w":230,"k":{"q":9,"o":9,"g":9,"e":9,"d":9,"c":9,"a":9,"Q":9,"O":6,"G":6,"C":6,".":-6,"-":15,",":-7,"+":15}},"Y":{"d":"86,-114r-83,-141r51,0r56,103r55,-103r50,0r-84,139r0,116r-45,0r0,-114","w":217,"k":{"u":37,"t":24,"s":39,"q":47,"p":32,"o":47,"i":14,"g":48,"e":49,"d":47,"c":50,"a":48,"W":-8,"T":-8,"S":13,"Q":15,"O":14,"M":15,"G":15,"C":17,"A":33,";":41,"\/":41,".":39,"-":41,",":37,"+":41}},"Z":{"d":"126,-216r-109,0r0,-39r181,0r-125,215r125,0r0,40r-197,0","w":205,"k":{"y":14,"w":15,"v":14,"q":8,"o":8,"g":8,"e":8,"d":8,"c":8,"a":8,"R":-5,"Q":8,"P":-5,"O":8,"N":-5,"L":-5,"K":-5,"I":-5,"H":-5,"G":8,"F":-5,"E":-5,"D":-5,"C":8,"B":-5,"\/":-8,".":-7}},"[":{"d":"33,-264r78,0r0,31r-40,0r0,272r41,0r0,32r-79,0r0,-335","w":124},"\\":{"d":"6,-255r38,0r81,258r-38,0","w":129},"]":{"d":"12,39r41,0r0,-272r-40,0r0,-31r78,0r0,335r-79,0r0,-32","w":124},"^":{"d":"118,-255r33,0r68,138r-43,0r-42,-88r-45,88r-42,0","w":265},"_":{"d":"-3,45r188,0r0,38r-188,0r0,-38","w":182},"`":{"d":"76,-254r49,54r-23,17r-58,-46","w":169},"a":{"d":"93,-162v22,0,42,10,51,24r0,-20r41,0r0,158r-41,0r0,-19v-11,14,-28,24,-53,23v-48,-2,-76,-31,-76,-81v0,-50,27,-85,78,-85xm57,-78v0,29,17,49,45,49v28,0,43,-19,44,-48v1,-28,-18,-50,-45,-49v-27,1,-44,19,-44,48"},"b":{"d":"194,-81v5,73,-83,112,-130,62r0,19r-40,0r0,-270r40,0r0,134v12,-14,29,-26,54,-26v48,2,73,33,76,81xm63,-78v1,28,16,48,44,48v28,0,44,-20,44,-48v0,-28,-16,-47,-44,-48v-27,-1,-45,21,-44,48","k":{"y":7,"x":10,"w":6,"v":6}},"c":{"d":"143,-5v-57,25,-128,-5,-128,-73v0,-66,67,-101,128,-75r0,38v-32,-20,-85,-9,-85,36v0,45,55,59,85,35r0,39","w":158},"d":{"d":"15,-78v-6,-71,85,-108,129,-61r0,-130r41,0r0,269r-41,0r0,-21v-38,49,-139,18,-129,-57xm58,-78v0,28,16,47,43,47v29,0,45,-20,45,-49v0,-27,-16,-45,-44,-46v-29,0,-44,20,-44,48"},"e":{"d":"55,-68v0,47,69,51,88,18r27,19v-36,59,-162,42,-155,-47v4,-51,30,-84,80,-84v55,0,82,38,77,94r-117,0xm131,-95v3,-35,-43,-48,-64,-26v-7,7,-10,16,-11,26r75,0","w":187,"k":{"y":4,"v":5}},"f":{"d":"109,-235v-46,-15,-41,34,-40,77r38,0r0,32r-38,0r0,126r-41,0r0,-126r-22,0r0,-32r22,0v-6,-70,4,-132,81,-112r0,35","w":113,"k":{"}":-17,"e":6,"]":-13,".":11,",":8,")":-17}},"g":{"d":"183,-11v12,83,-87,109,-140,71v-14,-10,-19,-26,-20,-44r40,0v0,18,18,30,37,30v39,0,45,-29,42,-70v-11,14,-28,24,-52,23v-49,-1,-71,-31,-75,-78v-5,-71,86,-110,127,-59r0,-20r41,0r0,147xm57,-80v0,25,18,47,43,47v27,-1,43,-20,43,-48v0,-26,-15,-45,-43,-45v-28,0,-42,19,-43,46","w":206},"h":{"d":"100,-126v-51,0,-33,76,-36,126r-40,0r0,-270r40,0r0,132v27,-38,106,-31,106,37r0,101r-40,0v-6,-46,20,-126,-30,-126","w":193},"i":{"d":"71,-220v0,14,-12,27,-26,27v-14,0,-27,-13,-27,-27v0,-14,13,-26,27,-26v13,0,26,13,26,26xm24,-158r41,0r0,158r-41,0r0,-158","w":89},"j":{"d":"71,-220v0,14,-12,27,-26,27v-14,0,-27,-13,-27,-27v0,-14,13,-26,27,-26v13,0,26,13,26,26xm24,-158r41,0r0,230r-41,0r0,-230","w":89},"k":{"d":"24,-270r40,0r0,178r54,-66r52,0r-65,73r69,85r-54,0r-56,-75r0,75r-40,0r0,-270","w":174,"k":{"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":5}},"l":{"d":"24,-270r40,0r0,270r-40,0r0,-270","w":88},"m":{"d":"98,-126v-50,0,-30,77,-34,126r-40,0r0,-158r40,0r0,23v15,-31,80,-37,95,1v25,-42,107,-35,107,35r0,99r-41,0r0,-91v0,-20,-6,-36,-26,-35v-51,1,-28,78,-33,126r-41,0v-6,-45,19,-126,-27,-126","w":289},"n":{"d":"101,-126v-52,0,-34,75,-37,126r-40,0r0,-158r40,0r0,21v26,-39,107,-31,107,38r0,99r-41,0v-6,-46,19,-126,-29,-126","w":193},"o":{"d":"187,-79v0,52,-36,84,-88,84v-51,0,-84,-31,-84,-83v0,-53,36,-84,86,-84v52,0,86,31,86,83xm56,-79v0,28,16,46,45,47v28,0,44,-19,44,-46v0,-29,-18,-48,-45,-48v-26,0,-44,19,-44,47","w":201,"k":{"y":7,"x":10,"w":6,"v":6}},"p":{"d":"194,-80v5,71,-86,111,-130,61r0,91r-40,0r0,-230r40,0r0,22v12,-15,29,-26,54,-26v48,0,72,33,76,82xm63,-77v-1,27,18,48,44,47v29,0,44,-20,44,-48v0,-28,-16,-48,-44,-48v-29,0,-43,20,-44,49","k":{"y":7,"x":10,"w":6,"v":6}},"q":{"d":"15,-78v-6,-72,87,-109,129,-59r0,-21r41,0r0,230r-41,0r0,-91v-40,48,-138,13,-129,-59xm58,-78v0,28,16,47,44,48v25,0,45,-21,44,-48v-1,-29,-16,-48,-44,-48v-28,0,-44,19,-44,48"},"r":{"d":"120,-118v-30,-15,-55,5,-55,42r0,76r-41,0r0,-158r40,0r0,25v10,-18,28,-32,57,-27","w":124,"k":{"t":-7,".":18}},"s":{"d":"112,-82v39,29,10,91,-41,86v-31,-3,-46,-11,-58,-32r33,-17v5,26,64,18,40,-8v-25,-16,-68,-17,-68,-60v0,-57,94,-65,112,-18r-33,15v-5,-16,-38,-22,-40,0v4,25,38,21,55,34","w":146,"k":{"v":5}},"t":{"d":"28,-126r-23,0r0,-32r23,0r0,-57r41,0r0,57r31,0r0,32r-31,0r0,126r-41,0r0,-126","w":101,"k":{"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,".":3}},"u":{"d":"97,5v-47,0,-74,-26,-74,-78r0,-85r41,0v6,49,-20,128,34,127v53,0,27,-79,33,-127r41,0r0,83v1,52,-25,80,-75,80","w":194},"v":{"d":"1,-158r47,0r45,118v12,-42,30,-78,44,-118r45,0r-69,158r-42,0","w":182,"k":{"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":5,".":23,",":23}},"w":{"d":"3,-158r44,0r39,112v10,-39,23,-75,35,-112r40,0r35,112v11,-39,26,-75,39,-112r42,0r-64,158r-38,0r-35,-111v-10,39,-23,74,-34,111r-40,0","w":280,"k":{"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,".":26,",":23}},"x":{"d":"65,-81r-60,-77r50,0v15,19,23,31,35,51r35,-51r49,0r-59,77r63,81r-49,0r-39,-57v-12,19,-26,39,-40,57r-49,0","w":178,"k":{"e":7}},"y":{"d":"73,-8r-72,-150r47,0r47,107r45,-107r43,0r-105,230r-43,0","w":183,"k":{"q":9,"o":9,"g":9,"e":9,"d":9,"c":9,"a":9,".":23,",":21}},"z":{"d":"90,-125r-74,0r0,-33r143,0r-84,125r80,0r0,33r-149,0","w":166,"k":{"q":6,"o":6,"g":6,"e":6,"d":7,"c":7}},"{":{"d":"124,71v-71,9,-78,-35,-78,-106v0,-33,-2,-50,-32,-51r0,-30v41,3,31,-43,32,-81v1,-50,24,-70,78,-67r0,29v-41,-4,-40,29,-39,67v1,37,-6,61,-34,68v38,7,35,52,34,99v-1,29,10,41,39,40r0,32","w":136},"|":{"d":"23,-279r38,0r0,361r-38,0r0,-361","w":84},"}":{"d":"90,-31v3,66,-8,110,-78,102r0,-29v75,8,6,-130,72,-136v-37,-8,-35,-52,-34,-99v1,-28,-10,-40,-38,-39r0,-32v70,-7,78,35,78,106v0,30,3,47,31,48r0,31v-29,-2,-32,20,-31,48","w":136},"~":{"d":"171,-75v-38,-2,-85,-48,-113,-3r-18,-32v11,-14,28,-29,54,-29v31,1,48,25,78,25v17,0,28,-11,37,-21r16,33v-12,14,-30,28,-54,27","w":265},"\u00a0":{"w":97}}});

