
div#body-head {
    text-align: center;
}

div#body-main {
    text-align: left;
}

div#body-foot {
    text-align: center;
}

#body-head table,
#body-main table,
#body-foot table {
    margin-left: auto;
    margin-right: auto;
}

#body-main table.left {
    margin-left: 0px !important;
}

#body-head table tr th,
#body-head table tr td,
#body-main table tr th,
#body-main table tr td,
#body-foot table tr th,
#body-foot table tr td {
    text-align: left;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.font-white {
    color: #ffffff;
}

.strong {
    font-size:110% !important;
    font-weight: bold;
}


