body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
	font-size: 11px;
	color: #095C77;
}
a {
	color: #C45B10;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.head {
	border-bottom: 5px solid #095C77;
	background-color: #1097C4;
	color: #FFFFFF;
	font-weight: bold;
}
.headmenu {
	font-family: "Courier New", Courier, mono;
	border-right: 1px solid #FFFFFF;
	background-color: #095C77;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.headmenu a {
	color: #FFFFFF;
}
.main {
	border-bottom: 5px solid #095C77;
}
.menuitem {
	background-color: #E8E8E8;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	text-align: right;
}
.menuitem a {
	color: #000000;
}

.subtitle {
	background-color: #784A0A;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.subtitle a{
	color: #FFFFFF;
}
.title {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 2px dashed #784A0A;
}
.formitem {
	border: 1px solid #095C77;
	background-color: #FFFFFF;
	font-size: 10px;
}
input {
	border: 1px solid #095C77;
	background-color: #FFFFFF;
	font-size: 10px;
}
