
/* MINI NEWS */

	.mini_news_title{
		font-size:12px;
		font-weight:bold;
	}
	
	.mini_news_date{
	}
	
	.mini_news_article{
		font-size:12px;
	}
	
	.mini_news_image{
		float:left;
		padding-right:4px;
	}
	
	.mini_news_read_more{
		font-size:12px;
	}
	
	.mini_news_all_news, .mini_news_all_news a{
		font-size:12px;
		font-weight:bold;
		text-align:left;
	}
	
/* LIST NEWS */	

	.list_news_title{
	}
	
	.mini_news_date{
	}
	
	.list_news_article{
	}
	
	.list_news_image{
		padding-right:10px;
		float:left;
	}
	
	.list_news_read_more{
		font-size:12px;
		font-weight:bold;
	}
	
	.list_news_all_news, .list_news_all_news a{
		font-size:12px;
		font-weight:bold;
		text-align:left;
	}

/* FULL NEWS */
	
	.full_news_title{
	}
	
	.full_news_date{
	}
	
	.full_news_article{
	}
	
	.full_news_image{
		padding-left:10px;
		padding-bottom:10px;
	}
	
	.full_news_read_more{
		font-size:12px;
	}
	
	.full_news_all_news, .full_news_all_news a{
		font-size:12px;
		font-weight:bold;
		text-align:left;
	}
	.divider{
		border-top:1px dotted #ccc;
	}

