@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	width: 318px;
}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#topnews {
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;

	margin: 0px;
	padding: 0px;
}

#topnewstxt {
	font-weight: normal;

}

#topnewstxt ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}


#topnewstxt li {
	list-style-type: none;
	text-align: left;
	background-image: url(../images/news_line.gif);
	background-repeat: no-repeat;
	font-size: 0.8em;
	line-height: 120%;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
