/* contact info box */
#help-contact-info {
    font: 1.2em arial, sans-serif;
    line-height: 1.5em;
    margin: 15px 20px;
    width: 60%;
}
#help-contact-info dt {
    float: left;
    width: 12em;
}
#help-contact-info dd {
    margin-left: 12em;
}
#help-contact-info dt, #help-contact-info dd {
    border-bottom: 1px solid #666;
    padding: 5px 0;
}

/* data tables */
.THRowGeneric {
    background-color: #CCC;
}
.THColumnGeneric {
    background-color: #DDD;
}
.TDGeneric {
    background-color: #EEE;
}
