.monthtxt {
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1E67FE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1E67FE;
	color: #0066FF;
}
.caltable {
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid #1E67FE;
	border-bottom: 1px solid #1E67FE;
}
.calcell {
	font-size: 11px;
	background-color: #E4E3F9;
	color: #1A53B3;
	border-top: 1px solid #093FFD;
	border-left: 1px solid #093FFD;
}
.calcellempty {
	background-color: #ACCDFF;
	border-top: 1px solid #0E48FD;
	border-left: 1px solid #0E48FD;
}
.daynamecell {
	font-size: 11px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #1A5FFE;
	border-left-color: #1A5FFE;
	text-align: center;
	background-color: #FFFFFF;
}
a.callink{
	color: #3366FF;
	display: block;
}
a.callink:hover {
	color: #990000;
	background-color: #FFFFFF;
}
a.callink:visited {
}
a.nextprevmonthlink{
	color: #3333FF;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.nextprevmonthlink:hover {
	color: #990000;
	background-color: #FFFFFF;
}
a.nextprevmonthlink:visited {
}
