/*  News Side Bar  */

.TABLE_News_Side_Bar_Top {
	width : 226px;
	border-right : 1px solid White;  
	border-bottom : 1px solid White;  
}

.TD_Latest_News_Left_Pic {
	width : 120px;
	text-align:center;
}

	
.TABLE_News_Side_Bar {
	width : 226px;
	height : 100%;
	border-right : 1px solid White;
	background-color : #631109; 
}


	
.News_Content_Header {
	color : #ff9900;
	font-size : 18px;
	font-weight : bold;
}

.News_Content_Header:Hover {
	color : Red;
	font-size : 18px;
	font-weight : bold;
}

.News_Content_Date {
	color : Red;
	font-size : 10px;
	font-weight : bold;
}

.News_Content_Title {
	color : #ff9900;
	font-size : 10px;
	font-weight : bold;
}

.News_Content {
	color : white;
	font-size : 10px;
	font-weight : normal;
}

.A_News_Content {
	color : #ff9900;
	font-size : 10px;
	font-weight : bold;
}

.A_News_Content:hover {
	color : Red;
	font-size : 10px;
	font-weight : bold;
}

.Pic_Thumbs_Off {
	border-bottom: 2px inset White; 
	border-left: 2px outset White; 
	border-right: 2px inset White; 
	border-top: 2px outset White;
}		

		
.Pic_Thumbs_On {
	FILTER: alpha(Opacity=70); 
	border-bottom: 2px inset Red; 
	border-left: 2px outset Red; 
	border-right: 2px inset Red; 
	border-top: 2px outset Red;
}
