@charset "utf-8";
/* CSS Document */

.table_program {
	margin-bottom:8px;
	height: auto;
}
.table_program th {
	width: 40px;
}
.table_program td {
}
.topics table {
	
}
.table_program_head {
	margin-bottom: -15px;
	font-weight: bold;
}
.table_program_head table {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
}
.table_program_head th {
	background-color: #F4F4F4;
	color: #666666;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.table_program_head td {
	background-color: #F4F4F4;
	color: #666666;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

