/* CSS Document */
body{
	margin:0 auto;
	padding:0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
.index{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 293px;
	width:1000px;
	text-align:center
	position: relative;
}


.margin4{margin-top:2px;}
.news_text{
	font-size:12px;
	color:#FFFFFF;
	font-weight: normal;
	text-align:left;
	line-height:20px;
}
.news_text ul{
	background-position: left;
	list-style-type:none; padding:0; margin:0;
}
.news_text li{
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.news_text li a:link{ font-size:12px; color:#ffffff;text-decoration: none;}
.news_text li a:visited{ font-size:12px; color:#ffffff;text-decoration: none;}
.news_text li a:hover{ font-size:12px; color:#FFCC00;text-decoration: none;}
.news_text li a:active{ font-size:12px; color:#ffffff;text-decoration: none;}

.text_write{font-size:12px; color:#FFFFFF; 	font-weight: normal;}
.text_write a{color:#FFFFFF; text-decoration:none;}
