.process {
	width:auto;
	padding:0 2px 2px 0px;
	_padding:0 2px 1px 10px;
	color:#000000;
	background-position:right 0;
	cursor: pointer;
}
#content p {
	font-size: 90%;
	font-weight: bold;
	color: rgb(210,105,30);
}
p:hover.process {
	text-decoration: underline;
}
.process.active {
	background-position:right -20px;
}
.process-block {
	font-size: 80%;
	display:block;
	width:auto;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	color:#000000;
	background-color:#FFFFFF;
}
