.dateTable {
	border: 1px solid #035B9D;
	border-collapse: collapse;
	color: #666666;
}

.dateTable caption {
	font-size: 14px;
	text-align: left;
}

.dateTable th,
.dateTable td {
	text-align: center;
	font-size: 9px;
	xfont-family: small fonts;
	border: 1px solid #CCCCCC;
	padding: 2px 1px;
}
.dateTable th {
	font-family: sans-serif;
	border-color: #888888;
	font-weight: bold;
}

.dateTable hr {
	size: 0;
	color: red;
	margin: 0;
	padding: 0;
	background: yellow;
}

.dateTable a:link,#dateTable a:visited,#dateTable a:active {
	position: relative;
	z-index: 24;
	color: #035B9D;
	text-decoration: none;
}

.dateTable a:hover {
	z-index: 25;
	background-color: #ff0
}

.dateTable a span {
	display: none;
}

.dateTable a:hover span {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	color: black;
	background-color: #FFFFF0;
	border: 1 solid black;
	font: 10px arial;
	text-align: left
}

.dateTable .we {
	background-color: #eeeeee;
}
.dateTable .row1 {
	background-color: #dddddd;
}
.dateTable .row2 {
	background-color: #eeeeee;
}

#keyTable td {
	text-align: center;
	font-size: 9px;
	font-family: sans-serif;
	line-height: 1.5em;
	padding: 2px;
}