body {
	font-family: 'Times New Roman', serif;
	background: #003300 url(../images/background_green.jpg) no-repeat;
	color: white;
}

a {
	color: white;
}

a img {
	border: none;
}

a:active {
	color: #00ff00;
}

tr.major_row {
	background-color: #CCCCCC;
	color: black;
}

tr.minor_row {
	background-color: #FFFFFF;
	color: black;
}

.details {
	font-family: Arial, sans-serif;
	color: #C0C0C0;
}
.details a {
	color: #C0C0C0;
}
.input_value {
	width: 220px;
}

.error_label {
	color: red;
}

.field_label {
	font-weight: bold;
}

.footer {
	font-family: Arial, sans-serif;
	font-size: x-small;
}
