.sponsor table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

.sponsor caption {
	font-size: 20%;
	font-weight: bold;
	margin: 5px;
}

.sponsor td, th {
	padding: 4px;
}

.sponsor thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 25% !important;
}

.sponsor tbody th {
	font-weight: bold;
}

.sponsor tbody tr { background: #FCFDFE; }

.sponsor tbody tr.odd { background: #F7F9FC; }

.sponsor table a:link {
	color: #718ABE;
	text-decoration: none;
}

.sponsor table a:visited {
	color: #718ABE;
	text-decoration: none;
}

.sponsor table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

.sponsor tfoot th, tfoot td {
	font-size: 20%;
}