.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}
.list a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	text-decoration: none;
}
.list a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	text-decoration: underline;
}
.list a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	text-decoration: underline;
}