@charset "utf-8";
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #E8E8E8;
}
#news h3 {
	font-size: 16px;
	color: #990000;
}
.rbdr {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#newslist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#snav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#newsview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
}
#newsview .hedaer {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #B9B9FF;
}
#newsdetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#newsdetail .title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B9FF;
	color: #0033CC;
}

#newsview td {
	background-color: #D9D9FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B9FF;
}

