body
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif, Arial Narrow;
    font-size: medium;
    background-color: #FCF2CD;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}
table
{
    color: black;
}
td
{
    padding: 3px;
}
thead
{
    padding-right: 3px;
    padding-left: 3px;
    font-weight: bold;
    font-size: xx-small;
    padding-bottom: 3px;
    color: white;
    padding-top: 3px;
    background-color: blue;
}
.cal
{
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    border-bottom: medium none;
    background-color: #D3D3D3;
    text-align: center;
}
.calhd
{
    border-right: white solid;
    border-top: white solid;
    font-weight: 700;
    font-size: x-small;
    border-left: white solid;
    color: white;
    border-bottom: white solid;
    font-family: Courier New;
    background-color: #FF0000;
}
.calA
{
    font-weight: 700;
    color: blue;
    background-color: #87CEFA;
}
.calX
{
    background-color: black;
}
.calO
{
    border-right: lime;
    border-top: lime;
    border-left: lime;
    border-bottom: lime;
    background-color: purple
}
.mth
{
    background-color: yellow;
}
td.cal
{
    background-color: #FAEBD7;
}
tr.cal
{
    background-color: yellow;
}
.event
{
    font-size: x-small;
    background-color: white;
}
td.event
{
    background-color: #87CEFA;
}
tr.event
{
    background-color: white;
}
.calmth
{
    background-color: #999999;
    text-align: center;
}
.uncon
{
    font-size: x-small;
    color: black;
    font-STYLE: italic;
}
.new
{
    color: green;
    background-color: yellow;
}
.idx a
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: small;
    font-weight: normal;
}

.idx a:link
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: small;
    color: #800000;
    font-weight: normal;
}
.idx a:visited
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    color: #FF6600;
    font-size: small;
}
.idx a:hover
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    background-color: #FFFFCC;
    text-decoration: underline;
}
.idx a:active
{
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    color: #FF6600;
    text-decoration: none;
    font-weight: bold;
}
.idx p
{
    padding: 2px 10px 2px 10px;
    margin: 5px;
}
