<STYLE>
.calendarBgDarkGray
{
    BACKGROUND-COLOR: #cccccc
}
.calendarBgGray
{
    BACKGROUND-COLOR: #dddddd
}
.calendarBgLightGray
{
    BACKGROUND-COLOR: #eeeeee
}
.calendarBgLightestGray
{
    BACKGROUND-COLOR: #f5f5f5
}
.calendarBgDarkBlue
{
    BACKGROUND-COLOR: #4d6cb3
}
.calendarBgBlue
{
    BACKGROUND-COLOR: #cddcf3
}
.calendarBgLightBlue
{
    BACKGROUND-COLOR: #e6eef9
}
.calendarBgYellow
{
    BACKGROUND-COLOR: #fffdbb
}
.calendarBgLightYellow
{
    BACKGROUND-COLOR: #ffffee
}
.calendarBgLightRed
{
    BACKGROUND-COLOR: #ffbbbb
}
.calendarBgOrange
{
    BACKGROUND-COLOR: #ffe290
}
.calendarBgLightOrange
{
    BACKGROUND-COLOR: #faeecc
}
.calendarFgDarkOrange
{
    COLOR: #ff8000
}
.calendarFgWhiteLarge
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #ffffff
}
.calendarTabNormal
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #cddcf3
}
.calendarTabActive
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #4d6cb3
}
.calendarLinkWhiteLarge:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: white;
    FONT-FAMILY: Arial
}
.calendarLinkWhiteLarge:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: white;
    FONT-FAMILY: Arial
}
.calendarLinkWhite:link
{
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-FAMILY: Arial
}
.calendarLinkWhite:visited
{
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-FAMILY: Arial
}
.calendarLinkBold:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #333366;
    FONT-FAMILY: Arial
}
.calendarLinkBold:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #333366;
    FONT-FAMILY: Arial
}
.calendarLinkBold:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ff0000;
    FONT-FAMILY: Arial
}
.calendarLink:link
{
    COLOR: #333366
}
.calendarLink:visited
{
    COLOR: #333366
}
.calendarLink:hover
{
    COLOR: #ff0000
}
.calendarBgEvent
{
    BACKGROUND-COLOR: #faeecc
}
.calendarBgGreenBlue
{
    BACKGROUND-COLOR: #deebf7
}
.calendarLinkLarge:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #333366
}
.calendarLinkLarge:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #333366
}
.calendarLinkLarge:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: red
}
</STYLE>