.navFunc {
    color: #317740;
    text-decoration: none;
}

.navFunc:hover {
    text-decoration: underline;
}

A {
    color: #317740;
}

h1 {
    font-family: arial,helvetica;
    font-size: 24px;
    font-weight: bold;
    color: #818181;
}

.subtitle {
    font-family: arial,helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #317740;
}

.subtitle_small {
    font-family: arial,helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #317740;
}

p, td, body {
    font-family: arial,helvetica;
    font-size: 12px;
}

.small {
    font-family: verdana,arial,helvetica;
    font-size: 10px;
}

.divNavLinkOut {
    background-color: #E5E5E5;
    font-family: verdana,arial,helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #317740;
    text-decoration: none;
}


.divNavLinkOver {
    background-color: #317740;
    font-family: verdana,arial,helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer; cursor: hand;
}
