body,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navcontainer { width: 171px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 155px;

}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #3a4a2f;
color: #fff;
}
h1 {
	margin-bottom: 5px;
	color: #3a4a2f;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3a4a2f;
}
a:visited, a{color: #3a719b; text-decoration:none;}
a:hover {text-decoration:underline;}
label
{
width: 120px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-weight:bold;
}

legend{ font-weight:bold; color:#6a8173;}
