/* CSS Document */

#news{
    height:auto;
	width:900px;
	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: 700px;
}
#news h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
#news h2{
	font-size: 120%;
	line-height: 30px;
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	color: #333333;
	text-indent: 20px;
	margin: 10px;
}
#news h2 a{
	text-decoration: none;
	color: #0000FF;
}
#news ul{
	margin-right: 30px;
	margin-left: 30px;
	float: left;
	height: auto;
	width: 320px;
}
#news ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width:320px;
	text-indent: 30px;
	line-height: 24px;
	height: 24px;
}
#news ul li a{
	color: #333333;
	text-decoration: none;
}
#news img{
	display: block;
	float: left;
	margin: 10px;
	width: 600px;
}
#news p{
	line-height: 24px;
	text-indent: 25px;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#news p a{
	color: #333333;
	text-decoration: none;
}
#news table{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
}
#news tr{
	border: 1px solid #333333;
	line-height: 24px;
	height: 24px;
}	
#news td{
	border: 1px solid #333333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
