/* CSS Document */

body {
	font-size:small;
}

#nav {
	color:#000066;
	font-size:12px;
	margin: .5em 0 1em 0;
}

#nav a {
	border:#006699 2px outset;
	text-decoration:none;
	color: navy;
	font-weight:bold;
	padding:3px;
}

#nav a:hover {
	border:#006699 2px inset;
	text-decoration:none;
}

label {
	width: 60px;
}

select, input {
	margin-left: 2em;
}

td {
	vertical-align:top;
}
