.marginbot {
	margin-bottom: 15px;
}
ul.list li {
	list-style-type: none;
	margin-left: 20px;
}
ul.tabs {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
ul.tabs li {
	font-family: Univers Condensed;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	display: block;
	float: left;
	text-transform:uppercase;
	padding: 8px;
	margin-right: 1px;
	background-color: #4179ae;
	cursor: pointer;
}
ul.tabs li:hover {
	background-color: #4179ae;
}
ul.tabs li.current {
	
	background-color: #61cefc;
	color:#000;
	padding:8px;
}
.tabscontent {


	padding:10px;
	display: none;
	width: 570px;
	text-align: justify;
	background:#61cefc;
}
