body { color: black; background-color: #93988C; }
p {}
td { color: #71766D; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }
A:link {
	COLOR: #9d8852; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #71766d; TEXT-DECORATION: none
}
A:hover {
	COLOR: purple; TEXT-DECORATION: underline
}
A:active {
	COLOR: red
}
input, textarea {
	font-size: 10px;
	background-color: #E9EADF;
	border: 1px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
button, select {
	font-size: 10px;
	background-color: #93988C;
	border: 1px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.status {
	background-color: white;
	color: red;
	border: 1px solid red;
	padding: 3px;
}
