(function($){$.fn.fold=function(options){var ie55=(navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)==4&&navigator.appVersion.indexOf("MSIE 5.5")!=-1);var ie6=(navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)==4&&navigator.appVersion.indexOf("MSIE 6.0")!=-1);if(ie55||ie6){this.remove();return true;}
options=options||{};var defaults={directory:'/turn',side:'left',turnImage:'fold.png',maxHeight:130,startingWidth:40,startingHeight:40,autoCurl:true};if(options.side=='right'&&!options.turnImage)defaults.turnImage='fold-sw.png';var options=$.extend(defaults,options);var turn_hideme=$('<div id="turn_hideme">');var turn_wrapper=$('<div id="turn_wrapper">');var turn_object=$('<div id="turn_object">');var img=$('<img id="turn_fold" src="'+(options.directory+'/'+options.turnImage)+'">');turn_object.css({width:options.startingWidth,height:options.startingHeight});if(options.side=='right')turn_wrapper.addClass('right');this.wrap(turn_wrapper).wrap(turn_object).after(img).wrap(turn_hideme);turn_wrapper=$('#turn_wrapper');turn_object=$('#turn_object');if(!options.autoCurl){turn_object.resizable({maxHeight:options.maxHeight,aspectRatio:true,handles:options.side=='left'?'se':'sw'});}else{turn_wrapper.hover(function(){turn_object.stop().animate({width:options.maxHeight,height:options.maxHeight});},function(){turn_object.stop().animate({width:options.startingHeight,height:options.startingHeight});});}};})(jQuery);;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("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.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}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1990, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Trade Gothic is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * TradeGothicLTStd-Bold
 * 
 * Designer:
 * Jackson Burke
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"81,-140r0,-46r42,0r0,46r72,0r0,42r-72,0r0,45r-42,0r0,-45r-71,0r0,-42r71,0xm10,0r0,-42r185,0r0,42r-185,0","w":204},{"d":"167,-190r-42,12v-8,-23,-18,-33,-34,-33v-17,0,-26,10,-26,27v0,37,105,40,105,117v0,42,-30,70,-79,70v-38,0,-67,-21,-80,-69r46,-10v5,30,23,41,37,41v16,0,29,-12,29,-30v0,-46,-105,-47,-105,-116v0,-42,25,-69,74,-69v42,0,67,25,75,60"},{"d":"115,-111r0,57r-30,0r0,-139v49,1,109,-9,109,42v0,26,-15,36,-34,37r32,60r-33,0r-30,-57r-14,0xm115,-168r0,33v21,-1,52,5,48,-19v4,-17,-29,-14,-48,-14xm136,3v-68,0,-130,-47,-130,-126v0,-79,62,-127,130,-127v68,0,131,48,131,127v0,79,-63,126,-131,126xm228,-123v0,-57,-42,-97,-92,-97v-51,0,-91,40,-91,97v0,57,40,96,91,96v50,0,92,-39,92,-96","w":272},{"d":"170,43r-170,0r0,-17r170,0r0,17","w":170},{"d":"17,-246r80,0r0,271r-80,0r0,-20r42,0r0,-231r-42,0r0,-20","w":113},{"d":"85,3v-63,0,-68,-54,-68,-122v0,-49,25,-70,68,-70v63,0,68,54,68,122v0,49,-25,70,-68,70xm85,-151v-42,-1,-25,60,-25,95v0,14,10,22,25,22v41,0,25,-60,25,-96v0,-14,-10,-21,-25,-21xm88,-258r53,0r-50,50r-35,0","w":170},{"d":"17,-79r0,-88v0,-61,32,-83,78,-83v46,0,78,22,78,83r0,88v0,61,-32,82,-78,82v-46,0,-78,-21,-78,-82xm95,-208v-51,-2,-31,89,-31,135v0,27,12,35,31,35v19,0,30,-8,30,-35r0,-100v0,-27,-11,-35,-30,-35xm42,-302r41,0r0,39r-41,0r0,-39xm107,-302r41,0r0,39r-41,0r0,-39"},{"d":"195,-72r-185,0r0,-42r185,0r0,42xm70,-169v0,-18,14,-32,32,-32v17,0,32,15,32,32v0,16,-14,33,-31,33v-18,0,-33,-15,-33,-33xm70,-17v0,-18,14,-32,32,-32v17,0,32,14,32,32v0,16,-14,33,-31,33v-18,0,-33,-16,-33,-33","w":204},{"d":"65,0r-42,0r0,-246r42,0r1,132r46,-72r48,0r-43,63r47,123r-46,0r-31,-87r-22,30r0,57","w":170},{"d":"72,0r-49,0r0,-48r49,0r0,48","w":94},{"d":"97,25r-80,0r0,-271r80,0r0,20r-42,0r0,231r42,0r0,20","w":113},{"d":"89,-250r0,21v-64,-11,5,107,-56,119v39,3,27,58,27,97v0,20,11,22,29,21r0,21v-37,2,-63,-2,-66,-41v-3,-33,14,-92,-24,-89r0,-20v38,3,21,-56,24,-88v3,-39,29,-43,66,-41","w":113},{"d":"68,0r-47,0r0,-246r47,0r1,101r61,-101r51,0r-63,99r71,147r-53,0r-49,-103r-19,28r0,75"},{"d":"71,0r-47,0r0,-246r68,0v58,0,86,27,86,73v0,53,-40,79,-107,74r0,99xm71,-207r0,69v34,2,60,-2,60,-35v0,-33,-27,-36,-60,-34","k":{"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,",":44,".":44}},{"d":"153,0r-132,0r0,-246r129,0r0,41r-82,0r0,57r63,0r0,42r-63,0r0,64r85,0r0,42xm30,-310r53,0r31,50r-34,0","w":170},{"d":"72,-93r46,0r-23,-100xm50,0r-46,0r61,-246r61,0r59,246r-45,0r-12,-52r-65,0xm42,-302r41,0r0,39r-41,0r0,-39xm107,-302r41,0r0,39r-41,0r0,-39"},{"d":"54,-246r41,99r40,-99r51,0r-68,146r0,100r-47,0r0,-100r-67,-146r50,0xm98,-310r52,0r-50,50r-34,0","k":{"v":6,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,",":31,".":31,"-":25,"a":19,"\u00e6":19,"\u00e1":19,"\u00e2":19,"\u00e4":19,"\u00e0":19,"\u00e5":19,"\u00e3":19,"e":19,"\u00e9":19,"\u00ea":19,"\u00eb":19,"\u00e8":19,"i":6,"\u00ed":6,"\u00ee":6,"\u00ef":6,"\u00ec":6,"o":19,"\u00f8":19,"\u00f3":19,"\u00f4":19,"\u00f6":19,"\u00f2":19,"\u00f5":19,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,":":19,";":19,"p":13,"q":19}},{"d":"16,-131v3,-39,30,-58,69,-58v100,-3,48,110,66,189r-43,0v-1,-5,-2,-10,-3,-18v-25,29,-94,33,-94,-23v0,-43,40,-61,94,-77v11,-41,-43,-48,-46,-13r-43,0xm105,-46r0,-45v-26,9,-51,24,-51,43v0,29,39,20,51,2xm32,-250r41,0r0,39r-41,0r0,-39xm97,-250r41,0r0,39r-41,0r0,-39","w":170},{"d":"72,61r-49,0r9,-163r31,0xm23,-186r49,0r0,49r-49,0r0,-49","w":94},{"d":"49,-100r0,-112r-23,0r0,-19v21,-4,26,-10,32,-19r21,0r0,150r-30,0","w":113},{"d":"153,-83r-93,0v-2,26,1,52,25,52v18,0,25,-12,25,-26r43,0v-2,38,-25,60,-68,60v-66,0,-68,-57,-68,-126v0,-41,27,-66,68,-66v57,0,75,44,68,106xm60,-117r50,0v1,-22,-4,-37,-25,-37v-21,0,-27,15,-25,37xm30,-258r53,0r31,50r-34,0","w":170},{"d":"20,0r0,-186r42,0r0,22v22,-27,67,-39,79,3v22,-37,85,-42,85,21r0,140r-43,0r0,-141v-1,-31,-29,-10,-38,1r0,140r-43,0r0,-141v-1,-30,-31,-10,-39,1r0,140r-43,0","w":246},{"d":"51,-134v-40,0,-44,-31,-44,-74v0,-29,16,-42,44,-42v41,0,44,31,44,73v0,30,-16,43,-44,43xm51,-224v-23,0,-13,32,-13,51v0,9,3,13,13,13v23,1,14,-32,14,-51v0,-9,-4,-13,-14,-13","w":102},{"d":"16,6v0,-39,58,-63,49,-110r37,0r0,34v0,16,-43,60,-43,80v0,12,10,19,21,19v14,0,28,-15,29,-30r39,11v-10,69,-132,75,-132,-4xm59,-186r49,0r0,49r-49,0r0,-49","w":151},{"d":"11,65r0,-38v43,5,48,-23,36,-63r-43,-150r43,0r30,123r27,-123r44,0r-50,185v-14,55,-33,68,-87,66xm78,-258r53,0r-50,50r-34,0","w":151,"k":{",":13,".":13}},{"d":"72,-93r46,0r-23,-100xm50,0r-46,0r61,-246r61,0r59,246r-45,0r-12,-52r-65,0xm94,-258v-20,0,-36,-17,-36,-37v0,-20,16,-36,36,-36v20,0,37,16,37,36v0,20,-17,37,-37,37xm94,-313v-10,0,-17,8,-17,18v0,10,7,18,17,18v10,0,19,-8,19,-18v0,-10,-9,-18,-19,-18"},{"d":"64,-89v21,-34,37,-73,56,-108v-17,-20,-56,-16,-56,24r0,84xm72,-46v19,15,53,12,53,-27r0,-75xm152,-263r36,0r-25,48v16,31,8,90,10,136v3,78,-61,94,-119,74r-16,32r-36,0r28,-54v-20,-29,-11,-92,-13,-140v-3,-81,67,-97,123,-72"},{"d":"107,-186r43,0r0,186r-42,0r0,-21v-15,13,-28,23,-45,24r0,62r-43,0r0,-251r43,0r0,137v0,30,31,20,44,4r0,-141","w":170},{"w":94},{"d":"63,0r-43,0r0,-186r42,0r0,22v28,-33,88,-40,88,23r0,141r-43,0r0,-136v0,-31,-31,-21,-44,-4r0,140xm125,-254r23,0v-4,21,-13,42,-38,42v0,0,-57,-28,-66,2r-21,0v3,-21,15,-42,39,-42v27,1,53,29,63,-2","w":170},{"d":"71,0r-47,0r0,-246r47,0r0,246xm50,-310r53,0r-50,50r-35,0","w":94},{"d":"184,-63r35,0v-1,-14,2,-32,-1,-44xm151,-63r68,-85r31,0r0,85r22,0r0,24r-22,0r0,39r-31,0r0,-39r-68,0r0,-24xm16,-208v-1,-28,22,-40,48,-42v47,-4,68,52,31,73v45,17,19,79,-29,79v-36,0,-54,-17,-54,-45r31,0v0,14,6,20,22,20v14,0,22,-8,22,-20v0,-16,-10,-22,-31,-22r0,-25v32,5,37,-33,8,-34v-10,0,-18,6,-18,16r-30,0xm59,3r138,-253r33,0r-138,253r-33,0","w":284},{"d":"107,-186r43,0r0,186r-42,0r0,-21v-28,32,-88,39,-88,-23r0,-142r43,0r0,137v0,30,31,20,44,4r0,-141xm61,-258r43,0r39,50r-39,0r-22,-28r-22,28r-38,0","w":170},{"d":"16,-131v3,-39,30,-58,69,-58v100,-3,48,110,66,189r-43,0v-1,-5,-2,-10,-3,-18v-25,29,-94,33,-94,-23v0,-43,40,-61,94,-77v11,-41,-43,-48,-46,-13r-43,0xm105,-46r0,-45v-26,9,-51,24,-51,43v0,29,39,20,51,2xm64,-258r43,0r39,50r-39,0r-22,-28r-22,28r-38,0","w":170},{"d":"50,29r-40,0v26,-37,49,-79,49,-139v0,-60,-23,-103,-49,-140r40,0v61,76,62,203,0,279","w":113},{"d":"63,-144r0,102v23,20,47,25,47,-31v0,-30,1,-93,-21,-84v-10,0,-17,4,-26,13xm20,-186r40,0v1,7,-2,18,1,23v29,-43,92,-32,92,48v0,55,1,118,-47,118v-12,0,-23,-5,-43,-20r0,82r-43,0r0,-251","w":170},{"d":"60,-71v16,-23,27,-51,41,-76v-15,-9,-41,-3,-41,17r0,59xm72,-37v16,8,38,0,38,-19r0,-52xm53,-2r-21,40r-31,0r30,-56v-19,-19,-12,-64,-14,-101v-3,-63,53,-81,103,-63r17,-33r31,0r-27,50v16,20,11,62,12,98v2,62,-48,80,-100,65","w":170},{"d":"184,-63r35,0v-1,-14,2,-32,-1,-44xm151,-63r68,-85r31,0r0,85r22,0r0,24r-22,0r0,39r-31,0r0,-39r-68,0r0,-24xm50,-100r0,-112r-23,0r0,-19v21,-4,27,-10,33,-19r21,0r0,150r-31,0xm52,3r138,-253r33,0r-138,253r-33,0","w":284},{"d":"72,-93r46,0r-23,-100xm50,0r-46,0r61,-246r61,0r59,246r-45,0r-12,-52r-65,0xm98,-310r52,0r-50,50r-34,0"},{"d":"107,-186r43,0r0,186r-42,0r0,-21v-28,32,-88,39,-88,-23r0,-142r43,0r0,137v0,30,31,20,44,4r0,-141","w":170},{"d":"153,0r-132,0r0,-246r129,0r0,41r-82,0r0,57r63,0r0,42r-63,0r0,64r85,0r0,42xm88,-310r53,0r-50,50r-35,0","w":170},{"d":"107,-42r0,-102v-23,-20,-47,-25,-47,31v0,30,-1,93,21,84v10,0,17,-4,26,-13xm110,-186r40,0r0,251r-43,0r0,-82v-47,40,-90,20,-90,-53v0,-55,-1,-119,47,-119v19,0,38,14,46,26r0,-23","w":170},{"d":"25,29r0,-21v63,11,-7,-109,55,-118v-38,-3,-27,-59,-27,-98v0,-19,-10,-22,-28,-21r0,-21v37,-2,63,2,66,41v3,33,-14,92,24,89r0,20v-38,-3,-21,56,-24,88v-3,39,-29,44,-66,41","w":113},{"d":"69,0r-43,0r0,-186r43,0r0,186xm-5,-250r40,0r0,39r-40,0r0,-39xm59,-250r41,0r0,39r-41,0r0,-39","w":94},{"d":"85,3v-63,0,-68,-54,-68,-122v0,-49,25,-70,68,-70v63,0,68,54,68,122v0,49,-25,70,-68,70xm85,-151v-42,-1,-25,60,-25,95v0,14,10,22,25,22v41,0,25,-60,25,-96v0,-14,-10,-21,-25,-21xm32,-250r41,0r0,39r-41,0r0,-39xm97,-250r41,0r0,39r-41,0r0,-39","w":170},{"d":"153,0r-132,0r0,-246r129,0r0,41r-82,0r0,57r63,0r0,42r-63,0r0,64r85,0r0,42xm32,-302r41,0r0,39r-41,0r0,-39xm97,-302r41,0r0,39r-41,0r0,-39","w":170},{"d":"73,3r-93,-253r42,0r93,253r-42,0","w":94},{"d":"85,3v-63,0,-68,-54,-68,-122v0,-49,25,-70,68,-70v63,0,68,54,68,122v0,49,-25,70,-68,70xm85,-151v-42,-1,-25,60,-25,95v0,14,10,22,25,22v41,0,25,-60,25,-96v0,-14,-10,-21,-25,-21xm64,-258r43,0r39,50r-39,0r-22,-28r-22,28r-38,0","w":170},{"d":"85,3v-63,0,-68,-54,-68,-122v0,-49,25,-70,68,-70v63,0,68,54,68,122v0,49,-25,70,-68,70xm85,-151v-42,-1,-25,60,-25,95v0,14,10,22,25,22v41,0,25,-60,25,-96v0,-14,-10,-21,-25,-21xm125,-254r23,0v-4,21,-13,42,-38,42v0,0,-57,-28,-66,2r-21,0v3,-21,15,-42,39,-42v27,1,53,29,63,-2","w":170},{"d":"7,-246r157,0r0,41r-55,0r0,205r-47,0r0,-205r-55,0r0,-41","w":170,"k":{"\u00fc":19,"\u00f2":19,"\u00f6":19,"\u00ec":19,"\u00ee":19,"\u00ed":19,"\u00e8":19,"\u00eb":19,"\u00ea":19,"\u00e3":19,"\u00e5":19,"\u00e0":19,"\u00e4":19,"\u00e2":19,"w":19,"y":19,"\u00fd":19,"\u00ff":19,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,",":25,".":25,"-":25,"a":19,"\u00e6":19,"\u00e1":19,"c":19,"\u00e7":19,"e":19,"\u00e9":19,"i":19,"\u00ef":19,"o":19,"\u00f8":19,"\u00f3":19,"\u00f4":19,"\u00f5":19,"r":19,"s":19,"u":19,"\u00fa":19,"\u00fb":19,"\u00f9":19,":":25,";":25}},{"d":"69,0r-43,0r0,-186r43,0r0,186xm26,-258r43,0r39,50r-39,0r-22,-28r-21,28r-39,0","w":94},{"d":"72,0r-49,0r0,-48r49,0r0,48xm72,-102r-49,0r0,-49r49,0r0,49","w":94},{"d":"21,-205r0,-41r136,0r0,39r-93,165r95,0r0,42r-148,0r0,-40r93,-165r-83,0","w":170},{"d":"26,50r18,-50r-21,0r0,-48r49,0r0,48r-22,50r-24,0","w":94},{"d":"107,-186r43,0r0,186r-42,0r0,-21v-28,32,-88,39,-88,-23r0,-142r43,0r0,137v0,30,31,20,44,4r0,-141xm85,-258r53,0r-50,50r-35,0","w":170},{"d":"65,29r0,-155v-38,0,-62,-23,-62,-59v0,-81,108,-58,183,-61r0,28r-23,0r0,247r-38,0r0,-247r-23,0r0,247r-37,0"},{"d":"63,-144r0,102v23,20,47,25,47,-31v0,-30,1,-93,-21,-84v-10,0,-17,4,-26,13xm20,-246r43,0r0,80v5,-8,24,-23,43,-23v48,0,47,63,47,119v0,73,-44,93,-90,53r0,82r-43,0r0,-311","w":170},{"d":"-8,-258r53,0r31,50r-34,0","w":94},{"d":"67,0r-43,0r0,-246r51,0r67,146r0,-146r42,0r0,246r-45,0r-72,-159r0,159","w":208},{"d":"47,-186r29,120r28,-120r43,0r-50,186r-42,0r-51,-186r43,0","w":151,"k":{",":13,".":13}},{"d":"7,-208v-1,-28,23,-40,49,-42v47,-4,66,52,30,73v45,17,19,79,-29,79v-36,0,-54,-17,-54,-45r31,0v0,14,6,20,22,20v14,0,22,-8,22,-20v0,-16,-10,-22,-31,-22r0,-25v32,5,37,-33,8,-34v-10,0,-17,6,-17,16r-31,0","w":113},{"d":"17,-79r0,-88v0,-61,32,-83,78,-83v46,0,78,22,78,83r0,88v0,61,-32,82,-78,82v-46,0,-78,-21,-78,-82xm95,-208v-51,-2,-31,89,-31,135v0,27,12,35,31,35v19,0,30,-8,30,-35r0,-100v0,-27,-11,-35,-30,-35xm135,-306r22,0v-4,21,-13,41,-38,41v0,0,-57,-28,-65,3r-22,0v3,-21,16,-42,40,-42v27,1,53,29,63,-2"},{"d":"170,-154r0,30r-43,0r-11,24r54,0r0,30r-55,0r0,70r-40,0r0,-70r-56,0r0,-30r54,0r-11,-24r-43,0r0,-30r30,0r-43,-92r42,0r47,110r47,-110r41,0r-42,92r29,0"},{"d":"159,-209r-53,107r59,0r0,-107r-6,0xm55,0r-50,0r126,-246r181,0r0,41r-100,0r0,57r75,0r0,42r-75,0r0,64r104,0r0,42r-151,0r0,-60r-80,0","w":341},{"d":"10,-207r0,-39r156,0r0,22r-67,224r-49,0r68,-207r-108,0"},{"d":"81,-114r0,-72r42,0r0,72r72,0r0,42r-72,0r0,72r-42,0r0,-72r-71,0r0,-42r71,0","w":204},{"d":"24,-246r47,0r0,172v0,24,10,36,33,36v23,0,33,-12,33,-36r0,-172r47,0r0,172v0,54,-32,77,-80,77v-48,0,-80,-23,-80,-77r0,-172xm107,-310r53,0r-50,50r-35,0","w":208},{"d":"100,-118v0,-24,-8,-36,-23,-36v-16,0,-22,11,-22,40v0,23,7,35,20,35v18,0,25,-7,25,-39xm163,-189r0,38v-10,-4,-17,-4,-28,1v18,58,-10,122,-74,103v-2,3,-8,7,-8,11v0,23,108,-12,108,55v0,32,-33,46,-83,46v-71,0,-89,-40,-45,-62v-28,-13,-16,-51,9,-58v-45,-29,-42,-134,35,-134v18,0,37,9,48,22v11,-14,22,-22,38,-22xm120,22v0,-17,-45,-10,-63,-14v-4,4,-9,8,-9,15v0,10,15,14,40,14v20,0,32,-5,32,-15","w":170},{"d":"16,-131v3,-39,30,-58,69,-58v100,-3,48,110,66,189r-43,0v-1,-5,-2,-10,-3,-18v-25,29,-94,33,-94,-23v0,-43,40,-61,94,-77v11,-41,-43,-48,-46,-13r-43,0xm105,-46r0,-45v-26,9,-51,24,-51,43v0,29,39,20,51,2xm125,-254r23,0v-4,21,-13,42,-38,42v0,0,-57,-28,-66,2r-21,0v3,-21,15,-42,39,-42v27,1,53,29,63,-2","w":170},{"d":"68,0r-47,0r0,-246r123,0r0,41r-76,0r0,57r60,0r0,42r-60,0r0,106","w":151,"k":{"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,",":38,".":38}},{"d":"195,-155r0,41r-185,0r0,-41r185,0xm195,-72r0,42r-185,0r0,-42r185,0","w":204},{"w":94},{"d":"53,-95r-47,-91r45,0r25,54r25,-54r45,0r-47,91r50,95r-45,0r-28,-60r-28,60r-46,0","w":151},{"d":"16,-131v3,-39,30,-58,69,-58v100,-3,48,110,66,189r-43,0v-1,-5,-2,-10,-3,-18v-25,29,-94,33,-94,-23v0,-43,40,-61,94,-77v11,-41,-43,-48,-46,-13r-43,0xm105,-46r0,-45v-26,9,-51,24,-51,43v0,29,39,20,51,2xm85,-206v-20,0,-36,-16,-36,-36v0,-20,16,-37,36,-37v20,0,37,17,37,37v0,20,-17,36,-37,36xm85,-261v-10,0,-18,9,-18,19v0,10,8,18,18,18v10,0,18,-8,18,-18v0,-10,-8,-19,-18,-19","w":170},{"d":"11,65r0,-38v43,5,48,-23,36,-63r-43,-150r43,0r30,123r27,-123r44,0r-50,185v-14,55,-33,68,-87,66xm23,-250r41,0r0,39r-41,0r0,-39xm88,-250r41,0r0,39r-41,0r0,-39","w":151,"k":{",":13,".":13}},{"d":"153,-83r-93,0v-2,26,1,52,25,52v18,0,25,-12,25,-26r43,0v-2,38,-25,60,-68,60v-66,0,-68,-57,-68,-126v0,-41,27,-66,68,-66v57,0,75,44,68,106xm60,-117r50,0v1,-22,-4,-37,-25,-37v-21,0,-27,15,-25,37xm64,-258r43,0r39,50r-39,0r-22,-28r-22,28r-38,0","w":170},{"d":"71,0r-47,0r0,-246r47,0r0,246xm-5,-302r40,0r0,39r-40,0r0,-39xm59,-302r41,0r0,39r-41,0r0,-39","w":94},{"d":"100,-93r-42,55r-38,0r42,-55r-42,-54r38,0xm169,-93r-41,55r-38,0r42,-55r-42,-54r38,0"},{"d":"17,3r0,-96r42,0r0,96r-42,0xm17,-153r0,-97r42,0r0,97r-42,0","w":75},{"d":"107,-186r43,0r0,186r-42,0r0,-21v-28,32,-88,39,-88,-23r0,-142r43,0r0,137v0,30,31,20,44,4r0,-141xm27,-258r52,0r32,50r-34,0","w":170},{"d":"99,-74r-84,0r0,-38r84,0r0,38","w":113},{"d":"24,-246r47,0r0,172v0,24,10,36,33,36v23,0,33,-12,33,-36r0,-172r47,0r0,172v0,54,-32,77,-80,77v-48,0,-80,-23,-80,-77r0,-172xm51,-302r41,0r0,39r-41,0r0,-39xm116,-302r41,0r0,39r-41,0r0,-39","w":208},{"d":"68,-171v16,0,28,-14,28,-30v0,-16,-12,-30,-28,-30v-16,0,-28,14,-28,30v0,16,12,30,28,30xm68,-152v-28,0,-49,-22,-49,-49v0,-27,21,-49,49,-49v28,0,49,22,49,49v0,27,-21,49,-49,49","w":136},{"d":"140,-154v-37,-2,-52,66,-10,68v38,3,54,-67,10,-68xm177,-168r4,-17r30,0r-19,97v0,4,1,6,5,6v16,0,35,-19,35,-55v0,-55,-39,-84,-91,-84v-57,0,-94,42,-94,98v0,89,107,125,167,74r31,0v-61,97,-232,47,-232,-74v0,-72,58,-127,129,-127v60,0,118,40,118,103v0,75,-65,99,-86,99v-10,0,-19,-6,-19,-18v-30,39,-89,6,-89,-42v0,-59,72,-112,111,-60","w":272},{"d":"132,-146v2,-40,-7,-65,-37,-65v-24,0,-36,18,-36,46v0,49,51,49,73,19xm19,-64r45,0v1,17,14,29,31,29v33,0,40,-33,37,-75v-45,40,-118,12,-118,-54v0,-50,25,-86,81,-86v53,0,82,33,82,86r0,82v0,53,-29,85,-82,85v-43,0,-73,-23,-76,-67"},{"d":"153,-83r-93,0v-2,26,1,52,25,52v18,0,25,-12,25,-26r43,0v-2,38,-25,60,-68,60v-66,0,-68,-57,-68,-126v0,-41,27,-66,68,-66v57,0,75,44,68,106xm60,-117r50,0v1,-22,-4,-37,-25,-37v-21,0,-27,15,-25,37","w":170},{"d":"71,0r-47,0r0,-246r47,0r0,246xm26,-310r43,0r39,50r-39,0r-22,-28r-21,28r-39,0","w":94},{"d":"47,-119v33,0,34,52,0,52v-15,0,-26,-13,-26,-26v0,-13,11,-26,26,-26","w":94},{"d":"68,0r-63,-246r46,0r44,176r43,-176r46,0r-62,246r-54,0","k":{"\u00f6":13,"\u00f4":13,"\u00ee":6,"\u00e8":13,"\u00eb":13,"\u00ea":13,"\u00e3":13,"\u00e5":13,"\u00e0":13,"\u00e4":13,"\u00e2":13,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,",":25,".":25,"-":13,"a":13,"\u00e6":13,"\u00e1":13,"e":13,"\u00e9":13,"i":6,"\u00ed":6,"\u00ef":6,"\u00ec":6,"o":13,"\u00f8":13,"\u00f3":13,"\u00f2":13,"\u00f5":13,"r":6,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,":":13,";":13}},{"d":"136,3v-68,0,-130,-47,-130,-126v0,-79,62,-127,130,-127v68,0,131,48,131,127v0,79,-63,126,-131,126xm228,-123v0,-57,-42,-97,-92,-97v-51,0,-91,40,-91,97v0,57,40,96,91,96v50,0,92,-39,92,-96xm172,-104r31,0v-5,35,-32,54,-61,54v-43,0,-71,-32,-71,-74v0,-80,119,-105,130,-22r-29,0v-13,-39,-71,-23,-66,21v-6,44,58,64,66,21","w":272},{"d":"71,0r-47,0r0,-246r47,0r0,246","w":94},{"d":"17,-79r0,-88v0,-61,32,-83,78,-83v46,0,78,22,78,83r0,88v0,61,-32,82,-78,82v-46,0,-78,-21,-78,-82xm95,-208v-51,-2,-31,89,-31,135v0,27,12,35,31,35v19,0,30,-8,30,-35r0,-100v0,-27,-11,-35,-30,-35xm39,-310r53,0r32,50r-35,0"},{"d":"63,0r-43,0r0,-246r43,0r0,82v26,-33,87,-40,87,23r0,141r-43,0r0,-136v0,-31,-31,-21,-44,-4r0,140","w":170},{"d":"12,-82r0,-82v0,-53,30,-86,83,-86v53,0,82,33,82,86r0,82v0,53,-29,85,-82,85v-53,0,-83,-32,-83,-85xm95,-211v-49,0,-37,76,-38,124v0,40,13,52,38,52v49,0,37,-77,37,-124v0,-40,-12,-52,-37,-52"},{"d":"107,-186r43,0r0,186r-42,0r0,-21v-28,32,-88,39,-88,-23r0,-142r43,0r0,137v0,30,31,20,44,4r0,-141xm29,-250r41,0r0,39r-41,0r0,-39xm94,-250r41,0r0,39r-41,0r0,-39","w":170},{"d":"107,-218r-119,0r0,-25r119,0r0,25","w":94},{"d":"72,-93r46,0r-23,-100xm50,0r-46,0r61,-246r61,0r59,246r-45,0r-12,-52r-65,0xm39,-310r53,0r32,50r-35,0"},{"d":"71,0r-47,0r0,-246r47,0r0,45v66,-5,107,20,107,73v0,53,-40,79,-107,74r0,54xm71,-162r0,69v34,2,60,-2,60,-35v0,-33,-27,-36,-60,-34"},{"d":"38,-108r-33,0r0,-30r29,0v-18,-59,9,-112,64,-112v55,0,80,28,80,73r-43,0v-2,-21,-10,-35,-33,-35v-36,0,-29,45,-23,74r45,0r0,30r-41,0v0,9,-3,43,-9,58v25,18,70,28,67,-24r41,0v0,40,-11,77,-62,77v-23,0,-34,-3,-64,-22v-18,16,-29,22,-48,22r0,-41v25,0,34,-37,30,-70"},{"d":"72,-93r46,0r-23,-100xm50,0r-46,0r61,-246r61,0r59,246r-45,0r-12,-52r-65,0"},{"d":"12,-72r45,0v0,25,11,37,36,37v23,0,36,-16,36,-37v0,-28,-16,-38,-50,-38r0,-39v56,8,57,-61,12,-62v-17,0,-28,12,-29,29r-45,0v0,-45,34,-68,75,-68v73,0,103,88,46,121v26,10,36,31,36,59v0,49,-36,73,-80,73v-55,0,-82,-29,-82,-75"},{"d":"26,50r18,-50r-21,0r0,-48r49,0r0,48r-22,50r-24,0xm72,-102r-49,0r0,-49r49,0r0,49","w":94},{"d":"16,-131v3,-39,30,-58,69,-58v100,-3,48,110,66,189r-43,0v-1,-5,-2,-10,-3,-18v-25,29,-94,33,-94,-23v0,-43,40,-61,94,-77v11,-41,-43,-48,-46,-13r-43,0xm105,-46r0,-45v-26,9,-51,24,-51,43v0,29,39,20,51,2xm30,-258r53,0r31,50r-34,0","w":170},{"d":"153,-83r-93,0v-2,26,1,52,25,52v18,0,25,-12,25,-26r43,0v-2,38,-25,60,-68,60v-66,0,-68,-57,-68,-126v0,-41,27,-66,68,-66v57,0,75,44,68,106xm60,-117r50,0v1,-22,-4,-37,-25,-37v-21,0,-27,15,-25,37xm32,-250r41,0r0,39r-41,0r0,-39xm97,-250r41,0r0,39r-41,0r0,-39","w":170},{"d":"115,-250r-93,253r-42,0r93,-253r42,0","w":94},{"d":"63,0r-43,0r0,-186r42,0r0,22v28,-33,88,-40,88,23r0,141r-43,0r0,-136v0,-31,-31,-21,-44,-4r0,140","w":170},{"d":"136,-192v0,38,-58,63,-49,110r-38,0r0,-33v0,-16,44,-60,44,-80v0,-12,-11,-20,-22,-20v-14,0,-27,15,-28,30r-40,-11v10,-70,133,-75,133,4xm92,0r-48,0r0,-48r48,0r0,48","w":151},{"d":"58,-109r-40,0r66,-137r37,0r66,137r-41,0r-44,-96","w":204},{"d":"64,0r-40,0r0,-246r66,0r43,161r43,-161r65,0r0,246r-40,0r0,-194r-51,194r-35,0r-51,-194r0,194","w":265},{"d":"95,-208v-51,0,-31,89,-31,135v0,27,12,35,31,35v25,0,32,-21,30,-51r48,0v3,63,-27,93,-74,92r-12,18v19,-7,42,6,42,25v0,37,-53,37,-81,23r7,-14v14,6,44,12,44,-8v0,-22,-31,-2,-36,-16r18,-28v-38,-4,-64,-27,-64,-82r0,-88v0,-61,32,-83,78,-83v46,0,78,23,78,84r-48,0v2,-28,-9,-42,-30,-42"},{"d":"5,-214v2,-26,21,-36,46,-36v64,-2,35,62,43,114r-29,0v-1,-3,-1,-7,-2,-11v-14,18,-60,20,-60,-14v0,-26,27,-37,59,-47v1,-11,0,-18,-12,-18v-9,0,-14,6,-14,12r-31,0xm44,-157v16,1,20,-12,18,-30v-14,5,-28,12,-28,22v0,6,5,8,10,8","w":102},{"d":"10,-157r29,-29r63,64r64,-64r29,29r-63,64r63,64r-29,29r-64,-63r-63,63r-29,-29r63,-64","w":204},{"d":"50,-258r53,0r-50,50r-35,0","w":94},{"d":"17,-79r0,-88v0,-61,32,-83,78,-83v46,0,78,22,78,83r0,88v0,61,-32,82,-78,82v-46,0,-78,-21,-78,-82xm95,-208v-51,-2,-31,89,-31,135v0,27,12,35,31,35v19,0,30,-8,30,-35r0,-100v0,-27,-11,-35,-30,-35"},{"d":"16,-131v3,-39,30,-58,69,-58v100,-3,48,110,66,189r-43,0v-1,-5,-2,-10,-3,-18v-25,29,-94,33,-94,-23v0,-43,40,-61,94,-77v11,-41,-43,-48,-46,-13r-43,0xm105,-46r0,-45v-26,9,-51,24,-51,43v0,29,39,20,51,2xm88,-258r53,0r-50,50r-35,0","w":170},{"d":"3,-106r0,-42r18,0r0,-98v84,-2,153,-5,152,85r0,76v1,89,-68,88,-152,85r0,-106r-18,0xm98,-148r0,42r-30,0r0,64v38,2,57,-4,57,-49v0,-56,14,-128,-57,-114r0,57r30,0"},{"d":"57,-101v-2,41,8,66,38,66v24,0,35,-18,35,-46v1,-49,-50,-48,-73,-20xm171,-182r-45,0v-1,-17,-14,-29,-31,-29v-33,0,-41,33,-38,75v44,-40,118,-13,118,53v0,50,-24,86,-80,86v-53,0,-83,-32,-83,-85r0,-82v0,-53,30,-86,83,-86v43,0,73,24,76,68"},{"d":"73,-246v34,0,61,28,61,61v0,33,-27,62,-61,62v-34,0,-61,-29,-61,-62v0,-33,27,-61,61,-61xm73,-213v-15,0,-28,13,-28,28v0,15,13,28,28,28v15,0,28,-13,28,-28v0,-15,-13,-28,-28,-28xm230,-123v34,0,62,29,62,62v0,33,-28,61,-62,61v-34,0,-61,-28,-61,-61v0,-33,27,-62,61,-62xm230,-89v-15,0,-28,13,-28,28v0,15,13,28,28,28v15,0,28,-13,28,-28v0,-15,-13,-28,-28,-28xm67,3r142,-253r29,0r-142,253r-29,0","w":303},{"d":"12,-71r45,0v-1,23,13,36,35,36v29,0,38,-20,38,-54v0,-52,-51,-60,-72,-28r-37,0r0,-129r142,0r0,39r-103,0r0,51v13,-9,27,-15,45,-15v53,0,70,33,70,83v0,57,-23,91,-82,91v-61,0,-81,-37,-81,-74"},{"d":"146,0r-7,-20v-41,46,-122,23,-122,-59r0,-88v0,-61,32,-83,78,-83v48,0,73,28,75,84r-47,0v5,-57,-59,-56,-59,-7r0,100v0,27,12,35,31,35v23,1,30,-22,28,-49r-33,0r0,-39r80,0r0,126r-24,0"},{"d":"68,-246r34,0v-2,16,-11,37,-8,51r45,-23r9,30v-16,4,-38,1,-50,8r36,36r-26,19v-9,-14,-12,-34,-24,-45r-22,45r-25,-19v10,-13,30,-24,35,-38r-49,-6r8,-30v15,5,34,21,47,21","w":170},{"d":"137,-222r-23,18v-8,-16,-44,-27,-44,-3v0,27,83,67,83,113v0,23,-16,35,-37,39v32,28,15,84,-32,84v-29,0,-41,-13,-55,-29r24,-18v5,17,48,29,48,2v0,-29,-83,-76,-83,-112v0,-31,14,-41,35,-44v-29,-27,-16,-79,30,-78v24,0,39,9,54,28xm50,-137v-4,8,52,65,57,60v9,0,13,-7,13,-15v-1,-7,-57,-88,-70,-45","w":170},{"d":"24,-246r47,0r0,172v0,24,10,36,33,36v23,0,33,-12,33,-36r0,-172r47,0r0,172v0,54,-32,77,-80,77v-48,0,-80,-23,-80,-77r0,-172xm83,-310r43,0r39,50r-39,0r-22,-28r-21,28r-39,0","w":208},{"d":"71,0r-47,0r0,-246r47,0r0,98r66,0r0,-98r47,0r0,246r-47,0r0,-106r-66,0r0,106","w":208},{"d":"17,-79r0,-88v0,-61,32,-83,78,-83v46,0,78,22,78,83r0,88v0,61,-32,82,-78,82v-46,0,-78,-21,-78,-82xm95,-208v-51,-2,-31,89,-31,135v0,27,12,35,31,35v19,0,30,-8,30,-35r0,-100v0,-27,-11,-35,-30,-35xm73,-310r43,0r39,50r-38,0r-22,-28r-22,28r-39,0"},{"d":"132,-71v0,-23,-14,-38,-37,-38v-23,0,-38,15,-38,38v0,21,10,36,38,36v28,0,37,-15,37,-36xm126,-179v0,-17,-13,-32,-31,-32v-18,0,-32,15,-32,32v0,17,15,31,32,31v17,0,31,-14,31,-31xm177,-70v0,49,-35,73,-82,73v-47,0,-83,-24,-83,-73v0,-28,10,-49,36,-59v-19,-10,-30,-33,-30,-54v0,-46,34,-67,77,-67v43,0,76,21,76,67v0,21,-10,44,-29,54v26,10,35,31,35,59"},{"d":"68,-154r0,-92r37,0r0,92r-37,0xm8,-154r0,-92r38,0r0,92r-38,0","w":113},{"d":"93,-221v-31,0,-22,46,-7,66v13,-12,29,-23,29,-43v0,-11,-8,-23,-22,-23xm173,-124r38,11v-8,20,-17,41,-30,61v10,7,22,13,35,14r0,41v-24,0,-40,-5,-63,-25v-40,45,-141,28,-141,-43v0,-34,16,-52,41,-68v-39,-42,-16,-117,43,-117v33,0,58,25,58,56v0,32,-24,50,-47,68v13,18,28,35,44,50v9,-16,17,-31,22,-48xm76,-102v-30,15,-16,67,18,67v13,0,24,-6,31,-14v-19,-16,-35,-35,-49,-53","w":227},{"d":"72,-246r-9,163r-31,0r-9,-163r49,0xm72,0r-49,0r0,-48r49,0r0,48","w":94},{"d":"63,0r-43,0r0,-178v0,-40,15,-68,65,-68v58,0,83,82,39,112v52,19,38,137,-19,137v-9,0,-17,-2,-25,-5r0,-39v20,8,34,2,33,-30v0,-26,-5,-43,-32,-43r0,-35v15,-1,24,-12,24,-30v8,-33,-42,-40,-42,-10r0,189","w":170},{"d":"19,-154r0,-92r38,0r0,92r-38,0","w":75},{"d":"153,-83r-93,0v-2,26,1,52,25,52v18,0,25,-12,25,-26r43,0v-2,38,-25,60,-68,60v-66,0,-68,-57,-68,-126v0,-41,27,-66,68,-66v57,0,75,44,68,106xm60,-117r50,0v1,-22,-4,-37,-25,-37v-21,0,-27,15,-25,37xm88,-258r53,0r-50,50r-35,0","w":170},{"d":"6,-43r30,-27v11,15,26,29,43,32r0,-70v-35,-10,-68,-33,-68,-72v0,-40,30,-64,68,-66r0,-22r27,0r0,22v29,5,48,19,64,36r-26,26v-10,-12,-22,-23,-38,-25r0,63v38,14,72,32,72,78v0,41,-32,67,-72,68r0,39r-27,0r0,-39v-24,0,-56,-20,-73,-43xm79,-153r0,-58v-42,0,-33,54,0,58xm106,-101r0,63v18,0,30,-12,30,-29v0,-20,-14,-27,-30,-34"},{"d":"66,-46r25,-105v-46,-2,-22,58,-28,95v0,3,1,7,3,10xm163,-121r-42,0v1,-10,-1,-18,-6,-22r-28,109v26,1,37,-9,34,-34v14,1,31,-2,43,1v0,53,-30,72,-84,70r-12,45r-31,0r14,-53v-34,-14,-31,-64,-31,-114v0,-53,31,-74,82,-69r12,-43r30,0r-13,50v21,9,32,29,32,60"},{"d":"153,0r-132,0r0,-246r129,0r0,41r-82,0r0,57r63,0r0,42r-63,0r0,64r85,0r0,42","w":170},{"d":"11,65r0,-38v43,5,48,-23,36,-63r-43,-150r43,0r30,123r27,-123r44,0r-50,185v-14,55,-33,68,-87,66","w":151,"k":{",":13,".":13}},{"d":"80,0r0,-188r-38,0r0,-27v36,-7,42,-20,54,-35r27,0r0,250r-43,0"},{"d":"153,-121r-43,0v2,-20,-6,-30,-25,-30v-42,-1,-25,60,-25,95v0,14,10,22,25,22v20,0,27,-13,25,-34v14,1,31,-2,43,1v0,48,-23,69,-64,70v-3,6,-11,14,-11,18v18,-7,41,6,41,25v0,37,-52,37,-80,23r6,-14v15,6,45,13,45,-8v0,-22,-32,-2,-37,-16r19,-28v-52,-1,-55,-60,-55,-122v0,-49,25,-70,68,-70v42,0,67,21,68,68","w":170},{"d":"63,-144r0,102v23,20,47,25,47,-31v0,-30,1,-93,-21,-84v-10,0,-17,4,-26,13xm60,0r-40,0r0,-246r43,0r0,78v46,-42,90,-20,90,53v0,55,1,118,-47,118v-20,0,-36,-15,-46,-26r0,23","w":170},{"d":"19,-143r-17,0r0,-34r17,0r0,-51r43,0r0,51r28,0r0,34r-28,0r0,95v-1,12,13,15,28,14r0,36v-35,4,-71,1,-71,-35r0,-110","w":94},{"d":"10,3r0,-40r132,-56r-132,-56r0,-40r185,80r0,33","w":204},{"d":"17,-79r0,-88v0,-61,32,-83,78,-83v46,0,78,22,78,83r0,88v0,61,-32,82,-78,82v-46,0,-78,-21,-78,-82xm95,-208v-51,-2,-31,89,-31,135v0,27,12,35,31,35v19,0,30,-8,30,-35r0,-100v0,-27,-11,-35,-30,-35xm98,-310r52,0r-50,50r-34,0"},{"d":"43,-246r47,0r0,194v2,41,-38,61,-87,54r0,-41v23,3,40,0,40,-23r0,-184","w":113},{"d":"17,3r0,-253r42,0r0,253r-42,0","w":75},{"d":"153,0r-132,0r0,-246r129,0r0,41r-82,0r0,57r63,0r0,42r-63,0r0,64r85,0r0,42xm64,-310r43,0r39,50r-39,0r-22,-28r-22,28r-38,0","w":170},{"d":"104,29r-41,0v-60,-76,-60,-203,0,-279r41,0v-26,37,-49,80,-49,140v0,60,23,102,49,139","w":113},{"d":"17,-148r0,-38r124,0r0,37r-79,111r79,0r0,38r-130,0r0,-37r77,-111r-71,0","w":151},{"d":"173,-102r0,32r-34,0r-10,70r-33,0r10,-70r-34,0r-10,70r-33,0r10,-70r-32,0r0,-32r36,0r6,-42r-32,0r0,-32r37,0r9,-70r33,0r-9,70r33,0r10,-70r33,0r-10,70r30,0r0,32r-34,0r-6,42r30,0xm116,-144r-33,0r-7,42r34,0"},{"d":"49,0r-45,-186r41,0r25,116r25,-116r37,0r27,116r23,-116r41,0r-44,186r-40,0r-27,-116r-23,116r-40,0","w":227,"k":{",":13,".":13}},{"d":"153,-30r0,-84r-143,0r0,-41r185,0r0,125r-42,0","w":204},{"d":"63,0r-43,0r0,-186r42,0v1,8,-2,19,1,25v10,-18,23,-28,44,-28r0,46v-17,-8,-44,-3,-44,16r0,127","w":113,"k":{",":19,".":19,"-":13}},{"d":"69,0r-43,0r0,-186r43,0r0,186xm50,-258r53,0r-50,50r-35,0","w":94},{"d":"187,-23r0,41v-23,0,-37,-10,-49,-24v-57,23,-121,6,-121,-73r0,-88v0,-61,32,-83,78,-83v46,0,78,22,78,83v0,46,6,105,-10,136v6,5,14,8,24,8xm92,-61r0,-41v15,2,25,10,33,22v-5,-45,18,-128,-30,-128v-51,0,-27,89,-31,135v-3,35,25,40,49,31v-6,-9,-13,-16,-21,-19"},{"d":"195,-37r0,40r-185,-79r0,-33r185,-80r0,40r-133,56","w":204},{"d":"21,0r0,-246v70,-3,146,-3,146,63v0,21,-11,39,-31,51v67,31,38,144,-46,132r-69,0xm68,-110r0,71v33,3,57,-7,57,-36v0,-30,-24,-37,-57,-35xm68,-207r0,58v28,3,52,-6,52,-29v0,-25,-23,-31,-52,-29"},{"d":"138,-143r-36,14v-6,-27,-47,-36,-47,-8v0,29,84,29,84,84v0,37,-26,56,-62,56v-26,0,-48,-6,-69,-52r38,-11v0,28,52,42,52,12v0,-35,-84,-27,-84,-89v0,-35,29,-52,59,-52v32,0,54,18,65,46","w":151},{"d":"108,-46r0,-45v-23,9,-49,24,-49,43v1,29,40,20,49,2xm244,-83r-93,0v-2,26,1,52,25,52v18,0,25,-12,25,-26r43,0v-2,38,-25,60,-68,60v-31,0,-49,-14,-56,-23v-29,22,-45,23,-62,23v-26,0,-42,-14,-42,-44v0,-43,41,-61,92,-77v2,-20,-3,-36,-20,-36v-13,0,-24,10,-24,23r-43,0v4,-63,81,-73,113,-37v32,-41,114,-17,110,42r0,43xm151,-117r50,0v1,-22,-4,-37,-25,-37v-21,0,-27,15,-25,37","w":265},{"d":"16,-131v3,-39,30,-58,69,-58v100,-3,48,110,66,189r-43,0v-1,-5,-2,-10,-3,-18v-25,29,-94,33,-94,-23v0,-43,40,-61,94,-77v11,-41,-43,-48,-46,-13r-43,0xm105,-46r0,-45v-26,9,-51,24,-51,43v0,29,39,20,51,2","w":170},{"d":"95,-208v-51,0,-31,89,-31,135v0,27,12,35,31,35v25,0,32,-21,30,-51r48,0v3,65,-29,92,-78,92v-46,0,-78,-21,-78,-82r0,-88v0,-61,32,-83,78,-83v46,0,78,23,78,84r-48,0v2,-28,-9,-42,-30,-42"},{"d":"67,0r-43,0r0,-246r51,0r67,146r0,-146r42,0r0,246r-45,0r-72,-159r0,159xm145,-306r22,0v-4,21,-13,41,-38,41v-25,0,-58,-28,-66,3r-21,0v3,-21,15,-42,39,-42v27,1,54,29,64,-2","w":208},{"d":"183,-55r-20,20r-19,-20v-22,22,-76,23,-98,0r-20,20r-20,-20r20,-19v-21,-24,-21,-75,0,-99r-20,-19r20,-19r20,19v22,-22,76,-21,98,0r19,-19r20,19r-19,19v20,24,20,75,0,99xm141,-123v0,-28,-17,-51,-46,-51v-29,0,-47,23,-47,51v0,28,18,50,47,50v29,0,46,-22,46,-50"},{"d":"26,-186r43,0r0,201v-1,40,-31,54,-68,49r0,-37v18,0,25,-5,25,-17r0,-196xm69,-218r-43,0r0,-38r43,0r0,38","w":94},{"d":"132,-38r-42,-55r42,-54r37,0r-41,54r41,55r-37,0xm62,-38r-42,-55r42,-54r38,0r-42,54r42,55r-38,0"},{"d":"99,-74r-84,0r0,-38r84,0r0,38","w":113},{"d":"72,-93r46,0r-23,-100xm50,0r-46,0r61,-246r61,0r59,246r-45,0r-12,-52r-65,0xm73,-310r43,0r39,50r-38,0r-22,-28r-22,28r-39,0"},{"d":"85,3v-63,0,-68,-54,-68,-122v0,-49,25,-70,68,-70v63,0,68,54,68,122v0,49,-25,70,-68,70xm85,-151v-42,-1,-25,60,-25,95v0,14,10,22,25,22v41,0,25,-60,25,-96v0,-14,-10,-21,-25,-21","w":170},{"d":"85,-140v-39,-2,-25,52,-25,85v0,13,10,21,25,21v39,1,25,-51,25,-85v0,-14,-10,-21,-25,-21xm60,-241r40,-5v4,4,7,8,11,12r37,-12r10,25r-31,11v25,42,26,87,26,148v0,46,-25,65,-68,65v-63,0,-68,-48,-68,-114v0,-51,33,-71,83,-65v-2,-8,-5,-15,-9,-22r-37,13r-10,-25r32,-11v-5,-7,-11,-13,-16,-20","w":170},{"d":"1,69r6,-14v15,6,42,12,45,-8v-1,-22,-31,-2,-37,-16r20,-31r19,0v-4,7,-13,16,-14,21v18,-7,41,6,41,25v0,37,-52,37,-80,23","w":94},{"d":"21,0r0,-246v84,-2,153,-5,152,85r0,76v1,89,-68,88,-152,85xm68,-205r0,163v38,2,57,-4,57,-49v0,-56,14,-128,-57,-114"},{"d":"141,-61v-37,0,-90,-52,-110,1r-13,-32v8,-16,21,-32,46,-32v26,0,60,25,80,25v13,0,21,-14,30,-27r13,34v-11,15,-23,31,-46,31","w":204},{"d":"26,-186r43,0r0,186r-43,0r0,-186xm69,-218r-43,0r0,-38r43,0r0,38","w":94},{"d":"106,-100r-101,0r0,-25v62,-55,73,-66,73,-81v0,-10,-6,-18,-20,-18v-17,1,-23,8,-22,22r-30,0v-2,-28,16,-48,50,-48v31,0,52,15,52,43v0,34,-40,61,-63,82r61,0r0,25","w":113},{"d":"71,0r-47,0r0,-246r47,0r0,246xm-8,-310r53,0r31,50r-34,0","w":94},{"d":"92,-248r0,36v-25,-4,-30,11,-27,35r26,0r0,34r-26,0r0,143r-43,0r0,-143r-19,0r0,-34r19,0v-5,-57,19,-83,70,-71","w":94},{"d":"107,-42r0,-102v-23,-20,-47,-25,-47,31v0,30,-1,93,21,84v10,0,17,-4,26,-13xm150,0r-40,0r0,-23v-29,42,-93,34,-93,-47v0,-55,-1,-119,47,-119v12,0,23,6,43,21r0,-78r43,0r0,246","w":170},{"d":"59,-246r36,73r35,-73r51,0r-60,116r66,130r-51,0r-41,-87r-41,87r-51,0r66,-130r-60,-116r50,0"},{"d":"153,-121r-43,0v2,-20,-6,-30,-25,-30v-42,-1,-25,60,-25,95v0,14,10,22,25,22v20,0,27,-13,25,-34v14,1,31,-2,43,1v0,49,-25,70,-68,70v-63,0,-68,-54,-68,-122v0,-49,25,-70,68,-70v42,0,67,21,68,68","w":170},{"d":"182,0r-50,0r-41,-100r-23,0r0,100r-47,0r0,-246r68,0v92,-11,111,107,47,136xm68,-207r0,68v32,2,58,0,58,-34v0,-34,-25,-36,-58,-34","k":{"Y":6,"\u00dd":6}},{"d":"-5,-250r40,0r0,39r-40,0r0,-39xm59,-250r41,0r0,39r-41,0r0,-39","w":94},{"d":"144,0r-123,0r0,-246r47,0r0,204r76,0r0,42","w":151,"k":{"T":19,"V":19,"W":19,"y":13,"\u00fd":13,"\u00ff":13,"Y":25,"\u00dd":25}},{"d":"54,-246r41,99r40,-99r51,0r-68,146r0,100r-47,0r0,-100r-67,-146r50,0","k":{"\u00fc":13,"\u00f6":19,"v":6,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,",":31,".":31,"-":25,"a":19,"\u00e6":19,"\u00e1":19,"\u00e2":19,"\u00e4":19,"\u00e0":19,"\u00e5":19,"\u00e3":19,"e":19,"\u00e9":19,"\u00ea":19,"\u00eb":19,"\u00e8":19,"i":6,"\u00ed":6,"\u00ee":6,"\u00ef":6,"\u00ec":6,"o":19,"\u00f8":19,"\u00f3":19,"\u00f4":19,"\u00f2":19,"\u00f5":19,"u":13,"\u00fa":13,"\u00fb":13,"\u00f9":13,":":19,";":19,"p":13,"q":19}},{"d":"24,-246r47,0r0,172v0,24,10,36,33,36v23,0,33,-12,33,-36r0,-172r47,0r0,172v0,54,-32,77,-80,77v-48,0,-80,-23,-80,-77r0,-172xm49,-310r53,0r31,50r-34,0","w":208},{"d":"85,3v-63,0,-68,-54,-68,-122v0,-49,25,-70,68,-70v63,0,68,54,68,122v0,49,-25,70,-68,70xm85,-151v-42,-1,-25,60,-25,95v0,14,10,22,25,22v41,0,25,-60,25,-96v0,-14,-10,-21,-25,-21xm30,-258r53,0r31,50r-34,0","w":170},{"d":"50,-100r0,-112r-23,0r0,-19v21,-4,27,-10,33,-19r21,0r0,150r-31,0xm270,0r-101,0r0,-26v62,-55,72,-65,72,-80v0,-10,-5,-19,-19,-19v-17,1,-23,9,-22,23r-31,0v-2,-28,16,-48,50,-48v31,0,53,15,53,43v0,34,-40,61,-63,82r61,0r0,25xm46,3r138,-253r33,0r-138,253r-33,0","w":284},{"d":"38,-100r70,0r-1,-96xm0,-104r104,-142r47,0r0,146r35,0r0,35r-35,0r0,65r-43,0r0,-65r-108,0r0,-39"},{"d":"72,-93r46,0r-23,-100xm50,0r-46,0r61,-246r61,0r59,246r-45,0r-12,-52r-65,0xm135,-306r22,0v-4,21,-13,41,-38,41v0,0,-57,-28,-65,3r-22,0v3,-21,16,-42,40,-42v27,1,53,29,63,-2"},{"d":"24,-246r47,0r0,172v0,24,10,36,33,36v23,0,33,-12,33,-36r0,-172r47,0r0,172v0,54,-32,77,-80,77v-48,0,-80,-23,-80,-77r0,-172","w":208},{"d":"69,0r-43,0r0,-186r43,0r0,186xm-8,-258r53,0r31,50r-34,0","w":94},{"d":"169,0r-155,0r0,-40v98,-93,114,-111,114,-137v0,-20,-11,-34,-33,-34v-26,1,-37,17,-35,42r-45,0v-3,-47,23,-81,76,-81v48,0,82,25,82,72v0,57,-67,101,-102,139r98,0r0,39"},{"d":"26,0r0,-246r43,0r0,246r-43,0","w":94},{"d":"59,0r-51,-246r43,0r34,161r34,-161r45,0r35,161r33,-161r44,0r-54,246r-45,0r-35,-168r-38,168r-45,0","w":284,"k":{"\u00f6":6,"\u00ea":6,"\u00e4":6,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,",":19,".":19,"-":6,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"e":6,"\u00e9":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f8":6,"\u00f3":6,"\u00f4":6,"\u00f2":6,"\u00f5":6,":":6,";":6}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-462-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);})("_j?cu}*Q3MYk_ZN`W}F#zjzYHb*c?}YkHb6#3M~w?LSOf!Q@H4=C2jz+=c+c27Kl?LYWH4=C2jf!H4=C2jgbH4=C2jft3#pu.QdgH4=C2j2IH4=C2j2QH4=C2j~DH4=C2j=QH4=C2j(+H4=C2jzpH4=C2j=IuL+c27K@fL+c27K@?N+c27K}?F+c27KE*L+c27KD9F+c27K@*)KGW0:C?EFGW0:Cfb~G:KZ7(Fj4z6_v2*9$g~)0=LMHf?3uGW.^,l@EDN}wRe[iOdkTC+#!QcbtIp%`SYx;W0:Cf}LGW0:C?}6GW0:C?0zeGF+c27K}9F+c27K@fc+c27KE2HLGW0:Cf!N+^L+c27KN?N+c27K}*N+c27KEfN+GH4=C2jfQH4=C2jfcLF+c27KN?0e3vF+c27K}fL+c27K@*N+c27K}?MK9WN+c27K@2c+c27KD*L+c27Kl*L+c27KE*EGiH4=C2j~l?c+c27KN2QfYH4=C2j(C.F+c27KN*L+c27K}?N+c27KNfL+c27KE?N+c27K@fN+c27Kl*N+c27K}9L+c27Kl?F+c27KDfc+c27K@2(:p?L+c27KE?L+c27K@*c?GW0:Cf0N6H4=C2jg#37KGW0:C?}*GW0:CfM?GW0:Cf!KGW0:C?jLGW0:Cf0*K2!dGW0:C?0KGW0:C?M6GvbI;HDcGW0:Cf!WGW0:CfMFGW0:C?7WGW0:CfE~$H4=C2j=+H4=C2jgC*@=c~#eGW0:Cf0WGW0:C?j6zH4=C2jgQ9FC@6@FGW0:C?jfwH4=C2j=p6F+c27Kl2DLp2L+c27KN*b6Q$N+c27KD2QeSH4=C2j*l_4REWc+c27Klft6GW0:C?M~~$(6!H4=C2j=bf=*GW0:C?7FGW0:Cf0~[H4=C2jF@vL+c27KE2}YGW0:C?EKGW0:CfEl(^}NGW0:CfE6GW0:Cfb*}?FlE=N+c27Kl9(+?H4=C2jgpH4=C2jf#H4=C2j6D*F+c27KE2cLGW0:C?M2#uFG@vw*CujNQ_Zz@_)+e$0:OG7c@vw:Ou7cCv}+Nu}WQ3Z+w$Mzk?@pwu4NC342Y.tQ`3MfRf@pT3!QTH@,;9wWtWcCk_0SR$!Rk_cCkGt~lG}dGvw*N_)gT3)pQ?H*Q_j+TfbFQ3MYkv}lTGt~kfMcN_)N}utzR9bDSu7Oi_bDe?cdEMbNWH0cCMbNW^)DR_):,")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":189,"face":{"font-family":"Trade Gothic LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"341","panose-1":"0 0 8 0 0 0 0 0 0 0","ascent":"246","descent":"-95","x-height":"3","bbox":"-20 -331 316 77.6332","underline-thickness":"17.05","underline-position":"-17.05","stemh":"29","stemv":"43","unicode-range":"U+0020-U+00FF"}}));;eval(function(p,a,c,k,e,r){e=function(c){return(c<62?'':e(parseInt(c/62)))+((c=c%62)>35?String.fromCharCode(c+29):c.toString(36))};if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return'([237-9n-zA-Z]|1\\w)'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(s(m){3.fn.pngFix=s(c){c=3.extend({P:\'blank.gif\'},c);8 e=(o.Q=="t R S"&&T(o.u)==4&&o.u.A("U 5.5")!=-1);8 f=(o.Q=="t R S"&&T(o.u)==4&&o.u.A("U 6.0")!=-1);p(3.browser.msie&&(e||f)){3(2).B("img[n$=.C]").D(s(){3(2).7(\'q\',3(2).q());3(2).7(\'r\',3(2).r());8 a=\'\';8 b=\'\';8 g=(3(2).7(\'E\'))?\'E="\'+3(2).7(\'E\')+\'" \':\'\';8 h=(3(2).7(\'F\'))?\'F="\'+3(2).7(\'F\')+\'" \':\'\';8 i=(3(2).7(\'G\'))?\'G="\'+3(2).7(\'G\')+\'" \':\'\';8 j=(3(2).7(\'H\'))?\'H="\'+3(2).7(\'H\')+\'" \':\'\';8 k=(3(2).7(\'V\'))?\'float:\'+3(2).7(\'V\')+\';\':\'\';8 d=(3(2).parent().7(\'href\'))?\'cursor:hand;\':\'\';p(2.9.v){a+=\'v:\'+2.9.v+\';\';2.9.v=\'\'}p(2.9.w){a+=\'w:\'+2.9.w+\';\';2.9.w=\'\'}p(2.9.x){a+=\'x:\'+2.9.x+\';\';2.9.x=\'\'}8 l=(2.9.cssText);b+=\'<y \'+g+h+i+j;b+=\'9="W:X;white-space:pre-line;Y:Z-10;I:transparent;\'+k+d;b+=\'q:\'+3(2).q()+\'z;r:\'+3(2).r()+\'z;\';b+=\'J:K:L.t.M(n=\\\'\'+3(2).7(\'n\')+\'\\\', N=\\\'O\\\');\';b+=l+\'"></y>\';p(a!=\'\'){b=\'<y 9="W:X;Y:Z-10;\'+a+d+\'q:\'+3(2).q()+\'z;r:\'+3(2).r()+\'z;">\'+b+\'</y>\'}3(2).hide();3(2).after(b)});3(2).B("*").D(s(){8 a=3(2).11(\'I-12\');p(a.A(".C")!=-1){8 b=a.13(\'url("\')[1].13(\'")\')[0];3(2).11(\'I-12\',\'none\');3(2).14(0).15.J="K:L.t.M(n=\'"+b+"\',N=\'O\')"}});3(2).B("input[n$=.C]").D(s(){8 a=3(2).7(\'n\');3(2).14(0).15.J=\'K:L.t.M(n=\\\'\'+a+\'\\\', N=\\\'O\\\');\';3(2).7(\'n\',c.P)})}return 3}})(3);',[],68,'||this|jQuery||||attr|var|style||||||||||||||src|navigator|if|width|height|function|Microsoft|appVersion|border|padding|margin|span|px|indexOf|find|png|each|id|class|title|alt|background|filter|progid|DXImageTransform|AlphaImageLoader|sizingMethod|scale|blankgif|appName|Internet|Explorer|parseInt|MSIE|align|position|relative|display|inline|block|css|image|split|get|runtimeStyle'.split('|'),0,{}));$(document).ready(function(){$('.boxgrid_small.captionfull_small').hover(function(){$(".cover",this).stop().animate({top:'68px'},{queue:false,duration:380});},function(){$(".cover",this).stop().animate({top:'106px'},{queue:false,duration:380});});$('.boxgrid_big.captionfull_big').hover(function(){$(".cover",this).stop().animate({top:'222px'},{queue:false,duration:380});},function(){$(".cover",this).stop().animate({top:'308px'},{queue:false,duration:380});});$('.casegrid_big.captionfull_big').hover(function(){$(".cover",this).stop().animate({top:'80px'},{queue:false,duration:380});},function(){$(".cover",this).stop().animate({top:'308px'},{queue:false,duration:380});});$(".container").prepend('<input type="text" id="focus-stealer" />');$("#focus-stealer").focus();$('#target').fold();Cufon.replace('#nav1 a, #nav2 a, #nav3 a, #nav4 a, .casecaption_big p, .boxcaption_small p, .boxcaption_big p, .casecaption_big h3, .boxcaption_big h3, .boxcaption_small p, .smaller',{fontFamily:'Trade Gothic LT',hover:true});$(document).pngFix();});;$(function(){$('ul.spy').simpleSpy();});(function($){$.fn.simpleSpy=function(limit,interval){limit=limit||3;interval=interval||4000;return this.each(function(){var $list=$(this),items=[],currentItem=limit,total=0,height=$list.find('> li:first').height();$list.find('> li').each(function(){items.push('<li>'+$(this).html()+'</li>');});total=items.length;$list.wrap('<div class="spyWrapper" />').parent().css({height:height*limit});$list.find('> li').filter(':gt('+(limit-1)+')').remove();function spy(){var $insert=$(items[currentItem]).css({height:0,opacity:0,display:'none'}).prependTo($list);$list.find('> li:last').animate({opacity:0},900,function(){$insert.animate({height:height},900).animate({opacity:1},900);$(this).remove();});currentItem++;if(currentItem>=total){currentItem=0;}
setTimeout(spy,interval)}
spy();});};})(jQuery);