.table-border {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    border-top-color: #333333;
    border-right-color: #333333;
    border-bottom-color: #333333;
    border-left-color: #333333;
    background-image: url(images/nav-page-bg.jpg);

}
.bodytext {
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #000033;
    text-align: justify;

}
.bodytext-headings {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #990000;
}
a:link {
    color: #990000;
    text-decoration: none;
}
a:visited {
    color: #CC6600;
    text-decoration: none;
}
a:hover {
    color: #000066;
    text-decoration: none;
}
a:active {
    color: #CC6600;
    text-decoration: none;
}
.bodytext-bold {

    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
}
.bodytext-white {

    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-align: justify;
}
.forms {
    font-family: Tahoma;
    font-size: 11px;
    color: #000033;
    background-color: #CCCCCC;
    width: 250px;
    border: 1px solid #333333;

}
.forms-small {
    font-family: Tahoma;
    font-size: 11px;
    color: #000033;
    background-color: #CCCCCC;
    border: 1px solid #333333;
}
.buttons {
    font-family: Tahoma;
    font-size: 11px;
    color: #000066;
    background-color: #D8E4F1;
    border: 1px solid #000066;
}
.table-border-solid {
    background-image: url(images/nav-page-bg.jpg);
    border: 1px solid #333333;

}
.bodytext-small {

    font-family: Tahoma;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #000033;
    text-align: justify;
}