table.news_preview {
	width: 330px;
	margin-bottom: 10px;
}
table.news_preview td.news {
	vertical-align: top;
	padding: 7px;
}
table.news_preview td.photo {
	width: 150px;
}

table.photo_preview_shadows {
}

table.photo_preview_shadows td.top {
	font-size: 1px;
	height: 5px;
	background-image : url('../img/bcg/photo_preview_shadow/top.gif');	
	background-repeat : repeat-x;	
}

table.photo_preview_shadows td.bottom {
	font-size: 1px;
	height: 5px;
	background-image : url('../img/bcg/photo_preview_shadow/bottom.gif');	
	background-repeat : repeat-x;	
}

table.photo_preview_shadows td.left {
	font-size: 1px;
	width: 5px;
	background-image : url('../img/bcg/photo_preview_shadow/left.gif');	
	background-repeat : repeat-y;	
}
table.photo_preview_shadows td.right {
	font-size: 1px;
	width: 5px;
	background-image : url('../img/bcg/photo_preview_shadow/right.gif');	
	background-repeat : repeat-y;	
}

table.photos_preview {
}
table.photos_preview td.bottom {
	font-size: 1px;
	height: 6px;
	background-image : url('../img/bcg/shadows/bottom.gif');	
	background-repeat : repeat-x;	
}

img.news_preview {
	width: 135px;
	border: 2px solid #FFFFFF;
}

h3.news_preview {
	font-size: 12px;
	font-weight: bold;
	color: #F5A300;
	margin-bottom: 5px;

}
div.news_preview_text {
	text-align: justify;
}

div.news_preview_more {
	color: #75A6D4;
	text-align: right;
}

a.news_preview_text {
	color: #33393B;
	font-family: Arial, Tahoma, Verdana; font-size: 11px;
	text-decoration: none;	
}
a.news_preview_text:visited {
	color: #33393B;
	text-decoration: none;
}
a.news_preview_text:hover {
	color: #33393B;
	text-decoration: underline;
}

a.news_preview_more {
	color: #75A6D4;
	font-family: Arial, Tahoma, Verdana; font-size: 11px;
	text-decoration: none;	
}
a.news_preview_more:visited {
	color: #75A6D4;
	text-decoration: none;
}
a.news_preview_more:hover {
	color: #75A6D4;
	text-decoration: underline;
}				
