.topics p {
}
.topics table {
	background-color: #CCC;
}
.topics td {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.5em;
}
.topics td.c {
	background-color: #F6F6F6;
}
.topics th {
	background-color: #06C;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 14px;
}
.topics ul {
	overflow: hidden;
	position: relative;
	padding-top: 15px;
	width: 730px;
	margin-right: -10px;
	padding-left: 8px;
	padding-bottom: 20px;
}
.topics ul li {
	display: block;
	float: left;
	text-align: center;
	line-height: 2em;
}
.topics ul a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	display: block;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 12px;
}
.topics ul a.bt1 {
	background-color: #39F;
}
.topics ul a.bt2 {
	background-color: #F00;
	width: 730px;
}
.topics ul a:hover {
	text-decoration: underline;
	background-color: #F90;
}
.bt1 {
	margin-bottom: 30px;
}