@charset "iso-8859-1";
/* CSS Document */

.tbl_calendar{
	font-size:10px;
	float:left;
	margin:0 30px 20px 0px;
	line-height:14px;
}

.tbl_calendar a:link{
	color:#336258;
	text-decoration:none;
}

.tbl_calendar a:hover{
	color:#336258;
	text-decoration:none;
}

.tbl_calendar a:active{
	color:#B70510;	
	text-decoration:none;
}

.tbl_calendar a:visited{
	color:#336258;
	text-decoration:none;
}


.tbl_calendar tr td{
	height:10px;
}

.tbl_calendar caption{
	font-size:11px;
	font-weight:bold;
}
.td_highlight_today{
	line-height:12px;
	font-weight:bold;
}