
.basicTable {
	/*width: 770px;*/
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 29px;
	border-top: 1px dotted #CCC;
}
.basicTable th {
	background: #F0F0F0;
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 10px 10px 10px 25px;
	/*width: 120px;*/
	vertical-align: top;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	font-weight: bold;
}
.basicTable td {
	padding: 10px 10px 10px 25px;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.7;
	border-bottom: 1px dotted #CCC;
}


