.table {
	border: 1px solid #990000;
}
.CentrePanel {
	background-image: url(images/cpw-2_09.jpg);
	background-repeat: no-repeat;
}

.navholder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #993333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

A.nav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}

A.nav:Hover {
	color: #F3F3D4;
	text-decoration: underline;

}

A {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;

}
A:Hover {
	color: #999999;
	text-decoration: underline;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.JobBox {
	height: auto;
	width: 500px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	text-align: left;
}
A.Job {
	color: #993333;
	font-weight: bold;
	text-decoration: underline;
}
A.Job:Hover {
	color: #999999;
	text-decoration: underline;
}

.JobHeader {
	/*background-color: #E8E3C5;*/
	background-color: #888668;
	height: auto;
	width: auto;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF
}
.JobRef {
	color: #993333;
	font-weight: normal;
}
form {
	margin: 6px;
	padding: 0px;
}
.Searchbutton {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFD7D7;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FF9393;
	background-color: #990000;
	margin: 5px 0px 0px 3px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: auto;
	width: auto;
	display: inline;
	font-size: 12px;
	cursor:pointer;
}
