/* CSS Document */

<!--
.linked-day {
	font-weight: bold;
	background-color: #F2F8F9;
	color: #006166;
	text-align: center;
}
td.calendar-month {
	font-weight: bold;
	color: #006166;
	text-align: center;
	background-image: url(/images/elements/smallhead3_1.gif);
	height:15px;
	padding:2px
}
table.calendar{
	border: 1px solid #006166; 
}
table.calendar td{
	padding:3px;
}
table.calendar A,table.calendar A:Visited,table.calendar A:Active {
	color: #006166;
}
table.calendar A:Hover { color: #006166; text-decoration: underline}

td.days {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	border: 1px solid #FFFCF4; 
}
td.day {
	color: #000000;
	font-size: 11px;
	padding: 1px;
	text-align: center;
	border: 1px solid #F2F8F9; 
}
-->

