@charset "UTF-8";

p#TopicsTitle {
	color:#666666;
	margin:0;
	padding:0 0 0 4px;
	heigh:20px;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#newsArea {
	font-size: 12px;
	width: 580px;
	height: 90px;
	overflow: auto;
	background-color: #fff;
}

#newsArea table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width: 560px;
}

#newsArea th,
#newsArea td {
	font-size: 12px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

#newsArea th {
	width:70px;
	color: #222;
	font-weight: normal;
	white-space:nowrap;
	padding-right: 10px;
	padding-left: 20px;
}

#newsArea a {
	color: #222;
	text-decoration: none;
}

#newsArea a:hover {
	text-decoration: underline;
	color: black;
}
