h1 {
	color: #0000ff;
	font-size: 28px;
	margin: 18px 0 18px 0;
	padding: 0px;
	}
h2 {
	color: #0000ff;
	font-size: 24px;
	margin: 18px 0 18px 0;
	padding: 0px;
	}
h3 {
	color: #0000ff;
	font-size: 20px;
	font-weight: normal;
	margin: 16px 0 16px 0;
	padding: 0px;
	}
h4 {
	color: #0000ff;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	}
h5	{
	font-weight: normal;
	margin: 0 0 0 20px;
	padding: 0px;
	font-size: 16px;
	}
p {
	/*text-indent: 30px;*/
	margin: 12px 0 12px 0;
	padding: 0 0 0 10px;
	font-size: 14px;
	}
img {
	color: #0B4499;
	}

a, a:hover {
	text-decoration: none;
	cursor: pointer;
	}
li {
	font-size: 14px;
}

/*-----------------------------------------------------*/

.cell {
	font-size: 16px;
	font-weight: bold;
	background: url(/images/job_item.png);
	width: 500px;
	height: 70px;
	margin: 0 0 0 50px;
	position: relative;
	}
.cell:hover {
	background: url(/images/job_item2.png);
	cursor: pointer;
	}
.cell .title {
	color: #0B4499;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 8px;
	left: 30px;
	}
.cell .location {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 28px;
	left: 60px;
	}
.cell .dates {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	text-align: right;
	top: 28px;
	left: 230px;
	width: 240px;
	display: block;
	}

/*Table of Listed Items*/
.list_container {
	font-family:arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 740px;
	height: 50px;
	position: relative;
	}
.name_item {
	font-family:arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	height: 25px;
	top: 0px;
	float: left;
	line-height: 25px;
	}
.job_item {
	font-family:arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 300px;
	height: 25px;
	top: 0px;
	float: left;
	line-height: 25px;
	}
.medium_item {
	font-family:arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 80px;
	height: 25px;
	top: 0px;
	float: left;
	line-height: 25px;
	}
.small_item {
	font-family:arial,sans-serif;
	font-weight: bold;
	width: 50px;
	height: 50px;
	background: url(/images/page.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 20px;
	margin: auto;
	top: 0px;
	line-height: 50px;
	float: left;
	}
.referral_item {
	font-family:arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 20px;
	height: 50px;
	float: left;
	margin: auto;
	line-height: 16px;
	}
.chbox_item {
	width: 40px;
	height: 50px;
	float: left;
	margin: auto;
	}
.notes_item {
	font-family:arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	width: 600px;
	height: 25px;
	position: absolute;
	top: 25px;
	left: 0px;
	display: inline;
	}
