h1.news{
	margin-top:				0px;
	font-size:				12px;
	font-weight:			bold;
}


/* CONTENT */
div#content a.news{
	text-decoration:		none;
}
div#content a.news:hover{
	text-decoration:		underline;
}

div#content p.date{	
	font-size:				9px;
	font-weight:			bold;
	color:					#999999;
}

div#content img.news{
	margin-top:				30px;
	margin-left:			-10px;
	margin-right:			-15px;
	float:					none;
}

div#content ul.news{
	margin-top:				10px;
	margin-left:			30px;
	padding:				0px;
}

div#content ul.news li{
	list-style:				none;
}


div#content div#newshome ul.news a{
	width:					460px;
	height:					20px;
	padding-top:			5px;
	border-bottom-style:	solid;
	border-color:			#F9DFE0;
	border-width:			1px;
	background-image:		url('../nav/news/arrow.gif');
	background-position:	top right;
	background-repeat:		no-repeat;
	text-decoration:		none;
	color:					#474747;
	display:				block;
}
div#content ul.news a:hover{
	color:					#720F36;
}

div#content ul.news span{
	margin-right:			15px;
	font-size:				9px;
	font-weight:			bold;
	color:					#999999;
}

