@charset "utf-8";
.coloredCellOrange {
	background-color: #F6EFE6;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	}
.coloredCellOrange p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.coloredCellOrange p a:link {
	color: #DEB989;
	text-decoration: none;
}
