﻿/*ContentTB------------------------------------------------------*/
.ContentTB TD {
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #FFF;
}
.ContentTB .H1 {
	font-weight: bold;
	background-color: #edf5f6;
	text-align: center;
	border-right: 1px solid #FFF;
}
.ContentTB .H2 {
	font-weight: bold;
	background-color: #cde2e4;
	text-align: center;
	border-right: 1px solid #FFF;
}
.ContentTB .H3 {
	font-weight: bold;
	background-color: #d0eff2;
	width: 70px;
	border-right: 1px solid #FFF;
}
.ContentTB .H4 {
	background-color: #b1dfe3;
	width: 100px;
	border-right: 1px solid #FFF;
}
.ContentTB .H5 {
	background-color: #FFF;
	width: 50px;
	border-right: 1px solid #FFF;
}
.ContentTB .H6 {
	background-color: #b1dfe3;
	border-right: 1px solid #FFF;
}
.ContentTB .H7 {
	background-color: #89c1c6;
	border-right: 1px solid #FFF;
}
.ContentTB .D1 {
	background-color: #e5fdff;
	font-weight: bold;
}
.ContentTB .D2 {
	background-color: #e5fdff;
	font-size: 11px;
}
.ContentTB .D3 {
	color: #138f34;
	font-weight: bold;
	font-style: italic;
}
.ContentTB .D4 {
	background-color: #e5fdff;
}
.ContentTB .D5 {
	font-weight: bold;
	font-style: italic;
	background-color: #e5fdff;
}

