
.footerPlain {
font-family: "Times New Roman", Times, Georgia, serif;
font-size: 16px;
color: rgb(100,100,100);
}

.footerItalic {
font-family: "Times New Roman", Times, Georgia, serif;
font-size: 16px;
color: rgb(100,100,100);
font-style: italic;
}
.footerSmallPlain {
font-family: "Times New Roman", Times, Georgia, serif;
font-size: 14px;
color: rgb(100,100,100);
}

.footerSmallItalic {
font-family: "Times New Roman", Times, Georgia, serif;
font-size: 14px;
color: rgb(100,100,100);
font-style: italic;
}

a.footerSmallHot {
font-family: "Times New Roman", Times, Georgia, serif;
font-size: 14px;
color: rgb(11,53,9);
text-decoration: underline;
font-weight: bold;
font-style: none;
}

a.footerSmallHot:link {
color: rgb(11,53,9);
text-decoration: underline;
font-weight: bold;
font-style: none;
}

a.footerSmallHot:visited {
color: rgb(11,53,9);
text-decoration: underline;
font-style: none;
font-weight: bold;
}

a.footerSmallHot:hover {
color: rgb(0,88,131);
text-decoration: underline;
font-weight: bold;
font-style: none;
}