html, body, div, p {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	}

body, table {
	line-height: 16px;
	}

img {
	border: 0;
	}

a {
	color: #cc071e;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	}

.microsite {
	width: 100%;	
}

.jobTable {
	border-collapse: collapse;
	width: 100%;
	font-weight: normal;
	margin-top: 4px;
	border-bottom: 1px solid #e0e1e1;
	}

table.jobTable tbody tr:hover { color:#343434; background-color:#f0f0f0; cursor: pointer; }


.jobTable tr.highlight {
	
	}

.jobTable th, .jobTable td {
	
	}

.jobTable tr:first-child td {	
	border-top: none;
	}
	
.jobTable td {
	vertical-align: top;
	border-top: 1px solid #e0e1e1;
	}