/*  News Side Bar  */





.DIV_Side_Bar {
	width: 226px;
	
	padding-left: 40px;
	padding-right: 10px;
	margin-right: 20px;
	border-right: 1px solid #ffffff;
	float:left;
	text-align:left;
}


.TABLE_News_Side_Bar_Top {
	width : 226px;
	border-right : 1px solid White;  
	border-bottom : 1px solid White;  
}



	
.TABLE_News_Side_Bar {
	width : 226px;
	height : 100%;
	border-right : 1px solid White;
	background-color : #631109; 
}



.News_Content_Header{
	font-size: 18px; 
	font-weight: bold; 
	color: #88AACC;
}


.News_Content_Header:Hover {
	color : #aaaaaa;
	font-size : 18px;
	font-weight : bold;
}

.News_Content_Date {
	color : #cccccc;
	font-size : 10px;
	font-weight : bold;
}

.News_Content_Title {
	color : #887755;
	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;
}

