.small {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    font-style: italic;
    text-decoration: none;
    line-height: 16px;
    list-style-type: circle;
}
.text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    line-height: 20px;
    list-style-type: circle;
}
.textItal {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #336666;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    font-style: italic;
    line-height: 20px;
    list-style-type: circle;
}
.subText {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-style: italic;
    margin-top: 2px;
    border-bottom: 1px solid #336666;
}
.heading {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #336666;
    margin-bottom: 2px;
}
.headingTitle {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-bottom: 2px;
}
.heading1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #336666;
    margin-bottom: 2px;
    border-bottom: 1px solid #336666;
}
.heading2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: gray;
    margin-bottom: 0px;
    text-decoration: underline;
}

A.menuLink
{
    COLOR: #33D000;
    font-family: "Courier New", "Lucida Console", sans-serif;
    FONT-SIZE: 16px;
    font-weight: bold;
    TEXT-DECORATION: none;
}
A.menuLink:hover
{
    COLOR: black;
    background-color: #33D000;
    font-family: "Courier New", "Lucida Console", sans-serif;
    FONT-SIZE: 16px;
    font-weight: bold;
    TEXT-DECORATION: none;
}
A {
    color: blue;
    font-style: normal;
    text-decoration: none;
}
A:hover
{
    color: blue;
    font-style: normal;
    text-decoration: underline;
}

