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

body,td,th {
	color: #000000;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
}

a:link {
	color: #C40930;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #C40930;
}

a:hover {
	text-decoration: none;
	color: #DDE839;
}

a:active {
	text-decoration: underline;
	color: #C40930;
}

label.missing {
	font-weight: bold; color: #ff0000
}

fieldset {
	background-color: #FFFFFF;
	border: 0;
	margin-top: 10px;
	}
	
legend  {
	font-size: 16px;
	font-weight: bold;
	color: #CD0930;
	top: 14px;
	position: relative;
}

#messageArea {
	background-color: #FFFFFF;
	border: 0;
	padding: 10px;
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
}