.logo {
    width: 226px;
    height: 75px;
    }
.caption {
    font-family: 'Arial';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    cursor: default;
    width: 100%;
    text-decoration: none;
}
.heading {
    font-family: 'Arial';
    font-weight: bold;
    text-align: center;
    color: #000000;
    cursor: default;
}
.contract {
    font-family: 'Arial';
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}
.index {
    font-family: 'Arial';
    font-size: 24px;
    font-weight: normal;
    text-align:center;
    color:#000000;
    cursor: default;
    white-space: normal;
}
.indexCell {
    font-family: 'Arial';
    font-weight: bold;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    cursor: pointer;
}
.indexAnchor {
    text-decoration: none;
    color: #000000;
}
.centerTable {
    margin-left: auto;
    margin-right: auto;
}
.arrowCell {
    font-size: 20px;
    vertical-align: top;
}
.backCell {
    font-family: 'Arial';
    font-size: 24px;
    font-weight:bold;
    text-align:center;
    color: #000000;
    background-color: #ffffff;
    border:solid 3px #000000;
}
.border {
    border:solid 30px #ffffff;
}
