A:link
{
    color:#009900;
    font-weight:bold;
    text-decoration:none;
    background:none;
}

A:active
{
    color:#009900;
    font-weight:bold;
    text-decoration:none;
    background:none;
}

A:visited
{
    color:#009900;
    font-weight:bold;
    text-decoration:none;
    background:none;
}

A:hover
{
    color:#FF0000;
    font-weight:bold;
    text-decoration:none;
    background:none;
}

.greenbold
{
    font-weight: bold;
    background-color: #ADC9B6;
}

.gray1
{
    font-weight: bold;
    background-color: #CCCCCC;
}

.gray2
{
    font-weight: bold;
    background-color: #999999;
}

A.list:link
{
    color:darkgreen;
    background:none;
}
A.list:active
{
    color:darkgreen;
    background:none;
}
A.list:visited
{
    color:darkgreen;
    background:none;
}
A.list:hover
{
    color:red;
    background:none;
}

table
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-align:center;
}

