@charset "utf-8";
/* CSS Document */

.NewsListBlock {
	width: 98%;
	overflow: hidden;
	float: left;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #009933;
	padding-left: 5px;
}

.NewsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	width: 100%;
	overflow: hidden;
}
