@CHARSET "ISO-8859-1";

.txt {
    background-color: #ffffff;
}
.txt a {
    color: #f15d22;
    text-decoration: none;
}
.txt .intro {
    color: #f15d22;
}
.txt .highlite, .txt .intro {
    font-weight: bold;
}
.txt ul, .txt ol {
    margin: 0px 0px 0px 30px;
}
.txt ul li {
    list-style-image: url('../img/readon.gif');
}
.txt .tblHeader td, .txt .tblLow td, .txt .tblHigh td {
    padding: 4px 8px 4px 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.txt .tblHeader td {
    color: #000;
    font-weight: bold;
    border-top: 1px solid #ccc;
    background-color: #fdebe4;
}
.txt .tblLow td, .txt .tblHigh td {
}
.txt .tblHigh td {
    background-color: #eee;
}