
/******************** News page content *********************/
.newsContainer
{
	text-align: justify;
}
.newsContainer a
{
	color: #666;
	text-decoration: none;

}
.newsContainer .date
{
    margin: 20px 0px -30px 0px;
    color: #333;
    width: 120px;
    height: 30px;
    padding: 4px 0px;
    text-align: center;
    background: url("../img/bg/date_bg.jpg") left top no-repeat;	
  
}

.newsContainer a:hover
{
	color: #000;
}
h2
{
	color: #009900;
	margin: 0px 0px 10px 130px !important;
	font-size: 15px !important;
	font-weight: normal;
    width: 500px !important;
}

.newsContainer .divider
{
    clear: none;
	border-bottom: #e0e0e0 1px solid;
	margin-bottom: 0px;
	padding-top: 0px;
}