/*NEWS*/

#news ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:400px;
}

#news li {
	border:1px dotted #999;
	border-width:1px 0;
	margin:2px 0;
	display:block;
	font-family: Tahoma; /* font name */
	font-size: 12px; /* font size */
	font-weight: bold;
	padding:5px;
	text-decoration:none;
	color: #0E57A0;
}

* html #news li {width:400px;} /*Necessario para que funcione no IE6*/

#news li:hover {
	background-color:#F5F5F5;
	cursor: pointer; cursor: hand;  	
}

#news li em {
	color:#333;
	display:block;
	font-family: Tahoma; /* font name */
	font-size: 11px; /* font size */
	line-height:125%;
	font-weight: normal;
	font-style:normal;
}

#news li span {
	color:#666666;
	display:block;
	font-family: Tahoma; /* font name */
	font-size: 11px; /* font size */
	line-height:150%;
}

.by{
	padding-top: 0px;
	color: gray;
	font-weight: normal;
	font-style:italic;
	font-size: 11px;
	padding-left: 3px;
}

.newsHeader{
	font-weight: bold;
	color: black;
	font-size: 11px;
	text-align: left;
}
