/** Added for Accessability **/
body {
    background-color: #ffffff;
}

body a {
    color: #000080;
}

body a:visited {
    color: #390764;
}

.font {
    font-family: Arial,Helvetica;
}

.center {
    text-align: center;
}

.table-center {
    margin: 5 auto;
}

.bold {
    font-weight: bold;
}

.font-size-xsmall {
    font-size: x-small;
}

.font-size-small {
    font-size: small;
}

.font-size-large {
    font-size: large;
}

.font-size-xlarge {
    font-size: x-large;
}

.underline {
    text-decoration: underline;
}

.valign-top {
    vertical-align: top;
}