/* CSS Document */

.table0
{
	border-collapse:collapse;
     border:solid 1px #b4ccda;
     width:512px;
     margin-bottom:23px;
}
.table0 td
{
	border:solid 1px #b4ccda;
	padding-left:5px;
	vertical-align:top;
}
.first
{
	background-color:#eff6f9;
}
.second
{
	background-color:White;
}
th.th
{
	background-color:#95bfdf;
	font-weight:bold;
	text-align:center;
	height:23px;
}
td.tdLeft
{
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	width:92px;
}
td.tdRight
{
   width:420px;
}
.first th
{
	border:solid 1px #b4ccda;
}
