body {
	margin: 0px 0px 0px 0px;
	background-color: #EFEDE5;
}

body,td,th {
	color: #000000;
	font: 12px Times New Roman, Times, serif;
}

td.bottomInfo {
	color: #466740;
	font: 12px Times New Roman, Times, serif;
	text-align: center;
}

a {
	color: #15724f;
	font: bolder 12px   Times New Roman, Times, serif;
	text-decoration: none;
}

a:hover {
	color: #27d494;
	font: bold 12px   Times New Roman, Times, serif;
	text-decoration: none;
}

.navback {
	text-align: center;
	width: 25%;
	background-color: #BCFFD1;
}

.header {
	background: #bcffd1;
	font: bold 12px Times New Roman, Times, serif;
	text-align: center;
}

.listheader {
	background: 0 #0E563E;
	color: #ffffff;
	font: bold 12px Times New Roman, Times, serif;
	text-align: center;
}

.listitem {
	text-align: left;
	color: #000000;
	font: 12px Times New Roman, Times, serif;
	border-bottom: 1px solid #15724f;
	margin: 0px;
}

.listtable {
	width: 100%;
	padding: 4px;
	border: 1px solid #15724f;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #15724f;
}

textarea {
	width: 550px;
	height: 150px;
	background: #f1ffde;
	border: 1px solid #27533c;
}

file {
	border: 1px solid #27533c;
	background: #f1ffde;
}

input {
	background: #f1ffde;
	border: medium outset #27533c;
}

select {
	background: #f1ffde;
	border: 1px solid #27533c;
}

._required {
	color: #ff0000;
}

