
#news-container
{	text-align: left;
	width: 230px;
}
#news-container a {
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
	display: block;
	font-size: 13px;
	font-weight: lighter;
	color: #333333;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 35px;
	height: 35px;
}
#news-container a:hover {
	text-decoration: none;
	color: #999999;
}
#news-container ul li
{
	list-style-type: none;
	text-decoration: none;
	text-align: justify;
	font-size: 13px;
	font-weight: lighter;
	line-height: 25px;
}
#news-container img {
	border: 3px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 25px;
}




#news-container2
{
	text-align: left;
	width: 230px;
}
#news-container2 a {
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
	display: block;
	font-size: 13px;
	font-weight: lighter;
	color: #333333;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 35px;
	height: 35px;
}
#news-container2 a:hover {
	text-decoration: none;
	color: #999999;
}
#news-container2 ul li
{
	list-style-type: none;
	text-decoration: none;
	text-align: justify;
	font-size: 13px;
	font-weight: lighter;
	line-height: 25px;
}
#news-container2 img {
	border: 3px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 25px;
}

#news-container3
{
	text-align: center;
	padding-left: 0px;
	width:500px;
	margin:0 auto;
	color:#fff!important;
}
#news-container3 ul li
{
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	color:#fff!important;
}
#news-container3 ul li a{
	text-decoration: none;
	color: #fff!important;
	line-height: 20px;
	font-size: 17px;
	font-weight: lighter;
	font-style: italic;
}
#news-container3 a:hover {
}
#news-container3 ul li div {
	color:#fff!important;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}


