table.basic
{
	width:100%;
	margin-top: 20px;
	border-top: 5px solid #0066CC;
	border-bottom: 1px solid #DDDDDD;
	border-collapse:collapse;
}
table.basic > thead > tr > th
{
	width: 120px;
	padding:15px 0px;
	background-color: #F5F5F5;
	font-size: 14px;
}
table.basic > thead > tr > th.auto
{
	width: auto;
}
table.basic > tbody > tr > td
{
	padding: 15px;
	border-bottom:1px solid #DDDDDD;
	font-size: 14px;
	text-align: center;
}
table.basic > tbody > tr > td.left
{
	text-align: left;
}
table.basic > tbody > tr > td *
{
	font-size: 14px;
}
table.basic > tbody > tr > td > a:hover
{
	color: #0066CC;
}