table {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-collapse: collapse;
	border-spacing: 0;
	color: #666;
	float: left;
	height: auto;
	width: 765px;
	margin-bottom: 80px;
}

table tr th {
	height: auto;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	vertical-align: top;
}

table tr td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 150px;
}
