.Center960 {
	padding: 0px;
	width: 960px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}

.news {
	height: 125px;
	width: 600px;
	position: relative;
	text-align: left;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(newsHP.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	padding: 3px;
}
.news ul{
	margin-top: 20px;
	margin-left: 40px;
	padding: 0px;
}
.news li{
	height: 25px;
}

.news a{
	color: #CCCCCC;

}
.news a:hover{
	color: #FFFF00;
	background-color: #000000;
}
.txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #999;
	text-align: justify;
	clear: both;
	width: 790px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.txt a{
	color: #FF3;
	text-decoration: none;
	font-size: 14px;
}
.txt a:hover{
	color: #F60;
	text-decoration: underline;
	background-color: #000;
}
.txt strong{
	letter-spacing: 1px;
	font-style: italic;
	color: #F60;
}

