/* News Content Section */
#news
{
	width: 185px;
	margin:0px 0px 34px 20px;

}
#news p
{
	font-family: arial,helvetica,sans-serif;
	color:rgb(123,123,123);
	font-size:11px;
}
#news a
{
	font-family: arial,helvetica,sans-serif;
	color:rgb(255,102,0);
	font-size:11px;
}
#news h4
{
	font-family: arial,helvetica,sans-serif;
	color:rgb(102,102,102);
	font-size:11px;
	font-weight:bold;
}
#news_content
{
padding:4px;	

}
#news_left_side
{
	background-image: url(/images/news_2_1.jpg);
	background-repeat: repeat-y;

}
#news_right_side
{
	background-image: url(/images/news_2_3.jpg);
	background-repeat: repeat-y;	
	
}

/* End News Content Section */


.NewsName
{
    color: #666666;
    font-weight: bold;
    font-size: 11px;

}
.NewsDescription
{
    color: #999999;
    font-weight: normal;
    font-size: 11px;
}

.NewsContent
{
    float:left;
    width:423px;
    margin:15px 0px 0px 25px;
    padding:0px 10px 0px 0px;
}
.NewsContent p, a, ul, li
{
	font-family: arial,helvetica,sans-serif;
	color:rgb(123,123,123);
	font-size:11px;
	margin-top:10px;
}
.NewsContent h4
{
	font-family: arial,helvetica,sans-serif;
	color:#ff9933;
	font-size:12px;
	font-weight:bold;
}
.NewsContent h3
{
	font-family: arial,helvetica,sans-serif;
	color:#666666;
	font-size:14px;
	font-weight:bold;
}


.NewsDate
{
    color: #999999;
    font-weight: normal;
    font-size: 11px;
}

.NewsLink
{
    color: #FAA03F;
    font-weight: normal;
    font-size: 11px;
}

.NewsLink a:visited
{
    color: #FAA03F;
    text-decoration: underline; 
    font-weight:normal;
}

.NewsLink a:hover
{
    color: #0096D7;
    font-weight:normal;
    text-decoration: underline; 
}

.NewsLink a:link
{
    color: #0096D7;
    font-weight:normal;
    text-decoration: underline; 
}

