.galleryDirectory ul {
	list-style: none;
}

.galleryDirectory li {
	/*
	background: #eee;
	border: 1px solid #fff;
	padding: 4px;
	width: 100%;
	*/
	display: inline;
}

.galleryDirectory a {
	text-decoration: none;
	color: #000;
}

.galleryDirectory a:hover {
	text-decoration: underline;
	color: #000;
}

.galleryFile ul {
	list-style: none;
}

.galleryFile ul li {
	display: inline;
	width: 130px;
	height: 130px;
}

.boldheading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ff9000;
	text-decoration: none;
}

.bodytext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	
}
	
.orangetext {
	font-family: Arial;
	font-size: 12px;
	color: #ff9000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a { font-decoration: none; color: #ff9000; }
