div.month
{
 text-align: center;
 color: #FFFFFF;
 font-family: Agency, Arial Narrow, Arial;
 font-size: 9pt;
 font-weight: bold;
}

div.day
{
 text-align: center;
 color: #FFFFFF;
 font-family: Impact, Agency, Arial Narrow, Arial;
 font-size: 16pt;
 /*font-weight: bold;*/
}

div.group_text
{
 font-family: Agency, Arial;
 font-size: 10pt;
 font-weight: bold;
}

td.calendar_cell
{
 width: 40px;
 height: 34px;
 padding-top: 2px;
 padding-bottom: 8px;
 background-image: url("calendar%20bg.png");
 background-repeat: no-repeat;
 background-position: center;
}