	

	.eng, .eng * {
		background: orange;
		color:		black;
	}
	
	.incd {
		background:	yellow;
		color:		black;
	}
	.incd .eng {
		background:	lime;
		color:		black;
	}
	
label {
	font-weight:		bold;
}
.required {
	color:				red;
	background:			transparent;
	margin-left:		0.2em;
	margin-right:		0.2em;
}

h1 {
	font-weight:		bold;
	font-size:			120%;
}

table.form {
	border:				0px;
	margin:				0px;
	padding:				0px;
}
table.form tr td {
	border: 				0px;
	padding:				0.5em 0.5em 1em 0.5em;
	vertical-align:	top;
}
input, select {
	font-size:			11px;
}
input.submit {
	text-align:			center;
	font-size:			120%;
	font-weight:		bold;
	background:			#D40000;
	color:				white;
	border:				4px outset;
}

td.field {
	text-align:			right;
}
a:link, a:visited, a:hover {
		text-decoration:	none;
		color: 				#D40000;
		font-weight: 		bold;
}
