@charset "utf-8";
body{
	margin: 10px;
	padding: 10px;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E6E6E;
}
.job-title {
	color: #339900;
	background-image: url(images/recuiting_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #3399CC;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399CC;
}
.td-header {
	background-image: url(images/recuiting_header_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.td-separator {
	background-image: url(images/recuiting_separator_dot.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 15px;
}
