
#topicsTable {
	width:690px;
}

#topicsTable th {
    background-repeat:no-repeat;
	background-position:0 8px;
	font-weight:bold;
	vertical-align:top;
	margin:0;
	text-align:left;
	color:#4b570b;
	border-bottom:1px dotted #ccc;
	font-size:85%;
	padding:10px 0 10px 0px;
}
#topicsTable td {
	border-bottom:1px dotted #ccc;
	padding:10px 0 10px 10px;
	font-size:90%;	
}