body {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 485px;
	
}
a {
	color: #F8981C;
	text-decoration: none;
	outline: none;
}
table tr th{
background-color: #e8e8e8;
}
table tr th a {
	color: black;
	font-weight: bold;
	
	text-decoration: none;
	outline: none;
}
input.textbox {
	background: url('/jobex/css/inputBox.gif') left top no-repeat;
	border: none;
	border-right: solid 1px #6b6b6b;
	font-size: 11px;
	height: 16px;
	line-height: 14px;
	padding: 2px 0 0 4px;
	overflow: hidden;
}
select {
	color: #787878;
}
select:focus {
	color: #000;
}
h1 {
	font-size:16px;
	color:#005d86;
	font-weight:bold;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 14px;
	color: #4b4b4b;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h2.colored {
	color:#005d86;
}
h3 {
	font-size: 12px;
	color: #4b4b4b;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h3.colored {
	color:#005d86;
}
p {
	margin: 0 0 5px 0;
}
table {
	border-collapse: collapse;
	border-color: #585858;
	font-size: 12px;
}
.red{
color: red;
}
