h4 {
	font-size: 105%;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}
.rmk {
	font-size: 0.8em;
	font-weight: normal;
}
tr.altlisting2 {
	background-color:#e0e0e0;
	#opacity:0.7;
	filter:alpha(opacity=70);
}

#navres, #navres ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1;
}

#navres a {
        # display: block;
}

#navres li { /* all list items */
        float: left;
}

#navres li ul { /* second-level lists */
        position: absolute;
        background: #f8f8f8;
        padding: 4px;
        /* width: 240px; */
        left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navres li ul li {
        clear: both;
}

#navres li:hover ul, #navres li.sfhover ul { /* lists nested under hovered list
items */
        left: auto;
}

#content {
        clear: left;
        color: #ccc;
}

