#home {
	background-color:#EDFAC5; 
	border: 1px solid #999999;
	color: black;
	font-size: 85%;
	position: relative;
	width:450px; 
	margin-top:0px; 
	-moz-border-radius:0 8px 0 8px ;
}
.tabs {
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	list-style:none;
	width:70%;
}
.tabs li {
	cursor: pointer;
	position: relative;
	display:inline;
	margin-right:-4px;
	border:1px solid #999999;
	border-bottom:0px none;
	padding: 3px 4px;
	background-color:#C2DB79;
}
.tabs li acronym { 
	color:#333; 
	display:inline; 
	height:auto;
	padding:5px 8px;
	text-decoration:none;
	width:auto;
}
.tabs li.left{
	-moz-border-radius:8px 0 0 0 ;
	}
.tabs li.right{
	-moz-border-radius:0 8px 0  0;
	}
.tabs li.active, .tabs li:hover { 
	background-color:#EDFAC5;
}
.loadingText {
	font-weight: bold;
	font-size: 18px;
}