BODY
{
}
.month
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
    TEXT-ALIGN: left
}
.eventText
{
    COLOR: black;
	FONT-SIZE: 10pt;
	text-align: left
}

.BoldeventText
{
	COLOR: black;
	FONT-SIZE: 10pt;
	font-weight: bold;
	text-align: left
}

.selectedDay
{
    BACKGROUND-COLOR: #E8EFDD
}
.day
{
    BACKGROUND-COLOR: white
}
.notaDay
{
    BACKGROUND-COLOR: #336633
}

