/**
 *	+-----------------------------------------------------------------------------------------+
 *	News Module Public Styles
 *	+-----------------------------------------------------------------------------------------+
 */

/**
 *	+-----------------------------------------------------------------------------------------+
 *	Block
 *	+-----------------------------------------------------------------------------------------+
 */
a.news
{
	display:							block;
	border-bottom:					1px solid #E1E1E1;
	line-height:					18px;
	padding:							3px;
	
	font-family:					Verdana,Arial,Helvetica,sans-serif;
	font-size:						12px;
	color:							#007D72;
	text-decoration:				none;
}
a.news:hover
{
	background-color:				#FFF1E3;
	color:							#00BFAF;
}

.arrow
{
	color:							#CC7033;
}



/**
 *	+-----------------------------------------------------------------------------------------+
 *	Posts
 *	+-----------------------------------------------------------------------------------------+
 */
.news_title
{
	color:							#007D72;
	font-family:					Verdana,Arial,Helvetica,sans-serif;
	font-size:						14px;
	font-weight:					bold;
}