body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.tabbed_content {
	width: 528px;	
}

.tabs {
	height: 48px;
	position: relative;
}

.tabs .moving_bg {
	padding: 0 0 15px 0;
	background-image:url(../images/arrow_down.png);
	position: absolute;
	width: 132px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	font-size: 13px;
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 10px;
	width: 132px;
	color: #ffffff;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: transparent;
	position: relative;
	width: 508px;
	padding: 0 0 20px 20px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 488px;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
	list-style: none;
}

.tabslider ul li:first-letter {
	font-size:22px;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	text-align:justify;
	padding-bottom: 0px;
	line-height: 160%;
	word-spacing: 1px;
}
