/* ����� ������ */
h1.listYear {
	font-size: 1.5em;
}
.listYear {
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	margin: 20px;
}
.selectYear {
	text-decoration: none;
	color: #333;
}

div.tBlock {
	float: left;
	margin: 5px 4px;
	height: 270px;/*160*/
}
table {
	width: 225px;
	border-collapse: collapse;
	border: 1px solid #999999;
	mar/\gin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
table caption {
	font-style: italic;
	font-size: 1.1em;
	text-transform: capitalize;
}
th {
	background-color: #EEEFE9;
	border: 1px solid silver;
	padding: 5px;
	font-size: 0.85em;
}
td {
	padding: 3px;
	border: 1px solid silver;
	text-align: center;
	font-size: 0.85em;
}
#CurrentDay {
	font-weight: bold;
	background-color: silver;
}