/* general style */

body {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-family: TimesNR, serif, Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    /* background-color: #cccccc; */
    margin: 0;
        margin-top: 5px;
    font-size: 13px;
    color: #000000;
}

td, p {
    font-size: 13px;
    color: #000000;
}

img {
    border: 0;
}

a {
    text-decoration: underline;
    color: #2364C3;
}

.bigwindsor {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.umc {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-left: 1em;
    margin-right: 1em;
}

.in1 {
    margin-left: 1em;
    font-size: 13px;
    line-height: 14px;
}

.bh {
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
}

.pbcenter {
    text-align: center;
    margin-top: -4em;
    margin-left: -5em;
    margin-bottom: 2em;
}


