.leftNavLinkTD {
	background-color: #AAD6C5;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 0px;
	height: 18px;
}
.leftNav {
	display:block;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 100%;
	width: 100%;
}
a.leftNav:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AAD6C5;
	height: 100%;
	width: 100%;
}
a.leftNav:visited {
	color: #FFFFFF;
	text-decoration: none;
	height: 100%;
	width: 100%;
	background-color: #AAD6C5;
}
a.leftNav:hover {
	color: #4D636F;
	text-decoration: none;
	background-color: #86C6B0;
	height: 100%;
	width: 100%;
}
.vacInsertTD {
	border: 1px solid #AAD6C5;
	padding: 4px;
	width: 150px;
}
