body, table, form, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #474747;
}

h2 {
	font-size: 120%;
	color: #187DB5;
}

select {
	width: 130px;
	font-size: 90%;
	color: #474747;
}

table select {
	font-size: 120%;
}

thead.formlabels td {
	font-weight: bold;
	font-size: 140%;
	color: #187DB5;
	text-align: left;
	background-color: white;
}

thead td {
	font-weight: bold;
	background-color: #d0d0d0;
	color: #474747;
	font-size: 120%;
	text-align: center;
}

tr.even {
  background-color: #f0f0f0;
}

td {
  padding: 0px 0em;
  margin: 0px;
}

input {
	font-size: 150%;
	font-weight: bold;
	color: #474747;
}

#sertem-container {
	height: 295px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
}

#sertem-container > table {
	margin: 0 auto;
}
