table.review { background-color: #FFFFFF; }

table.review td.reviewtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(/images/logo_watermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.definition {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

div.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 25%;
	border-bottom-style: double;
	border-bottom-color: #666666;
	text-align: left;
}