﻿


.jobs {
	color: #990000;
}
.jobspage {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}
.total {
	color: #990000;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}
.jobtotal {
	color: #990000;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}
.jobcount {
	color: #990000;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

.listings, .listings a:link, .listings a:visited {
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-size: 12px;
	line-height: 16px;
}

/* Links */
a {
	cursor: pointer;
}
a:link, a:visited {
	font-size: 12px;
	color: #990000 ;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-size: 12px;
	color: #999999  ;
	text-decoration: none;
	font-weight: normal;
}

