/* CSS Document */

#calendar td {
	font-family: trebuchet MS, verdana, trebuchet, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0055BD;
}

#calendar td.header {
	font-family: "trebuchet MS", verdana, trebuchet, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

#calendar td.time {
	font-family: "trebuchet MS", verdana, trebuchet, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

#calendar a {
	text-decoration: none;
	color: #0000FF;
}

#calendar a:hover {
	text-decoration: underline;
	color: #FF0000;
}