* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.newsboxtop {
	background-image: url(/static/img/newsheader_bg.png);
	background-repeat: no-repeat;
	padding: 5px 0px 0 10px;
	height: 50px;
}

.newsteams {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

.newsdate {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

.newstext {
	font-size: 1em;
	text-align: justify;
	padding-bottom:10px;
}



