/* Generic */

A.basichref
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

A.basichref:hover
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
}

.smallblack
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.smallblackbold
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.basicblack
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.basicblackbold
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }
