a {
    color: navy;    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: bold; 
    text-decoration: underline;
}

a:hover {
    color: red;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: bold; 
    text-decoration: underline;
}

td {
    color: #000000;    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: normal; 
    text-decoration: none;
}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    color: #000000;
}

.index {
    color: #ffffff;    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: bold; 
    text-decoration: underline;
}
.index:hover {
    color: #F7DB59;    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: bold; 
    text-decoration: underline;
}
.linkBar {
    color: white;    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
    font-weight: bold; 
    text-decoration: none;
}

.linkBar:hover {
    color: white;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
    font-weight: bold; 
    text-decoration: underline;
}
.linkBarSel {
    color: #DB1922;    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
    font-weight: bold; 
    text-decoration: none;
}

.linkBarSel:hover {
    color: #DB1922;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
    font-weight: bold; 
    text-decoration: none;
}

.cart {
    font-family: Arial; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    color: #000000;
}
