@charset "utf-8";
.Bottomarea {
	font-family: Tahoma;
	font-size: 9px;
	color: #000033;
	background-color: #F4EAFF;
	padding: 12px;
	height: auto;
	width: auto;
	border: thin solid #CCCCFF;
	text-align: center;
	left: 0px;
	margin: 2px;
	top: auto;
	clear: both;
	float: none;
}
.Bottomarea-No-Border {
	font-family: Tahoma;
	font-size: 9px;
	color: #000033;
	background-color: #F4EAFF;
	padding: 12px;
	height: auto;
	width: auto;
	border: thin none #CCCCFF;
	text-align: center;
	left: 0px;
	margin: 2px;
	top: auto;
	clear: both;
	float: none;
}

