.year
{
	color= #336699;
	text-align = center;
	font-size = 10px;
	height = 10px;
	width = 50px;
}
.month
{
	color= #336699;
	text-align = center;
	font-size = 10px;
	height = 25px;
	width = 120px;
}

.days
{
	color = #FFFFFF;
	font-family = Arial;
	font-weight = bold;
	text-align = center;
	font-size = 12px;
	height = 10px;
	background-color= #336699;
}

.foot
{
	color = #000000;
	font-family = Arial;
	font-weight = bold;
	text-align = center;
	font-size = 12px;
	height = 10px;
	background-color= #99CCFF;
}

.foot a
{
	color = #336699;
	text-decoration: none;
}

.foot a:hover
{
	color = #000000;
	text-decoration: underline;
}

.sunday
{
	color = #CC0000;
	font-family = Arial;
	text-align = center;
	font-size = 12px;
	height = 10px;
	width = 30px;
	border = 1px solid #FFFFFF;
}

.normal
{
	color = #999999;
	font-family = Arial;
	text-align = center;
	font-size = 12px;
	height = 10px;
	width = 30px;
	border = 1px solid #FFFFFF;
}

.sundaySelected
{
	color = #CC0000;
	font-family = Arial;
	text-align = center;
	font-size = 12px;
	height = 10px;
	width = 30px;
	text-decoration = underline;
	border = 1px solid #CC0000;
	cursor = pointer;
	cursor = hand;
}

.normalSelected
{
	color = #999999;
	font-family = Arial;
	text-align = center;
	font-size = 12px;
	height = 10px;
	width = 30px;
	text-decoration = underline;
	border = 1px solid #999999;
	cursor = pointer;
	cursor = hand;
}