body {
	margin:0px;
	padding:0px
}

#news_article {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color:#666666;
}

#news_article h1 {
	font-size: 1.3em;
	color:#052147;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

#news_article img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:5px;
	clear: right;
}
#news_article img.left {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#news_article img.center {
	float: none;
}
#news_article p.center {
	text-align: center;
}


#news_article a {
	color:#052147;
	text-decoration: none;
}
