﻿/*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;
	width: 450px;
}
.ContentTB .H2 {
	font-weight: bold;
	background-color: #d0eff2;
	font-size: 11px;
	border-right: 1px solid #FFF;
	width: 100px;
}
.ContentTB .H3 {
	background-color: #b1dfe3;
	font-size: 11px;
	border-right: 1px solid #FFF;
}
.ContentTB .H4 {
	background-color: #519096;
	font-size: 11px;
	border-right: 1px solid #FFF;
}
.ContentTB .H5 {
	background-color: #89c1c6;
	font-size: 11px;
	border-right: 1px solid #FFF;
	width: 30px;
}
.ContentTB .D1 {
	font-size: 14px;
	background-color: #138f34;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #FFF;
	width: 15px;
	text-align: center;
}
.ContentTB .D2 {
	color: #138f34;
	background-color: #e5fdff;
	font-weight: bold;
}
.ContentTB .D3 {
	color: #000;
	font-weight: bold;
	font-style: italic;
	background-color: #e5fdff;
}
.ContentTB .D4 {
	background-color: #e5fdff;
}
.ContentTB .D5 {
	background-color: #e5fdff;
	font-weight: bold;
}
.ContentTB .D6 {
	font-weight: bold;
}
.ContentTB .D7 {
	font-style: italic;
	background-color: #fdfdf2;
	vertical-align: middle;
	text-align: center;
}
.ContentTB .D8 {
	font-weight: bold;
	color: #138f34
}


