/* CSS Document */

#quoteList {
}

#quoteList td {
    vertical-align: top;
    padding-bottom: 10px;
}
#quoteList td.top {
    font-weight: bold;
    color: white;
    background-color: #26335D;
    padding-bottom: 4px;
}

#quoteList tr.top {

}
#quoteList tr.tr0 {
    background-color: #EEEEEE;
}

#quoteList tr.tr1 {
}

#quoteList a {
    text-decoration: none;
}

#quoteList a:HOVER {
    text-decoration: underline;
}


