table {
    width:100%;
	line-height:1.5;
	font-size:12px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;	
	border-color:#999999;
}

table th{
	background-color:#FFFFCC;
	border-right:1px dotted #999999;
	white-space: nowrap;
}

table th,
table td{
	border-bottom:1px dotted #999999;
	padding:5px;
}

ul,dl{
	margin-bottom:0px;
	margin-top:0px;
}

li{
	margin-left:-25px;
}


