body { font-family:arial; background-color:rgb(255,240,205); color:rgb(0,0,0); margin: 0px; }
 a:link { color:rgb(210,180,65); text-decoration:none; }
 a:visited { color:rgb(210,180,65); text-decoration:none; }
 a:active { color:rgb(210,180,65); text-decoration:none; }
 a:hover { color:rgb(225,200,65); text-decoration:none; }

.standard { font-size:0.9em; line-height:1.5em; text-align:justify; background-color:rgb(255,240,205); color:rgb(0,0,0); }
 a.standard:link { color:rgb(210,180,65); text-decoration:none; }
 a.standard:visited { color:rgb(210,180,65); text-decoration:none; }
 a.standard:active { color:rgb(210,180,65); text-decoration:none; }
 a.standard:hover { color:rgb(225,200,65); text-decoration:none; }

.big { font-size:1em; line-height:1.5em; background-color:rgb(255,240,205); color:rgb(0,0,0); }
 a.big:link { color:rgb(210,180,65); text-decoration:none; font-weight:bold; }
 a.big:visited { color:rgb(210,180,65); text-decoration:none; font-weight:bold; }
 a.big:active { color:rgb(210,180,65); text-decoration:none; font-weight:bold; }
 a.big:hover { color:rgb(225,200,65); text-decoration:none; font-weight:bold; }

.small { font-size:0.7em; font-style:italic; background-color:rgb(255,240,205); color:rgb(0,0,0); }
 a.small:link { color:rgb(0,0,0); text-decoration:none; }
 a.small:visited { color:rgb(0,0,0); text-decoration:none; }
 a.small:active { color:rgb(0,0,0); text-decoration:none; }
 a.small:hover { color:rgb(0,0,0); text-decoration:none; }

.gold { font-size:0.9em; background-color:rgb(210,180,65); color:rgb(210,180,65); }
 a.gold:link { text-decoration:none; }
 a.gold:visited { text-decoration:none; }
 a.gold:active { text-decoration:none; }
 a.gold:hover { color:rgb(225,200,65); text-decoration:none; }

.navi { font-size:1.1em; color:rgb(210,180,65); }
 a.navi:link { color:rgb(210,180,65); text-decoration:none; }
 a.navi:visited { color:rgb(210,180,65); text-decoration:none; }
 a.navi:active { color:rgb(210,180,65); text-decoration:none; }
 a.navi:hover { color:rgb(225,200,65); text-decoration:none; font-weight:bold; }
 
.navi2 { font-size:0.9em; color:rgb(210,180,65); font-weight:bold; }
 a.navi2:link { color:rgb(210,180,65); text-decoration:none; font-weight:bold; }
 a.navi2:visited { color:rgb(210,180,65); text-decoration:none; font-weight:bold; }
 a.navi2:active { color:rgb(210,180,65); text-decoration:none; font-weight:bold; }
 a.navi2:hover { color:rgb(225,200,65); text-decoration:none; font-weight:bold; }

.datahead { font-size:0.9em; background-color:rgb(250,250,125); color:rgb(175,75,25); }

.data { font-size:0.9em; line-height:1.5em; background-color:rgb(250,250,125); color:rgb(0,0,0); }

.logo2bg { background-image:url(logo2bg.png); }

.logo2bgl { background-image:url(logo2bgl.png); }

.logo2bgr { background-image:url(logo2bgr.png); }

.invis { color:rgb(255,240,205); background-color:rgb(255,240,205); font-size:0.1em; }

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

