.approved {	color: #006633;
	font-weight: bold;
}
.notapproved {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #103193;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #E69D00;
	text-align: left;
}
a.th:link, a.th:hover, a.th:active, a.th:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
a:link, a:hover, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
}
a:hover {
	color: #FFB928;
	text-decoration: none;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
li {
	padding: 3px;
}
#desctext {
	padding: 15px;
	border: .05em solid #E69D00;
}
hr {
	border-top-width: .05px;
	border-right-width: .05px;
	border-bottom-width: .05px;
	border-left-width: .05px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#content {
	border: 0.05em solid #E69D00;
	padding: 20px;
	margin: 25px;
}
.dark {
	color: #000000;
	background-color: #FFDD95;
}
.light {
	color: #000000;
	background-color: #FFFFFF;
}
#hideform {
	visibility: hidden;
}
