.b_table_header {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../image/image_table_header.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 12px;
	display: block;
	width: 208px;
	padding-bottom: 11px;
	line-height: 12px;
	cursor: pointer;
}

.b_table_mid {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #F7F7F7;
	padding-left: 12px;
	padding-right: 12px;
	width: 196px;
	background-repeat: repeat-y;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #35449B;
	height: 100px;
	padding-top: 6px;
	background-image: url(../image/image_table_mid.jpg);
}
.b_table_under {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-left: 12px;
	padding-right: 12px;
	width: 196px;
	background-image: url(../image/image_table_under.jpg);
	background-repeat: repeat-y;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #35449B;
}

