.picright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.topic {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0990BF;
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#table {
	border-top-style: none;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	font-size: 80%;
}
#table tr {
	vertical-align: top;
}

#table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#table th {
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

