.staffing {
	font-size: 11px;
	font-style: normal;
	color: #990000;
}
.bulletin {
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
strong {
	font-weight: bold;
}
.titlecat {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	padding-left: 5px;
}
.titlecaton {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
	padding-left: 5px;
}
.subtitlecat {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	padding-left: 15px;
}
.subtitlecaton {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #990000;
	padding-left: 15px;
}
a.titlecat:hover {
	color: #990000;
	text-decoration: underline;
}
a.subtitlecat:hover {
	color: #990000;
	text-decoration: underline;
}
.maintext {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
input {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}
select {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}
textarea {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}
input.button {
	background-color: #990000;
	font-size: 10px;
	color: #FFF;
	padding: 3px;
	border: 1px solid #000;
}
#applytitle {
	font-size: 16px;
	color: #333333;
	margin: 10px 5px 0px 20px;
	font-weight: bold;
}
.jobtbl{
	font-size: 12px;
}
.jobtbl a {
	text-decoration: none;
	color: #990000;
}
.jobtbl a:hover {
	text-decoration: underline;
}	
.jobtbl td {
	padding: 5px;
}
.thjob {
	color: #FFF;
}
.thjob a {
	color: #FFF;
}
.thjob a:hover {
	text-decoration: underline;
	fontweight: bold;
}
.jobdetails {
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.jobtitle {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #990000;
}
.jobsubtitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.bulletinbox {
display: block;
width: 233px;
height: 232px;
overflow: hidden
}
#bulltextbox {
	height: 190px;
	overflow: auto;

}