table.job {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000033;
}
td.header {
	font-size:13px;
	font-weight:bold;
	vertical-align: bottom;
}
td.subheader {
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
td.check {
	text-align:center;
}
a.apply {
	font-size:12px;
	font-weight:bold;
	color: #993300;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	text-decoration: none;
}
a.apply:hover {
	color: #CCCCCC;
	background-color: #993300;
}