/**  CSS Styling for DISPLAY NEWS - LATEST 1-3 module  **/

/* Styling for the div around the whole module*/
/*.dn-whole {	
/*	padding: 0px 0px 0px 0px;
/*	background-color: #FFFFFF;
/*}



/* Styling for the div around each News Item  */
/*.dn-each {		
/*	text-align: left;
/*	padding: 0px 0px 0px 0px;

/*}


/*========================================================================================*/
/* Styling for the div around the Title of each News Item */
/*.dn-title {	
/*	vertical-align: text-top;
/*}
/* Styling for the Title link of each News Item */
/*a.dn-title, a.dn-title:link, a.dn-title:visited {	
/*	display: block;
/*	width: 100%;
/*}
/*a.dn-title:hover {
/*	background-color: #FFFFFF;
/*	color: Red;
	
/*}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the ul controlling the Title of each News Item */
ul.dn {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	
/* Styling for the li controlling the Title of each News Item */
li.arrow-dn {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(/cms/modules/dn/arrowl.png);
	list-style-position: outside;
}
****************************************************************************************/

