.shadetabs1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: table;
}

.shadetabs1 li {
	position: relative;
	float: left;
	margin: 0px 2px 0px 0px;
	font: bold 11px sans-serif;
	text-align: center;
	list-style: none;
	cursor: pointer;
}

.shadetabs1 li a {
	position: relative;
	float: left;
	color: grey;
	text-align: center;
	background: #6cacc8;
	list-style: none;
	cursor: pointer;
	padding: 4px 6px 3px 5px;
	text-decoration: none;
}

.shadetabs1 li a:visited {
	color: #FFFFFF;
	background: #6cacc8;
	text-decoration: none;
}

.shadetabs1 li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #b60002;
}

.shadetabs1 li.selected {
	background: #b60002;
	color: #FFFFFF;
}

.shadetabs1 li.selected a {
	background: #b60002;
	color: #FFFFFF;
}

.shadetabs1 li.selected a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #999999;
}

.contentstyle1 {
	display: block;
	text-align: left;
	padding: 6px;
	background: #FFFFFF;
	/*	height:312px; */
	overflow: hidden;
	border: 1px solid #999999;
	margin-bottom: 3px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.contentstyle1 .newsBox {
	height: 45px;
	overflow: hidden;
	margin: 0 0 10px 5px;
	line-height: 1.4;
	float: left;
	width: 220px;
}

.contentstyle1 .imgBox {
	float: left;
	padding: 0px 10px 4px 0;
	text-align: center;
}

.contentstyle1 img.wrap {
	float: left;
	margin: 0 10px 0 0;
}