A:link {
	COLOR: #008000;
	TEXT-DECORATION: none
}
A:active {
	COLOR: #008000;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #008000;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #C4804D;
	BACKGROUND-COLOR: #DFEBDA;
	TEXT-DECORATION: none
}
ul {
	font-size: 90%;
	list-style-image: url(images/bachlogo3b.gif);
	font-style: normal;
	display: block;
  text-decoration: none
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #DFEBDA;
}
.highslide:hover img {
	border: 2px solid #DFEBDA;
}

.highslide-image {
    border-bottom: 1px solid white;
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 8pt;
    padding: 4px;
    background-color: #DFEBDA;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 5px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url('highslide/graphics/loader.gif');
    background-repeat: no-repeat;
    background-position: 3px 1px; padding-right:3px; padding-top:3px; padding-bottom:3px
    
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #DFEBDA;
    text-decoration: none;
	font-size: 5px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #DFEBDA;
}
