a:active {
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #336633;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #3366cc;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #3366cc;
	text-decoration: underline;
	font-weight: bold;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 35px;
	margin-left: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #3366cc;
	font-weight: normal;
}

li {
	type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	line-height: 125%;
	margin-right: 10px;
}

.barkinglot {  font-family: "Times New Roman", Times, serif; 
		font-size: 16px;
		font-style: oblique;
		font-weight: bold;}
		
.title {
	font-family: "Times new Roman", Times, serif;
	font-size: 22px;
	font-style: oblique;
	font-weight: bold;
	margin-top: 20px;
}

.red {
	color: #FF0000;
}

p {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 125%;
	color: #3366cc;
}

p.first {	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

p.last {	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3366cc;
}

.bigred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
}
.notice {
	font-size: 9px;
	color: #3366cc;
	background-color: ffffee;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	background-color: #ffffbb;
	padding-left: 3px;

}
.footmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;

}
.redbold {
	color: #ff0000;
	font-weight: bold; }
