/* CSS Document */

#d_Collections {
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
	min-height:300px;
}

#d_Collections a {
	color: #006699;
	font-weight:bold;
	text-decoration: none;
}

#d_Collections a:link {
	color: #006699;
	font-weight:bold;
	text-decoration: none;
}

#d_Collections a:visited {
	text-decoration: none;
	color: #006699;
}

#d_Collections a:hover {
	text-decoration: none;
	color: #FF9933;
}

#d_Collections a:active {
	text-decoration: none;
	color: #FF9933;
}

#d_Collections ul {
	list-style-type:square;
}

#d_Collections ul li {
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}

