/* CSS Document */
.jobs {
 background-color: #f9fbfd;
}

.jobs table {
 border-right: 1px solid #d7e5f2;
 border-bottom: 1px solid #d7e5f2;
 margin-top: 5px;
}

.jobs tr {
	padding-top: 4px;
}

.jobs td {
	border-top: 1px solid #d7e5f2;
	border-left: 1px solid #d7e5f2;
	padding-left: 4px;
}


.odd {
 background-color: #F2F7FB;
}

table a:link {
	color: #3670a7;
	text-decoration: none;
}

table a:visited {
	color: #3670a7;
	text-decoration: none;
}

table a:hover {
	color: #121212;
	font-style: bold;
	text-decoration: underline;
}

table a:active {
	color: #3670a7;
	font-style: bold;
	text-decoration: underline;
}

.little {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #466e70;

}




