body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dddddd;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { 
	outline: none;
	border: none;
}

/*--------------------- Content area ----------*/

.page-title {
	background: #6a0e11 url(../images/bg-title.gif) repeat-x;
	border-right: 1px solid #ffffff;
	width: 240px;
	height: 32px;
	padding-left: 30px;
	color: #e2cecd;
	font-weight: bold;
}

.page-title#recruit {
	background: #8e7703 url(../images/bg-title-recruiter.gif) repeat-x;
	border-right: 1px solid #ffffff;
	width: 240px;
	height: 32px;
	padding-left: 30px;
	color: #e2cecd;
	font-weight: bold;
}

.dark-grey {
	background-color: #939393;
}

.content {
	padding: 30px;
	color: #464646;
}

.content h2 {
	font-size: 13px;
	color: #641a0d;
}

.maroon {
	color: #641a0d;
}

/*------------------ Recruiter side bar --------------*/

.recruiter {
/*	background: #a4a39f url(../images/bg-recruiter.gif) bottom right no-repeat;
*/	padding: 15px 20px 10px 20px;
	color: #474644;
	background: #a4a39f;
}

.recruiter h2 {
	font-size: 12px;
	color: #6c5b03;
	text-align: center;
}

.recruiter h2 a {
	color: #6c5b03;
	text-decoration: none;
}

.recruiter a {
	color: #474644;
	text-decoration: none;
}

/*--------------------- Footer -------------------------*/

.footer {
	background-color: #9f9f9f;
	padding: 5px 19px;
	text-align: right;
	font-size: 10px;
	color: #686868;
}

.footer a {
	color: #686868;
}