/* CSS for overLIB areas DIV/TABLE-BACKW/TABLE-FORW */
.ol_bg {
	border: 1px solid #fff;
	-moz-border-radius: 0px;
	background-color: #c0c0ff;
	filter: alpha(opacity=80); /* for IE */
	opacity: 0.80; /* other */
	padding: 10px;
}
.ol_fg {
	height: 360px;
	line-height: 20px;
	margin-top: 40px;
	font-weight: bold;
	padding: 10px;
}



