.BMA {
	position:			relative;
	top:				0px;
	left:				0px;
	background-color:	F9F9F9;
	border:				none;
	width:				100%;
	height:				85%;
	display:			block;
	z-index:			1; 
}
.BMD {
	position:			relative;
	top:				0px;
	left:				0px;
	background-color:	F9F9F9;
	border:				none;
	width:				100%;
	height:				85%;
	display:			none;
}
.oo {
	font-family:		Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			12px;
	font-weight:		normal;
	text-align:			center;
	padding-top:		2px;
	padding-left:		5px;
	padding-right:		5px;
	padding-bottom:		2px;
	background-color:	#E0E0E0;
	cursor:				hand;
	border-top:			outset 1px;
	border-left:		outset 1px;
	border-bottom:		solid 1px;
	border-right:		outset 1px;
}
.oc {
	font-family:		Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			12px;
	font-weight:		bold;
	text-align:			center;
	padding-top:		2px;
	padding-left:		5px;
	padding-right:		5px;
	padding-bottom:		2px;
	background-color:	#F9F9F9;
	cursor:				hand;
	border-top:			outset 1px;
	border-left:		outset 1px;
	border-bottom:		none;
	border-right:		outset 1px;
}
#top {
	position:			relative;
	background-color:	white;
	top:				4px; 
	left:				-1px;
	z-index:			2; 
}
