BODY
{
    font-family: verdana, sans-serif;
    background-color: #ececec;
}

.main_table
{
    font-size: 11px;
    border: 1px solid silver;
}

.link_cell
{
    border-bottom: 1px solid silver;
    height: 18px;
}

a:link
{
    text-decoration: none;
    font-weight: bold;
}

a:visited
{
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
    font-weight: bold;
}

.link_class
{
    text-decoration: none;
    color: #483d8b;
}

.texti
{
    font-size: 11px;
    line-height: 16px;
}

.ae_cell
{
    background-color: silver;
    border-bottom: 1px solid #808080;
}

.weekend_cell
{
    background-color: #696969;
    border-bottom: 1px solid #808080;
    color: white;
}
