﻿@charset "utf-8";
.parkingTableTitle {
	font-size: medium;
	text-align: center;
	font-weight: bold;
	background-color: #004890;
	color:white;
	height:25px;
}
.parkingTableText {
	font-size: medium;
	text-align: center;
	background-color: #004890;
	color:white;
	height:25px;
}
.parkingTableMenu {
	text-align: center;
	background-color: #004890;
	height:25px;
}
#centerCol .parkingTable{
	width:100%;		
}
#centerCol .parkingTable tr td, #centerCol  .parkingTableMenu a:link, #centerCol .parkingTableMenu a:visited{
	color:white !important;
}
