/* CSS Document */

#news{
    height:auto;
	width:980px;
	float: right;
}
#news h1{
	font-size: 100%;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #0000FF;
	color: #FFFFFF;
	text-indent: 20px;
	margin: 10px;
	width: 900px;
}
#news h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
#news dl{
	width:300px;
	height:288px;
	float: left;
	
}
#news dl dd{
	height: 240px;
	width: 240px;
	margin-left: 15px;
	
}
#news dl dd img{
	display: block;
	height: 240px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#news dl dt{
	width:110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
}
#news dl dt a{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#news p{
	float: left;
	width: 740px;
	font-size: 10pt;
	line-height: 24px;
	text-indent: 20px;
	padding: 20px;
}
#news p a{
	color: #333333;
	text-decoration: none;
}
#news img{
	display: block;
	float: left;
}
#news table{
	height: auto;
	width: 92%;
	margin-left: 50px;
}
table, th, td
{
	border: 1px solid blue;
	line-height: 24px;
	text-align: center;
  }
  
