body {
	background-color:#cccccc;
	margin:0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:11px;
}



.content,.content td {
	padding-right:10px;
	padding-bottom:10px;
	font-size:11px;
}

.newsDiv {
	width:250px;
	height:125px;
	overflow:auto;
	font-size:11px;
}
.newsTitle {
   color: #6E6E7B;
	font-size:13px;
	font-weight:bold;
}

.newsBody{
/* nothing here */	
}

.newsItem {
	padding-bottom:20px;
}
.upcomingDiv {
	width:190px;
	height:100px;
	overflow:auto;
	font-size:10px;
}

.newsBody p {
	margin-top: 2px;
	margin-bottom: 7px;
}

.wh {
	color:white; text-decoration:none;
}
.wh:hover {
	color:#6E6E7B;
}
