table#meetings thead th {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #333;
	text-align: left;
}

table#meetings tbody tr td {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

table#meetings tbody tr td.alt {
	background: #f4f4f4;
}

table#meetings tbody td a {
	font-weight: normal;
}

table#meetings tbody td a:hover {
	font-weight: normal;
	text-decoration: none;
}

