.textbanner {text-align:center; color: white; font-family: arial; font-weight: bold; font-size: 1em}
.textonpage {text-align:center; color: black; font-family: arial; font-weight: bold; font-size: 1em}
.maintitle {color: black; font-family:arial; font-weight: bold; line-height: 130%; font-size: 1em}
.hciltitle {font-size: 1.2em}
A.hover:link {text-decoration: none; color: black}
A.hover:visited {text-decoration: none; color: black}
A.hover:active {text-decoration: none; color: black}
A.hover:hover  {text-decoration: underline; color: white}

.nohover {text-align:left; color: white; font-family: arial; font-weight: bold; font-size: .7em}
A.nohover:link {text-decoration: none}
A.nohover:visited {text-decoration: none}
A.nohover:active {text-decoration: none}
A.nohover:hover  {text-decoration: none;}


/** Added for Accessability **/
body {
    color: #000000;
    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;
}


.valign-top {
    vertical-align: top;
}