.topnav {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: bold; 
color: #000000; 
text-decoration: none
}
a.topnav:hover {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: bold; 
font-variant: normal; 
text-transform: none; 
color: #FFFFFF; 
text-decoration: none
}
.featured {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	height: 80px;
	display: block;
	clear: right;
	margin-bottom: 7px;
}
.featured a:LINK { 
font-size: 16px; color: #000000; 
border-bottom: 3px solid #E0DFE3;
border-left: 0px solid #FBF3D2;
border-top: 0px solid #FBF3D2; 
border-right: 0px solid #FBF3D2;
}
.featured a:VISITED {
font-size: 16px; color: #000000; 
border-bottom: 3px solid #E0DFE3;
border-left: 0px solid #FBF3D2;
border-top: 0px solid #FBF3D2; 
border-right: 0px solid #FBF3D2;
}
.featured a:HOVER { 
background: #E1EEFF;
font-size: 16px; color: #006699; 
border-bottom: 3px solid #006699;
border-left: 0px solid #FBF3D2;
border-top: 0px solid #FBF3D2; 
border-right: 0px solid #FBF3D2;
}
.featured a:ACTIVE { 
font-size: 16px; color: #000000; 
border-bottom: 3px solid #6699CC;
border-left: 0px solid #FBF3D2;
border-top: 0px solid #FBF3D2; 
border-right: 0px solid #FBF3D2;
}
.smallfont {
font-size: 12 px; color #000000;
font-face: arial, verdana, helvetica;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: none;
}
