/* css untuk News */
#newsContainer{
	margin: 10px;
	padding: 0px 0px 5px 10px;
}
#newsCell{
	padding: 4px 10px 10px 10px;
}
#newsTitle{
	font-weight: bold;	
	color: #1a324c;
}
#newsTitle a{
	color: #1a324c;
	text-decoration: none;
}
#newsTitle a:hover{
	color: #000;
	text-decoration: none;
}
#newsDate{
	color: #fff;
	font-size: 9px;
}
#newsCellHeader{
	padding: 6px;
	color: #5487c0;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	background-color: #1a324c;
}
#newsCellBottom{
	display: none;
}

#newsDesc{
	line-height: 150%;
	color: #1a324c;
}
#newsArchive{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 22px;
	line-height: 140%;
}	


/*-----------news.html----------------*/
#newsContainer2{
	margin: 10px 20px 10px 15px;
	background: #f4f4f4;
	padding-bottom: 16px;
}
#newsCell2{
	padding: 6px 10px 8px 10px;
	border-bottom: 1px solid #ccc;
	clear:both;
}
#newsTitle2{
	font-weight: bold;	
	color: #1a324c;
}
#newsTitle2 a{
	color: #1a324c;
	text-decoration: none;
}
#newsTitle2 a:hover{
	color: #5388be;
	text-decoration: underline;
}
#newsDate2{
	color: #5388be;
	font-size: 9px;
}
#newsCellHeader2{
	padding: 6px;
	color: #5487c0;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background-color: #1a324c;

}
#newsCellBottom2{
	display: none;
}

#newsDesc2{
	line-height: 150%;
}
#newsArchive2{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 22px;
	line-height: 140%;
}	
a.newsLink2{
	color: #000;
}
a.newsLink2:hover{
	color: #000;
	text-decoration:underline;
}
