/* CSS Document */

td, p, ul {
    font-family: Arial;
    font-size:9pt;
    color: #7A7F86;
}
.smalltext {
    font-family: Arial;
    font-size:8pt;
    color: #7A7F86;
}
.title {
    font-family: Arial;
    font-size:14pt;
    font-weight: bold;
    color: #F66200;
}
.smalltitle {
    font-family: Arial;
    font-size:11pt;
    font-weight: bold;
    color: #F66200;
}
.blue-link {
    font-family: Arial;
    font-size:9pt;
    color: #227AD3;
    text-decoration: underline;
}
.greentext {
    font-family: Arial;
    font-size:9pt;
    font-weight: bold;
    color: #324E5D;
}
.orangesmalltext {
    font-family: Arial;
    font-size:8pt;
    font-weight: bold;
    color: #F66200;
}
