body, .def {
    font-family:            verdana, arial;
    font-size:              8pt;
    color:                  #273c81;
    background-color:       white;
    margin-left:            2px;
    margin-right:           2px;
    margin-top:             5px;
    margin-bottom:          2px;
}

.smallprint {
    font-family:            verdana, arial;
    font-size:              7pt;
    color:                  navy;
    text-align:             center;
}

td {
    font-family:            verdana, arial;
    font-size:              8pt;
    color:                  black;
}

.link:visited {
    color:                  #273ce1;
    text-decoration:        none;
}

.link:link {
    color:                  #273ce1;
    text-decoration:        none;
}

.link:hover {
    color:                  #273ce1;
    text-decoration:        underline;
}

.hlink:visited {
    color:                  #d6975e;
    text-decoration:        none;
}

.hlink:link {
    color:                  #d6975e;
    text-decoration:        none;
}

.hlink:hover {
    color:                  #d6975e;
    text-decoration:        underline;
}

.cell {
    font-family:            verdana, arial;
    font-size:              8pt;
    background-color:       #f4f5f8;
}

.cellb {
    font-family:            verdana, arial;
    font-size:              8pt;
    background-color:       #f4f5f8;
    font-weight:            bold;
}

.hcell {
    font-family:            verdana, arial;
    font-size:              8pt;
    font-weight:            bold;
    color:                  #273c81;
    background-color:       #c5cbdd;
}

.bcell {
    font-family:            verdana, arial;
    font-size:              8pt;
    border-style:           solid;
    border-top-color:       #c6970e;
    border-left-color:      #c6970e;
    border-right-color:     #c6970e;
    border-bottom-color:    #c6970e;
    border-width:           1;
}



