#content ul {
	margin: 0px 0px 10px; 
	padding: 0px;
}
#content li {
	background: url(/images/bullet.gif) no-repeat left top;
	list-style: none;
	padding-bottom: 5px;
	padding-left: 10px;
}
.niceTable th {
	font-size: 9px;
	text-transform: none;
	line-height: 13px;
	padding: 3px;
}
.niceTable td {
	font-size: 9px;
	line-height: 14px;
	padding: 3px;
	border-right: 1px solid #E6E5E6;
	border-bottom: 1px solid #E6E5E6;
	color: #5b5b5b;
}
.niceTable td.whitebkg {
	background-color: #FFFFFF;
	border-style: none;
	text-align: center;
	padding-bottom: 0px;
}