
#list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#list ul li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background-image: url(../../../images/common/blue-dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#list ul li img {
	float: left;
	border: 0px;
	margin-right: 1em;
}

#list .listtitle { 
	margin-bottom: 0.5em;
	font-size:110%;
	color: #3399FF;
	font-weight: bold;
}
#list .listintro { 
	margin-bottom: 0.5em;
}
#list .listlink { 
	margin-bottom: 0.5em;
	font-size:100%;
	color: black;
}

#list a {
	color: #3366CC;
}

/*#list a {
	color: black;
	font-weight: bold;
} */
