@charset "utf-8";
#NewsTable {
	font-size: 13px;
	line-height: 22px;
}
#NewsTable .NewsTitle {
	font-weight: bold;
	color: #0000CC;
}
#NewsTable .ItemTitle {
	font-weight: bold;
	color: #666666;
}

#NewsList {
	font-size: 14px;
	line-height: 20px;
}
#NewsList a {
	text-decoration: none;
}
#NewsList a:hover {
	color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}
#NewsLinkTop  a {
	font-size: 13px;
	text-decoration: none;
	line-height: 26px;
	vertical-align: bottom;
	color: #666666;
}
#NewsLinkTop  a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
