/* Mailmask */
function noSpam(){if(document.getElementById){var at="@";var links=document.getElementsByTagName('a');for(var i=0;i<links.length;i++){var linkElem=links[i];if(linkElem.className=='escape'){var mail=linkElem.firstChild;var domain=linkElem.lastChild;mail.nextSibling.firstChild.innerHTML=at;linkElem.href="mailto:"+mail.data+at+domain.data;}}}}
window.addEventListener?window.addEventListener('load',noSpam,false):window.attachEvent('onload',noSpam); 

/* PROTOTYPE
	Event.observe(window,'load',noSpam,false);
*/

/* JQUERY
$(document).ready(function(){
	noSpam();
});
*/

/*
 * 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 © 2001,2002,2005 Adobe Systems Incorporated. All Rights Reserved.
 * 
 * Trademark:
 * Kozuka Gothic is either a registered trademark or trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * KozGoPro-Light
 * 
 * Designer:
 * Masahiko Kozuka
 * 
 * Vendor URL:
 * http://www.adobe.co.jp/products/type/
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"59,-250v0,11,-7,18,-17,18v-10,0,-16,-8,-16,-18v0,-9,7,-18,17,-18v10,0,16,8,16,18xm54,-195r0,195r-23,0r0,-195r23,0","w":85},{"d":"33,-195v-8,-65,36,-116,94,-90r-6,17v-42,-21,-73,20,-65,73r50,0r0,18r-50,0r0,177r-23,0r0,-177r-27,0r0,-18r27,0","w":106,"k":{"}":-32,"]":-29,")":-32,"'":-29,"\"":-32}},{"d":"32,0r0,-269v21,-4,44,-6,69,-6v111,0,142,66,142,132v0,53,-20,145,-152,145v-21,0,-40,0,-59,-2xm54,-253r0,235v98,14,166,-29,166,-124v0,-90,-75,-129,-166,-111","w":257,"k":{"\u00d6":-4}},{"d":"112,-180v-31,0,-58,24,-58,60r0,120r-23,0r0,-288r23,0r0,126v11,-21,37,-37,64,-37v20,0,67,11,67,81r0,118r-23,0v-7,-71,26,-180,-50,-180","w":214},{"d":"39,-195r0,-35r22,-8r0,43r53,0r0,18r-53,0r0,123v-3,35,23,47,49,36r2,18v-6,3,-15,4,-27,4v-40,0,-46,-31,-46,-61r0,-120r-31,0r0,-18r31,0","w":124},{"d":"211,-166v-6,32,-18,65,-18,99v0,17,6,25,16,25v22,0,46,-31,46,-79v0,-62,-35,-104,-97,-104v-68,0,-123,55,-123,140v0,92,90,137,164,96r6,15v-86,44,-189,-3,-189,-109v0,-85,56,-157,145,-157v69,0,113,48,113,115v0,63,-34,98,-69,98v-17,0,-29,-13,-29,-37v-23,49,-98,54,-101,-12v-3,-63,69,-119,136,-90xm124,-43v46,0,59,-64,66,-111v-50,-17,-97,27,-96,78v0,19,11,33,30,33","w":288},{"d":"140,-195r25,0r-67,95r69,100r-26,0r-56,-85v-16,29,-37,57,-55,85r-26,0r70,-100r-66,-95r25,0r54,79","w":173},{"d":"130,-273r96,273r-24,0r-32,-94r-103,0r-32,94r-23,0r95,-273r23,0xm72,-112r92,0r-31,-88v-7,-18,-8,-37,-15,-51v-11,48,-31,94,-46,139","w":235,"k":{"Y":11,"W":4,"V":11,"T":11}},{"d":"185,-28v0,110,-78,132,-152,97r7,-18v46,27,129,23,123,-61r0,-26v-10,19,-32,36,-65,36v-48,0,-82,-42,-82,-96v0,-106,114,-130,150,-67r1,-32r20,0v-4,48,-2,114,-2,167xm104,-18v49,0,59,-46,59,-102v0,-31,-23,-61,-59,-61v-39,0,-65,33,-65,83v0,44,22,80,65,80","w":217},{"d":"304,-273r23,0r-79,273r-22,0r-40,-154v-10,-38,-16,-66,-20,-92v-15,74,-48,170,-68,246r-21,0r-71,-273r23,0r61,245v14,-77,46,-169,66,-245r21,0r39,149v10,32,15,69,22,96","w":329,"k":{"\u00c4":4,"A":4,".":7,"-":4,",":11,")":-14}},{"d":"158,-254v-76,-1,-118,60,-120,115v12,-19,36,-36,67,-36v47,0,76,36,76,86v0,48,-28,93,-81,93v-49,0,-86,-40,-86,-112v0,-72,41,-163,144,-165r0,19xm101,-14v35,0,58,-30,58,-73v0,-45,-25,-70,-60,-70v-36,0,-62,36,-62,54v0,53,23,89,64,89"},{"d":"218,-273r0,164v0,83,-44,113,-96,113v-48,0,-90,-28,-90,-111r0,-166r22,0r0,166v0,67,30,93,69,93v43,0,73,-28,73,-93r0,-166r22,0","w":250,"k":{".":7,",":4}},{"d":"187,-77v0,45,-45,79,-107,79v-21,0,-38,-1,-48,-2r0,-269v15,-4,34,-6,55,-6v109,0,114,102,42,128v22,8,58,24,58,70xm54,-154v53,5,100,-10,100,-53v0,-49,-58,-55,-100,-47r0,100xm54,-136r0,118v52,7,111,-2,110,-58v-2,-55,-53,-63,-110,-60","w":203},{"d":"107,-199v54,0,89,41,89,100v0,73,-48,103,-91,103v-50,0,-89,-38,-89,-100v0,-67,43,-103,91,-103xm174,-98v0,-36,-19,-83,-67,-83v-47,0,-68,43,-68,84v0,46,28,83,66,83v39,0,69,-36,69,-84","w":212},{"d":"90,-273v91,2,84,106,19,127v86,18,77,153,-29,150v-27,0,-51,-8,-63,-17r9,-18v9,6,31,17,55,17v51,0,65,-36,65,-61v-2,-49,-44,-65,-92,-62r0,-17v42,3,81,-11,81,-54v0,-25,-14,-47,-49,-47v-20,0,-39,10,-50,18r-8,-16v13,-10,37,-20,62,-20"},{"d":"122,-140r85,140r-26,0r-74,-122r-70,122r-25,0r84,-139r-81,-134r25,0r70,117r70,-117r26,0","w":218},{"d":"54,-160v13,-24,37,-39,69,-39v48,0,81,40,81,99v1,109,-107,135,-153,66r-2,34r-19,0r1,-288r23,0r0,128xm117,-181v-52,0,-63,48,-63,106v0,27,22,61,62,61v42,0,65,-36,65,-85v0,-44,-22,-82,-64,-82","w":220},{"d":"71,-117v-39,-8,-20,-68,-20,-107v0,-38,-25,-38,-42,-38r0,-16v16,0,62,-1,62,52v0,39,-32,99,26,102r0,15v-58,4,-26,60,-26,99v0,55,-44,55,-62,55r0,-16v17,0,42,0,42,-38v0,-40,-20,-98,20,-108","w":108},{"d":"62,-223r-49,-56r30,0r35,56r-16,0","w":121},{"d":"34,101r0,-405r19,0r0,405r-19,0","w":87},{"d":"199,-273r0,14r-157,240r159,0r0,19r-188,0r0,-14r158,-241r-145,0r0,-18r173,0","w":214,"k":{"\u00c4":4,"A":4}},{"d":"15,-195r140,0r0,15r-120,162r121,0r0,18r-150,0r0,-13r123,-164r-114,0r0,-18","w":162},{"d":"159,-26r5,18v-9,4,-28,12,-55,12v-55,0,-93,-40,-93,-99v0,-80,83,-126,149,-93r-7,18v-9,-5,-23,-11,-44,-11v-50,0,-75,39,-75,84v0,71,68,101,120,71","w":176},{"d":"162,-25r5,17v-9,5,-28,12,-60,12v-56,0,-91,-41,-91,-98v0,-64,37,-105,87,-105v67,0,78,60,74,101r-139,0v-4,86,72,96,124,73xm39,-115r116,0v0,-28,-11,-66,-55,-66v-40,0,-58,37,-61,66xm83,-223r35,-56r30,0r-49,56r-16,0","w":193,"k":{"j":-4}},{"d":"88,-114r87,114r-27,0r-75,-100r-19,20r0,80r-23,0r0,-288r23,0r0,186r84,-93r27,0","w":172},{"d":"96,-157r110,157r-27,0r-98,-142r-27,30r0,112r-22,0r0,-273r22,0r1,137v36,-48,77,-91,115,-137r27,0","w":203},{"d":"86,-199v101,5,57,109,70,199r-20,0v-2,-8,0,-20,-4,-27v-9,15,-30,31,-60,31v-38,0,-57,-27,-57,-54v0,-46,40,-72,116,-71v0,-19,1,-60,-47,-60v-17,0,-34,4,-48,14r-7,-16v17,-11,38,-16,57,-16xm76,-14v61,0,57,-39,56,-89v-41,0,-93,5,-93,50v0,27,18,39,37,39","w":182},{"d":"186,-287r2,287r-20,0v-2,-11,1,-27,-3,-36v-10,21,-32,40,-67,40v-47,0,-82,-39,-82,-98v0,-100,106,-135,148,-72r0,-121r22,0xm103,-14v55,0,61,-48,61,-103v0,-40,-29,-64,-60,-64v-40,0,-65,36,-65,85v0,43,20,82,64,82","w":217},{"d":"71,-142v-72,-28,-49,-133,29,-131v84,3,96,98,25,129v34,17,55,39,55,72v0,45,-37,76,-82,76v-48,0,-81,-31,-81,-71v0,-35,21,-61,54,-75xm98,-13v39,0,60,-26,60,-56v0,-37,-25,-54,-65,-66v-72,15,-72,120,5,122xm100,-256v-36,0,-52,26,-52,49v0,31,22,48,55,57v26,-10,46,-29,46,-57v0,-24,-14,-49,-49,-49"},{"d":"150,-195r24,0r-56,142v-27,70,-49,125,-100,142r-7,-18v48,-24,71,-67,64,-85r-70,-181r23,0r49,125v6,14,8,32,14,42","w":177,"k":{":":-7,".":7,",":7}},{"d":"259,-195r23,0r-64,195r-19,0r-55,-171v-14,60,-38,114,-57,171r-19,0r-59,-195r23,0r46,169r2,0v14,-55,37,-115,55,-169r20,0r53,169r2,0v12,-55,33,-115,49,-169","w":288,"k":{":":-4,".":7,",":7}},{"d":"66,-143v24,0,84,35,113,35v17,0,24,-13,24,-34r17,0v-5,103,-101,18,-155,18v-17,0,-26,13,-26,35r-17,0v-2,-33,18,-54,44,-54","w":241},{"d":"141,-278r-124,294r-20,0r124,-294r20,0","w":139},{"d":"297,-116r0,116r-22,0v-4,-69,20,-180,-48,-181v-28,0,-52,27,-52,57r0,124r-22,0v-6,-68,23,-181,-45,-181v-28,0,-54,28,-54,61r0,120r-22,0r-2,-195r20,0v2,11,0,25,3,34v17,-48,102,-50,117,3v25,-51,127,-73,127,42","w":326},{"d":"96,4v-45,0,-81,-43,-81,-137v0,-99,39,-140,86,-140v47,0,80,43,80,135v0,95,-33,142,-85,142xm97,-14v44,0,61,-55,61,-122v0,-69,-17,-119,-59,-119v-35,0,-61,45,-61,119v0,73,22,122,59,122"},{"d":"32,0r0,-273r22,0r0,273r-22,0","w":86},{"d":"167,-195r21,0r-2,275r-22,0r-1,-112v-9,19,-32,36,-65,36v-46,0,-82,-39,-82,-98v0,-111,110,-132,150,-69xm103,-14v58,0,61,-48,61,-104v0,-39,-28,-63,-59,-63v-41,0,-66,35,-66,85v0,42,19,82,64,82","w":217},{"d":"218,-273r0,164v0,83,-44,113,-96,113v-48,0,-90,-28,-90,-111r0,-166r22,0r0,166v0,67,30,93,69,93v43,0,73,-28,73,-93r0,-166r22,0xm90,-294v-21,0,-20,-34,0,-34v10,0,16,8,16,17v0,9,-6,17,-16,17xm161,-294v-22,0,-20,-34,0,-34v10,0,15,8,15,17v0,9,-5,17,-15,17","w":250},{"d":"154,-195r23,0r-77,195r-20,0r-74,-195r24,0r62,170","w":181,"k":{".":7,",":4}},{"d":"226,-137r0,125v-14,6,-42,15,-78,15v-98,0,-133,-69,-133,-138v0,-101,103,-170,203,-129r-6,18v-81,-33,-174,11,-174,109v0,99,85,143,166,112r0,-94r-61,0r0,-18r83,0","w":248},{"d":"213,0r-185,-100r0,-16r185,-100r0,21r-164,88r164,86r0,21","w":241},{"d":"86,-199v101,5,57,109,70,199r-20,0v-2,-8,0,-20,-4,-27v-9,15,-30,31,-60,31v-38,0,-57,-27,-57,-54v0,-46,40,-72,116,-71v0,-19,1,-60,-47,-60v-17,0,-34,4,-48,14r-7,-16v17,-11,38,-16,57,-16xm76,-14v61,0,57,-39,56,-89v-41,0,-93,5,-93,50v0,27,18,39,37,39xm57,-234v-11,0,-16,-8,-16,-16v0,-9,7,-17,16,-17v9,0,16,8,16,17v0,9,-7,16,-16,16xm126,-234v-10,0,-16,-7,-16,-16v0,-9,7,-17,16,-17v9,0,16,8,16,17v0,9,-6,16,-16,16","w":182},{"w":86},{"d":"54,-288r0,288r-23,0r0,-288r23,0","w":85},{"d":"20,-278r121,294r-20,0r-122,-294r21,0","w":138},{"d":"114,-198r0,21v-76,-8,-59,100,-60,177r-23,0r-1,-195r20,0v1,12,-1,29,2,39v9,-26,31,-47,62,-42","w":119,"k":{".":4,",":4}},{"d":"105,-278r20,11r-37,51r60,-6r0,21v-19,-1,-42,-6,-59,-5r36,48r-20,12v-9,-17,-15,-38,-26,-54r-28,54r-17,-11r36,-50r-58,6r0,-21r57,5r-35,-49r19,-11r27,53","w":159},{"d":"180,-195r2,195r-20,0v-2,-10,0,-24,-3,-33v-28,47,-129,67,-129,-47r0,-115r22,0v5,69,-22,179,49,180v26,0,57,-20,57,-58r0,-122r22,0","w":212},{"d":"44,-149v0,43,100,44,89,96v4,56,-75,70,-116,44r7,-18v23,20,87,17,87,-23v0,-20,-11,-33,-39,-42v-69,-21,-65,-104,11,-107v18,0,34,5,44,12r-9,17v-17,-18,-80,-13,-74,21","w":150},{"d":"38,-117v37,10,19,68,19,108v0,38,26,38,43,38r0,16v-18,0,-63,0,-63,-55v-1,-39,32,-95,-26,-99r1,-15v59,-3,25,-63,25,-102v0,-53,47,-52,63,-52r0,16v-18,0,-43,0,-43,38v0,40,19,98,-19,107","w":108,"k":{"f":-7,"J":-11}},{"d":"190,-273r0,18r-85,0r0,255r-22,0r0,-255r-86,0r0,-18r193,0","w":187,"k":{"\u00c4":4,"z":4,"y":7,"w":4,"u":4,"s":4,"r":4,"o":4,"m":4,"e":7,"a":7,"T":-4,"A":7,":":-4,".":4,"-":4,",":4,")":-14}},{"d":"54,0r-22,0r0,-273r135,0r0,18r-113,0r0,106r104,0r0,19r-104,0r0,130","w":185,"k":{"\u00c4":11,"A":11,".":14,",":18}},{"d":"29,-189r-5,-91r25,0r-6,91r-14,0","w":72},{"d":"103,49r-20,0v-27,-34,-56,-85,-56,-165v0,-80,29,-131,56,-166r20,0v-32,41,-55,93,-55,167v0,72,24,123,55,164","w":108,"k":{"Y":-14,"W":-14,"V":-14,"T":-14,"J":-14}},{"d":"199,-145r21,0v-7,43,-17,76,-36,99r43,46r-27,0r-29,-30v-51,58,-158,38,-158,-42v0,-38,24,-61,53,-81v-40,-44,-30,-125,39,-125v30,0,53,21,53,55v0,31,-22,50,-62,76r76,88v13,-21,21,-48,27,-86xm94,-13v35,0,56,-19,65,-30r-83,-96v-17,10,-41,30,-41,64v0,35,24,62,59,62xm102,-260v-52,0,-44,74,-17,99v31,-17,52,-33,52,-60v0,-19,-10,-39,-35,-39","w":227},{"d":"31,-37r28,-4v-8,31,-25,77,-32,90r-18,2v7,-18,18,-62,22,-88","w":72},{"d":"158,-265r-8,19v-8,-5,-25,-13,-48,-13v-42,0,-56,27,-56,48v0,30,16,48,55,60v92,28,91,154,-20,155v-24,0,-50,-8,-64,-18r7,-18v37,29,122,20,122,-37v0,-30,-15,-49,-53,-63v-42,-16,-70,-38,-70,-76v0,-61,90,-87,135,-57","w":186},{"d":"172,-19r0,19r-140,0r0,-273r22,0r0,254r118,0","w":180,"k":{"Y":7,"V":4,"T":7,"-":4}},{"d":"24,-251r0,-18r154,0r0,14r-116,255r-22,0r116,-251r-132,0"},{"d":"6,-282r20,0v27,34,55,85,55,165v0,80,-28,131,-55,166r-20,0v31,-41,54,-93,54,-166v0,-73,-23,-124,-54,-165","w":108},{"d":"248,36r-116,-32v-65,-1,-117,-49,-117,-138v0,-91,53,-144,121,-144v68,0,116,54,116,139v1,76,-35,118,-82,136v30,7,60,15,84,19xm135,-259v-131,1,-126,244,-2,245v62,0,96,-58,96,-124v0,-57,-30,-121,-94,-121","w":266},{"d":"162,-25r5,17v-9,5,-28,12,-60,12v-56,0,-91,-41,-91,-98v0,-64,37,-105,87,-105v67,0,78,60,74,101r-139,0v-4,86,72,96,124,73xm39,-115r116,0v0,-28,-11,-66,-55,-66v-40,0,-58,37,-61,66","w":193,"k":{"j":-4}},{"d":"4,-262r0,-16r69,0r0,323r-69,0r0,-16r50,0r0,-291r-50,0","w":108},{"d":"112,-117r0,-99r18,0r0,99r96,0r0,18r-96,0r0,99r-18,0r0,-99r-96,0r0,-18r96,0","w":241},{"d":"66,-85r-11,85r-18,0r11,-85r-33,0r0,-16r35,0r9,-69r-35,0r0,-16r37,0r10,-83r18,0r-10,83r44,0r10,-83r18,0r-10,83r33,0r0,16r-35,0r-9,69r35,0r0,16r-37,0r-11,85r-18,0r11,-85r-44,0xm77,-170r-9,69r44,0r9,-69r-44,0","w":188},{"d":"62,-250v0,11,-7,18,-17,18v-10,0,-16,-8,-16,-18v0,-9,7,-18,17,-18v10,0,16,9,16,18xm57,-195r0,181v6,59,-27,98,-73,99r-3,-18v50,-3,54,-35,54,-94r0,-168r22,0","w":87},{"d":"32,-270v69,-13,152,-6,152,67v0,37,-22,60,-53,71v43,2,48,112,62,132r-23,0v-4,-8,-11,-32,-17,-67v-10,-54,-41,-60,-99,-57r0,124r-22,0r0,-270xm54,-142v58,5,108,-8,108,-58v0,-60,-63,-61,-108,-54r0,112","w":203},{"d":"40,-15v70,3,114,-53,118,-116v-16,21,-37,33,-65,33v-48,0,-75,-38,-75,-81v0,-49,31,-94,84,-94v46,0,80,41,80,112v0,100,-50,164,-142,165r0,-19xm99,-255v-35,0,-58,32,-58,75v0,39,23,64,56,64v36,0,62,-29,62,-46v0,-57,-21,-93,-60,-93"},{"d":"104,29r0,16r-68,0r0,-323r68,0r0,16r-49,0r0,291r49,0","w":108,"k":{"f":-7,"J":-14}},{"d":"175,-18r0,18r-157,0v-2,-24,17,-27,25,-40v69,-70,102,-109,102,-155v0,-30,-13,-60,-55,-60v-22,0,-42,12,-55,23r-8,-15v17,-15,40,-27,67,-27v54,0,73,41,73,75v0,56,-65,123,-119,181r127,0"},{"d":"110,-273r0,188v0,84,-50,99,-107,83r3,-18v46,13,81,5,81,-68r0,-185r23,0","w":138,"k":{"}":-7,"]":-7,")":-7}},{"d":"180,-195r2,195r-20,0v-2,-10,0,-24,-3,-33v-28,47,-129,67,-129,-47r0,-115r22,0v5,69,-22,179,49,180v26,0,57,-20,57,-58r0,-122r22,0xm72,-234v-11,0,-16,-8,-16,-16v0,-9,7,-17,16,-17v9,0,15,8,15,17v0,9,-6,16,-15,16xm141,-234v-10,0,-16,-7,-16,-16v0,-9,7,-17,16,-17v9,0,16,8,16,17v0,9,-6,16,-16,16","w":212},{"w":86},{"d":"141,-73v0,-61,-109,-63,-109,-126v0,-33,23,-58,57,-63r0,-43r18,0r0,42v22,1,38,8,48,15r-8,16v-9,-5,-24,-14,-47,-14v-31,0,-47,22,-47,43v0,25,15,38,50,54v38,18,60,37,60,73v0,32,-20,62,-59,68r0,43r-18,0r0,-43v-20,0,-44,-7,-58,-18r8,-16v31,30,105,21,105,-31"},{"d":"29,-189r-5,-91r25,0r-6,91r-14,0xm81,-189r-5,-91r25,0r-6,91r-14,0","w":124},{"d":"135,-278v69,0,117,55,117,139v0,97,-57,143,-120,143v-67,0,-117,-52,-117,-138v0,-91,52,-144,120,-144xm134,-259v-131,1,-125,244,-1,245v62,0,96,-58,96,-124v0,-57,-30,-121,-95,-121xm99,-294v-22,0,-22,-34,-1,-34v10,0,16,8,16,17v0,9,-5,17,-15,17xm168,-294v-21,0,-19,-34,0,-34v10,0,16,8,16,17v0,9,-6,17,-16,17","w":266},{"d":"39,4v-11,0,-17,-9,-17,-19v0,-12,8,-20,18,-20v10,0,17,8,17,20v0,10,-7,19,-18,19","w":71},{"d":"173,-19r0,19r-141,0r0,-273r135,0r0,18r-113,0r0,102r107,0r0,19r-107,0r0,115r119,0xm81,-288r40,-46r31,0r-52,46r-19,0","w":186},{"d":"186,-273r24,0r-98,273r-22,0r-89,-273r24,0r78,248v21,-80,56,-169,83,-248","w":207,"k":{"\u00c4":7,"o":4,"e":4,"a":4,"A":4,":":-7,".":7,"-":4,",":7,")":-14}},{"d":"56,-273r-5,200r-18,0r-4,-200r27,0xm42,4v-11,0,-17,-9,-17,-19v0,-11,8,-19,18,-19v10,0,17,8,17,19v0,10,-7,19,-18,19","w":85},{"d":"169,-54v0,-42,-57,-62,-57,-102v0,-21,14,-37,38,-49v11,-35,-10,-69,-43,-69v-35,0,-53,24,-53,87r0,187r-23,0v9,-112,-38,-292,80,-292v45,0,81,57,55,98v-19,7,-32,19,-32,35v0,39,56,54,56,101v0,53,-62,76,-109,53r6,-18v31,20,82,5,82,-31","w":205},{"d":"185,-118r0,118r-23,0v-7,-72,26,-181,-51,-181v-33,0,-57,29,-57,60r0,121r-23,0r-1,-195r20,0v2,11,0,25,3,34v10,-21,34,-38,65,-38v20,0,67,11,67,81","w":214},{"d":"149,-78r0,78r-22,0r0,-78r-120,0r0,-14r122,-177r20,0r0,173r39,0r0,18r-39,0xm31,-96r96,0v-1,-47,6,-103,0,-146v-28,57,-63,96,-96,146"},{"d":"179,-273r25,0r-91,155r0,118r-22,0r0,-118r-85,-155r25,0r73,138v21,-44,51,-94,75,-138","w":203,"k":{"\u00c4":7,"v":4,"u":4,"t":4,"q":4,"o":4,"e":4,"d":4,"a":4,"A":11,".":7,"-":4,",":7,")":-14}},{"d":"32,-37r27,-4v-8,31,-25,77,-32,90r-17,2v7,-18,18,-62,22,-88xm43,-145v-11,0,-17,-10,-17,-20v0,-12,7,-19,17,-19v11,0,18,7,18,19v0,10,-7,20,-18,20","w":72},{"d":"130,-273r96,273r-24,0r-32,-94r-103,0r-32,94r-23,0r95,-273r23,0xm72,-112r92,0r-31,-88v-7,-18,-8,-37,-15,-51v-12,47,-31,94,-46,139xm82,-294v-21,0,-20,-34,0,-34v10,0,16,8,16,17v0,9,-6,17,-16,17xm153,-294v-22,0,-20,-34,0,-34v10,0,15,8,15,17v0,9,-5,17,-15,17","w":235,"k":{"Y":7,"W":4,"V":4,"T":7}},{"d":"220,-273r0,273r-23,0r0,-135r-143,0r0,135r-22,0r0,-273r22,0r0,119r143,0r0,-119r23,0","w":252},{"d":"0,45r0,-18r203,0r0,18r-203,0","w":203},{"d":"32,0r0,-270v15,-3,35,-5,59,-5v84,0,93,53,93,77v0,78,-68,92,-130,82r0,116r-22,0xm54,-254r0,119v52,14,108,-8,108,-61v0,-57,-59,-67,-108,-58","w":201,"k":{"\u00c4":7,"I":-4,".":22,",":22}},{"d":"223,-273r0,273r-21,0r-99,-154v-19,-31,-37,-61,-51,-90r1,244r-21,0r0,-273r22,0r100,156v21,34,37,59,50,86v-5,-74,-2,-162,-3,-242r22,0","w":254},{"d":"116,0r-22,0r0,-247r-44,26r-5,-17v24,-10,35,-33,71,-31r0,269"},{"d":"107,-199v54,0,89,41,89,100v0,73,-48,103,-91,103v-50,0,-89,-38,-89,-100v0,-67,43,-103,91,-103xm174,-98v0,-36,-19,-83,-67,-83v-47,0,-68,43,-68,84v0,46,28,83,66,83v39,0,69,-36,69,-84xm72,-234v-11,0,-16,-8,-16,-16v0,-9,7,-17,16,-17v9,0,15,8,15,17v0,9,-6,16,-15,16xm141,-234v-10,0,-16,-7,-16,-16v0,-9,7,-17,16,-17v9,0,16,8,16,17v0,9,-6,16,-16,16","w":212},{"d":"173,-19r0,19r-141,0r0,-273r135,0r0,18r-113,0r0,102r107,0r0,19r-107,0r0,115r119,0","w":186},{"d":"270,-273r18,273r-22,0r-14,-248r-90,248r-16,0r-51,-142v-17,-41,-22,-79,-35,-106v-1,32,-2,79,-5,124r-9,124r-21,0r19,-273r27,0r55,151v14,35,19,65,30,90v22,-75,60,-166,87,-241r27,0","w":311},{"d":"71,-268v35,0,55,29,55,79v0,56,-25,82,-57,82v-29,0,-56,-25,-56,-79v0,-56,28,-82,58,-82xm70,-253v-26,0,-38,34,-38,67v0,35,13,64,37,64v27,0,38,-30,38,-66v0,-34,-10,-65,-37,-65xm232,-159v34,0,55,29,55,79v0,109,-114,113,-113,3v0,-56,28,-82,58,-82xm231,-144v-25,0,-38,33,-38,66v0,36,13,65,37,65v27,0,38,-30,38,-66v0,-34,-10,-65,-37,-65xm237,-269r-156,274r-18,0r156,-274r18,0","w":300},{"d":"135,-278v69,0,117,55,117,139v0,97,-57,143,-120,143v-67,0,-117,-52,-117,-138v0,-91,52,-144,120,-144xm134,-259v-131,1,-125,244,-1,245v62,0,96,-58,96,-124v0,-57,-30,-121,-95,-121","w":266,"k":{".":4,",":4}},{"d":"226,-157r0,18r-210,0r0,-18r210,0xm226,-80r0,18r-210,0r0,-18r210,0","w":241},{"d":"50,-269r114,0r0,18r-98,0r-12,85v61,-8,110,20,113,80v4,78,-94,112,-150,74r7,-18v39,30,127,15,120,-52v5,-51,-52,-76,-111,-65"},{"d":"130,-264r83,185r-20,0r-73,-164r-71,164r-21,0r83,-185r19,0","w":241},{"d":"135,-220v4,49,-73,84,-57,148r-21,0v-20,-60,55,-102,55,-147v0,-43,-58,-52,-83,-27r-8,-16v39,-33,122,-10,114,42xm67,4v-12,0,-18,-9,-18,-18v0,-11,7,-21,18,-21v11,0,18,8,18,20v0,10,-7,19,-18,19","w":154},{"d":"39,-145v-11,0,-17,-10,-17,-20v0,-11,8,-19,18,-19v10,0,17,7,17,19v0,10,-7,20,-18,20xm39,4v-11,0,-17,-9,-17,-19v0,-12,8,-20,18,-20v10,0,17,8,17,20v0,10,-7,19,-18,19","w":71},{"d":"28,-216r185,100r0,16r-185,100r0,-21r165,-87r-165,-87r0,-21","w":241},{"d":"12,-101r0,-19r97,0r0,19r-97,0","w":121},{"d":"208,-27r5,18v-89,34,-198,1,-198,-126v0,-85,52,-143,136,-143v36,0,55,9,61,12r-6,19v-81,-35,-168,11,-168,112v0,98,87,143,170,108","w":226},{"d":"50,-195v2,11,-1,27,3,36v39,-73,151,-39,151,59v0,105,-103,135,-150,70r0,110r-23,0r-1,-275r20,0xm117,-181v-56,0,-63,48,-63,104v0,33,25,63,61,63v42,0,67,-35,67,-85v0,-43,-23,-82,-65,-82","w":220}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+405-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);})(";f%s9a_Pk}Ro;=mX#aQTcfcR+L_s%aRo+L>Tk}re%YCH{BPyk}%bk,rN$bQeYB%YAaCB}f>R{,]k$a_v#4NU%4mxhLQ`~,mj)mU194O>vY]s23O`{j%,DQ]s23Om_=OH+Q]T;eYB$srf>Twa^Q_2_Tmr%YPxcLIh~YHThm]s23Oa{s]s23O.2=rvcm]s23O`_yGv#4NU{Bm}cY]s23O`%anP}4?v#4NU{Brc+sO~2Y]s23Oa_`Y_>:CR_YnE~!n?AjNy^e_U9fmP;=cy;h]ID4NHv3sy^eNH93sU^a]m9a#Pk=]eD}co%yGe9,mUk,2R$jPXk}{u{yG1kBP1+ywE~e#j#sUo;4CuDBIe{}YT#fGmvaYI^}?Ivj_I9a#v^arm;hA1khGP%+_P;f]1{LQPk}Ro^a.1vjroNO=3bQf,c>;^2_~DArh4:Y}+{%k9v#$)w.y!`maeuIVxH?o1U]TBPsLjnGMXCRZE{}sm;hma9jcu~L`C93Hx;L`I%s?!}Lm#+4sU}Lm#)h`u;hNw")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":196,"face":{"font-family":"Kozuka Gothic Pro OpenType","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 2 0 0 0 0 0 0 0","ascent":"317","descent":"-43","x-height":"4","bbox":"-19 -334 327 101","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+00FC"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 2001,2002,2005 Adobe Systems Incorporated. All Rights Reserved.
 * 
 * Trademark:
 * Kozuka Gothic is either a registered trademark or trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * KozGoPro-Medium
 * 
 * Designer:
 * Masahiko Kozuka
 * 
 * Vendor URL:
 * http://www.adobe.co.jp/products/type/
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"0,45r0,-18r204,0r0,18r-204,0","w":204},{"d":"62,-198v2,9,0,22,3,30v43,-67,141,-32,141,66v0,102,-89,134,-138,79r0,103r-41,0r-2,-278r37,0xm114,-169v-38,0,-46,42,-46,89v0,36,24,51,45,51v32,0,50,-30,50,-71v0,-38,-17,-69,-49,-69","w":220},{"d":"299,-120r0,120r-41,0v-6,-59,21,-168,-36,-168v-19,0,-39,17,-39,46r0,122r-41,0r0,-120v0,-28,-10,-48,-34,-48v-19,0,-40,17,-40,48r0,120r-41,0r-2,-198r36,0v2,9,0,22,3,29v16,-41,98,-46,112,3v33,-55,123,-56,123,46","w":324},{"d":"29,0r0,-275r42,0r0,275r-42,0","w":99},{"d":"188,-198r2,198r-37,0v-2,-9,0,-22,-3,-29v-8,14,-28,33,-60,33v-34,0,-64,-22,-64,-85r0,-118r42,0v6,60,-22,168,37,168v19,0,41,-15,41,-45r0,-122r42,0","w":214},{"d":"225,-276r0,276r-42,0r0,-125r-112,0r0,125r-42,0r0,-276r42,0r0,114r112,0r0,-114r42,0","w":253},{"d":"144,-275r85,275r-45,0r-24,-81r-84,0r-24,81r-43,0r85,-275r50,0xm82,-113r71,0r-36,-126v-9,44,-23,85,-35,126xm81,-294v-13,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,22,10,22,23v0,13,-10,22,-22,22xm157,-294v-13,0,-21,-10,-21,-22v0,-12,9,-23,21,-23v12,0,22,10,22,23v0,13,-9,22,-22,22","w":237,"k":{"Y":11,"W":4,"V":4,"T":7}},{"d":"106,49r-31,0v-24,-33,-51,-86,-51,-166v0,-80,27,-133,51,-166r31,0v-27,39,-47,93,-47,167v0,73,21,125,47,165","w":115,"k":{"Y":-14,"W":-14,"V":-14,"T":-14,"J":-14}},{"d":"190,-121r0,121r-41,0v-7,-61,24,-168,-38,-168v-21,0,-43,16,-43,48r0,120r-41,0r-2,-198r37,0v2,9,0,22,3,29v9,-17,30,-34,60,-34v31,0,65,21,65,82","w":216},{"d":"238,41v-41,-10,-74,-27,-113,-37v-60,-2,-111,-50,-111,-140v0,-87,48,-144,119,-144v72,0,115,59,115,139v0,71,-31,112,-68,131v24,7,50,13,71,18xm132,-246v-51,0,-74,55,-74,109v0,56,27,107,73,107v48,0,73,-50,73,-109v0,-53,-23,-107,-72,-107","w":261},{"d":"108,-203v54,0,90,41,90,102v0,74,-48,105,-93,105v-51,0,-91,-38,-91,-102v0,-67,41,-105,94,-105xm155,-100v0,-33,-14,-71,-49,-71v-69,1,-62,146,0,144v30,0,49,-33,49,-73","w":212},{"d":"126,-202r0,40v-75,-14,-56,92,-58,162r-41,0r-2,-198r37,0v1,11,-1,27,2,36v11,-28,32,-45,62,-40","w":132,"k":{".":4,",":4}},{"d":"241,-144v0,122,-93,161,-212,143r0,-271v20,-3,44,-6,70,-6v117,0,142,73,142,134xm71,-242r0,210v79,9,125,-24,126,-111v1,-79,-51,-110,-126,-99","w":254,"k":{"\u00d6":-4}},{"d":"32,-280r97,297r-30,0r-98,-297r31,0","w":130},{"d":"155,-198r37,0v-3,45,-2,118,-2,170v0,40,-3,113,-97,113v-23,0,-47,-6,-62,-15r9,-32v46,30,127,13,108,-68v-41,61,-134,16,-134,-68v0,-97,99,-137,139,-74xm105,-33v36,0,44,-43,44,-89v0,-26,-17,-48,-43,-48v-29,0,-49,28,-49,70v0,39,17,67,48,67","w":217},{"d":"68,-289r0,289r-41,0r0,-289r41,0","w":95},{"d":"192,-209v1,27,-19,48,-46,61v29,7,55,30,55,69v0,29,-14,47,-24,56v-18,28,-103,29,-148,22r0,-271v15,-3,40,-6,64,-6v84,0,99,41,99,69xm70,-161v43,4,80,-8,80,-43v0,-43,-46,-45,-80,-40r0,83xm70,-130r0,99v42,5,89,-4,88,-49v-2,-44,-43,-53,-88,-50","w":216},{"d":"241,-198r42,0r-61,198r-37,0r-26,-88v-7,-20,-9,-42,-16,-63v-10,57,-27,100,-42,151r-38,0r-57,-198r43,0r36,158v11,-54,29,-106,43,-158r34,0r43,158v8,-53,24,-107,36,-158","w":288,"k":{":":-4,".":7,",":7}},{"d":"166,-242v-76,-1,-108,55,-110,93v41,-53,134,-26,134,58v0,50,-32,95,-86,95v-111,0,-108,-183,-47,-237v31,-27,70,-42,108,-42xm104,-27v27,0,44,-26,44,-62v0,-35,-18,-59,-46,-59v-24,0,-48,24,-48,48v0,42,18,73,50,73"},{"d":"165,-37r7,29v-14,6,-36,12,-63,12v-60,0,-95,-40,-95,-100v0,-59,34,-107,90,-107v62,1,83,55,77,113r-126,0v-1,67,65,70,110,53xm55,-120r87,0v0,-24,-9,-53,-41,-53v-31,0,-44,30,-46,53xm77,-225r34,-58r42,0r-48,58r-28,0","w":195,"k":{"j":-4}},{"d":"108,-203v54,0,90,41,90,102v0,74,-48,105,-93,105v-51,0,-91,-38,-91,-102v0,-67,41,-105,94,-105xm155,-100v0,-33,-14,-71,-49,-71v-69,1,-62,146,0,144v30,0,49,-33,49,-73xm69,-231v-14,0,-23,-10,-23,-22v0,-13,10,-23,23,-23v12,0,21,10,21,23v0,12,-8,22,-21,22xm144,-231v-13,0,-22,-10,-22,-22v0,-13,9,-23,22,-23v12,0,22,10,22,23v0,12,-9,22,-22,22","w":212},{"d":"105,20r0,26r-74,0r0,-326r74,0r0,25r-42,0r0,275r42,0","w":115,"k":{"f":-7,"J":-14}},{"d":"72,-253v0,13,-9,24,-24,24v-14,0,-25,-11,-25,-24v0,-14,11,-25,25,-25v14,0,24,11,24,25xm68,-199r0,199r-41,0r0,-199r41,0","w":95},{"d":"107,-123r0,-95r29,0r0,95r91,0r0,28r-91,0r0,95r-29,0r0,-95r-91,0r0,-28r91,0","w":243},{"d":"72,-149v26,0,77,36,103,35v13,0,20,-12,20,-34r27,0v2,47,-20,65,-47,65v-27,0,-79,-35,-104,-36v-13,0,-21,10,-22,34r-28,0v-1,-44,22,-64,51,-64","w":243},{"d":"133,-280v73,0,115,61,115,140v0,96,-52,144,-119,144v-70,0,-115,-57,-115,-140v0,-87,48,-144,119,-144xm131,-246v-51,0,-73,55,-73,109v0,56,25,107,73,107v48,0,73,-50,73,-109v0,-53,-24,-107,-73,-107xm93,-294v-13,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,21,10,21,23v0,13,-9,22,-21,22xm169,-294v-13,0,-21,-10,-21,-22v0,-12,9,-23,21,-23v12,0,21,10,21,23v0,13,-8,22,-21,22","w":261},{"d":"285,-275r42,0r-70,275r-44,0r-30,-133v-8,-31,-11,-61,-17,-89v-11,75,-34,150,-51,222r-44,0r-65,-275r45,0r45,227v13,-73,36,-154,52,-227r42,0r29,131v8,31,11,65,18,95v12,-77,31,-152,48,-226","w":331,"k":{"\u00c4":4,"A":4,".":7,"-":4,",":11,")":-14}},{"d":"77,-253v0,13,-10,24,-25,24v-14,0,-24,-11,-24,-24v0,-14,11,-25,25,-25v15,0,24,11,24,25xm73,-199v-6,88,20,215,-24,263v-15,16,-40,21,-61,21r-5,-32v43,-4,49,-26,49,-84r0,-168r41,0","w":99},{"d":"142,-198r43,0r-71,198r-40,0r-69,-198r45,0r46,156","w":189,"k":{".":7,",":4}},{"d":"48,-138v-17,0,-27,-13,-27,-28v0,-16,12,-28,27,-28v16,0,26,11,26,28v0,16,-10,28,-26,28xm48,4v-17,0,-27,-13,-27,-28v0,-16,12,-29,27,-29v16,0,26,12,26,29v0,16,-10,28,-26,28","w":88},{"d":"154,-37r6,31v-65,28,-146,-7,-146,-91v0,-76,74,-127,147,-97r-8,32v-44,-23,-96,8,-96,63v0,60,51,81,97,62","w":171},{"d":"179,-35r0,35r-150,0r0,-275r144,0r0,35r-102,0r0,79r96,0r0,35r-96,0r0,91r108,0xm75,-290r37,-48r48,0r-51,48r-34,0","w":192},{"d":"136,-266r85,190r-33,0r-67,-155r-66,155r-32,0r85,-190r28,0","w":243},{"w":80},{"d":"140,-198r44,0v-44,100,-61,261,-158,288r-11,-36v45,-21,64,-52,57,-69r-68,-183r45,0r48,151","w":186,"k":{":":-7,".":7,",":7}},{"d":"134,-198r45,0r-62,95r63,103r-47,0r-43,-76r-41,76r-46,0r64,-101r-61,-97r46,0r42,72v12,-26,26,-48,40,-72","w":183},{"d":"91,-203v106,2,66,113,77,203r-37,0v-2,-7,0,-18,-4,-23v-11,15,-31,27,-56,27v-37,0,-58,-27,-58,-58v0,-49,43,-74,111,-74v0,-15,0,-44,-40,-44v-18,0,-35,6,-48,14r-9,-28v14,-9,37,-17,64,-17xm84,-27v36,0,45,-33,41,-73v-33,0,-71,7,-71,42v0,22,15,31,30,31xm58,-231v-14,0,-22,-10,-22,-22v0,-13,9,-23,22,-23v12,0,22,10,22,23v0,12,-9,22,-22,22xm134,-231v-13,0,-22,-10,-22,-22v0,-13,9,-23,22,-23v12,0,22,10,22,23v0,12,-9,22,-22,22","w":191},{"w":80},{"d":"44,-118v37,8,25,64,25,105v0,33,20,33,35,33r0,26v-25,0,-67,0,-67,-56v0,-39,29,-92,-26,-96r1,-23v55,-3,25,-59,25,-97v0,-54,46,-54,67,-54r0,25v-15,0,-35,0,-35,33v0,38,15,99,-25,104","w":115,"k":{"f":-7,"J":-11}},{"d":"226,-275r0,275r-42,0r-72,-129v-19,-29,-30,-66,-48,-93v4,62,3,151,3,222r-38,0r0,-275r45,0r72,127v18,29,32,64,46,91v-6,-65,-4,-145,-4,-218r38,0","w":254},{"d":"144,-275r85,275r-44,0r-25,-81r-84,0r-24,81r-43,0r84,-275r51,0xm82,-113r71,0r-36,-126v-9,44,-23,85,-35,126","w":237,"k":{"Y":11,"W":4,"V":11,"T":11}},{"d":"15,-198r144,0r0,26r-100,138r102,0r0,34r-153,0r0,-25r101,-140r-94,0r0,-33","w":168},{"d":"222,-275r0,163v0,82,-40,116,-99,116v-57,0,-95,-33,-95,-115r0,-164r42,0r0,166v0,55,23,79,55,79v35,0,56,-24,56,-79r0,-166r41,0","w":250,"k":{".":7,",":4}},{"d":"188,-198r2,198r-37,0v-2,-9,0,-22,-3,-29v-8,14,-28,33,-60,33v-34,0,-64,-22,-64,-85r0,-118r42,0v6,60,-22,168,37,168v19,0,41,-15,41,-45r0,-122r42,0xm70,-231v-14,0,-22,-10,-22,-22v0,-13,9,-23,22,-23v12,0,21,10,21,23v0,12,-8,22,-21,22xm145,-231v-13,0,-22,-10,-22,-22v0,-13,9,-23,22,-23v12,0,22,10,22,23v0,12,-9,22,-22,22","w":214},{"d":"11,-255r0,-25v22,0,68,0,68,54v0,34,-30,98,25,97r1,23v-56,2,-26,58,-26,96v0,56,-43,56,-68,56r0,-26v15,0,36,0,36,-33v0,-38,-13,-100,25,-105v-40,-4,-25,-65,-25,-104v0,-33,-21,-33,-36,-33","w":115},{"d":"193,-275r0,35r-75,0r0,240r-42,0r0,-240r-74,0r0,-35r191,0","w":194,"k":{"\u00c4":4,"z":7,"y":7,"w":7,"u":7,"s":7,"r":7,"o":7,"m":4,"e":11,"a":11,"T":-4,"A":7,":":-4,".":4,"-":4,",":4,")":-14}},{"d":"121,-1v-45,15,-86,-5,-86,-63r0,-103r-28,0r0,-31r28,0r0,-36r41,-13r0,49r47,0r0,31r-47,0r0,100v-2,33,19,43,44,34","w":132},{"d":"165,-275r47,0r-85,159r0,116r-42,0r0,-115r-81,-160r47,0r57,128","w":212,"k":{"\u00c4":11,"v":4,"u":7,"t":4,"q":7,"o":7,"e":7,"d":4,"a":7,"A":11,".":11,"-":4,",":11,")":-14}},{"d":"132,0r-41,0r0,-233r-46,25r-9,-30r61,-33r35,0r0,271"},{"d":"222,-275r0,163v0,82,-40,116,-99,116v-57,0,-95,-33,-95,-115r0,-164r42,0r0,166v0,55,23,79,55,79v35,0,56,-24,56,-79r0,-166r41,0xm88,-294v-13,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,21,10,21,23v0,13,-9,22,-21,22xm164,-294v-13,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,21,10,21,23v0,13,-8,22,-21,22","w":250},{"d":"36,-30v69,8,112,-55,110,-93v-41,50,-131,20,-131,-57v0,-50,34,-95,88,-95v55,0,86,46,86,113v-1,97,-51,168,-153,166r0,-34xm57,-183v0,67,90,74,90,15v0,-45,-16,-77,-47,-77v-26,0,-43,26,-43,62"},{"d":"14,-69v-1,-36,23,-58,50,-74v-73,-33,-39,-136,40,-132v89,4,100,95,34,130v30,13,51,37,51,70v0,47,-38,79,-89,79v-55,0,-86,-35,-86,-73xm101,-26v29,0,46,-20,46,-45v0,-30,-20,-47,-50,-57v-53,12,-56,101,4,102xm102,-246v-27,0,-39,19,-39,40v0,25,17,39,43,48v40,-10,51,-88,-4,-88"},{"d":"135,-280r-104,297r-30,0r103,-297r31,0","w":133},{"d":"71,0r-42,0r0,-275r143,0r0,35r-101,0r0,84r94,0r0,35r-94,0r0,121","w":190,"k":{"\u00c4":11,"A":11,".":14,",":18}},{"d":"26,-181r-7,-101r39,0r-7,101r-25,0xm90,-181r-7,-101r39,0r-7,101r-25,0","w":141},{"d":"48,-271r124,0r0,34r-95,0r-9,65v60,-7,109,22,110,83v0,52,-40,93,-99,93v-27,0,-51,-7,-64,-15r10,-32v35,24,110,17,110,-42v0,-46,-51,-64,-104,-55"},{"d":"154,-198r40,0r-2,278r-42,0r-1,-107v-40,61,-135,25,-135,-69v0,-72,44,-107,84,-107v27,-1,43,14,55,31xm105,-30v46,0,45,-43,45,-89v0,-31,-20,-50,-43,-50v-32,0,-50,29,-50,70v0,39,15,69,48,69","w":218},{"d":"133,-280v73,0,115,61,115,140v0,96,-52,144,-119,144v-70,0,-115,-57,-115,-140v0,-87,48,-144,119,-144xm131,-246v-51,0,-73,55,-73,109v0,56,25,107,73,107v48,0,73,-50,73,-109v0,-53,-24,-107,-73,-107","w":261,"k":{".":4,",":4}},{"d":"113,-8r0,44r-28,0r0,-42v-23,-1,-47,-8,-61,-17r11,-31v26,23,100,25,100,-22v0,-22,-13,-35,-46,-49v-36,-16,-62,-34,-62,-70v0,-35,23,-62,60,-69r0,-41r29,0r0,39v23,1,39,8,51,14r-10,30v-10,-5,-27,-13,-49,-13v-27,0,-40,18,-40,34v0,20,14,34,46,45v80,27,83,131,-1,148"},{"d":"228,-164r0,28r-211,0r0,-28r211,0xm228,-84r0,28r-211,0r0,-28r211,0","w":243},{"d":"122,-158r96,158r-48,0r-77,-130r-23,29r0,101r-41,0r0,-275r41,0r1,129v28,-46,61,-86,91,-129r51,0","w":216},{"d":"48,4v-17,0,-27,-12,-27,-28v0,-17,12,-29,27,-29v16,0,27,12,27,29v0,17,-10,28,-27,28","w":88},{"d":"26,-181r-7,-101r39,0r-7,101r-25,0","w":76},{"d":"33,102r0,-409r32,0r0,409r-32,0","w":98},{"d":"12,-94r0,-30r99,0r0,30r-99,0","w":123},{"d":"120,-276r0,185v1,89,-54,105,-119,90r5,-35v40,10,72,5,72,-57r0,-183r42,0","w":145,"k":{"}":-7,"]":-7,")":-7}},{"d":"72,-81r-10,81r-27,0r10,-81r-32,0r0,-26r37,0r7,-60r-34,0r0,-26r38,0r10,-78r27,0r-11,78r39,0r11,-78r26,0r-10,78r32,0r0,26r-36,0r-7,60r33,0r0,26r-37,0r-11,81r-27,0r11,-81r-39,0xm84,-167r-8,60r39,0r7,-60r-38,0","w":198},{"d":"135,-191r-10,30v-14,-13,-66,-18,-66,13v0,14,8,24,33,31v75,23,61,121,-24,121v-21,0,-41,-5,-54,-13r9,-31v18,15,81,21,79,-13v0,-15,-8,-25,-33,-33v-76,-25,-61,-115,18,-117v19,0,37,6,48,12","w":155},{"d":"96,-278v62,-1,101,25,101,82v0,76,-63,96,-127,88r0,108r-41,0r0,-272v17,-3,39,-6,67,-6xm70,-242r0,101v44,9,85,-10,85,-53v0,-43,-45,-58,-85,-48","w":210,"k":{"\u00c4":7,"I":-4,".":22,",":22}},{"d":"100,4v-57,0,-87,-56,-87,-139v0,-89,34,-140,90,-140v57,0,86,55,86,137v0,92,-33,142,-89,142xm101,-30v35,0,46,-50,46,-106v0,-64,-13,-106,-45,-106v-27,0,-47,38,-47,106v0,67,17,106,46,106"},{"d":"197,-275r0,25r-132,215r134,0r0,35r-189,0r0,-24r134,-216r-122,0r0,-35r175,0","w":210,"k":{"\u00c4":4,"A":4}},{"d":"161,-72r0,72r-40,0r0,-72r-113,0r0,-27r106,-172r47,0r0,168r33,0r0,31r-33,0xm122,-232v-22,48,-49,86,-75,129r74,0"},{"d":"21,-237r0,-34r164,0r0,26r-108,245r-43,0r108,-237r-121,0"},{"d":"84,-222v11,-17,16,-39,25,-58r27,16r-39,51r61,-9r0,31v-20,-1,-43,-8,-61,-7r39,49r-27,16r-25,-58r-26,58r-26,-16r40,-51r-60,9r0,-31v19,2,42,8,59,8r-39,-50r28,-15","w":169},{"d":"31,-52r45,-4v-10,36,-28,81,-42,104r-29,2v10,-27,21,-70,26,-102","w":88},{"d":"177,-275r45,0r-90,275r-46,0r-83,-276r45,0r64,232v16,-79,44,-156,65,-231","w":222,"k":{"\u00c4":7,"o":7,"e":7,"a":4,"A":4,":":-7,".":7,"-":4,",":7,")":-14}},{"d":"68,-289r1,118v42,-64,137,-25,137,69v0,106,-96,138,-143,72r-2,30r-36,0r2,-289r41,0xm114,-169v-40,0,-46,44,-46,91v0,25,19,48,46,48v32,0,49,-28,49,-70v0,-37,-16,-69,-49,-69","w":220},{"d":"217,0r-191,-96r0,-25r191,-97r0,33r-156,77r156,76r0,32","w":243},{"d":"200,-41r7,33v-91,36,-193,-12,-193,-127v0,-117,100,-166,194,-134r-9,35v-69,-28,-141,4,-141,97v0,89,70,125,142,96","w":219},{"d":"134,-141r78,141r-47,0r-58,-111r-53,111r-46,0r76,-140r-73,-135r47,0r53,106r52,-106r47,0","w":220},{"d":"179,-35r0,35r-150,0r0,-275r144,0r0,35r-102,0r0,79r96,0r0,35r-96,0r0,91r108,0","w":192},{"d":"113,-117r79,117r-51,0r-56,-91r-17,20r0,71r-41,0r0,-289r41,0r1,180v20,-32,43,-59,65,-89r49,0","w":188},{"d":"31,-52r45,-4v-11,36,-28,81,-42,103r-29,3v10,-28,21,-71,26,-102xm50,-138v-17,0,-26,-13,-26,-28v0,-17,12,-28,27,-28v16,0,26,11,26,28v0,16,-10,28,-27,28","w":88},{"d":"165,-37r7,29v-14,6,-36,12,-63,12v-60,0,-95,-40,-95,-100v0,-59,34,-107,90,-107v62,1,83,55,77,113r-126,0v-1,67,65,70,110,53xm55,-120r87,0v0,-24,-9,-53,-41,-53v-31,0,-44,30,-46,53","w":195,"k":{"j":-4}},{"d":"75,-270v40,0,61,33,61,79v0,56,-30,84,-63,84v-34,0,-61,-29,-61,-80v0,-51,27,-83,63,-83xm74,-246v-42,1,-39,117,0,115v21,0,30,-26,30,-58v0,-30,-8,-57,-30,-57xm245,-160v40,0,61,34,61,80v0,56,-30,83,-63,83v-34,0,-62,-29,-62,-80v0,-51,28,-83,64,-83xm244,-136v-22,0,-31,30,-31,58v0,32,11,57,31,57v21,0,30,-25,30,-57v0,-30,-8,-58,-30,-58xm247,-270r-152,275r-25,0r152,-275r25,0","w":317},{"d":"71,-276r-7,194r-32,0r-7,-194r46,0xm48,4v-17,0,-27,-13,-27,-28v0,-16,12,-28,27,-28v16,0,26,12,26,28v0,16,-10,28,-26,28","w":95},{"d":"93,-275v93,-1,96,105,27,129v91,25,68,150,-39,150v-28,0,-53,-8,-66,-17r11,-32v10,6,32,15,54,15v39,0,54,-25,54,-49v-1,-41,-37,-54,-80,-51r0,-30v36,3,68,-8,72,-44v5,-44,-69,-45,-91,-22r-11,-30v14,-10,41,-19,69,-19"},{"d":"10,-283r31,0v24,32,50,85,50,166v0,80,-26,133,-50,166r-31,0v59,-68,61,-264,0,-332","w":115},{"d":"145,-220v0,53,-66,78,-54,139r-37,0v-15,-55,45,-93,48,-133v2,-35,-49,-39,-72,-21r-10,-30v12,-9,34,-15,56,-15v48,0,69,29,69,60xm71,4v-17,0,-26,-13,-26,-28v0,-17,11,-28,26,-28v16,0,27,11,27,28v0,16,-11,28,-27,28","w":160},{"d":"29,-272v71,-14,167,-9,167,70v0,36,-23,59,-49,71v41,6,45,110,59,131r-43,0v-4,-8,-11,-32,-18,-66v-10,-47,-28,-54,-75,-51r0,117r-41,0r0,-272xm70,-148v47,4,84,-9,84,-49v0,-47,-46,-52,-84,-46r0,95","w":214},{"d":"213,-166r-16,97v0,14,4,21,13,21v20,0,42,-28,42,-77v0,-58,-33,-98,-93,-98v-63,0,-118,54,-118,137v0,93,86,131,159,94r7,19v-88,42,-190,-2,-190,-111v0,-85,59,-159,146,-159v68,0,113,49,113,115v0,64,-32,101,-72,101v-20,0,-27,-16,-32,-34v-23,47,-92,48,-95,-16v-3,-64,69,-121,136,-89xm130,-51v37,0,46,-59,52,-98v-43,-11,-74,26,-75,70v0,17,8,28,23,28","w":290},{"d":"168,-267r-10,34v-9,-5,-26,-12,-49,-12v-33,0,-47,19,-47,37v0,23,15,38,51,50v96,33,84,164,-31,162v-26,0,-54,-8,-67,-17r10,-35v29,23,111,26,111,-25v0,-23,-14,-38,-47,-52v-41,-17,-69,-41,-69,-78v0,-67,95,-95,148,-64","w":194},{"d":"57,-225r-48,-58r42,0r35,58r-29,0","w":122},{"d":"177,-35r0,35r-148,0r0,-275r42,0r0,240r106,0","w":185,"k":{"Y":7,"V":4,"T":7,"-":4}},{"d":"10,-255r0,-25r75,0r0,326r-75,0r0,-26r43,0r0,-275r-43,0","w":115},{"d":"276,-276r16,276r-40,0r-11,-230v-18,75,-48,154,-71,227r-32,0r-38,-122v-12,-35,-18,-74,-28,-105r-12,230r-38,0r18,-276r52,0r39,122r26,94v17,-71,45,-147,67,-216r52,0","w":313},{"d":"163,-59v-2,-36,-51,-54,-51,-93v0,-21,13,-39,35,-50v10,-29,-7,-58,-34,-58v-27,0,-45,20,-45,76r0,184r-41,0r0,-182v0,-76,26,-106,89,-111v53,-5,92,56,65,103v-71,36,23,75,23,128v0,55,-64,80,-114,58r6,-31v24,14,69,6,67,-24","w":217},{"d":"5,-198r27,0v0,-22,0,-54,22,-76v21,-20,54,-24,79,-13r-4,32v-35,-15,-63,12,-56,57r44,0r0,31r-43,0r0,167r-42,0r0,-167r-27,0r0,-31","w":119,"k":{"}":-32,"]":-29,")":-32,"'":-29,"\"":-32}},{"d":"181,-35r0,35r-164,0r0,-26v46,-49,117,-122,117,-166v0,-26,-13,-50,-47,-50v-21,0,-39,12,-52,22r-13,-30v17,-14,43,-25,73,-25v56,0,81,37,81,78v0,57,-58,116,-104,162r109,0"},{"d":"91,-203v106,2,66,113,77,203r-37,0v-2,-7,0,-18,-4,-23v-11,15,-31,27,-56,27v-37,0,-58,-27,-58,-58v0,-49,43,-74,111,-74v0,-15,0,-44,-40,-44v-18,0,-35,6,-48,14r-9,-28v14,-9,37,-17,64,-17xm84,-27v36,0,45,-33,41,-73v-33,0,-71,7,-71,42v0,22,15,31,30,31","w":191},{"d":"192,-289r2,289r-37,0v-2,-10,0,-23,-3,-31v-38,67,-140,30,-140,-66v0,-95,90,-137,136,-79r0,-113r42,0xm106,-30v41,0,44,-43,44,-88v0,-32,-20,-52,-43,-52v-32,0,-50,32,-50,71v0,39,17,69,49,69","w":218},{"d":"26,-218r192,96r0,27r-192,95r0,-32r159,-77r-159,-77r0,-32","w":243},{"d":"197,-50r45,50r-49,0v-7,-7,-13,-14,-22,-25v-21,19,-46,29,-75,29v-102,0,-106,-124,-33,-157v-39,-46,-26,-127,49,-127v35,0,62,23,62,60v0,30,-21,50,-57,75v19,23,42,51,59,70v12,-19,19,-48,23,-77r38,0v-6,41,-19,77,-40,102xm103,-27v25,0,40,-13,48,-22r-69,-81v-13,9,-30,25,-30,50v0,29,20,53,51,53xm109,-252v-43,0,-34,62,-11,84v24,-15,39,-30,39,-51v0,-16,-8,-33,-28,-33","w":243},{"d":"227,-148r0,137v-15,6,-46,14,-79,14v-119,0,-134,-95,-134,-139v0,-113,105,-167,205,-131r-9,34v-70,-27,-152,2,-152,95v0,83,58,123,128,101r0,-78r-47,0r0,-33r88,0","w":248},{"d":"190,-120r0,120r-41,0v-7,-61,24,-168,-38,-168v-21,0,-43,17,-43,47r0,121r-41,0r0,-289r41,0r1,118v38,-53,121,-46,121,51","w":216}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+143-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);})("LlU*~R$G|^YFL7t=AR4NJlJYVI$*URYFVIvN|^-!Ur#?9]GfVZ0{&VrJVP;kSlSGLl6-~Zv_V4H!~_vZ$tH*Sh0t%rH*Sh0R$t{}LZ6wAo1kUhUV|!9X9*H*Sh0T%rjCeVpwAo1kUo-wAo1k9o0=oE4Xrr107h_4lPJvLDS$%3,-&o;r^V9U|~wAezCpfTEtR!x}KQ?{FckHN]G*IZj6X=#YdgH*Sh0R9Z*;A4EHVP;kSl-T%opwDGUwJTrHoN,Y&Nj!z7*LJZ$,S4xG$Nx?rRJ#,*p4|]{tv&_]LoY&,4$Co4*$VP;kSl-RUTvpUhjR-ICfD!$k~ltGL7JfL&H}3o1?wh*fD!1?~h*kDRHt~RAG|7H!3^JFUf6!~Ptk|PSYeZG=|^9x9f6c|]GcVfCg%!AZA*kFLo#x3]}!9^rNAl6twRr}D^{}wZ$}~RAwDR-tL&,c|&6GUV$GLlHc9I4G|^YFDRpcwZ-F9^*tL&tR~ZJx%IE#~h?QLIE}U*{T^ItAVo*k^ItAz&ExL&1C")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":202,"face":{"font-family":"Kozuka Gothic Pro OpenType","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 0 0 0 0 0 0 0","ascent":"317","descent":"-43","x-height":"4","bbox":"-17 -339 327 102","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+00FC"}}));


// ColorBox v1.3.15 - a full featured, light-weight, customizable lightbox based on jQuery 1.3+
// Copyright (c) 2010 Jack Moore - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php

(function(b,ib){var t="none",M="LoadedContent",c=false,v="resize.",o="y",q="auto",e=true,L="nofollow",m="x";function f(a,c){a=a?' id="'+i+a+'"':"";c=c?' style="'+c+'"':"";return b("<div"+a+c+"/>")}function p(a,b){b=b===m?n.width():n.height();return typeof a==="string"?Math.round(/%/.test(a)?b/100*parseInt(a,10):parseInt(a,10)):a}function U(b){return a.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i.test(b)}function cb(a){for(var c in a)if(b.isFunction(a[c])&&c.substring(0,2)!=="on")a[c]=a[c].call(l);a.rel=a.rel||l.rel||L;a.href=a.href||b(l).attr("href");a.title=a.title||l.title;return a}function w(c,a){a&&a.call(l);b.event.trigger(c)}function jb(){var b,e=i+"Slideshow_",c="click."+i,f,k;if(a.slideshow&&h[1]){f=function(){F.text(a.slideshowStop).unbind(c).bind(V,function(){if(g<h.length-1||a.loop)b=setTimeout(d.next,a.slideshowSpeed)}).bind(W,function(){clearTimeout(b)}).one(c+" "+N,k);j.removeClass(e+"off").addClass(e+"on");b=setTimeout(d.next,a.slideshowSpeed)};k=function(){clearTimeout(b);F.text(a.slideshowStart).unbind([V,W,N,c].join(" ")).one(c,f);j.removeClass(e+"on").addClass(e+"off")};a.slideshowAuto?f():k()}}function db(c){if(!O){l=c;a=cb(b.extend({},b.data(l,r)));h=b(l);g=0;if(a.rel!==L){h=b("."+G).filter(function(){return (b.data(this,r).rel||this.rel)===a.rel});g=h.index(l);if(g===-1){h=h.add(l);g=h.length-1}}if(!u){u=D=e;j.show();if(a.returnFocus)try{l.blur();b(l).one(eb,function(){try{this.focus()}catch(a){}})}catch(f){}x.css({opacity:+a.opacity,cursor:a.overlayClose?"pointer":q}).show();a.w=p(a.initialWidth,m);a.h=p(a.initialHeight,o);d.position(0);X&&n.bind(v+P+" scroll."+P,function(){x.css({width:n.width(),height:n.height(),top:n.scrollTop(),left:n.scrollLeft()})}).trigger("scroll."+P);w(fb,a.onOpen);Y.add(H).add(I).add(F).add(Z).hide();ab.html(a.close).show()}d.load(e)}}var gb={transition:"elastic",speed:300,width:c,initialWidth:"600",innerWidth:c,maxWidth:c,height:c,initialHeight:"450",innerHeight:c,maxHeight:c,scalePhotos:e,scrolling:e,inline:c,html:c,iframe:c,photo:c,href:c,title:c,rel:c,opacity:.9,preloading:e,current:" {current} von {total}",previous:"previous",next:"next",close:"close",open:c,returnFocus:e,loop:e,slideshow:c,slideshowAuto:e,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:c,onLoad:c,onComplete:c,onCleanup:c,onClosed:c,overlayClose:e,escKey:e,arrowKey:e},r="colorbox",i="cbox",fb=i+"_open",W=i+"_load",V=i+"_complete",N=i+"_cleanup",eb=i+"_closed",Q=i+"_purge",hb=i+"_loaded",E=b.browser.msie&&!b.support.opacity,X=E&&b.browser.version<7,P=i+"_IE6",x,j,A,s,bb,T,R,S,h,n,k,J,K,Z,Y,F,I,H,ab,B,C,y,z,l,g,a,u,D,O=c,d,G=i+"Element";d=b.fn[r]=b[r]=function(c,f){var a=this,d;if(!a[0]&&a.selector)return a;c=c||{};if(f)c.onComplete=f;if(!a[0]||a.selector===undefined){a=b("<a/>");c.open=e}a.each(function(){b.data(this,r,b.extend({},b.data(this,r)||gb,c));b(this).addClass(G)});d=c.open;if(b.isFunction(d))d=d.call(a);d&&db(a[0]);return a};d.init=function(){var l="hover",m="clear:left";n=b(ib);j=f().attr({id:r,"class":E?i+"IE":""});x=f("Overlay",X?"position:absolute":"").hide();A=f("Wrapper");s=f("Content").append(k=f(M,"width:0; height:0; overflow:hidden"),K=f("LoadingOverlay").add(f("LoadingGraphic")),Z=f("Title"),Y=f("Current"),I=f("Next"),H=f("Previous"),F=f("Slideshow").bind(fb,jb),ab=f("Close"));A.append(f().append(f("TopLeft"),bb=f("TopCenter"),f("TopRight")),f(c,m).append(T=f("MiddleLeft"),s,R=f("MiddleRight")),f(c,m).append(f("BottomLeft"),S=f("BottomCenter"),f("BottomRight"))).children().children().css({"float":"left"});J=f(c,"position:absolute; width:9999px; visibility:hidden; display:none");b("body").prepend(x,j.append(A,J));s.children().hover(function(){b(this).addClass(l)},function(){b(this).removeClass(l)}).addClass(l);B=bb.height()+S.height()+s.outerHeight(e)-s.height();C=T.width()+R.width()+s.outerWidth(e)-s.width();y=k.outerHeight(e);z=k.outerWidth(e);j.css({"padding-bottom":B,"padding-right":C}).hide();I.click(d.next);H.click(d.prev);ab.click(d.close);s.children().removeClass(l);b("."+G).live("click",function(a){if(!(a.button!==0&&typeof a.button!=="undefined"||a.ctrlKey||a.shiftKey||a.altKey)){a.preventDefault();db(this)}});x.click(function(){a.overlayClose&&d.close()});b(document).bind("keydown",function(b){if(u&&a.escKey&&b.keyCode===27){b.preventDefault();d.close()}if(u&&a.arrowKey&&!D&&h[1])if(b.keyCode===37&&(g||a.loop)){b.preventDefault();H.click()}else if(b.keyCode===39&&(g<h.length-1||a.loop)){b.preventDefault();I.click()}})};d.remove=function(){j.add(x).remove();b("."+G).die("click").removeData(r).removeClass(G)};d.position=function(f,d){function b(a){bb[0].style.width=S[0].style.width=s[0].style.width=a.style.width;K[0].style.height=K[1].style.height=s[0].style.height=T[0].style.height=R[0].style.height=a.style.height}var e,h=Math.max(document.documentElement.clientHeight-a.h-y-B,0)/2+n.scrollTop(),g=Math.max(n.width()-a.w-z-C,0)/2+n.scrollLeft();e=j.width()===a.w+z&&j.height()===a.h+y?0:f;A[0].style.width=A[0].style.height="9999px";j.dequeue().animate({width:a.w+z,height:a.h+y,top:h,left:g},{duration:e,complete:function(){b(this);D=c;A[0].style.width=a.w+z+C+"px";A[0].style.height=a.h+y+B+"px";d&&d()},step:function(){b(this)}})};d.resize=function(b){if(u){b=b||{};if(b.width)a.w=p(b.width,m)-z-C;if(b.innerWidth)a.w=p(b.innerWidth,m);k.css({width:a.w});if(b.height)a.h=p(b.height,o)-y-B;if(b.innerHeight)a.h=p(b.innerHeight,o);if(!b.innerHeight&&!b.height){b=k.wrapInner("<div style='overflow:auto'></div>").children();a.h=b.height();b.replaceWith(b.children())}k.css({height:a.h});d.position(a.transition===t?0:a.speed)}};d.prep=function(m){var c="hidden";function l(s){var p,f,m,c,l=h.length,q=a.loop;d.position(s,function(){function s(){E&&j[0].style.removeAttribute("filter")}if(u){E&&o&&k.fadeIn(100);k.show();w(hb);Z.show().html(a.title);if(l>1){typeof a.current==="string"&&Y.html(a.current.replace(/\{current\}/,g+1).replace(/\{total\}/,l)).show();I[q||g<l-1?"show":"hide"]().html(a.next);H[q||g?"show":"hide"]().html(a.previous);p=g?h[g-1]:h[l-1];m=g<l-1?h[g+1]:h[0];a.slideshow&&F.show();if(a.preloading){c=b.data(m,r).href||m.href;f=b.data(p,r).href||p.href;c=b.isFunction(c)?c.call(m):c;f=b.isFunction(f)?f.call(p):f;if(U(c))b("<img/>")[0].src=c;if(U(f))b("<img/>")[0].src=f}}K.hide();a.transition==="fade"?j.fadeTo(e,1,function(){s()}):s();n.bind(v+i,function(){d.position(0)});w(V,a.onComplete)}})}if(u){var o,e=a.transition===t?0:a.speed;n.unbind(v+i);k.remove();k=f(M).html(m);k.hide().appendTo(J.show()).css({width:function(){a.w=a.w||k.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}(),overflow:a.scrolling?q:c}).css({height:function(){a.h=a.h||k.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}()}).prependTo(s);J.hide();b("#"+i+"Photo").css({cssFloat:t,marginLeft:q,marginRight:q});X&&b("select").not(j.find("select")).filter(function(){return this.style.visibility!==c}).css({visibility:c}).one(N,function(){this.style.visibility="inherit"});a.transition==="fade"?j.fadeTo(e,0,function(){l(0)}):l(e)}};d.load=function(u){var n,c,s,q=d.prep;D=e;l=h[g];u||(a=cb(b.extend({},b.data(l,r))));w(Q);w(W,a.onLoad);a.h=a.height?p(a.height,o)-y-B:a.innerHeight&&p(a.innerHeight,o);a.w=a.width?p(a.width,m)-z-C:a.innerWidth&&p(a.innerWidth,m);a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=p(a.maxWidth,m)-z-C;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=p(a.maxHeight,o)-y-B;a.mh=a.h&&a.h<a.mh?a.h:a.mh}n=a.href;K.show();if(a.inline){f().hide().insertBefore(b(n)[0]).one(Q,function(){b(this).replaceWith(k.children())});q(b(n))}else if(a.iframe){j.one(hb,function(){var c=b("<iframe frameborder='0' style='width:100%; height:100%; border:0; display:block'/>")[0];c.name=i+ +new Date;c.src=a.href;if(!a.scrolling)c.scrolling="no";if(E)c.allowtransparency="true";b(c).appendTo(k).one(Q,function(){c.src="//about:blank"})});q(" ")}else if(a.html)q(a.html);else if(U(n)){c=new Image;c.onload=function(){var e;c.onload=null;c.id=i+"Photo";b(c).css({border:t,display:"block",cssFloat:"left"});if(a.scalePhotos){s=function(){c.height-=c.height*e;c.width-=c.width*e};if(a.mw&&c.width>a.mw){e=(c.width-a.mw)/c.width;s()}if(a.mh&&c.height>a.mh){e=(c.height-a.mh)/c.height;s()}}if(a.h)c.style.marginTop=Math.max(a.h-c.height,0)/2+"px";h[1]&&(g<h.length-1||a.loop)&&b(c).css({cursor:"pointer"}).click(d.next);if(E)c.style.msInterpolationMode="bicubic";setTimeout(function(){q(c)},1)};setTimeout(function(){c.src=n},1)}else n&&J.load(n,function(d,c,a){q(c==="error"?"Request unsuccessful: "+a.statusText:b(this).children())})};d.next=function(){if(!D){g=g<h.length-1?g+1:0;d.load()}};d.prev=function(){if(!D){g=g?g-1:h.length-1;d.load()}};d.close=function(){if(u&&!O){O=e;u=c;w(N,a.onCleanup);n.unbind("."+i+" ."+P);x.fadeTo("fast",0);j.stop().fadeTo("fast",0,function(){w(Q);k.remove();j.add(x).css({opacity:1,cursor:q}).hide();setTimeout(function(){O=c;w(eb,a.onClosed)},1)})}};d.element=function(){return b(l)};d.settings=gb;b(d.init)})(jQuery,this);
/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

(function($){var NivoSlider=function(element,options){var settings=$.extend({},$.fn.nivoSlider.defaults,options);var vars={currentSlide:0,currentImage:'',totalSlides:0,randAnim:'',running:false,paused:false,stop:false};var slider=$(element);slider.data('nivo:vars',vars);slider.css('position','relative');slider.addClass('nivoSlider');var kids=slider.children();kids.each(function(){var child=$(this);var link='';if(!child.is('img')){if(child.is('a')){child.addClass('nivo-imageLink');link=child;}
child=child.find('img:first');}
var childWidth=child.width();if(childWidth==0)childWidth=child.attr('width');var childHeight=child.height();if(childHeight==0)childHeight=child.attr('height');if(childWidth>slider.width()){slider.width(childWidth);}
if(childHeight>slider.height()){slider.height(childHeight);}
if(link!=''){link.css('display','none');}
child.css('display','none');vars.totalSlides++;});if(settings.startSlide>0){if(settings.startSlide>=vars.totalSlides)settings.startSlide=vars.totalSlides-1;vars.currentSlide=settings.startSlide;}
if($(kids[vars.currentSlide]).is('img')){vars.currentImage=$(kids[vars.currentSlide]);}else{vars.currentImage=$(kids[vars.currentSlide]).find('img:first');}
if($(kids[vars.currentSlide]).is('a')){$(kids[vars.currentSlide]).css('display','block');}
slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');slider.append($('<div class="nivo-caption"><p></p></div>').css({display:'none',opacity:settings.captionOpacity}));var processCaption=function(settings){var nivoCaption=$('.nivo-caption',slider);if(vars.currentImage.attr('title')!=''){var title=vars.currentImage.attr('title');if(title.substr(0,1)=='#')title=$(title).html();if(nivoCaption.css('display')=='block'){nivoCaption.find('p').fadeOut(settings.animSpeed,function(){$(this).html(title);$(this).fadeIn(settings.animSpeed);});}else{nivoCaption.find('p').html(title);}
nivoCaption.fadeIn(settings.animSpeed);}else{nivoCaption.fadeOut(settings.animSpeed);}}
processCaption(settings);var timer=0;if(!settings.manualAdvance&&kids.length>1){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}
if(settings.directionNav){slider.append('<div class="nivo-directionNav"><a class="nivo-prevNav">'+settings.prevText+'</a><a class="nivo-nextNav">'+settings.nextText+'</a></div>');if(settings.directionNavHide){$('.nivo-directionNav',slider).hide();slider.hover(function(){$('.nivo-directionNav',slider).show();},function(){$('.nivo-directionNav',slider).hide();});}
$('a.nivo-prevNav',slider).live('click',function(){if(vars.running)return false;clearInterval(timer);timer='';vars.currentSlide-=2;nivoRun(slider,kids,settings,'prev');});$('a.nivo-nextNav',slider).live('click',function(){if(vars.running)return false;clearInterval(timer);timer='';nivoRun(slider,kids,settings,'next');});}
if(settings.controlNav){var nivoControl=$('<div class="nivo-controlNav"></div>');slider.append(nivoControl);for(var i=0;i<kids.length;i++){if(settings.controlNavThumbs){var child=kids.eq(i);if(!child.is('img')){child=child.find('img:first');}
if(settings.controlNavThumbsFromRel){nivoControl.append('<a class="nivo-control" rel="'+i+'"><img src="'+child.attr('rel')+'" alt="" /></a>');}else{nivoControl.append('<a class="nivo-control" rel="'+i+'"><img src="'+child.attr('src').replace(settings.controlNavThumbsSearch,settings.controlNavThumbsReplace)+'" alt="" /></a>');}}else{nivoControl.append('<a class="nivo-control" rel="'+i+'">'+(i+1)+'</a>');}}
$('.nivo-controlNav a:eq('+vars.currentSlide+')',slider).addClass('active');$('.nivo-controlNav a',slider).live('click',function(){if(vars.running)return false;if($(this).hasClass('active'))return false;clearInterval(timer);timer='';slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');vars.currentSlide=$(this).attr('rel')-1;nivoRun(slider,kids,settings,'control');});}
if(settings.keyboardNav){$(window).keypress(function(event){if(event.keyCode=='37'){if(vars.running)return false;clearInterval(timer);timer='';vars.currentSlide-=2;nivoRun(slider,kids,settings,'prev');}
if(event.keyCode=='39'){if(vars.running)return false;clearInterval(timer);timer='';nivoRun(slider,kids,settings,'next');}});}
if(settings.pauseOnHover){slider.hover(function(){vars.paused=true;clearInterval(timer);timer='';},function(){vars.paused=false;if(timer==''&&!settings.manualAdvance){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}});}
slider.bind('nivo:animFinished',function(){vars.running=false;$(kids).each(function(){if($(this).is('a')){$(this).css('display','none');}});if($(kids[vars.currentSlide]).is('a')){$(kids[vars.currentSlide]).css('display','block');}
if(timer==''&&!vars.paused&&!settings.manualAdvance){timer=setInterval(function(){nivoRun(slider,kids,settings,false);},settings.pauseTime);}
settings.afterChange.call(this);});var createSlices=function(slider,settings,vars){for(var i=0;i<settings.slices;i++){var sliceWidth=Math.round(slider.width()/settings.slices);if(i==settings.slices-1){slider.append($('<div class="nivo-slice"></div>').css({left:(sliceWidth*i)+'px',width:(slider.width()-(sliceWidth*i))+'px',height:'0px',opacity:'0',background:'url("'+vars.currentImage.attr('src')+'") no-repeat -'+((sliceWidth+(i*sliceWidth))-sliceWidth)+'px 0%'}));}else{slider.append($('<div class="nivo-slice"></div>').css({left:(sliceWidth*i)+'px',width:sliceWidth+'px',height:'0px',opacity:'0',background:'url("'+vars.currentImage.attr('src')+'") no-repeat -'+((sliceWidth+(i*sliceWidth))-sliceWidth)+'px 0%'}));}}}
var createBoxes=function(slider,settings,vars){var boxWidth=Math.round(slider.width()/settings.boxCols);var boxHeight=Math.round(slider.height()/settings.boxRows);for(var rows=0;rows<settings.boxRows;rows++){for(var cols=0;cols<settings.boxCols;cols++){if(cols==settings.boxCols-1){slider.append($('<div class="nivo-box"></div>').css({opacity:0,left:(boxWidth*cols)+'px',top:(boxHeight*rows)+'px',width:(slider.width()-(boxWidth*cols))+'px',height:boxHeight+'px',background:'url("'+vars.currentImage.attr('src')+'") no-repeat -'+((boxWidth+(cols*boxWidth))-boxWidth)+'px -'+((boxHeight+(rows*boxHeight))-boxHeight)+'px'}));}else{slider.append($('<div class="nivo-box"></div>').css({opacity:0,left:(boxWidth*cols)+'px',top:(boxHeight*rows)+'px',width:boxWidth+'px',height:boxHeight+'px',background:'url("'+vars.currentImage.attr('src')+'") no-repeat -'+((boxWidth+(cols*boxWidth))-boxWidth)+'px -'+((boxHeight+(rows*boxHeight))-boxHeight)+'px'}));}}}}
var nivoRun=function(slider,kids,settings,nudge){var vars=slider.data('nivo:vars');if(vars&&(vars.currentSlide==vars.totalSlides-1)){settings.lastSlide.call(this);}
if((!vars||vars.stop)&&!nudge)return false;settings.beforeChange.call(this);if(!nudge){slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');}else{if(nudge=='prev'){slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');}
if(nudge=='next'){slider.css('background','url("'+vars.currentImage.attr('src')+'") no-repeat');}}
vars.currentSlide++;if(vars.currentSlide==vars.totalSlides){vars.currentSlide=0;settings.slideshowEnd.call(this);}
if(vars.currentSlide<0)vars.currentSlide=(vars.totalSlides-1);if($(kids[vars.currentSlide]).is('img')){vars.currentImage=$(kids[vars.currentSlide]);}else{vars.currentImage=$(kids[vars.currentSlide]).find('img:first');}
if(settings.controlNav){$('.nivo-controlNav a',slider).removeClass('active');$('.nivo-controlNav a:eq('+vars.currentSlide+')',slider).addClass('active');}
processCaption(settings);$('.nivo-slice',slider).remove();$('.nivo-box',slider).remove();if(settings.effect=='random'){var anims=new Array('sliceDownRight','sliceDownLeft','sliceUpRight','sliceUpLeft','sliceUpDown','sliceUpDownLeft','fold','fade','boxRandom','boxRain','boxRainReverse','boxRainGrow','boxRainGrowReverse');vars.randAnim=anims[Math.floor(Math.random()*(anims.length+1))];if(vars.randAnim==undefined)vars.randAnim='fade';}
if(settings.effect.indexOf(',')!=-1){var anims=settings.effect.split(',');vars.randAnim=anims[Math.floor(Math.random()*(anims.length))];if(vars.randAnim==undefined)vars.randAnim='fade';}
vars.running=true;if(settings.effect=='sliceDown'||settings.effect=='sliceDownRight'||vars.randAnim=='sliceDownRight'||settings.effect=='sliceDownLeft'||vars.randAnim=='sliceDownLeft'){createSlices(slider,settings,vars);var timeBuff=0;var i=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceDownLeft'||vars.randAnim=='sliceDownLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);slice.css({'top':'0px'});if(i==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='sliceUp'||settings.effect=='sliceUpRight'||vars.randAnim=='sliceUpRight'||settings.effect=='sliceUpLeft'||vars.randAnim=='sliceUpLeft'){createSlices(slider,settings,vars);var timeBuff=0;var i=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceUpLeft'||vars.randAnim=='sliceUpLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);slice.css({'bottom':'0px'});if(i==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='sliceUpDown'||settings.effect=='sliceUpDownRight'||vars.randAnim=='sliceUpDown'||settings.effect=='sliceUpDownLeft'||vars.randAnim=='sliceUpDownLeft'){createSlices(slider,settings,vars);var timeBuff=0;var i=0;var v=0;var slices=$('.nivo-slice',slider);if(settings.effect=='sliceUpDownLeft'||vars.randAnim=='sliceUpDownLeft')slices=$('.nivo-slice',slider)._reverse();slices.each(function(){var slice=$(this);if(i==0){slice.css('top','0px');i++;}else{slice.css('bottom','0px');i=0;}
if(v==settings.slices-1){setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({height:'100%',opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;v++;});}
else if(settings.effect=='fold'||vars.randAnim=='fold'){createSlices(slider,settings,vars);var timeBuff=0;var i=0;$('.nivo-slice',slider).each(function(){var slice=$(this);var origWidth=slice.width();slice.css({top:'0px',height:'100%',width:'0px'});if(i==settings.slices-1){setTimeout(function(){slice.animate({width:origWidth,opacity:'1.0'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){slice.animate({width:origWidth,opacity:'1.0'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=50;i++;});}
else if(settings.effect=='fade'||vars.randAnim=='fade'){createSlices(slider,settings,vars);var firstSlice=$('.nivo-slice:first',slider);firstSlice.css({'height':'100%','width':slider.width()+'px'});firstSlice.animate({opacity:'1.0'},(settings.animSpeed*2),'',function(){slider.trigger('nivo:animFinished');});}
else if(settings.effect=='slideInRight'||vars.randAnim=='slideInRight'){createSlices(slider,settings,vars);var firstSlice=$('.nivo-slice:first',slider);firstSlice.css({'height':'100%','width':'0px','opacity':'1'});firstSlice.animate({width:slider.width()+'px'},(settings.animSpeed*2),'',function(){slider.trigger('nivo:animFinished');});}
else if(settings.effect=='slideInLeft'||vars.randAnim=='slideInLeft'){createSlices(slider,settings,vars);var firstSlice=$('.nivo-slice:first',slider);firstSlice.css({'height':'100%','width':'0px','opacity':'1','left':'','right':'0px'});firstSlice.animate({width:slider.width()+'px'},(settings.animSpeed*2),'',function(){firstSlice.css({'left':'0px','right':''});slider.trigger('nivo:animFinished');});}
else if(settings.effect=='boxRandom'||vars.randAnim=='boxRandom'){createBoxes(slider,settings,vars);var totalBoxes=settings.boxCols*settings.boxRows;var i=0;var timeBuff=0;var boxes=shuffle($('.nivo-box',slider));boxes.each(function(){var box=$(this);if(i==totalBoxes-1){setTimeout(function(){box.animate({opacity:'1'},settings.animSpeed,'',function(){slider.trigger('nivo:animFinished');});},(100+timeBuff));}else{setTimeout(function(){box.animate({opacity:'1'},settings.animSpeed);},(100+timeBuff));}
timeBuff+=20;i++;});}
else if(settings.effect=='boxRain'||vars.randAnim=='boxRain'||settings.effect=='boxRainReverse'||vars.randAnim=='boxRainReverse'||settings.effect=='boxRainGrow'||vars.randAnim=='boxRainGrow'||settings.effect=='boxRainGrowReverse'||vars.randAnim=='boxRainGrowReverse'){createBoxes(slider,settings,vars);var totalBoxes=settings.boxCols*settings.boxRows;var i=0;var timeBuff=0;var rowIndex=0;var colIndex=0;var box2Darr=new Array();box2Darr[rowIndex]=new Array();var boxes=$('.nivo-box',slider);if(settings.effect=='boxRainReverse'||vars.randAnim=='boxRainReverse'||settings.effect=='boxRainGrowReverse'||vars.randAnim=='boxRainGrowReverse'){boxes=$('.nivo-box',slider)._reverse();}
boxes.each(function(){box2Darr[rowIndex][colIndex]=$(this);colIndex++;if(colIndex==settings.boxCols){rowIndex++;colIndex=0;box2Darr[rowIndex]=new Array();}});for(var cols=0;cols<(settings.boxCols*2);cols++){var prevCol=cols;for(var rows=0;rows<settings.boxRows;rows++){if(prevCol>=0&&prevCol<settings.boxCols){(function(row,col,time,i,totalBoxes){var box=$(box2Darr[row][col]);var w=box.width();var h=box.height();if(settings.effect=='boxRainGrow'||vars.randAnim=='boxRainGrow'||settings.effect=='boxRainGrowReverse'||vars.randAnim=='boxRainGrowReverse'){box.width(0).height(0);}
if(i==totalBoxes-1){setTimeout(function(){box.animate({opacity:'1',width:w,height:h},settings.animSpeed/1.3,'',function(){slider.trigger('nivo:animFinished');});},(100+time));}else{setTimeout(function(){box.animate({opacity:'1',width:w,height:h},settings.animSpeed/1.3);},(100+time));}})(rows,prevCol,timeBuff,i,totalBoxes);i++;}
prevCol--;}
timeBuff+=100;}}}
var shuffle=function(arr){for(var j,x,i=arr.length;i;j=parseInt(Math.random()*i),x=arr[--i],arr[i]=arr[j],arr[j]=x);return arr;}
var trace=function(msg){if(this.console&&typeof console.log!="undefined")
console.log(msg);}
this.stop=function(){if(!$(element).data('nivo:vars').stop){$(element).data('nivo:vars').stop=true;trace('Stop Slider');}}
this.start=function(){if($(element).data('nivo:vars').stop){$(element).data('nivo:vars').stop=false;trace('Start Slider');}}
settings.afterLoad.call(this);return this;};$.fn.nivoSlider=function(options){return this.each(function(key,value){var element=$(this);if(element.data('nivoslider'))return element.data('nivoslider');var nivoslider=new NivoSlider(this,options);element.data('nivoslider',nivoslider);});};$.fn.nivoSlider.defaults={effect:'random',slices:15,boxCols:8,boxRows:4,animSpeed:500,pauseTime:3000,startSlide:0,directionNav:true,directionNavHide:true,controlNav:true,controlNavThumbs:false,controlNavThumbsFromRel:false,controlNavThumbsSearch:'.jpg',controlNavThumbsReplace:'_thumb.jpg',keyboardNav:true,pauseOnHover:true,manualAdvance:false,captionOpacity:0.8,prevText:'Prev',nextText:'Next',beforeChange:function(){},afterChange:function(){},slideshowEnd:function(){},lastSlide:function(){},afterLoad:function(){}};$.fn._reverse=[].reverse;})(jQuery);

jQuery.noConflict();

jQuery(document).ready(function(){
																
	Cufon.replace('h2')('h3')('#footer h3',{textShadow: '1px 1px black'})('#navigation-add a',{hover:true})('h4')('form.login label',{textShadow: '1px 1px black'});
	
		jQuery(document).ready(function(){
		jQuery("a[rel*='lightbox']").colorbox({photo:true});
		jQuery("a[class*='imageCMS']").colorbox({width:"90%", height:"90%"});
	
	});
});
		
//Slider
jQuery(window).load(function() {jQuery('#slider').nivoSlider({
		pauseTime:5000,
		effect: 'sliceUp',
		animSpeed:1200,
		directionNav: false,
		controlNavThumbs:false,
		directionNavHide:false
	});
 });


