table {
	color: #535353;
	font-family: "Lucida Grande",sans-serif;
	font-size: 12px;
	line-height: 1.6;
	text-align: justify;
}

th {
	background-color: white;
	padding: 3px;
	text-align: center;
}

ul {
	margin-bottom: 12px;
	margin-left: 0;
	margin-top: 12px;
	padding-left: 40px;
}

.section-button {
	border-top: 1px solid #858585;
	border-bottom: 1px solid #858585;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	font-size: 11px;
	height: 22px;
	background-image: url(../../get/images/button.png);
}

.section-button:hover {
	border-top: 1px solid #6fa1e0;
	border-bottom: 1px solid #6fa1e0;
	border-left: 1px solid #a1c6f3;
	border-right: 1px solid #a1c6f3;
}

.downloads-table {
	border-collapse: collapse;
	width: 100%;
}

.downloads-table tr:hover {
	background-color: #eeeeee;
}

.downloads-table td {
	padding: 3px;
}