td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.locationBar {
    font-size: 10px;
    font-weight: bold;
    color: #025C88;
    text-decoration: none;
}

.bigTitle {
    font-size: 13px;
    font-weight: bold;
    color: #960202;
    text-transform: uppercase;
}

.smallText {
    font-size: 10px;
}

.smallBoldBlue {
    font-size: 10px;
    font-weight: bold;
    color: #025C88;
}

.footerCopyright {
    font-size: 10px;
    color: #006699;
}

.loginUserPass {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #305C72;
}

.formField {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 1px;
    padding: 1px;
    border: 1px solid #003366;
}

.fontBoldCap {
    font-weight: bold;
    text-transform: uppercase;
    color: #025C88;
}

.fontCap {
    text-transform: uppercase;
    color: #025C88;
}

.fontBlue {
    color: #025C88;
}

.fontBold {
    font-weight: bold;
}

.fontWhite {
    color: #FFFFFF;
}

.fontBoldWhite {
    font-weight: bold;
    color: #FFFFFF;
}
.headergray {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666666;
}
.blueTitle {
    font-weight: bold;
    color: #025C88;
}

/*--------------------------------------------- Links ---------------------------------------------*/

.body {
    color: #000000;
    font-size: 11px;
    line-height: 14px;
}
.body a:link {
    color: #006699;
    text-decoration: none;
}
.body a:visited {
    color: #246F94;
    text-decoration: none;
}
.body a:hover {
    color: #007FBE;
    text-decoration: underline;
}
.body a:active {
    color: #006699;
    text-decoration: underline;
}
.headerLink a:link {
    font-size: 10px;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}
.headerLink a:visited {
    font-size: 10px;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}
.headerLink a:hover {
    font-size: 10px;
    font-weight: bold;
    color: #007FBE;
    text-decoration: none;
}
.headerLink a:active {
    font-size: 10px;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}
.homepageNewsLink a:link {
    font-size: 10px;
    color: #960202;
}
.homepageNewsLink a:visited {
    font-size: 10px;
    color: #960202;
}
.homepageNewsLink a:hover {
    font-size: 10px;
    color: #BE0000;
}
.homepageNewsLink a:active {
    font-size: 10px;
    color: #960202;
}
.footerLinks {
    font-size: 10px; 
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.footerLinks a:link {
    font-size: 10px; 
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.footerLinks a:visited {
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.footerLinks a:hover {
    font-size: 10px;
    font-weight: bold;
    color: #CECEFF;
    text-decoration: none;
}
.footerLinks a:active {
    font-size: 10px;
    font-weight: bold;
    color: #CECEFF;
    text-decoration: none;
}
.copyright {
    color: #AAAAAA; 
    font-size: 9px;
    line-height: 14px;
}

/*--------------------------------------------- Homepage ---------------------------------------------*/

.homepageNewsTitle {
    font-size: 10px;
    font-weight: bold;
    color: #960202;
}
.homepageNewsContent {
    font-size: 10px;
}
.homepageNewsDate {
    font-size: 10px;
    font-weight: bold;
}
