body {
	margin: 0px;
	padding: 0px;
}
.topics_title {
	background-image: url(images/topics_arrow.gif);
	background-repeat: no-repeat;
	color: #336699;
	margin: 0px 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 15px;
}
.topics_message {
	font-size: 12px;
	line-height: 135%;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
