/* CSS Document */
.boheader {
	background-color: #EEE;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #000;
	border-bottom: 0px;
	padding: 10px;
	-moz-border-radius-topleft: 4px;	/* Rounded edges in Firefox */
	-moz-border-radius-topright: 4px;
	opacity:0.9;
	filter:alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	z-index: 999;
}

.bobody {
	background-color: #EEE;
	color: #000;
	font-size: 11px;
	border: 2px solid #000;
	border-top: 0px;
	padding: 10px;
	
	-moz-border-radius-bottomleft: 5px;	/* Rounded edges in Firefox */
	-moz-border-radius-bottomright: 5px;
	opacity:0.9;
	filter:alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	z-index: 999;
}
-->