body {
        font-family: arial, helvetica, serif;
	font-size: 10pt;
}

#topnav {
	padding:0;
	margin:0;
}

#topnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#topnav a, #topnav a:visited, #topnav a:active {
	float:left;
	line-height: 14px;
	font-size: 10pt;
        font-weight: bold;
	padding: 5px 32px 6px 32px;
	text-decoration: none;
	color: white;
}

#topnav a:hover {
	font-size:11pt;
}

fieldset {
	border: 1px dotted #666;
	padding: 5px 20px;
	text-align: justify;
	font-size:10pt;
}

fieldset p {
        text-indent: 3em;
}

fieldset table td {
	vertical-align:top;
	padding:5px;
	font-size:10pt;
}

legend {
	font-family: arial black, arial;
	font-size: 10pt;
	color: #333399;
	background: #ccc;
	border: 1px solid #666;
	border-bottom-color: black;
	border-right-color: black;
	padding: 4px 8px;
}

#metal {
        margin-left:20px;
        padding-left:0;
        margin-top: 5px;
        font-size: 10pt;
}

a:link, a:visited, a:active {
	font-size: 10pt;
        text-decoration: none;
        color: blue;
}

a:hover {
	text-decoration:underline;
}


