 
table {
            font-family: verdana, tahoma, arial, Helvetica, sans-serif;
            margin: 0;
            padding: 0;
            border-collapse: collapse;
            text-align: left;
            color: #000;
            line-height: 19px;
}
        
caption {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: left;
            text-transform: uppercase;
}

td {
            margin: 0;
            padding: 6px 4px;
            border: 1px dotted #f5f5f5;
}
        
        
th {
            font-weight: normal;
}
        
thead tr th {
            padding:  10px 10px;
            color: #000;
            font-weight: bold;
            text-align:center;
            background-color: #D4ABAF;
            border-right: 1px solid #ccc;
}
        
tfoot tr th, tfoot tr td {
            background-color: transparent;
            padding:  6px 6px;
            color: #000;
            border-top: 1px solid #ccc;
}
        
tbody tr th {
            padding: 8px 6px;
            border-bottom: 1px dotted #fafafa;
            font-weight: bold;
}

tr { 
            background-color: #FBFDF6;
}
tr.odd {
            background-color: #FAB1B1;
}
        
table a {
            color: #000;
            text-decoration: none;
}


