@CHARSET "ISO-8859-1";

.NewsMenuTitle {
	font-family:		arial;
	font-size:			14px;
	font-weight:		bold;
	color:				#D45258;
	
	margin-top:			5px;
	margin-bottom:		5px;
}

.PreviewTable {
	width:				100%;
}
.PreviewTable td {
	padding:			2px 5px 8px 5px;
	cursor:				pointer;
	font-size:			11px;
	color:				#EEE;
}
.PreviewTable td PreviewTitle {
	color:				#CCC;
	font-size:			12px;
	font-weight:		bold;
	display:			block;
}
.PreviewTable td:hover {
	background-color:	#333;
}

.PreviewTitle {
	font-size:			12px;
	font-weight:		bold;
}