﻿.menu UL LI A:hover
        {
            border-left: none; /* solid 1px #53134C;*/
            border-right: none; /* solid 1px #53134C;*/
            border-bottom: none; /* solid 1px #53134C;*/
            border-top: none; /* solid 1px #53134C;*/
            background: #981989;
            color: #eeeeee;
        }
.tableoptions
        {
            width: 940px;
            margin-top: 0px;
            height: 580px;
        }
.menu LI UL LI A /* DD-Menu dropdown items*/ /*updated for ie from stylesheet*/
        {
            padding-right: 0px;
            padding-left: 0px;
            padding-bottom: 0px;
            padding-top: 0px;
            border-left: solid 1px #53134C; /*53134C*/
            border-right: solid 1px #53134C;
            border-bottom: solid 1px #53134C;
            border-top: solid 1px #53134C;
            background: #53134C; /*3F0039, 65006B*/
            font-size: 10pt;
            font-weight: bold;
            width: 198px; /*allow 2px for borders*/
        }
        
        .news-index
{
}
.news-index a
{
    color:#0066cc;
    font-size:9pt;
    font-weight:bold;
    text-decoration:underline;
}
.news-indexe a:visited
{
    color:#0066cc;
    font-size:9pt;
    font-weight:bold;
    text-decoration:underline;
}
.news-index a:hover
{
    color:#0066ff;
    font-size:9pt;
    font-weight:bold;
    text-decoration:none;
}