#thirdNavigation {
	background-color: #2B3956;
}
#thirdNavigation a{
	color: #FFFFFF;

}

#bgImage{
	padding-top: 123px;
	background-image: url(../images/bgimage-tennis.jpg);
}


.table1{
	width: 100%;
}
.table1 table{
	margin-bottom: 40px;
}

.table1 td {
	padding: 6px;
	border: 1px solid #43443F;
}

.table1 th {
	padding: 8px;
	background-color: #43443F;
	color: #FFFFFF;
	text-align: left;

}

.table1 caption {
	display: none;
	margin-bottom: 20px;
	text-align: left;
	padding-top: 30px;

}
