@charset "utf-8";
/* CSS Document */

.news-latest-item h3 {
padding:0px;
margin:0px;


}

.news-latest-item p {
padding:0px;
margin:0px;

}

.news-latest-item {
border-bottom:1px dotted;
	border-color:#333333;
padding-bottom:4px;
margin-bottom:4px;
}


.news-latest-item a:link, .news-latest-item a:active, .news-latest-item a:visited {
color:#2E74A6;
text-decoration:none;

}

.news-latest-item a:hover {
text-decoration:underline;

}


.news-latest-container H2 {
	color:#00446D;
	font-size:1.0em;
	font-weight:bold;
	border-bottom:1px dotted;
	border-color:#00446D;
	padding-bottom:5px;
}

.news-latest-morelink  {
width:260px;
text-align:right;
margin-left:-7px;

}

.news-latest-container {
width:260px;
margin-top:-10px;
}
*+ html .news-latest-container {
margin-top:0px;
}
* html .news-latest-container {
margin-top:0px;
}