@charset "utf-8";
.coloredCell {
	background-color: #E7F1F4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
.coloredCell 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;
}
.coloredCell p a:link {
	color: #7EB2C1;
	text-decoration: none;
}
