/* CSS Document */

/* the news box */
#newshead {
	position: absolute;
	height: 20px;
	left: 57px;
	width: 900px;
	top: 113px
}


#newsmain
{
	visibility: visible;
	position: absolute;
	top: 140px;
	left: -30px;
	width: 1025px;
	height: 464px;
	overflow: auto;

}

.newstitle
 {
	color: #EC0000;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	list-style: square inside;
	padding-top: 0px;
}


.newsbody
{
	color: #888;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	list-style: none;
	padding: 0px 20px 20px 15px;
}




