﻿/*ContentTB------------------------------------------------------*/
table.ContentTB {
	width:100%;
}
.ContentTB TD {
	font-size: 12px;
	vertical-align: top;
	padding: 5px 10px;
	border-bottom: 1px solid #FFF;
}
.ContentTB .H1 {
	font-weight: bold;
	background-color: #519096;
	width: 360px;
	border-right: 1px solid #FFF;
}
.ContentTB .H2 {
	font-weight: bold;
	background-color: #89c1c6;
	text-align: center;
	border-right: 1px solid #FFF;
}
.ContentTB .H3 {
	font-weight: bold;
	text-align: center;
	
}
.ContentTB .D1 {
	font-weight: bold;
	font-style: italic;
	background-color: #e5fdff;
}
.ContentTB .D2 {
	font-weight: bold;
	font-style: italic;
	background-color: #e5fdff;
	text-align: center;
}

.ContentTB .D3 {
	font-weight: bold;
	font-style: italic;
	background-color: #d0eff2;
	text-align: center;
}

