img {
    display: block;
}

table {
    margin-bottom: 0;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.bold {
    font-weight: bold;
}

.valignTop {
    vertical-align: top;
}

.alignLeft {
    text-align: left;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.underline {
    text-decoration: underline;
}

.centerTable {
    text-align: center;
    margin: 0 auto;
    display: table;
}

.centerTable td {
    text-align: left;
}

#hiddenTexts {
    display: none;
}

.hidden {
    display: none;
}
