
/* recruitment styles */

.style1 {
	color: #DEC302
}

.style2 {
	color: #585858;
	font-weight: bold;
}

.style3 {
	color: #CC0000
}

a:link {
	color: #009966;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009966;
}
a:hover {
	text-decoration: underline;
	color: #585858;
}
a:active {
	text-decoration: none;
	color: #009966;
}
.centre {
	text-align: center;
}