@charset "utf-8";
h1 {
	font-size: 12px;
	margin: 20px 0;
}
.container {
	width: 910px;
	border: 7px solid #000000;
}
ul.tabs {
	float: left;
	list-style: none;
	height: auto;
	margin: 0;
	padding: 0px;
}
ul.tabs li {
	float: left;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	position: relative;
	background-color: #000000;
	margin-top: 5;
	margin-right: 0;
	margin-left: 0;
}
ul.tabs li a {
	text-decoration: none;
	color: #07a5ca;
	display: block;
	font-size: 12px;
	outline: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul.tabs li a:hover {
	color: #07A5CA;
	background-color: #FFFFFF;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background-color: #FFFFFF;
	color: #07A5CA;
}
#modify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f8c562;
	font-size: 10px;
	height: auto;
	text-align: center;
	line-height: 17px;
	width: 151.66px;
	vertical-align: bottom;
}
.tab_container {
	clear: both;
	float: left;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	width: 910px;
}
.tab_content {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(images/bg.jpg);
	height: 190px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 12px;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
}
.modify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #07a5ca;
	font-size: 9px;
	height: auto;
	text-align: center;
	line-height: 17px;
	width: 152px;
}

