.maintext a:link
{
    text-decoration: none;
    color: #BBECFF;
}
.maintext a:visited
{
    text-decoration: none;
    color: #BBECFF;
}
.maintext a:active
{
    color: #BBECFF;
    text-decoration: none;
}
.maintext a:hover
{
    text-decoration: underline;
    color: #BBECFF;
}
.maintext
{
    font-family:Book Antiqua, Times New Roman;
    font-size: 15px;
    line-height: 17px;
    color: #BBECFF;
    text-decoration: none;
}
.maintextbold
{
    font-family: Book Antiqua, Times New Roman;
    font-size: 16px;
	font-weight: bold;
    line-height: 17px;
    color: #BBECFF;
    text-decoration: none;
}
.topnav
{
    font-family:Book Antiqua, Times New Roman;
    font-size: 15px;
	font-weight: bold;
    line-height: 17px;
    color: #FFEFD1;
    text-decoration: none;
}
.topnav a:link
{
    text-decoration: none;
    color: #FFEFD1;
}
.topnav a:visited
{
    text-decoration: none;
    color: #FFEFD1;
}
.topnav a:active
{
    color: #FFEFD1;
    text-decoration: none;
}
.topnav a:hover
{
    text-decoration: none;
    color: #000F55;
}
.footer
{
    font-family: Book Antiqua, Times New Roman, Times, serif;
    font-size: 12px;
    line-height: 17px;
    color: #FFEFD1;
    text-decoration: none;
}
.footer a:link
{
    text-decoration: none;
    color: #FFEFD1;
}
.footer a:visited
{
    text-decoration: none;
    color: #FFEFD1;
}
.footer a:active
{
    color: #FFEFD1;
    text-decoration: none;
}
.footer a:hover
{
    text-decoration: none;
    color: #000F55;
}
.date
{
    font-family: Book Antiqua, Times New Roman, Times, serif;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    text-decoration: none;
}