.table_head {
	background-color: #daf3d6;
	background-image: url(images/Table/head_break.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	clear: none;
	float: none;
}
.table_content {
	background-image:url(images/Table/content_bg.jpg);
	height:60px;
}
.content_break {
	border-right-width: 1px;
	border-right-color: #d8d8da;
	border-right-style:solid;
}
.content_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
}
.Content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
