﻿#container #content table {
	line-height: 200%;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#container #content table th {
	width: 160px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#container #content table td {
	padding-left: 10px;
	padding-right: 10px;
}
#container #content #legal {
	margin-bottom: 30px;
}
.bg {
	background-color: #F3F3F3;
}
