.career {
	
}

.career h2 {
	font-size: 14px;
	font-weight: bold;
	color: #F05B00;
	text-align: left;
	margin: 15px 0px 2px 10px;
}

.career p, .career li {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	margin: 0px 0px 10px 10px;
	text-align: justify;
}

.career p.newSection {
	margin-top: 15px;
}

.career p a.underlined {
	color: #F05B00;
	font-size: 12px;
}

.career p strong {
	color: #002D6C;
	font-weight: bold;
}

.career p em {
	color: #F05B00;
	font-weight: bold;
	font-style: normal;
}

.career li a {
	border-bottom:1px dotted #F67401;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

.career li a:hover {
	border-bottom: 1px dotted #666666;
	color: #F67401;
}

.career ul a {
	border-bottom: 1px dotted #F67401;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

.career ul a:hover {
	border-bottom: 1px dotted #666666;
	color: #F67401;
}

.career .validTo {
	color: #F05B00;
}