body {
	margin-top:25px;
}
.border {
	border: 1px dashed #5e7c8e;
	padding: 10px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.menueactive {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f63134;
	text-align: center;
	vertical-align: bottom;
}
.header {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.borderred {
	border: 1px dashed #f63134;
}
.dashedline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box {
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.menue {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #f63134;
	background-color: #ffe6e6;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	border: 1px dashed #f63134;
}
.smalltext {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
a:link {
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #f63134;
}
a:visited {
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #f63134;
}
a:hover {
	text-decoration: underline;
}
/* the data entry form */
#dataentry {
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
  width:700px;
}
#dataentry fieldset {
/*  border-color: #ccccff; */
/*  border-style: dotted; */
}
#dataentry fieldset legend {
  padding: 2px 5px;
}
#dataentry input,textarea {
    border:1px solid black;
    background-color:white;
    font-size:12px;
    padding:2px;
}
#dataentry button {
    border:1px solid gray;
    background-color:red;
    width:100px;
    padding:5px;
}
#dataentry input[type="button"], #dataentry input[type="submit"] {
    background-color:#e2001a;
    color: white;
    border-color:#5e7c8c;
}
.redstar {color:red;}

#listtable tr td {border-bottom:1px dashed silver;}
