#main table {
	margin: 20px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-collapse: collapse;
}

#main th {
	padding: 10px 20px;
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 90%;
	font-weight: bold;
	color: #486D94;
	line-height: 130%;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	background: #FFFFFF;
}

#main td {
	padding: 5px 10px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	font-size: 90%;
	color: #333333;
	line-height: 130%;
	background: #F7F3F7;
}

