table.t{
    border-top:1px solid #ff0000;
    border-left:1px solid #ff0000;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    font-size:10pt;
}
.t th{
    border-right:1px solid #ff0000;
    border-bottom:1px solid #ff0000;
    color:#ffffff;
    background-color:#ff4500;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.t td{
    border-right:1px solid #ff0000;
    border-bottom:1px solid #ff0000;
    padding:0.2em 0.5em;
}
A:link.white {
    color: white;
    text-decoration: none;
}
A:visited.white {
    color: white;
    text-decoration: none;
}
A:active.white {
    color: white;
    text-decoration: none;
}
A:hover.white {
    color: white;
    text-decoration: none;
}
A:link.blue {
    color: blue;
    text-decoration: none;
}
A:visited.blue {
    color: blue;
    text-decoration: none;
}
A:active.blue {
    color: blue;
    text-decoration: none;
}
A:hover.blue {
    color: blue;
    text-decoration: underline;
}
DD {
    font-size: 11pt;
}
DT {
    font-size: 11pt;
    font-weight: bold;
    color: #006699;
}