P {
	color: #666666;
}

P A {
	color: #FF9900;
	text-decoration: underline;
}

DIV.headline {
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

DIV.heading {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

DIV.person {
	color: #666666;
	width: 560px;
	float: left;
	margin: 20px 0;
	padding-left: 140px;

}

	DIV.person IMG {
		float: left;
		margin: 0px 20px 5px -140px;
	}

	DIV.person DIV.post {
		color: #FF9900;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}

/* DETAIL */

DIV.job {
	float: left;
	width: 700px;
	margin: 0 0 30px 0;
	color: #999999;
}

	DIV.job A.printButton {
		text-decoration: none;
		float: right;
		background: url("../images/detail/print.jpg") no-repeat 100% 50%;
		width: 30px;
		height: 30px;
	}

	DIV.job DIV.job_title {
		color: #FF9900;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	DIV.job UL LI {
      list-style: disc inside;
      margin: 5px 0;
    }

    DIV.job UL LI UL LI {
      list-style-image: none;
      list-style-type: square;
      list-style-position: inside;
      margin: 0 0 0 15px;
    }

    DIV.job H2 {
      font-size: 12px;
      margin: 10px 0;
      font-weight: bold;
    }

