#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #38719C;
padding: 2px;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.chtable A { color: #FFFFFF; text-decoration: underline; }
.chtable A.a { color: #FFFFFF; text-decoration: underline;}
.chtable A.a:hover { color: #FFFFFF; text-decoration: underline;}

.chtable { background-color: silver;}
.chtable th { background-color: #842e03; color: #feddc3; font-size: 12px;}
.chtable td { background-color: #cdd9bf;}

.onestr {
background-color: #cdd9bf;
}
.twostr {
background-color: #feddc3;
}

.top { background-color: silver;}