BODY
{
}
.date_hdr
{
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 1px;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    BORDER-LEFT: medium none;
    WIDTH: 100%;
    COLOR: darkslateblue;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: Arial;
    HEIGHT: 10pt;
    BACKGROUND-COLOR: lightblue;
    TEXT-ALIGN: right
}
.date_body
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: lighter;
    FONT-SIZE: 10pt;
    BORDER-LEFT: medium none;
    COLOR: black;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: 'MS Serif', 'Times New Roman';
    BACKGROUND-COLOR: white
}
.date
{
    BORDER-RIGHT: black thin solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: black thin solid;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: black thin solid;
    WIDTH: 100%;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: black thin solid;
    HEIGHT: 100%;
    BACKGROUND-COLOR: white
}
.cal_hdr
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-large;
    COLOR: darkslateblue;
    FONT-FAMILY: 'MS Sans Serif', Arial;
    TEXT-ALIGN: center
}
TABLE.calendar
{
    BORDER-RIGHT: black thin solid;
    BORDER-TOP: black thin solid;
    BORDER-LEFT: black thin solid;
    WIDTH: 800px;
    BORDER-BOTTOM: black thin solid;
    HEIGHT: 100%;
    TEXT-ALIGN: center
}
TD.day_hdr
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11pt;
    COLOR: darkslateblue;
    FONT-FAMILY: 'MS Sans Serif', Arial;
    BACKGROUND-COLOR: skyblue;
    TEXT-ALIGN: center;
    FONT-VARIANT: small-caps
}
A
{
    COLOR: darkslateblue
}
#cal_link
{
    FONT-SIZE: small;
    COLOR: darkslateblue;
    FONT-STYLE: italic;
    FONT-VARIANT: small-caps
}
TR.cal_row
{
    HEIGHT: 80px
}
#date_link
{
    FONT-SIZE: xx-small;
    COLOR: darkslateblue;
    FONT-STYLE: italic;
    TEXT-DECORATION: underline
}
DIV#calInsert
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    WIDTH: 80%;
    BORDER-BOTTOM: medium none;
    HEIGHT: 600px;
    TEXT-ALIGN: center
}
