body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}
.maincell {
	background: url(images/maincell-bg.gif) repeat-y #FFFFFF;
	font-size: 13px;
	line-height: 120%;
	padding: 10px 30px 10px 50px;
}
td {
	font-size: 13px;
}
td.fieldname {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background: #EEEEEE;
}
td.jobtitles {
	border-bottom: 1px solid #CCCCCC;
}
td.department {
	font-weight: bold;
	color: #999999;
	border-bottom: 1px solid #CCCCCC;
}
input {
	font-size: 11px;
}
input.formbutton {
	font-weight: bold;
	color: #D8271B;
	border: 2px solid #003B71;
	background: #EEEEEE;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-size: 11px;
}
a {
	font-weight: bold;
	color: #003B71;
}
a:hover {
	color: #D8271B;
}