
#news {
	border:			none;
	color:			gray;
	background-color:	#efefef;
	padding:		0px 5px 5px 5px;
	height:			100%;
	border: 		1px solid #dedede;
}
#newsSeperator {
	background-color:	white;
	height:			10px;
	width:			110%;
	margin-left:		-6px;
	margin-right:		-5px;
	border-top: 		1px solid #dedede;
	border-bottom: 		1px solid #dedede;
	
}

.newsHeader {
	color:			#336699;
	font-weight:		bold;
	font-size:		14px;
	margin-bottom:		5px;
	margin-top:0		5px;
}
.newsShifter {
	margin-left:		9px;
}

.newsDate {
	font-size:		11px;
	color:			gray;
}	
#newsBullet {
	color:			#336699;
	font-size:		12px;
	font-weight:		bold;
	margin-left:		18px;
	margin-bottom:		5px;
}
#newsText {
	color:			gray;
	font-size:		12px;
	font-weight:		normal;
	margin-left:		18px;
	margin-bottom:		5px;
}

a.newsLink {
	color:			#3399cc;
	text-decoration: 	none;
}
a.newsLink:hover {
	color:			#ccccaa;
	text-decoration:	none;
}


a {
	color:			#3399cc;
	text-decoration: 	none;
}
a:hover {
	color:			#ccccaa;
	text-decoration:	none;
}

