@charset "UTF-8";
/* CSS Document */
<style type="text/css">

.newspost {
	width: 605px;
	
}


.newspost p {
	color: #000;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-family: verdana,arial,ms sans serif;
	font-size: 10pt;
}

.newspost h2, a {
font-size: 8pt;
color: #000000;
margin-top: 2px;
margin-bottom: 4px;
text-transform: uppercase;
text-decoration: none;
	
font-weight: bold;
} 

.newspost a:hover {
	text-decoration: underline;
	color: #000;
}


.newspost h3 {
	color: #000;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.newspost h5 {
	color: #006699;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #CCCCCC;
	padding-left: 4px;
}


.newspost-day {
	background-color: #CCCCCC;
	text-align: left;
	width: 607px;
	font-family: Verdana, Geneva, sans-serif;
	color: #006699;
}
.newspost-article {
	border-style: double;
	display: table-cell;
	min-height: 5em;
}

.newspost-article img {
	float: left;
	margin: 10 10 10 10;
}
.image-right {
	margin-left: 20px;
	float: right;
	clear: none;
}

.section-header {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.65em;
	color: #FF0;
	text-align: center;
	height: 18px;
	background-color: #002a36;
	padding-top: 2px;
}
</style>
