﻿.tbl-contain{
	background-color: White;
}
.caption
{
	color:#cc3300;
	font-size:13px;
	font-weight:bold;
	padding-top:10px; 
	padding-bottom: 10px;
	line-height:20px;
}
.tbl{
	border:solid 0px white;
	background-color:white;
	border-collapse:collapse;
	width:100%;
}
.td-style{
	border-left:solid 2px white;
	border-bottom:solid 1px white;
}
.name{
	width:25%;
	height:22px;
	background-color: #e1e1e1;
}
.fullname{
	width:25%;
	background-color:#c0c0c0;
}
.name-head{
	width:25%;
	height:22px;
	background-color: white;
	color:#294d00;
	text-align:center;
}
.fullname-head{
	width:25%;
	background-color:white;
	color:#294d00;
	text-align:center;
}