@CHARSET "ISO-8859-1";

table.news_summary tr td {
	border: #eee 1px solid;
}
table.news_summary div.news_section {
	position: relative;
	height: 180px;
	overflow: visible;
}
table.news_summary tr th {
	background: #eee;
}
table.news_summary div.news_section a.all_link {
	position: absolute;
	bottom: 0px;
	font-weight: normal;
}
table.news_summary a {
	font-weight: bold;
}
table.news_summary h2 {
	margin-bottom: 2px;
}

table.content {
	color: #404040;
}


h1.news_color {
	background: #215ca9;
	border-bottom: 1px #ccc solid;
	padding: 2px 1px;
	color: white;
}

a.read_more {
	color: #215ca9;
	font-weight: normal;
	font-size: 11px;
}
a.read_more:hover {text-decoration: underline; }

.news {
	padding: 3px;
}
.news p {
	font-size: 13px;
	text-align: justify;
	padding-bottom: 5px;
	margin-top: 5px;
}
.news ul {
	font-family: Tahoma;
	color: #000;
	list-style-image: url("../news/images/bullet.gif");
}
.news li {
	margin:5px;
}
.news hr 
{
	border-style: solid;
	border-width: 1px;
	border-color: #c1c1f1;
}
.news .panel {
	background: #eef;
	border: 1px solid black;
	padding: 3px;
	margin: 5px 15px;
}
.news h3 {
	font-size: 13px;
	color: #000;
}
.news h2 {
	margin-top: 7px;
	margin-bottom: 6px;
}
.news a {
	color: #559;
}
.news .em {
	font-style: italic; 
	font-weight: bold; 
	color: #335A9D;
}
.newsDate {
	font-size: 10px;
	color: #333;
	font-weight: bold;
}

.scroll_container {
	width: 138px;
	height: 223px;
	overflow: hidden;
	position: relative;
}
.scroll_container div { position: absolute; }