/*******************************************



Style sheet for displaying NewsSystem items



A.D.Surrey. (www.surneo.com)



********************************************/



/* Outer box */

#RamkaNews
{
 border-top: 1px solid #336600;
 border-bottom: 1px solid #336600;

}


.newsDiv

{

	border: 0px solid #006600;

	background: #FFFFFF;

	width: 95%;

	margin-left: auto;	/* Center the div */

	margin-right: auto;

	overflow: auto;

	padding: 10px;



}



/* Headings for the news items */

.newsHeader

{

	float: left;

	width: 99%;

}

/* Contains the actual news*/

.content

{

	float: left;

	clear: left;

	margin-top: 5px;

	width: 99%;

}



/* Style for the Date to be shown */

.newsDate

{

	font-size:12px;

	font-weight: lighter;

}



.cent

{

	text-align: left;

}

