div.manual table
{
	text-align: center;
	font-size: 90%;
	border-collapse: collapse;
}

div.manual table thead
{
	background-color: #eeeeee;	
}

div.manual table thead th
{
	font-weight: 400;
	text-align: center;
	color: #333333;	
	padding: 5px;
}

div.manual table tr
{
		
}

div.manual table tr td
{
	text-align: center;
	border-bottom: 1px solid #999999;	
	padding: 5px;
}

