body{
    color: #004000;
    background-color: #FFFFFF;
    background-image: url(18.gif);
}

a:link { color: #0000E0; }
a:visited { color: #00A000; }
a:active { color: #40FF40; }

/* Class = Status */
table.Status,table.Status tr{
    border-style: inset;
    border-width: 1px;
    padding: 0.15em;
}
table.Status th{
    border-style: inset;
    border-width: 1px;
    background-color: #B0E4B0;
    background-image: url(25.gif);
    padding: 0.15em;
}
table.Status td{
    border-style: inset;
    border-width: 1px;
    background-color: #D0F0D0;
    background-image: url(23.gif);
    padding: 0.15em;
}

/* Class = Board */
table.Board,table.Board tr{
    border-style: inset;
    border-width: 1px;
    padding: 0.15em;
}
table.Board th{
    border-style: inset;
    border-width: 1px;
    background-color: #D0F0D0;
    background-image: url(23.gif);
    padding: 0.15em;
}
table.Board td{
    border-style: inset;
    border-width: 1px;
    background-color: #FFFFFF;
    background-image: url(32.gif);
    padding: 0.15em;
}

/* Class = List */
table.List{
    border-style: inset;
    border-width: 1px;
    padding: 0.15em;
}
table.List th{
    border-style: inset;
    border-width: 1px;
    background-color: #D0F0D0;
    background-image: url(23.gif);
    padding: 0.15em;
}
table.List tr,table.List td{
    border-style: inset;
    border-width: 1px;
    background-color: #FFFFFF;
    background-image: url(32.gif);
    padding: 0.15em;
}
table.List tr.Blue td{
    border-style: double;
    border-color: #0000D0;
}
table.List tr.Red td{
    border-style: double;
    border-color: #D00000;
}
table.List tr.Purple td{
    border-style: double;
    border-color: #D000D0;
}
/* Class = SubList */
table.SubList,table.SubList tr{
    border-style: none;
    border-width: 2px;
    padding: 0.25em;
}
table.SubList th{
    border-style: outset;
    border-width: 1px;
    background-color: #D0F0D0;
    background-image: url(23.gif);
    padding: 0.15em;
}
table.SubList td{
    border-style: outset;
    border-width: 1px;
    background-color: #FFFFFF;
    background-image: url(32.gif);
    padding: 0.15em;
}

/* Class = Title */
p.Title{
    background-image: url(a_05.gif);
    padding-left: 44px;
    line-height: 44px;
    font-size: 220%;
    background-repeat: no-repeat;
    background-position: left;
    white-space: nowrap;
}
/* Class = Help */
p.Help{
    border-style: outset;
    border-width: 1px;
    background-color: #FFFFFF;
    background-image: url(38.gif);
    padding: 0.25em;
}

/* Class = Line */
p.Line{
    background-image: url(04.gif);
    background-repeat: repeat-x;
    height: 10px;
}

.new{
    color: red;
    padding-right: 25px;
    background-image: url(i_mini_ani05.gif);
    background-repeat: no-repeat;
    background-position: right;
    white-space: nowrap;
}
