.small {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 8px;
    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;
    margin-bottom: 4px;
    margin-top: 2px;
    list-style-type: circle;
}
.textItal {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #336666;
    font-size: 10px;
    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;
}
.heading0 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #336666;
    margin-bottom: 2px;
    border-bottom: 1px solid #336666;
}
.heading1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #336666;
    margin-bottom: 2px;
}

.heading2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-decoration: underline;
    font-style: italic;
    color: #336666;
    margin-bottom: 2px;
}

.standardBody{
	  background-color:lightgray;
}


A {
    color: blue;
    font-style: normal;
    text-decoration: none;
}
A:hover
{
    color: blue;
    font-style: normal;
    text-decoration: underline;
}
