/*inc/js/cufon/cufon.js*/
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																										 /*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright by ClassicFontCorporation, USA RWE
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"91,-255r21,0r-94,255r-21,0","w":117},{"d":"92,-169v-66,0,-54,97,-54,168r-23,0r0,-185r21,0r0,34v20,-46,99,-53,110,5v11,-28,32,-42,62,-42v78,1,53,112,57,189r-23,0v-6,-61,22,-168,-37,-168v-66,0,-53,97,-53,168r-23,0v-6,-62,22,-169,-37,-169","w":285},{"d":"6,-127v0,-107,104,-160,201,-118r-4,21v-78,-35,-171,1,-171,93v0,83,73,133,156,104r0,-86r-58,-2r0,-22r82,3r0,124v-97,39,-206,-16,-206,-117","w":241},{"d":"17,-31r30,0v-6,14,-15,42,-28,81r-24,0v9,-27,16,-55,22,-81xm77,-31r30,0v-7,18,-17,45,-29,80r-22,0v3,-16,10,-43,21,-80","w":117},{"d":"86,-190v53,0,79,44,76,101r-132,0v3,69,59,86,117,58r0,23v-72,31,-141,-6,-141,-85v0,-52,32,-97,80,-97xm140,-107v-1,-63,-56,-83,-91,-47v-11,11,-17,28,-19,47r110,0","w":176},{"d":"34,-272r56,0r0,16r-35,0r0,294r34,0r0,16r-55,0r0,-326","w":87},{"d":"96,-256r42,0v-9,5,-25,21,-49,47r-22,0xm86,-190v53,0,79,44,76,101r-132,0v3,69,59,86,117,58r0,23v-72,31,-141,-6,-141,-85v0,-52,32,-97,80,-97xm140,-107v-1,-63,-56,-83,-91,-47v-11,11,-17,28,-19,47r110,0","w":176},{"d":"137,-37v-30,66,-122,43,-122,-37r0,-113r21,0v5,65,-21,168,44,168v68,0,53,-97,54,-168r23,0r2,187r-22,0r0,-37","w":183},{"d":"19,-256r24,0r0,111r133,0r0,-110r25,0r0,255r-25,0r0,-123r-133,0r0,122r-24,0r0,-255","w":227},{"d":"7,-109r91,0r0,20r-91,0r0,-20","w":109},{"d":"63,-255r28,0r40,47r-26,0r-29,-35r-31,36r-23,0xm62,2v-33,2,-60,-22,-60,-53v0,-47,51,-67,120,-61v7,-61,-55,-68,-97,-42r0,-23v50,-24,119,-15,119,56r0,120r-21,0r0,-30v-26,26,-23,31,-61,33xm66,-17v40,0,58,-33,56,-77v-52,-2,-98,9,-96,41v2,23,17,36,40,36","w":168},{"d":"15,-256r37,0r50,114v19,43,33,81,44,115r96,-228r36,0r0,255r-24,0r0,-231r-96,231r-21,0r-98,-233r0,232r-24,0r0,-255","w":307},{"d":"176,-90v0,51,-27,93,-76,92v-28,0,-49,-11,-62,-35r0,122r-23,0r0,-276r20,0r1,37v13,-26,36,-40,67,-40v47,0,73,48,73,100xm37,-94v-1,39,23,77,60,76v37,0,55,-35,55,-76v0,-40,-19,-77,-53,-77v-40,0,-62,34,-62,77"},{"d":"22,-256r24,0r0,234r104,0r0,21r-128,0r0,-255","w":160,"k":{"Y":46,"W":27,"V":43,"T":38}},{"d":"22,-270r26,0r0,31r-26,0r0,-31xm23,-186r23,0r0,185r-23,0r0,-185","w":65},{"d":"2,-193v-2,-32,31,-57,61,-60r0,-33r18,0r0,33v18,0,37,2,55,8r-3,25v-24,-9,-25,-12,-52,-13r0,90v36,21,68,36,68,76v0,35,-23,58,-68,69r0,32r-18,0r0,-31v-18,-2,-38,-6,-58,-12r2,-24v14,6,33,10,56,13r0,-103v-38,-24,-58,-29,-61,-70xm63,-230v-46,7,-46,60,0,80r0,-80xm81,-21v36,-1,57,-50,28,-75v-1,-1,-11,-8,-28,-20r0,95","w":160},{"d":"19,-186v13,37,30,93,53,168v12,-41,30,-97,55,-167r23,0r-65,184r-27,0r-63,-185r24,0","w":153,"k":{".":35,",":36}},{"d":"82,-189v33,0,45,11,62,32r0,-118r23,0r0,275r-20,0r0,-38v-17,25,-30,40,-66,41v-49,1,-74,-46,-74,-98v0,-49,28,-95,75,-94xm31,-92v0,39,16,75,53,75v37,0,62,-38,62,-77v0,-39,-22,-76,-58,-76v-39,-1,-57,36,-57,78"},{"d":"11,-186r50,166v15,-56,32,-112,52,-167r27,0r51,167r52,-166r23,0r-62,186r-26,0r-53,-165r-51,164r-28,0r-58,-185r23,0","w":271,"k":{".":33,",":35}},{"w":95},{"d":"220,-147v0,-16,-14,-33,-30,-33v-29,0,-54,40,-54,70v0,19,12,35,30,35v28,0,54,-43,54,-72xm107,-107v0,-67,84,-141,124,-71r7,-22r25,0r-33,117v0,7,3,11,8,11v27,2,51,-49,51,-78v0,-55,-44,-93,-100,-93v-62,0,-110,52,-110,115v0,61,51,114,112,113v38,-1,71,-18,88,-42r24,0v-21,36,-61,63,-113,64v-74,1,-137,-62,-137,-137v0,-73,64,-135,136,-135v65,0,124,49,124,112v0,46,-42,106,-87,104v-14,0,-22,-9,-23,-22v-33,43,-96,17,-96,-36","w":365},{"d":"27,-255r23,0r-21,79r-29,0xm86,-256r26,0r-23,79r-30,0","w":117},{"d":"230,-131v0,66,-23,102,-67,125r58,53r-32,0r-50,-45v-86,14,-135,-50,-135,-132v-1,-71,44,-129,112,-129v69,0,114,57,114,128xm29,-131v0,64,31,114,89,114v55,0,88,-50,88,-109v0,-60,-32,-113,-89,-113v-56,0,-88,49,-88,108","w":249},{"d":"134,-256v-13,5,-41,42,-49,47r-21,0r28,-47r42,0xm62,2v-33,2,-60,-22,-60,-53v0,-47,51,-67,120,-61v7,-61,-55,-68,-97,-42r0,-23v50,-24,119,-15,119,56r0,120r-21,0r0,-30v-26,26,-23,31,-61,33xm66,-17v40,0,58,-33,56,-77v-52,-2,-98,9,-96,41v2,23,17,36,40,36","w":168},{"d":"-6,-256r176,0r0,21r-76,0r0,235r-23,0r0,-235r-77,0r0,-21","w":176,"k":{"\u00c4":34,"z":41,"y":36,"x":37,"w":33,"v":36,"u":46,"s":43,"r":48,"q":43,"p":46,"o":43,"n":46,"m":46,"g":43,"e":41,"d":43,"c":43,"a":40,"A":34,";":50,":":53,".":46,"-":43,",":44}},{"d":"23,-274r23,0r0,273r-23,0r0,-273","w":65},{"d":"79,-110v0,66,-27,105,-60,162r-18,0v73,-129,72,-197,-1,-326r18,0v33,53,61,97,61,164","w":95},{"d":"9,-90v-1,-71,55,-115,131,-94r0,22v-59,-23,-105,11,-105,68v0,59,55,95,110,65r0,22v-69,32,-135,-17,-136,-83","w":146},{"d":"7,-90v0,-55,33,-99,87,-99v50,0,82,43,82,94v0,52,-34,98,-84,98v-50,0,-85,-41,-85,-93xm30,-89v0,39,25,73,61,73v37,0,62,-40,62,-79v0,-40,-24,-75,-61,-75v-37,0,-62,41,-62,81"},{"d":"62,2v-33,2,-60,-22,-60,-53v0,-47,51,-67,120,-61v7,-61,-55,-68,-97,-42r0,-23v50,-24,119,-15,119,56r0,120r-21,0r0,-30v-26,26,-23,31,-61,33xm66,-17v40,0,58,-33,56,-77v-52,-2,-98,9,-96,41v2,23,17,36,40,36","w":168},{"d":"105,71v-112,16,-22,-145,-90,-155r0,-22v61,-3,-4,-159,66,-154r24,0r0,24v-47,-12,-32,53,-32,90v0,20,-16,48,-32,51v32,9,31,58,31,103v0,35,6,42,33,39r0,24","w":120},{"d":"92,-261v-38,0,-52,34,-52,74r0,186r-23,0r0,-194v-1,-52,26,-83,75,-86v80,-5,95,118,23,130v42,9,60,25,61,73v2,58,-50,96,-110,75r2,-21v44,19,84,-9,84,-58v0,-39,-33,-61,-74,-55r0,-21v35,0,61,-21,61,-55v1,-28,-19,-49,-47,-48"},{"d":"98,-169v-35,-3,-57,32,-57,69v0,13,0,47,-1,99r-23,0r0,-274r23,0r0,120v35,-58,120,-39,120,35r0,119r-22,0v-5,-63,21,-164,-40,-168","w":183},{"d":"4,-108r173,0r0,19r-173,0r0,-19"},{"d":"-63,-285v6,-21,13,-34,36,-34v18,0,60,33,69,0r14,0v-7,52,-54,28,-85,21v-11,-2,-16,17,-34,13","w":0},{"d":"20,-274r23,0r0,162r85,-74r29,0r-92,81r104,105r-31,0r-95,-97r0,96r-23,0r0,-273","w":160},{"d":"18,-31r29,0r-29,78r-21,0","w":59},{"d":"120,-259v74,0,111,58,111,135v0,70,-46,127,-113,127v-72,0,-112,-57,-112,-132v0,-73,44,-130,114,-130xm30,-126v0,59,33,108,90,108v57,0,87,-51,87,-112v0,-60,-32,-109,-89,-109v-57,-1,-88,51,-88,113xm65,-317r26,0r0,34r-26,0r0,-34xm145,-317r27,0r0,34r-27,0r0,-34","w":249,"k":{"\u00c4":20,"Y":28,"V":20,"Q":11,"G":12,"A":20}},{"d":"50,-172r22,0r-49,74r46,74r-18,0r-51,-74xm113,-172r21,0r-48,74r46,73r-18,0r-51,-73","w":146},{"d":"0,45r0,-18r200,0r0,18r-200,0","w":200},{"d":"7,-91v0,-53,33,-98,84,-98v51,0,84,41,84,93v0,56,-33,98,-86,98v-51,0,-82,-41,-82,-93xm30,-91v0,40,22,75,59,75v39,0,63,-41,63,-82v0,-37,-25,-72,-60,-72v-37,0,-62,41,-62,79xm45,-246r27,0r0,31r-27,0r0,-31xm110,-246r28,0r0,31r-28,0r0,-31"},{"d":"83,-190v35,0,44,12,62,34r0,-31r21,0r0,181v4,83,-70,103,-143,79r2,-25v70,34,128,5,120,-81v-19,22,-27,34,-61,35v-49,1,-77,-44,-77,-96v0,-53,27,-97,76,-96xm84,-170v-72,2,-70,154,4,152v78,-3,74,-155,-4,-152"},{"d":"15,-31r29,0r0,30r-29,0r0,-30","w":59},{"d":"30,-29r31,0r0,29r-31,0r0,-29xm30,-185r31,0r0,28r-31,0r0,-28","w":72},{"d":"52,-99r-47,-73r20,0r51,73r-51,75r-21,0xm116,-98r-47,-74r19,0r51,74r-50,74r-22,0","w":146},{"d":"33,-31r29,0r0,30r-29,0r0,-30xm63,-255r-5,191r-20,0r-3,-191r28,0","w":72},{"d":"62,2v-33,1,-59,-21,-59,-54v0,-47,51,-63,120,-60v3,-60,-47,-70,-98,-42r0,-23v50,-25,120,-14,120,56r0,120r-21,0r0,-30v-18,21,-28,33,-62,33xm27,-53v0,21,17,37,38,36v40,1,60,-28,58,-78v-53,-2,-96,11,-96,42xm45,-232v-1,-18,16,-33,33,-33v18,0,33,14,33,33v0,17,-13,33,-32,33v-19,0,-34,-15,-34,-33xm79,-252v-11,-1,-21,10,-21,20v0,26,41,26,41,1v1,-11,-10,-21,-20,-21","w":168},{"w":95},{"d":"59,-99r-58,-87r26,0r47,72r44,-72r26,0r-58,88r65,97r-27,0r-52,-81r-51,81r-26,0","w":153},{"d":"170,-83v0,75,-76,104,-149,75r0,-23v52,27,122,10,122,-48v0,-61,-58,-66,-121,-51r3,-126r133,0r0,21r-110,0r-1,83v57,-20,123,9,123,69"},{"d":"102,-164v-73,-11,-58,90,-59,163r-23,0r0,-186r20,0r0,45v12,-33,23,-44,62,-46r0,24","w":102,"k":{".":35,"-":31,",":33}},{"d":"3,-21r111,-145r-107,0r0,-20r134,0r0,20r-108,145r110,0r0,20r-140,0r0,-20","w":153},{"d":"91,-256r30,0r103,256r-25,0r-28,-69r-131,0r-29,68r-24,0xm162,-91r-56,-142r-57,142r113,0xm52,-317r27,0r0,34r-27,0r0,-34xm132,-318r27,0r0,35r-27,0r0,-35","w":227,"k":{"\u00d6":21,"y":29,"w":24,"v":29,"Y":43,"W":26,"V":43,"T":35,"Q":21,"O":21,"G":24,"C":23}},{"d":"75,2v-79,0,-57,-109,-60,-187r23,0v5,64,-21,167,43,167v65,0,53,-97,53,-168r23,0r1,186r-20,0r-2,-36v-16,24,-28,37,-61,38xm41,-245r27,0r0,30r-27,0r0,-30xm105,-246r28,0r0,31r-28,0r0,-31","w":183},{"d":"0,-25r133,-210r-130,0r0,-20r158,0r0,21r-135,212r139,0r0,22r-165,0r0,-25","w":176},{"d":"107,4v-60,0,-94,-41,-94,-103r0,-156r24,0r0,164v-1,40,29,74,66,74v42,0,71,-34,71,-77r0,-161r23,0r0,164v0,55,-35,96,-90,95xm51,-317r27,0r0,34r-27,0r0,-34xm130,-318r27,0r0,35r-27,0r0,-35","w":219},{"d":"51,-47v0,23,21,36,46,26r0,19v-40,12,-69,-3,-69,-49r0,-116r-33,0r0,-20r33,0r0,-44r23,-8r0,52r44,0r0,20r-44,0r0,120","w":102},{"d":"60,-256r29,48r-21,0r-47,-48r39,0xm62,2v-33,2,-60,-22,-60,-53v0,-47,51,-67,120,-61v7,-61,-55,-68,-97,-42r0,-23v50,-24,119,-15,119,56r0,120r-21,0r0,-30v-26,26,-23,31,-61,33xm66,-17v40,0,58,-33,56,-77v-52,-2,-98,9,-96,41v2,23,17,36,40,36","w":168},{"d":"19,-255r80,124r81,-124r26,0r-96,146r0,108r-24,0r0,-107r-94,-147r27,0","w":212,"k":{"\u00d6":29,"\u00c4":43,"z":28,"y":22,"x":25,"w":19,"v":22,"u":31,"s":40,"r":33,"q":44,"p":31,"o":46,"n":32,"m":31,"g":43,"e":44,"d":44,"c":46,"a":39,"Q":29,"O":31,"G":31,"C":31,"A":43,";":39,":":39,".":55,"-":51,",":53}},{"d":"31,-255r24,0r-22,79r-29,0","w":53},{"d":"81,-189v35,0,48,13,65,39r0,-37r21,0r0,264r-22,0r0,-111v-15,23,-29,36,-61,37v-49,1,-77,-45,-77,-97v0,-52,28,-95,74,-95xm30,-95v0,42,19,77,56,78v39,1,61,-39,61,-80v0,-37,-26,-73,-62,-72v-37,0,-55,34,-55,74"},{"d":"85,-61v3,49,-36,73,-84,61r1,-20v37,12,57,-10,58,-44r0,-189r25,0r0,192","w":109},{"d":"21,-255v69,-4,140,1,140,64v0,35,-19,55,-58,63v23,9,24,9,34,31r44,97r-28,0v-29,-46,-24,-133,-108,-119r0,118r-24,0r0,-254xm137,-190v1,-42,-45,-48,-92,-45r0,95v47,4,91,-10,92,-50","w":183,"k":{"Y":20,"V":15}},{"d":"-15,-324r30,0r42,47r-28,0r-30,-34r-30,34r-26,0","w":0},{"d":"7,-117r95,0r0,-94r22,0r0,94r94,0r0,22r-94,0r0,95r-22,0r0,-95r-95,0r0,-22","w":234},{"d":"96,-168v-70,0,-58,94,-58,167r-23,0r0,-185r20,0r0,39v11,-28,32,-42,63,-42v79,0,58,110,60,189r-21,0v-5,-63,21,-168,-41,-168","w":183},{"d":"191,-160r-153,69r153,69r0,25r-183,-83r0,-22r183,-83r0,25","w":200},{"d":"91,3v-55,0,-82,-49,-81,-108v0,-125,56,-174,161,-145r-3,23v-81,-29,-126,5,-136,101v35,-64,149,-38,143,47v-4,47,-35,82,-84,82xm37,-78v0,32,22,60,54,60v36,0,59,-28,59,-65v0,-35,-22,-59,-56,-59v-34,0,-57,28,-57,64"},{"d":"118,-123v60,41,18,126,-56,126v-19,0,-38,-4,-59,-13r3,-26v47,28,114,23,114,-32v0,-61,-112,-59,-111,-126v1,-64,70,-78,132,-55r-3,23v-40,-19,-103,-19,-103,28v0,40,56,56,83,75","w":160},{"d":"-10,-84r242,0r0,21r-242,0r0,-21xm-10,-148r242,0r0,21r-242,0r0,-21","w":234},{"d":"10,-22r153,-69r-153,-69r0,-25r183,83r0,22r-183,83r0,-25","w":200},{"d":"39,-74r-35,0r0,-24r39,0r9,-70r-39,0r0,-24r42,0r11,-74r25,0r-11,74r45,0r10,-74r25,0r-10,74r30,0r0,24r-34,0r-10,70r34,0r0,24r-37,0r-10,74r-25,0r10,-74r-44,0r-11,74r-25,0xm77,-168r-10,70r45,0r9,-70r-44,0","w":183},{"d":"2,-52v0,-49,62,-66,119,-60v5,-60,-52,-68,-97,-41r0,-24v61,-25,119,-12,119,56r0,120r-20,0r0,-30v-17,21,-29,33,-61,33v-34,1,-60,-22,-60,-54xm65,-17v39,-3,60,-28,56,-77v-52,-2,-98,9,-95,42v2,22,16,37,39,35xm31,-245r27,0r0,30r-27,0r0,-30xm95,-246r28,0r0,31r-28,0r0,-31","w":168},{"d":"7,-126v0,-103,86,-159,192,-122r-3,22v-84,-36,-163,12,-163,97v0,90,72,128,158,102r0,24v-102,24,-184,-24,-184,-123","w":204},{"d":"26,-255r29,0r-29,79r-23,0xm85,-256r30,0r-29,80r-23,0","w":113},{"d":"77,-193v0,37,-5,88,28,87r0,22v-68,9,23,173,-90,155r0,-24v38,12,33,-34,32,-70v-1,-38,7,-63,32,-72v-35,-10,-33,-65,-32,-112v1,-28,-9,-31,-32,-29r0,-24v47,-4,62,10,62,67","w":120},{"d":"21,-55v-22,-99,7,-139,51,-218r19,0v-73,136,-73,190,0,326r-18,0v-20,-37,-41,-58,-52,-108","w":95},{"d":"-1,-175v-1,-45,15,-84,54,-84v38,0,53,36,53,79v0,57,-18,85,-53,85v-36,0,-54,-26,-54,-80xm53,-110v23,0,35,-22,35,-67v0,-44,-12,-67,-35,-67v-23,0,-35,24,-35,72v0,41,11,62,35,62xm191,-255r18,0r-123,254r-18,0xm172,-80v-1,-44,15,-83,52,-83v36,0,54,28,54,83v0,54,-18,81,-54,81v-35,0,-52,-27,-52,-81xm259,-83v0,-32,-8,-64,-33,-65v-24,0,-36,23,-36,67v0,45,11,67,34,67v24,0,35,-23,35,-69","w":293},{"d":"27,-256r24,0r0,255r-24,0r0,-255","w":72},{"d":"34,-265r26,0r0,272r-26,0r0,-272","w":93},{"d":"68,-133v-25,-7,-52,-36,-52,-65v-1,-41,40,-61,83,-61v38,0,70,24,70,61v0,28,-31,58,-54,65v37,16,60,27,62,66v2,45,-40,70,-87,70v-45,1,-84,-28,-83,-72v2,-38,27,-50,61,-64xm89,-123v-25,6,-57,27,-57,54v0,32,29,52,62,52v51,0,80,-58,36,-87v-13,-8,-26,-15,-41,-19xm95,-239v-30,-1,-54,16,-54,44v0,21,18,39,54,55v34,-20,50,-39,50,-57v0,-26,-22,-42,-50,-42"},{"d":"159,-196v-8,72,-53,106,-119,174r125,0r0,21r-153,0r0,-23v42,-40,121,-117,121,-167v0,-53,-69,-55,-108,-28r-3,-23v47,-32,144,-19,137,46"},{"d":"31,-31r31,0r-30,78r-22,0xm30,-184r29,0r0,29r-29,0r0,-29","w":72},{"d":"3,-73v0,-36,28,-59,59,-69v-53,-42,-38,-117,34,-117v33,0,61,21,60,51v-1,39,-26,55,-59,71r66,71v16,-25,18,-35,22,-76r23,0v0,29,-10,59,-30,92r44,50r-30,0r-27,-31v-31,23,-37,34,-76,34v-58,0,-86,-25,-86,-76xm27,-72v0,48,55,67,95,47v7,-4,16,-11,28,-23r-74,-80v-33,16,-49,35,-49,56xm83,-151v25,-8,51,-27,51,-55v0,-19,-17,-35,-38,-34v-55,1,-56,62,-13,89","w":227},{"d":"16,-256r156,0r0,22r-100,233r-28,0r104,-234r-132,0r0,-21"},{"d":"-1,-79r116,-177r32,0r0,175r36,0r0,21r-36,0r0,59r-24,0r0,-59r-124,0r0,-19xm123,-81r0,-153r-99,153r99,0"},{"d":"105,-187v0,28,-24,53,-52,53v-28,0,-53,-24,-53,-53v0,-28,26,-52,53,-52v27,0,52,24,52,52xm91,-187v0,-19,-19,-38,-39,-38v-22,0,-38,18,-38,38v0,20,19,39,39,39v19,0,38,-19,38,-39","w":95},{"d":"79,0r-38,0r0,-38r38,0r0,38xm199,0r-38,0r0,-38r38,0r0,38xm319,0r-38,0r0,-38r38,0r0,38","w":360},{"d":"119,-195v0,-46,-52,-52,-97,-32r-1,-23v88,-35,152,33,106,100v-16,24,-46,47,-45,85v-9,-1,-22,5,-22,-7v0,-55,59,-67,59,-123xm57,-31r29,0r0,30r-29,0r0,-30","w":153},{"d":"101,3v-34,-1,-45,-13,-63,-37r0,33r-21,0r0,-273r23,0r0,120v18,-23,28,-35,64,-35v49,0,74,44,74,97v1,53,-27,96,-77,95xm39,-93v0,39,21,77,58,77v38,0,57,-35,57,-76v0,-42,-17,-78,-54,-78v-38,0,-61,36,-61,77"},{"d":"212,-128v-2,103,-72,137,-193,127r0,-254v112,-9,195,25,193,127xm43,-22v89,10,143,-26,144,-104v1,-78,-52,-113,-144,-109r0,213","w":227},{"d":"32,-186v-7,-58,11,-102,71,-88r-2,19v-40,-10,-52,25,-46,69r41,0r0,19r-41,0r0,167r-23,0r0,-167r-36,0r0,-19r36,0","w":102},{"d":"107,4v-60,0,-94,-41,-94,-103r0,-156r24,0r0,164v-1,40,29,74,66,74v42,0,71,-34,71,-77r0,-161r23,0r0,164v0,55,-35,96,-90,95","w":219},{"d":"21,-256r24,0r0,114r118,-114r34,0r-125,120r133,136r-34,0r-126,-130r0,129r-24,0r0,-255","w":197},{"d":"15,-255r86,226r82,-226r25,0r-95,255r-27,0r-95,-255r24,0","w":212,"k":{"\u00c4":41,"z":17,"y":11,"x":14,"w":8,"v":11,"u":20,"s":26,"r":23,"q":29,"p":20,"o":30,"n":21,"m":20,"g":29,"e":28,"d":29,"c":31,"a":27,"A":41,";":28,":":28,".":47,"-":31,",":49}},{"d":"162,-181v-1,49,-49,78,-116,70r0,110r-24,0r0,-254r65,0v45,-2,76,30,75,74xm138,-185v-2,-43,-43,-54,-93,-50r0,103v51,6,95,-10,93,-53","w":168,"k":{"\u00c4":30,"A":30,".":65,",":63}},{"d":"-17,-256r30,48r-22,0r-47,-48r39,0","w":0},{"d":"102,-92v47,31,16,94,-44,94v-11,0,-27,-3,-51,-10r2,-23v35,20,85,19,92,-18v-3,-43,-88,-41,-87,-96v1,-48,66,-54,107,-35r-2,21v-26,-13,-82,-18,-82,15v0,27,45,38,65,52","w":139},{"d":"63,-256r29,48r-21,0r-47,-48r39,0xm86,-190v53,0,79,44,76,101r-132,0v3,69,59,86,117,58r0,23v-72,31,-141,-6,-141,-85v0,-52,32,-97,80,-97xm140,-107v-1,-63,-56,-83,-91,-47v-11,11,-17,28,-19,47r110,0","w":176},{"d":"96,-255r20,0r0,254r-23,0r0,-226r-43,36r-13,-16","k":{"1":53}},{"d":"-3,37r34,0r0,-293r-34,0r0,-16r56,0r0,325r-56,0r0,-16","w":87},{"d":"168,-70v0,65,-74,74,-147,69r0,-254v69,-3,141,1,140,64v-1,34,-17,46,-46,57v36,6,53,27,53,64xm143,-71v0,-48,-46,-56,-98,-52r0,101v50,3,98,-5,98,-49xm137,-189v0,-43,-45,-49,-92,-46r0,91v53,2,92,-10,92,-45","w":183},{"d":"11,-255r31,118v11,43,19,83,25,120r59,-238r30,0v4,11,34,128,44,167v6,25,11,49,14,71v11,-74,38,-165,58,-238r23,0r-67,255r-29,0r-58,-236r-59,235r-30,0r-65,-254r24,0","w":300,"k":{"\u00c4":28,"z":14,"y":9,"x":12,"w":5,"v":9,"u":18,"s":21,"r":20,"q":23,"p":18,"o":24,"n":19,"m":18,"g":23,"e":23,"d":23,"c":24,"a":24,"A":28,";":24,":":25,".":36,"-":24,",":38}},{"d":"91,-256r30,0r103,256r-25,0r-28,-69r-131,0r-29,68r-24,0xm162,-91r-56,-142r-57,142r113,0","w":227,"k":{"\u00d6":21,"y":29,"w":24,"v":29,"Y":43,"W":26,"V":43,"T":35,"Q":21,"O":21,"G":24,"C":23}},{"d":"6,-128v0,-74,43,-131,114,-131v72,0,111,58,111,135v0,70,-45,127,-113,127v-71,0,-112,-56,-112,-131xm30,-126v0,59,33,108,90,108v57,0,87,-51,87,-112v0,-60,-32,-109,-89,-109v-57,-1,-88,51,-88,113","w":249,"k":{"\u00c4":20,"Y":28,"V":20,"Q":11,"G":12,"A":20}},{"d":"7,-126v0,-72,22,-132,85,-133v55,0,83,43,83,130v0,72,-23,130,-86,131v-59,0,-82,-59,-82,-128xm33,-122v0,53,13,103,56,104v41,0,61,-39,61,-117v0,-53,-15,-105,-58,-105v-45,0,-59,61,-59,118"},{"d":"22,-256r120,0r0,21r-96,0r0,90r92,0r0,22r-92,0r0,122r-24,0r0,-255","w":153,"k":{"\u00c4":26,"A":26,".":58,",":56}},{"d":"86,-135r-86,-120r28,0r73,104r74,-104r27,0r-86,121r92,133r-29,0r-79,-117r-82,117r-27,0","w":212},{"d":"19,-255r28,0r103,166v18,29,31,51,37,68r-2,-234r23,0r0,254r-30,0r-71,-115v-28,-46,-51,-85,-68,-117r3,232r-23,0r0,-254","w":234},{"d":"174,-148v0,108,-55,174,-162,142r4,-23v78,33,133,-19,135,-101v-39,65,-142,35,-142,-44v0,-49,33,-86,81,-85v56,0,84,37,84,111xm33,-173v0,33,23,58,57,58v33,0,57,-28,57,-62v0,-35,-23,-61,-57,-61v-35,0,-57,29,-57,65"},{"d":"22,-256r126,0r0,21r-101,0r0,91r95,0r0,21r-96,0r0,101r106,0r0,22r-130,0r0,-256","w":160},{"d":"39,33v1,34,-26,51,-63,42r1,-19v28,7,38,-5,39,-39r0,-203r23,0r0,219xm14,-269r26,0r0,30r-26,0r0,-30","w":65},{"d":"-6,-265r24,0r88,272r-24,0","w":100},{"d":"8,-219r52,18r-1,-55r20,0r-1,55r52,-19r7,21r-54,15r34,44r-18,13r-30,-48r-32,47r-16,-12r34,-45r-53,-14","w":146},{"d":"165,-75v-1,73,-78,90,-153,68r2,-23v56,25,119,10,127,-40v-3,-47,-32,-53,-94,-52r0,-20v61,0,91,-16,91,-50v-1,-51,-76,-54,-116,-32r-3,-23v65,-24,143,-14,143,53v0,30,-17,50,-51,60v30,5,55,25,54,59"},{"d":"19,-186r53,166r54,-166r24,0r-75,216v-17,39,-29,54,-72,46r1,-20v36,8,44,-9,55,-51r-65,-191r25,0","w":153,"k":{".":35,",":36}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+196-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);})("JPv>s5_2Qre-JpA+l5c:jPje?%_>v5e-?%&:Qr8xvLT.I32]?pe!8>y>DdtyvrLs?04(DP4*l4}!?04(DP4:,?)DQ@8%v0E}Ucy>DdtyI>cEl,t(v,c4spAds%c+?04(DP85Qcy>DdtyDN*g`cy>D$)Z_Ay>D$)#IAeEl,t(vdvx`dzEl,t(I5j#?04(DP4>?04(DP{(S$L:SAy>D$)d_cy>D$)5I>zEl,t(vP_2?04(DP4(r@ly@A&SJ%^T_ADeV]_El,t(v,8$?p&eJpL&h$}:i:IN_cy>D$)]Dcy>Ddt:_de]8PvL@>vUI0_t)p${cP0j&J`D_iVU8@,4Lr?IvQsElSh}#]dZA5xbzOg.!-K(y:32>%N^*o+Tea|El,t(v,}y?4&?U4T(8A#ii4LO?c(ODNZ]`x_(sPA2Jpj]J@yzV,t.E$>]`xt.s$>(`5yAs5l2QpyxVrj-v]*xs0A(Q0DeSN2+QrIbI]*KQ32K?]}|ixlNl>(-J,TbV3zxvr#:`r#zsx8ovr*3lPL:sA(-vPLTD,Z:?p^y_d#E`d)E`d{(D]ZZ`%Z-lPL3lp#.s%_#lPAKs]*bsN_2s5c!v@Zzv5e:J$!zVP(+J:!zJrlsI>!z?L2eEc!z??2zJpZ}")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":190,"face":{"font-family":"frucht","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-63 -324 319 89","underline-thickness":"14.4141","underline-position":"-41.1328","unicode-range":"U+0020-U+2026"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright by ClassicFontCorporation, USA RWE
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"-9,-87r242,0r0,28r-242,0r0,-28xm-9,-153r242,0r0,29r-242,0r0,-29","w":236},{"d":"98,-256r38,0r111,256r-42,0r-27,-65r-123,0r-27,64r-39,0xm167,-95r-27,-64v-10,-24,-18,-46,-24,-66v-16,55,-19,61,-50,130r101,0xm60,-320r34,0r0,36r-34,0r0,-36xm141,-320r34,0r0,36r-34,0r0,-36","w":251,"k":{"\u00d6":22,"y":32,"w":27,"v":31,"Y":45,"W":28,"V":44,"T":36,"Q":23,"O":22,"G":24,"C":25}},{"d":"126,-260v76,0,123,54,123,131v0,77,-49,132,-123,133v-75,1,-123,-54,-123,-129v0,-76,47,-135,123,-135xm41,-127v0,53,32,104,83,103v54,0,88,-48,88,-105v0,-58,-33,-103,-87,-103v-50,0,-84,51,-84,105xm71,-320r33,0r0,35r-33,0r0,-35xm150,-320r34,0r0,35r-34,0r0,-35","w":266,"k":{"\u00c4":22,"Y":27,"V":21,"Q":10,"G":10,"A":22}},{"d":"98,-256r38,0r111,256r-42,0r-27,-65r-123,0r-27,64r-39,0xm167,-95r-27,-64v-10,-24,-18,-46,-24,-66v-16,55,-19,61,-50,130r101,0","w":251,"k":{"\u00d6":22,"y":32,"w":27,"v":31,"Y":45,"W":28,"V":44,"T":36,"Q":23,"O":22,"G":24,"C":25}},{"d":"30,-188v2,8,49,128,51,155v8,-29,26,-81,53,-156r35,0r-81,221v-22,40,-39,53,-84,43r2,-28v32,10,45,-4,59,-41r-72,-194r37,0","w":170,"k":{".":32,",":32}},{"d":"0,45r0,-18r200,0r0,18r-200,0","w":200},{"d":"15,-256r60,0r42,107v16,40,28,77,38,109r78,-216r59,0r0,256r-35,0r2,-240v-15,45,-44,126,-87,240r-35,0r-88,-239r0,238r-34,0r0,-255","w":318},{"d":"3,-93v0,-54,31,-101,84,-99v25,0,46,11,63,33r0,-30r32,0v-8,115,38,272,-94,272v-22,0,-45,-4,-71,-13r4,-32v59,31,142,21,126,-65v-17,20,-39,30,-65,30v-50,1,-79,-44,-79,-96xm40,-95v1,39,16,68,53,68v32,0,56,-32,56,-67v0,-36,-22,-69,-57,-69v-31,0,-53,35,-52,68","w":207},{"d":"90,-131r-88,-124r42,0r68,97r69,-98r42,0r-87,121r94,135r-44,0r-72,-110r-76,109r-43,0","w":236},{"d":"-14,-258r31,48r-28,0r-49,-48r46,0","w":0},{"d":"3,-125v0,-76,47,-135,122,-135v75,0,124,54,124,131v0,77,-49,132,-123,133v-75,1,-123,-54,-123,-129xm41,-127v0,53,32,104,83,103v54,0,88,-48,88,-105v0,-58,-33,-103,-87,-103v-50,0,-84,51,-84,105","w":266,"k":{"\u00c4":22,"Y":27,"V":21,"Q":10,"G":10,"A":22}},{"d":"192,-160r-153,69r153,69r0,25r-183,-83r0,-22r183,-83r0,25","w":203},{"d":"0,25r39,0r0,-279r-38,0r0,-24r71,0r0,328r-72,0r0,-25","w":96},{"d":"122,-114v3,-57,-61,-62,-101,-32r0,-29v44,-32,133,-19,133,44r0,131r-30,0r0,-30v-23,23,-29,33,-67,33v-36,0,-61,-24,-60,-61v1,-48,67,-62,125,-56xm122,-90v-39,-4,-86,2,-88,35v-2,39,58,40,75,15v8,-12,16,-30,13,-50","w":177},{"d":"62,-100r-62,-87r41,0r44,65r42,-66r38,0r-61,90r66,98r-42,0r-47,-74r-46,73r-40,0","w":177},{"d":"53,-170r32,0r-48,75r47,75r-32,0r-52,-75xm125,-170r32,0r-45,75r45,75r-31,0r-51,-75","w":170},{"d":"79,0r-38,0r0,-38r38,0r0,38xm199,0r-38,0r0,-38r38,0r0,38xm319,0r-38,0r0,-38r38,0r0,38","w":360},{"d":"182,-180v0,63,-60,87,-127,77r0,102r-35,0r0,-254v83,-5,162,0,162,75xm56,-135v44,5,87,-4,88,-45v1,-36,-38,-49,-88,-46r0,91","k":{"\u00c4":32,"A":32,".":70,",":66}},{"d":"70,-255r-6,183r-30,0r-6,-183r42,0xm30,-39r39,0r0,39r-39,0r0,-39","w":81},{"d":"127,-156v-80,-21,-78,75,-74,155r-35,0r-1,-187r33,0r1,32v17,-28,36,-38,76,-32r0,32","w":126,"k":{".":40,"-":36,",":36}},{"d":"18,-270r38,0r0,38r-38,0r0,-38xm21,-188r34,0r0,188r-34,0r0,-188","w":74},{"d":"102,-162v-64,0,-52,93,-52,161r-35,0r0,-187r33,0r0,27v42,-55,130,-34,130,52r0,109r-34,0v-7,-61,23,-162,-42,-162","w":200},{"d":"90,-191v58,0,88,42,83,106r-135,0v5,63,73,74,120,43r0,33v-76,34,-154,-5,-154,-86v0,-53,36,-96,86,-96xm138,-111v-3,-29,-18,-53,-47,-54v-26,0,-44,18,-53,54r100,0","w":184},{"d":"113,3v-33,-1,-47,-12,-67,-32r0,29r-32,0r0,-275r35,0r0,118v16,-23,37,-35,65,-35v49,-1,80,44,80,94v0,56,-28,102,-81,101xm49,-95v0,35,21,68,55,68v34,0,55,-35,55,-70v1,-31,-23,-65,-52,-65v-35,0,-58,31,-58,67","w":207},{"w":96},{"d":"70,-258r31,48r-28,0r-49,-48r46,0xm90,-191v58,0,88,42,83,106r-135,0v5,63,73,74,120,43r0,33v-76,34,-154,-5,-154,-86v0,-53,36,-96,86,-96xm138,-111v-3,-29,-18,-53,-47,-54v-26,0,-44,18,-53,54r100,0","w":184},{"d":"72,-161v5,55,-23,157,51,131r0,29v-45,13,-86,-3,-86,-55r0,-105r-42,0r0,-27r42,0r0,-42r35,-12r0,54r49,0r0,27r-49,0","w":133},{"d":"21,-275r34,0r0,274r-34,0r0,-274","w":74},{"d":"4,-89v0,-88,92,-137,147,-73r0,-113r35,0r1,275r-33,0r-1,-29v-48,65,-149,26,-149,-60xm40,-94v0,38,19,70,55,69v37,0,57,-34,57,-73v1,-31,-26,-64,-55,-64v-34,0,-57,32,-57,68","w":207},{"d":"105,-134v31,5,58,27,58,62v0,73,-85,88,-159,65r3,-33v46,21,116,24,118,-31v2,-38,-44,-52,-86,-47r0,-31v42,2,84,-9,84,-44v0,-46,-71,-45,-109,-25r-2,-31v77,-22,144,-14,149,56v2,29,-27,60,-56,59"},{"d":"98,-258r44,0r-49,48r-26,0xm90,-191v58,0,88,42,83,106r-135,0v5,63,73,74,120,43r0,33v-76,34,-154,-5,-154,-86v0,-53,36,-96,86,-96xm138,-111v-3,-29,-18,-53,-47,-54v-26,0,-44,18,-53,54r100,0","w":184},{"d":"3,-92v0,-54,41,-99,97,-99v56,0,93,43,93,99v0,55,-41,95,-97,95v-56,0,-93,-40,-93,-95xm40,-91v0,37,24,67,59,67v36,1,58,-35,58,-73v0,-36,-22,-66,-57,-66v-35,0,-60,35,-60,72xm48,-250r33,0r0,34r-33,0r0,-34xm117,-250r32,0r0,34r-32,0r0,-34","w":207},{"d":"213,-91v1,55,-41,95,-96,95v-67,0,-101,-39,-101,-116r0,-144r36,0v7,89,-30,226,63,229v84,3,59,-143,62,-229r36,0r0,165xm59,-319r34,0r0,36r-34,0r0,-36xm139,-320r34,0r0,36r-34,0r0,-36","w":236},{"d":"213,-91v1,55,-41,95,-96,95v-67,0,-101,-39,-101,-116r0,-144r36,0v7,90,-30,226,64,229v84,3,59,-143,62,-229r35,0r0,165","w":236},{"d":"21,-254r40,0r-33,87r-32,0xm87,-254r40,0r-31,87r-33,0","w":128},{"d":"-6,-265r24,0r88,272r-24,0","w":100},{"d":"103,-187v0,28,-25,53,-53,53v-28,0,-52,-25,-52,-53v0,-28,25,-52,52,-52v27,0,53,25,53,52xm89,-187v0,-19,-19,-38,-39,-38v-22,0,-38,18,-38,38v-1,20,18,39,38,39v19,0,39,-19,39,-39","w":96},{"d":"9,-121r90,0r0,-90r29,0r0,90r92,0r0,30r-92,0r0,91r-29,0r0,-91r-90,0r0,-30","w":236},{"d":"13,-41r40,0r0,40r-40,0r0,-40","w":66},{"d":"122,-246v-39,-10,-53,16,-49,58r50,0r0,27r-50,0r0,160r-33,0r0,-160r-44,0r0,-27r43,0v-4,-69,22,-96,85,-87","w":126},{"d":"34,-265r26,0r0,272r-26,0r0,-272","w":93},{"d":"114,3v-29,0,-56,-17,-65,-37r1,111r-33,0r-2,-266r33,0r0,35v11,-21,36,-38,66,-38v54,0,83,40,83,97v0,53,-32,98,-83,98xm108,-163v-37,0,-57,36,-57,76v0,30,27,61,56,61v35,0,54,-36,54,-74v0,-31,-22,-63,-53,-63","w":207},{"d":"3,-94v0,-56,42,-97,98,-97v53,0,93,42,93,95v0,56,-40,100,-96,100v-58,0,-95,-40,-95,-98xm40,-91v0,36,24,67,59,67v75,0,78,-141,3,-140v-37,-1,-62,34,-62,73","w":207},{"d":"0,-30r110,-132r-105,0r0,-26r144,0r0,30r-110,131r113,0r0,27r-152,0r0,-30","w":162},{"d":"105,71v-112,16,-22,-145,-90,-155r0,-22v61,-3,-4,-159,66,-154r24,0r0,24v-47,-12,-32,53,-32,90v0,20,-16,48,-32,51v32,9,31,58,31,103v0,35,6,42,33,39r0,24","w":120},{"d":"-7,-255r196,0r0,31r-80,0r0,223r-37,0r0,-223r-79,0r0,-31","k":{"\u00c4":35,"z":39,"y":36,"x":37,"w":35,"v":36,"u":46,"s":41,"r":46,"q":41,"p":46,"o":41,"n":46,"m":44,"g":41,"e":41,"d":41,"c":41,"a":38,"A":35,";":48,":":52,".":45,"-":41,",":41}},{"d":"92,-253r29,0r-96,253r-29,0","w":126},{"d":"220,-147v0,-16,-14,-33,-30,-33v-29,0,-54,40,-54,70v0,19,12,35,30,35v28,0,54,-43,54,-72xm107,-107v0,-67,84,-141,124,-71r7,-22r25,0r-33,117v0,7,3,11,8,11v27,2,51,-49,51,-78v0,-55,-44,-93,-100,-93v-62,0,-110,52,-110,115v0,61,51,114,112,113v38,-1,71,-18,88,-42r24,0v-21,36,-61,63,-113,64v-74,1,-137,-62,-137,-137v0,-73,64,-135,136,-135v65,0,124,49,124,112v0,46,-42,106,-87,104v-14,0,-22,-9,-23,-22v-33,43,-96,17,-96,-36","w":365},{"d":"27,-285v-8,2,-47,-16,-53,-15v-9,0,-17,6,-23,17r-16,0v6,-62,57,-36,94,-27v9,0,17,-5,22,-16r15,0v1,22,-18,41,-39,41","w":0},{"d":"93,-258r45,0r-49,48r-26,0xm122,-114v3,-57,-61,-62,-101,-32r0,-29v44,-32,133,-19,133,44r0,131r-30,0r0,-30v-23,23,-29,33,-67,33v-36,0,-61,-24,-60,-61v1,-48,67,-62,125,-56xm122,-90v-39,-4,-86,2,-88,35v-2,39,58,40,75,15v8,-12,16,-30,13,-50","w":177},{"d":"230,-127v0,110,-86,134,-213,126r0,-254v119,-11,213,18,213,128xm192,-128v-1,-71,-56,-106,-139,-97r0,194v85,3,140,-18,139,-97","w":244},{"d":"7,-131v0,-69,24,-130,84,-130v58,0,87,44,87,131v0,71,-23,134,-84,134v-64,-1,-87,-62,-87,-135xm93,-25v35,1,49,-57,49,-100v0,-71,-16,-106,-48,-106v-33,0,-50,33,-50,98v0,72,16,108,49,108"},{"d":"124,-113v2,-58,-65,-61,-102,-32r0,-31v54,-31,133,-18,133,58r0,118r-29,0r0,-31v-25,23,-27,32,-66,33v-35,1,-61,-22,-61,-56v-1,-53,66,-67,125,-59xm71,-23v35,0,56,-27,53,-66v-42,-7,-95,6,-89,36v0,18,16,30,36,30xm82,-197v-19,1,-35,-21,-35,-39v0,-20,21,-36,41,-36v20,0,36,18,35,38v0,19,-22,37,-41,37xm85,-213v12,0,22,-10,22,-21v2,-26,-42,-28,-44,-4v-1,14,8,25,22,25","w":177},{"d":"28,-188r44,155r48,-155r40,0r26,78v10,31,18,58,22,80v6,-39,36,-121,45,-158r35,0r-61,188r-39,0r-49,-159v-12,55,-28,107,-49,158r-38,0r-61,-187r37,0","w":296,"k":{".":32,",":33}},{"d":"4,-109r175,0r0,28r-175,0r0,-28"},{"d":"35,-256r74,113r75,-113r43,0r-100,147r0,109r-36,0r0,-109r-101,-147r45,0","w":229,"k":{"\u00d6":28,"\u00c4":45,"z":26,"y":20,"x":24,"w":20,"v":20,"u":31,"s":37,"r":31,"q":43,"p":30,"o":44,"n":30,"m":29,"g":43,"e":43,"d":43,"c":45,"a":37,"Q":29,"O":29,"G":30,"C":32,"A":45,";":36,":":36,".":55,"-":52,",":51}},{"d":"7,-116v0,-68,28,-109,61,-163r33,0v-29,55,-55,98,-55,162v0,70,21,99,53,166r-31,0v-34,-53,-61,-97,-61,-165","w":103},{"d":"28,-40r42,0r-33,90r-31,0xm25,-187r40,0r0,40r-40,0r0,-40","w":74},{"d":"6,-109r94,0r0,27r-94,0r0,-27","w":110},{"d":"36,-170r52,76r-51,74r-33,0r48,-74r-48,-76r32,0xm112,-170r49,76r-49,74r-33,0r46,-75r-47,-75r34,0","w":170},{"d":"102,-96v44,31,13,99,-42,99v-16,0,-34,-4,-54,-12r3,-31v23,17,72,22,77,-12v3,-19,-58,-45,-57,-46v-43,-31,-13,-94,40,-94v14,0,30,3,48,8r-2,29v-26,-13,-66,-15,-71,15v-3,18,59,41,58,44","w":133},{"d":"15,-40r40,0r-32,88r-32,0xm82,-40r40,0r-33,88r-30,0","w":133},{"d":"21,-256v75,-3,161,-3,161,66v0,30,-16,51,-51,62v11,6,19,13,24,24r48,104r-42,0r-40,-92v-9,-23,-31,-23,-63,-23r0,114r-37,0r0,-255xm57,-146v45,1,86,-1,88,-38v2,-40,-43,-43,-88,-41r0,79","w":214,"k":{"Y":24,"V":20}},{"d":"55,-115v0,-68,-24,-101,-56,-162r33,0v31,41,60,99,60,161v0,70,-26,115,-60,166r-33,0v31,-54,56,-98,56,-165","w":103},{"d":"9,-256r162,0v0,16,2,28,-4,41r-92,215r-40,0r100,-227r-126,0r0,-29"},{"d":"20,-256r135,0r0,30r-98,0r0,77r95,0r0,32r-95,0r0,116r-37,0r0,-255","w":162,"k":{"\u00c4":24,"A":24,".":56,",":52}},{"d":"167,-189v0,71,-55,99,-122,160r126,0r0,29r-162,0r0,-40v40,-30,118,-101,118,-147v0,-51,-63,-50,-107,-25r-5,-32v64,-33,152,-16,152,55"},{"d":"77,-193v0,37,-5,88,28,87r0,22v-68,9,23,173,-90,155r0,-24v38,12,33,-34,32,-70v-1,-38,7,-63,32,-72v-35,-10,-33,-65,-32,-112v1,-28,-9,-31,-32,-29r0,-24v47,-4,62,10,62,67","w":120},{"d":"17,-255r48,0r63,109v25,43,45,79,59,111r-3,-220r34,0r0,255r-45,0r-63,-107v-29,-49,-49,-88,-61,-118r2,225r-34,0r0,-255","w":244},{"d":"174,-82v2,74,-78,102,-153,77r2,-33v44,25,113,13,112,-40v-1,-51,-58,-64,-111,-45r1,-132r141,0r0,29r-106,0r-2,68v67,-15,115,19,116,76"},{"d":"23,-278r71,0r0,23r-38,0r0,280r38,0r0,24r-71,0r0,-327","w":96},{"d":"94,4v-57,1,-84,-54,-84,-116v0,-124,59,-170,160,-138r-5,32v-64,-31,-113,-2,-119,81v44,-53,133,-18,133,51v0,55,-32,90,-85,90xm49,-81v-1,30,19,57,47,57v27,0,46,-29,46,-57v0,-26,-20,-53,-46,-53v-28,0,-47,25,-47,53"},{"d":"0,-177v0,-44,15,-82,55,-82v38,0,55,39,55,80v0,45,-14,85,-53,85v-38,0,-57,-27,-57,-83xm57,-115v19,1,26,-34,26,-59v0,-42,-9,-63,-28,-63v-19,0,-28,21,-28,64v0,39,10,58,30,58xm188,-257r22,0r-116,257r-21,0xm228,4v-39,0,-55,-38,-55,-82v0,-57,19,-85,56,-85v39,0,53,38,53,83v0,56,-18,84,-54,84xm200,-78v-1,26,6,60,26,60v20,0,30,-20,30,-61v0,-41,-9,-61,-28,-61v-19,0,-28,21,-28,62","w":296},{"d":"20,-255r37,0r0,223r106,0r0,32r-143,0r0,-255","w":177,"k":{"Y":49,"W":29,"V":43,"T":41}},{"w":96},{"d":"175,-137v0,101,-61,167,-158,132r5,-31v64,29,112,-1,118,-84v-41,55,-134,18,-134,-56v0,-47,36,-84,85,-83v62,1,84,53,84,122xm43,-176v0,28,20,55,46,54v27,0,47,-25,47,-54v0,-28,-20,-55,-47,-55v-28,0,-46,25,-46,55"},{"d":"40,-74r-35,0r0,-24r39,0r9,-70r-39,0r0,-24r43,0r10,-74r25,0r-11,74r45,0r10,-74r25,0r-10,74r30,0r0,24r-34,0r-10,70r34,0r0,24r-37,0r-10,74r-25,0r10,-74r-44,0r-11,74r-24,0xm78,-168r-10,70r45,0r9,-70r-44,0","w":185},{"d":"88,-256r31,0r0,255r-36,0r1,-215r-40,34r-20,-24","k":{"1":46}},{"d":"32,-255r42,112v16,42,27,80,36,114v17,-54,45,-130,82,-226r39,0r-99,255r-44,0r-97,-255r41,0","w":236,"k":{"\u00c4":44,"z":19,"y":12,"x":16,"w":12,"v":13,"u":23,"s":26,"r":24,"q":30,"p":22,"o":31,"n":22,"m":21,"g":29,"e":30,"d":30,"c":31,"a":28,"A":44,";":28,":":29,".":48,"-":33,",":49}},{"d":"7,-130v0,-98,104,-161,202,-115r-4,34v-75,-43,-156,0,-158,80v-2,79,74,123,153,93r1,35v-101,25,-194,-26,-194,-127","w":214},{"d":"6,-33r136,-194r-131,1r0,-29r170,0r0,31r-134,194r136,0r0,30r-177,0r0,-33","w":200},{"d":"24,-255r35,0r0,255r-35,0r0,-255","w":81},{"d":"-2,-53v0,-54,67,-65,125,-62v2,-58,-65,-57,-101,-30r0,-31v54,-32,132,-17,132,52r0,124r-29,0r0,-30v-24,24,-27,33,-63,33v-35,0,-64,-21,-64,-56xm34,-250r33,0r0,33r-33,0r0,-33xm35,-53v-1,35,57,39,75,14v10,-12,16,-31,13,-51v-46,-5,-93,8,-88,37xm104,-251r32,0r0,34r-32,0r0,-34","w":177},{"d":"-18,-329r35,0r37,49r-31,0r-24,-32r-27,31r-31,0","w":0},{"d":"36,-254r32,0r-24,87r-41,0xm103,-255r31,0r-23,88r-40,0","w":133},{"d":"15,-41r41,0r-32,89r-32,0","w":66},{"d":"75,3v-18,-1,-53,-4,-67,-12r3,-37v21,8,42,14,64,17r0,-90v-93,-22,-94,-123,2,-138r0,-30r19,0r0,30v26,3,46,6,60,11r-3,34v-15,-7,-34,-12,-57,-15r0,78v38,9,75,32,76,72v0,47,-33,73,-78,79r0,32r-19,0r0,-31xm76,-226v-44,7,-41,61,0,69r0,-69xm94,-29v33,-6,56,-40,29,-67v-8,-8,-17,-13,-29,-17r0,84","w":184},{"d":"63,-259r34,0r36,47r-30,0r-24,-31r-26,32r-30,0xm122,-114v3,-57,-61,-62,-101,-32r0,-29v44,-32,133,-19,133,44r0,131r-30,0r0,-30v-23,23,-29,33,-67,33v-36,0,-61,-24,-60,-61v1,-48,67,-62,125,-56xm122,-90v-39,-4,-86,2,-88,35v-2,39,58,40,75,15v8,-12,16,-30,13,-50","w":177},{"d":"145,-29v-37,57,-131,33,-131,-44r0,-115r35,0v6,62,-23,162,41,162v65,0,52,-94,53,-162r34,0r0,188r-31,0","w":200},{"d":"38,-256r32,0r-23,90r-42,0","w":60},{"d":"210,-162v-60,0,-46,96,-47,162r-34,0v-6,-57,22,-156,-36,-161v-52,-4,-49,97,-47,160r-35,0r0,-187r33,0r0,27v28,-43,96,-39,113,7v15,-25,35,-37,61,-37v82,-1,57,112,61,191r-34,0r-1,-115v0,-31,-11,-47,-34,-47","w":303},{"d":"17,-275r35,0r0,165r76,-78r47,0r-89,83r99,105r-49,0r-85,-96r0,95r-34,0r0,-274","w":177},{"d":"249,-131v-2,63,-24,94,-67,123r61,55r-48,0r-49,-45v-89,14,-142,-45,-142,-129v0,-74,50,-133,123,-133v75,0,123,54,122,129xm125,-24v53,0,89,-50,88,-104v0,-54,-34,-104,-86,-104v-51,0,-86,51,-86,104v0,55,31,104,84,104","w":266},{"d":"61,-138v-81,-24,-46,-122,35,-122v39,0,82,23,81,60v0,28,-15,50,-47,64v85,28,54,140,-35,140v-46,0,-92,-29,-91,-72v0,-30,19,-54,57,-70xm88,-122v-23,9,-45,28,-46,54v-1,27,27,45,54,45v43,0,63,-52,29,-79v-11,-8,-22,-16,-37,-20xm104,-148v21,-18,34,-24,36,-49v2,-21,-23,-36,-45,-36v-39,0,-58,45,-24,66v3,2,14,8,33,19"},{"d":"17,-256r36,0r0,107r122,0r0,-107r36,0r0,257r-35,0r0,-119r-122,0r0,117r-37,0r0,-255","w":236},{"d":"99,-61v-1,49,-47,76,-100,59r0,-31v31,13,63,2,63,-40r0,-183r37,0r0,195","w":126},{"d":"5,-91v0,-72,60,-120,135,-94r-2,31v-48,-26,-97,8,-97,63v0,51,55,81,102,54r3,30v-67,32,-141,-15,-141,-84","w":155},{"d":"30,-188r52,154r52,-154r34,0r-67,188r-41,0r-67,-188r37,0","w":170,"k":{".":31,",":32}},{"d":"20,-256r142,0r0,31r-106,0r0,78r97,0r0,30r-97,0r0,85r108,0r0,32r-144,0r0,-256","w":177},{"d":"19,-255r35,0r0,115r110,-115r52,0v-12,11,-54,52,-124,121r131,134r-53,0v-27,-27,-55,-57,-85,-91v-8,-10,-9,-10,-31,-36r0,127r-35,0r0,-255","w":214},{"d":"50,-98v-2,79,23,195,-74,174r2,-27v25,0,37,-11,37,-33r0,-204r35,0r0,90xm14,-270r38,0r0,37r-38,0r0,-37","w":74},{"d":"104,-156v26,-27,12,-73,-29,-71v-12,0,-31,5,-56,14r-2,-34v67,-26,134,-11,139,51v4,55,-59,72,-59,124r-32,0v-4,-40,19,-64,39,-84xm62,-40r38,0r0,39r-38,0r0,-39","w":170},{"d":"11,-218r55,21r-7,-58r32,0r-5,58r54,-24r10,30r-58,14r41,42r-25,19r-31,-49r-31,51r-25,-17r38,-46r-58,-12","w":162},{"d":"125,-127v58,45,15,131,-63,131v-16,0,-35,-4,-57,-12r5,-34v46,23,105,23,105,-28v0,-16,-10,-29,-28,-39v-5,-3,-7,0,-51,-28v-56,-36,-23,-123,53,-123v16,0,34,3,57,11r-5,32v-37,-18,-94,-20,-94,25v0,30,55,48,78,65","w":170},{"d":"145,-29v-39,55,-131,34,-131,-50r0,-108r35,0v7,61,-24,161,41,161v64,0,52,-93,52,-162r34,0r0,187r-30,0xm46,-251r32,0r0,33r-32,0r0,-33xm116,-252r32,0r0,34r-32,0r0,-34","w":200},{"d":"28,-41r40,0r0,40r-40,0r0,-40xm28,-188r40,0r0,40r-40,0r0,-40","w":74},{"d":"60,-144v-14,-11,-27,-35,-27,-59v-1,-32,31,-56,65,-56v36,0,64,21,64,55v0,27,-18,49,-54,67r51,60v7,-12,13,-33,16,-62r33,0v-5,41,-10,59,-27,87r43,52r-46,0r-20,-25v-49,52,-157,29,-155,-48v2,-41,23,-53,57,-71xm41,-74v0,53,64,61,97,24r-60,-73v-19,8,-37,25,-37,49xm90,-158v25,-17,35,-20,38,-46v2,-14,-16,-27,-30,-26v-40,4,-37,42,-8,72","w":229},{"d":"90,-191v34,1,46,12,63,34r0,-32r32,0r0,267r-34,0r0,-106v-50,64,-147,21,-147,-62v0,-56,32,-102,86,-101xm41,-92v0,35,20,65,54,65v35,0,56,-32,56,-69v0,-31,-24,-67,-54,-66v-35,0,-56,32,-56,70","w":207},{"d":"-1,-88r102,-168r43,0r0,169r31,0r0,30r-30,0r0,57r-37,0r0,-57r-109,0r0,-31xm109,-86r2,-135r-76,135r74,0"},{"d":"4,-128v0,-104,103,-161,210,-120r-3,36v-71,-43,-168,-1,-168,81v0,73,64,122,139,98r0,-75r-55,0r0,-29r91,0r0,129v-103,37,-214,-11,-214,-120","w":244},{"d":"182,-68v2,74,-86,71,-163,68r0,-255v73,-3,157,-4,156,63v-1,39,-18,48,-53,61v40,6,60,27,60,63xm138,-188v1,-36,-43,-41,-84,-38r0,78v43,2,84,0,84,-40xm145,-72v0,-40,-44,-48,-91,-45r0,87v45,2,91,-3,91,-42","w":200},{"d":"28,-255r49,222r41,-222r50,0r44,222v7,-47,24,-121,50,-222r36,0r-64,256r-45,0r-25,-117v-9,-46,-17,-85,-21,-118v-9,67,-29,163,-43,234r-46,0r-64,-255r38,0","w":303,"k":{"\u00c4":28,"z":14,"y":8,"x":12,"w":8,"v":9,"u":19,"s":20,"r":20,"q":22,"p":18,"o":22,"n":18,"m":17,"g":21,"e":21,"d":21,"c":22,"a":23,"A":28,";":24,":":24,".":34,"-":23,",":34}},{"d":"180,-206v0,34,-12,39,-39,59v35,10,53,33,53,71v0,55,-51,88,-114,75r0,-29v40,12,76,-7,76,-49v0,-37,-28,-53,-66,-54r0,-26v27,1,53,-16,53,-42v0,-33,-15,-50,-44,-50v-30,0,-49,31,-49,63r0,187r-35,0v7,-114,-35,-277,87,-277v45,0,78,28,78,72","w":207},{"d":"11,-22r153,-69r-153,-69r0,-25r183,83r0,22r-183,83r0,-25","w":203},{"d":"103,-162v-65,0,-53,93,-53,161r-35,0r0,-274r34,0r0,114v36,-52,127,-32,128,37r1,124r-34,0v-5,-61,20,-162,-41,-162","w":200},{"d":"66,-258r30,48r-27,0r-49,-48r46,0xm122,-114v3,-57,-61,-62,-101,-32r0,-29v44,-32,133,-19,133,44r0,131r-30,0r0,-30v-23,23,-29,33,-67,33v-36,0,-61,-24,-60,-61v1,-48,67,-62,125,-56xm122,-90v-39,-4,-86,2,-88,35v-2,39,58,40,75,15v8,-12,16,-30,13,-50","w":177}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+200-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);})("$7CvR)fxM2z.$+waG)0sT7Tz&LfvC)z.&L9sM23iCNPS|(x~>N^vnmkbf0^vnmk}f}0d&xvi27k>>0vK80^vnmkK|w^vnbJsfwJK,)w.C2TA&]F@n7F{G7^}nv^vnmkwgN^vnmk)fw^vnmk}|vN,Tw^,&]F@n7T@$sd)l]ke8i;F&+zJlw^vnmkwnF=@&]F@n7FvGv^vnbJ^nv}1gsv,G*J@|)9(&]Fsnm0wF~}`3b9z*bNRf~Nn&]F@n7D@g%n^N}fM%N^vnmkwf0d,G*T@n2nS90^vnmkwniFiR2;3gDK$|`C0%L1c$wf,G*J@C)nJk+mD07]T9$#nfg>=3%*FN2&|CMR,G8lAK~b}w)i1WYuS;.e@^s(xvL`{d-aPzZc-9iDx3x9&&]F@n73)>)K,G*J@C*J~#if@R7wx$+T~$%^W>*JS,mv~#iJSRmv@#)^wR)GxM+^i>2T.C~diR]w@M]nz8`xaM2|1|~deM(xe&~AcgiG`Gv@.$*P1>(WiC2Ks#2KWRi3-C2d(G7NsRw@.C7NPn*}s&+{^fbK,#bk,#bD@n~}}#L}.G7N(G+KSRLfKG7weR~d1R`fxR)0;C%}WC)zs$m;W>7@a$s;W$2GR|v;W&Nxz,0;W&&xW$+}A")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":192,"face":{"font-family":"frucht","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 7 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-65 -329 319 83","underline-thickness":"14.4141","underline-position":"-41.1328","unicode-range":"U+0020-U+2026"}}));

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright by ClassicFontCorporation, USA RWE
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"39,33v1,34,-26,51,-63,42r1,-19v28,7,38,-5,39,-39r0,-203r23,0r0,219xm14,-269r26,0r0,30r-26,0r0,-30","w":65},{"d":"31,-31r31,0r-30,78r-22,0xm30,-184r29,0r0,29r-29,0r0,-29","w":72},{"d":"9,-90v-1,-71,55,-115,131,-94r0,22v-59,-23,-105,11,-105,68v0,59,55,95,110,65r0,22v-69,32,-135,-17,-136,-83","w":146},{"d":"77,-193v0,37,-5,88,28,87r0,22v-68,9,23,173,-90,155r0,-24v38,12,33,-34,32,-70v-1,-38,7,-63,32,-72v-35,-10,-33,-65,-32,-112v1,-28,-9,-31,-32,-29r0,-24v47,-4,62,10,62,67","w":120},{"d":"81,-189v35,0,48,13,65,39r0,-37r21,0r0,264r-22,0r0,-111v-15,23,-29,36,-61,37v-49,1,-77,-45,-77,-97v0,-52,28,-95,74,-95xm30,-95v0,42,19,77,56,78v39,1,61,-39,61,-80v0,-37,-26,-73,-62,-72v-37,0,-55,34,-55,74"},{"d":"59,-99r-58,-87r26,0r47,72r44,-72r26,0r-58,88r65,97r-27,0r-52,-81r-51,81r-26,0","w":153},{"d":"60,-256r29,48r-21,0r-47,-48r39,0xm62,2v-33,2,-60,-22,-60,-53v0,-47,51,-67,120,-61v7,-61,-55,-68,-97,-42r0,-23v50,-24,119,-15,119,56r0,120r-21,0r0,-30v-26,26,-23,31,-61,33xm66,-17v40,0,58,-33,56,-77v-52,-2,-98,9,-96,41v2,23,17,36,40,36","w":168},{"d":"119,-195v0,-46,-52,-52,-97,-32r-1,-23v88,-35,152,33,106,100v-16,24,-46,47,-45,85v-9,-1,-22,5,-22,-7v0,-55,59,-67,59,-123xm57,-31r29,0r0,30r-29,0r0,-30","w":153},{"d":"27,-255r23,0r-21,79r-29,0xm86,-256r26,0r-23,79r-30,0","w":117},{"d":"107,4v-60,0,-94,-41,-94,-103r0,-156r24,0r0,164v-1,40,29,74,66,74v42,0,71,-34,71,-77r0,-161r23,0r0,164v0,55,-35,96,-90,95xm51,-317r27,0r0,34r-27,0r0,-34xm130,-318r27,0r0,35r-27,0r0,-35","w":219},{"d":"96,-255r20,0r0,254r-23,0r0,-226r-43,36r-13,-16","k":{"1":53}},{"d":"102,-92v47,31,16,94,-44,94v-11,0,-27,-3,-51,-10r2,-23v35,20,85,19,92,-18v-3,-43,-88,-41,-87,-96v1,-48,66,-54,107,-35r-2,21v-26,-13,-82,-18,-82,15v0,27,45,38,65,52","w":139},{"d":"68,-133v-25,-7,-52,-36,-52,-65v-1,-41,40,-61,83,-61v38,0,70,24,70,61v0,28,-31,58,-54,65v37,16,60,27,62,66v2,45,-40,70,-87,70v-45,1,-84,-28,-83,-72v2,-38,27,-50,61,-64xm89,-123v-25,6,-57,27,-57,54v0,32,29,52,62,52v51,0,80,-58,36,-87v-13,-8,-26,-15,-41,-19xm95,-239v-30,-1,-54,16,-54,44v0,21,18,39,54,55v34,-20,50,-39,50,-57v0,-26,-22,-42,-50,-42"},{"d":"15,-256r37,0r50,114v19,43,33,81,44,115r96,-228r36,0r0,255r-24,0r0,-231r-96,231r-21,0r-98,-233r0,232r-24,0r0,-255","w":307},{"d":"2,-193v-2,-32,31,-57,61,-60r0,-33r18,0r0,33v18,0,37,2,55,8r-3,25v-24,-9,-25,-12,-52,-13r0,90v36,21,68,36,68,76v0,35,-23,58,-68,69r0,32r-18,0r0,-31v-18,-2,-38,-6,-58,-12r2,-24v14,6,33,10,56,13r0,-103v-38,-24,-58,-29,-61,-70xm63,-230v-46,7,-46,60,0,80r0,-80xm81,-21v36,-1,57,-50,28,-75v-1,-1,-11,-8,-28,-20r0,95","w":160},{"d":"-17,-256r30,48r-22,0r-47,-48r39,0","w":0},{"d":"19,-186v13,37,30,93,53,168v12,-41,30,-97,55,-167r23,0r-65,184r-27,0r-63,-185r24,0","w":153,"k":{".":35,",":36}},{"d":"82,-189v33,0,45,11,62,32r0,-118r23,0r0,275r-20,0r0,-38v-17,25,-30,40,-66,41v-49,1,-74,-46,-74,-98v0,-49,28,-95,75,-94xm31,-92v0,39,16,75,53,75v37,0,62,-38,62,-77v0,-39,-22,-76,-58,-76v-39,-1,-57,36,-57,78"},{"d":"83,-190v35,0,44,12,62,34r0,-31r21,0r0,181v4,83,-70,103,-143,79r2,-25v70,34,128,5,120,-81v-19,22,-27,34,-61,35v-49,1,-77,-44,-77,-96v0,-53,27,-97,76,-96xm84,-170v-72,2,-70,154,4,152v78,-3,74,-155,-4,-152"},{"d":"212,-128v-2,103,-72,137,-193,127r0,-254v112,-9,195,25,193,127xm43,-22v89,10,143,-26,144,-104v1,-78,-52,-113,-144,-109r0,213","w":227},{"d":"96,-168v-70,0,-58,94,-58,167r-23,0r0,-185r20,0r0,39v11,-28,32,-42,63,-42v79,0,58,110,60,189r-21,0v-5,-63,21,-168,-41,-168","w":183},{"d":"120,-259v74,0,111,58,111,135v0,70,-46,127,-113,127v-72,0,-112,-57,-112,-132v0,-73,44,-130,114,-130xm30,-126v0,59,33,108,90,108v57,0,87,-51,87,-112v0,-60,-32,-109,-89,-109v-57,-1,-88,51,-88,113xm65,-317r26,0r0,34r-26,0r0,-34xm145,-317r27,0r0,34r-27,0r0,-34","w":249,"k":{"\u00c4":20,"Y":28,"V":20,"Q":11,"G":12,"A":20}},{"d":"118,-123v60,41,18,126,-56,126v-19,0,-38,-4,-59,-13r3,-26v47,28,114,23,114,-32v0,-61,-112,-59,-111,-126v1,-64,70,-78,132,-55r-3,23v-40,-19,-103,-19,-103,28v0,40,56,56,83,75","w":160},{"d":"20,-274r23,0r0,162r85,-74r29,0r-92,81r104,105r-31,0r-95,-97r0,96r-23,0r0,-273","w":160},{"d":"4,-108r173,0r0,19r-173,0r0,-19"},{"d":"15,-255r86,226r82,-226r25,0r-95,255r-27,0r-95,-255r24,0","w":212,"k":{"\u00c4":41,"z":17,"y":11,"x":14,"w":8,"v":11,"u":20,"s":26,"r":23,"q":29,"p":20,"o":30,"n":21,"m":20,"g":29,"e":28,"d":29,"c":31,"a":27,"A":41,";":28,":":28,".":47,"-":31,",":49}},{"d":"19,-186r53,166r54,-166r24,0r-75,216v-17,39,-29,54,-72,46r1,-20v36,8,44,-9,55,-51r-65,-191r25,0","w":153,"k":{".":35,",":36}},{"d":"10,-22r153,-69r-153,-69r0,-25r183,83r0,22r-183,83r0,-25","w":200},{"d":"3,-21r111,-145r-107,0r0,-20r134,0r0,20r-108,145r110,0r0,20r-140,0r0,-20","w":153},{"d":"23,-274r23,0r0,273r-23,0r0,-273","w":65},{"d":"6,-128v0,-74,43,-131,114,-131v72,0,111,58,111,135v0,70,-45,127,-113,127v-71,0,-112,-56,-112,-131xm30,-126v0,59,33,108,90,108v57,0,87,-51,87,-112v0,-60,-32,-109,-89,-109v-57,-1,-88,51,-88,113","w":249,"k":{"\u00c4":20,"Y":28,"V":20,"Q":11,"G":12,"A":20}},{"d":"-63,-285v6,-21,13,-34,36,-34v18,0,60,33,69,0r14,0v-7,52,-54,28,-85,21v-11,-2,-16,17,-34,13","w":0},{"d":"3,-73v0,-36,28,-59,59,-69v-53,-42,-38,-117,34,-117v33,0,61,21,60,51v-1,39,-26,55,-59,71r66,71v16,-25,18,-35,22,-76r23,0v0,29,-10,59,-30,92r44,50r-30,0r-27,-31v-31,23,-37,34,-76,34v-58,0,-86,-25,-86,-76xm27,-72v0,48,55,67,95,47v7,-4,16,-11,28,-23r-74,-80v-33,16,-49,35,-49,56xm83,-151v25,-8,51,-27,51,-55v0,-19,-17,-35,-38,-34v-55,1,-56,62,-13,89","w":227},{"d":"63,-256r29,48r-21,0r-47,-48r39,0xm86,-190v53,0,79,44,76,101r-132,0v3,69,59,86,117,58r0,23v-72,31,-141,-6,-141,-85v0,-52,32,-97,80,-97xm140,-107v-1,-63,-56,-83,-91,-47v-11,11,-17,28,-19,47r110,0","w":176},{"d":"63,-255r28,0r40,47r-26,0r-29,-35r-31,36r-23,0xm62,2v-33,2,-60,-22,-60,-53v0,-47,51,-67,120,-61v7,-61,-55,-68,-97,-42r0,-23v50,-24,119,-15,119,56r0,120r-21,0r0,-30v-26,26,-23,31,-61,33xm66,-17v40,0,58,-33,56,-77v-52,-2,-98,9,-96,41v2,23,17,36,40,36","w":168},{"d":"17,-31r30,0v-6,14,-15,42,-28,81r-24,0v9,-27,16,-55,22,-81xm77,-31r30,0v-7,18,-17,45,-29,80r-22,0v3,-16,10,-43,21,-80","w":117},{"d":"16,-256r156,0r0,22r-100,233r-28,0r104,-234r-132,0r0,-21"},{"w":95},{"d":"50,-172r22,0r-49,74r46,74r-18,0r-51,-74xm113,-172r21,0r-48,74r46,73r-18,0r-51,-73","w":146},{"d":"92,-169v-66,0,-54,97,-54,168r-23,0r0,-185r21,0r0,34v20,-46,99,-53,110,5v11,-28,32,-42,62,-42v78,1,53,112,57,189r-23,0v-6,-61,22,-168,-37,-168v-66,0,-53,97,-53,168r-23,0v-6,-62,22,-169,-37,-169","w":285},{"d":"101,3v-34,-1,-45,-13,-63,-37r0,33r-21,0r0,-273r23,0r0,120v18,-23,28,-35,64,-35v49,0,74,44,74,97v1,53,-27,96,-77,95xm39,-93v0,39,21,77,58,77v38,0,57,-35,57,-76v0,-42,-17,-78,-54,-78v-38,0,-61,36,-61,77"},{"d":"92,-261v-38,0,-52,34,-52,74r0,186r-23,0r0,-194v-1,-52,26,-83,75,-86v80,-5,95,118,23,130v42,9,60,25,61,73v2,58,-50,96,-110,75r2,-21v44,19,84,-9,84,-58v0,-39,-33,-61,-74,-55r0,-21v35,0,61,-21,61,-55v1,-28,-19,-49,-47,-48"},{"d":"105,-187v0,28,-24,53,-52,53v-28,0,-53,-24,-53,-53v0,-28,26,-52,53,-52v27,0,52,24,52,52xm91,-187v0,-19,-19,-38,-39,-38v-22,0,-38,18,-38,38v0,20,19,39,39,39v19,0,38,-19,38,-39","w":95},{"d":"19,-255r28,0r103,166v18,29,31,51,37,68r-2,-234r23,0r0,254r-30,0r-71,-115v-28,-46,-51,-85,-68,-117r3,232r-23,0r0,-254","w":234},{"d":"79,0r-38,0r0,-38r38,0r0,38xm199,0r-38,0r0,-38r38,0r0,38xm319,0r-38,0r0,-38r38,0r0,38","w":360},{"d":"176,-90v0,51,-27,93,-76,92v-28,0,-49,-11,-62,-35r0,122r-23,0r0,-276r20,0r1,37v13,-26,36,-40,67,-40v47,0,73,48,73,100xm37,-94v-1,39,23,77,60,76v37,0,55,-35,55,-76v0,-40,-19,-77,-53,-77v-40,0,-62,34,-62,77"},{"d":"7,-90v0,-55,33,-99,87,-99v50,0,82,43,82,94v0,52,-34,98,-84,98v-50,0,-85,-41,-85,-93xm30,-89v0,39,25,73,61,73v37,0,62,-40,62,-79v0,-40,-24,-75,-61,-75v-37,0,-62,41,-62,81"},{"d":"34,-265r26,0r0,272r-26,0r0,-272","w":93},{"d":"52,-99r-47,-73r20,0r51,73r-51,75r-21,0xm116,-98r-47,-74r19,0r51,74r-50,74r-22,0","w":146},{"d":"159,-196v-8,72,-53,106,-119,174r125,0r0,21r-153,0r0,-23v42,-40,121,-117,121,-167v0,-53,-69,-55,-108,-28r-3,-23v47,-32,144,-19,137,46"},{"d":"102,-164v-73,-11,-58,90,-59,163r-23,0r0,-186r20,0r0,45v12,-33,23,-44,62,-46r0,24","w":102,"k":{".":35,"-":31,",":33}},{"d":"-6,-265r24,0r88,272r-24,0","w":100},{"d":"220,-147v0,-16,-14,-33,-30,-33v-29,0,-54,40,-54,70v0,19,12,35,30,35v28,0,54,-43,54,-72xm107,-107v0,-67,84,-141,124,-71r7,-22r25,0r-33,117v0,7,3,11,8,11v27,2,51,-49,51,-78v0,-55,-44,-93,-100,-93v-62,0,-110,52,-110,115v0,61,51,114,112,113v38,-1,71,-18,88,-42r24,0v-21,36,-61,63,-113,64v-74,1,-137,-62,-137,-137v0,-73,64,-135,136,-135v65,0,124,49,124,112v0,46,-42,106,-87,104v-14,0,-22,-9,-23,-22v-33,43,-96,17,-96,-36","w":365},{"d":"8,-219r52,18r-1,-55r20,0r-1,55r52,-19r7,21r-54,15r34,44r-18,13r-30,-48r-32,47r-16,-12r34,-45r-53,-14","w":146},{"d":"2,-52v0,-49,62,-66,119,-60v5,-60,-52,-68,-97,-41r0,-24v61,-25,119,-12,119,56r0,120r-20,0r0,-30v-17,21,-29,33,-61,33v-34,1,-60,-22,-60,-54xm65,-17v39,-3,60,-28,56,-77v-52,-2,-98,9,-95,42v2,22,16,37,39,35xm31,-245r27,0r0,30r-27,0r0,-30xm95,-246r28,0r0,31r-28,0r0,-31","w":168},{"d":"62,2v-33,1,-59,-21,-59,-54v0,-47,51,-63,120,-60v3,-60,-47,-70,-98,-42r0,-23v50,-25,120,-14,120,56r0,120r-21,0r0,-30v-18,21,-28,33,-62,33xm27,-53v0,21,17,37,38,36v40,1,60,-28,58,-78v-53,-2,-96,11,-96,42xm45,-232v-1,-18,16,-33,33,-33v18,0,33,14,33,33v0,17,-13,33,-32,33v-19,0,-34,-15,-34,-33xm79,-252v-11,-1,-21,10,-21,20v0,26,41,26,41,1v1,-11,-10,-21,-20,-21","w":168},{"d":"134,-256v-13,5,-41,42,-49,47r-21,0r28,-47r42,0xm62,2v-33,2,-60,-22,-60,-53v0,-47,51,-67,120,-61v7,-61,-55,-68,-97,-42r0,-23v50,-24,119,-15,119,56r0,120r-21,0r0,-30v-26,26,-23,31,-61,33xm66,-17v40,0,58,-33,56,-77v-52,-2,-98,9,-96,41v2,23,17,36,40,36","w":168},{"d":"170,-83v0,75,-76,104,-149,75r0,-23v52,27,122,10,122,-48v0,-61,-58,-66,-121,-51r3,-126r133,0r0,21r-110,0r-1,83v57,-20,123,9,123,69"},{"d":"137,-37v-30,66,-122,43,-122,-37r0,-113r21,0v5,65,-21,168,44,168v68,0,53,-97,54,-168r23,0r2,187r-22,0r0,-37","w":183},{"d":"0,45r0,-18r200,0r0,18r-200,0","w":200},{"d":"7,-126v0,-72,22,-132,85,-133v55,0,83,43,83,130v0,72,-23,130,-86,131v-59,0,-82,-59,-82,-128xm33,-122v0,53,13,103,56,104v41,0,61,-39,61,-117v0,-53,-15,-105,-58,-105v-45,0,-59,61,-59,118"},{"d":"75,2v-79,0,-57,-109,-60,-187r23,0v5,64,-21,167,43,167v65,0,53,-97,53,-168r23,0r1,186r-20,0r-2,-36v-16,24,-28,37,-61,38xm41,-245r27,0r0,30r-27,0r0,-30xm105,-246r28,0r0,31r-28,0r0,-31","w":183},{"d":"19,-255r80,124r81,-124r26,0r-96,146r0,108r-24,0r0,-107r-94,-147r27,0","w":212,"k":{"\u00d6":29,"\u00c4":43,"z":28,"y":22,"x":25,"w":19,"v":22,"u":31,"s":40,"r":33,"q":44,"p":31,"o":46,"n":32,"m":31,"g":43,"e":44,"d":44,"c":46,"a":39,"Q":29,"O":31,"G":31,"C":31,"A":43,";":39,":":39,".":55,"-":51,",":53}},{"d":"39,-74r-35,0r0,-24r39,0r9,-70r-39,0r0,-24r42,0r11,-74r25,0r-11,74r45,0r10,-74r25,0r-10,74r30,0r0,24r-34,0r-10,70r34,0r0,24r-37,0r-10,74r-25,0r10,-74r-44,0r-11,74r-25,0xm77,-168r-10,70r45,0r9,-70r-44,0","w":183},{"d":"91,-256r30,0r103,256r-25,0r-28,-69r-131,0r-29,68r-24,0xm162,-91r-56,-142r-57,142r113,0","w":227,"k":{"\u00d6":21,"y":29,"w":24,"v":29,"Y":43,"W":26,"V":43,"T":35,"Q":21,"O":21,"G":24,"C":23}},{"d":"7,-109r91,0r0,20r-91,0r0,-20","w":109},{"w":95},{"d":"85,-61v3,49,-36,73,-84,61r1,-20v37,12,57,-10,58,-44r0,-189r25,0r0,192","w":109},{"d":"98,-169v-35,-3,-57,32,-57,69v0,13,0,47,-1,99r-23,0r0,-274r23,0r0,120v35,-58,120,-39,120,35r0,119r-22,0v-5,-63,21,-164,-40,-168","w":183},{"d":"105,71v-112,16,-22,-145,-90,-155r0,-22v61,-3,-4,-159,66,-154r24,0r0,24v-47,-12,-32,53,-32,90v0,20,-16,48,-32,51v32,9,31,58,31,103v0,35,6,42,33,39r0,24","w":120},{"d":"27,-256r24,0r0,255r-24,0r0,-255","w":72},{"d":"168,-70v0,65,-74,74,-147,69r0,-254v69,-3,141,1,140,64v-1,34,-17,46,-46,57v36,6,53,27,53,64xm143,-71v0,-48,-46,-56,-98,-52r0,101v50,3,98,-5,98,-49xm137,-189v0,-43,-45,-49,-92,-46r0,91v53,2,92,-10,92,-45","w":183},{"d":"7,-117r95,0r0,-94r22,0r0,94r94,0r0,22r-94,0r0,95r-22,0r0,-95r-95,0r0,-22","w":234},{"d":"22,-256r120,0r0,21r-96,0r0,90r92,0r0,22r-92,0r0,122r-24,0r0,-255","w":153,"k":{"\u00c4":26,"A":26,".":58,",":56}},{"d":"62,2v-33,2,-60,-22,-60,-53v0,-47,51,-67,120,-61v7,-61,-55,-68,-97,-42r0,-23v50,-24,119,-15,119,56r0,120r-21,0r0,-30v-26,26,-23,31,-61,33xm66,-17v40,0,58,-33,56,-77v-52,-2,-98,9,-96,41v2,23,17,36,40,36","w":168},{"d":"51,-47v0,23,21,36,46,26r0,19v-40,12,-69,-3,-69,-49r0,-116r-33,0r0,-20r33,0r0,-44r23,-8r0,52r44,0r0,20r-44,0r0,120","w":102},{"d":"11,-255r31,118v11,43,19,83,25,120r59,-238r30,0v4,11,34,128,44,167v6,25,11,49,14,71v11,-74,38,-165,58,-238r23,0r-67,255r-29,0r-58,-236r-59,235r-30,0r-65,-254r24,0","w":300,"k":{"\u00c4":28,"z":14,"y":9,"x":12,"w":5,"v":9,"u":18,"s":21,"r":20,"q":23,"p":18,"o":24,"n":19,"m":18,"g":23,"e":23,"d":23,"c":24,"a":24,"A":28,";":24,":":25,".":36,"-":24,",":38}},{"d":"165,-75v-1,73,-78,90,-153,68r2,-23v56,25,119,10,127,-40v-3,-47,-32,-53,-94,-52r0,-20v61,0,91,-16,91,-50v-1,-51,-76,-54,-116,-32r-3,-23v65,-24,143,-14,143,53v0,30,-17,50,-51,60v30,5,55,25,54,59"},{"d":"107,4v-60,0,-94,-41,-94,-103r0,-156r24,0r0,164v-1,40,29,74,66,74v42,0,71,-34,71,-77r0,-161r23,0r0,164v0,55,-35,96,-90,95","w":219},{"d":"33,-31r29,0r0,30r-29,0r0,-30xm63,-255r-5,191r-20,0r-3,-191r28,0","w":72},{"d":"31,-255r24,0r-22,79r-29,0","w":53},{"d":"7,-126v0,-103,86,-159,192,-122r-3,22v-84,-36,-163,12,-163,97v0,90,72,128,158,102r0,24v-102,24,-184,-24,-184,-123","w":204},{"d":"91,3v-55,0,-82,-49,-81,-108v0,-125,56,-174,161,-145r-3,23v-81,-29,-126,5,-136,101v35,-64,149,-38,143,47v-4,47,-35,82,-84,82xm37,-78v0,32,22,60,54,60v36,0,59,-28,59,-65v0,-35,-22,-59,-56,-59v-34,0,-57,28,-57,64"},{"d":"-15,-324r30,0r42,47r-28,0r-30,-34r-30,34r-26,0","w":0},{"d":"11,-186r50,166v15,-56,32,-112,52,-167r27,0r51,167r52,-166r23,0r-62,186r-26,0r-53,-165r-51,164r-28,0r-58,-185r23,0","w":271,"k":{".":33,",":35}},{"d":"191,-160r-153,69r153,69r0,25r-183,-83r0,-22r183,-83r0,25","w":200},{"d":"7,-91v0,-53,33,-98,84,-98v51,0,84,41,84,93v0,56,-33,98,-86,98v-51,0,-82,-41,-82,-93xm30,-91v0,40,22,75,59,75v39,0,63,-41,63,-82v0,-37,-25,-72,-60,-72v-37,0,-62,41,-62,79xm45,-246r27,0r0,31r-27,0r0,-31xm110,-246r28,0r0,31r-28,0r0,-31"},{"d":"22,-256r126,0r0,21r-101,0r0,91r95,0r0,21r-96,0r0,101r106,0r0,22r-130,0r0,-256","w":160},{"d":"21,-55v-22,-99,7,-139,51,-218r19,0v-73,136,-73,190,0,326r-18,0v-20,-37,-41,-58,-52,-108","w":95},{"d":"96,-256r42,0v-9,5,-25,21,-49,47r-22,0xm86,-190v53,0,79,44,76,101r-132,0v3,69,59,86,117,58r0,23v-72,31,-141,-6,-141,-85v0,-52,32,-97,80,-97xm140,-107v-1,-63,-56,-83,-91,-47v-11,11,-17,28,-19,47r110,0","w":176},{"d":"86,-135r-86,-120r28,0r73,104r74,-104r27,0r-86,121r92,133r-29,0r-79,-117r-82,117r-27,0","w":212},{"d":"86,-190v53,0,79,44,76,101r-132,0v3,69,59,86,117,58r0,23v-72,31,-141,-6,-141,-85v0,-52,32,-97,80,-97xm140,-107v-1,-63,-56,-83,-91,-47v-11,11,-17,28,-19,47r110,0","w":176},{"d":"26,-255r29,0r-29,79r-23,0xm85,-256r30,0r-29,80r-23,0","w":113},{"d":"19,-256r24,0r0,111r133,0r0,-110r25,0r0,255r-25,0r0,-123r-133,0r0,122r-24,0r0,-255","w":227},{"d":"21,-256r24,0r0,114r118,-114r34,0r-125,120r133,136r-34,0r-126,-130r0,129r-24,0r0,-255","w":197},{"d":"162,-181v-1,49,-49,78,-116,70r0,110r-24,0r0,-254r65,0v45,-2,76,30,75,74xm138,-185v-2,-43,-43,-54,-93,-50r0,103v51,6,95,-10,93,-53","w":168,"k":{"\u00c4":30,"A":30,".":65,",":63}},{"d":"91,-256r30,0r103,256r-25,0r-28,-69r-131,0r-29,68r-24,0xm162,-91r-56,-142r-57,142r113,0xm52,-317r27,0r0,34r-27,0r0,-34xm132,-318r27,0r0,35r-27,0r0,-35","w":227,"k":{"\u00d6":21,"y":29,"w":24,"v":29,"Y":43,"W":26,"V":43,"T":35,"Q":21,"O":21,"G":24,"C":23}},{"d":"34,-272r56,0r0,16r-35,0r0,294r34,0r0,16r-55,0r0,-326","w":87},{"d":"32,-186v-7,-58,11,-102,71,-88r-2,19v-40,-10,-52,25,-46,69r41,0r0,19r-41,0r0,167r-23,0r0,-167r-36,0r0,-19r36,0","w":102},{"d":"18,-31r29,0r-29,78r-21,0","w":59},{"d":"-1,-175v-1,-45,15,-84,54,-84v38,0,53,36,53,79v0,57,-18,85,-53,85v-36,0,-54,-26,-54,-80xm53,-110v23,0,35,-22,35,-67v0,-44,-12,-67,-35,-67v-23,0,-35,24,-35,72v0,41,11,62,35,62xm191,-255r18,0r-123,254r-18,0xm172,-80v-1,-44,15,-83,52,-83v36,0,54,28,54,83v0,54,-18,81,-54,81v-35,0,-52,-27,-52,-81xm259,-83v0,-32,-8,-64,-33,-65v-24,0,-36,23,-36,67v0,45,11,67,34,67v24,0,35,-23,35,-69","w":293},{"d":"79,-110v0,66,-27,105,-60,162r-18,0v73,-129,72,-197,-1,-326r18,0v33,53,61,97,61,164","w":95},{"d":"0,-25r133,-210r-130,0r0,-20r158,0r0,21r-135,212r139,0r0,22r-165,0r0,-25","w":176},{"d":"22,-270r26,0r0,31r-26,0r0,-31xm23,-186r23,0r0,185r-23,0r0,-185","w":65},{"d":"-10,-84r242,0r0,21r-242,0r0,-21xm-10,-148r242,0r0,21r-242,0r0,-21","w":234},{"d":"22,-256r24,0r0,234r104,0r0,21r-128,0r0,-255","w":160,"k":{"Y":46,"W":27,"V":43,"T":38}},{"d":"-3,37r34,0r0,-293r-34,0r0,-16r56,0r0,325r-56,0r0,-16","w":87},{"d":"30,-29r31,0r0,29r-31,0r0,-29xm30,-185r31,0r0,28r-31,0r0,-28","w":72},{"d":"91,-255r21,0r-94,255r-21,0","w":117},{"d":"174,-148v0,108,-55,174,-162,142r4,-23v78,33,133,-19,135,-101v-39,65,-142,35,-142,-44v0,-49,33,-86,81,-85v56,0,84,37,84,111xm33,-173v0,33,23,58,57,58v33,0,57,-28,57,-62v0,-35,-23,-61,-57,-61v-35,0,-57,29,-57,65"},{"d":"-1,-79r116,-177r32,0r0,175r36,0r0,21r-36,0r0,59r-24,0r0,-59r-124,0r0,-19xm123,-81r0,-153r-99,153r99,0"},{"d":"6,-127v0,-107,104,-160,201,-118r-4,21v-78,-35,-171,1,-171,93v0,83,73,133,156,104r0,-86r-58,-2r0,-22r82,3r0,124v-97,39,-206,-16,-206,-117","w":241},{"d":"-6,-256r176,0r0,21r-76,0r0,235r-23,0r0,-235r-77,0r0,-21","w":176,"k":{"\u00c4":34,"z":41,"y":36,"x":37,"w":33,"v":36,"u":46,"s":43,"r":48,"q":43,"p":46,"o":43,"n":46,"m":46,"g":43,"e":41,"d":43,"c":43,"a":40,"A":34,";":50,":":53,".":46,"-":43,",":44}},{"d":"230,-131v0,66,-23,102,-67,125r58,53r-32,0r-50,-45v-86,14,-135,-50,-135,-132v-1,-71,44,-129,112,-129v69,0,114,57,114,128xm29,-131v0,64,31,114,89,114v55,0,88,-50,88,-109v0,-60,-32,-113,-89,-113v-56,0,-88,49,-88,108","w":249},{"d":"15,-31r29,0r0,30r-29,0r0,-30","w":59},{"d":"21,-255v69,-4,140,1,140,64v0,35,-19,55,-58,63v23,9,24,9,34,31r44,97r-28,0v-29,-46,-24,-133,-108,-119r0,118r-24,0r0,-254xm137,-190v1,-42,-45,-48,-92,-45r0,95v47,4,91,-10,92,-50","w":183,"k":{"Y":20,"V":15}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+134-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);})("bDh]o`w;NuO_b9W2:`f6gDgOm3w]h`O_m3%6Nu~FhV!SE@;xNz=z(mf}mU*#sD*#)]+]sze+E]+]si?YE@f@4P;YEUhYh;~_mU*#sD13*3=.:7g#s7wuQ7TjoPOJ%W+]si?W4f+]si?WsW+]sze+h7:.:7e#E7?.:7e#Eu%=EW+]si?YhW+]si?xsPT.:7g#szh#oA+.:7e#E`g6.W+.19[.:7e#h7~.:7e#h7V.:7e#h7P]:V!#mU*#sDhzuHw?5H?bNU=%1x=DEm~ms]*y%;s3me?9iPfDUg%b5sw4)1~H7*VumEhNo.:Q(RyxzYW`Fv[C>S=_r#+6@;]3A}Tj2!OJ|F.!mU*#sDE3~Hy.:7e#h7WEhV#xHP=1mU*#sDs;u3ES%HWNN7]sm7[.5@Y;~]~~5Wgx5Fw#oDW;b9gxbH+[)7eS.i]x5FeSoi]#5`+Wo`:;N9+F)ug_hxTFoUW#NUsOQA;2NuEvExTrN@;rmxR|4F:A:]#_b7!v)@[Fhuy65uy[oF~jhuT@:DV6oW#_hDV!NDW_:U[WoFw;hm%_5u:WNU%.5`~W(iPTsW#_s7E}m9}#m9}+sig[%9O[5F~W.A1voDOzEm~[o3}_NDO@:DTyou*[buhr.xR2N7+S46S>NHWFu3woNV]:)m?oNV]ObHR[")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":190,"face":{"font-family":"fruchtiger","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-63 -324 319 89","underline-thickness":"14.4141","underline-position":"-41.1328","unicode-range":"U+0020-U+2026"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright by ClassicFontCorporation, USA RWE
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"-14,-258r31,48r-28,0r-49,-48r46,0","w":0},{"d":"15,-256r60,0r42,107v16,40,28,77,38,109r78,-216r59,0r0,256r-35,0r2,-240v-15,45,-44,126,-87,240r-35,0r-88,-239r0,238r-34,0r0,-255","w":318},{"d":"23,-278r71,0r0,23r-38,0r0,280r38,0r0,24r-71,0r0,-327","w":96},{"d":"20,-256r135,0r0,30r-98,0r0,77r95,0r0,32r-95,0r0,116r-37,0r0,-255","w":162,"k":{"\u00c4":24,"A":24,".":56,",":52}},{"d":"62,-100r-62,-87r41,0r44,65r42,-66r38,0r-61,90r66,98r-42,0r-47,-74r-46,73r-40,0","w":177},{"d":"230,-127v0,110,-86,134,-213,126r0,-254v119,-11,213,18,213,128xm192,-128v-1,-71,-56,-106,-139,-97r0,194v85,3,140,-18,139,-97","w":244},{"d":"125,-127v58,45,15,131,-63,131v-16,0,-35,-4,-57,-12r5,-34v46,23,105,23,105,-28v0,-16,-10,-29,-28,-39v-5,-3,-7,0,-51,-28v-56,-36,-23,-123,53,-123v16,0,34,3,57,11r-5,32v-37,-18,-94,-20,-94,25v0,30,55,48,78,65","w":170},{"d":"104,-156v26,-27,12,-73,-29,-71v-12,0,-31,5,-56,14r-2,-34v67,-26,134,-11,139,51v4,55,-59,72,-59,124r-32,0v-4,-40,19,-64,39,-84xm62,-40r38,0r0,39r-38,0r0,-39","w":170},{"d":"99,-61v-1,49,-47,76,-100,59r0,-31v31,13,63,2,63,-40r0,-183r37,0r0,195","w":126},{"d":"28,-188r44,155r48,-155r40,0r26,78v10,31,18,58,22,80v6,-39,36,-121,45,-158r35,0r-61,188r-39,0r-49,-159v-12,55,-28,107,-49,158r-38,0r-61,-187r37,0","w":296,"k":{".":32,",":33}},{"d":"114,3v-29,0,-56,-17,-65,-37r1,111r-33,0r-2,-266r33,0r0,35v11,-21,36,-38,66,-38v54,0,83,40,83,97v0,53,-32,98,-83,98xm108,-163v-37,0,-57,36,-57,76v0,30,27,61,56,61v35,0,54,-36,54,-74v0,-31,-22,-63,-53,-63","w":207},{"d":"-6,-265r24,0r88,272r-24,0","w":100},{"d":"66,-258r30,48r-27,0r-49,-48r46,0xm122,-114v3,-57,-61,-62,-101,-32r0,-29v44,-32,133,-19,133,44r0,131r-30,0r0,-30v-23,23,-29,33,-67,33v-36,0,-61,-24,-60,-61v1,-48,67,-62,125,-56xm122,-90v-39,-4,-86,2,-88,35v-2,39,58,40,75,15v8,-12,16,-30,13,-50","w":177},{"d":"210,-162v-60,0,-46,96,-47,162r-34,0v-6,-57,22,-156,-36,-161v-52,-4,-49,97,-47,160r-35,0r0,-187r33,0r0,27v28,-43,96,-39,113,7v15,-25,35,-37,61,-37v82,-1,57,112,61,191r-34,0r-1,-115v0,-31,-11,-47,-34,-47","w":303},{"d":"90,-191v58,0,88,42,83,106r-135,0v5,63,73,74,120,43r0,33v-76,34,-154,-5,-154,-86v0,-53,36,-96,86,-96xm138,-111v-3,-29,-18,-53,-47,-54v-26,0,-44,18,-53,54r100,0","w":184},{"d":"-7,-255r196,0r0,31r-80,0r0,223r-37,0r0,-223r-79,0r0,-31","k":{"\u00c4":35,"z":39,"y":36,"x":37,"w":35,"v":36,"u":46,"s":41,"r":46,"q":41,"p":46,"o":41,"n":46,"m":44,"g":41,"e":41,"d":41,"c":41,"a":38,"A":35,";":48,":":52,".":45,"-":41,",":41}},{"d":"103,-162v-65,0,-53,93,-53,161r-35,0r0,-274r34,0r0,114v36,-52,127,-32,128,37r1,124r-34,0v-5,-61,20,-162,-41,-162","w":200},{"d":"50,-98v-2,79,23,195,-74,174r2,-27v25,0,37,-11,37,-33r0,-204r35,0r0,90xm14,-270r38,0r0,37r-38,0r0,-37","w":74},{"d":"36,-170r52,76r-51,74r-33,0r48,-74r-48,-76r32,0xm112,-170r49,76r-49,74r-33,0r46,-75r-47,-75r34,0","w":170},{"d":"0,25r39,0r0,-279r-38,0r0,-24r71,0r0,328r-72,0r0,-25","w":96},{"d":"122,-246v-39,-10,-53,16,-49,58r50,0r0,27r-50,0r0,160r-33,0r0,-160r-44,0r0,-27r43,0v-4,-69,22,-96,85,-87","w":126},{"d":"4,-89v0,-88,92,-137,147,-73r0,-113r35,0r1,275r-33,0r-1,-29v-48,65,-149,26,-149,-60xm40,-94v0,38,19,70,55,69v37,0,57,-34,57,-73v1,-31,-26,-64,-55,-64v-34,0,-57,32,-57,68","w":207},{"d":"70,-255r-6,183r-30,0r-6,-183r42,0xm30,-39r39,0r0,39r-39,0r0,-39","w":81},{"d":"182,-68v2,74,-86,71,-163,68r0,-255v73,-3,157,-4,156,63v-1,39,-18,48,-53,61v40,6,60,27,60,63xm138,-188v1,-36,-43,-41,-84,-38r0,78v43,2,84,0,84,-40xm145,-72v0,-40,-44,-48,-91,-45r0,87v45,2,91,-3,91,-42","w":200},{"d":"3,-93v0,-54,31,-101,84,-99v25,0,46,11,63,33r0,-30r32,0v-8,115,38,272,-94,272v-22,0,-45,-4,-71,-13r4,-32v59,31,142,21,126,-65v-17,20,-39,30,-65,30v-50,1,-79,-44,-79,-96xm40,-95v1,39,16,68,53,68v32,0,56,-32,56,-67v0,-36,-22,-69,-57,-69v-31,0,-53,35,-52,68","w":207},{"d":"5,-91v0,-72,60,-120,135,-94r-2,31v-48,-26,-97,8,-97,63v0,51,55,81,102,54r3,30v-67,32,-141,-15,-141,-84","w":155},{"d":"105,71v-112,16,-22,-145,-90,-155r0,-22v61,-3,-4,-159,66,-154r24,0r0,24v-47,-12,-32,53,-32,90v0,20,-16,48,-32,51v32,9,31,58,31,103v0,35,6,42,33,39r0,24","w":120},{"d":"127,-156v-80,-21,-78,75,-74,155r-35,0r-1,-187r33,0r1,32v17,-28,36,-38,76,-32r0,32","w":126,"k":{".":40,"-":36,",":36}},{"d":"145,-29v-39,55,-131,34,-131,-50r0,-108r35,0v7,61,-24,161,41,161v64,0,52,-93,52,-162r34,0r0,187r-30,0xm46,-251r32,0r0,33r-32,0r0,-33xm116,-252r32,0r0,34r-32,0r0,-34","w":200},{"d":"36,-254r32,0r-24,87r-41,0xm103,-255r31,0r-23,88r-40,0","w":133},{"d":"124,-113v2,-58,-65,-61,-102,-32r0,-31v54,-31,133,-18,133,58r0,118r-29,0r0,-31v-25,23,-27,32,-66,33v-35,1,-61,-22,-61,-56v-1,-53,66,-67,125,-59xm71,-23v35,0,56,-27,53,-66v-42,-7,-95,6,-89,36v0,18,16,30,36,30xm82,-197v-19,1,-35,-21,-35,-39v0,-20,21,-36,41,-36v20,0,36,18,35,38v0,19,-22,37,-41,37xm85,-213v12,0,22,-10,22,-21v2,-26,-42,-28,-44,-4v-1,14,8,25,22,25","w":177},{"d":"27,-285v-8,2,-47,-16,-53,-15v-9,0,-17,6,-23,17r-16,0v6,-62,57,-36,94,-27v9,0,17,-5,22,-16r15,0v1,22,-18,41,-39,41","w":0},{"d":"38,-256r32,0r-23,90r-42,0","w":60},{"d":"77,-193v0,37,-5,88,28,87r0,22v-68,9,23,173,-90,155r0,-24v38,12,33,-34,32,-70v-1,-38,7,-63,32,-72v-35,-10,-33,-65,-32,-112v1,-28,-9,-31,-32,-29r0,-24v47,-4,62,10,62,67","w":120},{"d":"53,-170r32,0r-48,75r47,75r-32,0r-52,-75xm125,-170r32,0r-45,75r45,75r-31,0r-51,-75","w":170},{"d":"79,0r-38,0r0,-38r38,0r0,38xm199,0r-38,0r0,-38r38,0r0,38xm319,0r-38,0r0,-38r38,0r0,38","w":360},{"d":"145,-29v-37,57,-131,33,-131,-44r0,-115r35,0v6,62,-23,162,41,162v65,0,52,-94,53,-162r34,0r0,188r-31,0","w":200},{"d":"98,-256r38,0r111,256r-42,0r-27,-65r-123,0r-27,64r-39,0xm167,-95r-27,-64v-10,-24,-18,-46,-24,-66v-16,55,-19,61,-50,130r101,0xm60,-320r34,0r0,36r-34,0r0,-36xm141,-320r34,0r0,36r-34,0r0,-36","w":251,"k":{"\u00d6":22,"y":32,"w":27,"v":31,"Y":45,"W":28,"V":44,"T":36,"Q":23,"O":22,"G":24,"C":25}},{"d":"9,-121r90,0r0,-90r29,0r0,90r92,0r0,30r-92,0r0,91r-29,0r0,-91r-90,0r0,-30","w":236},{"d":"18,-270r38,0r0,38r-38,0r0,-38xm21,-188r34,0r0,188r-34,0r0,-188","w":74},{"d":"213,-91v1,55,-41,95,-96,95v-67,0,-101,-39,-101,-116r0,-144r36,0v7,89,-30,226,63,229v84,3,59,-143,62,-229r36,0r0,165xm59,-319r34,0r0,36r-34,0r0,-36xm139,-320r34,0r0,36r-34,0r0,-36","w":236},{"d":"0,-30r110,-132r-105,0r0,-26r144,0r0,30r-110,131r113,0r0,27r-152,0r0,-30","w":162},{"d":"24,-255r35,0r0,255r-35,0r0,-255","w":81},{"d":"34,-265r26,0r0,272r-26,0r0,-272","w":93},{"d":"6,-33r136,-194r-131,1r0,-29r170,0r0,31r-134,194r136,0r0,30r-177,0r0,-33","w":200},{"d":"0,45r0,-18r200,0r0,18r-200,0","w":200},{"d":"4,-109r175,0r0,28r-175,0r0,-28"},{"d":"30,-188v2,8,49,128,51,155v8,-29,26,-81,53,-156r35,0r-81,221v-22,40,-39,53,-84,43r2,-28v32,10,45,-4,59,-41r-72,-194r37,0","w":170,"k":{".":32,",":32}},{"d":"3,-125v0,-76,47,-135,122,-135v75,0,124,54,124,131v0,77,-49,132,-123,133v-75,1,-123,-54,-123,-129xm41,-127v0,53,32,104,83,103v54,0,88,-48,88,-105v0,-58,-33,-103,-87,-103v-50,0,-84,51,-84,105","w":266,"k":{"\u00c4":22,"Y":27,"V":21,"Q":10,"G":10,"A":22}},{"d":"249,-131v-2,63,-24,94,-67,123r61,55r-48,0r-49,-45v-89,14,-142,-45,-142,-129v0,-74,50,-133,123,-133v75,0,123,54,122,129xm125,-24v53,0,89,-50,88,-104v0,-54,-34,-104,-86,-104v-51,0,-86,51,-86,104v0,55,31,104,84,104","w":266},{"d":"15,-41r41,0r-32,89r-32,0","w":66},{"d":"90,-191v34,1,46,12,63,34r0,-32r32,0r0,267r-34,0r0,-106v-50,64,-147,21,-147,-62v0,-56,32,-102,86,-101xm41,-92v0,35,20,65,54,65v35,0,56,-32,56,-69v0,-31,-24,-67,-54,-66v-35,0,-56,32,-56,70","w":207},{"d":"180,-206v0,34,-12,39,-39,59v35,10,53,33,53,71v0,55,-51,88,-114,75r0,-29v40,12,76,-7,76,-49v0,-37,-28,-53,-66,-54r0,-26v27,1,53,-16,53,-42v0,-33,-15,-50,-44,-50v-30,0,-49,31,-49,63r0,187r-35,0v7,-114,-35,-277,87,-277v45,0,78,28,78,72","w":207},{"d":"-1,-88r102,-168r43,0r0,169r31,0r0,30r-30,0r0,57r-37,0r0,-57r-109,0r0,-31xm109,-86r2,-135r-76,135r74,0"},{"d":"113,3v-33,-1,-47,-12,-67,-32r0,29r-32,0r0,-275r35,0r0,118v16,-23,37,-35,65,-35v49,-1,80,44,80,94v0,56,-28,102,-81,101xm49,-95v0,35,21,68,55,68v34,0,55,-35,55,-70v1,-31,-23,-65,-52,-65v-35,0,-58,31,-58,67","w":207},{"d":"-2,-53v0,-54,67,-65,125,-62v2,-58,-65,-57,-101,-30r0,-31v54,-32,132,-17,132,52r0,124r-29,0r0,-30v-24,24,-27,33,-63,33v-35,0,-64,-21,-64,-56xm34,-250r33,0r0,33r-33,0r0,-33xm35,-53v-1,35,57,39,75,14v10,-12,16,-31,13,-51v-46,-5,-93,8,-88,37xm104,-251r32,0r0,34r-32,0r0,-34","w":177},{"d":"35,-256r74,113r75,-113r43,0r-100,147r0,109r-36,0r0,-109r-101,-147r45,0","w":229,"k":{"\u00d6":28,"\u00c4":45,"z":26,"y":20,"x":24,"w":20,"v":20,"u":31,"s":37,"r":31,"q":43,"p":30,"o":44,"n":30,"m":29,"g":43,"e":43,"d":43,"c":45,"a":37,"Q":29,"O":29,"G":30,"C":32,"A":45,";":36,":":36,".":55,"-":52,",":51}},{"d":"88,-256r31,0r0,255r-36,0r1,-215r-40,34r-20,-24","k":{"1":46}},{"d":"20,-256r142,0r0,31r-106,0r0,78r97,0r0,30r-97,0r0,85r108,0r0,32r-144,0r0,-256","w":177},{"d":"7,-131v0,-69,24,-130,84,-130v58,0,87,44,87,131v0,71,-23,134,-84,134v-64,-1,-87,-62,-87,-135xm93,-25v35,1,49,-57,49,-100v0,-71,-16,-106,-48,-106v-33,0,-50,33,-50,98v0,72,16,108,49,108"},{"d":"70,-258r31,48r-28,0r-49,-48r46,0xm90,-191v58,0,88,42,83,106r-135,0v5,63,73,74,120,43r0,33v-76,34,-154,-5,-154,-86v0,-53,36,-96,86,-96xm138,-111v-3,-29,-18,-53,-47,-54v-26,0,-44,18,-53,54r100,0","w":184},{"d":"61,-138v-81,-24,-46,-122,35,-122v39,0,82,23,81,60v0,28,-15,50,-47,64v85,28,54,140,-35,140v-46,0,-92,-29,-91,-72v0,-30,19,-54,57,-70xm88,-122v-23,9,-45,28,-46,54v-1,27,27,45,54,45v43,0,63,-52,29,-79v-11,-8,-22,-16,-37,-20xm104,-148v21,-18,34,-24,36,-49v2,-21,-23,-36,-45,-36v-39,0,-58,45,-24,66v3,2,14,8,33,19"},{"d":"102,-162v-64,0,-52,93,-52,161r-35,0r0,-187r33,0r0,27v42,-55,130,-34,130,52r0,109r-34,0v-7,-61,23,-162,-42,-162","w":200},{"d":"192,-160r-153,69r153,69r0,25r-183,-83r0,-22r183,-83r0,25","w":203},{"w":96},{"d":"175,-137v0,101,-61,167,-158,132r5,-31v64,29,112,-1,118,-84v-41,55,-134,18,-134,-56v0,-47,36,-84,85,-83v62,1,84,53,84,122xm43,-176v0,28,20,55,46,54v27,0,47,-25,47,-54v0,-28,-20,-55,-47,-55v-28,0,-46,25,-46,55"},{"d":"3,-94v0,-56,42,-97,98,-97v53,0,93,42,93,95v0,56,-40,100,-96,100v-58,0,-95,-40,-95,-98xm40,-91v0,36,24,67,59,67v75,0,78,-141,3,-140v-37,-1,-62,34,-62,73","w":207},{"d":"94,4v-57,1,-84,-54,-84,-116v0,-124,59,-170,160,-138r-5,32v-64,-31,-113,-2,-119,81v44,-53,133,-18,133,51v0,55,-32,90,-85,90xm49,-81v-1,30,19,57,47,57v27,0,46,-29,46,-57v0,-26,-20,-53,-46,-53v-28,0,-47,25,-47,53"},{"d":"92,-253r29,0r-96,253r-29,0","w":126},{"d":"63,-259r34,0r36,47r-30,0r-24,-31r-26,32r-30,0xm122,-114v3,-57,-61,-62,-101,-32r0,-29v44,-32,133,-19,133,44r0,131r-30,0r0,-30v-23,23,-29,33,-67,33v-36,0,-61,-24,-60,-61v1,-48,67,-62,125,-56xm122,-90v-39,-4,-86,2,-88,35v-2,39,58,40,75,15v8,-12,16,-30,13,-50","w":177},{"d":"72,-161v5,55,-23,157,51,131r0,29v-45,13,-86,-3,-86,-55r0,-105r-42,0r0,-27r42,0r0,-42r35,-12r0,54r49,0r0,27r-49,0","w":133},{"d":"60,-144v-14,-11,-27,-35,-27,-59v-1,-32,31,-56,65,-56v36,0,64,21,64,55v0,27,-18,49,-54,67r51,60v7,-12,13,-33,16,-62r33,0v-5,41,-10,59,-27,87r43,52r-46,0r-20,-25v-49,52,-157,29,-155,-48v2,-41,23,-53,57,-71xm41,-74v0,53,64,61,97,24r-60,-73v-19,8,-37,25,-37,49xm90,-158v25,-17,35,-20,38,-46v2,-14,-16,-27,-30,-26v-40,4,-37,42,-8,72","w":229},{"d":"98,-256r38,0r111,256r-42,0r-27,-65r-123,0r-27,64r-39,0xm167,-95r-27,-64v-10,-24,-18,-46,-24,-66v-16,55,-19,61,-50,130r101,0","w":251,"k":{"\u00d6":22,"y":32,"w":27,"v":31,"Y":45,"W":28,"V":44,"T":36,"Q":23,"O":22,"G":24,"C":25}},{"d":"40,-74r-35,0r0,-24r39,0r9,-70r-39,0r0,-24r43,0r10,-74r25,0r-11,74r45,0r10,-74r25,0r-10,74r30,0r0,24r-34,0r-10,70r34,0r0,24r-37,0r-10,74r-25,0r10,-74r-44,0r-11,74r-24,0xm78,-168r-10,70r45,0r9,-70r-44,0","w":185},{"d":"15,-40r40,0r-32,88r-32,0xm82,-40r40,0r-33,88r-30,0","w":133},{"d":"55,-115v0,-68,-24,-101,-56,-162r33,0v31,41,60,99,60,161v0,70,-26,115,-60,166r-33,0v31,-54,56,-98,56,-165","w":103},{"d":"28,-255r49,222r41,-222r50,0r44,222v7,-47,24,-121,50,-222r36,0r-64,256r-45,0r-25,-117v-9,-46,-17,-85,-21,-118v-9,67,-29,163,-43,234r-46,0r-64,-255r38,0","w":303,"k":{"\u00c4":28,"z":14,"y":8,"x":12,"w":8,"v":9,"u":19,"s":20,"r":20,"q":22,"p":18,"o":22,"n":18,"m":17,"g":21,"e":21,"d":21,"c":22,"a":23,"A":28,";":24,":":24,".":34,"-":23,",":34}},{"d":"11,-218r55,21r-7,-58r32,0r-5,58r54,-24r10,30r-58,14r41,42r-25,19r-31,-49r-31,51r-25,-17r38,-46r-58,-12","w":162},{"d":"174,-82v2,74,-78,102,-153,77r2,-33v44,25,113,13,112,-40v-1,-51,-58,-64,-111,-45r1,-132r141,0r0,29r-106,0r-2,68v67,-15,115,19,116,76"},{"d":"3,-92v0,-54,41,-99,97,-99v56,0,93,43,93,99v0,55,-41,95,-97,95v-56,0,-93,-40,-93,-95xm40,-91v0,37,24,67,59,67v36,1,58,-35,58,-73v0,-36,-22,-66,-57,-66v-35,0,-60,35,-60,72xm48,-250r33,0r0,34r-33,0r0,-34xm117,-250r32,0r0,34r-32,0r0,-34","w":207},{"d":"75,3v-18,-1,-53,-4,-67,-12r3,-37v21,8,42,14,64,17r0,-90v-93,-22,-94,-123,2,-138r0,-30r19,0r0,30v26,3,46,6,60,11r-3,34v-15,-7,-34,-12,-57,-15r0,78v38,9,75,32,76,72v0,47,-33,73,-78,79r0,32r-19,0r0,-31xm76,-226v-44,7,-41,61,0,69r0,-69xm94,-29v33,-6,56,-40,29,-67v-8,-8,-17,-13,-29,-17r0,84","w":184},{"d":"0,-177v0,-44,15,-82,55,-82v38,0,55,39,55,80v0,45,-14,85,-53,85v-38,0,-57,-27,-57,-83xm57,-115v19,1,26,-34,26,-59v0,-42,-9,-63,-28,-63v-19,0,-28,21,-28,64v0,39,10,58,30,58xm188,-257r22,0r-116,257r-21,0xm228,4v-39,0,-55,-38,-55,-82v0,-57,19,-85,56,-85v39,0,53,38,53,83v0,56,-18,84,-54,84xm200,-78v-1,26,6,60,26,60v20,0,30,-20,30,-61v0,-41,-9,-61,-28,-61v-19,0,-28,21,-28,62","w":296},{"d":"122,-114v3,-57,-61,-62,-101,-32r0,-29v44,-32,133,-19,133,44r0,131r-30,0r0,-30v-23,23,-29,33,-67,33v-36,0,-61,-24,-60,-61v1,-48,67,-62,125,-56xm122,-90v-39,-4,-86,2,-88,35v-2,39,58,40,75,15v8,-12,16,-30,13,-50","w":177},{"d":"30,-188r52,154r52,-154r34,0r-67,188r-41,0r-67,-188r37,0","w":170,"k":{".":31,",":32}},{"d":"21,-256v75,-3,161,-3,161,66v0,30,-16,51,-51,62v11,6,19,13,24,24r48,104r-42,0r-40,-92v-9,-23,-31,-23,-63,-23r0,114r-37,0r0,-255xm57,-146v45,1,86,-1,88,-38v2,-40,-43,-43,-88,-41r0,79","w":214,"k":{"Y":24,"V":20}},{"d":"-18,-329r35,0r37,49r-31,0r-24,-32r-27,31r-31,0","w":0},{"d":"7,-116v0,-68,28,-109,61,-163r33,0v-29,55,-55,98,-55,162v0,70,21,99,53,166r-31,0v-34,-53,-61,-97,-61,-165","w":103},{"d":"182,-180v0,63,-60,87,-127,77r0,102r-35,0r0,-254v83,-5,162,0,162,75xm56,-135v44,5,87,-4,88,-45v1,-36,-38,-49,-88,-46r0,91","k":{"\u00c4":32,"A":32,".":70,",":66}},{"w":96},{"d":"28,-40r42,0r-33,90r-31,0xm25,-187r40,0r0,40r-40,0r0,-40","w":74},{"d":"213,-91v1,55,-41,95,-96,95v-67,0,-101,-39,-101,-116r0,-144r36,0v7,90,-30,226,64,229v84,3,59,-143,62,-229r35,0r0,165","w":236},{"d":"32,-255r42,112v16,42,27,80,36,114v17,-54,45,-130,82,-226r39,0r-99,255r-44,0r-97,-255r41,0","w":236,"k":{"\u00c4":44,"z":19,"y":12,"x":16,"w":12,"v":13,"u":23,"s":26,"r":24,"q":30,"p":22,"o":31,"n":22,"m":21,"g":29,"e":30,"d":30,"c":31,"a":28,"A":44,";":28,":":29,".":48,"-":33,",":49}},{"d":"-9,-87r242,0r0,28r-242,0r0,-28xm-9,-153r242,0r0,29r-242,0r0,-29","w":236},{"d":"98,-258r44,0r-49,48r-26,0xm90,-191v58,0,88,42,83,106r-135,0v5,63,73,74,120,43r0,33v-76,34,-154,-5,-154,-86v0,-53,36,-96,86,-96xm138,-111v-3,-29,-18,-53,-47,-54v-26,0,-44,18,-53,54r100,0","w":184},{"d":"11,-22r153,-69r-153,-69r0,-25r183,83r0,22r-183,83r0,-25","w":203},{"d":"105,-134v31,5,58,27,58,62v0,73,-85,88,-159,65r3,-33v46,21,116,24,118,-31v2,-38,-44,-52,-86,-47r0,-31v42,2,84,-9,84,-44v0,-46,-71,-45,-109,-25r-2,-31v77,-22,144,-14,149,56v2,29,-27,60,-56,59"},{"d":"9,-256r162,0v0,16,2,28,-4,41r-92,215r-40,0r100,-227r-126,0r0,-29"},{"d":"19,-255r35,0r0,115r110,-115r52,0v-12,11,-54,52,-124,121r131,134r-53,0v-27,-27,-55,-57,-85,-91v-8,-10,-9,-10,-31,-36r0,127r-35,0r0,-255","w":214},{"d":"20,-255r37,0r0,223r106,0r0,32r-143,0r0,-255","w":177,"k":{"Y":49,"W":29,"V":43,"T":41}},{"d":"21,-275r34,0r0,274r-34,0r0,-274","w":74},{"d":"13,-41r40,0r0,40r-40,0r0,-40","w":66},{"d":"17,-275r35,0r0,165r76,-78r47,0r-89,83r99,105r-49,0r-85,-96r0,95r-34,0r0,-274","w":177},{"d":"28,-41r40,0r0,40r-40,0r0,-40xm28,-188r40,0r0,40r-40,0r0,-40","w":74},{"d":"17,-256r36,0r0,107r122,0r0,-107r36,0r0,257r-35,0r0,-119r-122,0r0,117r-37,0r0,-255","w":236},{"d":"7,-130v0,-98,104,-161,202,-115r-4,34v-75,-43,-156,0,-158,80v-2,79,74,123,153,93r1,35v-101,25,-194,-26,-194,-127","w":214},{"d":"220,-147v0,-16,-14,-33,-30,-33v-29,0,-54,40,-54,70v0,19,12,35,30,35v28,0,54,-43,54,-72xm107,-107v0,-67,84,-141,124,-71r7,-22r25,0r-33,117v0,7,3,11,8,11v27,2,51,-49,51,-78v0,-55,-44,-93,-100,-93v-62,0,-110,52,-110,115v0,61,51,114,112,113v38,-1,71,-18,88,-42r24,0v-21,36,-61,63,-113,64v-74,1,-137,-62,-137,-137v0,-73,64,-135,136,-135v65,0,124,49,124,112v0,46,-42,106,-87,104v-14,0,-22,-9,-23,-22v-33,43,-96,17,-96,-36","w":365},{"d":"90,-131r-88,-124r42,0r68,97r69,-98r42,0r-87,121r94,135r-44,0r-72,-110r-76,109r-43,0","w":236},{"d":"167,-189v0,71,-55,99,-122,160r126,0r0,29r-162,0r0,-40v40,-30,118,-101,118,-147v0,-51,-63,-50,-107,-25r-5,-32v64,-33,152,-16,152,55"},{"d":"126,-260v76,0,123,54,123,131v0,77,-49,132,-123,133v-75,1,-123,-54,-123,-129v0,-76,47,-135,123,-135xm41,-127v0,53,32,104,83,103v54,0,88,-48,88,-105v0,-58,-33,-103,-87,-103v-50,0,-84,51,-84,105xm71,-320r33,0r0,35r-33,0r0,-35xm150,-320r34,0r0,35r-34,0r0,-35","w":266,"k":{"\u00c4":22,"Y":27,"V":21,"Q":10,"G":10,"A":22}},{"d":"6,-109r94,0r0,27r-94,0r0,-27","w":110},{"d":"102,-96v44,31,13,99,-42,99v-16,0,-34,-4,-54,-12r3,-31v23,17,72,22,77,-12v3,-19,-58,-45,-57,-46v-43,-31,-13,-94,40,-94v14,0,30,3,48,8r-2,29v-26,-13,-66,-15,-71,15v-3,18,59,41,58,44","w":133},{"d":"21,-254r40,0r-33,87r-32,0xm87,-254r40,0r-31,87r-33,0","w":128},{"d":"93,-258r45,0r-49,48r-26,0xm122,-114v3,-57,-61,-62,-101,-32r0,-29v44,-32,133,-19,133,44r0,131r-30,0r0,-30v-23,23,-29,33,-67,33v-36,0,-61,-24,-60,-61v1,-48,67,-62,125,-56xm122,-90v-39,-4,-86,2,-88,35v-2,39,58,40,75,15v8,-12,16,-30,13,-50","w":177},{"d":"17,-255r48,0r63,109v25,43,45,79,59,111r-3,-220r34,0r0,255r-45,0r-63,-107v-29,-49,-49,-88,-61,-118r2,225r-34,0r0,-255","w":244},{"d":"4,-128v0,-104,103,-161,210,-120r-3,36v-71,-43,-168,-1,-168,81v0,73,64,122,139,98r0,-75r-55,0r0,-29r91,0r0,129v-103,37,-214,-11,-214,-120","w":244},{"d":"103,-187v0,28,-25,53,-53,53v-28,0,-52,-25,-52,-53v0,-28,25,-52,52,-52v27,0,53,25,53,52xm89,-187v0,-19,-19,-38,-39,-38v-22,0,-38,18,-38,38v-1,20,18,39,38,39v19,0,39,-19,39,-39","w":96}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+50-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);})("VhA@yBEM&k]SV2{|xBOT_h_]u~E@AB]Su~:T&k>}AN;mRaMPRq@y>}5qba]Vx-f3uOn@Fvf{Fh@{Nh5KujboFh:PukA(_b:}R-dTujboFhADujbTFvODujboFhb@4Px]ujboFhOPujbTFv_~xNn@FvfDE2dYujboFh>D0({;k{]3xJ_oFJEeJ@qm3Nn@Fvf(AD>Puj%f2vqOhj_:V8FE?96>tJbNkuRA&y3x04r5PD({B}.YKQmdSIonTaM@~-$e,|;]7sboFhbMkJOOFOn@Fvf{?v5S92%eyaA38@n@Fvf{F}6B6tE3xJ_oFkbYNT.@ujboFhR~:2N5x{:0VOf3xJ%oRJ%|NNR]ujboFhbe9DF-tMnm8Bm,tqE%kv:3xJ%oAvRd3@oPujboFhbnJ(x3xJ%oRD%P8}Eoyh{MV2_PVtnY9J%m3v@P8}%myv@o8Bn{yBxM&2n}9k_SAPe}yj{o&jF]0-M|&kR.RPeI&aMIuPrs?}x-x@oSVJ;.9aY}Ak5T8k5Yy}>,AkeaxhNTy{oSAhN;&h{SxjY{y}EMAu:S8kx{&j:38B>{4vqeF{oSFJR$u2$ou2$nFv_Y:2]Y8}>{3-6.yh]DRu>Yy~$S&h]axhe5ykbYVkAI3Pr|&Jnm?TmQ&t{}k~Ey&N@x9ufy&N@]VtrY")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":192,"face":{"font-family":"fruchtiger","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 7 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-65 -329 319 83","underline-thickness":"14.4141","underline-position":"-41.1328","unicode-range":"U+0020-U+2026"}}));

/*inc/js/fancybox/jquery.fancybox.min.js*/
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(k(b){k d(a){I f=[].4z.4A(2H,1),e=0;a=b.1m.4B(a||1n.1m);a.F="18";6(a.3y)e=a.3y/4C;6(a.3z)e=-a.3z/3;f.4D(a,e);m b.1m.4E.4F(H,f)}I c=["4G","18"];b.1m.4H.18={4I:k(){6(H.3A)2I(I a=c.J;a;)H.3A(c[--a],d,t);B H.3B=d},4J:k(){6(H.3C)2I(I a=c.J;a;)H.3C(c[--a],d,t);B H.3B=X}};b.1T.1b({18:k(a){m a?H.1c("18",a):H.1U("18")},4K:k(a){m H.19("18",a)}})})(2J);(k($){I f,Y,1o,q,1G,G,Z,1H,1I,R=0,8={},U=[],P=0,4={},K=[],1V=X,11=1W 2c(),2d=/\\.(4L|4M|4N|4O|4P)(.*)?$/i,3D=/[^\\.]\\.(1p)\\s*$/i,2e,2f=1,L,M,E=t,13=20,1v=$.1b($(\'<l/>\')[0],{1w:0}),1d=0,2K=!$.2L.14&&!1n.4Q,2g=k(){Y.1e();11.2M=11.2N=X;6(1V){1V.4R()}f.2O()},2h=k(){$.7(\'<p u="2h">4S 4T 1J 4U 4V 4W.<4X />4Y 4Z 50 51.</p>\',{\'1x\':\'3E\',\'o\':20,\'2i\':\'2j\',\'2k\':\'2j\'})},2l=k(){m[$(1n).g(),$(1n).9(),$(S).3F(),$(S).1X()]},3G=k(){I a=2l(),r={},15=4.15,1y=4.2P,1Y=(13+15)*2,1Z=(13+15)*2,1f=(4.o*2),2m;6(4.g.3H().2Q(\'%\')>-1){r.g=((a[0]*1K(4.g))/3I)-(13*2);1y=t}B{r.g=4.g+1f}6(4.9.3H().2Q(\'%\')>-1){r.9=((a[1]*1K(4.9))/3I)-(13*2);1y=t}B{r.9=4.9+1f}6(1y&&(r.g>(a[0]-1Y)||r.9>(a[1]-1Z))){6(8.F==\'2n\'||8.F==\'1p\'){1Y+=1f;1Z+=1f;2m=D.21(D.21(a[0]-1Y,4.g)/4.g,D.21(a[1]-1Z,4.9)/4.9);r.g=D.1L(2m*(r.g-1f))+1f;r.9=D.1L(2m*(r.9-1f))+1f}B{r.g=D.21(r.g,(a[0]-1Y));r.9=D.21(r.9,(a[1]-1Z))}}r.y=a[3]+((a[1]-(r.9+(13*2)))*0.5);r.v=a[2]+((a[0]-(r.g+(13*2)))*0.5);6(4.2P===t){r.y=D.V(a[3]+15,r.y);r.v=D.V(a[2]+15,r.v)}m r},3J=k(a){6(a&&a.J){2R(4.2o){1a\'3K\':m a;1a\'2S\':m\'<W u="7-C-2S">\'+a+\'</W>\';3L:m\'<W u="7-C-q"><W u="7-C-v"></W><W u="7-C-52">\'+a+\'</W><W u="7-C-2T"></W></W>\'}}m t},3M=k(){I a=4.C,g=M.g-(4.o*2),3N=\'7-C-\'+4.2o;$(\'#7-C\').3O();1d=0;6(4.3P===t){m}a=$.1z(4.2U)?4.2U(a,K,P,4):3J(a);6(!a||a===\'\'){m}$(\'<l u="7-C" 16="\'+3N+\'" />\').A({\'g\':g,\'3Q\':4.o,\'53\':4.o}).1g(a).1M(\'1q\');2R(4.2o){1a\'3K\':1d=$("#7-C").3R(N)-4.o;M.9+=1d;1h;1a\'2S\':$(\'#7-C\').A(\'3S\',4.o);1h;3L:$(\'#7-C\').A(\'3S\',$("#7-C").3R(N)*-1);1h}$(\'#7-C\').1M(1G).1e()},3T=k(){$(S).19(\'2V.17\').1c(\'2V.17\',k(e){6(e.2W==27&&4.2X){e.1A();$.7.Z()}B 6(e.2W==37){e.1A();$.7.2p()}B 6(e.2W==39){e.1A();$.7.2q()}});6($.1T.18){q.19(\'18.17\');6(K.J>1){q.1c(\'18.17\',k(e,a){e.1A();6(E||a===0){m}6(a>0){$.7.2p()}B{$.7.2q()}})}}6(!4.3U){m}6((4.22&&K.J>1)||P!==0){1H.1B()}6((4.22&&K.J>1)||P!=(K.J-1)){1I.1B()}},3V=k(){I a,23;6((K.J-1)>P){a=K[P+1].z;6(1r a!==\'24\'&&a.25(2d)){23=1W 2c();23.1s=a}}6(P>0){a=K[P-1].z;6(1r a!==\'24\'&&a.25(2d)){23=1W 2c();23.1s=a}}},2r=k(){G.A(\'2s\',(4.1x==\'1i\'?(4.F==\'2n\'||4.F==\'1j\'||4.F==\'1p\'?\'1C\':\'1i\'):(4.1x==\'54\'?\'1i\':\'2t\')));6(!$.2L.14){G.1N(0).1D.3W(\'2Y\');q.1N(0).1D.3W(\'2Y\')}$(\'#7-C\').1B();6(4.2Z){G.30(\'1t\',$.7.Z)}6(4.31){1o.30(\'1t\',$.7.Z)}6(4.32){Z.1B()}3T();$(1n).1c("1y.17",$.7.2u);6(4.3X){$(1n).1c("33.17",$.7.2u)}B{$(1n).19("33.17")}6($.1z(4.34)){4.34(K,P,4)}E=t;3V()},2v=k(a){I b=D.1L(L.g+(M.g-L.g)*a),9=D.1L(L.9+(M.9-L.9)*a),y=D.1L(L.y+(M.y-L.y)*a),v=D.1L(L.v+(M.v-L.v)*a);q.A({\'g\':b+\'1k\',\'9\':9+\'1k\',\'y\':y+\'1k\',\'v\':v+\'1k\'});b=D.V(b-4.o*2,0);9=D.V(9-(4.o*2+(1d*a)),0);G.A({\'g\':b+\'1k\',\'9\':9+\'1k\'});6(1r M.14!==\'24\'){q.A(\'14\',(a<0.5?0.5:a))}},3Y=k(a){I b=a.55();b.y+=1K(a.A(\'56\'))||0;b.v+=1K(a.A(\'3Q\'))||0;b.y+=1K(a.A(\'3Z-y-g\'))||0;b.v+=1K(a.A(\'3Z-v-g\'))||0;b.g=a.g();b.9=a.9();m b},35=k(){I a=8.1O?$(8.1O):t,2w={},1l,1P;6(a&&a.J){1l=3Y(a);2w={g:(1l.g+(4.o*2)),9:(1l.9+(4.o*2)),y:(1l.y-4.o-13),v:(1l.v-4.o-13)}}B{1P=2l();2w={g:1,9:1,y:1P[3]+1P[1]*0.5,v:1P[2]+1P[0]*0.5}}m 2w},2x=k(){Y.1e();6(q.26(":2t")&&$.1z(4.28)){6(4.28(K,P,4)===t){$.1m.1U(\'7-1Q\');E=t;m}}K=U;P=R;4=8;G.1N(0).1X=0;G.1N(0).3F=0;6(4.36){6(2K){$(\'41:57(#7-2y 41)\').2Y(k(){m H.1D.38!==\'1C\'}).A({\'38\':\'1C\'}).30(\'7-3a\',k(){H.1D.38=\'58\'})}1o.A({\'59-5a\':4.42,\'14\':4.43}).19().1B()}M=3G();3M();6(q.26(":2t")){$(Z.1R(1H).1R(1I)).1e();I b=q.44(),3b;L={y:b.y,v:b.v,g:q.g(),9:q.9()};3b=(L.g==M.g&&L.9==M.9);G.3c(4.3d,k(){I a=k(){G.1g(f.3e()).45(4.3d,2r)};$.1m.1U(\'7-46\');G.2O().A(\'2s\',\'1C\');6(3b){G.A({y:4.o,v:4.o,g:D.V(M.g-(4.o*2),1),9:D.V(M.9-(4.o*2)-1d,1)});a()}B{G.A({y:4.o,v:4.o,g:D.V(L.g-(4.o*2),1),9:D.V(L.9-(4.o*2),1)});1v.1w=0;$(1v).3f({1w:1},{3g:4.47,3h:4.5b,3i:2v,3j:a})}});m}q.A(\'14\',1);6(4.2i==\'48\'){L=35();G.A({y:4.o,v:4.o,g:D.V(L.g-(4.o*2),1),9:D.V(L.9-(4.o*2),1)}).1g(f.3e());q.A(L).1B();6(4.14){M.14=0}1v.1w=0;$(1v).3f({1w:1},{3g:4.3k,3h:4.49,3i:2v,3j:2r})}B{G.A({y:4.o,v:4.o,g:D.V(M.g-(4.o*2),1),9:D.V(M.9-(4.o*2)-1d,1)}).1g(f.3e());q.A(M).45(4.2i==\'2j\'?0:4.3k,2r)}},29=k(){f.g(8.g);f.9(8.9);6(8.g==\'1i\'){8.g=f.g()}6(8.9==\'1i\'){8.9=f.9()}2x()},4a=k(){E=N;8.g=11.g;8.9=11.9;$("<2z />").3l({\'u\':\'7-2z\',\'1s\':11.1s,\'4b\':8.C}).1M(f);2x()},1S=k(){2g();I d=U[R],z,F,C,2a,2A,1u,T;8=$.1b({},$.1T.7.4c,(1r $(d).T(\'7\')==\'24\'?8:$(d).T(\'7\')));C=d.C||$(d).C||8.C||\'\';6(d.4d&&!8.1O){8.1O=$(d).1E("2z:4e").J?$(d).1E("2z:4e"):$(d)}6(C===\'\'&&8.1O){C=8.1O.3l(\'4b\')}6(d.4d&&(/^(?:2B|#)/i).5c(d.z)){z=8.z||X}B{z=8.z||d.z||X}6(8.F){F=8.F;6(!z){z=8.1J}}B 6(8.1J){F=\'1g\'}B 6(z){6(z.25(2d)){F=\'2n\'}B 6(z.25(3D)){F=\'1p\'}B 6($(d).5d("1j")){F=\'1j\'}B 6(z.25(/#/)){d=z.5e(z.2Q("#"));F=$(d).J>0?\'2b\':\'1F\'}B{F=\'1F\'}}B{F=\'2b\'}8.F=F;8.z=z;8.C=C;6(8.4f&&8.F!==\'1j\'&&8.F!==\'1p\'){8.g=\'1i\';8.9=\'1i\'}6(8.4g){8.36=N;8.31=t;8.2Z=t;8.2X=t;8.32=t}6($.1z(8.3m)){6(8.3m(U,R,8)===t){E=t;m}}f.A(\'o\',(13+8.o+8.15));$(\'.7-2b-2y\').19(\'7-1Q\').1c(\'7-46\',k(){$(H).2C(G.1E())});2R(F){1a\'1g\':f.1g(8.1J);29();1h;1a\'2b\':$(\'<l 16="7-2b-2y" />\').1e().5f($(d)).1c(\'7-3a\',k(){$(H).2C(G.1E())}).1c(\'7-1Q\',k(){$(H).2C(f.1E())});$(d).1M(f);29();1h;1a\'2n\':E=t;$.7.3n();11=1W 2c();11.2M=k(){2h()};11.2N=k(){11.2M=X;11.2N=X;4a()};11.1s=z;1h;1a\'1p\':2a=\'<2D 5g="5h:5i-5j-5k-5l-5m" g="\'+8.g+\'" 9="\'+8.9+\'"><2E 3o="5n" 4h="\'+z+\'"></2E>\';2A=\'\';$.5o(8.1p,k(a,b){2a+=\'<2E 3o="\'+a+\'" 4h="\'+b+\'"></2E>\';2A+=\' \'+a+\'="\'+b+\'"\'});2a+=\'<4i 1s="\'+z+\'" F="5p/x-5q-5r" g="\'+8.g+\'" 9="\'+8.9+\'"\'+2A+\'></4i></2D>\';f.1g(2a);29();1h;1a\'1F\':1u=z.5s(\'#\',2);T=8.1F.T||{};6(1u.J>1){z=1u[0];6(1r T=="5t"){T+=\'&1u=\'+1u[1]}B{T.1u=1u[1]}}E=t;$.7.3n();1V=$.1F($.1b(8.1F,{5u:z,T:T,5v:2h,5w:k(a,b,c){6(1V.5x==5y){f.1g(a);29()}}}));1h;1a\'1j\':$(\'<1j u="7-3p" 3o="7-3p\'+1W 5z().5A()+\'" 4j="0" 5B="0" 1x="\'+8.1x+\'" 1s="\'+8.z+\'"></1j>\').1M(f);2x();1h}},4k=k(){6(!Y.26(\':2t\')){4l(2e);m}$(\'l\',Y).A(\'y\',(2f*-40)+\'1k\');2f=(2f+1)%12},4m=k(){6($("#7-q").J){m}$(\'1q\').3q(f=$(\'<l u="7-2y"></l>\'),Y=$(\'<l u="7-Y"><l></l></l>\'),1o=$(\'<l u="7-1o"></l>\'),q=$(\'<l u="7-q"></l>\'));6(!$.2L.14){q.4n(\'7-4o\');Y.4n(\'7-4o\')}1G=$(\'<l u="7-1G"></l>\').3q(\'<l 16="O-Q" u="O-Q-n"></l><l 16="O-Q" u="O-Q-5C"></l><l 16="O-Q" u="O-Q-e"></l><l 16="O-Q" u="O-Q-5D"></l><l 16="O-Q" u="O-Q-s"></l><l 16="O-Q" u="O-Q-5E"></l><l 16="O-Q" u="O-Q-w"></l><l 16="O-Q" u="O-Q-5F"></l>\').1M(q);1G.3q(G=$(\'<l u="7-G"></l>\'),Z=$(\'<a u="7-Z"></a>\'),1H=$(\'<a z="2B:;" u="7-v"><W 16="O-2F" u="7-v-2F"></W></a>\'),1I=$(\'<a z="2B:;" u="7-2T"><W 16="O-2F" u="7-2T-2F"></W></a>\'));Z.1t($.7.Z);Y.1t($.7.1Q);1H.1t(k(e){e.1A();$.7.2p()});1I.1t(k(e){e.1A();$.7.2q()});6(2K){1o.1N(0).1D.4p(\'9\',"S.1q.4q > S.1q.4r ? S.1q.4q : S.1q.4r + \'1k\'");Y.1N(0).1D.4p(\'y\',"(-20 + (S.2G.3r ? S.2G.3r/2 : S.1q.3r/2 ) + ( 5G = S.2G.1X ? S.2G.1X : S.1q.1X )) + \'1k\'");1G.5H(\'<1j u="7-1e-5I-3p" 1s="2B:\\\'\\\';" 1x="3E" 4j="0" ></1j>\')}};$.1T.7=k(b){$(H).T(\'7\',$.1b({},b,($.4s?$(H).4s():{}))).19(\'1t.17\').1c(\'1t.17\',k(e){e.1A();6(E){m}E=N;$(H).5J();U=[];R=0;I a=$(H).3l(\'3s\')||\'\';6(!a||a==\'\'||a===\'5K\'){U.4t(H)}B{U=$("a[3s="+a+"], 5L[3s="+a+"]");R=U.4u(H)}1S();m t});m H};$.7=k(a){6(E){m}E=N;I b=1r 2H[1]!==\'24\'?2H[1]:{};U=[];R=b.4u||0;6($.5M(a)){2I(I i=0,j=a.J;i<j;i++){6(1r a[i]==\'2D\'){$(a[i]).T(\'7\',$.1b({},b,a[i]))}B{a[i]=$({}).T(\'7\',$.1b({1J:a[i]},b))}}U=2J.5N(U,a)}B{6(1r a==\'2D\'){$(a).T(\'7\',$.1b({},b,a))}B{a=$({}).T(\'7\',$.1b({1J:a},b))}U.4t(a)}6(R>U.J||R<0){R=0}1S()};$.7.3n=k(){4l(2e);Y.1B();2e=5O(4k,5P)};$.7.5Q=k(){Y.1e()};$.7.2q=k(){m $.7.1l(P+1)};$.7.2p=k(){m $.7.1l(P-1)};$.7.1l=k(a){6(E){m}a=5R(a,10);6(a>-1&&K.J>a){R=a;1S()}6(4.22&&K.J>1&&a<0){R=K.J-1;1S()}6(4.22&&K.J>1&&a>=K.J){R=0;1S()}m};$.7.1Q=k(){6(E){m}E=N;$.1m.1U(\'7-1Q\');2g();6(8&&$.1z(8.3t)){8.3t(U,R,8)}E=t};$.7.Z=k(){6(E||q.26(\':1C\')){m}E=N;6(4&&$.1z(4.28)){6(4.28(K,P,4)===t){E=t;m}}2g();$(Z.1R(1H).1R(1I)).1e();$(\'#7-C\').3O();q.1R(G).1R(1o).19();$(1n).19("1y.17 33.17");$(S).19(\'2V.17\');k 3u(){1o.3c(\'4v\');q.1e();$.1m.1U(\'7-3a\');G.2O();6($.1z(4.3v)){4.3v(K,P,4)}K=8=[];P=R=0;4=8={};E=t}G.A(\'2s\',\'1C\');6(4.2k==\'48\'){L=35();I a=q.44();M={y:a.y,v:a.v,g:q.g(),9:q.9()};6(4.14){M.14=1}1v.1w=1;$(1v).3f({1w:0},{3g:4.3w,3h:4.4w,3i:2v,3j:3u})}B{q.3c(4.2k==\'2j\'?0:4.3w,3u)}};$.7.1y=k(){I c,h;6(E||q.26(\':1C\')){m}E=N;c=G.5S("<l 1D=\'2s:1i\'></l>").1E();h=c.9();q.A({9:h+(4.o*2)+1d});G.A({9:h});c.2C(c.1E());$.7.2u()};$.7.2u=k(){E=N;I a=2l(),15=4.15,r={};r.y=a[3]+((a[1]-((q.9()-1d)+(13*2)))*0.5);r.v=a[2]+((a[0]-(q.g()+(13*2)))*0.5);r.y=D.V(a[3]+15,r.y);r.v=D.V(a[2]+15,r.v);q.A(r);E=t};$.1T.7.4c={o:10,15:20,14:t,4g:t,22:t,1x:\'1i\',g:5T,9:5U,2P:N,4f:N,3X:t,1F:{},1p:{5V:\'5W\'},31:N,2Z:t,36:N,43:0.3,42:\'#5X\',3P:N,2o:\'5Y\',2U:X,2i:\'4x\',2k:\'4x\',3k:3x,3w:3x,47:3x,3d:\'4v\',49:\'4y\',4w:\'4y\',32:N,3U:N,2X:N,3m:X,3t:X,34:X,28:X,3v:X};$(S).5Z(k(){4m()})})(2J);',62,372,'||||currentOpts||if|fancybox|selectedOpts|height|||||||width||||function|div|return||padding||wrap|to||false|id|left|||top|href|css|else|title|Math|busy|type|inner|this|var|length|currentArray|start_pos|final_pos|true|fancy|currentIndex|bg|selectedIndex|document|data|selectedArray|max|span|null|loading|close||imgPreloader||shadow|opacity|margin|class|fb|mousewheel|unbind|case|extend|bind|titleh|hide|double_padding|html|break|auto|iframe|px|pos|event|window|overlay|swf|body|typeof|src|click|selector|fx|prop|scrolling|resize|isFunction|preventDefault|show|hidden|style|children|ajax|outer|nav_left|nav_right|content|parseFloat|round|appendTo|get|orig|view|cancel|add|fancybox_start|fn|trigger|ajaxLoader|new|scrollTop|horizontal_space|vertical_space||min|cyclic|objNext|undefined|match|is||onCleanup|fancybox_process_inline|str|inline|Image|imgRegExp|loadingTimer|loadingFrame|fancybox_abort|fancybox_error|transitionIn|none|transitionOut|fancybox_get_viewport|ratio|image|titlePosition|prev|next|_finish|overflow|visible|center|fancybox_draw|from|fancybox_show|tmp|img|emb|javascript|replaceWith|object|param|ico|documentElement|arguments|for|jQuery|isIE6|support|onerror|onload|empty|autoScale|indexOf|switch|over|right|titleFormat|keydown|keyCode|enableEscapeButton|filter|hideOnContentClick|one|hideOnOverlayClick|showCloseButton|scroll|onComplete|fancybox_get_zoom_from|overlayShow||visibility||cleanup|equal|fadeOut|changeFade|contents|animate|duration|easing|step|complete|speedIn|attr|onStart|showActivity|name|frame|append|clientHeight|rev|onCancel|_cleanup|onClosed|speedOut|300|wheelDelta|detail|addEventListener|onmousewheel|removeEventListener|swfRegExp|no|scrollLeft|fancybox_get_zoom_to|toString|100|fancybox_format_title|inside|default|fancybox_process_title|titlec|remove|titleShow|paddingLeft|outerHeight|bottom|fancybox_set_navigation|showNavArrows|fancybox_preload_images|removeAttribute|centerOnScroll|fancybox_get_obj_pos|border||select|overlayColor|overlayOpacity|position|fadeIn|change|changeSpeed|elastic|easingIn|fancybox_process_image|alt|defaults|nodeName|first|autoDimensions|modal|value|embed|frameborder|fancybox_animate_loading|clearInterval|fancybox_init|addClass|ie|setExpression|scrollHeight|offsetHeight|metadata|push|index|fast|easingOut|fade|swing|slice|call|fix|120|unshift|handle|apply|DOMMouseScroll|special|setup|teardown|unmousewheel|jpg|gif|png|bmp|jpeg|XMLHttpRequest|abort|The|requested|cannot|be|loaded|br|Please|try|again|later|main|paddingRight|yes|offset|paddingTop|not|inherit|background|color|easingChange|test|hasClass|substr|insertBefore|classid|clsid|D27CDB6E|AE6D|11cf|96B8|444553540000|movie|each|application|shockwave|flash|split|string|url|error|success|status|200|Date|getTime|hspace|ne|se|sw|nw|ignoreMe|prepend|sel|blur|nofollow|area|isArray|merge|setInterval|66|hideActivity|parseInt|wrapInner|560|340|wmode|transparent|666|outside|ready'.split('|'),0,{}))
/*inc/js/slideshow/jquery.cycle-2.73.min.js*/
;(function($){var ver='2.73';if($.support==undefined){$.support={opacity:!($.browser.msie)};}
function debug(s){if($.fn.cycle.debug)
log(s);}
function log(){if(window.console&&window.console.log)
window.console.log('[cycle] '+Array.prototype.join.call(arguments,' '));};$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!='stop'){if(!$.isReady&&o.s){log('DOM not ready, queuing slideshow');$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}
log('terminating; zero elements found by selector'+($.isReady?'':' (DOM not ready)'));return this;}
return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false)
return;if(this.cycleTimeout)
clearTimeout(this.cycleTimeout);this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log('terminating; too few slides: '+els.length);return;}
var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false)
return;var startTime=opts2.continuous?10:getTimeout(opts2.currSlide,opts2.nextSlide,opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10)
startTime=10;debug('first timeout: '+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev)},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined)
cont.cycleStop=0;if(options===undefined||options===null)
options={};if(options.constructor==String){switch(options){case'stop':cont.cycleStop++;if(cont.cycleTimeout)
clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;$(cont).removeData('cycle.opts');return false;case'pause':cont.cyclePause=1;return false;case'resume':cont.cyclePause=0;if(arg2===true){options=$(cont).data('cycle.opts');if(!options){log('options not found, can not resume');return false;}
if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}
go(options.elements,options,1,1);}
return false;case'prev':case'next':var opts=$(cont).data('cycle.opts');if(!opts){log('options not found, "prev/next" ignored');return false;}
$.fn.cycle[options](opts);return false;default:options={fx:options};};return options;}
else if(options.constructor==Number){var num=options;options=$(cont).data('cycle.opts');if(!options){log('options not found, can not advance slide');return false;}
if(num<0||num>=options.elements.length){log('invalid slide index: '+num);return false;}
options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}
if(typeof arg2=='string')
options.oneTimeFx=arg2;go(options.elements,options,1,num>=options.currSlide);return false;}
return options;};function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute('filter');}
catch(smother){}}};function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop)
opts.countdown=opts.autostopCount||els.length;var cont=$cont[0];$cont.data('cycle.opts',opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype)
opts.after.push(function(){removeFilter(this,opts);});if(opts.continuous)
opts.after.push(function(){go(els,opts,0,!opts.rev);});saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg)
clearTypeFix($slides);if($cont.css('position')=='static')
$cont.css('position','relative');if(opts.width)
$cont.width(opts.width);if(opts.height&&opts.height!='auto')
$cont.height(opts.height);if(opts.startingSlide)
opts.startingSlide=parseInt(opts.startingSlide);if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++)
opts.randomMap.push(i);opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}
else if(opts.startingSlide>=els.length)
opts.startingSlide=0;opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:'absolute',top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css('z-index',z)});$(els[first]).css('opacity',1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width)
$slides.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto')
$slides.height(opts.height);var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w)w=e.offsetWidth;if(!h)h=e.offsetHeight;maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}
if(maxw>0&&maxh>0)
$cont.css({width:maxw+'px',height:maxh+'px'});}
if(opts.pause)
$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});if(supportMultiTransitions(opts)===false)
return false;var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is('img')){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts,' - img slide not loaded, requeuing slideshow: ',this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options)},opts.requeueTimeout);requeue=true;return false;}
else{log('could not determine size of image: '+this.src,this.cycleW,this.cycleH);}}}
return true;});if(requeue)
return false;opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(':eq('+first+')').css(opts.cssBefore);if(opts.cssFirst)
$($slides[first]).css(opts.cssFirst);if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String)
opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);if(!opts.sync)
opts.speed=opts.speed/2;while((opts.timeout-opts.speed)<250)
opts.timeout+=opts.speed;}
if(opts.easing)
opts.easeIn=opts.easeOut=opts.easing;if(!opts.speedIn)
opts.speedIn=opts.speed;if(!opts.speedOut)
opts.speedOut=opts.speed;opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else
opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init))
init($cont,$slides,opts);else if(opts.fx!='custom'&&!opts.multiFx){log('unknown transition: '+opts.fx,'; slideshow terminating');return false;}}
var e0=$slides[first];if(opts.before.length)
opts.before[0].apply(e0,[e0,e0,opts,true]);if(opts.after.length>1)
opts.after[1].apply(e0,[e0,e0,opts,true]);if(opts.next)
$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1)});if(opts.prev)
$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1)});if(opts.pager)
buildPager(els,opts);exposeAddSlide(opts,els);return opts;};function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});};function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(',')>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,'').split(',');for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log('discarding unknown transition: ',fx);opts.fxs.splice(i,1);i--;}}
if(!opts.fxs.length){log('No valid transitions named; slideshow terminating.');return false;}}
else if(opts.fx=='all'){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx))
opts.fxs.push(p);}}
if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}
debug('randomized fx sequence: ',opts.fxs);}
return true;};function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount)
opts.countdown++;els[prepend?'unshift':'push'](s);if(opts.els)
opts.els[prepend?'unshift':'push'](s);opts.slideCount=els.length;$s.css('position','absolute');$s[prepend?'prependTo':'appendTo'](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}
if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg)
clearTypeFix($s);if(opts.fit&&opts.width)
$s.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto')
$slides.height(opts.height);s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager)
$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);if($.isFunction(opts.onAddSlide))
opts.onAddSlide($s);else
$s.hide();};}
$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init))
init(opts.$cont,$(opts.elements),opts);};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false;}
if(opts.busy)
return;var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual)
return;if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end)
opts.end(opts);return;}
if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length)
opts.lastFx=0;fx=opts.fxs[opts.lastFx];opts.currFx=fx;}
if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}
$.fn.cycle.resetState(opts,fx);if(opts.before.length)
$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn)
opts.fxFn(curr,next,opts,after,fwd);else if($.isFunction($.fn.cycle[opts.fx]))
$.fn.cycle[opts.fx](curr,next,opts,after);else
$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}
opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}
if(opts.pager)
$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}
var ms=0;if(opts.timeout&&!opts.continuous)
ms=getTimeout(curr,next,opts,fwd);else if(opts.continuous&&p.cyclePause)
ms=10;if(ms>0)
p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev)},ms);};$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).each(function(){$(this).find('a').removeClass('activeSlide').filter('a:eq('+currSlide+')').addClass('activeSlide');});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);while((t-opts.speed)<250)
t+=opts.speed;debug('calculated timeout: '+t+'; speed: '+opts.speed);if(t!==false)
return t;}
return opts.timeout;};$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}
if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2)
opts.randomIndex=els.length-2;else if(opts.randomIndex==-1)
opts.randomIndex=els.length-1;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else if(opts.random){if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap)return false;opts.nextSlide=els.length-1;}
else if(opts.nextSlide>=els.length){if(opts.nowrap)return false;opts.nextSlide=0;}}
if($.isFunction(opts.prevNextClick))
opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,val>=0);return false;};function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);};$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder))
a=opts.pagerAnchorBuilder(i,el);else
a='<a href="#">'+(i+1)+'</a>';if(!a)
return;var $a=$(a);if($a.parents('body').length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}
else{$a.appendTo($p);}}
$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}
if($.isFunction(opts.pagerClick))
opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,opts.currSlide<i);return false;});if(opts.pagerEvent!='click')
$a.click(function(){return false;});if(opts.pauseOnPagerHover)
$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd)
hops=c>l?c-l:opts.slideCount-l;else
hops=c<l?l-c:l+opts.slideCount-c;return hops;};function clearTypeFix($slides){function hex(s){s=parseInt(s).toString(16);return s.length<2?'0'+s:s;};function getBg(e){for(;e&&e.nodeName.toLowerCase()!='html';e=e.parentNode){var v=$.css(e,'background-color');if(v.indexOf('rgb')>=0){var rgb=v.match(/\d+/g);return'#'+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}
if(v&&v!='transparent')
return v;}
return'#ffffff';};$slides.each(function(){$(this).css('background-color',getBg(this));});};$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display='block';if(w!==false&&next.cycleW>0)
opts.cssBefore.width=next.cycleW;if(h!==false&&next.cycleH>0)
opts.cssBefore.height=next.cycleH;opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display='none';$(curr).css('zIndex',opts.slideCount+(rev===true?1:0));$(next).css('zIndex',opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=='number')
speedIn=speedOut=speedOverride;else
speedIn=speedOut=1;easeIn=easeOut=null;}
var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb)};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter)$l.css(opts.cssAfter);if(!opts.sync)fn();});if(opts.sync)fn();};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(':eq('+opts.currSlide+')').css('opacity',0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:'fade',timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:'click',pager:null,pagerClick:null,pagerEvent:'click',pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:'auto',startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};}
$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css('overflow','hidden').width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:'show'};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:'show'};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css('overflow','visible').width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}
opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++)
opts.els.push($slides[i]);for(i=0;i<opts.currSlide;i++)
opts.els.push(opts.els.shift());opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++)
fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());if(fwd){for(var i=0,len=opts.els.length;i<len;i++)
$(opts.els[i]).css('z-index',len-i+count);}
else{var z=$(curr).css('z-index');$el.css('z-index',parseInt(z)+1+count);}
$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb)cb();});});};opts.cssBefore={display:'block',opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css('overflow','hidden').width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css('overflow','hidden').height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css('overflow','hidden').height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||'left';var w=$cont.css('overflow','hidden').width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=='right')
opts.cssBefore.left=-w;else if(d=='up')
opts.cssBefore.top=h;else if(d=='down')
opts.cssBefore.top=-h;else
opts.cssBefore.left=w;});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||'left';var w=$cont.css('overflow','hidden').width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=='right')
opts.animOut.left=w;else if(d=='up')
opts.animOut.top=-h;else if(d=='down')
opts.animOut.top=h;else
opts.animOut.left=-w;});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css('overflow','visible').width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top)
opts.animOut={left:w*2,top:-h/2,opacity:0};else
opts.animOut.opacity=0;});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css('overflow','hidden').width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip))
clip='rect(0px 0px '+h+'px 0px)';else if(/r2l/.test(opts.clip))
clip='rect(0px '+w+'px '+h+'px '+w+'px)';else if(/t2b/.test(opts.clip))
clip='rect(0px '+w+'px 0px 0px)';else if(/b2t/.test(opts.clip))
clip='rect('+h+'px '+w+'px '+h+'px 0px)';else if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip='rect('+top+'px '+left+'px '+top+'px '+left+'px)';}}
opts.cssBefore.clip=opts.cssBefore.clip||clip||'rect(0px 0px 0px 0px)';var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next)return;var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display='block';var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:'rect('+tt+'px '+rr+'px '+bb+'px '+ll+'px)'});(step++<=count)?setTimeout(f,13):$curr.css('display','none');})();});opts.cssBefore={display:'block',opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);
/*inc/js/scrollpane/mwheelIntent.js*/
/**
 * @author trixta
 * @version 1.2
 */
(function($){

var mwheelI = {
			pos: [-260, -260]
		},
	minDif 	= 3,
	doc 	= document,
	root 	= doc.documentElement,
	body 	= doc.body,
	longDelay, shortDelay
;

function unsetPos(){
	if(this === mwheelI.elem){
		mwheelI.pos = [-260, -260];
		mwheelI.elem = false;
		minDif = 3;
	}
}

$.event.special.mwheelIntent = {
	setup: function(){
		var jElm = $(this).bind('mousewheel', $.event.special.mwheelIntent.handler);
		if( this !== doc && this !== root && this !== body ){
			jElm.bind('mouseleave', unsetPos);
		}
		jElm = null;
        return true;
    },
	teardown: function(){
        $(this)
			.unbind('mousewheel', $.event.special.mwheelIntent.handler)
			.unbind('mouseleave', unsetPos)
		;
        return true;
    },
    handler: function(e, d){
		var pos = [e.clientX, e.clientY];
		if( this === mwheelI.elem || Math.abs(mwheelI.pos[0] - pos[0]) > minDif || Math.abs(mwheelI.pos[1] - pos[1]) > minDif ){
            mwheelI.elem = this;
			mwheelI.pos = pos;
			minDif = 250;
			
			clearTimeout(shortDelay);
			shortDelay = setTimeout(function(){
				minDif = 10;
			}, 200);
			clearTimeout(longDelay);
			longDelay = setTimeout(function(){
				minDif = 3;
			}, 1500);
			e = $.extend({}, e, {type: 'mwheelIntent'});
            return $.event.handle.apply(this, arguments);
		}
    }
};
$.fn.extend({
	mwheelIntent: function(fn) {
		return fn ? this.bind("mwheelIntent", fn) : this.trigger("mwheelIntent");
	},
	
	unmwheelIntent: function(fn) {
		return this.unbind("mwheelIntent", fn);
	}
});

$(function(){
	body = doc.body;
	//assume that document is always scrollable, doesn't hurt if not
	$(doc).bind('mwheelIntent.mwheelIntentDefault', $.noop);
});
})(jQuery);
/*inc/js/scrollpane/jquery.mousewheel.js*/
/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
 * Licensed under the MIT License (LICENSE.txt).
 *
 * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
 * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
 * Thanks to: Seamus Leahy for adding deltaX and deltaY
 *
 * Version: 3.0.4
 * 
 * Requires: 1.2.2+
 */

(function($) {

var types = ['DOMMouseScroll', 'mousewheel'];

$.event.special.mousewheel = {
    setup: function() {
        if ( this.addEventListener ) {
            for ( var i=types.length; i; ) {
                this.addEventListener( types[--i], handler, false );
            }
        } else {
            this.onmousewheel = handler;
        }
    },
    
    teardown: function() {
        if ( this.removeEventListener ) {
            for ( var i=types.length; i; ) {
                this.removeEventListener( types[--i], handler, false );
            }
        } else {
            this.onmousewheel = null;
        }
    }
};

$.fn.extend({
    mousewheel: function(fn) {
        return fn ? this.bind("mousewheel", fn) : this.trigger("mousewheel");
    },
    
    unmousewheel: function(fn) {
        return this.unbind("mousewheel", fn);
    }
});


function handler(event) {
    var orgEvent = event || window.event, args = [].slice.call( arguments, 1 ), delta = 0, returnValue = true, deltaX = 0, deltaY = 0;
    event = $.event.fix(orgEvent);
    event.type = "mousewheel";
    
    // Old school scrollwheel delta
    if ( event.wheelDelta ) { delta = event.wheelDelta/120; }
    if ( event.detail     ) { delta = -event.detail/3; }
    
    // New school multidimensional scroll (touchpads) deltas
    deltaY = delta;
    
    // Gecko
    if ( orgEvent.axis !== undefined && orgEvent.axis === orgEvent.HORIZONTAL_AXIS ) {
        deltaY = 0;
        deltaX = -1*delta;
    }
    
    // Webkit
    if ( orgEvent.wheelDeltaY !== undefined ) { deltaY = orgEvent.wheelDeltaY/120; }
    if ( orgEvent.wheelDeltaX !== undefined ) { deltaX = -1*orgEvent.wheelDeltaX/120; }
    
    // Add event and delta to the front of the arguments
    args.unshift(event, delta, deltaX, deltaY);
    
    return $.event.handle.apply(this, args);
}

})(jQuery);
/*inc/js/scrollpane/jquery.jscrollpane.min.js*/
/*
 * jScrollPane - v2.0.0beta11 - 2011-06-09
 * http://jscrollpane.kelvinluck.com/
 *
 * Copyright (c) 2010 Kelvin Luck
 * Dual licensed under the MIT and GPL licenses.
 */
(function(b,a,c){b.fn.jScrollPane=function(e){function d(D,O){var az,Q=this,Y,ak,v,am,T,Z,y,q,aA,aF,av,i,I,h,j,aa,U,aq,X,t,A,ar,af,an,G,l,au,ay,x,aw,aI,f,L,aj=true,P=true,aH=false,k=false,ap=D.clone(false,false).empty(),ac=b.fn.mwheelIntent?"mwheelIntent.jsp":"mousewheel.jsp";aI=D.css("paddingTop")+" "+D.css("paddingRight")+" "+D.css("paddingBottom")+" "+D.css("paddingLeft");f=(parseInt(D.css("paddingLeft"),10)||0)+(parseInt(D.css("paddingRight"),10)||0);function at(aR){var aM,aO,aN,aK,aJ,aQ,aP=false,aL=false;az=aR;if(Y===c){aJ=D.scrollTop();aQ=D.scrollLeft();D.css({overflow:"hidden",padding:0});ak=D.innerWidth()+f;v=D.innerHeight();D.width(ak);Y=b('<div class="jspPane" />').css("padding",aI).append(D.children());am=b('<div class="jspContainer" />').css({width:ak+"px",height:v+"px"}).append(Y).appendTo(D)}else{D.css("width","");aP=az.stickToBottom&&K();aL=az.stickToRight&&B();aK=D.innerWidth()+f!=ak||D.outerHeight()!=v;if(aK){ak=D.innerWidth()+f;v=D.innerHeight();am.css({width:ak+"px",height:v+"px"})}if(!aK&&L==T&&Y.outerHeight()==Z){D.width(ak);return}L=T;Y.css("width","");D.width(ak);am.find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}Y.css("overflow","auto");if(aR.contentWidth){T=aR.contentWidth}else{T=Y[0].scrollWidth}Z=Y[0].scrollHeight;Y.css("overflow","");y=T/ak;q=Z/v;aA=q>1;aF=y>1;if(!(aF||aA)){D.removeClass("jspScrollable");Y.css({top:0,width:am.width()-f});n();E();R();w();ai()}else{D.addClass("jspScrollable");aM=az.maintainPosition&&(I||aa);if(aM){aO=aD();aN=aB()}aG();z();F();if(aM){N(aL?(T-ak):aO,false);M(aP?(Z-v):aN,false)}J();ag();ao();if(az.enableKeyboardNavigation){S()}if(az.clickOnTrack){p()}C();if(az.hijackInternalLinks){m()}}if(az.autoReinitialise&&!aw){aw=setInterval(function(){at(az)},az.autoReinitialiseDelay)}else{if(!az.autoReinitialise&&aw){clearInterval(aw)}}aJ&&D.scrollTop(0)&&M(aJ,false);aQ&&D.scrollLeft(0)&&N(aQ,false);D.trigger("jsp-initialised",[aF||aA])}function aG(){if(aA){am.append(b('<div class="jspVerticalBar" />').append(b('<div class="jspCap jspCapTop" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragTop" />'),b('<div class="jspDragBottom" />'))),b('<div class="jspCap jspCapBottom" />')));U=am.find(">.jspVerticalBar");aq=U.find(">.jspTrack");av=aq.find(">.jspDrag");if(az.showArrows){ar=b('<a class="jspArrow jspArrowUp" />').bind("mousedown.jsp",aE(0,-1)).bind("click.jsp",aC);af=b('<a class="jspArrow jspArrowDown" />').bind("mousedown.jsp",aE(0,1)).bind("click.jsp",aC);if(az.arrowScrollOnHover){ar.bind("mouseover.jsp",aE(0,-1,ar));af.bind("mouseover.jsp",aE(0,1,af))}al(aq,az.verticalArrowPositions,ar,af)}t=v;am.find(">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow").each(function(){t-=b(this).outerHeight()});av.hover(function(){av.addClass("jspHover")},function(){av.removeClass("jspHover")}).bind("mousedown.jsp",function(aJ){b("html").bind("dragstart.jsp selectstart.jsp",aC);av.addClass("jspActive");var s=aJ.pageY-av.position().top;b("html").bind("mousemove.jsp",function(aK){V(aK.pageY-s,false)}).bind("mouseup.jsp mouseleave.jsp",ax);return false});o()}}function o(){aq.height(t+"px");I=0;X=az.verticalGutter+aq.outerWidth();Y.width(ak-X-f);try{if(U.position().left===0){Y.css("margin-left",X+"px")}}catch(s){}}function z(){if(aF){am.append(b('<div class="jspHorizontalBar" />').append(b('<div class="jspCap jspCapLeft" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragLeft" />'),b('<div class="jspDragRight" />'))),b('<div class="jspCap jspCapRight" />')));an=am.find(">.jspHorizontalBar");G=an.find(">.jspTrack");h=G.find(">.jspDrag");if(az.showArrows){ay=b('<a class="jspArrow jspArrowLeft" />').bind("mousedown.jsp",aE(-1,0)).bind("click.jsp",aC);x=b('<a class="jspArrow jspArrowRight" />').bind("mousedown.jsp",aE(1,0)).bind("click.jsp",aC);
if(az.arrowScrollOnHover){ay.bind("mouseover.jsp",aE(-1,0,ay));x.bind("mouseover.jsp",aE(1,0,x))}al(G,az.horizontalArrowPositions,ay,x)}h.hover(function(){h.addClass("jspHover")},function(){h.removeClass("jspHover")}).bind("mousedown.jsp",function(aJ){b("html").bind("dragstart.jsp selectstart.jsp",aC);h.addClass("jspActive");var s=aJ.pageX-h.position().left;b("html").bind("mousemove.jsp",function(aK){W(aK.pageX-s,false)}).bind("mouseup.jsp mouseleave.jsp",ax);return false});l=am.innerWidth();ah()}}function ah(){am.find(">.jspHorizontalBar>.jspCap:visible,>.jspHorizontalBar>.jspArrow").each(function(){l-=b(this).outerWidth()});G.width(l+"px");aa=0}function F(){if(aF&&aA){var aJ=G.outerHeight(),s=aq.outerWidth();t-=aJ;b(an).find(">.jspCap:visible,>.jspArrow").each(function(){l+=b(this).outerWidth()});l-=s;v-=s;ak-=aJ;G.parent().append(b('<div class="jspCorner" />').css("width",aJ+"px"));o();ah()}if(aF){Y.width((am.outerWidth()-f)+"px")}Z=Y.outerHeight();q=Z/v;if(aF){au=Math.ceil(1/y*l);if(au>az.horizontalDragMaxWidth){au=az.horizontalDragMaxWidth}else{if(au<az.horizontalDragMinWidth){au=az.horizontalDragMinWidth}}h.width(au+"px");j=l-au;ae(aa)}if(aA){A=Math.ceil(1/q*t);if(A>az.verticalDragMaxHeight){A=az.verticalDragMaxHeight}else{if(A<az.verticalDragMinHeight){A=az.verticalDragMinHeight}}av.height(A+"px");i=t-A;ad(I)}}function al(aK,aM,aJ,s){var aO="before",aL="after",aN;if(aM=="os"){aM=/Mac/.test(navigator.platform)?"after":"split"}if(aM==aO){aL=aM}else{if(aM==aL){aO=aM;aN=aJ;aJ=s;s=aN}}aK[aO](aJ)[aL](s)}function aE(aJ,s,aK){return function(){H(aJ,s,this,aK);this.blur();return false}}function H(aM,aL,aP,aO){aP=b(aP).addClass("jspActive");var aN,aK,aJ=true,s=function(){if(aM!==0){Q.scrollByX(aM*az.arrowButtonSpeed)}if(aL!==0){Q.scrollByY(aL*az.arrowButtonSpeed)}aK=setTimeout(s,aJ?az.initialDelay:az.arrowRepeatFreq);aJ=false};s();aN=aO?"mouseout.jsp":"mouseup.jsp";aO=aO||b("html");aO.bind(aN,function(){aP.removeClass("jspActive");aK&&clearTimeout(aK);aK=null;aO.unbind(aN)})}function p(){w();if(aA){aq.bind("mousedown.jsp",function(aO){if(aO.originalTarget===c||aO.originalTarget==aO.currentTarget){var aM=b(this),aP=aM.offset(),aN=aO.pageY-aP.top-I,aK,aJ=true,s=function(){var aS=aM.offset(),aT=aO.pageY-aS.top-A/2,aQ=v*az.scrollPagePercent,aR=i*aQ/(Z-v);if(aN<0){if(I-aR>aT){Q.scrollByY(-aQ)}else{V(aT)}}else{if(aN>0){if(I+aR<aT){Q.scrollByY(aQ)}else{V(aT)}}else{aL();return}}aK=setTimeout(s,aJ?az.initialDelay:az.trackClickRepeatFreq);aJ=false},aL=function(){aK&&clearTimeout(aK);aK=null;b(document).unbind("mouseup.jsp",aL)};s();b(document).bind("mouseup.jsp",aL);return false}})}if(aF){G.bind("mousedown.jsp",function(aO){if(aO.originalTarget===c||aO.originalTarget==aO.currentTarget){var aM=b(this),aP=aM.offset(),aN=aO.pageX-aP.left-aa,aK,aJ=true,s=function(){var aS=aM.offset(),aT=aO.pageX-aS.left-au/2,aQ=ak*az.scrollPagePercent,aR=j*aQ/(T-ak);if(aN<0){if(aa-aR>aT){Q.scrollByX(-aQ)}else{W(aT)}}else{if(aN>0){if(aa+aR<aT){Q.scrollByX(aQ)}else{W(aT)}}else{aL();return}}aK=setTimeout(s,aJ?az.initialDelay:az.trackClickRepeatFreq);aJ=false},aL=function(){aK&&clearTimeout(aK);aK=null;b(document).unbind("mouseup.jsp",aL)};s();b(document).bind("mouseup.jsp",aL);return false}})}}function w(){if(G){G.unbind("mousedown.jsp")}if(aq){aq.unbind("mousedown.jsp")}}function ax(){b("html").unbind("dragstart.jsp selectstart.jsp mousemove.jsp mouseup.jsp mouseleave.jsp");if(av){av.removeClass("jspActive")}if(h){h.removeClass("jspActive")}}function V(s,aJ){if(!aA){return}if(s<0){s=0}else{if(s>i){s=i}}if(aJ===c){aJ=az.animateScroll}if(aJ){Q.animate(av,"top",s,ad)}else{av.css("top",s);ad(s)}}function ad(aJ){if(aJ===c){aJ=av.position().top}am.scrollTop(0);I=aJ;var aM=I===0,aK=I==i,aL=aJ/i,s=-aL*(Z-v);if(aj!=aM||aH!=aK){aj=aM;aH=aK;D.trigger("jsp-arrow-change",[aj,aH,P,k])}u(aM,aK);Y.css("top",s);D.trigger("jsp-scroll-y",[-s,aM,aK]).trigger("scroll")}function W(aJ,s){if(!aF){return}if(aJ<0){aJ=0}else{if(aJ>j){aJ=j}}if(s===c){s=az.animateScroll}if(s){Q.animate(h,"left",aJ,ae)
}else{h.css("left",aJ);ae(aJ)}}function ae(aJ){if(aJ===c){aJ=h.position().left}am.scrollTop(0);aa=aJ;var aM=aa===0,aL=aa==j,aK=aJ/j,s=-aK*(T-ak);if(P!=aM||k!=aL){P=aM;k=aL;D.trigger("jsp-arrow-change",[aj,aH,P,k])}r(aM,aL);Y.css("left",s);D.trigger("jsp-scroll-x",[-s,aM,aL]).trigger("scroll")}function u(aJ,s){if(az.showArrows){ar[aJ?"addClass":"removeClass"]("jspDisabled");af[s?"addClass":"removeClass"]("jspDisabled")}}function r(aJ,s){if(az.showArrows){ay[aJ?"addClass":"removeClass"]("jspDisabled");x[s?"addClass":"removeClass"]("jspDisabled")}}function M(s,aJ){var aK=s/(Z-v);V(aK*i,aJ)}function N(aJ,s){var aK=aJ/(T-ak);W(aK*j,s)}function ab(aW,aR,aK){var aO,aL,aM,s=0,aV=0,aJ,aQ,aP,aT,aS,aU;try{aO=b(aW)}catch(aN){return}aL=aO.outerHeight();aM=aO.outerWidth();am.scrollTop(0);am.scrollLeft(0);while(!aO.is(".jspPane")){s+=aO.position().top;aV+=aO.position().left;aO=aO.offsetParent();if(/^body|html$/i.test(aO[0].nodeName)){return}}aJ=aB();aP=aJ+v;if(s<aJ||aR){aS=s-az.verticalGutter}else{if(s+aL>aP){aS=s-v+aL+az.verticalGutter}}if(aS){M(aS,aK)}aQ=aD();aT=aQ+ak;if(aV<aQ||aR){aU=aV-az.horizontalGutter}else{if(aV+aM>aT){aU=aV-ak+aM+az.horizontalGutter}}if(aU){N(aU,aK)}}function aD(){return -Y.position().left}function aB(){return -Y.position().top}function K(){var s=Z-v;return(s>20)&&(s-aB()<10)}function B(){var s=T-ak;return(s>20)&&(s-aD()<10)}function ag(){am.unbind(ac).bind(ac,function(aM,aN,aL,aJ){var aK=aa,s=I;Q.scrollBy(aL*az.mouseWheelSpeed,-aJ*az.mouseWheelSpeed,false);return aK==aa&&s==I})}function n(){am.unbind(ac)}function aC(){return false}function J(){Y.find(":input,a").unbind("focus.jsp").bind("focus.jsp",function(s){ab(s.target,false)})}function E(){Y.find(":input,a").unbind("focus.jsp")}function S(){var s,aJ,aL=[];aF&&aL.push(an[0]);aA&&aL.push(U[0]);Y.focus(function(){D.focus()});D.attr("tabindex",0).unbind("keydown.jsp keypress.jsp").bind("keydown.jsp",function(aO){if(aO.target!==this&&!(aL.length&&b(aO.target).closest(aL).length)){return}var aN=aa,aM=I;switch(aO.keyCode){case 40:case 38:case 34:case 32:case 33:case 39:case 37:s=aO.keyCode;aK();break;case 35:M(Z-v);s=null;break;case 36:M(0);s=null;break}aJ=aO.keyCode==s&&aN!=aa||aM!=I;return !aJ}).bind("keypress.jsp",function(aM){if(aM.keyCode==s){aK()}return !aJ});if(az.hideFocus){D.css("outline","none");if("hideFocus" in am[0]){D.attr("hideFocus",true)}}else{D.css("outline","");if("hideFocus" in am[0]){D.attr("hideFocus",false)}}function aK(){var aN=aa,aM=I;switch(s){case 40:Q.scrollByY(az.keyboardSpeed,false);break;case 38:Q.scrollByY(-az.keyboardSpeed,false);break;case 34:case 32:Q.scrollByY(v*az.scrollPagePercent,false);break;case 33:Q.scrollByY(-v*az.scrollPagePercent,false);break;case 39:Q.scrollByX(az.keyboardSpeed,false);break;case 37:Q.scrollByX(-az.keyboardSpeed,false);break}aJ=aN!=aa||aM!=I;return aJ}}function R(){D.attr("tabindex","-1").removeAttr("tabindex").unbind("keydown.jsp keypress.jsp")}function C(){if(location.hash&&location.hash.length>1){var aL,aJ,aK=escape(location.hash);try{aL=b(aK)}catch(s){return}if(aL.length&&Y.find(aK)){if(am.scrollTop()===0){aJ=setInterval(function(){if(am.scrollTop()>0){ab(aK,true);b(document).scrollTop(am.position().top);clearInterval(aJ)}},50)}else{ab(aK,true);b(document).scrollTop(am.position().top)}}}}function ai(){b("a.jspHijack").unbind("click.jsp-hijack").removeClass("jspHijack")}function m(){ai();b("a[href^=#]").addClass("jspHijack").bind("click.jsp-hijack",function(){var s=this.href.split("#"),aJ;if(s.length>1){aJ=s[1];if(aJ.length>0&&Y.find("#"+aJ).length>0){ab("#"+aJ,true);return false}}})}function ao(){var aK,aJ,aM,aL,aN,s=false;am.unbind("touchstart.jsp touchmove.jsp touchend.jsp click.jsp-touchclick").bind("touchstart.jsp",function(aO){var aP=aO.originalEvent.touches[0];aK=aD();aJ=aB();aM=aP.pageX;aL=aP.pageY;aN=false;s=true}).bind("touchmove.jsp",function(aR){if(!s){return}var aQ=aR.originalEvent.touches[0],aP=aa,aO=I;Q.scrollTo(aK+aM-aQ.pageX,aJ+aL-aQ.pageY);aN=aN||Math.abs(aM-aQ.pageX)>5||Math.abs(aL-aQ.pageY)>5;
return aP==aa&&aO==I}).bind("touchend.jsp",function(aO){s=false}).bind("click.jsp-touchclick",function(aO){if(aN){aN=false;return false}})}function g(){var s=aB(),aJ=aD();D.removeClass("jspScrollable").unbind(".jsp");D.replaceWith(ap.append(Y.children()));ap.scrollTop(s);ap.scrollLeft(aJ)}b.extend(Q,{reinitialise:function(aJ){aJ=b.extend({},az,aJ);at(aJ)},scrollToElement:function(aK,aJ,s){ab(aK,aJ,s)},scrollTo:function(aK,s,aJ){N(aK,aJ);M(s,aJ)},scrollToX:function(aJ,s){N(aJ,s)},scrollToY:function(s,aJ){M(s,aJ)},scrollToPercentX:function(aJ,s){N(aJ*(T-ak),s)},scrollToPercentY:function(aJ,s){M(aJ*(Z-v),s)},scrollBy:function(aJ,s,aK){Q.scrollByX(aJ,aK);Q.scrollByY(s,aK)},scrollByX:function(s,aK){s=(s>=0)?Math.max(s,1):Math.min(s,-1);var aJ=aD()+s,aL=aJ/(T-ak);W(aL*j,aK)},scrollByY:function(s,aK){s=(s>=0)?Math.max(s,1):Math.min(s,-1);var aJ=aB()+s,aL=aJ/(Z-v);V(aL*i,aK)},positionDragX:function(s,aJ){W(s,aJ)},positionDragY:function(aJ,s){V(aJ,s)},animate:function(aJ,aM,s,aL){var aK={};aK[aM]=s;aJ.animate(aK,{duration:az.animateDuration,ease:az.animateEase,queue:false,step:aL})},getContentPositionX:function(){return aD()},getContentPositionY:function(){return aB()},getContentWidth:function(){return T},getContentHeight:function(){return Z},getPercentScrolledX:function(){return aD()/(T-ak)},getPercentScrolledY:function(){return aB()/(Z-v)},getIsScrollableH:function(){return aF},getIsScrollableV:function(){return aA},getContentPane:function(){return Y},scrollToBottom:function(s){V(i,s)},hijackInternalLinks:function(){m()},destroy:function(){g()}});at(O)}e=b.extend({},b.fn.jScrollPane.defaults,e);b.each(["mouseWheelSpeed","arrowButtonSpeed","trackClickSpeed","keyboardSpeed"],function(){e[this]=e[this]||e.speed});return this.each(function(){var f=b(this),g=f.data("jsp");if(g){g.reinitialise(e)}else{g=new d(f,e);f.data("jsp",g)}})};b.fn.jScrollPane.defaults={showArrows:false,maintainPosition:true,stickToBottom:false,stickToRight:false,clickOnTrack:true,autoReinitialise:false,autoReinitialiseDelay:500,verticalDragMinHeight:0,verticalDragMaxHeight:99999,horizontalDragMinWidth:0,horizontalDragMaxWidth:99999,contentWidth:c,animateScroll:false,animateDuration:300,animateEase:"linear",hijackInternalLinks:false,verticalGutter:4,horizontalGutter:4,mouseWheelSpeed:0,arrowButtonSpeed:0,arrowRepeatFreq:50,arrowScrollOnHover:false,trackClickSpeed:0,trackClickRepeatFreq:70,verticalArrowPositions:"split",horizontalArrowPositions:"split",enableKeyboardNavigation:true,hideFocus:false,keyboardSpeed:0,initialDelay:300,speed:30,scrollPagePercent:0.8}})(jQuery,this);
/*inc/js/standard.js*/
var redirect = false;
var scrollSpeed = 1000;
function animateScrolling(target, redirect) {
	$('html, body').animate(
		{
			scrollTop: $(target).offset().top, 
			scrollLeft: $(target).offset().left
		}, 
		scrollSpeed, 
		'easeInOutQuad', 
		function(){
			if (redirect) window.location.href = target;
		}
	);
}

jQuery(document).ready(function(){
	$('body').removeClass('nojs');
	// smooth anchors
	$('html, body').scrollTop(0).scrollLeft(0);
	
	var currentURL = window.location.href;
	var matches = currentURL.match(/#/g);
	if (matches == '#') {
		var target = currentURL.split(matches);
		if (target[1] != '') animateScrolling("#"+target[1]);
	}
	
	$("a[href^='#']").click(function(event){
		if ($(this).attr("href").length != 1) {
			event.preventDefault();
			var targetElement = $(this).attr("href");
			animateScrolling(targetElement, false);
		}
	});
		$('#slideshow').cycle({'fx':'fade','timeout':4000});
	// cms lightbox to fancybox
	$("a[rel*='lightbox[']").each(function(){
		var rel = $(this).attr("rel").split('[');
		$(this).attr("rel", rel[0]);
		var rev = rel[1].split(']');
		$(this).attr("rev", rev[0]);
	});
	
	// inputfill
    $("input[placeholder], textarea[placeholder]").each(function(){$(this).val($(this).attr("placeholder"));})
		.focus(function(){if ($(this).val() == $(this).attr("placeholder")) $(this).val("");
    }).blur(function(){if ($(this).val() == '') $(this).val($(this).attr("placeholder"));});
	
	// noSpam
	$("a.escape").each(function(){
		var el = $(this);
		var p = el.text().split('∂');
		if (el.attr('rel') != '') el.attr('href', 'mailto:'+p[0]+'@'+el.attr('rel'));
		else el.attr('href', 'mailto:'+p[0]+'@'+p[1]);
		el.html(p[0]+'@'+p[1]);
	});
	
	// contact form
	$(".contact-form").each(function(){
		var form = $(this);
		form_validation(form);
		$("a.highlight-required-fields", form).click(function(event){
			event.preventDefault();
			$(".invalid", form).toggleClass("reveal");
		});
	});
	
	$(".contact-form input[type=text], .contact-form textarea, .contact-form select")
	.focus(function(){
		$(this).parent().addClass("focus");
	})
	.blur(function(){
		$(this).parent().removeClass("focus");
	});
	
	$(".acc fieldset:not(:first)").hide();
	$(".acc fieldset.valid").next().show();
	
	var i = 1;
	//alert($(".acc fieldset").size());
	if ($(".acc fieldset").size() > 1) {
		$(".acc fieldset")
			.append('<a class="next-step" rel="Weiter &hellip;" rev="Bitte f&uuml;llen Sie alle Pflichtfelder aus." href="#">Bitte f&uuml;llen Sie alle Pflichtfelder aus.</a>')
			.each(function(){
				$(this).attr("id","step-"+i);
				i++;
		});
	}
	
	$(".next-step").click(function(event){
		event.preventDefault();
		var parentFieldset = $(this).closest("fieldset");
		if (parentFieldset.hasClass("valid")) {
			var targetId = parentFieldset.next().attr("id");
			$("#"+targetId).fadeTo(scrollSpeed, 1).find("input, textarea, select").attr("disabled", "");
			animateScrolling("#"+targetId, false);
		}
	}).hover(function(){
		var parentFieldset = $(this).closest("fieldset");
		$(".invalid", parentFieldset).addClass("reveal");
		}, function(){
		var parentFieldset = $(this).closest("fieldset");
		$(".invalid", parentFieldset).removeClass("reveal");
	});
	
	$(".input-record").hover(function(){
		$(this).css("cursor", "text");
	}).click(function(event){
		//event.stopPropagination();
		$(this).children("input[readonly!='readonly']").eq(0).focus();
	});
	
	// sonstiges, optionales input-feld
	$("input.other").closest("div").hide();
	$("input[name=form_werbungskosten_nur_bei_vorlage]").change(function(){
		var nextInput = $(this).closest("div").next();
		if ($(this).val() == 'sonstiges') {
			nextInput.slideDown();
		}
		else nextInput.slideUp();
	});
		
	softcheckForm();
});

function softcheckForm(){
	$(".contact-form").each(function(){
		form_validation($(this));
	});
	setTimeout('softcheckForm()', 1000);
}

function setValid(formElement){
	formElement.removeClass("invalid").addClass("valid");
}
function setInvalid(formElement){
	formElement.removeClass("valid").addClass("invalid");
}

function form_validation(form, send){
	var form = $(form);
	var submitButton = $("input[type=submit]", form);
	submitButton.attr("disabled", "disabled");
	var requiredFields = $("input.required, textarea.required, select.required", form);
	
	requiredFields.each(function(){
		var requiredField = $(this);
		var fieldType = requiredField.attr("type");
		//alert(fieldType);
		if (fieldType == "radio" || fieldType == "checkbox") {
			var scope = requiredField.attr("name");
			if ($("input[name="+scope+"]:checked").size() != 0) setValid(requiredField);
			else setInvalid(requiredField);
		}
		else if (
			requiredField.val() == '' ||
			requiredField.val() == requiredField.attr('placeholder') ||
			requiredField.hasClass("select") &&  requiredField.val() == 'default' ||
			requiredField.hasClass("mail") && !requiredField.val().match(/^[\w\.\-]+@([\w\-]+\.)+[a-zA-Z]+$/) ||
			requiredField.hasClass("date") && !requiredField.val().match(/^(0[1-9]|[12][0-9]|3[01])[\.](0[1-9]|1[012])[\.](19|20)\d\d$/)
			) {
			setInvalid(requiredField);
		}
		else {
			setValid(requiredField);
		}
	});
	
	$("fieldset", form).each(function(){
		if ($(".invalid", this).size() == 0) {
			$(this).removeClass("invalid").addClass("valid");
			var nextButton = $(".next-step", this);
			nextButton.text(nextButton.attr("rel"));
		}
		else {
			$(this).removeClass("valid").addClass("invalid");
			var nextButton = $(".next-step", this);
			nextButton.text(nextButton.attr("rev"));
		}
		if ($(this).hasClass("invalid")) return false;
	});
	
	if ($(".invalid", form).size() == 0) {
		submitButton.attr("disabled", "");
		submitButton.val(submitButton.attr("title"));
		if (send) {
			return true;
		}
		else return false;
	}
	else {
		submitButton.attr("disabled", "disabled");
		submitButton.val(submitButton.attr("alt"));
		return false;
	}
}

jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend( jQuery.easing,
{
	def: 'jswing',
	swing: function (x, t, b, c, d) {
		return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
	},
	easeInOutQuad: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t + b;
		return -c/2 * ((--t)*(t-2) - 1) + b;
	},
	easeInOutCubic: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t + b;
		return c/2*((t-=2)*t*t + 2) + b;
	},
	easeInOutQuart: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
		return -c/2 * ((t-=2)*t*t*t - 2) + b;
	},
	easeInOutQuint: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
		return c/2*((t-=2)*t*t*t*t + 2) + b;
	},
	easeInOutSine: function (x, t, b, c, d) {
		return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
	},
	easeInOutExpo: function (x, t, b, c, d) {
		if (t==0) return b;
		if (t==d) return b+c;
		if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
		return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
	},
	easeInOutCirc: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
		return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
	},
	easeInOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
		return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
	},
	easeInOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158; 
		if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
		return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
	},
	easeInBounce: function (x, t, b, c, d) {
		return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
	},
	easeOutBounce: function (x, t, b, c, d) {
		if ((t/=d) < (1/2.75)) {
			return c*(7.5625*t*t) + b;
		} else if (t < (2/2.75)) {
			return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
		} else if (t < (2.5/2.75)) {
			return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
		} else {
			return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
		}
	},
	easeInOutBounce: function (x, t, b, c, d) {
		if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
		return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
	}
});
/*inc/js/domready.js*/
Cufon.replace('h2', {});
Cufon.replace('h3', {});
Cufon.replace('h4', {textShadow: '1px 1px #fff', hover: true});
Cufon.replace('h5', {});
Cufon.replace('#navi li a', {hover: true, active: true});

jQuery(document).ready(function(){
	jQuery.fx.off = false;
	
	// accordion
	//$(".accordion").simpleAccordion({classContents: 'acc-contents'});
	
	// scroll-leiste
	$('#content').jScrollPane({showArrows: true});
	
	// fancybox
	$("a[rel=lightbox]").fancybox({'type': 'image', titlePosition: 'over', 'padding': 0});
	$("a[rel=lightbox_pixaround]").fancybox();
	$("a[rel=lightbox_iframe]").fancybox({
		'width'				: '75%',
		'height'			: '75%',
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
});

