#text ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-type: none;
}
#text li {
	margin: 0px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#text span {
	display: block;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
#text a {
	color: #666666;
	text-decoration: underline;
}
#text a:hover {
	color: #000000;
}
