BODY {
    background-color: #000000;
    font-family: Arial, Verdana, sans-serif;
    margin: 0px;
}
FORM {
    margin: 0px;
    padding: 0px;
}
TABLE {
    border: 0px;
    font-size: 12px;
}
UL {
    list-style: none outside none;
    margin: 10px 0px;
}
P {
    margin:10px 0px 0px 0px;
}
.menuTable {
    border: 1px solid #000000;
    position: absolute;
}
.srchTable {
    background-color: #FFFFFF;
    margin-top:1px;
}
.menuTable TD {
    background-image: url(images/bgimg.jpg);
    color: #FFFFFF;
    cursor: hand;
    font-weight: bold;
    font-size: 11px;
    padding: 6px 10px 6px 16px;
}
.menuTable TD.hover {
    background-image:url(images/bg_over.jpg);
    color: #2267B2;
    cursor: hand;
}
.srchTable TD {
    padding: 0px 20px;
}
.menuTD {
    background-image:url(images/bgimg.jpg);
}
.TOC {
    background-image: url(images/toc_bg.gif);
    border-right: 2px solid #999999;
    padding: 20px 10px;
    vertical-align: top;
}
.TOC DIV{
    color: #336699;
    font-size:13px;
                font-weight:bold;
                width: 100%;
}
.TOC A:link, .TOC A:visited {
    color: #33679E;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
.TOC A:link:hover, .TOC A:visited:hover {
    color: #000000;
    text-decoration: none;
}
.content {
    font-size: 12px;
    height: 350px;
    padding-left: 15px;
    vertical-align: top;
}
.heading {
    color: #1634A3;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    text-align: center;
    vertical-align: bottom;
}
.title {
    color: #CC0000;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
}
.copyright {
    background:#000000; color:#FFFFFF; font-size:10px; padding:5px
}
.hilite {
    background-color: #DDDDDD;
    border-left:3px solid #DDDDDD;
    border-right:2px solid #DDDDDD;
    font-weight: bold;
    letter-spacing: 1px;
}
.err_text{ color:#FF0000}

/** Edited CSS **/
.heading {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    padding-left: 15px;
    vertical-align: middle;
}
.item {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 20px;
    padding-left: 20px;
}
.blank {
    height: 10px;
}
.right {
    border-right: 1px solid #000000;
}
.right_lg {
    border-right: 1px solid #666666;
}
A:link {
    color:#333333;
}
A:visited {
    color:#333333;
}
A:hover {
    color:#000099;
    text-decoration:underline;
}