/* CSS Document */

#navlist
{
	line-height: 1.5em;
	text-decoration: none;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #922D46;
	margin: 0px;
}


#navlist ul
{
        margin-left: 0;
        padding-left: 0;
        white-space: nowrap;
}

#navlist li
{
        display: inline;
        list-style-type: none;
}

#navlist a { padding: 3px 5px; }

#navlist a:link, #navlist a:visited
{
color: #922d46;
text-decoration: none;
}

#navlist a:hover
{
color: #333333;
background-color: #BD8980;
text-decoration: none;
}

#regtable td {
font-size: 0.9em;
}
