.navbar {
	padding: 10px;
}
.navbar a {
	background-color: #336633;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	text-decoration: none;
	color: #CCCC99;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.navbar a:hover {
	color: #FFFFFF;
	background-color: #339933;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#content h1 {
	font-size: large;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h2 {
	font-size: small;
}
#content h3 {
	font-size: small;
}
.scrolltable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.tablehead {
	width: 100%;
	overflow: hidden;
}
.tablehead th {
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: center;
	color: #CCCC99;
	background-color: #336633;
}
.buttons {
	width: auto;
	clear: both;
	margin-top: 20px;
}
.buttons input {
	width: 100px;
	font-size: x-small;
}

.scrolltable {
	width: 100%;
	height: 290px;
	overflow: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tablehead table {
	table-layout:fixed;
	width: 583px;
	border-collapse: collapse;
}
.scrolltable table {
	table-layout:fixed;
	width: 583px;
	empty-cells: show;
	border-collapse:collapse;
	font-size: xx-small;
	color: #003333;
}
.scrolltable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: xx-small;
}
.backlink {
	font-size: x-small;
}
.backlink a {
	font-size: x-small;
	font-weight: bold;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #003333;
}
.backlink a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #003333;
	font-variant: normal;
	text-decoration: none;
}
.backlink a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	font-variant: normal;
	color: #009933;
	text-decoration: none;
}
.readonly {
	background-color: #FFFFCC;
}
