body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0 auto;
	color: #092f6a;
}
p {
	margin: 2px 0 2px 0;
	padding: 0;
	font-size: 11px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	font-size: 11px;
}
a {
	text-decoration: none;
}
a:hover, .selected {
	background-color: #092f6a;
	color: white;
	text-decoration: none;
}

#head {
	padding-left: 3px;
	background-color: #83735f;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #c3c3c3;
	color: white;
	font-weight: bold;
}
