.NewsAPictureBox {
    float:left;
	display:inline-block;
    width: 480px;
}

.NewsAWidget {
    margin-bottom: 0px;
    padding-bottom: 8px;
    border-bottom:1px solid #c0c0c0;
}

.NewsAWidget a {
    color: #07569d;
    font-size: 2.2em;
    font-family: georgia, 'Numbus Roman No9 L', serif;
}

.NewsATitle {
    margin-bottom: 10px;
    line-height: 2.6em;
}

.NewsAExcerpt {
    float:left;
	display:inline-block;
    width: 180px;
    margin-left: 10px;
    color: #3e3e3e;
    font-size: 1.4em;
    line-height: 1.1em;
}

.NewsAExcerpt a, .NewsAExcerpt a:visited{
	color: 	#3e3e3e !Important;
	font-size: 1.2em !Important;
    line-height: 1.1em !Important;
    font-family:arial,sans-serif !Important;
    text-decoration: underline;
}
.NewsAExcerpt a:hover{
	text-decoration: none;
}

.NewsADate {
    float:left;
    color: #727272;
}

.NewsANrCommenets {
    float:left;
    margin-left: 10px;
    border-left: 1px solid #c0c0c0;
    padding-left: 10px;
    color: #727272;
}

