body {
    font-family: Arial, Helvetica, Geneva, Lucida, sans-serif;
    line-height: 108%;
    background-color: #A59787;
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
}

td#nav,
td#nav a {
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
}

.style1 {
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
}

.style1:link, .style1:visited, .style1:active {
    text-decoration:none;
    color: #FFFFFF;
}

.style2 {
    color: #FFFFFF;
    font-size: 9px;
}

.style3 {
    font-size: 12px;
    font-weight: bold;
    color: #0C047D;
}

.style6 {
    font-size: 11px;
    color: #0C047D;
}

.style8 {color: #4C5E20}

.style9 {
    font-weight: bold;
    font-size: 12px;
}

.std_txt {
    font-size: 12px;
    color: #655747;
}

#login_bar {
    border: 3px solid #FFFFFF;
    border-top: 0;
    margin: 0 3px;
    padding: 0 3px;

    background-color: #FFFDCC;
    line-height: 20px;
    font-size: 70%;
}

#login_bar span
{
    float: right;
}

#dropmenudiv {
    position:absolute;
    border:1px solid #164B6B;
    border-bottom-width: 0;
    font-weight: normal;
    font-size: 10px;
    line-height:15px;
    z-index:100;
    color: #164B6B
}

#dropmenudiv a {
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #164B6B;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    color: #164B6B
}

#dropmenudiv a:hover {
    /* hover background color */
    background-color: lightyellow;
    color: #164B6B
}



table.suggestions
{
	background-color: #fffdcc;
	border-color: #999;
	border-style: none solid solid;
	border-width: 0em 1px 1px;
	color: #000;
	font-family: Arial, Helvetica, Geneva, Lucida, sans-serif;
	margin: 0em;
	padding: 0em;
	position: absolute;
	z-index: 999;
}
table.suggestions td
{
	background-color: #fffdcc;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: x-small;
	font-weight: normal;
	height: 1.25em;
	margin: 0em;
	overflow: hidden;
	padding: 2px;
	width: auto;
}
table.suggestions td.selected
{
	background-color: #cc6600;
	color: #fff;
}
table.suggestions span.bold
{
	font-weight: bold;
}