var Cufon=(function(){var o=function(){return o.replace.apply(null,arguments)};var d=o.DOM={ready:(function(){var A=false,C={loaded:1,complete:1};var B=[],D=function(){if(A){return}A=true;for(var E;E=B.shift();E()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){C[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(E){setTimeout(arguments.callee,1)}})()}k(window,"load",D);return function(E){if(!arguments.length){D()}else{A?E():B.push(E)}}})()};var n=o.CSS={Size:function(A,B){this.value=parseFloat(A);this.unit=String(A).match(/[a-z%]*$/)[0]||"px";this.convert=function(C){return C/B*this.value};this.convertFrom=function(C){return C/this.value*B};this.toString=function(){return this.value+this.unit}},color:r(function(A){var B={};B.color=A.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(D,E,C){B.opacity=parseFloat(C);return"rgb("+E+")"});return B}),getStyle:function(A){var B=document.defaultView;if(B&&B.getComputedStyle){return new z(B.getComputedStyle(A,null))}if(A.currentStyle){return new z(A.currentStyle)}return new z(A.style)},gradient:r(function(D){var C={id:D,type:D.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},A=D.substr(D.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=A.length,F;E<B;++E){F=A[E].split("=",2).reverse();C.stops.push([F[1]||E/(B-1),F[0]])}return C}),quotedList:r(function(C){var D=[],A=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=A.exec(C)){D.push(B[3]||B[1])}return D}),recognizesMedia:r(function(C){var E=document.createElement("style"),F,A,B;E.type="text/css";E.media=C;try{E.appendChild(document.createTextNode("/**/"))}catch(D){}A=u("head")[0];A.insertBefore(E,A.firstChild);F=(E.sheet||E.styleSheet);B=F&&!F.disabled;A.removeChild(E);return B}),supports:function(C,A){var B=document.createElement("span").style;if(B[C]===undefined){return false}B[C]=A;return B[C]===A},textAlign:function(C,D,B,A){if(D.get("textAlign")=="right"){if(B>0){C=" "+C}}else{if(B<A-1){C+=" "}}return C},textDecoration:function(C,D){if(!D){D=this.getStyle(C)}var A={underline:null,overline:null,"line-through":null};for(var B=C;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var F in A){if(!q(A,F)||A[F]){continue}if(D.get("textDecoration").indexOf(F)!=-1){A[F]=D.get("color")}E=false}if(E){break}D=this.getStyle(B=B.parentNode)}return A},textShadow:r(function(D){if(D=="none"){return null}var E=[],C={},B,A=0;var F=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=F.exec(D)){if(B[0]==","){E.push(C);C={},A=0}else{if(B[1]){C.color=B[1]}else{C[["offX","offY","blur"][A++]]=B[2]}}}E.push(C);return E}),textTransform:function(A,B){return A[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[B.get("textTransform")]||"toString"]()},whiteSpace:(function(){var A={inline:1,"inline-block":1,"run-in":1};return function(C,B,D){if(A[B.get("display")]){return C}if(!D.previousSibling){C=C.replace(/^\s+/,"")}if(!D.nextSibling){C=C.replace(/\s+$/,"")}return C}})()};n.ready=(function(){var I=!n.recognizesMedia("all"),F=false;var G=[],C=function(){I=true;for(var J;J=G.shift();J()){}};var B=u("link"),A=u("style");function H(J){return J.disabled||D(J.sheet,J.media||"screen")}function D(J,N){if(!n.recognizesMedia(N||"all")){return true}if(!J||J.disabled){return false}var M=J.cssRules,O;if(M){search:for(var K=0,L=M.length;O=M[K],K<L;++K){switch(O.type){case 2:break;case 3:if(!D(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}return true}function E(){if(document.createStyleSheet){return true}var J,K;for(K=0;J=B[K];++K){if(J.rel.toLowerCase()=="stylesheet"&&!H(J)){return false}}for(K=0;J=A[K];++K){if(!H(J)){return false}}return true}d.ready(function(){if(!F){F=n.getStyle(document.body).isUsable()}if(I||(F&&E())){C()}else{setTimeout(arguments.callee,10)}});return function(J){if(I){J()}else{G.push(J)}}})();function i(A){var B=this.face=A.face;this.glyphs=A.glyphs;this.w=A.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var C=B.bbox.split(/\s+/);var D={minX:parseInt(C[0],10),minY:parseInt(C[1],10),maxX:parseInt(C[2],10),maxY:parseInt(C[3],10)};D.width=D.maxX-D.minX,D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function v(){var A={},B={oblique:"italic",italic:"oblique"};this.add=function(C){(A[C.style]||(A[C.style]={}))[C.weight]=C};this.get=function(F,E){var G=A[F]||A[B[F]]||A.normal||A.italic||A.oblique;if(!G){return null}E={normal:400,bold:700}[E]||parseInt(E,10);if(G[E]){return G[E]}var I={1:1,99:0}[E%100],C=[],H,J;if(I===undefined){I=E>400}if(E==500){E=400}for(var D in G){if(!q(G,D)){continue}D=parseInt(D,10);if(!H||D<H){H=D}if(!J||D>J){J=D}C.push(D)}if(E<H){E=H}if(E>J){E=J}C.sort(function(K,L){return(I?(K>E&&L>E)?K<L:K>L:(K<E&&L<E)?K>L:K<L)?-1:1});return G[C[0]]}}function j(){function D(F,E){if(F.contains){return F.contains(E)}return F.compareDocumentPosition(E)&16}function B(E){var F=E.relatedTarget;if(!F||D(this,F)){return}A(this)}function C(E){A(this)}function A(E){setTimeout(function(){o.replace(E,w.get(E).options,true)},10)}this.attach=function(E){if(E.onmouseenter===undefined){k(E,"mouseover",B);k(E,"mouseout",B)}else{k(E,"mouseenter",C);k(E,"mouseleave",C)}}}function g(){var A=[],C={};function B(D){var G=[],E;for(var F=0;E=D[F];++F){G[F]=A[C[E]]}return G}this.add=function(D,E){C[D]=A.push(E)-1};this.repeat=function(){var F=arguments.length?B(arguments):A,E;for(var D=0;E=F[D++];){o.replace(E[0],E[1],true)}}}function a(){var C={},B=0;function A(D){return D.cufid||(D.cufid=++B)}this.get=function(E){var D=A(E);return C[D]||(C[D]={})}}function z(B){var C={},A={};this.extend=function(E){for(var D in E){if(q(E,D)){C[D]=E[D]}}return this};this.get=function(D){return C[D]!=undefined?C[D]:B[D]};this.getSize=function(D,E){return A[D]||(A[D]=new n.Size(this.get(D),E))};this.isUsable=function(){return !!B}}function k(A,B,C){if(A.addEventListener){A.addEventListener(B,C,false)}else{if(A.attachEvent){A.attachEvent("on"+B,function(){return C.call(A,window.event)})}}}function f(A,B){var C=w.get(A);if(C.options){return A}if(B.hover&&B.hoverables[A.nodeName.toLowerCase()]){y.attach(A)}C.options=B;return A}function r(B){var A={};return function(C){if(!q(A,C)){A[C]=B.apply(null,arguments)}return A[C]}}function x(C,D){if(!D){D=n.getStyle(C)}var A=n.quotedList(D.get("fontFamily").toLowerCase()),E;for(var F=0,B=A.length;F<B;++F){E=A[F];if(s[E]){return s[E].get(D.get("fontStyle"),D.get("fontWeight"))}}return null}function u(A){return document.getElementsByTagName(A)}function q(A,B){return A.hasOwnProperty(B)}function t(){var B={},E,C;for(var D=0,A=arguments.length;E=arguments[D],D<A;++D){for(C in E){if(q(E,C)){B[C]=E[C]}}}return B}function m(J,B,L,A,I,K){var C=A.separate;if(C=="none"){return b[A.engine].apply(null,arguments)}var D=document.createDocumentFragment(),G;var F=B.split(l[C]),M=(C=="words");if(M&&h){if(/^\s/.test(B)){F.unshift("")}if(/\s$/.test(B)){F.push("")}}for(var E=0,H=F.length;E<H;++E){G=b[A.engine](J,M?n.textAlign(F[E],L,E,H):F[E],L,A,I,K,E<H-1);if(G){D.appendChild(G)}}return D}function p(I,A){var H,J,G,D,E,B;for(G=f(I,A).firstChild;G;G=E){D=G.nodeType;E=G.nextSibling;B=false;if(D==1){if(!G.firstChild){continue}if(!/cufon/.test(G.className)){arguments.callee(G,A);continue}else{B=true}}else{if(D!=3){continue}}if(!J){J=n.getStyle(I).extend(A)}if(!H){H=x(I,J)}if(!H){continue}if(B){b[A.engine](H,null,J,A,G,I);continue}var C=n.whiteSpace(G.data,J,G);if(C===""){continue}var F=m(H,C,J,A,G,I);if(F){G.parentNode.replaceChild(F,G)}else{G.parentNode.removeChild(G)}}}var h=" ".split(/\s+/).length==0;var w=new a();var y=new j();var c=new g();var b={},s={},e={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(A){return jQuery(A)})||(window.dojo&&dojo.query)||(window.$$&&function(A){return $$(A)})||(window.$&&function(A){return $(A)})||(document.querySelectorAll&&function(A){return document.querySelectorAll(A)})||u),separate:"words",textShadow:"none"};var l={words:/[^\S\u00a0]+/,characters:""};o.now=function(){d.ready();return o};o.refresh=function(){c.repeat.apply(c,arguments);return o};o.registerEngine=function(A,B){if(!B){return o}b[A]=B;return o.set("engine",A)};o.registerFont=function(C){var B=new i(C),A=B.family;if(!s[A]){s[A]=new v()}s[A].add(B);return o.set("fontFamily",'"'+A+'"')};o.replace=function(C,A,B){A=t(e,A);if(!A.engine){return o}if(typeof A.textShadow=="string"){A.textShadow=n.textShadow(A.textShadow)}if(typeof A.color=="string"&&/^-/.test(A.color)){A.textGradient=n.gradient(A.color)}if(!B){c.add(C,arguments)}if(C.nodeType||typeof C=="string"){C=[C]}n.ready(function(){for(var E=0,F=C.length;E<F;++E){var D=C[E];if(typeof D=="string"){o.replace(A.selector(D),A,true)}else{p(D,A)}}});return o};o.set=function(B,A){e[B]=A;return o};return o})();Cufon.registerEngine("canvas",(function(){var f=document.createElement("canvas");if(!f||!f.getContext||!f.getContext.apply){return}f=null;var a=Cufon.CSS.supports("display","inline-block");var c=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var b=document.createElement("style");b.type="text/css";b.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(c?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(b);function d(g,n){var i=0,j=0;var o=[],h=/([mrvxe])([^a-z]*)/g,l;generate:for(var m=0;l=h.exec(g);++m){var k=l[2].split(",");switch(l[1]){case"v":o[m]={m:"bezierCurveTo",a:[i+~~k[0],j+~~k[1],i+~~k[2],j+~~k[3],i+=~~k[4],j+=~~k[5]]};break;case"r":o[m]={m:"lineTo",a:[i+=~~k[0],j+=~~k[1]]};break;case"m":o[m]={m:"moveTo",a:[i=~~k[0],j=~~k[1]]};break;case"x":o[m]={m:"closePath"};break;case"e":break generate}n[o[m].m].apply(n,o[m].a)}return o}function e(g,h){for(var i=0,j=g.length;i<j;++i){var k=g[i];h[k.m].apply(h,k.a)}}return function(A,l,au,F,aG,y){var an=(l===null);if(an){l=aG.alt}var aI=A.viewBox;var al=au.getSize("fontSize",A.baseSize);var aw=au.get("letterSpacing");aw=(aw=="normal")?0:al.convertFrom(parseInt(aw,10));var aH=0,av=0,ax=0,B=0;var aJ=F.textShadow,az=[];if(aJ){for(var C=aJ.length;C--;){var aD=aJ[C];var aA=al.convertFrom(parseFloat(aD.offX));var aB=al.convertFrom(parseFloat(aD.offY));az[C]=[aA,aB];if(aB<aH){aH=aB}if(aA>av){av=aA}if(aB>ax){ax=aB}if(aA<B){B=aA}}}var i=Cufon.CSS.textTransform(l,au).split(""),ac;var am=A.glyphs,D,aj,ar;var ap=0,ag,aE=[];for(var C=0,aa=0,at=i.length;C<at;++C){D=am[ac=i[C]]||A.missingGlyph;if(!D){continue}if(aj){ap-=ar=aj[ac]||0;aE[aa-1]-=ar}ap+=ag=aE[aa++]=~~(D.w||A.w)+aw;aj=D.k}if(ag===undefined){return null}av+=aI.width-ag;B+=aI.minX;var ab,ak;if(an){ab=aG;ak=aG.firstChild}else{ab=document.createElement("span");ab.className="cufon cufon-canvas";ab.alt=l;ak=document.createElement("canvas");ab.appendChild(ak);if(F.printable){var aq=document.createElement("span");aq.className="cufon-alt";aq.appendChild(document.createTextNode(l));ab.appendChild(aq)}}var g=ab.style;var aC=ak.style;var ao=al.convert(aI.height);var j=Math.ceil(ao);var ay=j/ao;ak.width=Math.ceil(al.convert(ap*ay+av-B));ak.height=Math.ceil(al.convert(aI.height-aH+ax));aH+=aI.minY;aC.top=Math.round(al.convert(aH-A.ascent))+"px";aC.left=Math.round(al.convert(B))+"px";var ad=Math.ceil(al.convert(ap*ay))+"px";if(a){g.width=ad;g.height=al.convert(A.height)+"px"}else{g.paddingLeft=ad;g.paddingBottom=(al.convert(A.height)-1)+"px"}var k=ak.getContext("2d"),aF=ao/aI.height;k.scale(aF,aF*ay);k.translate(-B,-aH);k.lineWidth=A.face["underline-thickness"];k.save();function ai(h,m){k.strokeStyle=m;k.beginPath();k.moveTo(0,h);k.lineTo(ap,h);k.stroke()}var ah=F.enableTextDecoration?Cufon.CSS.textDecoration(y,au):{};if(ah.underline){ai(-A.face["underline-position"],ah.underline)}if(ah.overline){ai(A.ascent,ah.overline)}function E(){k.scale(ay,1);for(var h=0,m=0,n=i.length;h<n;++h){var o=am[i[h]]||A.missingGlyph;if(!o){continue}if(o.d){k.beginPath();if(o.code){e(o.code,k)}else{o.code=d("m"+o.d,k)}k.fill()}k.translate(aE[m++],0)}k.restore()}if(aJ){for(var C=aJ.length;C--;){var aD=aJ[C];k.save();k.fillStyle=aD.color;k.translate.apply(k,az[C]);E()}}var ae=F.textGradient;if(ae){var x=ae.stops,af=k.createLinearGradient(0,aI.minY,0,aI.maxY);for(var C=0,at=x.length;C<at;++C){af.addColorStop.apply(af,x[C])}k.fillStyle=af}else{k.fillStyle=au.get("color")}E();if(ah["line-through"]){ai(-A.descent,ah["line-through"])}return ab}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var e=document.createElement("cvml:shape");e.style.behavior="url(#default#VML)";if(!e.coordsize){return}e=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:middle;}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>').replace(/;/g,"!important;"));function d(g,f){return a(g,/(?:em|ex|%)$/i.test(f)?"1em":f)}function a(g,f){if(/px$/i.test(f)){return parseFloat(f)}var h=g.style.left,i=g.runtimeStyle.left;g.runtimeStyle.left=g.currentStyle.left;g.style.left=f;var j=g.style.pixelLeft;g.style.left=h;g.runtimeStyle.left=i;return j}var b={};function c(g){var f=g.id;if(!b[f]){var i=g.stops,h=document.createElement("cvml:fill"),l=[];h.type="gradient";h.angle=180;h.focus="0";h.method="sigma";h.color=i[0][1];for(var j=1,k=i.length-1;j<k;++j){l.push(i[j][0]*100+"% "+i[j][1])}h.colors=l.join(",");h.color2=i[k][1];b[f]=h}return b[f]}return function(ab,aP,az,B,aL,aa,aB){var aq=(aP===null);if(aq){aP=aL.alt}var aN=ab.viewBox;var ao=az.computedFontSize||(az.computedFontSize=new Cufon.CSS.Size(d(aa,az.get("fontSize"))+"px",ab.baseSize));var aC=az.computedLSpacing;if(aC==undefined){aC=az.get("letterSpacing");az.computedLSpacing=aC=(aC=="normal")?0:~~ao.convertFrom(a(aa,aC))}var ac,an;if(aq){ac=aL;an=aL.firstChild}else{ac=document.createElement("span");ac.className="cufon cufon-vml";ac.alt=aP;an=document.createElement("span");an.className="cufon-vml-canvas";ac.appendChild(an);if(B.printable){var aw=document.createElement("span");aw.className="cufon-alt";aw.appendChild(document.createTextNode(aP));ac.appendChild(aw)}if(!aB){ac.appendChild(document.createElement("cvml:shape"))}}var i=ac.style;var aH=an.style;var at=ao.convert(aN.height),A=Math.ceil(at);var aD=A/at;var aE=aN.minX,aF=aN.minY;aH.height=A;aH.top=Math.round(ao.convert(aF-ab.ascent));aH.left=Math.round(ao.convert(aE));i.height=ao.convert(ab.height)+"px";var aj=B.enableTextDecoration?Cufon.CSS.textDecoration(aa,az):{};var aQ=az.get("color");var j=Cufon.CSS.textTransform(aP,az).split(""),ae;var ap=ab.glyphs,l,am,ax;var au=0,aK=[],aG=0,ai;var ag,aO=B.textShadow;for(var ad=0,av=0,ay=j.length;ad<ay;++ad){l=ap[ae=j[ad]]||ab.missingGlyph;if(!l){continue}if(am){au-=ax=am[ae]||0;aK[av-1]-=ax}au+=ai=aK[av++]=~~(l.w||ab.w)+aC;am=l.k}if(ai===undefined){return null}var af=-aE+au+(aN.width-ai);var k=ao.convert(af*aD),aA=Math.round(k);var aI=af+","+aN.height,ar;var aM="r"+aI+"ns";var ah=B.textGradient&&c(B.textGradient);for(ad=0,av=0;ad<ay;++ad){l=ap[j[ad]]||ab.missingGlyph;if(!l){continue}if(aq){ag=an.childNodes[av];while(ag.firstChild){ag.removeChild(ag.firstChild)}}else{ag=document.createElement("cvml:shape");an.appendChild(ag)}ag.stroked="f";ag.coordsize=aI;ag.coordorigin=ar=(aE-aG)+","+aF;ag.path=(l.d?"m"+l.d+"xe":"")+"m"+ar+aM;ag.fillcolor=aQ;if(ah){ag.appendChild(ah.cloneNode(false))}var D=ag.style;D.width=aA;D.height=A;if(aO){var ak=aO[0],al=aO[1];var C=Cufon.CSS.color(ak.color),E;var aJ=document.createElement("cvml:shadow");aJ.on="t";aJ.color=C.color;aJ.offset=ak.offX+","+ak.offY;if(al){E=Cufon.CSS.color(al.color);aJ.type="double";aJ.color2=E.color;aJ.offset2=al.offX+","+al.offY}aJ.opacity=C.opacity||(E&&E.opacity)||1;ag.appendChild(aJ)}aG+=aK[av++]}i.width=Math.max(Math.ceil(ao.convert(au*aD)),0);return ac}})());Cufon.registerFont({w:540,face:{"font-family":"PTF NORDIC Std","font-weight":400,"font-stretch":"normal","units-per-em":"1024","panose-1":"2 11 6 0 0 0 0 0 0 0",ascent:"819",descent:"-205","x-height":"7","cap-height":"1",bbox:"23.0629 -822 837 134","underline-thickness":"48","underline-position":"-72","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:512},"!":{d:"184,-219r-134,0r0,-530r134,0r0,530xm184,1r-134,0r0,-134r134,0r0,134",w:234},'"':{d:"181,-616r-131,133r0,-266r131,0r0,133xm383,-616r-133,133r0,-266r133,0r0,133",w:433},"#":{d:"837,-559r-57,145r-117,0r-34,83r114,0r-59,145r-117,0r-77,185r-158,0r79,-185r-91,0r-77,185r-158,0r78,-185r-113,0r60,-145r115,0r34,-83r-114,0r61,-145r114,0r80,-190r157,0r-79,190r89,0r78,-190r160,0r-80,190r112,0xm472,-331r33,-83r-88,0r-35,83r90,0",w:887},"$":{d:"222,-5v-66,-19,-120,-59,-172,-93v20,-39,42,-79,67,-119v53,37,110,66,172,89v53,-5,83,-34,88,-89v-3,-25,-15,-48,-39,-61v-73,-40,-147,-77,-217,-121v-42,-27,-58,-71,-58,-131v0,-107,58,-179,159,-216r0,-76r137,0r0,77v61,24,121,53,178,88r-71,119v-57,-30,-116,-57,-177,-80v-85,0,-119,112,-47,149v72,37,146,76,216,121v41,26,57,71,57,130v0,106,-57,177,-156,214r0,69r-137,0r0,-70",w:587},"%":{d:"679,-749r-384,745r-153,0r383,-745r154,0xm172,-418v-92,-17,-165,-160,-89,-259v35,-46,92,-78,173,-61v100,21,163,166,89,260v-36,45,-93,75,-173,60xm217,-507v71,0,82,-112,26,-137v-44,-20,-98,12,-92,54v-6,54,19,83,66,83xm475,-70v-43,-56,-42,-141,1,-197v35,-45,93,-76,173,-60v99,20,162,165,89,257v-36,46,-93,79,-173,61v-38,-8,-67,-30,-90,-61xm621,-238v-57,-8,-83,29,-76,89v4,31,28,54,65,52v44,-2,63,-35,59,-85v-3,-29,-20,-52,-48,-56",w:821},"&":{d:"454,-672v91,115,13,303,-113,324r51,65r0,-59r133,0v-2,74,7,148,-15,205v39,49,81,98,126,145r-159,0v-12,-15,-24,-32,-36,-50v-52,40,-131,65,-216,44v-100,-25,-176,-107,-175,-225v0,-83,41,-159,99,-193v-34,-38,-60,-82,-62,-133v-4,-100,67,-175,150,-198v94,-26,175,21,217,75xm287,-638v-53,0,-82,39,-81,85v1,38,25,72,48,96v73,0,124,-27,114,-110v-5,-40,-34,-72,-81,-71xm177,-238v0,87,27,139,113,135v31,-1,66,-6,79,-30v-51,-63,-101,-127,-149,-192v-29,21,-43,50,-43,87",w:686},"'":{d:"178,-620r-128,129r0,-258r128,0r0,129",w:228},"(":{d:"306,-749v-151,219,-153,533,0,750r-142,0v-148,-218,-150,-532,0,-750r142,0",w:356},")":{d:"50,1v151,-216,151,-532,0,-750r140,0v151,219,151,533,0,750r-140,0",w:355},"*":{d:"416,-331r-55,95r-73,-43r0,86r-110,0r0,-86r-74,43r-54,-94r74,-43r-74,-43r55,-95r73,43r0,-86r110,0r0,86r73,-43r58,94r-77,44",w:469},"+":{d:"511,-443r0,139r-161,0r0,160r-140,0r0,-160r-160,0r0,-139r160,0r0,-160r140,0r0,160r161,0",w:561},",":{d:"187,-3r-137,137r0,-275r137,0r0,138",w:237},"-":{d:"497,-305r-447,0r0,-133r447,0r0,133",w:547},".":{d:"184,-1r-134,0r0,-134r134,0r0,134",w:234},"/":{d:"453,-749r-245,748r-158,0r247,-748r156,0",w:503},"0":{d:"270,-758v134,14,221,87,221,222r0,325v-13,134,-87,218,-221,218v-135,0,-220,-84,-220,-218r0,-325v12,-134,85,-208,220,-222xm356,-210r0,-320v-5,-53,-34,-82,-86,-87v-53,6,-86,35,-86,87r0,320v5,52,34,85,86,85v52,0,86,-33,86,-85",w:541},"1":{d:"340,-1r-133,0r0,-574r-157,95r0,-156r189,-120r103,0",w:417},"2":{d:"493,-135r0,135r-437,0r0,-105v102,-129,201,-262,296,-398v6,-72,-26,-113,-84,-113v-81,0,-89,76,-83,165r-135,0v-12,-187,56,-306,218,-306v135,0,220,87,220,221v0,19,-2,37,-4,54r-243,347r252,0",w:543},"3":{d:"281,-448v44,-13,88,-62,63,-119v-18,-41,-54,-60,-97,-51v-63,13,-72,68,-67,145r-130,0v-5,-112,12,-180,85,-236v69,-54,145,-60,224,-23v130,61,169,252,63,365v99,102,73,272,-37,342v-72,46,-150,48,-225,6v-91,-51,-118,-122,-110,-246r131,0v-8,80,15,139,79,139v46,0,75,-23,88,-68v1,-49,-21,-82,-67,-97r-82,0r0,-157r82,0",w:542},"4":{d:"506,-121r-68,0r0,130r-138,0r0,-130r-250,0r0,-114r156,-522r154,0r-144,500r84,0r0,-132r138,0r0,132r68,0r0,136",w:556},"5":{d:"189,-269v-7,79,16,139,81,139v46,0,83,-25,87,-81v7,-97,-6,-168,-103,-168r-204,0r0,-370r434,0r0,138r-300,0r0,114v95,-1,188,-1,241,43v60,49,68,147,68,258v0,139,-174,264,-325,179v-90,-51,-120,-125,-113,-252r134,0",w:546},"6":{d:"344,-4v-158,45,-293,-52,-293,-208r0,-338v-3,-136,173,-268,323,-179v89,53,124,124,117,251r-138,0r-1,-67v-9,-42,-35,-72,-79,-72v-58,0,-87,39,-87,105r0,96v167,-63,338,70,298,255v-15,69,-73,138,-140,157xm186,-235v-8,74,20,116,83,120v85,5,110,-116,60,-171v-26,-29,-74,-29,-111,-11v-20,15,-29,36,-32,62",w:541},"7":{d:"485,-749r0,101r-242,647r-158,0r224,-613r-259,0r0,-135r435,0",w:535},"8":{d:"269,-759v134,15,219,88,219,223v0,65,-23,123,-62,172v40,43,62,94,62,153v0,134,-86,219,-219,219v-135,0,-219,-85,-219,-219v0,-59,20,-110,61,-153v-41,-50,-65,-107,-61,-173v7,-133,84,-207,219,-222xm269,-622v-49,9,-79,37,-79,85v0,49,30,78,79,85v49,-7,78,-35,78,-85v0,-49,-31,-77,-78,-85xm190,-211v0,49,30,77,79,84v47,-7,78,-35,78,-84v0,-49,-29,-78,-78,-85v-49,8,-79,36,-79,85",w:538},"9":{d:"51,-530v2,-135,88,-217,219,-227v63,10,119,28,155,68v35,39,56,84,61,137v8,0,4,12,4,22r0,335v-5,135,-175,263,-326,177v-89,-51,-120,-124,-113,-250r133,0v-6,79,13,139,80,139v56,0,89,-35,89,-103r0,-95v-155,58,-304,-52,-302,-203xm270,-436v90,0,105,-117,59,-173v-55,-44,-158,-12,-144,70v-6,64,27,103,85,103"},":":{d:"185,-432r-135,0r0,-136r135,0r0,136xm185,-174r-135,0r0,-135r135,0r0,135",w:235},";":{d:"180,-432r-130,0r0,-136r130,0r0,136xm180,-179r-130,132r0,-264r130,0r0,132",w:230},"<":{d:"50,-315r0,-119r435,-274r0,161r-275,171r275,169r0,160",w:535},"=":{d:"50,-555r439,0r0,138r-439,0r0,-138xm50,-345r439,0r0,137r-439,0r0,-137",w:539},">":{d:"484,-438r0,120r-437,272r0,-161r277,-171r-275,-170r0,-160",w:538},"?":{d:"279,-757v144,10,220,88,233,229v-8,52,-20,94,-58,122v-46,34,-118,49,-131,112r0,100r-133,0v0,-94,-7,-184,57,-228v45,-31,128,-47,128,-113v0,-45,-38,-83,-87,-85v-59,23,-117,50,-173,80r-65,-116v73,-41,135,-85,229,-101xm190,-133r134,0r0,133r-134,0r0,-133",w:562},"@":{d:"185,-135r460,0r0,135r-595,0r0,-749r593,0r0,553r-370,0r0,-359r236,0r0,-58r-324,0r0,478xm509,-332r0,-88r-100,0r0,88r100,0",w:695},A:{d:"272,-757v135,14,223,88,223,223r0,543r-136,0r0,-240r-173,0r0,240r-136,0r0,-543v13,-135,87,-209,222,-223xm359,-366r0,-162v-5,-53,-34,-82,-87,-87v-53,5,-86,34,-86,87r0,162r173,0",w:545},B:{d:"488,-528v0,60,-22,112,-63,157v41,43,63,93,63,152v0,135,-87,220,-221,220r-217,0r0,-750r217,0v134,13,221,86,221,221xm185,-134v88,5,162,-4,162,-85v0,-79,-73,-92,-162,-85r0,170xm185,-439v90,7,162,-8,162,-89v0,-79,-73,-91,-162,-85r0,174",w:538},C:{d:"490,-450r-136,0v6,-89,-5,-165,-85,-165v-53,0,-86,33,-86,85r0,321v5,52,34,83,86,83v51,0,85,-31,85,-83r0,-85r136,0v12,187,-62,303,-221,303v-135,0,-219,-84,-219,-218r0,-326v11,-135,83,-222,219,-222v161,0,234,118,221,307"},D:{d:"485,-527r0,310v-14,133,-87,217,-221,217r-214,0r0,-750r214,0v133,15,221,88,221,223xm343,-217r0,-312v-4,-78,-74,-88,-161,-82r0,479v88,6,161,-5,161,-85",w:535},E:{d:"486,-613r-303,0r0,176r213,0r0,134r-213,0r0,170r303,0r0,134r-436,0r0,-751r436,0r0,137",w:536},F:{d:"487,-749r0,137r-302,0r0,172r213,0r0,135r-213,0r0,306r-135,0r0,-750r437,0",w:512},G:{d:"354,-450v5,-89,-3,-166,-84,-166v-53,0,-85,33,-85,85r0,322v4,52,32,84,85,84v60,0,90,-33,88,-97r-88,0r0,-134r221,0r0,146v-15,134,-88,219,-221,219v-135,0,-220,-84,-220,-219r0,-325v11,-135,84,-222,220,-222v161,0,234,118,221,307r-137,0",w:541},H:{d:"355,-749r135,0r0,749r-135,0r0,-304r-171,0r0,304r-134,0r0,-749r134,0r0,310r171,0r0,-310"},I:{d:"210,-749r0,750r-135,0r0,-750r135,0",w:285},J:{d:"465,-749r0,539v-13,134,-86,219,-220,219v-163,0,-235,-121,-220,-313r135,0r0,100v7,49,35,79,85,79v51,0,86,-32,86,-84r0,-540r134,0",w:515},K:{d:"300,-374r81,142r127,232r-157,0r-167,-298r0,298r-134,0r0,-749r134,0r0,299r167,-298r160,0",w:561},L:{d:"488,-1r-438,0r0,-748r135,0r0,613r303,0r0,135",w:538},M:{d:"578,-749r1,750r-136,0r0,-475r-129,216r-130,-217r0,476r-134,0r0,-750r115,0r149,237r150,-237r114,0",w:629},N:{d:"490,0r-145,0r-161,-387r0,387r-134,0r0,-749r141,0r164,394r0,-393r135,0r0,748"},O:{d:"269,-758v134,13,221,86,221,221r0,326v-14,133,-87,218,-221,218v-134,0,-219,-85,-219,-218r0,-326v11,-134,84,-208,219,-221xm355,-210r0,-323v-5,-52,-34,-85,-86,-85v-52,0,-85,33,-85,85r0,323v5,52,33,83,85,83v52,0,86,-31,86,-83"},P:{d:"263,-749v135,13,209,87,222,222v-16,159,-114,233,-299,221r0,307r-136,0r0,-750r213,0xm186,-441v87,6,158,-7,158,-86v0,-78,-71,-91,-158,-85r0,171",w:510},Q:{d:"270,-757v133,13,220,87,220,222r0,325v-4,40,-11,76,-29,103r-107,-106r0,-318v-5,-52,-33,-85,-84,-85v-53,0,-86,33,-86,85r0,340r178,178v-29,15,-60,22,-92,22v-135,0,-220,-84,-220,-219r0,-325v11,-135,85,-209,220,-222"},R:{d:"484,-525v0,59,-21,113,-63,154v87,75,49,227,57,372r-135,0r0,-221v-4,-77,-71,-90,-158,-84r0,305r-135,0r0,-750r213,0v135,14,221,88,221,224xm185,-439v87,6,158,-7,158,-86v0,-77,-70,-92,-158,-85r0,171",w:534},S:{d:"46,-491v-35,-159,114,-297,269,-258v68,17,130,67,193,97v-26,38,-51,77,-75,117v-61,-27,-113,-92,-203,-75v-55,32,-65,74,-30,126v52,43,110,70,170,102v67,36,110,79,115,166v8,140,-149,265,-294,209v-58,-23,-112,-52,-161,-87v19,-37,41,-75,65,-116v18,12,38,24,59,36v39,22,86,66,149,39v49,-35,56,-76,23,-123v-49,-45,-110,-77,-169,-107v-57,-29,-98,-66,-111,-126",w:538},T:{d:"531,-749r0,136r-173,0r0,614r-136,0r0,-614r-172,0r0,-136r481,0",w:581},U:{d:"270,9v-112,0,-220,-87,-220,-212r0,-546r134,0r1,546v1,51,29,81,82,81v55,0,87,-26,87,-79v0,-182,0,-365,1,-548r135,0r0,546v-7,122,-106,212,-220,212"},V:{d:"343,1r-136,0r-182,-750r134,0r115,535r114,-535r135,0",w:548},W:{d:"779,-749r-152,749r-146,0r-79,-373r-81,373r-148,0r-148,-749r135,0r90,525r92,-525r117,0r94,525r91,-525r135,0",w:804},X:{d:"513,0r-158,0r-86,-193r-84,193r-160,0r166,-374r-166,-375r160,0r84,196r86,-196r158,0r-164,375",w:538},Y:{d:"539,-749r-190,458r0,292r-135,0r0,-290r-189,-460r158,0r98,258r98,-258r160,0",w:541},Z:{d:"492,-749r0,100r-274,513r274,0r0,135r-438,0r0,-103r269,-509r-273,0r0,-136r442,0",w:542},"[":{d:"185,-613r0,478r171,0r0,135r-306,0r0,-749r306,0r0,136r-171,0",w:406},"\\":{d:"499,-305r-150,0r0,49r150,0r0,133r-150,0r0,123r-136,0r0,-123r-152,0r0,-133r152,0r0,-49r-152,0r0,-135r112,0r-123,-309r153,0r78,188r76,-188r157,0r-126,309r111,0r0,135",w:564},"]":{d:"220,-135r0,-477r-170,0r0,-137r306,0r0,750r-306,0r0,-136r170,0",w:406},"^":{d:"50,-438r215,-311r73,0r216,311r-169,0r-85,-143r-83,143r-167,0",w:604},_:{d:"494,1r-445,0r0,-135r445,0r0,135",w:545},"`":{d:"50,-613r0,-136r134,0r0,272",w:234},a:{d:"272,-757v135,14,223,88,223,223r0,543r-136,0r0,-240r-173,0r0,240r-136,0r0,-543v13,-135,87,-209,222,-223xm359,-366r0,-162v-5,-53,-34,-82,-87,-87v-53,5,-86,34,-86,87r0,162r173,0",w:545},b:{d:"488,-528v0,60,-22,112,-63,157v41,43,63,93,63,152v0,135,-87,220,-221,220r-217,0r0,-750r217,0v134,13,221,86,221,221xm185,-134v88,5,162,-4,162,-85v0,-79,-73,-92,-162,-85r0,170xm185,-439v90,7,162,-8,162,-89v0,-79,-73,-91,-162,-85r0,174",w:538},c:{d:"490,-450r-136,0v6,-89,-5,-165,-85,-165v-53,0,-86,33,-86,85r0,321v5,52,34,83,86,83v51,0,85,-31,85,-83r0,-85r136,0v12,187,-62,303,-221,303v-135,0,-219,-84,-219,-218r0,-326v11,-135,83,-222,219,-222v161,0,234,118,221,307"},d:{d:"485,-527r0,310v-14,133,-87,217,-221,217r-214,0r0,-750r214,0v133,15,221,88,221,223xm343,-217r0,-312v-4,-78,-74,-88,-161,-82r0,479v88,6,161,-5,161,-85",w:535},e:{d:"486,-613r-303,0r0,176r213,0r0,134r-213,0r0,170r303,0r0,134r-436,0r0,-751r436,0r0,137",w:536},f:{d:"487,-749r0,137r-302,0r0,172r213,0r0,135r-213,0r0,306r-135,0r0,-750r437,0",w:512},g:{d:"354,-450v5,-89,-3,-166,-84,-166v-53,0,-85,33,-85,85r0,322v4,52,32,84,85,84v60,0,90,-33,88,-97r-88,0r0,-134r221,0r0,146v-15,134,-88,219,-221,219v-135,0,-220,-84,-220,-219r0,-325v11,-135,84,-222,220,-222v161,0,234,118,221,307r-137,0",w:541},h:{d:"355,-749r135,0r0,749r-135,0r0,-304r-171,0r0,304r-134,0r0,-749r134,0r0,310r171,0r0,-310"},i:{d:"210,-749r0,750r-135,0r0,-750r135,0",w:285},j:{d:"465,-749r0,539v-13,134,-86,219,-220,219v-163,0,-235,-121,-220,-313r135,0r0,100v7,49,35,79,85,79v51,0,86,-32,86,-84r0,-540r134,0",w:515},k:{d:"300,-374r81,142r127,232r-157,0r-167,-298r0,298r-134,0r0,-749r134,0r0,299r167,-298r160,0",w:561},l:{d:"488,-1r-438,0r0,-748r135,0r0,613r303,0r0,135",w:538},m:{d:"578,-749r1,750r-136,0r0,-475r-129,216r-130,-217r0,476r-134,0r0,-750r115,0r149,237r150,-237r114,0",w:629},n:{d:"490,0r-145,0r-161,-387r0,387r-134,0r0,-749r141,0r164,394r0,-393r135,0r0,748"},o:{d:"269,-758v134,13,221,86,221,221r0,326v-14,133,-87,218,-221,218v-134,0,-219,-85,-219,-218r0,-326v11,-134,84,-208,219,-221xm355,-210r0,-323v-5,-52,-34,-85,-86,-85v-52,0,-85,33,-85,85r0,323v5,52,33,83,85,83v52,0,86,-31,86,-83"},p:{d:"263,-749v135,13,209,87,222,222v-16,159,-114,233,-299,221r0,307r-136,0r0,-750r213,0xm186,-441v87,6,158,-7,158,-86v0,-78,-71,-91,-158,-85r0,171",w:510},q:{d:"270,-757v133,13,220,87,220,222r0,325v-4,40,-11,76,-29,103r-107,-106r0,-318v-5,-52,-33,-85,-84,-85v-53,0,-86,33,-86,85r0,340r178,178v-29,15,-60,22,-92,22v-135,0,-220,-84,-220,-219r0,-325v11,-135,85,-209,220,-222"},r:{d:"484,-525v0,59,-21,113,-63,154v87,75,49,227,57,372r-135,0r0,-221v-4,-77,-71,-90,-158,-84r0,305r-135,0r0,-750r213,0v135,14,221,88,221,224xm185,-439v87,6,158,-7,158,-86v0,-77,-70,-92,-158,-85r0,171",w:534},s:{d:"46,-491v-35,-159,114,-297,269,-258v68,17,130,67,193,97v-26,38,-51,77,-75,117v-61,-27,-113,-92,-203,-75v-55,32,-65,74,-30,126v52,43,110,70,170,102v67,36,110,79,115,166v8,140,-149,265,-294,209v-58,-23,-112,-52,-161,-87v19,-37,41,-75,65,-116v18,12,38,24,59,36v39,22,86,66,149,39v49,-35,56,-76,23,-123v-49,-45,-110,-77,-169,-107v-57,-29,-98,-66,-111,-126",w:538},t:{d:"531,-749r0,136r-173,0r0,614r-136,0r0,-614r-172,0r0,-136r481,0",w:581},u:{d:"270,9v-112,0,-220,-87,-220,-212r0,-546r134,0r1,546v1,51,29,81,82,81v55,0,87,-26,87,-79v0,-182,0,-365,1,-548r135,0r0,546v-7,122,-106,212,-220,212"},v:{d:"343,1r-136,0r-182,-750r134,0r115,535r114,-535r135,0",w:548},w:{d:"779,-749r-152,749r-146,0r-79,-373r-81,373r-148,0r-148,-749r135,0r90,525r92,-525r117,0r94,525r91,-525r135,0",w:804},x:{d:"513,0r-158,0r-86,-193r-84,193r-160,0r166,-374r-166,-375r160,0r84,196r86,-196r158,0r-164,375",w:538},y:{d:"539,-749r-190,458r0,292r-135,0r0,-290r-189,-460r158,0r98,258r98,-258r160,0",w:564},z:{d:"492,-749r0,100r-274,513r274,0r0,135r-438,0r0,-103r269,-509r-273,0r0,-136r442,0",w:542},"{":{d:"242,-297r0,162r170,0r0,136r-306,0r0,-298r-56,-46r0,-59r56,-42r0,-305r306,0r0,137r-170,0r0,171r-57,37r0,59",w:462},"|":{d:"205,-786r2,835r-132,0r0,-835r130,0",w:282},"}":{d:"218,-450r2,-162r-170,0r0,-137r305,0r0,299r58,46r0,59r-58,42r0,304r-305,0r0,-136r170,0r0,-170r57,-38r0,-59",w:463},"~":{d:"50,-426v64,-39,156,-62,220,0v62,61,158,39,221,0r0,138v-64,38,-158,63,-221,0v-63,-65,-159,-44,-220,0r0,-138",w:541},"\u00a0":{w:512}}});Cufon.registerFont({w:187,face:{"font-family":"DIN","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 4 0 0 2 0 3",ascent:"288",descent:"-72","x-height":"2",bbox:"-5 -290 350 80.7185","underline-thickness":"18.36","underline-position":"-41.04","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:89},"+":{d:"169,-84r0,-24r-63,0r0,-63r-24,0r0,63r-63,0r0,24r63,0r0,63r24,0r0,-63r63,0"},",":{d:"63,23r0,-55r-31,0r0,84",w:95},"-":{d:"126,-85r0,-24r-99,0r0,24r99,0",w:153},".":{d:"66,0r0,-34r-34,0r0,34r34,0",w:97},"/":{d:"128,-283r-25,0r-103,310r26,0",w:127},"0":{d:"94,2v43,0,70,-27,70,-70r0,-120v-1,-43,-27,-70,-70,-70v-43,0,-70,26,-70,70r0,120v1,43,27,70,70,70xm94,-235v68,0,39,102,44,165v2,28,-16,49,-44,49v-67,-1,-39,-101,-44,-165v-2,-28,16,-50,44,-49"},"1":{d:"119,0r0,-256r-26,0r-48,41r0,30r48,-43r0,228r26,0"},"2":{d:"95,-235v47,0,54,53,31,83r-102,129r0,23r142,0r0,-23r-110,0r89,-115v40,-39,20,-125,-50,-120v-43,3,-69,26,-70,69r26,0v0,-30,15,-46,44,-46"},"3":{d:"90,3v47,0,76,-26,76,-73v0,-32,-13,-53,-40,-62v60,-26,38,-133,-36,-127v-41,4,-69,25,-72,66r26,0v2,-26,20,-43,46,-43v26,0,46,19,45,47v0,31,-16,48,-51,46r0,23v38,-2,56,15,56,50v1,30,-20,49,-50,49v-30,0,-46,-15,-49,-44r-26,0v3,43,30,68,75,68"},"4":{d:"174,-41r0,-23r-32,0r0,-73r-25,0r0,73r-75,0r93,-192r-28,0r-93,192r0,23r103,0r0,41r25,0r0,-41r32,0"},"5":{d:"140,-85v0,38,-10,64,-45,64v-28,0,-40,-15,-44,-39r-26,0v4,40,27,60,70,63v86,7,95,-141,31,-168v-24,-11,-59,-3,-71,13r0,-81r106,0r0,-23r-130,0r0,134r24,0v4,-15,22,-26,42,-25v34,0,43,26,43,62"},"6":{d:"95,2v45,-1,69,-30,71,-76v1,-52,-44,-87,-94,-67r57,-115r-26,0r-76,157v-14,54,12,103,68,101xm94,-125v30,0,45,21,46,52v0,30,-17,52,-46,52v-28,0,-45,-22,-45,-52v0,-29,17,-52,45,-52"},"7":{d:"170,-233r0,-23r-143,0r0,63r26,0r0,-40r89,0r-89,233r28,0"},"8":{d:"94,-258v-73,-8,-94,100,-37,125v-20,12,-39,31,-39,62v0,46,30,73,76,73v46,0,75,-27,76,-73v1,-32,-19,-50,-39,-62v56,-24,36,-134,-37,-125xm94,-235v26,0,45,19,45,46v0,25,-18,45,-45,45v-26,0,-45,-20,-45,-45v0,-27,19,-46,45,-46xm94,-121v30,0,50,20,50,50v0,30,-20,50,-50,50v-31,0,-50,-20,-50,-50v0,-30,19,-50,50,-50"},"9":{d:"22,-183v-2,53,42,85,94,68r-58,115r27,0r76,-157v13,-54,-12,-102,-68,-101v-46,1,-69,31,-71,75xm93,-235v29,0,46,22,46,51v0,30,-17,52,-46,52v-30,-1,-44,-22,-45,-52v-1,-29,18,-51,45,-51"},":":{d:"75,-108r0,-34r-34,0r0,34r34,0xm75,0r0,-34r-34,0r0,34r34,0",w:106},";":{d:"75,-108r0,-34r-34,0r0,34r34,0xm74,23r0,-55r-32,0r0,84",w:106},"\u037e":{d:"75,-108r0,-34r-34,0r0,34r34,0xm74,23r0,-55r-32,0r0,84",w:106},"<":{d:"350,-84r0,-25r-284,0r131,-131r-34,0r-143,143r143,144r34,0r-131,-131r284,0",w:369},"=":{d:"169,-115r0,-24r-150,0r0,24r150,0xm169,-54r0,-24r-150,0r0,24r150,0"},">":{d:"350,-97r-144,-143r-34,0r132,131r-284,0r0,25r284,0r-132,131r34,0",w:369},"?":{d:"95,-235v37,-2,51,44,30,73v-19,26,-44,43,-41,90r26,0v-2,-58,49,-65,52,-121v4,-74,-108,-85,-130,-25v-3,8,-5,16,-5,25r26,0v1,-25,15,-41,42,-42xm113,0r0,-30r-31,0r0,30r31,0",w:178},"@":{d:"158,3v24,0,36,-8,48,-23r0,20r25,0r0,-179v2,-69,-55,-78,-129,-78v-49,0,-79,29,-76,78v4,64,-19,153,28,182r18,-17v-38,-24,-16,-108,-21,-165v-4,-55,45,-58,101,-56v45,1,59,34,54,84v-13,-15,-25,-23,-49,-23v-49,0,-64,34,-64,88v0,56,16,89,65,89xm162,-152v36,0,44,31,44,66v0,36,-7,66,-44,66v-37,0,-44,-30,-44,-66v0,-35,8,-66,44,-66",w:256},A:{d:"216,0r-94,-256r-23,0r-95,256r29,0r21,-58r112,0r20,58r30,0xm158,-82r-96,0r49,-135",w:219},B:{d:"37,0v82,-1,180,15,176,-71v0,-31,-18,-52,-42,-61v21,-8,38,-27,38,-56v0,-82,-93,-68,-172,-68r0,256xm64,-232v53,1,118,-10,118,44v0,56,-64,44,-118,45r0,-89xm64,-118v55,0,122,-9,122,46v0,57,-66,49,-122,48r0,-94",w:240},C:{d:"28,-164v0,102,19,191,121,161v32,-9,50,-35,57,-71r-27,0v-7,29,-27,52,-62,52v-66,-1,-64,-69,-62,-140v1,-44,20,-72,62,-72v34,0,55,22,61,52r28,0v-9,-46,-36,-76,-89,-76v-57,0,-89,34,-89,94",w:229},D:{d:"125,0v83,1,94,-70,90,-158v-3,-60,-29,-98,-90,-98r-88,0r0,256r88,0xm120,-232v66,-3,67,59,67,125v0,76,-47,90,-123,83r0,-208r56,0",w:242},E:{d:"196,0r0,-24r-132,0r0,-93r113,0r0,-24r-113,0r0,-91r132,0r0,-24r-159,0r0,256r159,0",w:216},F:{d:"196,-232r0,-24r-159,0r0,256r27,0r0,-113r113,0r0,-25r-113,0r0,-94r132,0",w:208},G:{d:"117,2v72,0,97,-54,90,-136r-90,0r0,24r63,0v5,54,-17,88,-63,88v-66,0,-65,-69,-62,-140v1,-44,20,-72,62,-72v34,0,56,22,62,52r28,0v-10,-43,-37,-76,-90,-76v-80,0,-89,75,-89,166v0,60,33,94,89,94",w:234},H:{d:"213,0r0,-256r-27,0r0,115r-122,0r0,-115r-27,0r0,256r27,0r0,-117r122,0r0,117r27,0",w:250},I:{d:"64,0r0,-256r-27,0r0,256r27,0",w:101},J:{d:"120,-81v7,56,-63,76,-93,42r-19,18v15,15,32,23,59,23v51,-1,80,-30,80,-80r0,-178r-27,0r0,175",w:180},K:{d:"229,0r-92,-157r80,-99r-33,0r-120,147r0,-147r-27,0r0,256r27,0r0,-72r54,-64r79,136r32,0",w:234},L:{d:"195,0r0,-24r-131,0r0,-232r-27,0r0,256r158,0",w:206},M:{d:"257,0r0,-256r-28,0r-81,181r-84,-181r-27,0r0,256r27,0r0,-195r72,155r23,0r70,-155r0,195r28,0",w:293},N:{d:"226,0r0,-256r-27,0r0,205r-136,-205r-26,0r0,256r27,0r0,-206r137,206r25,0",w:263},O:{d:"117,2v83,1,89,-76,89,-166v0,-60,-37,-93,-89,-94v-80,-2,-89,75,-89,166v0,60,37,93,89,94xm117,-234v66,0,65,69,62,140v-1,44,-20,72,-62,72v-66,0,-65,-69,-62,-140v1,-44,20,-72,62,-72",w:234},P:{d:"64,-105v78,4,149,-1,148,-76v-1,-48,-31,-75,-80,-75r-95,0r0,256r27,0r0,-105xm64,-232v57,0,120,-9,120,51v0,59,-63,52,-120,51r0,-102",w:226},Q:{d:"189,-32v22,-26,17,-86,17,-132v0,-60,-37,-93,-89,-94v-80,-2,-100,76,-89,166v-7,82,85,118,144,76r29,29r16,-17xm117,-234v79,0,70,118,52,182r-31,-32r-17,17r32,32v-43,32,-98,-1,-98,-59v0,-69,-5,-140,62,-140",w:233},R:{d:"211,-185v0,-84,-92,-71,-174,-71r0,256r27,0r0,-114r62,0r58,114r32,0r-60,-116v31,-7,55,-30,55,-69xm64,-232v55,0,120,-11,120,47v0,58,-65,47,-120,47r0,-94",w:236},S:{d:"15,-32v41,52,177,48,177,-39v0,-62,-64,-65,-116,-78v-48,-12,-28,-91,27,-86v29,2,43,9,60,22r17,-17v-41,-46,-158,-37,-158,44v0,63,64,67,117,76v46,19,22,95,-35,88v-34,-4,-51,-10,-70,-28",w:211},T:{d:"186,-232r0,-24r-175,0r0,24r74,0r0,232r27,0r0,-232r74,0",w:197},U:{d:"123,2v55,0,89,-32,89,-87r0,-171r-27,0r0,169v0,41,-23,65,-62,65v-39,0,-62,-24,-62,-65r0,-169r-28,0r0,171v3,54,34,87,90,87",w:245},V:{d:"194,-256r-29,0r-67,207r-66,-207r-29,0r84,256r22,0",w:196},W:{d:"302,-256r-29,0r-51,206r-56,-206r-25,0r-56,206r-50,-206r-29,0r65,256r26,0r57,-205r57,205r25,0",w:307},X:{d:"193,0r-79,-131r74,-125r-32,0r-57,101r-57,-101r-32,0r74,125r-79,131r31,0r63,-108r62,108r32,0",w:198},Y:{d:"182,-256r-29,0r-60,122r-61,-122r-29,0r76,150r0,106r28,0r0,-106",w:185},Z:{d:"180,0r0,-24r-130,0r130,-209r0,-23r-154,0r0,24r123,0r-128,206r0,26r159,0",w:200},"[":{d:"97,27r0,-23r-38,0r0,-264r38,0r0,-23r-64,0r0,310r64,0",w:112},"\\":{d:"128,27r-102,-309r-26,0r102,309r26,0",w:127},"]":{d:"80,27r0,-310r-64,0r0,22r39,0r0,265r-39,0r0,23r64,0",w:112},"^":{d:"167,-149r-58,-109r-24,0r-59,109r27,0r44,-82r44,82r26,0",w:193},_:{d:"193,59r0,-18r-193,0r0,18r193,0",w:193},"`":{d:"108,-214r-32,-55r-31,0r39,55r24,0",w:180},a:{d:"18,-50v0,58,86,66,115,33r0,17r26,0r0,-120v8,-68,-103,-76,-134,-33r18,16v17,-30,96,-29,90,19r0,17v-57,-2,-115,-3,-115,51xm84,-20v-24,-1,-39,-6,-40,-30v-2,-39,51,-32,89,-32v4,42,-10,65,-49,62",w:189},b:{d:"152,-13v37,-43,35,-171,-44,-166v-23,2,-38,6,-50,22r0,-99r-26,0r0,256r26,0r0,-21v17,28,73,32,94,8xm103,-156v37,0,44,29,44,67v0,38,-7,68,-44,68v-37,0,-45,-31,-45,-68v0,-36,8,-67,45,-67",w:196},c:{d:"23,-89v-7,82,87,120,136,65r-17,-17v-30,40,-105,15,-93,-48v-11,-62,63,-88,93,-47r17,-17v-16,-18,-28,-26,-58,-26v-53,0,-74,36,-78,90",w:176},d:{d:"34,-29v9,35,84,43,104,8r0,21r26,0r0,-256r-26,0r0,99v-20,-35,-95,-25,-104,9v-15,30,-15,90,0,119xm94,-156v36,0,44,31,44,67v0,36,-7,68,-44,68v-38,0,-45,-32,-45,-68v0,-36,7,-67,45,-67",w:196},e:{d:"147,-41v-30,39,-109,18,-98,-41r119,0v4,-57,-21,-97,-73,-97v-48,0,-72,38,-72,90v0,88,90,117,142,64xm49,-101v-10,-65,86,-74,92,-17v0,4,1,10,1,17r-93,0",w:190},f:{d:"102,-257v-54,-7,-69,26,-64,81r-23,0r0,20r23,0r0,156r26,0r0,-156r38,0r0,-20r-38,0v-1,-34,-5,-66,38,-59r0,-22",w:113},g:{d:"29,58v45,45,134,21,134,-53r0,-182r-25,0r0,21v-13,-17,-24,-23,-50,-23v-51,0,-65,39,-65,89v0,50,15,90,64,90v24,0,38,-7,50,-23v4,51,-10,90,-62,81v-13,-2,-21,-9,-29,-17xm93,-156v37,0,44,28,44,66v0,37,-7,66,-44,66v-35,0,-44,-29,-44,-66v0,-37,8,-66,44,-66",w:195},h:{d:"103,-156v66,0,37,96,43,156r26,0v-3,-78,20,-183,-64,-179v-20,0,-37,7,-50,21r0,-98r-26,0r0,256r26,0v5,-61,-23,-156,45,-156",w:202},i:{d:"60,-228r0,-29r-29,0r0,29r29,0xm58,0r0,-177r-26,0r0,177r26,0",w:91},j:{d:"60,-228r0,-29r-29,0r0,29r29,0xm-5,80v40,4,64,-12,63,-48r0,-208r-26,0r0,207v2,24,-13,28,-37,26r0,23",w:91},k:{d:"181,0r-70,-109r60,-68r-33,0r-80,92r0,-171r-26,0r0,256r26,0r0,-51r35,-40r56,91r32,0",w:192},l:{d:"32,-47v0,34,23,52,63,47r0,-22v-24,2,-37,-3,-37,-26r0,-208r-26,0r0,209",w:106},m:{d:"163,-150v-15,-35,-82,-38,-105,-8r0,-19r-26,0r0,177r26,0v5,-61,-23,-156,45,-156v66,0,37,96,43,156r26,0v5,-61,-23,-156,44,-156v67,0,38,96,44,156r26,0v-3,-79,20,-182,-65,-179v-25,0,-44,10,-58,29",w:316},n:{d:"102,-156v67,0,38,96,44,156r26,0v-2,-79,20,-182,-64,-179v-20,0,-37,7,-50,21r0,-19r-26,0r0,177r26,0v5,-61,-22,-156,44,-156",w:202},o:{d:"95,2v91,6,96,-152,29,-176v-60,-21,-101,22,-101,85v0,54,20,87,72,91xm95,-156v40,0,46,39,46,83v0,32,-18,52,-46,52v-38,0,-49,-37,-46,-83v2,-30,18,-52,46,-52",w:190},p:{d:"152,-13v37,-43,35,-172,-44,-166v-24,2,-38,6,-50,23r0,-21r-26,0r0,256r26,0r0,-100v17,28,73,32,94,8xm103,-156v37,0,44,29,44,67v0,38,-7,68,-44,68v-37,0,-45,-31,-45,-68v0,-36,8,-67,45,-67",w:196},q:{d:"34,-29v9,35,84,43,104,8r0,100r26,0r0,-256r-26,0r0,21v-19,-37,-95,-26,-104,8v-15,30,-15,90,0,119xm94,-156v36,0,44,31,44,67v0,36,-7,68,-44,68v-38,0,-45,-32,-45,-68v0,-36,7,-67,45,-67",w:196},r:{d:"58,-109v-5,-41,48,-62,73,-34r19,-20v-20,-25,-78,-18,-92,7r0,-21r-26,0r0,177r26,0r0,-109",w:151},s:{d:"49,-128v-2,-38,67,-34,86,-15r17,-17v-34,-30,-129,-29,-129,33v0,55,70,41,105,58v20,24,-7,52,-40,49v-24,-2,-43,-6,-55,-21r-18,18v39,44,169,33,141,-50v-12,-35,-73,-20,-100,-37v-5,-4,-7,-10,-7,-18",w:178},t:{d:"37,-156v6,68,-27,168,63,156r0,-22v-23,2,-37,-4,-37,-26r0,-108r37,0r0,-20r-37,0r0,-55r-26,0r0,55r-23,0r0,20r23,0",w:119},u:{d:"31,-64v-9,65,81,85,113,44r0,20r26,0r0,-177r-26,0v-5,61,22,156,-44,156v-66,0,-37,-96,-43,-156r-26,0r0,113",w:202},v:{d:"157,-177r-28,0r-49,142r-48,-142r-28,0r65,177r23,0",w:160},w:{d:"257,-177r-28,0r-41,142r-47,-142r-22,0r-46,142r-41,-142r-28,0r56,177r24,0r46,-138r47,138r24,0",w:260},x:{d:"160,0r-60,-90r58,-87r-32,0r-40,65r-40,-65r-32,0r58,87r-60,90r31,0r43,-69r43,69r31,0",w:172},y:{d:"157,-177r-28,0r-48,142r-49,-142r-28,0r64,173v-12,23,-9,62,-50,57r0,23v31,2,49,-9,58,-33",w:160},z:{d:"147,0r0,-23r-99,0r99,-132r0,-22r-124,0r0,23r94,0r-99,132r0,22r129,0",w:165},"{":{d:"49,-89v1,60,-14,128,61,116r0,-23v-22,1,-35,-2,-35,-28v0,-40,10,-95,-22,-104v36,-13,17,-74,23,-119v3,-14,16,-13,34,-13r0,-23v-39,-2,-61,8,-61,46v0,38,20,103,-32,97r0,23v22,-1,32,6,32,28",w:127},"|":{d:"72,27r0,-310r-26,0r0,310r26,0",w:117},"}":{d:"17,27v118,19,11,-142,93,-144r0,-23v-80,8,26,-161,-93,-143r0,23v74,-15,1,109,58,132v-33,9,-23,64,-23,104v0,25,-10,30,-35,28r0,23",w:127},"~":{d:"160,-116v-31,44,-87,-30,-129,8v-4,3,-8,8,-13,13r15,16v31,-45,90,30,130,-9v4,-3,8,-7,13,-12",w:194},"!":{d:"77,-256r-29,0r3,184r22,0xm78,0r0,-30r-31,0r0,30r31,0",w:113},'"':{d:"121,-195r0,-61r-29,0r0,61r29,0xm60,-195r0,-61r-28,0r0,61r28,0",w:152},"#":{d:"217,-156r0,-23r-32,0r13,-78r-27,0r-12,78r-57,0r12,-78r-27,0r-12,78r-36,0r0,23r33,0r-8,51r-36,0r0,23r32,0r-13,82r26,0r13,-82r58,0r-13,82r26,0r13,-82r36,0r0,-23r-32,0r8,-51r35,0xm156,-156r-9,51r-57,0r8,-51r58,0",w:235},"$":{d:"116,1v86,9,106,-122,26,-137r-27,-5r0,-93v23,1,37,10,50,21r18,-17v-19,-17,-36,-26,-67,-28r0,-32r-22,0r0,32v-74,-5,-99,107,-32,132v10,4,22,6,34,8r0,95v-28,-1,-46,-11,-62,-27r-19,18v21,22,42,31,79,34r0,39r22,0r0,-40xm96,-144v-40,3,-62,-48,-35,-76v8,-8,20,-13,35,-14r0,90xm115,-115v46,-5,68,50,38,78v-9,8,-22,13,-38,14r0,-92",w:214},"%":{d:"228,3v43,0,49,-39,49,-87v0,-29,-21,-48,-49,-48v-43,0,-48,38,-48,86v0,30,20,49,48,49xm221,-256r-22,0r-120,256r22,0xm72,-124v43,0,49,-38,49,-86v0,-29,-20,-49,-49,-49v-44,0,-49,39,-49,87v0,28,21,48,49,48xm228,-114v34,0,28,35,28,67v0,20,-9,32,-28,32v-33,1,-28,-36,-28,-68v0,-20,8,-31,28,-31xm72,-241v33,0,28,36,28,68v0,18,-8,31,-28,31v-34,0,-28,-36,-28,-68v0,-19,8,-31,28,-31",w:299},"&":{d:"28,-72v-5,84,118,91,156,44r23,28r35,0r-40,-47v17,-20,23,-44,24,-79r-26,0v1,27,-4,43,-14,59r-66,-79v21,-14,48,-25,48,-58v0,-34,-22,-54,-56,-54v-34,0,-57,20,-57,53v0,26,16,40,28,56v-26,19,-52,34,-55,77xm112,-235v17,0,30,13,30,31v-1,23,-23,30,-37,41v-12,-17,-23,-23,-23,-42v0,-17,12,-30,30,-30xm169,-47v-35,45,-137,25,-111,-45v8,-19,25,-28,40,-40",w:266},"'":{d:"60,-195r0,-61r-28,0r0,61r28,0",w:91},"(":{d:"67,-290v-19,18,-34,33,-34,68r1,207v4,21,20,36,33,49r17,-18v-13,-12,-26,-27,-25,-52r0,-184v0,-27,12,-39,25,-53",w:107},")":{d:"41,34v18,-19,34,-32,33,-68r-1,-207v-4,-23,-18,-35,-32,-49r-19,18v13,13,25,24,25,52r-1,199v-2,18,-14,26,-24,36",w:107},"*":{d:"147,-170r-44,-23r44,-24r-11,-17r-42,25r2,-49r-21,0r1,49r-41,-25r-11,17r43,24r-43,23r11,18r41,-26r-1,49r21,0r-2,-49r42,26",w:170},"\u00a0":{w:89}}});Cufon.registerFont({w:195,face:{"font-family":"DIN","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 4 0 0 2 0 4",ascent:"288",descent:"-72","x-height":"2",bbox:"-8 -290 352 70.7933","underline-thickness":"31.32","underline-position":"-33.12","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:83},"*":{d:"158,-166r-40,-20r40,-21r-16,-29r-38,24r1,-45r-33,0r2,45r-38,-24r-16,29r39,21r-39,20r16,29r38,-24r-2,45r33,0r-1,-45r38,24",w:177},"+":{d:"177,-78r0,-44r-57,0r0,-57r-44,0r0,57r-58,0r0,44r58,0r0,58r44,0r0,-58r57,0"},",":{d:"76,20r0,-71r-52,0r0,110",w:100},"-":{d:"132,-81r0,-44r-111,0r0,44r111,0",w:153},".":{d:"78,0r0,-53r-54,0r0,53r54,0",w:102},"/":{d:"147,-283r-44,0r-103,310r44,0",w:145},"0":{d:"98,2v47,0,78,-29,78,-76r0,-108v-1,-47,-31,-76,-78,-76v-47,0,-78,28,-78,76r0,108v1,49,31,76,78,76xm98,-216v52,3,26,91,31,141v2,20,-12,35,-31,35v-53,0,-26,-91,-31,-141v-2,-21,12,-36,31,-35"},"1":{d:"136,0r0,-256r-47,0r-52,45r0,50r52,-45r0,206r47,0"},"2":{d:"99,-216v35,0,36,42,18,63r-96,111r0,42r156,0r0,-42r-99,0r92,-111v36,-74,-61,-140,-126,-86v-14,12,-23,30,-23,55r47,0v1,-20,11,-32,31,-32"},"3":{d:"97,2v49,0,80,-25,81,-76v1,-30,-15,-49,-33,-58v16,-10,30,-25,30,-53v0,-82,-123,-97,-150,-31v-4,10,-7,19,-7,31r47,0v-1,-19,14,-31,31,-31v19,0,33,13,32,32v-1,22,-13,34,-39,32r0,41v27,-2,42,11,42,35v1,23,-13,36,-34,36v-21,0,-34,-12,-35,-33r-47,0v2,49,32,75,82,75"},"4":{d:"184,-36r0,-45r-23,0r0,-48r-45,0r0,48r-54,0r88,-175r-51,0r-88,175r0,45r105,0r0,36r45,0r0,-36r23,0"},"5":{d:"178,-86v0,-68,-60,-107,-110,-73r0,-55r104,0r0,-42r-146,0r0,144r43,0v18,-37,62,-21,62,26v0,26,-7,46,-32,46v-22,0,-28,-13,-32,-32r-46,0v1,47,28,74,78,74v54,0,79,-32,79,-88"},"6":{d:"97,2v50,-2,79,-29,80,-80v1,-50,-38,-86,-86,-72r53,-106r-51,0r-69,145v-22,58,11,115,73,113xm97,-115v21,0,33,16,33,38v0,23,-12,37,-33,37v-19,0,-33,-14,-33,-37v0,-23,14,-38,33,-38"},"7":{d:"181,-214r0,-42r-163,0r0,82r45,0r0,-40r67,0r-83,214r51,0"},"8":{d:"98,2v49,0,81,-25,82,-77v0,-28,-16,-46,-32,-57v14,-11,29,-26,28,-53v-1,-48,-31,-73,-78,-73v-47,0,-79,25,-79,73v0,26,13,42,29,53v-17,11,-32,29,-32,57v0,52,33,77,82,77xm98,-216v18,0,32,14,32,32v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32xm98,-111v20,0,35,16,35,36v0,19,-16,35,-35,35v-20,0,-35,-16,-35,-35v0,-20,15,-36,35,-36"},"9":{d:"18,-179v0,50,36,85,87,73r-53,106r51,0r69,-145v19,-59,-11,-116,-74,-113v-50,2,-80,29,-80,79xm98,-216v22,0,33,15,33,37v0,22,-12,38,-33,38v-20,0,-33,-15,-33,-38v0,-21,13,-37,33,-37"},":":{d:"87,-98r0,-53r-54,0r0,53r54,0xm87,0r0,-53r-54,0r0,53r54,0",w:111},";":{d:"87,-98r0,-53r-54,0r0,53r54,0xm86,20r0,-71r-51,0r0,110",w:111},"\u037e":{d:"87,-98r0,-53r-54,0r0,53r54,0xm86,20r0,-71r-51,0r0,110",w:111},"<":{d:"351,-81r0,-44r-253,0r118,-116r-59,0r-139,138r139,139r59,0r-118,-117r253,0",w:369},"=":{d:"177,-120r0,-44r-159,0r0,44r159,0xm177,-42r0,-44r-159,0r0,44r159,0"},">":{d:"352,-103r-139,-138r-59,0r117,116r-253,0r0,44r253,0r-117,117r59,0",w:369},"?":{d:"99,-216v30,0,38,35,19,53v-16,24,-43,40,-40,83r47,0v2,-50,50,-55,50,-106v0,-81,-119,-95,-145,-31v-4,9,-6,19,-6,31r47,0v-1,-18,10,-30,28,-30xm126,0r0,-48r-50,0r0,48r50,0",w:188},"@":{d:"103,-83v0,50,16,85,62,85v21,0,33,-7,43,-19r0,17r44,1r0,-169v4,-81,-57,-90,-141,-90v-60,0,-94,29,-90,90v4,62,-16,144,28,173r32,-32v-28,-22,-11,-93,-15,-140v-4,-50,43,-49,93,-49v37,0,52,25,48,66v-9,-11,-22,-18,-42,-18v-47,2,-62,33,-62,85xm177,-129v26,0,30,19,30,46v0,26,-4,46,-30,46v-25,0,-29,-20,-29,-46v0,-27,4,-45,29,-46",w:272},A:{d:"228,0r-94,-256r-39,0r-93,256r52,0r15,-45r92,0r15,45r52,0xm147,-87r-63,0r32,-94",w:229},B:{d:"30,0v86,0,189,16,186,-74v-1,-29,-15,-48,-36,-57v17,-9,31,-26,32,-53v0,-45,-30,-72,-79,-72r-103,0r0,256xm80,-212v36,1,82,-8,82,30v0,38,-46,28,-82,29r0,-59xm80,-108v39,0,86,-8,86,32v0,38,-48,31,-86,31r0,-63",w:236},C:{d:"21,-128v-18,104,78,164,156,110v18,-13,28,-34,33,-61r-51,0v-6,20,-17,37,-43,37v-53,1,-44,-66,-44,-117v0,-34,13,-55,44,-55v26,0,37,16,43,37r51,0v-8,-49,-38,-81,-94,-81v-72,0,-100,51,-95,130",w:223},D:{d:"122,0v84,1,94,-66,94,-157v0,-64,-32,-99,-94,-99r-92,0r0,256r92,0xm80,-212v76,-11,86,28,86,108v0,53,-31,64,-86,59r0,-167",w:237},E:{d:"199,0r0,-45r-119,0r0,-62r101,0r0,-45r-101,0r0,-60r119,0r0,-44r-169,0r0,256r169,0",w:217},F:{d:"199,-212r0,-44r-169,0r0,256r50,0r0,-104r101,0r0,-45r-101,0r0,-63r119,0",w:212},G:{d:"21,-128v0,78,23,130,95,130v77,0,104,-57,96,-145r-96,0r0,42r47,0v2,37,-14,59,-47,59v-43,0,-45,-40,-45,-86v0,-46,2,-86,45,-86v27,0,40,14,46,38r50,0v-9,-49,-38,-82,-96,-82v-72,0,-95,51,-95,130",w:233},H:{d:"217,0r0,-256r-50,0r0,104r-87,0r0,-104r-50,0r0,256r50,0r0,-107r87,0r0,107r50,0",w:246},I:{d:"80,0r0,-256r-50,0r0,256r50,0",w:109},J:{d:"1,-24v47,50,156,24,156,-60r0,-172r-50,0r0,170v6,44,-51,56,-73,29",w:183},K:{d:"237,0r-91,-154r85,-102r-61,0r-90,111r0,-111r-50,0r0,256r50,0r0,-77r33,-40r66,117r58,0",w:239},L:{d:"196,0r0,-45r-116,0r0,-211r-50,0r0,256r166,0",w:207},M:{d:"262,0r0,-256r-49,0r-67,138r-67,-138r-49,0r0,256r50,0r0,-149r49,97r34,0r49,-97r0,149r50,0",w:291},N:{d:"226,0r0,-256r-50,0r0,157r-101,-157r-45,0r0,256r50,0r0,-157r101,157r45,0",w:255},O:{d:"21,-128v0,78,22,129,95,130v83,0,99,-71,94,-161v-4,-63,-34,-99,-94,-99v-72,0,-95,51,-95,130xm116,-214v61,0,47,98,38,149v-19,39,-92,23,-82,-33v-2,-50,-9,-116,44,-116",w:231},P:{d:"80,-96v76,6,134,-12,134,-80v0,-50,-33,-79,-85,-80r-99,0r0,256r50,0r0,-96xm80,-212v40,-1,84,-4,84,36v0,39,-44,36,-84,35r0,-71",w:226},Q:{d:"21,-128v0,78,22,129,95,130v20,0,37,-5,52,-14r22,23r27,-26r-22,-22v19,-27,16,-79,15,-122v-1,-63,-34,-99,-94,-99v-72,0,-95,51,-95,130xm116,-214v58,-1,47,88,40,138r-19,-19r-27,26r22,22v-57,23,-60,-47,-60,-112v0,-33,13,-54,44,-55",w:231},R:{d:"213,-178v2,-89,-95,-80,-183,-78r0,256r50,0r0,-102r36,0r50,102r58,0r-57,-111v26,-11,46,-30,46,-67xm80,-212v39,-1,83,-6,83,34v0,39,-43,35,-83,34r0,-68",w:235},S:{d:"65,-183v0,-41,71,-40,92,-14r32,-32v-44,-48,-172,-39,-172,48v0,65,58,71,113,80v34,18,12,63,-29,59v-26,-2,-47,-7,-62,-22r-32,32v52,63,220,39,184,-75v-14,-45,-80,-37,-118,-57v-5,-5,-7,-10,-8,-19",w:212},T:{d:"195,-212r0,-44r-184,0r0,44r67,0r0,212r50,0r0,-212r67,0",w:205},U:{d:"120,2v58,0,95,-34,95,-90r0,-168r-50,0r0,166v0,30,-17,48,-45,48v-27,0,-45,-19,-44,-48r0,-166r-50,0r0,168v2,58,37,90,94,90",w:240},V:{d:"208,-256r-52,0r-52,167r-51,-167r-52,0r85,256r37,0",w:209},W:{d:"317,-256r-52,0r-40,161r-47,-161r-37,0r-47,161r-40,-161r-52,0r69,256r41,0r47,-156r48,156r41,0",w:319},X:{d:"215,0r-80,-131r75,-125r-57,0r-45,82r-44,-82r-57,0r74,125r-79,131r57,0r49,-89r50,89r57,0",w:217},Y:{d:"205,-256r-55,0r-47,103r-48,-103r-54,0r77,151r0,105r50,0r0,-105",w:205},Z:{d:"183,0r0,-45r-110,0r110,-172r0,-39r-164,0r0,44r105,0r-110,172r0,40r169,0",w:197},"[":{d:"121,27r0,-42r-45,0r0,-226r45,0r0,-42r-92,0r0,310r92,0",w:136},"\\":{d:"145,27r-101,-305r-44,0r101,305r44,0",w:145},"]":{d:"108,27r0,-310r-93,0r0,42r46,0r0,226r-46,0r0,42r93,0",w:136},"^":{d:"194,-140r-64,-119r-43,0r-64,119r49,0r36,-68r37,68r49,0",w:216},_:{d:"217,64r0,-31r-217,0r0,31r217,0",w:216},"`":{d:"110,-217r-23,-62r-50,0r41,62r32,0",w:180},a:{d:"13,-57v-4,59,77,76,109,41r0,16r46,0r0,-123v8,-75,-108,-86,-147,-41r29,29v16,-24,83,-23,71,24v-57,-3,-105,2,-108,54xm58,-58v-1,-27,37,-20,63,-21v3,30,-9,44,-36,43v-17,0,-27,-7,-27,-22",w:192},b:{d:"118,2v61,1,69,-52,65,-117v10,-66,-71,-97,-110,-56r0,-85r-47,0r0,256r46,0r0,-18v11,14,23,20,46,20xm105,-148v27,0,31,25,31,54v0,29,-2,54,-31,54v-29,0,-32,-24,-32,-54v0,-30,4,-54,32,-54",w:201},c:{d:"17,-94v-6,87,91,124,146,71r-32,-32v-24,31,-76,10,-67,-39v-8,-48,42,-70,67,-39r32,-32v-16,-15,-33,-25,-62,-25v-55,0,-80,36,-84,96",w:172},d:{d:"19,-115v-5,61,3,119,65,117v23,0,34,-6,46,-20r0,18r46,0r0,-256r-47,0r0,85v-38,-41,-121,-10,-110,56xm97,-148v27,0,33,24,32,54v0,29,-3,54,-32,54v-36,1,-33,-42,-31,-75v1,-19,10,-33,31,-33",w:201},e:{d:"147,-55v-22,30,-89,21,-84,-24r117,0v4,-67,-20,-111,-81,-111v-56,0,-77,39,-82,96v-9,95,102,123,158,67xm134,-111r-71,0v-5,-46,64,-53,70,-11v1,3,1,7,1,11",w:197},f:{d:"113,-259v-58,-6,-87,17,-81,77r-19,0r0,35r19,0r0,147r47,0r0,-147r34,0r0,-35r-34,0v0,-18,-3,-39,16,-38r18,0r0,-39",w:123},g:{d:"127,-27v13,55,-46,73,-75,44r-29,29v44,47,151,26,151,-53r0,-181r-46,0r0,18v-33,-40,-118,-15,-109,48v-1,14,-1,32,0,46v-8,62,73,89,108,49xm96,-148v32,0,33,36,30,67v-2,18,-9,31,-30,31v-27,1,-31,-23,-31,-49v0,-26,5,-49,31,-49",w:199},h:{d:"103,-148v54,0,23,96,31,148r47,0v-4,-80,23,-191,-63,-190v-19,1,-35,8,-45,20r0,-86r-47,0r0,256r47,0r0,-114v0,-22,11,-34,30,-34",w:204},i:{d:"73,-220r0,-38r-47,0r0,38r47,0xm73,0r0,-188r-47,0r0,188r47,0",w:99},j:{d:"73,-220r0,-38r-47,0r0,38r47,0xm-8,70v48,4,81,-10,81,-53r0,-205r-47,0r0,202v1,17,-16,18,-34,17r0,39",w:99},k:{d:"197,0r-72,-112r67,-76r-57,0r-62,77r0,-145r-47,0r0,256r47,0r0,-56r20,-22r46,78r58,0",w:201},l:{d:"24,-54v2,43,33,59,82,54r0,-40v-18,0,-35,2,-35,-17r0,-199r-47,0r0,202",w:117},m:{d:"213,-148v20,0,31,12,31,35r0,113r47,0r0,-120v8,-70,-87,-89,-123,-46v-16,-30,-76,-30,-96,-4r0,-18r-46,0r0,188r47,0r0,-113v0,-22,12,-35,31,-35v20,0,31,12,31,35r0,113r47,0r0,-114v0,-22,12,-34,31,-34",w:315},n:{d:"104,-148v20,0,31,12,31,35r0,113r47,0v-4,-81,22,-190,-63,-190v-20,1,-37,8,-47,20r0,-18r-46,0r0,188r47,0r0,-113v0,-22,12,-35,31,-35",w:206},o:{d:"98,2v56,0,79,-36,79,-96v0,-61,-23,-96,-79,-96v-58,0,-80,36,-80,96v-1,59,22,96,80,96xm98,-148v26,0,32,23,32,54v0,31,-5,54,-32,54v-29,0,-33,-25,-33,-54v0,-30,5,-54,33,-54"},p:{d:"118,2v61,1,69,-52,65,-117v10,-67,-73,-97,-111,-55r0,-18r-46,0r0,257r47,0r0,-86v11,13,23,19,45,19xm105,-148v27,0,31,25,31,54v0,29,-2,54,-31,54v-29,0,-32,-24,-32,-54v0,-30,4,-54,32,-54",w:201},q:{d:"19,-115v-5,60,3,119,64,117v22,0,35,-6,46,-19r0,86r47,0r0,-257r-46,0r0,18v-38,-42,-122,-13,-111,55xm97,-148v27,0,33,24,32,54v0,29,-3,54,-32,54v-36,1,-33,-42,-31,-75v1,-19,10,-33,31,-33",w:201},r:{d:"163,-172v-19,-26,-74,-21,-91,2r0,-18r-46,0r0,188r47,0v7,-53,-22,-148,30,-148v13,0,19,5,25,12",w:163},s:{d:"8,-25v36,41,159,41,159,-34v0,-48,-40,-56,-85,-58v-12,-1,-19,-5,-19,-16v0,-28,55,-19,70,-6r29,-29v-39,-36,-144,-31,-144,38v0,47,39,53,84,55v12,1,19,6,20,18v-7,31,-68,20,-83,2",w:180},t:{d:"31,-147v1,75,-17,164,80,147r0,-40v-18,0,-34,2,-34,-17r0,-90r34,0r0,-35r-34,0r0,-56r-46,0r0,56r-20,0r0,35r20,0",w:126},u:{d:"24,-68v-9,64,73,90,110,51r0,17r46,0r0,-188r-47,0r0,114v0,21,-12,34,-31,34v-54,0,-23,-96,-31,-148r-47,0r0,120",w:206},v:{d:"176,-188r-49,0r-38,116r-38,-116r-50,0r70,188r36,0",w:177},w:{d:"272,-188r-50,0r-30,116r-38,-116r-34,0r-39,116r-30,-116r-50,0r58,188r39,0r39,-118r39,118r39,0",w:273},x:{d:"185,0r-64,-96r62,-92r-56,0r-32,54r-32,-54r-56,0r62,92r-65,96r56,0r35,-56r34,56r56,0",w:189},y:{d:"176,-188r-49,0r-37,116r-39,-116r-50,0r65,175v-8,21,-10,46,-43,40r0,42v40,3,62,-8,73,-39",w:177},z:{d:"156,0r0,-42r-84,0r84,-110r0,-36r-138,0r0,43r78,0r-83,109r0,36r143,0",w:172},"{":{d:"149,-15v-27,1,-47,1,-45,-29v2,-36,5,-79,-25,-84v29,-6,27,-48,25,-85v-2,-30,18,-29,45,-28r0,-42v-52,-5,-92,6,-92,53v0,39,14,92,-42,81r0,42v25,-1,44,2,42,28v-3,56,-1,109,55,106r37,0r0,-42",w:164},"|":{d:"86,27r0,-310r-46,0r0,310r46,0",w:126},"}":{d:"86,-128v-59,13,19,131,-71,113r0,42v52,4,93,-5,93,-54v0,-38,-14,-91,41,-80r0,-42v-25,1,-43,-2,-41,-28v2,-57,3,-109,-56,-106r-37,0r0,42v26,0,46,-2,46,28v0,37,-6,80,25,85",w:164},"~":{d:"43,-76v38,-45,98,40,146,-11v5,-4,10,-9,16,-14r-30,-30v-38,45,-98,-38,-146,11v-5,4,-10,9,-16,15",w:218},"!":{d:"98,-256r-58,0r11,176r36,0xm94,0r0,-48r-50,0r0,48r50,0",w:124},'"':{d:"142,-180r0,-76r-43,0r0,76r43,0xm68,-180r0,-76r-44,0r0,76r44,0",w:167},"#":{d:"231,-151r0,-44r-24,0r9,-63r-49,0r-10,63r-41,0r10,-63r-50,0r-10,63r-32,0r0,44r25,0r-5,39r-32,0r0,44r24,0r-10,68r49,0r11,-68r42,0r-12,68r50,0r10,-68r33,0r0,-44r-25,0r5,-39r32,0xm150,-151r-6,39r-41,0r6,-39r41,0",w:248},"$":{d:"128,1v76,4,108,-113,38,-143v-11,-4,-28,-8,-43,-10r0,-63v18,2,34,7,44,18r32,-32v-19,-17,-38,-27,-71,-29r0,-32r-36,0r0,32v-76,-3,-103,114,-36,141v12,5,24,8,40,9r0,66v-24,-3,-43,-8,-57,-22r-32,32v21,22,46,33,85,34r0,39r36,0r0,-40xm96,-154v-40,0,-39,-58,0,-60r0,60xm123,-105v28,-3,46,33,25,52v-6,5,-14,9,-25,10r0,-62",w:222},"%":{d:"234,2v46,0,57,-35,53,-85v-2,-31,-20,-48,-53,-49v-46,-1,-56,35,-52,85v2,32,20,48,52,49xm232,-256r-37,0r-121,256r37,0xm71,-124v45,1,55,-35,52,-85v-2,-32,-20,-48,-52,-49v-46,-1,-55,35,-52,84v2,33,20,49,52,50xm234,-102v25,-1,18,30,19,53v0,14,-6,21,-19,21v-24,2,-17,-31,-18,-53v0,-14,6,-21,18,-21xm71,-228v24,-1,17,30,18,53v0,13,-5,21,-18,21v-24,1,-17,-31,-18,-54v0,-13,6,-20,18,-20",w:305},"&":{d:"22,-76v-7,82,107,97,150,54r19,22r60,0r-47,-54v19,-20,25,-45,28,-80r-44,0v-2,18,-5,34,-13,45r-44,-51v21,-14,45,-25,45,-58v0,-40,-25,-57,-65,-60v-72,-6,-86,82,-43,114v-22,14,-43,33,-46,68xm111,-219v25,0,26,35,6,43r-11,7v-16,-11,-28,-49,5,-50xm144,-55v-21,23,-78,19,-77,-21v0,-22,13,-29,26,-40",w:259},"'":{d:"69,-180r0,-76r-45,0r0,76r45,0",w:93},"(":{d:"70,-290v-21,21,-41,39,-41,83r1,181v5,28,24,43,40,60r31,-31v-14,-16,-25,-22,-25,-55r0,-152v-1,-32,11,-39,25,-55",w:120},")":{d:"51,34v21,-22,41,-40,41,-84r-1,-180v-5,-28,-24,-43,-40,-60r-32,32v46,30,21,136,26,206v2,32,-11,39,-26,54",w:120},"\u00a0":{w:83}}});Cufon.replace(".cufon",{fontFamily:"PTF NORDIC Std"});Cufon.replace(".cufonDIN",{fontFamily:"DIN"});Cufon.replace("ul.menuSecondoLivello li a.amenu ",{textShadow:"#000 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace(".divContentsVideo ul li.ricerca a",{hover:true,textShadow:"#eabf6d 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace(".divContentsVideo ul li.lnkVideoType a",{hover:true,textShadow:"#101010 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace(".divContentsCommenti ul li a",{hover:true,textShadow:"#000 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace("#body_video .divOpzione .divTasto",{hover:true,fontFamily:"PTF NORDIC Std"});Cufon.replace("ul li.lnkProfileInfo a",{hover:true,textShadow:"#101010 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace("ul li.lnkProfileVideo a",{hover:true,textShadow:"#101010 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace(".body_comm .divSingolaRicerca a",{hover:true,textShadow:"#101010 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace("ul li.lnkMobile a",{hover:true,textShadow:"#101010 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace("ul li.lnkStore a",{textShadow:"#101010 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace("ul li.lnkStore span.numero",{textShadow:"#101010 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace(".divMenuUpload .divFase",{fontFamily:"PTF NORDIC Std"});Cufon.replace(".divMenuIMieiVideo .divVoce a",{hover:true,fontFamily:"PTF NORDIC Std"});Cufon.replace(".faq .divScelta",{hover:true,fontFamily:"PTF NORDIC Std"});Cufon.replace(".divBoxRelated .lnkVideoType a",{hover:true,textShadow:"#101010 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace(".divBoxCompraEsterno ul li .spnVideoType",{textShadow:"#000 1px 1px",fontFamily:"PTF NORDIC Std"});Cufon.replace(".divBoxCompraEsterno ul li a",{hover:true,textShadow:"#000 1px 1px",fontFamily:"PTF NORDIC Std"});