body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #fff;
	}
.text p {
	line-height: 18px;
	max-width: 580px;
	margin: 5px 0 15px 0;
	}
	.text .scroll-text p {
		margin-right: 25px;
		}
.text ul,
.text ol {
	margin: 5px 0 20px;
	}
	.text .scroll-text ul,
	.text .scroll-text ol {
		margin: 5px 25px 20px 0;
		}
.text li {
	position: relative;
	line-height: 18px;
	max-width: 565px;
	padding-left: 15px;
	}
	.text li:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 9px;
		width: 10px;
		height: 1px;
		background-color: #c3c3c3;
		}
.text strong, .text b {
	font-weight: bold;
	}
.text em, .text i {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}
a {
	text-decoration: none;
	}
.text a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #d7d7d7;
	}
	.text a:hover,
	.text a:active {
		color: #2f2f2f;
		border-bottom: 1px solid transparent;
		}
	.text a:visited {
		
		}
.text h2 {
	/*font-family: Tahoma, sans-serif;*/
	font-family: 'FreeSetCRegular', sans-serif;	
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #2f2f2f;
	width: 100%;
	text-align: center;
	max-width: 580px;
	
	}
.text h3 {
	/*font-family: Verdana, sans-serif;*/
	font-family: 'FreeSetCRegular', sans-serif;	
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	max-width: 580px;
	}
	.text h3 a {
		color: #8c8c8c;
		}
	.text .proj_ex{
		font-family: "Times New Roman", "Times", serif;
		font-style: italic;
		border-bottom: 1px solid #86BDC2;
		line-height: 16px;
		color: #16858F;
		}
.text hr {
	width: 50px;
	height: 1px;
	margin: 16px auto;
	padding: 0;
	border: 0;
	background-color: #393939;
	}
.text a span.one_day_link {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/career/play-sprite.jpg) no-repeat;
}
.text a:hover span.one_day_link {
    background: url(/career/play-sprite.jpg) no-repeat -40px;
}

.career .watch_numbers {
	text-align:center;
	margin-top:15px;
	margin-bottom: 5px;
}

.career .watch_numbers a {
	border: 0px;
	display: inline-block;
	padding: 5px;
}

.career .watch_numbers img {
	width: 120px;
}