td.news_img{
	width: 95px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: URL(../assets/news_img_bg.png);
	
	text-align: center;
	vertical-align: center;
}

td.news_img img{
	border: 1px solid #fff;
}


td.news_text {
	width: 263px;
	background: URL(../assets/news_text_bg.png);
	background-repeat: repeat-y;
		
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}

td.news_text_other {
	width: 368px;
	background: URL(../assets/news_text_bg_other.png);
	background-repeat: repeat-y;
		
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}

td.news_text p.title{
	background: transparent ;
	text-align: left;	
}

td.news_text_other p.title{
	background: transparent ;
	text-align: left;	
}

a.letter{
	color: #c0c0c0;
	font-size: 11px;
	text-transform: uppercase;
	
	font-weight: bold;
	margin-right: 3px;
	
	display: block;
	width: 15px;
	height:22px;
	line-height: 22px;
	
	text-align:center;
}

a.letter:hover, a.letter_on{
	color: #FEE9AA;
	font-size: 11px;
	text-transform: uppercase;
	
	
	background: URL(../assets/letter_bg.png);
	font-weight: bold;
	
	margin-right: 3px;
	display: block;
	
	width: 15px;
	height:22px;
	line-height: 22px;
	text-align:center;
}

